/*
Theme Name: پیشرو
Theme URI: https://websoft3.com
Author: رضا حیدری 
Author URI: https://websoft3.com
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
* {
    margin:0 ;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}
:root {
    --main-color: #F93423;
    --second-color: #1BD2A3;
}
body {
    direction: rtl;
    font-size: 14px;
    text-align: right;
    color: #303030;
    font-family: "yekanbakh";
    font-weight: 400;
}
a {
    text-decoration: none;
    color: #303030;
    transition: all .2s ease-in-out;
}
img {
    max-width: 100%;
    height: auto;
}
li {
    list-style: none;
}
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 {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    display: block;
    height: 48px;
    padding: 8px;
    width: 100%;
    font-family: "yekanbakh";
}
textarea {
    height: auto;
}
.button, input[type="submit"] {
    align-items: center;
    background-color: var(--main-color);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    gap: 4px;
    justify-content: center;
    line-height: 2;
    padding: 8px 15px;
    text-align: center;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    font-family: "yekanbakh";
}
input[type="date"]::placeholder, input[type="email"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, textarea::placeholder {
    color: #6c757d;
    opacity: 1;
}




@font-face {
		font-family: "yekanbakh";
		src: url("fonts/woff/YekanBakhFaNum-VF.woff");
}
@font-face {
		font-family: "yekanbakh";
		src: url("fonts/woff2/YekanBakhFaNum-VF.woff2");
}

.overlay {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    z-index: 4;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.overlay-add-to-cart {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);

    z-index: 98;

    transition: all .2s ease-in-out;
    display: none;
}
.show {
    opacity: 1 !important;
    visibility: visible !important;
    transition: all .2s ease-in-out;
    pointer-events: visible !important;
}
.header {
    background: #fff;
    box-shadow:rgba(0,0,0,.05) 0 4px 10px 0;
    z-index: 5;
    position: relative;
    margin-bottom: 20px;
}
.container {
    width: 1440px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100% !important;
}
.hero-top-header {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 350;
}
.top-header {
    display: flex;
    justify-content: space-between;
    height: 35px;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.top-header .t-h-right .bullet-notic {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5C9DFF;
    display: inline-block;
    margin-left: 10px;
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% { opacity: 0; }
}
.top-header .t-h-left {

}
.top-header .t-h-left span.text-top-left-header {

}
.top-header .t-h-left .contact-header {
    color:var(--main-color);
    font-weight: 450;
    margin-right: 18px;
}
.top-header .t-h-left .contact-header i {
    font-size: 18px;
    margin-right: 6px;
}
.main-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
}
.m-h-right {
    display: flex;
    align-items: center;
    width: 57%;
}
.m-h-right .logo {
    max-width: 130px;
}
.m-h-right .logo a {
    display: flex;
}
.favorite-btn-header-mobile a {
    display: flex;
}
.favorite-btn-header-mobile i {
    font-size: 20px;
}
.m-h-right .search-main {
    margin-right: 71px;
    position: relative;
    width: 100%;
}
.search-main form {
    position: relative;
}
.search-main form input[type="search"] {
    border-radius: 7px;
    background: #f3f4f6;
    padding: 15px;
    padding-right: 50px;
    font-family: "yekanbakh";
    color: #7E7E7E;
    font-size: 13px;
    height: auto;
    border: 0;
}
.search-main form input[type="search"]:focus-visible {
    outline: 1px solid #333;
}
.search-main form button {
    position: absolute;
    background: transparent;
    right: 13px;
    top: 9px;
}

.m-h-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.cart-btn-header {
    position: relative;
}
.cart-btn-header > a {
    display: flex;
    border-radius: 7px;
    background: var(--second-color);
    padding: 13.8px;
    color: #FFF;
    text-align: right;
    font-weight: 450;
    font-size: 14px;
}
.cart-btn-header span.cart-btn-text {
    padding-left: 15px;
    border-left: 1px solid #fcfcfc;
}
.cart-btn-header span.cart-btn-num {
    padding-right: 15px;
    font-family: "yekanbakh";
}
.cart-btn-header:hover .cart-content {
    visibility: visible;
    opacity: 1;
    top: 50px;
}
.cart-btn-header .cart-content {
    position: absolute;
    top: 75px;
    left: 0;
    width: 300px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 1;
    border-radius: 10px;
}
.cart-btn-header .cart-content ul {

}
.cart-btn-header .cart-content ul li {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
.cart-btn-header .cart-content ul li > a {
    display: flex;
    font-size: 13px;
    font-weight: 450;
    align-items: center;
}
.cart-btn-header .cart-content ul.woocommerce-mini-cart a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.cart-btn-header .cart-content .mini-cart-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    color: #6c6c6c;
}
.cart-btn-header .cart-content .mini-cart-detail span {
    font-size: 13px;
    width: auto;
    height: auto;
}
.cart-btn-header .cart-content .mini-cart-detail a {
    font-size: 24px;
    color: red;
}
.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;
}
.cart-btn-header .cart-content .woocommerce-mini-cart__buttons a {
    background: var(--second-color);
    font-size: 13px;
    font-weight: 450;
}
.favorite-btn-header a {
    display: flex;
    border-radius: 7px;
    border: 1px solid #7E7E7E;
    padding:13px;
    color: #161A1D;
    font-weight: 450;
    font-size: 14px;
}
.favorite-btn-header i {
    font-size: 19px;
    margin-left: 8px;
}
.down-header {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    padding: 14px 0;
}
.main-menu {
  display: flex;
    position: relative;
}
.megamenu-box {
    padding-left: 20px;
    margin-left: 10px;
    border-left: 1px dotted #333;
    cursor: pointer;
    z-index: 99;
}
.megamenu-box span.title-megamenu {
    color: #161A1D;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    font-family: "yekanbakh";
}
.megamenu-box > i {
    font-size: 16px;
    margin-left: 5px;
}
.menu-header {

}
.menu-header > ul > li {
    display: inline-block;
    position: relative;
    transition: all .2s ease-in-out;
    font-family: "yekanbakh";
    margin: auto 11px;
}
.menu-header > ul > li:before {
    color: #acacac;
    font-family: "Font Awesome 6 Free";
    margin-left: 5px;
}
.menu-header ul li a {
    color: #7E7E7E;
    font-size: 14px;
    position: relative;
    font-weight: 350;
    padding: 14px 0;
    border-bottom-width: 0;
}
.menu-header > ul > li > a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1.5px;
    background: var(--main-color);
    bottom: 0px;
    right: 50%;
    transition: all .3s ease-in-out;
}
.menu-header > ul > li:hover > a:before  {
    width: 100%;
    right:0;
}

.menu-header > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 38px;
}
.menu-header > ul > li > ul {
    right:0;
    top: 50px;
    opacity: 0;
    width: 200px;
    z-index: 999;
    display: block;
    visibility: hidden;
    position: absolute;
    transition: all .3s ease 0s;
    background: #fff;
    padding: 7px 0;
}
.menu-header > ul > li > ul > li {
    position: relative;
}
.menu-header > ul > li > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    right:200px;
}
.menu-header > ul > li > ul li ul {
    right:170px;
    top: 0px;
    opacity: 0;
    width: 200px;
    z-index: 999;
    display: block;
    visibility: hidden;
    position: absolute;
    transition: all .3s ease 0s;
    background: #fff;
    padding: 7px 0;
}
.menu-header ul li ul:before {
    content: "";
    top: -20px;
    position: absolute;
    height: 30px;
    width: 100%;
}
.menu-header ul li ul li {

}
.menu-header ul li ul li a{
    display: block;
    padding: 7px 15px;
    font-size: 13px;
}
.register-btn {
    color: #161A1D;
    font-size: 14px;
    font-family: "yekanbakh";
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
.register-btn i {
    font-size: 20px;
}
.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 input[type="checkbox"]:checked + label + .ac-access {
    max-height: 1000px;
    visibility: visible;
    transition: all .5s ease-in-out;
}
.account-btn .ac-access {
    position: absolute;
    left: 0;
    top: 41px;
    width: 200px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    visibility: hidden;
    max-height: 0;
    z-index: 1;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.account-btn .ac-access ul li a {
    padding: 8px;
    display: block;
    color: #6d6d6d;
    transition: none !important;
}

.account-btn .ac-access ul li a:before{
    color: #999;
}
.account-btn .ac-access ul li a:hover {
    background: #f3f5f6;
}
.account-btn input[type=checkbox]:checked + label > i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-slider {
    margin-bottom:60px;
}

.main-slider:hover .owl-carousel .owl-nav button {
    opacity: 1;
}
.main-slider .owl-carousel .owl-nav button {
    position: absolute;
    background: #fff;
    width: 35px;
    height: 35px;
    bottom: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    opacity: 0;
}
.main-slider .owl-carousel .owl-nav button:hover {
    background: #fff;
    color: #333;
}
.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.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.main-slider .owl-carousel .owl-nav button.owl-prev:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.main-slider .owl-theme .owl-dots {
    position: absolute;
    margin: auto;
    width: 100%;
    bottom: 0;
}
.main-slider .owl-theme .owl-dots button.owl-dot span{
    background: #000;
    opacity: .3;
    width: 7px;
    height: 7px;
    margin: 2px 3px;
    transition: all .3s ease 0s;
}
.main-slider .owl-theme .owl-dots button.active span{
    background: #fff;
    opacity: 1;
    width: 18px;
    transition: all .3s ease 0s;
}
.main-slider .owl-carousel .owl-stage-outer {
    border-radius: 15px;
}


.hero-product {
    margin-bottom: 60px;
    position: relative;
}
.title-hero {
    margin-bottom: 32px;
}
.title-hero h4 {
    text-align: right;
    font-family: "yekanbakh";
    font-size: 18px;
    font-weight: 450;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--main-color);
    display: inline-block;
}
.title-hero h4 a {
    color: #0B090A;
}
.hero-product .product-item {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.031372549);
    margin:13px 8px;
    position: relative;
    padding: 22px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-product .product-item .color {
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 2;
}
.hero-product .product-item .color ul li {
    float: right;
    margin-right: 5px;
}
.hero-product .product-item .color ul li span {
    width: 15px;
    height: 15px;
    float: right;
    border-radius: 50%;
    position: relative;
}
.hero-product .product-item .color ul li span:hover b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
}
.hero-product .product-item .color ul li span b {
    position: absolute;
    right: -10px;
    bottom: 10px;
    background: #303030;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    font-size: 13px;
    font-weight: 100;
    transition: all .2s ease-in-out;
}

.hero-product .product-item .color:nth-child(2) {
    right: unset;
    left: 13px;
}
.hero-product .product-item .color:nth-child(3) {
    display: none;
}
.hero-product .product-item .color:nth-child(4) {
    display: none;
}
.hero-product .product-item .color ul li small {
    border: 1px solid #ddd;
    padding: 2px 5px;
    margin-bottom: 6px;
    display: block;
    bottom: 7px;
    position: relative;
    border-radius: 5px;
    font-weight: 450;
}
.hero-product .product-item .discount {
    position: absolute;
    top: 13px;
    left: 13px;
    font-size: 14px;
    font-family:"yekanbakh";
    background:#f93423;
    border-radius: 5px;
    color: #fff;
    padding: 0 3px;
    z-index: 2;
}
.hero-product .product-item figure {
    text-align: center;
}
.hero-product .product-item figure a {
    display: block;
    position: relative;
    max-width: 200px;
    margin: 15px auto 0;
}
.hero-product .product-item figure a img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    transition: opacity .5s ease;
}
.hero-product .product-item figure a img.second-thumbnail {
    position: absolute;
    top: 0;
    opacity: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.hero-product .product-item:hover figure a img.main-img {
    opacity: 0;
}
.hero-product .product-item:hover figure a img.second-thumbnail {
    opacity: 1;
}

.hero-product .product-item h2 {
    height: 55px;
    line-height: 23px;
    margin-top: 15px;
    overflow: hidden;
}
.hero-product .product-item h2 a {
    color: #0B090A;
    text-align: right;
    font-family: "yekanbakh";
    font-size: 14px;
    font-weight: 450;
    letter-spacing: -0.14px;
}
.hero-product .product-item .down {
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 50px;
    gap: 5px;
}

.hero-product .product-item .down .add_to_cart_button a {
    background: none;
    display: flex;
    padding: 0;
    transition: all 1.5s ease-in-out;
}
.hero-product .product-item .down .add_to_cart_button i {
    color: var(--second-color);
    font-size: 35px;
    filter: drop-shadow(1px 4px 25px rgba(27, 210, 163, 0.25));
}
.hero-product .product-item .down .add_to_cart_button a.added {
    display: none;
}
.hero-product .product-item .down .add_to_cart_button .added_to_cart {
    background: var(--second-color) !important;
    padding: 3px 5px !important;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 6px;
    font-size: 13px;
    transition: all 1.5s ease-in-out;
    max-height: 26px;
    text-align: center;
}

.notiny-container {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 0px 10px #ededed;
    padding: 5px 20px 10px;
    font-size: 16px;
    font-weight: 450;
    border-radius: 5px;
    display: none;
    cursor: pointer;
}
.notiny-container .notiny {

    display: flex;
    align-items: end;
}
.notiny-container .notiny i {
    font-size: 32px;
    color: var(--second-color);
    margin-left: 5px;
}
.hero-product .product-item .down .price {
    text-align: left;
    position: relative;
    margin-left: 10px;
}
.hero-product .product-item .down .price del{
    color: #7E7E7E;
    font-size: 14px;
}
.hero-product .product-item .down .price ins{
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
    display: block;
}
.hero-product .product-item .down .price ins span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    font-weight: 450;
    rotate: 270deg;
    position: absolute;
    left: -22px;
    color: #D7DBE2;
    top: 15px;
}
.hero-product .product-item .down .price del span.woocommerce-Price-currencySymbol {
    display: none;
}
.hero-product .product-item .down .price > span > bdi {
    font-size: 16px;
    font-weight: 725;
}


.hero-product .product-item .down .price > span > bdi > .woocommerce-Price-currencySymbol {
    font-size: 12px;
    font-weight: 450;
    position: absolute;
    left: 0px;
    color: #D7DBE2;
    bottom: 26px;
}
.not_stock {
    background: #ffdbdb;
    padding: 7px 10px;
    border-radius: 5px;
    margin: auto;
    display: flex;
}
.not_stock i {
    color: #e94646 !important;
    margin-left: 4px !important;
    font-size: 20px !important;
}
/*************/


