/* container 1200px */
html, body{
    display:block;
    margin:0 auto;
    font-family: 'Gilroy';
    font-style: normal;
}
ul{
    padding-left:0;
}
header, .footer-wrapper, section, .order_steps-wrapper, #primary, .breadcrumbs{
    width:1200px;
    margin:0 auto;
}
h1, h2, h3{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 15px;
    color: #000000;
}
/* header */
header{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding:28px 10px;
    margin-bottom: 20px;
}
.header-menu .menu{
    display: inline-flex;
    list-style: none;
    gap:30px;

}
.header-menu .menu a, .header-menu .menu li{
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
    text-decoration: none;
}
.header-icons{
    display: inline-flex;
    flex-direction: row;
    gap: 10px;
}
/* footer */
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color:#212128;
    color:#fff;
}
.footer-wrapper{
    display:flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    padding:45px 0;
}
footer .menu{
    list-style: none;
}
footer .menu a, footer .menu li, .footer-copyright p, .footer-copyright a {
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 39px;
    color: #FFFFFF;
}
.footer-info p, .footer-info a{
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
}
.footer-info a{
    text-decoration-line: underline;
}
/* front page */
.fullwidth_image{
    display:block;
    width:100%;
    padding:0;
    margin:0;
    margin-bottom:50px;
}
.fullwidth_image .fullwidth_image_img{
    display:block;
    width:100%;
    height:auto;
    margin:0 auto;
}
.index_first_block{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    gap:75px;
    margin-bottom:65px;
}
.index_first_block-col{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    max-width:350px;
}
.index_our_collection-title{
    font-weight: 700;
    font-size: 45px;
    line-height: 19px;
    color: #232323;
    text-align: center;
    margin-bottom: 45px;
}
.product_loop-wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap:18px;
    row-gap:40px;
}
.product_loop-item{
    display: flex;
    height: 624px;
    flex-direction: column;
    flex-basis: calc(290px - 18px);
    gap: 0;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.product_loop-item_img{
    display: block;
    border-radius: 25px;
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.product_loop-item_img img{
    width: 100%;
    height: auto;
}
.product_loop-item_name_title{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #232323; 
    margin: 0 auto;
    /*min-height: 4rem;*/
}
.product_loop-item_excerpt{
    overflow: hidden;
    line-clamp: 3; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #989898;
}
.product_loop-item_excerpt p{
    margin:0 auto;
}
.product_loop-item_price{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding:10px;
}
.product_loop-item_price_sale{
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #232323;
}
.product_loop-item_price_regular{
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-decoration-line: line-through;
    color: #CECECE;
}
.product_loop-item_btn{
    width: calc(100% - 10px);
    padding: 0 10px;
    margin:0 auto;
}
.product_loop-item_btn_add_to_cart{
    display: block;
    background: #104D00;
    border-radius: 5px;
    padding: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
.index_our_collection{
    margin-bottom: 100px;
}
.index_mission-title{
    font-weight: 700;
    font-size: 45px;
    line-height: 91px;
    color: #232323;
}
.index_mission-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap:140px;
    grid-gap: 60px;
}
.index_mission-col{
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
}
.index_mission-col:nth-child(odd){
    max-width: 500px;
}
/*.index_mission-col:nth-child(even){
    min-width: 550px;
}*/
.index_mission-col:nth-child(4){
    margin-bottom: 45px;
}
.index_mission-col:nth-child(6){
    gap: 44px;
}
.index_mission-col_img{
    width: 144px;
    height: 144px;
}
.index_mission-col_img img{
    max-width: 144px;
    height: auto;
}
.index_mission-col_text h3{
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #232323;
}
.index_mission-col_text p{
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #8D8D8D;
}
.index_mission{
    margin-bottom:60px;
}
.index_reviews-title p, .index_reviews-title a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20.9885px;
    line-height: 26px;
    color: #232323;
    text-align: center;
}
.index_reviews-title a{
    color: #46B4E7;
}
.index_reviews-slider_item{
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #F4FAFC 0%, #E4F0F3 100%);
    border-radius: 15px;
    flex-basis: calc(33% - 60px - 15px);
    padding: 25px 30px;
}
.index_reviews-slider_item_header{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}
.index_reviews-slider_item_header_reviewer{
    display: flex;
    flex-direction: column;
}
.index_reviews-slider_item_header_ocenka{
    display: flex;
    flex-direction: row;
}
.index_reviews-slider_item_header_ocenka_star{
    width: 18px;
    height: 17px;
}
.index_reviews-slider_item_main_text{
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #232323;
}
.index_reviews-slider_item_header_reviewer_name{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #232323;
}
.index_reviews-slider_item_header_reviewer_from{
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #8D8D8D;
}
.index_reviews-slider_item_header_reviewer_name, .index_reviews-slider_item_header_reviewer_from{
    margin: 0 0;
}
.index_reviews-slider{
    display: flex;
    gap: 15px;
    /*flex-direction: row;
    flex-wrap: wrap;*/
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch
}
.index_reviews{
    margin-bottom: 50px;
}
.order_steps-title{
    font-weight: 700;
    font-size: 45px;
    line-height: 91px;
    color: #232323;
}
.order_steps-item_title{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #232323;
}
.order_steps-item_4, .order_steps-item_4 .order_steps-item_title{
    color:#FFFFFF;
}
.order_steps-wrapper{
    margin-bottom:95px;
}
.order_steps-items{
    font-family: 'Gilroy';
    display: flex;
    flex-direction: row;
    gap:20px;
    justify-content: center;
    align-items: flex-end;
    box-sizing: content-box !important;
}
.order_steps-item{
    width:250px;
    height:220px;
    padding:20px;
    padding-top:80px;
}
.order_steps-item_4{
    height: 160px;
    width: 180px;
    padding:40px;
    padding-bottom: 20px;
    padding-top:170px;
}
.order_steps-item_title{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #232323;
    max-width: 180px;
}
.order_steps-item p{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #232323;
    opacity: 0.5;
}
.order_steps-item_4 .order_steps-item_title{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    display: block;
    max-width: max-content;
    margin-bottom:22px;
}
.order_steps-item_4 table{
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}
.order_steps-item_4 table img{
    min-width:41px;
}
.archive_product{
    margin-bottom:50px;
}
.archive_product-title{
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    color: #232323;
    margin-bottom: 60px;
}
.breadcrumbs ol{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap:5px;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 55px;
}
.breadcrumbs ol li a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 115%;
    text-decoration: none;
    color: #1795D2;
}
.breadcrumbs ol li:first-child a{
    color: #232323;
}
.breadcrumbs ol li::after{
    content: '—';
    color: #232323;
}
.breadcrumbs ol li:last-child::after{
    content: '';
}
.single_product-header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    column-gap:85px;
    margin-bottom:60px;
}
.single_product-header_img{
    display: flex;
    flex-basis: 375px;
}
.single_product-header_img img{
    width: 100%;
    height: auto;
    filter: drop-shadow(12px 13px 27.7px rgba(0, 0, 0, 0.11));
    border-radius: 25px;
}
.single_product-header_content{
    display: flex;
    flex-basis: calc(100% - 85px - 375px);
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.single_product-header_content_title{
    font-weight: 700;
    font-size: 30px;
    line-height: 115%;
    color: #232323;
    margin-bottom: 0;
}
.single_product-header_content_description{
    font-weight: 400;
    font-size: 15px;
    line-height: 161%;
    color: #9B9B9B;
}

.single_product-header_content_price{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding:10px;
    gap: 20px;
    margin-bottom: 25px;
}
.single_product-item_price_sale{
    font-weight: 700;
    font-size: 30.7865px;
    line-height: 28px;
    text-align: center;
    color: #232323;
}
.single_product-item_price_regular{
    font-weight: 700;
    font-size: 21.5506px;
    line-height: 28px;
    text-align: center;
    text-decoration-line: line-through;
    color: #CECECE;
}
.single_product-header_content__add_to_cart_btn{
    display: block;
    background: #104D00;
    border-radius: 5px;
    text-decoration: none;
    padding: 20px 103px;
    font-weight: 400;
    font-size: 21.5506px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}
.single_product-information_title, .single_product-related_title{
    font-weight: 700;
    font-size: 25px;
    line-height: 19px;
    text-align: left;
    color: #232323;
}
.single_product-information_content{
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #232323;
}
.single_product-information{
    margin-bottom:65px;
}
.single_product-related{
    margin-bottom:75px;
}

.woocommerce-MyAccount-navigation ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
}
.woocommerce-MyAccount-navigation-link{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 2px solid #1795D2;
    border-radius: 5px;
}
.woocommerce-MyAccount-navigation-link a{
    padding: 20px 44px;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #1795D2;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation-link.is-active{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #1DA6D7;
    border: 2px solid #1795D2;
    border-radius: 5px;
}
.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link--customer-logout a{
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
}
.woocommerce-MyAccount-navigation-link--customer-logout{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #104D00;
    border-radius: 5px;
}

