@charset "UTF-8";
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
  margin: 0 !important; }
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none; }
  .lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0); }
    .lib-list-item-product2 .image-dev .list-button-dev li {
      display: inline-block;
      float: left;
      height: 40px;
      width: 40px;
      background: #fff;
      position: relative;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #ddd;
      opacity: 0;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
        transform: translateX(40px);
        -moz-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
        transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:first-child {
        border-left: 1px solid #ddd; }
      .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
        background: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 40px;
        text-align: center;
        box-shadow: none;
        border: none;
        color: #555;
        width: 40px;
        padding: 0; }
      .lib-list-item-product2 .image-dev .list-button-dev li:hover {
        background: #42cdad; }
        .lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
          color: #fff; }
  .lib-list-item-product2 .caption-dev {
    text-align: center;
    padding: 0 15px; }
    .lib-list-item-product2 .caption-dev .rating-dev {
      margin: 5px 0; }
    .lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
      font-size: 11px; }
    .lib-list-item-product2 .caption-dev .title-dev {
      color: #444;
      font-size: 13px; }
    .lib-list-item-product2 .caption-dev .price-dev .price.product-price {
      font-size: 16px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-new {
      font-size: 16px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-old {
      font-size: 12px; }
    .lib-list-item-product2 .caption-dev .add-cart-dev {
      background: #fff;
      border: 1px solid #ddd;
      font-size: 12px;
      text-transform: uppercase;
      color: #999;
      font-weight: bold;
      box-shadow: none;
      border-radius: 0;
      padding: 6px 20px;
      margin: 0 0 30px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block; }
  .lib-two-img .img-1 {
    opacity: 1;
    position: relative;
    transition: all 0.5s ease-in-out; }
  .lib-two-img .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    left: 50%;
    transform: translateX(-50%); }

.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out; }
  .lib-two-img-over .img-2 {
    opacity: 1;
    transform-style: inherit;
    transition: all 0.5s ease-in-out; }
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/*===============================================
 [SASS DIRECTORY ]
 [1] BLOCK HEADER
 ==============================================*/
.common-home #content {
  clear: both; }

.common-home .typeheader-9 .header-bottom {
  border: none; }
  header.typeheader-9.navbar-compact {
    background-color: #fff;
  }
