@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 */
/*====================================================*/
:root {
  --card-bg: #FFF4E5;
  --head-font-family:"Raleway", serif;
  --product-font-family: "Andika", serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
  width: 100%;
}
body {
  touch-action: manipulation;
}
.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 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-52 .container-megamenu.horizontal ul.megamenu > li.home > a:before {
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.typeheader-52 {
  /*=====SEARCH ======*/
  /*BLOCK CART*/
  /*MENU MEGA*/ }
  .typeheader-52 .setting {
    float: right;
    position: relative;
    padding-right: 15px;
    margin-top: 6px; }
  .typeheader-52 .setting .fa {
    margin: 6px 0;
    cursor: pointer;
    margin-left: 5px; }
  .typeheader-52 .setting:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
    display: block !important; }
  .typeheader-52 .setting .account {
    clear: both;
    padding-top: 10px; }
  .typeheader-52 .setting .account .dropdown-menu, .typeheader-52 .setting .box-lang-cunrent .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    box-shadow: none; }
  .typeheader-52 .setting .dropdown-menu {
    padding: 10px;
    transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out; }
  .typeheader-52 .setting .dropdown-menu .dropdown, .typeheader-52 .setting .dropdown-menu .dropdown-menu {
    padding: 0;
    padding-left: 20px; }
  .typeheader-52 .setting > .dropdown-toggle {
    cursor: pointer;
    margin-bottom: 0px;
    color: #262626;
    padding: 0;
    height: 35px;
    position: relative;
    padding-left: 40px; }
  .typeheader-52 .setting > .dropdown-toggle:before {
    content: "";
    position: absolute;
    width: 31px;
    height: 31px;
    background: url(../../images/icon-account.png) no-repeat left top;
    left: 0;
    top: -2px; }
  .typeheader-52 .setting span.dropdown-toggle {
    text-transform: uppercase;
    color: #222;
    font-weight: bold; }
  .typeheader-52 .setting .btn-link {
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    padding: 5px 0;
    padding-bottom: 0; }
  .typeheader-52 .setting .btn-link img {
    margin-right: 5px;
    margin-top: -2px; }
  .typeheader-52 .setting .btn-link span {
    display: inline-block !important; }
  .typeheader-52 .setting ul.dropdown {
    padding-left: 15px;
    margin-bottom: 10px; }
  .typeheader-52 .block-cart {
    float: right;
    position: relative;
    padding-left: 15px; }
  .typeheader-52 .block-cart .title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #222; }
  .typeheader-52 .block-cart .handle {
    background: url(../../images/icon-image.png) no-repeat -13px -13px;
    width: 36px;
    height: 34px; }
  .typeheader-52 .block-cart .total-shopping-cart {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: -9px; }
  .typeheader-52 .block-cart .shoppingcart-box {
    min-width: 300px;
    top: 110% !important;
    position: absolute;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255); }
  .typeheader-52 .block-cart .shoppingcart-box:before {
    content: "";
    display: block;
    background: transparent;
    height: 25px;
    position: absolute;
    top: -25px;
    width: 100%; }
  .typeheader-52 .block-cart .shoppingcart-box p.empty {
    padding-top: 15px; }
  .typeheader-52 .block-cart .shoppingcart-box .minicart-title {
    background: #666;
    padding: 0 25px; }
  .typeheader-52 .block-cart .shoppingcart-box .minicart-title span {
    font-size: 12px;
    color: #fff;
    line-height: 41px; }
  .typeheader-52 .block-cart .shoppingcart-box .minicart-title span.price-title {
    float: right; }
  .typeheader-52 .block-cart .shoppingcart-box li.content-item {
    background: #f2f2f2;
    margin-bottom: 15px;
    padding: 0 15px; }
  .typeheader-52 .block-cart .shoppingcart-box li.content-item table {
    margin-bottom: 0; }
  .typeheader-52 .block-cart .shoppingcart-box li.content-item .table-striped > tbody > tr:nth-of-type(odd) {
    background: none; }
  .typeheader-52 .block-cart .shoppingcart-box .checkout {
    padding: 0 15px;
    margin-bottom: 15px; }
  .typeheader-52 .block-cart .shoppingcart-box .table > tbody > tr > td, .typeheader-52 .block-cart .shoppingcart-box .table > tbody > tr > th, .typeheader-52 .block-cart .shoppingcart-box .table > tfoot > tr > td, .typeheader-52 .block-cart .shoppingcart-box .table > tfoot > tr > th, .typeheader-52 .block-cart .shoppingcart-box .table > thead > tr > td, .typeheader-52 .block-cart .shoppingcart-box .table > thead > tr > th {
    border: none; }
  .typeheader-52 ul.top-link {
    list-style: none;
    margin: 0;
    float: right; }
    .typeheader-52 ul.top-link > li:after {
      background-color: rgba(255, 255, 255, 0.5);
      content: "";
      height: 15px;
      position: absolute;
      left: 0;
      top: 6px;
      width: 1px;
  }
  .typeheader-52 ul.top-link li:after {
    background-color: #fff;
}
  .typeheader-52 ul.top-link > li {
    float: left;
    position: relative;
    list-style: outside none none;
    padding-left: 15px;
    margin-left: 15px;
    padding-right: 0;
    border-left: none;
    font-size: 12px; }
  .typeheader-52 ul.top-link > li i {
    padding-right: 5px; }
  .typeheader-52 ul.top-link > li.language {
    min-height: 23px; }
  .typeheader-52 ul.top-link > li .fa-caret-down {
    font-size: 12px; }
  .typeheader-52 ul.top-link > li > a {
    font-size: 11.5px;
    color: #fff !important;
    font-weight: 500;
    background: transparent; }
    .top-link.list-inline a, .top-link.list-inline .login a:hover{
      background: transparent;
      color: #fff;
    }
    .typeheader-52 .container-megamenu.horizontal ul.megamenu > li:last-child > a:hover{
      box-shadow: inset 400px 0 0 0 #fff;
    }
  .typeheader-52 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-52 .welcome-msg {
    line-height: 40px; }
  .typeheader-52 .lang-curr {
    float: right; }
  .typeheader-52 .lang-curr > li {
    float: left;
    padding: 0;
    position: relative;
    padding-left: 18px;
    margin-left: 18px; }
  .typeheader-52 .lang-curr > li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #818181;
    top: 14px;
    left: 0; }
  .typeheader-52 .lang-curr > li.currency:before {
    display: none; }
  .typeheader-52 .lang-curr > li .btn-group {
    padding: 0; }
  .typeheader-52 .lang-curr > li .btn-group .btn-link {
    padding: 0;
    line-height: 40px;
    padding-right: 0;
    border: none;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 400; }
  .typeheader-52 .lang-curr > li .dropdown-menu {
      left: auto;
      right: 0; }
  .products-list .product-grid .product-item-container .right-block h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;white-space: normal;
        font-family: var(--head-font-family);
        font-weight: 500;
        text-transform: capitalize;
   }
   /***COMMON LABEL FONT FAMILY CHANGES****/
   label {
    font-family: var(--product-font-family);
   }
   /***COMMON LABEL FONT FAMILY CHANGES END****/
   .layout-52.account-login #content .well .form-group a,
   .layout-52.affiliate-login #content .well .form-group a,
   .layout-52.account-login #content .btn-primary, .layout-52.account-forgotten #content .btn-primary,
   .layout-52.account-reset #content .btn-primary, .layout-52.account-login #content .btn-default,
   .layout-52.account-forgotten #content .btn-default, .layout-52.account-reset #content .btn-default,
   .layout-52.account-register #content .btn-primary, .alert-danger {
    font-family: var(--product-font-family);
   }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .typeheader-52 .lang-curr > li .dropdown-menu img {
          position: relative;
          top: -2px; } }
  .typeheader-52 .navbar-logo .logo {
    margin-top: 2px; }
  .typeheader-52 .help-icon {
    margin-right: 48px;
    float: left; }
  .typeheader-52 .help-icon span {
    color: #262626;
    margin-left: 6px; }

  .typeheader-52 div.banner15 {
    float: left; }
  .typeheader-52 .searchbox {
    position: absolute;
    top: 35px;
    right: 0px;
    margin-right: 0;
    padding: 0;
    width: 300px;
    border: none; z-index: 10;}
  .typeheader-52 .searchbox .search {
    display: none; }
  .typeheader-52 #sosearchpro .dropdown-menu .media-body .box-price span {
    float: left;
    padding-left: 0px;
    padding-right: 10px; }
  .typeheader-52 .search-header-w {
    float: right;
    padding: 0px 0;
    margin-top: 2px;
    position: relative;
    left: 0px;
    top: 1px;
  }
    /*=====SEARCH ======*/
    .layout-52 {
      overflow-x: hidden;
    }
  .typeheader-52 .search-header-w .icon-search {
    cursor: pointer; }
  .typeheader-52 .search-header-w .icon-search i {
    font-size: 19px;
    margin-right: 8px; }
  .typeheader-52 .search-header-w .icon-search span {
    color: #262626;
    text-transform: capitalize; }

  .typeheader-52 .search-header-w #sosearchpro {
    padding: 0;
    width: 100%; }
  .typeheader-52 .search-header-w #sosearchpro .search {
    position: relative;
    margin: 0;
    width: 100%;
    border-radius: 3px; }
  .typeheader-52 .search-header-w #sosearchpro .search .select_category {
    border: none;
    border-right: 1px solid #d7d7d7;
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    width: 22%;
    display: none;
  }
  .typeheader-52 .search-header-w #sosearchpro .search .select_category select {
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    padding: 0 15px; }
    .typeheader-52 .search-header-w #sosearchpro .search .select_category select:hover {
      cursor: pointer; }
  .typeheader-52 .search-header-w #sosearchpro .search .select_category.icon-select:after {
    color: #999;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 30px;
    right: 0;
    left: auto; }
  .typeheader-52 .search-header-w #sosearchpro .search .input-group-btn {
    width: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .typeheader-52 .search-header-w #sosearchpro .search .search {
    width: 200px; }
  .typeheader-52 .search-header-w #sosearchpro .search button {
    position: absolute;
    top: 0px;
    right: 5px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    padding: 0px;
    border-radius: 0;
    background: transparent; }

  .typeheader-52 .search-header-w #sosearchpro .search button i {
    font-size: 16px;
    color: #444; }
  .typeheader-52 .search-header-w #sosearchpro .search button span {
    display: none; }
  .typeheader-52 .search-header-w #sosearchpro .search input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    outline: none;
    background-color: #fff;
    z-index: 0;
    height: 38px;
    font-size: 12px;
    width: 100%;
    color: #2d2d2d;
    font-family: var(--product-font-family); }
  .typeheader-52 .search-header-w #sosearchpro .search input::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .typeheader-52 .search-header-w #sosearchpro .search input:-ms-input-placeholder {
    color: #999; }
  .typeheader-52 .search-header-w #sosearchpro .search input::-webkit-input-placeholder {
    color: #999; }
  .typeheader-52 .search-header-w #sosearchpro .search input:focus {
    z-index: 0; }
  .typeheader-52 .main-menu-w {
    text-align: center; }
  .typeheader-52 .shopping_cart {
    float: right;
    position: relative; }
  .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart {
    position: relative; }
  .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 40px;
     }
  .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
    font-size: 18px;
    color: #252525; }
  .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
    float: left;
    height: 40px;
    line-height: 40px; }
  .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
    font-size: 14px;
    color: #262626;
    margin: 0;display: none; }
  .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
    font-size: 12px;
    float: left;
    line-height: 100%;
    font-weight: 700;
    display: none; }
    .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart.cart-40 {
      font-size: 12px;
      float: left;
      line-height: 100%;
      font-weight: 700;
    }
    .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts, .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
      display: none; }
      .items_cart2, .items_carts {
        display: none;
    }
    .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart{
      background-color: transparent !important;
    }
    .so-page-builder .container-fluid {
      padding: 0;
      overflow: hidden;
  }
    #content .module h3.modtitle span, .layout-52.common-home #content .module h3.modtitle {
      font-size: 30px ;
      color: #000 !important;
      font-weight: 700 !important;
      text-transform: capitalize !important;
      letter-spacing: 1px;
      font-family: var(--head-font-family);
    }
    .cart-40 .items_cart {
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      position: absolute;
      top: 2px;
      left: 21px;
      font-size: 11px;
      color: #fff;
      background-color: #ed1c24;
    }
    .shopping_cart .icon-c img{
      width: 30px;
      height: 25px;
  }
  .wishlist-40 {
    font-weight: 500;
    font-size: 12px;
    float: unset;
    font-weight: unset;
    position: absolute;
    display: inline-block;
    line-height: 0px;
    border-radius: 50%;
    left: 65%;
    bottom: 40%;
    width: 17px;
    height: 17px;
    background: #f43e01 !important;
    display: flex;
    justify-content: center;
  }
  .wishlist-40 #wishlist-total-theme31{
    width: unset;
    height: unset;
    line-height: unset;
    text-align: unset;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: unset;
    position: unset;
    float: left;
    padding-right: 0px;
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
    color: #fff;
    font-size: 11px;
  }
    .fav40 a {
      position: relative;
      left: 0px;
    }
    .fav40 {
      float: right;
    }
    .products-list .product-grid .product-item-container .right-block {
      background-color: #fff;
    }
    .woocommerce-loop-category__title {
      font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.8px;
    text-align: center;
    margin-top: 20px;
    color: #3a3a3a;text-transform: capitalize;
    }
    .feat-pyro {
      color: #707070;
      font-size: 15px;text-align: center;
      letter-spacing: 1px;line-height: 1.5;    margin-top: 10px;
  }
  .common-home.layout-52 .products-list .product-layout {
    display: flex;
    width: calc(100% - 12px);
    margin: 8px 6px;
}
.layout-52.common-home #content .product-item-container {
  margin: 0 ;
}
.layout-52.common-home #content .product-item-container .left-block {
  padding: 10px;
}
.layout-52.common-home .products-list .product-grid .product-item-container .left-block .product-image-container {
  background-color:  var(--card-bg);
}
.layout-52.common-home .product-image-container a {
  display: block;
  position: relative;
  /* padding-bottom: 78%; */
  width: 100%;
  height: 250px;
}
.common-home.layout-52 .so-extraslider .products-list .product-layout .product-image-container img {
  max-width: 100%;
  max-height: 100%;
}
.product-category .countdown_box .countdown_inner {
  display: none;
}
.layout-52.product-category .product-image-container a {
    padding-bottom: 0;
}
.layout-52.product-category .product-item-container, .layout-52.product-search .product-item-container {
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 16px;
    margin: 0 0 15px 0 !important;
}

