.container-main{
    width: min(1105px , 99%);
    /*margin-top: 50px;*/
    /*padding-right: 50px;*/
    margin: 50px auto 0;
}
.detail_book_item  , .detail_book_item_product{
    display: flex;
    margin: 5px;
    position: relative;
    z-index: 10;
    align-items: center;
}
.product__specifications-value {
    padding-right: 5px;
}
.detail_book_item label  , .detail_book_item_product label{
    font-size: 14px;
    font-weight: bold;
    width: 130px;
}
.detail_book_item p  , .detail_book_item_product p{
    margin-right: 5px;
    flex: 1;
    word-wrap: break-word;
    padding-right: 10px;
    font-size: 14px;
    width: 50%;
}
.product_image{
    /*width: 70%;*/
    /*margin-right: -90px;*/
    /*margin-top: 25px;*/
    margin: 25px -49px 0 0;
}
.container-box{
    display: flex;
    justify-content: space-between;
    /* padding: 0 143px;*/
}
.right{
    width: 40%;
}
.product-information-container-left svg{
    width: 200px;
    height: 200px;
}
.right img{
    height: 100%;
}

.left{
    width: 50%;
    display: flex;
    flex-direction: column;

}
.title{
    color: #8a8181;
    font-size: 22.4px;
    font-weight: 900;
}
.price{
    font-weight: 800;
}
.posted_in{
    padding: 10px 0;
    font-weight: 800;
}
.posted_in a{
    font-size: 14px;
    font-weight: 800;
    color: #06031b;
}
.product-content-wrapper{
    padding: 0 !important;
}

.title-link{
    text-decoration: none;
    font-size: 13.6px;
    font-weight: 300;
    cursor: pointer;
}
.title-link:hover{
    color: red;
}
.price{
    font-size: 20px;
    font-weight: 300;
    color: #06031b;
}
.quantity{
    width: 100%;
}
.cart{
    width: 50%;
}
.product-related .swiper-btn{
    /*position: relative;*/
    /*display: flex;*/
    width: 18% !important;
    position: absolute;
    top: 9px;

}
/*.swiper-slide img {*/
/*    display: block;*/
/*    width: 80% !important;*/
/*    !*height: 150px;*!*/
/*    height: auto;*/
/*    border-radius: 0 !important;*/
/*}*/
.btn_group_swiper_product-wrapper{
    width: 100%;
    display: flex;
    justify-content: end;
}
.swiper-btn-wrapper{
    display: flex;
    justify-content: end;
    /*width: 100%;*/
}
.product-related .swiper-button-next,.product-related .swiper-button-prev{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    color: var(--back-header);
    border: 2px solid var(--back-header);
}
.product-related .swiper-button-next:hover,.product-related .swiper-button-prev:hover{
    background-color: var(--back-header);
    color: var(--white-color);
}
.product-container-right .swiper-button-next,.product-container-right .swiper-button-prev{
    color: var(--new-product-title-link-color);
}

.product-container-right .swiper-button-next:hover,.product-container-right .swiper-button-prev:hover{
    color: var(--back-header);
}
/*.product-related .swiper-prev{*/
/*    background-color: rgba(102,102,102,1) !important;*/
/*    color: #ffff;*/
/*}*/
/*.product-related .swiper-next{*/
/*    left: 58px;*/
/*    background-color: rgba(0,0,0,.6) !important;*/
/*}*/
/*.product-related .swiper-next ,.product-related .swiper-prev{*/
/*    height: 50% !important;*/
/*    margin-top: -10px !important;*/
/*    cursor: pointer !important;*/
/*    color: white !important;*/
/*    font-size: 10px;*/

/*}*/
/*.product-related .swiper-next:after ,.product-related .swiper-prev:after{*/
/*    content: '' !important;*/

/*}*/
.header-book-related{
    position: relative;
    display: flex;
    justify-content: space-between;


}
.products-related{
    display: flex;
    gap: 5px;
}

.swiper-button-disabled{


}

.input-group {
    display: flex;
    /*justify-content: space-between;*/
    width: 100%;
    height: 40px;
    border-radius: 5px;

}
.form-control{
    border: 1px solid #ced4da;
    /*border-radius: 5px;*/
    /*width: 100%;*/
    width: 36%;
}
.input-group-append , .input-group-prepend{
    width: 13%;
}
.input-group-append strong , .input-group-prepend strong{
    font-weight: 800;
}

.input-group-append button, .input-group-prepend  button{
    background-color: white;
    /*border-radius: 5px;*/
    color: #6c757d;
    padding: 5px;
    border: 1px solid #ced4da;
    height: 40px;
    cursor: pointer;
    width: 100%;
    font-weight: 800;
}
.btn-increment:hover , .btn-decrement:hover{
    background-color: #6c757d;
    color: var(--white-color);
    transition: all 0.3s;
}
.single_add_to_cart_button {
    width: 32% !important;
    background-color: #ef5661;
    border: none;
    border-radius: 5px;
    padding: 10px 0;
    color: white;
    font-size: 15px;
    font-weight: 800;
    margin-top: 20px;
}
.jupiterx-social-share {
    width: 52%;
}
.input-group-prepend{
    font-size: 16px;
    margin-left: -1px;
}