.typeheader-9 {
  position: relative;
  float: left;
  width: 100%;
  /*=====SEARCH ======*/
  /*BLOCK CART*/
  /*MENU MEGA*/ }
  .typeheader-9 .container-megamenu.horizontal ul.megamenu > li > a strong img {
    display: none; }
  .typeheader-9.navbar-compact .navbar-logo {
    padding: 8px 0; }
  .typeheader-9 .header-bottom {
    border-bottom: 1px solid #e5e5e5; }
    .typeheader-9 .header-top {
      background-color: #fff;box-shadow: 0px 4px 5px rgba(0,0,0,0.1);
    }
  .typeheader-9 .header-top .module {
    display: table-cell;
    margin-bottom: 0; }
  .typeheader-9 .header-top .dropdown-menu li {
    line-height: 22px; }
  .typeheader-9 .header-top .logo {
    text-align: center;
    padding-top: 0px; }
  .typeheader-9 ul.top-link {
    list-style: none;
    margin: 0;
    float: right; }
  .typeheader-9 ul.top-link > li {
    float: left;
    position: relative;
    list-style: outside none none;
    padding-left: 10px;
    margin-left: 10px;
    padding-right: 0;
    font-size: 12px;
    /*&.account{
     line-height: 40px;
     > a{
     padding: 0;
     margin: 0;
     }
     &:before{
     content: "\f007"; 
     font-family: FontAwesome;
     font-size: 13px;
     }
     .dropdown-menu {
     #{$left}: 0;
     #{$right}: auto;
     }                      
     }
     &.wishlist{
     &:before{
     content: "\f004"; 
     font-family: FontAwesome;
     font-size: 11px;
     }  
     }*/ }
  .typeheader-9 ul.top-link > li i {
    padding-right: 5px; }
  .typeheader-9 ul.top-link > li.language {
    min-height: 23px; }
  .typeheader-9 ul.top-link > li .fa-caret-down {
    font-size: 12px; }
  .typeheader-9 ul.top-link > li + li:after {
    content: "";
    height: 15px;
    position: absolute;
    left: 0;
    top: 17px;
    width: 1px; }
    .typeheader-9 .header-top .logo img {
      width: 33%;
    }
  .typeheader-9 ul.top-link > li > a {
    font-size: 12px;
    line-height: 48px;
    background-color: transparent !important;
    cursor: pointer;
   }
  .typeheader-9 ul.top-link > li.account:hover ul.dropdown-link {
    top: 34px;
    z-index: 9999;
    opacity: 1;
    border-top: 1px solid rgba(200, 199, 199, 0.3); }
  .typeheader-9 ul.top-link > li.currency:after {
    display: none; }
  .typeheader-9 .welcome-msg {
    line-height: 25px;
    padding-left: 0px;
    margin-left: 0px;
    background: #12a381;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 12px;
     }
  .typeheader-9 .welcome-msg:after {
    display: none; }
  .typeheader-9 .lang-curr {
    padding-top: 6px; }
  .typeheader-9 .lang-curr > li {
    float: left;
    padding: 0; }
  .typeheader-9 .lang-curr > li .btn-group {
    display: inline;
    padding: 5px 2px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px; }
  .typeheader-9 .lang-curr > li .btn-group .btn-link {
    padding: 0px;
    color: #666;
    line-height: 30px;
    font-size: 12px; }
  .typeheader-9 .lang-curr > li.currency {
    margin-right: 10px; }
  .typeheader-9 .lang-curr > li .dropdown-menu {
    left: 0;
    right: auto; }
    .label-new, .label-sale {
      height: 38px;
      width: 38px;
    }
    #so-groups .form-content .form-box .product-thumb .caption h4 a {
      color: #222;
    }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .typeheader-9 .lang-curr > li .dropdown-menu img {
          position: relative;
          top: -2px; } }
  .typeheader-9 .header-top {
    padding: 15px 0; }
  .typeheader-9 .header-bottom {
    padding: 6px 0; }
  .typeheader-9 .bottom-right {
    padding-top: 12px;
    padding-left: 0; }
  .typeheader-9 .header-top-right .inner {
    float: right; }
  .typeheader-9 #sosearchpro .dropdown-menu .media-body .box-price span {
    float: left;
    padding-left: 0px;
    padding-right: 10px; }
  .typeheader-9 .search-header-w {
    float: right; }
  .typeheader-9 .search-header-w #sosearchpro .search .select_category {
    display: none; }
  .typeheader-9 .search-header-w #sosearchpro .search {
    padding: 0;
    width: 230px;
    border: none;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 17px;
    margin: 0;
    z-index: 99; }
  .typeheader-9 .search-header-w #sosearchpro .search input {
    width: 230px;
    border: none;
    height: 34px;
    line-height: 34px;
    padding-left: 20px; }
  .typeheader-9 .search-header-w #sosearchpro .search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 33px;
    line-height: 32px;
    width: 36px; }
  .typeheader-9 .search-header-w #sosearchpro .search button {
    background-color: #fff;
    border-radius: 18px;
    color: #444;
    padding: 0;
    width: 36px;
    text-align: center;
    height: 33px;
    line-height: 32px; }
  .typeheader-9 .search-header-w #sosearchpro .search button i {
    margin: 0;
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px; }
  .typeheader-9 .search-header-w #sosearchpro .search button span {
    display: none; }
  .typeheader-9 .search-header-w .icon-search {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 14px;
    color: #444;
    line-height: 30px;
    text-align: center;
    float: left;
    border: 1px solid #e6e6e6;
    display: block !important; }
  .typeheader-9 .search-header-w .icon-search i {
    font-size: 14px;
    color: #444; }
  .typeheader-9 .search-header-w .icon-search.active i::before {
    content: "\f00d"; }
  .typeheader-9 .search-header-w .icon-search:hover {
    cursor: pointer; }
  .typeheader-9 .search-header-w #sosearchpro .search {
    display: none;
    position: absolute;
    top: 44px;
    right: 50px; }
  .typeheader-9 #cart .dropdown-menu {
    margin-right: 0; }
  .typeheader-9 .shopping_cart {
    float: right;
    margin-left: 20px; }
  .typeheader-9 .shopping_cart .btn-shopping-cart .shopcart .icon-c {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 14px;
    color: #444;
    line-height: 30px;
    text-align: center;
    float: left;
    border: 1px solid #e6e6e6;
    margin-right: 5px; }
  .typeheader-9 .shopping_cart .btn-shopping-cart .shopcart .shopcart-inner {
    float: left;
    line-height: 32px; }
    .typeheader-9 .shopping_cart .btn-shopping-cart .shopcart .shopcart-inner p {
      display: none; }
    .typeheader-9 .shopping_cart .btn-shopping-cart .shopcart .shopcart-inner .total-shopping-cart .items_carts {
      display: none; }
      .typeheader-9 .shopping_cart .btn-shopping-cart .shopcart .shopcart-inner .total-shopping-cart .items_cart, .typeheader-9 .shopping_cart .btn-shopping-cart .shopcart .shopcart-inner .total-shopping-cart .items_cart2 {
        font-size: 12px; }
  .typeheader-9 .megamenu-style-dev .navbar-default {
    background: transparent; }
  .typeheader-9 .megamenu-pattern .container {
    width: auto; }
  .typeheader-9 .container-megamenu.horizontal ul.megamenu > li {
    margin-right: 30px; }
  .typeheader-9 .container-megamenu.horizontal ul.megamenu > li > a {
    line-height: 100%;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    padding: 23px 0 22px 0; }
  .typeheader-9 .container-megamenu.horizontal ul.megamenu > li > a strong {
    font-weight: 600; }
  .typeheader-9 .container-megamenu.horizontal ul.megamenu > li.style-page > .sub-menu {
    right: 0 !important; }

    .layout-9 .show-error{
      margin-left: 45px;
      }