.layout-52.common-home .product-image-container img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.layout-52 .product-item-container .caption {
  font-size: 15px;
  line-height: 23px;
  flex-grow: 1;
}
.layout-52 .product-item-container {
  position: relative;
  padding: 1px !important;
  /* display: flex; */
  flex-direction: column;
  background-color: #fff !important;
  width: 100%;
  flex-shrink: 0;
  border: 0;
}
/* .layout-52.common-home #content .price .price-new {
  color: #3a3a3a;
} */
.layout-52.common-home .banners1 {
  margin-bottom: 20px;
  padding-top: 5rem;
}
.banners1 .banner1 {
  margin: 0 -10px;
  margin-bottom: 20px;
}
.banners1 .banner1 .b1 {
  /* width: 64.708%; */
  padding: 0 10px;
  float: left;
}
.banners1 .banner1 .b2 {
  padding: 0 10px;
  /* width: 35.292%; */
  float: left;
}
.banners1 .banner2 {
  margin: 0 -10px;
}
.banners1 .banner2 .b1 {
  padding: 0 10px;
  /* width: 35.292%; */
  float: left;
}
.banners1 .banner2 .b2 {
  /* width: 64.708%; */
  padding: 0 10px;
  float: left;
}
.so-categories {
  margin: 20px 0 0;
}
.so-categories .modcontent {
  margin: 0 auto;
  background-color: white;
  padding: 2rem 2.5rem 2rem;
  border-radius: 50px;
  position: absolute;
  top: 42vmin;
  left: -10vw;
  right: 0;
}
.layout-52 .testimonials-w {
  padding: 15px;
  margin-top: 10px;
}
.layout-52.common-home #content .module.box-reviews h3.modtitle {
  margin-bottom: 40px;
}
.layout-52 .testimonials-w {
  padding: 15px;
  /* margin-bottom: 40px; */
  margin-top: 10px;
}
.layout-52.common-home #content .module h3.modtitle {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 15px;
  text-transform: capitalize;
  text-align: center;
}
.layout-52.common-home #content .module.box-reviews h3.modtitle {
  margin-bottom: 40px;
}
.box-reviews .item {
  border: 1px solid #e5e5e5;
  padding: 25px 25px 40px;
  text-align: center;height: 320px;
  color: #3a3a3a;
}
.box-reviews .item p.qual {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.box-reviews .item p.qual-1 {
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.review-info {
  height: 215px;
}
.box-reviews .item p {
  margin-bottom: 0;
}
.client-info {
  line-height: 1.2;
  border-top: 1px solid #bababa;
  width: 40%;
  margin: 0 auto;
}
.box-reviews .item p.name {
  font-size: 8px;
  margin-top: 0px;
}
.client-info p {
  margin-top: 20px;
}
.box-reviews .item:hover {
  background-color: #f6f6f6;
  cursor: pointer;
}
.slider-brands {
  padding: 10px 0px !important;
  margin: 10px 15px 10px 15px;
}
.layout-52.common-home .so-categories .cat-wrap .content-box {
  width: 100%;
  padding: 15px;
}
.layout-52.common-home .so-categories .cat-wrap .content-box {
  width: 100%;
  padding: 0px;
}
.common-home .so-categories .cat-wrap .content-box {
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: center;
}
.common-home.layout-52 .so-categories .cat-wrap .content-box img {
  width: 100%;
  height: 200px;
  object-fit: scale-down;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  padding: 10px;
}
.common-home.layout-52 .so-categories .cat-wrap .content-box img {
  width: 100%;
  height: 200px;
  object-fit: scale-down;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  padding: 30px 10px 55px;
  background-color: #FEEFEF;
  border-radius: 20px;
}
.slider-brands .item {
  text-align: center;
  opacity: 0.4;
}
.slider-brands .item:hover {
  opacity: 1;
}
.owl2-controls .owl2-prev, .owl2-controls .owl2-next {
  float: right !important;
}
.owl2-controls {
  float: right;
  text-align: right;
}

.owl2-controls {
  margin-bottom: 8px;
  vertical-align: middle;
  display: inline;
}
 .owl2-controls .owl2-nav .owl2-prev.owl2-prev {
  left: -40px;
  right: auto;
}
.owl2-controls .owl2-nav .owl2-prev,  .owl2-controls .owl2-nav .owl2-next {
  margin-top: -50px;
}

.owl2-controls .owl2-nav .owl2-next.owl2-next {
  right: -40px;
    left: auto;
}
.extra-layout9 .so-extraslider .owl2-controls .owl2-nav .owl2-next {
  right: -35px !important;
}
.so-extraslider-ltr .so-extraslider .owl2-controls .owl2-prev, .so-extraslider-ltr .so-extraslider .owl2-controls .owl2-next {
  float: right;
}
 .owl2-controls .owl2-nav .owl2-prev, .owl2-controls .owl2-nav .owl2-next {
  width: 35px !important;
}
 .owl2-controls .owl2-nav .owl2-prev, .owl2-controls .owl2-nav .owl2-next {
  width: 50px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 60%;
  margin: 0;
  margin-top: -35px;
  display: inline-block;
  border: none;
  float: none;
  border-radius: 0;
  z-index: 99;
  opacity: 1;
}
 .owl2-controls .owl2-nav .owl2-prev {
  background: url(../../images/left-arrow.png) no-repeat;
  background-size: 61%;
 }
 .owl2-controls .owl2-nav .owl2-prev.owl2-next,  .owl2-controls .owl2-nav .owl2-next.owl2-next {
  background: url(../../images/right-arrow.png) no-repeat;
  background-size: 61%;
}
 .owl2-controls .owl2-nav .owl2-prev:before, .owl2-controls .owl2-nav .owl2-next:before {
  opacity: 1;
  color: #ddd;
  font-weight: 400;
  font-family: 'FontAwesome';
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  text-indent: 0;
  width: 100%;
  height: 100%;
  font-size: 60px;
  transition: all 0.2s ease-in-out 0s;
}
.addToCart.hovr-40 {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #419945;
    border: 0;
    color:#fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    transform: translateY(100%);
    transition: all .25s linear;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}
.product-item-container:hover .addToCart.hovr-40 {
  transform: translateY(0);
}
.btn-button .tooltiptext {
  visibility: hidden;
  position: absolute !important;
  width: 110px;
  background-color: #000;
  color: #fff !important;
  text-align: center;
  padding: 0px 23px 0 0 !important;
  border-radius: 6px;
  z-index: 999;
  transition: opacity .6s !important;text-indent: 8px !important;
}
.tooltip-left p {
  margin-bottom: 0;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .cartinfo--left {
  right: 10px;
  left: unset;
  bottom: 80%;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button:hover {
  background-color: unset !important;
  background: url(../../images/fav_pink.png) no-repeat;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button.compare:hover {
  background-color: unset !important;
  background: url(../../images/compare_pink.png) no-repeat;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button.quickview:hover {
  background-color: unset !important;
  background: url(../../images/view_pink.png) no-repeat;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button:hover img {
  opacity: 0;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button {
  background-color: transparent;
}
.layout-52 #content .label-sale,
.layout-52 #content .label-product-sale {
      left: 5px;
      top: 5px;
      border-radius: 3px;
      font-size: 1.1rem;
      font-weight: 500;
      height: 22px;line-height: 25px;
}
.related-product-content .content-product-bottom .tab-content .owl2-carousel .owl2-stage-outer {
   overflow: hidden;
}
 .related-product-content .owl2-controls .owl2-nav .owl2-next.owl2-next, .related-product-content .owl2-controls .owl2-nav .owl2-prev {
   background: unset;
 }
 .layout-52 .related-product-content .products-list .product-grid .product-item-container .right-block .addToCart {
   margin-top: 15px;
 }
 .layout-52 .related-product-content .owl2-controls .owl2-nav .owl2-next.owl2-next {
   right: -20px;
 }
 .layout-52 .related-product-content .owl2-controls .owl2-nav .owl2-prev.owl2-prev {
   left: 0;
 }

 .common-home.layout-52 .products-list .product-grid .product-item-container .left-block .cartinfo--left {
  right: 10px;
  left: unset;
  bottom: 80%;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button:hover {
  background-color: unset !important;
  background: url(../../images/fav_pink.png) no-repeat;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button.compare:hover {
  background-color: unset !important;
  background: url(../../images/compare_pink.png) no-repeat;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button.quickview:hover {
  background-color: unset !important;
  background: url(../../images/view_pink.png) no-repeat;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button:hover img {
  opacity: 0;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button {
  background-color: transparent;
}
.layout-52 #content .label-sale,
.layout-52 #content .label-product-sale {
      left: 5px;
      top: 5px;
      border-radius: 3px;
      font-size: 1.1rem;
      font-weight: 500;
      height: 22px;line-height: 25px;
}
.layout-52 .label-stock {
  top: 0;left: 0;bottom: unset;
 }
 .product-category .label-stock , .product-search .label-stock {
  position: relative;
 }
 .related-product-content .content-product-bottom .tab-content .owl2-carousel .owl2-stage-outer {
   overflow: hidden;
 }
 .related-product-content .owl2-controls .owl2-nav .owl2-next.owl2-next, .related-product-content .owl2-controls .owl2-nav .owl2-prev {
   background: unset;
 }
 .layout-52 .related-product-content .products-list .product-grid .product-item-container .right-block .addToCart {
   margin-top: 15px;
 }
 .layout-52 .related-product-content .owl2-controls .owl2-nav .owl2-next.owl2-next {
   right: -20px;
 }
 .layout-52 .related-product-content .owl2-controls .owl2-nav .owl2-prev.owl2-prev {
   left: 0;
 }
.tooltip-left {
  top: -1px;
  bottom: auto;
  right: 128%;
}
.tooltip-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}
.products-list .product-grid .product-item-container .right-block h4 a {
  font-size: 16px;
  color: #2d2d2d;
  letter-spacing: 0.2px;
  font-weight: 500;
}
/* .rate-40  {
  display: none !important;
} */
.so-deal .extraslider-inner {
  border-top:0;border-bottom: 0;
}
.products-list .product-grid .product-item-container .left-block .cartinfo--center.left-40 {
  left: 10px;
  transform: translateY(50%);
  bottom: 50%;
}
.products-list .product-grid .product-item-container .left-block .cartinfo--center.left-40 {
  right: 10px;
  left: unset;display: block;
  bottom: 80%;width: unset;
}
.so-deal .products-list .product-grid .product-item-container .right-block {
  padding: 65px 12px 20px 12px;
}
.layout-52.common-home .countdown_box{
  top: 28%;
}
.layout-52.common-home .products-list .product-layout .product-item-container:hover .countdown_box {
  visibility: visible;opacity: unset;
}
.layout-52.common-home .countdown_box{
  top: 28%;
}
.layout-52.common-home .products-list .product-layout .product-item-container:hover .countdown_box {
  visibility: visible;opacity: unset;
}
.products-list .product-grid .product-item-container .left-block .cartinfo--center .btn-button {
  transform: translate(-50px, 0px);
}
.products-list .product-grid .product-item-container .left-block .cartinfo--center .btn-button span {
  display: block;
}
.layout-52.common-home .countdown_box .time-item {
  color: #3a3a3a;background: transparent;
}
.layout-52.common-home .countdown_box .time-item .num-time {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.layout-52.common-home .countdown_box .time-item {
  color: #3a3a3a;background: transparent;
}
.layout-52.common-home .countdown_box .time-item .num-time {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.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: 0px;
}
.fixed-boxFooter .bfix-nav-wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px 15px;
}
.fixed-boxFooter i {
  font-size: 16px;
}
.fixed-boxFooter .white-boxnavflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5px;
}
.fixed-boxFooter .white-boxnavflex .bfix-userdiv,
.fixed-boxFooter .white-boxnavflex .bfix-homediv {
  flex-shrink: 0;
  width: auto;
  display: flex;
}
.fixed-boxFooter .white-boxnavflex .bfix-userdiv a,
.fixed-boxFooter .white-boxnavflex .bfix-homediv a {
  display: flex;
  flex-direction: column;
  color: #3a3a3a;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.fixed-boxFooter .white-boxnavflex .bfix-userdiv a span,
.fixed-boxFooter .white-boxnavflex .bfix-trackdiv a span,
.fixed-boxFooter .white-boxnavflex .bfix-homediv a span {
  font-size: 10px;
  line-height: 16px;
  color: #2d2d2d;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.fixed-boxFooter .white-boxnavflex img {
  width: 20px;
  height: 20px;
}
#showVerticalMenuBot:hover .icon-view,
#button-header:hover .icon-view,
.bfix-homediv:hover .icon-view,
.bfix-userdiv:hover .icon-view{
  display: none;
}
#showVerticalMenuBot:hover .hover-icon,
#button-header:hover .hover-icon,
.bfix-homediv:hover .hover-icon,
.bfix-userdiv:hover .hover-icon{
  display: block;
}
#showVerticalMenuBot:hover .hover-backcolor,
#button-header:hover .hover-backcolor,
.bfix-homediv:hover .hover-backcolor,
.bfix-trackdiv:hover .hover-backcolor,
.bfix-userdiv:hover .hover-backcolor{
  background: rgb(255, 100, 100);
}
.icon-view{
  display: none;
}

#showVerticalMenuBot .hover-backcolor,
#button-header .hover-backcolor,
.bfix-homediv .hover-backcolor,
.bfix-trackdiv .hover-backcolor,
.bfix-userdiv .hover-backcolor{
   background: red;
   padding: 5px;
   border-radius: 50%;
   padding: 6px;
   width: 32px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
}
.fixed-boxFooter .white-boxnavflex .bfix-wishdiv a {
  display: flex;
  flex-direction: column;
  color: #3a3a3a;
  justify-content: center;
  align-items: center;
}
.fixed-boxFooter .white-boxnavflex .bfix-wishdiv a span {
  font-size: 9px;
  line-height: 16px;
  color: #fff;letter-spacing: 0.5px;
}
.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: #3a3a3a;
  justify-content: center;
  align-items: center;
}
.fixed-boxFooter .white-boxnavflex .bfix-categorydiv a span {
  font-size: 10px;
  line-height: 16px;
  color: #2d2d2d;
  letter-spacing: 0.5px;
  font-weight: 700;
}

    .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      position: absolute;
      top: -1px;
      left: 20px;
      font-size: 12px;
      color: #fff;
      }
      .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart.cart-40 .items_cart {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        position: absolute;
        top: -1px;
        left: 20px;
        font-size: 12px;
        color: #fff;

    }
  .typeheader-52 .shopping_cart .dropdown-menu {
    top: 100%;
    right: -15px;
    left: auto;
    color: #666; }
  .typeheader-52 .shopping_cart .shoppingcart-box:before {
    right: 50px; }
  .typeheader-52 .megamenu-style-dev .navbar-default {
    background: transparent; }
  .typeheader-52 .megamenu-pattern .container {
    width: auto; }
    .layout-52 .products-list .product-grid .product-item-container .right-block .addToCart {
      font-size: 12px;
      text-transform: uppercase;
      padding: 11px 25px;
      line-height: 100%;
      width: 100%;
    border-radius: 8px !important;margin-top: 15px;
    color: white !important;font-weight: 500;
    font-family: var(--product-font-family);
    letter-spacing: 0.4px;
  }
  .layout-52 .quickcount-left.es {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 15px;
}
.layout-52 .so-extraslider-ltr .so-extraslider .right-block .quickcount-left.es .quickcount_right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
}
.layout-52.product-category .quickcount-left.es input[type=text],
.layout-52.product-search .quickcount-left.es input[type=text] ,
.layout-52.product-special .quickcount-left.es input[type=text] {
  width: 75%;
}
.layout-52 .quickcount-left.es .count_0 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-52.common-home .so-extraslider-ltr .so-extraslider .right-block .quickcount-left.es input[type=text] {
  width: 79%;
  padding: 0px 25px;
}
.layout-52.common-home #content .price .price-new .callforprice {
display: none;
}
.layout-52 #content .right-block .price {
  height: 20px;
  margin-bottom: 5px;
}
.layout-52 .quickcount-left.es .minusplus:hover {
  color: #fff;
}
.layout-52 .quickcount-left.es .minusplus {
  background: #ed1c24;
  color: #000;
  opacity: 1;
  border: none;
  padding: 7px 11px 9px 10px;
  border-radius: 4px;
  line-height: 20px;
}
/* .layout-52.common-home .quickcount-left.es .minusplus, .layout-52.common-home .quickcount-left.es .minusplus:hover {
  padding: 7px 11px 8px 10px;
} */
.layout-52 .quickcount-left.es input[type=text] {
  font-weight: 500;
  line-height: 1.5;
  color: #ed1c24;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
  text-align: center;
  width: 35%;
  padding: 2px;
  border: 1px solid #ed1c24;
}
.layout-52.product-category .quickcount-left.es input[type=text],
.layout-52.product-search .quickcount-left.es input[type=text] ,
.layout-52.product-special .quickcount-left.es input[type=text] {
  width: 75%;
}
.layout-52 .quickcount-left.es .count_0 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-52.common-home .so-extraslider-ltr .so-extraslider .right-block .quickcount-left.es input[type=text] {
  width: 79%;
  padding: 0px 25px;
  font-size: 15px;
}
.layout-52.common-home #content .price .price-new .callforprice {
display: none;
}
.layout-52 #content .right-block .price {
  height: 20px;
}
.layout-52 .quickcount-left.es, .product-category.layout-52 .quickcount-left.es {
  display: inline-block;
  height: 29px !important;
  width: 40% !important;
}
.layout-52 .quickcount-left.es .minusplus:hover {
  color: #fff;
}

  @media (min-width: 992px) {
    .typeheader-52 .container-megamenu.horizontal ul.megamenu > li {
      margin-right: 18px;
      float: none;
      display: inline-block;
      text-align: left; } }
  .typeheader-52 .container-megamenu.horizontal ul.megamenu > li > a {
    line-height: 100%;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 600;
    padding: 25px 0;
    position: relative;
    text-transform: capitalize;
    font-family: var(--head-font-family);
    letter-spacing: 0.4px;
   }
  @media (min-width: 992px) {
      .typeheader-52 .container-megamenu.horizontal ul.megamenu > li > a:after {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: 10px;
        left: 0;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s; } }
  .typeheader-52 .container-megamenu.horizontal ul.megamenu > li > a .caret {
    display: none; }
  .typeheader-52 .container-megamenu.horizontal ul.megamenu > li > a:before {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    content: "";
    height: 4px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; }
  .typeheader-52 .container-megamenu.horizontal ul.megamenu > li > a strong {
    font-weight: 600; }
  .typeheader-52 .container-megamenu.horizontal ul.megamenu > li > a strong img {
    display: none; }
  @media (min-width: 992px) {

      .typeheader-52 .container-megamenu.horizontal ul.megamenu > li:hover > a:after, .typeheader-52 .container-megamenu.horizontal ul.megamenu > li.active > a:after, .typeheader-52 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:after {
        width: 100%; }
      .typeheader-52 .container-megamenu.horizontal ul.megamenu > li:hover > a:before, .typeheader-52 .container-megamenu.horizontal ul.megamenu > li.active > a:before, .typeheader-52 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:before {
        width: 100%;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;display: none; } }
  .typeheader-52 .header-bottom, .typeheader-52 .header-top {
    background: #fff;
    border-bottom: 1px solid rgba(235, 235, 235, 0.5); }
  .typeheader-52 .header-top {
    min-height: 0px;
    background: #ED1C24;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 3px #ccc; }
  .typeheader-52 .header-top .top-left {
    position: relative; }
    .typeheader-52 .header-top .top-left {
      margin-top: 5px;
      color: #fff;
      font-size: 11.5px;
  }
  .telephone {
    color: #fff;
    font-size: 11.5px;
}
  .typeheader-52 .header-top .top-left p {
    position: absolute;
    top: 8px;
    color: #707070;
    font-weight: 500;font-size: 12px;
}
.layout-52.common-home #content .module h3.modtitle:after,
.filters-panel .list-view button.btn#table-view {
  display: none;
}
.typeheader-52 .header-bottom {
  border-bottom: none; }
.typeheader-52 .header-bottom {
  padding: 15px 0;
}
.typeheader-52 .header-bottom .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-home .typeheader-52 .header-bottom .categories .row,
.container-megamenu ul.megamenu li .sub-menu .row {
  display: inherit;
}
.container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu {
  font-weight: 600;text-transform: capitalize;border: 0;font-family: var(--head-font-family);
  font-size: 13px;padding-bottom: 0;line-height: 1.2;
}
.sub-menu .menu-features {
  font-family: var(--product-font-family);
}
.text1{
    font-size: 12px;
    text-align: center;
    background-color:#fab117;
    text-align: center;
    padding: 10px 5px 10px;
    font-weight: 500;
    color: #333;
    margin-bottom:0px !important;
}

.close-head{font-size: 12px;
    vertical-align: top;
    padding-top: 0px;}
.close-head1{    padding-top: 3px !important;
    padding-right: 3px !important;}
#myDiv1 {
    bottom: 0;
    position: fixed;
    z-index: 9999;
    position: fixed;
    margin: 0 30% auto;
    left: 0;
    right: 0;
}
.logo-side {
  display: none;
}
@media(max-width:767px){
  #myDiv {
    margin: 0 13px auto !important;
}
.night-cracker h1{
  font-size: 23px !important;
  margin-bottom: 10px !important;
}
.night-cracker button{
  margin-top: 0 !important;
}
.layout-52 #content p{
  font-size: 13px !important;
  line-height: 26px;
}
.nighttime-craccker{
  height: 121px !important;
}
.nighttime-craccker .container{
  width: 100% !important;
}
.feature-box {
  min-height: 237px;
}
.common-home #content .so-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li.ltabs-tab {
  margin-left: 0px;
  text-align: left;
  border: none;
  padding: 0px;
}
.common-home .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox{
  display: flex;
  color: #2d2d2d;
  line-height: 36px;
}
.layout-52.common-home .so-listing-tabs-ltr .centerDiv .modtitle span:after, .testimonials-w .centerDiv .modtitle span:after{
  display: none !important;
}
.layout-52.common-home #content .module.so-extraslider-ltr .modtitle span:after{
  display: none !important;
}

.stats-section {
  gap: 18px !important;
  margin-top: 28px !important;
  margin-bottom: 5px !important;
}
.stat-number {
  width: 47% !important;
}
.aboutus-content .row{
  flex-direction: column-reverse !important;
  gap: 20px !important;
}
.aboutus-content h2{
  font-size: 30px !important;
}
.aboutus-content .col-6{
  width: 100% !important;
}
.so-latest-blog {
  padding-left: 15px;
  padding-right: 15px;
}
.so-latest-blog .owl2-controls .owl2-nav .owl2-prev.owl2-prev {
  display: block !important;left: 25px;
}
.so-latest-blog .owl2-controls .owl2-nav .owl2-next.owl2-next {
   display: block !important;right: 12px;
}
}
.shopcart{
  padding: 5px;
  border-radius: 50%;
  padding: 6px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.bfix-homediv{
 display: none !important;
}

.div-mob{margin: 0 50px auto !important;}
#myDiv1 {
  bottom: 0;
    position: fixed;
    z-index: 9999;
    /* width: 46%; */
    margin: 0 0px auto;
    width: 100%;
}
.close-head1{float:left !important;}
.close-head2{padding-left:0px !important; }
.close-mob1{padding-left: 5px;
    padding-top: 2px;}
