.top_product_block{
   display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.site-container{
    width: 100%;
}
.top_product_block .product_image{
    width: 170px;
    height: 170px;
    margin-bottom: -45px;
}
.top_product_block .product_image img{
    border-radius: 50%;
    border: 10px solid white;
    height: 170px;
    width: 170px;
    object-fit: cover;
}

h1.product_title{
    color: #000;
    font-family: "Akshar", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.top_product_block .custom_rating {
    display: flex;
    align-items: center;
}
.woocommerce .woocommerce-product-rating{
    display: flex;
    align-items: center;
}
.woocommerce .custom_rating .star-rating:before{
    color:#FFE7C0!important;
}
.woocommerce .custom_rating .star-rating span::before {
    color: #F5B44B;
}
.product-wrapper{
    padding:  0 0 120px  0;
}
.product-wrapper .column-left{
    padding-top: 36px;
    width: 100%;
    display: flex;
    background: #EDEBE3;
}
.product-wrapper .column-right{
    margin-top: -48px;
}
.product-wrapper .column-right .product_categories_title{
    color: #000;
    font-family: "Akshar", serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.35px;
    margin-bottom: 36px;
}

.custom_rating .woocommerce-product-rating .star-rating{
    margin: 0;
    color: #F5B44B;
    font-size: 12px;
}
.page-numbers:hover,.page-numbers:focus {
    cursor: pointer;
    color: rgba(104, 133, 139, 1) !important;
}
.page-numbers.current:hover{
    color: rgba(7, 28, 32, 1) !important;
}
.woocommerce .star-rating, .woocommerce .comment-form-rating .stars a, .woocommerce .star-rating::before {
    color:  rgba(255, 231, 192, 1) !important;
}
.woocommerce p.stars.selected a:not(.active)::before , .woocommerce p.stars.selected a.active::before{
    color: #F5B44B;
}
.woocommerce p.stars.selected a.active ~ a:before{
    color:  rgba(255, 231, 192, 1) ;
}

.woocommerce .star-rating span{
    color: rgba(245, 180, 75, 1);
}
.woocommerce .star-rating::before {
    content: '\53\53\53\53\53' !important;
}
.single_related_products{
    margin-bottom: 150px;
}
.woocommerce p.stars a::before, .woocommerce p.stars a:hover~a::before{
    content: '\e020' !important;
}
.woocommerce p.stars a:hover~a::before{
    content: '\e020' !important;
    color: rgba(255, 231, 192, 1);

}
#review_form .stars{
    font-size: 16px;
}
#review_form .stars a{
    margin-left: -1px;
    top: 0 !important;
}
p.woocommerce-noreviews {
    color: black;
}
#comments ol.commentlist li .comment-text .star-rating {
    order: 2;
    font-size: 12px;
    display: inline-flex;
    margin: 0;
    margin-left: 15px;
    margin-top: 10px;
}
.woocommerce p.stars:hover a::before {
    color: rgba(245, 180, 75, 1);
}

.custom_rating .woocommerce-product-rating .woocommerce-review-link{
   display: none;
}

.product_category_link{
    width: fit-content;
    padding: 4px 7px;
    border-radius: 24px;
    border: 1px solid #FFF;
    background: #EDEBE3;
    color: #767676;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.product_categories_link .product_category_link:not(:first-child){
    margin-left: -5px;
}