.footer-sec-whatsappIcon {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 20;
}
.layout-9.common-home #content .module h3.modtitle span, .testimonials-w .slider-testimonials h2 {
  font-size: 35px;
}
.product-compare.layout-9 #content h1 {
  font-size: 28px;
}
.account-register .page-title h1, .checkout-checkout .page-title h1 {
  font-size: 20px;
}
.information-information #content {
  margin-bottom: 0px;
}
.information-information h1 {
  font-size: 16px;
      font-weight: 600;
      color: #444;
  }
  .information-information .page-title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    margin: 0 0 10px;
}
.information-information .page-title h1,  .information-information .page-title h2 {
    margin: 10px 0 0;
    font-size: 23px;
    color: #444;
    text-transform: uppercase;
}
.information-information span {
color: #000;
}
.wobble_animate {
  animation-name: wobble;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.layout-9 .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu {
  font-weight: 500;
  color: #222;
  font-size: 13px;
  border: none;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
.products-list .product-grid .product-item-container, .products-list .product-grid .product-item-container .right-block {
  background-color: #fff;
}
.sohomepage-slider .so-homeslider img {
  width: auto !important;
}
/********************19/04*******************/
      .form-horizontal .control-label {
        font-size: 13px;
      }
      .panel-group label {
        font-size: 13px;
      }
      .btn:focus {
        color: white;
      }
/* ************Category page alignment issue*****************
.product-category.layout-9 .products-category .product-filter.filters-panel .form-group select.form-control {
  padding: 0px 10px 0 10px;
}
@media(max-width:1200px)
{
  .product-category.layout-9 .products-category .product-filter.filters-panel .form-group select.form-control {
    padding: 0px 5px 0 10px;
  }
} */
@media(max-width:740px) and (min-width:360px){
  .layout-9.checkout-checkout{
    font-size: 14px;
}
}

.layout-9 .module .newsletter .block_content .alert-danger {
  width:39%;
}

@media (max-width: 767px){ 
 .typeheader-9 .header-top-left {
    min-height: 26px;
    height: auto;
  }
  .typeheader-9 .header-top {
    padding: 0;box-shadow: none;
  }
  .typeheader-9 ul.top-link > li > a {
    color: #fff !important;font-size: 13px;
    line-height: 30px;
  }
  header.typeheader-9 .bottom-right {
    padding: 0 15px;
}
.layout-9 .dropdown-menu > li > a {
  background-color: transparent !important;
}
  .typeheader-9 .search-header-w {float: unset;}
  .typeheader-9 .megamenu-style-dev .navbar-default .horizontal .navbar-toggle {
    position: absolute;
    bottom: 12px;padding: 0px 10px;
  }
  .typeheader-9 .search-header-w #sosearchpro .search {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;width: 100%;
  }
  .typeheader-9 .search-header-w .icon-search {
    display: none !important;
  }
  .typeheader-9 .header-top .logo img {
    width: auto;
  }
  .typeheader-9 .search-header-w #sosearchpro .search button {
    background-color: transparent;
  }
  .typeheader-9 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts, .typeheader-9 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
    display: none;
}
.typeheader-9 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
  position: absolute;
  display: inline-block;
  line-height: 0px;
  border-radius: 50%;
  left: auto;
  right: 12px;
  bottom: 50%;
}
.typeheader-9 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
  float: none;
  padding-right: 0px;
  display: inline-block;
  padding-top: 50%;
  padding-bottom: 50%;
  margin-left: 6px;
  margin-right: 6px;
  color: #fff;
  font-size: 10px;
  font-family: 'Inter', sans-serif;
  line-height: 0px;
  position: relative;
}
.typeheader-9 .shopping_cart .btn-shopping-cart .shopcart .icon-c {
  border: none;width: 55px;
}
.fa-shopping-bag:before {
  font-size: 18px;
}
.typeheader-9 .shopping_cart {
  position: absolute;
  top: -50px;
  right: 0;
}
.typeheader-9 .shopping_cart .dropdown-menu {
  right: 0 !important;
  left: auto;
}
.layout-9.common-home .so-categories .cat-wrap .content-box .cat-content {
  top: 0;    margin-bottom: 10px;
}
.fixed-boxFooter {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  width: 100%;
  box-shadow: 0 -2px 5px rgb(0 0 0 / 7%);
  padding: 5px 0px;
}
.fixed-boxFooter .bfix-nav-wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.fixed-boxFooter .white-boxnavflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-boxFooter .white-boxnavflex .bfix-userdiv {
  flex-shrink: 0;
  width: 56px;
  display: flex;
}
.fixed-boxFooter .white-boxnavflex .bfix-userdiv a {
  display: flex;
  flex-direction: column;
  color: #000;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.fixed-boxFooter .white-boxnavflex .bfix-userdiv a span {
  font-size: 9px;
  line-height: 16px;
  color: #000;
}
.fixed-boxFooter .white-boxnavflex .bfix-userdiv a svg {
  width: 18px;
  height: 18px;
  fill: #000;opacity: 0.7;
}
.fixed-boxFooter .white-boxnavflex .bfix-wishdiv a {
  display: flex;
  flex-direction: column;
  color: #000;
  justify-content: center;
  align-items: center;
}
.fixed-boxFooter .white-boxnavflex .bfix-wishdiv a span {
  font-size: 10px;
  line-height: 16px;
  color: #000;
}
.fixed-boxFooter .white-boxnavflex .bfix-wishdiv a svg {
  width: 18px;
  height: 18px;
  fill: #000;
}
.fixed-boxFooter .white-boxnavflex .bfix-categorydiv {
  flex-shrink: 0;
  width: 50px;
  display: flex;
}
.fixed-boxFooter .white-boxnavflex .bfix-categorydiv a {
  display: flex;
  flex-direction: column;
  color: #000;
  justify-content: center;
  align-items: center;
}
.fixed-boxFooter .white-boxnavflex .bfix-categorydiv a span {
  font-size: 9px;
  line-height: 16px;
  color: #000;
}
.fixed-boxFooter .white-boxnavflex .bfix-categorydiv svg {
  width: 18px;
  height: 18px;
  fill: #000;opacity: 0.8;
}
.typeheader-9 .search-header-w #sosearchpro .search input {
  height: 40px;
  border-radius: 0px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  width: 100%;
  padding: 0 15px;
  appearance: none;
  color: #202435;
  background-color: #f3f4f7 !important;
  border: 1px solid transparent !important;
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  letter-spacing: 0px;
  font-weight: 400;
}
.layout-9.common-home .so-categories .cat-wrap .content-box .cat-title a {
  top: 15px !important;
}
.layout-9 .slider-brands .item {
  opacity: 0.9;
}
.layout-9.common-home .so-categories .cat-wrap .image-cat {
  height: 230px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-9 .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper {
  background: #fff !important;width: 100%;
}
.layout-9 .megamenu-style-dev.responsive .so-megamenu-active #remove-megamenu {
  color: #000;
}
.layout-9 .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a {
  color: #222 !important;
}
.layout-9 .megamenu-style-dev.responsive ul.megamenu > li.active > a {
  background: #fff !important;
}
.layout-9 .megamenu-style-dev.responsive ul.megamenu > li.hover:before {
  background: #fff;
  color: #666;
  border: 1px solid #fff;
}
.layout-9 .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu:before {
  color: #666;
}
.layout-9 .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu {
  background: #fff;
}
.layout-9 .deals9-slick .so-deals-slick.slick-horizontal .deals-content .item .product-thumb .caption p {
  padding: 0;
}
.layout-9 .deals9-slick .so-deals-slick.slick-horizontal .deals-content .item .product-thumb .button-group {
  margin-top: 15px;
}
.wobble_animate {
  animation-name: unset;
}
.layout-9.checkout-checkout .price-div {
  color: #000;
}
.layout-9.checkout-checkout .price-div h5 {
  font-weight: 500;
}
.layout-9.checkout-checkout .mobile-checkout-table-foot h5 {
  color: #000;font-weight: 500;
}
header.fixed-scroll {
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
  background-color: #fff;
  top: 0px;
}
header.fixed-scroll{
  animation: mymove 1s;
}
@keyframes mymove {
  from {
      transform: translateY(-100%);
      opacity: 0;
  }
  to {
      transform: translateY(0);
      opacity: 1;
  }
}
} 
 