.hero-product .product-item .down-two {
    display: block;
    height: auto;
    text-align: center;
}
.hero-product .product-item .down-two .price {
    margin-left: 0px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.hero-product .product-item .down-two .price ins span.woocommerce-Price-currencySymbol {
    position: unset;
    margin-right: 5px;
}
.hero-product .product-item .down-two .price ins {
    display: inline-block;
}
.hero-product .product-item .down-two .price > span > bdi > .woocommerce-Price-currencySymbol {
    bottom: 4px;
    left: -35px;
}
.down-two .not_stock {
    display: inline-flex;
    padding: 3px 5px;
}
.hero-product .product-item .down-two .wish-add {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}
.hero-product .product-item .down-two .wish-add .wishlist-button {
    display: flex;
}
.hero-product .product-item .down-two .wish-add .wishlist-button button {
    background: transparent;
    cursor: pointer;
}
.hero-product .product-item .down-two .wish-add .wishlist-button button span.add,
.hero-product .product-item .down-two .wish-add .wishlist-button button span.added
{
    display: none;
}
.hero-product .product-item .down-two .wish-add .wishlist-button button i {
    font-size: 26px;
    color: #7E7E7E;
}
.hero-product .product-item .down-two .wish-add .wishlist-button button.woosw-added i {
    color: red;
}
.hero-product .product-item .down-two .wish-add .add-to-cart {

}
.hero-product .product-item .down-two .wish-add .add-to-cart a {
    background: none;
    padding: 3px 8px;
    font-size: 12px;
    color: #7E7E7E;
    border: 1px solid #7E7E7E;
    font-weight: 450;
}
.hero-product .product-item .down-two .wish-add .add-to-cart a.added {
    display: none;
}
.hero-product .product-item .down-two .wish-add .add-to-cart a.added:after {
    content: "";
    width: 10px;
    height: 10px;
    background: red;
}
.hero-product .product-item .down-two .wish-add .add-to-cart .added_to_cart {
    border-radius: 5px;
    display: inline-flex;
    line-height: 2;
}
/************/




.product-slider .owl-nav button {
    position: absolute;
    top: -77px;
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
    width: 37px;
    height: 37px;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #636363 !important;
}
.product-slider .owl-nav button:hover {
    background: #fff;
    color: #333;
}
.product-slider .owl-nav button.owl-next {
    left: 0px;
}
.product-slider .owl-nav button.owl-prev {
    left: 45px;
}
.hero-product .owl-nav button.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.hero-product .owl-nav button.owl-prev:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.box-amazing {
    border-radius: 15px;
    background: var(--main-color);
    box-shadow: 17px 17px 40px 0px rgba(229, 56, 59, 0.07);
    padding-left: 10px;
}
.box-amazing .amazing-thumbnails {

}
.box-amazing .amazing-thumbnails img {
    width: auto;
    margin: 15px auto;
    max-width: 85%;
}
.box-amazing .amazing-btn {
    text-align: center;
}
.box-amazing .amazing-btn a {
    background: #fff;
    padding: 13px 30px;
    border-radius: 46px;
    color: #161A1D;
    text-align: right;
    font-family: "yekanbakh";
    font-size: 14px;
    font-weight: 450;
    display: inline-block;
}
.box-amazing .amazing-btn a i {
    margin-right: 5px;
}
.box-amazing .product-item {
    margin: 15px 10px 15px 0px;
}
.box-amazing .product-item h2 {
    text-align: center;
}
.box-amazing .product-item .down{
    margin-top: 15px;
}

.box-amazing .countdown-timer {
    color: #fff;
    min-height: 1px;
    text-align: center;
    direction: ltr;
    align-items: center;
    display: flex;
    justify-content: center;
}
.box-amazing .countdown-timer .number {
    background: #f93423;
    color: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: "yekanbakh";
    font-size: 16px;
    font-weight: 450;
}
.box-amazing .countdown-timer span.dot {
    color: #f93423;
    font-size: 24px;
    margin: 0 2px;
}
.box-amazing .countdown-timer .number .letter {
    display: none;
}
.amazing-slider .owl-nav button {
    position: absolute;
    top: 44%;
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
    width: 37px;
    height: 37px;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #636363 !important;
}
.amazing-slider .owl-nav button:hover {
    background: #fff;
    color: #333;
}
.amazing-slider .owl-nav button.owl-next {
    left: 0px;
}
.amazing-slider .owl-nav button.owl-prev {
    right: 0px;
}

.pishro-story {
    margin-bottom: 20px;
}
.storiesWrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.stories.carousel .story > .item-link > .info .name {
    font-weight:600;
}
#zuck-modal-content .story-viewer .head .left > .back {
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 30px;
    color:#fff;
}
#zuck-modal-content .story-viewer .slides .item > .media {
    height:auto !important;
    top: 50%;
    bottom: 50%;
}
.poster {
    display: flex;
    margin-bottom:60px;
    gap: 20px;
}
.poster a img {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.031372549);
}