.short_product_description{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 24px 0;
}
.product_info{
    display: flex;
    gap: 30px;
}
.product_info .row{
    display: flex;
    align-items: center;
    gap:5px;
}
.product_info h3{
    color: #000;
    font-family: "Akshar", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.show_description_btn{
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    text-decoration-line: underline;
    color: #C4C4C4;
}


.add_to_cart_block .add_to_cart .custom_add_to_cart_button{
    border-radius: 12px;
    background: #E6FF2A;
    padding: 12px 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #000;
    font-family: "Akshar", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    width: 100%;
}

.add_to_cart_block .add_to_cart span{
    font-family: "Akshar", serif;
    color: rgba(0, 0, 0, .5);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: flex;
    align-items: center;
}
.add_to_cart_block .add_to_cart span .price bdi{
    color: black;
    font-family: "Akshar", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.add_to_cart_block .add_to_cart span span.price,
.add_to_cart_block .add_to_cart span span.price .woocommerce-Price-amount bdi,
.add_to_cart_block .add_to_cart span span.price .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol{
    display: flex;
    align-items: center;
    color: black;
    font-family: "Akshar", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
}

.add_to_cart_block .add_to_cart span span.price{
    margin-left: 4px;
    vertical-align: middle;
}

.product_categories_link{
    display:flex;
    gap: -5px;
}

.woocommerce-tabs{
    max-width: 800px;
    margin: 0 auto;
}

.product-wrapper .column-right #tab-reviews .product_categories_title,.product-wrapper .column-right #tab-custom_contact_tab .product_categories_title{
    display: none;
}
.wpcf7 form>div, .wpcf7 form>p{
    margin: 0;
}
#tab-custom_contact_tab{
    margin-bottom: -24px;
}
.wpcf7 .wpcf7-form-control-wrap {
    max-height: 120px !important;
}
#tab-custom_contact_tab .label{
    padding-left: 6.67px;
    margin-bottom: 5px;
    display: block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
#tab-custom_contact_tab input, #tab-custom_contact_tab  textarea{
    border-radius: 20px;
    padding: 12px 26.67px;
    background-color: #FFF;
    color: #000;
    font-family: "Roboto", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border:none;
    outline: none;
}
#tab-custom_contact_tab input{
    background-image: url("/wp-content/themes/astra-child/assets/img/single-product/lock-closed.svg");
    background-repeat: no-repeat;
    background-position: center right 12px;
}
#tab-custom_contact_tab label{
    margin-bottom: 48px;
    display: block;
}
#tab-custom_contact_tab  textarea{
    resize: none;
    height: 120px;
}
#tab-custom_contact_tab .wpcf7-submit{
    padding: 12px 36px;
    border-radius: 12px;
    background: #E6FF2A;
    height: 48px;
    color: #000;
    font-family: "Akshar", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 100%;
}
#tab-custom_contact_tab input::placeholder, #tab-custom_contact_tab  textarea::placeholder{
    color: #C4C4C4;
}

.wc-tabs{
    width: fit-content;
    margin: 0;
    height: 48px;
    display: flex;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #CCC;
}

.wc-tabs li{
    float: left;
    line-height: 150%;
}

.wc-tabs li a{
    padding: 18px 10px 6px 10px;
    color: #767676;
    font-family: "Akshar", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    width: fit-content;
}
.wc-tabs li:last-child{
    float: none;
    margin-right: 0;
}

.wc-tabs li.active a{
    color: #000000;
    border-bottom: 2px solid #000;

}

.woocommerce-Tabs-panel--description p{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.product_container .woocommerce-tabs .wc-tabs li a{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #767676;
    display: inline-block;
    padding-bottom: 15px;
}

a:focus {
    outline: none !important;
}

.page-template-myprofile-page-php  #tab-title-custom_contact_tab{
    display: none;
}
.page-template-myprofile-page-php .contact{
    padding: 12px 36px;
    border-radius: 12px;
    background: #FFF;
    color: #999;
    font-family: "Akshar", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
}
.woocommerce-Tabs-panel{
    margin-top: 60px;
}
.woocommerce-Tabs-panel h2{
    display: none;
}

.woocommerce-Reviews-title{
    display: none;
}

.woocommerce #reviews #review_form_wrapper {
    padding-left: 0 !important;
}

#reviews{
    display: grid;
}
#comments .meta {
    width: fit-content !important;
}
.woocommerce #reviews #comments,
.woocommerce #reviews #review_form_wrapper{
    width: 100% !important;
    float: none !important;
}

.woocommerce #reviews #review_form {
    border: 1px solid #F3F3F3 !important;
    padding: 24px !important;
    margin-top: 10px;
    border-radius: 12px;
    background: #FFF;
}