.close-head3{color: black;
    font-weight: bold;}
.module .newsletter .block_content .alert-danger {
    font-weight: bold;
    font-size: 12px;
  }
@media (max-width: 767px){
  header.typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
        display: unset;
    }
   .megamenu-style-dev .navbar-default .horizontal .navbar-toggle .icon-bar {
        background: #fff;
      }
    .common-home.layout-52 .shop-services .item p {
      margin-top: 10px;
    }
    .common-home.layout-52 .shop-services .more-btn{
      text-align: center;
      font-size: 14px;
      color: white;
      font-weight: 500;
      font-family: var(--product-font-family);
      letter-spacing: 0.4px;
      width: 100%;
      display: flex;
      justify-content: center;
      padding-bottom: 20px;
    }
    body, #wrapper{
      font-family: var(--product-font-family) !important;
    }
    .common-home.layout-52 .shop-services .category-section{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .common-home.layout-52 .shop-services .more-btn button{
        border-radius: 5px;
        padding: 5px 25px;
    }
    .common-home.layout-52 .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item{
      margin-bottom: 0px !important;
    }
    .common-home.layout-52 .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
      margin: 0 10px 10px 10px;
    }
}
@media (max-width: 560px){
  .common-home.layout-52 .shop-services .item {
    width: 31%;
}
}
@media (max-width: 559px){
  .common-home.layout-52 .shop-services .item {
      width: 44%;
}
}
  @media (min-width: 385px) and (max-width: 584px) {
    .price .price-new, .price span.price {
      letter-spacing: .5px;font-size: 1.3rem;
    }
  }
  @media (max-width: 767px){
 .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
        display: none;
  }

.shopcart{
  background: red;}
.megamenu-style-dev .navbar-default .horizontal .navbar-header, .shopcart-inner .items_cart,
.typeheader-52 .shopping_cart, .fav40 {
  display: none;
}
.main-menu.col-xs-4 {
  width: auto;padding: 0;
}
.btn-button .tooltiptext {
  text-indent: 9px !important;    width: 95px;    height: 20px !important;font-size: 10px !important;
}
.tooltip-left {
  top: 4px;
}
.tooltip-left p {
  margin-top: -5px;
}
.cart-40 .items_cart {
  top: 4px;
  left: 22px;
}
.icon-c img {
  width: 25px;
}
.shopcart-inner .text-shopping-cart {
  font-size: 10px;
  line-height: 16px;
  color: #3a3a3a;
  letter-spacing: 0.5px;
}
.typeheader-52 .searchbox .search {
  display: block !important;
}
.typeheader-52 .search-header-w .icon-search {
  float: right;
    position: relative;
    top: 29px;left: -13px;
    z-index: 99;
}
.typeheader-52 .search-header-w .icon-search img {
  width: 15px;opacity: 0;
}
.typeheader-52 .searchbox {
  position: unset;width: 220px;
}
.typeheader-52 .search-header-w {
  float: none;
  left: 0px;
}
.typeheader-52 .search-header-w #sosearchpro .search input {
  -webkit-border-radius: 50px;
  height: 37px;
  color: #3a3a3a;
}
header.typeheader-52 .navbar-logo {
  padding-left: 10px;
  text-align: center;
  padding-right: 5px;
}
.layout-52.common-home #content .module h3.modtitle {
  text-align: center;
}
.feat-pyro {
  font-size: 9px;
    text-align: left;
    letter-spacing: 0.8px;
    margin: 5px 0 0;
}
.addToCart.hovr-40 {
  height: 28px;
  font-size: 13px;
    font-weight: 600;
    border-radius: 0px 0px 10px 10px;
}
.layout-52.common-home .countdown_box {
  display: block !important;    top: 25%;
}
.layout-52.common-home .countdown_box .time-item {
  margin: 0;
}
.layout-52.common-home .countdown_box .time-item .num-time {
  font-size: 15px;border-bottom:0;
}
.layout-52.common-home .countdown_box .time-item .name-time {
  font-size: 9px;
}
.products-list .product-grid .product-item-container:hover .left-block .button-group .btn-button img {
  width: 20px;
}
.products-list .product-grid .product-item-container .left-block .cartinfo--left {
  right: 0px;
    bottom: 67%;
}
.products-list .product-grid .product-item-container:hover .left-block .button-group .btn-button {
  margin: 0;width: 30px;
}
.layout-52 .product-image-container a {
  padding-bottom: 105%;
}
.owl2-carousel .owl2-controls .owl2-nav .owl2-prev, .owl2-carousel .owl2-controls .owl2-nav .owl2-next, .owl2-carousel .owl2-controls .owl2-dot {
  display: none !important;
}
.slider-brands .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-view {
  letter-spacing: 1px;
  float: right;
  position: relative;
  top: -26px;}
  .slider-brands {
    padding: 0;
    margin: 0;
}
.slider-brands .owl2-carousel .owl2-controls .owl2-nav .owl2-prev, .slider-brands .owl2-carousel .owl2-controls .owl2-nav .owl2-next, .slider-brands .owl2-carousel .owl2-controls .owl2-dot {
  display: block !important;
}
.slider-brands .owl2-controls .owl2-nav .owl2-prev.owl2-prev {
  left: 0;
  right: auto;
}
.slider-brands .owl2-controls .owl2-nav .owl2-next.owl2-next {
  right: 0;
  left: auto;
}
.slider-brands .owl2-carousel .owl2-dots {
  display: none !important;
}
.so-extraslider {
  margin: 0px 0;
}
.shop-services .item {
  padding: 0;line-height: 1;
  margin: 0 6px 25px;height: 100px;
  text-align: center;width: 21%;
}
.shop-services img {
background-color: #cde7da;
    padding: 15px;
    border-radius: 50px;
    height: 75px;
    object-fit: scale-down;
}
.shop-services span {
  font-size: 12px;
  letter-spacing: 0.5px;color: #3a3a3a;
}
.shop-services .modtitle span {
  color: #3a3a3a !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 22px !important;
}
.shop-services {
  margin-top: 15px;
}
.feature-mob {
  background-color: #f6f6f6;
}
.feature-mob .form-group {
  margin-bottom: 0;
}
.feature-mob .products-list .product-grid .product-item-container .right-block {
  background-color: #f6f6f6;padding: 12px 12px 5px 12px;
}
.layout-52.common-home #content .price .price-new {
  font-size: 1.3rem;
}
.price .price-old {
  font-size: 1rem;
}
.layout-52.common-home #content .product-item-container {
  background-color: #fff !important;
}
.layout-52.common-home #content .so-deal .product-item-container .left-block {
  width: 45%;
}
.so-deal .products-list .product-grid .product-item-container .right-block {
  position: absolute;
  width: 55%;
  left: 144px;
  right: 0;
  top: 25px;
  background-color: #f6f6f6;    padding: 50px 12px 20px 12px;
}
.deals-layout40 .modcontent, .layout-52.common-home #content .so-deal .product-item-container {
  background-color: #f6f6f6 !important;     margin: 0;
}
.deals-layout40 {
  padding: 0 !important;
}
.product-item-container:hover .addToCart.hovr-40.so-deal40 {
  transform: unset;
}
.addToCart.hovr-40.so-deal40 {
  top: 37px;bottom: unset; transform: unset;
  left: 15px;
}
.so-deal .products-list .product-grid .product-item-container .right-block .addToCart.so-deal40 {
  font-size: 11px;
  color: #fff;    width: 80%;
  background-color: #419945;    padding: 8px 13px;
}
.owl2-controls .owl2-nav .owl2-prev, .owl2-controls .owl2-nav .owl2-next {
  top: 60%;
}
.owl2-controls .owl2-nav .owl2-next.owl2-next {
  right: 5px;
  display: none !important;
}
.owl2-controls .owl2-nav .owl2-prev.owl2-prev {
  left: 5px;
  display: none !important;
}
.typeheader-52 .search-header-w #sosearchpro .search button {
  top: 2px;
    right: 8px;opacity: 0.6;
}
.layout-52.product-search .product-image-container a {
  padding-bottom: 0;
}
.products-category .products-list .product-grid .product-item-container .sun-colors-div {
  display: none;
}
header #sosearchpro .dropdown-menu {
  right: -8px;
    left: auto !important;    min-width: 350px;
}
.products-list .product-grid .product-item-container .right-block h4 {
  line-height: 1;    -webkit-line-clamp: 2;
}
#cart.btn-shopping-cart.open .dropdown-menu {
  position: fixed !important;
  bottom: 70px !important;top: auto !important;
  right: 10px !important;
  left: 10px !important;
  margin: auto !important;
}
.fixed-boxFooter .white-boxnavflex .bfix-wishdiv a {
  display: inline-block;    color: #fff;
}
  }

.module.main-newsleter-popup .hidden-popup .inline {
    top: -5px;left: 5px;
  }
.chit_scheme_enquiry_ui.chit-fix .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 55px;
  position: relative;
  display: inline-block;
  font-family: var(--head-font-family);
  color: #000;

}
.chit_scheme_enquiry_ui.chit-fix .terms-section .section-title {
  font-size: 25px;
}
.chit_scheme_enquiry_ui.chit-fix .terms-section .section-title:after {
  display: none;
}
.chitcontainer ul.breadcrumb1{
  display: none;
}
.chit_scheme_enquiry_ui.chit-fix .section-title:after {
  content: "";
  width: 210px;
  height: 125px;
  display: block;
  background: url(../../images/border-line.png) no-repeat;
  background-size: 40% 40%;
  right: -14rem;
  position: absolute;
  top: 6px;
}
.chit_scheme_enquiry_ui.chit-fix .foundation-sec .section-title:after, .chit_scheme_enquiry_ui.chit-fix .registerh1 .section-title:after{
  right: -16rem;
}
.chit_scheme_enquiry_ui.chit-fix .registerh1 .section-title:after{
  margin-bottom: 15px;
}
.chit_scheme_enquiry_ui.chit-fix .enquiry-form-ui form{
  width: 50vw;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 1px 2px 2px 2px #bdb2b221;
  padding: 20px 30px;
  border-radius: 7px;
}
.chit_scheme_enquiry_ui.chit-fix .plan-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
  }
