/*body.single-product .col-full,*/ body.page-template-about-us .col-full, body.page-template-about-water .col-full, body.page-template-publications .col-full, body.page-template-excursion .col-full, body.page-template-contacts .col-full, body.single-post .col-full, body.home .col-full{
	max-width:100%;
	padding:0;
}

.woocommerce-active .site-header .site-header-cart{width:auto!important; display:block!important;}
/*.site-header-cart .widget_shopping_cart,*/
.site-header-cart .cart-contents {
    display:block!important
}
.site-header-cart .cart-contents::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f291";
    height: 1em;
    float: right;
    line-height: 1.618;
}

.site-header-cart .cart-contents::after {
    content: ""!important;
    width: 64px!important;
    height: 55px!important;
    background-image: url(./../img/cart.png)!important;
    background-size: 48px 41px;
    position: relative;
    bottom: 8px;
    background-repeat: no-repeat;
}

.single-product div.product .woocommerce-product-gallery img{
	margin: 0 auto!important;
}

body.post-type-archive.post-type-archive-product  li.product {
    width: initial !important;
    margin: 0!important;

}

body.post-type-archive.post-type-archive-product  li.product.first{
	clear: none!important;
}

/*body.tax-product_cat{display: none;}*/


.my-clearfix::after{
    content:'';
    display:block;
    clear:both;
}

.summary .site-header-cart, .summary .quantity{display: none}

@media (max-width: 800px) {
    .site-header-cart .cart-contents::after {
        background-size: 40px 35px;
        position: relative;
        bottom: 6px;
    }
    .cart-contents {
        font-size: 12px;
        text-align: end;
        width: 160px;
    }
}
@media (max-width: 750px) {
   .site-header-cart .cart-contents::after {
        bottom: 0;
    }
    .headerCart .cart {
        margin-left: 0;
    }
}
@media (max-width: 400px) {
    .site-header .site-branding img {
        max-width: 100px !important;
    }
}
@media (max-width: 360px) {
    .site-header .site-branding img {
        max-width: 93px !important;
    }
}
@media (max-width: 330px) {
    .site-header .site-branding img {
        max-width: 83px !important;
    }
}