.commentlist li{
    margin: 0 !important;
    padding: 24px!important;
    border-radius: 12px;
    border: 1px solid #F3F3F3 !important;
    background: #FFF !important;
    border-top: none !important;
    position: relative !important;
}
.woocommerce #reviews #comments ol.commentlist{
    display: grid;
    gap: 10px;
}
.commentlist li:first-child{
    border-radius: 12px;
    border: 1px solid #F3F3F3 !important;
    background: #FFF;
}
.woocommerce #reviews #comments ol.commentlist::after, .woocommerce #reviews #comments ol.commentlist::before{
    display: none;
}

.commentlist li img{
    padding: 0 !important;
    width: 60px !important;
    height: 60px !important;
    top: 24px !important;
    left: 24px !important;
}

.woocommerce-review_author{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
}


.woocommerce #reviews #comments ol.commentlist li .comment-text p{
    margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 60px !important;
    padding: 0 !important;
    padding-left: 24px !important;
}

.woocommerce-review_published-date{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #C4C4C4;
    display: block;
    position: absolute;
    top: 29px;
    right: 24px;
}

.woocommerce #reviews #review_form #respond #comment {
    padding: 12px 12.8px;
    height: 120px;
    border-radius: 12px;
    background: #EEE;
    border: none;
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.woocommerce #reviews #review_form #respond #comment::placeholder{
    color: #767676;
}
.woocommerce #reviews #review_form #respond #comment:focus{
    border: none;
    outline: none;
}
body.woocommerce #reviews #comments ol.commentlist li .comment-text .description{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #000000;

}


.comment-form-comment textarea{
    background: #EEEEEE;
    border-radius: 10px;
    color: #767676;
}

#commentform .form-submit input{
    width: 100% !important;
    background:#E6FF2A !important;
    border-radius: 12px !important;
    padding: 12px 36px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 120% !important;
    color:black !important;
    margin-top: 24px !important;
    font-family: "Akshar", serif !important;
}
.woocommerce #reviews #review_form #respond p {
    margin: 0 !important;
    height: fit-content;
    display: flex;
    flex-direction: column;
}
#reply-title{
    color: #000;
    display: block;
    font-family: "Akshar", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 24px;
    padding: 0;
}
.comment-form-rating{
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.comment-form-rating label,
.comment-form-comment label{
    font-style: normal;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 160%;
    color: #000000;
}

.woocommerce #reviews #review_form #respond p{
    margin: 0 !important;
}
.comment-form-rating label{
    float: left;
    padding-right: 0 !important;
    width: 130px;
}
.woocommerce-js #reviews #review_form #respond label {
    font-style: normal;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 160%;
    color: #000000;
}
p.comment-form-cookies-consent label {
    margin-bottom: 0 !important;
}
p.comment-form-cookies-consent {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 10px;
    vertical-align: middle;
}
.woocommerce #reviews #review_form #respond p.comment-form-author {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
}
.woocommerce #reviews #review_form #respond p.comment-form-email{
    margin-bottom: 24px !important;
}
.woocommerce-js #reviews #review_form input {
    max-width: 100%;
    padding: 12px 12.8px;
    border-radius: 12px;
    background: #EEE;
    border: none;
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.comment-form-rating .stars{
    padding-top: 0px;
    margin: 0 !important;
}
.stars span {
    display: flex;
    gap: 1px;
}

.comment-form-comment label{
    margin-bottom: 10px;
    display: block;
}