.chit_scheme_enquiry_ui.chit-fix .plan-card:hover {
    transform: translateY(-5px);
}
.chit_scheme_enquiry_ui.chit-fix .plan-header {
    padding: 20px;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    background: url(../../images/plans-bg.png) no-repeat;
    background-size: cover;
}
.chit_scheme_enquiry_ui.chit-fix .plan-header h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: #FFBF00;
    font-family: var(--product-font-family);
}
.chit_scheme_enquiry_ui.chit-fix .plan-header p {
    font-size: 14px;
    margin: 5px 0 0;
}
.chit_scheme_enquiry_ui.chit-fix section.foundation-sec {
    background: linear-gradient(180deg, rgba(252, 241, 245, 0) 0%, #FCF1F5 80%);
    padding: 15px 0px 50px 0px;
}
.chit_scheme_enquiry_ui.chit-fix .plan-body {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ff6600;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.chit_scheme_enquiry_ui.chit-fix section.foundation-sec {
    background: linear-gradient(180deg, rgba(252, 241, 245, 0) 0%, #FCF1F5 80%);
}
.chit_scheme_enquiry_ui.chit-fix .plan-body p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
  }
.chit_scheme_enquiry_ui.chit-fix .btn-join {
    background: linear-gradient(90.02deg, #E7003D -34.53%, #FFC107 132.85%);
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: var(--product-font-family)
  }
.chit_scheme_enquiry_ui.chit-fix .foundation-sec .row,
.chit_scheme_enquiry_ui.chit-fix .foundation-sec-second .row{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    row-gap: 43px;
  }
.chit_scheme_enquiry_ui.chit-fix .foundation-sec-second {
    margin: 50px 0px;
  }
.chit_scheme_enquiry_ui.chit-fix .btn-join:hover {
    background: #e64a19;
    color: #fff;
  }
.layout-52 .chit_scheme_enquiry_ui .enquiry-form-ui label,
.layout-52 .chit_scheme_enquiry_ui.chit-fix #form-chit-enquiry select#input-plan-name,
.layout-52 .chit_scheme_enquiry_ui .enquiry-form-ui input.form-control {
    font-family: var(--product-font-family);
  }
.chit_scheme_enquiry_ui.chit-fix  .about-section {
    margin-top: 65px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.chit_scheme_enquiry_ui.chit-fix .about-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    font-family: var(--head-font-family);
  }
.chit_scheme_enquiry_ui.chit-fix .about-title:after {
  content: "";
  width: 210px;
  height: 125px;
  display: block;
  background: url(../../images/border-line.png) no-repeat;
  background-size: 40% 40%;
  right: -15rem;
  position: absolute;
  top: 5px;
}
.chit_scheme_enquiry_ui.chit-fix .chitenq-formsection{
  background: linear-gradient(180deg, rgba(252, 241, 245, 0) 0%, #FCF1F5 80%);
  padding: 3rem 0 7rem;
}
.chit_scheme_enquiry_ui.chit-fix .chitenq-button{
  font-family: var(--product-font-family);
  font-weight: 600;
  letter-spacing: 0.5px;
}
.chit_scheme_enquiry_ui.chit-fix .text-danger{
  background-color: #fff;
  color: #dc1212;
  margin-top: 0;
  font-size: 13px;
  font-family: var(--product-font-family);
}
.alert-success {
  font-family: var(--product-font-family);
}
.chit_scheme_enquiry_ui.chit-fix section.about-sec {
  position: relative;
}
.chit_scheme_enquiry_ui.chit-fix .about-bg img{
  top: 0px;
  position: absolute;
  right: 0px;
  height: 160px;
}
.chit_scheme_enquiry_ui.chit-fix .about-text p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
  }
.chit_scheme_enquiry_ui.chit-fix .img-rounded {
    border-radius: 10px;
    width: 100%;
  }
.chit_scheme_enquiry_ui.chit-fix .terms-section {
    margin: 30px auto;
    padding: 20px;
}
.chit_scheme_enquiry_ui.chit-fix .terms-list {
    list-style: none;
    padding: 0;
    text-align: left;
}
.chit_scheme_enquiry_ui.chit-fix .terms-list li {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-family: var(--product-font-family)
}
.chit_scheme_enquiry_ui.chit-fix .rule-text{
  text-align: left;
  font-weight: 700;
  color: #000;
  font-size: 15px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.chit_scheme_enquiry_ui.chit-fix .chithead{
  text-align: center;
}
.chit_scheme_enquiry_ui.chit-fix .terms-list li:before {
    content: "•";
    color: #F9C430;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}
.chit_scheme_enquiry_ui.chit-fix .foundation-sec .col-md-4,
.chit_scheme_enquiry_ui.chit-fix .foundation-sec-second .col-md-4{
  padding: 0px 28px;
}

.chit_scheme_enquiry_ui.chit-fix .chitenquiryflex #form-chit-enquiry div.required .control-label:before{
    display: none;
}
.chit_scheme_enquiry_ui.chit-fix #form-chit-enquiry select#input-plan-name {
  background: transparent;
    border: 1px solid #ccc;
}
.chit_scheme_enquiry_ui.chit-fix .terms-section {
    margin: 30px auto;
    padding: 20px;
    text-align: center;
}
@media (max-width: 768px){
.module .newsletter .block_content .alert-danger {
      width: 70%!important;
  }
}
/***********Home Screen Height issue****************/
.common-home.layout-15 .so-extraslider .products-list .product-grid .product-item-container .left-block img {
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.common-home.layout-15 .so-extraslider .products-list .product-layout .product-image-container img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
 .combopageui,
 .combodetailpageui {
  background: #fff;
  box-shadow: 4px 3px 2px -2px #ededed, -6px 0 2px -3px #ededed;
  padding-top: 25px;
  padding-bottom: 28px;
}
.combopageui .pc-title,
.combodetailpageui .pc-title{
   width: 100%;
   overflow: hidden;
   border-bottom: 1px solid #ededed;
   margin: 0 0 10px;
   padding-bottom: 10px;
   text-transform: uppercase;
}
.combodetailpageui .pc-title {
  margin: 0 0 25px;
}
.combodetailpageui ul.breadcrumb {
  margin: 0px 0 15px 0px;
}
.combopageui .pc-title .pc-heading,
.combodetailpageui .pc-title .pc-heading{
  font-size: 23px;
  color: #444;
  text-transform: uppercase;
  margin: 10px 0px 0px;
  font-weight: bold;
  font-family: var(--head-font-family);
}
.combopageui ul.breadcrumb{
    margin-top: 0px;
}
.combopageui .combo-items-table,
.combodetailpageui .combo-items-table{
    border: 1px solid #ededed;
    width: 100%;
}
.combopageui .combo-items-table th,
.combodetailpageui .table-combowrapper .data-table.combo-items-table thead th{
    text-align: left;
    border-right: 1px solid rgba(169, 169, 169, 0.3);
    background: #edecd0;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.comboproduct-page .data-table thead th,
.combodetailpageui .table-combowrapper .data-table.combo-items-table thead th{
  border-bottom: 1px solid #ededed ;
  white-space: nowrap;
  vertical-align: middle ;
  text-transform: uppercase;
  word-break: break-word;
  padding: 10px 10px;
  font-family: var(--head-font-family);
}
.comboproductlist .table-combowrapper .data-table .cbimage{
  width: 20%;
}
.comboproduct-page .comboproductlist .table-combowrapper .data-table .cbprodname {
  width: 45%;
}
.comboproduct-page .comboproductlist .table-combowrapper .data-table .cbprice {
  width: 20%;
}
.comboproduct-page .comboproductlist .table-combowrapper .data-table .cbaction,
.comboproductdetails .table-combowrapper .data-table .cbimage  {
  width: 15%;
}
.comboproductdetails .table-combowrapper .data-table .cbprodname{
  width: 55%;
}
.comboproductdetails .table-combowrapper .data-table .cbprice {
  width: 30%;
}
.combopageui .combo-items-table td,
.combodetailpageui .table-combowrapper .data-table tbody td{
   border-bottom: 1px solid #ededed;
   border-right: 1px solid #ededed;
   vertical-align: middle;
   background: #fff;
   word-break: break-word;
   font-size: 14px;
   padding: 10px 10px;
   font-family: var(--product-font-family);
}
.combodetailpageui .comboproductdetails .table-combowrapper .data-table .comboprice .price-new {
  font-size: 18px;
  color: #f68c1f;
  font-weight: bold;
  padding-right: 5px;
}
.combodetailpageui .table-combowrapper .data-table tbody td .cproductname{
  color: #65c178;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600 ;
}
.combopageui .combo-items-table td .combo-name {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--product-font-family);
}
.combopageui .combo-items-table .combo-description p {
  margin: 0px;
  font-family: var(--product-font-family);
}
.combopageui .combo-items-table .comboprice .price-new{
    font-size: 18px;
    color: #65c178;
    font-weight: bold;
    padding-right: 5px;
    font-family: var(--product-font-family);
}
.combopageui .combo-items-table .comboprice .price-old {
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.combodetailpageui .row.comboproductdetails{
    margin-right: 0px;
    margin-left: 0px;
}
.combodetailpageui .comboproductdetails-page .pc_container{
   border: none;
}
.combodetailpageui .threeboxtotal {
  overflow: hidden;
  text-transform: uppercase;
  margin: 0px 0px;
  box-shadow: 0px 2px 2px #ccc;
  position: relative;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  display: flex;
  width: 100%;
  padding: 0px;
  font-size: 14px;
  font-family: var(--head-font-family);
}
.combodetailpageui .threeboxtotal > div {
  width: 33%;
  padding: 15px 10px;
}
.combodetailpageui .threeboxtotal .bundle-pricediv {
  background: #65c178;
}
.combodetailpageui .threeboxtotal .your-savediv {
  background-color: #D92B81;
}
.combodetailpageui .threeboxtotal div.bundle-btndiv {
  background: #f68c1f;
  width: 34%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.combodetailpageui .pc-pricetext {
  font-size: 14px;
  color: #fff;
}
.combodetailpageui .threeboxtotal .bor-top {
  background: rgba(0, 0, 0, 0.3);
  margin: 7px auto 0;
}
.combodetailpageui .threeboxtotal .bor {
  display: block;
  width: 90px;
  height: 1px;
}
.combodetailpageui .threeboxtotal .bor-bottom {
  background: rgba(255, 255, 255, 0.3);
  margin: 0 auto 7px;
}
.combodetailpageui .threeboxtotal .bor {
  display: block;
  width: 90px;
  height: 1px;
}
.combodetailpageui .bundle-pricediv .bundle-total .bundle-price {
  font-size: 18px;
  color: #fff;
}
.combodetailpageui .bundle-pricediv .bundle-total .pc-save {
  text-decoration: line-through;
  font-size: 12px;
  color: #000;
}
.combodetailpageui .your-savediv .you-save {
  font-size: 18px;
  color: #fff;
}
.combodetailpageui .bundle-btndiv .bundle-btn button.addtocart {
  font-weight: bold;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 2px;
    font-family: var(--product-font-family);
}
.checkout-simple_checkout .ol-head .check_edit:hover{
  background-color: #c4161d !important;
    border-color: #b1141a !important;
}
.table-responsive-cart .btn-remove-primary:hover{
  background: #f5f5f5 !important;
  color: #333 !important;
  border-color: #bbb !important;
}
.combodetailpageui .combo-items-table{
  margin-bottom: 30px;
}
.bottom-right .combo-typebtn{
  /* background-color: #e90a8b; */
  background: linear-gradient(89.01deg, #ED1C24 -43.45%, #FFCA08 105.55%);
  color: #fff;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: 0.4px;
  border: 1px solid #fff;
  font-weight: 600;
  font-family: var(--head-font-family);
}
.search-header-w .dropdown-menu a, .search-header-w .dropdown-menu span{
  font-family: var(--product-font-family);
  font-size: 13px;
}
.fixed-boxFooter.visible-xs  .combo-typebtn{
  background-color: transparent;
  font-size: 11px;
  letter-spacing: 0.4px;
  border: 1px solid transparent;
  font-weight: 500;
  color: #333;
  padding: 5px 6px 5px 6px;
}
.d-xs-none p {
  margin-top: 2rem;
}
.d-xs-none p img {
  width: 90%;
}
.wishlist i {
  font-size: 16px;
  transition: color 0.3s ease-in-out;
}
.heart-icon.filled {
  color: red; /* Filled heart color */
}
#content .module.so-categories h2 {
  font-size: 95px;
  font-weight: bold;
  color: white;
  text-shadow: -1px -1px 0 #B4B4B4,
  1px -1px 0 #B4B4B4,
  -1px 1px 0 #B4B4B4,
  1px 1px 0 #B4B4B4,
  -1px -1px 0 #B4B4B4,
  1px -1px 0 #B4B4B4,
  -1px 1px 0 #B4B4B4,
  1px 1px 0 #B4B4B4;
  position: relative;
  font-family: "Quicksand", sans-serif;
  text-transform: capitalize;
  text-align: left;
  letter-spacing: 7px;
  opacity: .7;
  line-height: 120px;
}
@media(max-width: 768px){
  .layout-13 #video_background_video_0_yt{
    width: 100%;
  }

  .products-category .products-list.so-filter-gird,
  .product-search .products-category .products-list{
    display: flex;
    flex-wrap: wrap;
  }

  .products-category .products-list.so-filter-gird .product-grid,
  .product-search .products-category .products-list .product-grid{
    width: 48%;
    padding-right: 0px !important;
  }

  .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{
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
.layout-52 .quickcount-left.es .minusplus {
  color: #fff;
  padding: 7px 6px 9px 6px;
}
.layout-52 .products-list .product-grid .product-item-container .right-block .addToCart {
  padding: 14px 12px;
}
.layout-52.common-home #content .so-deal .product-item-container {
  margin: 0 0 30px 0;position: unset;
  }
  .layout-52 .so-deal .products-list .product-grid .product-item-container .right-block {
  top: 0;
  }
  .layout-52 .so-deal .products-list .product-grid .product-item-container .right-block .addToCart.so-deal40 {
  margin-top: 35px;
  }
  .layout-52 .so-deal .quickcount-left.es input[type=text] {
    width: 55%;
  }
  .layout-52.common-home .products-list .product-grid .product-item-container .right-block .addToCart{
    padding: 11px 25px;
  }
}

@media(max-width: 487px){
  .common-home.layout-15 .so-extraslider .products-list .product-grid .product-item-container .left-block img {
    height: auto;
  }

  .common-home.layout-15 .so-extraslider .products-list .product-grid .product-item-container .left-block .product-image-container,
  .products-category .products-list.so-filter-gird .product-grid .product-item-container .left-block .product-image-container{
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
}

@media(max-width: 400px){
  .common-home.layout-15 .so-extraslider .products-list .product-grid .product-item-container .left-block .product-image-container,
  .products-category .products-list.so-filter-gird .product-grid .product-item-container .left-block .product-image-container{
        height: 150px;
  }
}
@media (min-width: 1300px) and (max-width: 1700px) {
.common-home.layout-52 .so-categories .cat-wrap .content-box .image-cat {
    transition: box-shadow .3s ease-in-out;
    padding: 15px;
    position: relative;
}
}



.common-home.layout-52 .so-categories .cat-wrap .content-box .image-cat{
  padding: 0px;
  border-radius: 15px;margin-right: 15px;
  border: 0px solid #ced7d8;position: relative;
}
.so-categories .cat-wrap .modcontent .content-box img {
  width: 100%;
  height: 100%;
}
.common-home.layout-52 .so-categories .modcontent .cat-wrap .image-cat .woocommerce-loop-category__title{
    padding-top: 0;
    padding-bottom: 10px;
    margin: 0px 10px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    font-family: var(--head-font-family);
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.common-home.layout-52 .so-categories .modcontent .cat-wrap .image-cat .woocommerce-loop-category__title .product-count {
  color: #686E7D;
  text-transform: lowercase;
  font-weight: 400;
  font-family: var(--product-font-family);
}
.typefooter-52 .footer-bottom div.copyright{
  border-top: 0px;
  color: #fff;
  padding-top: 0;
}
.typefooter-52 .block-policy9 ul li .item-inner .content:before {
  background: url(../../images/icon/id9-promotion.png) no-repeat;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
}
.typefooter-52 .block-policy9 ul li.item-1 .item-inner .content:before {
  background-position: 0 3px;
}
.typefooter-52 .block-policy9 ul li.item-2 .item-inner .content:before {
  background-position: 0 -148px;
}
.typefooter-52 .block-policy9 ul li.item-3 .item-inner .content:before {
  background-position: 0 -305px;
}
.typefooter-52 .block-policy9 ul li.item-4 .item-inner .content:before {
background-position: 0 -305px;
}
.layout-52 .typefooter-52 .block-policy9 ul li .item-inner div.content span{
  text-align: unset;
}
.typefooter-52 div.footer-top {
  padding: 25px 0 25px;
}
.layout-52 .typefooter-52 div.block-policy9 ul li {
    float: left;
    padding: 0 15px;
    width: 24.333%;
}.layout-52 .so-extraslider .products-list .product-grid .product-item-container .right-block {
  text-align: left;
}
.layout-52 .addToCart.hovr-40{display: none;}
.common-home.layout-52 .so-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  padding: 9px 20px;
  display: inline-block;
  background-color: #e90a8b;
  color: #fff;
  cursor: pointer;
}

/********* Testimonial Section **********/
.img-round {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
.circle{width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;}
.upper {
  /* position: relative;
  top: 20%;
  right: 0;
  padding: 0 !important; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.testi {
  margin-top: 20px;
  margin-bottom: 20px;

}

.lower {
    margin-top: 0px;
    margin-bottom: 70px;
    position: relative;
    top: 20%;
    right: 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.box {
  background-color: #d9d9d9;
  padding: 30px 30px 65px 30px;
  /* position: relative; */
  z-index: 1;
}

.star {
  width: 90px;
  height: 15px;
}
/* .layout-52 .fav40 img{
  width: 31px;
  height: 25px;
} */
.testimonials-w .owl2-item.second-active {
  /* Your CSS styles for the second occurrence of .active */
  background-color: #0d3fc4;
  padding: 40px 45px 75px 45px;
  position: relative;
  z-index: 2;
  width: 450px;
}
/* .typeheader-52 .container-megamenu.horizontal ul.megamenu > li:last-child > a{
    background-color: #e90a8b;
    color: #fff;
    padding: 15px 20px 15px 20px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 0.4px;
} */
.typeheader-52 .container-megamenu .megamenu{
  display: flex;
    align-items: center;
    flex-direction: row;
}
.img-content{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: absolute;
  bottom: -24%;
}
.img-content h3{
  margin-bottom: -10px;
}
.img-content2{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: absolute;
  left: 35%;
  top: 46%;
}
.img-content3{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: absolute;
  left: 35%;
  top: 46%;
}
.para{
  font-size: 13px;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-align-last: center;
  line-height: 23px;
  letter-spacing: 0.4px;
  /* width: 400px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.testimonials-w .owl2-item.active:nth-child(5) .para{
    font-size: 13px;
    font-weight: 400;

    text-align: center;
    text-align-last: center;
    line-height: 23px;
    letter-spacing: 0.4px;
    /* width: 400px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

h3{
  font-size: 17px;
  font-weight: 400;
  color: #444;
  text-align: justify;
}
h2{
  font-size: 35px;
  font-weight: 400;
  color: #444;
  text-align: center;
  margin: 20px 0px;
}
.layout-52 .so-listing-tabs .products-list .product-grid .product-item-container .right-block {
  text-align: left !important;
  padding: 5px !important;
}

.layout-52.product-category .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .left-block{
  width: 100%;
  background: #ced7d8;
  padding: 15px;
}
.layout-52.product-category .so-listing-tabs .products-list .product-grid .product-item-container .right-block{
  width: 100%;
}
.layout-52.product-category .products-list .product-grid .product-item-container .left-block{
  background: #fff;
  padding: 15px;
  margin-right: 0px;
}
.layout-52.product-category .products-list .product-grid .product-item-container .right-block,
.layout-52.product-search .products-list .product-grid .product-item-container .right-block{
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.category-featured .ltabs-wrap .wap-listing-tabs .ltabs-item .item-inner{
  margin-right: 15px!important;
}
.layout-52.product-category .products-list.so-filter-gird .product-item-container{
  align-items: unset;
}
.product-search.layout-52 .products-category .products-list .product-layout.product-grid .product-item-container .left-block{
     background: #fff;
     padding: 15px;
}
.layout-52 .products-list .product-grid .product-item-container .right-block .addToCart{
  margin-top: 0px;
}
.layout-52.product-category .category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .item-available{
  height: 40px;
}
.layout-52.product-category .products-list .product-grid .product-item-container .right-block .sun-colors-div,
.layout-52.product-search .products-list .product-grid .product-item-container .right-block .sun-colors-div{
  display: none;
}

span.fa-stack .fa-star.fa-stack-2x:before{
  color: #fec42d !important;
}
span.fa-stack .fa-stack-2x {
  font-size: 12px !important;
}
.rating{margin-bottom: 3px;}
.layout-52 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span{
  font-size: 13px  !important;
  font-family: var(--product-font-family);
  color: #1c1c1c !important;
  line-height: 20px !important;
}
.layout-52 .so-listing-tabs{margin: 20px 0px;}
.layout-52 .so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin: 20px 10px;
}
.layout-52 .testimonial {
  margin: 20px 0px 20px 0px;
}
.typefooter-52.footer-container .footer-main  .f15-section-style1{
  background: linear-gradient(45deg, #ed1c24, #FFCA08);
}
.layout-52.common-home .so-extraslider-ltr .so-extraslider .right-block .quickcount-left.es,
.layout-52.common-home .so-listing-tabs-ltr .so-listing-tabs .right-block .quickcount-left.es, .product-category.layout-52 .quickcount-left.es,
.product-search.layout-52 .quickcount-left.es, .product-special.layout-52 .quickcount-left.es  {
  height: auto;
  margin-top: 3px;
}
.layout-52.common-home .so-extraslider-ltr .so-extraslider .right-block .quickcount-left.es .quickcount_right,
.layout-52.common-home .so-listing-tabs-ltr .so-listing-tabs .right-block .quickcount-left.es .quickcount_right{
  height: 30px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.layout-52 .quickcount-left.es .minusplus, .layout-52 .quickcount-left.es .minusplus:hover {
  padding: 2px 4px;
}
.layout-52.common-home .so-extraslider-ltr .product-layout.product-grid  .product-item-container .left-block .button-group .btn-button.quickview,
.layout-52.common-home .so-extraslider-ltr .product-layout.product-grid  .product-item-container .left-block .button-group  .compare.btn-button,
.layout-52.common-home .so-extraslider-ltr .product-layout.product-grid  .product-item-container .left-block .button-group  .btn-button.callforprice {
  visibility: hidden;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button:hover img{
  background: url(../../images/theme49/whistlist.png) no-repeat;
  background-size: 23px;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button:hover{
  background: none;
  width: 100%;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button:hover img {
  opacity: 1;
}
.layout-52.common-home #content .price, .layout-52.common-home #content .price .price-new, .layout-52.common-home #content .price span.price {
  font-weight: 500 !important;
  letter-spacing: 0.3px;
}

.account-account.layout-52 #content.account_layout29_new h2 {
  text-align: unset;
  font-weight: 600;
  margin-top: 0px;
}
.account-account.layout-52 .theme29Only,
.account-edit.layout-52 .theme29Only,
.account-password.layout-52 .theme29Only,
.account-address.layout-52 .theme29Only,
.account-wishlist.layout-52 .theme29Only,
.account-order.layout-52 .theme29Only,
.account-newsletter.layout-52 .theme29Only,
.checkout-cart.layout-52 #checkout-cart,
.checkout-cart.layout-52 #checkout-cart .smy-shoping,
.checkout-cart.layout-52 #checkout-cart .table-responsive-cart .table>thead>tr>td,
.checkout-cart.layout-52 #checkout-cart .table-responsive-cart .table>tbody>tr>td,
.checkout-cart.layout-52 #checkout-cart .scart-total-box .s-text-tot,
.checkout-cart.layout-52 #checkout-cart .scart-total-box .s-value-tot,
.checkout-cart.layout-52 #checkout-cart .coupon-div-flex .coupon-input,
.checkout-cart.layout-52 #checkout-cart .coupon-div-flex .btn-coupon-primary,
.checkout-cart.layout-52 #checkout-cart .panel.panel-default .panel-heading .panel-title,
.checkout-cart.layout-52 #checkout-cart .gift-div-flex .gift-input,
.checkout-cart.layout-52 #checkout-cart .gift-div-flex .btn-gift-primary,
.checkout-cart.layout-52 #checkout-cart .btn-scheckout-primary,
.checkout-cart.layout-52 #checkout-cart .checkout-cart-basket,
.layout-52.checkout-checkout #collapse-checkout-option .panel-body h2,
body.checkout-checkout.layout-52,
.layout-52.checkout-simple_checkout .checkout-checkout #checkout-checkout #content > h1,
.layout-52.checkout-simple_checkout .checkout-checkout #checkout-checkout .panel .panel-heading .panel-title{
  font-family: var(--product-font-family);
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button:hover span{
  /* visibility: hidden; */
  display:none;
}
.products-list .product-grid .product-item-container:hover .left-block .button-group .addToCart.btn-button{
  visibility: hidden !important;
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .wishlist.btn-button{
  opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    display: block;
}
 .common-home.layout-52 .so-listing-tabs-ltr .products-list .product-grid .product-item-container .left-block .button-group .wishlist.btn-button span{
     display: none;
 }
.common-home.layout-52 .so-listing-tabs-ltr .products-list .product-grid .product-item-container .left-block .button-group .btn-button.quickview:hover,
.common-home.layout-52 .so-listing-tabs-ltr .products-list .product-grid .product-item-container .left-block .button-group .btn-button.quickview{
  visibility: hidden;
}


.layout-52.checkout-checkout #collapse-checkout-option .panel-body h2{
  text-align: unset;
}
.main-menu{
  width: 80% !important;
    padding-right: 0;
}
.header-bottom .bottom-right{
  width: 56% !important;
  display: flex;
  justify-content: end;
  gap: 15px;
  align-items: center;
}

.typeheader-52 .header-top .loc-padd{
  display: none;
}

.typeheader-52 .header-top .container > .row{
  display: flex;
  justify-content: space-between;
  margin-left: 0;
}

.typeheader-52 .header-top .top-left{
  flex: 1;
}

.cart-screen {
  height: 100%;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  position: fixed;
}
.typeheader-52 .shopping_cart .btn-shopping-cart .top_cart{
  display: inline-block;
  vertical-align: middle;
}
.shopcart {
  position: relative;
  padding-bottom: 6px;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li .item-total .item-qty .weight-txt{
  color: #000;
  margin-right: 3px;
}
.typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
  width: unset;
  height: unset;
  float: unset;
  border-radius: unset;
  text-align: unset;
  display: inline-block;
}
.shopping_cart .icon-c img {
  width: 30px;
  height: unset;
}
.typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
  font-size: 12px;
  float: unset;
  font-weight: unset;
  position: absolute;
  display: inline-block;
  line-height: 0px;
  border-radius: 50%;
  left: 65%;
  bottom: 48%;
  width: 17px;
  height: 17px;
  background: #f43e01 !important;
  display: flex;
  justify-content: center;
}
.typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
  width: unset;
  height: unset;
  line-height: unset;
  text-align: unset;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: unset;
  position: unset;
  float: left;
  padding-right: 0px;
  display: inline-block;
  padding-top: 50%;
  padding-bottom: 50%;
  color: #fff;
  font-size: 11px;
}
.text-shopping-cart {
  font-weight: 700;
  font-size: 12px;
  color: #383838;
  font-family: 'Manrope', sans-serif;
  margin: 0px;
  line-height: 17px;
}
.li-cart-summary-wrapper-div {
    font-family: var(--product-font-family);
    position: fixed;
    width: 375px;
    max-width: 450px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 99999;
    background: #fff;
    transform: translateX(100%);
    transition: all 250mscubic-bezier(.62,.35,.05,.25);
    overflow: auto;
    overflow-anchor: none;
    touch-action: auto;
    padding: 0px 0px 33px 0px;
    overflow-x: hidden;
}
.li-cart-summary-wrapper-div .close-cart {
  position: absolute;
  left: -45px;
  cursor: pointer;
  top: 25px;
  display: none;
  cursor: pointer;
}
.li-cart-summary-wrapper {
  position: relative;
  height: 100%;
}
.li-cart-summary-wrapper .new-cart-div {
  position: relative;
  height: 100%;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.cart-bill-details {
  padding: 0 15px;
}
.li-cart-summary-wrapper-div.show {
  transform: translateX(0);
  box-shadow: -5px 0 74px rgb(0 0 0 / 80%);
}
.li-cart-summary-wrapper .new-cart-div .li-cart-header .header .scart-head {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: var(--head-font-family);
}
.li-cart-summary-wrapper-div.show .close-cart {
  display: block;
}
.li-cart-summary-wrapper .new-cart-div .free-delivery-wrapper {
  background: #43bd6a;
  padding: 8px 10px;
  display: flex;
  margin-bottom: 10px;
  text-align: center;
}
.li-cart-summary-wrapper .new-cart-div .free-delivery-wrapper .free-delivery-text {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  margin: 0 auto;
}
.li-cart-summary-wrapper .new-cart-div .free-delivery-wrapper .free-delivery-text {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  margin: 0 auto;
}
.li-cart-summary-wrapper .new-cart-div .checkout-proceed-wrapper {
  background: #fff;
  position: sticky;
  bottom: -35px;
  z-index: 999;
  padding: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.account-edit label {
  font-family: var(--head-font-family);
}
.li-cart-summary-wrapper .new-cart-div .checkout-proceed-wrapper .checkout-wrapper {
  justify-content: center;
  display: flex;
}
.li-cart-summary-wrapper .new-cart-div .checkout-proceed-wrapper .checkout-wrapper .amount {
  display: flex;
  justify-content: center;
  align-items: center;
}
.li-cart-summary-wrapper .new-cart-div .checkout-proceed-wrapper .checkout-wrapper .amount .pay-amt .total {
  font-weight: 700;
  font-size: 14px;
  margin-right: 5px;
}
.li-cart-summary-wrapper .new-cart-div .checkout-proceed-wrapper .checkout-wrapper .amount .pay-amt .pay {
  color: #fff;
}
.li-cart-summary-wrapper .new-cart-div .checkout-proceed-wrapper .checkout-wrapper .amount .pay-amt .rupees {
  font-weight: 500;
  font-size: 14px;
  margin-right: 5px;
  color: #fff;
}
.li-cart-summary-wrapper .new-cart-div .checkout-proceed-wrapper .checkout-wrapper .checkout-proceed .btn-proceed {
    color: #fff;
    border-radius: 0.3rem;
    text-align: center;
    border: none;
    font-weight: 700;
    transition: all 50msease-out;
    padding: 5px 14px;
    font-size: 14px;
    font-family: var(--product-font-family);
    display: flex;
    align-items: center;
    justify-content: center;
}
.li-cart-summary-wrapper .cart-bill-details .bill-breakup-div .bill-heading {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  width: 100%;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.li-cart-summary-wrapper .cart-bill-details .bill-breakup-div .bill-breakup {
  color: #6d6e71;
  font-size: 12px;
  position: relative;
  margin-bottom: 0;
  padding: 13px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.li-cart-summary-wrapper .cart-bill-details .bill-breakup-div .bill-breakup li{
      margin: 0px 0px 10px 0px;
    display: flex;
    justify-content: space-between;
}
.li-cart-summary-wrapper .item-available .shoppingcart-box li.cart-empty-wrapper {
  justify-content: center;
}
.cart-empty-text, .cart-empty-msgtext, .continue-cta, .cart-empty-container {
  text-align: center;
}
.cart-empty-container {
  padding: 0 15px;
}
.cart-empty-container img {
  width: 50%;
}
.msg-wrap {font-family: var(--product-font-family);}
.continue-cta a {text-decoration: underline;}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li.content-item {
  position: relative;
  border-top: 1px solid #e4e4e4;
  margin-top: 7px;
  padding-top: 3px;
  transition: all 350msease-in-out;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li.content-item:first-child {
  border-top: 0;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li.content-item:last-child {
  border-bottom: none;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li .item-desc .index-item {
  background: #f2f2f2;
  margin-right: 10px;
  color: #6d6e71;
  padding: 4px 7px;
  font-weight: 700;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li .item-desc .item-name a {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  vertical-align: middle;
  text-transform: capitalize;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li .item-desc .close {
  cursor: pointer;
  opacity: 1;
  float: unset;
  font-size: 1.2rem;
  text-decoration: underline;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li .item-total {
  font-size: 13px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li .item-total .item-qty {
  border: 1px solid #6d6e71;
  border-radius: 5px;
  padding: 3px 5px;
  color: #6d6e71;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li .item-total .discount-price {
  font-weight: 700;
  font-size: 14px;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li .item-total .discount {
  color: #6d6e71;
  text-decoration: line-through;
}
.li-cart-summary-wrapper .product-content-item .min-qty{
 align-items: center;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li .item-total .base-price {
  margin-right: 5px;
  font-weight: 700;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li .item-total .qty {
  float: right;
  margin-right: 15px;
}
.li-cart-summary-wrapper .li-cart-header {
  display: flex;
  justify-content: space-between;
}
.li-cart-summary-wrapper .product-content-item .min-qty,
.li-cart-summary-wrapper .shoppingcart-box .item-desc {
  display: flex;
}
.li-cart-summary-wrapper .shoppingcart-box  .product-content-item {
  width: calc(100% - 120px);
  padding-left: 13px;
}
.li-cart-summary-wrapper .shoppingcart-box .size-img-cart.cart-product-img {
  width: 120px;
}
.li-cart-summary-wrapper .shoppingcart-box .size-img-cart.cart-product-img img {
 height: 100%;
 border: 1px solid transparent !important;
 padding: 0px !important;
 object-fit: scale-down;
}
.li-cart-summary-wrapper .cart-bill-details .bill-breakup-div .bill-breakup li span.amount-detail,
.li-cart-summary-wrapper .cart-bill-details .bill-breakup-div .bill-breakup li span.amonut-text {
  color: #000000;
  font-weight: bolder;
  font-size: 1.5rem;
}
.li-cart-summary-wrapper .cart-bill-details .bill-breakup-div .bill-breakup li span.amonut-text,
.li-cart-summary-wrapper .item-available .shoppingcart-box li span.amonut-text {
  font-weight: 400;
}
.li-cart-summary-wrapper .cart-bill-details .bill-breakup-div .bill-breakup li span.amount-detail,
.li-cart-summary-wrapper .item-available .shoppingcart-box li span.amonut-text{
  font-weight: bolder;
  color: #ed1c24;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li .item-total .item-qty {
  border: none;
  padding: 0px;display: none;
}
.li-cart-summary-wrapper .new-cart-div .checkout-proceed-wrapper .checkout-wrapper .amount .pay-amt{
    border-radius: 0.3rem;
    text-align: center;
    border: none;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.li-cart-summary-wrapper .new-cart-div .checkout-proceed-wrapper .checkout-wrapper .checkout-proceed .btn-proceed{
  background-color: green;
}
.size-img-cart{
  width: 80px !important;
}
@media (max-width: 991px){
  .typeheader-52 .container-megamenu .megamenu {
    display: block;
  }
  .layout-52 .megamenu-style-dev .megamenu-pattern .item-style2.pull-right a.clearfix:hover{
    box-shadow: none!important;
    border: none;
  }
}

@media(max-width:767px){
  .bluebox:hover .box {
    width: auto;
  }
  .chit_scheme_enquiry_ui.chit-fix .enquiry-form-ui form{
    width: 100% !important;
  }
  .chit_scheme_enquiry_ui.chit-fix .enquiry-form-ui form .enq-buttondiv{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .chit_scheme_enquiry_ui.chit-fix .chitenq-formsection{
    padding: 0 !important;
  }
  .text-shopping-cart{
    display: block !important;
    font-family: var(--product-font-family);
    color: #2d2d2d !important;
    font-size: 10px;
  }
  header.typeheader-52 .navbar-logo {
   width: 60%;
  }
  #header{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    padding: 8px 20px 8px 0;
  }
  header.typeheader-52 .main-menu {
    width: auto !important;
    padding: 0;
  }

  header.typeheader-52 .header-bottom .bottom-right{
    width: 75% !important;
  }

  header.typeheader-52 .searchbox{
    width: 100%;
  }
  .layout-52.common-home .products-list .product-grid .product-item-container:hover .left-block .button-group .btn-button img{
    width: 23px;
  }
  .layout-52.common-home .products-list .product-grid .product-item-container:hover .left-block .button-group .btn-button {
    margin: 5px 0 5px 0;
  }
.layout-52 .megamenu-style-dev .megamenu-pattern .item-style2.pull-right a.clearfix:hover{
  color: #3a3a3a !important;
}
.common-home.layout-52 .so-listing-tabs .products-list .product-grid .product-item-container .left-block .button-group .btn-button:hover{
  width: 30px;
}
.combopageui .pc-title .pc-heading,
.combodetailpageui .pc-title .pc-heading{
   font-size: 18px;
}
.combopageui .combo-items-table th,
.combodetailpageui .table-combowrapper .data-table.combo-items-table thead th{
  font-size: 14px;
}
.combopageui .combo-items-table td .combo-name,
.combopageui .combo-items-table .comboprice .price-new{
  font-size: 15px;
}
.combodetailpageui .threeboxtotal > div{
  width: 60%;
}
.combodetailpageui .threeboxtotal div.bundle-btndiv{
  width: 40%;
}
.combodetailpageui .bundle-btndiv .bundle-btn button.addtocart,
.combodetailpageui .table-combowrapper .data-table tbody td .cproductname{
  font-size: 14px;
}
.btn-shopping-cart .shopcart-inner span.items_cart {
  display: block;
}
.btn-shopping-cart .shopcart-inner .total-shopping-cart.cart-total-full{
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  left: 70%;
  bottom: 74%;
  padding: 3px;
  width: 17px;
  height: 17px;
  text-align: center;
  background: #008000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chit_scheme_enquiry_ui.chit-fix .row.about-section{
   display: block;
}
.chit_scheme_enquiry_ui.chit-fix .about-bg {
  display: none;
}
.chit_scheme_enquiry_ui.chit-fix .about-section {
  margin-top: 30px;
  margin-bottom: 20px;
}
.chit_scheme_enquiry_ui.chit-fix .section-title {
  margin-bottom: 10px;
}
.chit_scheme_enquiry_ui.chit-fix .foundation-sec-second {
  margin: 5px 0px;
}
.chit_scheme_enquiry_ui.chit-fix .terms-section {
  margin: 0px auto 0px auto;
  padding: 20px;
}
.chit_scheme_enquiry_ui.chit-fix section.foundation-sec {
  padding: 15px 0px 0px 0px;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li.content-item {
  padding-top: 5px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li .item-desc .item-name a {
  font-size: 12px;line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  text-align: left;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-container .item-available ul li .item-total {
  font-size: 11px;line-height: 17px;
}
.li-cart-summary-wrapper .product-content-item .min-qty, .li-cart-summary-wrapper .shoppingcart-box .item-desc {
  align-items: center;
}
.li-cart-summary-wrapper .shoppingcart-box .size-img-cart.cart-product-img img {
  width: 100%;
}
.feature-mob .centerDiv, .new-arrival52 .centerDiv, .best-52 .centerDiv, .category-container .centerDiv, .testimonials-w .centerDiv{
  padding-bottom: 0rem !important;
}
}
@media (max-width: 480px) {
.combopageui .combo-items-table th,
.combodetailpageui .pc-pricetext,
.combodetailpageui .table-combowrapper .data-table.combo-items-table thead th {
  font-size: 12px;
}
.comboproduct-page .comboproductlist .bundlelist-btn .addtocart.btn-primary{
  font-size: 12px;
  padding: 10px 5px;
  width: 100%;
}
.combopageui .combo-items-table .comboprice .price-new,
.combodetailpageui .bundle-btndiv .bundle-btn button.addtocart,
.combodetailpageui .table-combowrapper .data-table tbody td .cproductname {
  font-size: 12px;
}
.combopageui .combo-items-table .comboprice .price-old,
.combodetailpageui .bundle-pricediv .bundle-total .pc-save{
  font-size: 11px;
}
.combopageui .combo-items-table td{
  padding: 10px 5px;
}
.combodetailpageui .bundle-pricediv .bundle-total .bundle-price,
.combodetailpageui .comboproductdetails .table-combowrapper .data-table .comboprice .price-new{
  font-size: 14px;
}
.combodetailpageui .bundle-btndiv .bundle-btn button.addtocart{
  padding: 10px 10px;
}
}

@media (min-width: 1200px) {
  .layout-52 .testimonial .owl2-stage .active{
    transition: all 0.3s ease-in-out;
  }

  .layout-52 .testimonial .owl2-stage .active.is-center{
    /* transform: scale(1.2) translateY(-30px); */
    z-index: 3;
  }

  .layout-52 .testimonial .owl2-stage .active.is-center .para {
    font-size: 11px;
    line-height: 20px;
    color: #fff;
  }
  .layout-52 .testimonial .owl2-stage .active.is-center h3{
    font-size: 15px;
  }

  .layout-52 .testimonial .owl2-stage .active.is-center .img-round {
    width: 90px;
    height: 90px;
  }
}

.layout-52.common-home .button-group img.wishlist-pic{
   width: 23px;
}
.layout-52.common-home .products-list .product-grid .product-item-container .left-block .cartinfo--right,
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .cartinfo--left{
  right: 2px;
  transform: translateY(-35%);
}
.layout-52 #content .product-item-container .right-block .price a.callforprice,
.layout-52 .product-item-container .caption .callforprice .fa.fa-phone{
  display: none;
  }
  .layout-52 .products-list .product-grid .product-item-container .right-block .addToCart.callforprice i {
    display: none;
  }
.layout-52.common-home .products-list .product-grid .product-item-container .left-block .cartinfo--right.price-opt{
  transform: translateY(14%);
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .cartinfo--left.price-opt{
    transform: translateY(3%);
}
.track-ordersection{
  background: #f9f9f9;
  padding: 30px 0px;
}
.track-ordersection .track-order {
  background: #fff;
  padding: 30px 30px;
  width: 100%;
  border-radius: 10px;
}
.track-ordersection .track-flex {
  display: flex;
  align-items: center;
}
.track-ordersection .track-flex .track-content {
  background: #f9f9f9;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  width: 35%;
}
.track-ordersection .track-flex .track-imagediv {
  width: 65%;
  padding-left: 30px;
  text-align: center;
}
.track-ordersection .track-title .track-head {
  color: #ed1c24;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 15px;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--head-font-family);
}
.track-ordersection form {
  display: inline;
}
.track-ordersection .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.track-ordersection .track-flex .track-content .form-horizontal .form-group .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.track-ordersection .track-flex .track-content .form-horizontal .control-label {
  padding-top: 0px;
  margin-bottom: 5px;
  text-align: left;
  color: #181b31;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--product-font-family);
}
.track-ordersection div.required .control-label:before {
  display: none;
}
.track-ordersection .track-flex .track-content .form-horizontal .form-control {
  height: 42px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 7px;
  font-size: 14px;
  font-family: var(--product-font-family);
}
.track-ordersection .track-button {
  padding-top: 15px;
}
.track_order_detailsui .tag {
  font-family: var(--product-font-family);
}.layout-52 .Pyment-first td
.track_order_detailsui.account-order h3 {
  font-family: var(--head-font-family);
  font-weight: 600;
}
.track-ordersection .track-flex .track-content .track-btn {
  display: block;
  background: #e32e7e;
  padding: 5px 20px;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 7px;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--product-font-family);
}
.track-ordersection .text-danger {
  background: transparent;
  color: red;
  line-height: 0px;
}
.track-ordersection .track-imagediv img {
  width: 100%;
  height: auto;
}
.white-boxnavflex div#buttonContainer{
  position: absolute;
  top: -120px !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transform: translate(-27%, 3%);
  background-color: #ffff;
  min-width: 147px;
  border: 1px solid #ccc;
  color: #333;
  text-align: center;
}
div#buttonContainer a {
  display: block;
  border-bottom: 1px solid #ccc;
}
.white-boxnavflex #button-header{
    color: #2d2d2d;
    display: grid;
    border: none;
    background: transparent;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.white-boxnavflex #button-header img{
    margin: auto;
}

@media (max-width: 1199px) and (min-width:992px){
  .layout-52.common-home .products-list .product-grid .product-item-container .left-block .cartinfo--right {
    transform: translateY(22%);
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .cartinfo--left {
  transform: translateY(0%);
}
.product-search.layout-52 .products-category .products-list .product-layout.product-grid .product-item-container .left-block {
  padding: 0 !important;
}
.header-bottom .bottom-right {
  width: 70% !important;
 }
.typeheader-52 .container-megamenu.horizontal ul.megamenu > li > a{
  font-size: 11px;
}
.bottom-right .combo-typebtn {
 padding: 5px 7px 5px 7px;
 font-size: 10px;
}
}
@media (max-width: 340px){
.fixed-boxFooter.visible-xs .combo-typebtn {
  padding: 5px 6px 5px 6px;
}
}
@media (max-width: 1199px) and (min-width:990px){
  .d-xs-none {
    display: none;
  }
  .so-categories .modcontent {
    position: unset;
  }
}
@media (max-width: 991px) and (min-width:768px){
  .layout-52.common-home .products-list .product-grid .product-item-container .left-block .cartinfo--right.price-opt {
    transform: translateY(22%);
}
.layout-52.common-home .products-list .product-grid .product-item-container .left-block .cartinfo--right{
  transform: translateY(33%);
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .cartinfo--left {
  transform: translateY(4%);
}
.layout-52 .header-bottom .bottom-right {
  width: 20% !important;
}
.layout-52 .megamenu-style-dev .navbar-default .horizontal .navbar-toggle{
  top: -5px;
}
.layout-52 .megamenu-style-dev .megamenu-pattern .item-style2.pull-right a.clearfix:hover{
    color: #fff!important;
}
.track-ordersection .track-order .track-flex .track-content,
.track-ordersection .track-order .track-flex .track-imagediv{
  width: 50% !important;
}
.d-xs-none {
  display: none;
}
.so-categories .modcontent {
  position: unset;
}
}
@media (max-width: 767px) and (min-width:480px){
  .layout-52.common-home .products-list .product-grid .product-item-container .left-block .cartinfo--right{
    transform: translateY(21%);
  }
  .common-home.layout-52 .products-list .product-grid .product-item-container .left-block .cartinfo--left {
    transform: translateY(0%);
}
}
@media (max-width: 479px) {
  .layout-52.common-home .products-list .product-grid .product-item-container .left-block .cartinfo--right.price-opt,
  .layout-52.common-home .products-list .product-grid .product-item-container .left-block .cartinfo--right {
    transform: translateY(0%);
}
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .cartinfo--left,
.common-home.layout-52 .products-list .product-grid .product-item-container .left-block .cartinfo--left.price-opt {
  transform: translateY(16%);
}
}

.typeheader-52 .header-top .top-left{
  margin-top: 0px;
  height: 0;
}
.common-home.layout-52 .so-listing-tabs .ltabs-items-container .ltabs-loadmore,
.typeheader-52 ul.top-link li.login:after{
  display: none;
}

.layout-52 .products-list .product-grid .product-item-container .right-block .addToCart:hover{
 color: #fff !important;
}
.layout-52 .products-list .product-grid .product-item-container .right-block .addToCart{
-webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.layout-52.common-home #content .testimonials-w .right-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: auto;
}
.layout-52.common-home #content .testimonials-w .left-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  height: auto;
}
.layout-52.common-home #content .testimonials-w  h3.modtitle{
  padding-top: 0px;
}
.layout-52.common-home #content .testimonials-w{
  margin-top: 0;padding-top: 0;
}

.newarrive-52 {
  background: url(../../images/theme52/pinkbg.png) no-repeat;
  background-size: 100% 104%;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.feature-52 {
  background: url(../../images/theme52/crack.png) no-repeat;
  background-size: 9% 60%;
  width: 100%;
}
.best-52 {
  background: url(../../images/theme52/dazling.png) no-repeat;
  background-size: 12% 55%;
  width: 100%;
  background-position: top right;
}
.topmargin.featured {
  margin-top: 80px;
}
.layout-52.common-home .so-listing-tabs {
  margin: 20px 0px 0px 0px;
}
.product-category.layout-52 .quickcount-left.es,
.layout-52.product-category .quickcount-left.es input[type=text]{
  width: 100%;
}
.layout-52.product-search .quickcount-left.es input[type=text],
.product-search.layout-52 .quickcount-left.es {
  width: 35%;
}
.product-search.layout-52 .quickcount-left.es,
.product-category.layout-52 .quickcount-left.es{
  margin-top: 0px;
}

.layout-52 .megamenu-style-dev .megamenu-pattern .item-style2.pull-right a.clearfix:hover{
  box-shadow: inset 400px 0 0 0 #fff;
}
.typeheader-52 .header-bottom{
  padding: 5px 0;
}
.layout-52 .fixed-boxFooter .bfix-nav-wrapper{
  padding: 12px 15px 3px 15px;
}
.layout-52 .bfix-trackdiv #showtrack{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layout-52 .products-list .product-grid .product-item-container .right-block .addToCart {
font-size: 11px;
}
.layout-52.common-home #content .label-sale, .layout-52.common-home #content .label-product-sale{
top:5px;
left:5px;
}
.layout-52 .contact-form h2{
text-align: left;
font-weight: 600;
font-family: var(--product-font-family);
margin-bottom: 0;
}
.layout-52 .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
margin: 0 10px 0px 10px;
}
.layout-52 .products-category .products-list .product-grid-5 {
  padding-right: 0px;
  padding-left: 15px !important;
}
.layout-52 .products-category .products-list .product-grid-5 .product-image-container {
  height: 150px;
}
.layout-52.product-search .quickcount_right {
  justify-content: center;
}
.layout-52 .quickcount_right {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 3px;
}
@media all and (min-width: 1200px ) {
.layout-52 .so-listing-tabs .ltabs00-5 .ltabs-item {
  width: 20%;
  padding-right: 15px;
  }
}
.layout-52.checkout-simple_checkout .box-confirm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-52.checkout-simple_checkout .box-confirm .inner-box {
  width: calc(50% - 20px);
}
.layout-52.checkout-simple_checkout .box-confirm .inner-box .top-box, .checkout-simple_checkout .ol-head {
  display: flex;
  justify-content: space-between;
  background: #e7e7e7e7;
  padding: 15px;
}
.layout-52.checkout-simple_checkout .box-confirm .inner-box h5, .checkout-simple_checkout .ol-head h5 {
  font-size: 17px;
  margin: 0;
  color: #000;
  font-weight: 500;
  font-family: var(--product-font-family);
}
.layout-52.checkout-simple_checkout .order-list-box,
.layout-52.checkout-simple_checkout .box-confirm .inner-box .inner-box-check {
  padding: 20px;
}
.layout-52.checkout-simple_checkout .box-confirm .inner-box i, .checkout-simple_checkout .ol-head i {
  font-size: 21px;
  padding-right: 10px;
}
.layout-52.checkout-simple_checkout .simple-login-box .email-div h2,
#checkout-checkout #collapse-checkout-option h2 {
text-align: unset;font-size: 22px;
font-family: var(--head-font-family);
font-weight: 600;margin-top: 0;
}
#checkout-checkout .panel-default .form-horizontal #chit-payment-existings .chit-payment-list {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, calc(33.33% - 10px));
  padding-left: 20px;
}
#checkout-checkout #chit-payment-existings label.cus_check {
  padding-left: 0;
}
#checkout-checkout .panel-default .form-horizontal #chit-payment-existings .chit-payment-description {
  font-size: 14.5px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;margin-top: 10px;
}
#checkout-checkout .panel-default .form-horizontal #chit-payment-existings {
  display: none;
}
.mb-0 {margin-bottom: 0;}
.layout-52.checkout-simple_checkout .input-icons-box .toggle-password {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}
.layout-52.checkout-simple_checkout .simple-login-box .input-icons-box {
  position: relative;
}
.layout-52 #checkout-checkout label, .layout-52 #checkout-checkout .form-control, .layout-52 #checkout-checkout .text-danger,
.layout-52 #checkout-checkout .btn-primary, .layout-52 #checkout-checkout a,
#collapse-shipping-address .table-responsive-checkout .table>tfoot>tr>td,
.layout-52.checkout-simple_checkout .order-list-box .table-responsive-checkout .table>tbody>tr>td,
.layout-52 #checkout-checkout  .table-responsive-checkout .table>thead>tr>td,
#checkout-checkout #content .panel-collapse .panel-body p {
  font-family: var(--product-font-family) !important;
}
.layout-52 #checkout-checkout .table-responsive-checkout .table > thead > tr > td:nth-child(2) {
  text-align: left;
}
.layout-52.checkout-simple_checkout .order-list-box .table-responsive-checkout .table>tbody>tr > td:nth-child(2) {
  text-align: left;
}
.layout-52.checkout-simple_checkout .checkout-checkout #checkout-checkout .panel .panel-heading .panel-title,
.layout-52.checkout-simple_checkout .order-list-box .table-responsive-checkout .table>tbody>tr>td .cart-product-name {
  font-weight: 500;
}
.agree_span {
  display: inline-block;
}
.layout-52 #checkout-checkout #button-wallet-apply.btn-primary {
  background-color: green !important;
}
.checkout-checkout #checkout-checkout #collapse-wallet .form-horizontal .panel-body {
  padding: 0;
}
.checkbox > span {
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #aaa;
  height: 14px;
  width: 14px;
  background-color: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.26rem;
}
.checkbox > input:checked ~ span:after {
  border-color: #fff;
  display: block;
}
.checkout-checkout #checkout-checkout .checkbox span:after, .checkout-checkout #checkout-checkout .checkb_29 ~ span:after {
  margin-top: -3px !important;
}
.simple-login-box .text-danger {
  display: block;
  width: fit-content;
}
.simple-login-box .link-text, #checkout-cart .btn-back {
  text-decoration: underline;
  margin-top: 23px;
  display: inline-block;
  line-height: normal;
}
.account-login .fluid-sidebar h2, .affiliate-login .fluid-sidebar h2, .account-forgotten h1, .account-reset .fluid-sidebar h2, .account-register #account-register h1, #account-reset #content h1 {
  font-family: var(--head-font-family);
}
#account-register p, #account-forgotten p, .account-voucher .theme29 p, .affiliate-register .theme29 p,
.account-register #content legend, #account-forgotten #content legend, .account-reset #content legend,
#account-forgotten .form-horizontal .control-label,
.account-register #content .form-control, .account-login #content .form-control,
.affiliate-login #content .form-control, .account-forgotten #content .form-control,
.account-reset #content .form-control, .theme29Only .form-control,
.checkout-checkout #content .form-control, .information-contact #content .form-control,
#account-forgotten .pull-left .btn-default, .account-forgotten #content .btn-primary,
.account-mobile_login #content .form-control, .account-mobile_otp #content .form-control {
  font-family: var(--product-font-family);
}
.account-mobile_otp .btn {
  color: #fff !important;
}
.layout-52.checkout-simple_checkout .order-list-box .table-responsive-checkout .table>tbody>tr>td{
  padding: 12px 15px;
  color: #2d2d2d;
}
.table-responsive-checkout .table>tbody>tr>td .cart-product-name{
  color: #2d2d2d !important;
}
.layout-52 .theme29Only .account_layout29_new .table-bordered>tbody>tr>td{
  color: #2d2d2d !important;
  font-family: var(--product-font-family);
}
.layout-52 .theme29Only .account_layout29_new .table-bordered>tbody>tr>td b{
  color: #2d2d2d !important;
  font-family: var(--head-font-family);
}
.layout-52 .theme29Only .account_layout29_new .table-bordered>thead>tr>td{
  font-family: var(--head-font-family);
  color: #000;
}
.layout-52 .theme29Only .account_layout29_new .table-bordered>tfoot>tr>td b{
  font-family: var(--head-font-family);
  color: #000;
}
.layout-52 .theme29Only .account_layout29_new .table-bordered>tfoot>tr>td{
  font-family: var(--product-font-family);
  color: #ed1c24;
  font-weight: 600;
}
.layout-52 .theme29Only .account_layout29_new h3{
  font-family: var(--head-font-family);
  font-weight: 600;
}
.layout-52 .theme29Only .account_layout29_new h2{
  font-family: var(--head-font-family);
  font-weight: 600;
}
#footer{
  height: 50px !important;
}
.pull-right, .text-danger,
.layout-52 .modal.in .modal-dialog.block-popup-login {
  font-family: var(--product-font-family);
}
.layout-52.checkout-simple_checkout .order-list-box h2 {
  font-size: 30px;
  font-weight: 500;
}
.main-menu{
  display: flex;
  align-items: center;
}
.combo-link{
  color: #2d2d2d;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.4px;
}
.track_icon{
  width:30px;
}
.d-none {display: none;}
.callforprice {
  line-height: 100%;
  color: #fff !important;
  border: none;
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--product-font-family);
}
.so-listing-tabs .callforprice {
  padding: 7px 6px;
  font-size: 10.5px
}
.so-callforprice-form h3 {
  font-family: var(--head-font-family);
  color: #2d2d2d;
  font-weight: 600;
}
.so-callforprice-form .fancybox-close-small:after {
  color: #2d2d2d;
}
.so-callforprice-form label {
  font-family: var(--product-font-family);
  color: #2d2d2d;
}
.so-callforprice-form button, .so-callforprice-form .form-control {
  font-family: var(--product-font-family);
}
.layout-52 .button.inverse, .layout-52 .btn.inverse {
  background-color: transparent;
  padding: 3px;font-weight: 700;color: #fff !important;
}
.layout-52 .checkout-checkout #checkout-checkout .panel-default>.panel-heading {
  background-color: #fef2f4 !important;
}
.checkout-checkout #checkout-checkout .panel .panel-heading .panel-title i {
  color: #2d2d2d;
}
/* .quick_txt a{
  font-size: 13px;
  font-weight: 700;
  background: linear-gradient(45deg, #ED1C24, #f7c304);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.quick_txt a:hover{
  background: linear-gradient(45deg, #ED1C24, #f7c304) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
} */
header #sosearchpro .dropdown-menu{
  padding: 5px 0px 5px 5px;
}
#sosearchpro .dropdown-menu .media-body a {
  color: #2d2d2d;
  float: none;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
