/*
Theme Name: Kimia
Theme URI:
Author: WordPlusCode
Author URI:
Description: قالب فروشگاهی کیمیا، سازگار با ووکامرس، دارای پنل تنظیمات حرفه‌ای، طراحی رسپانسیو و بهینه برای فروشگاه‌های اینترنتی
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: kimia
Tags: e-commerce, woocommerce, rtl-language-support, responsive-layout

*/



:root{
    --top-header-color : #122742;
    --user-account : #122742;
    --main-color : #0B4286;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "yekanbakh";
    src: url("fonts/YekanBakhFaNum-VF.woff");
    src: url("fonts/YekanBakhFaNum-VF.woff2");
}
a {
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #303030;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
textarea {
    font-family: "yekanbakh";
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    width: 100%;
    padding: 8px;
    height: 48px;
}
textarea{
    height: auto;
}
button {
    font-family: "yekanbakh";
}
.button , input[type="submit"] {
    background: var(--main-color);
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-family: "yekanbakh";
    display: inline-flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.woocommerce input[type="text"] {
    border: 1px solid #ddd !important;
}
/*.woocommerce-input-wrapper .selection .select2-selection--single {*/
/*    border: 1px solid #ddd !important;*/

/*}*/
.woocommerce-input-wrapper .selection > span , .woocommerce-billing-fields .selection > span ,.woocommerce-input-wrapper input ,
.woocommerce-input-wrapper > textarea{
    border: 1px solid #ddd !important;
}
.woocommerce .button {
    background: var(--main-color) !important;
    color: #fff !important;
}
body {
    direction: rtl;
    font-size: 14px;
    text-align: right;
    color: #303030;
    font-family: "yekanbakh";
    font-weight:400;
}
.header {
    background: #fff;
    box-shadow: 0px 4px 10px 0px #0000000D;
    margin-bottom: 20px;
    position: relative;
    z-index: 106;
}
.hero-top-header {

}
.container {
    width: 1440px;
    margin:auto;
    max-width: 100%;

}
.container2 {
    width: 1800px;
    margin:auto;
    max-width: 100%;
    padding: 0 15px;
}
.top-header {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 350;
    background: var(--top-header-color);
    padding: 6px 20px !important;
    text-align: center;
}
.top-header .t-h-right .bullet-notic {
    width: 8px;
    height: 8px;
    background: #5C9DFF;
    display: inline-block;
    border-radius: 50%;
    margin-left: 6px;
    animation: on-off 1s infinite;
}
@keyframes on-off {
    50% {
        opacity: 0;
    }
}
.top-header .t-h-left .contact-header {
    color: #0c4388;
    margin-right: 20px;
    font-weight: 450;
}
.top-header .t-h-left .contact-header i {
    font-size: 18px;
    margin-right: 6px;
}
.main-header {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.m-h-right {
    display: flex;
    width: 57%;
    align-items: center;
}
.m-h-right .logo {
    max-width: 130px;
}
.m-h-right .logo a {
    display: flex;
}
.m-h-right .logo a img {
    max-width: 100%;
}
.m-h-right .search-main {
    width: 100%;
    margin-right: 71px;
    position: relative;
}
.m-h-right .search-main form {
    position: relative;
}
.m-h-right .search-main form input[type="search"] {
    background: #F3F4F6;
    border-radius: 40px;
    font-family: "yekanbakh";
    font-size: 13px;
    padding: 15px;
    width: 100%;
    padding-right: 50px;
}
.m-h-right .search-main form button {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 20px;
    background: transparent;
    color: #a0a0a0;
    cursor: pointer;
}

.m-h-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.m-h-left .cart-btn-header > a {
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
    padding: 13.8px;
    border-radius: 7px;
    display: flex;
}

.m-h-left .cart-btn-header {
    position: relative;
}
.m-h-left .cart-btn-header:hover .cart-content {
    opacity: 1;
    visibility: visible;
    top: 50px;
    transition: all .2s ease-in-out;
}
.cart-btn-header .cart-content {
    background: #fff;
    position: absolute;
    width: 300px;
    left: 0;
    top: 75px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.m-h-left .cart-btn-header > a {
    background: #1BD2A3;
    color: #fff;
    text-decoration: none;
    padding: 13.8px;
    border-radius: 7px;
    display: flex;
}
.m-h-left .cart-btn-header a .cart-btn-text {
    font-weight: 450;
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
}


.m-h-left .favorite-btn-header a {
    text-decoration: none;
    padding: 13px;
    border-radius: 7px;
    display: flex;
    color: #303030;
    border: 1px solid #7E7E7E;
}
.m-h-left .favorite-btn-header a i {
    font-size: 19px;
    margin-left: 8px;
}


.cart-btn-header .cart-content ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.cart-btn-header .cart-content ul li > a {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 450;
}
.cart-btn-header .cart-content ul li > a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.cart-btn-header .cart-content ul li .mini-cart-detail {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 0 10px;
    color: #6c6c6c;
    align-items: center;
}
.cart-btn-header .cart-content ul li .mini-cart-detail a.remove {
    color: red;
    font-size: 24px;
}
.cart-btn-header .cart-content .woocommerce-mini-cart__total {
    text-align: center;
    margin-bottom: 10px;
}
.cart-btn-header .cart-content .woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: space-between;
}

.down-header {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    margin-top: 8px;
}
.main-menu {
    display: flex;
    align-items: center;
}
.megamenu-box {
    border-left: 1px dotted #333;
    padding-left: 20px;
    margin-left: 9px;
}
.megamenu-box .t-m {
    /*color: #161A1D;*/
    font-weight: 450;
    cursor: pointer;
}
.menu-header > ul > li {
    display: inline-block;
    margin: 0 11px;
    position: relative;
}
.menu-header ul li a {
    text-decoration: none;
    color: #7E7E7EE7;
    font-weight: 350;
    padding: 14px 0;
}
.menu-header > ul > li > a:hover {
    border-bottom: 1px solid var(--main-color);
}
.menu-header > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 38px;
}
.menu-header ul li ul {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 0;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 99;
}
.menu-header ul li ul li {

}
.menu-header ul li ul li a {
    padding: 7px 14px;
    display: block;
    font-size: 13px;
}
.register-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    text-decoration: none;
    padding: 13px;
    border-radius: 7px;
    display: flex;
    color: #303030;
    border: 1px solid #7E7E7E;
}
.register-btn i {
    font-size: 20px;
}
.pishro-megamenu {
    position: relative;
}
.megamenu-box:hover > .pishro-megamenu > ul {
    visibility: visible;
    opacity: 1;
    top: 16px;
}
.pishro-megamenu > ul:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    top: -20px;
}
.pishro-megamenu > ul {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    top: 25px;
    right: 0px;
    width: 222px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 99;
}
.pishro-megamenu > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pishro-megamenu > ul > li:hover {
    background: #f7f7f8;
}
.pishro-megamenu > ul > li:hover > a {
    color: var(--main-color);
}
.pishro-megamenu > ul > li > a {
    padding: 12px;
    font-weight: 450;
}
.pishro-megamenu > ul > li > i {
    margin-left: 12px;
    font-size: 9px;
    color: #000;
}
.pishro-megamenu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.pishro-megamenu > ul > li > ul {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    top: 0;
    right: 100%;
    width: 1215px;
    height: 100%;
    display: flex;
    padding: 12px;
    border-right: 2px solid #ddd;
    visibility: hidden;
    opacity: 0;
}
.pishro-megamenu > ul > li > ul > li {
    width: 25%;
}
.pishro-megamenu > ul > li > ul > li > a {
    font-weight: 450;
    color: #000;
    border-right: 3px solid var(--main-color);
    padding-right: 5px;
    margin-bottom: 7px;
    display: inline-block;
}
.pishro-megamenu > ul > li > ul > li > ul li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    padding: 4px;
    display: inline-block;
}
.main-slider {
    margin-bottom: 50px;
}
.main-slider .owl-stage-outer {
    /*border-radius: 15px;*/
}
.main-slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.main-slider .owl-theme .owl-dots button.owl-dot span {
    background: #000;
    opacity: .3;
    width: 7px;
    height: 7px;
    margin: 2px 3px;
}
.main-slider .owl-theme .owl-dots button.active span {
    background: #fff;
    opacity: 1;
    width: 18px;
}
.main-slider .owl-carousel .owl-nav button.owl-prev:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.main-slider .owl-carousel .owl-nav button.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.main-slider .owl-carousel .owl-nav button.owl-next {
    right: 80px;
}
.main-slider .owl-carousel .owl-nav button.owl-prev {
    right: 35px;
}
.main-slider .owl-carousel .owl-nav button {
    position: absolute;
    bottom: 35px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.main-slider:hover .owl-carousel .owl-nav button {
    opacity: 1;
}
.main-slider .owl-carousel .owl-nav button:hover {
    background: #fff;
    color: #333;
}
.title-pro{
    text-align: center;
}
.title-pro h4 {
    font-size: 18px;
    font-weight: 450;
    border-bottom: 1px solid #0c4388;
    margin-bottom: 22px;
    display: inline-block;
    padding-bottom: 14px;
}
.title-am{
    margin-top: 20px;
}
.hero-product .product-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px #00000008;
    margin: 13px 8px;
    padding: 10px 15px 15px;
}
.hero-product .product-item .color-dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25px;
}
.hero-product .product-item .color-dis .color ul li {
    float: right;
}
.hero-product .product-item .color-dis .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}
.hero-product .product-item .color-dis .color ul li span:hover > b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
}
.hero-product .product-item .color-dis .color ul li span b {
    background: #303030;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    bottom: 0px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.hero-product .product-item .color-dis .discount {
    background: #d21808;
    color: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.hero-product .product-item figure a {
    max-width: 200px;
    display: block;
    margin: 7px auto 0;
}
.hero-product .product-item h2 {
    margin-top: 15px;
    line-height: 22px;
    overflow: hidden;
    height: 60px !important;
}
.hero-product .product-item h2 a {
    color: #4f4f4f;
    font-size: 13px;
    line-height: 2.2;
    font-weight: 450;
}
.hero-product .product-item > figure{
    /*height: 200px !important;*/
}
.hero-product .product-item .down {
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 60px;
}
.hero-product .product-item .down .addtocart_button a {
    font-size: 34px;
    color: #1BD2A3;
    background: none !important;
    display: flex;
    padding: 0 !important;
}
.hero-product .product-item .down .price {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*position: relative;*/
    /*margin-left: 10px;*/
    /*align-items: baseline;*/
        position: relative;
        margin-left: 10px;
        text-align: left;
}


.hero-product .product-item .down .price del {
    color: #7E7E7E;
    font-size: 13px;
}
.hero-product .product-item .down .price ins {
    color: #313131;
    font-size: 15px;
    font-weight: 550;
    text-decoration: none;
}
.hero-product .product-item .down .price ins bdi{
    color: #313131;
    font-size: 15px;
    font-weight: 550;
    text-decoration: none;
}
.hero-product .product-item .down .price > .woocommerce-Price-amount > bdi{
    color: #313131;
    font-size: 15px;
    font-weight: 550;
    text-decoration: none;
}
.hero-product .product-item .down .price ins span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}
.hero-product .product-item .down .price del bdi span.woocommerce-Price-currencySymbol{
    display: none;
}





