@charset "UTF-8";
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
  margin: 0 !important; }
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none; }
  .lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0); }
    .lib-list-item-product2 .image-dev .list-button-dev li {
      display: inline-block;
      float: left;
      height: 40px;
      width: 40px;
      background: #fff;
      position: relative;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #ddd;
      opacity: 0;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
        transform: translateX(40px);
        -moz-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
        transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:first-child {
        border-left: 1px solid #ddd; }
      .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
        background: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 40px;
        text-align: center;
        box-shadow: none;
        border: none;
        color: #555;
        width: 40px;
        padding: 0; }
      .lib-list-item-product2 .image-dev .list-button-dev li:hover {
        background: #f04d6a; }
        .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); } }
/* ================================================================================ */
.typefooter-39 {
  margin-top: 0px;
  color: #353535;
  /* GENERAL */
  /* FOOTER BOTTOM */ }
  .typefooter-39 .module .modtitle {
    color: #222;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 0px;
    position: relative; }
  .typefooter-39 .footer-center {
    padding-top: 50px; }
  .typefooter-39 .box-footer .modcontent ul li a {
    border: 0 none;
    font-size: 13px;
    padding: 0;
    font-weight: 400;
    line-height: 35px;
    position: relative;
    display: inline-block;
    color: #888;
    transition: all 0.2s ease-in-out 0s; }
    .typefooter-39 .box-footer .modcontent ul li a:hover {
      color: #f04d6a; }
  .typefooter-39 .box-account .modcontent a {
    color: #f04d6a; }
  .typefooter-39 .top-content {
    text-align: center; }
  .typefooter-39 .top-content .inner {
    width: 50%;
    margin: 0 auto; }
  .typefooter-39 .top-content .inner p {
    margin: 15px 0; }
  .typefooter-39 .footer-top {
    padding: 26px 0; }
  .typefooter-39 .footer-top > .container {
    margin: 0 auto;
    float: none; }
  .typefooter-39 .footer-middle {
    padding-top: 42px; }
  .typefooter-39 .f15-section-style1 {
    background: #f04d6a; }
  .typefooter-39 .newsletter-footer39 {
    margin-top: 16px;
    margin-bottom: 22px; }
  .typefooter-39 .newsletter-footer39 .newsletter {
    background-color: transparent !important;
    overflow: hidden; }
  .typefooter-39 .newsletter-footer39 .newsletter .title-block {
    position: relative;
    color: #fff;
    float: left;
    width: 50%;
    margin-top: 10px; }
  .typefooter-39 .newsletter-footer39 .newsletter .title-block .page-heading {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 20px;
    font-size: 2rem;
    /* [8] */
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize; }
  .typefooter-39 .newsletter-footer39 .newsletter .title-block .promotext {
    font-size: 13px;
    margin-top: 5px; }
  .typefooter-39 .newsletter-footer39 .newsletter .block_content {
    float: left;
    width: 50%; }
  .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup {
    display: block;
    margin-top: 11px;
    margin-bottom: 11px;
    height: auto; }
    .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group {
      position: relative; }
    
    .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group #txtname, .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group #txtemail {
      height: 44px;
      line-height: 44px;
      width: 100%;
      box-shadow: none;
      padding: 0 0 0 20px;
      border: none;
      background-color: #fafafa;
      font-size: 14px;
   }
      .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group #txtname::-moz-placeholder, .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group #txtemail::-moz-placeholder {
        color: #999;
        opacity: 1; }
      .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group #txtname:-ms-input-placeholder, .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group #txtemail:-ms-input-placeholder {
        color: #999; }
      .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group #txtname::-webkit-input-placeholder, .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group #txtemail::-webkit-input-placeholder {
        color: #999; }
      .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group #txtname:focus, .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group #txtemail:focus {
        z-index: 0; }
    .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .subcribe {
      position: absolute;
      top: 0;
      right: 0;
      padding-left: 10px; }
    .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .subcribe button {
      border: 0 none;
      color: #fff;
      font-weight: 500;
      font-size: 13px;
      height: 45px;
      line-height: 45px;
      padding: 0 17px;
      text-transform: uppercase;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
       }
      .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .subcribe button:hover {
        color: #fff; }
  .typefooter-39 .logo-footer {
    margin-bottom: 25px; }
  .typefooter-39 .logo-f {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px; }
  .typefooter-39 .socials {
    margin: 14px 0 8px 0; }
  .typefooter-39 .socials li {
    position: relative;
    float: none;
    display: inline-block;
    }
  .typefooter-39 .socials li:first-child {
    margin-left: 0; }
  .typefooter-39 .socials li a {
    color: #545454;
    font-size: 17px; }
  .typefooter-39 .socials li a span {
    display: none; }
  .typefooter-39 .socials li a:hover {
    color: #f04d6a; }
  .typefooter-39 .footer-links {
    display: inline-block;
    padding: 24px 0;
    width: 100%;
    border-top: 1px solid #464646; }
  .typefooter-39 .footer-links li {
    display: inline-block;
    margin: 0 20px; }
  .typefooter-39 .footer-links li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px; }
  .typefooter-39 .footer-bottom {
    text-align: center; }
  .typefooter-39 .footer-bottom .copyright {
    margin: 25px 0; }


.layout-39 .typefooter-39 .footer-bottom {
      background-color: #fff;
      padding: 5px 0;
    }
.layout-39 .w6 {
      width: 6%;
  }
.layout-39 .nopadd {
       padding: 0;
  }
.layout-39 .typefooter-39 .infos-footer ul.modcontent li {
    line-height: 32px;
    list-style: outside none none;
    padding: 0;
    margin-bottom: 5px;font-size: 13px;
}
.layout-39 .typefooter-39 .infos-footer ul.modcontent li.phone {
  font-size: 30px;
}
.layout-39 .typefooter-39 .infos-footer ul.modcontent li.phone i {
  font-size: 35px;
}
.position-set {
  position: absolute;
  top: 37rem;
}
.position-1 {
  position: relative;
    width: 50%;    float: right;
}
.layout-39 .typefooter-39 .newsletter-footer39 {
  margin-bottom: 15px;
}
.layout-39 .typefooter-39 .newsletter-footer39 .newsletter {
  padding: 25px 0;
  display: inline-block;
}
.layout-39 .typefooter-39 .newsletter-footer39 .newsletter .title-block {
  color: #fff;
  float: left;
  width: 50%;
  margin-top: 17px;display: none;
}
.layout-39 .typefooter-39 .newsletter-footer39 .newsletter .title-block .page-heading {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.layout-39 .typefooter-39 .newsletter-footer39 .newsletter .title-block .promotext {
  font-size: 14px;
  color: #444;
}
.layout-39 .typefooter-39 .newsletter-footer39 .newsletter .block_content {
  float: right;
  width: 100%;
}
.layout-39 .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup {
  display: block;
  margin-top: 11px;
}
.layout-39 .typefooter-39 .infos-footer ul.modcontent li i {
  font-size: 14px;
  padding-right: 10px;
}
.layout-39 footer.typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .subcribe {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0px;
}
.layout-39 .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group .input-box {
  vertical-align: top;
  padding-right: 105px;
  border-radius: 4px;
  width: 100%;
}
.layout-39 .typefooter-39 .infos-footer ul.modcontent {
  margin-top: 20px;
}
.layout-39 .typefooter-39 .block-policy9 ul li {
  float: left;
  padding: 0 15px;
  width: 33.333%;
}
.layout-39 .typefooter-39 .block-policy9 ul li .item-inner {
  display: inline-block;
}
.layout-39 .typefooter-39 .block-policy9 ul li .item-inner .content {
  position: relative;
  padding-left: 90px;
}
.layout-39 .typefooter-39 .block-policy9 ul li .item-inner .content b {
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
.layout-39 .typefooter-39 .block-policy9 ul li .item-inner .content span {
  line-height: 100%;
  margin: 0;
  text-transform: capitalize;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  color: #fff;
}
.layout-39 .typefooter-39 .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: "";
}
.layout-39 .typefooter-39 .block-policy9 ul li.item-1 .item-inner .content:before {
  background-position: 0 3px;
}
.layout-39 .typefooter-39 .block-policy9 ul li.item-2 .item-inner .content:before {
  background-position: 0 -148px;
}
.layout-39 .typefooter-39 .block-policy9 ul li.item-3 .item-inner .content:before {
  background-position: 0 -305px;
}
.layout-39  .typefooter-39 .box-footer .modcontent ul li a:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 0;
  position: absolute;
  top: 2px;
  left: 0px;
  transition: all 0.2s ease-in-out 0s;
}
.layout-39 .typefooter-39 .box-footer .modcontent ul li a:hover:before {
  font-size: 4px;
}
.layout-39 .typefooter-39 .box-footer .modcontent ul li a:hover {
  padding-left: 10px;
}
.layout-39 .module .newsletter .block_content .alert-danger {
  width: 39%;
}
.layout-39 .newsletter .block_content .alert-success.alert {
  width: 50%;
}
.layout-39 .typefooter-39 .newsletter .block_content .alert-danger.alert {
  margin: auto!important;
}




.layout-39 .typefooter-39 .socials {
  display: flex;
  position: relative;
  top: 22px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.layout-39 .typefooter-39 .socials li {
  list-style: none;
}

.layout-39 .typefooter-39 .socials li a {
  width: 40px;
  height: 40px;
  background-color: white;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  margin: 0 2px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: unset;
  z-index: 1;
}

.layout-39 .typefooter-39 .socials li a .fa {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
  top: -20px;
}

.layout-39 .typefooter-39 .socials li a:hover .fa {
  color: #fff;
  transform: rotateY(360deg);
  top: -20px;
}

.layout-39 .typefooter-39 .socials li a:before {
  content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.layout-39 .typefooter-39 .socials li a:hover:before {
  top: 0;
}

.layout-39 .typefooter-39 .socials li:nth-child(1) a:before{
  background: #316FF6;
}

.layout-39 .typefooter-39 .socials li:nth-child(2) a:before{
  background: #1DA1F2;
}

.layout-39 .typefooter-39 .socials li:nth-child(3) a:before {
  background: #FF0000;
}
.layout-39 .typefooter-39 .socials li:nth-child(4) a:before {
  background: linear-gradient(to right, #f9ce34, #ee2a7b, #6228d7);
}
.layout-39 .typefooter-39 .socials li:nth-child(5) a:before {
background: #0077B5;
}
.layout-39 .typefooter-39 .socials li:nth-child(6) a:before {
background: #E60023;
}
/* .layout-39 .footer-sec-whatsappIcon {
  display: none;
} */
.typefooter-39 .quick_float {
  position: fixed;
  top: 60%;
  right: 5px;
  z-index: 100;
}
.typefooter-39 .quick {
  width: 135px;
}
.layout-39 .footer-sec-whatsappIcon1 img { width: 60px; height: 60px;}
.layout-39 .footer-sec-whatsappIcon1 {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 20;
}
.layout-39 .siq_bR {
 z-index: 9 !important;
}
.footerlink-3 .modcontent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dwnld {
  background: linear-gradient(to right, #4087f1, #6f60f6, #b823f5);
  border: 0;
  color: white;
  padding: 10px 15px;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0.8px;    border-radius: 5px;animation: blinker 1s linear infinite;
}
@media (max-width: 767px){
.layout-39 footer.typefooter-39 .newsletter-footer39 .newsletter .title-block {
  display: none;
}
.layout-39 .typefooter-39 .newsletter-footer39 .newsletter .block_content {
  width: 100%;
}
.layout-39 footer.typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group .input-box {
  width: 100% !important;
  margin-bottom: 0px;
}
.layout-39 footer.typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .subcribe {
        margin-top: 0px;
}
.layout-39 footer.typefooter-39 .block-policy9 ul li {
  width: 100%;
}
.layout-39 footer.typefooter-39 .block-policy9 ul li .item-inner .content {
  padding-left: 65px;padding-bottom: 6px;
}
.common-home.layout-39 .so-categories .cat-wrap .content-box .image-cat img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;background: #ced7d8;
}
.common-home.layout-39 .so-categories .fire-39 {
  background: transparent;
}
.common-home.layout-39 .so-categories .cat-wrap .content-box .image-cat a {
height: 216px;
overflow: hidden;
display: flex;
justify-content: center;
}
.layout-39.common-home .so-categories .cat-wrap .content-box .cat-title a {
padding: 12px 20px;
}
.typeheader-39 ul.top-link > li:after { 
display: none;
}
.newbtn {
  margin-top: 10px;
}
.footerlink-3 .modcontent {
  display: block;
}
}
@media (min-width: 992px){
.layout-39 .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup {
  padding-left: 45px;
}
}

@media (max-width: 300px){
.layout-39 .typefooter-39 .newsletter-footer39 .newsletter .block_content form.signup .form-group #txtemail {
    padding: 0 0 0 6px;
}

}
@media (max-width: 768px){ 
  .layout-39.common-home #content .product-grid9 .product-item-container .right-block .addToCart {
    margin-top: 20px;
  }
  .layout-39 .quickcount-left.es {
    margin-top: 20px;width: 100% !important;
  }

 
.layout-39.product-category .stock-div {
  height: 55px;
}
.layout-39 .offr-39 {
  left: 0;
  top: 0px;
  bottom: unset;background: #09b89d;
}
.layout-39 #content .label-sale:after, .layout-39 #content .label-product-sale:after {
  top: 97%;left: 0px;
}
.layout-39 .quickcount-left.es input[type=text] {
  width: 40%;
}
/* .layout-39 .so-deal .quickcount-left.es input[type=text] {
  padding: 11px 0px;width: 50%;
} */
.layout-39 .so-deal .quickcount-left.es {
  margin-top: 16px;
}
.layout-39 .addToCart.callforprice {
  padding: 12px 2px;
}
.layout-39 .test-39 .quickcount-left.es input[type=text] {
  width: 69%;
}
.layout-39 .slider-testimonials .owl2-nav div {
  top: 62%;
}
.common-home.layout-39 .so-categories .cat-wrap .content-box img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.layout-39 .man-39 {
  letter-spacing: 0;
}
.typeheader-39 .shopping_cart .btn-shopping-cart .shopcart .icon-c {
  margin-right: 24px;
}
.layout-39 .typefooter-39 .block-policy9 ul li .item-inner .content b {
  position: relative;
    top: 7px;
}
.modal-body39 br {
  display: none;
}
.modal-body39 #delivery_options {
  padding-top: 15px;
}
.layout-39 #pickup_point_location {
  margin-top: 10px;
}
.modal-body39 .mt-2, .modal-body39 .my-2 {
  margin-top: 0.5rem!important;
}
.layout-39 .loc-padd {
  padding-right: 15px;margin-bottom: 20px;
}
.typefooter-39 .footer-center {
  padding-top: 25px;
}
.layout-39 .typefooter-39 .socials {
  display: block;
  position: unset;transform: unset;
  margin: 14px 0 8px -5px;
}
.layout-39 .typefooter-39 .newsletter-footer39 {
  margin-top: 5px;
}
.layout-39 .loc-padd .city-location {
  width: 100%;
  text-align: left;margin-top: 10px;padding: 7px 7px;
}
.layout-39 .testimonials-w .slider-testimonials {
  padding: 30px 15px 0px 15px !important;
}
.layout-39.common-home .so-categories {
  margin: 0 auto;
}

.layout-39 .product-item-container .right-block {
  padding: 5px 10px 7px !important;
}
.layout-39 .padd-set {
  padding-right: 15px;
  padding-left: 15px;
}
.testimonials-w .slider-testimonials h2 {
  top: 24px;
}
.layout-39.common-home #content .test-39.module h3.modtitle {
  margin-top: 0px;
}
.layout-39.common-home #content .test-39 .modcontent {
  margin-top: -14px;
}
.layout-39 .so-extraslider-ltr.test-39 .so-extraslider.button-type1 .owl2-dots {
  bottom: 17px;
}
.layout-39 .close-39 {
  padding: 0;
  width: 25px;
  height: 25px;
  left: 7px;
  top: 7px;font-size: 22px;
}
.typeheader-39 .header-top .top-left {
  display: none;
}
.layout-39.common-home .so-categories .cat-wrap .content-box .product-count {
  opacity: 1;
  visibility: visible;
}
.layout-39 .lab-div {
  margin-top: 58px;
}
.typeheader-39 ul.top-link {
  float: none;
}
.typeheader-39 ul.top-link > li#my_account {
  top: -7px;
}
.layout-39 .loc-padd span {
  width: 75px;
 margin-right: 5px;
}
.layout-39 .loc-padd span .break-39 {
  white-space: break-spaces;
}
.layout-39 .loc-padd i {
  margin-top: 5px;
}
.typeheader-39 .wobble_animate {
  animation-name: none;
}
.layout-39 .quickcount-left.es .minusplus {
  color: #fff;padding: 7px 6px 9px 6px;
}
.layout-39.common-home .quickcount-left.es .minusplus,
.layout-39.common-home .quickcount-left.es .minusplus, 
.layout-39.common-home .quickcount-left.es .minusplus:hover {
  padding: 8px 9px 10px 9px;
}
.typeheader-39 ul.top-link > li {
  float: right;
}
.typefooter-39 .quick_float {
  top: 64%;
}
.layout-39 #content #product-related .products-list .product-grid .product-item-container .left-block,
.layout-39 #content #product-upsell .products-list .product-grid .product-item-container .left-block {
  padding: 10px;
}
.layout-39.product-product #product-related .owl2-stage-outer .product-layout .left-block .product-image-container {
  height: auto;
}
.layout-39 #product-related .quickcount-left.es input[type=text] {
  width: 100%;
}
.layout-39 #product-related .quickcount-left.es .minusplus {
  padding: 7px 10px 9px 10px;
}
.layout-39 #product-upsell .lab-div {
  margin-top: 50px;
}
.layout-39 #product-upsell .right-block .quickcount-left.es .quickcount_right {
  display: block;
}
.layout-39 .siq_bR {
  top: 78%;
}
.layout-39 .footer-sec-whatsappIcon1 {
  bottom: 0px;
}
.layout-39 .newarrival .product-image-container img {
  position: unset;
}
.layout-39 .newarrival .quickcount-left.es input[type=text] {
  width: 100%;
}
.layout-39 .products-list .product-grid .product-item-container {
  margin: 0 0 10px 0 !important;height: 314px;
}
.layout-39 .products-list.row {
  padding: 0 5px;
}
.layout-39 .so-deal .products-list .product-grid .product-item-container {
  height: 300px;border: 1px solid #e5e5e5;
}
.layout-39.product-search .products-list .product-layout,
.layout-39.product-special .products-list .product-layout,
.layout-39.product-category .products-list .product-layout{
    padding: 0 5px !important;
}
.layout-39.common-newarrival .products-list .product-layout {
  padding: 0 0px !important;
}
.layout-39.common-newarrival .quickcount-left.es {
  margin-top: 15px;
}
.layout-39.common-newarrival .products-list .product-grid .product-item-container .left-block .product-image-container {
  height: 165px;
  display: flex;
  justify-content: center;
}
.layout-39 .products-list .product-list .product-item-container {
border: none;
}
.layout-39.product-search .products-list .product-layout,
.layout-39.product-special .products-list .product-layout,
.layout-39.product-category .products-list .product-layout,
.layout-39.common-newarrival .products-list .product-layout {
  border: 1px solid #e5e5e5;
}
.layout-39 .products-list .product-layout.product-grid {
  border: none;
}
.layout-39.product-search .products-list .product-layout.product-grid {
width: 50%;
}
.products-category .products-list .product-grid .product-image-container img {
  object-fit: contain;
}
.layout-39 .product-list .addToCart {
  width: 100% !important;
}
.layout-39.product-search .product-list.product-layout .quickcount-left.es {
  width: 100%;
}
.layout-39 .newarrival .offr-39 {
  font-size: 15px;
}
.typeheader-39 .megamenu-style-dev.responsive .navbar-default .horizontal .megamenu-wrapper ul.megamenu li .sub-menu .content {
 padding: 10px;
}
.layout-39 ul.breadcrumb {
  margin: 5px 0;
}
.layout-39 .breadcrumbs .container {
  padding: 0;
}
.layout-39.common-newarrival ul.breadcrumb li {
  padding: 0 17px 0 0px;
}
.layout-39.checkout-cart .mobile-cart-table .mobile-cart-table-row .right-content-block .right-content-bot .mob-cart-price,
.layout-39.checkout-cart .mobile-cart-table .mobile-cart-table-row .right-content-block .mob-name a {
  font-size: 14px !important;
  color: #000000;
  font-weight: 500;letter-spacing: 0.5px;
}
.layout-39.product-category .quickcount-left.es .minusplus {
  padding: 5px 15px 5px 15px;
}
.layout-39.common-newarrival .product-list .addToCart {
  padding: 6px 6px !important;
}
.layout-39.product-special .products-list .product-grid .product-item-container {
  height: 320px;
}
.layout-39 .newarrival .products-list .product-grid .product-item-container {
  margin: 0px 6px 10px !important;
}
.layout-39 .popup-close-39 {
  top: 4%;right: -10px;
}
.layout-39 .so-deal .stck-39 {
  bottom: 0px !important;
}
.layout-39.product-search .product-grid.product-layout .product-item-container .left-block .product-image-container {
  height: 150px;
}
.layout-39.product-search .products-list .product-grid .product-item-container {
  height: 365px;
}
.layout-39.product-search .addToCart, .layout-39.product-search .quickcount-left.es {
  margin-top: 30px !important;
}
.layout-39 .modal-header h4 {
  font-size: 18px;
}
.layout-39 #pickup-location-error, .layout-39 #home-delivery-error {
  float: unset;
}
.layout-39 .otherThemeQS#quick-shop .sqtybox .qty-minus {
  padding-left: 7px;
}
.layout-39 .otherThemeQS#quick-shop .sqtybox .qty-plus {
  padding-right: 15px;
}
.layout-39.common-home .products-list .product-grid .product-item-container .right-block .price {
  margin-bottom: 10px;
}
.position-set {
  position: relative;
  top: 0;
}
.position-1 {
  width: 100%;
}
.layout-39 .typefooter-39 .infos-footer ul.modcontent li.phone {
  font-size: 20px;
}
.layout-39 .typefooter-39 .infos-footer ul.modcontent li.phone i {
  font-size: 30px;
}
}

