/*
Theme Name:قالب فروشگاهی آرتیکات
Theme URI: https://itmobo.ir/
Author: Salar nemate zadeh
Author URI: https://itmobo.ir/
Description:  ضمن تشکر از انتخاب شما و اعتماد به قالب آرتیکات {از شما سپاسگذاریم که قالب آرتیکات را تهیه نموده اید جهت آموزش قالب به ویدیو های آموزشی قالب توجه کنید و با دقت تماشا نمایید} ضمنا به آپدیت های قالب حتما توجه کنید قالب ورداک حداقل هر 2 هفته یک بار آپدیتی با قابلیت ها و رفع مشکل نسخه قبلی را ارایه میکند .   با تشکر از شما
Requires at least: 1.0
Tested up to: 10.0
Requires PHP: 5.6
Version: 1.0
Text Domain: workut
Tags: shop,workut,shoping,2021,آرتیکات,

Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.
*/

body > form > div {
    display: none !important;
}

.div-elenemt {
    float: right;
    width: 100%;
    padding: 0 !important;
}


.theme-overlay .theme-author {
    margin: 5px 0;
    float: right;
    padding: 8px;
    background: #ddd;
    border-radius: 10px;
    color: #2a3156;
}


.container {
    width: 95%;
    margin: 0 auto;
}


* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}


body::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
    z-index: 99999;
}

:root {
    --main-color: #002e44;
}

body {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";

}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

body {
    direction: rtl;
    background: #f1f2f4;
    font-family: IRANYekanX;
    -webkit-font-family: IRANYekanX !important;
    font-size: 14px;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
}

figure {
    padding: 0;
    margin: 0;
}

a {
    transition: all .5s ease-in-out;
}

.ads-topbar {
    width: 100%;
}

.ads-topbar p {
    width: 100%;
    background: #d2d3fb;
    font-family: 'IRANYekanX';
    font-size: 16px;
    padding: 8px;
    color: #222221;
    text-align: center;
}


/**********start menu code*********/
.nav {
    background: #fff;
    border-top: 1px solid #f1f2f4;
    float: right;
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: -1;
}
@media screen and (max-width: 900px ){
    .nav {
        display: none !important;
    }
}
.fixed, .sticky {
    transition: .5s ease-out;
    opacity: 1;
}

.header-sticky {
    transform: translatey(-300px);
    z-index: -1;
}

.header-stickys {
    transform: translatey(0);
    opacity: 1;
}


.nav .menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.nav .menu ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #ffffff;
    padding: 5px;
    top: 99%;
    width: 150%;
    right: 10px;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    z-index: 2;
}


.nav .menu ul li ul li {
    padding: 10px 5px;
    width: 100%;
    display: flex;
    justify-content: right;
    position: relative;
}

.nav .menu ul li ul li .fa-chevron-down {
    display: none;
}

.nav .menu ul li ul li a {
    display: block;
    width: 100%;
    padding: 5px;
}

.nav .menu ul li ul > li > ul {
    position: absolute !important;
    right: 130px !important;
    top: -2px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: fit-content;
    border-radius: 5px;
}

.nav menu ul li ul li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    right: 147px !important;
}

.nav .menu ul li {
    float: right;
    list-style: none;
    padding: 0 18px;
    display: flex;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
}

.nav .menu ul li a {
    text-decoration: none;
    font-weight: 400;
    position: relative;
    transition: all .3s ease-in-out;
    padding: 15px 0;
}

/*style mega menu*/
.mega-menus {
    width: inherit;
}

nav .nav .megamenu {
    float: right;
    border-left: 1px solid #ddd;
}

nav .nav .megamenu ul {
    z-index: 1500;
}


nav .nav .megamenu ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    margin: 0 0 0 60px;
    padding: 15px 0;
}

nav .nav .megamenu ul li i {
    color: #ddd;
    padding-right: 20px;
    transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

nav .nav .megamenu ul li a {

}

nav .nav .megamenu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    right: -10%;
}

nav .nav .megamenu > ul > li > ul {
    position: absolute;
    right: -50%;
    top: 100%;
    background: #ffffff;
    width: 159%;
    box-shadow: 0 5px 5px rgba(221, 221, 221, 0.55);
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

nav .nav .megamenu ul li > ul > li {
    float: right;
    width: 100%;
    text-align: right;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 12px 5px;
    position: relative;
}

nav .nav .megamenu ul li > ul > li > i {
    order: 0;
    padding-right: 3px;
    padding-left: 10px;
    color: #ddd;
}

nav .nav .megamenu ul li > ul > li > a {
    order: 1;
    padding: 0;
}
nav .nav .megamenu > ul > li > ul > li {
    position: unset;
}
nav .nav .megamenu > ul > li > ul > li > ul {
    position: absolute;
    right: 101%;
    top: 2px;
    background: #ffffff;
    padding: 5px;
    width: 800px;
    opacity: 0;
    visibility: hidden;
    transition: all 0 ease-in-out;
    transform: rotate3d(4, 56, 2, 23deg) scale(0);
    border-radius: 0;
}

nav .nav .megamenu ul li ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    right: 101%;
    transform: rotate3d(1, 1, 1, 0deg) scale(100%);
}

nav .nav .megamenu > ul > li > ul > li > ul > li > #icon-no {
    display: none;
}

nav .nav .megamenu > ul > li > ul > li > ul > li #icon-nog {
    display: none;
}

nav .nav .megamenu > ul > li > ul #icon-nog {
    display: none;
}

nav .nav .megamenu > ul > li > ul > li > ul > li {
    width: 32%;
    float: right;
    flex-wrap: wrap !important;
    padding-right: 1%;
    align-items: start;
    margin: 0;
}

nav .nav .megamenu > ul > li > ul > li > ul > li > a {
    padding-bottom: 10px !important;
    width: 100%;
}

nav .nav .megamenu ul li ul li ul li ul {
    position: initial !important;
    width: 100%;
    order: 1;
    opacity: 1 !important;
    visibility: visible !important;
    border-top: 1px solid #dddddd;
    border-radius: 0;
}

nav .nav .megamenu ul > li > ul > li > ul > li > ul > li {
    padding: 5px 5px;
}

nav .nav .megamenu ul > li > ul > li > ul > li > ul > li > a {
    padding: 5px 5px;
}

@media screen and (max-width: 950px ) {
    nav .nav .megamenu > ul > li > ul > li > ul {
        width: 700px;
    }

    nav .nav .megamenu > ul > li > ul > li > ul > li {
        width: 40%;
    }
}

@media screen and (max-width: 800px ) {
    nav .nav .megamenu > ul > li > ul > li > ul {
        width: 600px;
    }

    nav .nav .megamenu > ul > li > ul > li > ul > li {
        width: 35%;
    }
}
nav a {
    text-decoration: none;
    color: unset;
}
/*style mega menu*/


/**********end menu code*********/



.footer.dark {
    background: #192b3e;
    color: #FFFFFF;
}

.footer .footer-info.dark {
    color: #FFFFFF;
}

.footer .footer-info p.dark {
    background: #114170;
}

.footer .footer-menu.dark {
    color: #FFFFFF;
}

.footer .footer-menu ul li a.dark {
    color: #FFFFFF;
}

.footer .footer-tell.dark {
    color: #FFFFFF;
}

.single .main-single .post-single header h1.dark {
    color: #FFFFFF;
}

.single .main-single .post-single .excerpt-single p.dark {
    color: #d5d5d5;
}

.single .main-single .post-single .content-single.dark {
    color: #fff;
}

.single .main-single .post-single .thumbnaill .meta-single.dark {
    background: linear-gradient(389deg, #00000000, #362f2feb, #3e3434db, #ffffff00);
}

.single .main-single .post-single .thumbnaill .meta-single .meta-post span.dark, .single .main-single .post-single .thumbnaill .meta-single .meta-post span a.dark {
    color: #FFFFFF;
}

.page .main-page .post-page header h1.dark, .page .main-page .post-page .content-page h2.dark, .page .main-page .post-page .content-page.dark {
    color: #FFFFFF;
}

.page .main-page .post-page header p.dark {
    color: #ddd;
}

.page .main-page .post-page .thumbnaill-page .meta-page .meta-back.dark {
    background: #143e68e8;
}

.page .main-page .post-page .thumbnaill-page .meta-page .meta-post-page span.dark {
    color: #FFFFFF;
}

.product_single .product_contect .title-product header h1.dark, .product_single .product_contect .additional-products label.dark,
.product_single .product_contect .product-ficher span.dark, .product_single .product_contect .title-product .excerpt-products.dark,
.product_single .product_contect .aditional-card-product .pricer .price-title.dark, .product_single .product_contect .aditional-card-product .pricer ins.dark, .product_single .product_contect .aditional-card-product .pricer .pricer-doolar p.dark,
.product_single .product_contect .aditional-card-product .product-rating .star-ratings.dark, .product_single .product_contect .aditional-card-product .shop-name p.dark, .product_single .product_contect .aditional-card-product .shop-name a.dark,
.product_single .product_contect .aditional-card-product .catigory-product span i.dark, .product_single .product_contect .aditional-card-product .catigory-product span a.dark, .product_single .product_contect .aditional-card-product .send_product_radio.dark,
.product_single .product_contect .aditional-card-product .garanti-name.dark, .product_single .product_contect .aditional-card-product .catigory-product span.dark,
.product_single .product_contect .aditional-card-product .coloffer h5.dark {
    color: #fff;
}

.product_single .product_contect .aditional-card-product.dark {
    background: #264369;
    border: none;
}


.product_single .product_contect .content-pro h2.dark, .product_single .product_contect .content-pro p.dark, .product_single .product_contect .content-pro .content-video-product.dark {
    color: #fff;
}

.ins-del-shop > span.woocommerce-Price-amount bdi.dark {
    color: #f6fff6;
    background: rgba(223, 228, 234, 0.21);
}

.category .category-heads h1.dark, .category .item-category .dittels-categor h2.dark {
    color: #FFFFFF;
}

.category .item-category .dittels-categor p.dark {
    background: #212e5e82;;
    color: #FFFFFF;
}

.category .item-category .dittels-categor a.dark {
    background: #1e2f52;
    color: #ffffff;
}

/*end code lite & dark code header*/
.brand-ads {
    position: fixed;
    top: 35%;
    left: 0;
    z-index: 999;
}

.brand-ads .item-brand {
    background: #9d93ed;
    padding: 0 4px 0 3px;
    border-radius: 0 10px 10px 0;
    margin: 3px 0;
}

.brand-ads .item-brand i {
    font-size: 30px;
    padding: 5px 5px;
    color: #fff;
    cursor: pointer;
}

.item-brand-page-headen {
    display: none;
}

.item-brand-page-w-headen {
    display: none;
}

.item-brand-page-dark {
    background: #0000007d;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
}

.item-brand-page-w-dark {
    background: #0000007d;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-position: fixed;
    right: 0;
    top: 0;
    left: 0;
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
}


.brand-ads .item-brand-page {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    position: relative;
}

.brand-ads .item-brand-page h3 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #ef4f73;
}

.brand-ads .item-brand-w {
    background: #9d93ed;
    padding: 0 4px 0 3px;
    border-radius: 0 10px 10px 0;
    margin: 3px 0;
}

.brand-ads .item-brand-page-w h3 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #ef4f73;
}

.brand-ads .item-brand-w i {
    font-size: 30px;
    padding: 5px 5px;
    color: #fff;
    cursor: pointer;
}

.brand-ads .item-brand-page-w {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    position: relative;
}


.brand-ads .item-brand-page i#close-popup, .brand-ads .item-brand-page-w i#close-popup {
    top: 1px;
    right: 45%;
    cursor: pointer;
    font-size: 37px;
    float: left;
    color: #ef4f73;
    position: absolute;
}

.brand-ads .item-brand-page a, .brand-ads .item-brand-page-w a {
    float: left;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(45deg, #ee5dff, #3339f5c7);
    padding: 5px;
    border-radius: 7px;
    color: #fff;
}

.brand-ads .item-brand-page i, .brand-ads .item-brand-page-w i {
    font-size: 64px;
    width: 100%;
    text-align: center;
    color: #ff7979;
}


/**start slider one**/
.slider {
    width: 100%;
    float: right;
    display: block;
    direction: ltr;
    margin: 0 0 10px;

}

.slider .item {
    width: 100%;
    position: relative;
}

.slider .item img {
    width: 100%;
    border-radius: 0 !important;
}

.slider .owl-nav {
    position: absolute;
    bottom: 10%;
    left: 2%;
    right: 2%;
    width: 95%;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.slider:hover .owl-nav {
    opacity: 1;
}

.slider .owl-dots {
    position: absolute;
    bottom: 0;
    right: 2%;
    left: 2%;
    width: 95%;
}

.slider .owl-carousel .owl-nav button.owl-next, .slider .owl-carousel .owl-nav button.owl-prev {
    background: #FFFFFF;
    padding: 7px 13px !important;
    font-size: 31px;
    color: #013466;
    font-family: 'FontAwesome';
    border-radius: 50%;
}

.slider .owl-carousel .owl-nav button.owl-next:hover, .slider .owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--main-color);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    border: none;
    padding: 0 !important;
    font: inherit;
}

.slider .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 6px;
    background: var(--main-color);
    transition: all .5s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    background: var(--main-color);
}

/*end slider code*/
/*start ads 4image code*/
.ads-4image {
    width: 100%;
    float: right;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 0;
    overflow: hidden;
}


.ads-4image img {
    max-width: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    padding: 2%;
    height: auto;
}

.ads-4image img:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}


/*end ads 4image code*/
/*start just shop*/
.just-shop {
    margin: 10px 0;
    float: right;
    width: 100%;
}

.woocommerce-Price-amount span {
    font-weight: 900;
    color:#303841;
    padding: 3px;
}
.woocommerce-Price-amount span:after {
    content: 'ءءء';
}


.just-shop > h2 {
    display: block;
    text-align: center;
    -moz-font-feature-settings: "ss04";
    -webkit-font-feature-settings: "ss04";
    font-feature-settings: "ss04";
}

.just-shop > h2 i {
    color: #6d82dd;
    padding-right: 20px;
    font-size: 40px;
}

.just-shop .all-just-item {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 30px;
    width: 100%;
    direction: ltr;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.just-shop .just-shop-item {
    float: right;
    margin: 5px 5px;
    border: 1px solid #ddd;
    text-align: center;
    width: 100%;
    height: 170px;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    transition: all .3s ease-in-out;
}

.just-shop .just-shop-item:hover {
    margin: 0 5px;
}

.just-shop .just-shop-item:hover img {
    transform: translatey(-10%);
}

.just-shop .just-shop-item img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all .7s ease-in-out;
}

.just-shop .just-shop-item h5 {
    padding: 4px;
    text-align: center;
    color: var(--main-color);
    font-size: 15px;
}

.ads-two-item {
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    margin: 20px 0;
}

.ads-two-item .ads-two-item-1 {
    float: right;
    width: 49%;
}

.ads-two-item .ads-two-item-1 img {
    max-width: 100%;
    border-radius: 25px;
    box-shadow: 20px 20px 5px #a3a2a233;
    transition: all .3s ease-in-out;
}

.ads-two-item .ads-two-item-1 img:hover {
    transform: scale(0.9);
}

.ads-two-item .ads-two-item-2 {
    float: left;
    width: 49%;
}

.ads-two-item .ads-two-item-2 img {
    max-width: 100%;
    border-radius: 25px;
    box-shadow: -20px 20px 5px #a3a2a233;
    transition: all .3s ease-in-out;
}
@media screen and (max-width: 900px){

    .ads-two-item .ads-two-item-1 img {
        box-shadow: none;
    }
    .ads-two-item .ads-two-item-2 img {
        box-shadow: none;
    }
}
.ads-two-item .ads-two-item-2 img:hover {
    transform: scale(0.9);
}

/*end just shop*/
.ads-one-item {
    float: right;
    width: 100%;
    margin: 20px 0;
    position: relative;
}


.ads-one-item img {
    max-width: 100%;
    border-radius: 25px;
    transition: all .3s ease-in-out;
}

.ads-one-item img:hover {
    box-shadow: 0 0 24px #8a8a97;
}

.ads-one-item i {
    font-size: 50px;
    color: var(--main-color);
    position: absolute;
    top: -17px;
    right: -1%;
    transform: rotate(45deg);
}

.shop-slider {
    float: right;
    width: 100%;
    direction: ltr;
    margin: 35px 0;
}

.shop-slider .item-shop-slider {
    float: right;
    width: 100%;
    direction: ltr;
}

/*start item name & link*/
.item-name {
    margin: 0;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
}

.item-name > h2 {
    display: flex;
    text-align: center;
    float: right;
    margin-right: 20px;
    align-items: flex-end;
}

.item-name > h2 i {
    color: #6d82dd;
    padding-right: 20px;
    font-size: 40px;
}

.item-name a {
    display: flex;
    text-align: center;
    color: #8d8b8b;
    text-decoration: none;
    background: #bbc4ea1f;
    padding: 9px 10px;
    border-radius: 5px;
    margin-right: 20px;
    margin-left: 30px;
    transition: all .3s ease-in-out;
    align-items: center;
}

.item-name i {
    padding-right: 7px;
    font-size: 15px;
    color: #808bbb;
}

.item-name a:hover {
    background: #d2d8f1;
    color: #013466;
}

/*end item name & link*/
/*start slide shop offer*/


.item-shop-slider .item {
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.item-shop-slider .item-shop {
    width: 100%;
}

.item-shop-slider img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(0.8);
    max-width: 100%;
    border-radius: 10px !important;
    transition: all .2s linear;
}
.item-shop-slider h3 {
    display: block;
    text-align: center;
    padding: 5px 5px 0;
    height: 80px;
    font-size: 13px;
}

.item-shop-slider .item:hover .ins-del-shop bdi {
    opacity: 0;
}

.item-shop-slider .item:hover del:before {
    opacity: 0;
}

.item-shop-slider .ins-del-shop {
    display: block;
    text-align: center;
    transition: all .5s ease-in-out;
}

.item-shop-slider del {
    padding: 0;
    font-size: 13px;
    text-decoration: none;
    color: #a9a9a9;
    position: relative;
    transition: all .5s ease-in-out;
}

.item-shop-slider ins {
    padding: 0 10px;
    font-size: 14px;
    text-decoration: none;
    color: #0d0d0e;
    transition: all .5s ease-in-out;
}

.ins-del-shop > span.woocommerce-Price-amount bdi {
    color: #1e244e;
    font-size: 14px;
    background: #99999914;
    padding: 5px 10px;
    border-radius: 35px;
    transition: all .5s ease-in-out;
}

.item-shop-slider del:before {
    content: ' ';
    height: .5px;
    background: #d5d5d5;
    width: 100%;
    left: 0;
    top: 10px;
    position: absolute;
    transform: rotateZ(345deg);
}

.item-shop-slider .go-shop-post {
    width: 100%;
    position: absolute;
    bottom: -5%;
    right: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

.item-shop-slider .item:hover .go-shop-post {
    opacity: 1;
    visibility: visible;
    bottom: 5%;
    transition: all .3s cubic-bezier(0, 0.71, 0.75, 0.72);
}

.item-shop-slider .go-shop-post a {
    width: 100%;
    text-align: center;
    transition: all .3s ease-in-out;
    text-decoration: none;
    background: #dddddd;
    padding: 10px;
    font-weight: bold;
    border-radius: 4px;
    color: #383c66;
    font-family: 'IRANYekanX';
}

.item-shop-slider .shop-post-off p {
    position: absolute;
    right: 17%;
    top: 0;
    left: 17%;
    color: white;
    background: #5858587a;
    border-radius: 0 0 15px 15px;
    padding: 4px 5px;
}

.item-shop-slider .go-shop-post a:hover {
    background: #dddddd;
}

.item-shop-slider .owl-carousel .owl-nav button.owl-next, .item-shop-slider .owl-carousel .owl-nav button.owl-prev {
    border: none;
    background: white;
    top: 50%;
    font-size: 31px;
    /* font: inherit; */
    font-family: 'FontAwesome';
    padding: 8px 14px !important;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 5px #ddd;
    display: none;
    transition: all .3s ease-in-out;
}

.item-shop-slider .owl-carousel .owl-nav button.owl-next:hover, .item-shop-slider .owl-carousel .owl-nav button.owl-prev:hover {
    color: #013466;

}

.item-shop-slider:hover .owl-carousel .owl-nav button.owl-next, .item-shop-slider:hover .owl-carousel .owl-nav button.owl-prev {
    display: block;
}

.item-shop-slider .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    background: var(--main-color);
}

.item-shop-slider .owl-carousel .owl-nav button.owl-next {
    right: -33px;
}

.item-shop-slider .owl-carousel .owl-nav button.owl-prev {
    left: -33px;
}

/*end slide shop offer*/
/*start eleman brand*/
.just-shop .all-brand {
    display: flex;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    background: #FFFFFF;
    flex-wrap: wrap;
}

.just-shop .all-brand .just-brand-item {
    width: 10%;
    background: #fff;
    display: flex;
    overflow: hidden;
    border-radius: 5px;
    height: auto;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
}

