body {
    margin: 0;
    padding: 0;
    font-family: 'IRANYekan';
    box-sizing: border-box;

}

span {
    font-family: 'IRANYekan' !important;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: var(--black-color);
}

body * {
    box-sizing: border-box;
}

.over-load-box {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #808080b3;
    z-index: 300;
    top: 0;
    left: 0;

}

.over-load-box.show {
    display: block;
}

.over-load-box .load-logo-box {
    background-color: var(--white-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: fit-content;
    border-radius: 10px;
    padding: 20px;
}

.over-load-box .load-logo-box img {
    width: 100%;
    object-fit: contain;
    padding-bottom: 20px;
}

.over-load-box {
    display: none;
}

.over-load-box .typing {
    display: inline-flex;
    height: 1rem;
    width: min-content;
    align-items: flex-end;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -15px);
    padding-top: 10px;
}

@keyframes jump {
    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.5em);
    }

    75% {
        transform: translateY(0);
    }
}

.over-load-box .typing span {
    width: 0.5em;
    height: 0.5em;
    background: #00a652;
    border-radius: 50%;
    margin: 0 0.1em;
    animation: jump 1000ms infinite;
}

.over-load-box .typing span:nth-child(2) {
    animation-delay: 250ms;
}

.over-load-box .typing span:nth-child(3) {
    animation-delay: 500ms;
}

.category_items {
    display: flex;
    flex-wrap: wrap;
}

.swiper-wrapper {
    display: flex !important;
}

.mySlides {
    width: 100% !important;
}

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

.swiper-pagenation-wrapper {
    display: flex;
    align-items: center;
    position: relative;

}

.swiper-pagination {
    position: absolute;
    top: 17px !important;
    /*right: -197px !important;*/
    display: flex;
    right: 127px !important;

}

.sliders {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
}

.mySlides {
    width: 70%
}

.elementor-widget-container-box {
    width: 25%;
}

.fade {
    width: 98%;
}

.swiper-slide-bg {
    background-size: cover;
    width: 100%;
    height: 376px;

    border-radius: 5px;
}

.image-container {
    border-radius: 5px;
    width: 100%;
    height: 376px;
}

.svg {
    top: -20px;
}

.slideshow-container {
    /*width: 90%;*/
    width: 75%;
    /*padding-right: 35px;*/
    position: relative;
    height: auto;
    margin-top: -6px !important;
}

.mySlides img {
    width: 100%;
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff2/IRANYekanXFaNum-Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANYekanXFaNum-Bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff2/IRANYekanXFaNum-Regular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANYekanXFaNum-Regular.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: IRANYekan2;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/woff2/IRANYekanWebMedium.woff') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANYekanWebMedium.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

.over {
    display: none;
}

/*Header*/

.main-header {
    background-color: var(--back-header);
    width: 100%;
    height: 80px;
    margin-top: 0;

}

.container {
    margin: auto;
    width: min(97%, 1190px);
}

.header-container {
    width: 100%;
}

.header {
    background-color: var(--white-color);
    height: 114px;
    border-radius: 5px;
    direction: rtl;
    margin: -60px auto 0;
    display: flex;
    justify-content: space-between;
    padding: 15px 35px;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);;
    z-index: 101;
    right: 0;
}

.btn-search {
    border: 0;
    background-color: transparent;
}

.header-right {
    display: flex;
    /*justify-content: space-between;
    width: 30%;*/
    /* width: 50%; */
    width: 70%;
    height: 100%;
    gap: 20px;
    align-items: center;
}

.logo {
    width: 15%;
    height: 100%;
    max-height: 80px;
}

.logo img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    max-height: 80px;
}

.header-left {
    display: flex;
    /* justify-content: space-between;
     width: 20%;
     padding: 0 80px;*/
    width: 30%;
    justify-content: end;
    gap: 0 10px;
}

.fa-user {

}

.right-header {
    /*right: -110vw;*/
    right: -130vw;
    position: absolute;
    /*display: none;*/

}

.side-logo {
    display: none;
}

::-webkit-input-placeholder {
    font-size: 13px;
    font-family: 'IRANYekan', sans-serif;
    text-align: right;
}

.fa-bars {
    margin-top: 10px;
}

.menu {
    display: none;
}

.box {
    width: 70%;

}

.form {
    display: flex;
    justify-content: space-between;
    width: 100%;

}

.pointer {
    cursor: pointer;
}

.searchbox {
    display: flex;
    justify-content: space-between;
    /*width: 100%;*/
    height: 40px;
    background: linear-gradient(333.67deg, #f6f8fb 68%, #ebedf0 113.46%);
    border-radius: 5px;
    padding: 5px 10px;
    align-items: center;
}

.searchbox input {
    border: none;
    background-color: transparent;
    width: 92%;
    font-family: 'IRANYekan' !important;
}

.searchbox input:focus-visible {
    outline: none;
}

.searchbox input::-webkit-input-placeholder {
    color: var(--old-price-color);
    font-family: 'IRANYekan' !important;

    font-size: 14px;
}

.searchbox-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    /*margin-bottom: 10px;*/
    box-shadow: 0 2px 8px rgba(13, 60, 95, .1);
}