.hero-sell {
    margin-bottom: 60px;
    position: relative;
}
.box-sell {
    display: flex;
    justify-content: space-between;
    gap: 10px
}
.box-sell .best-sell {
    width: 19.1%;
    height: 395px;
    background: var(--main-color);
    box-shadow: 11px -3px 30px 0px rgba(249, 52, 35, 0.12);
    border-radius: 15px;
    padding: 15px 24px 30px;
    position: relative;
    min-width: 275px;
}
.box-sell .best-sell .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-sell .best-sell .head div {
    display: flex;
    align-items: center;
}
.box-sell .best-sell .head div svg {

}
.box-sell .best-sell .head div p {
    font-family: "yekanbakh";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    color: #fff;
    margin-right: 8px;
}
.box-sell .best-sell .head span {
    font-family: "yekanbahk";
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    color: #fff;
}
.box-sell .best-sell .thumb {
    width: 170px;
    height: 170px;
    margin: 25px auto;
    border-radius: 50%;
    background: #fff;
    padding: 15px;
    position: relative;
    animation: pulse-white 1.5s infinite;
	overflow:Hidden;
}
@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 .thumb a img {
    max-width: 140px;
    margin: auto;
    display: block;
    border-radius: 40px;
}
.box-sell .best-sell h2 {
    line-height: 23px;
    margin-top: 5px;
    overflow: hidden;
    height: 45px;
}
.box-sell .best-sell h2 a {
    color: #FFF;
    text-align: right;
    font-family: "yekanbakh";
    font-size: 14px;
    font-weight: 450;
}
.box-sell .best-sell .price {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    margin: 13px 0;
    justify-content: space-between;
}
.box-sell .best-sell .price del {
    color: #ffffff;
    font-size: 14px;
}
.box-sell .best-sell .price ins {
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
    display: block;
    color: #fff;
}
.box-sell .best-sell .price ins span.woocommerce-Price-currencySymbol {
    font-size: 14px;
    margin-right: 4px;
}
.box-sell .best-sell .price del span.woocommerce-Price-currencySymbol {
    display: none;
}
.box-sell .best-sell .price > span.woocommerce-Price-amount {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}
.box-sell .best-sell .price > span.woocommerce-Price-amount > bdi > span.woocommerce-Price-currencySymbol {
    font-size: 14px;
    margin-right: 4px;
}
.box-sell .best-sell .add-cart {
    position: absolute;
    bottom: -32px;
    right: auto;
    left: 106px;
}
.box-sell .best-sell .add-cart a {

}
.box-sell .best-sell .add-cart i {
    color: var(--main-color);
    border: 12px solid #fff;
    font-size: 40px;
    border-radius: 50%;
    background: #fff;
}
.other-sell {
    width: 80%;
    display: flex;
    justify-content:start;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
}
.other-sell .product-item {
    width: 32.7%;
    height: 125px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.031372549);
    position: relative;
    padding: 15px 15px;
    min-width: 280px;
    flex-grow: 1;
}
.other-sell .product-item figure {
    float: right;
    margin-left: 10px !important;
	max-height: 100%;
	overflow: hidden;
	border-radius: 5px;
}
.other-sell .product-item figure a img {
    max-width: 90px;
}
.other-sell .product-item h2 {
    font-size: 14px;
    line-height: 23px;
    margin-top: 5px;
    overflow: hidden;
    height: 45px;
}
.other-sell .product-item h2 a {
    color: #0B090A;
    text-align: right;
    font-family: "yekanbakh";
    font-size: 14px;
    font-weight: 450;
    letter-spacing: -0.14px;
}
.other-sell .product-item .down {
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 50px;
}
.other-sell .product-item .down span.number {
    background: #ecf0f1;
    color: #95a5a6;
    border-radius: 50%;
    font-size: 16px;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    margin-bottom: 4px;
}
.other-sell .product-item:hover .down span.number {
    background: var(--main-color);
    color: #fff;
}
.other-sell .product-item .down .price {
    text-align: left;
    position: relative;
    margin-left: 10px;
}
.other-sell .product-item .down .price del{
    color: #7E7E7E;
    font-size: 14px;
}
.other-sell .product-item .down .price ins{
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
    display: block;
}
.other-sell .product-item .down .price ins span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    font-weight: 450;
    rotate: 270deg;
    position: absolute;
    left: -22px;
    color: #D7DBE2;
    top: 15px;
}
.other-sell .product-item .down .price del span.woocommerce-Price-currencySymbol {
    display: none;
}
.other-sell .product-item .down .price > span > bdi {
    font-size: 16px;
    font-weight: 725;
}
.other-sell .product-item .down .price > span > bdi > .woocommerce-Price-currencySymbol {
    font-size: 12px;
    font-weight: 450;
    position: absolute;
    left: 0px;
    color: #D7DBE2;
    bottom: 26px;
}
.hero-blog {
    margin-bottom: 60px;
}
.box-blog {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.box-blog .big-post {
    width: 41%;
    position: relative;
}

.box-blog .big-post a img {
    border-radius: 15px;
    width: 588px;
    height: 300px;
    object-fit: cover;
    transition: all .3s ease-in-out;
}
.box-blog .big-post a figure {
    overflow: hidden;
    border-radius: 15px;
}
.box-blog .big-post:hover img {
    transform: scale(1.1);
}
.box-blog .big-post a .title {
    position: absolute;
    width: 100%;
    bottom: 25px;
}

.box-blog .big-post a .title h2 {
    background: #fff;
    width: 85%;
    margin: auto;
    font-size: 14px;
    font-weight: 450;
    color: #0B090A;
    font-family: "yekanbakh";
    padding: 10px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .big-post a .title h2 i {
    background: var(--second-color);
    color: #fff;
    padding:12px;
    border-radius: 5px;
}
.box-blog .small-post {
    width: 59%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
}
.box-blog .small-post .post-item {
    width: 49%;
    height: 145px;
    box-shadow:0px 0px 10px 5px rgba(0,0,0,.031372549);
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    flex-grow: 1;
    min-width: 300px;
}
.box-blog .small-post .post-item figure {
    float: right;
    margin-left: 10px !important;
    overflow: hidden;
    border-radius: 5px;
}
.box-blog .small-post .post-item figure img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.box-blog .small-post .post-item:hover img {
    transform: scale(1.1);
}
.box-blog .small-post .post-item .box-title {
    margin-bottom: 10px;
}
.box-blog .small-post .post-item h2 {
    line-height: 23px;
    color: #0B090A;
    font-family: "yekanbakh";
    font-size: 14px;
    font-weight: 450;
    margin-top: 15px;
    height: 65px;
    overflow: hidden;
}
.box-blog .small-post h2 a {
    color: #0B090A;
    text-align: right;
    font-family: "yekanbakh";
    font-size: 14px;
    font-weight: 450;
    letter-spacing: -0.14px;
}
.box-blog .small-post .down {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .small-post .down span {
    color: #7E7E7E;
    text-align: right;
    font-family: "yekanbakh";
    font-size: 13px;
    font-weight: 300;
    display: block;
}
.box-blog .small-post .down i {
    color: #fff;
    background: var(--second-color);
    padding: 12px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 5px;
}

.box-insta {
    border-radius: 15px;
    background: var(--main-color);
    box-shadow: 17px 17px 40px 0px rgba(229, 56, 59, 0.07);
    display: flex;
    overflow: hidden;
    padding: 10px 0px;
}
.box-insta .first-item {
    display: flex;
    margin:0 10px;
}
#insta-slider {
    /*display: flex;
    align-items: center;*/
}
.box-insta .amazing-thumbnails img {
    margin:auto;
    display: block;
}

.box-insta .bx-ins {
    display: flex;
    align-items: center;
}
.box-insta .product-item {
    border-radius: 15px;
    background: none;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.031372549);
    margin: 0 5px;
    position: relative;
    padding: 0px;
}
.box-insta .product-item figure img{
    border-radius: 15px;
    /*width: 215px;
    height: 215px;
    border: 4px solid #fff;*/
}
.box-insta .owl-carousel .owl-nav button {
    top: 42%;
}
.box-insta  .owl-carousel .owl-nav button.owl-prev {
    right: 0px;
}
.box-insta  .owl-carousel .owl-nav button.owl-next {
    left: 0px;
}
.box-brand {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 90px 0px rgba(211, 211, 211, 0.20);
}
.box-brand .inner-brand {
    width: 88%;
    margin:auto;
}
.box-brand .product-item {
    background: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-brand .product-item img {
    max-width: 150px
}
.box-brand .owl-carousel .owl-nav button {
    top: 60px;
    background: var(--main-color);
    width: 82px;
    height: 52px;
    padding: 4px 0 0 0 !important;
    color: #fff;
    position: absolute;
}
.box-brand .owl-carousel .owl-nav button.owl-prev {
    left: -7.2%;
    border-radius: 0px 50px 50px 0px;
}
.box-brand .owl-carousel .owl-nav button.owl-next {
    right: -7.2%;
    border-radius: 50px 0px 0px 50px;
}
.box-brand .owl-carousel .owl-nav button:hover {
    background: var(--main-color);
    color: #fff;
}
.title-brand {
    text-align: center;
}
.title-brand h4 {
    display: inline-block;
    color: #fff;
    border-radius: 30px 30px 0px 0px;
    background: var(--main-color);
    padding: 15px 30px;
    font-family: "yekanbakh";
    font-size: 18px;
}
.hero-email {
    background: #1bd2a3;
    margin-bottom: 60px;
}
.box-email {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100px;
}
.box-email .email-text {
    color: #fff;
    font-size: 16px;
}
.box-email .form-email {
    position: relative;
}
.box-email input[type="email"],.email-box input[type="text"],.email-box input[type="tel"]{
    width: 350px;
}
.box-email input[type="submit"], .box-email button {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8px;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.footer-box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 40px;
}
.footer-box .footer-about {
    width: 30%;
    flex-grow: 1;
    margin-left: 30px;
}
.footer-box .footer-about .f-w-content {
    color: #7E7E7E;
    font-family: "yekanbakh";
    line-height: 30px;
    text-align: justify;
}
.footer-box .footer-widget {
    flex-grow: 1;
}
.footer-box .footer-widget .f-w-content h3{
    margin-bottom: 15px;
    color: #303030;
    font-weight: 600;
}

.footer-box .footer-widget .f-w-content ul li a {
    color: #7E7E7E;
    line-height: 30px;
}
.footer-box .footer-widget .f-w-content ul li:hover a {
    color: var(--main-color);
}
.application {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    background: #f3f4f6;
    flex-wrap: wrap;
    gap: 10px;
}
.application .right {
    display: flex;
    align-items: center;
    font-weight: 900;
    gap: 10px;
    font-size: 16px;
}
.application .right img {
    max-width:45px;

}
.application .right p{
    font-weight: 700;
}
.application .left {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.application .left a {
    display: flex;
}
.application .left a img{

}
.service-pishro {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.service-pishro .item-service {
    text-align: center;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
}
.service-pishro .item-service img {
    margin: 0 auto 10px;
    max-width: 80px;
}
.service-pishro .item-service span {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 300;
}
footer {
    margin-top: 60px;
    border-top: 1px solid #ededed;
    padding-top: 40px;
    background: #fff;
    box-shadow: 0px 0px 10px #ECECEC;
}
.footer-down {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap-reverse;
    gap: 15px
}
.footer-down .copy-right {
    color: #7E7E7E;
}
.footer-down .social-footer {
    display: flex;
    gap: 0 20px;
}
.footer-down .social-footer .item-social {

}
.footer-down .social-footer .item-social a {
    color: #7E7E7E;
    display: flex;
    align-items: center;
}
.footer-down .social-footer .item-social a i {
    font-size: 22px;
    margin-left: 8px;
    color: #cdcdcd;
}
.footer-line {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-line .right {
    color: #7E7E7E;
    font-weight: 450;
	line-height: 2;
    
}
.footer-line .left{

}
.footer-line .left span {
    padding: 5px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #a5a5a5;
    color: #7E7E7E;
    cursor: pointer;
}

/*******megamenu********/
.pishro-megamenu {

}

.megamenu-box:hover .pishro-megamenu > ul {
    visibility: visible;
    opacity: 1;
    top: 38px;
    transition: all .3s ease 0s;
    pointer-events: auto;
}
.pishro-megamenu > ul {
    position: absolute;
    top: 50px;
    z-index: 99;
    background: #fff;
    width: 222px;
    right: 0;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.active-m {
    visibility: visible !important;
    opacity: 1 !important;
    top: 42px !important;
    transition: all .3s ease 0s !important;
}
.pishro-megamenu > ul:before {
    content: "";
    top: -20px;
    position: absolute;
    height: 20px;
    width: 100%;
}
.pishro-megamenu > ul > li {
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
}

.pishro-megamenu > ul > li.menu-item-has-children:after {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 9px;
    margin-left: 12px;
}
.pishro-megamenu > ul > li > a{
    color: #4d4d4d;
    padding: 12px;
    font-weight: 450;
}

.pishro-megamenu > ul > li > a > i {
    margin-left: 7px;
}
.pishro-megamenu > ul > li.m-active {
    background: #f7f7f8;
}
.pishro-megamenu > ul > li.m-active > a {
    color: var(--main-color);
}
.pishro-megamenu > ul > li.m-active > ul {
    opacity: 1;
    visibility: visible;
}
.pishro-megamenu > ul > li > ul {
    position: absolute;
    background: #fff;
    right: 100%;
    top: 0;
    width: 1200px;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    padding: 12px 12px;
    border-right: 2px solid #ebebeb;
    align-content: start;
}
.pishro-megamenu > ul > li > ul > li {
    min-width: 25%;
    margin-bottom: 15px;
}
.pishro-megamenu ul li ul li ul {

}
.pishro-megamenu > ul > li > ul > li > a {
    font-size: 14px;
    font-weight: 450;
    color: #000;
    margin-bottom: 7px;
    display: inline-block;
}
.pishro-megamenu > ul > li > ul > li > a:before {
    content: "";
    position: relative;
    top: 3px;
    width: 3px;
    height: 14px;
    margin-left: 5px;
    border-radius: 10px;
    background: var(--main-color);
    display: inline-block;
}
.pishro-megamenu ul li ul li ul li a {
    font-weight: 400;
    color: #666;
    font-size: 13px;
    padding: 4px;
    display: block;
}
.pishro-megamenu ul li ul li ul li a:hover {
    color: #333;
}
/***********single************/
.hero-page {
    display: flex;
    justify-content: space-between;
    gap: 20px 0;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.main-page {
    width: 77%;
}

.post-single {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 20px #f2f2f2;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.post-single header {
    border-bottom: 1px solid #f0f0f1;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.post-single header h1 {
    font-size: 24px;
    font-weight: bold;
}
.post-single .box-pm {
    display: flex;
    gap: 20px;
    color: #81858b;
    margin-bottom: 20px;
    font-size: 13px;
    flex-wrap: wrap;
}
.post-single .box-pm .post-meta i{
    margin-left: 3px;
}
.post-single .box-pm .post-meta a{
    color: #81858b;
}
.post-single .post-thumbnail {
    text-align: center;
    margin: 40px 0;
}

.post-single .content-single {
    line-height: 2.5;
    font-size: 15px;
}

.post-single .post-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    border-top: 1px solid #f0f0f1;
    padding-top: 20px;
    align-items: center;
}
.post-single .post-tag a {
    background: #f0f0f1;
    border-radius: 4px;
    color: #81858b;
    padding: 4px 12px;
}
.post-single .post-tag a:hover {
    background: #f8f8f8;
}
.side-page {
    width: 22%;
}
/*************related article*****************/

.related-head h4 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.related-item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.031372549);
    position: relative;
    margin: 20px 0;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 315px;
    border: 1px solid #d5d5d544;
}
.related-item figure img {
    border-radius: 15px;
}

.related-item h2 {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
    height: 40px;
}
.related-item .down {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #828282;
    background: #edf0f3;
    padding: 7px 10px;
    border-radius: 15px;
}


/*************end related article*************/
.widget {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 12px 16px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #f2f2f2;
    border: 1px solid #d5d5d544;
}
.widget header {
    margin-bottom: 12px;
    padding-bottom: 12px;
    transition: all .2s ease-in-out;
}
.widget header h3 {
    font-size:16px;
    cursor: pointer;
}
.widget header h3 span {
    border-bottom: 2px solid #ef4056;
    display: inline-block;
    line-height: 2.5;
}
.widget .widget-content {

}
.widget .widget-content label {

}
.widget .widget-content input[type="text"] {

}
.widget .widget-content form {
    position: relative;
}
.widget .widget-content input[type="submit"] {
    position: absolute;
    border-radius: 8px 0 0 8px;
    left: 0;
    top: 0;
    right: unset;
    padding: 10px 15px;
    background-color: var(--main-color);
    line-height: 2;
    color: #fff;
    font-family: "yekanbakh";
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}
.widget .widget-content ul li:not(:last-child) {
    border-bottom: 1px solid #f0f0f1;
}
.widget .widget-content ul li a {
    align-items: center;
    padding: 10px 0;
}
.widget .widget-content ul li a:hover {
    color: var(--second-color);
}
.widget .widget-content li:not(:last-child) {
    border-bottom: 1px solid #f0f0f1;
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.widget .widget-content ul li a img {
    max-height: 64px;
    max-width: 64px;
    border-radius: 5px;
}
.widget .widget-content h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}
.widget .widget-content span.post-date,.widget .widget-content span.reviewer {
    color: #a1a3a8;
    display: block;
}
.breadcrumbs {
    color: #81858b;
    margin-bottom: 20px;
}
.breadcrumbs a {
    color: #81858b;
}
.breadcrumbs i {
    vertical-align: middle;
    font-size: 10px;
    padding: 0 5px;
}
/********comment-single***********/
.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 {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 20px #f2f2f2;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.comment-box .comments-inner {
    margin-top: 40px;
}
.comments-inner .comment {
    border-radius: 5px;
    margin: 20px 0;
    border: 1px solid #e9e9e9;
    padding: 10px 15px 15px;
}
.comments-inner .comment .depth-2 {
    background: #f9f9f9;
}
.comments-inner .comment .depth-3 {
    background: #f0f0f0;
}
.comments-inner .comment .comment-author {
    display: inline-flex;
    margin-left: 10px;
    align-items: center;
    float: right;
    margin-bottom: 10px;
}
.comments-inner .comment .comment-meta {
    float: right;
    margin-top: 10px;
}
.comments-inner .comment .comment-author img{
    border-radius: 50%;
    margin-left: 10px;
}
.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: 15px 0;
    clear: both;
    line-height: 2;
}
.comments-inner .comment .reply a {
    text-decoration: none;
    background: #ecf0f1;
    color: #333;
    padding: 4px 15px;
}

.custom-field-review {
    display: flex;
    margin-top: 25px;
}
.rate-list {
    float: left;
    width: 50%;
}
.rate-list .rate-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.rate-list .rate-item b {

}
.rate-list .rate-item input {
    width: 75%;
}

.review-radio-question {
    width: 50%;
    text-align: center;
}
.review-radio-question header {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}
.review-radio-question .radio-list {
    display: inline-flex;
    gap: 10px;
    flex-direction: column;
}
.review-radio-question .radio-list .radio-item {

}
.review-radio-question .radio-list .radio-item input {
    display: none;
}
.review-radio-question .radio-list .radio-item label {
    padding: 7px 10px;
    font-weight: 700;
    display: block;
    border-radius: 4px;
    cursor: pointer;
}
.review-radio-question .radio-list .radio-item input[type=radio]:checked#yes_suggest~label {
    background: #dcffdc;
    border: 2px solid #50df3c;
    color: #0f8703;
}
.review-radio-question .radio-list .radio-item input[type=radio]:checked#no_suggest~label {
    background: #ffc2c2;
    border: 2px solid #ef5e5e;
    color: red;
}
.review-radio-question .radio-list .radio-item input[type=radio]:checked#idontknow~label {
    background: #e7e7e7;
    border: 2px solid #919490;
    color: #737573;
}