header #sosearchpro .dropdown-menu .media-left{
  width: 65px;
  height: 65px;
  padding-right: 10px;
}
header #sosearchpro .dropdown-menu li.clearfix{display: none;}
header #sosearchpro .dropdown-menu .media{margin-top: 5px;}
.cart-product-name a{
  color: #444;
  letter-spacing: 0.2px;
  font-weight: 500;
}
.cart-product-quantity, .shoppingcart-box table td:nth-child(5){
  color: #444;
  font-weight: 500;
}
.topmargin{
  margin-top: 15px;
}
.layout-52 .products-list .product-grid .product-item-container .left-block .button-group .btn-button .fa{
  font-size: 17px;
}
.testimonial-container {
  display: flex;
  gap: 30px;
}
.testimonial-header {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}
.testimonial-img {
  width: 100%;
  border-radius: 50%;
  border: 3px solid #ddd;
}
.quote-icon {
  position: absolute;
  bottom: -5px;
  background-color: #ed1c24;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  padding: 8px;
  height: 30px;
  left: 0px;
}
.testimonial-text {
  font-style: italic;
  color: #444;
  margin: 15px 0;
}
.testimonial-author {
  font-size: 14px;
  color: #777;
}
.testimonial-author strong {
  color: #ef2c21;
}
.contentslider.testimonial .testimonial{
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.common-home.layout-52 .typefooter-52 .module .modtitle {
  font-size: 20px !important;
}
.common-home .so-listing-tabs-ltr .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li{
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px dashed #ED1C24;
  padding: 7px 7px;
  border-radius: 35px;
}

.common-home .so-listing-tabs .ltabs-tabs-container ul.ltabs-tabs{
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ed1c241f;
}
.layout-52 .common-home .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab.tab-sel > span {
  color: #fff !important;
}
.layout-52 .common-home .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab.tab-sel{
  background-color: #ED1C24;
}
.common-home .so-listing-tabs .ltabs-tabs-container .ltabs-tab.tab-loaded{
  background-color: #ED1C24;
}
.lab-div{display: none;}
.so-categories.module.theme52 .form-group{
  display: none;
}
.so-listing-tabs-ltr.listingtab-layout14 .modtitle{
  margin-bottom: 0px !important;
}
.newsletter-footer40 .signup.send-mail .form-group{
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
  color: #f9ed43 !important;
  text-decoration:  underline;
}
.products-list .product-grid .product-item-container .left-block .button-group .btn-button {
  display: none;
}
.products-list .product-grid .product-item-container .left-block .button-group .btn-button span{
  display: none;
}
.featured .product-grid .product-item-container .left-block .button-group .wishlist.btn-button{
  width: 30px !important;
}
.category-container{
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, rgba(252, 241, 245, 0) 0%, #FCF1F5 80%);
  padding-bottom: 2rem;
}
.category-container .modtitle{
  padding-top: 7rem !important;
}
.layout-52 .category-container .modtitle{
  padding-top: 4rem !important;
}
/* New Product Styles */
.product-card-bx {
  /* width: 300px; */
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
  box-shadow: none;
  background: linear-gradient(to bottom, #ffe580, #fff);
  position: relative;
  display: flex;
  flex-direction: column;
  display: flex;
  width: calc(100% - 12px);
  margin: 8px 6px;
  border: 1px solid rgba(238, 238, 238, 1)
}

.discount-badge {
    width: 60.22999954223633px;
    height: 31px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 20px;
    background: #ffcc00;
    color: #000;
    font-size: 12.5px;
    font-weight: 600;
    padding: 2px 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  padding: 20px;
  /* background: linear-gradient(to bottom, #ffe580, #fff); */
}

.product-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-details {
  background: #fff;
  padding: 10px !important;
  text-align: left !important;
  border-top: 1px solid rgba(238, 238, 238, 1);
  margin-top: -20px;
}
.common-home .product-details {
  height: 95px;
}
.product-category .product-details, .product-search .product-details {
  height: 120px;
}
.product-title a {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  font-family: var(--head-font-family);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-home .category-container .image-container img {
  height: 200px;
}
.product-title{
  margin-bottom: 5px;
}
.product-brand {
  font-size: 13px;
  color: #7d7d7d;
  margin-bottom: 10px;
}

.product-brand span {
  color: #b85c5c;
  font-weight: 600;
}

.ratingstar {
  color: #ffcc00;
  font-size: 16px;
  /* margin-bottom: 10px; */
}

.price-add-one {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top:10px;
}

.price-52 {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.current-price, .price-52 {
  font-size: 16px;
  font-weight: 500;
  color: #ed1c24;
  font-family: var(--product-font-family);
}

.original-price {
  font-size: 12.5px;
  color: #A3A3A3;
  text-decoration: line-through;margin-top: -3px;
  font-family: var(--product-font-family);
}
.btn-default {font-family: var(--product-font-family);}
.filters-panel .list-view {display: none;}
.addcart-button {
  color: #fff;
  border: none;
  padding: 3px 15px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--product-font-family);
}
.addcart-button:after {
  background-image: url(../../images/theme52/dazling.png) no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 25px;
}
.price-add-one-new{
  display: flex;
  align-items: flex-start;
  width: 45%;
  flex-direction: column;margin-bottom: 3px;
}
.fa-minus, .fa-plus{
  color: #fff;
  font-size: 18px;
  transform: scale(0.6);
}
.box-label{display: none;}
.product-card-bx .so-quickview.cartinfo--right{
  padding: 0;
  position: absolute;
  z-index: 99;
  transform: translateY(50%);
  top: -6px;
  right: 10px;
}
.product-card-bx .wishlist.btn-button{
  background: transparent;
  border: 1px solid transparent;
}
.wishlist.btn-button .fa-heart{
  color: #ed1c24;
}
.combo-link{
  font-family: var(--head-font-family);
}
.heading-decoration {
  display: block;
  width: 10%;
  margin-left: 10px;
  height: auto;
  position: absolute;
  left: 67rem;
  top: 2.5rem;
}
.extra-layout40 .modtitle{
  position: relative;
}
.header-bottom .bottom-right .track_icon, .header-bottom .icon-search img, .header-bottom .fav40 img, .header-bottom .icon-c img{
  width: 25px;
  height: 25px;
  filter: invert(0) brightness(0);
}
.text-shopping-cart{
  display: none;
}
.rating-num{display: none;}
.module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-heading .so-filter-heading-text{
  font-family: var(--product-font-family);
}
.title-category{
  font-family: var(--head-font-family);
}
.category-info > div > div{
  font-family: var(--product-font-family);
}
.input-icons-box .input-icons {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.layout-52 #checkout-checkout .input-icons-box .input-icons:hover {
  color: #fff !important;
}
.simple-login-box .btn-black {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: underline;
  float: right;
  font-family: var(--product-font-family);
}
.module.so_filter_wrap .modcontent #btn_resetAll {
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #313131 !important;
  border: 1px solid transparent !important;
  font-family: var(--product-font-family) !important;
}
ul.breadcrumb li a{
  font-family: var(--head-font-family);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.search-0{
  font-family: var(--head-font-family);
  font-weight: 600;
  color: #2d2d2d;
}
.product-search #input-search, .product-search select{
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--product-font-family);
  font-weight: 500;
  font-size: 14px;
  color: #2d2d2d;
}
.product-search select{
  padding: 0px 6px !important;
}
.product-search .short-by select , .product-search .nofor-39 select  {
  padding: 0px 20px 0 10px !important;
}
.product-search .control-label, .product-compare a, .btn-gridview {
  font-family: var(--product-font-family);
  font-weight: 500;
  color: #2d2d2d !important;
  letter-spacing: 0.5px;
  font-size: 12px !important;
}
.product-search .checkbox {
  font-family: var(--head-font-family);
  color: #2d2d2d;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.product-search #button-search{
  font-family: var(--head-font-family);
  font-weight: 600;
}
.search-Bg{
  background-color: rgba(255, 251, 251, 1);
  border: 1px solid #ed1c2459;
  padding: 15px 15px;
}
.product-view .content-product-right .title-product h1, .product-view .content-product-right .box-review a, .product-view .content-product-right .product-box-desc span, .product-view .content-product-right .product-box-desc .inner-box-viewed {
  font-family: var(--product-font-family);
  color: #2d2d2d;
}
.product-view .product-box-desc .model, .product-view .product-box-desc .stock{
  font-family: var(--product-font-family);
  color: #2d2d2d;
  font-weight: 500;
}
.product-view .content-product-right .box-info-product .cart .btn{
  font-family: var(--product-font-family);
  font-weight: 600;
  color: #fff;
}
.product-view #tab-tags{
  font-family: var(--product-font-family);
  font-weight: 600;
  color: #2d2d2d;
}
.product-view #tab-tags a{
  border-radius: 30px;
  font-size: 11px;
  padding: 3px 10px;
}
.product-view .add-to-links.wish_comp li a{
  font-family: var(--product-font-family);
}
.product-box-desc .product_page_price span{
  font-family: var(--product-font-family);
}
.product-view .product_page_price .label-sale {
  display: inline-block;
  background: linear-gradient(45deg, #3e8e41, #7ed957, #3e8e41, #7ed957);
  background-size: 200%;
  color: white;
  border-radius: 5px;
  padding: 0px 10px;
  font-family: var(--product-font-family);
  font-size: 12.5px !important;
  font-weight: 600 !important;
  text-align: center;
  transition: background-position 0.3s ease;
  animation: gradientShift 4s ease-in-out infinite;
  height: auto !important;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.product_page_price .price-new {
  font-size: 23px;
  font-weight: 600;
  font-family: var(--product-font-family);
}
.product_page_price .price-old {
  vertical-align: top;
  color: #696969 !important;
  font-size: 14px;
  font-family: var(--product-font-family);
  font-weight: 500;
}
@media (max-width: 767px) {
  .common-home.layout-52 .so-listing-tabs .ltabs-wrap .ltabs-tabs-container{
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    padding: 10px 10px;
    margin: 0;
  }
  .contentslider.testimonial .testimonial{
    border-radius: 20px;
    position: relative;
    background: white;
    border: 1px solid transparent;
    background-image: linear-gradient(white, white),
                        linear-gradient(to right, #EE3224, #FFC982);
    background-origin: padding-box;
    background-clip: padding-box, border-box;
    background-color: #FFFBFB;
  }
  .product-search.layout-52 .products-category .products-list .product-layout.product-grid .product-item-container .left-block {
    padding: 0 !important;
  }
  .layout-52 .owl2-controls .owl2-nav .owl2-prev{
    background-size: 60%;
  }
  .layout-52 .owl2-controls .owl2-nav .owl2-prev.owl2-next, .owl2-controls .owl2-nav .owl2-next.owl2-next{background-size: 60%;}
  .common-home #wrapper {
    overflow-x: unset;
}
.topmargin.featured {
  margin-top: 20px;
}
.image-container{
  height: 200px;
  padding: 10px;
}
.common-home .so-listing-tabs {
  margin: 0 -10px;
  padding: 0;
  overflow: unset;
}
.common-home .so-listing-tabs .ltabs-wrap {
  overflow: unset;
}
.common-home.layout-52 .so-listing-tabs .products-list .product-grid .product-item-container .left-block .button-group{
  z-index: 9;
}
.layout-52.checkout-simple_checkout .box-confirm div.inner-box {
  width: 100%;
}
.layout-52.checkout-simple_checkout div.order-list-box,
.layout-52.checkout-simple_checkout .box-confirm .inner-box div.inner-box-check {
  padding: 10px;
}
.layout-52 .related-product-content .quickcount-left.es input[type=text] {
  width: auto;    padding: 0;
}
.track-ordersection .track-flex {
  flex-direction: column;
}
.track-ordersection .track-order{
  padding: 15px 15px;
}
.track-ordersection .track-flex .track-content{
  width: 100%;
  padding: 15px 15px;
}
.track-ordersection .track-title .track-head{
  font-size: 16px;
}
.track-ordersection .track-flex .track-imagediv{
  width: 100%;
  padding-left: 0px;
}
#checkout-checkout .panel-default .form-horizontal #chit-payment-existings .chit-payment-list {
  display: block;
}
.checkout-checkout #content .checkbox > span {
  margin-right: 5px !important;
}
.newarrive-52 {
  padding-bottom: 3rem;
  background: linear-gradient(180deg, rgba(252, 241, 245, 0) 0%, #FCF1F5 80%);
  padding-top: 2rem;
}
.feature-52 {
  background-size: 20% 30%;
}
.white-boxnavflex div#buttonContainer {
  top: -85px !important
}
.checkout-simple_checkout .quick_float {
  display: none;
}
.category-container {
  padding-top: 2rem;
}
}
@media (max-width: 767px){
 header.typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
      display: unset;
  }
 .megamenu-style-dev .navbar-default .horizontal .navbar-toggle .icon-bar {
    background: #fff;
  }
  .common-home.layout-52 .shop-services .item p {
    margin-top: 10px;
  }
  .product-category .product-layout.product-grid.col-xs-12{
    width: 50%;
  }
