.cat_page a{
    color: #ffffff;
    display: block;
    margin-left: 20px;
    padding: 14px 46px 15px 84px;
    position: relative;
    border: 1px solid #ffffff;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
}
footer.is-animating .cat_page{
    filter: invert(0);
}
footer .cat_page{
    filter: invert(1);
}
.filter .cat_page{
    filter: invert(1);
    max-width: 290px;
    margin: 0 auto;
}
.filter .cat_page a{
    font-size: 18px;
    padding: 14px 10px 15px 50px;
    margin-left: 0;
    margin-bottom: 25px;
}
.char_stock{
    margin-bottom: 20px;
}
.filter .cat_page a::before{
    left: 17px;
}
.cat_page a::before{
    width: 26px;
    height: 26px;
    position: absolute;
    display: block;
    content: '';
    background-image: url('../img/cat_img.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    left: 42px;
}
footer .bottom .columns .col.copyright{
    width: 20%;
}
footer .bottom .columns .col.socials{
    width: 45%;
}

.product-view .information .desctiption {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    padding-right: 60px;
    border-right: 1px solid #f4f4f4;
}

/* .product-view .information .summary.with-options {
    max-width: 398px;
} */

.product-view .information .summary.with-options .line {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.product-view .information .summary.with-options .line.select-hidden {
    display: none;
}

.product-view .information .summary .count-module {
    position: relative;
    width: 126px;
    padding: 0 36px;
    margin-right: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-view .information .summary .count-module .minus,
.product-view .information .summary .count-module .plus {
    position: absolute;
    top: 0;
    width: 36px;
    height: 36px;
    background: #f4f4f4;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.product-view .gallery .thumbnails-wrapper{
    left: -60px;
}
.product-view .information .summary .count-module .minus svg,
.product-view .information .summary .count-module .plus svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    fill: #3a3b3e;
}

.product-view .information .summary .count-module .minus {
    left: 0;
}

.product-view .information .summary .count-module .plus {
    right: 0;
}

.product-view .information .summary .count-module input {
    width: 100%;
    height: 36px;
    border: none;
    padding: 0 5px;
    font-weight: 400;
    text-align: center;
    background: transparent;
}

.product-view .information .summary.with-options .line .label {
    margin-right: 15px;
    font-weight: 500;
    color: #9d9da5;
}

.product-view .information .summary.with-options .line .styled-btn {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    min-width: 0;
}

.product-view .information .summary.with-options .line .custom-select {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-view .information .summary.with-options .line .custom-select.opened {
    z-index: 20;
}

.overlay-thumb-product {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
	top: 0;
	z-index: -1;
}
.product-card .visual:hover .overlay-thumb-product{
	z-index: 3;
}

.product-card .visual .preview {
    height: 325px;
}
.product-card .visual .image-hover,
.product-card .visual img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}
.product-card .visual .image-hover {
    object-fit: cover;
}

.product-card .visual:hover .image-hover {
    transform: translate(-50%, -50%) scale(1.08);
    z-index: 1;
}


/* .product-images.js-simple-images-slider .flickity-viewport {
    height: 510px !important;
} */
/* .product-view .gallery .product-images .slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.product-view .gallery .product-images .slide img {
    opacity: 0;
    transition: opacity 1s;
}

@media ( max-width: 1660px ){
    .product-view .gallery .product-images .slide img {
        padding: 40px 0;
    }
}
@media ( max-width: 1200px ){
    .product-view .gallery .product-images .slide img {
        padding: 0;
    }
}


.product-view .gallery .product-images .slide.is-selected img {
    opacity: 1;
}
/* .product-view .gallery .product-images .slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%);
} */

.content.page.with-image:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 405px;
    background-color: rgba(255, 255, 255, 0.5);
}

body.loaded .content.with-image {
    background-size: 100% 405px;
}

.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1 !important;
}

.catalogue .filter .menu li.current a{
	font-weight: 600;
}
/* .styled-text {
    font-size: 20px;
    line-height: 1.5;
} */
.flickity-button:disabled{
	display: none;
}
.visual-section .info{
	font-size: 20px;
    line-height: 1.5;
}
.contacts-module .contacts .info{
	font-size: 20px;
    line-height: 1.5;
}
.product-view .information .characteristics .row .col{
	padding: 5px 0;
}