.just-shop .all-brand .just-brand-item img {
    max-width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    height: auto;
}

.just-shop .all-brand .just-brand-item img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}


/*end eleman brand*/
/*start blog slider*/
.blog-slider .item-blog-slider {
    float: right;
    width: 100%;
    direction: ltr;
}

.blog-slider .owl-carousel {
    display: block;
}

.blog-slider .item {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.blog-slider .item .rtl {
    position: absolute;
}

.blog-slider .item .rtl span {
    background: #ffffff;
    padding: 5px 8px;
    top: 5px;
    text-align: center;
    font-weight: bold;
    color: var(--main-color);
    border-radius: 5px 0 0 5px;
    right: 20px;
    transform: rotate(0deg);
}

.blog-slider a {
    text-decoration: none;
    color: var(--main-color);
}

.blog-slider .owl-carousel .item:hover img {
    filter: brightness(0.4);
}

.blog-slider .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 5px;
    transition: all .2s linear;
}

.blog-slider  h3 {
    text-align: center;
    overflow: hidden;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.blog-slider .owl-carousel .owl-nav button.owl-next, .blog-slider .owl-carousel .owl-nav button.owl-prev {
    border: none;
    background: white;
    top: 40%;
    font-size: 31px;
    font-family: 'FontAwesome';
    padding: 8px 14px !important;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 5px #ddd;
    display: none;
    transition: all .3s ease-in-out;
}

.blog-slider .owl-carousel .owl-nav button.owl-next:hover, .blog-slider .owl-carousel .owl-nav button.owl-prev:hover {
    color: #013466;

}

.blog-slider:hover .owl-carousel .owl-nav button.owl-next, .blog-slider:hover .owl-carousel .owl-nav button.owl-prev {
    display: block;
    transition: all .2s ease-in-out;
}

.blog-slider .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    background: var(--main-color);
}

.blog-slider .owl-carousel .owl-nav button.owl-next {
    right: -33px;
}

.blog-slider .owl-carousel .owl-nav button.owl-prev {
    left: -33px;
}

/*end blog slider*

/*start Question*/
.Question {
    width: 100%;
    margin: 0;
    float: right;
}

.Question .Question-one {
    float: right;
    background: #ee7487;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.Question .Question-one i {
    float: left;
    font-size: 24px;
    padding: 5px 0;
    color: #fff;
}

.Question .Question-one h4 {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.Question .Question-one h4 i {
    margin: 0 12px;
    font-size: 25px;
    float: right;
    color: #013466;
}

.Question .Question-two {
    width: 100%;
    float: right;
    display: none;
    padding: 10px;
    background: #ff8fa0;
    text-align: center;
    font-size: 17px;
    border-radius: 0 0 10px 10px;
}

.Question .Question-two p {
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

/*end Question*/

/*start footer-one-code*/
.footer {
    float: right;
    z-index: 999;
    width: 100%;
    margin-top: 45px;
    background: #fff;
    transition: all .3s ease-in-out;
}

.footer .footer-info {
    width: 100%;
    padding: 10px;
    color: #013466;
    text-align: center;
}

.footer .footer-info h2 {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    text-align: center;
    width: 20%;
    display: inline-block;
}

.footer .tek-h2 {
    float: right;
    width: 25%;
}

.footer .tek-h2 h2 {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
    color: #385a6b;
    padding: 24px 0 7px;
    width: 100%;
    display: inline-block;
}

.footer .footer-info p {
    font-size: 12px;
    background: #f7f6f6;
    padding: 5px;
    border-radius: 5px;
}

.footer .footer-menu {
    float: right;
    width: 25%;
    padding: 10px;
    color: #013466;
}

.footer .footer-menu h2 {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    text-align: right;
    padding: 5px;
    width: 100%;
    display: inline-block;
}

.footer .footer-menu ul li {
    list-style: none;
    text-align: start;
    margin: 3px;
    padding: 5px 0;
    transition: all .3s ease-in-out;
}

.footer .footer-menu ul li:hover {
    padding-right: 10px;
}

.footer .footer-menu ul li:first-child {
    margin: 0 3px 3px;
}

.footer .footer-menu ul li:last-child {
    margin: 3px 3px 0;
}

.footer .footer-menu ul li i {
    float: right;
    padding: 3px 0 0 7px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.footer .footer-menu ul li a {
    text-decoration: none;
    color: #013466;
    -moz-font-feature-settings: "ss04";
    -webkit-font-feature-settings: "ss04";
    font-feature-settings: "ss04";
}

.footer .footer-menu ul li:hover i {
    display: block;
    visibility: visible;
    opacity: 1;
}

.footer .footer-tell {
    float: right;
    width: 25%;
    padding: 10px;
    color: #013466;
}

.footer .footer-tell h2 {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    text-align: right;
    padding: 5px;
    width: 100%;
    display: inline-block;
}

.footer .footer-tell h3 {
    margin: 0 0 10px;
    font-size: 12px;
}

.footer .footer-tell h3 i {
    margin-left: 10px;
    padding: 10px;
    background: #ddd;
    border-radius: 50%;
    color: var(--main-color);
}

.footer .footer-in-now {
    width: 25%;
    float: right;
    padding: 43px 22px 10px;
}

.footer .footer-in-now img {
    max-width: 100%;
    border-radius: 20px;
}

.footer .footer-tik {
    width: 100%;
    float: right;
    padding: 0 10px;
    display: flex;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
}

.footer .footer-tik h2 {
    transform: rotate(270deg);
    font-size: 10px;
    float: right;
    text-align: center;
}

.footer .footer-tik .tik-enamad img {
    max-width: 100%;
}

.footer .footer-tik .tik-samandeh img {
    max-width: 100%;
}

.footer .copyright {
    display: block;
    width: 100%;
    float: right;
    padding: 5px;
}

.footer .copyright p {
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
    color: #ffffff;
    background: #99adc1;
}

.shadow-img {
    box-shadow: 0 0 10px 6px white inset
}

.footer .copyright p i {
    padding-left: 8px;
    color: #ffffff85;
    font-size: 18px;
}

/*end footer-one-code*/
/*start footer plan-2*/
footer .footer2 {
    float: right;
    width: 100%;
    background: #fff;
    padding: 30px;
    display: flex;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

footer .footer2 .footer2-adres {
    float: right;
    width: 95%;
    background: #dddddd45;
    padding: 10px 0 0;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

footer .footer2 .footer2-adres h3 {
    font-size: 13px;
    color: #5d596a;
    font-weight: 900;
}

footer .footer2 .footer2-adres h3 i {
    float: right;
    padding: 0 10px;
    font-size: 26px;
    text-shadow: 0px 4px #e1e1e1;
    color: #ee7487;
}

footer .footer2 .footer2-menu {
    float: right;
    padding: 10px;
    width: 70%;
    border-radius: 5px;
    background: #cbc6c626;
}

footer .footer2 .footer2-menu ul li {
    list-style: none;
    float: right;
    padding-left: 25px;
}

footer .footer2 .footer2-menu ul li a {
    text-decoration: none;
    color: #898989;
    font-weight: 900;
}

footer .footer2 .footer2-menu ul li a:hover {
    color: var(--main-color);
}

footer .footer2 .footer2-menu .footer2-copy-right {
    float: right;
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

footer .footer2 .footer2-menu .footer2-copy-right p {
    color: #cbcbcb;
    font-size: 18px;
    font-weight: 900;
}

footer .footer2 .footer2-menu .footer2-copy-right p i {
    padding-left: 7px;
    font-size: 18px;
    color: #8d8d8d;
}

footer .footer2 .footer2-tell {
    float: right;
    width: 22%;
    display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

footer .footer2 .footer2-tell .footer2-phone-number {
    float: right;
    width: 70%;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

footer .footer2 .footer2-tell .footer2-phone-number a {
    text-decoration: none;
}

footer .footer2 .footer2-tell .footer2-phone-number p {
    font-size: 15px;
    color: #fff;
    background: #5d596a;
    border-radius: 5px;
    align-items: center;
    display: flex;
    padding: 0 5px;
}

footer .footer2 .footer2-tell .footer2-phone-number p i {
    transform: rotate(271deg);
    color: #fff;
    padding: 6px 0;
    float: left;
    order: 2;
}

footer .footer2 .footer2-tell .footer2-ins-wats {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

footer .footer2 .footer2-tell .footer2-ins-wats a {
    text-decoration: none;
}

footer .footer2 .footer2-tell .footer2-ins-wats a i {
    background: #5d596a;
    margin: 0px 4px;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
}

footer .footer2 .footer2-namad {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    width: 23%;
    border-radius: 10px;
    background: #dddddd59;
    padding: 10px;
}

footer .footer2 .footer2-namad .tik2-enamad {
    float: right;
    width: 50%;
    text-align: center;
}

footer .footer2 .footer2-namad .tik2-enamad img {
    max-width: 80%;
}

footer .footer2 .footer2-namad .tik2-samandeh {
    float: left;
    width: 50%;
    text-align: center;
}

footer .footer2 .footer2-namad .tik2-samandeh img {
    max-width: 80%;
}

/*end footer plan-2*/

.slider-tik ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 35%;
    display: inline-block;
    position: relative;
}

.slider-tik li {
    position: absolute;
    top: 0;
    left: 0;
    animation: coverflow 24s ease both infinite;
}

.slider-tik li:nth-child(2) {
    animation-delay: 8s;
}

.slider-tik li:nth-child(3) {
    animation-delay: 12s;
}

.slider-tik li:nth-child(4) {
    animation-delay: 16s;
}

.slider-tik {
    width: 100%;
    text-align: center;
    margin: 9px 0 232px;
    /* height: 155px; */
    float: right;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: stretch;
    -webkit-align-content: stretch;
    justify-content: center;
    -webkit-justify-content: center;
}

.slider-tik img {
    border-radius: 10%;
    max-width: 100%;
    border: 2px solid white;
}

@keyframes coverflow {
    0% {
        opacity: 1;
        transform: none;
        z-index: 10;
    }
    25%, 35% {
        opacity: 0.2;
        transform: translate3d(-170px, 0, 0) scale(0.6);
        z-index: 0;
    }
    50% {
        opacity: 0;
        transform: translate3d(-190px, 0, 0) scale(0.6);
        z-index: 0;
    }
    60% {
        opacity: 0;
        transform: translate3d(190px, 0, 0) scale(0.6);
        z-index: 0;
    }
    75%, 85% {
        opacity: 0.9;
        transform: translate3d(170px, 0, 0) scale(0.6);
        z-index: 5;
    }
    100% {
        opacity: 1;
        transform: translate3d(0px, 0, 0) scale(1);
        z-index: 15;
    }
}

/*start article single page */
.single {
    float: right;
    width: 100%;
}

.single .main-single {
    width: 100%;
    float: right;
}

.single .main-single .post-single {
    width: 100%;
    float: right;
    display: flex;
    padding: 28px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.single .main-single .post-single header {
    width: 60%;
    float: right;
}

.single .main-single .post-single header h1 {
    width: 100%;
    margin: 0 0 20px 0;
    padding-right: 10px;
    font-size: 19px;
    line-height: 30px;
    float: right;
    text-align: right;
    border-right: 3px solid #ddd;
}

.single .main-single .post-single .excerpt-single {
    float: right;
    width: 100%;
    text-align: justify;
    position: relative;
}

.single .main-single .post-single .excerpt-single p {
    float: right;
    width: 95%;
    line-height: 25px;
    font-size: 14px;
    color: #898484;
    text-align: justify;
}

.single .main-single .post-single .excerpt-single:before {
    content: '';
    height: 320px;
    z-index: -28;
    border-radius: 40% 3px 3px 40%;
    width: 70%;
    right: -13px;
    top: 0;
    position: absolute;
    background: linear-gradient(213deg, #7d85ed2e, #8a91eb0d, #ffffff05);
}

.single .main-single .post-single .thumbnaill {
    float: left;
    display: inline-block;
    width: 40%;
}

.single .main-single .post-single .thumbnaill figure img {
    height: auto;
    float: left;
    width: 100%;
    border-radius: 10px;
}

.single .main-single .post-single .thumbnaill figure {
    position: relative;
    float: right;
}

.single .main-single .post-single .thumbnaill .meta-single {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(389deg, #ffffff4a, #ffffffeb, #ffffffdb, #ffffff00);
    text-align: center;
    padding: 5px;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.single .main-single .post-single .thumbnaill .meta-single .meta-post {
    display: inline-block;
    padding: 0 10px 0 0;
}

.single .main-single .post-single .thumbnaill .meta-single .meta-post i {
    font-size: 17px;
    color: #c5c7d3;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-left: 5px;
}

.single .main-single .post-single .thumbnaill .meta-single .meta-post i#fire-icon {
    color: #ff0404;
}

.website-counter {
    color: #fff !important;
}

.single .main-single .post-single .thumbnaill .meta-single .meta-post span {
    font-size: 15px;
    color: #182f58;
    font-weight: bold;
}

.single .main-single .post-single .thumbnaill .meta-single .meta-post span a {
    text-decoration: none;
    color: #182f69;
}

.single .main-single .post-single .content-single {
    float: right;
    width: 60%;
    line-height: 28px;
    padding: 13px 16px;
    text-align: justify;
    font-weight: 700;
    border-radius: 15px;
    margin: 15px 0;
}

.single .main-single .post-single .content-single img {
    border-radius: 25px;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 30px auto;
    display: block;
}

.single .main-single .post-single .content-single h2 {
    position: relative;
    z-index: 1;
    margin: 25px 0;
    display: inline-block;
}

.single .main-single .post-single .content-single h2:before {
    content: ' ';
    position: absolute;
    right: -10px;
    top: -3px;
    background: rgb(123 131 223 / 32%);
    float: right;
    width: 31px;
    z-index: 0;
    height: 30px;
    border-radius: 8px;
    animation: h1-animation 5s ease-in-out infinite;
    transition: all 10s ease-in-out;
    -webkit-transition: all 10s ease-in-out;
}

@keyframes h1-animation {
    0% {
        transform: scale(10%);
        border-radius: 50%;
    }
    50% {
        transform: scale(100%) rotate(45deg);
        border-radius: 5px;
    }

    100% {
        transform: scale(10%) rotate(0);
        border-radius: 50%;
    }

}

/*end article single page */
/*start page code*/
.page {
    width: 100%;
    float: right;
}

.page .main-page {
    width: 100%;
    float: right;
}

.page .main-page .post-page {
    width: 100%;
    float: right;

}

.page .main-page .post-page header {
    float: right;
    width: 50%;
}

.page .main-page .post-page header p {
    position: relative;
}

.page .main-page .post-page header p:before {
    content: '';
    height: 100%;
    z-index: -28;
    border-radius: 40% 3px 3px 40%;
    width: 70%;
    right: -13px;
    top: 0;
    position: absolute;
    background: linear-gradient(213deg, #7d85ed2e, #8a91eb0d, #ffffff05);
}

.page .main-page .post-page header p {
    float: right;
    width: 98%;
    position: relative;
    text-align: justify;
}

.page .main-page .post-page header h1 {
    text-align: right;
    padding: 11px;
    border-radius: 0 0 20px 20px;
    font-size: 50px;
    margin: 15px 0 15px;
    float: right;
    position: relative;
    font-weight: 900;
    color: var(--main-color);
}

.page .main-page .post-page header h1:before {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: -1%;
    background: linear-gradient(45deg, #f2dac7, #f1d9cb6b, #22202000);
    float: right;
    z-index: 0;
    height: 10px;
    border-radius: 8px;
    transition: all 10s ease-in-out;
    animation: 2s linear infinite animate-befors-h1-page;
}

@keyframes animate-befors-h1-page {
    0% {
        width: 5%;
    }
    50% {
        width: 30%;
    }
    70% {
        width: 50%;
    }
    90% {
        width: 30%;
    }
    100% {
        width: 5%;
    }
}

.page .main-page .post-page .thumbnaill-page {
    width: 50%;
    padding: 11px;
    float: left;
    margin: 35px 0;
}

.page .main-page .post-page .thumbnaill-page figure img {
    max-width: 100%;
    display: block;
    height: auto;
    border-radius: 20px;
}

.page .main-page .post-page .thumbnaill-page .meta-page {
    display: flex;
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    bottom: 5%;
    right: 0;
    float: right;
    text-align: center;
    left: 0;
}

.page .main-page .post-page .thumbnaill-page .meta-page .meta-back {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.page .main-page .post-page .thumbnaill-page .meta-page .meta-post-page {
    float: right;
    padding: 0 10px;
}

.page .main-page .post-page .thumbnaill-page .meta-page .meta-post-page i {
    color: #ffffff;
    font-size: 22px;
    background: #d3d3d3;
    padding: 10px;
    border-radius: 40%;
}

.page .main-page .post-page .thumbnaill-page .meta-page .meta-post-page span {
    font-size: 14px;
    padding: 7px 5px;
    float: left;
    font-weight: bold;
    color: #050505;
}

.page .main-page .post-page .content-page {
    width: 100%;
    float: right;
    padding: 10px;
    text-align: justify;
}
.page .main-page .post-page .content-page #customer_details {
    float: right;
    width: 50%;
}
.page .main-page .post-page .content-page p {
    font-size: 13px;
    line-height: 25px;
}
.page .main-page .post-page .content-page p#billing_first_name_field {
    float: right;
    width:100%;
}

.page .main-page .post-page .content-page p#billing_last_name_field {
    float: right;
    width:100%;
}


.page .main-page .post-page .content-page p#billing_company_field {
    float: right;
    width:100%;
}
.page .main-page .post-page .content-page p#billing_country_field {
    float: right;
    width:100%;
}
.page .main-page .post-page .content-page p#billing_address_1_field {
    float: right;
    width:100%;
}
.page .main-page .post-page .content-page p#billing_address_2_field {
    float: right;
    width:100%;
}
.page .main-page .post-page .content-page p#billing_city_field {
    float: right;
    width:100%;
}
.page .main-page .post-page .content-page p#billing_state_field {
    float: right;
    width:100%;
}
.page .main-page .post-page .content-page p#billing_postcode_field {
    float: right;
    width:100%;
}
.page .main-page .post-page .content-page p#billing_phone_field {
    float: right;
    width:100%;
}
.page .main-page .post-page .content-page p#billing_email_field {
    float: right;
    width:100%;
}
.page .main-page .post-page .content-page p#order_comments_field {
    float: right;
    width: 100%;
}
.page .main-page .post-page .content-page p#order_comments_field textarea {
    max-width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 53%;
    float: right !important;
}
.page .main-page  #order_review{
    width: 48%;
    float: left !important;
}
h3#order_review_heading {
    width: 48%;
    float: right;
}
@media screen and (max-width: 900px ){
    .page .main-page .post-page .content-page #customer_details {
        float: right;
        width: 100%;
    }
    .page .main-page  #order_review{
        width: 100%;
        float: left !important;
    }
    h3#order_review_heading {
        width: 100%;
        float: right;
    }
}

.page .main-page .post-page .content-page h2 {
    width: 100%;
    text-align: center;
    z-index: -1;
    font-weight: bold;
    padding: 25px 0;
    position: relative;
    color: var(--main-color);
}

