*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Montserrat';
	font-style: normal;
}
body{
    background-color: #a2aaa3;
}
.scrollToTop-btn{
    transition: all .5s ease;
    position: fixed;
    bottom: 40px;
    right: -80px;
    background-color: #68a246;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scrollToTop-btn i{
    color: #fff;
    font-size: 30px;
}
.scrollToTop-btn.active{
    right: 20px;
}
.wrapper{
    margin: 0 40px;
    background: url('../images/bodyBg.png');
    overflow: hidden;
}
.contianer{
    max-width: 1489px;
    margin: 0 auto;
}
.new_price{
    font-size: 24px;
    font-weight: 500;
}
header .new_price {
    margin-left: 15px;
}
header .new_price span{
    font-size: 24px;
    font-weight: 500;
    color: #be1116;
}
header .new_price i{
    font-weight: 500;
    font-size: 18px;
    color: #be1116;
}
.sticky_header .new_price {
    margin-left: 15px;
}
.sticky_header .new_price span{
    font-size: 24px;
    font-weight: 500;
    color: #be1116;
}
.sticky_header .new_price i{
    font-weight: 500;
    font-size: 18px;
    color: #be1116;
}
.spisok  .checkbox{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.spisok input{
    width: 22px;
    height: 22px;   
    position: relative;
}
.spisok .checkbox.active input::after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('../images/checked.png');
    background-repeat: no-repeat;
    background-position: center;
}

.additional_info  .checkbox{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.additional_info input{
    width: 22px;
    height: 22px;   
    position: relative;
}
.additional_info .checkbox.active input::after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('../images/checked.png');
    background-repeat: no-repeat;
    background-position: center;
}
/* header secrion style START */
header .mobile_menu{
    display: none;
}
header .menu_icon{
    display: none;
}
header{
    text-align: end;
    padding: 0 0 0 0;
}
header .headerTop_content{
    padding: 15px 0;
    background-color: #fff; 
    overflow: hidden;
}
header .header_top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .header_contact{
    position: relative;
    margin-right: 77px;
}
header .header_contact .contact_number{
    color: #4E695D;
    font-size: 43px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}
header .header_contact::after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: -80px;
    width: 60px;
    height: 80px;
    background: url('../images/hand.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
header .header_contact .contact_link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .header_top .contact_link span{
    font-size: 12px;
    text-transform: uppercase;
}
header .header_top .contact_link a{
    border: 2px solid #A5C890;
    margin-left: 6px;
    padding: 11px 16px 9px 16px;
    border-radius: 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #A5C890;
    line-height: 0;
}
header .header_top .contact_link a:hover{
    border-color: #68a246;
    color: #4E695D;
    background-color: #fff;
}
header .header_top .delivery_info{
    text-align: start;
    margin-right: 48px;
}

header .delivery_info .info_title{
    font-weight: 400;
    text-transform: uppercase;
    color: #4C4C4C;
    font-size: 30px;
    margin-bottom: 9px;
}
header .delivery_info .info_text{
    color: #4E695D;
    font-size: 11px;
    text-transform: uppercase;
}
header .header_top .header_cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .header_cart .left_link{
    margin-left: 15px;
}
header .header_cart .cart{
    margin-left: 20px;
}

/* header middle start */
header .header_middle ul li.item_last{
    display: none;
}
header .header_middle{
    background-color: #F6D1E0;
}
header .middle{
    position: relative;
    display: flex;
    justify-content: space-between;
}
header .header_middle .header_logo02{
    right: 72px;
    position: relative;
}
header .header_middle .header_logo02 img{
    width: 90%;
}
header .header_middle .header_logo02::after{
    content: '';
    position: absolute;
    top: -55px;
    left: calc(50% - 86px);
    width: 171px;
    height: 56px;
    border-top: 1px solid #4E695D;
    border-left: 1px solid #4E695D;
    border-right: 1px solid #4E695D;
}

header .header_middle .header_logo02::before{
    content: '';
    position: absolute;
    bottom: -55px;
    left: calc(50% - 86px);
    width: 171px;
    height: 56px;
    border-bottom: 1px solid #4E695D;
    border-left: 1px solid #4E695D;
    border-right: 1px solid #4E695D;
}

header .header_middle .header_logo02 a{
    position: relative;
}

header .header_middle .header_logo02 a::after{
    content: 'F L O R I S T';
    color: #5a7368;
    position: absolute;
    bottom: -48px;
    right: 25px;
    left: 0;
    margin: auto;
    text-align: center;
}
header .header_middle ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 45px;
}
header .header_middle ul li{
    list-style: none;
}

