.standard-body .full-width .container{
    width: 100% !important;
}

 .desktop-switcher{
    display: flex !important;
} 

 .language-box{
    display: flex !important;
}
#top .top-center .right .wishlist{
    display: none;
}

ul.megamenu > li > a strong{
    color: black !important;
}

#top .top-center .right .my-account svg path {
    fill: #000 !important;
}


.language-box .lang-option:first-child::after{
    content: "|" !important;
    color: black !important;
    font-weight: 500;
    padding-right: 6px;
    }

header #top .top-center .right #cart_block .cart-heading .open-cart svg g, #mobile-header-3 .top-center .open-cart a svg g, #mobile-header-2 .top-center .open-cart2 a svg g, .bottom-bar .open-cart a svg g, header .slider-header #top .menu2 .desktop-cart #cart_block .cart-heading svg g, header #top .top-center .right #cart_block .cart-heading .open-cart svg path, #mobile-header-3 .top-center .open-cart a svg path, #mobile-header-2 .top-center .open-cart2 a svg path, .bottom-bar .open-cart a svg path, header .slider-header #top .menu2 .desktop-cart #cart_block .cart-heading svg path {
        fill: #000 !important;
}



#top .top-center .logo img{
    max-width: 86% !important;
}

/*category section*/
.category .container{
    padding-left: 150px !important;
    padding-right: 150px !important;
    padding-top: 100px !important;
   
}

.category .button{
    display: block !important;
}

/* product section*/
.market1-products .home-product-button{
    display: none;
}