.page .main-page .post-page .content-page h2:before {
    content: '';
    width: 5%;
    border-radius: 10px;
    bottom: 18px;
    height: 5px;
    position: absolute;
    text-align: center;
    background: #f2dac7;
}
/*end page code*/
/*start woocommerce code*/
.product_single .product_contect {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.product_single .product_contect .galery-product {
    display: inline-block;
    width: 35%;
    padding: 40px 0;
}

.product_single .product_contect .galery-product figure {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
}

.product_single .slider-gallery {
    float: right;
    width: 100%;
    direction: ltr;
}

.product_single .product_contect .slider-gallery .item img {
    max-width: 100%;
    transform: scale(0.8);
}

.product_single .slider-gallery .owl-nav {
    position: absolute;
    bottom: 1%;
    font-family: "Font Awesome 5 Pro";
    width: 100%;
    display: flex;
    justify-content: center;
}

.product_single .slider-gallery .owl-nav .owl-prev {
    font-size: 40px;
    background: #f7f7f7;
    left: 1%;
    border-radius: 30%;
    color: #303841;
    padding: 0 10px !important;
}

.product_single .slider-gallery .owl-nav .owl-next {
    font-size: 40px;
    border-radius: 30%;
    background: #f7f7f7;
    right: 1%;
    color: #303841;
    padding: 0 10px !important;
}

.product_single .slider-gallery .owl-nav .owl-next:hover, .product_single .slider-gallery .owl-nav .owl-prev:hover {
    background: none;
    color: #1c3146;
}

.product_single .product_contect .galery-product figure p {
    position: absolute;
    background: #dddddd;
    top: -14px;
    font-size: 20px;
    padding: 10px 10px;
    color: #ff0000;
    font-weight: 800;
    text-align: right;
    right: -2%;
    z-index: 2;
    border-radius: 5px;
}

.product_single .product_contect .galery-product img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.product_single .product_contect .title-product {
    padding: 40px 0;
    float: right;
    width: 40%;
}

.product_single .product_contect .title-product header h1 {
    padding-right: 12px;
    font-size: 18px;
    margin-right: 25px;
    position: relative;
    color: var(--main-color);
}

.product_single .product_contect .title-product header h1:before {
    content: '';
    width: 40%;
    border-radius: 10px;
    height: 15%;
    bottom: -10px;
    right: 10px;
    background: linear-gradient(45deg, #e9874182, transparent);
    position: absolute;
}

.product_single .product_contect .title-product header h1:after {
    content: '';
    width: 90%;
    border-radius: 10px;
    height: 15%;
    bottom: -10px;
    right: -14px;
    background: linear-gradient(45deg, #f167055c, #f1393900);
    position: absolute;
}

.product_single .product_contect .additional-products {
    margin-top: 25px;
    padding-right: 12px;
    margin-right: 25px;
}

.product_single .product_contect .additional-products .product-ficher {
    float: right;
    width: 100%;

}

.product_single .product_contect .additional-products label {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
    padding: 0 10px;
}

.product_single .product_contect .additional-products .product-ficher i {
    float: right;
    padding: 7px;
    font-size: 20px;
    color: rgba(205, 205, 205, 0.73);
}

.product_single .product_contect .product-ficher:first-child {
    margin-top: 20px;
}

.product_single .product_contect .product-ficher span {
    padding: 8px 5px;
    float: right;
    font-size: 15px;
    color: var(--main-color);
}

.product_single .product_contect .title-product .excerpt-products {
    font-size: 15px;
    margin-right: 40px;
    position: relative;
    background: #ffffff57;
    color: var(--main-color);
    float: right;
    width: 85%;
    border-radius: 5px;
    padding: 7px 4px;
}

.product_single .product_contect .aditional-card-product {
    margin: 40px 0;
    float: right;
    width: 25%;
    height: fit-content;
    background: #ffffff73;
    padding: 10px;
    border-radius: 5px;
    border: 0.5px solid rgba(221, 221, 221, 0.55);
}
.product_single .product_contect .aditional-card-product .in-stock {
    padding: 5px;
    width: fit-content;
    background: #ef4056;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 5px;
}
.product_single .product_contect .aditional-card-product .in-stock:before {
    content: "\f480";
    font-family: FontAwesome;
    padding: 3px 3px 3px 0;
    float: right;
    margin-left: 7px;
    border-radius: 10px;
    transform: scale(.9);
    font-size: 11px;
}
.product_single .product_contect .aditional-card-product .buttom-add-cart {
    display: block;
    float: right;
    width: 100%;
}

.product_single .product_contect .aditional-card-product .buttom-add-cart input[type="number"] {
    margin: 0 !important;
    color: #002e44;
    border-radius: 0;
    width: 15% !important;
    font-weight: 900;
    text-align: center;
    box-shadow: none !important;
}

.product_single .product_contect .aditional-card-product .buttom-add-cart button {
    display: block;
    text-align: center;
    float: left;
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
    width: 65%;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    background: #ef4056;
    font-family: IRANYekanX;
}

.product_single .product_contect .aditional-card-product .buttom-add-cart .minus {
    width: 9%;
    float: right;
    font-size: 25px;
    padding: 2px 5px 1px 5px;
    border-radius: 0 5px 5px 0;
    margin: 0;
    color: var(--main-color);
    background: #8f8f8f21;
    border: none;
    cursor: pointer;
}

.product_single .product_contect .aditional-card-product .buttom-add-cart .minus:hover, .product_single .product_contect .aditional-card-product .buttom-add-cart .plus:hover {
    background: #d7d7d7;
}

.product_single .product_contect .aditional-card-product .buttom-add-cart .plus {
    width: 9%;
    float: right;
    cursor: pointer;
    font-size: 20px;
    padding: 5px 5px 6px 5px;
    color: var(--main-color);
    margin: 0;
    background: #8f8f8f21;
    border-radius: 5px 0 0 5px;
    border: none;
}

.product_single .product_contect .aditional-card-product .variable-add-cart {
    border-top: 1px solid #dddddd;
    padding: 10px 5px;
}

.product_single .product_contect .aditional-card-product label {
    float: right;
    padding: 5px 0 0 15px;
    color: #1b3045;
}

.product_single .product_contect .aditional-card-product td.value {
    padding: 10px 5px;
}

.product_single .product_contect .aditional-card-product .woocommerce-variation-price {
    float: right;
    width: 100%;
    padding: 10px;
    display: flex;
    border-radius: 10px;
    background: #afb1ff45;
    justify-content: space-around;
    margin: 5px 0;
}

.product_single .product_contect .aditional-card-product .woocommerce-variation-price ins {
    text-decoration: none;
    font-size: 23px;
    font-weight: 500;
    color: var(--main-color);
}

.product_single .product_contect .aditional-card-product .woocommerce-variation-availability {
    padding: 5px 0;
    margin: 5px 0;
}

.product_single .product_contect .aditional-card-product .woocommerce-variation-availability p {
    background: #dddddd;
    padding: 5px;
    color: var(--main-color);
    display: table;
    border-radius: 4px;
}

.product_single .product_contect .aditional-card-product .woocommerce-variation-price del {
    text-decoration: none;
    font-weight: 200;
    position: relative;
}

.product_single .product_contect .aditional-card-product .woocommerce-variation-price del:before {
    content: '';
    background: #7e7e7e;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 45%;
    transform: rotate(347deg);
}

.product_single .product_contect .aditional-card-product .woocommerce-variation-price > bdi {

}

.product_single .product_contect .aditional-card-product a.reset_variations {
    float: right;
    text-decoration: none;
    color: var(--main-color);
    background: #ddd;
    border-radius: 3px;
    padding: 5px;
    margin-top: 5px;
    position: relative;
    display: none !important;
}

.product_single .product_contect .aditional-card-product a.reset_variations:before {
    content: '';
    background: #dddddd;
    height: 40%;
    transform: rotate(45deg);
    width: 19%;
    position: absolute;
    border-radius: 4px;
    right: 37%;
    top: -19%;
}

.product_single .product_contect .aditional-card-product td.value .cfvsw-swatches-container {

}

.product_single .product_contect .aditional-card-product td.value .cfvsw-swatches-container .cfvsw-swatches-option {
    min-width: 30px !important;
    min-height: 29px !important;
    border-radius: 15px !important;
}

.product_single .product_contect .aditional-card-product td.value .cfvsw-swatches-container .cfvsw-swatches-option .cfvsw-tooltip {
    font-weight: 800;
    border-radius: 5px;
    background: #ef4056;
    color: #ffffff;
}

.product_single .product_contect .aditional-card-product td.value .cfvsw-swatches-container .cfvsw-swatches-option .cfvsw-tooltip:before {
    background: #ef4056;
    border-radius: 3px;
    border: none;
}


.product_single .product_contect .aditional-card-product .buttom-add-cart input[type="number"] {
    width: 15%;
    float: right;
    margin: 0 10px;
    background: #ffffff57;
}

.product_single .product_contect .aditional-card-product .product-rating {
    display: flex;
    float: right;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 15px 10px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.product_single .product_contect .aditional-card-product .product-rating .star-rating {
    padding: 0;
    color: #1f5e78;
}

.add-to-cart-popup-vraibel {
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 5px #ada7a7;
    z-index: 999;
    right: 0;
    left: 0;
    width: 100%;
    display: none;
    padding: 15px;
}

.add-to-cart-popup-vraibel button {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    width: 75%;
    padding: 8px;
    border-radius: 5px;
    font-weight: bold;
    background: #ef4056;
    font-family: IRANYekanX;
}

.add-to-cart-popup-vraibel input[type="number"] {
    width: 15%;
    float: right;
    margin: 0 10px;
}

.add-to-cart-popup-vraibel a {
    display: none;
}

.add-to-cart-popup-vraibel label {
    padding: 8px 0 10px 15px;
}

.add-to-cart-popup-vraibel .woocommerce-variation-availability {
    display: none;
}


.comment-text p {
    padding: 3px 10px !important;
}

.product_single .product_contect .aditional-card-product .product-rating .star-ratings {
    margin: -5px 0;
    color: #fa9773;
}

.woocommerce .star-rating span {
    color: #fa9773;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    border-bottom: 1px solid #ddd;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 20px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border-radius: 10px;
    padding: 0;
    border: none;
}

.product_single .product_contect .aditional-card-product .shop-name {
    display: flex;
    padding-top: 5px;
    float: right;
    width: 100%;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
}

.product_single .product_contect .aditional-card-product .shop-name p {
    float: right;
    width: 40%;
    font-size: 18px;
    color: var(--main-color);
    border-left: 1px solid #ddd;
}
.product_single .product_contect .aditional-card-product .shop-name a {
    color: var(--main-color);
    text-decoration: none;
    font-size: 15px;
    padding: 3px 0 0;
    width: 40%;
    font-weight: bold;
    text-align: center;
    -moz-font-feature-settings: "ss04";
    -webkit-font-feature-settings: "ss04";
    font-feature-settings: "ss04";
}

.product_single .product_contect .aditional-card-product .catigory-product {
    display: block;
    float: right;
    width: 100%;
}


.product_single .product_contect .aditional-card-product .catigory-product span {
    text-align: right;
    display: block;
    padding: 10px 10px;
    color: #013466;
}

.product_single .product_contect .aditional-card-product .catigory-product span i {
    font-size: 20px;
    float: right;
    display: flex;
    height: 100%;
    padding-left: 10px;
    align-items: center;
}

.product_single .product_contect .aditional-card-product .catigory-product span a {
    text-decoration: none;
    color: #013466;
    background: #dddddd4a;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 2px;
}

.product_single .product_contect .aditional-card-product .garanti-name {
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    color: #013466;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    float: right;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.product_single .product_contect .aditional-card-product .garanti-name i {
    float: right;
    font-size: 24px;
    padding-left: 10px;
    color: #afb1ff;
    order: -1;
}

.product_single .product_contect .aditional-card-product .send_product_radio {
    float: right;
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #013466;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
    align-items: center;
}

.product_single .product_contect .aditional-card-product .send_product_radio i {
    float: right;
    font-size: 23px;
    order: -1;
    padding-left: 10px;
    color: #afb1ff;
}

.product_single .product_contect .aditional-card-product .pricer {
    float: right;
    width: 100%;
    padding: 10px;
    display: block;
    border-radius: 10px;
    background: #afb1ff45;
}

.product_single .product_contect .aditional-card-product .pricer .price-title {
    float: right;
    width: 25%;
    text-align: center;
    padding: 17px 0;
    color: var(--main-color);
    border-left: 2px solid #fff;
    font-size: 20px;
}

.product_single .product_contect .aditional-card-product .pricer > p {
    width: 54%;
    float: right;
    text-align: center;
}

.product_single .product_contect .aditional-card-product .pricer del {
    text-decoration: none;
    font-weight: bold;
    color: #08070775;
}

.product_single .product_contect .aditional-card-product .pricer ins {
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    color: #153e66;
}

.product_single .product_contect .aditional-card-product .pricer .pricer-doolar {
    width: 20%;
    float: left;
    padding: 11px 0;
}

.product_single .product_contect .aditional-card-product .pricer .pricer-doolar p {
    text-align: center;
    font-size: 20px;
    color: var(--main-color);
}

.pricer .price > .woocommerce-Price-amount bdi {
    padding: 10px 0;
    float: right;
    text-align: center;
    font-weight: 900;
    display: block;
    width: 100%;
    color: var(--main-color);
    font-size: 26px;
}

.pricer .price > .woocommerce-Price-amount bdi.dark {
    color: #ffffff;
}

.pricer .price .woocommerce-Price-amount span.woocommerce-Price-currencySymbol {
    display: none;
}
.product_single .product_contect .aditional-card-product .coloffer {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: space-between;
}

.product_single .product_contect .aditional-card-product .coloffer p {
    float: right;
    padding: 8px 0;
    font-size: 18px;
    color: #ef4056;
}

.product_single .product_contect .aditional-card-product .coloffer h5 {
    float: right;
    width: 68%;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #013466;
}

.woocommerce-pagination {
    float: right;
    width: 100%;
    text-align: center;
    display: flex;
    padding: 15px;
    justify-content: center;
}
.woocommerce-pagination li {
    list-style: none;
    float: right;
    text-align: center;
    background: #fff;
    margin: 0 10px;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.woocommerce-pagination li:hover {
    box-shadow: 0 0 5px #ddd9db;
    border: none;
}
.woocommerce-pagination li a {
    color: #303841;
    text-decoration: none;
}
.product_single .product_contect .content-pro {
    width: 100%;
    display: inline-block;
}
.digcon input[type="text"] {
    padding: 11px;
    font-family: 'IRANYekanX';
    text-align: center;
    border-radius: 7px;
    width: 100%;
    margin: 0;
}
.regester-workut  input[type="text"]:focus {
    outline:none;
}
.regester-workut  input[type="text"] {
    padding: 11px;
    font-family: 'IRANYekanX';
    text-align: center;
    border-radius: 7px;
    width: 100%;
    margin: 0;
}
#wp_bb_log_submit, .bbp-login-form label, .register input[type=submit] {
    padding: 10px 0;
    color: #FFFFFF;
    background: #27AE60;
    font-family: 'IRANYekanX';
}

.product_single .product_contect .content-pro h2 {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    display: inline-block;
    color: #303841;
}
.product_single .product_contect .content-pro p {
    text-align: justify;
    padding: 10px 10px;
    line-height: 26px;
    font-weight: 700;
}

.product_single .product_contect .content-pro p img {
    text-align: center;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}



.product_single .product_contect .content-pro .content-video-product {
    float: right;
    width: 50%;
    margin-left: 30px;
    font-weight: 700;
    line-height: 30px;
    padding: 5px 21px;
    text-align: justify;
    position: relative;
}

.product_single .product_contect .content-pro .video-product {
    float: left;
    width: 49%;
}

.product_single .product_contect .content-pro .content-video-product:before {
    content: '';
    width: 60%;
    height: 369px;
    background: linear-gradient(188deg, #4f72f33b, #b4c5ff2b,#b4c5ff00, transparent);
    position: absolute;
    z-index: -1;
    border-radius: 50% 3% 3% 50%;
}

/*end woocommerce code*/

.box-timer {
    font-family: 'IRANYekanX';
    float: right;
    position: absolute;
    display: flex;
    background: #ddd;
    border-radius: 5px 5px 5px 0;
    left: -2%;
    top: -15px;
    z-index: 1;
    align-items: center;
    justify-content: space-evenly;
}

.box-timer:before {
    content: '';
    position: absolute;
    left: 0;
    box-shadow: inset 1px 3px 9px -5.5px #101010;
    bottom: -8px;
    background: #dddddd;
    border-radius: 0% 0% 0% 88%;
    height: 8px;
    width: 10px;
}

.mox-img-offer-timer {
    right: -65px;
    top: 18px;
    width: 50%;
    order: -1;
    display: flex;
    z-index: 1;
    justify-content: space-evenly;
}

.mox-img-offer-timer img {
    max-width: 100% !important;
    float: left;
    padding-right: 5px;
    animation: 5s animateimgopacete infinite;
}

@keyframes animateimgopacete {
    0% {

    }
    50% {
        filter: blur(0px) grayscale(0);
    }
    70% {
        filter: grayscale(99);
    }
    80% {
        filter: grayscale(0);
    }
    100% {
        filter: grayscale(0);
    }
}

#timer {
    font-size: 10px;
    width: 180%;
    color: #1c1b1b;
    text-align: center;
    letter-spacing: -1px;
    margin: 0px 15px;
    padding: 10px 0;
    border-radius: 10px;
    animation: 5s animateimgopacete infinite;
    position: relative;
}

#timer span {
    font-size: 21px;
    color: #787777;
    padding: 0 5px;
}

#timer span:first-child {
    margin-left: 0;
}

.vidios-product figure {
    width: 100% !important;
    text-align: center;
    height: fit-content !important;
    overflow: hidden !important;
}
.vidios-product figure video {
    border-radius: 10px;
    box-shadow: 0 0 5px #ddd;
}
.vidios-product figure img {
    max-width: 100%;
    height: auto;
}

.box-timer-update #timer {
    background: none;
    color: #9f9e9e;
    text-align: right;
}

.box-timer-update #timer span {
    background: none;
    font-size: 30px;
    color: var(--main-color);
    font-weight: 900;
}

/**start categore style**/
.category {

}

.category .category-heads {
    text-align: center;
}

.category .category-heads h1 {
    border-bottom: 2px solid #7b89e7;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    padding: 10px 80px;
}

.category .item-category {
    float: right;
    width: 100%;
}

.category .item-category .item {
    float: right;
    width: 100%;
    border-bottom: 1px solid #1e244e;
}

.category .item-category :last-child {
    border-top: none;
}

.category .item-category .img-categor {
    float: right;
    width: 50%;
    padding: 10px;
}