.common-home.layout-52 .shop-services .more-btn{
  text-align: center;
  font-size: 14px;
  color: white;
  font-weight: 500;
  font-family: var(--product-font-family);
  letter-spacing: 0.4px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.product-category.layout-52 .products-list .product-grid {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.layout-52.product-category .product-item-container, .layout-52.product-search .product-item-container{
  border-radius: 8px;
}
.rate-history{display: none;}
.product-filter.product-filter-top .view-mode .side_0 {
  display: block !important;
}
.product-filter.product-filter-top .view-mode .fa.fa-bars{
  display: none !important;
}
.product-listing .open-sidebar{
  border: 1px solid #2d2d2d !important;
  font-family: var(--product-font-family);
  font-weight: 600;
}
.products-category .list-view button{
  display: none;
}
.product-category.layout-52 .filters-panel.product-filter-top{
  margin-bottom: 0px;
}
body, #wrapper{
font-family: var(--product-font-family) !important;
}
.common-home.layout-52 .shop-services .category-section{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.common-home.layout-52 .shop-services .more-btn button{
  border-radius: 5px;
  padding: 5px 25px;
}
.common-home.layout-52 .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item{
  margin-bottom: 0px;
}
.common-home.layout-52 .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
  margin: 0 10px 10px 10px;
}
.header-bottom .bottom-right.col-lg-3{
  padding: 0px;
}
.typeheader-52{
  padding: 10px;
}
}
@media (max-width: 560px){
.common-home.layout-52 .shop-services .item {
  width: 31%;
}
}
@media (max-width: 559px){
.common-home.layout-52 .shop-services .item {
width: 44%;
}
}