.menu-item{
    position: relative;
}

.sub-menu{ 
    display: none;
    list-style-type: none;
    position: absolute;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    top: 1rem;
    left: 0;
    padding: 10px;
    padding-left: 0;
    width: max-content;
    background: #fff;
}
.menu-item:hover .sub-menu, .sub-menu:hover{
    display: flex;
}
.header-cart_item_count{
    position: absolute;
    display:none;
    width: 26px;
    height: 26px;
    bottom: -10px;
    right: -10px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 2px 2.6px rgba(0, 0, 0, 0.25);
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #232323;
}
.header-cart_item{
    position:relative;
}
.block_subcats-wrapper{
    margin-bottom:40px;
}
.block_subcats-text{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom:25px;
}
.block_subcats-links{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}
.block_subcats-link{
    transition: .1s;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14.85px 25.65px;
    border: 1.35px solid #232323;
    border-radius: 6.75px;
    text-decoration: none;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 18.9px;
    line-height: 24px;
    text-align: center;
    color: #232323;
}
.block_subcats-link_active{
    border: 1.35px solid #1DA6D7;
    background: #1DA6D7;
    color: #fff;
}
.block_subcats-link:hover{
    background: #1fb4eb;
    color: #fff;
    border-color: #1fb4eb;
}
.swiper{
    width:100%;
}