@media(min-width:768px){
  .common-home.layout-9 .so-extraslider-ltr .products-list .product-item-container .left-block img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
 }
 .common-home.layout-9 .so-categories .cat-wrap .content-box img{
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;;
 }
 .common-home.layout-9 .so-extraslider .products-list .item .product-layout .item-image .item-img-info{
   height: 118px;
   display: flex;
   justify-content: flex-start;
 }
 .common-home.layout-9 .slider-brands .owl2-stage-outer .item{
  height: 130px;
}
.common-home.layout-9 #content .products-list .product-layout .price {
  min-height: 24px;
}
}
@media(min-width:768px) and (max-width:1000px){
  .common-home.layout-9 .so-categories .cat-wrap .content-box .image-cat {
    height: 212px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .common-home.layout-9 .so-extraslider-ltr .products-list .product-item-container .left-block .product-image-container{
    height: 237px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media(min-width:1000px) and (max-width:1300px){
  .common-home.layout-9 .so-categories .cat-wrap .content-box .image-cat {
    height: 205px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .common-home.layout-9 .so-extraslider-ltr .products-list .product-item-container .left-block .product-image-container{
    height: 231px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media(min-width:1300px) and (max-width:1700px){
  .common-home.layout-9 .so-categories .cat-wrap .content-box .image-cat {
    height: 224px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .common-home.layout-9 .so-extraslider-ltr .products-list .product-item-container .left-block .product-image-container{
    height: 270px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media(min-width:1700px) and (max-width:1800px){
  .common-home.layout-9 .so-categories .cat-wrap .content-box .image-cat {
    height: 304px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .common-home.layout-9 .so-extraslider-ltr .products-list .product-item-container .left-block .product-image-container{
    height: 270px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media(min-width:1800px){
  .common-home.layout-9 .so-categories .cat-wrap .content-box .image-cat {
    height: 304px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .common-home.layout-9 .so-extraslider-ltr .products-list .product-item-container .left-block .product-image-container{
    height: 270px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

 

@media(max-width:767px){
  
.common-home.layout-9 .so-extraslider-ltr .products-list .product-item-container .left-block .product-image-container{
    height: 270px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .common-home.layout-9 .so-extraslider-ltr .products-list .product-item-container .left-block img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
 }
  .common-home.layout-9 .so-categories .cat-wrap .content-box .image-cat img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.common-home.layout-9 .so-extraslider .products-list .item .product-layout .item-image .item-img-info{
  height: 118px;
  display: flex;
  justify-content: flex-start;
}
.common-home.layout-9 .so-extraslider .products-list .item .product-layout .item-image img{
  width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.common-home.layout-9 .slider-brands .owl2-stage-outer .item{
 height: 130px;
}
.common-home.layout-9 #content .products-list .product-layout .price {
 min-height: 24px;
}
.layout-9 header .location_UI {
  display: inline-block;
  line-height: 30px;
  padding-top: 0px;
  float: right;
  padding-right: 5px;
}
.layout-9 header.typeheader-9 .location_UI a {
  color: #fff;
}
}



@media(min-width:768px) and (max-width:991px){
  .common-home.layout-9 .deals9-slick .so-deals-slick.slick-horizontal .deals-content .ds-items .ds-image-thumb {
    height: 156px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
  }
}
@media(min-width:992px) and (max-width:1999px){
  .common-home.layout-9 .deals9-slick .so-deals-slick.slick-horizontal .deals-content .ds-items .ds-image-thumb {
    height: 162px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
  }
}
@media(min-width:1200px){
  .common-home.layout-9 .deals9-slick .so-deals-slick.slick-horizontal .deals-content .ds-items .ds-image-thumb {
    height: 208px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
  }
}
@media(min-width:768px){
  .common-home.layout-9 .deals9-slick .so-deals-slick.slick-horizontal .deals-content .ds-items .ds-item .ds-item-inner .ds-image-thumb img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
  
}

.common-home.layout-9 .deals9-slick .so-deals-slick.slick-horizontal .deals-content .ds-items .ds-item .ds-item-inner .ds-image-thumb img{
 border: none !important;
}
.common-home.layout-9 .deals9-slick .so-deals-slick.slick-horizontal .deals-content .ds-items .ds-item .ds-item-inner .ds-image-thumb{
  border-radius: 0px !important;
 }

 #header .desk_acconut .account > a{
  font-size: 12px !important;
 }

 #header .desk_acconut:hover .account > a{
  color: #fff !important;
}

@media (max-width: 768px){
  .typeheader-9 ul.top-link.desk_acconut > li.account{
    top: -40px;
  }
}

/******************PAPERCUP SITE*****************/
.layout-9 .cup-layout {
  position: relative;
    max-width: 1100px;
    margin: 25px auto 0;
    padding-left: 15px;
    padding-right: 15px;
}
.layout-9 .cup-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
}
.layout-9 .my-cup {
  font-size: 34px;
  font-weight: bold;
  color: #dc1b1e;
  margin: 40px 0 40px;
}
.layout-9 .col-main form {
  float: left;
  width: 65%;
}
.layout-9 .cup-layout .product-img-box {
  border: 0;
  text-align: center;
  float: right;
}
.layout-9 .product-img-box {
  width: 35%;
  float: left;
  border: 1px solid #e6e6e6;
}
.layout-9 .product-img-box .product-image {
  margin-bottom: 10px;
}
.layout-9 .product-image, .layout-9 .no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
}
.layout-9 .product-image-gallery {
  position: relative;
}
.layout-9 .product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}
.layout-9 .cup-layout .product-shop {
  padding: 10px 2.5% 0 80px;
  /* background: url('../../images/icon/my_cup_steps.jpg') 10px 7px no-repeat; */
}
.layout-9 .cup-layout .product-img-box img {
  display: inline-block;
}
.layout-9 .cup-layout .m_row {
  margin-bottom: 11px;
}
.layout-9 .cup-layout .lab, .layout-9 .cup-layout .qty-wrapper label {
  font-size: 17px;
  width: 240px;
  float: left;
  color: #dc1b1e;
  font-weight: 500;
  text-align: unset;
}
.layout-9 .cup-layout select, .layout-9 .cup-layout .make_mycub_upload_image {
  border: 1px solid #dfdfdf;
  width: 340px;
  border-radius: 3px;
  vertical-align: text-top;
  padding: 5px 10px;
  margin-left: 20px; font-size: 14px;background-color: #fff;
}
.layout-9 .cup-layout .add-to-cart-wrapper .grouped_qty_option {
  margin-left: 20px;
}

.layout-9 .add-to-cart-wrapper .grouped_qty_option {
  display: inline-block !important;
  margin: 0 15px;
}
.layout-9 .cup-layout .grouped_qty_option .increase, .layout-9 .cup-layout .grouped_qty_option .type, .layout-9 .cup-layout .grouped_qty_option .decrease {
  border: 1px solid #dfdfdf;
  height: 35px;
  border-radius: 2px;
  width: 40px;
  max-width: initial;
}
.layout-9 .cup-layout .grouped_qty_option .type {
  line-height: 36px;
  font-size: 20px;
}
.layout-9 .grouped_qty_option .increase, .layout-9 .grouped_qty_option .type, .layout-9 .grouped_qty_option .decrease {
  border: 1px solid #e6e6e6;
  height: 25px;
  text-align: center;
  background: white;
  vertical-align: middle;
}
.layout-9 .cup-layout .price_lable_tag {
  clear: both;
  margin-top: 11px;
  width: 88px;
}
.layout-9 .cup-layout .price_lable_tag_span {
  font-size: 18px;
  margin-top: 11px;
  margin-left: 20px;
  float: left;
}
.layout-9 .price_lable_tag_span {
  margin: 18px 20px 0 0;
  float: left;
  font-weight: 500;
  color: #ff8901;
  font-size: 20px;
}
.layout-9 .cup-layout .desing_block {
  margin-top: 20px;
  line-height: 2;
    font-size: 17px;
}
.layout-9 .cup-layout .desing_block p {
  margin: 0;
}
.layout-9 .cup-layout .desing_block .lab {
  margin-right: 20px;line-height: 1.8;
}
.center {
  text-align: center;
}
.layout-9 .pt-cup {
  padding: 40px 33px 0px;
}
.layout-9 #slideshow {
  margin: 0px 15px;
  position: relative;
  width: 373px;
  height: 452px; 
}

.layout-9 #slideshow > div {
  position: absolute;
  /* top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px; */
}
.layout-9 .cub-slider {
  float: left;
  width: 35%;
  text-align: center;
}

.layout-9 #uploaded_product_image {
  position: relative;
    max-width: 50%;
}
.layout-9 .cub-slider h3 {
  color: #3b3b3b;
    font-size: 18px;
    margin-bottom: 8px;
}
.layout9-fom label {
font-weight: 500;font-size: 14px;
}
.layout-9 .product-shop .form-control:focus {
  border-color: #ff8901;
}
.layout-9 .number-circle-container {
  position: absolute;
  left: 23px;
    height: auto;
    font-size: 16px;
    margin-top: 4px;
}
.layout-9 .number-circle-container::after {
  border-color: #ff8901;
transform: skewY(20deg);
}
.layout-9 .circle {
  position: relative;
  display: block;
  background-color: transparent;
  text-align: center;
  width: 30px;
  height: 30px;
}
.layout-9 .number-circle {
  color: #fff;
}
.layout-9 .circle__inner {
  position: absolute;
  top: 2px;
    bottom: 0;
    left: 11px;
    width: 100%;
    height: 100%;
}
.layout-9 .circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.layout-9 .circle__content {
  color: #fff;
}
.layout-9 .number-circle:after {
  background: #ff8901;
}
.layout-9 .circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  content: "";
  margin-left: 11px;
  margin-top: 0px;
}
.layout-9 #base-in {
  left: 4px;
}
.layout-9 .cup-layout .base-lab {
  font-size: 17px;
  width: 240px;
 float: unset;
  margin-top: 4px;
  margin-left: 41px;
  color: #dc1b1e;
  font-weight: 500;
  text-align: unset;
}
.mb-bas-5 {
  margin-bottom: 10px;
}

@media (max-width:319px){
 .layout-9 .typefooter-9 .infos-footer .socials li {
    margin-right: 15px;
  }
}

.common-home .so-categories .cat-wrap.theme3{
    position: relative;
}

.common-home .so-categories .cat-wrap .content-box .cat-title a{
    top: 0px !important;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.common-home .so-categories .cat-wrap .content-box .cat-content{
    position: relative;
    top: -25px;
    padding: 0px 5px;
    margin-bottom: 0px;
}

.common-home .so-categories .cat-wrap .content-box .cat-title{
    margin-bottom: 0px;
}

.extra-layout9 .so-extraslider .owl2-controls .owl2-nav .owl2-prev, 
.extra-layout9 .so-extraslider .owl2-controls .owl2-nav .owl2-next{
    width: 35px !important;
}

.layout-9.common-home #content .module.so-categories .form-group{
    margin-top: 0px;
}
.common-home #content .so-categories{
    margin: 30px 30px 0px 30px;
}
.common-home .testimonials-w{padding: 0px;}
.common-home .slider-brands {
    border-top: 1px dashed #ddd;
    border-radius: 0px;
    padding: 30px 0px !important;
    margin: 25px 15px 5px 15px;
}
.common-home .banners1 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.common-home .extra-layout9 {
    margin-top: 30px;
}
.common-home .extra-layout9 .so-extraslider{margin-top: 20px;margin-bottom: 0px;}
.deals9-slick .so-deal{
    margin-top: 0px;
}
.testimonials-w .col_b5eu{
    padding: 50px 0px 50px 0px;
}
.layout-9.common-home #content .so-extraslider .product-grid9 .product-item-container{
    margin-bottom: 10px;
}

@media(min-width: 768px) and (max-width: 1199px){
    .common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info{
        min-height: 115px;
    }
}

@media(min-width: 1200px) and (max-width: 1280px){
    .common-home #content .container{
        width: 1100px;
    }
    .wrapper-full .container{
        width: 1170px;
    }
    .common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info{
        min-height: 115px;
    }
}

@media(min-width: 992px) and (max-width: 1199px){
    .deals9-slick .so-deals-slick.slick-horizontal .deals-nav .slick-prev, 
    .deals9-slick .so-deals-slick.slick-horizontal .deals-nav .slick-next{
        bottom: 50px;
    }
    .deals9-slick .so-deals-slick.slick-horizontal .deals-nav .slick-prev.slick-prev{
        left: -45px;
    }
    .deals9-slick .so-deals-slick.slick-horizontal .deals-nav .slick-next.slick-next {
        right: -45px;
    }
    .testimonials-w .col_b5eu {
        padding: 25px 0px 25px 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .layout-9.common-home .deals9-slick .so-deals-slick.slick-horizontal .deals-nav .slick-prev, 
    .layout-9.common-home .deals9-slick .so-deals-slick.slick-horizontal .deals-nav .slick-next {
        bottom: 50px !important;
    }
    .layout-9.common-home .deals9-slick .so-deals-slick.slick-horizontal .deals-nav .slick-prev.slick-prev {
        left: -45px !important;
    }
    .layout-9.common-home .deals9-slick .so-deals-slick.slick-horizontal .deals-nav .slick-next.slick-next {
        right: -45px !important;
    }
    .slider-brands .owl2-controls .owl2-nav .owl2-prev {
        left: -50px !important;
    }
    .slider-brands .owl2-controls .owl2-nav .owl2-next {
        right: -50px !important;
    }
    .testimonials-w .col_b5eu {
        padding: 25px 0px 25px 0px;
    }
}

@media (max-width: 767px){
    .banners1 .banner1 .b1{width: 100% !important;}
    .banners1 .banner1 .b2{width: 100% !important;margin-top: 20px;}
    .banners1 .banner2 .b1{width: 100% !important;}
    .banners1 .banner2 .b2{width: 100% !important;margin-top: 20px;}
    .common-home .extra-layout9 .so-extraslider .owl2-controls .owl2-nav .owl2-prev {
        left: -25px !important;
    }
    .common-home .extra-layout9 .so-extraslider .owl2-controls .owl2-nav .owl2-next {
        right: -25px !important;
    }
    .layout-9.common-home #content .banners1{
        padding-top: 20px !important;
        margin-bottom: 20px;
    }
    .layout-9.common-home .deals9-slick .so-deals-slick.slick-horizontal .deals-content .ds-items .ds-image-thumb {
        height: 180px !important;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .deals9-slick .so-deals-slick.slick-horizontal .deals-content .ds-items .ds-image-thumb img{
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        object-fit: cover;
    }
    .products-category .products-list.so-filter-gird .product-grid .product-item-container .left-block .product-image-container,
    .product-search .products-category .products-list .product-grid .product-item-container .left-block .product-image-container,
    .product-special .products-category .products-list .product-grid .product-item-container .left-block .product-image-container{
      height: 270px;
      overflow: hidden;
      display: flex;
      justify-content: center;
    }
    .products-category .products-list.so-filter-gird .product-grid,
    .product-search .products-category .products-list .product-grid,
    .product-special .products-category .products-list .product-grid{
        width: 50%;
    }
    .products-category .products-list .product-grid:nth-child(odd){
        padding-right: 5px;
    }
    .products-category .products-list .product-grid:nth-child(even){
        padding-left: 5px;
    }
    .products-category .products-list.so-filter-gird,
    .product-search .products-category .products-list,
    .product-special .products-category .products-list{
      display: flex;
      flex-wrap: wrap;
    }
    .layout-9.common-home #content .module.product-simple h3.modtitle span{
        font-size: 20px;
    }
    .testimonials-w .slider-testimonials .item .text{
        font-size: 15px;
        margin-top: 0px;
    }
    .testimonials-w .slider-testimonials .item .name span{
        font-size: 16px;
    }
    .common-home .testimonials-w .slider-testimonials{
        padding: 30px 15px 30px 15px !important;
    }
    .common-home .col_b5eu {
        padding: 20px 0 20px 0;
    }
    .common-home .slider-brands .owl2-controls .owl2-nav .owl2-prev {
        left: -30px !important;
    }
    .common-home .slider-brands .owl2-controls .owl2-nav .owl2-next {
        right: -30px !important;
    }
    .extra-layout9 .so-extraslider .owl2-controls .owl2-nav .owl2-prev:before, 
    .extra-layout9 .so-extraslider .owl2-controls .owl2-nav .owl2-next:before{
        font-size: 40px;
    }
    .common-home .extra-layout9 {
        margin-top: 5px;
    }
    .testimonials-w .bg-set {
      padding: 0 !important;
    }
}

@media (min-width: 481px) and (max-width: 767px){
    .layout-9.common-home .deals9-slick .so-deals-slick.slick-horizontal .deals-nav .slick-prev, 
    .layout-9.common-home .deals9-slick .so-deals-slick.slick-horizontal .deals-nav .slick-next{
        bottom: 50px !important;
    }
    .layout-9.common-home #content .extra-layout9 .so-extraslider .price, 
    .layout-9.common-home #content .extra-layout9 .so-extraslider .price .price-new, 
    .layout-9.common-home #content .extra-layout9 .so-extraslider .price span.price{
        font-size: 14px;
    }
    .layout-9.common-home #content .extra-layout9 .so-extraslider .price .price-old{
        font-size: 13px;
    }
}