.not_stock {
    background: #ffdbdb;
    padding: 6px 10px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.contact-us-price {
    margin: 0 auto;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 10px;
}




.hero-product .product-item .down .price > .woocommerce-Price-amount > bdi > span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    position: absolute;
    top: -18px;
    left: 3px;
}

.hero-product .product-item .down .price > .woocommerce-Price-amount.amount > bdi > .woocommerce-Price-currencySymbol {
     /*display: none;*/
}

.hero-product .product-item .down .price > span[aria-hidden="true"]:nth-child(2){
    display: none !important;
}




























.hero-product {
    margin-bottom: 50px;
}
.amazing-product {
    border-radius: 15px;
    /*box-shadow: 17px 17px 40px 0px #E5383B12;*/
}
.amazing-product .amazing-thumbnail img {
    max-width: 228px;
    margin: 15px auto;
}
.amazing-product .amazing-btn {
    text-align: center;
}
.amazing-product .amazing-btn a {
    background: #fff;
    border-radius: 24px;
    padding: 13px 29px;
    display: inline-flex;
    align-items: center;
}
.amazing-product .amazing-btn a i {
    font-size: 13px;
    margin-right: 5px;
}
.amazing-product .countdown-timer {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.amazing-product .countdown-timer .number {
    background: #0c4388;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.amazing-product .countdown-timer span.dot {
    font-size: 24px;
    color: #0c4388;
    margin: 0 2px;
}
.poster {
    display: flex;
    justify-content: space-between;
    gap: 21px;
    margin-bottom: 50px;
}
.poster img {
    border-radius: 15px;
}
.hero-special {
    margin-bottom: 50px;
}
.special-box {
    position: relative;
    padding: 0px 30px 50px 0;
}
.special-box:before {
    /*content: "";*/
    /*background: var(--main-color);*/
    /*width: 22%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*border-radius: 30px;*/
    /*z-index: -1;*/
    content: "";
    background: var(--main-color);
    width: 22%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: -1;

}
.special-box::after {
    /*content: "";*/
    /*background: var(--main-color);*/
    /*width: 38%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 17%;*/
    /*bottom: 0;*/
    /*border-radius: 30px;*/
    /*transform: translate(15%,0px) skew(22deg,0deg);*/
    /*z-index: -1;*/
    content: "";
    background: var(--main-color);
    width: 38%;
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    border-radius: 30px;
    transform: translate(-15%,0px) skew(-22deg,0deg);
    z-index: -1;
}
.special-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 450;
    padding: 25px 0;
}
.special-box .owl-stage-outer {
    background: #fff;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 5px 10px 5px #00000008;
    border-radius: 10px;
    width: 71.2%;
}
.special-box .special-item {
    display: flex;
    padding: 25px;
    width: 1003px;
    position: relative;
}
.special-box .special-item figure {
    width: 23.5%;
}
.special-box .special-item figure img {
    max-width: 247px;
}

.special-box .special-item .color {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.special-box .special-item .color ul li {
    float: right;
}
.special-box .special-item .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}
.special-box .special-item .color ul li span:hover > b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
}
.special-box .special-item .color ul li span b {
    background: #303030;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    bottom: 0px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.special-box .special-item .det-special {
    width: 73.5%;
}
.special-box .special-item .det-special h2 {
    font-size: 21px;
    font-weight: 650;
    margin-bottom: 19px;
    line-height: 1.7;
}
.special-box .special-item .det-special .additional-product {
    display: flex;
    flex-direction: column;
    max-height: 144px;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: 450;
    gap: 15px 0;
    margin-right: 10px;
    margin-bottom: 30px;
}
.special-box .special-item .det-special .additional-product .property-item {
    display: flex;
    gap: 5px;
}
.special-box .special-item .det-special .additional-product .property-item i {
    color: #0c4388;
    font-size: 10px;
    margin-left: 3px;
}