@media (min-width: 385px) and (max-width: 584px) {
  .price .price-new, .price span.price {
    letter-spacing: .5px;font-size: 1.3rem;
  }
}


@media (max-width: 767px){
 .typeheader-52 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
  display: none;
}
.megamenu-style-dev .navbar-default .horizontal .navbar-header, .shopcart-inner .items_cart,
.typeheader-52 .shopping_cart, .fav40 {
display: none;
}
.main-menu.col-xs-4 {
width: auto;padding: 0;
}
.btn-button .tooltiptext {
text-indent: 9px !important;    width: 95px;    height: 20px !important;font-size: 10px !important;
}
.tooltip-left {
top: 4px;
}
.tooltip-left p {
margin-top: -5px;
}
.cart-40 .items_cart {
top: 4px;
left: 22px;
}
.icon-c img {
width: 25px;
}
.shopcart-inner .text-shopping-cart {
font-size: 10px;
line-height: 16px;
color: #3a3a3a;
letter-spacing: 0.5px;
}
.typeheader-52 .searchbox .search {
display: block !important;
}
.typeheader-52 .search-header-w .icon-search {
float: right;
  position: relative;
  top: 29px;left: -13px;
  z-index: 99;
}
.typeheader-52 .search-header-w .icon-search img {
width: 15px;opacity: 0;
}
.typeheader-52 .searchbox {
position: unset;width: 220px;
}
.typeheader-52 .search-header-w {
float: none;
left: 0px;
}
.typeheader-52 .search-header-w #sosearchpro .search input {
-webkit-border-radius: 50px;height: 37px;    color: #3a3a3a;
padding-left: 20px;
}
header.typeheader-52 .navbar-logo {
padding-left: 10px;
text-align: center;
padding-right: 5px;
}
.layout-52.common-home #content .module h3.modtitle {
text-align: center;padding-top: 0rem !important;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  width: 280px;
}
.common-home .product-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.fixed-boxFooter .white-boxnavflex img {
  width: unset;
  height: unset;
}
.layout-52 .products-category .products-list .product-grid .product-image-container img,
.layout-52.product-search .products-list .product-grid .product-image-container img,
#product-related .products-list .product-grid .product-item-container .left-block img {
  width: 70%;margin: 0 auto;
  object-fit: scale-down;
}
.checkout-simple_checkout .ol-head .check_edit {
  background-color: transparent;
  border: 0;text-decoration: underline;
}
.checkout-checkout .mobile-checkout-table .mobile-checkout-table-row,
.checkout-checkout .mobile-checkout-table .mobile-checkout-table-foot {
  color: #2d2d2d;
}
.feat-pyro {
font-size: 9px;
  text-align: left;
  letter-spacing: 0.8px;
  margin: 5px 0 0;
}
.addToCart.hovr-40 {
height: 28px;
font-size: 13px;
  font-weight: 600;
  border-radius: 0px 0px 10px 10px;
}
.layout-52.common-home .countdown_box {
display: block !important;    top: 25%;
}
.layout-52.common-home .countdown_box .time-item {
margin: 0;
}
.layout-52.common-home .countdown_box .time-item .num-time {
font-size: 15px;border-bottom:0;
}
.layout-52.common-home .countdown_box .time-item .name-time {
font-size: 9px;
}
.products-list .product-grid .product-item-container:hover .left-block .button-group .btn-button img {
width: 20px;
}
.products-list .product-grid .product-item-container .left-block .cartinfo--left {
right: 0px;
  bottom: 67%;
}
.products-list .product-grid .product-item-container:hover .left-block .button-group .btn-button {
margin: 0;width: 30px;
}
.layout-52 .product-image-container a {
padding-bottom: 105%;
}
.owl2-carousel .owl2-controls .owl2-nav .owl2-prev, .owl2-carousel .owl2-controls .owl2-nav .owl2-next, .owl2-carousel .owl2-controls .owl2-dot {
display: none !important;
}
.slider-brands .item {
display: flex;
align-items: center;
justify-content: center;
}
.new-view {
letter-spacing: 1px;
float: right;
position: relative;
top: -26px;}
.slider-brands {
  padding: 0;
  margin: 0;
}
.slider-brands .owl2-carousel .owl2-controls .owl2-nav .owl2-prev, .slider-brands .owl2-carousel .owl2-controls .owl2-nav .owl2-next, .slider-brands .owl2-carousel .owl2-controls .owl2-dot {
display: block !important;
}
.slider-brands .owl2-controls .owl2-nav .owl2-prev.owl2-prev {
left: 0;
right: auto;
}
.slider-brands .owl2-controls .owl2-nav .owl2-next.owl2-next {
right: 0;
left: auto;
}
.slider-brands .owl2-carousel .owl2-dots {
display: none !important;
}
.checkout-checkout #checkout-checkout #collapse-wallet label {
  padding-left: 0;
}
.checkout-checkout #checkout-checkout #collapse-wallet .input-group {
  display: block;
}
.checkout-checkout #checkout-checkout #collapse-wallet .input-group .form-control {
  width: 74%;
}
.checkout-checkout #checkout-checkout #collapse-wallet .input-group #button-wallet-apply {
  width: 100%;
}
.so-extraslider {
margin: 0px 0;
}
.shop-services .item {
padding: 0;line-height: 1;
margin: 0 6px 25px;height: 100px;
text-align: center;width: 21%;
}
.shop-services img {
background-color: #cde7da;
  padding: 15px;
  border-radius: 50px;
  height: 75px;
  object-fit: scale-down;
}
.shop-services span {
font-size: 12px;
letter-spacing: 0.5px;
color: #3a3a3a;
}
.logo-side{
  display: block !important;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.logo-side>div{
  display: flex;
  flex-direction: row-reverse;
}
.d-xs-none {
display: none;
}
.shop-services .modtitle span {
color: #3a3a3a !important;
font-weight: 600 !important;
text-transform: capitalize;
letter-spacing: 1px;
font-size: 22px !important;
}
.shop-services {
margin-top: 15px;
}
.feature-mob {
background-color: #fff;
}
.feature-mob .form-group {
margin-bottom: 0;
}
.feature-mob .products-list .product-grid .product-item-container .right-block {
background-color: #f6f6f6;padding: 12px 12px 5px 12px;
}
.layout-52.common-home #content .price .price-new {
font-size: 1.3rem;
}
.price .price-old {
font-size: 1rem;
}
.layout-52.common-home #content .product-item-container {
background-color: #fff !important;
}
.layout-52.common-home #content .so-deal .product-item-container .left-block {
width: 45%;
}
.so-deal .products-list .product-grid .product-item-container .right-block {
position: absolute;
width: 55%;
left: 144px;
right: 0;
top: 25px;
background-color: #f6f6f6;    padding: 50px 12px 20px 12px;
}
.deals-layout40 .modcontent, .layout-52.common-home #content .so-deal .product-item-container {
background-color: #f6f6f6 !important;     margin: 0;
}
.deals-layout40 {
padding: 0 !important;
}

.product-item-container:hover .addToCart.hovr-40.so-deal40 {
transform: unset;
}
.addToCart.hovr-40.so-deal40 {
top: 37px;bottom: unset; transform: unset;
left: 15px;
}
.so-deal .products-list .product-grid .product-item-container .right-block .addToCart.so-deal40 {
font-size: 11px;
color: #fff;    width: 80%;
background-color: #419945;    padding: 8px 13px;
}
.so-blog-external .blog-external .media .item .media-left {
  padding-right: 0;
}
.products-list .product-grid .product-item-container .right-block h4 a {
font-size: 13px;
}
.owl2-controls .owl2-nav .owl2-prev, .owl2-controls .owl2-nav .owl2-next {
top: 50%;
}
.owl2-controls .owl2-nav .owl2-next.owl2-next {
right: -1px;
}
.owl2-controls .owl2-nav .owl2-prev.owl2-prev {
left: 5px;
display: none;
}
.typeheader-52 .search-header-w #sosearchpro .search button {
top: -2px;
  right: 8px;opacity: 0.6;
}
.layout-52.product-search .product-image-container a {
padding-bottom: 0;
}
.products-category .products-list .product-grid .product-item-container .sun-colors-div {
display: none;
}
header #sosearchpro .dropdown-menu {
right: -8px;
  left: auto !important;    min-width: 350px;
}
.products-list .product-grid .product-item-container .right-block h4 {
line-height: 1;-webkit-line-clamp: 2;
}
.common-home .category-container .image-container img {
  height: 150px;
  width: 100%;
  object-fit: scale-down;
}
.common-home .product-details, .product-category .product-details, .product-search .product-details {
  height: 140px;
}
.layout-52 .products-category .products-list .product-grid .product-image-container {
  height: 200px;align-items: center;
}
.cart-empty-container img {
    width: 50% !important;
}
.cart-empty-text, .cart-empty-msgtext, .continue-cta, .cart-empty-container {
    font-size: 12px;
    padding: 0 25px 0 0px;
}
#cart.btn-shopping-cart.open .dropdown-menu {
position: fixed !important;
bottom: 70px !important;top: auto !important;
right: 10px !important;
left: 10px !important;
margin: auto !important;
}
.fixed-boxFooter .white-boxnavflex .bfix-wishdiv a {
display: inline-block;    color: #fff;
}
.layout-52 .product-item-container .right-block .addToCart.callforprice i {
display: none;
}
.layout-52 .products-list .product-grid .product-item-container .right-block .addToCart.callforprice {
  padding: 10px 9px;margin-top: 15px;
}
#content .module.so-categories h2 {
  font-size: 40px;line-height: 45px;margin-top: 0;
}
.so-categories .modcontent {
  padding: 0;position: unset;
}
.pr-no-mob {
  padding-right: 0;
}
.three-qr{
  display: block !important;
}
.li-cart-summary-wrapper .new-cart-div .checkout-proceed-wrapper .checkout-wrapper .checkout-proceed .btn-proceed,
.li-cart-summary-wrapper .new-cart-div .checkout-proceed-wrapper .checkout-wrapper .amount .pay-amt {
  padding: 10px 14px;
}
.so-listing-tabs .callforprice, .callforprice {
  padding: 6px 5px;font-size: 9px;
}
.price-add-one {
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;margin-top: 0px;
}
.layout-52 .quickcount-left.es, .product-category.layout-52 .quickcount-left.es {
  width: 60% !important;
}
.best-52 {
  display: none;
}
#content .so-page-builder .container, .container-fluid .container {
  padding-left: 0;
  padding-right: 0;
}
.so-categories {
  padding: 0 10px;
}
}
.layout-52 .lab-div {
display: block;
}
.layout-52  .lab-div {
  margin-top: 0;
}
.layout-52 .products-list .product-grid .product-item-container .right-block .addToCart.callforprice span,
.layout-52 .products-list .product-grid .product-item-container .right-block .addToCart.callforprice span {
  font-weight: 600;
  text-transform: capitalize;
}
.nighttime-craccker .container{
  width: 60%;
}
.night-cracker{
  text-align: center;
  color: #fff;
  padding: 0 15px;
}
.night-cracker p{
  font-family: var(--product-font-family);
  font-size: 16px;
}
.night-cracker button{
  color: #EE3224;
  padding: 3px 23px;
  border-radius: 5px;
  background: #fff;
  font-weight: 700;
  border: none;
  font-family: var(--product-font-family);
  margin-top: 30px;
}
.night-cracker h1{
  font-size: 36px;
  font-family: var(--head-font-family);
  font-weight: 700;
  margin-bottom: 26px;
}
.three-qr{
  display: flex;
  justify-content: space-between;
  font-family: var(--product-font-family);
}
.three-qr .qr-image p{
  font-weight: 700;
}
.three-qr b, .qr-image p{
  color: #000;
}
.three-qr strong{
  color: #000;
}
.qr-title h4{
  font-family: var(--head-font-family);
  font-weight: 700;
}
.qr-title p{
  font-family: var(--product-font-family);
}
.infoCont .iPhead{
  font-family: var(--head-font-family);
}
.order-success-sec .info_content{
  padding-left: 0;
  padding-right: 0;
}
.well-sm{
  padding: 9px 20px;
  background-color: #ed1c2412;
}

