.product__information_wrapper {
    width: 100%;
    flex-direction: column;
}
.product__image_wrapper{
    width: 100%;
    min-width: 100%;
    padding: 0;
    box-shadow: 0 5px 10px #aaaaaa52;
    border-radius: 10px;
    height: 100%;
    min-height: 200px;
}
.product__deliveries_wrapper{
    gap: 25px;
    position: sticky;
    top: 120px;
    width: 290px;
    height: fit-content;
}
.product_wrapper {
    width: 50%;
    height: fit-content;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.product_info_wr {
    display:flex;
    gap: 20px;
}
.product_det_top {
    height: 60px;
    align-items: center;
    padding-left: 20px;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
}
.buttons_wrapper {
    gap:0;
}
.product_det_content {
    border-bottom: 1px solid #d5d5d5;
    padding: 20px;
    flex-direction: column;
    position: relative;
}
.product_det_top .buttons_wrapper > div {
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #d5d5d5;
}
.delivery__header{
    font-weight: 600;
    position: relative;
    font-size: 18px;
    line-height: 1;
    width: fit-content;
    margin-bottom: 15px;
}
.product_features, 
.product_video,
.product_description,
.product_comments{
    box-shadow: 0 5px 10px #aaaaaa52;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
}
.product-page__images-item img{
    transition: all 2s ease!important;
    border-radius: 5px;
}
.product-page__images-item:hover img{
    transform: scale(1.1);
    transition: transform 2s ease;
}
.product-page__info .tabs__content{
    overflow: visible;
}
.delivery_boxed__item{
    background: rgba(16, 42, 131, 0.03);
    box-shadow: 0px 0px 0px 1px rgba(16, 42, 131, 0.1);
    padding: 20px;
    border-radius: 5px;
}
.delivery_boxed__item ul li{
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 0.3rem 0;
}
.delivery_boxed__item ul li:last-child,
.delivery_boxed__item .delivery__item{
    margin: 0;
}
.delivery__content ul{
    margin-bottom: 0;
}
.item_sku{
    background: transparent;
    padding: 15px 20px;
}
.product__main_characteristics {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #dbdbdb;
}
.product__main_characteristics .features{
    margin-top: 10px;
}
.product__details_wrapper{
    box-shadow: 0 5px 10px #aaaaaa52;
    border-radius: 5px;
    height: fit-content;
    padding: 20px;
}
.product__main_characteristics ul li{
    margin-bottom: 0;
}
.product__main_characteristics ul li:last-child .features__wrap{
    border-bottom: none;
}
.product-page__info {
    margin-top: 40px;
}
.product__details_wrapper .details_boxed__available,
.product__details_wrapper .available__no_stock, .product__details_wrapper .available__in_stock{
    margin: 0;
}
.product__main_characteristics .features__item{
    padding: 0;
}
.product__details_top_block {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
}
.sku span:first-child {
    font-weight: 600;
}
.product_features_link {
    margin-top: 10px;
    display: block;
    width: max-content;
}
.block__description--style ul,
.block__description--style ol{
    margin-left: 34px;
}
.product_video iframe {
    width: 100%;
    max-width: 560px;
}
.products_container__boxed .boxed{
    border-left: none;
    background: var(--bg);
    box-shadow: 0 5px 10px #aaaaaa52;
}
.products_container__boxed .boxed.annotation_wrapper{
    box-shadow: none;
    padding: 0 15px 0 0;
}
.h1.products_heading{
    margin-bottom: 24px;
}
.products_page .product_preview__image picture{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products_page .product_item{
    /* height: auto; */
    margin-bottom: 25px;
    transition: all .5s ease;
}
.products_page .product_preview__prices{
    flex-direction: column;
    height: auto;
    margin-top: 0;
}
.products_page .product_preview__bottom{
    border-top: none;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    background-color: #2A5A40;
    padding: 20px 20px 20px 60px;
    margin-left: -40px;
    transition: all .5s ease;

}
.products_page .product_preview__center{
    min-width: 40%;
}
.products_page .product_preview__buttons .product_preview__button{
    padding: 10px;
    width: 100%;
    min-width: 150px;
    height: auto;
}
.products_page .features__item{
    padding: 0;
    margin: 0;
}
.products_page .product_preview__name a{
    min-height: auto;
    background: transparent;
    min-height: auto;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    padding: 10px 0;
}
/* .products_page .product_preview{
    min-height: auto;
} */
.products_page .product_preview__image a{
    height: 100%;
}
.products_page .product_preview__info{
    margin-top: 12px;
    height: 100%;
}
.sidebar_fixed{
    position: sticky;
    top: 130px;
    margin-bottom: 50px;
}
.products_fast_order{
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 5px 0 5px 0;
    overflow: hidden;
}
.products_fast_order a{
    padding: 14px;
    background: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    min-width: fit-content;
    transition: all .5s ease;
    display: flex;
    align-items: center;
}
.block--boxed.related_products_wrapper{
    padding: 15px 0;
}
@media only screen and (max-width : 1250px) {
    .product__image_wrapper, .product__details_wrapper {
        width: 100%;
        height: fit-content;
        position: relative;
        top: unset;
    }
}
@media only screen and (max-width : 1024px) {
    .sidebar_products{
        display: none;
    }
    .products_container{
        margin-right: 0;
    }
    .product-page__info{
        margin-top: 30px;
    }
    .mobile_tab_navigation,
    .block--boxed.related_products_wrapper .block__header{
        margin: 0 0 20px;
    }
    .mobile_tab_title{
        padding: 0;
    }
}
@media only screen and (max-width : 768px) {
    /* .products_page .product_preview__image picture{
        max-height: 166px;
    } */
    .block--boxed.related_products_wrapper{
        padding: 0;
    }
}
@media only screen and (max-width : 767px) {
    .product_wrapper{
        flex-direction: column;
    }
    .product__information_wrapper{
        width: 100%;
        margin-bottom: 0;
    }
    .product__image_wrapper{
        display: block;
    }
    .product_wrapper .mobile_tab__content,
    .product-page__tabs .mobile_tab__content{
        display: block!important;
    }
    .product_features, 
    .product_video,
    .product_description,
    .product_comments{
        margin-bottom: 24px;
        padding: 15px;
    }
    .product-page__info{
        margin-top: 24px;
    }
    .product__details_wrapper,
    .delivery_boxed__item{
        padding: 15px;
    }
    .products_page .product_preview__bottom{
        padding: 40px 20px 20px 20px;
        margin-left: 0;
        margin-top: -40px;
    }
    .products_page .preview_form{
        flex-direction: column;
    }
    .products_page .product_preview__name{
        margin-bottom: 0;
    }
    /* .products_page .product_preview__image picture{
        max-height: 164px;
    }  */
    .product_page .block__heading{
        margin-bottom: 1rem;
    }
    .related_products_wrapper .product_preview{
        padding: 0;
    }
    .related_products_wrapper .product_preview__image,
    .related_products_wrapper .product_preview__image a, 
    .related_products_wrapper .product_preview__image picture{
        height: auto;
    }
    .related_products_wrapper .product_preview__image picture{
        overflow: hidden;
    }
    .related_products_wrapper .product_preview__name{
        bottom: 4px;
    }
    .block--boxed.related_products_wrapper .block__header{
        margin-bottom: 12px;
    }
    .product-page__info .tabs__content{
        padding: 0;
    }
}
@media only screen and (max-width : 480px) {
    .product__deliveries_wrapper{
        width: 100%;
        gap: 24px;
    }
    .mobile_tab_navigation{
        margin: 0 0 12px;
    } 
}
@media only screen and (max-width : 360px) {
    .products_fast_order,
    .products_fast_order a{
        border-radius: 5px 0 0 0;
    }
    .products_page .product_preview__image{
        border-radius: 5px 5px 0 0;
    }
}