.category .item-category img {
    float: right;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.category .item-category .dittels-categor {
    width: 49%;
    float: left;
}

.category .item-category .dittels-categor h2 {
    font-size: 18px;
    border-bottom: 1px solid;
    width: 100%;
    padding: 10px 0;
    color: #013466;
}

.category .item-category .dittels-categor p {
    font-size: 11px;
    background: #fff;
    padding: 0 10px;
    text-align: justify;
    line-height: 22px;
}

.category .item-category .dittels-categor a {
    display: block;
    background: #dddee1;
    color: #303030;
    margin-top: 5px;
    text-align: center;
    padding: 9px;
    text-decoration: none;
    border-radius: 0 0 10px 10px;
}

.pagenation {
    float: right;
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.pagenation span {
    padding: 8px 12px;
    background: #ffabab;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
}

.pagenation a:hover {
    background: #3d478b;
}

.pagenation a {
    padding: 8px 10px;
    background: #ddd;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.pagenation a.next {
    padding: 8px 8px;
    background: #ddd;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.pagenation a.prev {
    padding: 0 15px;
    background: #ddd;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.pagenation a.next:hover, .pagenation a.prev:hover {
    background: #3d478b;
}

/**end categore style**/
/**start notifacation pro**/
.notification-product {
    float: right;
    display: flex;
    justify-content: space-between;
    position: fixed;
    right: 2%;
    color: #16185c;
    bottom: 2%;
    filter: drop-shadow(0 0 1px #16185c);
    z-index: 999;
}

.notification-product a {
    text-decoration: none;
}

.notification-product .woocommerce-message::before {
    color: #1e244e;
    font-size: 40px;
    top: 10px;
    right: 5px;
    display: none;
}

.notification-product .woocommerce-message {
    border-top-color: #8fae1b;
    text-align: center;
    font-size: 16px;
    background: #eaebee;
    color: #1e244e;
    border-top: none;
    position: relative;
    padding: 1em 0 1em 2em;

}

.notification-product .woocommerce-message .button {
    float: left;
    text-decoration: none;
    margin: -5px;
    color: #24236261;
    padding: 5px;
    font-weight: bold;
    background: #ffffff;
    border-radius: 4px;
}

.notification-product .woocommerce-message .button:hover {
    color: #242362;
}

.notification-product .woocommerce-message::after {
    content: "";
    width: 20px;
    height: 20px;
    bottom: -10px;
    z-index: -5;
    left: 50%;
    text-align: center;
    display: inline-block;
    position: absolute;
    transform: rotate(45deg);
    border-radius: 6px;
    background: rgb(239, 64, 86);
}

.woocommerce-message::before {
    color: #1e244e;
    font-size: 40px;
    top: 10px;
    right: 5px;
}

.woocommerce-message a {
    text-decoration: none;
    color: #1e244e;
}

.woocommerce-message {
    border-top-color: #8fae1b;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    background: #eaebee;
    color: #1e244e;
    border-top: none;
    position: relative;
}

.woocommerce-message .button {
    float: left;
    text-decoration: none;
    color: #24236261;
    padding: 5px;
    font-weight: bold;
    background: #ffffff;
    border-radius: 10px;
}

.woocommerce-message .button:hover {
    color: #242362;
}

.woocommerce p.cart-empty {
    border-top-color: #8fae1b;
    font-size: 16px;
    border-radius: 5px;
    background: #eaebee;
    color: #1e244e;
    border-top: none;
    position: relative;
}

.woocommerce p.cart-empty::before {
    color: #fff;
    font-size: 20px;
}

.return-to-shop a.button {
    padding: 15px;
    background: #eaebee
}

.return-to-shop a.button:hover {
    background: #bcc3d9;
}

/**end notifacation pro**/

/**start shop per-page **/
.item-shoping {
    float: right;
    width: 25%;
}

.orderby {
    display: none;
}

.woocommerce-products-header {
    position: relative;
}

.woocommerce-products-header h1 {
    text-align: center;
    width: 100%;
    background: none;
    color: #ef394e;
    flex-wrap: wrap;
    font-weight: revert;
    height: 100%;
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 0;
    right: 0;
    align-content: center;
}

.woocommerce-products-header .header-shop-cource {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin: auto;

}

.woocommerce-products-header .term-description {
    position: absolute;
    top: 55%;
    width: 100%;
    display: flex;
    right: 0;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

.woocommerce-products-header .term-description p {
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    color: #ef394e;
    border-radius: 10px 0 0 10px;
    box-shadow: inset 0 0 30px #fff;
    border-right: none;
}

.woocommerce-products-header .header-shop-cource figure {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    max-height: 100px;
}

.woocommerce-products-header .header-shop-cource img#right-img-header {
    filter: opacity(0.3);
    zoom: 1.5;
    background: #fff;
}

.woocommerce-products-header .header-shop-cource img#left-img-header {
    filter: opacity(0.3);
    zoom: 1.5;
    background: #fff;
    z-index: -1;
}

.woocommerce-breadcrumb {
    width: 100% !important;
    text-align: center !important;
    background: #e1e1e1;
    font-size: 22px;
    position: relative;
    color: #ff7c94;
}

.woocommerce-breadcrumb a {
    text-decoration: none;
    background: #e1e1e1;
    color: #2c316e;
    border-radius: 35px;
    padding: 0 7px;
}

.item-shoping > .item-shop-slider {
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.item-shoping > .item-shop-slider .item {
    width: 100%;
    margin: 0;
    border-radius: 6px;
    border: 1px solid #e5dfdf;
    border-left: none;
    border-bottom: none;
    transition: all .3s ease-in-out;
}

.item-shoping > .item-shop-slider .item:hover {
    box-shadow: 0 5px 21px #b5b0b0;
    z-index: 1;
}

.woocommerce-result-count {
    text-align: center;
    background: #f1f2f4;
    padding: 4px;
    font-weight: bold;
    font-size: 17px;
    color: #ff6767;
    box-shadow: 0 0 5px #e3e3e3;
}

/**end shop per-page **/

/**start code accounts**/
.woocommerce-MyAccount-navigation {
    float: right;
    width: 20%;
    background: #0002000a;
    padding: 10px;
    border-radius: 25px;
}

.woocommerce-MyAccount-navigation ul li {
    text-align: center;
    list-style: none;
    margin: 5px 0;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #013466;
    font-weight: bold;
    text-decoration: none;
    background: #ffffff38;
    border-radius: 10px;
    display: block;
    padding: 10px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: rgba(255, 255, 255, 0.35);
}

.woocommerce-MyAccount-navigation ul li:last-child a {
    background: #fd7474;
    color: #FFFFFF;
    margin: 14px 50px;
}

.woocommerce-MyAccount-content {
    float: left;
    width: 79%;
    background: #ffffff85;
    padding: 10px 20px;
    border-radius: 15px;
}

/**ens code panel accounts**/
/**start account code**/
.page .main-page .post-page .content-page {
    position: relative;
}


.instagram-account {
    float: right;
    width: 49%;
    text-align: center;
    background: #ededed;
    padding: 10px;
    border-radius: 10px;
}

.instagram-account i {
    font-size: 40px;
    color: #ffffff;
    background: linear-gradient(45deg, #e93939, #c52ceba1);
    padding: 10px 20px;
    border-radius: 10px;
}

.instagram-account h3 {
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: #df558f;
}

.instagram-account a {
    width: 100%;
    background: linear-gradient(45deg, #eb5454, #ee49f9a6);
    display: block;
    padding: 2px;
    color: #fff;
    float: right;
    border-radius: 6px;
    margin: 0 0;
    text-decoration: none;
    font-size: 20px;
}

.telegram-account {
    float: left;
    width: 49%;
    text-align: center;
    background: #ededed;
    padding: 10px;
    border-radius: 10px;
}

.telegram-account i {
    font-size: 40px;
    color: #ffffff;
    background: linear-gradient(45deg, #3998e9, #10ffde);
    padding: 10px 20px;
    border-radius: 10px;
}

.telegram-account h3 {
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: #2bc0cf;
}

.telegram-account a {
    width: 100%;
    background: linear-gradient(45deg, #4b49ff, #00ffffa6);
    display: block;
    padding: 2px;
    color: #fff;
    float: right;
    border-radius: 6px;
    margin: 0 0;
    text-decoration: none;
    font-size: 20px;
}

.woocommerce-MyAccount-content .woocommerce-Message--info {
    border-top-color: #8fae1b;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    background: #eaebee;
    color: #1e244e;
    border-top: none;
    position: relative;
}

.woocommerce-MyAccount-content .woocommerce-Message--info:before {
    color: #1e244e;
    font-size: 29px;
    top: 18px;
    right: 14px;
}

.woocommerce form .form-row input[type="text"], select, input[type="tel"], input[type="email"], input[type="password"], input[type="number"], textarea {
    padding: 10px;
    border-radius: 5px;
    outline: none !important;
    font-family: IRANYekanX;
    border: none;
}

.woocommerce select {
    padding: 10px;
}

.woocommerce .select2-container--default .select2-selection--single {
    border: none !important;
}

.woocommerce .comment-form-comment label {
    padding: 8px 5px;
    display: block;
}

.woocommerce {
    font-family: IRANYekanX !important;
}

.woocommerce form .form-row select:focus {
    outline: none;
}

/**end account code**/
/**start code cart **/
.cart_item .product-thumbnail img {
    border-radius: 10px;
}

.woocommerce .cart .button {
    font-family: IRANYekanX;
    color: #1e244e;
}

.woocommerce a.button.alt {
    background: #dddddd3d;
    padding: 17px;
    color: #1f3d5a;
    text-align: center;
}

.woocommerce a.button.alt:hover {
    background: #9da0a2;
    color: #FFFFFF;
}

.woocommerce .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: #8fae1b;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    background: #eaebee;
    color: #1e244e;
    border-top: none;
    position: relative;
}

.woocommerce-error, .woocommerce-info a {
    text-decoration: none;
    color: var(--main-color);
}

.woocommerce-error {
    position: relative;
}

.woocommerce-error, .woocommerce-info:before {
    color: var(--main-color);
    font-size: 13px;
    top: 18px;
    right: 14px;
}

.woocommerce-error:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0%;
    background: #27ae60;
    top: 0;
    right: 0;
    animation: ease-in-out 15s after-0-and-100;
}

@keyframes after-0-and-100 {
    0% {
        width: 0%;
    }
    0% {
        width: 100%;
    }
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #ddd;
    color: #013466;
}

.woocommerce .woocommerce-checkout-payment label, .woocommerce .woocommerce-checkout-payment p {
    color: #FFFFFF;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover {
    background: #ffffff4a;
    color: #FFFFFF;
    padding: 15px;
}

.fullwhidth {
    width: 100%;
}

#comments p.woocommerce-noreviews {
    text-align: center;
}

.woocommerce #review_form #respond p {
    text-align: right;
}
.woocommerce-Reviews #comments, #review_form_wrapper {
    text-align: right;
    width: 49%;
}
@media screen and (max-width: 900px ){
    .woocommerce-Reviews #comments, #review_form_wrapper {
        width: 100%;
    }
}
.woocommerce-Reviews {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.woocommerce-Reviews #comments {
    width: 50%;
    text-align: right;
}
.woocommerce #reviews #comments h2 {
    padding-bottom: 15px;
}
p.stars span a {
    font-size: 25px;
    color: #fa9773;
}

.woocommerce #review_form #respond .form-submit input {
    padding: 1% 6%;
    font-size: 21px;
    color: #211d58;
    background: #e7e8eb;
    font-family: IRANYekanX;
}

.woocommerce #review_form #respond textarea:focus {
    outline: none;
}

.slider-blog {
    margin: 20px;
}

/**end code cart **/

/**start hamegure menu**/
.hamburger {
    width: 100%;
    float: right;
    z-index: 9999999999;
    display: none;
    transition: all .3s ease-in-out;
}

.hamburger .hamburger-menu i {
    position: fixed;
    top: 1%;
    color: #ff6f6f26;
    font-size: 35px;
    left: 1%;
    transform: rotate(45deg);
    opacity: 1;
    visibility: visible;
    display: block;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.hamburger .hamburger-menu i:hover {
    transform: rotate(-45deg);
}

.hamburger .hamburger-menu {
    width: 100%;
    float: right;
    background: #fafafa;
    overflow: auto;
    position: fixed;
    right: 0;
    z-index: 9999999999;
    top: 0;
    padding: 3% 0;
    bottom: 0;
}

.hamburger .hamburger-menu .button {
    width: 100%;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 30px 0;
}

.hamburger .hamburger-menu .button .sigin {
    padding: 0 20px;
    border-left: 1px solid #ddd;
}

.hamburger .hamburger-menu .button .sigin a {
    text-decoration: none;
    color: var(--main-color);
    font-weight: 900;
    -moz-font-feature-settings: "ss04";
    -webkit-font-feature-settings: "ss04";
    font-feature-settings: "ss04";
}

.hamburger .hamburger-menu .button .login {
    padding: 0 20px;
}

.hamburger .hamburger-menu .button .login a {
    text-decoration: none;
    color: var(--main-color);
    font-weight: 900;
    -moz-font-feature-settings: "ss04";
    -webkit-font-feature-settings: "ss04";
    font-feature-settings: "ss04";
}

.hamburger .hamburger-menu .menu-hamber {
    float: right;
    width: 100%;
}

.hamburger .hamburger-menu .menu-hamber ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.hamburger .hamburger-menu .menu-hamber ul li {
    width: 100%;
    text-align: center;
    padding: 1px 0;
    list-style: none;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

.hamburger .hamburger-menu .menu-hamber ul li i {
    display: none;
}

.hamburger .hamburger-menu .menu-hamber ul li > a {
    text-decoration: none;
    color: var(--main-color);
    background: #4f61972e;
    display: block;
    font-weight: bold;
    width: 100%;
    padding: 5px;
    border-radius: 0;
    text-align: center;
}

.hamburger .hamburger-menu .menu-hamber ul li ul {
    opacity: 1;
    visibility: visible;
    position: inherit;
    padding: 2px 0;
    width: 100%;
    background: #fafafa;
}

.hamburger .hamburger-menu .menu-hamber ul li ul li a {
    background: #b8c0d138;
}

.hamburger .hamburger-menu .menu-hamber ul li ul li ul {
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.hamburger .hamburger-menu .menu-hamber ul li ul li ul li {
    width: 90%;
}

.hamburger .hamburger-menu .menu-hamber ul li ul li ul li a {
    width: 100%;
    background: #f2f3f5;
}

.hamburger .fa-chevron-down {
    opacity: 0;
    visibility: hidden;
    display: none;
}

p.comment-form-author, p.comment-form-email {
    float: right;
}

p.comment-form-author input[type="text"] {
    padding: 10px 17px;
    border-radius: 5px;
    outline: none;
    font-family: 'IRANYekanX';
    border: 1px solid #ddd;
}
.woocommerce #review_form #respond p {
    width: 100%;
    padding: 10px 0;
}

.name-accounts-3 {
    width: 180px !important;
}

.name-accounts {
    display: flex;
    flex-wrap: wrap;
    width: 19%;
    justify-content: center;
    -webkit-justify-content: center;
    align-content: center;
    -webkit-align-content: center;
    position: relative;
}

.name-accounts p {
    background: #f9f9f947;
    padding: 10px;
    border-radius: 10px;
    color: #ff87ae;
    cursor: pointer;
}

.name-accounts .menu-account {
    position: absolute;
    bottom: -180%;
    z-index: 8;
    background: #fff;
    text-align: center;
    width: 100%;
    box-shadow: 0 0 5px #c5c5c5;
    border-radius: 5px;
    padding: 5px 8px;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
}

.name-accounts:hover .menu-account {
    opacity: 1;
    visibility: visible;
    bottom: -140%;
}

.name-accounts .menu-account:before {
    content: ' ';
    width: 15px;
    z-index: 9;
    right: 0;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    top: -7px;
    border-radius: 5px;
    box-shadow: -2px -3px 5px #ddd;
    background: #ffffff;
    left: 0;
    margin: auto;
}

.name-accounts .menu-account a {
    display: block;
    text-decoration: none;
    color: #636364;
    font-weight: 800;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
    background: #f9f9f9;
    border-radius: 5px;
    margin: 5px 0;
    transition: all .1s ease-in-out;
}

.name-accounts .menu-account a#logout-a {
    background: #d02c21;
    color: #FFFFFF;
}

header .header .name-accounts .menu-account a:hover {
    background: rgba(1, 52, 102, 0.7);
    color: #FFFFFF;
}

/**start hamegure menu button**/
.name-accounts-hambergur {
    padding: 2% 0;
    text-align: center;
    background: #ededed;
    border-radius: 5px;
    margin: 10% 5px 5px;
}

.name-accounts-hambergur p {
    color: #1e255a;
    font-size: 15px;
}

.name-accounts-hambergur .menu-account-hambergur a {
    width: 45%;
    padding: 5px;
    font-weight: 900;
    display: inline-block;
    text-decoration: none;
    color: #1a1c5c;
    background: #ddd;
    margin: 5px;
    border-radius: 6px;
}

.name-accounts-hambergur .menu-account-hambergur a:hover {
    color: var(--main-color);
    background: #ddd;
}

.name-accounts-hambergur .menu-account-hambergur a#logout-a {
    background: #d02c21;
    color: #FFFFFF;
}


/**end hamegure menu button**/


/**start hamegure menu**/

/**start respunseve**/
@media screen and (max-width: 2000px) {
    .woocommerce-MyAccount-content .menus-woocommerce {
        display: none;
    }

    span#close-menu-woocommerce {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .single .main-single .post-single .thumbnaill .meta-single .meta-post span {
        font-size: 13px;
    }

    .single .main-single .post-single .excerpt-single p {
        font-size: 9px;
    }
}

@media screen and (max-width: 1070px) {
    .single .main-single .post-single .thumbnaill .meta-single .meta-post span {
        font-size: 11px;
    }

    .ads-one-item img {
        border-radius: 15px;
    }

    .item-shoping {
        width: 33%;
    }
}

@media screen and (max-width: 1000px) {
    .shop-sliders .offer-name img {
        max-width: 75% !important;
    }
}

@media screen and (max-width: 770px) {
    .shop-sliders .offer-name img {
        max-width: 82% !important;
    }
}

@media screen and (max-width: 750px) {
    .shop-sliders .item ins {
        font-size: 15px !important;
    }

    .shop-sliders .shop-post-off p {
        font-size: 10px !important;
    }

    .shop-sliders .item del {
        font-size: 10px !important;
    }

    .shop-sliders .offer-name img {
        max-width: 76% !important;
    }
}

@media screen and (max-width: 700px) {
    .shop-sliders .item ins {
        font-size: 16px !important;
    }

    .shop-sliders .offer-name img {
        max-width: 73% !important;
    }

    .shop-sliders .item del {
        font-size: 9px !important;
    }

    .shop-sliders .shop-post-off p {
        font-size: 9px !important;
    }
}