.special-box .special-item .det-special .down {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap !important;
    justify-content: center;

}
.special-box .special-item .det-special .down a {
    background: #1BD2A3;
    color: #fff;
    padding: 12px;
    border-radius: 7px;
}
.special-box .special-item .det-special .down .price {
    display: flex;
    gap: 10px;
    align-items: center;
}
.special-box .special-item .det-special .down .price del {
    font-size: 16px;
    font-weight: 700;
    color: #7E7E7E;
}
.special-box .special-item .det-special .down .price ins {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.special-box .special-item .det-special .down .price ins span {
    font-size: 14px;
}
.special-box .special-item .discount {
    position: absolute;
    background: #FDC830;
    left: 15px;
    top: 0;
    width: 65px;
    height: 72px;
    border-radius: 0px 0px 12px 12px;
    text-align: center;
    padding-top: 10px;
}
.special-box .special-item .discount b {
    display: block;
    font-size: 18px;
    font-weight: 700;
}



.special-box .special-item .countdown-timer {
    display: flex;
    justify-content: center;
    direction: ltr;
}
.special-box .special-item .countdown-timer .number {
    background: var(--main-color);
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.special-box .special-item .countdown-timer span.dot {
    font-size: 24px;
    color: #0c4388;
    margin: 0 2px;
}

.special-slider {
    display: flex !important;
    justify-content: space-between;
}
.special-slider .owl-dots {
    width: 27%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
    max-height: 370px;
    overflow: auto;
    margin: 0 !important;
	padding-left: 10px;
}
.special-slider .owl-dot {
    background: #F2F2F2;
    border-radius: 10px;
    padding: 10px;
    width: 95%;
    text-align: right;
    transition: all .2s ease-in-out;
}
.special-slider .owl-dot button {
    font-family: "yekanbakh";
    background: transparent;
    cursor: pointer;
}
.special-slider .owl-dot .list-special {
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}
.special-slider .owl-dot .list-special figure {
    background: #fff;
    border-radius: 10px;
    padding: 7px 7px 0;
}
.special-slider .owl-dot .list-special figure img {
    max-width: 70px;
}
.special-slider .owl-dots .active {
    background: var(--main-color);
    width: 100%;
}
.special-slider .active .list-special b {
    color: #fff;
}
.hero-sell {
    margin-bottom: 60px;
}
.box-sell {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.box-sell .best-sell {
    background: #3e3d3d;
    border-radius: 15px;
    padding: 15px 24px 30px;
    width: 275px;
    position: relative;
    flex-shrink: 0;
    height: 395px;
}
.box-sell .best-sell .head {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.box-sell .best-sell .head div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.box-sell .best-sell .head span {
    font-size: 18px;
    font-weight: 450;
}
.box-sell .best-sell figure {
    border-radius: 50%;
    background: #fff;
    width: 170px;
    height: 170px;
    margin: 25px auto !important;
    padding: 15px;
    overflow: hidden;
    animation: pulse-white 1.5s infinite;
}
@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.box-sell .best-sell figure img {
    max-width: 130px;
    margin: auto;
    display: block;
    border-radius: 40px;
}
.box-sell .best-sell h2 {
    line-height: 23px;
    height: 45px;
    overflow: hidden;
}
.box-sell .best-sell h2 a {
    font-size: 14px;
    color: #fff;
    font-weight: 450;
}

.box-sell .best-sell .price {
    /*display: flex;*/
    gap: 15px;
    color: #fff;
    justify-content: center;
    margin: 13px 0;
    align-items: center;

    display: none;
}

.box-sell .best-sell .price del {
    font-size: 14px;
    font-weight: 400;
    color: #cac7c7;
}
.box-sell .best-sell .price ins {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.box-sell .best-sell .price ins span {
    font-size: 14px;
}
.box-sell .best-sell .add-cart {
    position: absolute;
    bottom: -34px;
    left: 106px;
}
.box-sell .best-sell .add-cart i {
    font-size: 40px;
    background: #fff;
    color: var(--main-color);
    border-radius: 50%;
    border: 12px solid #fff;
}
.other-sell {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: start;

}
.other-sell .product-item {
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    border-radius: 15px;
    padding: 15px;
    width: 32.5%;
    height: 125px;
    min-width: 300px;
    flex-grow: 1;

}
.other-sell .product-item:hover .down .number {
    background: var(--main-color);
    color: #fff;
}
.other-sell .product-item figure {
    float: right;
    margin-left: 5px;
}
.other-sell .product-item figure img {
    max-width: 90px;
}
.other-sell .product-item h2 {
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    margin-top: 5px;
}
.other-sell .product-item h2 a {
    font-size: 14px;
    font-weight: 450;
}
.other-sell .product-item .down {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}
.other-sell .product-item .down .number {
    background: #ECF0F1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #95A5A6;
    font-size: 16px;
    font-weight: 500;
    transition: all .2s ease-in-out;
}

.other-sell .product-item .down .price {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 10px;
    align-items: baseline;
}
.other-sell .product-item .down .price del {
    color: #7E7E7E;
}
.other-sell .product-item .down .price ins {
    color: #313131;
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
}
.other-sell .product-item .down .price ins span {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    /*rotate: 270deg;*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 14px;*/
    /*left: -25px;*/
}
.hero-blog {
    margin-bottom: 60px;
}
.box-blog {
    display: flex;
    justify-content: space-between;
    gap: 12.5px;
}
.box-blog .big-post {
    width: 41%;
    position: relative;
}
.box-blog .big-post:hover img {
    transform: scale(1.1);
}
.box-blog .big-post a figure {
    overflow: hidden;
    border-radius: 15px;
}
.box-blog .big-post a figure img {
    width: 588px;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: all .2s ease-in-out;
}
.box-blog .big-post a .title {
    position: absolute;
    bottom: 25px;
    width: 100%;
}
.box-blog .big-post a .title h2 {
    background: #fff;
    box-shadow: 4px 4px 25px 0px #38383840;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 450;
    padding: 10px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .big-post a .title h2 i {
    background: #1BD2A3;
    padding: 12px;
    color: #fff;
    border-radius: 5px;
}
.box-blog .small-post {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 59%;
}
.box-blog .small-post {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 59%;
    flex-wrap: wrap;
}
.box-blog .small-post .post-item {
    width: 49%;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    border-radius: 10px;
    height: 145px;
    padding: 10px;
}
.box-blog .small-post .post-item:hover img {
    transform: scale(1.1);
}
.box-blog .small-post .post-item a figure {
    float: right;
    margin-left: 10px;
    overflow: hidden;
}
.box-blog .small-post .post-item figure img {
    width: 125px;
    height: 125px;
    border-radius: 10px;
    object-fit: cover;
    transition: all .2s ease-in-out;
}
.box-blog .small-post .post-item a h2 {
    font-size: 14px;
    font-weight: 450;
    margin-top: 15px;
    height: 65px;
    line-height: 23px;
}
.box-blog .small-post .post-item a .down {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .small-post .post-item a .down span {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 300;
}
.box-blog .small-post .post-item a .down i {
    background: #1bd2a3;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    margin-left: 5px;
}

.title-brand {
    text-align: center;
}
.title-brand h4 {
    background: var(--main-color);
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px 30px 0px 0px;
    font-weight: 700;
    font-size: 18px;
}
.box-brand {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 90px 0px #D3D3D333;
    border: 1px solid #ddd;
}
.box-brand .inner-brand {
    width: 88%;
    margin: auto;
}
.box-brand .inner-brand .brand-item {
    display: flex;
    justify-content: center;
    height: 170px;
    align-items: center;
}
.box-brand .inner-brand .brand-item img {
    max-width: 150px;
}

.box-brand .owl-carousel .owl-nav button {
    position: absolute;
    background: var(--main-color);
    width: 74px;
    height: 52px;
    top: 60px;
    color: #fff;
}
.box-brand .owl-carousel .owl-nav button.owl-prev {
    right: -7.2%;
    border-radius: 50px 0px 0px 50px;
}
.box-brand .owl-carousel .owl-nav button.owl-next {
    left: -7.2%;
    border-radius: 0px 50px 50px 0px;
}
.box-brand .owl-carousel .owl-nav button.owl-prev::before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.box-brand .owl-carousel .owl-nav button.owl-next::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.pishro-service {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.pishro-service .service-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}
.pishro-service .service-item img {
    max-width: 72px;
    margin: 0 auto 10px;
}
.pishro-service .service-item span {
    font-size: 13px;
    font-weight: 300;
    color: #7E7E7E;
}

footer {
    background: #fff;
    border-top: 1px solid #EDEDED;
    box-shadow: 0px 0px 10px 0px #ECECEC;
    padding-top: 40px;
}
.footer-box {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-box .footer-widget {
    flex-grow: 1;
}
.footer-box .footer-about {
    width: 30%;
    margin-left: 30px;
}
.footer-box .footer-widget h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-box .footer-widget .f-w-contet {
    color: #7A7A7A;
    line-height: 30px;
    text-align: justify;
}
.footer-box .footer-widget .f-w-contet ul li a {
    color: #7A7A7A;
}
.application {
    display: flex;
    justify-content: space-between;
    background: #F3F4F6;
    border-radius: 10px;
    padding: 15px;
    flex-wrap: wrap;
    gap: 15px;
}
.application .right {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
}
.application .right img {
    max-width: 45px;
}
.application .left {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.application .left a {
    display: flex;
}
.footer-line {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    color: #7E7E7E;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-line .right{
    line-height: 2;
}
.footer-line .left span {
    border: 1px solid #A5A5A5;
    padding: 6px 13px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}
.footer-down {
    display: flex;
    justify-content: space-between;
    color: #7E7E7E;
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-down .social-footer {
    display: flex;
    gap: 20px;
}
.footer-down .social-footer a {
    display: flex;
}










/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 206 !important; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    width: 460px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
     from {top:-300px; opacity:0}
     to {top:0; opacity:1}
 }

/* The Close Button */
.close_login {
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 15px;
}

.close_login:hover,
.close_login:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.form-login-pishro {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 90%;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    border-radius: 8px !important;
}
.form-login-pishro input {
    outline: 0;
    background: #f2f2f2;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.form-login-pishro button {
    text-transform: uppercase;
    outline: 0;
    background: var(--main-color);
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form-login-pishro .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 14px;
}
.form-login-pishro .message a {
    color: var(--main-color);
    text-decoration: none;
}
.form-login-pishro .register-form {
    display: none;
}
.form-login-pishro .logo {
    max-width: 200px;
    margin: 0 auto 35px;
}

/******* single product *******/
.pishro-breadcrumb {
    font-size: 13px;
    margin: 20px 0;
    color: #7E7E7EE7;
}
.pishro-breadcrumb a {
    color: #7E7E7EE7;
}
.product-intro {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 4px 84px 0px #D3D3D340;
    margin-bottom: 20px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
}
.product-intro .right {
    width: 49%;
}
.product-intro .right header {
    border-bottom: 1px solid #F5F3F4;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.product-intro .right header h1 {
    font-size: 20px;
    font-weight: 700;
}
.product-intro .right header span {
    font-weight: 300;
    color: #B2B2B2;
    margin-top: 5px;
    display: block;
}
.product-intro .right .product-meta {
    display: flex;
    justify-content: space-between;
}
.product-intro .right .product-meta .meta-pro {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 22px;
}
.product-intro .right .product-meta .meta-pro i {
    color: #33d6ac;
    font-size: 24px;
    margin-left: 6px;
}
.product-intro .right .product-delivery {
    display: flex;
    gap: 10px 25px;
    margin-bottom: 30px;
    font-weight: 450;
}
.product-intro .right .product-delivery span i {
    color: #0c4388;
    margin-left: 3px;
}
.product-intro .right .additional-product {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    max-height: 91px;
    overflow: hidden;
    margin-bottom: 40px;
}
.product-intro .right .additional-product .property-item {
    display: flex;
}
.product-intro .right .additional-product .property-item span {
    color: #7E7E7E;
    font-weight: 300;
}
.product-intro .right .additional-product .property-item span i {
    font-size: 10px;
    color: #D5D5D5;
}

.product-intro .left {
    display: flex;
    justify-content: space-between;
    width: 47%;
    position: relative;
    padding: 20px;
}
.product-intro .left::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: #000;
    opacity: .02;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.product-intro .left .product-image {
    width: 75%;
    flex-shrink: 0;
}
.product-intro .left .product-image .countdown-timer {
    display: flex;
    justify-content: center;
}
.product-intro .left .product-image .countdown-timer .number {
    background: #0c4388;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.product-intro .left .product-image .countdown-timer span.dot {
    font-size: 24px;
    color: #0c4388;
    margin: 0 2px;
}
.product-intro .left ol {
    width: 63px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-intro .left ol li {
    background: #fff;
    width: 63px;
    height: 63px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}
.product-intro .left ol li img {
    opacity: .5;
    filter: blur(1px);
}
.product-intro .left ol li img.active {
    opacity: 1;
    filter: unset;
}
.product-intro .left .product-action {
    max-width: 6%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15%;
    z-index: 3;
}
.product-intro .left .product-action .item-action button {
    background: #fff;
    border: 1px solid #161A1D;
    border-radius: 8px;
    min-width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-intro .left .product-action .item-action button:hover span {
    max-width: 280px;
    padding-left: 10px;
}
.product-intro .left .product-action .item-action button i {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.product-intro .left .product-action .item-action button span {
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
#modal_video .modal-content {
    width: 800px;
}
.modal-header i {
    float: left;
    font-size: 24px;
    color: #aaa;
}
.modal-header h4 {
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.modal-body video {
    max-width: 100%;
}
#modal_share .modal-content {
    width: 500px;
}
.modal-body .shortlink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #edecec;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 20px;
}
.modal-body .shortlink textarea {
    text-align: left;
    width: 300px;
    height: 32px;
    padding: 8px;
    font-weight: 500;
}
.modal-body .social-sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.modal-body .social-sharing .box-sharing {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.modal-body .social-sharing .box-sharing a {
    font-size: 28px;
    display: flex;
}
.modal-body .social-sharing .box-sharing a.facebook {
    color: #4267B2;
}
.modal-body .social-sharing .box-sharing a.twitter {
    color: #1DA1F2;
}
.modal-body .social-sharing .box-sharing a.pinterest {
    color: #E60023;
}
.modal-body .social-sharing .box-sharing a.telegram {
    color: #1DA1F2;
}
.modal-body .social-sharing .box-sharing a.whatsapp {
    color: #25D366;
}

.product-tab .product-description {
    line-height: 2.5;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 50px;
}
.product-tab .additional-product {
    margin-bottom: 70px;
}
.product-tab .additional-product h2 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}
.product-tab .additional-product .property-item {
    display: flex;
    gap: 10px;
    font-weight: 450;
    margin-bottom: 10px;
}
.product-tab .additional-product .property-item span {
    background: #f5f5f5;
    padding: 20px 10px;
    min-width: 200px;
}
.product-tab .additional-product .property-item span i {
    font-size: 10px;
    color: #D5D5D5;
    margin-left: 3px;
}
.product-tab .additional-product .property-item p {
    background: #f8f9fa;
    padding: 20px 10px;
    flex-grow: 1;
}






















.pishro-cross-sell {
    display: flex;
    gap: 15px;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.cross-item {
    width: 33%;
    height: 160px;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    border-radius: 15px;
    padding: 15px;
    width: 32.5%;
    min-width: 330px !important;
    flex-grow: 1;

}
.cross-item figure {
    float: right;
    margin-left: 5px;
    max-height: 100%;
    overflow: hidden;
}
.cross-item figure a img {
    max-width: 135px;
}
.cross-item h2 {
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    margin-top: 10px;
}
.cross-item h2 a {
    font-size: 14px;
    font-weight: 450;
}
.cross-item .down {
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: end;
}
.cross-item .down .addtocart_button a {
    font-size: 34px;
    color: #0C4388;
    display: flex;
    background: none;
    padding: 0 !important;
}




.cross-item .down .price {
    position: relative;
    margin-left: 10px;
    text-align: left;

}
.cross-item .down .price del {
    color: #7E7E7E;
    font-size: 13px;
}
.cross-item .down .price ins {
    color: #313131;
    font-size: 16px;
    font-weight: 550;
    text-decoration: none;
}
.cross-item .down .price ins span {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    display: block;
}
.cross-item .down .price ins bdi{
    color: #313131;
    font-size: 16px;
    font-weight: 550;
    text-decoration: none;
}

.cross-item .down .price > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    /*display: none;*/
}
.cross-item .down .price > .woocommerce-Price-amount > bdi{
    color: #313131;
    font-size: 16px;
    font-weight: 550;
    text-decoration: none;
}
.cross-item .down .price ins span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}
.cross-item .down .price del bdi span.woocommerce-Price-currencySymbol{
    display: none;
}


.cross-item .down .price > .woocommerce-Price-amount > bdi > span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    position: absolute;
    top: -18px;
    left: 3px;
}













/********** single article **********/

.hero-single {
    display: flex;
    justify-content: space-between;
    gap: 20px 0;
    margin-bottom: 40px;
}
.main-single {
    width: 74%;
}
.post-single {
    background: #fff;
    box-shadow: 0px 0px 20px #D3D3D333;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.post-single header {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.post-single header h1 {
    font-size: 20px;
    font-weight: 500;
}
.post-single .box-pm {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #A3A3A3;
    margin-bottom: 20px;
}
.post-single .box-pm .post-meta a {
    color: #81858b;
}
.post-single .box-pm .post-meta {
    display: flex;
    gap: 5px;
    align-items: center;
}

.post-single figure {
    text-align: center;
    margin-bottom: 20px;
}
.post-single .content-single {
    line-height: 2.5;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
    color: #444;
}
.post-single .post-tag {
    display: flex;
    gap: 8px;
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
    align-items: center;
}
.post-single .post-tag a {
    background: #E9E9E9;
    border-radius: 5px;
    padding: 4px 12px;
    color: #757575;
    font-weight: 325;
}
.related-head h4 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
}
.related-item {
    box-shadow: 0px 4px 85px 0px #D3D3D340;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #d5d5d544;
    margin: 20px 8px;
    height: 315px;
}
.related-item figure img {
    border-radius: 15px;
}
.related-item h2 {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
    height: 40px;
    font-weight: 500;
}
.related-item .down {
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    background: #F5F5F5;
    padding: 7px 10px;
    color: #757575;
    font-size: 13px;
}
.side-single {
    width: 25%;
}
.widget {
    background: #fff;
    box-shadow: 0px 0px 20px #D3D3D333;
    border-radius: 5px;
    padding:16px;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.widget-header h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #0c4388;
    padding-bottom: 12px;
    margin-bottom: 22px;
    display: inline-block;
}
.widget form {
    position: relative;
}
.widget form input[type="text"] {

}
.widget form input[type="submit"] {
    background: #0c4388;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 0px 0px 10px;
    padding: 11px 15px;
    line-height: 2;
    font-family: "yekanbakh";
}
.widget ul li {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.widget ul li:last-child {
    border-bottom: none;
}
.widget ul li a:hover {
    color: var(--main-color);
}
.widget ul li span.post-date {
    font-size: 13px;
    color: #A3A3A3;
    display: block;
    margin-top: 4px;
}

.hero-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.hero-archive .product-item {
    width: 23.7%;
    margin: 0;
}
.page-not-fount {
    width: 60%;
    margin: auto;
}
.btn404 {
    text-align: center;
    margin-bottom: 25px;
}
.btn404 p {
    font-size: 18px;
    font-weight: 900;
    margin: 30px 0 20px;
}
.page-not-fount .wrapper {
    text-align: center;
}
.floating-button {
    font-size: 34px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: var(--main-color);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
}
.floating-button i {
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floating-contact .contact-list {
    width: 280px;
    position: fixed;
    right: 40px;
    bottom: 120px;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 10px;
    border-radius: 15px;
    z-index: 100;
    display: none;
}
.floating-contact .contact-list a {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
}
.floating-contact .contact-list a:hover {
    background: #f3f4f6;
}
.floating-contact .contact-list a img {
    width: 35px;
    height: 35px;
}
.pishro-story {
    text-align: center;
    margin-bottom: 20px;
}
.stories.carousel .story,.stories.carousel .story:first-child,.stories.carousel .story:last-child {
    margin: 0 15px;
}
.stories.carousel .story > .item-link > .info .name {
    font-weight: 500;
}
#zuck-modal-content {
    direction: ltr;
    text-align: left;
}
#zuck-modal-content .story-viewer .head .right {
    margin-right: 20px;
}
#zuck-modal-content .story-viewer .head .right .close {
    color: #fff;
}
#zuck-modal-content .story-viewer .head .right .close:hover {
    color: #dddddd;
}
#zuck-modal-content .story-viewer .slides-pagination span {
    font-family: initial;
}
#zuck-modal-content .story-viewer .slides-pagination .next {
    right: 20px;
}
#zuck-modal-content .story-viewer .head .time {
    display: none !important;
}
/**/
.stories.carousel{
    overflow: visible; !important;
}
.stories.carousel .story{
    max-width: 110px !important;
}
.stories.carousel .story > .item-link > .item-preview{
    max-height: 110px !important;
}
.hero-back{
    /*background: #fdfdfd;*/
    margin-top: -10px;
}
.box-blog .post {
    display: flex;
    gap: 5px;
    background: #fff;
    box-shadow: 0px 5px 15px 3px #ededed;
    padding: 10px;
    border-radius: 8px;
    width: 32%;
}
.box-blog .post figure a img {
    max-width: 80px;
}
.box-blog .post .box-post {
    display: flex;
    flex-direction: column;
}
.box-blog .post .box-post .down-post {
    display: flex;
    justify-content: space-between;
}
.other-sell .product-item .down .more span {
    background: var(--main-color);
    color: #fff;
    padding: 6px 10px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 350;
}
.index-blog .other-sell .product-item figure {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 100%;
    margin-left: 15px !important;
    width: 30%;
}
.index-blog .other-sell .product-item figure img {
    max-width: 100%;
    border-radius: 10px;
}
.index-blog .other-sell .product-item .down{
    justify-content: end;
}
.index-blog .other-sell .product-item .down .more{

}





/*main last product*/
.hero-product.hero-last .product-item {
    border-radius: 3px;
}

.hero-product.hero-last .product-item figure a {
    max-width: 130px;
    margin-bottom: 20px;
}
.hero-product.hero-last .product-item .down .price {
    flex-direction: row;
    gap: 7px;
    align-content: center;
}
.hero-product.hero-last .product-item .down {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.hero-product.hero-last .product-item .down .price ins {
    display: flex;
    gap: 5px;
    align-items: center;
    float: left;
}
.hero-product.hero-last .product-item .down .price ins span {
    position: unset;
    rotate: unset;
    color: #999;
}
.hero-product.hero-last .addtocart_button > a {
    font-size: 34px;
    color: var(--main-color);
    display: flex;
    text-align: center;
    margin-top: 10px;
    justify-content: center;
    background: none;
}
/*.hero-last .owl-carousel.owl-rtl .owl-item{*/
/*    width: 203px !important;*/
/*}*/
.hero-product.hero-last .product-item{
    margin : 13px 4px !important;
}
.poster-full a img {
    width: 100%;
    background-size: cover;
}
.poster.poster-full {
    width: 100%;
}


.main-menu .favorite-btn-header a {
    text-decoration: none;
    padding: 13px;
    border-radius: 7px;
    display: flex;
    color: #303030;
    border: 1px solid #7E7E7E;
}
.main-menu .favorite-btn-header a i {
    font-size: 19px;
    margin-left: 8px;
}
.main-menu .favorite-btn-header a {
    color: #303030;
}
/******************************************/
.product-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.product-box .right-product {
    width: 70%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 5px #00000008;
    display: flex;
    padding: 10px 30px;
}
.product-box .left-product{
    width: 29%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 5px #00000008;
}
.right-product .product-image {
    width: 45%;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    margin-top: 25px;
    margin-left: 10px;
    height: fit-content;
}
.product-image{
    position: relative;
}
.product-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: #000;
    opacity: .02;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 9;
}
.right-product .product-main {
    width: 54%;
    padding: 0 15px;
}
.right-product .product-main header h1 {
    font-size: 18px;
    font-weight: 550;
    line-height: 2;
    margin: 20px 0 15px;
    color: #313131;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}
.right-product .product-main .desc-product{
    margin-bottom: 20px;
}
.right-product .product-main .desc-product p {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    color: #737373;
}

.right-product .additional-product {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 13px;
}
.right-product .additional-product .property-item {
    background: #eee;
    border-radius: 10px;
    padding: 13px;
    width: 137px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.right-product .additional-product .property-item .title {
    font-weight: 500;
}
.right-product .additional-product .property-item .text {
    color: #404040;
}


.product-image ol {
    width: 63px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-image ol li {
    background: #fff;
    width: 63px;
    height: 63px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}
.product-image ol li img {
    opacity: .5;
    filter: blur(1px);
}
.product-image ol li img.flex-active {
    opacity: 1;
    filter: unset;
}
.product-image .product-action {
    max-width: 6%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15%;
    z-index: 3;
}
.product-image .product-action .item-action button {
    background: #fff;
    border: 1px solid #161A1D !important;
    border-radius: 8px;
    min-width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-image .product-action .item-action button:hover span {
    max-width: 280px;
    padding-left: 10px;
}
.product-image .product-action .item-action button i {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.product-image .product-action .item-action button span {
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
/**/
.product-box .left-product .p-q {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    flex-wrap: wrap;

}
.woocommerce .quantity {
    display: flex;
    border: 1px solid #C2C2C2;
    width: 130px;
    height: 53px;
    border-radius: 7px;
    align-items: center;
}
.woocommerce .quantity button {
    font-size: 20px;
    background: transparent;
    padding: 0 18px;
    cursor: pointer;
    margin: 16px auto;
}
.woocommerce .quantity button.plus {
    border-left: 1px solid #C2C2C2;
}
.woocommerce .quantity button.minus {
    border-right: 1px solid #C2C2C2;
}
.woocommerce .quantity .qty {
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    border: none;
    appearance: textfield;
}
.product-box .left-product .single-price {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}
.product-box .left-product .single-price .price {
    display: flex;
    gap: 10px;
    align-items: center;
}
.product-box .left-product .single-price .price del {
    font-size: 16px;
    font-weight: 400;
    color: #7E7E7E;
    opacity: 1;
}
.product-box .left-product .single-price .price ins {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #303030;
}
.product-box .left-product .single-price .price ins span.woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-weight: 450;
}
.product-box .left-product .single-price .discount {
    background: #ca0000;
    color: #fff;
    font-size: 16px;
    font-weight: 450;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.product-box .left-product .single-add-to-cart {
    background: var(--main-color) !important;
    color: #fff !important;
    width: 80% !important;
    padding: 15px 0 !important;
    font-weight: 450 !important;
    border-radius: 7px !important;
    cursor: pointer !important;
    margin: 30px auto 27px !important;
    justify-content: center !important;
    align-content: center !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
    line-height: inherit !important;
}
.product-box .left-product .single-add-to-cart i {
    margin-left: 5px;
}
.left-product .bottom-left {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.left-product .bottom-left .item {
    width: 48%;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    font-size: 13px;
    color: #828388;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
}

.left-product .box-q-cart {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 0 20px;
}

.metabox-product {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 18px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.metabox-product .item-metabox {
    display: flex;
    gap: 5px;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding-bottom: 12px;
    margin: 0 15px;
}
.metabox-product .item-metabox i {
    color: #1157d9;
}
.metabox-product .item-metabox .title-metabox {
    color: #7c7c7c;
}
.category-single-product a {
    color: #626262;
    margin-bottom: 20px;
    font-weight: 325;
}
.category-single-product {
    margin-bottom: 10px;
}
.category-single-product a {
    color: #626262;
    margin-bottom: 20px;
    font-weight: 325;
}
.product-tab .product-description h2 {
    font-size: 16px;
    font-weight: 600;
}
.hero-single-page .title-pro {
    text-align: right;
}
.left-product .stock {
    text-align: right!important;
    margin-top: 15px!important;
    margin-bottom: 35px !important;
    font-size: 13px!important;
    margin-right: 30px!important;
    color: #da1e28 !important;
    display: flex!important;
    align-items: center!important;

}
.left-product .stock i{
    margin-left: 3px;
}
.left-product .stock span {
    margin-left: 3px;
}

.post-single figure img{
    max-width: 75%;
    border-radius: 10px;
}
.related-article-slider .down .post-date {
    font-size: 12px;
    color: #595959;
}
.related-article-slider .down {
    flex-direction: column;
}
.related-article-slider .down a {
    font-size: 12px;
    background: #0c4388;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.author-date {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: start;
    margin-bottom: 15px;
}
.related-article-slider .item figure a{
    display: flex;
    justify-content: center;
}

.hero-product .product-item .down .addtocart_button a i {
    color: var(--main-color);
}
.related-article-single {
    height: 340px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*********style comment *********/
.comment-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 20px #f2f2f2;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.comment-respond p.comment-form-url{
    display: none;
}
.comment-respond .comment-form-comment {
    margin: 20px 0;
}
.comment-respond p.comment-form-author{
    width: 49%;
    float: right;
}
.comment-respond p.comment-form-email {
    width: 49%;
    float: left;
}
.comment-respond  .comment-form-cookies-consent {
    float: right;
    width: 100%;
    margin: 20px 0;
}

.comment-box .comments-inner {
    margin-top: 40px;
}
.comments-inner .comment {
    border-radius: 5px;
    margin: 20px 0px;
    border: 1px solid rgb(233, 233, 233);
    padding: 10px 15px 15px;
}
.comments-inner .comment-awaiting-moderation {
    color: #cf5d5d;
    margin: 7px 0;
    display: inline-block;
}

.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
}
.comments-inner .comment .depth-2 {
    background: #f9f9f9;
}
.comments-inner .comment .depth-3 {
    background: #f0f0f0;
}
.comments-inner .comment .comment-author {

}
.comments-inner .comment .comment-meta {
    display: none;
}
.comments-inner .comment .comment-author img{
    display: none;
}
.comments-inner .comment .comment-author .fn {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.comments-inner .comment .comment-author .says{
    display: none;
}

.comments-inner .comment .comment-meta a {
    color: #8a8a8a;
    font-size: 13px;
}
.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
    color: #606060;
}
.comments-inner .comment .reply {
    display: block;
    margin-top: 15px;
}
.comments-inner .comment .reply a {
    background: #ecf0f1;
    color: #333;
    padding: 4px 15px;
}

.post-single .top-box > figure{
    /*height: 157px;*/
    margin-bottom: 0 !important;
}

.related-article-single .top-box figure img , .post-item .top-box figure img{
    max-width: 100% !important;
    max-height: 180px !important;
}
/************************************** archive style ******************************************/
.post-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px #00000008;
    padding: 10px 15px 15px;
    width:23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-item figure {
    text-align: center;
    margin-bottom: 20px;
    /*height: 165px;*/
}

.post-item figure a{
    display: flex;
    justify-content: center;
}

.post-item figure img {
    max-width: 75%;
    border-radius: 10px;
}

.post-item h2 {
    margin-top: 15px;
    height: 70px;
    line-height: 22px;
    overflow: hidden;
}
.post-item h2 a {
    color: #4f4f4f;
    font-size: 13px;
    line-height: 2.2;
    font-weight: 450;
}
.post-item .down {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 15px;
}
.post-item .author-date {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: start;
    margin-bottom: 15px;
}
.post-item .down .post-date {
    font-size: 12px;
    color: #595959;
}
.post-item .down a {
    font-size: 12px;
    background: #0c4388;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
.main-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.title-archive {
    background: #fff;
    box-shadow: 0px 0px 20px #D3D3D333;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #d5d5d544;
    margin-bottom: 10px;
}
.title-archive span {
    color: var(--main-color);
}
.pagination {
    text-align: center;
    margin-top: 40px;
}
.pagination span.current {
    background: var(--main-color);
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0 3px;
    font-weight: 700;
}
.pagination a {
    background: #ecf0f1;
    color: #333;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0 3px;
}
.breadcrumbs i {
    margin: 0 4px;
}
.comment-box form .logged-in-as {
    margin-top: 10px;
}

.product-box .left-product .single-price .price del span.woocommerce-Price-currencySymbol {
    display: none;
}
.product-box .left-product .single-price > .price > span > bdi {

    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #303030;
}
.product-box .left-product .single-price .price > span > bdi > .woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-weight: 450;
    color: #3c3c3c;
}
.product-box .left-product .single-price .price > span > bdi {
    color: #303030;
    font-size: 20px;
    font-weight: 425;
}
.variations_form .variations {
    margin-top: 20px;
}
.box-q-cart > form.cart {
    width: 100%;
}

.woocommerce div.product form.cart .variations tr {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.woocommerce div.product form.cart .variations tr td {
    display: flex;
    align-items: center;
    min-width: 300px;
}
.woocommerce div.product form.cart .variations tr td .variable-item-contents .variable-item-span {
    font-size: 12px;
    font-weight: 400;
}
.woocommerce div.product form.cart .variations tr > th {
    font-size: 13px;
}
.star-rating {
    color: #ffc107;
}

.flex-active-slide {
    max-width: 300px !important;

}



.product-image .flex-viewport {
    width: 75%;
    flex-shrink: 0;
}
.product-image .flex-viewport .countdown-timer {
    display: flex;
    justify-content: center;
}
.product-image .flex-viewport  .countdown-timer .number {
    background: var(--main-color);
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.product-image .flex-viewport  .countdown-timer span.dot {
    font-size: 24px;
    color: var(--main-color);
    margin: 0 2px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    width: 100% !important;
}
.product-image .product-action .item-action button.woocommerce-product-gallery__trigger {
    position: unset !important;
    border-radius: 8px !important;
    background: #fff !important;
    height: 45px !important;
    text-indent: 0 !important;
    width: auto !important;
    font-size: 13.5px !important;
}

.woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{
    content: unset !important;
}
.flex-active-slide > a > img {
    width: 80% !important;
    margin-right: 35px !important;
}


.woosw-item--price , .woosw-item--time {
    display: none;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
    font-weight: 400;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--atc p a {
    font-weight: 400;
    width: 130px;
    font-size: 13px;
    display: flex;
    padding: 10px 5px;
    background: var(--main-color);
    color: #fff;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a {
    color: #303030;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover{
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--atc p, .woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline{
    display: inline-block;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--atc p, .woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline > a{
    background: var(--main-color);
    color: #fff;
    border-right: 8px;
}
.main-single-page {
    width: 100%;
}
.woosw-list table.woosw-items {
    width: 100%;
}
.product-action .item-action button span.added {
    display: none;
}
.product-action .item-action button.woosw-added span.added {
    display: block;
}
.product-action .item-action button.woosw-added span.add {
    display: none;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top{
    background: var(--top-header-color) !important;
}


/*product tabs*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0 !important;
}
/*cfc8d8*/
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 1px solid #e7e7e7;
    border-bottom: 0 !important;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex-grow: 1;
    text-align: center;
    background: white;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #cfc8d8 !important;
}
.woocommerce-Tabs-panel {
    border: 1px solid #e7e7e7;
    border-top: 0;
    padding: 20px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
    line-height:3 !important;
    font-size: 14px;
    text-align: justify;
}
.woocommerce-Tabs-panel .additional-product {
    margin: 20px 0;
}
.woocommerce-Tabs-panel .additional-product .property-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.woocommerce-Tabs-panel .additional-product .property-item .title.woocommerce-product-attributes-item__label {
    background: #f5f5f5;
    padding: 12px 10px;
    min-width: 200px;
}
.woocommerce-Tabs-panel .additional-product .property-item .text.woocommerce-product-attributes-item__value {
    flex-grow: 1;
}
.woocommerce-Tabs-panel .additional-product .property-item .text.woocommerce-product-attributes-item__value p {
    background: #f8f9fa;
    padding: 12px 10px;
}



.cross-item .down .addtocart_button a::after{
    display: none !important;
}
.cross-item .down .addtocart_button a.added {
    /*display: none;*/
}
.cross-item .down .addtocart_button a.added_to_cart {
    background: var(--main-color) !important;
    color: #fff !important;
    font-size: 13px;
    padding: 3px 5px !important;
    border-radius: 4px;
    display: none;
}
.addtocart_button a {
    transition: all 1.5s ease-in-out;
}
.modal-add-to-cart {
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 450;
}
.modal-add-to-cart i {
    color: var(--main-color);
    font-size: 26px;
}


.hero-product .down .addtocart_button a::after{
    display: none !important;
}
.hero-product .down .addtocart_button a.added {
    /*display: none;*/
}
.hero-product .down .addtocart_button a.added_to_cart {
    background: var(--main-color) !important;
    color: #fff !important;
    font-size: 11px;
    padding: 3px 5px !important;
    border-radius: 4px;
    display: none;
}

.hero-other .product-item{
    width: 22%;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
}

.hero-other {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.box-title-other .title-pro{
    text-align: right !important;
}

.hero-other .down .addtocart_button > a.add_to_cart_button {
    padding: 0;
}


.hero-other .product-item .down .price {
    display: flex;
    flex-direction: column;
    /* position: relative; */
    /* margin-left: 10px; */
    align-items: baseline;
    position: relative;
    margin-left: 10px;
    text-align: left;
}



/*************************************comments **********************************************/

.woocommerce #reviews #comments h2 {
    display: none !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 20px !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    margin: 0 !important;
    line-height: 2.3 !important;
    padding: 0 0 20px !important;
}
.comment-text .right-review {
    width: 20% !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 5px !important;
    align-items: center !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 !important;
    color: #666 !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 14px !important;
    color: #303030 !important;
}
.comment-text .description {
    width: 70% !important;
}
.show-my-rate {
    margin-right: 25px !important;
}
.show-my-rate .rate-item {
    display: flex !important;
    align-items: center !important;
}
.show-my-rate .rate-item span {
    font-size: 13px !important;
    font-weight: 500 !important;
    min-width: 100px !important;
}
.show-my-rate .rate-item .rate-content {
    width: 150px !important;
    background: #f5f3fc !important;
    height: 7px !important;
    border-radius: 2px !important;
}
.show-my-rate .rate-item .rate-content .rate-result {
    background: #094aef !important;
    height: 100% !important;
}
.show-recommend-status-yes {
    background: #ebffe8 !important;
    font-size: 13px !important;
    border: 1px solid #93f534 !important;
    color: green !important;
    padding: 4px 5px !important;
    border-radius: 3px !important;
    text-align: center;
    line-height: 1.5;
}
.show-recommend-status-no {
    background: #ffc2c2 !important;
    border: 1px solid #ef5e5e !important;
    color: red !important;
    font-size: 13px !important;
    padding: 4px 5px !important;
    border-radius: 3px !important;
    text-align: center;
    line-height: 1.5;
}
.comment-form-rating {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 12px 0 !important;
}
.comment-form-rating p {
    margin: 0 !important;
}
.comment-form-rating p span {
    font-size: 22px !important;
    display: flex !important;
    gap: 3px !important;
}
.woocommerce p.stars a {
    color: #ffc107 !important;
}
.woocommerce #review_form #respond textarea {
    min-height: 160px !important;
}
.woocommerce #review_form #respond .form-submit input[type="submit"] {
    background: var(--main-color) !important;
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 15px !important;
    font-weight: 500 !important;
}
.woocommerce #review_form #respond .form-submit input[type="submit"]:hover {
    background: var(--main-color) !important;
}
.woocommerce #review_form #respond p.comment-notes {
    display: none !important;
}

.custom-field-review {
    display: flex !important;
    margin-top: 25px !important;
    flex-wrap: wrap !important;
}
.review-radio-question {
    width: 50% !important;
    text-align: center !important;
}
.review-radio-question header {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}
.review-radio-question .radio-list {
    display: inline-flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}
.review-radio-question .radio-list input {
    display: none !important;
}
.review-radio-question .radio-list label {
    padding: 7px 10px !important;
    border-radius: 4px !important;
    display: block !important;
    font-weight: 700 !important;
    cursor: pointer !important;
}
.review-radio-question .radio-list input[type="radio"]:checked#yes_suggest ~ label {
    background: #dcffdc !important;
    border: 2px solid #50df3c !important;
    color: #0f8703 !important;
}
.review-radio-question .radio-list input[type="radio"]:checked#no_suggest ~ label {
    background: #ffc2c2 !important;
    border: 2px solid #ef5e5e !important;
    color: red !important;
}
.review-radio-question .radio-list input[type="radio"]:checked#idontknow ~ label {
    background: #e7e7e7 !important;
    border: 2px solid #919490 !important;
    color: #737573 !important;
}
.rate-list {
    width: 50% !important;
}
.rate-list .rate-item {
    display: flex !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-bottom: 15px !important;
}
.rate-list .rate-item input {
    width: 75% !important;
}



.best-view-products .product-item > figure {
    height: 140px !important;
}
.best-view-products .product-item > .down {
    margin-top: 0 !important;
}


.best-view-products .countdown-timer {
    display: flex;
    justify-content: center;
    direction: ltr;
}
.best-view-products .countdown-timer .number {
    background: var(--main-color);
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.best-view-products .countdown-timer span.dot {
    font-size: 24px;
    color: #0c4388;
    margin: 0 2px;
}
.best-view-products .box-timer {

    margin: 10px 0;
}
.best-view-products .product-item .color-disc .discount {
    background: #d21808;
    color: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.best-view-products .product-item .color-disc {
    height: 25px !important;
}
.best-view-products .addtocart_button {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.best-view-products .addtocart_button a.added_to_cart {
    background: var(--main-color) !important;
    color: #fff !important;
    font-size: 11px;
    padding: 3px 5px !important;
    border-radius: 4px;
}


.best-view-products .product-item .down .price {
    /* display: flex; */
    /* flex-direction: column; */
    /* position: relative; */
    /* margin-left: 10px; */
    /* align-items: baseline; */
    position: relative;
    margin-left: 10px;
    text-align: left;
}

.best-view-products .product-item .down .price del {
    color: #7E7E7E;
    font-size: 13px;
}
.best-view-products.product-item .down .price ins {
    color: #313131;
    font-size: 16px;
    font-weight: 550;
    text-decoration: none;
}
.best-view-products .product-item .down .price ins bdi {
    color: #313131;
    font-size: 16px;
    font-weight: 550;
    text-decoration: none;
}
.best-view-products .product-item .down .price ins span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}
.best-view-products .product-item .down {
    justify-content: end !important;
    height: 60px !important;
}
.best-view-products .product-item .down .price > .woocommerce-Price-amount > bdi > span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    position: absolute;
    top: -18px;
    left: 3px;
}

.special-box .special-item .det-special .down .price del bdi > span.woocommerce-Price-currencySymbol {
    display: none !important;
    font-size: 15px !important;
}

.special-box .special-item  .down ins bdi {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #303030 !important;
}
.best-sell .not_stock {
    margin-top: 15px;
}
.box-sell .best-sell .price del bdi .woocommerce-Price-currencySymbol {
    display: none !important;
}





.hero-product .product-item .down .price {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*position: relative;*/
    /*margin-left: 10px;*/
    /*align-items: baseline;*/
    position: relative;
    margin-left: 10px;
    text-align: left;
}


.box-sell .other-sell .product-item .down .price del {
    color: #7E7E7E;
    font-size: 13px;
}
.box-sell .other-sell .product-item .down .price ins {
    color: #313131;
    font-size: 16px;
    font-weight: 550;
    text-decoration: none;
}
.box-sell .other-sell .product-item .down .price ins bdi{
    color: #313131;
    font-size: 16px;
    font-weight: 550;
    text-decoration: none;
}
.box-sell .other-sell .product-item .down .price > .woocommerce-Price-amount > bdi{
    color: #313131;
    font-size: 16px;
    font-weight: 550;
    text-decoration: none;
}
.box-sell .other-sell .product-item .down .price ins span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}
.box-sell .other-sell .product-item .down .price del bdi span.woocommerce-Price-currencySymbol{
    display: none;
}

.box-sell .other-sell .product-item .down .price > .woocommerce-Price-amount > bdi > span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    position: absolute;
    top: -18px;
    left: 3px;
}

.box-sell .other-sell .product-item .down .price > span[aria-hidden="true"]:nth-child(2) {
    display: none !important;
}




.before-shop {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.031372549);
    padding: 20px;
    align-items: center;
    border-radius: 15px;
    font-weight: 450;
    margin-bottom: 15px;
}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering {
    margin: 0;
}
.catalog-list {
    display: flex;
    align-items: center;
}
.catalog-list i {
    font-size: 20px;
    margin-left: 5px;
}
.catalog-list li {
    margin-right: 10px;
}

.widget-shop .widget-header h3 {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    padding-bottom: 17px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--main-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    border: 4px solid var(--main-color);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e1e1e1;
}
.rtl.woocommerce .price_label {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
}
.rtl.woocommerce .price_label span {
    direction: rtl;
    flex-grow: 1;
    text-align: center;
}
.rtl.woocommerce .price_label span.from {
    border-right: 1px solid #ddd;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    margin: 20px 0 5px;
    padding: 12px 25px;
    background: var(--main-color);
    color: #fff;
}
.woocommerce ul.product_list_widget li {
    padding: 12px 0;
}
.woocommerce ul.product_list_widget li img {
    float: right;
    width: 65px;
    margin-left: 4px;
}

.woocommerce ul.product_list_widget li del {
    font-size: 13px;
}
.woocommerce ul.product_list_widget li del span.woocommerce-Price-currencySymbol {
    display: none;
}
.woocommerce ul.product_list_widget li ins {
    font-size: 13px;
    text-decoration: none;
}
.woocommerce ul.product_list_widget li span.woocommerce-Price-amount {
    font-size: 13px;
}
.woocommerce ul.product_list_widget li .star-rating {
    display: none;
}


.cart-custom {
    display: flex;
    flex-wrap: wrap;
    width: 72%;
    gap: 20px;
}
.cart-custom .product-item {
    width: 30%;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}
.cart-custom .product-item .quantity {
    width: 100px;
    height: 40px;
}
.cart-custom .product-item .quantity button {
    margin: 0;
    padding: 5px 10px;
}
.cart-custom .product-item .quantity .qty {
    font-size: 16px;
    font-weight: 450;
}
.cart-custom .product-item .delete-cart-item a {
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
}
.cart-custom .product-item .delete-cart-item a:hover {
    color: red !important;
    background: none !important;
}
.cart-copun {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 15px;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.cart-copun .coupon {
    display: flex;
    gap: 10px;
}
.cart-copun .coupon button {
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    width: 170px;
}
.cart-copun button {
    padding: 9px !important;
    line-height: 2 !important;
}

form.woocommerce-cart-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 26.5%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.cart-left-box {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    padding:15px;
    flex-grow: 1;
}
.cart-left-box .cart-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.woocommerce ul#shipping_method li {
    background: #fafafa;
    border: 1px solid #e2e2e2;
    padding: 13px;
    font-size: 14px;
}
.cart-left-box .woocommerce-shipping-destination {
    text-align: right;
    font-size: 13px;
    background: #fff8e1;
    border: 1px solid #f0e5c1;
    padding: 12px;
    line-height: normal;
}
.cart-left-box .woocommerce-shipping-destination {
    text-align: right;
    font-size: 13px;
    background: #fff8e1;
    border: 1px solid #f0e5c1;
    padding: 12px;
    line-height: normal;
}
.cart-left-box .shipping-calculator-button {
    color: #0089ff;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 450;
}
.woocommerce .shipping-calculator-form button {
    background: var(--top-header-color) !important;
    width: 100%;
    margin-bottom: 12px;
    padding: 13px !important;
}
.cart-left-box .order-total {
    display: flex;
    justify-content: space-between;
    background: #e1ffe9;
    border: 1px solid #b6f4c7;
    padding: 12px;
    line-height: normal;
}

.cart-process {
    width: 70%;
    margin: 35px auto;
}
.cart-process ul {
    display: flex;
    justify-content: space-between;
}
.cart-process ul li {
    position: relative;
    flex-grow: 1;
    text-align: center;
}
.cart-process ul li::before {
    content: attr(data-step);
    width: 48px;
    height: 48px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #e6e6e6;
    color: #e6e6e6;
    z-index: 9;
    position: relative;
    margin: 0 auto;
}
.cart-process ul li::after {
    content: "";
    background: #eee;
    width: 100%;
    height: 8px;
    position: absolute;
    top: 23px;
    right: 50%;
}

.cart-process ul li.active::before {
    background: #1bd2a3;
    color: #fff;
    border: 2px solid #1bd2a3;
}
.cart-process ul li:last-child:after {
    display: none;
}
.cart-process ul li a,.cart-process ul li span {
    margin-top: 7px;
    display: block;
    font-size: 13px;
}
.cart-process ul li.complte:before {
    background: #e1ffe9;
    content: "✓";
    border: 2px solid #1bd2a3;
    color: #1bd2a3;
}
.cart-process ul li.complte:after {
    background: #1bd2a3;
}

.hero-checkout {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.pishro-order-review {
    width: 34%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    padding: 14px;
    margin: 15px 0 10px;
    font-size: 16px;
}
.other-address {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    padding: 15px;
    margin: 20px 0;
}
p.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 40px;
}
.woocommerce ul.order_details {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin: 30px 0;
}
.woocommerce ul.order_details li {
    background: #e0fee8;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #b6f4c7;
    flex-grow: 1;
}
.woocommerce ul.order_details li strong {
    font-size: 18px;
    margin-top: 18px;
}
.order-final-info div {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    gap: 12px;
    border-left: 1px solid #ddd;
    flex-grow: 1;
}
.order-final-info{
    display: flex;
    justify-content: space-between;
    background: #f3f4f6;
    flex-wrap: wrap;
    border-right: 5px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment {
    margin-top: 20px !important;
}
.woocommerce-info {
    border-top-color: var(--main-color);
}

/*******************************************************************************/
.back-register-login {
    background-image: url("img/bg-login.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.login-page {
    width: 460px;
    margin:6% auto 0;
    max-width: 100%;
}
.form-login-pishro label.woocommerce-form-login__rememberme {
    text-align: right;
    display: block;
}
.form-login-pishro p.woocommerce-LostPassword {
    margin-top: 15px;
}
.login-page .form-login-pishro .message {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.hero-myaccount {
    border-top: 7px solid var(--user-account);
    background: #fff;
    overflow: hidden;
    border-top-right-radius: 15px;
    box-shadow: rgba(0,0,0,.07) 0 0px 10px 0;
    margin-bottom: 20px;

}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #172b4d;
    width: 20%;
    padding-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    padding: 12px;
    display: block;
    font-size: 15px;
    opacity: .7;
    border-right: 3px solid #172b4d;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    opacity: 1;
    border-right: 3px solid #fff;
    background: #203352;
}
.user-info-account {
    text-align: center;
    color: #fff;
    padding-top: 35px;
}
.user-info-account img {
    border-radius: 10px;
    background: #fff;
    padding: 4px;
}
.user-info-account span {
    font-size: 22px;
    display: block;
    margin: 10px 0;
}
.woocommerce-MyAccount-navigation-link a::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 10px;
    font-size: 18px;
    vertical-align: middle;
}
li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f625";
}
li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f07a";
}
li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019";
}
li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f5a0";
}

li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f2bb";
}

li.woocommerce-MyAccount-navigation-link--wishlist a:before {
    content: "\f004";
}

li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f2f5";
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 80%;
    padding: 35px 30px;
}
.myaccount-detail {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}
.myaccount-detail .item-detail {
    background: #4cd137;
    width: 100%;
    color: #fff;
    padding: 10px;
    display: flex;
    gap: 12px;
    border-radius: 10px;
}
.myaccount-detail .item-detail {

    width: 100%;
    color: #fff;
    padding: 10px;
    display: flex;
    gap: 12px;
    border-radius: 10px;
}
.myaccount-detail .item-detail i {
    font-size: 28px;
}
.myaccount-detail .item-detail .item-content div {
    font-size: 15px;
}
.myaccount-detail .item-detail .item-content h6 {
    font-size: 16px;
    margin-bottom: 10px;
}
.myaccount-detail .item-detail:nth-child(1) {
    background: #4cd137;
}
.myaccount-detail .item-detail:nth-child(2) {
    background: #eb2f06;
}
.myaccount-detail .item-detail:nth-child(3) {
    background: #1e90ff;
}
.myaccount-detail .item-detail:nth-child(4) {
    background: #F79F1F;
}
.myaccount-order {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;

}
.myaccount-order .item-order {
    width: 100%;
    text-align: center;
    border-left: 1px solid #ddd;
}
.myaccount-order .item-order i {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    color: #ccc;
}
.myaccount-order .item-order:last-child {
    border-left: 0;
}
.myaccount-notif {
    background: #ecf0f1;
    padding: 15px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    margin-bottom: 20px;
    border-right: 5px solid #dbdfe1;
}
.myaccount-notif h6 {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.myaccount-notif div {
    line-height: 2;
    font-size: 15px;
}
.woocommerce table.my_account_orders td {
    font-size: 14px;
}
.woocommerce table.my_account_orders .button {
    margin-left: 3px;
    font-weight: 450;
}
.addresses .woocommerce-Address {
    background: #eaedef;
    padding: 10px;
    margin: 15px 0;
    border-radius: 10px;
    line-height: 2;
}

.account-btn {
    position: relative;
}
.account-btn label {
    font-size: 15px;
    cursor: pointer;
}
.account-btn label i {
    font-size: 13px;
    margin-right: 3px;
    transition: all .3s ease-in-out;
}
.account-btn .ac-access {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    width: 200px;
    border-top: 0;
    z-index: 9;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
.account-btn .ac-access ul li a {
    padding: 8px;
    display: block;
    color: #6d6d6d;
}
.account-btn .ac-access ul li a:hover {
    background: #f3f5f6;
}
.account-btn input[type="checkbox"]:checked + label + .ac-access {
    visibility: visible;
    max-height: 1000px;
    transition: all .5s ease-in-out;
}
.account-btn input[type="checkbox"]:checked + label > i {
    transform: rotate(180deg);
}
.account-btn .ac-access ul li a::before {
    color: #999;
}
.content-ajax-search {
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 20px;
    z-index: 10;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
    border-bottom: 0;
    visibility: hidden;
    opacity: 0;
}
.show {
    visibility: visible !important;
    opacity: 1 !important;
}
.content-ajax-search ul {
    max-height: 300px;
    overflow-y: auto;
    padding-left: 10px;
    margin: 10px 0;
    padding-top: 10px;
}
.content-ajax-search ul li a {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}
.content-ajax-search ul li a img {
    width: 55px;
    margin-left: 5px;
}
.content-ajax-search ul li a div h3 {
    font-size: 14px;
    margin: 3px 0;
    font-weight: 600;
}
.content-ajax-search ul li:last-child a {
    border-bottom: 0;
}

.loader {
    display: block;
    position: relative;
    height: 12px;
    width: 80%;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
}
.loader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--main-color);
    animation: 4s prog ease-in infinite;
}

@keyframes prog {
    to  {   width: 100%;}
}

.loader-ajax-search {
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px 0px;
    z-index: 9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
    border-bottom: 0;
    visibility: hidden;
    opacity: 0;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0 , 0 , 0, .4);
    z-index: 4;
    visibility: hidden;
    opacity: 0;
}

