.wrapper_for_product_main{
    display: flex;
    flex-direction: row;
    padding: 40px;
    background-color: #F8F5F6;
    border-radius: 15px;
    margin-top: 0!important;
    margin: auto;
    max-width: 1338px;
    width: 100% !important;
}
html body main .wrap.sidenav_true .wrapper_for_real_product{
    width: 100vw !important;
    max-width: unset!important;
    margin-left: -50vw!important;
    position: relative;
    left: 50%;
    margin-top: 6px!important;
    padding-left: 20px;
    padding-right: 20px;
}
.wrapper_for_product_main .photo img[src*=".svg"]{
    /*width: 130px;
    height: 130px;*/
}
.wrapper_for_product_main .photo_and_title_tablet img[src*=".svg"]{
   /* width: 81px;
    height: 81px;
    margin-left: auto;*/
}
.wrapper_for_product_main .photo_and_title_tablet .photo:after{
    content: " ";
    border-right: 1px solid rgb(223, 213, 215);;
    height: calc(100% - 60px);
    margin-left: auto;
}
.wrapper_for_product_main .right .title{
    font-family: "Nyght Serif";
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #222222;
    margin-top: 4px!important;
    flex-basis: 50%;
}
.wrapper_for_product_main .photo_and_title_tablet .title{
    font-weight: 500;
    font-size: 36px;
    letter-spacing: normal;
    line-height: normal;
    color: #222222;
    margin-top: 0!important;
    margin-left: 40px;
}
.wrapper_for_product_main .right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 60px;
}
.wrapper_for_product_main .photo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 427px;
    min-width: 427px;
    height: 427px;
    position: relative;
    background: #fcf4f4;
    border-radius: 7px;
}

.wrapper_for_product_main .photo img{
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    border-radius: 7px;
}