.ast-container .product_container .product_subtitle{
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 30px;
}
@media (max-width: 1200px) {
    .top_product_block .product_image{
        margin-bottom: 0;
    }
    .top_product_block .product_image img{
        border-color: transparent;
    }
    .product_info ,.product_info .row{
        gap: 0;
        flex-direction: column;
    }
    .top_product_block{
        padding-bottom: 52px;
        flex-direction: column;
        gap:22px;
    }
    .product_categories_link {
        padding-top: 10px;
        justify-content: center;
    }
    .product-wrapper .column-left{
        padding-top: 34px;
    }
    .wc-tabs {
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px){
    .product-wrapper .column-right .product_categories_title{
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.9px;
        margin-bottom: 24px;
    }
    #comments ol.commentlist li .comment-text .star-rating{
        margin-top: 5px;
    }
    .woocommerce-Tabs-panel{
        margin-top: 10px;
    }
    .product_info .add_to_cart_block .add_to_cart span span.price {
        margin-left: 0;
        margin-right: 0;
        vertical-align: middle;
    }
    a.contact::before {
        display: none;
    }
    body .commentlist li {
        padding: 10px !important;
    }
    body .commentlist li img {
        top: 10px !important;
        left: 10px !important;
        width: 32px !important;
        height: 32px !important;
    }
    .woocommerce-review_published-date {
        top: 10px;
        right: 10px;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        padding-left: 15px !important;
        margin: 0 0 0 32px !important;
    }
    .woocommerce-review_author {
        line-height: 100%;
    }
    .woocommerce #reviews #review_form {
        padding: 20px !important;
    }
    a.contact {
        padding: 12px 20px;
    }
    .ast-container .product_container .product_subtitle {
        font-size: 20px;
    }
}

/* SHOP PAGE */

.archive #content .ast-container{
    max-width: 1400px !important;
}

.shop_content{
    display: grid;
    grid-column-gap: 75px;
    grid-template-columns: 250px 1fr 250px;
    margin-top: 70px;
}

.right_sidebar{
    width: 100%;
    height: 400px;
    background-image: url('../img/pexels-samson-katt-5255637.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.right_sidebar .banner{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%);
    border-radius: 10px;
    padding: 28px;
    position: relative;
}

h2.banner_text{
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 90%;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    margin-bottom: 0;
}

a.banner_button{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    background-color: white;
    padding: 12px 20px;
    text-align: center;
    width: 100%;
    border-radius: 30px;
    display: block;
    margin-top: 150px;
}





.single_product_loop{
    width: 100%;
    border: 1px solid #F3F3F3;
    border-bottom: none;
    padding: 25px 32px;
}

.single_product_loop:last-child{
    border-bottom: 1px solid #F3F3F3;
}

.single_product_inner{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 60px 1fr 165px;
    grid-column-gap: 20px;
}

.image_block,
.title_block,
.loop_add_to_cart_block{
    align-self: center;
    display: grid;
}

.title_block .product_categories_link {
    margin-top: 0;
}

.product_loop_title a{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}

.product_loop_title .star-rating{
    font-size: 14px !important;
    float: none !important;
    display: inline-block;
    margin-left: 15px;
}

.content .single_product_loop .single_product_inner .loop_add_to_cart_block a{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 12px 0;
    background: #61B174;
    border-radius: 20px;
}

.loop_add_to_cart_block{
    text-align: center;
}

.per{
    color: #C1E4CA;
}

.single_related_products{
    margin-bottom: 150px;
}

#custom_pagination .nav-links a,
#custom_pagination .nav-links span{
    text-align: center;
}

#custom_pagination .prev{
    transform: rotate(180deg)
}

#custom_pagination .page-numbers{
    vertical-align: text-bottom;
}

#custom_pagination{
    text-align: center;
    margin-top: 60px;
}

.filter_item_title{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    display: block;
    color: #000000;
    margin-bottom: 10px;
}





.number_min, .number_max{
    position: relative;
    width: 110px;
    border-radius: 20px;
    background-color: #eeeeee;
    height: 40px;
}

.number_min input[type="number"]::-webkit-outer-spin-button,
.number_min input[type="number"]::-webkit-inner-spin-button,
.number_max input[type="number"]::-webkit-outer-spin-button,
.number_max input[type="number"]::-webkit-inner-spin-button{
    display: none;
}

.number_min button, .number_min input, .number_max button, .number_max input{
    position: absolute;
}

.number-minus{
    top: 12px;
    left: 5px;
}

.number-plus{
    top: 12px;
    right: 5px;
}


.number-plus, .number-minus{
    background-color: transparent;
    width: 25px;
    height: 16px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}