.not-fount-search {
    text-align: center;
}
.not-fount-search img{
    max-width: 45% !important;
    margin: 10px 0;
}
.not-fount-search p {
    font-size: 16px;
    color: var(--top-header-color);
    font-weight: 600;
    padding: 10px 0 20px;
}
.woocommerce-page form .form-row label{
    margin:10px 0;
}
.woocommerce-form .woocommerce-privacy-policy-text {
    margin-bottom: 10px;
}




/******** header-two *******/
.header-two {
    position: sticky;
    top: 0;
}
.header-two .main-header {
    padding: 15px;
}
.header-two .m-h-right {
    gap: 30px;
    width: auto;
}
.header-two .cart-btn-header:hover .cart-content {
    top: 39px;
    left: -10px;
}
.header-two .cart-btn-header .cart-content:before {
    content: "";
    height: 30px;
    width: 100%;
    display: block;
    position: absolute;
    top: -22px;
    left: 0;
}
.header-two .register-btn i {
    font-size: 20px;
}
.searchbox-two {
    display: flex;
}
.searchbox-two i {
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

.searchbox-two form {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}
.searchbox-two form input[type="search"] {
    height: 100%;
    font-size: 16px;
    padding-right: 20px;
    border-radius: 0;
    background: #fff;
    text-align: center;
}
.searchbox-two form button {
    background: transparent;
    left: 20px;
    right: unset;
    position: absolute;
    bottom: 22%;
    font-size: 28px;
    color: #9f9f9f;
    cursor: pointer;
}
.header-two .cart-btn-header > a {
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    padding: 0;
    display: flex;
}
.menu-bottom-mobile .cart-btn-header span.cart-btn-num,
.header-two .cart-btn-header span.cart-btn-num
{
    padding: 0;
    position: absolute;
    left: 10px;
    background:var(--main-color);
    width: 15px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    top: 10px;
    border-radius: 50%;
}
.favorite-btn-header-mobile a {
    display: flex;
    color: #fff;
}
.favorite-btn-header-mobile i {
    font-size: 20px;
    color: #fff;
}
.searchbox-two .content-ajax-search,.searchbox-two .loader-ajax-search {
    top: 55px;
}

.header-two .pishro-megamenu > ul > li > ul {
    width: 1044px;
}
.header-two .main-header{
    margin-top: 0 !important;
}
.header-two .megamenu-box{
    margin-right: 20px;
}

.header-two .register-btn{
    color: #fff;
    border: none;
}
.meta-brand a {
    color: #626262;
    margin-bottom: 20px;
    font-weight: 325;
}
.meta-pro.meta-brand {
    margin-bottom: 10px;
}
.footer-down .social-footer a i {
    color: #bdbdbd;
    font-size: 20px;
    transition: all .2s ease-in-out;
}
.footer-down .social-footer a i:hover {
    color: #333;
}

.hero-product .product-item .down .price{
    max-width: 42% !important;

}

.woocommerce div.product form.cart{
    margin-bottom: 0 !important;
}


.woocommerce-message {
    border-top-color: var(--main-color);
}
.woocommerce-message::before {
    color: var(--main-color)
}

.cross-item .down .addtocart_button a.button{
    background: unset !important;
    color: var(--main-color) !important;
}


/*//////*****************/



.product .related {
    flex-wrap: wrap;
}
.woocommerce-order-details .woocommerce-order-details__title {
    padding: 20px 0 !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    padding: 20px 0;
}


.cart-line-button{
    display: none;
}

.mobile , .mobile-side{
    display: none;
}
.woocommerce .woocommerce-ordering select {
    font-family: "yekanbakh";
    background: #fff;
    width: 150px;
}

.side-single-shop{
    width: 25%;
}

.close-menu-responsive-full-page {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.24);
    z-index: 105;
    transform: translateX(1200px);
    display: none;
    transition: all .3s ease-in-out;
}



