body{
    max-width:1600px;
    margin: 0 auto;
}
.w-cookie {
    left: 0;
}
.container,
.container.with-xlarge {
    width: 100%;
    max-width: 1200px;
}
label[for="deliveryActive"] {
    font-weight: 900;
    color: #62aa2c;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-row {
    margin-left: -10px;
    margin-right: -10px;
}
.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.j-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.flex-row{
    margin: 0 -10px;
}

.site-message {
    padding: 10px;
    background-color: #010101;
    color: #fff;
    font-weight: bold;
    font-size: .9em;
}

/* site-corporate */
.site-corporate {
    border: none;
    padding: 0;
    background: #61aa2c;
}

.site-corporate .container{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.usp-slider .owl-item {
    white-space: nowrap;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto !important;
    padding: 0 10px;
}

.usp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
}

.usp-item svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.text-menu>li {
    padding: 0;
    margin: 0 6px;
}

.text-menu>li:last-child {
    margin-right: 0;
}

.text-menu>li:last-child .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.text-menu li a {
    font-size: 12px;
}

.text-menu>li:last-child>a {
    background: #61aa2c;
    color: #ffffff;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

/* header */
.site-header {
    background: #ececec;
    position: relative;
    padding: 25px 0;
}

.header-right>.flex>div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
}

.header-right>.flex>div:before {
    content: '';
    display: block;
    width: 1px;
    height: 54px;
    background: #d7d7d7;
    position: absolute;
    left: 0;
    top: -8px;
}

.header-right>.flex>div:first-child:before {
    display: none;
}

.header-right>.flex>div:last-child {
    padding-right: 0;
}

.header-right .fa {
    color: #61aa2c;
    font-size: 21px;
    padding-right: 10px;
}

#searchBtn {
    cursor: pointer;
}

#searchForm {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 100%;
    max-width: 1180px;
    margin: auto;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: .9em;
    background: #000000;
    padding: 10px;
}

.m-quick-cart img {
    margin-bottom: 5px;
}

.m-quick-cart span {
    padding-left: 5px;
    font-size: 13px;
    font-weight: 600;
}

/* site-navigation */

.site-navigation {
    border: none;
    background: none;
    padding: 10px 0;
}

.site-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-navigation .nav {
    max-width: 85%;
}

.site-navigation .nav>li {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.site-navigation .nav>li>a {
    color: #020202;
    display: block;
    font-size: 14px;
    padding: 15px 10px;
    font-weight: 600;
}
.site-navigation .nav>.hasDropdown>a {
    pointer-events: none;
}

.site-navigation .nav>li>a:hover {
    background: white;
    color: black;
}

.site-navigation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 999;
}

.site-navigation ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}

.site-navigation .nav li:hover>ul {
    display: block;
}

.site-navigation ul ul li a {
    background: #61aa2c;
    color: white;
    padding: 10px;
}

.site-navigation ul ul li a:hover {
    background: #020202;
}

.socials {
    margin-left: auto;
}

.socials a {
    font-size: 21px;
    margin-left: 10px;
    padding: 0 5px;
}
.mm-slideout { 
    z-index: 0; 
}
.mm-menu_offcanvas {
    z-index: 9;
}
/* slider */

.site-slider .hero-slider-theme {
    margin: 0;
    line-height: 0;
}
.hero-slider-theme .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 3em;
}
.hero-slider-theme .owl-controls .owl-page span {
    border: 2px solid #fff;
}
.site-slider .hero-slider-theme img {
    width: 100% !important;
    min-height: 250px;
    max-height:606px;
    -o-object-fit: cover;
       object-fit: cover;
}

.site-slider .hero-slider-theme .placeholder-wrapper {
    max-width: 100% !important;
    min-height: 250px;
    max-height:606px;
}

.w-slider-caption.item-caption {
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: auto;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}

.w-slider-caption.item-caption .item-title h1{
    color:#ffffff;
}

.w-slider-caption.item-caption .h2 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
}

.w-slider-caption.item-caption .h2 span {
    display: block;
    color: #61aa2c;
}