.wrapper_for_attribute_containers{
    display: flex;
    gap: 20px;
    margin-top: 32px;
    flex-wrap: wrap;
}
.wrapper_for_product_main .right{
    width: 100%;
}
.wrapper_for_attribute_containers .attribute_container{
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 140px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
    padding-bottom: 10px;
    height: 83%;
    background: white;

}
.wrapper_for_attribute_containers .container_for_container{
    flex: 1 1 140px;
    max-width: 220px;
}
.wrapper_for_attribute_containers .selected .attribute_container{
    border: rgb(209, 24, 24) 2px solid;
}
.wrapper_for_attribute_containers .attribute_container:hover{
    border: rgb(209, 24, 24) 2px solid;

}
.wrapper_for_attribute_containers .attribute_container .attribute_name{
    font-size: 17px;
    margin-bottom: 23px;
    color: #222222;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
}
.wrapper_for_attribute_containers .attribute_container .attribute_price{
    font-size: 30px;
    color: #222222;
    font-weight: 600;
}
.wrapper_for_attribute_containers .attribute_container .price_before_discount{
    color: #959595;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}
.container_for_amount_of_packets{
    display: block;
    text-align: center;
    margin-top: 4px;
}
.container_for_amount_of_packets span{
    font-size: 15px;
}
.container_for_amount_of_packets span strong{
    font-size: 15px;
}
.attribute_container .discount_label_for_attribute{
    position: absolute;
    right: -10px;
    top: -10px;
    max-width: 70px;
    width: 100%;
    display: flex;
    height: 24px;
    justify-content: center;
    align-items: center;
    background: #f3d8d8;
    border-radius: 100px;
    text-transform: uppercase;
    color: #d11818;
    font-size: 12px;
    font-weight: 600;
}
.wrapper_for_product_main .right .buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 28px 0 0 0;
}
.wrapper_for_product_description .description_title_icon h3{
    font-size: 18px;
    color: rgb(34, 34, 34);
    font-weight: 600;
    line-height: 1.2;
}
.wrapper_for_product_main .right .btn.red::before{
    content: "";
    width: 23px;
    min-width: 23px;
    height: 28px;
    margin: 0 19px 0 0;
    background: url(/catalog/view/theme/rezus/img//basket_white.svg) no-repeat center;
}
.wrapper_for_product_main .right .btn.red{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    height: 52px;
}
.wrapper_for_product_description>*:first-child {
    padding-top: 0;
    margin-top: 0 !important;
}
.seperator{
    border-top: 1px solid rgb(225, 225, 225);
    margin-bottom: 52px;
}
.wrapper_for_product_description{
    display: flex;
    margin-bottom: 73px;
}
.wrapper_for_product_description img{
    width: 70px;
}
.wrapper_for_product_description .description_title_icon{
    gap: 60px;
    display: flex;
    margin-left: -130px;
}
.wrapper_for_product_description .left{
    /*flex: 420px*/
    width: 440px;
    flex: 52%;
}
.wrapper_for_product_description .right{
    flex: 100%;
    margin-left: -4px;
}
.wrapper_for_product_description .left h2{
    color: #303030;
    font-size: 36px;
    font-weight: 400;
    font-family: "Nyght Serif";
    line-height: 40px;
}
.wrapper_for_product_description p{
    font-size: 15px;
    font-weight: 400;
    color: #222222;
    line-height: 22px;
    margin-bottom: 35px!important;
    letter-spacing: normal;
}
.photo_and_title_tablet{
    display: none;
}
.wrapper_for_product_description .description_title_icon p{
    margin-top: 2px;
    margin-bottom: 0!important;
}
.wrapper_for_product_description ul{
    margin-top: 22px;
    list-style: none;
    margin-bottom: 35px;
}
.wrapper_for_product_description ul li{
    display: flex;
    line-height: normal;
    font-size: 15px;
}
.wrapper_for_product_description ul li:not(:first-child){
    margin-top: 20px;
}
.wrapper_for_product_description ul li::marker{
    color: #d11818;
}
.wrapper_for_product_description ul li:before{
    content: "•";
    color: #d11818;
    font-size: 40px;
    position: relative;
    top: -20px;
    margin-right: 16px;
    height: 0;
}
.wrapper_for_product_description + .seperator{
    margin-top: 14px!important;
    margin-bottom: 45px;
}
.duk{
    margin-top: 0!important;
}
.duk .duk-header .h2{
    color: #222222;
    font-weight: 500;
}
.wrapper_for_home_below_slider .home_page_title{
    margin-top: 55px!important;
}
.wrapper_for_product_tables h1{
    color: #222222;
    font-size: 36px;
    letter-spacing: normal;
    font-weight: 500;
}
.custom_product_table thead td{
    font-weight: 600;
    font-size: 15px;
    color: #222222;
}
.wrapper_for_product_tables .table_container{
    margin-top: 12px;
    /*overflow-x: auto;*/
    width: 100%;
}

.custom_product_table tr td{
    padding: 15px 10px;
    padding-left: 0;
    font-size: 15px;
    line-height: 22px;
    text-align: left !important;
    font-weight: 500;

}
.custom_product_table thead{
    border-bottom: 1px solid #DBDBDB;
}
/*.custom_product_table tbody tr{
    border-bottom: 1px solid rgb(225, 225, 225);
}*/

.table_container .custom_product_table:not(:first-child){
    margin-top: 10px;
}

.custom_product_table{
    border-radius: 15px;
    background: #F8F5F6;
    display: block;
    padding: 0 28px;
    padding-bottom: 23px;
    /*max-width: unset;
    width: fit-content;*/
}
.wrapper_for_product_tables{
    margin-bottom: 60px;
}
.container_for_belo_banner_contact_section{
    margin-top: 60px!important;
    margin-bottom: 55px;
}
.duk-item{
    margin-top: 30px;
}
.container_compare_and_fee span{
    color: #d11818;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.container_compare_and_fee i{
    color: #d11818;
    font-size: 24px;
    font-weight: 400;
    margin-right: 8px;
}
.container_compare_and_fee{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.container_compare_and_fee a{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.container_compare_and_fee a:hover{
    opacity: .6;
}

.container_compare_and_fee.tablet_mobile{
    display: none;
}

.notification_custom p{
    font-size: 15px;
    color: #898989;
    line-height: 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.notification_custom{
    margin-left: 30px;
}
.notification_custom p i{
    margin-right: 8px;
    font-size: 22px;
}
.mobile_table_head{
    display: none;
}

.register-btn.packet-product{
    max-width: 188px;
    width: 100%;
    height: 45px;
    color: #DF1F26;
    border: 1px solid #DF1F26;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer;
}

.register-btn.packet-product:hover{
    background-color: #DF1F26;
    color: white;
}

.container_for_packet_name_button{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper_for_product_main .price.discount p{
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
.wrapper_for_product_main .price.discount p:nth-child(1){
    color: #303030;
}

.wrapper_for_product_main .price.discount p:nth-child(2){
    color: #DF1F26;
    font-size: 20px;
}

.wrapper_for_product_main .price.discount{
    margin-top: 13px;
}

.product_excerpt_desc{
    margin-top: 18px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.product_excerpt_desc p{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.wrapper_for_product_main .right .btn.red::before{
    content: none;
}

.wrapper_for_product_main .right .btn.red svg path{
    stroke: white;
}

.wrapper_for_product_main .right .btn.red#addToCart{
    max-width: 188px;
    height: 45px;
    width: 100%;
    border-radius: 7px;
    gap: 7px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0;
    font-weight: 500;
}

.photo .product_discount_label{
    position: absolute;
    background: #DF1F26;
    color: white;
    max-width: 59px;
    width: 100%;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
    right: 10px;
    top: 10px;
    border-radius: 7px;
}

.additional_information_product{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 40px;
}

.additional_information_product img{
    width: 24px;
}

.additional_information_product .additional_infomation_container{
    display: flex;
    gap: 5px;
    align-items: center;
}

.additional_infomation_container span{
    font-weight: 300;
    color: #303030;
    font-size: 13px;
    line-height: normal;
}

.wrapper_for_product_tables{
    display: flex;
}

.wrapper_for_product_tables h2{
    line-height: 40px;
    font-size: 36px;
    font-family: "Nyght Serif";
    font-weight: 400;
    color: #303030;
    flex-basis: 296px;
    min-width: 296px;
}

main .wrapper_for_product_tables{
    margin-top: 95px!important;
}

.custom_product_table thead tr td{
    padding-top: 23px;
    min-width: 260px;
}

.custom_product_table thead tr td:last-child{
    min-width: unset;
}

.custom_product_table tbody tr td{
    padding-top: 15px;
    padding-bottom: 0;
    font-weight: 400;
}

.container_for_product_review_card.swiper-slide{
    max-width: 404px;
    width: 100%;
    min-height: 337px;
    background-color: #F8F5F6;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

.review_card_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review_starts{
    display: flex;
    align-items: center;
    gap: 5px;
}

.product_review_section{
    display: flex;
    margin-bottom: 140px;
}

.reviews_right_side.swiper{
    overflow: visible;
    max-width: 964px;
    width: 100%;
}

.product_review_section:before, .also_recommend_section:before{
    width: 100%;
    position: absolute;
    left: -100%;
    content: "";
    height: 100%;
    background-color: white;
    z-index: 9;
}

.container_for_product_review_card.swiper-slide .review_footer{
    margin-top: auto;
    font-size: 13px;
    color: #303030;
    font-weight: 300;
}

.container_for_product_review_card.swiper-slide .review_date{
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
}

.container_for_product_review_card.swiper-slide .review_content{
    margin-top: 17px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: normal;
    color: #303030;
}

body .section_for_homepage_newsletter{
    margin-bottom: 42px;
}

.reviews_count_left_side span{
    font-size: 14px;
    line-height: 20px;
}

.reviews_count_left_side{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 58px;
}

.reviews_count_left_side span.review_average{
    font-weight: 700;
}

.container_for_left_right{
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
    left: -4px;
}

.also_recommend_section .container_for_left_right{
    margin-top: 26px;
}

svg.star_fill{
    fill: rgb(223, 31, 38);
}

.mobile_review_section_head{
    display: none;
}

.mobile_review_section_head h2, .also_recommend_section_mobile h2{
    color: #303030;
    font-family: 'Nyght Serif';
    font-size: 24px;
    font-weight: 400;
}

.container_for_review_count_and_average{
    display: flex;
    gap: 10px;
}

.product_review_section .slider_arrow_left path,
.also_recommend_section .slider_arrow_left path{
    stroke: rgb(48, 48, 48);
}

.product_review_section:has(.reviews_right_side .swiper-button-prev.swiper-button-disabled) .slider_arrow_left path,
.also_recommend_section:has(.right_side_recommended_products .swiper-button-prev.swiper-button-disabled) .slider_arrow_left path{
    stroke: rgb(164, 164, 164);
}

.product_review_section .slider_arrow_left path,
.also_recommend_section .slider_arrow_left path{
    stroke: rgb(48, 48, 48);
}

.product_review_section:has(.reviews_right_side .swiper-button-next.swiper-button-disabled) .slider_arrow_right path,
.also_recommend_section:has(.right_side_recommended_products .swiper-button-next.swiper-button-disabled) .slider_arrow_right path{
    stroke: rgb(164, 164, 164);
}

.container_for_recommended_product{
    width: 297px;
    min-width: 297px;
    max-width: 297px;
    min-height: 192px;
    background: #F8F5F6;
    border-radius: 15px;
    padding: 23px 25px;
    justify-content: space-between;
    display: flex!important;
    flex-direction: column;
}

.also_recommend_section{
    display: flex;
    margin-bottom: 120px;
}

.recommended_product_name{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.right_side_recommended_products.swiper{
    max-width: 964px;
    width: 100%;
    overflow: visible;
}

.recommended_product_price{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.recommended_product_price_and_button{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .left_side_offer_and_promotions_container{
    flex-basis: 320px;
    min-width: 320px;
}

.recommended_product_price_and_button svg:hover{
    fill: rgb(223, 31, 38);
}

.recommended_product_price_and_button svg:hover path{
    stroke: white;
}

.also_recommend_section_mobile{
    display: none;
}

.register-btn.packet-product.mobile{
    display: none;
}

@media (max-width: 1390px){
    .wrapper_for_product_tables .table_container{
        overflow: hidden;
    }
    .new_table_container{
        overflow-x: auto;
    }
}

@media (max-width: 1140px){
    .product_review_section{
        margin-bottom: 80px;
    }

    .mobile_review_section_head{
        display: block;
    }

    .reviews_count_left_side{
        margin-bottom: 4px;
    }

    .product_review_section{
        margin-top: 23px;
    }

    .container_for_review_count_and_average{
        margin-top: 12px;
    }

    .also_recommend_section_mobile{
        display: block;
        margin-top: 0!important;
    }

    .also_recommend_section{
        margin-bottom: 75px;
    }

    .wrapper_for_product_description{
        margin-bottom: 35px;
    }
}

@media (max-width: 1000px) {
    .wrapper_for_product_main{
        flex-direction: column;
    }
    .wrapper_for_product_main .right{
        margin: 0;
    }

    .register-btn.packet-product{
        display: none;
    }

    .wrapper_for_product_main .right .title{
        flex-basis: 100%;
    }

    .wrapper_for_product_main .photo{
        align-self: center;
        margin-bottom: 17px;
    }

    .wrap{
        max-width: calc(100% - 40px);
    }
    header #register-online{
        margin: 0 20px 20px 20px;
    }
    .wrapper_for_product_main{
        /*padding: 40px 0;*/
    }
    .wrapper_for_attribute_containers{
        margin-top: 40px;
    }
    .custom_product_table tr td{
        padding-right: 25px;
    }
    .custom_product_table tr td:last-child{
        padding-right: 10px;
    }

    .wrapper_for_product_description .right{
        margin-left: 0;
    }
    .wrapper_for_product_description{
        flex-direction: column;
    }
    .seperator{
        margin-bottom: 43px;
        margin-top: 0!important;
    }

    .wrapper_for_product_description .description_title_icon{
        gap: 12px;
        flex-direction: column;
        margin-left: 0;
    }
    .wrapper_for_product_description .left h2{
        margin-bottom: 25px;
    }
    .wrapper_for_product_description ul{
        margin-bottom: 45px;
    }

    .wrapper_for_product_description + .seperator{
        margin-top: 4px!important;
        margin-bottom: 35px;
    }

    .wrapper_for_product_main .right .btn.red{
        width: 50%;
    }

    .container_compare_and_fee{
        justify-content: center;
    }
    .wrapper_for_product_tables{
        margin-bottom: 40px;
    }

    .container_for_belo_banner_contact_section{
        margin-top: 50px!important;
    }

    .container_compare_and_fee .notification_custom{
        display: none;
    }
    .container_compare_and_fee.tablet_mobile{
        display: block;
        width: 50%;
        margin: 0;
    }

    .container_compare_and_fee.tablet_mobile .notification_custom{
        display: block;
        margin-left: 0;
    }

    .wrapper_for_product_main .right .buttons{
        gap: 40px;
    }

    .wrapper_for_product_main .right .buttons{
        margin: 26px 0 0 0;
    }

    .custom_product_table{
        /*max-width: unset;
        width: fit-content;*/
    }

    .register-btn.packet-product.mobile{
        display: flex;
        margin-top: 25px;
    }

    .wrapper_for_product_main .right .title{
        margin-top: 8px!important;
    }

    .wrapper_for_product_main .price.discount{
        margin-top: 20px;
    }

    .wrapper_for_product_main .right .btn.red#addToCart{
        max-width: unset;
    }

    .additional_information_product{
        margin-top: 20px;
    }

    .product_excerpt_desc{
        margin-top: 29px;
    }

}

@media (max-width: 900px){
    main .wrapper_for_product_tables{
        display: block;
    }
    .wrapper_for_product_tables h2{
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 600px) {
    .custom_product_table tr td{
        font-size: 14px;
        padding-left: 0;
        padding-right: 10px;
        min-width: 200px;
    }

    .custom_product_table tr td:last-child{
        min-width: unset;
    }
    .wrapper_for_product_tables h1{
        font-size: 24px;
        text-align: left;
    }
    .wrap {
        max-width: calc(100% - 30px);
    }

    .seperator{
        margin-bottom: 23px;
    }
    .wrapper_for_product_description{
        margin-top: 67px!important;
    }
    .wrapper_for_product_description .left h2{
        font-size: 24px;
        margin-bottom: 18px;
    }

    .wrapper_for_product_description p{
        font-size: 15px;
        line-height: 28px;
    }
    .wrapper_for_product_description ul li{
        font-size: 15px;
    }
    .wrapper_for_product_description .description_title_icon h3{
        font-size: 18px;
        color: rgb(34, 34, 34);
        font-weight: 600;
        line-height: 1.2;
    }
    .wrapper_for_product_description .description_title_icon p{
        margin-top: 5px;
    }
    .wrapper_for_product_description ul{
        margin-left: -2px;
        margin-bottom: 26px;
    }
    .wrapper_for_product_description + .seperator{
        margin-top: -3px!important;
        margin-bottom: 32px;
    }
    .wrapper_for_home_below_slider .home_page_title{
        margin-top: 35px!important;
        margin-bottom: 33px;
    }
    .wrapper_for_product_main .photo_and_title_tablet .photo:after{
        display: none;
    }
    .wrapper_for_product_main .photo_and_title_tablet img[src*=".svg"]{
        margin-left: 0;
    }
    .wrapper_for_product_main .photo_and_title_tablet{
        height: unset;
        flex-direction: column;
        align-items: baseline;
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .wrapper_for_product_main .photo_and_title_tablet .photo{
        background: none;
        width: 120px;
        height: auto;
    }
    .wrapper_for_product_main .photo_and_title_tablet .title{
        text-align: left;
        margin-left: 20px;
        font-size: 26px;
        margin-top: 25px!important;
    }
    .wrapper_for_attribute_containers{
        flex-direction: column;
        margin-top: 30px;
    }
    .wrapper_for_attribute_containers .attribute_container{
        min-height: unset;
        padding-top: 14px;
        padding-bottom: 38px;
        background-color: white;
    }
    .wrapper_for_product_tables{
        margin-bottom: 35px;
    }
    .duk-item{
        margin-top: 22px;
    }
    .duk .duk-header .h2{
        padding-right: 5px;
    }
    .container_for_belo_banner_contact_section{
        margin-top: 40px!important;
    }
    .wrapper_for_product_main .right .buttons{
        flex-direction: column;
        gap: 20px;
        margin: 30px 0 0 0;
    }
    .wrapper_for_product_main .right .btn.red{
        width: 100%;
    }
    .container_compare_and_fee.tablet_mobile{
        width: 100%;
    }
    .wrapper_for_product_main{
        padding-bottom: 27px;
        padding-top: 27px;
    }
    .wrapper_for_attribute_containers .container_for_container{
        max-width: unset;
    }
    /*.desktop_table_head{
        display: none;
    }*/
    .mobile_table_head{
        display: table-cell;
    }
    .custom_product_table tr td:last-child{
        padding-right: 0;
    }

    .container_for_product_review_card.swiper-slide{
        max-width: 277px;
        min-height: 352px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 17px;
    }

    body .section_for_homepage_newsletter{
        margin-bottom: 15px;
    }

    .wrapper_for_product_main .photo{
        width: unset;
        min-width: unset;
        height: unset;
    }

    .wrapper_for_product_main .photo img{
        aspect-ratio: 1 / 1;
    }

    .wrapper_for_product_main{
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }

    main .wrapper_for_product_tables{
        margin-top: 40px!important;
    }

}
@media only screen and (max-width: 768px){
    .custom_product_table{
        width: 100%;
    }
}

@media (max-width: 600px) {
    ::-webkit-scrollbar {
        display: none;
    }
}
.shipping_back_button{
    background: url(/catalog/view/theme/rezus/img/basket_white.svg) no-repeat center center;
    min-width: 20px;
    height: 30px;
    background-size: 14px;
    position: relative;
    /*left: 50%;
    transform: translateX(-50%);*/
    width: 100%;
    max-width: 40px;
    border-radius: 5px;
    background-color: #d11818;
    cursor: pointer;
    transition: .3s;
}
.shipping_back_button:hover{
    background-color: #e10707;
}