.login {
    border: 1px solid var(--black-color);
    background-color: var(--white-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    font-size: 14px;
    gap: 10px;
    width: 140px;
    box-sizing: border-box;
    height: 40px;

}

.login:hover {
    background-color: var(--elementor-widget-wrap-color);
    border: 1px solid var(--elementor-widget-wrap-color);
}

.login-text {
    margin-right: 30px;
}

.login-box p {
    margin: 0;
}

.login:hover {
    /*color: var(--red-color);*/
    transition: all 0.3s linear;
    cursor: pointer;
}
.btn_store {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--back-header);
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
}
.cart-shop {
    display: flex;
    align-items: center;
    background: linear-gradient(333.67deg, #f6f8fb 68%, #ebedf0 113.46%);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
    width: 70px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    transition: 0.3s;
}

.cart-shop:hover {
    background: var(--elementor-widget-wrap-color) !important;
}

.cart-shop p {
    display: flex;
    align-items: center;
}

.fa-cart-shopping {
    margin-left: 5px;
}

.cart-shop-link {
    text-decoration: none;
    color: var(--black-color);
    min-width: 27px;
    max-width: 35px;
    border-radius: 5px;
    background-color: var(--white-color);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
}

.add-cart-products .fa-cart-shopping:hover {
    transition: all 0.3s linear;
    cursor: pointer;
}

.list-items {
    display: flex;
    /* justify-content: space-between; */
    align-items: end;
    background: linear-gradient(333.67deg, #f1f4f8 68%, #eaecee 113.46%);
    width: 95%;
    /*height: 54px;*/
    border-radius: 0 0 5px 5px;
    margin: auto;
    position: relative;
    z-index: 10;
    /*padding: 0 0 10px;*/
    overflow: auto;
}

.items {
    display: flex;
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 15px 20px 15px;
    gap: 15px 20px;
    font-size: 14px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.item:hover {
    color: var(--red-color);
    transition: all 0.3s linear;
    cursor: pointer;
}


/*Slider*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
    object-fit: fill;
}

.sliders {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: 50px;
}

.mySlides {
    width: 70%
}

.elementor-widget-container-box {
    width: 25%;
}

.fade {
    width: 98%;
}

.swiper-slide-bg {
    background-size: cover;
    width: 100%;
    height: 376px;

    border-radius: 5px;
}

.image-container {
    border-radius: 5px;
    width: 100%;
    height: 376px;
}

.svg {
    top: -20px;
}

.slideshow-container {
    /*width: 90%;*/
    width: 75%;
    /*padding-right: 35px;*/
    position: relative;
    height: auto;
}

.mySlides img {
    width: 100%;
}


/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: var(--white-color);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


.dots {
    position: absolute;
    top: -15px;
    right: 100px;
    z-index: 20;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 30px 2px;
    background-color: rgb(0, 217, 255);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: var(--dot-color);
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.IRANYekan-box {
    padding-left: 35px;
    width: 20%;
    font-family: 'IRANYekan' !important;
}


/*New-Product*/

.new-products {
    background-color: var(--new-product-color);
    padding: 30px 30px;
    border-radius: 5px;
    margin-top: 30px;
    position: relative;

}

.box-background-image {
    position: absolute;
    right: -80px;
    top: 100px;
    z-index: -1;
}

.box-background-image-left {
    position: absolute;
    left: -80px;
    transform: rotate(-180deg);
    top: 100px;
    z-index: -1;
}

.new-products-contents {
    padding: 20px 0 0;
    height: max-content;
}
.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;
}

.jet-woo-product-badge__sale {
    font-size: 15px;
    font-weight: 800;
    color: var(--white-color);
    text-align: center;
}

.new-product-new-price {
    height: 35px;
    display: flex;
    justify-content: space-between;
    color: var(--white-color);
    align-items: center;
}

.new-product-new-price-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: relative;
    background-color: var(--new-product-price-color);
    border-radius: 5px;
    padding: 0 5px;
    height: 35px;
}

.new-product-new-price-text {
    font-weight: 400;
    font-size: 15px;
}

.header-products {
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: start;
    border-bottom: 1px solid #e6e6e6;
}

.btn_group_swiper {
    width: 130px;
    position: relative;
    margin-bottom: 20px;
}


.header-products-txt {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    height: 100%;
    border-bottom: 1px solid var(--icon-circle-color);
}

.new-products .swiper-button-next, .new-products .swiper-button-prev {
    background-color: var(--white-color) !important;
    color: var(--black-color) !important;
    font-weight: 900;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    /*height: 50%;*/
    width: 50px !important;
    height: 25px !important;
    margin: 0 !important;


}

.new-products .swiper-button-next:after, .new-products .swiper-button-prev:after {
    font-size: 14px !important;
}

.new-products .swiper-button-next {
    color: var(--black-color);
}

.new-products-content {
    /*background-color: var(--white-color);*/
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    /*margin-top: 20px;*/
    height: 100%;
    box-sizing: border-box;
}

#captcha {
    font-family: 'iranyekan';
    border-radius: 5px;
    border: 1px solid #ced4da;
    width: 100% !important;
    padding: 15px 10px;
}

/*Swiper*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    /*width: 1146px;*/
}

.mySwiper {

    width: auto;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    height: auto !important;
    border-radius: 5px;

    /*padding: 0 2px;*/

}

.textsBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 160px;
    height: calc(100% - 200px);
}

.swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 0 !important;
}

.new-product-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;

}

.new-product-img img {
    border-radius: 5px;
    height: 200px;
    object-fit: contain;
    width: 100%;
}

.new-products .swiper-button-next {
    font-size: 34px;
    font-weight: 300;
}

.new-product-title {
    padding-left: 10px;
   height: 120px;
}

.new-product-old-price {
    padding-left: 10px;
    text-decoration: line-through;
}

.new-product-price {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-product-tiltle-txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: right;
    line-height: 25px;
    font-weight: 500;
    font-size: 14px;
}

.new-product-tiltle-link {
    text-decoration: none;
    color: var(--black-color);
}

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

.new-product-old-price {
    color: var(--old-price-color);
    text-align: left;


}
.prices-box{
    position: relative;
}
.new-product-price-txt {
    color: var(--new-product-price-txt-color);
    font-family: 'IRANYekan', sans-serif;
    margin-right: 5px;
}

.new-products .swiper-rtl .swiper-button-prev:after, .new-products .swiper-rtl .swiper-button-next:after {
    font-size: 25px;
}

.new-products .swiper-rtl .swiper-button-prev, .new-products .swiper-rtl .swiper-button-next {
    color: var(--black-color);
    padding: 5px;

}


.description {
    display: flex;
    justify-content: space-between;
    height: max-content;
    width: 100%;
    margin-top: 50px;
    gap: 0 12px;
}

.img-description {
    width: 25%;
    border-radius: 5px;
    height: 300px;
    font-size: 12px;
    box-sizing: border-box;
}

.image-info {
    border-radius: 5px;
    box-sizing: border-box;
}

.left-img {
    display: flex;
    justify-content: end !important;
    height: 100%;
    background-size: 50% !important;
    background-position: top !important;
}

.left-img p {
    width: 100% !important;
}

.image-info-top {
    /*padding-top: 185px !important;*/
    display: flex;
    width: 100%;
    justify-content: center;
}

.image-info-top img {
    width: 100%;
}

