/*
Theme Name: آترین
Theme URI: https://siteroze.ir
Author URI: https://siteroze.ir
Description: طراحی شده توسط تیم طراحی سایت سایتروز
Requires PHP: 7.0
Version: 1.0
Text Domain: atrin
*/


* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "yekanbakh";
    src: url("fonts/YekanBakhFaNum-VF.woff");
    src: url("fonts/YekanBakhFaNum-VF.woff2");
}
:root {
    --main-color : #5f3a2a;
    --second-color : #1BD2A3;
}
a {
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #303030;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
textarea {
    font-family: "yekanbakh";
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    width: 100%;
    padding: 8px;
    height: 45px;
}
textarea {
    height: auto;
}
button {
    font-family: "yekanbakh";
}
.button,input[type="submit"] {
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 8px 15px !important;
    border-radius: 5px;
    font-family: "yekanbakh";
    display: inline-flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
body {
    direction: rtl;
    font-size: 14px;
    text-align: right;
    color: #303030;
    font-family: "yekanbakh";
    font-weight:400;
    overflow-x: hidden;
}
.header {
    background: #fff;
    box-shadow: 0px 4px 10px 0px #0000000D;
    margin-bottom: 10px;
    z-index: 5;
    position: relative;
}
.container {
    max-width: 1250px;
    margin:auto;
}
.main-header {
    display: flex;
    padding: 15px 15px 0 15px;
}
.m-h-right {
    display: flex;
    align-items: center;
}
.main-header .logo {
    max-width: 150px;
    margin-right: auto;
    margin-left: auto;
}
.m-h-right .logo a img {
    max-width: 100%;
}
.m-h-right .house-header {
	font-size: 25px;
	padding-left: 30px;
}
.m-h-left {
	display: flex;
	align-items: center;
	gap: 50px;
	font-size: 25px;
}
.down-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.main-menu {
	display: flex;
	margin-right: auto;
	margin-left: auto;
}
.menu-header > ul > li {
    display: inline-block;
    margin: 0 11px;
    position: relative;
}
.menu-header ul li a {
    text-decoration: none;
    color: #7E7E7EE7;
    font-weight: 350;
    padding: 14px 0;
}
.menu-header > ul > li > a:hover {
    border-bottom: 1px solid var(--main-color);
}
.menu-header > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 38px;
}
.menu-header ul li ul {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 0;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 3;
}
.menu-header ul li ul li a {
    padding: 7px 14px;
    display: block;
    font-size: 13px;
}
.heart-header {
	font-size: 25px;
	margin-left: 50px;
}
.shopping-header {
	font-size: 25px;
    position: relative;
}
.line {  
    height: 1px;  
    background: #ddd;  
    width: 100%;  
    margin: 0 20px; 
    max-width: 100%; 
} 
.atrin-story5 {
    text-align: center;
    margin-bottom: 20px;
}
.atrin-story2 {
    margin-right: -5px !important;
}
.stories.carousel .story,.stories.carousel .story:first-child,.stories.carousel .story:last-child {
    margin: 0 15px;
}
.stories.carousel .story > .item-link > .info .name {
    font-weight: 500;
}
#zuck-modal-content {
    direction: ltr;
    text-align: left;
}
#zuck-modal-content .story-viewer .head .right {
    margin-right: 20px;
}
#zuck-modal-content .story-viewer .head .right .close {
    color: #fff;
}
#zuck-modal-content .story-viewer .head .right .close:hover {
    color: #dddddd;
}
#zuck-modal-content .story-viewer .slides-pagination span {
    font-family: initial;
}
#zuck-modal-content .story-viewer .slides-pagination .next {
    right: 20px;
}
#zuck-modal-content .story-viewer .head .time {
    display: none !important;
}
/*.stories.snapgram .story > .item-link > .item-preview {
	background: radial-gradient(ellipse at 70% 70%, #222 8%, #424242 42%, #8a8a8a 58%);
}*/
.title-pro h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 14px;
    text-align: center;
    white-space: nowrap;  
}
.item.product-item {
	padding-right: 5px;
}
.item.product-item img {
	border-radius: 20px;
}
.item.product-item h2 {
    color: #313131;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    margin-right: 5px;
    display: inline-block;
}
.price-product {
    display: inline-block;
    margin-right: 5px;
}
.product-item video {
    max-width: 100%;
    border-radius: 20px;
}
.title-pro {
    display: flex;
    align-items: baseline;
	margin-bottom: 10px;
}
.time-vi span {
	position: absolute;
	top: 0;
	background: #ffffffe5;
	border-radius: 15px;
	padding: 1px 5px;
	margin-top: 7px;
	margin-right: 7px;
	font-size: 11px;
	font-weight: 300;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	color: #000;
} 
.time-vi2 {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #ffffffe5;
	border-radius: 15px;
	padding: 1px 5px;
	font-size: 11px;
	font-weight: 300;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	color: #000;
	z-index: 1;
}
.product-category {  
    display: flex;  
    flex-wrap: wrap;
    gap: 20px; 
    justify-content: center; 
    margin-bottom: 50px;
    padding: 10px 50px;
    border-radius: 20px;
}  
.category-item {  
    position: relative;  
    width: 90%;
    max-width: 220px; 
    height: 100px;
    overflow: hidden;  
    border-radius: 15px;  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  
}  
.category-item img {  
    width: 100% !important;  
    height: 100% !important;  
    object-fit: cover !important;
    transition: transform 0.3s;  
}  
.category-item:hover img {  
    transform: scale(1.1);  
}  
.category-name {  
    position: absolute;  
    top: 50%;  
    left: 50%;  
    transform: translate(-50%, -50%);  
    color: white;  
    font-size: 18px; 
    text-align: center;  
    z-index: 1; 
} 
.category-item::before {  
    content: '';  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  
    background-color: rgba(0, 0, 0, 0.16);
    z-index: 0;  
}  
@media (max-width: 768px) {  
    .category-item {  
        width: 46%;  
        height: 120px; 
    }  
    .category-name {  
        font-size: 3vw;
    }  
}  
@media (max-width: 480px) {  
    .category-item {  
        width: 48%; 
        height: 80px;
    }  
    .category-name {  
        font-size: 15px;
    }  
    .product-category {
        gap: 5px;
        padding: 5px 10px;
    }
    .title-pro h4 {
        font-size: 16px;
    }
    .price-product {
        margin-right: 0;
    }
}  
.product-item {  
    position: relative; 
}  
.profile-info {
	position: absolute;
	bottom: 35px;
	left: 8px;
	display: flex;
	align-items: center;
	padding: 5px;
}
.profile-pic {  
    width: 24px !important; 
    height: 24px;
    border-radius: 50%; 
    margin-right: 3px; 
}  
.user-name {  
    color: white; 
    font-size: 12px; 
    font-weight: bold; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); 
}
.product-media {  
    position: relative; 
}  
.icons-product {  
    color: #fff;
    position: absolute; 
    bottom: 40px;   
    right: 15px;   
    display: flex;  
    flex-direction: column; 
    gap: 12px; 
}
.icons-product i {  
    font-size: 20px;
    cursor: pointer; 
    color: #000 !important;
}  
.profile-info i {
	position: absolute;
	bottom: 380px;
	font-size: 24px;
	right: 35px;
}
.gallery {  
    column-count: 4;
    column-gap: 15px;
    margin-bottom: 50px;
}  
.item-product {  
    background-color: white;  
    border-radius: 3px;  
    overflow: hidden;  
    transition: transform 0.2s;  
    margin-bottom: 15px;
    break-inside: avoid;
    position: relative;
}  
.item-product img {  
    width: 100% !important;  
    height: auto !important;   
    display: block !important;  
    border-radius: 5px !important;
}  
.item-product .i-p i {  
    float: right;
    margin: 3px 5px 0;
    font-size: 24px;
    cursor: pointer;
}
.item-product .pr-ic i {  
    float: right;
    margin: 3px 5px 0;
    font-size: 24px;
}
.icons-product2 i {
    color: #303030;
    cursor: pointer; 
}
.description-product {  
    max-height: 0;
    overflow: hidden; 
    background-color: #f9f9f9;
    transition: max-height 0.2s ease, padding 0.2s ease;
    padding: 0 10px; 
    border-radius: 7px;
    color: #404040;
    font-weight: 350;
    font-size: 13.5px;
}
.gallery .owl-stage-outer {
    overflow: clip;
}
.item-product .owl-theme .owl-dots,  
.item-product .owl-theme .owl-nav {  
    position: absolute;  
    right: 123px;  
    bottom: 0.5px;  
}  
.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	background: #E3E3E3;
}
.gallery .owl-carousel .owl-nav button.owl-prev:before {
    content: "\f054";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    font-size: 15px;
}
.gallery .owl-carousel .owl-nav button.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    font-size: 15px;
}
.gallery .owl-carousel .owl-nav button.owl-next {
    right: 130px;
}
.gallery .owl-carousel .owl-nav button.owl-prev {
    left: 85px;
}
.gallery .owl-carousel .owl-nav button {
	position: absolute;
	bottom: 20px;
	background: #ffffff75;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.description-product.open {  
    max-height: 200px;
    padding: 10px;
    margin-top: 10px;
}
.price-product2 span {
    font-size: 15px;
}