@media screen and (max-width: 650px) {
    .shop-sliders .shop-post-off {
        margin: 0 7px !important;
    }

    .shop-sliders .item del {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 600px) {
    .shop-sliders .offer-name img {
        max-width: 97% !important;
    }

    .shop-sliders .offer-name a {
        font-size: 10px;
    }

    .shop-sliders .item-offer-slider {
        width: 77% !important;
    }

    .shop-sliders .item-offer-slider {
        width: 77% !important;
    }

    .shop-sliders .itrm-offer-with-100 {
        width: 100% !important;
    }

    .shop-sliders .offer-name {
        width: 18% !important;
    }
}

@media screen and (max-width: 1255px) {
    footer .footer2 .footer2-tell {
        width: 35%;
    }
}

@media screen and (max-width: 570px) {
    .shop-sliders .offer-name img {
        max-width: 97% !important;
    }
}

@media screen and (max-width: 520px) {
    .shop-sliders .item ins {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 450px) {
    .shop-sliders .item del {
        font-size: 11px !important;
    }

    .shop-sliders .item ins {
        font-size: 14px !important;
    }

    .shop-sliders .offer-name img {
        max-width: 118% !important;
    }

    .shop-sliders .item-offer-slider {
        width: 70% !important;
    }

    .shop-sliders .itrm-offer-with-100 {
        width: 100% !important;
    }

    .shop-sliders .offer-name {
        width: 21% !important;
    }

    .shop-sliders .item del:before {
        top: 50% !important;
    }
}

@media screen and (max-width: 1120px) {
    .mox-img-offer-timer {
        width: 60% !important;
    }
}

@media screen and (max-width: 1200px) {
    .product_single .product_contect .aditional-card-product .coloffer h5 {
        font-size: 11px !important;
    }

    .product_single .product_contect .aditional-card-product .coloffer p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .mox-img-offer-timer {
        width: 28% !important;
    }
}

@media screen and (max-width: 980px) {
    .single .main-single .post-single .thumbnaill .meta-single .meta-post span {
        font-size: 9px;
    }

    .conti-in-tel {
        flex-wrap: wrap;
    }

    .conti-in-tel .div-chanels-web {
        width: 100% !important;
    }

    .single .main-single .post-single .excerpt-single p {
        font-size: 9px;
    }

    .item-shoping {
        width: 50%;
    }

    .item-shoping > .item-shop-slider .item {
        width: 90%;
        margin: 20px 0 20px 0;
        border-radius: 10px;
    }

    .item-shoping > .item-shop-slider {
        justify-content: center;
    }
}

@media screen and (max-width: 1200px) {
    .product_single .product_contect .aditional-card-product .pricer ins {
        font-size: 20px !important;
    }

    .product_single .product_contect .aditional-card-product .pricer del {
        font-size: 13px !important;
    }

    .product_single .product_contect .title-product header h1 {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 1050px) {
    .product_single .product_contect .aditional-card-product .pricer .price-title {
        width: 26% !important;
    }

    .product_single .product_contect .aditional-card-product .pricer ins {
        font-size: 16px !important;
    }

    .product_single .product_contect .aditional-card-product .pricer del {
        font-size: 11px !important;
    }

    .product_single .product_contect .aditional-card-product .shop-name a {
        font-size: 15px !important;
    }

    .product_single .product_contect .aditional-card-product .shop-name p {
        font-size: 15px !important;
    }

    .product_single .product_contect .aditional-card-product .garanti-name {
        font-size: 15px !important;
    }

    .product_single .product_contect .aditional-card-product .send_product_radio {
        font-size: 14px !important;
    }

    .product_single .product_contect .aditional-card-product .catigory-product span {
        font-size: 11px !important;
        padding: 10px 10px 10px 0 !important;
    }

    .product_single .product_contect .aditional-card-product .coloffer h5 {
        font-size: 15px !important;
    }

    .product_single .product_contect .aditional-card-product .coloffer p {
        font-size: 14px !important;
    }

    .visitor-page-shop h5 {
        font-size: 12px !important;
    }

    .product_single .product_contect .aditional-card-product .catigory-product span a {
        font-size: 9px !important;
    }

    .product_single .product_contect .product-ficher span {
        font-size: 13px !important;
    }

    .product_single .product_contect .title-product .excerpt-products {
        font-size: 11px !important;
    }
}


@media screen and (max-width: 1020px) {
    .product_single .product_contect .aditional-card-product .shop-name a {
        font-size: 13px !important;
    }

    .product_single .product_contect .aditional-card-product .pricer .price-title {
        font-size: 14px !important;
    }

    .visitor-page-shop h5 {
        font-size: 12px !important;
    }

    .product_single .product_contect .aditional-card-product .pricer .pricer-doolar p {
        font-size: 17px !important;
    }

    .product_single .product_contect .aditional-card-product .send_product_radio {
        font-size: 12px !important;
    }

    .product_single .product_contect .aditional-card-product .garanti-name {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 950px) {
    .product_single .product_contect .title-product header h1 {
        font-size: 13px !important;
    }

    .product_single .product_contect .aditional-card-product .buttom-add-cart input[type="number"] {
        width: 14% !important;
    }

    .product_single .product_contect .aditional-card-product .buttom-add-cart button.single_add_to_cart_button {
        width: 64% !important;
    }
}

@media screen and (max-width: 1120px) {
    #timer span {
        font-size: 15px !important;
    }

    .product_single .product_contect .galery-product figure p {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 1000px) {
    #timer {
        width: 90% !important;
    }
}

@media screen and (max-width: 950px) {
    #timer {
        margin: 0px 5px !important;
    }
}

@media screen and (max-width: 900px) {
    .owl-nav, .name-accounts {
        display: none;
    }
    .woocommerce-Reviews {
        flex-wrap: wrap;
    }
    .woocommerce-Reviews #comments {
        width: 100%;
    }

    .conti-in-tel .instagram-div {
        width: 49%;
    }

    .conti-in-tel .telegram-div {
        width: 49%;
    }

    .additioanal-production {
        flex-wrap: wrap;
        justify-content: space-between !important;
    }

    .single .main-single .post-single .content-single {
        line-height: 28px;
        width: 100%;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        font-size: 9px !important;
    }

    .product_single .product_contect .content-pro h2 {
        width: 100%;
    }

    .box-timer-update #timer span {
        font-size: 23px;
    }

    .sliders-shopingsprodict del {
        font-size: 9px;
    }

    .sliders-shopingsprodict ins {
        font-size: 11px;
    }

    .conti-in-tel-plan2 .instagram-div-plan2 {
        width: 100% !important;
    }

    .conti-in-tel-plan2 {
        flex-wrap: wrap !important;
        justify-content: space-around;
    }

    .notification-product {
        bottom: 15%;
        right: 0;
    }

    .add-to-cart-popup-vraibel {
        display: inline-block;
    }

    .single .main-single .post-single .thumbnaill figure img {
        margin: 20px 0;
    }

    .brand-ads .item-brand-page {
        right: 0;
        left: 0;
        margin: 10px;
    }

    .brand-ads .item-brand-page-w {
        right: 0;
        left: 0;
        margin: 10px;
    }

    .ads-4image {
        flex-wrap: wrap;
    }

    .ads-4image a {
        display: contents;
    }

    .ads-4image img {
        width: 48%;
        padding: 10px;
        border-radius: 15px;
        height: auto;
    }

    .just-shop .just-shop-item {
        width: 46%;
    }

    .ads-two-item {
        flex-wrap: wrap;
    }

    .ads-two-item .ads-two-item-1 {
        width: 99%;
        border-radius: 10px;
    }

    .ads-two-item .ads-two-item-2 {
        width: 99%;
        border-radius: 10px;
    }

    .ads-one-item img {
        border-radius: 5px;
    }

    .ads-one-item i {
        font-size: 30px;
        right: 0;
    }

    .item-name > h2 {
        font-size: 15px;
    }

    .item-name a {
        font-size: 10px;
    }

    .just-shop > h2 {
        font-size: 15px;
    }

    .just-shop > h2 i {
        font-size: 25px;
    }

    .Question .Question-one h4 {
        font-size: 13px;
    }

    .footer .footer-info h2 {
        font-size: 15px;
    }

    .footer .footer-info p {
        font-size: 9px;
    }

    .footer .footer-menu {
        width: 100%;
    }

    .footer .footer-tell {
        width: 100%;
    }

    .footer .tek-h2 {
        float: right;
        width: 100%;
    }

    .footer .footer-in-now {
        width: 100%;
    }

    .menu-account-hambergur {
        display: none;
    }

    .footer .copyright p {
        font-size: 11px;
        background: #f3f3f3;
    }


    .just-shop .all-brand .just-brand-item {
        width: 22%;
        border: 1px solid #ddd;
        border-radius: 10px;
        margin: 5px 0;
        padding: 5px;
    }

    .product_single .product_contect .title-product {
        width: 100%;
    }

    .product_single .product_contect .title-product header h1 {
        font-size: 20px;
    }

    #timer span {
        font-size: 20px;
    }

    .product_single .product_contect .title-product .excerpt-products {
        width: 85%;
    }

    .product_single .product_contect .aditional-card-product {
        width: 100%;
    }

    .product_single .product_contect .content-pro .content-video-product {
        width: 100%;
        padding: 10px 0;
        margin: 0;
        font-size: 10px;
    }

    .vidios-product {
        width: 100% !important;
        padding: 10px 0;
        height: auto;
    }

    .woocommerce #reviews #comments h2 {
        font-size: 11px;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
    }

    .product_single .slider-gallery {
        width: 100%;
    }

    .product_single .product_contect .galery-product {
        width: 100%;
    }

    #timer {
        border-radius: 10px;
    }

    .product_single .product_contect .title-product {
        padding: 0;
    }

    .single .main-single .post-single .thumbnaill {
        width: 100%;
        order: -1;
        margin-bottom: 20px;
    }

    .single .main-single .post-single header {
        width: 100%;
    }

    .single .main-single .post-single .thumbnaill .meta-single .meta-post span {
        font-size: 8px;
    }

    .page .main-page .post-page header {
        width: 100%;
    }

    .page .main-page .post-page header h1 {
        font-size: 27px;
    }

    .woocommerce p.cart-empty {
        font-size: 13px;
    }

    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        text-align: center;
        font-size: 10px;
    }

    .woocommerce-message::before {
        font-size: 22px;
    }

    .category .item-category .img-categor {
        width: 100%;
    }

    .category .item-category .dittels-categor {
        width: 100%;
    }

    .woocommerce-MyAccount-navigation {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        bottom: 0;
        background: #e3e3e3f0;
        padding: 15% 0 0;
        border-radius: 0;
        z-index: 9999999;
    }

    span#close-menu-woocommerce {
        top: 1%;
        height: 0;
        width: 0;
        left: 8%;
        position: fixed;
        color: #ff5795;
        font-size: 26px;
        display: block;
    }

    .woocommerce-MyAccount-content {
        width: 100%;
    }

    .single .main-single .post-single .content-single img {
        border-radius: 10px;
    }

    .Question .Question-two p {
        font-size: 13px;
    }

    .brand-ads .item-brand-page i#close-popup, .brand-ads .item-brand-page-w i#close-popup {
        top: 1%;
        right: 43%;
    }

    .woocommerce-MyAccount-content p#text-admin-content {
        font-size: 12px !important;
    }

    .woocommerce-MyAccount-content .menus-woocommerce {
        width: 100%;
        text-align: center;
        display: block;
        margin: 7px 0 20px;
    }

    .woocommerce-MyAccount-content .menus-woocommerce a {
        display: block;
        border-radius: 10px;
        padding: 8px;
        background: #ebebebb3;
        box-shadow: 5px 2px 5px #cfcfcf82;
    }

    .woocommerce-MyAccount-content .menus-woocommerce a i {
        float: right;
        font-size: 28px;
        color: #22215e;
    }

    .ads-topbar p {
        font-size: 11px;
    }

    .product_single .product_contect .galery-product figure p {
        padding: 9px 10px;
    }

    .page .main-page .post-page .thumbnaill-page {
        margin: 0;
        width: 100%;
    }

    .page .main-page .post-page header p {
        font-size: 11px;
    }

    .woocommerce table.cart td.actions .coupon .button {
        font-size: 13px;
        width: 37%;
    }

    .notification-product .woocommerce-message {
        font-size: 10px;
    }

    .woocommerce-products-header .term-description {
        top: 52%;
    }

    footer .footer2 .footer2-menu {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    footer .footer2 .footer2-menu .footer2-copy-right {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }

    footer .footer2 .footer2-menu .footer2-copy-right p {
        font-size: 14px;
    }

    footer .footer2 .footer2-menu .footer2-phone-number p {
        font-size: 14px;
    }

    footer .footer2 .footer2-tell {
        width: 100%;
        margin: 15px 0;
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }

    footer .footer2 .footer2-tell .footer2-phone-number {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        border-left: 1px solid #ddd;
    }

    footer .footer2 .footer2-namad {
        width: 100%;
        margin: 10px 0;
    }

    footer .footer2 {
        padding: 10px;
    }

    footer .footer2 .footer2-menu ul li {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    footer .footer2 .footer2-menu ul li a {
        transition: all .3s ease-in-out;
    }

    footer .footer2 .footer2-menu ul li a:hover {
        padding-right: 8px;
    }

    .Direction-cart-workut i {
        width: 100% !important;
        text-align: center !important;
        font-size: 25px !important;
    }

    .Direction-cart-workut span {
        font-size: 60px !important;
    }

    .Direction-cart-workut p {
        font-size: 12px !important;
    }

    .woocommerce-cart-workut {
        flex-wrap: wrap !important;
    }

    .woocommerce-cart-workut .product-name-workut {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .woocommerce-cart-workut .product-name-workut a {
        font-size: 11px !important;
        background: none !important;
        border: none !important;
    }

    .woocommerce-cart-workut .product-thumbnail-workut {
        width: 90% !important;
        padding: 10px !important;
    }

    .woocommerce-cart-workut .product-remove-workut {
        width: 20px !important;
        padding: 5px !important;
    }

    .woocommerce-cart-workut {
        padding: 10px !important;
    }

    .woocommerce-cart-workut .product-price-workut {
        width: 30% !important;
    }

    .actions-workut {
        flex-wrap: wrap !important;
    }

    .coupon-workut {
        width: 100% !important;
    }

    .actions-workut > .button-workut {
        width: 100% !important;
    }

    .coupon-workut input[type="text"] {
        width: 45% !important;
    }

    .coupon-workut button {
        width: 24%;
        font-size: 9px !important;
    }

    .actions-workut {
        justify-content: center !important;
        -webkit-justify-content: center !important;
    }

    .woocommerce a.button.alt {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    #timer span {
        font-size: 20px;
    }

    #timer span {
        font-size: 15px;
    }
}

@media screen and (max-width: 335px) {
    #timer span {
        font-size: 15px;
    }
}

@media screen and (max-width: 365px) {
    .add-to-cart-popup .pricer-popup > #price-popup ins {
        font-size: 20px !important;
    }

    .add-to-cart-popup .pricer-popup > #price-popup del {
        font-size: 14px !important;
    }

}

@media screen and (max-width: 700px) {
    .item-shoping {
        width: 100%;
    }

    .item-shoping > .item-shop-slider .item {
        width: 90%;
        margin: 20px 0 20px 0;
    }

    .item-shoping > .item-shop-slider {
        justify-content: center;
    }
}

@media screen and (max-width: 680px) {
    .woocommerce-products-header .term-description p {
        font-size: 10px;
    }

    .notification-product .woocommerce-message {
        font-size: 9px;
    }
}

@media screen and (max-width: 406px) {
    .single .main-single .post-single .thumbnaill .meta-single .meta-post {
        padding: 0 6px 0 0;
    }

    .brand-ads .item-brand-page h3 {
        font-size: 13px;
    }
}

/**start form pup up login**/
.login-workut-form-js {
    display: none;
}

.register-workut-form-js {
    display: none;
}

.login-workut-form {
    background: #0000006b;
    position: fixed;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 9999;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.login-workut-form .login-workut {
    padding: 35px 10px;
    background: #f1f1f1;
    border-radius: 5px;
    position: relative;
    width: 350px;
}

.login-workut-form .login-workut i#closelogin {
    position: absolute;
    right: 3%;
    font-size: 25px;
    top: 3%;
    color: #8f8b8a;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.login-workut-form .login-workut i#closelogin:hover {
    transform: rotate(90deg);
}

.login-workut-form .login-workut h2 {
    text-align: center;
    padding-bottom: 8px;
    color: var(--main-color);
    border-bottom: 1px solid #e3e3e3;
}

.login-workut-form .login-workut form label {
    display: block;
    text-align: center;
    padding: 10px;
    justify-content: center;
    display: flex;
    color: #c3c3c3;
    align-items: center;
}

.login-workut-form .login-workut form input[type="text"] {
    padding: 7px;
    text-align: center;
    border-radius: 7px;
    width: 100%;
    margin: 0;
    outline: none;
}

.login-workut-form .login-workut form input[type="password"] {
    padding: 5px;
    width: 100%;
    text-align: center;
    box-shadow: none;
    outline: none;
}

.login-workut-form .login-workut form p {
    text-align: center;
}

.login-workut-form .login-workut button {
    padding: 6px;
    font-weight: 500;
    width: 100%;
    border-radius: 3px;
    font-family: 'IRANYekanX';
    font-size: 15px;
    color:#FFFFFF;
    background: #27ae60;
    transition: all .3s ease-in-out;
}

.login-workut-form .login-workut a {
    text-decoration: none;
    color: var(--main-color);
    padding-top: 20px;
    float: right;
    text-align: center;
    width: 100%;
}
.login-workut-form .login-workut button:hover {
   transform: scale(.9);
}
/**end form pup up login**/
/**start form pup up regester**/
.regester-workut-form {
    background: #0000006b;
    position: fixed;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 9999;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;

}

.regester-workut-form .regester-workut {
    padding: 21px 10px;
    background: #f1f1f1;
    border-radius: 10px;
    width: 50%;
    margin: 5px;
    position: relative;
}
.regester-workut-form .regester-workut i#closereagester {
    position: absolute;
    right: 3%;
    font-size: 25px;
    top: 3%;
    color: #8f8b8a;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.regester-workut-form .regester-workut i#closereagester:hover {
    transform: rotate(90deg);
}

.regester-workut-form .regester-workut h2 {
    text-align: center;
    color: var(--main-color);
    border-bottom: 1px solid #e3e3e3;
}

.regester-workut-form .regester-workut label {
    text-align: center;
    display: block;
    padding: 10px;
}

.woocommerce button {
    font-family: IRANYekanX;
}

.regester-workut-form .regester-workut button {
    width: 100%;
    padding: 10px;
    font-family: IRANYekanX;
    border-radius: 4px;
    color:#FFFFFF;
    background: #27ae60;
}
.regester-workut-form .regester-workut button:hover {
    transform: scale(.9);
}
.regester-workut-form .regester-workut .woocommerce-form-row {
    padding: 10px 0;
}

.regester-workut-form .regester-workut .woocommerce-form-row input[type="email"] {
    width: 100%;
}

/**end form pup up regester**/
/*start ofer slider**/
.shop-sliders .item-offer-slider {
    float: left;
    width: 83%;
    height: 100%;
    direction: ltr;
}
.shop-sliders .item-offer-slider .item img#img-offer-slider-divs {
    left: 2%;
    position: absolute;
    top: 1%;
    z-index: 1;
    max-width: 15%;
    animation: infinite 5s img-rotate-offerss;
}
@keyframes img-rotate-offerss {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(0);
    }
}

.shop-sliders .item-offer-slider .owl-dots, .shop-sliders .item-offer-slider .owl-nav {
    display: none;
}

.shop-sslider-no-radios {
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
}

.shop-sslider-no-radios > .offer-name img {
    max-width: 60%;
}

.shop-sslider-no-radios i#spiner-slider-sshop-cource {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 361px;
    top: 0;
    left: 0;
    color: #ffffff;
    animation: icon-blog-slidersa 600s linear infinite;
}


.shop-sslider-no-radios i#spiner-slider-ssshop-cource {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 361px;
    top: -50px;
    left: 30%;
    color: #ffffff;
    animation: icon-blog-slidersa 600s linear infinite;
}

.shop-sslider-no-radios i#spiner-slider-ssshop-cource {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 361px;
    top: 107px;
    left: 30%;
    color: #ffffff;
    animation: icon-blog-slidersa 600s linear infinite;
}

.shop-sliders {
    float: right;
    width: 100%;
    background: linear-gradient(to top, #ef4056, #ef394e);
    padding: 15px;
    margin: 35px 0;
    height: auto;
    border-radius: 10px;
}

.shop-sliders .item {
    background: #fff;
    padding: 8px 1px;
    overflow: hidden;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
}

.shop-sliders-header {
    float: right;
    width: 100%;
    direction: ltr;
    margin: 0 0;
}

.shop-sliders a {
    text-decoration: none;
}

.shop-sliders .item img {
    max-width: 100%;
    height: auto;
    transform: scale(.8);
}

.shop-sliders .shop-post-off {
    width: 27%;
    float: right;
    margin: 0 10px;
}

.shop-sliders .shop-post-off p {
    background: #ff4d4d;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border-radius: 13px;
}

.shop-sliders .offer-name img {
    max-width: 79%;
}

.shop-sliders .item h3 {
    font-size: 13px;
    text-align: center;
    height: 60px;
    color: var(--main-color);
}

.shop-sliders .offer-name {
    float: right;
    width: 16%;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.shop-sliders .offer-name img {
    max-width: 62%;
    height: auto;
    height: -webkit-fill-available;
    height: fit-content;
}

.itrm-offer-with-100 {
    width: 100% !important;
}

.shop-sliders .offer-name a {
    width: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    text-decoration: none;
    background: none;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.shop-sliders .offer-name a i {
    animation: a-color 1s ease-in-out infinite;
    transition: all 1s ease-in-out;
    width: 100%;
}

@keyframes a-color {
    0% {
        color: #FFFFFF;
    }
    50% {
        color: #fc3d3d;
    }
    70% {
        color: #faa9a9;
    }
    100% {
        color: #FFFFFF;
    }

}

.shop-sliders .item ins {
    color: #1e244e;
    font-size: 15px;
    background: none;
    width: 100%;
    display: flex;
    text-align: center;
    -webkit-text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.shop-sliders .item del {
    color: #c3c3ce;
    font-size: 13px;
    float: left;
    background: none;
    display: block;
    text-align: left;
    padding: 0 3px 0 5px;
    text-decoration: none;
    position: relative;
}

.shop-sliders .item del:before {
    content: ' ';
    width: 75%;
    transform: rotate(345deg);
    height: 1px;
    position: absolute;
    background: #c7c7c7;
    top: 45%;
    left: 10px;
}

.fullwhidth-coment {
    padding: 5px;
    width: 100%;
    text-align: right;
    margin: 0 !important;
    float: right;
    border-radius: 10px;
}

.shop-sliders .ins-del-shop {
    position: relative;
}

@media screen and(max-width: 370px) {
    .item-name > h2 {
        font-size: 10px !important;
    }
}

.shop-sliders .ins-del-shop > span.woocommerce-Price-amount bdi {
    color: #1e244e;
    font-size: 14px;
    background: none;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 10px;
    transition: all .5s ease-in-out;
}

/*end ofer slider**/
/*start popup click button add too cart**/
.add-to-cart-popup {
    display: none;
    position: fixed;
    bottom: -2px;
    right: 0;
    padding: 10px 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px #ada7a7;
    z-index: 999;
}


@media screen and (max-width: 900px ) {
    .add-to-cart-popup {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .fullwhidth-coment {
        width: 100%;
        text-align: justify;
    }

    .item-name > h2 i {
        font-size: 30px;
    }

    .slider .owl-nav {
        display: none !important;
    }

    .product_single .product_contect .aditional-card-product .pricer {
        display: none;
    }

    .product_single .product_contect .aditional-card-product .buttom-add-cart a {
        display: none;
    }

}

.add-to-cart-popup .pricer-popup {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 69%;
    align-items: center;
}

.add-to-cart-popup .pricer-popup .price-title-popup {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.add-to-cart-popup .pricer-popup .price-title-popup h5 {
    border-left: 1px solid #ddd;
    padding: 10px 15px;
}

.add-to-cart-popup .pricer-popup .pricer-doolar-popup {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.add-to-cart-popup .pricer-popup .pricer-doolar-popup p {
    border-right: 1px solid #ddd;
    padding: 10px 15px;
    color: #ef4056;
    font-size: 15px;
}

.add-to-cart-popup a {
    display: flex;
    background: #ef4056;
    height: 35%;
    margin: 10px 10px 0 4px;
    text-align: center;
    width: 134%;
    padding: 6px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    justify-content: center;
    -webkit-justify-content: center;
    align-content: center;
    -webkit-align-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.add-to-cart-popup .pricer-popup > #price-popup {
    display: flex;
    -webkit-justify-content: space-around;
    position: relative;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.add-to-cart-popup .add-to-cart-a {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    float: right;
    margin: 0 10px;
    width: 97%;
}

.add-to-cart-popup .pricer-popup > #price-popup ins {
    text-decoration: none;
    color: var(--main-color);
    padding: 0 5px;
    font-size: 27px;
    font-weight: 900;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: left;
    -webkit-justify-content: left;
    align-content: center;
    -webkit-align-content: center;
}

.add-to-cart-popup .pricer-popup > #price-popup .off-rolees {
    position: absolute;
    right: -35px;
    top: 10%;
}

.add-to-cart-popup .pricer-popup > #price-popup .off-rolees p {
    background: #d02c21;
    border-radius: 5px;
    padding: 4px 9px;
    font-weight: 900;
    color: #fff;
    font-size: 13px;
}

.add-to-cart-popup .pricer-popup > #price-popup > span {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.add-to-cart-popup .pricer-popup > #price-popup > span > bdi {
    color: var(--main-color);
    text-decoration: none;
    font-size: 25px;
    font-weight: 900;
    width: 175px;
    text-align: center;
}

.add-to-cart-popup .pricer-popup > #price-popup del {
    text-decoration: #ddd;
    color: #ddd;
    padding: 0 20px 0 0;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: left;
    -webkit-justify-content: left;
    align-content: center;
    -webkit-align-content: center;
}

.add-to-cart-popup .pricer-popup > #price-popup span.woocommerce-Price-currencySymbol {
    display: none;
}

/*end popup click button add too cart**/
/*start code woocommerce cart**/
.Direction-cart-workut {
    float: right;
    padding: 10px;
    width: 100%;
    background: #121d360f;
    display: flex;
    border-radius: 10px;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 10px;
}
h3#order_review_heading {
    padding: 10px 15px;
}
.Direction-cart-workut span {
    font-weight: 100;
    font-size: 100px;
    color: #ddd;
}

#span-grean {
    color: #27ae60;
}

.Direction-cart-workut .cart-item-workut {
    float: right;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 28%;
    justify-content: center;
    flex-wrap: wrap;
}

.blur-cart {
    filter: blur(1px);
    color: #a5acba;
}

.Direction-cart-workut .cart-item-workut i {
    width: 100%;
    text-align: center;
    font-size: 50px;
}

.Direction-cart-workut .cart-item-workut p {
    padding: 4px;
    font-size: 17px;
}

