/*   
Theme Name: Custom theme
Description: Theme for _____
Author: Olha Buhaiova
Author URI:
Version: 1.1
*/



body{
    font: 200 18px 'AngstVF',system-ui,sans-serif;
    line-height: 1.9;
}
.home .page_wrapper{
    background: #FFFEF8;
}
header{
    background: #fff;
}
body.wp-admin *{
    font-family: 'Inter';
}
body.no-scroll {
    overflow: hidden;
}

html h1{
    font: 50 9vw/100% 'AngstVF',system-ui,sans-serif;
}

.color_white{
    color: #fff;
}
.color_black{
    color: #000;
}

.wp-element-button{
    transition: all .2s linear;
}

.wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .wp-element-button{
    height: 70px;
    padding: 0 30px;
    text-align: center;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter';
    font-size: 16px;
    color: #FFFEF8 !important;
    border: 1px solid rgba(255, 255, 255, 0.60);
    font-weight: 500;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .wp-element-button:hover{
    color: rgba(255, 255, 255, 0.60) !important;
}


*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Safari */
}
a{
    text-decoration: none;
    color: #000;
}
input:focus, a:focus, button:focus{
    outline: none;
}

/* footer at bottom */
html, body {
    height: 100%;
}
.page_wrapper {
    display: table;
    height: 100%;
    width: 100%;
    overflow: hidden;
    /*max-width: 2000px;*/
    margin: 0 auto;
}
.content_wrapper {
    display: table-row;
    height: 100%;
}
/*----------------------*/
svg.hidden{
    display: none;
}
.container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 36px;
    padding-right: 36px;
    width: 100%;
    /* max-width : 600px !important; /* viewport */
        max-width : 1520px !important;
}
/*@media(min-width: 769px){
    .container {
        max-width : 730px !important;
    }
}
@media(min-width: 1025px){
    .container {
        max-width : 990px !important;
    }
}
@media(min-width: 1200px){
}
@media(min-width: 1480px){
    .container {
        max-width : 1400px !important;
    }
}*/

.btn{
    height: 70px;
    line-height: 66px;
    background : var(--wp--preset--color--brand-1);
    border-radius: 2px;
    border: 3px solid var(--wp--preset--color--brand-1);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    width : 250px;
    transition: all .2s linear;
}
.btn:hover{
    background : var(--wp--preset--color--brand-1-dark);
    border: 3px solid var(--wp--preset--color--brand-1-dark);
}

header{
    position: fixed;
    width : 100%;
    left: 0;
    z-index: 2;
    height: 73px;
    background: #fff;
}

.header_usp {
    background: #DFDFDF;
    height: 40px;
}
.header_usp .item{
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}
.header_usp .icon{
    width : 14px;
    height: 11px;
    fill: var(--wp--preset--color--brand-1);
    margin-right: 4px;
}
.header_usp .flickity-viewport,
.header_usp .flickity-slider,
.header_usp .item{
    width : 100%;
    height: 100%;
}
.header_usp .flickity-slider {
    transform: none !important;
}
.header_usp .item {
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
    transform: none !important;
}
.header_usp .item.is-selected {
    opacity: 1;
    z-index: 0
}
.header_usp .container:after {
    content: 'flickity';
    display: none; /* hide :after */
}
@media(min-width: 601px) {
    .header_usp .item {
        font-size : 14px;
    }
}
@media ( min-width: 1025px ) {
    .header_usp .container:after {
        content: '';
    }
    .header_usp .item {
        opacity: 1;
        z-index: 1;
        width: auto;
    }
}