.delivery-info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 105px;
    margin-bottom:75px;
}
.delivery-info h1{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 39px;
    color: #232323;
}
.delivery-info p{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 39px;
    color: #8D8D8D;
}

.delivery-accordion{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    background: linear-gradient(180deg, #F4FAFC 0%, #E4F0F3 100%);
    border-radius: 50px;
    margin-bottom:39px;
    overflow:hidden;
}
.delivery-accordion_text{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 78px;
    box-sizing: border-box;
    overflow:hidden;
    flex-basis: calc(100% - 102px);
}
.delivery-accordion_text h2{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 56px;
    color: #232323;
    margin: 0;
}
.delivery-accordion_text p{
    display: block;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #232323;
    opacity: 0.4;
    margin: 0;
    max-height: 0;
    overflow: hidden;
}
.delivery-accordion_btn{
    width: 102px;
    flex-basis: 102px;
    height: 102px;
    background: #C2D1D9;
    border-radius: 51px;
    line-height: 102px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 56px;
    color: #366A86;
    cursor:pointer;
}
.delivery-accordion-open .delivery-accordion_btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor:default;
}
.delivery-accordion-open .delivery-accordion_text p{
    max-height: 20rem;
    transition: 1s;
}
.delivery-accordion-open .delivery-accordion_text, .delivery-accordion-open .delivery-accordion_btn{
    height: auto;
}
.product_loop-item_variations-title{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #232323;
}
.product_loop-item_variations-btns{
    display: flex;
    gap: 9px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.product_loop-item_variations{
    gap: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.product_loop-item_variations-btn{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 19px;
    gap: 10px;
    border: 1px solid #CECECE;
    border-radius: 5px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #CECECE;
    background: #fff;
    cursor:pointer;
}
.product_loop-item_variations-btn_selected{
    padding: 11px 19px;
    border: 1px solid #232323;
    color: #232323;
    cursor:default;
}


.single_product-item_variations-title{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #232323;
}
.single_product-item_variations-btns{
    display: flex;
    gap: 9px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.single_product-item_variations{    
    gap: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.single_product-item_variations-btn{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 19px;
    gap: 10px;
    border: 1px solid #CECECE;
    border-radius: 5px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #CECECE;
    background: #fff;
    cursor:pointer;
}
.single_product-item_variations-btn_selected{
    padding: 11px 19px;
    border: 1px solid #232323;
    color: #232323;
    cursor:default;
}
.single_product-header_content_btns{
    margin:calc(20px - 1rem) 0 20px;
}

@media(max-width:1200px){
    header, .footer-wrapper, section, .order_steps-wrapper, #primary, .breadcrumbs{
        width: 100%;
        margin:0 auto;
        padding-left: 0;
        padding-right: 0;
    }
    header, .header-menu .menu, .index_first_block, .index_mission-wrapper, .order_steps-items, .single_product-header{
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
    .product_loop-wrapper, .index_reviews-slider, .order_steps-items, .footer-wrapper, .single_product-header{
        align-items: center;
        justify-content: center;
    }
    .footer-wrapper{
        flex-direction: column;
    }
    .single_product-header_img, .single_product-header_content{
        flex-basis: 100%;
    }
}