.element-title p{
    font-size: 13.6px;
    font-weight: 800;
    width: 100%;
    text-align: center;
}
.book-old-price{
    color: #bbb;
}
.price-txt{
    width: 100%;
    text-align: center;
    font-weight: 800;
}
.jupiterx-social-share {

    height: 100px;
    margin-top: 20px;
}
.jupiterx-social-share-inner{
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    gap: 15px;
}
.jupiterx-social-share-link{
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    border-radius: 5px;
    width: 13%;
    color: white;
    padding: 5px;
}
.jupiterx-social-share-email{
    background-color: #343a40;
}
.jupiterx-social-share-email:hover{
    background-color: #06031b;
}
.jupiterx-social-share-facebook{
    background-color: #3b5998;
}
.jupiterx-social-share-facebook:hover{
    background-color: #2f5096;
}
.jupiterx-social-share-twitter{
    background-color: #1da1f2;
}
.jupiterx-social-share-twitter:hover{
    background-color: #0795ec;
}
.jupiterx-social-share-pinterest{
    background-color: #bd081c;
}
.jupiterx-social-share-pinterest:hover{
    background-color: #a00416;
}
.jupiterx-social-share-linkedin{
    background-color: #0077b5;
}
.jupiterx-social-share-linkedin:hover{
    background-color: #016aa3;
}
.jupiterx-social-share-reddit{
    background-color: #ff4500;
}
.jupiterx-social-share-reddit:hover{
    background-color: #dd3b00 ;
}

/*comments*/
.reviews_tab {
    font-weight: 800;
}
.wc-tabs-wrapper{
    /*padding: 0  30px 0 60px;*/
    margin-top: 20px;

}
.comment-respond{
    margin-top: 40px;
}
.woocommerce-Reviews{
    border: 1px solid #d3ced2;
    padding: 40px 40px 30px 40px;
}
.comment{
    border: 1px solid #d3ced2;
    height: max-content;
    width: 10%;
    border-bottom: none;
    text-align: center;
    margin-bottom: -2px;
    position: relative;
    z-index: 100;
    background-color: #ffff;
    padding: 5px;
}
.comment-link{
    text-decoration: none;
    color: #6e6e6e;

}
.wc-tabs{
    font-weight: bold;

}
.wc-tab{

}
li{
    list-style: none;
}
.wc-tabs a{
    text-decoration: none;
    color: #6b6b6b;
}
.woocommerce-noreviews{
    font-weight: 800;
    font-size: 13px;
    color: rgb(83, 83, 83);
}
.comment-reply-title{
    margin-top: 20px;
    font-size: 25.92px;
    font-weight: 800;
    color: #06031b;
}
#comment:focus-visible , #author:focus-visible , #email:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    outline: none;
}
.comment-form-cookies-consent{
    display: flex;
    align-items: center;
}
.wp-comment-cookies-consent{
    padding-right: 5px;
}
#wp-comment-cookies-consent{
    width: 20px;
    height: 20px;
    /*accent-color: #0abbd0;*/
    margin-top: -23px;
}
#ShowResult{
    display: none;
}
.alert-comment{
    color: #000 !important;
    background: linear-gradient(#ccebed,#9edbeb) !important;
    border-radius: 10px !important;
    padding: 7px 10px !important;
    margin-bottom: 10px;
    display: grid;
    /* grid-template-columns: 15% 85%; */
}
.alert-error {
    color: #fff;
    background-color: #e14f4f;
}
#wp-comment-cookies-consent .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.comment-form{
    border: none;
    background-color: #ffff;
    /* text-wrap: nowrap; */
}
.form-comment-box{
    display: flex;
    flex-direction: column;
}
.show-result{

    display: flex !important;
    align-items: center;
    text-wrap: wrap;
    gap: 70px;
    margin-top: 20px;

}
#countdown-number{
    color: #1ebcc5;
}
.comment-notes{
    text-align: start;
}
.product-img-top {
    display: none;
}
.countdown-number-circle{

}
#countdown svg circle {
    stroke-dasharray: 80px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #1ebcc5;
    fill: none;
}
.comment-notes{
    /*text-wrap: nowrap;*/
}
#countdown{
    position: relative;
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#countdown svg{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    transform: rotateY(-180deg) rotateZ(-90deg);

}
#email-notes{
    color: #4d4d4d;
    font-weight: 500;
}
.required-field-message{
    color: #4d4d4d;
    font-weight: 500;
}
.required{
    color: red !important;
    font-weight: 500;
    font-size: 16px;
}
.comment-form-rating{
    display: flex;
    flex-direction: column;
    align-items: start;
    font-weight: 300;
    font-size: 16px;
    color: #4d4d4d;
    padding: 15px 0;
}
.comment-form-comment{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}
textarea{
    resize: vertical;
}
.comment-form-bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 750;
    color: #4d4d4d;
    margin-top: 10px;
}
.checked{
    color: #ffb518;
    cursor: pointer;
}