.Direction-cart-workut .ditels-item-workut {
    float: right;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.Direction-cart-workut .ditels-item-workut i {
    width: 100%;
    text-align: center;
    font-size: 50px;
}

.Direction-cart-workut .ditels-item-workut p {
    padding: 4px;
    font-size: 17px;
}

.Direction-cart-workut .ok-item-workut {
    float: right;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.Direction-cart-workut .ok-item-workut i {
    width: 100%;
    text-align: center;
    font-size: 50px;
}

.Direction-cart-workut .ok-item-workut p {
    padding: 4px;
    font-size: 17px;
}

.woocommerce-cart-form table {
    width: 100%;
}

.woocommerce-cart-workut {
    width: 100%;
    float: right;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.woocommerce-cart-workut .product-thumbnail-workut {
    float: right;
    width: 10%;
}

.woocommerce-cart-workut .product-thumbnail-workut img {
    max-width: 100%;
    height: auto;
    transform: scale(.8);
}

.woocommerce-cart-workut .product-name-workut {
    float: right;
    width: 30%;
}

.woocommerce-cart-workut .product-name-workut a {
    font-size: 15px;
    line-height: 30px;
    background: #ddd0;
    padding: 5px 0;
    border-radius: 5px;
}
@media screen and (max-width: 900px) {
    .woocommerce-cart-workut .product-name-workut a {
         padding:unset;
    }
}

.woocommerce-cart-workut .product-price-workut {
    float: right;
    width: 10%;
    font-size: 15px;
}

.woocommerce-cart-workut .product-remove-workut {
    float: right;
    width: 0;
}

.woocommerce-cart-workut .product-remove-workut i {
    color: #c5c5c5;
    transition: all .3s ease-in-out;
}

.woocommerce-cart-workut .product-remove-workut i:hover {
    transform: rotate(90deg);
    color: #FFFFFF;
}

.coupon-workut {
    display: flex;
    align-items: center;
    width: 50%;
    float: right;
    padding: 12px;
    background: #ff7878;
    margin: 10px 0;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    border-radius: 5px;
}

.woocommerce .coupon-workut label {
    padding: 8px;
    color: #fff;
}

.coupon-workut input[type="text"] {
    width: 60% !important;
    padding: 13px !important;
    border-radius: 3px !important;
    text-align: center !important;
    font-family: IRANYekanX !important;
    outline: none;
    box-shadow: none;
}

.coupon-workut button {
    width: 26%;
    padding: 15px !important;
    color: #ffffff !important;
    background-color: #ffffff2b !important;
}

.woocommerce-input-wrapper textarea {
    height: 100px !important;
}

.woocommerce-Price-amount {
    font-family: IRANYekanX;
}

.actions-workut {
    display: flex !important;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.actions-workut > .button-workut {
    margin: 10px !important;
    width: 20%;
    float: left;
    color: #525252 !important;
    background: none !important;
}

.order_details-wokut {
    float: right;
    width: 100%;
    background: #fffc;
    padding: 10px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    border-radius: 10px;
}

.order_details-wokut li {
    float: right;
    list-style: none;
}

.order_details-wokut li::before {
    content: "\2022";
    color: #27ae60;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
}

.woocommerce-checkout #payment {
    background: linear-gradient(to top, #e58383, #ef6f6feb);
    border-radius: 20px;
}

.woocommerce-checkout #payment ul.payment_methods li {
    float: right;
    padding: 0 35px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}

.payment_box {
    background: #dddddd1a !important;
    border-radius: 8px !important;
    color: white !important;
}

.woocommerce-order .tanks-for-ypu-workt {
    float: right;
    width: 100%;
    display: flex;
    background: #fff;
    padding: 20px;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    -webkit-justify-content: center;
}

.woocommerce-order .tanks-for-ypu-workt i {
    padding: 5px 5px;
    background: #27ae60;
    border-radius: 10px;
    color: #fff;
    font-size: 30px;
    margin: 0 10px;
}

.woocommerce-order .tanks-for-ypu-workt p {
    color: #27ae60;
}

.woocommerce ul.order_details {
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    margin: 10px 0;
    padding: 25px;
    border-radius: 10px;
    background: #ffffff36;
}

.woocommerce ul.order_details li strong {
    padding: 14px 0 14px 14px;
    text-align: center;
    color: #9296ff;
    font-size: 16px;
}
#spiner-slider-sssshop-cource {
    display: none !important;
}
@media screen and (max-width: 900px) {
    .woocommerce-thankyou-order-details li {
        width: 100%;
        border-left: none !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: center;
    }
    .woocommerce ul.order_details {
        flex-wrap: wrap;
    }
}

.metode-payment-workut {
    float: right;
    width: 100%;
    text-align: center;
    padding: 10px;
    display: flex;
    background: #ffffff36;
    border-radius: 10px;
    color: #27ae60;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.metode-payment-workut p {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    float: right;
    padding: 10px;
}

.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
    background: #ffffff36;
}

.metode-payment-workut p i {
    padding: 0 10px;
    font-size: 20px;
}

.woocommerce a {
    text-decoration: none;
}

.color-products {
    margin: 35px 0;
    padding-right: 35px;
}

.color-products p {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
    padding: 0 10px;
}

.color-products form {

}

.color-products form input[type="radio"] {
    width: 30px;
    height: 30px;
    margin: 10px;
    -webkit-appearance: none;
    outline: none;
    background: #ff5656;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.color-products form input[type="radio"]:checked {
    border: 5px solid #64ff2d;

}

/*end code woocommerce cart**/
/*start update page**/
.update-pages {
    z-index: 99999 !important;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: space-evenly;
}

.update-pages .gif-update-page {
    width: 40%;
}

.update-pages img {
    max-width: 100%;
    border-radius: 10px;
}

.update-pages .header-updates {
    width: 40%;
    border-right: 1px solid #ddd;
    padding: 10px;
}

.update-pages h2 {
    color: #27ae60;
}

.update-pages h5 {
    font-size: 20px;
    padding: 13px 0;
}

@media screen and (max-width: 1100px) {
    .shop-sliders .item del {
        font-size: 11px;
    }
}

@media screen and (max-width: 900px) {
    .update-pages .gif-update-page {
        width: 45%;
    }

    .update-pages .header-updates {
        width: 75%;
        border-right: 1px solid #ddd;
        padding: 10px;
    }
}

.update-pages h2 i {
    animation: ease-in-out 2s loder-rotate infinite;
    position: fixed;
    left: -13%;
    bottom: -30%;
    font-size: 500px;
    opacity: .1;
}

@keyframes loder-rotate {
    100% {
        transform: rotate(90deg);
    }
}

/*end update page**/
/*start loder themes**/
#loading {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999999;
    margin-top: 0;
    top: 0;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 10000;
}

.object {
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0);
    margin-right: auto;
    margin-left: auto;
    border: 4px solid #f6483b;
    left: 37px;
    top: 37px;
    position: absolute;
}

#first_object {
    -webkit-animation: first_object 1s infinite;
    animation: first_object 1s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#second_object {
    -webkit-animation: second_object 1s infinite;
    animation: second_object 1s infinite;
}

#third_object {
    -webkit-animation: third_object 1s infinite;
    animation: third_object 1s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#forth_object {
    -webkit-animation: forth_object 1s infinite;
    animation: forth_object 1s infinite;
}


@-webkit-keyframes first_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(150%, 150%) scale(2, 2);
        -webkit-transform: translate(150%, 150%) scale(2, 2);
        transform: translate(150%, 150%) scale(2, 2);
    }

    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}

@keyframes first_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(150%, 150%) scale(2, 2);
        -webkit-transform: translate(150%, 150%) scale(2, 2);
        transform: translate(150%, 150%) scale(2, 2);
    }

    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}


@-webkit-keyframes second_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(-150%, 150%) scale(2, 2);
        -webkit-transform: translate(-150%, 150%) scale(2, 2);
        transform: translate(-150%, 150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}

@keyframes second_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(-150%, 150%) scale(2, 2);
        -webkit-transform: translate(-150%, 150%) scale(2, 2);
        transform: translate(-150%, 150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}


@-webkit-keyframes third_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(-150%, -150%) scale(2, 2);
        -webkit-transform: translate(-150%, -150%) scale(2, 2);
        transform: translate(-150%, -150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}

@keyframes third_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(-150%, -150%) scale(2, 2);
        -webkit-transform: translate(-150%, -150%) scale(2, 2);
        transform: translate(-150%, -150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}


@-webkit-keyframes forth_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(150%, -150%) scale(2, 2);
        -webkit-transform: translate(150%, -150%) scale(2, 2);
        transform: translate(150%, -150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}

@keyframes forth_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(150%, -150%) scale(2, 2);
        -webkit-transform: translate(150%, -150%) scale(2, 2);
        transform: translate(150%, -150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}

/*end loder themes**/
/*start two loder themes**/
#loder {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#loder span {
    width: 12px;
    height: 17px;
    background: #F39C12;
    margin: 0px 2px;
    display: inline-block;
    vertical-align: middle;
    animation-name: lodering;
    animation-duration: 450ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation-name: lodering;
    -webkit-animation-duration: 450ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-name: lodering;
    -moz-animation-duration: 450ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
}

#loder span:nth-of-type(2) {
    animation-delay: 0.2s;
}

#loder span:nth-of-type(3) {
    animation-delay: 0.4s;
}

#loder span:nth-of-type(4) {
    animation-delay: 0.6s;
}

@keyframes lodering {
    0% {
        height: 17px;
    }
    100% {
        height: 38px;
    }
}

@-webkit-keyframes lodering {
    0% {
        height: 17px;
    }
    100% {
        height: 38px;
    }
}

@-moz-keyframes lodering {
    0% {
        height: 17px;
    }
    100% {
        height: 38px;
    }
}

/*end two loder themes**/
/*start there thme plan loading**/
.loader-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    z-index: 999999999999;
}

.loader-box span {
    width: 8px;
    height: 100px;
    background: #ffa41a;
    border-radius: 20px;
    z-index: 999999999999;
    margin: 0 4px;
    animation: loading 1s infinite;
}

.loader-box span:nth-child(2) {
    animation-delay: 0.1s;
}

.loader-box span:nth-child(3) {
    animation-delay: 0.2s;
}

.loader-box span:nth-child(4) {
    animation-delay: 0.3s;
}

.loader-box span:nth-child(5) {
    animation-delay: 0.4s;
}

.loader-box span:nth-child(6) {
    animation-delay: 0.5s;
}

.loader-box span:nth-child(7) {
    animation-delay: 0.6s;
}

.loader-box span:nth-child(8) {
    animation-delay: 0.7s;
}

.loader-box span:nth-child(9) {
    animation-delay: 0.8s;
}

.loader-box span:nth-child(10) {
    animation-delay: 0.9s;
}


/*=====animation code start========*/
@keyframes loading {

    0% {
        height: 100px;
    }

    50% {
        height: 0px;
    }

    100% {
        height: 100px;
    }

}

/*end there thme plan loading**/
/*start there fore plan loading**/
#loading-styles {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #efefef;
}

.infinity {
    position: relative;
    width: 65px;
    height: 29px;
    animation: spin 2s infinite cubic-bezier(0.4, -0.01, 0, 0.43);
}

.infinity:before, .infinity:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    border: 5px solid #ed1c5b;
    border-radius: 50% 50% 0 50%;
    transform: rotate(-45deg);
}

.infinity:before {
    animation: left 1s infinite alternate cubic-bezier(0.4, -0.01, 0, 0.43),
    morph 1s infinite alternate cubic-bezier(0.4, -0.01, 0, 0.43);
}

.infinity:after {
    left: auto;
    right: 0;
    border-radius: 50% 50% 50% 0;
    transform: rotate(45deg);
    animation: right 1s infinite alternate cubic-bezier(0.4, -0.01, 0, 0.43),
    morph 1s infinite alternate cubic-bezier(0.4, -0.01, 0, 0.43);
}

@keyframes left {
    0% {
        left: 18px;
    }
}

@keyframes right {
    0% {
        right: 18px;
    }
}

@keyframes morph {
    0% {
        border-radius: 50%;
    }
}

@keyframes spin {
    0% {
        transform: rotate(540deg);
    }
}

/*end there fore plan loading**/
/*start code slider pro blog**/
.gallary-slider {
    width: 100%;
    float: right;
}

.gallary-slider .item {
    background: #ffffff;
    padding: 10px;
    overflow: hidden;
    border-radius: 9px;
    transition: all .5s linear;
}

.gallary-slider .item:hover img {
    filter: none;
    transition: all .5s ease-in-out;
}


.gallary-slider .item figure {
    position: relative;
    transition: all .5s ease-in-out;
    overflow: hidden;
}


.gallary-slider h2 {
    text-align: center;
    width: 100%;
    display: flex;
    height: 66px;
    color: var(--main-color);
    font-size: 15px;
    justify-content: center;
    align-items: center;
}

.gallary-slider a {
    padding: 7px;
    font-size: 15px;
    background: #e7e7e7;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    float: right;
    text-decoration: none;
    color: var(--main-color);
    transition: all 0s ease-in-out;
}

.gallary-slider a:hover {
    background: #1e2f52;
    color: #FFFFFF;
}

.gallary-slider figure img {
    filter: brightness(0.8);
    border-radius: 10px;
}

.gallary-slider figure i {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    align-items: center;
    justify-content: center;
    font-size: 104px;
    color: #ffa3a3;
    top: 0;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.gallary-slider .item:hover figure i {
    opacity: .3;
    transition: all .3s ease-in-out;
}

@keyframes icon-blog-slidersa {
    0% {
        transform: rotate(0deg);
        opacity: .2;
    }
    50% {
        transform: rotate(10000deg);
        opacity: .1;
    }
    100% {
        transform: rotate(0deg);
        opacity: .2;
    }
}

/*start code slider pro blog**/
.page404--pro {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    width: 100%;
    background: #fb101073;
}

.page404--pro .page-404--texts {
    background: #ffffffa8;
    padding: 50px;
    border-radius: 5px;
}

.page404--pro .page-404--texts .page-404-p-texts {
    display: flex;
    justify-content: center;
}

.page404--pro .page-404--texts p {
    text-align: center;
    padding: 25px 10px;
    width: 50%;
    background: #f33;
    border-radius: 50%;
    color: #fff;
    font-size: 46px;
    animation: p-loder-404 3s ease-in-out infinite;
}

@keyframes p-loder-404 {
    0% {
        transform: rotate(0%) rotateX(45deg);
    }
    50% {
        transform: rotate(50deg) rotateX(200deg);
    }
    100% {
        transform: rotate(0%) scale(10%) rotateX(45deg);
    }
}

.page404--pro .page-404--texts h2 {
    text-align: center;
    color: #f17777;
    padding: 15px 0;
    font-size: 35px;
}

.page404--pro .page-404--texts h5 {
    text-align: center;
    color: #8d8d8d;
    font-size: 12px;
}

.page404--pro .page-404--texts form {
    text-align: center;
    margin-top: 15px;
    background: #fff;
    padding: 8px 10px;
    border-radius: 7px;
    width: 100%;
}

.page404--pro .page-404--texts form input[type="search"] {
    width: 90%;
    text-align: center;
    font-family: 'IRANYekanX';
    font-size: 14px;
    outline: none;
}

.page404--pro .page-404--texts form button {
    font-size: 21px;
    background: none;
    width: 7%;
    cursor: pointer;
}

/****start code question plan(2)****/
.qouestion-plans-two {
    float: right;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.qouestion-plans-two .question-planss-two {
    background: #dfdfdf;
    border-radius: 5px;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
}

.qouestion-plans-two .question-planss-two #right-question-plan-two-i {
    position: absolute;
    right: 4%;
    font-size: 15px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    animation: i-questions-dorsess 1s ease-in-out infinite;
}

.qouestion-plans-two .question-planss-two i#leftss-question-plan-two-i {
    position: absolute;
    left: 4%;
    font-size: 15px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    animation: i-questions-dorses 1s ease-in-out infinite;
}

@keyframes i-questions-dorses {
    0% {
        font-size: 15px;
        transform: rotate(0deg);
    }
    50% {
        font-size: 25px;
        transform: rotate(20deg);
    }
    100% {
        font-size: 15px;
        transform: rotate(0deg);
    }
}

@keyframes i-questions-dorsess {
    0% {
        font-size: 15px;
        transform: rotate(0deg);
    }
    50% {
        font-size: 25px;
        transform: rotate(-20deg);
    }
    100% {
        font-size: 15px;
        transform: rotate(0deg);
    }
}


.qouestion-plans-two .question-planss-two p {
    width: 70%;
    padding: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 2px;
}

.qouestion-plans-two .question-planss-two h5 {
    width: 70%;
    padding: 10px;
}

/****end code question plan(2)****/
/****start slider reaction-People****/
.slider-reaction-People {
    float: right;
    width: 100%;
    direction: ltr;
}

.slider-reaction-People .item {
    background: #fff;
    border-radius: 10px 30px 10px 30px;
    padding: 10px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.slider-reaction-People .item i#item-respect-people-icon {
    position: absolute;
    top: 5%;
    left: 2%;
    font-size: 25px;
    color: var(--main-color);
}

.slider-reaction-People .item .img-diw-sliuders {
    width: 25%;
    float: right;
    order: 1;
}

.slider-reaction-People .item .dettils-diw-sliuders {
    width: 74%;
}

.slider-reaction-People .item img {
    max-width: 100%;
    text-align: right;
    height: auto;
    border-radius: 5px;
}

.slider-reaction-People .item p {
    text-align: right;
    padding-right: 10px;
    color: #4a5568;
}

.slider-reaction-People .item h5 {
    padding: 5px;
    text-align: right;
    color: var(--main-color);
}

.slider-reaction-People .owl-carousel .owl-nav button.owl-next {
    color: var(--main-color);
    font-family: 'FontAwesome';
    font-size: 30px;
    background: #FFFFFF;
    padding: 1px 10px !important;
    border-radius: 10px;
}

.slider-reaction-People .owl-carousel .owl-nav button.owl-prev {
    color: var(--main-color);
    font-family: 'FontAwesome';
    font-size: 30px;
    background: #FFFFFF;
    padding: 1px 10px !important;
    border-radius: 10px;
}

/****end slider reaction-People****/
/****start code 2 plan img-text(yalda)****/
.offer-cods-divs {
    display: flex;
    border-radius: 50px 10px 50px 10px;
    padding: 10px;
    float: right;
    margin: 0 0 30px 0;
    background: #ff6472;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.offer-cods-divs .offer-cods-divs-img {
    width: 25%;
    float: right;
}

.offer-cods-divs .offer-cods-divs-img img {
    max-width: 100%;
    height: auto;
    animation: infinite .3s img-color-filter;
}

@keyframes img-color-filter {
    0% {
        filter: blur(0);
    }
    5% {
        filter: blur(1px);
    }
    10% {
        filter: blur(5px);
    }
    15% {
        filter: blur(10px);
    }
    40% {
        filter: blur(0px);
    }
    100% {
        filter: blur(0) grayscale(5);
    }
}

.offer-cods-divs .offer-cods-div-text {
    width: 74%;
    float: left;
}

.offer-cods-divs .offer-cods-div-text h2 {
    text-align: right;
    color: #fff;
    padding: 10px 0;
    position: relative;
}

.offer-cods-divs .offer-cods-div-text p {
    color: #fff;
    background: #ddd3;
    padding: 10px;
    border-radius: 20px 0 20px 20px;
}

.offer-cods-divs .offer-cods-div-text h2:before {
    content: '';
    width: 120px;
    height: 7px;
    top: 0;
    background: #ffffff66;
    border-radius: 10px;
    right: 0;
    position: absolute;
    animation: cubic-bezier(0.2, 1.02, 0.8, 0.09) infinite 5s befor-h2-cods-divs;
}

@media screen and (max-width: 900px) {
    .offer-cods-divs .offer-cods-divs-img {
        width: 60%;
    }

    .offer-cods-divs .offer-cods-div-text {
        width: 99%;
    }
}

@keyframes befor-h2-cods-divs {
    0% {
        width: 10%;
        opacity: 0;
    }
    40% {
        width: 60%;
        opacity: .5;
    }
    60% {
        width: 30%;
        opacity: .3;
    }
    80% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 10%;
        opacity: 0;
    }
}

/****end code 2 plan img-text****/

/*start input - form color products (send-woocommerce)*/
.form-werptre-product {
    margin-top: 25px;
    padding-right: 12px;
    margin-right: 25px;
}

.form-werptre-product label {
    font-weight: bold;
    font-size: 15px;
    margin: 10px 0;
    float: right;
    width: 100%;
}

.form-werptre-product input[type="radio"] {
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-appearance: none;
    outline: none;
    border-radius: 50%;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    transition: all 1s ease-in-out;
    margin-left: 5px;
}

.form-werptre-product input[type="radio"]#a154 {
    background: #d02c21;
}

.form-werptre-product input[type="radio"]#a155 {
    background: var(--main-color);
}

.form-werptre-product input[type="radio"]:checked {
    transition: all 1s ease-in-out;
}

.form-werptre-product input[type="radio"]:checked:before {
    content: "✔";
    position: absolute;
    height: 112%;
    left: 5px;
    right: -15%;
    top: -16%;
    bottom: 0;
    transition: all 1s ease-in-out;
    color: #FFFFFF;
    float: right;
    width: 112%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #f3574d;
    border-radius: 50%;

}