.number_min input,
.number_max input{
    width: 40px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    top: 12px;
    left: 35px;
    text-align: center;
    border: none;
    background: transparent !important;
    padding: 0;
}

.number-plus:hover, .number-minus:hover,
.number-plus:focus-visible, .number-minus:focus-visible,
.number-plus:focus, .number-minus:focus{
    background-color: transparent;
    color: black;
    border: none;
}

.hourly_rate_block{
    display: grid;
    grid-template-columns: 110px 1fr 110px;
}

.hourly_rate_block span{
    text-align: center;
    display: block;
    padding-top: 5px;
}

.filter_item_title{
    margin-top: 45px;
}

.filter_item_title:first-child{
    margin-top: 0;
}

.filter_selector{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
    width: 100%;
    background-color: #eeeeee;
    border-radius: 20px !important;
    padding: 12px 30px 12px 45px !important;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.filter_selector:focus{
    background-color: #eeeeee;
}

.sort_by::after,
.specialties::after{
    content: '';
    background-image: url("../img/down-filled-triangular-arrow 1.png");
    position: absolute;
    width: 8px;
    height: 8px;
    top: 16px;
    right: 20px;
    background-size: cover;
    background-position: center;
}

.sort_by,
.specialties{
    position: relative;
}


.sort_by::before,
.specialties::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: cover;
    top: 13px;
    left: 15px;
}

.sort_by::before{
    background-image: url('../img/sort-down 1.png');
}

.specialties::before{
    background-image: url('../img/magnifying-glass 1.png');
}

#submit_search,
#reset_search{
    margin-top: 45px;
    display: inline-block;
    cursor: pointer;
}

#reset_search{
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #C4C4C4;
}

#submit_search{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 12px 25px 12px 45px;
    background: #61B174;
    border-radius: 20px;
    position: relative;
}

#submit_search::before{
    content: '';
    width: 15px;
    height: 15px;
    top: 13px;
    left: 15px;
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-image: url('../img/magnifying-glass 2.png');
}

@media screen and (max-width: 1366px){
    .archive #content .ast-container {
        max-width: calc(100vw - 20px) !important;
        margin-left: 10px;
    }
}

@media screen and (max-width: 1024px){
    .right_sidebar{
        display: none;
    }
    .shop_content {
        grid-template-columns: 250px 1fr;
    }
}

@media screen and (max-width: 768px){
    .shop_content {
        grid-template-columns: 1fr;
        grid-row-gap: 75px;
    }
    .left_sidebar{
        max-width: calc(100vw - 500px);
        margin-left: 250px;
    }
}


@media screen and (max-width: 767px){
    .shop_content {
        grid-template-columns: 1fr;
        grid-row-gap: 75px;
    }
    .left_sidebar {
        max-width: 250px;
        margin-left: calc(50vw - 135px);
    }
    .single_product_loop {
        padding: 15px;
    }
    .title_block{
        grid-column-start: 2;
        grid-column-end: 4;
    }
    .loop_add_to_cart_block {
        text-align: center;
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 4;
        max-width: 165px;
    }
    .shop_content .product_categories_link{
        margin-left: 0;
        overflow-x: scroll;
        padding-bottom: 10px;
    }
    .shop_content .product_category_link {
        white-space: nowrap;
    }

    .shop_content .single_product_loop::after{
        content: '';
        display: block;
        position: absolute;
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        width: 24px;
        height: 24px;
        z-index: 99;
        top: 48px;
        right: 11px;
    }
    .shop_content .single_product_loop{
        position: relative;
    }
}

.left_sidebar{
    margin-bottom: 150px;
}

/* Cart */
.woocommerce-cart .product_container{
    padding-top: 60px;
    padding-bottom: 120px;
}
.cart_block {
    display: grid;
    gap: 10px;
}
.woocommerce-cart .product_container h1{
    color: #000;
    font-family: "Akshar", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}
.cart_container .woocommerce-notices-wrapper,
.hidden{
    display: none !important;
}

.cart_item{
    align-items: center;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    display: grid;
    grid-template-columns: 60px 1fr 40px;
    grid-column-gap: 15px;
}