.item-product video {  
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.price-product2 {
    display: inline-block;
    margin: 5px 10px 0 0;
}
@media (max-width: 768px) {  
    .gallery {  
        column-count: 3;
    }  
}  
@media (max-width: 480px) {  
    .gallery {  
        column-count: 1;
    }  
}  
.i-p {  
    position: relative; 
    z-index: 2;  
} 
.ellipsis-link {  
    display: block;
    height: 100%;
    height: 100%;
    width: 100%;  
}  
.profile-link {  
    position: relative; 
    z-index: 2; 
}
.profile-link2 {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}
.profile-info2 {
	display: flex;
	float: left;
	margin: 5px;
	gap: 5px;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.user-name2 {
	color: #000;
}
.icons-product2 {
	position: absolute;
	display: flex;
	text-align: center;
	gap: 20px;
	font-size: 21px;
	margin-right: 180px;
	margin-top: -22px;  
}
.profile-info3 {  
    display: flex;  
    align-items: center;  
} 
.user-name3 {
	color: #ffffff;
	margin-left: 4px;
}
.item-product .profile-pic2 {  
    width: 25px !important;  
    height: 25px !important;  
    border-radius: 50% !important;  
}  
.pr-ic {
	margin-top: -7px;
}
.hero-blog {
    margin-bottom: 60px;
}
.box-blog {
    display: flex;
    justify-content: space-between;
    gap: 12.5px;
    margin-bottom: 50px;
}
.box-blog .big-post {
    width: 41%;
    position: relative;
}
.box-blog .big-post:hover img {
    transform: scale(1.1);
}
.box-blog .big-post a figure {
    overflow: hidden;
    border-radius: 15px;
}
.box-blog .big-post a figure img {
    width: 588px;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: all .2s ease-in-out;
}
.box-blog .big-post a .title {
    position: absolute;
    bottom: 25px;
    width: 100%;
}
.box-blog .big-post a .title h2 {
    background: #fff;
    box-shadow: 4px 4px 25px 0px #38383840;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 450;
    padding: 10px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .big-post a .title h2 i {
    background: var(--main-color);
    padding: 12px;
    color: #fff;
    border-radius: 5px;
}
.box-blog .small-post {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 59%;
}
.box-blog .small-post {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 59%;
    flex-wrap: wrap;
}
.box-blog .small-post .post-item {
    width: 49%;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    border-radius: 10px;
    height: 145px;
    padding: 10px;
}
.box-blog .small-post .post-item:hover img {
    transform: scale(1.1);
}
.box-blog .small-post .post-item a figure {
    float: right;
    margin-left: 10px !important;
    overflow: hidden;
}
.box-blog .small-post .post-item figure img {
    width: 125px;
    height: 125px;
    border-radius: 10px;
    object-fit: cover;
    transition: all .2s ease-in-out;
}
.box-blog .small-post .post-item a h2 {
    font-size: 14px;
    font-weight: 450;
    margin-top: 15px;
    height: 65px;
    line-height: 23px;
}
.box-blog .small-post .post-item a .down {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .small-post .post-item a .down span {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 300;
}
.box-blog .small-post .post-item a .down i {
    background: var(--main-color);
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    margin-left: 5px;
}
footer {
    background: #fff;
    border-top: 1px solid #ddd;
    padding-top: 40px;
}
.footer-box {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    padding: 15px;
}
.footer-line .right {
    line-height: 2;
}
.footer-box .footer-widget {
    flex-grow: 1;
}
.footer-box .footer-about {
    width: 30%;
    margin-left: 30px;
}
.footer-box .footer-widget h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #303030;
}
.footer-box .footer-widget .f-w-contet {
    color: #7A7A7A;
    line-height: 30px;
    text-align: justify;
}
.footer-box .footer-widget .f-w-contet ul li a {
    color: #7A7A7A;
}
.application {
    display: flex;
    justify-content: space-between;
    background: #F3F4F6;
    border-radius: 10px;
    padding: 15px;
    flex-wrap: wrap;
    gap: 15px;
}
.application .right {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
}
.application .right img {
    max-width: 45px;
}
.application .left {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.application .left a {
    display: flex;
}
.footer-line {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
    color: #7E7E7E;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-line .left span {
    border: 1px solid #A5A5A5;
    padding: 6px 13px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}
.footer-down {
    display: flex;
    justify-content: space-between;
    color: #7E7E7E;
    padding: 20px 0;
    flex-wrap: wrap-reverse ;
    gap: 15px;
}
.footer-down .social-footer {
    display: flex;
    gap: 20px;
}
.footer-down .social-footer a {
    display: flex;
}
.floating-button {
    font-size: 34px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: var(--main-color);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
}
.floating-button i {
    transition: all .2s ease-in-out;
}
.floating-contact .contact-list {
    width: 280px;
    position: fixed;
    right: 40px;
    bottom: 120px;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 10px;
    border-radius: 15px;
    z-index: 100;
    display: none;
}
.floating-contact .contact-list a {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
}
.floating-contact .contact-list a:hover {
    background: #f3f4f6;
}
.floating-contact .contact-list a img {
    width: 35px;
    height: 35px;
}


.title-set {  
    text-align: center; 
    font-size: 20px;
    margin: 20px 0;  
    color: #fff; 
}  
.clothing-set {  
    position: relative;  
    max-width: 500px; 
    margin: 0 auto; 
    margin-bottom: 50px;
    z-index: 2; 
}  
.model img {  
    width: 100%;  
    height: auto;  
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  
}  
.hotspot {  
    position: absolute;  
    width: 30px;  
    height: 30px;  
    background-color: rgba(255, 0, 0, 0.7);  
    border-radius: 50%;  
    cursor: pointer;  
    animation: pulse 1.5s infinite;
}  
@keyframes pulse {  
    0% {  
        transform: scale(1);  
        background-color: rgba(255, 0, 0, 0.7);  
    }  
    50% {  
        transform: scale(1.1);  
        background-color: rgba(255, 100, 100, 0.7); 
    }  
    100% {  
        transform: scale(1);  
        background-color: rgba(255, 0, 0, 0.7);  
    }  
}   
.product-details {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 5px;
	transition: opacity 0.5s;
	text-align: center;
	background: #ffffffe8;
	margin-top: -150px;
	position: absolute;
	opacity: 1;
	margin-right: 12px;
	border-radius: 10px; 
    display: none;  
    opacity: 0;  
    transform: translateX(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    padding: 10px;
}
.product-details.show {  
    display: block;  
    opacity: 1; 
    transform: translateX(0); 
}  
.buy-btn {  
    background-color: #28a745;
    color: white;  
    border: none;
    padding: 5px 25px;
    border-radius: 5px;  
    cursor: pointer;  
    margin-top: 10px; 
    display: inline-block;
}  
.buy-btn:hover {  
    background-color: #218838; 
}   


.snowfall {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(176, 176, 176, 0.8), rgb(255, 255, 255));
	border-radius: 20px;
}
.snowflake {  
    position: absolute;  
    top: -10%;
    background-color: #fff;   
    border-radius: 50%;  
    opacity: 0.8;  
    animation: fall linear infinite;   
    z-index: 1000;
}  
@keyframes fall {  
    0% {  
        top: -10%;
    }  
    100% {  
        top: 100vh; 
    }  
}  

.snowflake:nth-child(1) { width: 7px; height: 7px; left: 10%; animation-duration: 4s; }  
.snowflake:nth-child(2) { width: 10px; height: 10px; left: 20%; animation-duration: 5s; }  
.snowflake:nth-child(3) { width: 9px; height: 9px; left: 30%; animation-duration: 3.5s; }  
.snowflake:nth-child(4) { width: 11px; height: 11px; left: 40%; animation-duration: 6s; }  
.snowflake:nth-child(5) { width: 15px; height: 15px; left: 50%; animation-duration: 5.5s; }  
.snowflake:nth-child(6) { width: 8px; height: 8px; left: 60%; animation-duration: 4s; }  
.snowflake:nth-child(7) { width: 12px; height: 12px; left: 70%; animation-duration: 3.5s; }  
.snowflake:nth-child(8) { width: 14px; height: 14px; left: 80%; animation-duration: 6s; }  
.snowflake:nth-child(9) { width: 7px; height: 7px; left: 5%; animation-duration: 5s; }  
.snowflake:nth-child(10) { width: 9px; height: 9px; left: 15%; animation-duration: 4.5s; }  
.snowflake:nth-child(11) { width: 11px; height: 11px; left: 25%; animation-duration: 7s; }  
.snowflake:nth-child(12) { width: 10px; height: 10px; left: 35%; animation-duration: 5.5s; }  
.snowflake:nth-child(13) { width: 13px; height: 13px; left: 45%; animation-duration: 6.5s; }  
.snowflake:nth-child(14) { width: 8px; height: 8px; left: 55%; animation-duration: 4s; }  
.snowflake:nth-child(15) { width: 12px; height: 12px; left: 65%; animation-duration: 5s; }  
.snowflake:nth-child(16) { width: 10px; height: 10px; left: 75%; animation-duration: 6s; }  
.snowflake:nth-child(17) { width: 9px; height: 9px; left: 85%; animation-duration: 3s; }  
.snowflake:nth-child(18) { width: 8px; height: 8px; left: 12%; animation-duration: 5s; }  
.snowflake:nth-child(19) { width: 14px; height: 14px; left: 22%; animation-duration: 4s; }  
.snowflake:nth-child(20) { width: 11px; height: 11px; left: 32%; animation-duration: 6s; }  
.snowflake:nth-child(21) { width: 10px; height: 10px; left: 42%; animation-duration: 5s; }  
.snowflake:nth-child(22) { width: 12px; height: 12px; left: 52%; animation-duration: 7s; }  
.snowflake:nth-child(23) { width: 9px;}

@keyframes sway {  
    0% { transform: translateX(0); }  
    50% { transform: translateX(-5px); }  
    100% { transform: translateX(5px); }  
}  
.snowflake:nth-child(1), .snowflake:nth-child(2), .snowflake:nth-child(3) {  
    animation: fall linear infinite, sway 1s ease-in-out infinite;  
}  
.snowflake:nth-child(4), .snowflake:nth-child(5), .snowflake:nth-child(6) {  
    animation: fall linear infinite, sway 1.5s ease-in-out infinite;  
}  
.snowflake:nth-child(7), .snowflake:nth-child(8), .snowflake:nth-child(9) {  
    animation: fall linear infinite, sway 2s ease-in-out infinite;  
}  



.falling-leaves {  
    position: relative;  
    height: 100vh; 
}  
.leaf {  
    position: absolute;  
    width: 30px; 
    height: 30px; 
    background-image: url('img/fr13632263_Leaf_Png_www.gfiles.ir.png'); 
    background-size: cover; 
    top: -10%; 
    opacity: 0.7;  
    animation: fall 5s infinite, sway 1s infinite alternate; 
    z-index: 1000;
}  
@keyframes fall {  
    0% {  
        top: -10%; 
        transform: rotate(0deg); 
    }  
    100% {  
        top: 100vh; 
        transform: rotate(360deg); 
    }  
}  
@keyframes sway {  
    0% {  
        transform: translateX(0); 
    }  
    50% {  
        transform: translateX(-10px); 
    }  
    100% {  
        transform: translateX(10px); 
    }  
}  

.leaf:nth-child(1) {  
    left: 10%;  
    animation-delay: 0s;  
}  
.leaf:nth-child(2) {  
    left: 30%;  
    animation-delay: 6s;  
}  
.leaf:nth-child(3) {  
    left: 50%;  
    animation-delay: 2s;  
}  
.leaf:nth-child(4) {  
    left: 70%;  
    animation-delay: 1.5s;  
}  
.leaf:nth-child(5) {  
    left: 90%;  
    animation-delay: 5s;   
}  


/******* single product *******/
.product-intro {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 4px 84px 0px #D3D3D340;
    margin-bottom: 20px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
}
.product-intro .entry-summary {
    width: 49%;
}
.product-intro .entry-summary header {
    border-bottom: 1px solid #F5F3F4;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.product-intro .entry-summary header h1 {
    font-size: 20px;
    font-weight: 700;
}
.product-intro .entry-summary header span {
    font-weight: 300;
    color: #B2B2B2;
    margin-top: 5px;
    display: block;
}
.product-intro .entry-summary .product-meta {
    display: flex;
    justify-content: space-between;
}
.product-intro .entry-summary .product-meta .meta-pro {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 22px;
}
.product-intro .entry-summary .product-meta .meta-pro i {
    color: var(--main-color);
    font-size: 24px;
    margin-left: 6px;
}
.product-intro .entry-summary .product-delivery {
    display: flex;
    gap: 10px 25px;
    margin-bottom: 30px;
    font-weight: 450;
}
.product-intro .entry-summary .product-delivery span i {
    color: #313131;
    margin-left: 3px;
}
.product-intro .entry-summary .additional-product {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    max-height: 91px;
    overflow: hidden;
    margin-bottom: 40px;
}
.product-intro .entry-summary .additional-product .property-item {
    display: flex;
}
.product-intro .entry-summary .additional-product .property-item span {
    color: #7E7E7E;
    font-weight: 300;
}
.product-intro .entry-summary .additional-product .property-item span i {
    font-size: 10px;
    color: #D5D5D5;
}
.product-intro .entry-summary .p-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.woocommerce .quantity {
    display: flex;
    border: 1px solid #C2C2C2;
    width: 200px;
    height: 60px;
    border-radius: 7px;
}
.woocommerce .p-q .quantity button {
    font-size: 20px;
    background: transparent;
    padding: 0 18px;
    cursor: pointer;
    margin: 16px auto;
}
.woocommerce .quantity button.plus {
    border-left: 1px solid #C2C2C2;
}
.woocommerce .quantity button.minus {
    border-right: 1px solid #C2C2C2;
}
.woocommerce .quantity .qty {
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    appearance: textfield;
    border: none;
}
.product-intro .entry-summary .p-q .single-price {
    display: flex;
    gap: 10px;
}
.product-intro .entry-summary .p-q .single-price .price {
    display: flex;
    gap: 10px;
    align-items: center;
}
.product-intro .entry-summary .p-q .single-price .price del {
    font-size: 20px;
    font-weight: 400;
    color: #7E7E7E;
    opacity: 1;
}
.product-intro .entry-summary .p-q .single-price .price del .woocommerce-Price-currencySymbol {
    display: none;
}
.product-intro .entry-summary .p-q .single-price .price ins {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: #303030;
}
.product-intro .entry-summary .p-q .single-price .price ins span.woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-weight: 450;
}
.product-intro .entry-summary .p-q .single-price .price > span > bdi {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: rgb(48, 48, 48);
}
.product-intro .entry-summary .p-q .single-price .price > span > bdi .woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-weight: 450;
}
.product-intro .entry-summary .p-q .single-price .discount {
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: 450;
    width: 40px;
    height: 40px;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-intro .entry-summary .single-add-to-cart {
    background: #313131 !important;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 450;
    border-radius: 7px;
    cursor: pointer;
    line-height: inherit;
}
.product-intro .entry-summary .single-add-to-cart i {
    margin-left: 5px;
}

.product-intro .entry-image {
    display: flex;
    justify-content: space-between;
    width: 47%;
    position: relative;
    padding: 10px;
}
.product-intro .entry-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: #000;
    opacity: .02;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.product-intro .entry-image .flex-viewport {
    width: 75%;
    flex-shrink: 0;
}
.product-intro .entry-image .flex-viewport  .countdown-timer {
    display: flex;
    justify-content: center;
}
.product-intro .entry-image .flex-viewport  .countdown-timer .number {
    background: #f93423;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.product-intro .entry-image .flex-viewport  .countdown-timer span.dot {
    font-size: 24px;
    color: #f93423;
    margin: 0 2px;
}
.product-intro .entry-image ol {
    width: 63px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.flex-active-slide {
    max-width: 400px !important;
}
.woocommerce div.product div.images img {
	border-radius: 5px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}
.product-intro .entry-image .product-action .item-action button.woocommerce-product-gallery__trigger {
    position: unset;
    border-radius: 8px;
    height: 45px;
    text-indent: 0;
    width: auto;
    font-size: 13.5px;
    display: flex;
    background: #fff;
    border: 1px solid #161A1D;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before ,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: unset;
}
.product-intro .entry-image ol li {
    background: #fff;
    width: 63px !important;
    height: auto;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}
.product-intro .entry-image ol li img {
    opacity: .5;
    filter: blur(1px);
    border-radius: 5px;
}
.product-intro .entry-image ol li img.flex-active {
    opacity: 1;
    filter: unset;
}
.product-intro .entry-image .product-action {
    max-width: 6%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15%;
    z-index: 3;
    margin-left: 10px;
}
.product-intro .entry-image .product-action .item-action button {
    background: #fff;
    border: 1px solid #161A1D;
    border-radius: 8px;
    min-width: 45px;
    height: 45px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-intro .entry-image .product-action .item-action button:hover span {
    max-width: 280px;
    padding-left: 10px;
}
.product-intro .entry-image .product-action .item-action button i {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.product-intro .entry-image .product-action .item-action button span {
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
#modal_video .modal-content {
    width: 800px;
}
.modal-header i {
    float: left;
    font-size: 24px;
    color: #aaa;
}
.modal-header h4 {
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.modal-body video {
    max-width: 100%;
}
#modal_share .modal-content {
    width: 500px;
}
.modal-body .shortlink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #edecec;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 20px;
}
.modal-body .shortlink textarea {
    text-align: left;
    width: 300px;
    height: 32px;
    padding: 8px;
    font-weight: 500;
}
.modal-body .social-sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.modal-body .social-sharing .box-sharing {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.modal-body .social-sharing .box-sharing a {
    font-size: 28px;
    display: flex;
}
.modal-body .social-sharing .box-sharing a.facebook {
    color: #4267B2;
}
.modal-body .social-sharing .box-sharing a.twitter {
    color: #1DA1F2;
}
.modal-body .social-sharing .box-sharing a.pinterest {
    color: #E60023;
}
.modal-body .social-sharing .box-sharing a.telegram {
    color: #1DA1F2;
}
.modal-body .social-sharing .box-sharing a.whatsapp {
    color: #25D366;
}

.product-tab .product-description {
    line-height: 2.5;
    font-size: 15px;
    margin-bottom: 50px;
}
.product-tab .additional-product {
    margin-bottom: 70px;
}
.product-tab .additional-product h2 {
    margin-bottom: 20px;
}
.product-tab .additional-product .property-item {
    display: flex;
    gap: 10px;
    font-weight: 450;
    margin-bottom: 10px;
}
.product-tab .additional-product .property-item span {
    background: #f5f5f5;
    padding: 20px 10px;
    min-width: 200px;
}
.product-tab .additional-product .property-item span i {
    font-size: 10px;
    color: #D5D5D5;
    margin-left: 3px;
}
.product-tab .additional-product .property-item p {
    background: #f8f9fa;
    padding: 20px 10px;
    flex-grow: 1;
}
.pishro-cross-sell {
    display: flex;
    gap: 15px;
    margin-bottom: 70px;
}
.cross-item {
    width: 33%;
    height: 160px;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    border-radius: 15px;
    padding: 15px;
    flex-grow: 1;
}
.cross-item figure {
    float: right;
    margin-left: 5px;
    max-height: 100%;
    overflow: hidden;
}
.cross-item figure a img {
    max-width: 135px;
}
.cross-item h2 {
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    margin-top: 10px;
}
.cross-item h2 a {
    font-size: 15px;
    font-weight: 450;
}
.cross-item .down {
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: end;
}
.cross-item .down .addtocart_button a {
    font-size: 34px;
    color: var(--second-color);
    display: flex;
}
.cross-item .down .price {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 10px;
    align-items: baseline;
}
.cross-item .down .price del {
    color: #7E7E7E;
}
.cross-item .down .price ins {
    color: #313131;
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
}
.cross-item .down .price ins span {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}
.left .product-image img {
    border-radius: 10px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 6; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 1000;
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    width: 460px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
     from {top:-300px; opacity:0}
     to {top:0; opacity:1}
 }

/* The Close Button */
.close {
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 15px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



/********** single article **********/

.hero-single {
    display: flex;
    justify-content: space-between;
    gap: 20px 0;
    margin-bottom: 40px;
}
.main-single {
    width: 75%;
}
.post-single {
    background: #fff;
    box-shadow: 0px 0px 20px #D3D3D333;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.post-single header {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.post-single header h1 {
	font-size: 20px;
	font-weight: 500;
}
.post-single .box-pm {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #A3A3A3;
    margin-bottom: 20px;
}
.post-single .box-pm .post-meta a {
    color: #81858b;
}
.post-single figure {
    text-align: center;
    margin-bottom: 20px;
}
.post-single .content-single {
    line-height: 2.5;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
}
.post-single .post-tag {
    display: flex;
    gap: 8px;
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
    align-items: center;
}
.post-single .post-tag a {
    background: #E9E9E9;
    border-radius: 5px;
    padding: 4px 12px;
    color: #757575;
    font-weight: 325;
}
.related-head h4 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
}
.related-item {
    box-shadow: 0px 4px 85px 0px #D3D3D340;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #d5d5d544;
    margin: 20px 8px;
    height: 315px;
}
.related-item figure img {
    border-radius: 15px;
}
.related-item h2 {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
    height: 40px;
    font-weight: 500;
}
.related-item .down {
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    background: #F5F5F5;
    padding: 7px 10px;
    color: #757575;
    font-size: 13px;
}
.side-single {
    width: 24%;
}
.widget {
    background: #fff;
    box-shadow: 0px 0px 20px #D3D3D333;
    border-radius: 10px;
    padding:16px;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.widget-header h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 12px;
    margin-bottom: 22px;
    display: inline-block;
}
.widget form {
    position: relative;
}
.widget form input[type="submit"] {
    background: var(--main-color);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 0px 0px 10px;
    padding: 11px 15px;
    line-height: 2;
    font-family: "yekanbakh";
    height: 45px;
}
.widget ul li {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.widget ul li:last-child {
    border-bottom: none;
}
.widget ul li a:hover {
    color: var(--main-color);
}
.widget ul li span.post-date {
    font-size: 13px;
    color: #A3A3A3;
    display: block;
    margin-top: 4px;
}


.hero-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.hero-archive .product-item {
    width: 23.5%;
    margin: 0;
}
.page-not-fount {
    width: 60%;
    margin: auto;
}
.btn404 {
    text-align: center;
    margin-bottom: 25px;
}
.btn404 p {
    font-size: 18px;
    font-weight: 900;
    margin: 30px 0 20px;
}
.page-not-fount .wrapper {
    text-align: center;
}

.magnifying-header {  
    position: relative;  
}  
.search-main{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	background-color: white;
	padding: 1px 20px 1px 20px;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;  
    transform: translateX(100%); 
	width: 300px;
} 
.search-main.open {  
    display: block; 
}  
input[type="text"] {  
    padding: 5px;  
}
.search-main form {  
    position: relative;  
    display: flex;  
    justify-content: center;   
}  
.search-main form button {  
    position: absolute;  
    top: 12px;   
    right: 27.5%;  
    transform: translateX(50%);   
    font-size: 20px;  
    background: transparent;  
    color: #a0a0a0;  
    cursor: pointer;  
}  
.particle {  
    position: absolute;  
    border-radius: 50%;   
    background: #fff;  
    animation: float 5s infinite alternate; 
    opacity: 0.8; 
}  
@keyframes float {  
    0% {  
        transform: translate(0, 0) scale(1);  
    }  
    50% {  
        transform: translate(-10px, -10px) scale(1.2);
    }  
    100% {  
        transform: translate(10px, 10px) scale(0.8); 
    }  
}  
@keyframes connect {  
    0%, 100% {  
        opacity: 0.8;  
    }  
    50% {  
        opacity: 0.2; 
    }  
}
.fa-sharp, .fasl, .fasr, .fass, .fast {
	font-family: "Font Awesome 6 pro";
}
.hero-product2 {
	margin-top: 50px;
}

.comment-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 20px #f2f2f2;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.comment-respond p.comment-form-url{
    display: none;
}
.comment-respond .comment-form-comment {
    margin: 20px 0;
}
.comment-respond p.comment-form-author{
    width: 49%;
    float: right;
}
.comment-respond p.comment-form-email {
    width: 49%;
    float: left;
}
.comment-respond  .comment-form-cookies-consent {
    float: right;
    width: 100%;
    margin: 20px 0;
}

.comment-box .comments-inner {
    margin-top: 40px;
}
.comments-inner .comment {
    border-radius: 5px;
    margin: 20px 0px;
    border: 1px solid rgb(233, 233, 233);
    padding: 10px 15px 15px;
}
.comments-inner .comment-awaiting-moderation {
    color: #cf5d5d;
    margin: 7px 0;
    display: inline-block;
}

.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
}
.comments-inner .comment .depth-2 {
    background: #f9f9f9;
}
.comments-inner .comment .depth-3 {
    background: #f0f0f0;
}
.comments-inner .comment .comment-meta {
    display: none;
}
.comments-inner .comment .comment-author img{
    display: none;
}
.comments-inner .comment .comment-author .fn {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.comments-inner .comment .comment-author .says{
    display: none;
}

.comments-inner .comment .comment-meta a {
    color: #8a8a8a;
    font-size: 13px;
}
.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
    color: #606060;
}
.comments-inner .comment .reply {
    display: block;
    margin-top: 15px;
}
.comments-inner .comment .reply a {
    background: #ecf0f1;
    color: #333;
    padding: 4px 15px;
}

.main-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.main-archive .post-item {
    box-shadow: 0px 4px 85px 0px #D3D3D340;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #d5d5d544;
    width: 23.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-archive .post-item figure img {
    border-radius: 15px;
}
.main-archive .post-item h2 {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
    font-weight: 500;
}
.main-archive .post-item .down {
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    background: #F5F5F5;
    padding: 7px 10px;
    color: #757575;
    font-size: 13px;
}
.title-archive {
    background: #fff;
    box-shadow: 0px 0px 20px #D3D3D333;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #d5d5d544;
    margin-bottom: 10px;
}
.title-archive span {
    color: var(--main-color);
}
.pagination {
    text-align: center;
    margin-top: 40px;
}
.pagination span.current {
    background: var(--main-color);
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0 3px;
    font-weight: 700;
}
.pagination a {
    background: #ecf0f1;
    color: #333;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0 3px;
}
.breadcrumbs i {
    font-size: 10px;
    margin: 0 3px;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	border-radius: 10px;
}

.price-product2 span:nth-child(2) {  
    display: none;  
}
.price-product2 del {  
    display: none; 
}
.price-product2 ins {  
    text-decoration: none; 
}
.product-media video {  
    display: block; 
    width: 100%;  
    height: auto; 
}  
.product-image {  
    display: block; 
    width: 100%; 
    height: auto; 
}  
.down {  
    margin: 5px 5px 5px 0;
}  
.item-gallery iframe,  
.item-gallery video {  
    display: block; 
    margin: 0;   
    padding: 0; 
}  
.item-gallery {  
    margin-bottom: 0; 
}
.product-intro .entry-summary .show-rate {
    display: flex;
    flex-direction: row-reverse;
}
.woocommerce .star-rating {
	color: #ffc107;
	font-size: 16px;
	padding: 10px !important;
}
.woocommerce-message {
    border-top-color: var(--main-color);
}
.woocommerce-message::before {
    color: var(--main-color);
}
.woocommerce .button {
    background: var(--main-color)!important;
    color: #fff !important;
}
.woocommerce div.product form.cart .variations select {
    font-family: 'yekanbakh';
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.posted_in {
	display: none;
}
.product-intro .entry-image .product-action .item-action button span.added {
    display: none;
}
.product-intro .entry-image .product-action .item-action button.woosw-added span.added {
    display: block;
}
.product-intro .entry-image .product-action .item-action button.woosw-added span.add {
    display: none;
}

.woosw-item--price , .woosw-item--time {
    display: none;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
    font-weight: 400;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--atc p a {
    font-weight: 400;
    width: 130px;
    font-size: 13px;
    display: flex;
    padding: 10px 5px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a {
    color: #303030;
}
.main-single-page {
    width: 100%;
}
.woosw-list table.woosw-items {
    width: 100%;
}
.icons-product2 .add , .icons-product2 .added {
    display: none;
}
.icons-product2 .woosw-btn-icon.woosw-icon-8, .icons-product2  .woosw-icon-5 {
	font-size: 25px;
	background: #fff;
    margin-top: -1.5px;
}
.icons-product .add , .icons-product .added {
    display: none;
}
.icons-product .woosw-btn-icon.woosw-icon-8, .icons-product  .woosw-icon-5 {
	font-size: 25px;
}
.icons-product .woosw-btn-has-icon {
	background: none;
}
ins {
	text-decoration: none;
}
.woocommerce-product-gallery__wrapperr {
    margin-right: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 20%;
	display: inline-block;
	height: 20%;
	padding: 5px;
}

.woocommerce div.product .woocommerce-tabs {
    margin: 40px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex-grow: 1;
    text-align: center;
    padding: 6px 0;
    border: 0;
    background: #fbfbfb;
    font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
}
.woocommerce div.product .woocommerce-tabs .panel {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0px 4px 84px 0px #D3D3D340;
	margin-bottom: 20px;
	padding: 25px;
	max-width: 1200px;
	margin-right: auto !important;
	margin-left: auto !important;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
    line-height: 2.5;
    font-size: 15px;
    text-align: justify;
}

.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item span {
    background: #f5f5f5;
    padding: 12px 10px;
    min-width: 200px;
}
.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item span i {
    font-size: 10px;
    color: #D5D5D5;
}
.woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item p {
    background: #f8f9fa;
    padding: 12px 10px;
    flex-grow: 1;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top: none;
}
.woocommerce-product-gallery__wrapperr video,.woocommerce div.product div.images img {
    width: 450px;
    border-radius: 10px !important;
}
.woocommerce ul.products li.product .onsale {
    display: none;
}
.texh2 h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #404040;
}

.texh2 video {
    margin-left: 15px;
    width: 23%;
    border-radius: 10px;
    position: relative;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 23%;
	margin-left: 15px !important;
}
.product-item-shop > li.product {
    width: 100% !important;
}
.woocommerce ul.products li.product a img {
	border-radius: 10px;
}
.time-vi3 {
	position: absolute;
	display: inline;
	margin-right: -280px;
	margin-top: 15px;
	background: #ffffffe5;
	border-radius: 15px;
	padding: 1px 5px;
	font-size: 11px;
	font-weight: 300;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	color: #000;
	z-index: 1;
}
.video-container {
	display: inherit;
}
.woocommerce ul.products li.product .button {
	display: none;
}
.related.products .product .woocommerce-loop-product__title,  
.related.products .product .price,   
.related.products .product .star-rating {  
    display: none !important;  
}
#comment-1,#comment-2,#comment-3,#comment-4,#comment-5,#comment-6,#comment-7,#comment-8 {
	width: 750px;
    margin-top: 20px;
}
.woocommerce #reviews #comments h2 {
	text-align: center;
	font-size: 17px;
}
.woocommerce p.stars a {
	height: 20px;
	width: 20px;
	color: #ffc107;
	font-size: 20px;
	margin-top: 10px;
}
.woocommerce-noreviews {
	margin-top: 20px;
}
.before-shop {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.031372549);
    padding: 20px;
    align-items: center;
    border-radius: 15px;
    font-weight: 450;
    margin-bottom: 15px;
}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering {
    margin: 0;
}
.catalog-list {
    display: flex;
    align-items: center;
}
.catalog-list i {
    font-size: 20px;
    margin-left: 5px;
}
.catalog-list li {
    margin-right: 10px;
}
body.woocommerce-page.woocommerce-shop ul.products li.product {  
    width: 100% !important;  
}
.columns-4 video {
    width: 23%;
    border-radius: 10px;
}
.time-vi4 {
	position: absolute;
	display: inline;
	margin-right: -213px;
	margin-top: 8px;
	background: #ffffffe5;
	border-radius: 15px;
	padding: 1px 5px;
	font-size: 11px;
	font-weight: 300;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	color: #000;
	z-index: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,  
.woocommerce ul.products li.product .price,  
.woocommerce ul.products li.product .star-rating {  
    display: none !important;  
}
.product-grid-shop {  
    display: flex; 
    flex-wrap: wrap; 
    gap: 5px; 
    justify-content: flex-start; 
}  
.product-item-shop {  
    flex: 1 1 calc(25% - 16px);
    position: relative; 
    overflow: hidden; 
    height: 225px;
    border-radius: 5px;
}  
.product-item-shop img,  
.product-item-shop video {  
    width: 100%;  
    height: 100%;
    object-fit: cover; 
    border-radius: 5px !important; 
}  
.product-grid-shop .product-item-shop:nth-last-child(-n+2) {  
    flex: 0 0 calc(26.3% - 16px);  
}    
@media (max-width: 480px) {  
    .product-item-shop {  
        flex: 1 1 calc(36% - 16px);
    }  
}
.sgkl {
	display: flex;
	text-align: center;
	padding: 5px 5px 20px 5px;
	gap: 30px;
}
.sgkl span {
	font-size: 11px;
	color: #5b5b5b;
}
.sgkl strong {
	font-size: 18px;
	font-weight: 400;
}
.profile-shop .bio {
	margin-right: -100px;
	padding: 5px 0px 10px 40px;
	font-size: 13px;
	font-weight: 350;
    text-align: justify;
}
.profile-shop {
	margin-right: 100px;
	margin-top: -100px;
}
.side-single > .stories.carousel {
    overflow: clip;
}
.stat {  
    text-align: center; 
}  
.stat strong {  
    display: block;
}  
#zuck-modal-content .story-viewer .head .right .close, #zuck-modal-content .story-viewer .head .back {
	margin-left: 1280px !important;
	margin-top: -10px !important;
}
.button-container {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-right: -20px;
	padding: 0 0 0 10px;
} 
.order-tracking-button,  
.contact-button {  
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 35px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
    border: solid 1px var(--main-color);
}  
.order-tracking-button {  
    background-color: var(--main-color);
}  
.contact-button {  
    color: var(--main-color)
}  
.stories.snapgram .story.seen {
	opacity: 1 !important
}
.stories.snapgram .story.seen > a {
	color: #333 !important;
}

.stories.carousel .story {
	vertical-align: 0 !important;
}
.stories.snapgram .story.seen > a > .item-preview {
	background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}
.atrin-story3  .story > .item-link > .item-preview {
	max-height: 67px !important;
	max-width: 67px !important;
}
.atrin-story3  .story {
    margin: 0 !important;
    padding-top: 25px;
    margin-left: -8px !important;
}
.atrin-story3 {
    margin-right: -30px;
    overflow: auto !important;
    font-size: 12px;
}
.atrin-story3 .story > .item-link > .item-preview{
    background: radial-gradient(ellipse at 70% 70%, #d7d7d7 8%, #e8e8e8 42%, #d0d0d0 58%) !important;
}
.atrin-story3 .story > .item-link > .info .name {
	margin-left: 18px !important;
}
.contact-button i {
    font-size: 16px;
    color: var(--main-color);
    padding: 5px;
}
.category-slider-shop {  
    margin: 20px 0;  
    margin-right: -20px;
    width: 300px;
}  
.category-slider-shop .item-category-shop {  
    text-align: center;  
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
	padding-left: 8px;
}  
.category-slider-shop a {  
    text-decoration: none;  
    color: #444;  
}  
.category-slider-shop span {  
    display: inline-block; 
    background: #dddddd59;
    padding: 7px;
    border-radius: 3px;
    font-size: 13px;
}
.category-slider-shop .bg-active span {  
    background-color: var(--main-color);
    color: white;
}  
.filter-shop-fa {  
    display: flex;  
    align-items: center;  
    justify-content: space-between;  
    padding: 5px;  
    border: 1px solid #ddd; 
    border-radius: 5px;
    margin-right: -28px;
    margin-top: 10px;
    cursor: pointer;
}
.filter-icon, .grid-icon {  
    font-size: 18px;  
}  
.filter-text-shop {  
    flex: 1;  
    text-align: center;  
    font-size: 13px;
}  
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
	margin-top: 1em;
	padding: 7px;
	background: var(--main-color);
	color: #fff;
	border-radius: 7px;
}
.wc-brand-dropdown-layered-nav-product_brand {
	padding: 7px;
	background: #eee;
	color: #444;
	border-radius: 7px;
    cursor: pointer;
}
.discount-percentage {  
    position: absolute;  
    top: 0px; 
    left: 0px; 
    background-color: var(--main-color);  
    color: white;  
    padding: 7px; 
    border-radius: 5px; 
    font-size: 13px; 
    text-align: center; 
    z-index: 1;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}  
.discount-text {
	transform: rotate(-40deg);
	transform-origin: left center;
	white-space: nowrap;
	display: flex;
    margin-top: 4px;
    margin-right: 4px;
}
.atrin-story2 > .stories.carousel .story:first-child{
	margin: 10px 0px 10px 200px !important;
}
.widget-shop .widget-header h3 {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    padding-bottom: 17px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #f93423;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    border: 4px solid #f93423;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e1e1e1;
}
.rtl.woocommerce .price_label {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
}
.rtl.woocommerce .price_label span {
    direction: rtl;
    flex-grow: 1;
    text-align: center;
}
.woocommerce ul.product_list_widget li {
    padding: 12px 0;
}
.woocommerce ul.product_list_widget li img {
    float: right;
    width: 65px;
    margin-left: 4px;
}
.woocommerce ul.product_list_widget li del {
    font-size: 13px;
}
.woocommerce ul.product_list_widget li ins {
    font-size: 13px;
    text-decoration: none;
}
.woocommerce ul.product_list_widget li span.woocommerce-Price-amount {
    font-size: 13px;
}
.cart-btn-num {  
	padding: 0;  
	position: absolute;  
	left: 14px;  
	background: var(--main-color);  
	width: 15px;  
	height: 16px;  
	text-align: center;  
	font-size: 12px;  
	color: #fff;  
	top: 13px;  
	border-radius: 50%;  
	display: flex;
	justify-content: center;  
	align-items: center;  
}  
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #f4f4f4b5 !important;
	color: #090909 !important;
	border-top:none !important;
	border-radius: 10px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	color: #000 !important;
}
.shopping-header:hover .cart-content {
    opacity: 1;
    visibility: visible;
    top: 50px;
    transition: all .2s ease-in-out;
}
.cart-content {
    background: #fff;
    position: absolute;
    width: 300px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.shopping-header .cart-content ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.shopping-header .cart-content ul li > a {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 450;
    gap: 10px;
}
.shopping-header .cart-content ul li > a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}
.shopping-header .cart-content ul li .mini-cart-detail {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 0 10px;
    color: #6c6c6c;
    align-items: center;
}
.shopping-header .cart-content ul li .mini-cart-detail a.remove {
    color: red;
    font-size: 24px;
}
.shopping-header .cart-content .woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: space-between;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
    font-size: 16px;
    padding: 8px;
    font-weight: 300;
}
.woocommerce-mini-cart__total.total {
	font-size: 17px;
	text-align: center;
	margin-bottom: 15px;
}
.cart-content > .woocommerce-mini-cart__empty-message {
	font-size: 15px;
}
.product-footer > i {
	font-size: 23px;
	padding-right: 3px;
}

.cart-custom {
    display: flex;
    flex-wrap: wrap;
    width: 72%;
    gap: 20px;
}
.cart-custom .product-item {
    width: 30%;
    height: auto;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding-bottom: 15px;
}
.cart-custom .product-item .quantity {
    width: 100px;
    height: 40px;
    border-radius: 0;
}
.cart-custom .product-item .quantity button {
    margin: 0;
    padding: 5px 10px;
    background: #fff;
}
.cart-custom .product-item .quantity .qty {
    font-size: 16px;
    font-weight: 450;
}
.cart-custom .product-item .delete-cart-item a {
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
}
.cart-custom .product-item .delete-cart-item a:hover {
    color: red !important;
    background: none !important;
}
.cart-copun {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 15px;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.cart-copun .coupon {
    display: flex;
    gap: 10px;
}
.cart-copun .coupon button {
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    width: 170px;
}
.cart-copun button {
    padding: 9px !important;
    line-height: 2 !important;
}
.cart-custom .product-item > .down {
	margin: 5px 10px 5px 10px;
	display: flex;
	justify-content: space-between;
}
.cart-custom .product-item  h2 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 12px;
}
.cart-item-thumbnail {  
    width: 100%; 
    height: 250px; 
    overflow: hidden; 
}  
.cart-item-thumbnail img,  
.cart-item-thumbnail video,  
.cart-item-thumbnail iframe {  
    width: 100%;  
    height: 100%;  
    object-fit: cover; 
} 
.cart-item-thumbnail video {
	border-radius: 0;
}

form.woocommerce-cart-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 26.5%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
.cart-left-box {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    padding:15px;
    flex-grow: 1;
}
.cart-left-box .cart-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.woocommerce ul#shipping_method li {
    background: #fafafa;
    border: 1px solid #e2e2e2;
    padding: 13px;
    font-size: 14px;
}
.cart-left-box .woocommerce-shipping-destination {
    text-align: right;
    font-size: 13px;
    background: #fff8e1;
    border: 1px solid #f0e5c1;
    padding: 12px;
    line-height: normal;
}
.cart-left-box .woocommerce-shipping-destination {
    text-align: right;
    font-size: 13px;
    background: #fff8e1;
    border: 1px solid #f0e5c1;
    padding: 12px;
    line-height: normal;
}
.cart-left-box .shipping-calculator-button {
    color: #0089ff;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 450;
}
.woocommerce .shipping-calculator-form button {
    background: #f93423 !important;
    width: 100%;
    margin-bottom: 12px;
    padding: 13px !important;
}
.cart-left-box .order-total {
    display: flex;
    justify-content: space-between;
    background: #e1ffe9;
    border: 1px solid #b6f4c7;
    padding: 12px;
    line-height: normal;
}

.cart-process {
    width: 70%;
    margin: 35px auto;
}
.cart-process ul {
    display: flex;
    justify-content: space-between;
}
.cart-process ul li {
    position: relative;
    flex-grow: 1;
    text-align: center;
}
.cart-process ul li::before {
    content: attr(data-step);
    width: 48px;
    height: 48px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #e6e6e6;
    color: #e6e6e6;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}
.cart-process ul li::after {
    content: "";
    background: #eee;
    width: 100%;
    height: 8px;
    position: absolute;
    top: 23px;
    right: 50%;
}

.cart-process ul li.active::before {
    background: var(--second-color);
    color: #fff;
    border: 2px solid var(--second-color);
}
.cart-process ul li:last-child:after {
    display: none;
}
.cart-process ul li a,.cart-process ul li span {
    margin-top: 7px;
    display: block;
    font-size: 13px;
}
.cart-process ul li.complete:before {
    background: #e1ffe9;
    content: "✓";
    border: 2px solid var(--second-color);
    color: var(--second-color);
}
.cart-process ul li.complete:after {
    background: var(--second-color);
}
.hero-checkout {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.atrin-order-review {
    width: 34%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    padding: 14px;
    margin: 15px 0 10px;
    font-size: 16px;
}
.other-address {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    padding: 15px;
    margin: 20px 0;
}
p.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 40px;
}
.woocommerce ul.order_details {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin: 30px 0;
}
.woocommerce ul.order_details li {
    background: #e0fee8;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #b6f4c7;
    flex-grow: 1;
}
.woocommerce ul.order_details li strong {
    font-size: 18px;
    margin-top: 18px;
}
.order-final-info div {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    gap: 12px;
    border-left: 1px solid #ddd;
    flex-grow: 1;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 10px;
    font-size: 17px;
    font-weight: 400;
}
.cart-content .button {
	width: 130px;
	height: 45px;
	font-size: 15px;
	text-align: center;
}
.woocommerce-checkout #payment {
	background: #fff !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	position: inherit;
	background-color: #f2f2f29e;
	color: #0b0b0b;
}
.u-column2 h2 {
	font-size: 18px;
	font-weight: 400;
    text-align: center;
}
.u-column1 h2 {
	font-size: 18px;
	font-weight: 400;
    text-align: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	font-weight: 350;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button{
    font-weight: 350;
}
#customer_login {
	margin-top: 50px !important;
}
.hero-myaccount {
    border-top: 7px solid #172b4d;
    background: #fff;
    overflow: hidden;
    border-radius: 20px !important;
    box-shadow: rgba(0,0,0,.07) 0 0px 10px 0;
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #172b4d;
    width: 20%;
    padding-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    padding: 12px;
    display: block;
    font-size: 15px;
    opacity: .7;
    border-right: 3px solid #172b4d;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    opacity: 1;
    border-right: 3px solid #fff;
    background: #203352;
}
.user-info-account {
    text-align: center;
    color: #fff;
    padding-top: 35px;
}
.user-info-account img {
    border-radius: 10px;
    background: #fff;
    padding: 4px;
}
.user-info-account span {
    font-size: 22px;
    display: block;
    margin: 10px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    margin-left: 10px;
    font-size: 18px;
    vertical-align: middle;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f625";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f07a";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f5a0";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f2bb";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {
    content: "\f004";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f2f5";
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 80%;
    padding: 35px 30px;
}
.myaccount-detail {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}
.myaccount-detail .item-detail {
    background: #4cd137;
    width: 100%;
    color: #fff;
    padding: 10px;
    display: flex;
    gap: 12px;
    border-radius: 10px;
}
.myaccount-detail .item-detail {

    width: 100%;
    color: #fff;
    padding: 10px;
    display: flex;
    gap: 12px;
    border-radius: 10px;
}
.myaccount-detail .item-detail i {
    font-size: 28px;
}
.myaccount-detail .item-detail .item-content div {
    font-size: 15px;
}
.myaccount-detail .item-detail .item-content h6 {
    font-size: 16px;
    margin-bottom: 10px;
}
.myaccount-detail .item-detail:nth-child(1) {
    background: #4cd137;
}
.myaccount-detail .item-detail:nth-child(2) {
    background: #eb2f06;
}
.myaccount-detail .item-detail:nth-child(3) {
    background: #1e90ff;
}
.myaccount-detail .item-detail:nth-child(4) {
    background: #F79F1F;
}
.myaccount-order {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
}
.myaccount-order .item-order {
    width: 100%;
    text-align: center;
    border-left: 1px solid #ddd;
}
.myaccount-order .item-order i {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    color: #ccc;
}
.myaccount-order .item-order:last-child {
    border-left: 0;
}
.myaccount-notif {
    background: #ecf0f1;
    padding: 15px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    margin-bottom: 20px;
    border-right: 5px solid #dbdfe1;
}
.myaccount-notif h6 {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.myaccount-notif div {
    line-height: 2;
    font-size: 15px;
}
.woocommerce table.my_account_orders th {
    font-size: 14px;
}
.woocommerce table.my_account_orders .button {
    margin-left: 3px;
    font-weight: 450;
}
.addresses .woocommerce-Address {
    background: #eaedef;
    padding: 10px;
    margin: 15px 0;
    border-radius: 10px;
    line-height: 2;
}
.content-ajax-search {
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 20px;
    z-index: 100;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
    border-bottom: 0;
    visibility: hidden;
    opacity: 0;
}
.show {
    visibility: visible !important;
    opacity: 1 !important;
}
.content-ajax-search ul {
    max-height: 350px;
    overflow-y: auto;
    padding-left: 10px;
    margin: 10px 0;
}
.content-ajax-search ul li a {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}
.content-ajax-search ul li a img {
    width: 90px;
    margin-left: 10px;
}
.content-ajax-search ul li a div h3 {
    font-size: 14px;
    margin: 3px 0;
    font-weight: 600;
}
.content-ajax-search ul li:last-child a {
    border-bottom: 0;
}
.content-ajax-search bdi {
    font-size: 15px;
}

.loader {
    display: block;
    position: relative;
    height: 12px;
    width: 80%;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
}
.loader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--main-color);
    animation: 4s prog ease-in infinite;
}

@keyframes prog {
    to  {   width: 100%;}
}

.loader-ajax-search {
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px 0px;
    z-index: 9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
    border-bottom: 0;
    visibility: hidden;
    opacity: 0;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0 , 0 , 0, .4);
    z-index: 4;
    visibility: hidden;
    opacity: 0;
}
.not-fount-search {
    text-align: center;
}
.not-fount-search {
    text-align: center;
}
.not-fount-search p {
    font-size: 16px;
    color: red;
    font-weight: 600;
    padding: 10px 0 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
	color: #404040 !important;
	z-index: 2;
	border-bottom-color: #fff;
}
.excerpt_single_product {
    margin-bottom: 25px;
    line-height: 2;
}
.footer-down .social-footer a i {
    color: #bdbdbd;
    font-size: 20px;
}
.footer-down .social-footer a i:hover {
    color: #333;
}

.gallery5 {  
    column-count: 4;
    column-gap: 15px;
    margin-bottom: 50px;
}  
.item-product5 {  
    background-color: white;  
    border-radius: 8px;  
    overflow: hidden;  
    transition: transform 0.2s;  
    margin-bottom: 15px;
    break-inside: avoid;
    position: relative;
}  
.item-product5 img {  
    width: 100% !important;  
    height: auto !important;   
    display: block !important;  
    border-radius: 20px !important;
}  
.item-product5 i {  
    float: left;
    margin: 3px 10px 0;
    font-size: 25px;
}
.item-product5 video {  
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.price-product5 {
    display: inline-block;
    margin: 5px 10px 0 0;
}
@media (max-width: 768px) {  
    .gallery5 {  
        column-count: 3;
    }  
}  
@media (max-width: 480px) {  
    .gallery5 {  
        column-count: 2;
    }  
}  

.woosw-btn-icon.woosw-icon-8 {
	color: #f00 !important;
}
.product-item del {
	display: none;
} 
.comment-count {
	color: #000;
	font-size: 12px;
	display: none;
	padding-top: 15px;
	margin-right: -5px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #303030;
	font-size: 15px;
	margin-top: 20px;
    display: none;
}
/****** End down-two *******/
.cart-line-bottom {
    display: none;
}
.mobile {
    display: none;
}
.woocommerce .woocommerce-ordering select {
    font-family: "yekanbakh";
    background: #fff;
    width: 150px;
}
.side-single-shop {
    width: 22%
}
.close-menu-responsive-full-page {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.24);
    z-index: 105;
    transform: translateX(1000px);
    display: none;
    transition: all .3s ease-in-out;
}

.header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
}
#hamberger {
    color: #303030;
}
#hamberger i {
    font-size: 20px;
}
.header-mobile .logo {
    max-width: 80px;
}
.header-mobile .logo a {
    display: flex;
}
.navigation {
    width: 75%;
    position: fixed;
    top: 65px;
    right: 10px;
    bottom: 0;
    background: #fff;
    z-index: 107;
    overflow-x: scroll;
    padding: 10px;
    transform: translateX(1000px);
    transition: all .3s ease-in-out;
}
.navigation ul li {
    border-bottom: 1px solid #f2f2f2;
}
.navigation ul li a {
    padding: 10px 0;
    display: inline-block;
    font-weight: 450;
}
.navigation ul li ul {
    padding: 5px;
    background: #f8f8f8;
    display: none;
}
.navigation ul li ul li a {
    font-size: 13px;
    font-weight: 400;
    padding: 8px;
}
.navigation ul li ul li ul {
    background: #f0f0f1;
}
.navigation ul li i.sub-menu-arrow {
    float: left;
    padding: 5px 15px 5px 5px;
    margin-top: 8px;
    border-right: 1px solid #ddd;
}

