/*
Theme Name: WebShop Child Theme
Theme URI: https://woocommerce.com/products/webshop/
Description: Child Theme for WebShop
Author: ThemeGrill
Author URI: http://themegrill.com
Template: webshop
Version: 1.0
*/
.site-content{
    background-color: #fff;
}
.custom-logo {
    height: 55px !important;
}
.entry-content iframe {
    border: 12px solid #F8F8F8 !important;
    border-radius: 4px;
}
.ws-secondary-navigation .close-secondary-menu {

}
.search-form button {
    margin-left: 5px;
}
.ws-secondary-navigation .ws-secondary-menu li a {
    line-height: 1.8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ws-secondary-navigation .ws-secondary-menu li {
    margin: 0;
}
.ws-secondary-navigation .ws-secondary-menu li a:hover, .ws-secondary-navigation .ws-secondary-menu li a[aria-current="page"] {
background-color: rgb(238,99,0);
    color: #fff;
}

.ws-secondary-navigation .ws-secondary-menu {
    padding-top: 6em;
}

@media (max-width: 768px) {
    .ws-secondary-navigation .ws-secondary-menu li a {
        line-height: 1.8;
        margin-top: 0.5em;
    }
}

.widget-title {
    font-family: Roboto Condensed;
}

footer.site-footer .widget-title {
    font-size: 1.8rem;
}
.site-footer li {
    line-height: 1.4;
}
.site-footer li a {
    font-size: 1.6rem;
}

.ws-tertiary-navigation li a {
    line-height: 1.4;
    padding: 0.8em 1.5em;
}

.entry-thumbnail__link img {
    /*border: 6px solid #f8f8f8;*/
}
.entry-thumbnail__link {
    border: 6px solid #f8f8f8;
    border-radius: 4px;
}


.wp-block-latest-posts__featured-image, .entry-thumbnail__link {
    padding-top: 70%;
    position: relative;
    margin-bottom: 2rem;
}

.logo-text {
    font-weight: 700;
}
.logo-text strong {
    background: #a12b31;
    padding: 0 5px;
}

.box-button a {
    border-color: #a12b31 !important;
    line-height: 1.6;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid;
    display: inline-block;
}


.wc-block-featured-category__link .wp-block-button__link {
    background-color: #EE6300;
    border: none !important;
}
.wc-block-featured-category{
    /*clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);*/
}
.wc-block-featured-category__link .wp-block-button__link:hover {
    background-color: #302D2C;
}

.box-button a:hover {
    border-color: #881218 !important;
    background-color: #881218;
}

.term-description {
    padding: 5rem 0;
}

.cart_totals .woocommerce-shipping-totals.shipping,
.cart_totals .cart-subtotal .woocommerce-shipping-totals, #billing_country_field,
.woocommerce-customer-details, .woocommerce-order-overview__payment-method.method
{
    display: none !important;
}
.pll_the_languages {
    margin: 1rem;
}

.pll_the_languages ul {
    display: flex;
    align-content: center;
    margin: 0;
}
.pll_the_languages ul li {
}
.pll_the_languages ul li a {
    color: #fff !important;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0,0,0,1);
    font-weight: 700;
    text-align: center;
}


.pll_the_languages ul li.current-lang a, .pll_the_languages ul li:hover a {
   background-color: #EE6300;
}

.products .product__thumbnail a {
    position: relative;
    display: block;
    background-color: #fff;
    padding-bottom: 100%;
    border: 6px solid #f8f8f8;
}
.products .product__thumbnail img {


    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;

    object-fit: cover;
    object-position: 50% 50%;
}

.wp-block-cover .wp-block-cover__background {
    border-bottom: 40px solid #EE6300;
}
.last-news .post-author {
    display: none;
}
.wp-block-latest-posts__featured-image img, .entry-thumbnail__link img {
    /*border: 6px solid #f6f9fb;*/

    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;

    object-fit: cover;
    object-position: 50% 50%;
}
.wc-block-featured-category {
    min-height: 300px !important;
}
.wc-block-featured-category img {

}

.wp-block-latest-posts.is-grid {
    margin-left: 0;
}

.wp-block-latest-posts__post-title {
    font-family: Roboto Condensed;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
    color: #181818;
}


.wp-block-latest-posts__post-date {
    position: relative;
    display: flex;
    align-items: center;
}
.wp-block-latest-posts__post-date:before {
    content: '';
    margin-right: 1rem;
    color: #888;
    font-size: 1.4rem;
    transition: all 0.3s;
    height: 16px;
    width: 24px;
    display: inline-block;
    background-size: 24px 16px;
    background-image: url("img/svg/data.svg");
    background-repeat: no-repeat;
}
/*article.post .entry-thumbnail__link {*/
/*    position: relative;*/
/*    padding-top: 100%;*/
/*    display: block;*/
/*    overflow: hidden;*/
/*}*/
/*article.post .entry-thumbnail__link img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/
/*.ws-grid-style--overlay .post.has-post-thumbnail .entry-thumbnail::before {*/
/*    z-index: 2;*/
/*}*/
/*.ws-entry--content {*/
/*    z-index: 3;*/
/*}*/








.wp-block-gallery figure a {
    border: 6px solid #f8f8f8;
}

.pulse::after,
.pulse::before {
    content: '';
    position: absolute;
    border: 0.2rem solid red;
    left: -1rem;
    opacity: 0;
    right: -1rem;
    top: -1rem;
    bottom: -1rem;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

.pulse::after {
    animation-delay: 1.25s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}




.box-chat {
    display: inline-block;
    position: fixed;
    z-index: 100;
    bottom: 3rem;
    left: 1rem;
    right: auto;
    width: 50px;
    height: 50px;
    margin-left: 5px;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box-chat a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.box-chat .chat-btn {
    padding: 0;
    border: none;
    background: none;
    width: 5rem;
    height: 5rem;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.box-chat .chat-img {
    opacity: 0;
    width: 50px;
    height: 50px;
}

.box-chat > .chat-img {
    position: absolute;
    z-index: 1;
}

.box-chat .viber {
    -webkit-transition-delay: 0.1s, 0s, 0s, 0.13s;
    -o-transition-delay: 0.1s, 0s, 0s, 0.13s;
    transition-delay: 0.1s, 0s, 0s, 0.13s;
}

.box-chat .telegram {
    -webkit-transition-delay: 0s, 0s, 0s, 0.13s;
    -o-transition-delay: 0s, 0s, 0s, 0.13s;
    transition-delay: 0s, 0s, 0s, 0.13s;
}

.box-chat .facebook {
    -webkit-transition-delay: 0s, 0s, 0s, 0.13s;
    -o-transition-delay: 0s, 0s, 0s, 0.13s;
    transition-delay: 0s, 0s, 0s, 0.13s;
}

.box-chat .exit {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.box-chat .chat {
    opacity: 1;
    position: relative;
}

.box-chat.active > .chat-img {
    opacity: 1;
}

.box-chat.active .instagram {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition-delay: 0.4s, 0s, 0s, 0.6s;
    -o-transition-delay: 0.4s, 0s, 0s, 0.6s;
    transition-delay: 0.4s, 0s, 0s, 0.6s;
}

.box-chat.active .viber {
    -webkit-transform: translateY(-160px);
    -ms-transform: translateY(-160px);
    transform: translateY(-160px);
    -webkit-transition-delay: 0.4s, 0s, 0s, 0.5s;
    -o-transition-delay: 0.4s, 0s, 0s, 0.5s;
    transition-delay: 0.4s, 0s, 0s, 0.5s;


}

.box-chat.active .telegram {

    -webkit-transform: translateY(-220px);
    -ms-transform: translateY(-220px);
    transform: translateY(-220px);
    -webkit-transition-delay: 0.3s, 0s, 0s, 0.4s;
    -o-transition-delay: 0.3s, 0s, 0s, 0.4s;
    transition-delay: 0.3s, 0s, 0s, 0.4s;


}

.box-chat.active .facebook {
    -webkit-transform: translateY(-280px);
    -ms-transform: translateY(-280px);
    transform: translateY(-280px);
    -webkit-transition-delay: 0.4s, 0s, 0s, 0.3s;
    -o-transition-delay: 0.4s, 0s, 0s, 0.3s;
    transition-delay: 0.4s, 0s, 0s, 0.3s;
}


.box-chat.active .chat-btn .exit {
    opacity: 1;
}

.box-chat.active .chat-btn .chat {
    opacity: 0;
}
.box-form-bay .text-thenks {
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #f8f8f8;
    padding: 1rem;
}
.box-form-bay .text-thenks.active {
    opacity: 1;
    visibility: visible;
}
.box-form-bay .text-thenks p {
    font-size: 2.2rem;
}

.box-form-bay .text-thenks div {
    display: inline-block;
    text-align: center;
}

.box-form-bay {
    background-color: #f8f8f8;
    padding: 2rem;
    position: relative;
}

.box-form-bay input, .box-form-bay label, .box-form-bay button {
    width: 100%;
}
.box-form-bay h3 {
    text-align: center;
}

@media (max-width: 567px) {
    .page-template-page-sidebar .site-content .ws-row.ws-sidebar-layout--right {
        flex-direction: column-reverse;
    }
    .page-template-page-sidebar .site-sidebar {
        margin-top: 0;
    }

    .site-header .secondary-menu-toggle {
        margin-right: 1em;
        padding: 0.75em 1em;
    }
    html {
        font-size: 52%;
    }
    /*p {*/
    /*    line-height: 1.4;*/
    /*}*/
    .wp-block-latest-posts.is-grid li {
        margin-right: 0;
    }
    /*li.product .woocommerce-loop-category__title, li.product .woocommerce-loop-product__title, li.product .wc-block-grid__product-title {*/
    /*    font-size: 1.4rem !important;*/
    /*}*/
    /*li.product .button, li.product .add_to_cart_button, li.product .added_to_cart {*/
    /*    font-size: 1.2rem !important;*/
    /*}*/
}

@media screen and (min-width: 48em) {
    .pll_the_languages {
        margin: 0.5em;
    }
}


@media screen and (min-width: 62em) {
    .ws-footer-col--1.ws-footer-col {
        width: calc( 26% - 2em);
    }
    .ws-footer-col--2.ws-footer-col {
        width: calc( 28% - 2em);
    }
    .ws-footer-col--3.ws-footer-col {
        width: calc( 26% - 2em);
    }
    .ws-footer-col--4.ws-footer-col {
        width: calc( 20% - 2em);
    }
}

.wp-embed-aspect-16-9 iframe, .wp-embed-aspect-4-3 iframe {
	height: 100% !important;
	width: 100% !important;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	position: relative;
}
 

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	padding-top: calc(9 / 16 * 100%);
} 
.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
	padding-top: calc(3 / 4 * 100%);
}

/* .wc-block-featured-category__description {
	display: none !important;
} */
.wc-block-featured-category__title, .wc-block-featured-category__link {
	padding: 0 15px 16px !important;
}
.spacer-vertic{
    flex-basis: 100px!important;
}
@media (max-width: 1200px){
    .spacer-vertic{
        flex-basis: 30px!important;
    }
}
@media (max-width: 992px){
    .spacer-vertic{
        flex-basis: 0px!important;
    }
}
li::marker{
    color: #EE6300;
}
.pulse::after,
.pulse::before{
    border-color: #EE6300;
}

/*============================*/
/*------------ slider start -----------*/
.last-news.f-carousel.is-ltr.is-horizontal.has-dots{
    padding: 0!important;
}
.entry-footer{
    /*text-align: center;*/
    margin-top: 0;
}
.entry-thumbnail,
.entry-header,
.entry-meta{
    margin: 0 0 10px;
}
/*.entry-footer a{*/
/*    width: 100%;*/
/*}*/
@media (min-width: 782px){
    .fancy-slider-wrapper {
        background-color: #f8f8f8;
        padding: 2rem;
    }
}
.f-thumbs.is-horizontal .f-thumbs__track{
    padding-bottom: 0;
}
.f-button{
    /*background-color: #fff;*/
    box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
}

@media (hover: hover){
    .f-button:hover:not([disabled]) {
        background-color: #f9f9f9;
    }
}
.f-carousel__nav button:focus{
    background-color: #f9f9f9;
    color: #706f6c;
}
.f-button:active:not([disabled]) {
    background-color: #f0f0f0;
}
@media (max-width: 1100px){
    body .is-layout-flex{
        /*flex-direction: column;*/
    }
}
@media (max-width: 768px){
    /*.wp-block-columns.are-vertically-aligned-center{*/
    /*    flex-direction: column-reverse;*/
    /*}*/
    /*.wp-block-columns.are-vertically-aligned-center:not(:last-child){*/
    /*    margin-bottom: 30px;*/
    /*}*/
    /*.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{*/
    /*    flex-basis: auto;*/
    /*}*/
    /*.wp-block-column.is-vertically-aligned-center.is-layout-flow .wp-block-heading{*/
    /*    margin-bottom: 0;*/
    /*}*/
}
@media (max-width: 568px){
    .f-carousel__nav{
        /*display: none;*/
    }
}
.f-button.is-next,
.f-button.is-prev,
.fancybox__toolbar__column.is-right button{
    /*background-color: #f9f9f9;*/
}

.f-carousel__nav button {
    background-color: #f9f9f9;
}

.fancybox__toolbar__column button:hover, .fancybox__toolbar__column button:focus {
    background-color: rgba(0,0,0,0) !important;
}

@media (max-width: 568px){
    .flex-reverse{
        /*flex-direction: row-reverse;*/
    }
}

@media (min-width: 782px){
    .flex-reverse-table-desc {
        flex-direction: row-reverse;
    }
    /*.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {*/
    /*        flex-basis: 538px;*/
    /*    }*/
}

.last-news{
    padding: 60px 0;
    --f-carousel-spacing: 20px;
    --f-carousel-slide-width: 32%;
}

@media (max-width: 792px) {
    .last-news{
        --f-carousel-slide-width: 39%;
    }
}

@media (max-width: 587px) {
    .last-news{
        --f-carousel-slide-width: 50%;
    }
}

@media (max-width: 513px) {
    .last-news{
        --f-carousel-slide-width: 80%;
    }
}

.last-news .f-carousel__dots{
    display: none;
}
.is-horizontal .f-carousel__nav .f-button.is-prev{
    left: -50px;
}
.is-horizontal .f-carousel__nav .f-button.is-next{
    right: -50px;
}
.f-carousel__nav button.f-button.is-next:hover,
.f-carousel__nav button.f-button.is-prev:hover{
    color: #706F6C;
}

@media (max-width: 1275px) {
    .is-horizontal .f-carousel__nav .f-button.is-next{
        right: 10px;
    }
    .is-horizontal .f-carousel__nav .f-button.is-prev{
        left: 0;
    }
}

.last-news .f-carousel__slide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*background-color: #f8f8f8;*/
}

@media (max-width: 781px){
    .last-news .f-carousel__slide{
        width: 50%;
    }
}
@media (max-width: 587px) {
    .last-news .f-carousel__slide{
        width: 100%;
    }
}
/*------------ slider end -----------*/
@media (max-width: 781px){
    .size-full-img,
    .size-full-col p{
        text-align: center;
    }
}
.post .entry-thumbnail{
    display: none;
}
.ws-posts .entry-thumbnail,
.last-news-block .entry-thumbnail{
    display: block;
}
/*last-news acf-block*/
.entry-footer .ws-entry-cta:hover,
.wp-block-button__link:hover,
.ws-masthead-lvl2 .ws-header-button:hover,
.entry-footer .ws-entry-cta:focus,
.wp-block-button__link:focus,
.ws-masthead-lvl2 .ws-header-button:focus
{
    background-color: #302D2C!important;
}
/*-------*/
.ws-posts{
    display: grid;
    -webkit-column-gap: 1.875em;
    -moz-column-gap: 1.875em;
    column-gap: 2em;
    row-gap: 2.5em;
    grid-template-columns: repeat(var(--grid-column, 1), 1fr);
}
@media screen and (min-width: 37.5em){
    .ws-posts {
        --grid-column: 2;
    }
}
.ws-posts article.hentry {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.justify-content-center{
    justify-content: center;

}
.justify-content-center p{
    line-height: 23px;
    color: #302D2C;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button__link, .button, .added_to_cart{
    border-radius: 4px !important;
}
.entry-title,
.entry-meta,
.entry-summary{
    padding: 0;
}
.f-carousel__viewport.is-draggable{
    cursor: auto;
}
/*------------ advantages -------------*/
.advantages{
    /*padding: 0 0 8rem 0;*/
}
.advantages-wrapper,
.partners-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.advantages-item,
.partners-item{
     width: 33.333%;
     min-height: 0.1rem;
     padding-left: 1.5rem;
     padding-right: 1.5rem;
     position: relative;
     min-width: 25%;
 }
.advantages-item .wrap {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}
.partners-item{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantages-item img,
.partners-item img{
    position: relative;
    max-width: 100%;
    max-height: 6.5rem;
    margin-bottom: 2rem;
}
.partners-item img{
    max-height: 7rem;
    -webkit-filter: grayscale(100%);
    transition: all 150ms ease;
    opacity: .6;
    margin-bottom: 0;
}
.partners-item img:hover {
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}
.advantages-title {
    font-size: 1.6rem;
    color: #131314;
    line-height: 1.5;
    font-weight: bold;
}
.advantages-text {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: 2rem;
}
@media (max-width: 903px){
    .advantages-wrapper,
    .partners-wrapper {
        justify-content: space-evenly;
    }
    .advantages-item,
    .partners-item{
        min-width: 250px;
        margin-bottom: 40px;
    }
}
@media (max-width: 563px){
    .advantages-item,
    .partners-item{
        min-width: 100%;
    }
}
/*================================*/
/*search form*/
@media screen and (min-width: 48em){
    .ws-header-search {
        margin-right: 5em;
    }
}
.ws-distraction-free-checkout .site-header .ws-row{
    align-items: center;
}
/*================================*/
/*прес форма*/
.wp-block-image-1 img{
    height: 23.5rem;
}
.wp-block-image-2 img{
    height: 52.2rem;
}
.wp-block-image-3 img{
    height: 30rem;
}
.wp-block-image-4 img{
    height: 25rem;
}


.ws-container.wp-block-column {
    margin-left: auto;
    margin-right: auto;
}

.sbi_photo_wrap {
    border: 12px solid #F8F8F8;
    border-radius: 4px;
}
.sbi_photo {
    border-radius: 4px;
}

[data-block-name="woocommerce/featured-category"] {
    border: 12px solid #fff;
    border-radius: 4px;
}
.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
    border-radius: 4px;
}
img {
    border-radius: 4px !important;
}

.m-0 {
    margin: 0 !important;
}
.mb-0 {
    margin-bottom:  0 !important;
}

.site-footer {
    /*border-top: 12px solid rgba(238,99,0,.5);*/
    background-color: #F8F8F8;
}
.ws-footer-bar {
    background-color: rgba(238,99,0,1);
    background-color: #302D2C;
    color: #fff;
}


/*.wp-block-heading {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/


/*.wp-block-heading:before , .wp-block-heading:after {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    border-radius: 4px;*/
/*    background-color: rgba(238,99,0,1);*/

/*    !*width: 0;*!*/
/*    !*height: 0;*!*/
/*    !*border-top: 15px solid transparent;*!*/
/*    !*border-left: 30px solid rgba(238,99,0,1);*!*/
/*    !*border-bottom: 15px solid transparent;*!*/
/*    margin-right: 20px;*/
/*}*/

/*.wp-block-heading:after {*/
/*    margin-right: 0;*/
/*    margin-left: 20px;*/
/*}*/

.wp-block-heading mark {
    background-color: rgba(238,99,0,1)  !important;
    padding: 2px 10px;
    border-radius: 4px;
}

.wc-block-featured-category__link .wp-block-button__link {
    font-family: Roboto Condensed;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button__link, .button, .added_to_cart {
    font-family: Roboto Condensed;
}

a .read-more-text {
   color: #fff !important;
}
/*.last-news {*/
/*    padding: 30px 30px;*/
/*    --f-carousel-spacing: 10px;*/
/*    --f-carousel-slide-width: 25%;*/
/*}*/

@media (max-width: 900px) {
    .last-news {
        padding: 30px 0;
        --f-carousel-spacing: 10px;
        --f-carousel-slide-width: 49%;
    }
}

.last-news .entry-title {
    font-size: 20px;
}

.secondary-menu-toggle, .ws-page-header {
    background: #F8F8F8;
}

.widget-title::before {
    border-radius: 4px;
    width: 5px;
}
.widget-title {
    padding-left: 1em;
}

.navigation.post-navigation {
    display: none;
}

/*.promo-btn > a {*/
/*    color: #fff !important;*/

/*}*/

/*.promo-btn > a:before {*/
/*    content: '';*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background-color: rgba(238,99,0,1)  !important;*/
/*    border-radius: 4px;*/
/*}*/

.ws-secondary-navigation .ws-secondary-menu {
    padding-top: 8em;
}

.site-sidebar ul:not(.sub-menu) > li a {
    margin-right: 30px;
}
.site-sidebar ul > li a {
    display: block;
}

.site-sidebar ul.menu {
    background: #F8F8F8;
    border-radius: 4px;
}

.site-sidebar ul.menu .sub-menu li {
    background-color: #f6f9fb;
}



.site-sidebar ul.menu li a  {
    padding-left: 15px;
    z-index: 1;
}
.site-sidebar ul:not(.sub-menu) li {
    border-bottom: 3px solid #fff;
}
.site-sidebar ul .sub-menu li {
    border-top: 3px solid #fff;
    border-bottom: none;
}

.site-sidebar ul .sub-menu li a {
    padding-left: 40px;
}

/*.site-sidebar ul .sub-menu li {*/
/*    background-color: #fff;*/
/*    border-bottom: 1px solid #EBEBEC;*/
/*}*/

/*.site-sidebar ul [aria-current="page"] {*/
/*    color: rgb(238,99,0);*/
/*    font-weight: 400;*/
/*}*/

.site-sidebar ul a {
    position: relative;

}
.site-sidebar li {
    overflow: hidden;
}
.site-sidebar ul {
    position: relative;
}
.site-sidebar ul .open {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0.25em;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 5;
}
.site-sidebar ul .open::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.site-sidebar .sub-menu {
    display: none;
}



/*.site-sidebar .js-open > .sub-menu {*/
/*    display: block;*/
/*}*/
.site-sidebar .open {
    transform: rotate(0deg);
    transition: all 0.5s;
}
.site-sidebar .js-open > .open {
    transform: rotate(180deg);
}
.site-sidebar a {
    transition: all 0.3s;
}

/*.site-sidebar .js-open > a {*/
/*    color: #fff;*/
/*}*/

.site-sidebar .sub-menu {
    /*border-bottom: 3px solid rgb(238,99,0);*/
    /*border-top: 3px solid rgb(238,99,0);
    /**/
}

.site-sidebar .open::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid rgba(238,99,0,1);
}




.site-sidebar ul a {
    position: relative;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*.site-sidebar ul .current-menu-item > a {*/
/*    color: #fff;*/
/*    z-index: 1;*/
/*    position: relative;*/
/*}*/

.site-sidebar ul li {
    position: relative;
}

.site-sidebar .sub-menu   [aria-current="page"] {
    color: rgba(238,99,0,1);
}

.site-sidebar .sub-menu a {
    font-size: 14px;

}

.site-sidebar .sub-menu a:before {
    display: none;
}

.site-sidebar ul .current_page_parent > a ,
.site-sidebar ul .current_page_item > a {
    color: #fff;
}
.site-sidebar ul .current_page_parent > a:before ,
.site-sidebar ul .current_page_item > a:before {
    background-color: rgba(238,99,0,1);
    border-radius: 4px;
    overflow: hidden;
    content: '';
    width: 200%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.site-sidebar ul .current_page_item > a ~ .open:before ,
.site-sidebar ul .current_page_parent > a ~ .open:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fff;
}


/*.site-sidebar ul a[aria-current="page"]:before, .site-sidebar ul a:hover:before {*/
/*    width: 200%;*/
/*}*/
/*.site-sidebar ul [aria-current="page"], .site-sidebar ul a:hover {*/
/*    color: #fff !important;*/
/*}*/
/*.site-sidebar .menu a {*/
/*    display: block;*/
/*    padding: 0.5rem 1rem;*/
/*}*/

/*.woocommerce-loop-product__title {*/
/*    text-align: center;*/
/*    line-height: 1.2;*/
/*    min-height: 60px;*/
/*}*/

/*.site-sidebar .menu .current-menu-item {*/
/*    line-height: 1.4;*/
/*}*/

/*.site-sidebar .menu .current-menu-item > a {*/
/*    background-color: #EE6300;*/
/*    color: #fff;*/
/*}*/
/*.site-sidebar .menu .current-menu-item .sub-menu {*/

/*}*/

/*.site-sidebar ul li {*/
/*    padding: 0;*/
/*}*/
/*.site-sidebar ul li {*/
/*    border-bottom: none;*/
/*}*/
/*.site-sidebar ul .sub-menu {*/
/*    !*padding-left: 20px;*!*/
/*    !*font-size: 0.98em;*!*/
/*    !*display: none;*!*/
/*}*/
/*.site-sidebar ul a {*/
/*    border-radius: 4px;*/
/*}*/
/*.site-sidebar .widget_nav_menu > div {*/
/*    border-radius: 4px;*/
/*}*/
/*.site-sidebar .widget_nav_menu a {*/
/*    background-color: #F8F8F8;*/
/*}*/
/*.site-sidebar .widget_nav_menu ul:not(.sub-menu) > li, .site-sidebar .widget_nav_menu .sub-menu li {*/
/*    border-bottom: 4px solid #fff;*/
/*}*/

/*.site-sidebar .widget_nav_menu .sub-menu li:last-child {*/
/*    border: none;*/
/*}*/

/*.site-sidebar .widget_nav_menu .current_page_item .sub-menu, .site-sidebar .widget_nav_menu .current_page_parent .sub-menu {*/
/*    display: block;*/
/*}*/
/*.site-sidebar  .sub-menu {*/
/*    padding-left: 20px;*/
/*}*/

figure:not(.columns-default):not(.is-provider-youtube) {
    display: inline-block;
    border-radius: 4px;
    /*border: 12px solid #F8F8F8 !important;*/
}
figure img {
    border-radius: 4px;
}

.site-main .products .product {
    margin-bottom: 30px;
}

.products .product__thumbnail {
    width: 100%;
}

.products .woocommerce-loop-product__title {
    line-height: 1;
    min-height: 4rem;
}
.button.product_type_simple:hover,
.button.product_type_simple:focus {
    background-color: #302D2C !important;
}

.fancy-slider-wrapper {
    background-color: #F8F8F8;
    padding: 40px;
    border-radius: 4px;
}
.wrap-fancy-slide-white.fancy-slider-wrapper {
    background-color: #fff;
}
.wp-block-columns {

}

.fancy-slider-wrapper [data-fancybox="gallery"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 782px) {
    .flex-reverse-table-desc {
        flex-direction: row-reverse;
    }
}


.js-btn-formbay:hover,
.js-btn-formbay:focus {
    background-color: #302D2C !important;
}

.ws-masthead-lvl2{
    position: relative;
    height: 80px;
    background: #fff;
    z-index: 12;
}

.ws-masthead-lvl2:before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: #fff;
    display: none;
}


.ws-masthead-lvl2 .ws-container{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 100%;
}

.ws-masthead-lvl2.scroll .ws-container{
    position: fixed;
}

.ws-masthead-lvl2.scroll:before{
    display: block;
}

.ws-additional-menu {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.ws-additional-menu li::marker {
    font-size: 0;
}

.ws-additional-menu a {
    padding: 0.75em 1.25em;
    border-radius: 2px;
    margin-right: 1em;
    background: #F8F8F8;
    color: rgb(48, 45, 44);
    line-height: 1;
    white-space: pre;
}

.ws-additional-menu a[aria-current="page"] {
    background: rgba(238,99,0,1);
    color: #fff;
}

.ws-additional-menu a[aria-current="page"]:hover {
    background: rgba(238,99,0,1);
    color: #fff;
}

.secondary-menu-toggle {
    margin-right: 1em;
}

.main-navigation ul li {
    margin-right: 1.5em;
}

.main-navigation.nav-menu {
    margin-right: 2.5em;
    justify-content: end;
    /*padding: 0.75em 1em;*/
}


.woocommerce-product-gallery__wrapper {

}
.woocommerce-product-gallery__image {

}

body.single-product .product .entry-summary {
    --entry-summary-width: 35%;
}

.woocommerce-product-gallery__image a {
    display: block !important;
    position: relative;
    padding-bottom: 80%;
    background-color: #f8f8f8;
    border-radius: 4px;
    border: 10px solid #f8f8f8;
}
.woocommerce-product-gallery__image img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}

@media (max-width: 1200px) {
    .ws-additional-menu a {
        margin-right: 0.5em;
    }
    .main-navigation ul li {
        margin-right: 1em;
    }
    .main-navigation.nav-menu {
        margin-right: 0.5em;
    }
    .ws-additional-menu a {
        padding: 0.75em 1em;
    }
    [href="#js-open-pop"] {
        display: none !important;
    }
}

@media screen and (min-width: 48em) {
    .main-navigation.nav-menu {
        display: flex;
    }
    .ws-header-search {
        margin-left: 2em;
        margin-right: 2em;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .ws-additional-menu a {
        font-size: 13px;
    }
    .main-navigation.nav-menu {
        margin-right: 0 !important;
    }
    .main-navigation.nav-menu a {
        font-size: 13px;
    }
}

@media (max-width: 767px){
    .pll_the_languages {
        position: absolute;
        top: 16px;
        right: 0;
    }
    #wpadminbar {
        display: none;
    }
    html[lang] {
        margin-top: 0 !important;
    }
    .ws-additional-menu {
        width: 100%;
    }
    .ws-additional-menu li:nth-child(2) {
        margin-left: auto;
    }
    .ws-site-branding {
        padding-right: 80px;
    }
}
@media (max-width: 567px){
    .secondary-menu-toggle {
        margin-left: 0 !important;
    }
    .ws-additional-menu a {
        margin-right: 0;
        margin-left: 0.5em;
    }

}

.woocommerce-mini-cart__buttons a:hover, .checkout-button.button, .single_add_to_cart_button:hover {
    background: #302D2C !important;
    color: #fff !important;
}


.woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea {
    border: none !important;
    background: rgba(235, 235, 236, 0.8);
}
.woocommerce-input-wrapper textarea {
    padding: 10px;
}


.select2 .select2-selection {
    border: none !important;
    background: rgba(235, 235, 236, 0.8);
}
.select2 .select2-dropdown {
    border: none !important;
    background: rgba(235, 235, 236, 0.8);
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    display: block !important;
}


.order_details li {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    border-right:none !important;
}

.woocommerce-notices-wrapper a.button.wc-forward  {
    background: rgb(48,45,44) !important;
}

.woocommerce-notices-wrapper a.button.wc-forward:hover, .woocommerce-checkout-review-order button:hover {
    background: #181818 !important;
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.product-full-title {
    background: #f8f8f8;
    border-bottom: 1px solid rgba(238,99,0,1);
    padding: 15px;
    margin: 40px 0 0 !important;
    font-size: 21px;
    font-weight: 600;
    font-family: Roboto Condensed;
}
.product-full-content {
    background: #f8f8f8;
    border-bottom: 1px solid rgba(238,99,0,1);
    padding: 20px;
}

.wp-block-table {
    overflow: auto;
    max-width: 100%;
    width: 100%;
}

.wp-block-table table {
    width: 100%;
    min-width: 500px;
}

.wp-block-table thead {
    background:  rgba(238,99,0,1);
    color: #FFFFFF;
}

.wp-block-table td, .wp-block-table th {
    border: none;
    border: 4px solid #fff;
}

.summary  + .wrap {
    max-width: 100%;
}


input[type="radio"] {
    accent-color: rgba(238, 99, 0, 1); /* помаранчевий */
}

.payment_box {
    padding: 1em;
    background: rgba(235, 235, 236, 0.8);
}
.wc_payment_method {
    margin: 1em 0;

}

.wc_payment_method label, .wc_payment_method input {
    cursor: pointer !important;
}


@media (max-width: 576px) {
    .ws-header-search {
        padding-right: 50px !important;
    }
    .site-header-cart {
        position: absolute !important;
        top: 85px;
        right: 15px;
        z-index: 10;
    }
    #toggle-navigation {
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        z-index: 15;
        background: #fff;
        padding: 10px;
        border-bottom: 4px solid #EBEBEC;
    }

}

.ws-sidebar-layout--right {
		width: 100%
	}

/* ============================================================
   ACF Block: Сітка продуктів
   ============================================================ */

.pg-block {
    padding: 8px 0 32px;
}
.pg-block__title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 28px;
    line-height: 1.3;
}
.pg-block__grid {
    display: grid;
    gap: 24px 20px;
}
.pg-cols-4 .pg-block__grid { grid-template-columns: repeat(4, 1fr); }
.pg-cols-3 .pg-block__grid { grid-template-columns: repeat(3, 1fr); }

.pg-block__item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    align-items: center;
}
.pg-block__img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}
.pg-block__img-wrap img {
    max-width: 88%;
    max-height: 88%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.28s ease;
}
/*.pg-block__item:hover .pg-block__img-wrap img {*/
/*    transform: scale(1.05);*/
/*}*/
.pg-block__name {
    font-size: 18px;
    /*font-weight: 500;*/
    color: #fff;
    background-color: #EE6300;
    padding: 2px 10px;
    border-radius: 4px;
    text-underline-offset: 2px;
    margin: 0 0 3px;
    line-height: 1.35;
    transition: color 0.18s;
}
/*.pg-block__item:hover .pg-block__name { color: #cc5000; }*/

.pg-block__arrow {
    display: block;
    font-size: 18px;
    color: #ff6900;
    line-height: 1;
    transition: color 0.18s, transform 0.18s;
}
/*.pg-block__item:hover .pg-block__arrow {*/
/*    color: #cc5000;*/
/*    transform: translateX(5px);*/
/*}*/

@media (max-width: 1023px) {
    .pg-cols-4 .pg-block__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .pg-cols-3 .pg-block__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 479px) {
    .pg-cols-4 .pg-block__grid,
    .pg-cols-3 .pg-block__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 12px;
    }
}

/*Стилі під категорії*/
/* контейнер */
.pg-block__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

/* картинка */
.pg-block__img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease, filter 2.5s ease;
}

/* overlay */
.pg-block__img-wrap::after {
    content: "Переглянути";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;

    background: rgba(0, 0, 0, 0.5);
    padding: 10px 18px;
    border-radius: 4px;

    opacity: 0;
    transition: all 0.4s ease;
}

/* затемнення */
.pg-block__img-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* hover через <a> */
a:hover .pg-block__img-wrap img {
    transform: scale(1.12);
    filter: brightness(0.85);
}

a:hover .pg-block__img-wrap::before {
    opacity: 1;
}

a:hover .pg-block__img-wrap::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}