.w-slider-caption.item-caption .h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: 10px 0;
}

.btn-main,
.btn-main:visited {
    display: inline-block;
    background: #61aa2c;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 40px;
    letter-spacing: .8px;
    line-height: initial;
    border: none;
    cursor: pointer;
}

/* main categories */
.welcome-container{
    max-width: 1105px;
    margin: 0 auto;
    padding: 50px 0;
}
.categoryItem{
    position: relative;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 15.2px 0.8px rgba(0, 0, 0, 0.38);
            box-shadow: 0px 0px 15.2px 0.8px rgba(0, 0, 0, 0.38);
    width: 100%;
    margin: 0 auto 20px auto;
}

.categoryContent{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff!important;
}

.categoryContent >div.text-center{
    max-width: 220px;
}

.categoryContent p{
    margin: 0;
}

.categoryTitle{
    font-size: 21px;
    font-weight: 700;
}

.categoryText{
    font-size: 15px;
    margin: 15px 0!important;
}

/* welcome */
.welcome{
    margin-top: 50px;
}
.welcome .page-title-frontpage{
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
    text-align: left;
}

.welcome .m-text-headline{
    font-weight: 600;
    font-size: 20px;
}

.welcome .m-text-headline small{
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.welcome .m-text-headline span{
   color: #61aa2c;
}

.welcome img{
    max-width: 100%;
}

.welcome p{
    font-size: 15px;
    line-height: 20px;
}

.welcome p a{
    color: #61aa2c;
}

/* products */
.frontpage-content .page-title-frontpage{
    margin: 0 0 20px 0;
    padding: 7px 0;
    border: none;
    background: url(/upload_dir/pics/title.jpg) no-repeat center/cover;
}

.frontpage-content .page-title-frontpage .h1{
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}

.productItem .type-col{
    border: none;
    text-align: center;
}

.productItem .image{
    border: 1px solid #e5e5e5;
    margin-bottom: .5em;
}

.h5.m-productlist-title{
    font-size: 14px;
    font-weight: 600;
}

.productItem .type-col .product-transaction{
    border: none;
    background: none;
    padding-top: 0;
    padding-bottom: 10px;
}
.m-product-transaction .flex-row {
    display: flex;
    margin: 0 -10px;
}
.m-product-transaction-unittitle {
    font-weight: bold;
    font-size: 1em;
}

.productItem .type-col .product-action{
    padding-bottom: 0;
    padding-top: 0;
}

.m-productlist-price.h5{
    font-size: 24px;
    color: #61aa2c;
}

.productItem .type-col .btn-main{
    font-size: 12px;
    padding: 10px 35px;
}

.m-product-information .panel-success.m-product-instock,
.m-product-additional-info .nav-tabs li.active>a,
.m-product-additional-info .t-panel-clean>.pane,
.m-product-variants .panel-warning,
.m-product-variants .panel-success,
.w-notification .panel-success,
.m-product-info.panel-warning,
.panel-danger.m-product-stock.m-product-soldout {
    background: none;
}

.m-breadcrumb,
.m-print {
    margin: 1.5em auto;
}

.select2-container .select2-choice{
   border-color: #60AA2D !important;
   color: #60AA2D !important;
}
.badge.m-product-splash-new,
.badge.m-productlist-new{
    background: #60AA2D;
    color:#ffffff;
}
.badge.m-product-splash-sale,
.badge.m-productlist-sale{
    background: #000000;
    color:#ffffff;
}

/* map */
.map-section{
    padding: 80px 0;
}
.contact-section{
    background: rgb(23 38 13 / 50%);
    border-radius: 10px;
    max-width: 550px;
    padding: 30px;
    margin: 0 30px;
}

.contact-section-arrow{
    margin-right: 20px;
}

.contact-section-arrow img{
    margin: 0;
    border: 3px solid #61aa2c;
    border-radius: 50px;
    padding: 10px;
    padding: 18px;
}

.contact-section-headline{
    font-size: 35px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 9px;
}

.contact-section-data{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.contact-section .contact-data-container{
    position: relative;
}

.contact-section .contact-data-container:after{
    content: '';
    display: block;
    width: 1px;
    height: 110px;
    background: rgba(255,255,255, .5);
    position: absolute;
    top: 3px;
    right: -37px;
}

.contact-section .contact-data-container li,
.contact-section .contact-data-container li a{
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
}

.contact-section .contact-data-container li.contact-data-name{
    color: #61aa2c;
}

.schedule{
    margin-left: auto;
}

.schedule .btn-main{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 10px 33px;
}

.schedule p{
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/* instagram */
.instagram{
    padding: 40px 0;
}

.section-title{
    font-size: 39px;
    font-weight: 900;
    margin-bottom: 10px;
}

.instagram-link{
    margin: 0 0 20px 0;
}

.instagram-link .fa{
    font-size: 32px;
    padding-right: 10px;
}

.instagram-link p{
    margin: 0;
}

.instagram-link a{
    color: #000000;
    font-size: 26px;
}

.insta-item{
    width: 20%;
    padding: 0 10px;
}

.insta-item img{
    width: 100%;
}

.some-icon a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #61aa2c;
    color: #ffffff;
    margin: 0 auto;
    font-size: 46px;
}

/* faq */
.faq-headline{
    font-size: 29px;
    font-weight: 800;
}

.faq-item{
    background: #eaf0eb;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 15px;
}

.faq-item-title{
    font-size: 17px!important;
    font-weight: 700;
    color: #61aa2c;
}

.faq-item p{
    font-size: 13.5px;
    line-height: 23px;
}

/* quide */
.quide{
    background: url(/upload_dir/pics/quide_bg.jpg) no-repeat center/cover;
    padding: 50px 0;
    margin: 40px 0;
}

.quide-arrow{
    margin-right: 25px;
}

.quide-arrow img{
    margin: 0;
    border: 3px solid #000000;
    border-radius: 50px;
    padding: 10px;
    padding: 18px;
}

.quide-headline{
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.quide-text p{
    margin: 0;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* gallery */
.gallery{
    margin-bottom: 40px;
}

.gallery-title{
    font-size: 31px;
    font-weight: 800;
    margin-bottom: 0;
}

.gallery-subtitle p{
    font-size: 17px;
    font-weight: 600;
    color: #61aa2c;
    margin-bottom: 20px;
}

.gallery-top{
  max-height: 573px;
  margin-bottom: 10px;
}

.gallery-top img {
  height: 100%!important;
  width: 100%!important;
  object-fit: cover;
}
.gallery-top img,
.gallery-thumbs img{
    opacity:1!important;
}

.swiper-button-next:after, 
.swiper-button-prev:after{
    color: #ffffff;
}

/* footer */
.site-footer {
    border: none;
    background: #61aa2c;
}

.site-footer p,
.site-footer li,
.site-footer a {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
}

.site-footer a:hover {
    color: #000000;
}

.site-footer .f-title {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.site-footer .some-icon a{
    background: #ffffff;
    color: #61aa2c;
    margin: 0 10px 0 0; 
    width: 49px;
    height: 49px;
    font-size: 32px;
    transition: .3s linear;
}

.site-footer .some-icon a:hover{
    background:#000000;
}

.cards {
    padding: 20px 0;
    background: #010101;
}

.cards ul,
.cards p {
    margin: 0;
}

.cards img {
    max-width: 100%;
    margin: 0 auto;
}

.m-blog-list-container article {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.m-blog-list-anchorwrap {
    margin-left: 0;
    margin-top: auto;
}
.m-blog-list-anchorwrap a,
.m-blog-list-headline a .h4 {
    color: #61aa2c;
    font-weight: bold;
}
.m-blog-list-imagewrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(min-width:480px) {}

@media(max-width:959px) {

    .logo-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .top-search-form {
        margin-top: 25px;
    }
    .site-main-categories >.flex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media(max-width:767px) {
    .contact-section-arrow{
        display: none;
    }

    .contact-section{
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto;
    }
    .contact-section .contact-data-container:after{
        display: none;
    }

    .contact-section-data{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: unset;
            -ms-flex-positive: unset;
                flex-grow: unset;
    }

    .schedule{
        margin: 20px 0 0;
    }
}

@media(min-width:768px) {
    .w-slider-caption.item-caption{
        max-width: 770px;
    }

    .w-slider-caption.item-caption .h2 {
        font-size: 60px;
        line-height: 70px;
        font-weight: 700;
    }
    .w-slider-caption.item-caption .h4 {
        font-size: 18px;
        line-height: 31px;
        font-weight: 500;
        margin: 10px 0;
    }

    .categoryItem{
        width: 50%;
    }
    .quide{
        padding: 50px 0 50px 55px;
    }
}

@media(min-width:960px) {
    .site-corporate {
        background: -o-linear-gradient(335deg, #61aa2c 50%, #ffffff 50%);
        background: linear-gradient(115deg, #61aa2c 50%, #ffffff 50%);
    }

    .site-corporate .container{
        background: -o-linear-gradient(335deg, #61aa2c 51%, #ffffff 49%);
        background: linear-gradient(115deg, #61aa2c 51%, #ffffff 49%);
        z-index: 909;
    }

    .site-navigation {
        padding: 0;
    }

    .categoryItem{
        width: unset;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0 10px;
    }
    .site-footer{
        background: url(/upload_dir/pics/footer.jpg) no-repeat center/cover;
    }
}

@media(min-width:1140px) {
    .site-main-categories{
        margin-top: -95px;
    }

}

@media(min-width:1200px) {
    .usp-item {
        font-size: 12px;
    }
}

@media(min-width:1280px) {
    .site-corporate .container{
        background: -o-linear-gradient(335deg, #61aa2c 59%, #ffffff 41%);
        background: linear-gradient(115deg, #61aa2c 59%, #ffffff 41%);
    }

}

#ui-datepicker-div {
    display: none !important;
}

.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-prev>span:before {
    content: "\f053";
}
.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-next>span:before {
    content: "\f054";
}
.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all>span:before {
    font-family: FontAwesome;
    color: #fff;
    font-size: 12px;
}

.ui-widget.ui-widget-content .ui-widget-header {
    border: 1px solid #61aa2c;
    background: #61aa2c;
    padding: 10px;
}
.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all>span {
    text-indent: initial;
    font-size: 0;
}
.ui-widget.ui-widget-content .ui-widget-header span {
    color: #fff;
}

.ui-datepicker-calendar {
    width: 100%;
}

.ui-widget {
	background: none;
	border: none;
	margin-bottom: 2em;
	width: 100%;
}

.ui-datepicker .ui-datepicker-header {
    background: none;
    margin-bottom: 2em;
}

.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
    color: #8a8b8e;
    cursor: pointer;
}

.ui-datepicker-prev .ui-icon {
    float: left;
}

.ui-datepicker-next .ui-icon {
    float: right;
}

.ui-datepicker .ui-datepicker-title {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.ui-datepicker-calendar thead span {
	font-size: 14px;
	font-weight: normal;
}

.ui-datepicker-calendar td {
	border: none;
	padding: 5px;
	color: #2b2b2b;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    display: block;
    text-align: center;
	color: #2b2b2b;
	background: #fff;
	-webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.05);
	padding: 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-hover {
	color: #fff;
	background: #61aa2c !important;
}

.ui-widget-content .ui-datepicker-calendar .ui-state-disabled > span {
    background: #eee;
    cursor: default;
}


.usp-bar {
    background: #f5f5f5;
    padding: 20px 0;
    margin-top: 20px;
}

.usp-bar__inner {
    display: flex;
    flex-wrap: wrap;
}

.usp-bar__item {
    text-align: center;
    margin-bottom: 20px;
}

.usp-bar__icon {
    margin-bottom: 12px;
    max-width: 38px;
}

.usp-bar__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.usp-bar__title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #111;
}

.usp-bar__text {
    font-size: 13px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .usp-bar__item {
        margin-bottom: 0;
    }
}

/* badges */
.m-product .splash, 
.m-productlist .splash{
    display: block!important;
    right: 1em;
}

.badge.custom-badge-1{
    background: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-left: auto;
    width: max-content;
}

.customBadge-icon{
    width: 20px;
    margin-bottom: 0;
    margin-right: 5px;
}

.type-col .badge.custom-badge-1{
    padding: 5px;
    font-size: 12px;
}

/* popup */

.w-newsletter-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    z-index: 9999;
    color: #202020;
    translate: 0 125%;
    transition: translate .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .2);
}

.w-newsletter-popup .popup-inner-wrapper {
    position: relative;
    display: flex;
    max-width: 90%;
    width: 800px;
    max-height: 460px;
    -webkit-box-shadow: 5px -5px 15px rgba(0, 0, 0, .4);
    box-shadow: 5px -5px 15px rgba(0, 0, 0, .4);
    overflow: hidden;
}

.w-newsletter-popup.no-image .popup-inner-wrapper{
    width: auto;
}

/* close button */
.w-newsletter-popup .toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    font-size: 30px;
    color: black;
    padding: 10px;
    line-height: 1;
}

/* image column &mdash; 40% */
.w-newsletter-popup-image {
    width: 40%;
    flex-shrink: 0;
    overflow: hidden;
}

.w-newsletter-popup-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
}

/* text column &mdash; 60% with image, 100% without */
.popup-content {
    width: 60%;
    flex: 1;
    padding: 40px 30px;
    background: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* no image: text takes full width */
.w-newsletter-popup.no-image .popup-content {
    width: 100%;
    max-width: 560px;
    padding: 50px 40px;
}

.w-newsletter-popup.visible {
    translate: 0;
}

/* title */
.w-newsletter-popup .popup-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    margin: 0 0 10px;
}

/* text */
.w-newsletter-popup .popup-text p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    margin: 20px 0;
}

/* button */
.w-newsletter-popup .popupBtn {
    display: block;
    max-width: 250px;
    margin: 0 auto;
    border: 2px solid #000000;
    color: #000000;
    padding: 10px 20px;
    width: max-content;
    transition: .3s linear;
}

.w-newsletter-popup .popupBtn:hover {
    background: #000000;
    color: #ffffff;
    border-color: black;
}

/* tab button */
a.tab {
    position: fixed;
    bottom: 0;
    right: 20px;
    color: #fff;
    background: #61aa2c;
    z-index: 98;
    padding: 10px 25px;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid black;
}

/* mobile */
@media (max-width: 479px) {
    .w-newsletter-popup .popup-inner-wrapper {
        flex-direction: column;
        max-height: 90vh;
        overflow-y: auto;
        width: 95%;
    }

    .w-newsletter-popup-image {
        width: 100%;
        height: 220px;
        flex-shrink: 0;
    }

    .w-newsletter-popup-image img {
        height: 220px !important;
        object-position: 50% 30%;
    }

    .popup-content {
        width: 100% !important;
        padding: 25px 20px;
    }
}

/* tablet+ */
@media (min-width: 768px) {
    .w-newsletter-popup .popup-title {
        font-weight: 600;
        font-size: 40px;
        line-height: 1.1;
    }

    .w-newsletter-popup .popup-text p {
        font-size: 16px;
    }
}

.datepicker {
    position: relative;
}
.datepicker svg {
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 25px;
    opacity: .5;
    z-index: -1;
}
.datepicker .flatpickr-input[readonly] {
    background: transparent;
}
.panel-date {
    padding: 2em;
    background: #f5f5f5;
    margin: 1em 0;
    line-height: 1.5;
}
.panel-date a {
    color: #61aa2c;
    font-weight: bold;
}


.multiple-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
    .btn-main {
        padding: 10px 20px;
        font-size: 12px;
        background: #fff;
        color: #61aa2c;
        border: 1px solid;
        transition: all .2s ease-in;
        &.active,
        &:hover {
            background: #61aa2c;
            color: #fff;
        }
    }
}