.insta-page {
    background: #333;
    margin-top: -20px;
    margin-bottom: 40px;
    padding-bottom: 1px;
}
.sec-insta-page {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
}
.sec-insta-page .right {
    width: 70%;
    border-radius: 10px;
    overflow: hidden;
}
.sec-insta-page .right .mejs-poster {
    background-size: contain;
}
.sec-insta-page .right video{

}
.sec-insta-page .right .wp-video-shortcode {
    max-height: 650px !important;
}
.sec-insta-page .left {
    width: 28%;
    border: 2px solid #444;
    border-radius: 10px;
    color: #fff;
    padding: 12px;
}
.sec-insta-page .left h1 {
    font-size: 16px;
    padding-bottom: 10px;
}
.sec-insta-page .left p {
    line-height: 2;
    color: #eaeaea;
}
.sec-insta-page .left img,.sec-insta-page .left video {
    display: none;
}
.sec-insta-page .left a {
    color: #3366CC;
    text-decoration: underline;
}
.sec-insta-page .left a:hover {
    color: #116cff;
}
.box-insta-single {
    border: 2px solid #444;
    background: #333;
}
.insta-page h4.title-insta-page {
    font-size: 18px;
    font-weight: 450;
    color: #fff;
    margin: 20px 5px 15px;
    display: flex;
    align-items: center;
}
.insta-page h4.title-insta-page i {
    margin-left: 10px;
    font-size: 24px;
}
/**********start single product************/
.product-intro {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 4px 84px 0px rgba(211, 211, 211, 0.25);
    padding: 25px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.product-intro .entry-summary{
    width: 49% !important;
    margin: 0 !important;
}
.product-intro .entry-summary header {
    border-bottom: 1px solid #F5F3F4;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.woocommerce div.product .product_title {
    color: #161A1D;
    font-size: 20px;
    font-weight: 700;
}
.product-intro .entry-summary header span {
    color: #B2B2B2;
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    display: block;
}
.product-intro .entry-summary .product-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.product-intro .entry-summary .product-meta .meta-pro {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.product-intro .entry-summary .product-meta .meta-pro i {
    color: var(--second-color);
    font-size: 24px;
    margin-left: 8px;
}
.product-intro .entry-summary .product-delivery {
    display: flex;
    gap: 10px 25px;
    margin-bottom: 30px;
}
.product-intro .entry-summary .product-delivery span {
    font-weight: 450;
}
.product-intro .entry-summary .product-delivery span i {
    color: var(--main-color);
    margin-left: 3px;
}
.product-intro .entry-summary .additional-product {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-bottom: 40px;
    max-height: 91px;
    overflow: hidden;
}
.product-intro .entry-summary .additional-product .property-item {
    display: flex;
    font-weight: 450;
}
.product-intro .entry-summary .additional-product .property-item span {
    font-weight: 300;
    color: #7E7E7E;
}
.product-intro .entry-summary .additional-product .property-item span i {
    font-size: 10px;
    color: #d5d5d5;
}
.product-intro .entry-summary .excerpt_single_product {
    margin-bottom: 25px;
    line-height: 2;
    font-weight: 450;
}
.product-intro .entry-summary .show-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.woocommerce .star-rating {
    color: #ffc107;
    font-size: 16px;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: 3px;
}
.product-intro .entry-summary .p-q {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.product-intro .entry-summary .p-q div {
    display: flex;
    align-items: center;
}
.product-intro .entry-summary .p-q div .discount {
    position: relative;
    width: 40.7px;
    height: 40px;
    background: #f93423;
    clip-path: polygon( 50% 0, 100% 38%, 81% 100%, 19% 100%, 0 38%);
    color: #fff;
    justify-content: center;
    font-size: 16px;
    margin-right: 10px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price  {
    text-align: left;
    position: relative;
    color: #303030;
    font-size: 24px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    color: #7E7E7E;
    font-size: 20px;
    margin-left: 5px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}
.woocommerce div.product p.price ins span.woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-weight: 450;
    margin-right: 5px;
}
.woocommerce div.product p.price del span.woocommerce-Price-currencySymbol {
    display: none;
}
.woocommerce div.product .price > span > bdi {
    font-size: 24px;
    font-weight: 725;
    color: #303030;
}
.woocommerce div.product .price > span > bdi > .woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-weight: 450;
    margin-right: 5px;
}

.woocommerce .quantity {
    display: flex;
    position: relative;
    border-radius: 7px;
    border: 1px solid #C2C2C2;
    width: 200px;
    height: 60px;
}

.woocommerce .quantity .qty {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 0;
    border: 0;
    font-size:20px;
    font-family: "yekanbakh";
    font-weight: bold;
}
.woocommerce .quantity button {
    font-size: 20px;
    padding: 0px 18px;
    background: transparent;
    cursor: pointer;
    margin: 16px 0;
}
.woocommerce div.product form.cart .button {
    border-radius: 7px;
    background: var(--second-color);
    width: 100%;
    font-size: 18px;
    font-weight: 450;
    padding: 10px 0 !important;
    line-height: 2;
}
.woocommerce div.product form.cart .button:hover {
    background: #16ba90;
}
.woocommerce div.product form.cart .button.disabled  {
    background: var(--second-color) !important;
}
.woocommerce div.product form.cart .button i {
    margin-left: 5px;
}
.woocommerce .quantity button.plus {
    border-left: 1px solid #C2C2C2;
}
.woocommerce .quantity button.minus {
    border-right: 1px solid #C2C2C2;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.woocommerce div.product form.cart div.quantity input.minus,
.woocommerce div.product form.cart div.quantity input.plus
{
    width: 20px;
    border-radius: 6px;
}
.woocommerce div.product form.cart {
    margin-bottom:0;
}
.woocommerce div.product form.cart .variations {
    width: 68%;
}

.woocommerce div.product form.cart .variations tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:5px;
}
.woocommerce div.product form.cart .variations td {
    display: flex;
    min-width: 300px;
    align-items: center;
}
.woocommerce div.product form.cart .variations select {
    border: 1px solid #C2C2C2;
    font-size: 14px;
    padding: 7px;
    min-width: 50%;
    border-radius: 5px;
    margin: 0 10px;
    font-family: "yekanbakh";
    cursor: pointer;
}
.woo-variation-swatches .variable-items-wrapper {
    margin-right: 10px;
}

.product-intro .pishro-product-img {
    width: 47% !important;
    position: relative !important;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    margin: 0 !important;
}
.product-intro .pishro-product-img .flex-viewport {
    margin-top: 30px;
    flex: 0 0 75%;
    max-width: 75%;
}
.product-intro .pishro-product-img:before {
    content: "";
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    background: #010101;
    top: 0;
    right: 0;
    opacity: .02;
    z-index: 2;
    pointer-events: none;
    border-radius: 14px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}
.product-intro .pishro-product-img .flex-viewport img {
    margin: 0 auto;
    width: auto !important;

    display: block;
}
@-moz-document url-prefix() {
    .flex-active-slide {
        max-width: 485px !important;
    }
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: column;
    width: 70px
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 63px;
    height: 63px;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;

}
.woocommerce div.product div.images .flex-control-thumbs li img {
    filter: blur(1px);
    opacity: .5;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    filter: unset;
    opacity: 1;
}

.product-intro .pishro-product-img .product-action {
    position: relative;
    max-width: 6%;
    z-index: 3;
    margin-top: 15%;
    margin-left: 15px;
}
.product-intro .pishro-product-img .product-action .item-action {
    margin-bottom: 10px;
}
.product-intro .pishro-product-img .product-action .item-action button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #161A1D;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.product-intro .pishro-product-img .product-action .item-action button.woocommerce-product-gallery__trigger {
    height: 45px;
    min-width: 45px;
    border-radius: 8px;
    background: #fff;
    position: unset;
    text-indent: 0;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}
.product-intro .pishro-product-img .product-action .item-action button.woocommerce-product-gallery__trigger:before,
.product-intro .pishro-product-img .product-action .item-action button.woocommerce-product-gallery__trigger:after {
    display: none;
}
.product-intro .pishro-product-img .product-action .item-action button i {
    font-size: 21px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.product-intro .pishro-product-img .product-action .item-action button span {
    overflow: hidden;
    max-width: 0;
    white-space: nowrap;
    font-weight: 450;
    transition: padding .4s cubic-bezier(0.175, 0.885, 0.32, 1.15),max-width .4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    font-family: "yekanbakh";
    /*transition: all .2s ease-in-out;*/
}
.product-intro .pishro-product-img .product-action .item-action button span.added {
    display: none;
}
.product-intro .pishro-product-img .product-action .item-action button.woosw-added span.added {
    display: block;
}
.product-intro .pishro-product-img .product-action .item-action button.woosw-added span.add {
    display: none;
}
.product-intro .pishro-product-img .product-action .item-action button:hover span {
    padding-left: 15px;
    max-width: 280px;
}
.product-intro .box-timer {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 92%;
    top: 10px;
}
.product-intro .countdown-timer {
    color: #fff;
    text-align: center;
    direction: ltr;
    align-items: center;
    display: flex;
    justify-content: center;
}
.product-intro .countdown-timer .number {
    background:#f93423;
    color: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-family: "yekanbakh";
    font-size: 16px;
    font-weight: 450;
}
.product-intro .countdown-timer span.dot {
    color: var(--main-color);
    font-size: 24px;
    margin: 0 2px;
}
.product-intro .countdown-timer .number .letter {
    display: none;
}

/*********modal**********/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 6; /* Sit on top */
    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 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    margin-top: 8%;
    padding: 15px;
    border-radius: 10px;
}
.modal-header h4 {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.modal-header i:hover,
.modal-header i:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-header i
 {
    float: left;
    font-size: 24px;
    color: #aaa;
}
/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
.modal-body .shortlink {
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 4px;
    margin-top: 20px;
}
.modal-body .shortlink span i {
    margin-left: 5px;
}
.modal-body .shortlink textarea {
    width: 300px;
    height: 32px;
    text-align: left;
    border: 0;
}
.modal-body .shortlink textarea:focus-visible {
    border: 0;
    outline: 0;
}
.modal-body .social-sharing {
   
}
.modal-body .social-sharing p {
    text-align: center;
    font-size: 15px;
    font-weight: 450;
}
.modal-body .social-sharing .box-sharing {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.modal-body .social-sharing .box-sharing .sharebtn a {
    font-size: 40px;
    display: flex;
}
.modal-body .social-sharing .box-sharing .sharebtn a:hover {
    opacity: .7;
}
.modal-body .social-sharing .box-sharing .sharebtn a.facebook {
    color: #4267B2;
}
.modal-body .social-sharing .box-sharing .sharebtn a.twitter {
    color: #1DA1F2;
}
.modal-body .social-sharing .box-sharing .sharebtn a.pinterest {
    color: #E60023;
}
.modal-body .social-sharing .box-sharing .sharebtn a.telegram {
    color: #1DA1F2;
}
.modal-body .social-sharing .box-sharing .sharebtn a.whatsapp {
    color: #25D366;
}
.modal-add-to-cart {
    display: flex;
    align-items: end;
    width: 280px;
    padding: 10px 0px 15px;
    justify-content: center;
    font-size: 16px;
    font-weight: 450;
}
.modal-add-to-cart i {
    font-size: 32px;
    color: var(--second-color);
    margin-left: 5px;
}
#modal_video .modal-content{
    width: 800px;
}
.modal-body video {
    max-width: 100%;
}
/*********end modal************/
.woocommerce div.product .woocommerce-tabs {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 4px 84px 0px rgba(211, 211, 211, 0.25);
    margin: 60px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex-grow: 1;
    text-align: center;
    background: #fafafa;
    font-size: 16px;
    font-weight: 450;
    padding: 7px 0px;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border:1px solid #cfc8d8;
    border-bottom: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding:40px 20px;
    border: 1px solid #cfc8d8;
    border-top: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
    line-height: 2.5;
    font-size: 15px;
}
.pishro-cross-sell {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.cross-item {
    border-radius: 15px;
    background: #FFF;
    min-width: 471px;
    height: 190px;
    width: 32%;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.031372549);
    position: relative;
}
.cross-item {
    width: 32.7%;
    height: 160px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.031372549);
    position: relative;
    padding: 15px 15px;
    min-width: 280px;
}
.cross-item figure {
    float: right;
    margin-left: 10px;
    max-height: 100%;
    overflow: hidden;
    border-radius: 7px;
}
.cross-item figure a img {
    max-width: 135px;
}
.cross-item h2 {
    line-height: 23px;
    margin-top: 10px;
    overflow: hidden;
    height: 45px;
}
.cross-item h2 a {
    color: #0B090A;
    text-align: right;
    font-family: "yekanbakh";
    font-size: 15px;
    font-weight: 450;
    letter-spacing: -0.14px;
}
.cross-item .down {
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 65px;
}
.cross-item .down span.number {
    background: #ecf0f1;
    color: #95a5a6;
    border-radius: 50%;
    font-size: 16px;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    margin-bottom: 4px;
}

.cross-item .down .price {
    text-align: left;
    position: relative;
    margin-left: 10px;
}
.cross-item .down .price del{
    color: #7E7E7E;
    font-size: 14px;
}
.cross-item .down .price ins{
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
    display: block;
}
.cross-item .down .price ins span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    font-weight: 450;
    rotate: 270deg;
    position: absolute;
    left: -22px;
    color: #D7DBE2;
    top: 15px;
}
.cross-item .down .price del span.woocommerce-Price-currencySymbol {
    display: none;
}
.cross-item .down .price > span > bdi {
    font-size: 16px !important;
    font-weight: 725 !important;
}
.cross-item .down .price > span > bdi > .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    font-weight: 450;
    position: absolute;
    left: 0px;
    color: #D7DBE2;
    bottom: 26px;
}
.cross-item .down .add_to_cart_button a {
    background: none !important;
    display: flex;
    padding: 0 !important;
    transition: all 1.5s ease-in-out;
}
.cross-item .down .add_to_cart_button a i {
    color: var(--second-color);
    font-size: 35px;
    filter: drop-shadow(1px 4px 25px rgba(27, 210, 163, 0.25));
}
.cross-item .down .add_to_cart_button a.added {
    display: none;
}
.cross-item .down .add_to_cart_button a.added_to_cart {
    background: var(--second-color) !important;
    padding: 3px 5px !important;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 6px;
    font-size: 13px;
    transition: all 1.5s ease-in-out;
    max-height: 26px;
    text-align: center;
}
.cross-item .down .add_to_cart_button a:after {
    display: none;
}
.cross-item .discount {
    font-size: 14px;
    font-family: "yekanbakh";
    background: var(--main-color);
    border-radius: 5px;
    color: #fff;
    padding: 0 3px;
}
.cross-item .discount {
    position: relative;
    width: 40.7px;
    height: 40px;
    background: var(--main-color);
    clip-path: polygon( 50% 0, 100% 38%, 81% 100%, 19% 100%, 0 38%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 10px;
}
.cross-item .down .price-discount {
    display: flex;
    align-items: center;
}
/***********tab-product************/
.panel .additional-product {

}
.panel .additional-product .property-item {
    display: flex;
    font-weight: 450;
    margin-bottom: 10px;
    gap: 10px;
}
.panel .additional-product .property-item span {
    min-width: 200px;
    background: #f5f5f5;
    padding: 20px 10px;
}
.panel .additional-product .property-item p {
    background: #f8f9fa;
    padding: 20px 10px;
    flex-grow: 1;
}
.panel .additional-product .property-item span i {
    font-size: 10px;
    color: #d5d5d5;
    margin-left: 3px;
}
/**********comment product*************/
.header-review {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-direction: column;
	width: 20%;
	padding-bottom: 15px;
}
.header-review .show-recommend-status {
    flex-grow: 1;
}
.header-review .show-recommend-status span i {
    margin: 0 3px;
}
.header-review .recommend-status-yes {
    background: #ebffe8;
    border: 1px solid #93f534;
    color: green;
    padding: 4px 5px;
    border-radius: 3px;
    font-size: 13px;
}
.header-review .recommend-status-no {
    background: #ffe8e8;
    border: 1px solid #f53434;
    color: red;
    padding: 4px 5px;
    border-radius: 3px;
    font-size: 13px;
}
.content-review {
	padding: 0px 0px 20px;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.content-review .description {
    width: 70%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin: 0;
	color: #666;
}
.content-review .show-my-rate {
	margin-right:25px;
}
.content-review .show-my-rate .rate-item {
    display: flex;
    align-items: center;
}
.content-review .show-my-rate .rate-item span {
    min-width: 100px;
    font-weight: 500;
    font-size: 13px;
}
.content-review .show-my-rate .rate-item .rate-content {
    width: 150px;
    background-color: #f5f3fc;
    height: 7px;
    border-radius: 2px;
}
.content-review .show-my-rate .rate-item .rate-content .rate-result {
    width: 50%;
    height: 100%;
    background: #094aef;
    border-radius: 2px;
}
.header-review p.meta {
    margin:0 !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 5px;
    right: 8px;
    padding: 0px;
    border:none;
    border-radius: 50%;
	display:none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	line-height: 2.3;
	overflow: hidden;
	background: #fff;
	border: none;
	padding: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 14px;
    color: #303030;
}
.comment-form-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
}
.comment-form-rating p {
    margin: 0 !important;
}
.comment-form-rating p span {
    display: flex;
    gap: 3px;
    font-size: 22px;
}
.comment-form-rating p span a {
    color: #ffc107;
}
.woocommerce #reviews #comment {
    min-height: 160px;
}
.woocommerce #review_form #respond .form-submit input[type="submit"] {
    background-color: var(--second-color);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    line-height: 2;
    padding: 6px 20px;
    text-align: center;
    transition: all .2s ease-in-out;
    font-family: "yekanbakh";
    font-size: 16px;
}
.woocommerce #review_form #respond p.comment-notes {
    display: none;
}
#review_form .comment-reply-title{
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin: 30px 0 50px;
}
#review_form .comment-reply-title:before {
    content: "";
    width: 43%;
    height: 1px;
    position: absolute;
    background: #ebebeb;
    top: 37px;
    left: 0;
    box-shadow: 0px -2px 5px #dfdfdf;
}
#review_form .comment-reply-title:after {
    content: "";
    width: 43%;
    height: 1px;
    position: absolute;
    background: #ebebeb;
    top: 37px;
    right: 0;
    box-shadow: 0px -2px 5px #dfdfdf;
}
.woocommerce #review_form #respond p label {
    margin-bottom: 5px;
    display: block;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    background: var(--second-color);
    color: #fff;
    padding: 15px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background: var(--second-color);
    color: #fff;
}
.woocommerce-message::before {
    content: "\e015";
    color: var(--second-color);
}
.woocommerce-message {
    border-top-color: var(--second-color);
    font-size: 15px;
}
.woocommerce .product-quantity .quantity .qty {
    font-size: 16px;
}
.woocommerce .product-quantity .quantity {
    width: 130px;
    height: 55px;
}
.woocommerce .product-quantity .quantity button {
    padding: 0px 14px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
    box-shadow: none;
}
form.woocommerce-cart-form {
    display: flex;
    justify-content: space-between;
    align-items: start;
    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-custom {
    width: 72%;
}
.cart-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}
.cart-list .product-item {
    width: 30%;
    margin: 0;
    box-shadow: 0px 0px 14px #f1f1f1;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
}
.cart-list .product-item .quantity {
    width: 100px;
    height: 40px;
}
.cart-list .product-item .quantity button {
    padding: 5px 10px;
    margin: 0;
}
.cart-list .product-item .quantity .qty {
    font-size: 16px;
    padding: 0;
    font-weight: 450;
}
.cart-list .product-item .down .price {
    margin-left: 10px;
}
.cart-list .product-item .delete-item-cart a {
    height: auto;
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 600;
}
.cart-list .product-item .delete-item-cart a:hover {
    background: none;
    color: red !important;
}
.cart-coupon {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0px 0px 14px #f1f1f1;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    align-items: center;
    padding: 15px;
    flex-wrap: wrap;
    gap: 15px;
}
.cart-coupon .coupon button {
    width: 170px;
}
.cart-coupon .coupon {
    display: flex;
    gap: 10px;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    font-size: 16px;
    padding: 15px;
    font-weight: 450;
}
.hero-checkout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.cart-left-box {
    background: #fff;
    box-shadow: 0px 0px 14px #f1f1f1;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    flex-grow: 1;
}
.cart-left-box .cart-subtotal {
    font-size: 16px;
    font-weight: 450;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.pishro-order-review {
    width: 34%;
}
.other-address {
    margin-top: 20px;
}
.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside;
    border: 1px solid #e2e2e2;
    padding: 13px;
    background: #fafafa;
}
.cart-left-box .woocommerce-shipping-destination {
    border: 1px solid #f0e5c1;
    padding: 13px;
    background: #fff8e1;
}
.cart-left-box .woocommerce-shipping-destination i {
    margin-left: 7px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
    display: none;
}
.cart-left-box .shipping-calculator-button {
    padding: 10px 0;
    color: #0089ff;
    font-size: 15px;
    font-weight: 450;
}
.cart-left-box .order-total {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    background: #e1ffe9;
    padding: 14px;
    margin-top: 5px;
    border: 1px solid #b6f4c7;
    font-weight: 450;
}
.woocommerce .shipping-calculator-form button {
    color: #fff;
    width: 100%;
    margin-bottom: 10px !important;
    padding: 13px !important;
    border-radius: 8px !important;
    background: var(--main-color) !important;
}
.woocommerce .shipping-calculator-form button:hover {
    background: var(--main-color);
}
.woocommerce .button {
    background: var(--second-color) !important;
    color: #fff !important;
    padding: 8px 10px !important;
    line-height: 2 !important;
}
.woocommerce-page table.cart td.actions .input-text {
    width: 150px;
    text-align: center;
    font-size: 15px;
}