.header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
}
#hamberger {
    color: #303030;
    padding-top: 8px;
}
#hamberger i {
    font-size: 20px;
}
.header-mobile .logo {
    max-width: 130px;
}
.header-mobile .logo a {
    display: flex;
}
.navigation {
    width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 107;
    overflow-x: scroll;
    padding: 10px;
    transform: translateX(1000px);
    transition: all .3s ease-in-out;
}
.navigation ul li {
    border-bottom: 1px solid #f2f2f2;
}
.navigation ul li a {
    padding: 10px 0;
    display: inline-block;
    font-weight: 450;
}
.navigation ul li ul {
    padding: 5px;
    background: #f8f8f8;
    display: none;
}
.navigation ul li ul li a {
    font-size: 13px;
    font-weight: 400;
    padding: 8px;
}
.navigation ul li ul li ul {
    background: #f0f0f1;
}
.navigation ul li i.sub-menu-arrow {
    float: left;
    padding: 5px 15px 5px 5px;
    margin-top: 8px;
    border-right: 1px solid #ddd;
}

.header-mobile .register-btn{
    border: none !important;
}

.menu-bottom-mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: 10px 8px;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    box-shadow: rgba(0,0,0,.05) 0 -2px 10px 0;
    z-index: 9;
}
.menu-bottom-mobile div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.menu-bottom-mobile div a span {
    font-size: 11px;
    font-weight: 450;
}