@media (max-width: 480px){
    .layout-9.common-home .deals9-slick .so-deals-slick.slick-horizontal .deals-content .ds-items .ds-image-thumb {
        height: 140px !important;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .layout-9.common-home .deals9-slick .so-deals-slick.slick-horizontal .deals-nav .slick-prev, 
    .layout-9.common-home .deals9-slick .so-deals-slick.slick-horizontal .deals-nav .slick-next{
        bottom: 36px !important;
    }
    .typefooter-9 .newsletter-footer9 .newsletter .block_content form.signup .form-group .subcribe{
        position: relative !important;
        margin-top: 10px;
    }
    .typefooter-9 .newsletter-footer9 .newsletter .block_content form.signup .subcribe button{
        width: 100%;
    }
    .typefooter-9 .newsletter-footer9 .newsletter .block_content form.signup .form-group .input-box{
        padding-right: 0px !important;
    }
    .layout-9.common-home #content .product-grid9 .product-item-container .right-block .addToCart{
        padding: 10px 10px;
        font-size: 10px;
        margin-top: 5px;
    }
    .layout-9.common-home #content .product-grid9 .product-item-container .right-block div.price{
        min-height: 36px;
        line-height: 16px;
    }
    .layout-9.common-home #content .extra-layout9 .so-extraslider .price, 
    .layout-9.common-home #content .extra-layout9 .so-extraslider .price .price-new, 
    .layout-9.common-home #content .extra-layout9 .so-extraslider .price span.price{
        font-size: 13px;
    }
    .layout-9.common-home #content .extra-layout9 .so-extraslider .price .price-old{
        font-size: 12px;
    }
}