.woocommerce .col2-set .col-2 {
    width: 63%;
    margin-bottom: 20px;
}
.woocommerce .col2-set .col-1 {
    width: 35%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: var(--second-color);
    width: 100%;
    padding: 18px;
    font-size: 16px;
    margin: 15px 0 10px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    margin-top: 20px;
    background: #fff;
    box-shadow: 0px 0px 14px #f1f1f1;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
}
.woocommerce-checkout #payment ul.payment_methods li {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0;
    background: #fafafa;
    cursor: pointer;
}
.woocommerce-checkout #payment ul.payment_methods li label {
    font-weight: 450;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    display: block;
    height: 48px;
    padding: 8px;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 8px;
    top: 10px;
}

.woocommerce input[type="checkbox"] {
    width: 18px;
    height: 18px;
}
.woocommerce-info {
    border-top-color: var(--second-color);
}
.woocommerce-info::before {
    color: var(--second-color);
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
    background: var(--second-color);
    padding: 17px;
    color: #fff;
}
/*********tankyou page***********/

p.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 40px;
}

.woocommerce ul.order_details {
    margin: 30px 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.woocommerce ul.woocommerce-thankyou-order-details:before,
.woocommerce ul.woocommerce-thankyou-order-details:after {
    display: none;
}
.woocommerce ul.order_details li {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 450;
    background: #e0fee8;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 14px #f1f1f1;
    border: 1px solid #b6f4c7 !important;
    flex-grow: 1;
    word-wrap: break-word;
}
.woocommerce ul.order_details li strong {
    margin-top: 20px;
    font-size: 18px;
}
.order-final-info {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    flex-wrap: wrap;
    background: #f3f4f6;
}
.order-final-info > div {
    padding: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 12px;
    flex-grow: 1;
    border-left: 1px solid #ddd;
    font-weight: 450;
}
.order-final-info > div:last-child {
    border-left:0;
}
.checkout-process {
    max-width: 70%;
    margin: 35px auto;
}

.checkout-process ol {
    display: flex;
    justify-content: space-between;
}
.checkout-process ol > li {
    position: relative;
    text-align: center;
    flex-grow: 1;
}
.checkout-process ol > li a {
    margin-top: 7px;
    display: block;
}
.checkout-process ol > li span {
    margin-top: 7px;
    display: block;
}
.checkout-process ol > li:before {
    content: attr(data-step);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #ffffff;
    border: 2px solid #e6e6e6;
    color: #e6e6e6;
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 1.2rem;
}
.checkout-process ol > li:after {
    content: "";
    position: absolute;
    display: block;
    background: #e6e6e6;
    width: 100%;
    top: 1.3rem;
    right: 50%;
    height: 0.5rem;
}
.checkout-process ol > li:last-child:after {
    display: none;
}
.checkout-process ol > li.is-complete {
    color: #6d6875;
}
.checkout-process ol > li.is-complete:before {
    content: "✓";
    color: var(--second-color);
    background: #e1ffe9;
    border: 2px solid var(--second-color);
}
.checkout-process ol > li.is-complete:after {
    background: var(--second-color);
}
.checkout-process ol > li.is-active {
    font-weight: 600;
}
.checkout-process ol > li.is-active:before {
    color: #fff;
    border: 2px solid var(--second-color);
    background: var(--second-color);
}
.cart-line-bottom {
    display: none;
}
/*******archive shop******/
.hero-archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px;
}