/*.description-top{
 display: flex;
 justify-content: space-between;
}
.discription-top-img{
 width: 25%;
}*/
.elementor-widget-container-information-img {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: column;
    width: 100%;
    /*height: 100%;*/
    height: 100%;
    /* padding: 20px 45px 20px 20px;
     align-items: center;*/
    /*padding: 20px;*/
    box-sizing: border-box;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right;
}

.elementor-widget-container-information-img p {
    width: 60%;

}

.info {
    font-size: 22px;
}

.one-img {
    background: linear-gradient(
            to right, #B39DDB, #9FA8DA);
}

.two {
    background: linear-gradient(
            to right, #64B5F6, #1E88E5);
    display: flex;
}

/* .img-three-description{
 background:   linear-gradient(to right,#A5D6A7 , #C8E6C9) !important;
} */
.img-five-description {
    background: linear-gradient(to right, #9ba0ac, #a3a8b4) !important;
}

.img-four-info {
    background: linear-gradient(
            to right, #EF5350, #E57373);
}

.description-one {
    background-image: url('../image/download.jpg');


}

.description-two {
    background-image: url('../image/english-book.jpg');

}

.description-three {
    background-image: url('../image/baby1.jpg');

}

.description-four {
    background-image: url('../image/english-book.jpg');

}

.info-five {
    background-image: url('../image/book4.jpg');
}

.img-three-icon {
    background-color: #A5D6A7 !important;
}

.img-four-description {
    background-color: #A5D6A7 !important;
}

.image-five-icon {
    background-color: #a3a8b4 !important;
}

.elementor-widget-container-information-img-three {
    padding-bottom: 10px;
    box-sizing: border-box;
}

.elementor-widget-container-information-img-two {
    padding-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.elementor-widget-container-information-img {
    padding-bottom: 10px;
    box-sizing: border-box;

}

.elementor-widget-container-information-img-four {
    padding-bottom: 10px;
    box-sizing: border-box;
}

.elementor-widget-container-information-img-five {
    padding-bottom: 10px;
    box-sizing: border-box;
}


.img-description img {
    height: 300px;
    border-radius: 5px;
    width: 100%;
}

.elementor-widget-wrap {
    background-color: var(--elementor-widget-wrap-color);
    /*width: 98%;*/
    height: max-content;
    /*margin: 20px 10px;*/
    border-radius: 5px;
    padding: 0 23px;
}

.elementor-heading-title {
    font-size: 25px;
    margin: 80px 70px;
}

.svg {
    top: -30px;
}

.elementor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.elementor-content {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 40px 0;
    gap: 10px;
}

.elementor-content .elementor-content-img {
    width: 100%;
}

.elementor-container {
    background-color: var(--white-color);
    width: 20%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.elementor-container a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.raven-product-content-wrapper {
    height: 100%;
}

.woocommerce-loop-product__link {
    text-decoration: none;
    color: var(--black-color);
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    height: 100%;

    align-items: end;
}

.woocommerce-loop-product__link span {
    padding-top: 10px;
}

.element-title {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: end;
    box-sizing: border-box;

}

.element-image {
    width: 80%;
    height: 150px;
    /*margin-top: 30px;*/
    margin: auto;
    display: flex;
    align-items: center;

    object-fit: contain;

}

.element-image img {
    object-fit: contain;

}

.element-txt {
    width: 100%;
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: right;
}

.element-price {
    display: flex;
    justify-content: end;
    margin-left: 20px;
}

.element-price-txt {
    font-size: 14px;
    font-weight: 600;
    height: fit-content;
}

.elementor-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5%;
    /*height: 260px;*/
    background-color: #71a6bd;
    border-radius: 5px;
    margin-top: 30px;
    font-family: 'IRANYekan';
}


.element-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
}
.elementor-widget-top{
    direction: ltr;
    display: none;
    padding: 0 20px;
}
.elementor-widget-top .element-box{
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;

}
.element-widget-txt {
    text-align: center;
    font-size: 12px;
    font-weight: 750;
}

.elementor-widget-link {
    text-decoration: none;
    color: var(--white-color);
    padding-top: 10px;
}

.element-two {
    background-color: #dee1e8;

}

.element-two i, .element-two a {
    color: var(--black-color);
}

.element-three {
    background-color: #321b73;
}

.element-four {
    background-color: #214090;
}


.triangle-element {
    display: flex;
    justify-content: end;
    width: 100%;
    position: absolute;
    top: -10px;

}

.triangle {
    width: 0;
    height: 0;
    border-bottom: 20px solid var(--new-product-price-color);
    border-right: 20px solid transparent;
    transform: rotate(360deg);


}

.new-product-new-price-inactive {
    height: 35px;
}

.triangle-inactive {
    height: 17px;
}

.header-element {
    display: flex;
    width: 20%;
    justify-content: space-around;
}

.bestselling-book {
    margin-top: 80px;

}
.tops_box_parent .elementor-widget-top{
    margin-top: 20px;
}
.fa-circle {
    color: var(--icon-circle-color);
    margin-top: 7px;
    /*padding-right: 10px;*/

}

.header-book {
    display: flex;

    gap: 5px;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid var(--old-price-color);
}

.header-book i {
    font-size: 12px;
    padding-left: 5px;
    margin: 0;
}

.header-book span {
    display: inline-block;
    height: 100%;
    border-bottom: 1px solid var(--icon-circle-color);
}

.header-book-bottom {
    display: flex;
    justify-content: space-between;
    /* padding: 0 15px;*/
}


.header-title-txt {
    /*margin-right: 15px;*/
    padding-right: 10px;
}

.bestelling-book-container {
    display: flex;
    /*width: 98%;*/
    /*margin-right: 10px;*/
    height: max-content;
    /*margin-top: 40px;*/
    padding: 20px 2px 0 0;
    gap: 10px;
}
.bestelling-book-container .elementor-container{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.bestelling-book-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 20%;
    border-radius: 5px;
    background-color: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 10px 0px;
    padding: 20px;

}


.woocommerce-loop-product__link {
    text-decoration: none;
    color: var(--black-color);
    font-size: 10px;
    height: 120px;
}

.bestelling-book-content-txt {
    text-align: center;
    padding: 2px 10px;
    font-weight: 700px;
    font-size: 15px;
}

.bestelling-book-price {
    display: flex;
    justify-content: end;
}

.bestelling-book-price-txt {
    font-size: 15px;
}

.elementor-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 40px 0;
}

.bestelling-book-content-img {
    width: 100%;
    height: 150px;
}

.bestelling-book-content-img img {
    width: 100%;
    object-fit: contain;
    height: 100%;

}

.image-book {
    width: 150px;
    height: 150px;
}

.elementor-element-populated-learnning {
    background-color: var(--elementor-element-populated-learnning);
}

.elementor-container-img {
    background-color: transparent !important;
}

.elementor-element-populated-stationery {
    background-color: #2D5CD7;
    margin-top: 80px;
    position: relative;
}

.elementor-widget-container {
    background-color: transparent !important;

}

.elementor-widget-container h2 {
    padding: 0px 90px 0 0;
    margin: 0 -20px;
    width: 180px;
    text-align: center;
}

.elementor-size-default {
    position: relative;
    z-index: 5;
    right: 30px;

}

.book-old-price {
    color: var(--old-price-color);
    font-size: 12.855px;
    text-decoration: line-through;
    font-weight: 400;
}

.element-price {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-bottom: 15px;
}

.book-information {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    height: max-content;

}

.element-widget-container-right {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 77%;
    gap: 15px;
    /*height: 591px;*/
}

.elementor-widget-container-information {
    border-radius: 5px;
}

.img-one {
    width: 40%;


}

.img-one img {
    width: 100%;
    height: 100%;
}

.img-tow img {
    height: 100%;
}


.elementor-widget-container-information-img-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 45%;

}

.elementor-widget-container-information-img-right div {
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);

}

.description-top {
    display: flex;
    justify-content: space-around;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.discription-bottom {
    display: flex;
    width: 100%;
    justify-content: end;
}


.elementor-widget-container-information-img-left {
    display: flex;
    flex-direction: column;
    width: 45%;
    justify-content: center;
    align-items: center;
}

.elementor-widget-container-information-btn {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: max-content;
}

.elementor-widget-container-information-btn button {
    border-radius: 5px;
    padding: 5px 10px;
    /*width: 70%;*/
}

.element-widget-container-information-txt {
    padding: 0 10px;
    font-family: 'IRANYekan';
}

.elementor-widget-container-information-icon {
    border-radius: 50%;
    /*width: 27%;*/
    height: max-content;
    padding: 0 3px;
}

.elementor-widget-container-information-icon i {
    color: var(--white-color);
}

.image-one {
    background-color: #a1a2b0;
}

.image-two {
    background-color: #64B5F6;
}

.image-three {
    background-color: #FFC107;
}

.image-four {
    background-color: #EF5350;
}

.image-five {
    background-color: #A5D6A7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

/*.elementor-widget-container-information-img-left button{
 height: 50px;
 width: 100%;
 border-radius: 20px;
}*/
/*.elementor-widget-container-information-img-left button i{
 color: var(--white-color);
}*/
/*.elementor-widget-container-information-img-left-bottom-icon{
 border-radius: 50%;
 width: 22%;
 height: max-content;
 background-color:#B39DDB ;
}*/
/*.img-one img{
     width: 100%;
     height: 100%;

}*/


/*image two*/
.img-two {
    width: 58%;

}

.img-two img {
    width: 100%;
    height: 100%;
}

.elementor-widget-container-information-img-two-right {
    display: flex;
    flex-direction: column;
    width: 20%;
    justify-content: center;
}

.elementor-widget-container-information-img-two-right img {
    width: 100%;
    transform: rotate(-45deg);
    padding-right: 40px;
}

.elementor-widget-container-information-img-two-left {
    display: flex;
    flex-direction: column;
    width: 45%;
    justify-content: center;
    align-items: center;
}

/*.elementor-widget-container-information-img-two-left-bottom{
 display: flex;
 justify-content: space-around;
 width: 95%;
 height: max-content;
}*/
/*.elementor-widget-container-information-img-two-left-bottom-icon{
 border-radius: 50%;
 width: 20%;
 height: max-content;
 background-color:#64B5F6  ;
}*/
/* .elementor-widget-container-information-img-two-left-bottom i {
  color: var(--white-color);
 }*/
/*.elementor-widget-container-information-img-two-left-bottom  button{
 border-radius: 20px;
 width: 70%;
}*/
/*.img-two img{
 width: 100%;
 height: 100%;

}*/


/*image three*/
.img-three {
    width: 58%;
    /*background: linear-gradient(to right , #ffcf00 ,#ffbb47);*/
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.img-three img {
    width: 100%;
    height: 100%;
}

/*.three{
 background: linear-gradient(
   to right,#FFC107  , #FFA000);
}*/

.elementor-widget-container-information-img-three-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 60%;
    padding-top: 60px;
}

.elementor-widget-container-information-img-three-right img {
    width: 100%;
    /*transform: rotate(-45deg);*/
    padding-right: 40px;
    height: 100%;
}

.elementor-widget-container-information-img-three-left {
    display: flex;
    flex-direction: column;
    width: 45%;
    justify-content: center;
    align-items: center;
}


.img-four {
    width: 40%;
}

.img-four img {
    width: 100%;
    height: 100%;
}


.elementor-widget-container-information-img-four-right {
    display: flex;
    width: 25%;
}

.elementor-widget-container-information-img-four-right img {
    width: 100%;
    padding-top: 20px;
}

.elementor-widget-container-information-img-four-left {
    display: flex;
    flex-direction: column;
    width: 45%;
    justify-content: center;
    align-items: center;
}


/*image-five*/
.elementor-widget-container-left {
    display: flex;
    justify-content: end;
    width: 23%;

}

.three {
    background: linear-gradient(
            to right, #A5D6A7, #C8E6C9);
}

.four {
    background: linear-gradient(to right, #9ba0ac, #acb1bd);
}

.elementor-widget-container-information-img-five-top {
    display: flex;
    justify-content: space-around;
    width: 36%;
}

.elementor-widget-container-information-img-five-top img {
    width: 100%;
}

.elementor-widget-container-information-img-five-bottom {
    display: flex;
    flex-direction: column;
    width: 51%;
    justify-content: center;
    align-items: center;
}

.book-link {
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: end;
}

.book-link p {
    width: 50%;
    font-weight: 20%;
}

.book-link button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--white-color);
    margin-top: 10px;
}


.elementor-widget-container-bottom {
    margin-top: 30px;

}

.elementor-widget-container-img {
    border-radius: 5px;
    width: 100%;
}

/*footer*/
.footer {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 130px;
    background-color: #f0f0f0;
    height: max-content;
    width: 100%;
    position: relative;
}

.footer-container {
    width: min(99%, 1240px);
    padding: 40px 0 0px;
    position: relative;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.right-footer {
    display: flex;
    /*justify-content: space-evenly;*/
    /*width: 50%;*/
    gap: 20px;
    height: max-content;
    padding: 0 15px;
}

.footer-about-us {
    width: 43%;
}

.right-footer-box {
    display: flex;
    flex-direction: column;
    /*margin-right:-20px;*/
    margin: 0 5px;
    /*width: fit-content;*/
    width: 30%;
}

.about-box-footer {
    width: 45% !important;
    margin-left: 15px;;
}

.right-footer-box-items ul {
    margin: 0;
    padding: 0;
}

.right-footer-box-title {
    width: fit-content;
}

.right-footer-box-items {
    width: fit-content;

}

.elementor-icon-list-items li {
    display: flex;
    text-align: justify;
}

.fa-circle {
    margin-top: 5px !important;

}

.elementor-icon-list-items li i {
    color: #00a652;
    padding-left: 5px;
    font-size: 25px;
    margin: 0;
}

.elementor-icon-list-items li .fa-envelope {
    font-size: 20px !important;
}

.elementor-icon-list-items li .fa-circle {
    font-size: 10px !important;
}

.elementor-size-default {
    font-size: 17px;
    right: 0;
}

.right-footer-box-item {
    list-style-type: none;
    padding: 8px 0;
}

.left-footer {
    display: flex;
    flex-direction: column;
    /*width: 50%;*/
    /*width: 60%;*/
    height: max-content;
    background-color: #f0f0f0;
    /*padding-right: 15px;*/
    padding: 20px;
}

.left-footer-top {
    display: flex;
    justify-content: space-between;
    background-color: #EAECEE;
    height: max-content;
    border-radius: 5px;
    /*margin-top: 40px;
    margin-right: 5px;*/
    width: 98%;
    align-items: center;
    padding: 10px;
    gap: 20px;
}

.left-footer-top img {
    width: 20%;
}

.elementor-widget-container-left-footer {
    display: flex;
    align-items: center;


}

.left-footer-top-container {
    width: 35%;
    padding-right: 15px;
}

.left-footer-top-txt {
    width: 100%;
}

.left-footer-top-img {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.elementor-widget-container-left-footer {
    width: 30%;
}

.elementor-widget-container-left-footer img {
    width: 100%;
}

.left-footer-bottom {
    /* margin-top: 15px;*/
    display: flex;
    justify-content: space-between;
    /*padding: 10px;*/
    padding-top: 5px;
}

.left-footer-bottom-right {
    display: flex;
    flex-direction: column;
    /*padding-left: 20px;*/
}

.left-footer-bottom-right-container {
    background-color: #85C441;
    border-radius: 5px;
    height: max-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
}

.left-footer-bottom-right-container p {
    color: var(--white-color);
    text-align: center;
    margin: 0;
    font-size: 14px;

}

.elementor-icon-box-wrapper {
    display: flex;
    justify-content: end;
    height: max-content;
    align-items: center;
}

.elementor-icon-box-content {
    padding-left: 10px;
}

.left-bottom-left-img {
    width: 97%;
    height: 78px;
    /*margin-left: 30px*/
}

.footer-bottom {
    display: flex;
    justify-content: end;
    height: max-content;
    width: 100%;
}

.footer-bottom-txt {
    width: 100%;
}

.elementor-widget-svg {
    position: absolute;
    bottom: -15px;
    right: 0;

}

.elementor-widget-img {
    margin-right: 73px;

    display: flex;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
    bottom: -95px;


}

.elementor-widget-img p {
    padding-right: 35px;
    font-size: 14px;
}

.elementor-element-txt {
    display: flex;
    justify-content: end;
    margin-top: -80px;
    width: 98%;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 60px; /* Place the button at the bottom of the page */
    left: 60px; /* Place the button 30px from the right */
    z-index: 10; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #E9EEF3; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    width: 60px;
    height: 60px;
}

#myBtn:hover {
    background-color: #535353;
    transition: all 0.3s linear;
}

.fa-chevron-up {
    color: #a3a3a3;
}

.btn-top {
    display: flex;
    justify-content: end;
}


/*AboutUs Page*/
.about-us-img {
    height: auto;
    margin-top: 20px;
    position: relative;
    z-index: 5;
    height: 500px;
}

.about-us-box {
    display: flex;
    flex-direction: column;
}

.about-us-img img {
    width: 100%;
    border-radius: 20px;
    object-fit: contain;
    height: 100%;

}

.about-us-container {
    box-shadow: 2px 7px 30px #edf0f5;
    border-radius: 5px;
    padding: 30px 40px 40px 40px;
    position: relative;
    z-index: 100;
    height: 100%;
    background-color: #ffff;
    margin-top: -50px;
}

.about-us-container h2 {
    font-size: 25px;
}

.about-us-txt p {
    font-family: 'iranyekan';
    font-size: 16px;
    line-height: 28px;
}

/*ContactUs-Page*/

.box-left {
    display: flex;
    justify-content: end;
    width: 50%;
    height: 100%;
    /* margin-top: 40px; */
}

.box-right {
    width: 50%;
    height: auto;
    margin-top: 40px;

}

.box-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-contactUs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.box-left-container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.contactUs-box {
    height: max-content;
    width: 100%;
    box-shadow: 0 2px 8px rgba(13, 60, 95, .1);
    border-radius: 5px;
}

.alert_contact_success, .alert_contact_error {
    height: max-content;
    width: fit-content;
    min-width: 300px;
    position: fixed;
    top: 20px;
    justify-content: space-between;
    display: flex;
    padding: 20px;
    border-radius: 15px;
    right: 20px;
    color: var(--white-color);
    z-index: 1000;
    font-size: 13px;
    align-items: center;
}

.alert_contact_success i, .alert_contact_success i {
    cursor: pointer;
}

.alert_contact_error {
    background-color: var(--new-product-color);
}

.alert_contact_success {
    background-color: var(--btn-download-color);
}

.contact-us__header {
    display: flex;
    align-items: center;
    padding: 0 22px;
}

.contact-us__title {
    font-size: 18px;
}

.contactUs-form {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 5px 15px;
    box-sizing: border-box;
    width: 100%;
}

.input-box {
    /* padding: 5px 20px; */
    position: relative;
    /* width: 100%; */
    margin-top: 10px;
}

.input-box select {
    padding: 10px 0;
}

.input-box input:focus-visible, .input-box textarea:focus-visible {
    outline: none;
    border: 1px solid #1ebcc5 !important;
}

.error {
    color: red;
    font-size: 12px;
    display: none;
}

.input-box select:focus-visible {
    outline: none;
}

.contact-us__header {
    display: flex;
}

.contact-us__title {
    padding-right: 15px;
}

.contact-us-form {
    /* width:415px ; */
    height: max-content;
    margin: auto;
    padding: 14px 0;
}

.input-box input, .input-box textarea {
    border-radius: 5px;
    border: 1px solid #ced4da;
    width: -webkit-fill-available !important;
    padding: 15px 10px;
    width: 100%;
}

.input-box div {
    border-radius: 5px;
    /* width: 95% !important; */
    padding: 15px 10px;
}

.input-box textarea + label {
    z-index: 2;
    right: 10px;
    top: 4px;
}

.input-box textarea {
    /* resize: none;
    background-attachment: local;
      background-image:
          linear-gradient(to right, white 10px, transparent 10px),
          linear-gradient(to left, white 10px, transparent 10px),
          repeating-linear-gradient(white, white 30px, #f0f0f0 30px, #f0f0f0 31px, white 31px);
      line-height: 15px;
      padding: 8px 10px;
      height: 210px !important; */
}

.input-box label {
    font-size: 13px;
    font-family: 'IRANYekan', sans-serif;
    color: #8a929c;
    z-index: -1;
    position: absolute;
    top: 20px;
    right: 50px;
    transition: all 0.1s;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* #Subject{ */
/* color: #1f2943; */
/* font-size: 16px; */
/* font-family: 'iranyekan'; */
/* font-weight: 700; */
/* } */
/* #Subject option{ */
/* color: #8a929c; */
/* font-size: 12px; */
/* } */
/* .input-box select{ */
/* width: 100%; */
/* border-radius: 15px; */
/* border: 1px solid #ced4da; */
/* padding: 16px; */
/* } */
.select-container {
    position: relative;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;

}

.fa-caret-up {
    color: #8a929c;
    position: relative;
    top: -5px;
    font-size: 17px;
}

.select-option {
    padding: 7px 15px;
    font-size: 11px;
    margin-top: 8px;
}

.selected {
    background-color: #1ebcc5 !important;
    color: white;
    border-radius: 5px;
}

.select-box::-webkit-scrollbar {
    width: 3px;
}

.select-box::-webkit-scrollbar-thumb {
    background: #dfe1e8;
    border-radius: 5px;
}

.select-box::-webkit-scrollbar-track {
    border-radius: 5px;
}

.select-box, .select-container {
    font-size: 13px;
    font-weight: 600;
    color: #3a435a;
}

.select-box {
    position: absolute;
    color: #9ea4ad;
    box-shadow: 0 2px 8px -1px rgba(13, 60, 95, .1);
    border-radius: 5px;
    margin-top: 5px;
    display: none;
    width: 98%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 90px;
    z-index: 30;
    background-color: #fff;
}

.input-box-button {
    display: flex;
    justify-content: end;
    width: 97%;
}

.input-box-button button {
    background-color: #85c441 !important;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 15px 50px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'IRANYekan';
}

.input-box input {
    width: 100%;
}

/* .input-box textarea{
  z-index: 2 !important;
  right: 50px;
} */
.select2-selection__rendered {
    color: #0e1935;
}

.input-box input:focus + label, .input-box textarea:focus + label {
    font-size: 11px;
    font-family: 'IRANYekan', sans-serif;
    color: #1ebcc5 !important;
    /* z-index: -1; */
    position: absolute;
    z-index: 10;
    background-color: #fff;
    top: -5px;
    right: 50px;
    padding: 0 5px;
}

.input-box input:focus::-webkit-input-placeholder, .input-box textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.change-input {

    color: '#0e1935';

}

.change-border {
    border: '1px solid #0e1935';
}

.border-error {
    border: 1px solid #e14f4f !important;
}

.change-lable {
    font-size: 11px !important;
    font-family: 'IRANYekan', sans-serif !important;
    color: #0e1935 !important;
    /* z-index: -1; */
    position: absolute !important;
    z-index: 10 !important;
    background-color: #fff !important;
    top: -5px !important;
    right: 50px !important;
    padding: 0 5px !important;
}

.enamd_calss {
    width: 150px;
}

.header_responsive {
    display: none;
}

.svg-element {
    position: absolute;
    top: -3px;
}

.about-us-footer {
    color: var(--old-price-color);
    line-height: 25px;
    width: 100%;
}

.parent-icons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 30px;
}

.parent-icons i {
    font-size: 30px;
    padding: 0 5px;
    color: var(--old-price-color);
}

.elementor-content-img-top {
    width: 180px;
    /*height: 100%;*/
}

.elementor-content-img-top img {
    width: 100%;
    /*height: 100%;*/
    border-radius: 5px;
}

/*not found*/

.body-container {
    background-color: #fcfcfc;
}

.no-result-found {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
}

.no-result-found-txt {
    font-size: 18px;
    font-family: 'iranyekan';
    font-weight: 600;
}

/*Responsive*/

@media screen and (max-width: 1250px) {
    .box-background-image, .box-background-image-left {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .elementor-widget {
        width: 7%;
    }

    .list-items {
        width: 95%;
        border-radius: 5px;
        margin-top: -5px;

    }

    .new-products-content {

    }

    .new-product-new-price-txt {

        padding: 0 10px;
    }

    .about-us-img img {
        width: 100%;
        border-radius: 5px 5px 0 0;

    }

    .more-details {
        width: 100% !important;
    }

    .product-info {
        width: 53% !important;
    }

    .product-container-right {
        /* width: 50% !important; */
    }

    .swiper-btn {
        padding: 0 10px !important;
    }

    /*.product-to-send {*/
    /*  display: flex;*/
    /*  flex-direction: column;*/
    /*  gap: 0 !important;*/
    /*}*/
    .add-to-cart {
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 15px; */
        /* font-size: 13px; */
        text-wrap: nowrap;
    }

    #wp-comment-cookies-consent {
        margin-top: -25px;
    }

    /* .product-new-price{
      display: flex;
      justify-content: start !important;

    } */
    .start {
        display: flex;
        justify-content: start !important;
    }

    .element-widget-container-right, .book-information {
        gap: 10px;
    }

    .cart-shop p {
        font-size: 12px;
    }

    .cart-shop {
        padding: 5px 7px;
    }


}



.message-register {
    margin: 20px;
}

.add-cart-product {
    text-align: right;
    display: flex;
    border-radius: 5px;
    padding: 5px 10px;
    background: #3f9e3f;
    /*width: 32%;*/
    height: 32px !important;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}

.add-cart-product i {
    right: 3px;
    position: relative;
}

.add-cart-product i:hover {
    color: #5b5b5b;
    right: 3px;
    position: relative;
}

.add-cart-productItem {
    text-align: right;
    position: relative;
    display: flex;
    left: 46px;
    border-radius: 5px;
    padding: 5px 3px;
    background: #3f9e3f;
    width: 32%;
    color: #fff;
    justify-content: center;
}

.add-cart-productItem i {
    right: 3px;
    position: relative;
}

.add-cart-productItem i:hover {
    color: #5b5b5b;
    right: 3px;
    position: relative;
}

.add-cart-products {
    text-align: right;
    position: relative;
    display: flex;
    top: -34px;
    right: 1px;
    border-radius: 5px;
    padding: 10px 3px;
    background: #3f9e3f;
    width: 25%;
    color: #FFF;
    justify-content: center;
}

.add-cart-products i {
    right: 3px;
    position: relative;
}

.add-cart-product-page {
    text-align: right;
    position: relative;
    display: flex;
    top: -27px;
    right: 1px;
    border-radius: 5px;
    padding: 10px 3px;
    background: #3f9e3f;
    width: 25%;
    color: #FFF;
    justify-content: center;
}

.add-cart-product-page i {
    right: 3px;
    position: relative;
}

.add-cart-products i:hover {
    color: #5b5b5b;
    right: 3px;
    position: relative;
}


.elementor-container .add-cart-product {
    text-align: right;
    justify-content: center;
    height: 32px !important;
    display: flex;
    padding: 5px 10px !important;
    align-items: center;
}

.add-cart-product span {
    position: absolute;
    bottom: 23px;
    background: #fff;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border: 1px solid var(--back-header);
}

.elementor-container .add-cart-product span {
    padding: 8px;
    bottom: 23px;
    font-size: 11px;
}

.add-cart-icon-tags,.add-cart-icon-latest{
    position: relative;
}
@media screen and (max-width: 850px) {
    .swiper-pagination {
        right: 0 !important;
        display: block !important;
    }

    .main-header {
        display: none;
        margin: 0;
    }

    .logo img {
        max-height: 65px;
    }

    .header {
        width: 100% !important;
        border-radius: 0 !important;
        flex-wrap: wrap;
        height: fit-content;
        right: 0px !important;
        margin: 0 !important;
    }

    .list-items {
        display: none;
    }

    .cart-shop {
        display: none;
    }

    .logo {
        width: 100%;
    }

    .header-right, .header-left {
        width: fit-content;
    }

    .box {
        display: none;
    }

    .header_responsive {

        width: 100%;
        margin-top: 10px;
        display: flex;
    }

    .header_responsive .box {
        display: block;
        width: 100%;
    }

    .header:after {
        box-shadow: none;
    }

    .header_responsive .cart-shop {

        width: 40px;
        height: 40px;
        align-items: center;
        display: flex;
        justify-content: center !important;
        margin-right: 10px;
        position: relative;
    }


    .header_responsive .count-cart {
        background-color: var(--white-color);
        width: fit-content;
        padding: 0 3px;
        position: relative !important;
        bottom: 16px;
        left: 0px;
        border: 1px solid #e8e8e8;
        border-radius: 10px;
        min-width: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_responsive .searchbox {
        height: 40px;
        box-sizing: border-box;
    }

    .header_responsive .fa-cart-shopping {
        margin: 0;
    }

    .image-container {
        height: 300px;
        object-fit: contain;
    }

    .menu {
        display: block;
        font-size: 30px;
    }

    .login-box {
        display: none;
    }

    .login {
        width: fit-content;
        width: 40px;
        height: 40px;
        justify-content: center;
        font-size: 16px;
        border: 1px solid var(--old-price-color);
    }

    .right-header {
        width: 100%;
        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: flex;

        padding: 10px;
        background-color: var(--header-color);
        justify-content: right;
        align-items: center;
        position: relative;
    }

    .side-logo .svg-element {
        bottom: 0;
        transform: rotate(180deg);
        top: 46px;
        width: 140px;
        left: 0;
    }

    .side-logo .fa-xmark {
        position: absolute;
        left: 65px;
        bottom: 15px;
        z-index: 10;
        font-size: 18px;
    }

    .side-logo img {
        height: 80px;
        width: 50%;
        object-fit: contain;
    }

    .menu-box {
        margin-right: 17px;
        padding-top: 10px;
        display: flex !important;
        flex-direction: column;
        gap: 15px;

    }

    .menu-box p {
        padding: 7px 0;
    }

    .over {
        background-color: var(--over-color);
        z-index: 20;
        /*position: absolute;*/
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 100vw;


    }

    .slideshow-container {
        width: 100%;
        margin-top: -33px;
    }

    .swiper-slide-bg {
        width: 100%;
    }

    .svg {
        display: none;
    }

    .svg-element {
        position: absolute;
        /*top: 0;*/
    }

    .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;
        width: 100%;
    }

    /*.swiper-slide{
      width: 50%;
      display: flex;


    }*/
    .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%;
    }





    .elementor-widget-container-box {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .description {
        display: flex;
        flex-wrap: wrap;
        width: 100%;

    }

    .img-description {
        width: 49%;
        margin-top: 10px;

    }


    .elementor-content {
        display: flex;
        flex-wrap: wrap;
        /*margin-top: 50px;*/
    }

    .elementor-content-img {
        height: auto;
        width: 100% !important;
    }

    .elementor-content-img img {
        width: 100%;
        object-fit: contain;
    }

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

    }

    .elementor-container {
        width: 32%;
    }

    .bestelling-book-container {
        display: flex;
        flex-wrap: wrap;

    }

    .bestelling-book-content {
        width: 32%;

        padding: 20px;
        /* margin: 15px 5px 0; */
        box-sizing: border-box;

    }

    .elementor-widget-container-element {
        display: none;
    }


    .book-information {
        display: flex;
        flex-wrap: wrap;
    }

    .elementor-widget-container-left {
        height: 590px;
    }

    .element-widget-container-right {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }

    .elementor-content-img-top {
        display: none;
    }

    .elementor-widget-container-information div {
        /*height: 283px;*/
        width: 100%;
    }

    .img-one img {
        width: 100%;
    }

    .img-four, .img-three, .img-one, .img-two {
        width: 49%;
    }

    .elementor-widget-container-left {
        display: none;
    }


    .elementor-widget-container-bottom {
        margin-top: 20px;
    }

    .footer-top {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .right-footer {
        display: flex;
        flex-wrap: wrap;
    }

    .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: 100%;
    }

    .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%;
    }

    /* .input-box input, .input-box textarea  {
      width: 55% !important;
    } */
    /* .input-box div{
      width: 53% !important;
    } */
    .box-left {
        width: 55%;
    }

    .swiper-btn {
        padding: 0 15px !important;
    }

    /*.add-to-cart{*/
    /*  display: flex;*/
    /*  gap: 10px;*/
    /*  padding: 6px 10px;*/
    /*  !*font-size: 10px !important;*!*/
    /*}*/
    .more-details {
        width: 100% !important;
    }

    .product-info {
        width: 65% !important;

    }

    .add-to-cart {
        text-wrap: nowrap;
        width: 100%;
        padding: 15px 0;
    }

    /*.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%;
    }

    .about-box-footer {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .parent-icons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .description, .element-widget-container-right, .book-information, .elementor-content {
        gap: 8px;
    }
    .elementor-widget-top{
        display: block;

    }
    .elementor-widget{
        display: none;
    }
    .elementor-content{
        padding: 20px 0 40px 0;
    }
}
@media screen and (max-width: 500px) {
    .header {
        right: 0;
        width: 100%;
    }

    .logo img {
        max-height: 50px;
    }

    .header_responsive {
        margin-top: 25px;
    }

    .box-background-image {
        display: none;
    }

    .box-background-image-left {
        display: none;
    }

    .description {
        width: 100%;

    }

    .img-description {
        width: 100%;
        margin-top: 10px;
    }

    .bestelling-book-content {
        width: 48%;

    }

    .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;
    }

    .About-Product {
        font-size: 13px;
    }

    .swiper-btn {
        width: 18%;
        padding: 0 20px !important;
    }

    .more-details {
        width: 100% !important;
    }

    .product-info {
        width: 73% !important;
    }

    #wp-comment-cookies-consent {
        margin-top: -49px;
    }

    .product-container-right {
        width: 25%;
    }


    .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: none !important;

    }


    .product-container-left {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
    }

    .product-reviews-rating {
        text-wrap: nowrap;
    }

    .product-img-top {
        display: block !important;
        margin-top: 30px;
    }

    .left-footer-bottom-right-container-txt {
        text-wrap: nowrap;
    }

    .product-to-send-bottom {
        display: flex;
        justify-content: space-between;
    }

    .add-to-cart {
        padding: 15px;
    }

    .left-footer-top-txt {
        text-wrap: nowrap;
    }

    .left-footer-top {
        display: flex;
        flex-wrap: wrap;
    }

    .header {
        padding: 15px 10px !important;
    }

    .img-four, .img-three, .img-one, .img-two {
        width: 100% !important;
    }

    .elementor-container {
        width: 100% !important;
    }

    .new-products {
        padding: 30px 20px;
    }

    .about-us-container {
        padding: 2px 20px 20px 20px;
        margin-top: -35px;
    }

    .about-us-txt p {
        font-size: 12px;
        line-height: 25px;
    }

    .about-us-container h2 {
        font-size: 20px;
    }

    .box-contactUs {
        flex-direction: column;
    }

    .box-left, .box-right {
        width: 100%;
    }

    .right-footer-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .elementor-widget-svg {
        transform: translate(50%, 0px);
        right: 50%;
    }

    .elementor-widget-img {
        margin-right: 0;
        flex-direction: column;
        position: absolute;
        bottom: -215px;
        right: 50% !important;
        transform: translate(50%, 0);
    }

    #myBtn {
        bottom: 20px;
        left: 20px;
    }

    .swiper-slide-bg, .image-container {
        height: 270px;
    }

    .elementor-widget-img p {
        padding-right: 0;
        text-align: center;
    }

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

    .new-product-price {
        font-size: 15px;

    }

    .bestelling-book-content {
        width: 100%;
    }

    /* .input-box input, .input-box textarea  {
      width: 20%;
    }
    .input-box div{
      width: 18%;
    } */
    .products-container {
        display: flex;
        gap: 0;
    }

    .product-container-right {
        width: 35%;
    }

    .product-img {
        padding: 10px;
    }

    .About-Product {
        text-wrap: nowrap;
    }

    /* .swiper-btn{
      padding: 0 40px !important;
    } */
    .product-information-box2 {
        text-wrap: nowrap;
    }

    .more-details {
        /* width: 77% !important; */
        width: 100% !important;
    }

    .product-info {
        width: 79% !important;
    }

    .product-information-container-right {
        width: 90% !important;
    }

    .product-price-to-send {
        display: flex;
        /* flex-direction: column !important; */
        /* flex-wrap: wrap; */
    }

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

    .decimal-number {
        font-weight: 300;

    }

    .toman-price {
        font-weight: 300;
        margin-right: 5px !important;

    }

    .product-information-box2 {
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: column !important; */
    }

    .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-send-bottom {
        display: block !important;
        /* width: 100%; */
        /* position: fixed; */
        bottom: 0;
    }


}

@media screen and (max-width: 540px) {
    .add-cart-productItem {
        text-align: right;
        position: relative;
        display: flex;
        top: -2px;
        left: 83px;
        border-radius: 5px;
        padding: 5px 3px;
        background: #3f9e3f;
        width: 32%;
        color: #fff;
        justify-content: center;
    }


    .elementor-container .add-cart-product {

        text-align: right;
        justify-content: center;
        height: 32px !important;
        display: flex;
        padding: 5px 26px !important;
        align-items: center;
    }

}