@media (min-width: 1000px) and (max-width: 1300px) {
  .common-home.layout-39 .so-categories .cat-wrap .content-box .image-cat {
     
    transition: box-shadow .3s ease-in-out;
    padding: 15px;
    position: relative;
}
.layout-39.common-home .woocommerce-loop-category__title {
  top: 26%;
}
}
@media (min-width: 768px) and (max-width: 1000px) {
  .common-home.layout-39 .so-categories .cat-wrap .content-box .image-cat {
     
    transition: box-shadow .3s ease-in-out;
    padding: 15px;
    position: relative;
}
.layout-39.common-home .woocommerce-loop-category__title {
  font-size: 15px;
    top: 23%;
}
.layout-39.common-home .so-categories .woocommerce-loop-category__title .product-count {
  font-size: 10px;
}
}
@media (min-width: 1240px) and (max-width: 1300px) {
  .common-home.layout-39 .so-categories .cat-wrap .content-box .image-cat {
     
    transition: box-shadow .3s ease-in-out;
    padding: 15px;
    position: relative;
}
}
@media (min-width: 1300px) and (max-width: 1700px){
  .common-home.layout-39 .so-categories .cat-wrap .content-box .image-cat {
     
      transition: box-shadow .3s ease-in-out;
      padding: 15px;
      position: relative;
  }
  }

  @media (max-width: 767px){
  .layout-39.common-home .so-categories .cat-wrap .content-box {
    width: 100%;
  }
  .layout-39.common-home .so-categories .woocommerce-loop-category__title {
    width: 210px;
    margin: 0 auto;
  }
  .layout-39 .typefooter-39 .socials li a:before {
    top: 0;
  }
  .layout-39 .typefooter-39 .socials li a .fa {
    color: white;
  }
}

@media (min-width: 768px) and (max-width: 890px){
.layout-39.common-home #content .module.deals-layout39 .modtitle span {
  font-size: 19px;
}
}