.hero-archive .product-item {
    width: 23.5%;
    margin: 0;
}
.hero-archive .product-item .down a {
    background: none !important;
    padding: 0 !important;
}
.hero-archive .product-item .down a:after,.hero-archive .product-item .down a:before {
    display: none;
}
.befor-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: 10px;
}
.catelog-list {
    display: flex;

}
.catelog-list i {
    font-size: 20px;
    margin-left: 5px;
}
.catelog-list li {
    margin-right: 10px;
}
.woocommerce .woocommerce-ordering select {
    font-family: "yekanbakh";
    width: 150px;
    background: #fff;
}
.woocommerce .woocommerce-ordering select option {
    font-size: 12px;
}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering  {
    margin: 0;
}

/*******shop widget******/
.widget-shop header h3 span {
    border-bottom-color: #f2f2f2;
    display: block;
    padding-bottom: 5px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    width: 100%;
    margin: 5px 0;
}
.rtl .woocommerce .price_label {
    font-size: 17px;
    direction: rtl;
    display: flex;
    font-weight: 450;
    justify-content: space-between;
    margin-bottom: 7px;
}
.rtl .woocommerce .price_label span {
    flex-grow: 1;
    text-align: center;
    direction: rtl;
}
.rtl .woocommerce .price_label span.from {
    border-right: 1px solid #ddd;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -6px;
    background: #fff;
    border: 4px solid var(--main-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background:var(--main-color) ;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #cdcdcd;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}
.widget_product_search button {
    background: var(--second-color) !important;
    color: #fff !important;
    padding: 12px !important;
    font-family: "yekanbakh";
    margin-top: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    font-size: 16px;
    font-weight: 450;
    padding: 5px 0;
}

.woocommerce ul.product_list_widget li .quantity {
    display: inline;
    border: 0;
    padding: 0;
}
.woocommerce ul.product_list_widget li .star-rating {
    display: none;
}

.woocommerce ul.product_list_widget li img {
    width: 75px;
    float: right;
    margin-right: 0;
    margin-left: 4px;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 450;
}
.widget-shop .woocommerce-mini-cart__buttons {
    display: flex;
}
.widget-shop .woocommerce-mini-cart__buttons a {
    padding: 10px !important;
}
.widget-shop ul li {
    margin: 7px 0 !important;
}
.widget-shop ul li a {
    padding: 5px 0;
    display: block;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0;
    display: inline;
}
/********my-account********/
.hero-myaccount {
    background: #fff;
    box-shadow: rgba(0,0,0,.07) 0 0px 10px 0;
    border-top: 7px solid #172b4d;
    border-top-right-radius: 15px;
    overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #172b4d;
    width: 20%;
    padding-bottom: 15px;
}
.woocommerce-MyAccount-navigation .user-info-account {
    text-align: center;
    color: #fff;
    padding-top: 35px;
}
.woocommerce-MyAccount-navigation .user-info-account img {
    border-radius: 10px;
    background: #fff;
    padding:4px;
}
.woocommerce-MyAccount-navigation .user-info-account span {
    display: block;
    font-size: 22px;
    font-weight: 450;
    margin: 10px 0;
}
.woocommerce-MyAccount-navigation ul li {

}
.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    padding: 12px;
    display: block;
    border-right: 3px solid #172b4d;
    font-size: 15px;
    opacity: .7;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    border-right: 3px solid #fff;
    opacity: 1;
    background: #203352;
}
.woocommerce-MyAccount-navigation-link a:before {
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    margin-left: 10px;
    font-size: 18px;
    vertical-align: middle;
}
.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f625";
}
.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f290";
}
.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019";
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f5a0";
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f2bb";
}
.woocommerce-MyAccount-navigation-link--tracking a:before {
    content: "\e2ca";
}
.woocommerce-MyAccount-navigation-link--wishlist a:before {
    content: "\f004";
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f2f5";
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
    padding: 35px 0 20px 30px;
}
.myaccount-detail {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}
.item-detail {
    flex-grow: 1;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    gap: 12px;
    width: 100%;
}
.item-detail:nth-child(1) {
    background: #4cd137;
}
.item-detail:nth-child(2) {
    background: #eb2f06;
}
.item-detail:nth-child(3) {
    background: #1e90ff;
}
.item-detail:nth-child(4) {
    background: #F79F1F;
}
.item-detail i {
    font-size: 28px;
}
.item-detail .detail-content h6 {
    font-size: 16px;
    margin-bottom: 5px;
}
.item-detail .detail-content div {
    font-size: 15px;
}
.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;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 12px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.myaccount-notif div {
    line-height: 2;
    font-size: 15px;
}
.notif-dashboard {
    background: #ecf0f1;
    padding: 15px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    margin-bottom: 20px;
    border-right: 5px solid #dbdfe1;
}
.myaccount-order {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.myaccount-order .item-order {
    flex-grow: 1;
    width: 100%;
    text-align: center;
    border-left: 1px solid #ddd;
}
.myaccount-order .item-order:last-child {
    border-left: 0;
}
.myaccount-order .item-order i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    color: #ccc;
}
.woocommerce table.my_account_orders tr {
    font-size: 14px;
}
.woocommerce table.my_account_orders th {
    font-size: 14px;
    padding: 12px 5px;
}
.woocommerce table.my_account_orders td a.button {
    padding: 12px !important;
    margin: 0 5px !important;
}
.addresses {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.addresses .woocommerce-Address {
    background: #ecf0f1;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0;
    width: 48% !important;
    line-height: 2;
}
.woocommerce-account .addresses .title .edit {
    float: left;
    color: #0089ff;
    font-weight: 450;
    font-size: 15px;
}
.down-cat {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #828282;
    background: #edf0f3;
    padding: 7px 10px;
    border-radius: 15px;
    margin-top: 20px;
}
.pishro-pagination {

}
.pishro-pagination ul {
    text-align: center;
}
.pishro-pagination ul a {
    background: #ecf0f1;
    color: #333;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0 3px;
}
.pishro-pagination ul a:hover {
    background: var(--main-color);
    color: #fff;
}
.pishro-pagination ul span {
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0 3px;
    font-weight: 700;
}
.title-archive {
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.031372549);
    padding: 15px;
    border-radius: 15px;
    font-weight: 450;
    margin-bottom: 10px;
    font-size: 15px;
}
.title-archive span {
    color: var(--main-color);
}
/********ajax search*******/
.content-ajax-search {
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    padding:0 20px;
    opacity: 0;
    visibility: visible;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    pointer-events: none;
}
.content-ajax-search ul {
    max-height:300px;
    overflow-y: auto;
    padding-left: 10px;
    margin: 10px 0;
}
.content-ajax-search ul li{

}
.content-ajax-search ul li a {
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
}
.content-ajax-search ul li:last-child a {
    border-bottom: 0;
}
.content-ajax-search ul li a img {
    width: 55px;
    margin-left: 5px;
}
.content-ajax-search ul li a div h3 {
    font-weight: 700;
    font-size: 14px;
    margin: 3px 0;
}
.loader-ajax-search {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 1;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
    border-bottom: 0;
    padding:15px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.loader-ajax-search img {
    width: 140px;
}

.not-fount-search {
    text-align: center;
}
.not-fount-search img {
    max-width: 42%;
    margin: 10px 0;
}
.not-fount-search p {
    color: var(--main-color);
    font-weight: bold;
    padding: 10px 0 20px;
    font-size: 16px;
}
/*****************special slider*****************/
.hero-special {
    position: relative;
    margin-bottom: 50px;
}
.special-box {
    padding-bottom: 50px;
    padding-right: 30px;
    position: relative;
}
.special-box:before {
    content: "";
    background-color: var(--main-color);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 55%;
    right: 0;
    border-radius: 30px;
    transform: translate(-22%, 0px) skew(-24deg, 0deg);
}
.special-box:after {
    content: "";
    background-color: var(--main-color);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 78%;
    right:0;
    border-radius: 30px;
    z-index: -1;
}
.special-box h4 {
    font-size: 18px;
    color: #fff;
    padding: 25px 10px;
    font-weight: 450;
}
.special-slider {
    display: flex !important;
    justify-content: space-between;
    padding:0;
}
.special-slider .owl-stage-outer {
    width: 71%;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 5px 10px 5px rgba(0,0,0,.031372549);
    border-radius: 10px;
}


.special-slider .special-item {
    display: flex;
    padding: 25px;
    gap: 15px;
    position: relative;
}
.special-slider .special-item .discount {
    position: absolute;
    left:15px;
    background: #FDC830;
    top: 0;
    padding-top: 5px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
    width: 65px;
    height: 72px;
}
.special-slider .special-item .discount b {
    font-size: 20px;
    font-weight: 700;
    display: block;
}
.special-slider .special-item .discount span.title {
    font-size: 18px;
    display: block;
    font-weight: 700;
}
.special-slider .special-item figure {
    margin-top: 5px;
    width: 26.5%;
}
.special-slider .special-item figure a {
    position: relative;
}
.special-slider .special-item figure img {
    max-width: 250px;
    transition: opacity .5s ease;
}
.special-slider .special-item .det-special {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 73.5%;
}
.special-slider .special-item .det-special h2 {
    margin-bottom: 20px;
}
.special-slider .special-item .det-special h2 a{

}

.special-slider .special-item .det-special .additional-product {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    margin-right: 10px;
    font-weight: 450;
    max-height: 144px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 13px;
}
.special-slider .special-item .det-special .additional-product .property-item {
    color: #505050;
    max-width: 50%;
}
.special-slider .special-item .det-special .additional-product .property-item span {
    float: right;
}
.special-slider .special-item .det-special .additional-product .property-item p {
    float: right;
    margin-right: 5px;
}
.special-slider .special-item .det-special .additional-product .property-item i {
    font-size: 10px;
    color: #f73423;
    margin-left: 4px;
}

.special-slider .special-item .det-special .down {
    display: flex;
    justify-content:start;
    gap: 10px;
    flex-wrap: wrap;
}
.special-slider .special-item .det-special .down a {
    border-radius: 7px;
    background: var(--second-color);
    color: #fff;
    font-size: 14px;
    font-weight: 450;
    padding:12px;
    display: flex;
    align-items: center;
}
.special-slider .special-item .det-special .down a i {
    border-radius: 5px;
    background: #23DBAC;
    padding: 10px 12px;
    margin-right: 15px;
}

.special-slider .price {
    position: relative;
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.special-slider .price del{
    color: #7E7E7E;
    font-size: 16px;
    margin-left: 5px;
}
.special-slider .price del span.woocommerce-Price-currencySymbol {
    display: none;
}
.special-slider .price ins{
    background: inherit;
    font-weight: 700;
    display: inline-block;
}
.special-slider .price-variable {
    position: relative;
    color: #303030;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.special-slider .price span.woocommerce-Price-currencySymbol {
    font-size: 14px;
    margin-right: 4px;
}


.special-slider .color {
    margin-bottom: 10px;
}
.special-slider .color ul {
    display: flex;
    justify-content: center;
    gap: 7px;
}

.special-slider .color ul li span {
    width: 15px;
    height: 15px;
    float: right;
    border-radius: 50%;
    position: relative;
}
.special-slider .color ul li span:hover b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
}
.special-slider .color ul li span b {
    position: absolute;
    right: -10px;
    bottom: 10px;
    background: #303030;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    font-size: 13px;
    font-weight: 100;
    transition: all .2s ease-in-out;
}

.special-slider .color:nth-child(2) {
    right: unset;
    left: 13px;
}
.special-slider .color:nth-child(3) {
    display: none;
}
.special-slider .color:nth-child(4) {
    display: none;
}
.special-slider .color ul li small {
    border: 1px solid #ddd;
    padding: 2px 5px;
    margin-bottom: 6px;
    display: block;
    bottom: 7px;
    position: relative;
    border-radius: 5px;
    font-weight: 450;
}

.special-slider .owl-dots {
    display: flex !important;
    flex-direction: column;
    width: 27%;
    margin: 0 !important;
    gap: 10px;
    max-height: 370px;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 11px;
    align-items: end;
}
.special-slider .owl-dot {
    padding: 10px;
    border-radius: 10px;
    position: relative;
    width: 95%;
    transition: all .2s ease-in-out;
}
.special-slider .owl-dot:before {
    content: "";
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    background: #010101;
    top: 0;
    right: 0;
    opacity: .05;
    z-index: 2;
    border-radius: 10px;
    pointer-events: none;
}
.special-slider .owl-dot button {
    background: transparent;
    font-family: "yekanbakh";
    width: 100%;
    cursor: pointer;
}
.special-slider .owl-dot .list-special {
    pointer-events: none;
    display: flex;
    align-items: center;
}
.special-slider .owl-dot .list-special figure {
    padding: 7px 7px 0;
    background: #fff;
    border-radius: 10px;
}
.special-slider .owl-dot .list-special img {
    max-width: 70px;
}
.special-slider .owl-dot .list-special b {
    text-align: right;
    margin-right: 10px;
    font-weight: 600;
}
.special-slider .owl-dots div.active {
    background: var(--main-color);
    width: 100%;
}
.special-slider .owl-dots div.active b {
    color: #fff;
}
.contact-price {
    display: flex;
    align-items: center;
}


.special-slider .box-timer {
    align-items: center;
    display: flex;
}
.special-slider .countdown-timer {
    color: #fff;;
    min-height: 1px;
    text-align: center;
    direction: ltr;
    align-items: center;
    display: flex;
    justify-content: center;
}
.special-slider .countdown-timer .number {
    background: #f93423;
    color: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: "yekanbakh";
    font-size: 16px;
    font-weight: 450;
}
.special-slider .countdown-timer span.dot {
    color: var(--main-color);
    font-size: 24px;
    margin: 0 2px;
}
.special-slider .countdown-timer .number .letter {
    display: none;
}
.order-track-detail {
    margin: 20px 0;
}
.order-track-detail div {
    background: #ecf0f1;
    margin: 5px 0;
    padding: 10px;
    display: flex;
    align-items: center;
}
.order-track-detail div span {
    min-width: 20%;
    display: inline-block;
}
.order-track-detail div span a {
    display: block;
}
.note-cutomer-tracking p{
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    opacity: .5;
    background: #f1c40f;
    font-weight: 450;
}
.note-cutomer-tracking p:first-child {
    opacity: 1;
    box-shadow: 0 0 10px #dedac9;
    padding: 15px 10px;
    margin-bottom: 15px;
}
.order-track-form {

}
.order-track-form form p {
    display: flex;
    gap: 15px;
}
.action-order-tracking {
    display: flex;
    gap: 10px;
}
.action-order-tracking a {
    width: 90px;
}
.action-order-tracking a.view{
    display: none;
}
/******zuck******/
div#zuck-modal-content {
    direction: ltr;
    text-align: left;
}
#zuck-modal-content .story-viewer .head .right {
    float: right;
    margin-right: 20px;
}
#zuck-modal-content .story-viewer .head .time {
    display: none !important;
}
#zuck-modal-content .story-viewer .head .right .close {
    color: #fff;
}
.storiesWrapper {
    display: block;
    text-align: center;
}
.stories.carousel .story,.stories.carousel .story:first-child,.stories.carousel .story:last-child {
    margin: 0px 15px;
}
/********* mobile menu ************/
.mobile {
    display: none;
}
.header-mobile {
    display: none;
}
.header-mobile .logo {
    max-width: 130px;
}
.header-mobile .logo a {
    display: flex;
}
.header-mobile .register-btn i, .header-mobile #hamberger > i {
    font-size:22px;
}
.navigation {
    width: 75%;
    position: fixed;
    padding: 10px;
    z-index: 999;
    background: #FFFFFF;
    border-radius: 6px;
    transform: translateX(800px);
    transition: all .3s ease-in-out;
    top: 65px;
    bottom: 20px;
    overflow-y: scroll;
    right: 10px;
    display: none;
}
.navigation ul li {
    border-bottom: 1px solid #f2f2f2;
}
.navigation > ul > li > i.sub-menu-arrow {
    float: left;
    font-size: 18px;
    padding: 5px 15px 5px 5px;
    border-right: 1px solid #ddd;
    margin-top: 8px;
}
.navigation ul li a {
    padding: 10px 0;
    display: inline-block;
    font-weight: 450;
}
.navigation ul li a:last-child {
    border-bottom:0;
}
.navigation ul li ul {
    display: none;
    background: #f8f8f8;
    padding: 5px;
}