.menu-bottom-mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: 8px;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    box-shadow: rgba(0,0,0,.05) 0 -2px 10px 0;
    z-index: 9;
}
.menu-bottom-mobile div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.menu-bottom-mobile div a span {
    font-size: 11px;
    font-weight: 450;
}
.search-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 10px;
    z-index: 99999;
     display: none;
}
.search-mobile header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.search-mobile form {
    position: relative;
}
.search-mobile form input[type="search"] {
    padding-right: 45px;
}
.search-mobile form button {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 20px;
    background: transparent;
    color: #a0a0a0;
}
.search-mobile .search-note {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 25%;
    font-weight: 700;
}
.menu-bottom-mobile i {
    font-size: 21px;
}
.like-mobile {
	float: left;
	background: #eee;
	padding: 10px;
	border-radius: 10px;
	margin-top: 20px;
}
.like-mobile i {
    font-weight: 500;
    color: #f00;
}
.like-mobile span {
    font-size: 13px;
    color: #000;
}
.notif-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 10px;
    z-index: 99999;
     display: none;
     overflow-y: auto;
}
.notif-mobile header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.notif-heder-mo i {
    font-size: 19px;
}

@keyframes on-off {
    50% {
        opacity: 0;
    }
}
.notif-heder-mo {
	position: relative;
}
.notification {  
    border-bottom: 1px solid #e0e0e0;  
    padding: 15px 0;  
}  
.notification:last-child {  
    border-bottom: none; 
}  
.notification-image {
	width: 35%;
	border-radius: 5px;
	margin-right: 20px;
} 
.notification-title {  
    font-size: 14px;  
    color: #444; 
    margin: 10px 0 5px;
}  
.notification-text {  
    font-size: 14px; 
    color: #555;   
    line-height: 1.5;  
}  
.notification-date {  
    font-size: 12px; 
    color: #999;   
    margin-top: 5px;  
}  
.btn-notification-action {
	display: inline-block;
	background-color: #007bff;
	color: white;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 100px;
	font-size: 13px;
}  
.related .woosw-btn-has-icon {
    display: none !important;
}
#zuck-modal-content, #zuck-modal-content .story-viewer, #zuck-modal-content .story-viewer > .slides, #zuck-modal-content .story-viewer > .slides > * {
	height: auto !important;
}