/*start input - form color products*/
.swatch {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #fff;
    outline: 2px solid #fff;
}

.swatch.selected {
    outline: 2px solid #333;
}


.woocommerce-messages-alart {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
    align-items: center;
    padding: 10px 30px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
}

.woocommerce-messages-alart a {
    float: left;
    z-index: 4;
    order: 2;
    display: flex;
    margin: 0 16px;
    background: #f9f9f9;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    color: #6a6f8f;
    align-items: center;
    position: relative;
}

@keyframes befor-ri-le {
    0% {
        transform: scale(0%) rotate(100deg);

    }
    50% {
        transform: scale(100%) rotate(138deg);
    }
    100% {
        transform: scale(0%);
    }
}

.dic-flix-dai {
    display: flex;
    justify-content: center;
}

.woocommerce-messages-alart a:before {
    content: "";
    width: 15px;
    animation: ease-in-out 1s befor-ri-le infinite;
    height: 15px;

    position: absolute;
    left: -9px;
    background: linear-gradient(315deg, #ff4b64, #fbb3b3, #ffdcdc00, transparent);
    border-radius: 4px;
    z-index: 1;
}

.woocommerce-messages-alart:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 100%;
    background: linear-gradient(272deg, #ff5a5a1a, #fb66666b, #ff7676);
    bottom: 0;
    border-radius: 10px;
    animation: ease-in-out 1s infinite befor-messages-alart;
}

@keyframes befor-messages-alart {
    0% {
        width: 0;
        height: 7px;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

/*start code slider shoping*/
.sliders-shopingsprodict {
    float: right;
    width: 100%;
    direction: ltr;
}

.sliders-shopingsprodict a {
    text-decoration: none;
    color: var(--main-color);
}

.sliders-shopingsprodict .item {
    background: #fff;
    border-radius: 5px;
    margin: 50px 0;
    transition: all ease-in-out .3s;
    position: relative;
}

del span.woocommerce-Price-currencySymbol {
    display: none !important;
}

.sliders-shopingsprodict .item:hover {
   box-shadow: 0 0 1px 1px #dddddd;
}

.sliders-shopingsprodict a i#add-too-cart-plus-slides {
    position: absolute;
    padding: 4px 6px;
    border-radius: 50%;
    background: #dddddd59;
    top: 2%;
    left: 2%;
    z-index: 5;
    color: #27ae60;
    font-size: 20px;
    transition: all .3s ease-in-out;
}

.div-elenemt #not-display-900 {
    display: none;
}

@media screen and (max-width: 900px) {
    .div-elenemt #not-display-900 {
        display: block;
    }

    .div-elenemt #not-display-1300 {
        display: none;
    }
}

.sliders-shopingsprodict a i#add-too-cart-plus-slides:hover {
    transform: rotate(90deg);
}

.sliders-shopingsprodict figure img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    transform: scale(0.7);
    transition: all .3s ease-in-out;
}

.sliders-shopingsprodict .item:hover figure img {
    transform: scale(0.8);
}

.sliders-shopingsprodict h2 {
    font-size: 13px;
    height: 70px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.sliders-shopingsprodict p {
    text-align: center;
    display: flex;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
}

.sliders-shopingsprodict del {
    text-decoration: none;
    font-size: 11px;
    color: #ddd;
    padding-right: 5px;
}

.sliders-shopingsprodict ins {
    text-decoration: none;
    border-left: 1px solid #ddd;
    padding-left: 5px;
    font-size: 11px;
    font-weight: 900;
}

.sliders-shopingsprodict p > .amount bdi {
    font-size: 12px;
    padding: 0 5px;
    font-weight: 900;
}

/*end code slider shoping*/
/*start code slider book-blog*/
.div-sliders-book {
    width: 100%;
    text-align: center;
    float: right;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.div-sliders-book a {
    text-decoration: none;
    cursor: pointer;
}

.div-sliders-book .item {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    position: relative;
    cursor: pointer;
}

.div-sliders-book .item figure {
    background: linear-gradient(179deg, rgba(135, 255, 106, 0.25), #27ae60, #ff424200);
    overflow: hidden;
    transition: all ease-in-out .3s;
    border-radius: 10px;
    position: relative;
}

.div-sliders-book .item i#bloger-blog-slide-icon {
    position: absolute;
    top: 2%;
    left: 2%;
    font-size: 16px;
    color: #27ae60;
    animation: ease-in-out 1s icon-blog-sklide infinite;
}

@keyframes icon-blog-sklide {
    0% {
        transform: scale(10%);
    }
    50% {
        transform: scale(100%);
    }
    100% {
        transform: scale(10%);
    }
}

.div-sliders-book .item img {
    width: 100%;
    cursor: pointer;
    height: auto;
    opacity: .7;
    border-radius: 10px;
    position: relative;
    transition: all ease-in-out .3s;
}

.div-sliders-book .item:hover figure {
    background: none;
}

.div-sliders-book .item:hover img {
    opacity: 1;
}

.div-sliders-book .item h2 {
    position: absolute;
    bottom: 5%;
    font-size: 10px;
    border-radius: 5px 0 0 5px;
    padding: 10px 5px;
    color: #000000;
    background: #ffffffb8;
    right: 0;
}

@media screen and (max-width: 900px) {
    .div-sliders-book {
        flex-wrap: wrap;
    }

    .instagram-account {
        width: 100%;
    }

    .telegram-account {
        width: 100%;
    }

    .div-sliders-book .item {
        width: 100%;
    }

    .div-sliders-book a {
        overflow: hidden;
    }

    .div-sliders-book .item i#bloger-blog-slide-icon {
        left: 5%;
    }
}

/*end code slider book-blog*/
.form-row input[type="checkbox"] {
    position: relative;
    width: 15px;
    height: 15px;
    background: #fff;
    -webkit-appearance: none;
    outline: none;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(22 22 22 / 33%);
    transition: all 1s ease-in-out;
    margin-left: 5px;
}


.form-row input[type="checkbox"]:checked {
    transition: all .3s ease-in-out;
    background: #27ae60;
}

.form-row input[type="checkbox"]:checked:before {
    content: "✔";
    position: absolute;
    height: 100%;
    font-size: 10px;
    transition: all 1s ease-in-out;
    color: #ffffff;
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.visitor-page-shop {
    float: right;
    text-align: right;
    width: 85%;
    border-radius: 5px;
    background: #ffffff57;
    padding: 7px 4px;
    margin-top: 5px;
    padding-right: 10px;
    margin-right: 40px;
}

.visitor-page-shop p {
    color: var(--main-color);
    display: inline;
    padding: 0 10px;
    font-weight: 200;
}

.visitor-page-shop h5 {
    color: var(--main-color);
    padding: 5px;
    font-size: 15px;
    font-weight: 900;
    position: relative;
}

.visitor-page-shop h5:after {
    content: '';
    height: 10px;
    width: 10px;
    background: #00ff67;
    border-radius: 50%;
    right: -15px;
    top: 34%;
    position: absolute;
    animation: 2s ease-in-out infinite animate-after-visitor;
}

@keyframes animate-after-visitor {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(100%);
        opacity: 0;
    }
    100% {
        transform: scale(0);
        opacity: 1;
    }

}

.visitor-page-shop h5:before {
    content: '';
    height: 18px;
    width: 18px;
    background: #00ff67;
    border-radius: 50%;
    right: -19px;
    top: 20%;
    position: absolute;
    animation: 2s ease-in-out infinite animate-befot-visitor;
}

@keyframes animate-befot-visitor {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(100%);
        opacity: 0;
    }

}

.visitor-page-shop h5 i {
    color: #ef4056;
    padding: 3px 0;
}


/**start code instagram and telegram**/
.conti-in-tel {
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0;
}

.conti-in-tel .instagram-div {
    float: right;
    display: flex;
    justify-content: center;
    margin: 5px 0;
    width: 100%;
    background: #ffffff8a;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 5px;
}

.conti-in-tel .instagram-div i {
    font-size: 50px;
    color: #fd5cb5;
}

.conti-in-tel .instagram-div h3 {
    float: right;
    width: 100%;
    text-align: center;
    color: var(--main-color);
    padding: 10px 0;
    font-weight: 900;
}

.conti-in-tel .instagram-div p {
    font-weight: 100;
    color: var(--main-color);
}

.conti-in-tel a {
    text-decoration: none;
}

.conti-in-tel .telegram-div {
    float: right;
    display: flex;
    width: 100%;
    justify-content: center;
    background: #ffffff8a;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0;
}

.conti-in-tel .telegram-div i {
    font-size: 50px;
    color: #94a5f7;
}

.conti-in-tel .div-chanels-web {
    position: relative;
    overflow: hidden;
}

@keyframes be-after-anaima {
    0% {
        right: 0;
        filter: blur(8px);
    }
    50% {
        right: 100%;
        transform: matrix(10, 18, 0, 1, 9, 0);
        filter: blur(1px);
    }
    100% {
        right: 0%;
        filter: blur(8px);
    }
}

.conti-in-tel .div-chanels-web:before {
    content: '';
    height: 100%;
    z-index: -1;
    width: 5%;
    transform: matrix(10, 3, 0, 1, 9, 0);
    top: 0;
    right: 0;
    position: absolute;
    background: rgb(137 138 245);
    filter: blur(1px);
    animation: 5s ease-in-out be-after-anaima infinite;
}

.conti-in-tel .telegram-div h3 {
    float: right;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: var(--main-color);
    font-weight: 900;
}

.conti-in-tel .telegram-div p {
    font-weight: 100;
    color: var(--main-color);
}

/**end code instagram and telegram**/
/**start code instagram panel (2)**/
.conti-in-tel-plan2 {
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.conti-in-tel-plan2 a {
    text-decoration: none;
}

.instagram-div-plan2:before {
    content: '';
    height: 165%;
    width: 150px;
    background: #29ff617a;
    border-radius: 50%;
    position: absolute;
    top: 0;
    z-index: 0;
    right: -100px;
    animation: 2s linear infinite imimates0befores;
}

.instagram-div-plan2:after {
    content: '';
    height: 165%;
    width: 150px;
    background: rgba(255, 96, 96, 0.48);
    border-radius: 50%;
    position: absolute;
    top: -50%;
    z-index: 0;
    right: -100px;
    animation: 3s linear infinite imimates0befores;
}

@keyframes imimates0befores {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(100deg);
    }
    100% {
        transform: rotate(0);
    }
}