.navigation ul li ul li i.sub-menu-arrow {
    font-size: 16px;
    float: left;
    padding: 10px 15px 8px 10px;
    border-right: 1px solid #e9e9e9;
}
.navigation ul li ul li a {
    padding: 8px;
    font-weight: 400;
    font-size: 13px;
}
.navigation ul li ul li ul{
    background: #f0f0f1;
}
.navigation ul:nth-child(2) li:last-child {
    border-bottom:0;
}
.close-menu-responsive-full-page {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 105;
    background: rgba(0, 0, 0, 0.24);
    transform: translateX(1000px);
    transition: all .3s ease-in-out;
    display: none;
}

.header-two .cart-btn-header > a {
    background: none;
    box-shadow: none;
    color: #303030;
    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(--second-color);
    width: 15px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    top: 10px;
    border-radius: 50%;

}
/*.menu-bottom-mobile .search-main {
    flex-grow: 1;
}
.menu-bottom-mobile .search-main form input[type="search"] {
    padding: 12px;
}
.menu-bottom-mobile .search-main form input[type="search"] {
    padding: 12px;
    font-size: 13px;
    padding-right: 42px;
}
.menu-bottom-mobile .search-main form button {
    position: absolute;
    font-size: 22px;
    background: transparent;
    color: #9f9f9f;
    right: 18px;
    top: 13px;
}*/