.ajax-load-more-wrap .alm-masonry{
    width : calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
}
.ajax-load-more-wrap .alm-masonry .alm-item{
    width: 25%;
    padding: 8px;
    float: left;
    display: inline;
    position: relative;
}
.alm-masonry .alm-item h3{
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    background: rgb(2 2 2 / 60%);
    top: 8px;
    left: 8px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .2s linear;
}
.alm-masonry .alm-item:hover h3{
    opacity: 1;
}
.alm-masonry .alm-item h3 a{
    color: #FFFEF8;
    font: 400 20px/130% 'Inter';
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.ajax-load-more-wrap .alm-masonry .alm-item img{
    height: auto;
    width: 100%;
}
body #ajax-load-more .alm-btn-wrap .alm-load-more-btn {
    height: 70px;
    border-radius: 35px;
    background: none;
    border: 1px solid rgb(137, 68, 58);
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    color: rgb(137, 68, 58);
    text-transform: uppercase;
    min-width: 250px;
    margin: 40px 0;
}
body #ajax-load-more .alm-btn-wrap .alm-load-more-btn:before{
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: 23px;
    margin: 0;
}
@media (max-width: 768px) {
    .ajax-load-more-wrap .alm-masonry .alm-item {
        width : 50%;
    }
}
@media screen and (max-width: 480px){
    .ajax-load-more-wrap .alm-masonry .grid-item{
        width: 100%;
        margin: 0 0 20px;
    }
}

/*.header_menu{
    min-height: 80px;
}
.header_menu .contact_btn{
    height: 50px;
    line-height: 46px;
    width : auto;
    padding: 0 30px;
    margin-left: 25px;
}
header .header_right{
    display: flex;
    height: 100%;
    align-items: center;
}
header .top_line{
    background : #F4F6F7;
    height : 30px;
}
header .top_line .phone{
    font-size: 20px;
    font-weight: 700;
}
header .top_line .directions{
    color: var(--wp--preset--color--brand-1);
    font-weight: 400;
}
header .container{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    height: 100%;
}
header .logo{
    max-width: 240px;
    display: block;
    z-index: 1;
    transition: all .44s linear;
    position: relative;
}
header .logo.invert {
    filter: invert(1);
    opacity: 1;
}
header .logo img{
    max-width: 100%;
    min-width: 152px;
}

header .menu{
    height: 100%;
}
header .menu a{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    transition: all .2s linear;
}
header .menu a:hover{
    color: rgba(256, 256, 256, .8);
}
*/
.header_menu .contact_btn{
    height: 50px;
    line-height: 46px;
    width : auto;
    padding: 0 30px;
    margin-left: 25px;
}
header .header_right{
    display: flex;
    height: 100%;
    align-items: center;
}
.header_right a{
    width : 20px;
    height: 20px;
    display: inline-block;
}
.header_right a.email{
    background: url(img/svg/email.svg) center no-repeat;
}
.header_right a.instagram{
    background: url(img/svg/instagram.svg) center no-repeat;
}
header .top_line{
    background : #F4F6F7;
    height : 30px;
}
header .top_line .phone{
    font-size: 20px;
    font-weight: 700;
}
header .top_line .directions{
    color: var(--wp--preset--color--brand-1);
    font-weight: 400;
}
header .container{
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100%;
}
header .logo{
    max-width: 316px;
    display: flex;
    z-index: 1;
    transition: all .44s linear;
    position: relative;
    height: 100%;
}
header .logo.invert {
    filter: invert(1);
    opacity: 1;
}
header .logo img{
    max-width: 100%;
}

header .menu{
    height: 100%;
}
header .menu a{
    color: #000;
    font-weight: 500;
    font-size: 20px;
    transition: all .2s linear;
}
header .menu a:hover{
    color: rgba(256, 256, 256, .8);
}

.header_menu .container > div{
    width : 100%;
}

.error404_content{
    text-align: center;
    padding: 80px 0;
}
.error404_content h1{
    margin-top: 0;
}

body .large_text{
    font-family: 'AngstVF';
    color: #393939;
    font-weight: 50;
    line-height: 54px;
}
body .large_text strong{
    font-family: 'AngstVF';
    font-weight: 100;
}