.cart-empty-container {
    height: 80vh;
    background-image: url('../img/temporarily/background-cart-empty.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-empty-container .woocommerce-info {
    font-size: 40px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.025em;
    color: #3A3B3E;
}
.order-section.cart-empty-container .view-cart .order-containment .information .to-shopping {
    margin-top: 40px;
    text-align: center;
}
.order-section.cart-empty-container .view-cart .order-containment .information {
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.added_to_cart.wc-forward{
    display: none !important;
}

.clone-popup {
    display: none;
}

.order-section .short {
    max-width: 505px;
}

.order-section .order-checkout .result .total .line .label {
    width: 25%;
}
.order-section .order-checkout .result .total .line .value {
    width: 75%;
}


.product-line {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-line__image {
    max-width: 80px;
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
/* .product-line__image a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
} */
/* .product-view .information .price .amount {
    margin-left: 10px;
} */
.product-line__image img {
    max-width: 100%;
    display: block;
    height: auto;
}

.yith-wcpb-bundle-form .count-module {
    display: none;
}

.product-line__quantity {
    margin-left: auto;
}

.product-view .information .to-cart-wrapper.to-cart-wrapper-bundle {
    max-width: 420px;
}

.product-line__title {
    margin-right: 10px;
    color: #3a3b3e;
    text-decoration: none;
}

.product-view .information .to-cart-wrapper.to-cart-wrapper-bundle .line .single_add_to_cart_button {
    margin-right: 13px;
}

.product-view .information .to-cart-wrapper.to-cart-wrapper-bundle .line a.styled-btn {
    margin-left: 13px;
}


.simple-product-card .card-info .main .variation {
    margin-top: 10px;
}
.simple-product-card .card-info .main .variation .line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 340px;
    margin-bottom: 7px;
    font-size: 14px;
}
.simple-product-card .card-info .main .variation p {
    margin: 0;
}
.simple-product-card .card-info .main .variation .line .label {
    color: #3a3b3e;
    font-weight: bold;
}
.simple-product-card.removable.yith-wcpb-child-of-bundle-table-item {
    padding-left: 65px;
}
.simple-product-card.removable.yith-wcpb-child-of-bundle-table-item .photo {
    width: 72px;
    height: 78px;
}

.simple-product-card.removable.yith-wcpb-child-of-bundle-table-item .counting:before {
    content: attr(title);
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
    color: #3a3b3e;
}
.simple-product-card.removable.yith-wcpb-child-of-bundle-table-item .counting {
    font-size: 14px;
}
.product-card .visual .image-hover, .product-card .visual img{
    background-color: #ffffff;
}
.woocommerce-notices-wrapper {
    display: none !important;
}

.cart.variable .line.fade {
    opacity: 0.4;
}

.products-list .list.slider-page .slick-arrow {
    position: absolute;
    max-width: 40px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.3;
    transition: opacity 0.3s;
    cursor: pointer;
}
.products-list .list.slider-page .slick-arrow:hover {
    opacity: 0.7;
}

.products-list .list.slider-page .slick-arrow.slick-prev {
    left: -30px;
}
.products-list .list.slider-page .slick-arrow.slick-next {
    right: -30px;
}
.products-list .list.slider-page .product-card {
    opacity: 1 !important;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
    display: none;
}
.product-view .information .wishlist-link svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: transparent;
    stroke: #3a3b3e;
    -webkit-transition: fill ease-in-out 0.3s, stroke ease-in-out 0.3s;
    -moz-transition: fill ease-in-out 0.3s, stroke ease-in-out 0.3s;
    -o-transition: fill ease-in-out 0.3s, stroke ease-in-out 0.3s;
    transition: fill ease-in-out 0.3s, stroke ease-in-out 0.3s;
    margin-right: 8px;
}
.product-view .information .wishlist-link svg:hover {
    animation: beat .6s ease-in-out infinite;
    stroke: #3a3b3e;
}
.product-view .information .wishlist-link.added > svg {
    fill: #3a3b3e;
}
@media (max-width: 1660px){
    .cat_page a{
        margin: 10px auto 0;
    }
    footer .bottom .columns .col.socials {
        width: 33.3333333333%;
    }
    footer .bottom .columns .col.copyright {
        width: 33.3333333333%;
    }
}

@media ( max-width: 1580px ){
    header .bottom .menu > li > a {
        padding: 0 10px;
	}
	.product-view .information .section-title {
		font-size: 57px;
    }
    .filter .cat_page a{
        padding: 14px 5px 15px 45px;
    }
    .filter .cat_page a::before{
        left: 10px;
    }
}


@media ( max-width: 1400px ){
    header .top .menu, header .bottom .menu {
        flex-wrap: wrap;
    }
    header .bottom .menu > li:hover ul {
        z-index: 1;
    }
    header .bottom .shopping-info .cart-link {
        margin-left: 30px;
    }
}

@media ( max-width: 1200px ){
    .product-card .visual .preview {
        height: 180px;
    }
    .product-view .information .section-title {
        font-size: 60px;
    }
}
@media (max-width: 1199px){
    .product-view .gallery .thumbnails-wrapper{
        left: 50%;
        bottom: -105px;
    }
    footer .bottom .columns .col.socials {
        width: 50%;
    }
    footer .bottom .columns .col.copyright {
        width: 50%;
    }
}

@media ( max-width: 991px ){
    .product-card .visual .preview {
        height: 260px;
    }
    .product-view .information .section-title {
        font-size: 46px;
    }
    .product-view .gallery .thumbnails-wrapper{
        left: auto;
        bottom: auto;
    }
    .filter .cat_page a{
        
    padding: 14px 30px 15px 60px;
    }
    .filter .cat_page a::before{
        left: 22px;
    }
}

@media ( max-width: 767px ) {
    .content.page.with-image:before {
        height: 210px;
    }
    body.loaded .content.with-image {
        background-size: 100% 210px;
    }
    .product-view .information .section-title {
        font-size: 30px;
        margin-bottom: 35px;
    }
    footer .bottom .columns .col.socials {
        width: 100%;
    }
    footer .bottom .columns .col.copyright {
        width: 100%;
    }
    .cat_page a{
        font-size: 16px;
        line-height: 22px;
    }
    .amo-button-holder{
        right: 20px !important;
        bottom: 100px !important;
    }
}

@media ( max-width: 576px ){
    .product-card .visual .preview {
        height: 200px;
    }
    body.loaded .content.with-image {
        background-size: 100% 150px;
    }

    .product-line__image {
        max-width: 45px;
    }

    .product-view .information .to-cart-wrapper.to-cart-wrapper-bundle .line .styled-btn {
        padding: 10px;
    }
    /* .product-images.js-simple-images-slider .flickity-viewport {
        height: 320px !important;
    } */
}

@media ( max-width: 480px ){
    .product-card .visual .preview {
        height: 180px;
    }
}

@media ( max-width: 374px ){
    .product-card .visual .preview {
        height: 160px;
    }
    body.loaded .content.with-image {
        background-size: 100% 120px;
    }
}

.products-categories .link {
	height: 100%;
}

header .bottom .logo img {
    max-width: 100%;
    display: none;
}

.home header .bottom .logo img.other {
    display: block;
}

body:not(.home) header .bottom .logo img.standart {
    display: block;
}

header.fixed-header .bottom .logo img.other {
    display: none;
}

header.fixed-header .bottom .logo img.standart {
    display: block;
}
.mobile_whatsapp{
    position: fixed;
    z-index: 100000;
    right: 15px;
    bottom: 96px;
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-view .gallery .thumbnails-wrapper .thumb-video{
    margin-bottom: 2px;
    cursor       : pointer;
}
.product-view .gallery .thumbnails-wrapper .thumb-video:first-child{
    margin-bottom: 2px;
}
.product-view .gallery .thumbnails-wrapper .thumb-video:last-child{
    margin-bottom: 0;
}
.product-view .gallery .thumbnails-wrapper .thumb-video{
	display: block;
	max-width: 100%;
	height: auto;
	background-repeat: no-repeat;
	padding-top: 94px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.slide svg,
.product-view .gallery .thumbnails-wrapper .thumb-video svg{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}
@media (max-width: 1199px){
	.product-view .gallery .thumbnails-wrapper .thumb-video{
		padding-top: 92px;
	}	
}
@media (max-width: 991px){
	.product-view .gallery .thumbnails-wrapper .thumb-video{
		padding-top:25%;
	}	
}
@media(max-width:767px){
    .mobile_whatsapp{
        right: 26px !important;
        bottom: 30px !important;
    }
}