.menu-bottom-mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    background: #fff;
    justify-content: space-around;
    align-items: center;
    padding: 8px;
    box-shadow: rgba(0,0,0,.05) 0 -2px 10px 0;
    border-top: 1px solid #f5f5f5;
    z-index: 9;
}
.home-btn-menu-mobile a,.search-btn-menu-mobile,.shop-btn-menu-mobile a,
.favorite-btn-menu-mobile a,.cart-btn-menu-mobile a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.favorite-btn-menu-mobile a i {
    font-size:22px;
}

.home-btn-menu-mobile span.title,.search-btn-menu-mobile span.title,
.shop-btn-menu-mobile span.title, .favorite-btn-menu-mobile span.title,
.cart-btn-menu-mobile span.title  {
    font-size: 10px;
    font-weight: 450;
}
.search-btn-menu-mobile form {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.search-btn-menu-mobile form input[type="search"] {
    border: 0;
    border-radius: 0;
}
.search-btn-menu-mobile form button {

}
.cart-btn-menu-mobile {
    position: relative;
}
.cart-btn-menu-mobile  .cart-btn-num {
    padding: 0;
    position: absolute;
    right: 10px;
    background: #1BD2A2;
    width: 15px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    top: 10px;
    border-radius: 50%;
}
/*******responsive******/
.woocommerce .woocommerce-breadcrumb {
    margin-top: 1rem;
}
.btn-menu-account {
    background: #172b4d;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
/******** 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;
}

.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;
}
.woosw-list table.woosw-items {
    width: 100%;
}
.woosw-list table.woosw-items tr {
    outline: 1px solid #f1f1f1;
}
/********** login form *********/
.login-page {
    width: 460px;
    margin: 6% auto 0;

    max-width: 100%;
}
.form-login-pishro {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    width: 100%;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 5px;
}
.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 label.woocommerce-form-login__rememberme {
    text-align: right;
    display: block;
}
.form-login-pishro button {
    text-transform: uppercase;
    outline: 0;
    background: var(--second-color);
    width: 100%;
    border: 0;
    padding: 10px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    font-weight: 450;
}
.form-login-pishro button:hover,.form-login-pishro button:active,.form-login-pishro button:focus {
    background: var(--second-color);
}
.form-login-pishro p.woocommerce-LostPassword {
    margin: 15px 0 0;
}
.form-login-pishro .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.form-login-pishro .message a {
    color: #1BD2A3;
    text-decoration: none;
    font-weight: 450;
}
.form-login-pishro .register-form {
    display: none;
}
.form-login-pishro .logo {
    max-width: 200px;
    margin: 0 auto 45px;
}
.back-register-login {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
}
.form-login-pishro .close_login {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 24px;
    color: #aaa;
    cursor: pointer;
}
.form-login-pishro .close_login:hover {
    color: #000;
}
/************ 404 *************/
.page-not-fount {
    width: 60%;
    margin: auto;
}
.btn404 {
    text-align: center;
}
.btn404 p {
    font-size: 18px;
    margin: 30px 0 20px;
    font-weight: 900;
}
.btn404 a {
    font-weight: 450;
    margin: 0 5px;
}
.cls-1 {
    fill: #ffc541;
}

.cls-2 {
    fill: #4e4066;
}

.cls-3 {
    fill: #6f5b92;
}

.cls-4 {
    fill: #f78d5e;
}

.cls-5 {
    fill: #fa976c;
}

.cls-6,
.cls-7,
.cls-8 {
    fill: #b65c32;
}

.cls-10,
.cls-6 {
    opacity: 0.6;
}

.cls-7 {
    opacity: 0.4;
}

.cls-9 {
    fill: #f4b73b;
}

.cls-11 {
    fill: #f9c358;
}

.cls-12 {
    fill: #9b462c;
}

.cls-13 {
    fill: #aa512e;
}

.cls-14 {
    fill: #7d6aa5;
}


/* animations */

.wheel {
    animation: wheel-rotate 6s ease infinite;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes wheel-rotate {
    50% {
        transform: rotate(360deg);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }
    100% {
        transform: rotate(960deg)
    }
}

.clock-hand-1 {
    animation: clock-rotate 3s linear infinite;
    transform-origin: bottom;
    transform-box: fill-box;
}

.clock-hand-2 {
    animation: clock-rotate 6s linear infinite;
    transform-origin: bottom;
    transform-box: fill-box;
}

@keyframes clock-rotate {
    100% {
        transform: rotate(360deg)
    }
}

#box-top {
    animation: box-top-anim 2s linear infinite;
    transform-origin: right top;
    transform-box: fill-box;
}

@keyframes box-top-anim {
    50% {
        transform: rotate(-5deg)
    }
}

#umbrella {
    animation: umbrella-anim 6s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes umbrella-anim {
    25% {
        transform: translateY(10px) rotate(5deg);
    }
    75% {
        transform: rotate(-5deg);
    }
}

#cup {
    animation: cup-rotate 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    transform-origin: top left;
    transform-box: fill-box;
}

@keyframes cup-rotate {
    50% {
        transform: rotate(-5deg)
    }
}

#pillow {
    animation: pillow-anim 3s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes pillow-anim {
    25% {
        transform: rotate(10deg) translateY(5px)
    }
    75% {
        transform: rotate(-10deg)
    }
}

#stripe {
    animation: stripe-anim 3s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes stripe-anim {
    25% {
        transform: translate(10px, 0) rotate(-10deg)
    }
    75% {
        transform: translateX(10px)
    }
}

#bike {
    animation: bike-anim 6s ease infinite;
}

@keyframes bike-anim {
    0% {
        transform: translateX(-1300px)
    }
    50% {
        transform: translateX(0);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    100% {
        transform: translateX(1300px)
    }
}

#rucksack {
    animation: ruck-anim 3s linear infinite;
    transform-origin: top;
    transform-box: fill-box;
}

@keyframes ruck-anim {
    50% {
        transform: rotate(5deg)
    }
}

.circle {
    animation: circle-anim ease infinite;
    transform-origin: center;
    transform-box: fill-box;
    perspective: 0px;
}

.circle.c1 {
    animation-duration: 2s
}

.circle.c2 {
    animation-duration: 3s
}

.circle.c3 {
    animation-duration: 1s
}

.circle.c4 {
    animation-duration: 1s
}

.circle.c5 {
    animation-duration: 2s
}

.circle.c6 {
    animation-duration: 3s
}

@keyframes circle-anim {
    50% {
        transform: scale(.2) rotateX(360deg) rotateY(360deg)
    }
}

.four,
#ou {
    animation: four-anim cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}

.four.a {
    transform-origin: bottom left;
    animation-duration: 3s;
    transform-box: fill-box;
}

.four.b {
    transform-origin: bottom right;
    animation-duration: 3s;
    transform-box: fill-box;
}

#ou {
    animation-duration: 6s;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes four-anim {
    50% {
        transform: scale(.98)
    }
}
/*********** end 404 **********/
.floating-contact .contact-list {
    position: fixed;
    width: 280px;
    background-color: #fff;
    border-radius: 15px;
    right: 40px;
    bottom: 120px;
    display: none;
    z-index: 100;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
    padding: 10px;
}
.floating-contact .floating-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background-color: #f93423;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 34px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floating-contact .floating-button i {
    transition: all .2s ease-in-out;
}
.contact-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    font-weight: 450;
}
.contact-list a:hover{
    background: #f3f4f6;
}
.contact-list a img {
    width: 35px;
    height: 35px;
}
.overlay-contact-floating {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 4;
    display: none;
}
/*************/
.search-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    padding: 10px;
    display: none;
}
.search-mobile header {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    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;
    right: 8px;
    top: 8px;
    background: transparent;
}
.search-mobile .search-note {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25%;
    gap: 15px;
    font-weight: 700;
}
.demo-scroll {
	-webkit-transition: ease-in-out 20s !important;
	transition: ease-in-out 20s !important;
}
.demo-scroll:hover {
	background-position: center bottom !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--info .woosw-item--price,
.woosw-popup .woosw-items .woosw-item .woosw-item--info .woosw-item--time {
	display: none;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--remove {
	margin-right: 0 !important;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
    font-weight: 400 !important;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--add p a.button {
	font-weight: 400;
	font-size: 13px;
	padding: 5px !important;
	display: flex;
	width: 125px;
	flex-wrap: wrap;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--add p a.button i {
	display: none;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a {
    color:#333;
}
.title_category_product {
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.031372549);
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 15px;

}
.title_category_product p {
	font-size: 15px;
	line-height: 2.3;
}