@charset "UTF-8";
/* CSS Document */
/*
Theme Name:Laika
Version:1.0
Description:Template Theme
Author:LAIKA web
Author URI:https://laikaweb.ru/
*/
*{
    box-sizing:border-box;
    outline:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
body{
    color:#49180E;
    font-size:16px;
    /*font-family:'Tw Cen MT', sans-serif;*/
    font-family:'Open Sans', sans-serif;
	background:#fff;
}
a{
    color:inherit;
    text-decoration:none;
}
.img-fluid{
    max-width:100%;
    height:auto;
    display:block;
}
.container{
    max-width:1290px;
    padding:0 15px;
    margin:0 auto;
}
.container.template-container{
    padding-top:15px;
    padding-bottom:70px;
}
.overlay-img{
    position:relative;
}
.overlay-img::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(249, 228, 175, 0.05);
}
.header{
    font-family:'Open Sans', sans-serif;
    font-weight:600;
}
.container{
    max-width:1290px;
    padding:0 15px;
    margin:0 auto;
}
.header__wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 0;
}
.header__logo{
    text-align:center;
}
.header__logo img{
    max-width:100%;
    height:auto;
    width:130px;
}
.header__city{
    display:block;
    line-height:30px;
}
.header__contacts,
.header__logo,
.header__cart{
    flex:1;
}
.header__cart{
    display:flex;
    flex-direction:column;
    text-align:right;
    align-items:flex-end;
    font-weight:700;
}
.header-menu-wrapper{
    border-top:1px solid #F9E4AF;
    border-bottom:1px solid #F9E4AF;
}
.header__menu > ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:0;
    margin:0;
    list-style:none;
}
.header__menu ul li > a{
    font-size:22px;
    text-transform:uppercase;
    transition:color .3s;
}
.header__menu ul li > a:hover{
    color:#8B663A;
}
.header__contacts{
    font-weight:700;
}
.header__phone{
    font-size:24px;
}
.header__delivery{
    line-height:30px;
}
.header__menu ul li{
    padding:20px 0;
}
.header__menu ul li ul.sub-menu li{
    padding:0;
}
.menu-korzina-container .menu{
    margin:0;
    padding:0;
    list-style:none;
    /* margin-right:3px; */
    width: 38px;
}
.menu-korzina-container .menu .amount{
    display:none!important;
}
.menu-korzina-container .wpmenucart-contents{
    display:inline-block;
    width:44px;
    height:41px;
    background:url(images/cart.svg) 0 0 / contain no-repeat;
    position:relative;
}
.menu-korzina-container .cartcontents {
    position:absolute;
    right:-15px;
    top:-6px;
    width:28px;
    height:28px;
    overflow:hidden;
    background:#F9E4AF;
    font-size:18px;
    line-height:28px;
    color:#49180E;
    text-align:center;
    border-radius:50%;
}
/* intro */
.intro-slider__item{
    min-height:560px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
}
.intro{
    position:relative;
}
.intro-slider__item::after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
/*    background:rgba(190, 164, 97, 0.5);*/
}
.intro::before{
    content:"";
    background:url(images/slider-line.svg) center center / cover no-repeat;
    position:absolute;
    bottom:-20px;
    width:100%;
    min-height:70px;
    z-index:1;
}
.intro-slider__text{
    z-index:2;
    position:absolute;
    left:0;
    right:0;
    bottom:80px;
}
.intro-slider__title{
    text-transform:uppercase;
    font-size:64px;
    line-height:78px;
    font-weight:700;
    color:#e12929;
    margin:0;
}
.intro-slider__title span{
    color:#49180E;
}
.intro-slider__subtitle{
    color:#49180E;
    font-size:18px;
    line-height:24px;
    font-weight:700;
    margin:25px 0;
}
/* slick-dots */
.slick-dots{
    position:absolute;
    padding:0;
    margin:0;
    list-style:none;
    display:flex;
    justify-content:center;
    left:0;
    right:0;
    line-height:0;
    bottom:48px;
}
.slick-dots li{
    margin:0 10px;
}
.slick-dots button{
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    background:transparent;
    border:2px solid #49180E;
    font-size:0;
    width:16px;
    max-width:16px;
    height:16px;
    max-height:16px;
    cursor:pointer;
}
.slick-dots .slick-active button{
    border:2px solid #F9E4AF;
    background:#F9E4AF;
}
/* /slick-dots */
.title{
    font-size:32px;
    line-height:35px;
    text-transform:uppercase;
    text-align:center;
    margin:0;
}
.product-menu .title{
    margin:40px 0 45px;
}
/* about */
.about{
    padding:40px 0 94px;
}
.about .title{
    margin-bottom:50px;
}
.about__container{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.about__text{
    padding-right:80px;
}
.about__text p{
    font-weight:400;
    font-size:14px;
    line-height:24px;
    margin-top:0;
    margin-bottom:20px;
}
.about__text,
.about-img{
    width:50%;
}
.about-img{
    display:flex;
    flex-wrap:wrap;
    margin:-10px;
}
.about-img__item{
    line-height:0;
    padding:10px;
}
.about-img__item img{
    max-width:264px;
    height:auto;
}
.about-more{
    line-height:17px;
    font-weight:600;
}
.more-btn img{
    padding-left:18px;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.more-btn:hover img{
    padding-left:23px;
}
/* footer */
.footer__menu ul{
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    padding:0;
    margin:0;
    font-weight:600;
}
.copy{
    margin-right:54px;
}
.footer{
    background:#8B663A;
    color:#FFE297;
    position:relative;
    clear:both;
}
.footer-bottom,
.footer-top{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.footer-top{
    padding:35px 0;
}
.footer-bottom{
    padding:20px 0;
}
.development{
    margin-left:auto;
}
.footer__phone{
    font-size:20px;
    line-height:24px;
    margin-left:auto;
    font-weight:600;
}
.footer__menu li:not(:last-child){
    padding-right:37px;
}
.footer::after{
    content:'';
    display:inline-block;
    width:100%;
    height:1px;
    background:#F9E4AF;
    position:absolute;
    bottom:58px;
    left:0;
}
.footer a{
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.footer a:hover{
    color:#49180E;
}
.header-menu-btn{
    display:none;
}
/**/
.title--wedding-cake{
    margin:45px 0;
}
.wedding-cake__text,
.wedding-cake__img{
    width:50%;
}
.wedding-cake__text{
    padding-right:38px;
}
.wrapper--wedding-cake{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:90px;
}
.btn{
    background:#8B663A;
    color:#FEEEC4;
    border-radius:25px;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    font-weight:600;
    display:inline-block;
}
.btn:hover{
    background:#FEEEC4;
    color:#8B663A;
}
.wedding-cake__btn{
    padding:14px 22px;
}
.wedding-cake__text p{
    margin-top:0;
    margin-bottom:30px;
    line-height:24px;
}
p.additional-info{
    font-size:14px;
    margin-top:15px;
    margin-bottom:16px;
}
.additional-info span{
    color:#FFE297;
}
.wrapper--samples-cake{
    padding-bottom:50px;   
}
.gallery__item{
    width:25%;
    padding:10px;
}
.gallery{
    margin:-10px;
    display:flex;
    flex-wrap:wrap;
    margin-bottom:75px;
}
.gallery .overlay-img::before{
    margin:10px;
}
.gallery #gallery-1 img {
    border:none;
}

.second-title{
    text-align:center;
    font-size:24px;
    line-height:26px;
    font-weight:700;
    text-transform:uppercase;
}
.subtitle{
    margin:0 auto;
    text-align:center;
    font-size:14px;
    line-height:24px;
    font-weight:400;
}
.subtitle.subtitle--cake{
    max-width:980px;
}
.subtitle.subtitle--news{
    max-width:780px;
    margin-bottom:33px;
}
.title.title--news{
    margin-bottom:28px;
}
/* card news and product-menu */
.card-single__img img{
    margin:0 auto;
}
.card-wrapper {
    display:flex;
    flex-wrap:wrap;
    margin:-10px;
}

.card-single {
    display:flex;
    flex-direction:column;
    padding:10px;
}

.card-inner {
    display:inline-table;
    border:1.5px solid rgba(204, 204, 204, 0.5);
    border-radius:15px;
    overflow:hidden;
    transition:all .3s;
}

.card-inner:hover {
    box-shadow:0 0 10px 5px rgba(221, 221, 221, 1);
}

.card-single__text {
    display:flex;
    flex-direction:column;
    position:relative;
}

.card-single__title {
    margin:0;
}

.product-menu__img{
    position:absolute;
    width:62px;
    height:62px;
    background:#fff;
    top:-31px;
    left:0;
    right:0;
    margin:0 auto;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.product-menu__title {
    font-size:20px;
    line-height:22px;
    text-align:center;
    margin-bottom:15px;
    z-index:1;
}

.product-menu__subtitle {
    font-size:14px;
    line-height:18px;
    text-align:center;
    margin-bottom:15px;
}

.product-menu__btn {
    display:inline-flex;
    align-items:center;
    margin:0 auto;
    font-size:12px;
    line-height:13px;
    padding:10px 20px;
    border:1px solid transparent;
}

.product-menu__btn:hover{
    border:1px solid #8B663A;
}

.product-menu__btn svg {
    margin-left:10px;
}

.product-menu__btn:hover svg path{
    fill:#8B663A;
}

.product-menu__text {
    padding:31px 20px 20px;
}

.news__text{
    padding:30px 18px;
}
.news__title{
    font-size:18px;
    line-height:20px;
    margin-bottom:15px;
}
.news__subtitle{
    font-size:14px;
    line-height:16px;
    font-weight:400;
    margin-bottom:24px;
}
.news-more{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
}
.news-date{
    font-size:14px;
    line-height:15px;
    font-weight:700;
}
.news-more{
    font-size:14px;
    line-height:15px;
    font-weight:700;
}
.news-more svg{
    margin-left:10px;
}
.news-date{
    display:block;
}
.title--single-news{
    text-align:left;
    margin-bottom:28px;
}
.news-text p{
    margin-top:0;
    line-height:24px;
}
.contact-address,
.contact-phone,
.text-block{
    width:33.33%;
}
.contacts-wrapper{
    display:flex;
    flex-wrap:wrap;
    max-width:1050px;
    margin:0 auto;
}
.contacts--title {
    margin-bottom:30px;
}
.text-block{
    padding-right:12px;
}
.text-block__inner{
    position:relative;
    background:#FEEEC4;
    border-radius:15px;
    padding:30px;
}
.text-block__inner::before {
    content:"";
    width:0;
    height:0;
    border-left:11px solid transparent;
    border-right:11px solid transparent;
    border-top:30px solid #FEEEC4;
    position:absolute;
    bottom:-16px;
    right:-12px;
    transform:rotate(-45deg);
}
.text-block-content{
    display:flex;
    align-items:center;
    justify-content:center;
}
.text-block__text{
    text-align:center;
    padding-right:20px;
    font-size:18px;
    line-height:22px;
    font-weight:700;
}
.contact-address,
.contact-phone{
    list-style:none;
    margin:0;
    position:relative;
}
.contact-address::before{
    background:url(images/address.svg) center center / contain no-repeat;
}
.contact-phone::before{
    background:url(images/phone.svg) center center / contain no-repeat;
}
.contact-address::before,
.contact-phone::before{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:30px;
    height:30px;
}
.contact-address li,
.contact-phone li{
    font-weight:400;
    font-size:18px;
    line-height:26px;
}
.contact-map{
    margin-top:50px;
}
.delivery-wrapper{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.delivery-wrapper .text-block-content{
    flex-direction:column;
    align-items:flex-start;
}
.delivery-wrapper .text-block a{
    font-weight:600;
}
.delivery-wrapper .text-block__inner{
    padding:25px;
}
.delivery-wrapper .text-block a:not(:last-child){
    margin-bottom:15px;
}
.delivery-text{
    width:75%;
}
.delivery-wrapper .text-block{
    width:auto;
}
.delivery-text p{
    margin-top:0;
    margin-bottom:30px;
    line-height:24px;
}
.delivery-info{
    width:50%;
    max-width:440px;
}
.delivery-inner{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:36px;
}
.delivery-title{
    text-align:center;
    font-size:24px;
    line-height:26px;
    font-weight:600;
    margin-bottom:18px;
    margin-top:15px;
    text-transform:uppercase;
}
.delivery-info span{
    display:block;
    font-weight:600;
    margin-bottom:12px;
}
.payment-card{
    display:flex;
    flex-wrap:wrap;
}
.payment-card img:not(:last-child){
    margin-right:18px;
}
.woocommerce-cart table.cart td.actions{
	display:none;
}
.top-fixed{
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:#fff;
    z-index:996;
}
.notifyjs-corner{
    top:100px!important;
}
.fixed-cart{
    display:none;
}
.delivery-info__wrapper{
    display:flex;
}
.menu-korzina-container{
    display:flex;
    align-items:flex-end;
}
.summary.entry-summary > p{
    line-height:24px;
}
.summary.entry-summary .product_meta{
    display:none;
}
/* modal-form */
.popup{
    display:none;
    z-index:9999;
    padding:50px 48px 50px 48px;
    max-width:400px;
    min-height:370px;
    opacity:0;
    position:fixed;
    background:#FFFFFF;
    margin-top:50px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    -webkit-transition:none !important;
    transition:none !important;
    text-align:center;
    box-shadow:0px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
}
.popup__close,
.popup-policy__close{
    position:absolute;
    top:9px;
    right:13px;
    font-size:46px;
    color:#B1B1B1;
    cursor:pointer;
    -webkit-transition:all .3s;
    transition:all .3s;
    font-weight:300;
}
.popup__close:hover{
    color:#8B663A;
}
.overlay {
    z-index:999;
    position:fixed;
    background-color:#000;
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity=50);
    width:100%;
    height:100%;
    top:0;
    left:0;
    -webkit-transition:none !important;
    transition:none !important;
    cursor:pointer;
    display:none;
}
.popup input[type=submit]{
    cursor:pointer;
    width:auto;
    display:inline-block;
    background:#8B663A;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    -ms-border-radius:25px;
    -o-border-radius:25px;
    color:#FEEEC4;
    font-size:14px;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    margin-left:20px;
}
.wpcf7-not-valid-tip{
    margin-top:5px;
    display:none;
}
.wpcf7 form .wpcf7-response-output{
    margin-top:20px;
    border:none;
    line-height:24px;
    margin-bottom:0;
}
.popup input:focus,
.popup input:active,
.popup textarea:focus,
.popup textarea:active{
    border:1px solid #8B663A;
}
.popup input[type=submit]:hover{
    background:#FEEEC4;
    color:#8B663A;
}
.popup p{
    margin:0;
}
.popup input,
.popup textarea{
    width:100%;
    padding:10px;
}
.popup textarea{
    resize:none;
    height:110px;
}
.popup input,
.popup textarea{
    margin-top:17px;
    border:1px solid rgba(139, 102, 58, 0.2);
    box-sizing:border-box;
    border-radius:5px;
}
.popup-form__title{
    margin:0 0 13px;
    text-align:left;
    font-size:28px;
    line-height:30px;
    text-transform:uppercase;
}
/* modal-form */
@media (max-width:767px){
    .contact-address,
    .contact-phone,
    .text-block{
        width:100%;
    }
    .contacts-wrapper{
        flex-direction:column;
    }
    .contact-address,
    .contact-phone{
        margin-bottom:30px;
    }
    .delivery-info,
    .delivery-text{
        width:100%;
    }
    .payment-card img:not(:last-child) {
        margin-right:15px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .contact-address,
    .contact-phone{
        width:50%;
    }
    .text-block{
        width:100%;
        margin-top:30px;
    }
    .delivery-info {
        max-width:332px;
    }
    .delivery-text{
       width:100%;
    }
}
@media (min-width:992px) and (max-width:1200px){
    .contact-address,
    .text-block{
        width:38%;
    }
    .contact-phone{
        width:24%;
    }
    .delivery-text{
        padding-right:30px;
    }
    .delivery-wrapper .text-block{
        width:30%;
    }
    .delivery-text{
        width:70%;
    }
}
@media (min-width:992px) {
    .card-single {
        width:33%;
    }
    /* sub-menu */
    .header__menu ul li{
        position:relative;
    }
    .header__menu ul ul.sub-menu{
        display:none;
        position:absolute;
        background:#fff;
        box-shadow:0px 4px 30px rgba(0, 0, 0, 0.25);
        border-radius:15px;
        padding:20px 0;
        top:65px;
        z-index:999;
        list-style-type:none;
        min-width:215px;
    }
    .header__menu ul ul.sub-menu::before{
        content:"";
        width:0;
        height:0;
        border-left:17px solid transparent;
        border-right:17px solid transparent;
        border-bottom:22px solid #fff;
        position:absolute;
        top:-22px;
        left:20px;
    }
    .header__menu ul ul.sub-menu > li > a{
        font-size:16px;
        line-height:17px;
        padding:13px 24px;
        display:block;
        text-transform:none;
        white-space:nowrap;
    }
    .header__menu ul ul.sub-menu > li > a:hover{
        background:#F9E4AF;
        color:#49180E;
    }
    .header__menu li:hover ul.sub-menu{
        display:block;
    }
    .header__menu ul li:last-child ul.sub-menu{
        right:0;
    }
    .header__menu ul li:last-child ul.sub-menu::before{
        right:22px;
        left:auto;
    }
    .header__delivery-info{
        background:#F9E4AF;
        color:#49180E;
        padding:10px;
        border-radius:15px;
        font-size:14px;
        line-height:18px;
        position:relative;
        margin-right:10px;
        display:block!important;
    }
    .header__delivery-info::after {
        content:''; 
        position:absolute;
        right:-18px;
        top:18px;
        border:10px solid transparent;
        border-left:10px solid #F9E4AF;
       }
}

@media (max-width:767px) {
    .card-single {
        width:50%;
    }
    .product-menu__text {
        padding:31px 5px 10px;
    }
    .product-menu__title{
        font-size:18px;
        line-height:20px;
    }
    .news__text{
        padding:15px 10px;
    }
    .news__subtitle{
        margin-bottom:15px;
    }
    .news-date{
        margin-bottom:10px;
    }
    .single-news-img{
        margin-bottom:30px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .card-single {
        width:33.33%;
    }
}
@media(max-width:340px){
    .card-single {
        width:100%;
    }
}
@media (min-width:768px) {
    .single-news-img{
        width:40%;
        height:auto;
        float:left;
        margin:0 30px 30px 0;
    }
}
@media (max-width:991px) {
    .header__menu ul ul.sub-menu{
        display:none;
    }
    .menu-item-has-children{
        position:relative;
    }
    .menu-item-has-children::after{
        content:'';
        width:26px;
        height:26px;
        background:url(images/menu-arrows-2.svg) center center / cover no-repeat;
        position:absolute;
        /* top:11px; */
        top:1px;
        right:30px;
        transition:all .3s;
        -webkit-transition:all .3s;
        -moz-transition:all .3s;
        -ms-transition:all .3s;
        -o-transition:all .3s;
}
    .sub-menu-open.menu-item-has-children::after{
        transform:rotate(45deg);
        -webkit-transform:rotate(45deg);
        -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        -o-transform:rotate(45deg);
}
}
.woocommerce form .form-row .optional{
    display:none ;
}
.info-panel-heading.in img {
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.info-tabcontent{
    margin-bottom:15px;
}
.info-panel-heading span{
    font-size:18px;
    font-weight:600;
    padding-left:10px;
    cursor:pointer;
}
.info-panel-heading{
    padding-bottom:15px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb{
    white-space:nowrap;
    overflow-x:auto;
    padding-bottom:14px;
    margin:0;
}
.woocommerce li.product .product-weight {
	margin-bottom:10px;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.intro-slider__title{
    font-size: 44px;
    line-height: 52px;
}

[data-delivery-type="take_away"] .if_delivery-type__delivery {
	display: none;
}
[data-delivery-type="levering"] .if_delivery-type__delivery {
	display: block;
}

.d-none {
	display: none !important;
}
.menu-korzina-container .wpmenucart-contents .cartcontents:empty, .menu-korzina-container .wpmenucart-contents.empty-wpmenucart-visible .cartcontents {
    opacity: 0;
    visibility: hidden;
}

.header .current-menu-item > a{
    color: #d0a947;
}
.footer .current_page_item > a{
    color: #49180E;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
    border-top-color: #8B663A;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    color: #8B663A;
}
/* Пасха */
.product-menu__easter ul.products{
	justify-content: center;
}
.woocommerce ul.products li.product_cat-pasha,
.woocommerce-page ul.products li.product_cat-pasha{
    position: relative;
}
/*
.woocommerce ul.products li.product_cat-pasha::after,
.woocommerce-page ul.products li.product_cat-pasha::after{
    content: "Бесплатная доставка";
    display: inline-block;
    position:absolute;
    top: 0;
    right: 0;
    background: #FF7245;
    padding: 8px 10px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 0px 14px;
}
*/
@media(max-width: 767px){
    .woocommerce ul.products li.product_cat-pasha::after,
    .woocommerce-page ul.products li.product_cat-pasha::after{
        font-size: 12px;
        text-align: center;
    }
}
/* /Пасха */

/* SEARCH FORM */
.search-popup {
	max-width:600px;
	width:100%;
	min-height: auto;
}
.aws-search-result {
	display:none!important;
}
.search-btn {
	width:24px;
	height:24px;
	align-self: flex-start;
    margin-top: 29px;
    margin-left: 20px;
	transition:.3s;
}
.search-btn svg {
	width:100%;
	height:100%;
	transition:.3s;
}
.search-btn__fixed {
	padding:23px;
	background: #fff;
    width: 70px;
    height: 70px;
    display: none;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid rgba(85, 61, 33, 0.25);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
	position: fixed;
    top: 300px;
    right: 20px;
    z-index: 997;
}
.search-btn__fixed svg {
	height:100%;
	width:100%;
}
.search-btn__fixed:hover {
	box-shadow: 0 0 10px 5px rgb(221 221 221);
}
@media(max-width:992px) {
	.search-btn {
		align-self: center;
		margin-top: 0px;
		margin-left: 20px;
	}
	.search-btn__fixed {
		display:none!important;
	}
}
@media(max-width:768px) {
	.popup.search-popup {
		max-width:414px;
		width:100%;
		padding: 50px 23px 50px 23px;
	}
}
/* tab */
.tab-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
    margin-left: -6px;
    margin-right: -6px;
}

.tab {
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #8B663A;
    color: #8B663A;
    cursor: pointer;
    margin: 6px;
    border-radius: 15px;
    transition: all .15s ease-in-out;
}

.tab.active,
.tab:hover {
    background-color: #8B663A;
    border-color: #8B663A;
    color: #FEEEC4;
}

.tab-content {
    padding: 0;
    border: 1px solid #F9E4AF;
    border-radius: 15px;
    overflow: hidden;
}

.tab-content.active {
    display: block;
}

.tab-content.inactive {
    display: none;
}
.address-map{
    margin-top: 50px;
}
.address-map .contact-map{
    margin-top: 0;
}
/* /tab */
wc-order-attribution-inputs{
	display: none;
}
/* END */


.byc_user_order_details_page_container {
    display: none!important;
}