.product-group-button-meta .loop-add-to-cart {
    display: none;
}

.woocommerce .products .product .product-wrapper{
    height: auto !important;
}

.end-footer .container .ts-col-24 .vc_row{
    padding-top: 3dvh;
}

.has-back-image{
    background-color: white !important;
}

.has-back-image img{
    object-fit:cover  !important;
}

.col-shop-itme{
    flex: 1 0 25%;
}

/* article, aside, figcaption, figure, footer, header, hgroup, main, nav, section{
    display: flex;
    flex-direction: column;
} */

.first-footer-area{
    padding-bottom: 5px;
}

.eff-image-scale a img {
    object-fit: cover;
}

.woocommerce .product figure {
    margin-bottom: 0px !important;
}

.woocommerce .ts-slider .products .product{
	height:auto !important;
}

#owl_bottom_carousel .owl-stage-outer .owl-stage .owl-item img {
    aspect-ratio: 1 !important;
    max-height: 384px !important;
    object-fit: cover !important;
}

.category_item .product a img,
.category_item .product img {
    aspect-ratio: 1 !important;
    width: 370px !important;
    object-fit: cover !important;
}

.gridlist-toggle::before {
    display: none !important;
}

.shophere-theme-dropdown #dropdownMenuLink::after {
    display: none !important;
}


@media (max-width: 767px) {
    .product-group-button-meta .loop-add-to-cart {
        display: block;
    }

    .logo-wrapper .normal-logo {
        display: block !important;
    }

  }

@media (max-width: 640px) {

    #owl_top_carousel .item img {
        display: block;
        width: 100%;
        max-height: 40vh !important;
        object-fit: cover;
    }

  }

@media (min-width: 768px) and (max-width: 1280px) {


/* .end-footer .container .ts-col-24 .vc_row{
    display: flex;
    flex-direction: column;
} */

.payment-right .wpb_wrapper .wpb_text_column .wpb_wrapper .d-flex {
    display: flex;
    flex-direction: row-reverse;
}

}


/* product grid */

@media only screen and (min-width: 1280px) {

    .woocommerce .products .product .product-wrapper .thumbnail-wrapper img {
        object-fit: contain !important;
        aspect-ratio: 1;
    }

    .ts-header{
        margin-bottom:120px;
    }

    #owl_top_carousel{
        margin-top: -120px;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {

    .woocommerce .products .product .product-wrapper .thumbnail-wrapper img {
        aspect-ratio: 1;
        object-fit: contain !important;
      }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .woocommerce .products .product .product-wrapper .thumbnail-wrapper img {
        aspect-ratio: 1;
        object-fit: contain !important;
      }
    .column-content .column-products .products .owl-stage-outer .owl-stage .owl-item .product .product-wrapper {
        max-height: 350px !important;
    }
}

@media only screen and (max-width: 640px) {
    .woocommerce .products .product .product-wrapper .thumbnail-wrapper img {
        aspect-ratio: 1;
        object-fit: contain !important;
      }
}

@media only screen and (max-width:600px){
    /* .sh_featured_wrapper{
        padding-bottom: 50px !important;
	    z-index	: 10;
    } */
    .columns-4 .ts-product-wrapper .content-wrapper .products .product .product-wrapper{
        max-height: 500px !important;
   }
   .sh_category_wrapper{
        padding-bottom: 25px !important;
   }

   #main > .page-container {
    margin-left: 0px !important;
   }

   .has-background.style-2 .column-content {
    margin-bottom: 5px !important;
   }

}

@media only screen and (max-width:400px) {
    .column-content .column-products .products .owl-stage-outer .owl-stage .owl-item .product .product-wrapper {
        max-height: 475px !important;
   }
}

@media only screen and (min-width:400px) and (max-width:600px) {
    .column-content .column-products .products .owl-stage-outer .owl-stage .owl-item .product .product-wrapper {
        max-height: 375px !important;
   }
}

@media only screen and (min-width:768px) {
    /* .has-background.style-2 .column-content {
        max-height: 455px !important;
    } */
}

@media only screen and (max-width: 1024px){
    .logo-wrapper .normal-logo {
        display: block !important;
    }
    #sh_shop_order_nav .sort-filter {
        margin-left: 1 !important;
        margin-right: 1!important;
    }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
    .woocommerce .products .product .product-wrapper .thumbnail-wrapper img {
        object-fit: contain !important;
        aspect-ratio: 1 !important;
      }
}

@media only screen and (min-width: 768px) and (max-width: 1160px) {
    .end-footer .container .ts-col-24 .vc_row,
    .first-footer-area .container .ts-col-24 .vc_row {
        display: flex;
        flex-direction: column;
    }
    .end-footer .container .ts-col-24 .vc_row .wpb_column,
    .first-footer-area .container .ts-col-24 .vc_row .wpb_column {
        width: fit-content;
        text-align: center;
        margin : 0 auto;
    }
}

@media only screen and (max-width: 540px) {
    .header-top > .container{
        padding-right: 30px;
        text-align: center;
    }

    .header-top .container .header-left {
        width: 90%;
    }

    .header-top .container .header-left a {
        padding-left: 30px;
    }

    header .header-v8 .header-bottom::after {
        display: none !important;
    }

}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .columns-4 .ts-product-wrapper .content-wrapper .products .product .product-wrapper{
        max-height: 450px !important;
   }
}