.cart_item .product-thumbnail img{
    border-radius: 50%;
}

.product_info_block{
    display: grid;
    grid-template-columns: 330px auto;
}


.product-name a{
    display: flex;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}

.product-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-name .product_categories_link a{
    display: inline;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    color: #767676;
}

.product-name .custom_rating{
    display: flex;
}

.product-name .product_categories_link{
    margin-top: 3px;
    gap: 10px;
    width: 100%;
    display: flex;
}

.product_price_block {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}
.product_price_block .product-price,
.product_price_block .number_max,
.product_price_block .product-subtotal{
    align-self: center;
    justify-self: center;
}


.product_price_block .product-subtotal{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.product_price_block .product-price{
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.product_price_block .product-price::after{
    content: '/hour';
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #C4C4C4;
}

.product_price_block .number_max {
    position: relative;
    width: 80px;
    border-radius: 12px;
    background-color: #F8F7F2;
    height: 30px;
}

.product_price_block  .number-minus {
    top: 7px;
    left: 5px;
}

.product_price_block .number-plus {
    top: 7px;
    right: 5px;
}

.product_price_block .number_max input {
    width: 30px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    top: 7px;
    left: 25px;
    text-align: center;
    border: none;
    background: transparent !important;
    padding: 0;
    color: #000;
}

.product_price_block .product-subtotal .woocommerce-Price-amount{
    padding-left: 10px;
}

.cart_item .product_price_block .product-price{
    justify-self: end;
}

.cart_item .product_price_block .product-subtotal {
    justify-self: start;
}
.cart_item .woocommerce-product-rating{
    gap: 15px;
}
.product-name{
    /* margin-left: 4px; */
}
.custom_remove{
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('../img/remove.png');
    background-size: cover;
    background-position: center;
}
.cart_item{
    position: relative;
}

.product-remove{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_total_block{
   display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 24px;
}

.custom_cart_total{
    margin-bottom: 0 !important;
    font-style: normal;
    font-weight: 500;
    font-size: 30px!important;
    line-height: 120%!important;
    color: #000000!important;
    font-family: "Akshar", sans-serif;
}

.custom_checkout_btn,
.continue_shopping_btn,
.custom_cart_total{
    align-self: center;
}

.custom_checkout_btn a,
.continue_shopping_btn{
    font-family: "Akshar", sans-serif;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 120% !important;
    text-align: center;
    padding: 12px 36px !important;
    color: #000 !important;
}

.custom_checkout_btn a{
    background: #E6FF2A !important;
    border-radius: 12px !important;
}


.continue_shopping_btn{
    color: #767676;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
}

.continue_shopping_btn:hover{
    color: #767676;
}

.cart-empty{
    font-family: "Akshar", sans-serif;
    color: black;
    border-top: none;
    text-align: center;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    margin: 50px 0;
    font-weight: 700;
    background: none;
}

.woocommerce-message::before, .woocommerce-info::before {
    display: none !important;
}

.return-to-shop{
    text-align: center;
    margin-bottom: 250px !important;
}

.return-to-shop a.wc-backward{
    font-style: normal;
    color: #FFF;
    font-family: "Akshar", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    border-radius: 12px;
    background: #874AF6;
    box-sizing: border-box;
    padding: 12px 36px;
}

.woocommerce .cart_container{
    margin-top: 0;
}

.cart_container h1.cart_title{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
    margin-top: 100px;
    margin-bottom: 45px;
    text-align: center;
    color: #000000;
}

@media screen and (max-width: 767px){
    .cart_item .product_info_block .product_categories_link{
        display: none;
    }
    .cart_item {
        padding: 9px;
        grid-template-columns: 48px 1fr;
        grid-column-gap: 15px;
    }
    .product_info_block {
        grid-row-gap: 5px;
        grid-template-columns: 1fr;
    }
    .product-remove {
        bottom: 4px;
        right: 0px;
    }
    .product_price_block {
        gap: 10px;
        justify-content: flex-start;
    }
    .cart_item .product_price_block .product-price {
        justify-self: start;
    }
    .cart_container h1.cart_title {
        margin-top: 60px;
    }
    .custom_cart_total{
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

.cart_icon{
    width: 20px;
}

.cart_widget{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #874AF6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_count{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    right: 7px;
    top: 9px;
    padding: 5px 10px;
    border-radius: 50%;
}


/* CHECKOUT PAGE */

.product_container.checkout_container{
 padding-top: 60px;
    max-width: 600px;
   margin: 0 auto;
}

.woocommerce form .checkout_container .checkout_title{
    color: #000;
    text-align: center;
    font-family: "Akshar", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 48px;
}

.woocommerce-custom-billing-fields .woocommerce-custom-billing-fields__field-wrapper{
    display: grid;
    gap: 48px;
}

.woocommerce-custom-billing-fields .woocommerce-custom-billing-fields__field-wrapper p{
    padding: 0;
    margin: 0;
    width: 100%;
}

.woocommerce-custom-billing-fields{
    margin-bottom: 48px;
}

.woocommerce-custom-billing-fields .woocommerce-custom-billing-fields__field-wrapper p label{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding-left: 5px;
    margin-bottom: 5px;
}



.woocommerce-custom-billing-fields .woocommerce-custom-billing-fields__field-wrapper p#billing_address_2_field{
    margin-top: -38px;
}

.woocommerce-custom-billing-fields .woocommerce-custom-billing-fields__field-wrapper p .woocommerce-input-wrapper input,
.woocommerce-custom-billing-fields .woocommerce-custom-billing-fields__field-wrapper p .woocommerce-input-wrapper .select2-selection{
    background-color: #FFF;
    border-radius: 20px;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: black;
}
.woocommerce-custom-billing-fields .woocommerce-custom-billing-fields__field-wrapper p .woocommerce-input-wrapper .select2-selection{
    background-image: url("/wp-content/themes/astra-child/assets/img/dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
}
.woocommerce-custom-billing-fields .woocommerce-custom-billing-fields__field-wrapper p .woocommerce-input-wrapper input::placeholder{
    color: #C4C4C4;
}
.woocommerce-custom-billing-fields .select2-selection__arrow{
    display: none;
}

.woocommerce-custom-billing-fields .woocommerce-custom-billing-fields__field-wrapper p span{
    position: relative;
}

.woocommerce-additional-fields{
    display: none;
}

.checkout_table{
    margin-bottom: 48px;
    border-radius: 10px;
    border: 0;
    background: #FFF;
}

.table_title_block,
.table_subtotal_block,
.table_total_block,
.checkout_product_item{
    border-bottom: 1px solid #F8F7F2;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 460px 1fr;
}

.table_subtotal_block span,
.table_total_block span{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.table_total_block{
    border-bottom: none !important;
}

.checkout_product_item span,
.checkout_product_item span strong{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.table_title_block span{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #C4C4C4;
}

.woocommerce form .checkout_container .checkout_table_title{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding-left: 5px;
}





.custom_terms {
    position: relative;
    padding-left: 30px;
    margin-bottom: 48px;
}
.custom_terms input[type=checkbox] {
    display: none;
}
.custom_terms label:after {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
}
.custom_terms input[type=checkbox]:checked + label:after {
    content: url("../img/Union.svg");
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #E6FF2A;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    background-color: #E6FF2A;
    padding-left: 4px;
}

.custom_terms label{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    color: #000000;
    display: block;
}


.payment_method_name{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding-left: 5px;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box, .woocommerce.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    margin: 0;
    margin-top: 5px;
    background-color: #fff;
    color: #515151;
    border: 0;
    box-sizing: border-box;
    border-radius: 10px;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box:before, .woocommerce.woocommerce-checkout #payment div.payment_box:before {
    display: none !important;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 0;
}

.woocommerce form .form-row {
    padding: 0;
}

#wc-payoutd-cc-form{
    display: grid;
    grid-template-columns: 260px 120px 120px;
    grid-column-gap: 30px;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #F8F7F2 !important;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 !important;
}

#wc-payoutd-cc-form p{
    width: 100%;
    margin-bottom: 0 !important;
}
#wc-payoutd-cc-form p input {
    width: 100% !important;
    padding: 12px 20px !important;
    background: #EEEEEE !important;
    border-radius: 20px !important;
    color: black;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none !important;
}
#wc-payoutd-cc-form p input::placeholder{
    color: #C4C4C4;
}

#wc-payoutd-cc-form p label{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #000000;
}

.credit_logo{
    display: grid;
    grid-template-columns: 55px 33px;
    grid-column-gap: 30px;
    margin-top: 20px;
}

.credit_logo div{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 20px;
}

.credit_logo .visa{
    background-image: url("../img/visa.png");
}

.credit_logo .mastercard{
    background-image: url("../img/mastercard.png");
}

.woocommerce-page.woocommerce-checkout #payment ul.payment_methods, .woocommerce.woocommerce-checkout #payment ul.payment_methods {
    margin-bottom: 48px;
}

.woocommerce-page.woocommerce-checkout #payment #place_order, .woocommerce.woocommerce-checkout #payment #place_order {
    width: 100%;
    float: none;
    display: block;
    padding: 12px 36px;
    border-radius: 12px;
    background: #E6FF2A;
    font-family: "Akshar", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #000;
    margin: 0;
}