#wpadminbar{
    display: none !important;
}
html{
    margin: 0 !important;
}
.single_top_section{
    background: #123331;
    padding-top: 73px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.single_top_section .text_wrap{
    padding: 0 80px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single_top_section .back{
    position: absolute;
    top: 42px;
    left: 80px;
    color: #fff;
    font: 400 16px/120% 'Inter';
    display: flex;
    align-items: center;
    gap: 7px;
}
.single_top_section h1{
    color: #A3D9B5;
    font: 50 4.68vw/100% 'AngstVF',system-ui,sans-serif;
    margin: 0;
    padding: 40px 0;
}
.single_top_section .section_bg{
    min-width: 38%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.single_top_section .single_top_carousel .flickity-viewport{
    height: 100% !important;
}
.single_top_section .single_top_carousel{
    min-width: 38%;
    height: 100%;
    background-size: cover;
    background-position: center;
    /*aspect-ratio: 1;*/
}
.single_top_section .single_top_carousel .item{
    width : 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.single_top_section .single_top_carousel .items{
    width: 100%;
    height: 100%;
}
.single_top_section .additional_info{
    display: flex;
    gap: 10px;
}
.single_top_section .additional_info .item{
    height: 30px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter';
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFEF8 !important;
    border: 1px solid rgba(255, 255, 255, 0.60);
    font-weight: 400;
    border-radius: 15px;
}
.look_items {
    padding-top: 60px;
    padding-bottom: 60px;
}
.look_items .container{
    max-width: 980px !important;
}
.look_items .heading{
    color: #393939;
    font: 50 40px/100% 'AngstVF',system-ui,sans-serif;
    text-align: center;
    margin-bottom: 10px;
}
.look_items .item{
    border-bottom: 1px solid rgb(57 57 57 / 20%);
    overflow: auto;
    padding: 30px 0;
	display: flex;
	gap: 44px;
	flex-direction: row;
}
.look_items .item img{
    width : 110px;
    height: 110px;
    display: block;
    float: left;
    border: 1px solid #D7D7D7;
}
.look_items .item .name{
    font: 500 20px/130% 'Inter';
    text-transform: uppercase;
    color: #393939;
    margin-bottom: 5px;
}
.look_items .item .price{
    font: 400 20px/130% 'Inter';
    text-transform: uppercase;
    color: #393939;
    margin-bottom: 17px;
}
.look_items .item .link{
    font: 400 16px/120% 'Inter';
    color: #4764FF;
}
@media (max-width: 680px) {
    .single_top_section .back {
        left     : 15%;
    }
    .single_top_section {
        flex-direction : column-reverse;
    }
    .single_top_section .text_wrap {
        padding : 110px 15% 40px;
    }
    .single_top_section .section_bg {
        min-width     : 70%;
        margin-bottom : 50px;
    }
    .single_top_section .single_top_carousel {
        min-width     : 70%;
        margin-bottom : 50px;
    }
    .single_top_section h1 {
        font: 50 8vw/100% 'AngstVF',system-ui,sans-serif;
    }

    .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button .wp-element-button{
        font-size: 28px;
        padding: 0 97px;
        height: 91px;
    }
}

.flickity-page-dots {
    bottom   : 25px;
}
.flickity-page-dots .dot {
    background : #ffffff;
}

.discount_code_wrap{
    clear: both;
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    gap: 10px 20px;
    flex-wrap: wrap;
}
.discount_code_wrap .label{
    font-size: 16px;
    font-family: "Inter";
    font-weight: 400;
    width: 120px;
}
.discount_code_wrap .code{
color: rgb(137, 68, 58);
    font-style: italic;
    background: #eee;
    padding: 0 9px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    text-transform: none;
    font-family: 'Inter';
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
}
.discount_code_wrap .text{
    font-family: "Inter";
    font-weight: 600;
    font-size: 14px;
}
/*.discount_code_wrap .popup{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font-family: "Inter";
    font-size: 14px;
    background: #000;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
}*/