.conti-in-tel-plan2 .instagram-div-plan2 {
    display: flex;
    justify-content: start;
    margin: 5px 0;
    align-items: center;
    width: 99%;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.conti-in-tel-plan2 .instagram-div-plan2 i {
    width: 5%;
    text-align: center;
    margin-left: 15px;
    color: #ff59ad;
    font-size: 35px;
    padding: 9px;
    z-index: 1;
    border-radius: 50%;
}

.conti-in-tel-plan2 .instagram-div-plan2 h3 {
    font-size: 20px;
    padding: 0 20px 0 10px;
    font-weight: 900;
    color: var(--main-color);
    border-left: 1px solid #ddd;
    -moz-font-feature-settings: "ss04";
    -webkit-font-feature-settings: "ss04";
    font-feature-settings: "ss04";
}

.conti-in-tel-plan2 .instagram-div-plan2 p {
    padding: 0 5px;
    font-size: 13px;
    font-weight: 200;
    color: var(--main-color);
}

.conti-in-tel-plan2 .teleg-plans-two-2 i {
    color: #0b7da5;
}


/**end code instagram panel (2)**/
/**start style input number**/
button.minus {
    float: left;
    padding: 8px 14px;
    background: #f1f1f1;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
}

button.plus {
    float: left;
    padding: 11px 14px;
    background: #f1f1f1;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.aditional-card-product input::-webkit-outer-spin-button,
.aditional-card-product input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.aditional-card-product input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

/**end style input number**/
@media screen and (max-width: 370px) {
    .item-name > h2 {
        font-size: 11px !important;
    }

    .single .main-single .post-single .thumbnaill .meta-single .meta-post span {
        font-size: 6px;
    }
}

@media screen and (max-width: 300px) {
    .ads-topbar p {
        font-size: 8px;
    }
}

/*additioanal-production مزیت خرید*/
.additioanal-production {
    float: right;
    width: 100%;
    display: flex;
    border-top: 1px solid #ddd;
    justify-content: space-around;
    margin: 0 0 15px;
    padding: 20px 10px 20px;
    border-bottom: 1px solid #ddd;
}

.additioanal-production a {
    text-decoration: none;
}

.additioanal-productionsss img {
    padding-left: 3px;
}

.additioanal-productionsss p {
    font-weight: 200;
    color: #a3a3a3;
}

.additioanal-productionsss {
    display: flex;
    align-items: center;
    filter: contrast(1.5);
    cursor: help;
}


/*additioanal-production مزیت خرید*/
/*start item 4 panel slider pro*/
.item-slider-divs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.item-slider-divs .item-slider-divs-1 .owl-nav {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    width: 100%;
}

.item-slider-divs .item-slider-divs-1 .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    color: #FFFFFF;
    border-radius: 50%;
    padding: 10px 15px !important;
    background: rgba(255, 255, 255, 0.06);
}

.item-slider-divs .item-slider-divs-1 .owl-nav .owl-next {
    right: 0;
    position: absolute;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    color: #FFFFFF;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    padding: 10px 15px !important;
}

.item-slider-divs .item-slider-divs-1 .owl-nav .owl-next:hover, .item-slider-divs .item-slider-divs-1 .owl-nav .owl-prev:hover {
    background: #FFFFFF;
    color: #303841;
}

.item-slider-divs .item-slider-divs-1 {
    float: right;
    width: 55%;
    direction: ltr;
    height: 400px;
    border-radius: 5px;
    background: #002e44;
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.item-slider-divs .item-slider-divs-1 .item .item-dittils {
    width: 60%;
    float: right;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: right;
    height: 100%;
    margin-top: 15%;
}
#headline {
    padding: 10px 5px;
    color: #fff;
}
@keyframes animate-dittolssss {
    0% {
        text-shadow: 0 0 10px #fff;
    }
    100% {
        text-shadow: 0 0 0 #fff;
    }
}

.item-slider-divs .item-slider-divs-1 .item .item-dittils p {
    width: 100%;
    text-align: right;
    padding-right: 5%;
    color: #dddddd;
}

.item-slider-divs .item-slider-divs-1 .item .item-dittils h2 {
    width: 100%;
    text-align: right;
    animation: .1s animate-dittolssss infinite alternate;
    padding: 10px 0;
    padding-right: 5%;
    color: #FFFFFF;
    height: 100%;
    font-size: 40px;
    font-weight: 900;

}

.item-slider-divs .item-slider-divs-1  a {
    text-decoration: none;
}

.item-slider-divs .item-slider-divs-1 .item .item-img {
    width: 40%;
    float: left;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.item-slider-divs .item-slider-divs-1 .item .item-img img {
    max-width: 60%;
    border-radius: 5px;
}


.item-slider-divs .item-slider-divs-2 {
    width: 24%;
    float: right;
    display: flex;
    height: 400px;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 5px;
    background: #ffffff;
    border-radius: 5px;
}

.item-slider-divs .item-slider-divs-2 .item-slider-divs-2-1 {
    width: 100%;
    height: 49.5%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: .5%;
}

.item-slider-divs .item-slider-divs-2 .item-slider-divs-2-2 {
    width: 100%;
    height: 49.5%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: .5%;
}

.item-slider-divs .item-slider-divs-2 .item-slider-divs-2-1 img {
    width: 100%;
    border-radius: 5px;
}

.item-slider-divs .item-slider-divs-2 .item-slider-divs-2-2 img {
    width: 100%;
    border-radius: 5px;
}

.item-slider-divs .item-slider-divs-3 {
    width: 20%;
    float: right;
    height: 400px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    position: relative;
}

.item-slider-divs .item-slider-divs-3 p {
    text-align: center;
    font-size: 11px;
}

.item-slider-divs .item-slider-divs-3 h3 {
    text-align: center;
    font-size: 30px;
    color: var(--main-color);
    font-width: 900;
}

.item-slider-divs .item-slider-divs-3 h5 {
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    line-height: 20px;
}

.item-slider-divs .item-slider-divs-3 a {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #303841;
    text-decoration: none;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 3px 3px 0 0;
}

.item-slider-divs .item-slider-divs-3 a:hover {
    background: #002e44;
}

.item-slider-divs .item-slider-divs-3 img {
    width: 100%;
    border-radius: 5px;
}

/*start item 4 panel slider pro*/
/*respansive 4 panel slider pro*/
@media screen and (max-width: 1000px) {
    .item-slider-divs {
        flex-wrap: wrap;
    }

    .item-slider-divs .item-slider-divs-1 {
        width: 75%;
    }

    .item-slider-divs .item-slider-divs-3 {
        width: 100%;
        display: flex;
        height: auto;
        margin-top: 8px;
        align-items: center;
        overflow: unset;
    }

    .item-slider-divs .item-slider-divs-3 img {
        width: 20%;
    }

    .item-slider-divs .item-slider-divs-3 img {
        width: 20%;
    }

    .item-slider-divs .item-slider-divs-3 h3 {
        width: 32%;
    }

    .item-slider-divs .item-slider-divs-3 a {
        bottom: -18px;
    }
}

@media screen and (max-width: 950px) {
    .item-slider-divs .item-slider-divs-3 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .item-slider-divs .item-slider-divs-3 h5 {
        width: 100%;
    }

    .item-slider-divs .item-slider-divs-3 p {
        padding: 0 5px;
    }

    .item-slider-divs .item-slider-divs-1 .item .item-dittils p {
        font-size: 12px;
    }
}

@media screen and (max-width: 820px) {
    .item-slider-divs .item-slider-divs-1 .item .item-dittils h2 {
        font-size: 30px;
    }

    .item-slider-divs .item-slider-divs-1 .item .item-dittils p {
        font-size: 10px;
    }

    .item-slider-divs .item-slider-divs-1 {
        height: 250px;
    }

    .item-slider-divs .item-slider-divs-1 {
        width: 100%;
    }

    .item-slider-divs .item-slider-divs-2 {
        width: 100%;
        display: flex !important;
        align-items: baseline !important;
        flex-wrap: nowrap;
        height: auto;
        margin-top: 5px;
    }

    .item-slider-divs .item-slider-divs-2 .item-slider-divs-2-1 {
        padding: 5px;
    }

    .item-slider-divs .item-slider-divs-2 .item-slider-divs-2-2 {
        padding: 5px;
    }
}

@media screen and (max-width: 570px) {
    .item-slider-divs .item-slider-divs-1 .item .item-dittils {
        margin-top: 30%;
    }

    .item-slider-divs .item-slider-divs-1 .item .item-dittils h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 500px) {
    .item-slider-divs .item-slider-divs-1 .item .item-dittils p {
        font-size: 9px;
    }
}

@media screen and (max-width: 470px) {
    .item-slider-divs .item-slider-divs-1 .item .item-dittils p {
        font-size: 9px;
    }
}

@media screen and (max-width: 450px) {
    .item-slider-divs .item-slider-divs-1 {
        height: 200px;
    }

    .item-slider-divs .item-slider-divs-1 .item .item-dittils {
        margin-top: 35%;
    }
}

@media screen and (max-width: 415px) {
    .item-slider-divs .item-slider-divs-1 .item .item-dittils {
        margin-top: 39%;
    }

    .item-slider-divs .item-slider-divs-1 .item .item-dittils p {
        font-size: 7px;
    }
}

@media screen and (max-width: 380px) {
    .item-slider-divs .item-slider-divs-1 .item .item-dittils h2 {
        font-size: 22px;
    }

    .item-slider-divs .item-slider-divs-1 .item .item-dittils {
        margin-top: 43%;
    }
}

@media screen and (max-width: 355px) {
    .item-slider-divs .item-slider-divs-1 .item .item-dittils p {
        font-size: 6px;
    }
}

@media screen and (max-width: 340px) {
    .item-slider-divs .item-slider-divs-1 .item .item-dittils {
        margin-top: 50%;
    }

    .item-slider-divs .item-slider-divs-1 .item .item-dittils h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 310px) {
    .item-slider-divs .item-slider-divs-1 .item .item-dittils {
        margin-top: 55%;
    }

    .item-slider-divs .item-slider-divs-1 .item .item-dittils h2 {
        font-size: 18px;
    }

    .item-slider-divs .item-slider-divs-1 .item .item-dittils p {
        font-size: 5px;
    }
}

@media screen and (max-width: 550px) {
    .item-slider-divs .item-slider-divs-3 h3 {
        width: 50%;
    }

    .item-slider-divs .item-slider-divs-3 img {
        width: 100%;
    }
}

@media screen and (max-width: 330px) {
    .item-slider-divs .item-slider-divs-3 h3 {
        font-size: 25px;
    }

    .item-slider-divs .item-slider-divs-1 {
        height: 140px;
    }

    .item-slider-divs .item-slider-divs-1 .item .item-dittils {
        margin-top: 59%;
    }
}

@media screen and (max-width: 280px) {
    .item-slider-divs .item-slider-divs-1 .item .item-dittils h2 {
        font-size: 16px;
    }

    .item-slider-divs .item-slider-divs-1 .item .item-dittils {
        margin-top: 63%;
    }
}

@media screen and (max-width: 275px) {
    .item-slider-divs .item-slider-divs-3 h3 {
        width: 55%;
        font-size: 23px;
    }
}

@media screen and (max-width: 275px) {
    .item-slider-divs .item-slider-divs-1 .item .item-dittils {
        margin-top: 70%;
    }
}

/*respansive 4 panel slider pro*/
/*start cat pro artikut version new*/
.cat-elemans-artikut {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.cat-elemans-artikut a {
    text-decoration: none;
    width: 20%;
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cat-elemans-artikut a:hover h3:before {
    width: 100%;
}
.cat-elemans-artikut a:hover h3:after {
    width: 5%;
}
.cat-elemans-artikut .item-cat-eleman h3:before {
    content: '';
    position: absolute;
    width: 0;
    top: -10%;
    background: #27ae60;
    height: 4px;
    text-align: center;
    border-radius: 5px;
    transition:all .5s ease-in-out ;
}
.cat-elemans-artikut .item-cat-eleman h3:after {
    content: '';
    position: absolute;
    width: 20%;
    top: 110%;
    background: #ff7688;
    height: 4px;
    text-align: center;
    border-radius: 5px;
    transition:all .5s ease-in-out ;
}
.cat-elemans-artikut .item-cat-eleman img {
max-width: 100%;
}
.cat-elemans-artikut .item-cat-eleman h3 {
font-weight: 200;
    color: var(--main-color);
    position: relative;
    padding-top: 5px;
    text-align: center;
    width: 100%;
transition:all .5s ease-in-out ;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 900px) {
    .cat-elemans-artikut a {
        width: 25%;
    }
}
@media screen and (max-width: 750px) {
    .cat-elemans-artikut a {
        width: 30%;
    }
}
@media screen and (max-width: 570px) {
    .cat-elemans-artikut a {
        width: 49%;
    }
}
@media screen and (max-width: 340px) {
    .cat-elemans-artikut a {
        width: 100%;
    }
}
/*start cat pro artikut version new*/
/*start name titr*/
.name-titr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
}
.name-titr h2 {
   font-weight: 200;
    position: relative;
    display: flex;
    justify-content: center;
}
.name-titr h2:before {
content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    border-radius: 3px;
    background: #27ae60;
    bottom: -30%;
    animation: 2s animate-before-h2-titr ease-in-out infinite alternate;
}
@keyframes animate-before-h2-titr {
    0% {
        width: 100%;
        opacity: .8;
    }

    100% {
        width: 10%;
        opacity: .1;
    }
}

/*start name titr*/
/*start slider shop pro artikut*/
.slider-shop-pro {
    direction: ltr;
    float: right;
    width: 100%;
}
.slider-shop-pro .item {
    padding: 5px 5px;
    margin: 5px 0;
    background: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
    transition: all .5s ease-in-out;
}
.slider-shop-pro .item:hover {
    box-shadow: 0 0 0 1px #ddd;
}
.slider-shop-pro .item:hover .dittils-shop-product-cart p {
    background: rgba(243, 87, 77, 0.66);
    color: #FFFFFF;
}
.slider-shop-pro .item:hover .dittils-shop-product p  {
    background: rgba(243, 87, 77, 0.66);
    color: #FFFFFF;
}
.slider-shop-pro .item img {
max-width: 100%;
    height: auto;
    border-radius: 5px;
    transform: scale(.9);
}
.slider-shop-pro .item h2 {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #4B4B4B;
    height: 70px;
    width: 100%;
    padding: 10px 0;
    direction: rtl;
}
.slider-shop-pro .item .dittils-shop-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.slider-shop-pro .item .dittils-shop-product-cart {
position: relative;
}
.slider-shop-pro .item a {
    text-decoration: none;
    width: 100%;
}
.slider-shop-pro .item .dittils-shop-product-cart p {
    position: absolute;
    top: 4px;
    z-index: 10;
    font-size: 9px;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    width: max-content;
    background: rgba(48, 56, 65, 0.4);
    color: #FFFFFF;
    right: 35px;
}
.slider-shop-pro .item .dittils-shop-product-cart i {
    font-size: 20px;
    color: #303841;
    background: #fff;
    padding: 5px 7px;
    border-radius: 50%;
    box-shadow: 0 0 5px #ddd;
}
.slider-shop-pro .item .dittils-shop-product {
    position: relative;
}
.slider-shop-pro .item .dittils-shop-product p {
    position: absolute;
    top: 4px;
    z-index: 10;
    text-align: center;
    font-size: 9px;
    padding: 5px;
    border-radius: 4px;
    width: max-content;
    background: rgba(48, 56, 65, 0.47);
    color: #FFFFFF;
    left: 35px;
}
.slider-shop-pro .item .dittils-shop-product i {
    font-size: 20px;
    color: #ff7676;
    background: #fff;
    padding: 5px 7px;
    border-radius: 50%;
    box-shadow: 0 0 5px #ddd;
}

.slider-shop-pro .item .price-shop-product-pro {
    width: 100%;
    justify-content: space-around;
    display: flex;
    padding-bottom: 10px;
    padding-top: 3px;
}
.slider-shop-pro .item .price-shop-product-pro > .amount > bdi {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
    color: #008072;
}
.slider-shop-pro .item .price-shop-product-pro del {
    width: 60%;
    display: block;
    text-decoration: revert;
    font-weight: 200;
    text-align: right;
    color: #ddd;
    font-size: 17px;
}


.slider-shop-pro .item .price-shop-product-pro ins  {
    width: 100%;
    display: block;
    text-align: left;
    font-weight: 900;
    color: #008072;
    text-decoration: none;
    font-size: 17px;
}
.slider-shop-pro .item .timers-slider-shop {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ddd;
    width: 100%;
    margin-top: 15px;
}
@media screen and (max-width: 1250px ){
    .slider-shop-pro .item .dittils-shop-product p {
        left: 25px;
    }
    .slider-shop-pro .item .dittils-shop-product-cart p {
        right: 26px;
    }
}
@media screen and (max-width: 1150px ){
    .slider-shop-pro .item .dittils-shop-product p {
        top: 6px;
        font-size: 7px;
    }
    .slider-shop-pro .item .dittils-shop-product-cart p {
        top: 5px;
        font-size: 8px;
    }
}
@media screen and (max-width: 1030px ){
    .slider-shop-pro .item .dittils-shop-product p {
        font-size: 6px;
    }
    .slider-shop-pro .item .dittils-shop-product-cart p {
        font-size: 7px;
    }
}
@media screen and (max-width: 1000px ){
    .slider-shop-pro .item .dittils-shop-product p {
        top: 4px;
        font-size: 9px;
        left: 35px;
    }
    .slider-shop-pro .item .dittils-shop-product-cart p {
        top: 4px;
        font-size: 9px;
        right: 35px;
    }
}
@media screen and (max-width: 700px ){
    .slider-shop-pro .item .dittils-shop-pro {
        flex-wrap: wrap;
    }
    .slider-shop-pro .item .dittils-shop-product {
       width: 100%;
    }
    .slider-shop-pro .item .dittils-shop-product-cart {
        width: 100%
    }
    .slider-shop-pro .item .dittils-shop-product-cart p {
        left: 35px;
    }
}
@media screen and (max-width: 500px ){
    .slider-shop-pro .item .price-shop-product-pro ins {
        font-size: 14px;
    }
    .slider-shop-pro .item .price-shop-product-pro del {
        font-size: 12px;
    }
    .slider-shop-pro .item .price-shop-product-pro > .amount > bdi {
        font-size: 14px;
    }
    .slider-shop-pro .item h2 {
        font-weight: 600;
    }
}
@media screen and (max-width: 430px ){
    .slider-shop-pro .item .price-shop-product-pro del {
        width: 45%;
        font-size: 12px;
    }
    .slider-shop-pro .item .price-shop-product-pro ins {
        width: 85%;
        font-size: 12px;
    }
    .slider-shop-pro .item .price-shop-product-pro > .amount > bdi {
        font-size: 10px;
    }
}
@media screen and (max-width: 410px ){
    .slider-shop-pro .item .dittils-shop-product p {
        top: 5px;
        font-size: 7px;
    }
    .slider-shop-pro .item .dittils-shop-product-cart p {
        top: 6px;
        font-size: 7px;
    }
    .slider-shop-pro .item .price-shop-product-pro ins {
        width: 75%;
        font-size: 11px;
    }
    .slider-shop-pro .item .price-shop-product-pro del {
        width: 45%;
        font-size: 11px;
    }
    .slider-shop-pro .item .price-shop-product-pro > .amount > bdi {
        font-size: 11px;
    }
}
@media screen and (max-width: 380px ){
    .slider-shop-pro .item h2 {
        font-size: 10px;
    }
    .slider-shop-pro .item .dittils-shop-product i {
        font-size: 15px;
        margin-bottom: 7px;
    }
    .slider-shop-pro .item .dittils-shop-product-cart i {
        font-size: 15px;
    }
    .slider-shop-pro .item .dittils-shop-product-cart p {
        top: 3px;
    }
    .slider-shop-pro .item .dittils-shop-product p {
        top: 3px;
    }
}
@media screen and (max-width: 330px ){
    .slider-shop-pro .item h2 {
        font-size: 9px;
    }
    .slider-shop-pro .item .price-shop-product-pro ins {
        font-size: 10px;
    }
    .slider-shop-pro .item .price-shop-product-pro del {
        font-size: 10px;
    }
    .slider-shop-pro .item .price-shop-product-pro > .amount > bdi {
        font-size: 10px;
    }

}



/*start slider shop pro artikut*/
/*start titr two artikut version new*/
.titr-head-plan {
    padding: 0 10px 5px;
    float: right;
    position: relative;
    width: 100%;
}
.titr-head-plan h2 {
    color: #4c4c4c;
    font-weight: 500;
    width: 100%;
    font-size: 17px;
    position: relative;
}
.titr-head-plan h2:before {
    position: absolute;
    content: '';
    background: #a5acfa;
    width: 15px;
    top: 5%;
    right: -22px;
    animation: ease-in-out .9s animate-span-heade-plans-title infinite alternate;
    animation-delay: .3s;
    height: 15px;
    border-radius: 50%;
}
.titr-head-plan h2:after {
    position: absolute;
    animation: ease-in-out .5s animate-span-heade-plans-title infinite alternate;
    animation-delay: .6s;
    content: '';
    background: #6172f5;
    width: 9px;
    top: 17%;
    right: -19px;
    height: 9px;
    border-radius: 50%;
}
.titr-head-plan #span-head-plan {
    position: absolute;
    height: 1px;
    border-radius: 5px;
    width: 20%;
    background: #8286ff;
bottom: -4%;
    right: 0;
}
@keyframes animate-span-heade-plans-title {
    0% {
        opacity: .1;
        transform: scale(.5);
    }
    100% {
        opacity: .7;
        transform: scale(1);
    }
}
/*start titr two artikut version new*/
.login-workut-form .woocommerce-form-row {
    position: relative;
}

.login-workut-form .woocommerce-form-row #pass-loginform {
    position: absolute;
    left: 2%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}
.login-workut-form .woocommerce-form-row #hide-pass-loginform {
    position: absolute;
    right: 2%;
    height: 100%;
    top: 0;
    display: flex;
    cursor: pointer;
    align-items: center;
}
.login-workut-form .woocommerce-form-row #hide-pass-loginform:hover {
    color: #27ae60;
}
.login-workut-form .woocommerce-form-row input[type="password"] {
    padding: 10px 5px !important;
    border-radius: 4px;
}
.login-workut-form .woocommerce-form-row input[type="text"] {
    padding: 10px 5px !important;
    border-radius: 4px;
    font-family: IRANYekanX;
}
.login-workut-form .woocommerce-form-row #user-loginform {
    position: absolute;
    left: 2%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}
/*ajax content product*/
.ajax-content {
    display: flex;
    justify-content: right;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.ajax-content .item-cont-js {
    background: #fff;
    text-align: center;
    margin: 0 1px;
    border-radius: 3px;
}
.ajax-content .item-cont-js p {
    padding: 10px 10px;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}
#itan-js-1{
    border-bottom: 3px solid #ff0000;
}
.item-page-ajax {
    padding: 5px 20px;
    display: flex;
    border-radius: 15px;
    width: 100%;
    background: #ffffff;
    margin: 5px 0;
    border: 1px solid #DDD;
    color:#303841;
    height: fit-content;
    justify-content: space-around;
    flex-wrap: wrap;
}
.item-page-ajax p {

}



/*ajax content product*/

.woocommerce #review_form #respond textarea {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #ddd;
}
.woocommerce #review_form #respond p input[type="text"] {
    width: 100%;
}
.woocommerce #review_form #respond p input[type="email"] {
    width: 100%;
    border: 1px solid #ddd;
}
.woocommerce #review_form label {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    text-align: right;
    float: right;
    margin: 0;
}
.woocommerce #review_form #respond p.comment-form-author {
    width: 50%;
    float: right;
    padding-left:3px;
}
.woocommerce #review_form #respond p.comment-form-email {
    width: 50%;
    float: left;
    padding-right: 3px;
}
.woocommerce #review_form #respond p.comment-form-cookies-consent {
    display: flex;
    justify-content: right;
    width: 100%;
    float: right;
}
.woocommerce #review_form #respond p.comment-form-cookies-consent label {
    padding: 5px;
}
.woocommerce #review_form #respond {
    margin: 0;
    width: 97%;
    float: left;
    text-align: right;
    padding: 0;
    background: transparent none;
    border: 0;
}
.related > h2 {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    display: inline-block;
    color: #303841;
}
.related .onsale {
    display: none;
}
.related li {
    background: #fff;
    padding: 10px !important;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.related li h2 {
    font-weight: 300;
    font-size: 13px !important;
    padding: 0 0 10px!important;
    color: #303841;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.related p.sale-perc {
    width: fit-content;
    text-align: center;
    margin: auto;
    background: #ffff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #303841;
    font-weight: 300;
    margin-bottom: 9px;
    position: absolute;
    right: 3%;
    top: 2%;
}
.related del {
    color: #9d9d9d !important;
}
.related ins {
    color: #303841 !important;
    text-decoration: none;
    font-size: 15px;
}
.related .price > .woocommerce-Price-amount bdi {
    font-size: 15px;
    color: #343b44;
    font-weight: 800;
}
.related a.button {
    background: #ff8599;
    width: 100%;
    color: #fff;
    border-radius: 8px;
    font-weight: 300;
}
.h_iframe-aparat_embed_frame {
    width: 50%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 900px ){
    .h_iframe-aparat_embed_frame {
        width: 100%;
    }
}


.header-fix {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 991;
    width: 100%;
}

.headroom {
    will-change: transform;
    transition: transform .4s linear;
    transform: translateY(0);
    opacity: 1;
}

.headroom--pinned {
    transform: translateY(0%);
    transition: transform .4s linear;
}

.headroom--unpinned {
    transform: translateY(-400%);
    transition: transform .4s linear;
}
.over-flew-search-box {
    height: 325px !important;
    overflow: auto !important;
}

@media screen and (max-width: 900px) {
    .over-flew-search-box {
        height: 100% !important;
    }
}

.over-flew-search-box::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

.over-flew-search-box::-webkit-scrollbar-track {
    background-color: #fff;
}

.over-flew-search-box::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
    z-index: 99999;
}
.datafetch img, .datafetchs img {
    max-width: 15%;
    height: auto;
    border-radius: 10px;
}

.datafetch a, .datafetchs a {
    float: right;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ddd;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    padding: 10px 10px;
}

.datafetch a h4, .datafetchs a h4 {
    padding: 0 5px;
    font-weight: 400;
    line-height: 25px;
    font-size: 13px;
}

.datafetch a div.price-product-search, .datafetchs a div.price-product-search {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
}

.datafetch a div.price-product-search .amount span.woocommerce-Price-currencySymbol, .datafetchs a div.price-product-search .amount span.woocommerce-Price-currencySymbol {
    padding-right: 3px;
    order: 1;
}

.datafetch a div.price-product-search .amount span.woocommerce-Price-currencySymbol:after, .datafetchs a div.price-product-search .amount span.woocommerce-Price-currencySymbol:after {
    content: 'ءء';
}

.datafetch a div.price-product-search ins, .datafetchs a div.price-product-search ins {
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #303841;
    font-weight: 800;
}

.datafetch a div.price-product-search ins, .datafetchs a div.price-product-search ins .amount bdi {
    display: flex;
    align-items: center;
}

.datafetch a div.price-product-search del, .datafetchs a div.price-product-search del {
    font-size: 15px;
    color: #ddd9db;
    width: 100%;
    display: flex;
    line-height: 40px;
    justify-content: flex-end;
    align-items: center;
}
.over-flew-search-box a {
    text-decoration: none !important;
    color: #303841 !important;
}

.datafetch a div.price-product-search del, .datafetchs a div.price-product-search del .amount bdi {
    display: flex;
    align-items: center;
}

div.price-product-search > span.woocommerce-Price-amount > bdi {
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #303841;
    font-weight: 800;
}
.not-found-search-box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    align-items: center;
    padding: 5px;
    justify-content: center;
    border: 1px solid #ddd;
    margin: 3px 0 0;
}

.not-found-search-box img {
    max-width: 50%;
    border-radius: 10px;
    height: auto;
}

.not-found-search-box p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #303841;
    padding: 10px 0;
    font-weight: 900;
}
.data-faches {
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top: 105%;
    width: 100%;
    padding: 0;
    z-index: 999;
    display: flex;
    color: #303030;
    height: fit-content;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
    overflow: auto;
}
.data-loder-fatchs {
    width: 99%;
    position: absolute;
    top: 105%;
    z-index: 1;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-loder-fatchs i {
    font-size: 30px;
    color: #ddd;
    animation: 2s ease-in-out loading-data-loder-fatchs infinite alternate;
}

@keyframes loading-data-loder-fatchs {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1000deg);
    }
}

.search-box-slide-phone {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    transform: translatex(150%);
    width: 80%;
    height: 100%;
    background: #FFFFFF;
    z-index: 999;
    align-content: flex-start;
    justify-content: center;
    padding: 20px 5px;
    transition: all 1s ease-in-out;
}

.search-box-slide-phone-translate-x {
    transform: translatex(0);
    box-shadow: -150px 10px 5px 5px #ffffffeb;
}

.search-box-slide-phone i.i-translate-x-remove-clase-search-box-mobile {
    position: fixed;
    left: -20%;
    display: block;
    width: 20%;
    text-align: center;
    border-radius: 10px 0px 0 10px;
    top: 3%;
    padding: 15px 0;
    background: #FFFFFF;
    font-size: 35px;
    transition: all 1s ease-in-out;
}

.search-box-slide-phone form {
    display: flex;
    float: right;
    position: relative;
    height: fit-content;
    width: 100%;
    border-radius: 5px;
    background: #f1f2f4;
    padding: 3px;
    justify-content: space-between;
    transition: all 1s ease-in-out;
    overflow: hidden;
}

.search-box-slide-phone form input[type="search"] {
    text-align: right;
    width: 100%;
    padding: 14px 4px;
    background: none;
    font-family: IRANYekanX;
}

.search-box-slide-phone form input[type="search"]:focus {
    outline: none !important;
}

.search-box-slide-phone form button {
    padding: 12px;
    height: 100%;
    font-size: 20px;
    border-radius: 5px;
    color: #919191;
    background: #f1f2f4;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.search-box-slide-phone-translate-x {
    transform: translatex(0);
    box-shadow: -150px 10px 5px 5px #ffffffeb;
}

.datafetchss form {
    display: none !important;
}

.data-fachess {
    background: #FFFFFF;
    width: 100%;
    padding: 0;
    z-index: 999;
    display: flex;
    color: #303030;
    height: fit-content;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 5px;
}

.datafetchss img {
    max-width: 20%;
    height: auto;
    border-radius: 10px;
}

.datafetchss {
    overflow: scroll;
}

.datafetchss a {
    float: right;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ddd;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    padding: 10px 10px;
}

.datafetchss a h4 {
    padding: 0 5px;
    font-weight: 400;
    line-height: 25px;
    font-size: 12px;
}

.datafetchss a div.price-product-search {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
}

.datafetchss a div.price-product-search .amount span.woocommerce-Price-currencySymbol {
    float: left;
    padding-right: 3px;
    transform: rotate(0deg);
    padding: 3px 4px;
    order: 1;
    font-size: 9px;
}

.datafetchss a div.price-product-search .amount span.woocommerce-Price-currencySymbol:after {
    content: 'ء';
}

.datafetchss a div.price-product-search span bdi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.datafetchss a div.price-product-search ins {
    text-decoration: none;
    font-size: 13px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--main-color-2);
    font-weight: 800;
}

.datafetchss a div.price-product-search del {
    font-size: 10px;
    color: #ddd9db;
    width: 100%;
    display: flex;
    line-height: 40px;
    justify-content: flex-end;
    align-items: center;
}