#comment{
    width: 100%;
    margin-top: 12px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    /* padding: 80px 10px; */
    padding: 15px 11px;
}
.jupiterx_comment_fields_inner_wrap{
    margin-top: 6px;
}
.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.comment-form-author{
    display: flex;
    flex-direction: column;
    width: 48%;

}
.comment-form-author label{
    display: flex;
    justify-content: start;
}
.comment-form-email label{
    display: flex;
    justify-content: start;

}

#email{
    border: 1px solid #ced4da;
    padding: 15px 10px;
    border-radius: 8px;
}
#author{
    border: 1px solid #ced4da;
    padding: 15px 10px;
    border-radius: 8px;
}
.comment-form-email{
    display: flex;
    flex-direction: column;
    width: 48%;
    border-radius: 10px;

}
.comment-form-cookies-consent{
    margin-top: 20px;
}
.form-submit{
    width: 100%;
    display: flex;
    justify-content: end;
}
.submit{
    margin-top: 20px;
    width: fit-content;
    background-color: var(--back-header);
    border-radius: 6px;
    color: white;
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'IRANYekan';
}
.submit:hover{
    background-color: var(--icon-circle-color);
}

.element-price-container{
    display: flex;
    justify-content: center;
    width: 100%;
}
.jupiterx-wc-loop-product-description{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.columns-4{
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}
.bestelling-book-container-related{
    display: flex;
    justify-content: space-between;
}
.bestelling-book-content-related{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 25% !important;
    border-radius: 30px;
}
.product-type-simple{
    width: 28%;
}

.add_to_cart_button{
    background-color: #007bff !important;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    padding: 8px;
    font-weight: 800;
}
.onsale{
    height: 29px;
}
.Discount{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #28a745;
    border-radius: 5px;
    width: 25% !important;
    color: white;
    font-size: 13.6px;
    font-weight: 400;
    position: relative;
    top: 50px;
    right: 89px;
    text-align: center;
}
.price-box{
    display: flex !important;
    justify-content: center;
    width: 100%;


}
.amount-old {
    color: #dddddd;
    font-weight: 400;
    font-size: 13.712px;
    font-family: 'KalamehFaNum' !important;
}
.amount-old span{
    text-decoration: line-through !important;
}
.woocommerce-Price-amount {
    font-weight: 400;
    font-size: 13.712px;
    font-family: 'KalamehFaNum' !important;

}
.woocommerce-Price-amount  span{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.woocommerce-Price-currencySymbol{
    margin-top: -10px;
}
.products-container{
    width: 100%;
    border-radius: 25px;
    box-shadow: 2px -2px 30px #edf0f5;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    gap: 0 30px !important;
    z-index: 25;


}
.comment-form-rating , .comment-notes{
    font-family: 'iranyekan';
}
.product-thumb-name{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
.toman{
    font-size: 11px;
    font-weight: 400;
}
.product-price-cart{
    display: flex;
    gap: 5px;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
}
.product-container-right{
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    width: 30% !important;
    border-radius: 25px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    margin-top: -30px;
    z-index: 10;
    padding-right: 20px;
    height: fit-content;
}
.product-information-bottom{
    display: flex;
    flex-direction: column;
    padding: 25px 0;
}
.product-img{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    height: max-content;
    padding: 25px;
    background-color: #ffff;
    display: flex;
    justify-content: center;

}
.product-img img{
    width: 100%;
    object-fit: contain;
}
.zoom{
    margin: 0;
    height: auto;
    width: 100%;
}
.product-container-left{
    display: flex;
    justify-content: space-between;
    /* width: 60%; */
    width: 67%;
    padding-bottom: 20px;
}
.product-container-left-content{
    /* border: 1px solid #dfe1e8; */

    /* height: 465px; */
    width: 92%;
    /* padding: 20px; */
}
.product-related{
    border:  1px solid #dfe1e8;
    border-radius: 25px;
    margin-top: 50px;
    padding: 20px !important;
    box-sizing: border-box;
}
.new-products-contents .swiper-slide{
    border:  1px solid #dfe1e8;
    padding: 20px;
    box-sizing: border-box;
}
.product-information{
    margin-top: 80px;
    position: relative;
}
.product__specifications-table{
    font-size: 16px;
    width: 100%;
    margin-top: 15px;
    line-height: 2.3;
}
.header-book-related{
    border-bottom: 1px solid #dfe1e8;
    height: 35px;
}
.Specification-rating{
    display: flex;
    justify-content: space-between;
}
.product-reviews-rating{
    background:linear-gradient(156.89deg,#ffe182 -1.23%,#ffb482 100.36%);
    border-radius: 20px;
    padding: 5px 10px;
    height: max-content;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
}
.product-reviews-rating svg{
    height: 100%;
}
.more-product{
    margin-top: 10px;
}
.product-send{
    height: max-content;
    box-shadow: 2px -2px 30px #edf0f5;
    border-radius: 20px;
    margin-top: 10px;
    padding: 20px 10px;
}
.product__buy-box__shipping-icon.ready{
    background: url('../image/ready-to-deliver-truck.svg') no-repeat 0 0;
    width: 23px;
    height: 22px;
    margin: 0 0 -7px 5px;
}
.product-to-send{
    display: flex;
     justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
    width: 100%;
}
.send{
    display: flex;
    flex-direction: column;
    justify-content: start !important;
}
.product-price-to-send{
    display: flex;
    flex-direction: row !important;
    gap: 5px;
    align-items: center;
}
.ready-send{
    padding: 0 5px;
}
.ready-to-send{
    display: flex;
}
.add-to-cart{
    outline: none;
    border: none;
    background-color: var(--back-header);
    color: white;
    border-radius: 10px;
    height: max-content;
    padding: 15px 10px;
    /*padding: 10px;*/
    cursor: pointer;
    display: flex;
    gap: 5px;
    font-size: 15px;
    transition: 0.3s;
}
.add-to-cart:hover{
    background-color: var(--icon-circle-color);
}
.product-price-to-send{
    display: flex;
}
.product-information-box2{
    display: flex;
    /* justify-content: space-between; */
    flex-direction: row !important;
    height: 40px;
}
.product-information-box2 a{
    color: #0e1935;
}
.stars{
    padding-left: 5px;
}
/*.products-card-price{*/
/*    padding: 0 12px;*/
/*}*/
.comment-container{
    display: none;
}

.add-comment{
    display: flex;
    gap: 23px;
    padding-top: 40px;
    margin-bottom: 30px;
}
.product__tab-review-overview{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.change-style-box{
    display: flex;
    justify-content: start;
}
.product-add-review-button{

    border: 1px solid #bee09a;
    border-radius: 10px;
    text-wrap: nowrap;
    padding: 10px;
    color: var(--back-header);
    cursor: pointer;
    margin-top: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
}
.product-add-review-button:hover{
    background-color: var(--back-header) ;
    color: var(--white-color);
    border: 1px solid var(--back-header);
}
.product-add-review-button i{
    font-size: 12px;
    padding-left: 5px;
}
.comment-rating{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.bold-text{
    font-weight: bold;
    color: #0e194f;
}
.product__add-review-button svg{
    color: #85c441 !important;
}
.border-bottom{
    border-bottom: 1px solid #dfe1e8;

}
.General-description{
    display: flex;
    flex-direction: column;
    margin-top: 20px;

}
.General-description-txt , .limit-text{
    font-size: 14px;
    padding: 20px 0;
    line-height: 1.8;
}
.limit-text{
    color: #0e1935;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.fa-angle-down-wrapper{
    background-color: #1ebcc5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 5px;
}
#product-info{
        border: 1px solid #1ebcc5;
        border-radius: 10px;
        color: #1ebcc5;
        padding:  10px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        margin-top: 10px;
        cursor: pointer;

}
#comment{
    font-size: 17px;
}
.comment-container{
    margin-top: 15px;
}
.product-information-box2{
    border-bottom: 1px solid #dfe1e8;
    background-color: #ffff;

}
.product-information-box span{
    cursor: pointer;
}
.btn_group_swiper_product_wrapper{
    display: flex;
    justify-content: end;
    width: 100%;

}
.btn_group_swiper_product{
    top: 36px !important;
    width: 30%;
}
.img-wrapper-responsive{
    display: flex;
}
.About-Product{
    border-bottom: 3px solid var(--back-header);
    font-weight: bold;
}
.products-related span{
    border-bottom: 3px solid var(--back-header);
    font-weight: bold;

}
.product__manufacture{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
}

.product-information-container{
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
}
.product-information-container-right {
    display: flex;
    flex-direction: column;

}
#product-info{

    cursor: pointer;
}
.borderBottom{
    border-bottom: 5px solid #85c441;
}

.product-information-container-left {
    width: 40%;
    /*position: absolute;*/
    top: 70px;
    left: 0px;
}
.Specifications-container{
    /* height: 400px; */
}
.Specifications{
    margin-top: 20px;
    padding: 10px 0;
    width: 40%;
    display: flex;
    flex-direction: column;
}
.Specifications-content{
    display: flex;
    justify-content: space-between;


}
.Specifications-container-title{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.Specifications-container-title-top{
    margin-top: 10px;
    color: #1a1935;
    font-weight: 800;
    font-size: 19px;
}
.form-comment-container{
    display: flex;
    flex-direction: column;
}
.product-review-item-box {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(29,52,97,.05);
    border-radius: 25px;
    font-size: 15px;
    margin-top: 25px;
}
.product__tab-review-overview .product__reviews-overview {
    position: relative;
    border-radius: 25px;
    padding: 30px;
    text-align: center;
}
.add-comment-right{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.product__reviews-reviews-info{
    display: flex;
    gap: 25px;
    justify-content: center;
}
.product__tab-review-overview .product__reviews-total-reviews {
    height: 19px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 15px;
    font-size: 11px;
    background: linear-gradient(156.89deg,#ffe182 -1.23%,#ffb482 100.36%);
}
.product__reviews-total-reviews{
    margin-top: 6px;
}
.hide-more-details{
    display: none !important;
}
.top-box{
    display: flex;
    justify-content: space-between;
}
.Inactive{
    display: none;
}
.top-box a{
    color: #1ebcc5;
}
.rating{
    position: relative;
    display: inline-block;
    height: 23px;
    padding: 0;
    background-repeat: repeat-x;
    background-position: 0 50%;
}
.product-start img{
    object-fit: contain;

}
.product__reviews-overview{
    background:  linear-gradient(156.89deg,#ffe182 -1.23%,#ffb482 100.36%);
    z-index: 0;
}
.bubbled-title{
    text-wrap: nowrap;
    margin-top: 10px;
    height: max-content;
}
.Specifications-container-title-bottom{
    margin-top: 10px;
}
.Specifications-Producer{
    padding: 20px 0;
    display: flex;
}
.Producer{
    color: #1a1935;
    font-weight: 600;
    font-size: 18px;
}
.product__manufacture{
    text-decoration: none;
    color: #1ebdc5;
    font-size: 13px;

}
.product-price{
    display: flex;
    justify-content: end;
    gap: 5px;
}
.products-card-price{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}
.Percent{
    background-color: #e14f4f;
    border-radius: 10px;
    width: 35px;
    font-size: 13px;
    color: var(--white-color);
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0;
    /* width: 28%; */
}
.product-old-price-txt{
    text-decoration: line-through;
    color: #8a929c;
    font-size: 13px;
}
.product-new-price{
    display: flex;
    justify-content: end !important;
    font-size: 14px;
    font-weight: 600;

}

.swiper-wrapper{
    display: flex;
}
.swiper-slide-product{
    margin: 0;
    margin-top: 10px !important;
}
.heder-product{
    border-bottom: 1px solid #dfe1e8;
}
.header-title-txt{
    border-bottom: 1px solid #88c646;
}
.change-height{
    height: 22px;
}

.product-box-active{
    display: none !important;
}
.product-active{
    display: flex !important;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
    padding: 10px 30px;

}
.product__review-item-date{
    display: flex;
    justify-content: space-between;
    width: 25%;
    align-items: center;
}

.product-image-frame{
    display: flex;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 50px;
    padding: 5px;
    margin-left: 10px;
    overflow: hidden;
    border: 1px solid #dfe1e8;
    border-radius: 15px;
    font-size: 15px;
    margin-top: 9px;

}
.fix-rating-box{
    position: sticky !important;
    top: 0;
}
.product-send-bottom{
    display: none !important;
}
.product-thumb-image{
    object-fit: contain;
    width: 100%;
}
.bottom-box{
    width: 100%;
    position: fixed;
    bottom: 0;
    height: max-content;
    background-color: #ffff;
    display: none;
}
.product-attribute-disable{
    display: none !important;
}
.bottom-box-about-product , .bottom-box-attributes{
    display: none ;
}
.comment-container {
    display: none;
}
.product-information-box2{
    display: flex;
    gap: 15px;
}
.product__specifications-table td{
    padding: 10px 0;
    line-height: 25px;
    width: 50px;
}
.product-attribute{
    margin-top: 20px;
}
.product__review-item-text{
    line-height: 25px;
    margin: 20px 0;
}
.comment-svg{
    width: 100%;
}

.product-send-bottom{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: #ffff;
    z-index: 3000;
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
    padding: 14px 22px;
}
.product-to-send-bottom{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.fa-cart-shopping{
    margin-top: 3px;

}
.swiper-slide-product-responsive {
    margin-left: -40px !important;

}
.jet-woo-product-badges{
    width: 100%;
    direction: ltr;
    display: flex;
    align-items: center;
}
.jet-woo-product-badges h2{
    background-color: rgb(251, 52, 73);
    display: flex;
    width: 33px;
    height: 28px;
    border-radius: 50%;
    justify-content: center;
    text-align: left !important;
    align-items: center;
}

@media screen and (max-width : 1024px) {

    .new-products-contents .swiper-slide{
        max-width: 48%;
    }
    .product-container-left-content {
        width: 98%;
    }
    .elementor-widget-img{
        right: 9px;
    }
    .product-price{
        margin-bottom: 15px;
    }
    .header{
        box-shadow: none;
    }
    .parent-icons{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .elementor-widget-img{
        right: 12px;
    }
    .swiper-btn{
        padding: 0 10px !important;
    }
    .add-to-cart{
        display: flex;
        justify-content: center;
        align-items: center;
        text-wrap: nowrap;
    }
    #wp-comment-cookies-consent{
        margin-top: -25px;
    }
    .start{
        display: flex;
        justify-content: start !important;
    }
    .Percent {
        display: flex;
        justify-content: center;
        align-items: center;

    }






}

@media screen and (max-width: 853px){
    .product-information-box2{
        top: 60px !important;
    }
    #js-add-review-button{
        width: 46%;
    }
    .comment-svg{
        margin-right: -10px;
    }


}
@media screen and (max-width : 768px){
    .products-container{
        display: block;
    }

    .product-img-top{
      display: block !important;
      margin-top: 30px;
    }
    .btn_group_swiper{
        display: none;
    }
    .btn_group_swiper_resposive{
        display: block !important;
    }
    .product-img{
        display: none;
    }
    .product-container-left{
        /*width: 90%;*/
        width: 100%;
        padding:0 20px;
    }
    .detail_book_item p  , .detail_book_item_product p{
        text-align: right;
    }
    .product-information-container-left svg{
        width: 100px;
        height: 100px;
    }

    .list-items{
        display: none;
    }
    .cart-shop{
        display: none;
    }

    .box{
        display: none;
    }
    .menu{
        display: block;
        /*font-size: 40px;*/
    }

    .logout{
        display: block;
        font-size: 30px;
        color: var(--logout-color) ;
        display: flex;
        justify-content: end;


    }
    .right-header{
        width: 300px;
        top: 0;
        height: 100vh;
        position: fixed;
        background-color: var(--white-color);
        /*z-index: 25;*/
        z-index: 4000;
        right: -100vw;
        transition: all 0.3s linear;
    }

    .side-logo{
        display: block;
        /*margin-top: 30px;
        margin-right: 35px;*/
        padding: 10px 0;
    }
    .menu-box{
        margin-right: 17px;

    }
    .close-icon{
        display: block;
        margin-right: 15px;
        margin-top: 10px;
        font-size: 25px;
    }
    .over{
        background-color: var(--over-color);
        z-index: 20;
        /*position: absolute;*/
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 100vw;
        z-index: 1010px;

    }
    .slideshow-container{
        width: 100%;
        margin-top: -33px;
    }
    .swiper-slide-bg{
        width: 100%;
    }
    .svg{
        display: none;
    }

    .elementor-widget-container h2{
        text-align: center;
    }
    .sliders{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .fade{
        width: 100%;
    }
    .elementor-widget-container{
        width: 36%;
    }
    .elementor-widget-container-box{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .new-product-price {
        text-align: left;
        position: relative;
        bottom: 19px;
    }

    .new-products-content{
        display: flex;
        justify-content: center;
        /*align-items: center;*/
    }
    .new-product-new-price-inactive{
        height: 44px;
    }
    .new-product-img{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-products-box{
        width: 60%;
    }

    .new-product-new-price{
        margin-top: 5px;
    }

    .triangle-element{
        margin: 0 18px -3px 10px ;
    }
    .triangle{
        margin: 0 0 -7px 18px;
    }

    .elementor-widget-container-box{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .description{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 10px;
    }
    .img-description{
        width: 44%;
        margin-top: 10px;

    }



    .elementor-content{
        display: flex;
        flex-wrap: wrap;
        padding: 20px 15px;

    }
    .elementor-content-img{
        height: auto;
        width: 50% ;
    }
    .elementor-content-img img{
        width: 100%;
    }
    .elementor-container-img{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .elementor-container{
        width: 48%;
        margin-top: 10px;
    }
    .bestelling-book-container{
        display: flex;
        flex-wrap: wrap;
        padding: 10px 25px 0 25px;
    }
    .bestelling-book-content{
        width: 48%;
        margin-top: 15px;
        padding: 0 5px;
    }
    .elementor-widget-container-element{
        display: none;
    }
    .elementor-widget{
        display: none;
    }
    .header-book-bottom-right{
        width: 15%;
    }
    .header-book-bottom-left{
        width: 65%;
    }
    .book-information{
        display: flex;
        flex-wrap: wrap;
    }
    .elementor-widget-container-left{
        height: 590px;
    }
    .element-widget-container-right{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 15px;
    }
    .img-one{
        width: 100%;
    }
    .elementor-widget-container-information  div{
        width: 100%;
    }

    .img-one img{
        width: 100%;
    }
    .img-two{
        width: 100%;
    }
    .img-three , .img-four{
        display: none;
    }
    .elementor-widget-container-left{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;

    }
    .elementor-widget-container-left img{
        width: 100%;
    }
    .elementor-widget-container-left{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 690px;
    }
    .elementor-widget-container-bottom{
        margin-top: 20px;
    }
    .footer-top{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .right-footer{
        display: flex;
        flex-wrap: wrap;
    }
    /*.right-footer-box{*/
    /*    width: 45%;*/
    /*}*/
    .left-footer{
        display: flex;
        flex-direction: column;
        width: 45%;
    }
    .left-footer-top-txt{
        text-align: start;
    }
    .left-footer-top{
        display: flex;

    }
    .elementor-icon-box-wrapper{
        padding-right: 30px;
    }
    .elementor-icon-box-content{
        padding-right: 10px;
    }
    .left-footer-bottom{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .elementor-icon-box-wrapper{
        display: flex;
        justify-content: start;
    }
    .elementor-icon-box-wrapper {
        display: flex;
        flex-direction: row-reverse;
        width: 22%;
        justify-content: space-between;
    }
    .left-bottom-left{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;

    }
    .left-bottom-left img{
        width: 50%;
    }
    .left-footer-bottom-right-container{
        width: 90%;
    }
    .footer-bottom-txt{
        width: 100%;
        margin-right: 15px;
    }

    .container-box{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .right{
        width: 100%;
    }
    .left{
        margin-top: 20px;
        width: 100%;
        padding: 77px 10px 0 0 ;
    }
    .wc-tabs-wrapper{
        margin-top: 5px;
    }
    .posted_in{
        margin-top: 20px;
    }

    .single_add_to_cart_button {
        padding: 10px;
    }
    .cart{
        margin-top: 20px;

    }
    .jupiterx_comment_fields_wrap{
        display: flex;
        flex-direction: column;
    }
    .comment-form{
        display: flex;
        flex-direction: column;
    }
    .comment-form-email{
        /* margin-top: 10px; */
    }
    #wp-comment-cookies-consent{
        margin-top: -20px;
    }
    .columns-4{
        display: flex;
        flex-wrap: wrap;
    }
    .product-type-simple{
        width: 50%;
    }
    .product-type-simple div{
        width: 100%;
    }
    .jupiterx-social-share-product-page a{
        width: 12%;
    }
    .bestelling-book-container-related{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .bestelling-book-content-related{
        width: 50%;
    }
    .single_add_to_cart_button {
        width: 60%;
    }

    .box-left-container{
        width: 60%;
    }
    .swiper-btn{
        padding: 0 15px !important;
    }
    /*.add-to-cart{*/
    /*    display: flex;*/
    /*    gap: 10px;*/
    /*    padding: 6px 10px;*/
    /*    font-size: 13px !important;*/
    /*}*/

    /*.add-to-cart{*/
    /*    width: 35%;*/
    /*    padding: 15px 5px;*/
    /*}*/
    .product-to-send{
        display: flex;
        flex-direction: column;
        /* padding: 10px 35px; */
        align-items: self-start;
    }
    .form-submit{
        width: 100%;
    }
    .add-comment{
        display: flex;
        flex-direction: column;

    }
    .add-comment-svg{
        width: 100%;
    }

    .fix-rating-box{
        display: flex;
        justify-content: space-between;
    }

    .product-thumb-name{
        text-wrap: nowrap;
    }
    .product-active{
        flex-direction: column;
    }
    .new-products-contents .swiper-slide {
        max-width: 47%;
    }
    .product__specifications-table{
        font-size: 13px;
    }
    .product-information-container-left{
        width: 35%;
        margin-right: 20px;
    }
    /*.product-information-container{*/
    /*    justify-content: start;*/
    /*}*/
    .product-add-review-button{
        justify-content: center;
    }
    /*.product__specifications-value , .product__specifications-name{*/
    /*    text-wrap: nowrap;*/
    /*}*/
    .product-send-bottom{
        display: block;
        display: flex !important;
    }
    .product-send{
        display: none !important;
    }



}
@media screen and (max-width: 500px){
    #js-add-review-button {
        width: 60%;
    }
    .comment-form-author , .comment-form-email{
        width: 100% !important;
    }
    .comment-form-email{
        margin-top: 10px;
    }
    #user-option , #product-information , .product-information-box2 , .Specifications-container{
        padding: 0 20px;
    }
    .add-comment-right{
        margin-top: 10px;
    }
    .border-bottom{
        margin-top: 10px;
    }
    .product-information-box2 {
        top: 70px !important;
    }

}

@media screen and (max-width : 430px){

        .elementor-widget-container-left {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 75px;
        }

    #js-add-review-button {
        width: 92%;
    }

    .product-related .swiper-btn {
        /*position: relative;*/
        display: flex;
        width: 35% !important;
    }
    .new-product-new-price-txt {
        padding: 0 25px;
    }
    .description{
        width: 100%;

    }


    .img-description {
        height: 200px;
        width: 45%;
        margin-top: 10px;
    }
    .img-description img {
        height: 200px;
        border-radius: 5px;
        width: 100%;
    }
    .bestelling-book-content{
        width: 45%;
        margin-top: 15px;
        padding: 0 5px;
    }
    .products-card-price {
        width: 100%;
        margin-top: 20px;
    }

    .comment{
        width: 20%;
    }
    .comment-form-bottom{
        display: flex;
        flex-direction: column;

    }
    .comment-form-author , .comment-form-email{
        width: 100%;
    }
    .Discount{
        right: 56px;
        top: 92px;
    }
    .left-footer{
        width: 88% !important;
    }

    .left-bottom-left{
        width: 100% !important;
    }
    .left-bottom-left-img{
        width: 100% !important;
        object-fit: fill;
    }
    .input-box label {
        position: absolute;
        right: 10px !important;
        top:-5px !important;
    }
    .contact-us__header{
        width: 46%;
    }
    .product-related{
        /* margin-left: 15px; */
    }
    .About-Product{
        font-size: 13px;
    }
    .swiper-btn{
        width: 18%;
        padding: 0 20px !important;
    }

    /*.product-info{*/
    /*    width: 73% !important;*/
    /*}*/
    /* .product-info{
      width: 70% !important;
    } */
    #wp-comment-cookies-consent{
        margin-top: -49px;
    }
    .product-container-right {
        width: 25%;
    }
    .product-reviews-rating{
    }
    .products-container{
        /* gap: 0 !important; */
    }
    .product-container-left{
        /* padding: 10px; */
    }
    /*.product-to-send{*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    padding: 0 !important;*/
    /*}*/
    .ready-to-send{
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .product-information-container{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-container-right{
        width: 34% !important;
    }
    .products-container {
        display: flex;
        gap: 5px !important;
    }
    .product-send{
        width: 95% !important;
    }
    .About-Product{
        text-wrap: nowrap;
    }
    .comment-notes{
        display: flex;
        flex-wrap: wrap;
    }
    .product-container-right{
        /* display: flex;
        flex-direction: column; */
        display: none !important;

        /* flex-wrap: nowrap;
        justify-content: center;
        align-items: center; */
    }
    .products-container{
        padding: 0 20px;
        box-sizing: border-box;
    }
    .product-container-left{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .product-reviews-rating{
        text-wrap: nowrap;
    }
    .product-img-top{
        /*display: flex !important;*/
        /*margin : 30px 0;*/
        /*justify-content: center;*/
    }
    .left-footer-bottom-right-container-txt{
        text-wrap: nowrap;
    }
    .product-to-send-bottom{
        display: flex;
        justify-content: space-between;
    }
    .add-to-cart{
        padding: 15px;
    }

    .ready-send{
        /*width: 25% !important;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .left-footer-top-txt{
        text-wrap: nowrap;
    }
    .left-footer-top{
        display: flex;
        flex-wrap: wrap;
    }

    .product__review-item-date{
        width: 31% !important;

    }
    .product-information-box2{
        display: none !important;
    }

    .bottom-box-about-product , .bottom-box-attributes{
        display: none;
        position: fixed;
        bottom: -58px;
        background-color: #ffff;
        width: 100%;
        height: 300px;

    }
    .add-to-cart{
        font-size: 15px !important;
    }
    .bottom-box-attributes {
        width: 98%;
        z-index: 4000 !important;
        transition: all .3s ease-in-out;
        padding: 20px;
        border-radius: 20px;
        overflow-y: scroll;
    }
    .bottom-box-about-product p{
        width: 90%;
    }
    .main-container-product{
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        background-color: rgba(0,0,0,.5);
        z-index: 3;
    }
    .more-product{
        display: none !important;
    }
    .General-description , .product-attribute , .product-information-bottom{
        border-radius: 20px;
        box-shadow: 2px -2px 30px #edf0f5;
        padding: 20px;

    }
    .product-information-bottom{
        display: none !important;
    }
    .disable{
        display: none !important;
    }
    .product-attribute{
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }
    .Specifications-Producer{
        display: none;
    }
    .product-attribute-disable{
        display: block !important;
    }
    .side-logo .svg-element{
        top: 46px;
    }
    .new-products-contents .swiper-slide{
        max-width: 100%;
    }


}

@media screen and (max-width:375px){
    .new-product-new-price-txt {
        padding: 0 32px;
    }


    .new-product-price {
        font-size: 15px;
        bottom: 22px;
    }
    .products-container{
        display: flex;
        gap: 0;
    }
    .product-container-right{
        width: 35%;
    }
    .product-img{
        padding: 10px;
    }
    .About-Product{
        text-wrap: nowrap;
    }
    .product-information-box2{
        text-wrap: nowrap;
    }
    .product-information-container-right{
        width: 90% !important;
    }

    .product-price-to-send{
        display: flex;
    }

    .correct-number{
        font-weight: bold;
    }
    .decimal-number{
        font-weight: 300;

    }
    .toman-price{
        font-weight: 300;

    }
    .product-information-box2{
        display: flex;
        flex-wrap: wrap;
    }
    .product-send{
        display: flex;
        flex-wrap: wrap;
    }
    .ready-to-send{
        text-wrap: nowrap;

    }
    .product-information-container{
        display: flex;
        flex-direction: column;
    }
    .product-information-table{
        display: flex;
        flex-direction: column;
        /* text-wrap: nowrap; */
        flex-wrap: nowrap;
    }
    .product__review-item-date{
        width: 36% !important;
    }
    .fix-rating-box{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }


}
.product-new-price.product-new-priceItem {
    display: flex;
    justify-content: space-between !important;
    font-size: 14px;
    /*position: relative;*/
    /*top: 23px;*/
    font-weight: 600;
    height: 100%;
    align-items: center;
}
.product-content-page .add-cart-product {
    bottom: 6px;
}
.product-content-page .products-card-price{
    width: 100%;
    position: relative;

}