header .header_middle ul li.has_children{
    position: relative;
}

header .header_middle ul li .children_menu{
    position: absolute;
    padding: 0;
    background-color: #F6D1E0;
    left: 0;
    top: calc(100%);
    display: flex;
    flex-direction: column;
    z-index: 10;
    min-width: 220px;
    border: 1px solid rgba(255,255,255);
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: .3s all ease;
}

header .header_middle ul li.has_children:hover .children_menu{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

header .header_middle ul li .children_menu li{
    flex: 0 0 auto;
    width: 100%;
}

header .header_middle ul li .children_menu li a{
    display: block;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    transition: .3s all ease;
}

header .header_middle ul li .children_menu li a:hover{
    color: #68a246;
    letter-spacing: 1px;
}

header .header_middle ul li .children_menu li:last-child a{
    border-bottom: none;
}
header .header_middle ul li a{
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    padding: 19px 0;
}
header .header_middle ul li a i{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    right: -18px;
    font-size: 20px;
    color: #61756c;
}
header .middle .header_logo{
    position: absolute;
    top: -51px;
    left: -75px;
}
header .middle .navbar{
    height: 100%;
}

/* header_bottom start */
.header_bottom{
    padding: 24px 0;
}
.header_bottom .header_bottomNav ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_bottom ul li{
    list-style: none;
}
.header_bottom ul li a{
    color: #5f766c;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 9px 10px;
    background: #eceeed;
    text-transform: uppercase;
    font-weight: 500;
    
}
.header_bottom ul li a.last{
    padding: 9px 12px 9px 10px;
}
.header_bottom ul li a.first{
    padding: 9px 10px 9px 16px;
}
/* header secrion style END */

/* product setion START */
/* search_product styles strat' */
.product{
    padding-bottom: 35px;
}
.for_searchOpen{
    display: none;
}
.product .search_product{
    display: flex;
    align-items: flex-end;
    gap: 10px;
    justify-content: space-between;
    padding: 15px 20px 20px 20px;
    background-color: #4e695d;
    max-width: 100%;
}
.product .search_product .product_type01{
    flex: 1;
    position: relative;
}
.product .search_product .product_type01::after,
.product .search_product .packaging_type01::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color:#fff;
    width: 20px;
    height: 65%;
    background-image: url('../images/bottomIcon.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.product .search_product .packaging_type01{
    flex: 1;
    position: relative;
}
.product .search_product .type_name{
    position: relative;
    outline: none;
    border: none;
    width: 100%;
    height: 42px;
    padding: 0 12px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.product .search_product .type_name option{
    font-size: 15px;
    font-weight: 500;
}
.product .search_product .form_input{
    flex: 1;
    max-width: 115px;
}
.product .search_product .form_input input{
    outline: none;
    border: none;
    padding: 0 12px;
    height: 42px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}
.product .form_input input::placeholder{
    font-size: 15px;
    color: #000;
}
.product .search_product .title{
    font-weight: 500;
	font-style: normal;
    font-size: 12px;
    color: #fff;
    margin-bottom: 7px;
}
.product .search_product .form_btn button{
    transition: all .3s ease;
    height: 42px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 500;
	font-style: normal;
    color: #fff;
    border-radius: 30px;
    border: none;
    outline: none;
    background-color: #a5c890;
    border: 2px solid #a5c890;
}
.product .search_product .form_btn button:hover{
    background-color: #fff;
    color: #4E695D;
}
/* product_items style start */
.product .product_items{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product .product_items .item_card{
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    flex: 0 0 22.5%;
    height: 500px;
    border: 1px solid #000;
    padding: 6px 7px 14px 7px;
}
.product .product_items .item_card .item_img{
    height: 324px;
    overflow: hidden;
}
.product .product_items .item_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product .product_items .item_img.four img{
    height: 150%;
}
.product .product_items .item_title a{
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #4e695d;
    margin-top: 16px;
}
.product .product_items .price_order{
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 15px 15px;
}
.product .product_items .price .old_price{
    padding: 0 5px; 
    font-size: 19.49px;
    font-weight: 600;
    color: #4e695d;
    position: relative;
}
.product .product_items .price .old_price::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4e695d;
    transform: rotate(-10deg);
}
.product .product_items .price .old_price i{
    font-weight: 400;
    font-size: 14px;
}
.product .product_items .price .new_price{
    background: none;
    font-size: 30px;
    font-weight: 600;
    color: #4e695d;
}
.product .product_items .price .new_price i{
    font-size: 18px;
}
.product .product_items .item_card.discount .price .new_price{
    color: #BE1116;
}
.product .product_items .price_order .order a{
    transition: all .3s ease;
    border: 2px solid #a5c890;
    display: inline-block;
    text-decoration: none;
    padding: 6px 18px;
    background-color: #a5c890;
    border-radius: 30px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}
.product .product_items .price_order .order a:hover{
    background-color: #fff;
    color: #68a246;
    border-color: #68a246;
}
.product .product_items .item_card .discount_info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 76px;
    height: 76px;
    background-color: #BE1116;
    position: absolute;
    top: 12px;
    right: 16px;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 1);
}
.product .product_items .item_card .discount_info h4{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.product .product_items .item_card .discount_info p{
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.product .more_product{
    margin-top: 30px;
    text-align: center;
}
.product .more_product a{
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    line-height: 44px;
    color: #68a246;
}
.product .more_product a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #68a246;
}
/* product setion END */

/* banner section style start */
.banner{
    background: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 192px 0 204px 0;
}
.banner .main_banner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner .main_banner .banner_title{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner .main_banner .banner_title .first{
    text-align: end ;
    margin-right: 38px;
}

.banner .main_banner .banner_title .first span{
    text-align: end;
    font-size: 124px;
    font-weight: 800;
	font-style: normal;
    color: #fff;
    text-shadow: 0px 10px 10px #68a246;
    text-align: right;
    flex: 0 0 50%;
}
.banner .main_banner .banner_title .first span:last-child{
    display: block;
    position: relative;
    left: 0;
    top: -40px;
}
.banner .main_banner .banner_title .second span{
    font-size: 124px;
    font-family: 'Ceremonious Three';
    font-style: normal;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 0px 10px #68a246;
}
.banner .main_banner .banner_title .second span:first-child{
    position: relative;
    top: 50px;
}
.banner .main_banner .banner_title .second span:last-child{
    display: block;
    position: relative;
    left: 100px;
    top: -45px;
}
.banner .banner_info{
    background: rgba(78,105,93, 0.4);
    margin-top: 25px;
    width: 100%;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .banner_info .text{
    margin-right: 40px;
    flex: 0 0 55%;
    font-size: 36px;
    color: #fff;
    text-align: end;
}
.banner .banner_info .banner_btn{
    flex: 0 0 45%;
}
.banner .banner_info .banner_btn a{
    display: inline-block;
    text-decoration: none;
    margin-left: 40px;
    padding: 30px 40px;
    font-size: 52.75px;
    font-weight: 500;
    border-radius: 30px;
    line-height: 0.75;
    background-color: #a5c890;
    color: #fff;
}
/* banner section style start */

/* footer section style start */
footer{
    background-color: #fff;
    padding: 46px 56px 25px 26px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
footer .footer_contact{
    margin-right: 40px;
    text-align: center;
    flex: 0 0 16%;
}
footer .footer_contact .footer_logo a{
    display: inline-block;
    width: 100%;
}
footer .footer_contact .footer_logo a img{
    width: 100%;
    max-width: 160px;
    object-fit: cover;
}
footer .footer_contact .contact_adres{
    text-align: center;
    font-size: 11px;
    color: #61756c;
    margin: 42px auto 0 auto;
    line-height: 18px;
    text-transform: uppercase;
}
footer .footer_contact .contact{
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
}
footer .footer_contact .work_time{
    margin: 12px auto;
    font-size: 12px;
    color: #4C4C4C;
    max-width: 150px;
}
header .header_contact{
    text-align: start;
}
footer .footer_contact .calling{
    margin-top: 12px;
}
footer .footer_contact .calling a{
    transition: all .3s ease;
    display: inline-block;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 15px;
    background-color: #a5c890;
    border: 2px solid #a5c890;
    color: #fff;
    font-size: 12px;
    font-family: 'FranklinGothDemiCTT';
}
footer .footer_contact .calling a:hover{
    background-color: #fff;
    color: #4E695D;
    border-color: #68a246;
}
footer .footer_contact .social_networks ul{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .social_networks li{
    margin-left: 8px;
    list-style: none;
}
footer .social_networks li:first-child{
    margin-left: 0;
}
footer .social_networks li a{
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
}
footer .footer_info{
    flex: 0 0 58%;
    text-align: start;
    margin-top: 27px;
}
footer .footer_info .info_title{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
    color: #363636;
}
footer .footer_info p.info_text{
    font-size: 14px;
    color: #363636;
    margin-top: 30px;
    font-weight: 500;
}
footer .footer_info p.info_text span{
    font-size: 14px;
    color: #363636;
    display: block;
}
footer .footer_info .info_text .frist{
    font-size: 14px;
    color: #363636;
    margin-bottom: 20px;
}
footer .info_btns{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    text-transform: uppercase;
}
footer .footer_info .info_btns a{
    transition: all .3s ease;
    display: inline-block;
    font-size: 11px;
    color: #363636;
}
footer .footer_info .info_btns a:hover{
    color: #68a246;
}
footer .footer_info .info_btns a:last-child{
    margin-left: 36px;
}
footer .footer_menu{
    margin-top: 35px;
    flex: 0 0 20%;
    margin-left: 60px;
}
footer .footer_menu ul li{
    margin-top: 20px;
    list-style: none;
}
footer .footer_menu ul li:first-child{
    margin-top: 0;
}
footer .footer_menu ul li a{
    transition: all .3s ease;
    color: #000;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
footer .footer_menu ul li a:hover{
    color: #68a246;
}
.footer_bottomInfo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eceeed;
    padding: 12px 20px;
}
.footer_bottomInfo .left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer_bottomInfo .left p{
    font-size: 16px;
    margin-left: 30px;
    color: #000;
    font-weight: 500;
}
.footer_bottomInfo .info_right{
    font-size: 14px;
    font-weight: 500;
}
.footer_bottomInfo .info_right a{
    display: inline-block;
    text-decoration: none;
    color: #68a246;
    position: relative;
}
.footer_bottomInfo .info_right a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #68a246;
}
/* footer section style start */


/* FOR ITEM INDEX02.HTML STYLES --------------------------------------------------------------------------------------------------------------------------------------------------*/

/* iteminfo section style start */
.product_info{
    padding-bottom: 122px;
}
.product_info .info_topText{
    padding-bottom: 15px;
    border-bottom: 1px solid #a5c890;
}
.product_info .info_topText .back_catalog{
    font-weight: normal;
    font-style: normal;
    flex-direction: column;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #68a246;
}
.product_info .info_topText .back_catalog span{
    margin-left: 18px;
}
.product_info .info_topText .back_catalog i{
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-bottom: 18px;
}
.product_info .info_title{
    text-transform: uppercase;
    margin: 24px 0 29px 0;
    font-size: 36px;
    font-weight: 700;
}
.product_info .info_text{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 40px;
}
.product_info .info_menu ul{
    margin-bottom: 36px;
    display: flex; 
    align-items: center;
    justify-content: flex-start;
}
.product_info .info_menu ul li{
    list-style: none;
    margin-right: 15px;
}
.product_info .info_menu ul li a{
    padding: 10px 6px;
    border: 2px solid #4e695d;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #363636;
    text-transform: uppercase;
}
.product_info .itemAdditional_info{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.itemAdditional_info .more_infoItem{
    flex: 0 0 60%;
}
.itemAdditional_info  .additional_info{
    padding: 24px 24px 27px 24px;
    flex: 0 0 36%;
    background-color: #eceeed;
    height: auto;
}
.product_info .itemAdditional_info .item_infoImg{
    margin-bottom: 43px;
    position: relative;
    padding: 7px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(3, 127, 40, 0.6);
}
.product_info .itemAdditional_info .item_infoImg img{
    width: 100%;
    object-fit: cover;
}
.product_info .item_infoImg .img_info{
    position: absolute;
    bottom: -29px;
    right: 0;
    font-size: 9px;
    line-height: 14px;
    font-weight: normal;
    font-style: normal;
    color: #7b7b7b;
    text-transform: uppercase;
}
.product_info .itemAdditional_info .info{
    color: #363636;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}
.product_info .itemAdditional_info .info span{
    font-weight: 700;
}
.product_info .more_infoItem .new_price span{ 
    margin-right: 20px;
    margin-top: 29px;
    font-size: 23px;
    font-weight: 500;
    color: #363636;
}
.product_info .more_infoItem .new_price{
    font-size: 41.73px;
    font-weight: 600;
    color: #4e695d;
}
.product_info .more_infoItem .new_price i{
    font-size: 28px;
}
.itemAdditional_info .additional_info .additional_infoTitle{
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 17px;
    color: #363636;
}
.itemAdditional_info .additional_info .additional_product span{
    font-size: 16px;
    line-height: 26px;
    color: #363636;
}
.itemAdditional_info .additional_info .new_price span{
    
    font-size: 24px;
    font-weight: 600;
    color: #4E695D;
    line-height: 14px;
}
.itemAdditional_info .additional_info .new_price i{
    font-size: 18px;
}
.itemAdditional_info .additional_info .price .new_price span{
    line-height: 39px;
    font-size: 41px;
    font-weight: 600;
    color: #4E695D;
}
.itemAdditional_info .additional_info .price .new_price i{
    font-size: 32px;
    color: #4E695D;
    font-weight: normal;
}
.itemAdditional_info .additional_info .toCart a{
    transition: all .3s ease;
    padding: 18px 41px 11px 41px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #a5c890;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    border: 2px solid #a5c890;
}
.itemAdditional_info .additional_info .toCart a:hover{
    border-color: #68a246;
    background-color: #fff;
    color: #4C4C4C;
}
.itemAdditional_info .additional_info .delivery_time{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.itemAdditional_info .additional_info .time_img{
    margin-right: 20px;
    flex: 0 0 16.4%;
}
.itemAdditional_info .additional_info .time_img img{
    width: 100%;
    object-fit: cover;
}
.itemAdditional_info .delivery_time .info_delivery span:nth-child(1){
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #566e64;
}
.itemAdditional_info .delivery_time .info_delivery span:nth-child(2){
    margin-top: 7px;
    font-weight: 700;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #566e64;
}
.itemAdditional_info .delivery_time .info_delivery span:nth-child(2) i{
    font-size: 12px;
}
.itemAdditional_info .delivery_time .info_delivery span:last-child{
    font-weight: 700;
    display: block;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    margin-top: 9px;
}
.additional_info .additional_product{
    position: relative;
}
.additional_info .additional_product .product_type{
    position: relative;
    overflow-y: scroll;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    z-index: 2;
}
.additional_info .additional{
    height: 0;
    display: none;
    position: relative;
    margin: 17px 0;
    background-color: #fff;
    padding: 10px 0;
}
.additional_info .additional.active{
    display: block;
    height: 372px;
}
.additional_info .additional::after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 30px;
    background-color: rgb(255, 255, 255);
    transform: rotate(45deg);
    z-index: 1;
}
.additional_info.product_type .itemImg{
    flex: 0 0 23%;
}
.additional_info.product_type .itemImg img{
    width: 100%;
    object-fit: cover;
}
.additional_info.product_type .itemImg .product_name{
    flex: 0 0 53%;
}
.additional_info .product_type .item01{  
    transition: all .3s ease;
    padding: 7px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.additional_info .product_type .item01:hover{
    background-color: #4E695D;
}
.additional_info .product_type .item01:hover .product_price .new_price{
    color: #fff;
}

.additional_info .product_type .item01:hover .product_price .new_price span{
    color: #fff;
}
.additional_info .product_type .item01:hover .product_name{
    color: #fff;
}
.additional_info.product_type .product_price{
    flex: 0 0 20%;
}
.additional_info .product_type .product_name{
    transition: all .3s ease;
    margin-left: 14px;
    font-size: 18px;
    font-weight: 400;
}
.additional_info .product_type .product_price{
    padding-bottom: 5px;
    text-align: center;
    margin-left: 12px;
}
.additional_info .product_type .product_price .price{
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #4E695D;
    font-family: 'Metric';
    font-style: normal;
    margin-bottom: 11px;
}
.additional_info .product_type .price i{
    font-size: 18px;
    display: inline;
}
.additional_info .product_type .product_price a.productBtn{
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 13px 6px 13px;
    background-color: #a5c890;
    color: #fff;
    border-radius: 20px;
}
.itemAdditional_info .additional_info .price{
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 13px 0 27px 0;
}
/* iteminfo section style start */

/* product_v section style start */
.product_v .product_title{
    font-size: 30px;
    color: #363636;
    text-align: center;
    margin-bottom: 58px;
}
.product_v .product_items{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product_v .product_items .item_card{
    background-color: #FFF;
    position: relative;
    flex: 0 0 22.5%;
    height: 500px;
    border: 1px solid #000;
    padding: 6px 7px 14px 7px;
}
.product_v .product_items .item_card .item_img{
    height: 324px;
    overflow: hidden;
}
.product_v .product_items .item_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_v .product_items .item_img.four img{
    height: 150%;
}
.product_v .product_items .item_title a{
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #4e695d;
    margin-top: 16px;
}
.product_v .product_items .price_order{
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7px 15px 15px;
}
.product_v .product_items .price .new_price span{
    background: none;
    font-size: 22px;
    font-weight: 600;
    color: #4e695d;
}
.product_v .product_items .price .new_price i{
    font-size: 16px;
    color: #4e695d;
}
.product_v .product_items .price_order .order a{
    border: 2px solid #a5c890;
    transition: all .3s ease;
    display: inline-block;
    text-decoration: none;
    padding: 8px 22px;
    background-color: #a5c890;
    border-radius: 30px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}
.product_v .product_items .price_order .order a:hover{
    color: #4E695D;
    background-color: #fff;
    border-color: #68a246;
}
.product_v .product_items .item_card .discount_info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 76px;
    height: 76px;
    background-color: #BE1116;
    position: absolute;
    top: 12px;
    right: 16px;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 1);
}
.product_v .product_items .item_card .discount_info h4{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.product_v .product_items .item_card .discount_info p{
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.product_v .more_product{
    margin-top: 30px;
    text-align: center;
}
.product_v .more_product a{
    margin-bottom: 58px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    line-height: 44px;
    color: #68a246;
}
.product_v .more_product a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #68a246;
}
/* product_v section style end */

/* FOR ITEM INDEX03.HTML STYLES --------------------------------------------------------------------------------------------------------------------------------------------------*/
.sorting_product{
    display: none;
}
.product_info .itemAdditional_info .price {
    font-size: 23px;
    color: #363636;
    font-weight: 500;
}
.product_info03{
    padding-bottom: 85px;
}
.product_info03 .info_title{
    color: #363636;
    margin: 16px 0 17px 0;
    font-size: 36px;
    font-weight: 700;
}
.product_info03 .info_text{
    font-size: 14px;
    line-height: 18px;
    color: #363636;
    margin-bottom: 27px;
}
.product_info03 .info_menu ul{
    margin-bottom: 36px;
    display: flex; 
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.product_info03 .info_menu ul li{
    list-style: none;
}
.product_info03 .info_menu ul li a{
    background-color: #fff;
    padding: 10px 6px;
    border: 2px solid #4e695d;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #363636;
    text-transform: uppercase;
}
.spisok{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.spisok .close_spisok{
    display: none;
}
.spisok .spisok_choose{
    padding: 22px 23px 41px 23px;
    background-color: #eceeed;
    flex: 0 0 23.5%;
}
.spisok .proucts_types{
    margin-bottom: 31px;
}
.spisok_choose .productType_name{
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 13px;
}
.spisok_choose ul li{
    list-style: none;
    margin-bottom: 4px;
}
.spisok_choose ul li label{
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    margin-left: 14px;
}
.spisok .price h4.title{
    font-size: 23px;
    font-weight: 500;
    color: #363636;
    margin-bottom: 18px;
}
.spisok .price .fromTo_price{
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.spisok .price .fromTo_price .to{
    flex: 0 0 48%;
}
.spisok .price .fromTo_price .price01{
    flex: 0 0 48%;
}
.spisok .price .fromTo_price label{
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.spisok .price .fromTo_price input{
    margin-top: 8px;
    max-width: 120px;
    padding: 18px 8px 14px 8px;
    outline: none;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.spisok .price .fromTo_price input::placeholder{
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.spisok .price .price_btn{
    text-align: center;
    margin-top: 27px;
}
.spisok .price .price_btn a{
    display: inline-block;
    text-decoration: none;
    padding: 15px 36px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 22.5px;
    color: #fff;
    background-color: #a5c890;
}
.checkbox{
    display: block;
}
.checkbox .checkmark{
    text-transform: uppercase;
    margin-left: 10px;
    font-weight: 400;
}
.additional_info .checkbox .checkmark{
    text-transform: uppercase;
    margin-left: 6px;
    font-weight: 500;
}
.additional_info .product_type .product_price .new_price{
    margin-bottom: 6px;
    font-size: 24px;
}







/* product_03 style start */
.product_03{
    flex: 0 0 73%;
    text-align: center;
}
.product_03 .product_order{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}
.product_03 .product_order .order_title{
    font-size: 23px;
    font-weight: 500;
    color: #363636;
    margin-right: 16px;
}
.product_03 .product_order select{
    position: relative;
    outline: none;
    padding: 18px 11px 14px 11px;
    border: 1px solid #4e695d;
    background-color: #fff;
}
.product_03 .product_order select option span{
    height: 40px;
    font-size: 15px;
    font-weight: 500;
}
.product_03 .product_order::after{
    content: '';
    position: absolute;
    right: 5px;
    top: 17px;
    background-color:#fff;
    width: 20px;
    height: 20px;
    background-image: url('../images/bottomIcon.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.product_03 .product_items{
    max-width: 100%;
    flex: 0 0 70%;
    margin-left: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product_03 .product_items .item_card{
    background-color: #fff;
    position: relative;
    margin-bottom: 36px;
    flex: 0 0 32%;
    height: 500px;
    border: 1px solid #000;
    padding: 6px 7px 14px 7px;
}
.product_03 .product_items .item_card .item_img{
    height: 324px;
    overflow: hidden;
}
.product_03 .product_items .item_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_03 .product_items .item_img.four img{
    height: 150%;
}
.product_03 .product_items .item_title a{
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #4e695d;
    margin-top: 16px;
}
.product_03 .product_items .price_order{
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 15px 10px;
}
.product_03 .product_items .price .new_price span{
    font-size: 30px;
    font-weight: 600;
    color: #4e695d;
    line-height: 23px;
}
.product_03 .product_items .price .new_price i{
    font-size: 20px;
    font-weight: 500;
    color: #4e695d;
}
.product_03 .product_items .price_order .order a{
    transition: all .3s ease;
    display: inline-block;
    text-decoration: none;
    padding: 6px 20px;
    background-color: #a5c890;
    border: 2px solid #a5c890;
    border-radius: 30px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}
.product_03 .product_items .price_order .order a:hover{
    background-color: #fff;
    color: #4E695D;
    border-color: #68a246;
}
.product_03 .product_items .item_card .discount_info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 76px;
    height: 76px;
    background-color: #BE1116;
    position: absolute;
    top: 12px;
    right: 16px;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 1);
}
.product_03 .product_items .item_card .discount_info h4{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.product_03 .product_items .item_card .discount_info p{
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.product_03 .more_product{
    margin-top: 12px;
    text-align: center;
}
.product_03 .more_product a{
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    line-height: 44px;
    color: #68a246;
}
.product_03 .more_product a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #68a246;
}


/* product setion END */


.sticky_header{
    position: fixed;
    top: -178px;
    width: 100%;
    left: 0;
    z-index: 99;
    transition: .3s all ease;
}

.sticky_header.show{
    top: 0;
}

.sticky_header .middle .header_logo{
    position: static;
}

.sticky_header .middle .header_logo img{
    width: 100%;
}
.sticky_header .middle {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}