.search-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 10px;
    z-index: 99999;
    display: none;
}
.search-mobile header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.search-mobile form {
    position: relative;
}
.search-mobile form input[type="search"] {
    padding-right: 45px;
}
.search-mobile form button {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 20px;
    background: transparent;
    color: #a0a0a0;
}
.search-mobile .search-note {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 25%;
    font-weight: 700;
}

#close_search_mobile{
    cursor: pointer;
}

.content-ajax-search ul li a div h3{
    font-size: 13px;
}
.content-ajax-search ul li a div ins .woocommerce-Price-currencySymbol {
    font-size: 12px;
}
.content-ajax-search ul li a div ins bdi {
    font-weight: bold;
}
.content-ajax-search ul li a div ins{
    text-decoration: none;
    margin-right: 4px;
}
.content-ajax-search ul li a div del bdi .woocommerce-Price-currencySymbol{
    display: none;
}
.content-ajax-search ul li a div del{
    font-size: 13px;
}
.special-item .price bdi {
    font-weight: 600;
    font-size: 15px;
}
.content-single .woosw-copy-btn {
    margin-right: 7px;
}
.cross-item .down .price {
    max-width: 45%;
}
.cross-item .down .price > span[aria-hidden="true"]:nth-child(2) {
    display: none !important;
}