.market1-products .container{
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.market1-products .product-grid:before{
    display: none!important;
}

.market1-products .product-grid:after{

    display: none !important;
}

.market1-products .col-md-6 .product{
    background: white !important;
    border-radius:20px
}

.market1-products .col-md-6 .product .right{
 padding-bottom: 20px;
  padding-left: 30px;

}

.product-grid .product .image .only-hover{
    display: none;
}

.product-grid .product .image .add-to-cart{
    display: none;
}

.market1-products .col-md-6 .product .image{
  text-align: center;
}

.market1-products .product-grid .row:before{
    display: none;
}

.market1-products .product-grid .row > div{
    border-top: none !important;
}

.product-grid .product .right .add-cart{
    float: right !important;
}

.product-grid .product .right .add-cart .btn{
    border-radius: 30px;
    background: #60a4a5 !important;
    padding: 0.375rem 0.75rem !important;
    margin-right: 20px;
    margin-top: -30px;
}

.product-grid .product .right .add-cart .btn i{
    color: white !important;
}
.product-grid .product .right .add-cart .btn i:after{
    color: rgb(226, 230, 8) !important;
}
.product-grid .product .price{
    font-weight: 400 !important;
    color: #b0aeae !important;

}

.product-grid .product .name {
    padding-top: 9px;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.market1-products .products-banner .banner-image{
    border-radius:20px;
}

/* another section*/
.market1-full-width-banners .col-md-4 .text{
    position: absolute; 
    bottom:0;
    background: #60a4a5 !important;
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: left;
    width: 93%;
}
.market1-full-width-banners .col-md-4:hover .text{
    opacity: 1;
}

.market1-full-width-banners .text a{
    float: right;
    font-size: 19px !important;
    color: white !important;
    text-decoration: none;
}

.market1-full-width-banners .col-md-4 img{
    border-radius: 20px;
}

.market1-full-width-banners > div{
    padding-top: 0 !important ;
}




/*about us*/
.about-us .background-img{
    height: 700px !important;
    background-position: top right !important;
}

.about-us .desc{
    padding-top: 100px;
    letter-spacing: 2px;
    line-height: 2.0;
    padding-right: 30px;
    /* padding-left: 30px; */
}

.about-us .desc h1{
    font-size: 40px !important; 
}

.about-us .desc p{
    font-size: 20px !important; 
}

.about-us .container{
    padding-left: 70px !important;
    padding-right: 70px !important;
}

/*info section*/
/* .info .container{
    padding-left: 70px !important;
    padding-right: 70px !important;
    padding-top: 90px !important;
    padding-bottom: 90px;
} */

.info .col-md-12{
    text-align: center;
    letter-spacing: 2px;
    line-height: 2.0;
}

.info .col-md-12 h1{
    font-size: 30px !important;
}

.info .col-md-12 p{
    font-size: 18px !important;
}

.info .col-md-4 .image img{
    width: 15% !important;
    margin-top: -63px;
}

/*contact us section*/
.contact-us .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.common-home .contact-us .center-column{
    padding-top: 0 !important;
}

.contact-us .contact-form{
    padding: 0 !important;
    background: #ffffff !important;
}

.contact-form .form-control{
    background: #fff !important;
    border: 1px solid #ede9f0;
}
.contact-us legend{
    text-align: left !important;
}
.contact-us .col-md-12{
    text-align: left !important;
}
.offset-md-2{
    margin-left: 5.22222% !important;
}
.contact-us .button-form{
    background-color: #60a4a5;
    border: none;
    color: white;
    padding: 8px 47px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.contact-us .buttons{
    position: absolute;
    left: 80%;
    top: 82%;

}
/*map section*/
.map .container{
    padding-left: 0!important;
    padding-right: 0 !important;
    padding-bottom: 0px !important;
}

.map .col-md-12{
    margin-bottom: -10px;
}


/*footer section*/
.footerr .footer-contact-title{
    font-size: 24px !important;
    font-weight: 500 !important;
}

.footerr .col-md-4{
    color: white !important;
    font-family: sans-serif !important
}

.footer .pattern ul li a{
    color: white !important;
    font-size: 15px !important;
    text-decoration:none;
}

.footerr .footerIcon{
    border-radius: 50%;
    border: 1px solid white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-top: 30px !important;
}

.footerr .footerPaymentIcon{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-top: 30px !important;

}

.footer .pattern a{
    color: white !important;
}

.footer .pattern a:hover {
    color: #ffcd29 !important;
}

.footer .pattern ul{
    margin-bottom: 0 !important;
}

.footer .pattern{
    padding: 0 !important;
}

  
  /* .footerr .footerIcon{
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  
  .footerr .footerIcon a {
    width: 80px;
    height: 80px;
    background-color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 35px;
    margin: 0 10px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }
  
  .footerr .footerIcon i {
    position: relative;
    color: #262626;
    transition: .5s;
    z-index: 3;
  }
  
  .footerr .footerIcon a:hover i {
    color: #fff;
    transform: rotateY(360deg);
  }
  
  .footerr .footerIcon  a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
  }
  
  .footerr .footerIcon  a:hover:before {
    top: 0;
  }
  
  .footerr .footerIcon :nth-child(1) a:before{
    background: #3b5999;
  } */

/*copyright section*/
.copy .text-copy {
    text-align: center;
    color: white !important;
}

/* market 1 banner*/
.market1-full-width-banners > div{
    padding-bottom: 0 !important;
}

.market1-full-width-banners .container{
    padding-left: 70px;
    padding-right: 70px;
   
}

figure.snip1107 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  figure.snip1107 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  figure.snip1107 figcaption {
    position: absolute;
    bottom: 21px;
    left: 35%;
    right: 18%;
    height: 100%;
  }
  figure.snip1107 figcaption > div {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 50%;
  }
  figure.snip1107 h3,
  figure.snip1107 span {
    margin: 0;
    padding: 10px 15px;
    display: inline-block;
    width: 63%;
    font-weight: 800;
    text-transform: uppercase;
  }
  figure.snip1107 span {
    background: #ffffff;
    color: #4d4d4d;
    position: relative;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
    text-align: center;
  }
  figure.snip1107 h3 {
    background: #333333;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    text-align: center;
  }
  figure.snip1107 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
  }
  figure.snip1107.blue {
    background: #0a212f;
    border-radius: 20px;
  }
  figure.snip1107.blue h3 {
    background: #60a4a5;
    color: white !important;
  }
  figure.snip1107.red {
    background: #36100c;
  }
  figure.snip1107.red h3 {
    background: #c0392b;
  }
  figure.snip1107.yellow {
    background: #583804;
  }
  figure.snip1107.yellow h3 {
    background: #f39c12;
  }
  figure.snip1107.navy {
    background: #000000;
  }
  figure.snip1107.navy h3 {
    background: #34495e;
  }
  figure.snip1107:hover img,
  figure.snip1107.hover img {
    opacity: 0.35;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    /* -webkit-transform: scale(1.1);
    transform: scale(1.1); */
  }
  figure.snip1107:hover figcaption span,
  figure.snip1107.hover figcaption span {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
  }
  figure.snip1107:hover figcaption h3,
  figure.snip1107.hover figcaption h3 {
    -webkit-transform: translate3d(0%, -100%, 0);
    transform: translate3d(0%, -100%, 0);
  }

/*services*/
.services .container{
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.services .col-lg-3 img{
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 20px;

}
.services .col-lg-3 h2{
    position: absolute;
    bottom: -9px;
    background: rgb(0 0 0);
    background: #60a4a5;
    color: #ffffff;
    width: 91%;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.services .button{
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: none !important;
    border-radius: 15px;
    text-decoration: none;
    color: rgb(255, 255, 255)!important;
}

.services .service2Text{
    color: white !important;
}

.services .col-lg-3:hover h2 {
    opacity: 1;
  }

.services .col-lg-3:hover img{
    opacity: 0.5;
    background-color:#60a4a5;
}

.services .col-lg-3:hover .button{
  opacity: 1;
}

.services .col-lg-3 a{
    color: black;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    
  }
.services .customCardContent img{
    border-radius: 20px;
    box-shadow: 4px 3px #60a4a5;
}
  .customCard {
    position: relative;
  }
  
  .customCard .customCardContent {
    opacity: 1;
    top: 0;
    left: 0;
    transition: opacity 0.3s linear 0.3s;
  }
  
  .customCard .customCardHover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 14px;
    transition: opacity 0.1s linear 0.3s;
    background-color: rgb(60 181 161 / 83%);
    border-radius: 20px;
    width: 93% !important;
  }
  
  .customCard:hover .customCardContent {
    opacity: 1;
  }
  
  .customCard:hover .customCardHover {
    opacity: 0.8;
    z-index: 2;
  }

  .services .customCardContent .card-body{
    background: #60a4a5 !important;
    color: #ffffff;
    width: 91.5%;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    bottom: 0;
  }

  /*logo section */
  .logo .container{
      padding-top: 0 !important;
      padding-bottom: 0 !important;
  }

/*testimonial section*/

.testimony .home-testimonial .tour-item .tour-desc {
    border: 1px solid #60a4a5 !important;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 32px;
}

.testimony .tour-item{
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 30px;
}


.testimony .box-content .active:nth-child(2) .tour-desc{
    background: #60a4a5 !important;
    color: white !important; 
}

.testimony .box-content .active:nth-child(4) .tour-desc{
    background: #60a4a5 !important;
    color: white !important;
}
.mv-about{
    display: none;
}


/*herbs product*/
.product-category-63 .home-product-button{
    display: none;
}

.product-category-63 .col-lg-3 .product {
    border: 1px solid #ccc!important;
    border-radius: 14px;
}
.product-category-63 .image img {
    max-width: 95% !important;
}

.product-category-63 .product .right {
    padding-bottom: 23px;
    margin-left: 20px;
}

.product-category-81 .button-group {
    display: none;
}

.product-category-63 .button-group {
    display: none;
}

.product-category-63 .category-info > p {
    padding: 0px !important;
}

.product-category-63 .center-column {
    padding-top: 0px;
    
}

@media (max-width: 767px) {
#mobile-header-2 .top-center .open-menu2 a svg path, #mobile-header-2 .top-center .open-menu2 a svg g {
    fill: #000000 !important;
}

#mobile-header-1 .top-center .open-account a svg path, #mobile-header-2 .top-center .open-account a svg path, #mobile-header-3 .top-center .open-account a svg path, #mobile-header-1 .top-center .open-account a svg circle, #mobile-header-2 .top-center .open-account a svg circle, #mobile-header-3 .top-center .open-account a svg circle, #mobile-header-1 .top-center .open-account a svg g, #mobile-header-2 .top-center .open-account a svg g, #mobile-header-3 .top-center .open-account a svg g, #mobile-header-1 .top-center .open-wishlist a svg path, #mobile-header-2 .top-center .open-wishlist a svg path, #mobile-header-3 .top-center .open-wishlist a svg path, #mobile-header-1 .top-center .open-wishlist a svg g, #mobile-header-2 .top-center .open-wishlist a svg g, #mobile-header-3 .top-center .open-wishlist a svg g, #mobile-header-1 .top-center .open-wishlist a svg circle, #mobile-header-2 .top-center .open-wishlist a svg circle, #mobile-header-3 .top-center .open-wishlist a svg circle{

    fill: #000000 !important;
}
#mobile-header-1 .search_form input, #mobile-header-2 .search_form input, #mobile-header-3 .search_form input {
    background: #e4e4e4 !important;
}
#mobile-header-1 .top-bottom .open-menu2 svg path, #mobile-header-2 .top-bottom .open-menu2 svg path, #mobile-header-3 .top-bottom .open-menu2 svg path, #mobile-header-1 .top-bottom .open-menu2 svg g, #mobile-header-2 .top-bottom .open-menu2 svg g, #mobile-header-3 .top-bottom .open-menu2 svg g {
    fill: #000 !important;
}
.market1-full-width-banners .col-md-4{
    text-align: center;
    padding-bottom: 20px;
}
.about-us .background-img{
    height: 500px !important;
    background-size: 50% 50% !important;
}
.about-us .container{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.about-us .desc h1{
    font-size: 30px !important;
}
.about-us .desc p {
    font-size: 15px !important;
}
.about-us .desc{
    padding-top: 250px !important ;
}
.footerr .col-md-12 ul li{
    text-align: left !important;
}


.footerr ul{
    text-align: left !important;
}
.footerr .container >div:nth-child(1){
    padding-top: 40px !important;
    padding-left: 20px !important;
}
.logo .col-3 img{
    max-width: 70% !important;
}
.info .container>div:nth-child(1){
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 70px !important;
    padding-right: 70px !important;

}

.info .col-md-4 .image img{
    margin-top: -45px !important;
}
.info .col-md-12 h1 {
    font-size: 25px !important;
}
.info .col-md-12 p {
    font-size: 15px !important;
    text-align: left !important;
}
.footerr .col-md-4 h1{
    margin-top: 20px;
}
.map .container>div:nth-child(1){
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.map .container .col-md-12{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.testimony .container>div:nth-child(1){
    padding-top: 0 !important;
}
.testimony .home-testimonial .tour-item .tour-desc{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.testimony .tour-text p{
    text-align: center !important;
}
.testimony .tour-item{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.contact-us .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.product-grid .row:before{
    top:0 !important;
}
.product-grid .row > div{
    border-top: 0 !important;
}

.mv-product .banner-image{
    background-size: 100% 100%;
    height: 200px;
    border-radius: 32px;

}
.mv-product .container{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.market1-products .product-grid .name a{
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.services .image3 h2{
    bottom: -9px !important;
}

.services .image4 h2{
    bottom: -9px !important;
}
.market1-products .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.market1-products .col-6 .image img{
    border-radius: 32px;
}
.services .col-lg-3 h2{
    font-size: 14px !important;
    width: 92% !important;
}
.services .image3 img{
    padding-top: 20px !important;
}
.services .image4 img{
    padding-top: 20px !important;
}
.services .col-lg-3 a{
    font-size: 13px !important;
}
.mv-about .background-img{
    background-size: 100%;
}
.mv-about .container{
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.mv-about .container>div:nth-child(1){
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mv-about .col-md-6 .desc{
    margin-top: 353px !important;
}
.mv-about{
    display: block !important;
}
.mv-about .desc p{
    letter-spacing: 2px;
    line-height: 1.5;
}
.contact-us .buttons {
    position: absolute;
    left: 0 !important;
    top: 100% !important;
}
.services .customCardContent .card-body{
    width: 94.5% !important;
}
.customCard .customCardContent{
    padding-top: 20px;
}
.market1-full-width-banners .col-md-4 .text{
    bottom: 15px !important;
    width: 76% !important;
    left: 12% !important;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
figure.snip1107 figcaption {
    left:  18% !important;
}
figure.snip1107 h3, figure.snip1107 span {
    width: 70% !important;

}
}
@media (max-width: 600px){
.market1-full-width-banners .col-md-4 .text {
    bottom: 18px !important;
    width: 92% !important;
    left: 4% !important;
}
}

@media (max-width: 400px) {
    .contact-us .container>div:nth-child(1){
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0px !important;
    }
    .contact-us .container{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .info .container>div:nth-child(1){
        padding-left: 0px !important;
        padding-right: 0px !important;
    
    }
    .info .container{
        padding-left: 30px !important;
        padding-right: 30px !important;

    }

    .map .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .about-us .desc h1 {
        font-size: 25px !important;
    }
    .about-us .desc p {
        font-size: 12px !important;
    }

    .market1-full-width-banners .col-md-4  h1{
        font-size: 18px !important;
    }
    
    .product-grid .product .right .add-cart .btn{
        margin-top: -6px !important;
    }

    .about-us .desc{
        padding-right: 0 !important;
    }

    .services .container>div:nth-child(1){
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .services .col-lg-3 h2{
        width: 89% !important;
    }

    .services .col-lg-3 a {
        font-size: 11px !important;
    }

    .testimony .home-testimonial-bottom .container>div:nth-child(1) {
        padding-left: 0px !important; 
        padding-right: 0px !important; 
    }
    .testimony .home-testimonial-bottom .container {
        padding-left: 0px !important; 
        padding-right: 0px !important; 
    }
    
    .customCard .customCardHover{
        position: absolute;
        top: 19px !important;
        left: 8px !important;
        width: 93% !important;
        height: 91% !important
    }
  
    .product-category-81 .product-grid .product .right .add-cart {
        left: 70% !important;
        top: 85% !important;
    }
    .product-category-81 .right {
        padding-bottom: 23px !important;
        margin-left: 13px !important;
    }
    .product-category-81 .product-grid .product .name {
        font-size: 14px !important;
    }
    .product-category-81 .product-grid .product .price {
        font-size: 14px !important;
    }

    figure.snip1107 span {
        left: 22px !important;
        padding: 5px 14px !important;
}
  .market1-full-width-banners .container>div:nth-child(1){
      padding-bottom: 0 !important;
  }
  .market1-products .container>div:nth-child(1){
      padding-top: 30px !important;
  }
  .market1-products .container{
      padding-bottom: 40px !important;
  }
  .info .image img{
      max-width: 66% !important;
  }
  .info .col-md-12 p {
    text-align: center !important;
}
.logo .image img{
    max-width: 100% !important;
}
.contact-us .contact-form .paddingRecaptcha{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

@media only screen and (min-width:768px) and (max-width:1024px){
.about-us .background-img{
    background-size: 58% !important;
}
.about-us .desc h1 {
    font-size: 30px !important;
}
.about-us .desc{
    padding-top: 70px !important;
}
.about-us .desc p {
    font-size: 15px !important;
}
.about-us .background-img{
    height: 600px !important;
}
.services .container{
    padding-top: 0 !important;
}
.info .col-md-12 h1 {
    font-size: 20px !important;
}
.info .col-md-12 p {
    font-size: 14px !important;
}
.info .col-md-4{
    text-align: left !important;
}
.info .container>div:nth-child(1){
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.testimony .tour-item {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.testimony .container>div:nth-child(1) {
    padding-top: 0px !important; 
    padding-bottom: 0px !important;
}

.map .container>div:nth-child(1) {
    padding-top: 0px !important; 
    padding-bottom: 0px !important;
}
figure.snip1107 h3, figure.snip1107 span {    
    width: 86% !important;
}
figure.snip1107 figcaption {
    left: 18% !important;
}
}


@media (max-width: 500px) {
    .market1-full-width-banners .col-md-4 .text{
        bottom: 18px !important;
        padding: 10px !important;
    }

    .market1-products .products-banner{
        height: 200px !important;
    }
    .market1-products .products-banner .banner-image{
        background-position: bottom !important;
    }
    .market1-products .container{
        padding-left: 30px !important;
        padding-right: 30px !important;
        }
    /* .services .container>div:nth-child(1){
        padding-top: 50px !important;
    } */
    .mv-about .col-md-6 .desc {
        margin-top: 251px !important;
    }
    .services .container{
        padding-top: 0 !important;
    }
    .logo .container>div:nth-child(1){
        padding-left: 0 !important;
       padding-right: 0 !important;
       padding-top: 30px !important;
       padding-bottom: 30px !important;
    }
    .map .container>div:nth-child(1){
        padding-bottom: 0 !important;
    }
    .market1-full-width-banners .col-md-4 .text{
    width: 93% !important;
    left: 3% !important;
}
.market1-full-width-banners .text a{
    font-size: 16px !important;
}
.services .customCardContent .card-body {
    width: 90% !important;
}
.services .card-body{
    padding: 0 !important;
  
}
}

#mobile-header-3 .top-center .open-wishlist{
    display: none;
}
/* all product page*/
.product-category-81 .home-product-button{
    display: none;
}

.product-category-81 .product-grid .row > div {
    border-top: 0 !important;
}

.product-category-81 .product-grid .row:before
{
    display: none;
}
.product-info .product-center .price{
    display: none;
}

.product-info .product-center .button-product-question{
    display: none;
}
.product-info .product-center .product-information-buttons{
    display: none;
}
.product-info .product-center .payment{
    display: none;
}
.product-info .product-center .links{
    display: none;
}
.product-category-81 .col-lg-3 .product{
    border: 1px solid #ccc!important;
    border-radius: 14px;
}

.product-category-81 .product .right{
 margin-left: 20px;
}

.product-category-81 .image img{
    max-width: 95% !important;
}

.product-category-81 .product-grid .product .right .add-cart {
    position: absolute;
    left: 73%;
    top: 90%;
}
.product-category-81 .product .right {
    padding-bottom: 23px;
}
/*account page*/
.account-login .language-box span{
    padding-right: 10px;
}