.woocommerce-page.woocommerce-checkout #payment div.form-row, .woocommerce.woocommerce-checkout #payment div.form-row {
    padding: 0 0 120px;
}

.woocommerce-custom-billing-fields .woocommerce-custom-billing-fields__field-wrapper p:first-child label {
    margin-top: 0;
}

.back_to_cart_btn{
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.back_to_cart_btn a{
    display: inline-block;
    margin-top: 45px;
    margin-left: 28px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #767676;
    position: relative;
}

.back_to_cart_btn a::before{
    content: '';
    width: 13px;
    height: 10px;
    display: block;
    position: absolute;
    background-image: url("../img/grey_arrow.png");
    background-size: cover;
    background-position: center;
    top: 4px;
    left: -23px;
}

@media screen and (max-width: 767px){
    #wc-payoutd-cc-form {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        padding-bottom: 0 !important;
    }
    #wc-payoutd-cc-form .form-row-wide{
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .table_title_block, .table_subtotal_block, .table_total_block, .checkout_product_item {
        grid-template-columns: 230px 1fr;
        padding: 10px;
    }
    .product_container.checkout_container {
        max-width: 600px;
       margin:  0  auto;
        padding-top: 60px;
    }
    .woocommerce-page.woocommerce-checkout #payment div.form-row, .woocommerce.woocommerce-checkout #payment div.form-row {
        padding: 0 0 150px;
    }
    .back_to_cart_btn a {
        margin-top: 35px;
    }
}