.layout-52 .order-success-sec .success-top{
  text-align: center;
  padding: 39px;
  border-radius: 20px;
  position: relative;
  background: white;
  border: 1px solid transparent;
  background-image: linear-gradient(white, white),
                      linear-gradient(to right, #EE3224, #FFC982);
  background-origin: padding-box;
  background-clip: padding-box, border-box;
  background-color: #FFFBFB;
}
.layout-52  .order-success-sec .success-top .dazzle-1{
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  display: block !important;
}
.layout-52 .order-success-sec .success-top .dazzle-2{
  display: block !important;
}

.layout-52 .order-success-sec .success-top h1{
  font-family: var(--head-font-family) !important;
}

.layout-52 .order-success-sec .success-top .order-para{
  font-family: var(--product-font-family) !important;
}
.order-success-sec .success-top .order-para b, .order-success-sec .success-top .email-para b{
  color: #FF1A2B;
}

.layout-52  .order-success-sec .success-top .email-para{
  font-family: var(--product-font-family) !important;
}

.layout-52  .order-success-sec .success-top .time-box{
  font-family: var(--product-font-family)  !important;
}
.layout-52  .order-success-sec .success-middle .adr-box h5{
  font-size: 17px;
  margin-top: 2px;
  margin-bottom: 20px;
  color: #000;
  font-family: var(--head-font-family) !important;
}

.layout-52  .order-success-sec .success-middle .adr-box h6{
  font-size: 14px;
  margin-bottom: 2px;
  color: #000;
  font-family: var(--head-font-family) !important;
}

.layout-52 .order-success-sec .success-middle .adr-box .adr-text{
  font-size: 14px;
  color: #808080;
  font-family: var(--product-font-family) !important;
}
.layout-52 .order-success-sec .success-bot .order-list h3,
.layout-52 .order-success-sec .success-bot .order-sum .sum-box h3{
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
  font-family: var(--head-font-family) !important;
}
.layout-52 .order-success-sec .success-bot .order-list .list-bot .list-bot-row .left h6{
  font-family: var(--head-font-family) !important;
  color: #000;
  font-size: 14px !important;
}
.layout-52.checkout-simple_checkout .order-list-box .table-responsive-checkout .table > tbody > tr > td:last-child {
  padding-right: 0 !important;
}
.layout-52 .order-success-sec .success-bot .order-list .list-bot .list-bot-row .left span{
  font-family: var(--product-font-family) !important;
  color: #2d2d2d !important;
  font-size: 12px !important;
}

.layout-52 .order-success-sec .success-bot .order-sum .sum-box .sum-mid .sum-list span{
  font-size: 14px;
  color: #2d2d2d !important;
  font-family: var(--product-font-family) !important;
}
.layout-52 .order-success-sec .success-bot .order-list .list-bot .list-bot-row .right span{
  color: #2d2d2d !important;
  font-family: var(--product-font-family) !important;
  font-size: 14px !important;
}
.layout-52 .megamenu-style-dev.responsive ul.megamenu > li.hover:before {
  color: #000 !important;
  background: none !important;
  border: none !important;
  margin-top: 7px;
}
.layout-52 .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu:before{
  color: #000 !important;
  background: none !important;
  border: none !important;
}
.layout-52 .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu {
  background:#fff  !important;
}
.enquiry-image-ui.hide52{
  display: none;
}
.registerh1{
  color: #000;
  font-size: 25px;
  letter-spacing: 0.5px;
  font-family: var(--head-font-family);
}
.so-extraslider-ltr .modtitle, .layout-52.common-home .so-listing-tabs-ltr .centerDiv .modtitle, .testimonials-w .centerDiv .modtitle{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 55px;
  position: relative;
  display: inline-block;
  font-family: var(--head-font-family);
  color: #000;
  width:auto !important;
}
.layout-52.common-home #content .module.so-extraslider-ltr .modtitle span:after{
  content: "";
  width: 210px;
  height: 125px;
  display: block;
  background: url(../../images/border-line.png) no-repeat;
  background-size: 40% 40%;
  right: -15rem;
  position: absolute;
  top: 28px;
  bottom: 0;
}
.layout-52.common-home .so-listing-tabs-ltr .centerDiv .modtitle span:after, .testimonials-w .centerDiv .modtitle span:after{
  content: "";
  width: 210px;
  height: 125px;
  display: block;
  background: url(../../images/border-line.png) no-repeat;
  background-size: 40% 40%;
  right: -15rem;
  position: absolute;
  top: 8.5rem;
  bottom: 0;
}
.layout-52.common-home .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item{
  margin-bottom: 10px;
}
.testimonials-w .centerDiv .modtitle span:after{
  right: -16rem;
  top: 1.5rem;
}
.centerDiv{
  text-align: center;
}
.feature-mob .centerDiv, .new-arrival52  .centerDiv, .best-52 .centerDiv, .category-container .centerDiv, .testimonials-w .centerDiv{
  padding-bottom: 3rem;
}
.best-52 .centerDiv{padding-top: 3rem;}
.product-view #product .control-label {
  font-weight: 600;
  font-family: var(--product-font-family);
  color: #2d2d2d;
}
.producttab .tabsslider.horizontal-tabs .nav-tabs li a{
  font-family: var(--product-font-family);
}
.header-top div, .header-top li, .header-top a{
  font-family: var(--product-font-family);
  font-weight: 500;
}
.so-extraslider-ltr .modtitle span:after{
    content: "";
    width: 210px;
    height: 125px;
    display: block;
    background: url(../../images/border-line.png) no-repeat;
    background-size: 40% 40%;
    right: -14rem;
    position: absolute;
    top: 6px;
}
.aboutus-content .row{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.aboutus-content .col-6{
  width: 50%;
}
.aboutus-content .aboutus-image img{
  width: 100%;
}
.aboutus-content h3{
  margin-bottom: 5px;
  font-family: var(--head-font-family);
  font-weight: 700;
}
.aboutus-content h2{
  font-family: var(--head-font-family);
  font-weight: 700;
  text-align: left;
}
.stats-section {
  display: flex;
  justify-content: center;
  margin: 0px 10px 0px 0px;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 52px;
  margin-bottom: 30px;
}
.stats-section h3{
  color: #ffffff;
  margin-bottom: 0;
  font-family: var(--product-font-family) !important;
}
.stat-box {
  text-align: center;
}
.stat-box:hover {
  transform: scale(1.05);
}
.stat-number {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(89.01deg, #ED1C24 -43.45%, #FFCA08 105.55%);
   border-radius: 10px;
 padding: 25px;
}
.features-section {
  padding: 50px 0;
  background-color: #fff;
}
.features-section .col-lg-3{
  margin-bottom: 20px;
}
.feature-box {
  background: #f8f8f8;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  min-height: 269px;
}

.feature-box img {
  width: 50px;
  margin-bottom: 10px;
}

.feature-box h3 {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--head-font-family);
}

.feature-box p {
  font-size: 14px;
  color: #555;
}
.aboutus-content p{
  color: #2d2d2d;
}
.infos-footer .payment-w img{
  margin-top: 6px;width: 75%;
}
.contact-form legend, .information-contact .btn-info {
  font-family: var(--product-font-family);
}
.payment-w p{
  font-size: 15px;
  font-family: var(--head-font-family) !important;
  color: #7d7d7d !important;
  font-weight: 700 !important;
  margin-top: 7px;
}
.owl2-controls .owl2-dots .owl2-dot{
  width: 9px;
  height: 9px;
  background: #ddd;
  border-radius: 50%;
}
.owl2-controls .owl2-dots .owl2-dot.active{
  width: 9px;
  height: 9px;
  background: #ED1C24;
  border-radius: 50%;
}
.owl2-controls .owl2-dots{
  gap: 8px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}
.filters-panel label {
  font-size: 12px;
  font-weight: normal;
  color: #2d2d2d !important;
  font-family: var(--product-font-family) !important;
}
.product-compare{display: none !important;}
.product-category .btn-default.list{display: none !important;}
.productflash-timer.new-timer-container-{
  display: flex;
  gap: 10px;
  width: min-content;
  background-color: #FFF3F3;
}
.productflash-timer.new-timer-container- .number-time{
  color: #ed1c24;
  font-size: 20px;
  font-family: var(--product-font-family);
  font-weight: 500;
  border-radius: 20px;
  padding: 10px 20px;
}
.countdown_boxnew{display: none;}
.rate-history{display: none;}
.order-success-sec .success-bot .order-sum .sum-box .sum-mid{
  border-bottom: 0 !important;
}
.ratingstar{display: none;}
.producttab .form-horizontal .form-group{
  font-family: var(--product-font-family);
}
.producttab .form-horizontal h3{
  font-family: var(--head-font-family);
  font-weight: 600;
}
.producttab #button-review{
  font-family: var(--product-font-family);
}
#checkout-cart .panel-default input#button-wallet.btn{
  color: #fff;
  text-transform: capitalize !important;
  font-family: var(--product-font-family) !important;
}
.scart-total-box .s-value-tot {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.scart-total-box .s-text-tot{
  font-weight: 600 !important;
}
.product-product .add-to-links.wish_comp .compare{
  display: none !important;
}

.common-home #content .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow{
  background: transparent;
  border-left: 0;
}
.common-home .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs{
  border-radius: 5px !important;
  width: 100% !important;
  margin-top: 10px;
}
.common-home  #content .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected{
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  width: 100% !important;
}
.common-home #content .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow{
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.common-home .category-container .quickcount_right{
  gap:3px;
}
.track_order_detailsui td{
  font-family: var(--product-font-family);
  color: #2d2d2d;
}
.track_order_detailsui td b{
  font-family: var(--head-font-family);
}
.track_order_detailsui .invoice-details{
  font-family: var(--product-font-family);
  color: #2d2d2d;
}
.track_order_detailsui .invoice-details b{
  font-family: var(--product-font-family);
  color: #2d2d2d;
}
.track_order_detailsui .table>tbody>tr>td{
  font-family: var(--product-font-family);
  color: #2d2d2d;
}
.track_order_detailsui.account-order .table-bordered>thead>tr>td{
  font-family: var(--head-font-family) !important;
   color: #2d2d2d;
}
.layout-52 #content h1{
  font-weight: 700;
}
.table-responsive-checkout .table>tfoot>tr>td:last-child {
  color: #ed1c24 !important;
}
.table-responsive-checkout .table>tfoot>tr>td{
  font-weight: 600 !important;
}
.layout-52 .theme29Only aside .list-group-item {
  font-family: var(--head-font-family);
}
.layout-52 #account-edit .form-group label{
font-family: var(--head-font-family);
color: #2d2d2d;
}
.layout-52.account-edit #content legend{
  font-family: var(--head-font-family);
}
.layout-52 #account-register legend, .account-edit #content legend, .account-password #content legend, .account-address-edit #content legend, .account-address-add #content legend, .account-return-add #content legend, #account-reset #content legend {
  font-family: var(--head-font-family);
}
.typeheader-52 .container-megamenu.horizontal ul.megamenu > li:nth-child(4) > a {
  color: #ed1c24;
  font-weight: bold;
}
.layout-52 #account-reward #content h1{
  font-size: 1.6rem !important;
  color: #000 !important;
}
.otherThemeQS#quick-shop #container_quickshop .innerTbl-Qs, .combopageui{
  box-shadow: none !important;
}
.footer-bottom .copyright{
  text-align: center;
  padding: 10px;
  font-family: var(--product-font-family);
}
.layout-52 .item-article li b{
  font-family: var(--head-font-family);
}.layout-52 .item-article li {
  font-family: var(--product-font-family);
  color: #2d2d2d;
}
.typefooter-52 .newsletter-footer40 .newsletter .block_content form.signup .form-group #txtemail{
  font-family: var(--product-font-family);
}
.layout-52 .payment-infoqr{
  display: flex;
  gap: 30px;
  width: 100%;
}
.layout-52 .Pyment-first td{
  padding: 8px 30px !important;
  font-family: var(--product-font-family);
}
.layout-52 .order-success-sec .success-middle .adr-box .adr-text,
.infoCont .iPhead h3{
  color: #2d2d2d;
}
@media (max-width: 767px){
  .common-home #content .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected,
  .common-home #content .so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
    height: 40px;
  }
  .li-cart-summary-wrapper-div {
    width: 85vw;
  }
  .chit_scheme_enquiry_ui.chit-fix .section-title:after,
  .chit_scheme_enquiry_ui.chit-fix .about-title:after {
    display: none;
  }
  .bfix-wishdiv {
    text-align: center;
  }
  .common-home .image-container a {
    text-align: center;
  }
  .common-home .image-container img {
    width: 65%;
  }
  .infoCont .iPhead h3 {
    font-weight: 600;
  }
  .layout-52 .checkout-checkout #checkout-checkout .panel-default>.panel-heading {
    padding: 18px 10px 18px 35px;
  }
  .layout-52 .order-success-sec .success-middle .adr-box {
    padding: 10px 0 0 0;
    border: 0;
  }
  .layout-52 .order-success-sec .success-middle .adr-box .top-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
  }
  .layout-52 .order-success-sec .success-middle .adr-box .bot-box {
    padding-left: 2.3rem;
  }
  .layout-52 .order-success-sec .success-middle .adr-box h5 {
    margin-bottom: 0;
  }
  .order-success-sec .success-middle .adr-box i.fa-truck, .order-success-sec .success-middle .adr-box i.fa-money {
    display: none;
  }
  .layout-52 .order-success-sec .success-middle .adr-box:nth-child(2) {
    border-bottom: 1px solid #ddd;
  }
  .layout-52 .order-success-sec .success-middle .adr-box:nth-child(2) .bot-box {
    margin-bottom: 1rem;
  }
  .layout-52 .order-success-sec .success-middle .adr-box:nth-child(3) .adr-text {
    display: flex;
    gap: 5px;
  }
  .layout-52 .order-success-sec .success-middle .adr-box:nth-child(3) .bot-box {
    padding-left: 0;
  }
  .layout-52 .order-success-sec .success-bot {
    margin-top: 0;
  }
  .layout-52 .order-success-sec .success-bot .order-sum .sum-box {
    border: 0;padding: 0;
  }
  .layout-52 .order-success-sec .success-bot .order-sum .sum-box .sum-mid {
    padding: 5px 0;border-top: 0;
  }
  .layout-52 .order-success-sec .success-bot .order-list .list-bot .list-bot-row {
    padding: 10px 0;border-top: 0;
  }
  .layout-52 .order-success-sec .success-bot .order-list .list-bot .list-bot-row:last-child {
    border-bottom: 1px solid #ddd;
  }
  .layout-52 .order-success-sec .success-middle .adr-box i {
    font-size: 15px;
    width: 15px;
    height: 10px;
}
.checkout-success #content {
  padding: 0;
}
.category-container .col-style {
  padding: 0;
  }
.products-category .products-list.so-filter-gird .product-grid, .product-search .products-category .products-list .product-grid {
  padding-left: 10px !important;
}
.products-category .products-list {
  padding: 0 0 0 5px;
}
.li-cart-summary-wrapper .shoppingcart-box .product-content-item {
  text-align: left;
}
.li-cart-summary-wrapper .new-cart-div .li-cart-header {
  align-items: center;
}
}
.ship-car{
  width: 35%;
}
.shippin-cars .row{
  display: flex;
  justify-content: center;
  padding: 30px 0px;
}
.eco-friendbann{
  padding: 20px;
  display: flex;
  justify-content: center;
    align-items: center;
}
.eco-friendbann .col-xs-12{
  padding-left: 10px;
  padding-right: 10px;
}
.eco-bann{
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

@media (max-width: 1024px){
  .ship-car {
    width: 49%;
}
}
@media  (max-width: 991px){
.google-payban {
    height: 289px;
}
.invest-banners {
    height: 263px;
    margin-top: 0;
}
.gogle-paybann{
  padding: 0px 20px;
}
}
@media  (max-width: 700px){

.invest-banners {
    height: 132px;
    margin-top: 0;
}
}
@media  (max-width: 400px){
    .google-payban {
        height: 166px;
    }
}
@media (min-width: 401px) and (max-width: 500px){
    .google-payban {
        height: 225px;
    }
}
.google-payban .google-play-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
}