/*
Theme Name: Econis Child
Theme URI: http://wpbingosite.com/wordpress/econis/
Template: econis
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Econis is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Tags: blog,two-columns,left-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-logo,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.2.5.1742387078
Updated: 2025-03-19 12:24:38

*/

.checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals {
    flex-direction: column;
    align-items: normal;
    justify-content: start;
}

.checkout .woocommerce-checkout-review-order .woocommerce-shipping-methods {
    text-align: left;
}

.checkout .woocommerce-shipping-methods input[type="hidden"] + label:before {
    display: none;
}

.checkout .woocommerce-shipping-methods input[type="hidden"] + label {
    margin: 0;
    padding: 0;
    width: 100%;
}

.checkout #ship-to-different-address #ship-to-different-address-checkbox {
    display: block;
}

.checkout #ship-to-different-address label.woocommerce-form__label-for-checkbox span {
    padding-left: 0;
}

/* Shop Page - overall styling */
.main-archive-product.style-2 {
    margin-bottom: 50px ;
}

.main-single-product {
    padding-bottom: 100px !important;
}


/* Product Sliders */
/*
.slick-carousel .slick-track {
    display: flex !important;
    margin-bottom: 30px;
}

.slick-carousel .slick-track .slick-slide {
    display: flex !important;
    height: auto !important;
}

.slick-carousel .slick-track .slick-slide .products-entry {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slick-carousel .slick-track .slick-slide .products-content {
    flex-grow: 1;
}

.slick-carousel .slick-track .slick-slide .products-content .contents {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slick-carousel .slick-track .slick-slide .products-content .contents .btn-atc {
    margin-top: auto;
}
 */

/* Product Grids */
.products-list.grid {
    gap: 30px 0;
}

.products-list.grid .products-entry {
    display: flex;
    flex-direction: column;
    height: 100%
}

.products-list.grid .product-wapper.content-product2 .products-content {
    flex-grow: 1;
}

.products-list.grid .product-wapper.content-product2 .products-content .contents {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products-list.grid .product-wapper.content-product2 .products-content .contents .btn-atc {
    margin-top: auto;
}

.zoomContainer{
    display: none;
}