@media screen and (max-width: 1400px){
    .back_to_cart_btn {
        width: calc(100vw - 20px);
    }
}

.woocommerce-thankyou-order-failed-actions a{
    width: auto !important;
    float: none !important;
    display: inline-block !important;
    padding: 12px 36px !important;
    background: #874AF6 !important;
    border-radius: 20px !important;
    font-family: "Akshar", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 120% !important;
    text-align: center !important;
    color: #FFFFFF !important;
    margin: 0 !important;
}

.terms_block .page-title h1 {
    margin-bottom: 45px;
}

@media screen and (max-width: 1365px) and (min-width: 769px){
    .page-template-about-contact-page ul.page-nav {
        display: flex;
        list-style: none;
        column-gap: 20px;
        margin: 0;
    }
    .page-template-about-contact-page .page-nav li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px){
    .page-template-about-contact-page ul.page-nav {
        column-gap: 14px;
    }
    .page-template-about-contact-page .page-nav li a {
        font-size: 11px;
    }
}

.status_in_work{
    cursor: pointer;
}


.button__send-message{
    display: inline-block;
    cursor: pointer;
}

.message__reciever div {
    max-width: calc(1400px - 400px - 50px - 60px);
}

.message__sender div {
    max-width: calc(1400px - 400px - 50px - 60px);
}