@media (max-width: 500px){
  .products-category .products-list.so-filter-gird .product-grid .product-item-container .left-block .product-image-container,
  .product-search .products-category .products-list .product-grid .product-item-container .left-block .product-image-container,
  .product-special .products-category .products-list .product-grid .product-item-container .left-block .product-image-container,
  .common-home.layout-9 .so-extraslider-ltr .products-list .product-item-container .left-block .product-image-container{
    height: 190px;
  }
  .testimonials-w .slider-testimonials .inner{
      width: 90% !important;
  }
    .testimonials-w .slider-testimonials .item .text{
        font-size: 14px;
    }
    .testimonials-w .slider-testimonials .item .name span{
        font-size: 15px;
    }
}

@media (max-width: 400px){
  .products-category .products-list.so-filter-gird .product-grid .product-item-container .left-block .product-image-container,
  .product-search .products-category .products-list .product-grid .product-item-container .left-block .product-image-container,
  .product-special .products-category .products-list .product-grid .product-item-container .left-block .product-image-container,
  .common-home.layout-9 .so-extraslider-ltr .products-list .product-item-container .left-block .product-image-container{
    height: 150px;
  }
  .common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info{
      min-height: 115px;
  }
  .common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .rating,
  .common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .price{
    margin-bottom: 0px;
  }
}