#stories {
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x !important;
}
.return-to-shop {
    margin-bottom: 20px;
}




.woocommerce-ordering select option {
    padding: 10px 20px;
    color: #353535;
    display: block;
    position: relative;
}

.widget-shop .woocommerce-product-search button {
    margin: 20px 0 5px;
    padding: 12px 25px;
    background: var(--main-color);
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    width: 100%;
}

.woocommerce div.product form.cart .p-q .button {
    min-width: 170px !important;
    max-width: 190px;
    margin: 10px 0 0 0 !important;

}
.woocommerce div.product form.cart div.quantity{
    margin-top: 10px !important;
}
.lost-pass-page .login-page .woocommerce-ResetPassword > p {
    line-height: 2;
    margin-bottom: 10px;
}


.index-blog .other-sell .product-item{
    flex-grow: unset !important;
}



.post-single .content-single p img.aligncenter{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.post-single .content-single p img.alignleft{
    display: block;
    text-align: left;
}

.post-single .content-single p img.alignright{
    display: block;
    text-align: right;
}


.woocommerce-pagination ul.page-numbers{
    border: none !important;
}

.woocommerce-pagination ul.page-numbers li{
    border: none !important;

}
.woocommerce-pagination ul.page-numbers li > a{
    background:#ecf0f1 !important;
    color: #333 !important;
    padding: 10px 16px !important;
    border-radius: 5px !important;
    margin: 0 3px !important;
}

.woocommerce-pagination ul.page-numbers li span.current{
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 10px 16px !important;
    border-radius: 5px !important;
    margin: 0 3px !important;
    font-weight: 700 !important;
}


 .hero-product .best-view-products .product-item .down .price{
    max-width: 52% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-bottom: 1px solid #e7e7e7 !important;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

#password .show-password-input::before{
    display : none !important;
}