.woosw-btn-has-icon {
    align-items: center;
    display: inline !important;
}
.product-footer {
    margin-bottom: 8px;
}



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


.title-brand {
    text-align: center;
}
.title-brand h4 {
    background: var(--main-color);
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px 30px 0px 0px;
    font-weight: 700;
    font-size: 18px;
}
.box-brand {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 90px 0px #D3D3D333;
}
.box-brand .inner-brand {
    width: 88%;
    margin: auto;
}
.box-brand .inner-brand .brand-item {
    display: flex;
    justify-content: center;
    height: 170px;
    align-items: center;
}
.box-brand .inner-brand .brand-item img {
    max-width: 150px;
}

.box-brand .owl-carousel .owl-nav button {
    position: absolute;
    background: var(--main-color);
    width: 74px;
    height: 52px;
    top: 60px;
    color: #fff;
}
.box-brand .owl-carousel .owl-nav button.owl-prev {
    right: -7.2%;
    border-radius: 50px 0px 0px 50px;
}
.box-brand .owl-carousel .owl-nav button.owl-next {
    left: -7.2%;
    border-radius: 0px 50px 50px 0px;
}
.box-brand .owl-carousel .owl-nav button.owl-prev::before {
    content: "\f053";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
}
.box-brand .owl-carousel .owl-nav button.owl-next::before {
    content: "\f054";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
}


