


.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;
}

.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;
}

.gridlist-toggle::before {
    display: none !important;
}

.shophere-theme-dropdown #dropdownMenuLink::after {
    display: none !important;
}

#sorting-form {
    display: flex !important;
}

.before-loop-wrapper {
    display: flex !important;
    flex: content;
}

#sh_shop_order_nav {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 1023px) {
    #sh_shop_order_nav {
        display: flex;
        flex-direction: column-reverse;
    }

    #sh_shop_order_nav .sort-filter {
        padding-top: 10px;
    }

    #sh_shop_order_nav .sort-filter {
        display: flex;
        flex-direction: column-reverse;
    }
}




@media (max-width: 767px) {
    .product-group-button-meta .loop-add-to-cart {
        display: block;
    }

    .sh_top_carousel_wrapper{
        padding-bottom: 25px !important;
    }

    .sh_featured_wrapper{
        padding-bottom: 25px !important;
    }

    .logo-wrapper .normal-logo {
        display: block !important;
    }

  }

@media (min-width: 768px) and (max-width: 1280px) {
.product-group-button-meta .loop-add-to-cart {
    display: block;
}

.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 {
        aspect-ratio: 1;
        object-fit: contain !important;
      }

}

@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;
      }
}

@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 (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: 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: 768px) {
    .sh_featured_wrapper{
        padding-bottom: 25px;
    }
}

@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;
    }

}