.layout-9 .list-inline.desk_acconut .account9#my_account ul.dropdown-menu li a .fa.fa-sign-out:before,
.layout-9 .list-inline.desk_acconut .account9#my_account ul.dropdown-menu li a i.fa.fa-sign-out{
   display: none;
}
.typeheader-9 .header-top-left .welcome-msg, .typeheader-9 .header-top-right .telephone {
  display: inline-block;
  padding-top: 5px;
}
.typeheader-9 .header-top-left .welcome-msg,
.typeheader-9 .header-top-left .lang-curr{padding: 0 10px;position: relative;line-height: 40px;}
.typeheader-9 .header-top-right .telephone{position: relative;line-height: 40px;}
.typeheader-9 .header-top-left .lang-curr::before{
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
  height: 11px;
  position: absolute;
  left: 0px;
  top: 16px;
  width: 1px;
}
.inline-desk-flex{
  display: flex;
  align-items: center;
}
@media(max-width:767px){
  .inline-desk-flex{display: flex;align-items: center;justify-content: space-between;}
  .typeheader-9 .lang-curr > li .btn-group{border: none;}
  .typeheader-9 .header-top-left .welcome-msg, .typeheader-9 .header-top-left .lang-curr{padding: 0;}
  .typeheader-9 .header-top-left .lang-curr::before{display: none;}
  .typeheader-9 .header-top-left .inner.visible-xs{
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .typeheader-9 .lang-curr > li .btn-group .btn-link{color: #fff !important;padding: 0 !important;}
  header.typeheader-9 .navbar-logo {padding-top: 5px;}
  .typeheader-9 ul.top-link > li{padding-left: 0;margin-left: 0;}
  .typeheader-9 ul.top-link > li.account:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
}
header.typeheader-9 .open > .dropdown-menu {
  right: auto;
}
}
.layout-9 .location_UI{
  display: inline-block;
  float: right;
  line-height: 40px;
  padding-top: 5px;
}
.layout-9 .location_UI .fa-map-marker{
  padding-right: 5px;
}
.layout-9 .welcomeHeaderBg{
  background: #42cdad;
}
.layout-9 .welcomeHeaderUI {
      text-align: center;
      color: #fff;
      font-size: 12px;
      line-height: 20px;
      overflow: hidden;
      width: 50%;
      margin: auto;
  }
  
  .layout-9 .welcomeHeaderUI .marquee {
    animation: marquee-left 15s linear infinite;
    white-space: nowrap;
    padding: 5px 0;
  }
  
  @keyframes marquee-left {
    0% {
      transform: translateX(0%); 
    }
    100% {
      transform: translateX(-100%); 
    } 
  }
  @media (max-width: 991px){
  .layout-9 #content .so-page-builder .container{
    padding: 0 15px;
  }
}