.atrin-service {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.atrin-service .service-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}
.atrin-service .service-item img {
    max-width: 72px;
    margin: 0 auto 10px;
}
.atrin-service .service-item span {
    font-size: 13px;
    font-weight: 300;
    color: #7E7E7E;
}



.hero-sell {
    margin-bottom: 60px;
}
.box-sell {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.box-sell .best-sell {
    background: var(--main-color);
    border-radius: 15px;
    padding: 15px 24px 30px;
    width: 275px;
    position: relative;
    flex-shrink: 0;
    height: 395px;
}
.box-sell .best-sell .head {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.box-sell .best-sell .head div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.box-sell .best-sell .head span {
    font-size: 18px;
    font-weight: 450;
}
.box-sell .best-sell figure {
    border-radius: 50%;
    background: #fff;
    width: 170px;
    height: 170px;
    margin: 25px auto !important;
    padding: 15px;
    overflow: hidden;
    animation: pulse-white 1.5s infinite;
}
@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.box-sell .best-sell figure img {
    max-width: 140px;
    margin: auto;
    display: block;
    border-radius: 40px;
}
.box-sell .best-sell h2 {
    line-height: 23px;
    height: 45px;
    overflow: hidden;
}
.box-sell .best-sell h2 a {
    font-size: 14px;
    color: #fff;
    font-weight: 450;
}

.box-sell .best-sell .price {
    display: flex;
    gap: 10px;
    color: #fff;
    justify-content: space-between;
    margin: 13px 0;;
}
.box-sell .best-sell .price del {
    font-size: 14px;
    font-weight: 400;
}
.box-sell .best-sell .price del span.woocommerce-Price-currencySymbol {
    display: none;
}
.box-sell .best-sell .price ins {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.box-sell .best-sell .price ins span.woocommerce-Price-currencySymbol {
    font-size: 14px;
}
.box-sell .best-sell .add-cart {
    position: absolute;
    bottom: -34px;
    left: 106px;
}
.box-sell .best-sell .add-cart i {
    font-size: 40px;
    background: #fff;
    color: var(--main-color);
    border-radius: 50%;
    border: 12px solid #fff;
}
.other-sell {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: start;
}
.other-sell .product-item {
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    border-radius: 15px;
    padding: 15px;
    flex-grow: 1;
    height: auto;
    width: 28.7%;
    min-width: 280px;
}
.other-sell .product-item:hover .down .number {
    background: var(--main-color);
    color: #fff;
}
.other-sell .product-item figure {
    float: right;
    margin-left: 5px;
    padding-left: 20px;
}
.other-sell .product-item figure img {
    max-width: 90px;
    border-radius: 7px;
}
.other-sell .product-item h2 {
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    margin-top: 5px;
}
.other-sell .product-item h2 a {
    font-size: 14px;
    font-weight: 450;
}
.other-sell .product-item .down {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: end;
}
.other-sell .product-item .down .number {
    background: #ECF0F1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #95A5A6;
    font-size: 16px;
    font-weight: 500;
    transition: all .2s ease-in-out;
}

.other-sell .product-item .down .price {
    position: relative;
    margin-left: 10px;
    text-align: left;
    display: flex;
}
.other-sell .product-item .down .price > span > bdi {
    font-size: 16px;
    font-weight: 725;
}
.other-sell .product-item .down .price del {
    color: #7E7E7E;
}
.other-sell .product-item .down .price ins {
    color: #313131;
    font-size: 16px;
    font-weight: 725;
    text-decoration: none;
    display: block;
}
.other-sell .product-item .down .price ins span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}
.other-sell .product-item .down .price del .woocommerce-Price-currencySymbol {
    display: none;
}
.other-sell .product-item .down .price > span > bdi .woocommerce-Price-currencySymbol {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    display: block;
    position: absolute;
    left: 0;
    bottom: 26px;
}
.hero-sell > .container > .title-pro {
    margin-bottom: 25px;
}


.poster {
    display: flex;
    justify-content: space-between;
    gap: 21px;
    margin-bottom: 50px;
}
.poster img {
    border-radius: 15px !important;
}
.icons-product2 .woosw-btn-has-icon {
    background: none;
}

.category-slider-shop  owl-stage {
	width: 5000px !important;
}
.category-slider-shop owl-item  {
	width: auto !important;
}


.view-all {
	border: none;
	cursor: pointer;
	border-radius: 5px;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 300;
	margin-left: 20px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.hero-product .product-item7 {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px #00000008;
    margin: 13px 8px;
}
.hero-product .title-pro h2 {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 500;
    color: #353535;
}
.hero-product .product-item7 .color-dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-product .product-item7 .color-dis .color ul li {
    float: right;
}
.hero-product .product-item7 .color-dis .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}
.hero-product .product-item7 .color-dis .color ul li span:hover>b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
}
.hero-product .product-item7 .color-dis .color ul li span b {
    background: #303030;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    bottom: 0px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.discount7 {
    background:  var(--second-color);
    color: #fff;
    padding: 0 3px;
    border-radius: 5px;
}
.hero-product .product-item7 figure a {
    display: block;
}
.hero-product .product-item7 figure img {
    border-radius: 15px 15px 0 0;
}
.hero-product .product-item7 figure video {
    border-radius: 15px 15px 0 0 !important;
}
.hero-product .product-item7 .add {
    display: none;
}
.hero-product .product-item7 .added {
    display: none;
}
.hero-product .product-item7 i {
    font-size: 23px;
    padding-left: 5px;
}
.hero-product .product-item7 button {
    background: none;
}
.hero-product .product-item7 .not_stock {
	text-align: center;
	padding-bottom: 20px;
	color: #cc2e2e;
}
.hero-product .product-item7 h2 {
    margin-top: 15px;
    height: 50px;
    line-height: 22px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.hero-product .product-item7 h2 a {
    color: #313131;
    font-size: 14px;
    font-weight: 450;
}
.hero-product .product-item7 .down7 {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: -15px;
    padding: 15px;
}
.hero-product .product-item7 .down7 .price7 {
    position: relative;
    margin-left: 10px;
    align-items: baseline;
    margin-bottom: -2px;
}
.hero-product .product-item7 .down7 .price7 del {
    color: #D7DBE2;
    text-decoration: line-through;
}
.hero-product .product-item7 .down7 .price7 ins {
    color: #313131;
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
}
.hero-product .product-item7 .down7 .price7 ins span {
    font-size: 17px;
    color: #7E7E7E;
    font-weight: 500;
}
.line2 {
    height: 4px;
    background: var(--main-color);
    width: 50px;
    margin: 0 20px;
}
.hero-product {
    margin-bottom: 50px;
}
 .countdown-timer {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.countdown-timer .number {
    background: var(--main-color);
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.countdown-timer span.dot {
    font-size: 24px;
    color: #f93423;
    margin: 0 2px;
}
.end_sale {
	text-align: center;
	display: block;
	color: #f01111;
	padding-bottom: 10px;
}
