/*
Theme Name: قالب فروشگاهی پاساژ
Theme URI: https://themsah.com
Author: تیم تمساح
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
*/
* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "yekanbakh";
    src: url(assets/fonts/YekanBakhFaNum-VF.woff);
    src: url(assets/fonts/YekanBakhFaNum-VF.woff2);
}
a {
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #303030;
}
img {
    max-width: 100%;
    height: auto;
}
li {
    list-style: none;
}
input {
    font-family: "yekanbakh";
}
.button {
    background: #f93423;
    padding: 8px 15px;
    border-radius: 10px;
    font-family: "yekanbakh";
    display: inline-flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    color: #fff;
    font-size: 14px;
}
.text-green-500 {
    opacity: 1;
    color: rgb(34, 197, 94);
    font-weight: 500;
    font-size: 14px;
}
.text-red-500 {
    opacity: 1;
    color: rgb(239, 70, 70);
    font-weight: 500;
    font-size: 14px;
}
.border-left {
    border-left: 1px solid #ededf0 !important;
}
.border-bottom {
    border-bottom: 1px solid #ededf0 !important;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
}
.top-5 {
    top: 1.25rem;
}
body {
    direction: rtl;
    font-size: 14px;
    text-align: right;
    color: #303030;
    font-family: "yekanbakh";
    font-weight: 400;
}
.container {
    width: 1440px;
    margin: auto;
}
.header {
    background: #fff;
    box-shadow: 0px 4px 10px 0px #0000000d;
    margin-bottom: 20px;
}

.hero-top-header {

}
.top-header {
    display: flex;
    justify-content: space-between;
    color: #7e7e7e;
    margin: 10px 0;
    font-size: 13px;
}
.top-header .t-h-right .bullet-notic {
    width: 8px;
    height: 8px;
    background: #19bfd3;
    display: inline-block;
    border-radius: 50px;
    margin-left: 5px;
    animation: on-off 1s infinite;
}
@keyframes on-off {
    50% {
        opacity: 0;
    }
}
.top-header .t-h-left .contact-header {
    color: #f93423;
    margin-right: 20px;
    font-weight: 450;
}
.top-header .t-h-left .contact-header i {
    font-size: 18px;
    margin-right: 6px;
}
.main-header {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
}
.main-header .m-h-right{
    display: flex;
    width: 55%;
    align-items: center;
}
.m-h-right .logo {
    width: 230px;
}

.m-h-right .logo a {
    display: flex;
}

.m-h-right .logo a img {
    max-width: 100%;
}

.m-h-right .search-main {
    width: 100%;
    margin-right: 20px;
}

.m-h-right .search-main form {
    position: relative;
}

.m-h-right .search-main form input[type="search"] {
    background: #f3f4f6;
    border-radius: 7px;
    font-family: "yekanbakh";
    font-size: 13px;
    padding: 15px 0;
    padding-right: 0px;
    width: 100%;
    padding-right: 50px;
}
.m-h-right .search-main form button {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 20px;
    background: transparent;
    color: #a0a0a0;
    cursor: pointer;
}

.m-h-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.m-h-left .cart-btn-header {

}
.m-h-left .cart-btn-header a {
    background: #19bfd3;
    color: #fff;
    text-decoration: none;
    padding: 13px;
    border-radius: 7px;
    display: flex;
}
.m-h-left .cart-btn-header a .cart-btn-text {
    font-weight: 450;
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
}

.m-h-left .favorite-btn-header a {
    text-decoration: none;
    padding: 13px;
    border-radius: 7px;
    display: flex;
    color: #303030;
    border: 1px solid #7e7e7e;
}
.m-h-left .favorite-btn-header a i {
    font-size: 18px;
    margin-left: 8px;
}
.down-header {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    margin-top: 11px;
}
.down-header .main-menu {
    display: flex;
}
.down-header .main-menu .megamenu-box {
    border-left: 1px dotted #333;
    padding-left: 20px;
    margin-left: 9px;

}
.down-header .main-menu .megamenu-box .t-m {
    color: #161a1d;
    font-weight: 450;
    cursor: pointer;
}
.down-header .main-menu .menu-header > ul > li {
    display: inline-block;
    margin: 0 11px;
    position: relative;
}
.down-header .main-menu .menu-header ul li a {
    text-decoration: none;
    color: #7e7e7ee7;
    font-weight: 350;
    padding: 14px 0;
}
.down-header .main-menu .menu-header > ul > li > a:hover {
    border-bottom: 2px solid #ef4056;
}
.down-header .register-btn {
    color: #161a1de7;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.down-header .register-btn i {
    font-size: 20px;
}
.down-header .main-menu .menu-header > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 37px;
}
.menu-header ul li ul {
    position: absolute;
    top: 25px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 0;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 99;
    border-radius: 0 0 10px 10px;
}

.menu-header ul li ul li {
    padding-right: 7px;
}
.menu-header ul li ul li a {
    padding: 7px 14px;
    display: block;
    font-size: 13px;
}
.megamenu-box:hover > .pasazh-megamenu > ul {
    visibility: visible;
    opacity: 1;
    top: 16px;
}
.pasazh-megamenu {
    position: relative;
}
.pasazh-megamenu > ul::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    top: -40px;
}
.pasazh-megamenu > ul {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    top: 25px;
    right: 0px;
    width: 222px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 99;
    border-radius: 10px;
}
.pasazh-megamenu > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.pasazh-megamenu > ul > li:hover {
    background: #f7f7f8;
    border-radius: 10px;
}
.pasazh-megamenu > ul > li:hover > a {
    color: #ef4056;
}
.pasazh-megamenu > ul > li > a {
    padding: 12px;
    font-weight: 450 ;
}
.pasazh-megamenu > ul > li > i {
    margin-left: 12px;
    font-size: 9px;
}
.pasazh-megamenu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.pasazh-megamenu > ul > li > ul {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    top: 0;
    right: 100%;
    width: 1215px;
    height: 100%;
    display: flex;
    padding: 12px;
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
}

.pasazh-megamenu > ul > li > ul > li {
    width: 25%;
}
.pasazh-megamenu > ul > li > ul > li > a {
    font-weight: 450;
    color: #000;
    border-right: 3px solid #ef4056;
    padding-right: 5px;
    margin-bottom: 7px;
    display: inline-block;
}
.pasazh-megamenu > ul > li > ul > li ul li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    padding: 4px;
    display: block;

}
.pasazh-megamenu > ul > li > ul > li ul li:hover a {
    color: #000;
}
.main-slider {
    margin-bottom: 50px;
}
.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: 8px;
    height: 8px;
    margin: 2px 3px;
}
.main-slider .owl-theme .owl-dots button.active span {
    background: #fff;
    width: 18px;
    opacity: 1;
}
.main-slider .owl-carousel .owl-nav button {
    position: absolute;
    bottom: 10px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.main-slider .owl-carousel .owl-nav button.owl-prev {
    right: 35px;
}
.main-slider .owl-carousel .owl-nav button.owl-next {
    right: 80px;
}
.main-slider:hover .owl-carousel .owl-nav button {
    opacity: 1;
}
.main-slider .owl-carousel .owl-nav button:hover {
    background: #fff;
    color: #333;
}
.main-slider .owl-carousel .owl-nav button.owl-prev:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.main-slider .owl-carousel .owl-nav button.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.titel-pro h4 {
    font-size: 18px;
    font-weight: 450;
    border-bottom: 1px solid #ef4056;
    margin-bottom: 32px;
    display: inline-block;
    padding-bottom: 14px;
}
.hero-product {
    margin-bottom: 50px;
}
.hero-product .amazing-product {
    background: #d92f4e;
    border-radius: 15px;
    box-shadow: 17px 17px 40px 0px #e5383b12;
}
.amazing-product .amazing-thumbnail img {
    max-width: 228px;
    margin: 15px auto;
}
.amazing-product .amazing-btn {
    text-align: center;
}
.amazing-product .amazing-btn a {
    background: #fff;
    border-radius: 24px;
    padding: 13px 29px;
    display: inline-flex;
    align-items: center;
}
.amazing-product .amazing-btn:hover a {
    background: #ef4056;
    color: #fff;
    border: 1px solid aliceblue;
}
.amazing-product .amazing-btn a i {
    font-size: 13px;
    margin-right: 5px;
}
.amazing-product .countdown-timer {
    display: flex;
    justify-content: center;
    direction: ltr;
    align-items: center;
    min-height: 1px;
}
.amazing-product .countdown-timer .number {
    background: #ef4056;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.amazing-product .countdown-timer span.dot {
    font-size: 20px;
    color: #ef4056;
    margin: 0 2px;
}
.hero-product .product-item {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px #00000008;
    margin: 13px 8px;
    padding: 10px 15px 15px;
}

.hero-product .product-item figure a {
    max-width: 200px;
    display: block;
    margin: 7px auto 0;
}

.hero-product .product-item h2 {
    margin-top: 15px;
    height: 50px;
    line-height: 22px;
    overflow: hidden;
}
.hero-product .product-item h2 a {
    color: #313131;
    font-size: 14px;
    font-weight: 450;
}
.hero-product .product-item .variable-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-product .product-item .variable-box .color-v ul li {
    float: right;
}
.hero-product .product-item .variable-box .color-v ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}
.hero-product .product-item .variable-box .color-v ul li span:hover >b {
    visibility: visible;
    opacity: 1;
    bottom: 18px;
}
.hero-product .product-item .variable-box .color-v ul li span b {
    background: #303030;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    bottom: 10px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.hero-product .product-item .variable-box .discount {
    background: #ef4056;
    color: #fff;
    padding: 0 3px;
    border-radius: 5px;
}
.hero-product .product-item .down-box-pro {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 15px;
}
.hero-product .product-item .down-box-pro .addtocart_button a {
    font-size: 34px;
    color: #19bfd3;
    display: flex;
}
.hero-product .product-item .down-box-pro .price {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 10px;
    align-items: baseline;
}
.hero-product .product-item .down-box-pro .price del {
    color: #7e7e7e;
}
.hero-product .product-item .down-box-pro .price ins {
    font-size: 18px;
    font-weight: 725;
    color: #313131;
    text-decoration: none;
}
.hero-product .product-item .down-box-pro .price ins .title-price {
    font-size: 12px;
    color: #d7d7d7;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}
.hero-adv .poster {
    display: flex;
    justify-content: space-between;
    gap: 21px;
    margin-bottom: 50px;
}
.hero-adv .poster img {
    border-radius: 15px;
}
.hero-special {
    margin-bottom: 50px;
}
.special-box{
    position: relative;
    padding: 0px 30px 50px 0;
}
.special-box h4{
    color: #fff;
    font-size: 18px;
    font-weight: 450;
    padding: 25px 0;

}
.special-box:before {
    content: "";
    background: #d92f4e;
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: -1;
}
.special-box:after {
    content: "";
    background: #d92f4e;
    width: 38%;
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    border-radius: 30px;
    transform: translate(-15%,0px) skew(-22deg,0deg);
    z-index: -1;
}
.special-box .owl-stage-outer {
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 5px 10px 5px #00000008;
    border-radius: 10px;
    width: 71.2%;
}
.special-box .special-item {
    display: flex;
    padding: 25px;
    width: 1003px;
    position: relative;
}
.special-box .special-item figure {
    width: 23.5%;
}
.special-box .special-item figure img {
    max-width: 247px;
}
.special-box .special-item .color-v {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.special-box .special-item .color-v ul li {
    float: right;
}
.special-box .special-item .color-v ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}
.special-box .special-item .color-v ul li span:hover >b {
    visibility: visible;
    opacity: 1;
    bottom: 18px;
}
.special-box .special-item .color-v ul li span b {
    background: #303030;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    bottom: 10px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.special-box .special-item .det-special {
    width: 73.5%;
}
.special-box .special-item .det-special h2 {
    font-size: 21px;
    font-weight: 650;
    margin-bottom: 19px;
}
.special-box .special-item .det-special .additional-product {
    display: flex;
    flex-direction: column;
    max-height: 144px;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: 450;
    gap: 7px 0;
    margin-right: 10px;
    margin-bottom: 30px;
}
.special-box .special-item .det-special .additional-product .property-item {
    display: flex;
    gap: 5px;
}
.special-box .special-item .det-special .additional-product .property-item i {
    color: #f93423;
    font-size: 10px;
    margin-left: 3px;
}
.special-box .special-item .det-special .down {
    display: flex;
    gap: 15px;
    align-items: center;
}
.special-box .special-item .det-special .down a {
    background: #19bfd3;
    color: #fff;
    padding: 12px;
    border-radius: 7px;
}
.special-box .special-item .det-special .down .price {
    display: flex;
    gap: 10px;
}
.special-box .special-item .det-special .down .price del {
    font-size: 16px;
    font-weight: 700;
    color: #7e7e7e;
}
.special-box .special-item .det-special .down .price ins {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.special-box .special-item .det-special .down .price ins span {
    font-size: 14px;
}
.special-box .special-item .discount {
    position: absolute;
    background: #fdc830;
    left: 15px;
    top: 0;
    border-radius: 0 0 12px 12px;
    text-align: center;
    padding-top: 10px;
    width: 65px;
    height: 72px;
}
.special-box .special-item .discount b {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.special-box .special-item .countdown-timer {
    display: flex;
    justify-content: center;
    direction: ltr;
}
.special-box .special-item .countdown-timer .number {
    background: #ef4056;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.special-box .special-item .countdown-timer span.dot {
    font-size: 20px;
    color: #ef4056;
    margin: 0 2px;
}
.special-slider {
    display: flex !important;
    justify-content: space-between;
}
.special-slider .owl-dots {
    width: 27%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
    max-height: 370px;
    overflow: auto;
    margin: 0 !important;
}
.special-slider .owl-dots .active{
    background: #d92f4e;
    width: 100%;
}
.special-slider .active .list-special b {
    color: #fff;
}
.special-slider .owl-dot {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 10px;
    width: 95%;
    text-align: right;
    transition: all .2s ease-in-out;
}
.special-slider .owl-dot button {
    font-family: "yekanbakh";
    background: transparent;
    cursor: pointer;
}
.special-slider .owl-dot .list-special {
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}
.special-slider .owl-dot .list-special figure {
    background: #fff;
    border-radius: 10px;
    padding: 7px 7px 0;
}
.special-slider .owl-dot .list-special figure img {
    max-width: 70px;
}
.hero-sell {
    margin-bottom: 60px;
}
.box-sell {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.box-sell .best-sell {
    background: #d92f4e;
    border-radius: 15px;
    padding: 15px 24px 30px;
    width: 275px;
    position: relative;
    flex-shrink: 0;
}
.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;
    padding: 15px;
    overflow: hidden;
    animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        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;
    align-items: center;
}
.box-sell .best-sell .price del {
    font-size: 14px;
    font-weight: 400;
}
.box-sell .best-sell .price ins {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.box-sell .best-sell .price ins span {
    font-size: 14px;
}
.box-sell .best-sell .add-cart {
    position: absolute;
    bottom: -34px;
    left: 106px;
}
.box-sell .best-sell .add-cart i {
    font-size: 40px;
    background: #fff;
    color: #d92f4e;
    border-radius: 50%;
    border: 13px 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: 125px;
}
.other-sell .product-item figure {
    float: right;
    margin-left: 5px;
}
.other-sell .product-item figure img {
    max-width: 90px;
}
.other-sell .product-item h2 {
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    margin-top: 5px;
}
.other-sell .product-item h2 a {
    font-size: 14px;
    font-weight: 450;
}
.other-sell .product-item .down-box-pro {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: end;
}
.other-sell .product-item .down-box-pro .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;
}
.other-sell .product-item .down-box-pro .price {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 10px;
    align-items: baseline;
}
.other-sell .product-item .down-box-pro .price del {
    color: #7e7e7e;
}
.other-sell .product-item .down-box-pro .price ins {
    color: #313131;
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
}
.other-sell .product-item .down-box-pro .price ins span {
    font-size: 12px;
    color: #d7dbe2;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}
.hero-blog {
    margin-bottom: 60px;
}
.box-blog {
    display: flex;
    justify-content: space-between;
    gap: 12.5px;
}
.box-blog .big-post {
    width: 41%;
    position: relative;
}
.box-blog .big-post:hover img {
    transform: scale(1.1);
}
.box-blog .big-post a figure {
    overflow: hidden;
    border-radius: 15px;
}
.box-blog .big-post a figure img {
    width: 588px;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: all .2s ease-in-out;
}
.box-blog .big-post a .title {
    position: absolute;
    bottom: 25px;
    width: 100%;
}
.box-blog .big-post a .title h2 {
    background: #fff;
    box-shadow: 4px 4px 25px 0px #38383840;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 450;
    padding: 10px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .big-post a .title h2 i {
    background: #1bd2a3;
    padding: 12px;
    color: #fff;
    border-radius: 5px;
}
.box-blog .small-post {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 59%;
    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 a figure {
    float: right;
    margin-left: 10px;
    overflow: hidden;
    border-radius: 10px;
}
.box-blog .small-post .post-item a figure img {
    width: 125px;
    height: 125px;
    border-radius: 10px;
    object-fit: cover;
    transition: all .2s ease-in-out;
}
.box-blog .small-post .post-item:hover img {
    transform: scale(1.1);
}
.box-blog .small-post .post-item a h2 {
    font-size: 14px;
    font-weight: 450;
    margin-top: 15px;
    height: 65px;
    line-height: 23px;
}
.box-blog .small-post .post-item a .down {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .small-post .post-item a .down span {
    color: #7e7e7e;
    font-size: 13px;
    font-weight: 300;
}
.box-blog .small-post .post-item a .down i {
    background: #1bd2a3;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    margin-left: 5px;
}
.box-insta {
    display: flex;
    background: #d92f4e;
    box-shadow: 0px 4px 40px 0px #e5383b12;
    border-radius: 15px;
    padding: 10px 0;
}
.box-insta .first-item {
    width: 15.2%;
    margin: 0 10px;
}
.box-insta .last-item {
    width: 84.8%;
}
.box-insta .product-item {
    background: none;
    margin: 0 5px;
    padding: 0px;
    box-shadow: none;
}
.box-insta .product-item figure img {
    border-radius: 15px;
}
.title-brand {
    text-align: center;
}
.title-brand h4 {
    background: #d92f4e;
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    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 figure img {
    max-width: 150px;
}
.box-brand .owl-carousel .owl-nav button {
    position: absolute;
    background: #d92f4e;
    width: 82px;
    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-prev::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.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-next::before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.paszh-service {
    display: flex;
    gap: 10px;
}
.paszh-service .service-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}
.paszh-service .service-item img {
    max-width: 72px;
    margin: 0 auto 10px;
}
.paszh-service .service-item span {
    font-size: 13px;
    font-weight: 300;
    color: #7e7e7e;
}
footer {
    background: #fff;
    border-top: 1px solid #dedede;
    padding-top: 40px;
    box-shadow: 0px 0px 10px 0px #ececec;
}
.footer-box {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}
.footer-box .footer-widget {
    flex-grow: 1;
}
.footer-box .footer-widget:first-child  {
    width: 30%;
    margin-left: 3px;
}
.footer-box .footer-widget h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-box .footer-widget .f-w-cotent {
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
}
.footer-box .footer-widget .f-w-cotent ul {
    line-height: 25px;
}
.footer-box .footer-widget .f-w-cotent ul li a {
    color: #7a7a7a;
}
.application {
    display: flex;
    align-items: center;
    background: #f3f4f6;
    justify-content: space-between;
    border-radius: 10px;
    padding: 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;
}
.application .left a {
    display: flex;
}
.footer-line {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
    color: #7e7e7e;
    font-size: 13px;
    font-weight: 300;
}
.footer-line .right {
    align-content: center;
}
.footer-line .left span {
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 6px 13px;
    gap: 7px;
    cursor: pointer;
}
.footer-down {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    color: #7e7e7e;
    font-size: 13px;
    font-weight: 300;
}
.footer-down .copy-right {
    align-content: center;
}
.footer-down .social-footer {
    display: flex;
    gap: 20px;
}
.footer-down .social-footer a {
    display: flex;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 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 */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    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: 15px;
}

/* 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 login Button */
.close_login {
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 20px;
}
.close_login:hover,
.close_login:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.form-login-pasazh {
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding: 45px;
    text-align: center;
}
.form-login-pasazh .logo {
    max-width: 200px;
    margin: 0 auto 35px;
}
.form-login-pasazh input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 10px;
}
.form-login-pasazh button {
    text-transform: uppercase;
    outline: 0;
    background: #19bfd3;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
}
.form-login-pasazh button:hover,.form-login-pasazh button:active,.form-login-pasazh button:focus {
    background: #098898;
}
.form-login-pasazh .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}
.form-login-pasazh .message a {
    color: #19bfd3;
    text-decoration: none;
}
.form-login-pasazh .register-form {
    display: none;
}


/********Single Product*******/
.pasazh-breadcrumb {
    font-size: 13px;
    margin: 20px 0;
    color: #7E7E7E;
}
.pasazh-breadcrumb a {
    color: #7E7E7E;
}
.product-intro {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 4px 84px 0px rgba(211, 211, 211, 0.5);
    margin-bottom: 20px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
}
.product-intro .right {
    width: 49%;
}
.product-intro .right hedaer {
    border-bottom: 1px solid #f5f3f4;
    padding-bottom: 12px;
    margin-bottom: 15px;
    display: block;
}
.product-intro .right hedaer h1 {
    font-size: 20px;
    font-weight: 700;
}
.product-intro .right hedaer span {
    color: #828282;
    font-weight: 300;
    margin-top: 5px;
    display: block;
}
.product-intro .right .product-meta {
    display: flex;
    justify-content: space-between;
}
.product-intro .right .product-meta .meta-pro {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 22px;
}
.product-intro .right .product-meta .meta-pro i {
    color: #19bfd3;
    font-size: 24px;
    margin-left: 6px;
}
.product-intro .right .product-delivery {
    display: flex;
    justify-content: start;
    gap: 10px 25px;
    margin-bottom: 30px;
    font-weight: 450;
}
.product-intro .right .product-delivery span i {
    color: #f93423;
    margin-left: 3px;
}
.product-intro .right .additional-product {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    max-height: 90px;
    overflow: hidden;
    margin-bottom: 40px;
}
.product-intro .right .additional-product .property-item {
    display: flex;
}
.product-intro .right .additional-product .property-item span {
    color: #8a8a8a;
    font-weight: 300;
}
.product-intro .right .additional-product .property-item span i {
    color: #d5d5d5;
    font-size: 10px;
}
.product-intro .right .q-p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.product-intro .right .q-p .quantity {
    display: flex;
    border: 1px solid #c2c2c2;
    border-radius: 7px;
    width: 200px;
    height: 60px;
}
.product-intro .right .q-p .quantity button {
    font-size: 20px;
    background: transparent;
    padding: 0 19px;
    cursor: pointer;
    margin: 12px auto;
}
.product-intro .right .q-p .quantity button.plus {
    border-left: 1px solid #c2c2c2;
}
.product-intro .right .q-p .quantity button.minus {
    border-right: 1px solid #c2c2c2;
}
.product-intro .right .q-p .quantity .qty {
    width: 100%;
    height: 58px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    appearance: textfield;
    outline: none;
}
.product-intro .right .q-p .single-price{
    display: flex;
    gap: 10px;
}
.product-intro .right .q-p .single-price .price {
    display: flex;
    gap: 10px;
    align-items: center;
}
.product-intro .right .q-p .single-price .price del {
    font-size: 16px;
    font-weight: 400;
    color: #7e7e7e;
}
.product-intro .right .q-p .single-price .price ins {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}
.product-intro .right .q-p .single-price .price ins span {
    font-size: 16px;
    font-weight: 450;
}
.product-intro .right .q-p .single-price .onsale {
    background: #e6123d;
    color: #fff;
    font-size: 16px;
    font-weight: 450;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
.product-intro .right .single_add_to_cart_button {
    background: #19bfd3;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 450;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}
.product-intro .right .single_add_to_cart_button i {
    margin-left: 5px;
    font-size: 15px;
}
.product-intro .right .ts-product-countdown {
    display: flex;
    justify-content: space-between;
    background-color: rgba(230, 18, 61, 0.08);
    padding: 5px 10px;
    border-radius: 5px;
    margin: 10px 0px;
}
.product-intro .right .ts-product-countdown .box-timer .countdown-timer {
    display: flex;
    justify-content: center;
    direction: ltr;
}
.product-intro .right .ts-product-countdown .box-timer .countdown-timer .number {
    color: #e6123d;
    border-radius: 4px;
    padding: 5px;
}
.product-intro .right .ts-product-countdown .box-timer .countdown-timer .dot {
    color: #ea395e;
    padding-top: 5px;
}
.product-intro .left {
    display: flex;
    justify-content: space-between;
    width: 47%;
    background: #f3f4f6;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
.product-intro .left .ts-product-image {
    width: 75%;
    flex-shrink: 0;
}
.product-intro .left ol {
    width: 63px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-intro .left ol li {
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 63px;
    height: 63px;
    background: #fff;
    padding: 5px;
    cursor: pointer;
}
.product-intro .left ol li img {
    opacity: .5;
    filter: blur(1px) grayscale(1);
}
.product-intro .left ol li img.active {
    opacity: 1;
    filter: unset;
}
.product-intro .left .ts-product-image figure a img {
    border-radius: 10px;
    background: #fff;
}
.product-intro .left .ts-product-action {
    max-width: 6%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15%;
    z-index: 3;
}
.product-intro .left .ts-product-action .item-action button {
    background: #fff;
    min-width: 45px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-intro .left .ts-product-action .item-action button:hover span {
    max-width: 280px;
    padding-left: 10px;
    transition: all .2s ease-in-out;
}
.product-intro .left .ts-product-action .item-action button i {
    font-size: 15px;
    color: #8a8a8a;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.product-intro .left .ts-product-action .item-action button span {
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    font-family: "yekanbakh";
}
#modal_video .modal-content {
    width: 670px;
    padding: 30px;
}
.modal-header {
    margin-bottom: 15px;
    line-height: 30px;
}
.modal-header i {
    float: left;
    color: #999798;
    font-size: 20px;
    cursor: pointer;
}
.modal-header h4 {
    font-size: 18px;
    color: #212529;
}
.modal-header p {
    font-size: .85rem;
    font-weight: 200;
    color: #999798;
}
.modal-body {
    margin-bottom: 15px;
}
.modal-body video {
    max-width: 100%;
    border-radius: 15px;
}
.modal-footer {
    padding-bottom: 30px;
}
.modal-footer span {
    float: right;
    color: #999798;
    position: relative;
    top: 7px;
    font-size: 12px;
    font-weight: 100;
}
.modal-footer .aparat, .modal-footer .youtub {
    background-color: #e61d4b;
    display: inline-block;
    float: left;
    font-size: .85rem;
    padding: 7px 0 3px;
    width: 70px;
    text-align: center;
    margin-right: 4px;
    border-radius: 7px;
    color: #fff;
}
#modal_share .modal-content {
    width: 480px;
    padding: 30px;
}
#modal_share .modal-content .modal-body .copy {
    text-align: center;
    line-height: 39px;
    border: 1px solid #19bfd3;
    border-radius: 10px;
    color: #19bfd3;
    font-size: .95rem;
    cursor: pointer;
    transition: all .15s ease-in-out 0s;
}
#modal_share .modal-content .modal-body .copy:hover {
    color: #fff;
    background-color: #19bfd3;
}
#modal_share .modal-content .modal-body .email {
    background: #eaeff6;
    margin: 15px 0;
    padding: 15px;
    border-radius: 15px;
}
#modal_share .modal-content .modal-body .email h3 {
    font-size: 14px;
    margin-bottom: 5px;
}
#modal_share .modal-content .modal-body .email p {
    color: #999798;
    font-size: 12px;
    margin-top: 5px;
}
#modal_share .modal-content .modal-body .email a {
    display: block;
    width: 180px;
    margin: 15px auto 5px;
    background-image: linear-gradient(270deg, #19BFD3 0%, #0E7E8C 65%);
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 9px 5px 6px;
    border-radius: 10px;
    transition: all .15s ease-in-out 0s;
    font-weight: 300;
}
#modal_share .modal-content .modal-body .email a:hover {
    width: 190px;
}
#modal_share .modal-content .modal-body .social {
    text-align: center;
    margin: 20px 0 5px;
}
#modal_share .modal-content .modal-body .social h3 {
    font-size: 14px;
    margin-bottom: 5px;
}
#modal_share .modal-content .modal-body .social p {
    font-size: 12px;
    font-weight: 200;
    color: #999798;
    margin-bottom: 5px;
}
#modal_share .modal-content .modal-body .social ul {
    margin: 30px 0 -15px;
}
#modal_share .modal-content .modal-body .social ul l1 {
    color: #0182C6;
    width: 40px;
    transition: all .15s ease-in-out 0s;
    display: inline-block;
}
#modal_share .modal-content .modal-body .social ul l1 a i {
    color: #19BFD3;
    font-size: 25px;
}
#modal_share .modal-content .modal-body .social ul l1 a span {
    display: block;
    font-size: .7rem;
    opacity: 0;
    position: relative;
    top: -10px;
    transition: all .15s ease-in-out 0s;
    color: #19bfd3;
    white-space: nowrap;
}
#modal_share .modal-content .modal-body .social ul l1:hover a span {
    opacity: 1;
    top: 0;
}
.product-tab .product-description {
    line-height: 2.5;
    font-size: 15px;
    margin-bottom: 50px;
}
.product-tab .additional-product {
    margin-bottom: 50px;
}
.product-tab .additional-product h6 {
    margin-bottom: 20px;
    font-size: 18px;
}
.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: 15px 10px;
    min-width: 200px;
    border-radius: 0px 10px 10px 0px;
}
.product-tab .additional-product .property-item span i {
    color: #b9b9b9;
    font-size: 10px;
    margin-left: 3px;
}
.product-tab .additional-product .property-item p {
    background: #f8f9fa;
    padding: 15px 10px;
    flex-grow: 1;
    border-radius: 10px 0px 0px 10px;
}
.product-tab .product-description h6  {
    font-size: 18px;
}
.pasazh-cross-sell {
    display: flex;
    gap: 15px;
    margin-bottom: 70px;
}
.pasazh-cross-sell .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 {
    width: 135px;
}
.pasazh-cross-sell .cross-item h2 {
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    margin-top: 10px;
}
.pasazh-cross-sell .cross-item h2 a {
    font-size: 15px;
    font-weight: 450;
}
.pasazh-cross-sell .cross-item .down-box-pro {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: end;
}
.pasazh-cross-sell .cross-item .down-box-pro .addtocart_button a {
    font-size: 30px;
    color: #19bfd3;
    display: flex;
}
.pasazh-cross-sell .cross-item .down-box-pro .price {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 10px;
    align-items: baseline;
}
.pasazh-cross-sell .cross-item .down-box-pro .price del {
    color: #7e7e7e;
}
.pasazh-cross-sell .cross-item .down-box-pro .price ins {
    color: #313131;
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
}
.pasazh-cross-sell .cross-item .down-box-pro .price ins .title-price {
    font-size: 12px;
    color: #d7dbe2;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}
/******Single Post*******/
.hero-single {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}
.hero-single .ts-main-single {
    width: 85%;
}
.hero-single .ts-main-single .post-single {
    background: #fff;
    box-shadow: 0px 4px 104px 0px #d3d3d333;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #d5d5d544;
}
.hero-single .ts-main-single .post-single header h1 {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}
.hero-single .ts-main-single .post-single header .ts-box-post-meta {
    display: flex;
    font-size: 12px;
    color: #a3a3a3;
    margin-bottom: 20px;
    font-weight: 300;
    justify-content: space-between;
    padding: 0px 10px;
}
.hero-single .ts-main-single .post-single header .ts-box-post-meta .ts-bpm {
    display: flex;
    gap: 20px;
}

.hero-single .ts-main-single .post-single header .ts-box-post-meta a {
    color: #a3a3a3;
}
.hero-single .ts-main-single .post-single .ts-single-post-img {
    text-align: center;
    margin-bottom: 20px;
}
.hero-single .ts-main-single .post-single .ts-single-post-img {
    text-align: center;
    margin-bottom: 20px;
}
.hero-single .ts-main-single .post-single .ts-single-post-img img {
    border-radius: 15px;
    max-width: 100%;
    height: auto;
}
.hero-single .ts-main-single .post-single .ts-entry-content {
    line-height: 2.5;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}
.hero-single .ts-main-single .post-single .ts-single-footer {
    display: flex;
    gap: 8px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    align-items: center;
}
.hero-single .ts-main-single .post-single .ts-single-footer a {
    background: #ededed;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 14px;
    color: #757575;
}
.hero-single .ts-main-single .post-single .ts-single-footer a:hover {
    background: #f8f8f8;
}
.ts-related-post {
    margin-top: 20px;
    margin-bottom: 30px;
}
.ts-related-post .ts-related-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.ts-related-post .ts-related-header span {
    width: 7px;
    height: 22px;
    background: #1bbfd2;
    display: inline-block;
    border-radius: 5px;
}
.ts-related-post .ts-related-header h4 {
    font-size: 20px;
    font-weight: 500;
}
.ts-related-item {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.ts-related-item article a {
    padding: 15px;
    display: block;
    border: 1px solid #f0f3f7;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 4px 104px 0px #d3d3d333;
    position: relative;
}
.ts-related-item article a:hover {
    border: 1px solid #1bbfd2;
}
.ts-related-item article a figure {
    max-width: 315px;
}
.ts-related-item article a figure img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 7px 12px 0px #2e2e2e17;
}
.ts-related-item article a h3 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    min-height: 65px;
    margin-top: 10px;
}
.ts-related-item article a .ts-related-item-des {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.ts-related-item article a .ts-related-item-des .ts-item-description {
    display: flex;
    width: 85%;
    justify-content: start;
    border-top: 1px solid #e2e8f0bf;
    padding-top: 11px;
    align-items: start;
}
.ts-related-item article a .ts-related-item-des .ts-item-description .ts-item-meta {
    display: flex;
    padding: 5px 10px;
    align-items: center;
    font-size: 12px;
    color: #a8b4c5;
    font-weight: 300;
    gap: 5px;
    padding-right: 0px;
}
.ts-border-left {
    border-left: 1px solid #e9eef4;
    margin-left: 10px;
}
.ts-related-item article a .ts-related-item-des .ts-item-description .ts-item-meta svg {
    width: 20px;
    color: #a8b4c5;
}
.ts-related-item article a .ts-related-item-des .ts-item-readmore {
    width: 15%;
    border-radius: 58% 42% 42% 58%/45% 51% 49% 55%;
    background: #19bfd3;
    box-shadow: 0 5px 20px -5px #19bfd382;
    align-content: center;
    display: flex;
    justify-content: center;
}
.ts-related-item article a .ts-related-item-des .ts-item-readmore svg {
    width: 20px;
    color: #fff;
}
.ts-related-item article a .ts-tag-item-post {
    position: absolute;
    top: 20px;
    left: 22px;
    background: #effdff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 11px;
    color: #1bbfd2;
}
.ts-sidebar-single {
    width: 25%;
}
.ts-table-of-contents {
    background: #effdff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.sticky .ts-table-of-contents h3 {
    font-size: 18px;
    color: #19bfd3;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.sticky .ts-table-of-contents h3 svg {
    width: 25px;
    margin-left: 8px;
}
#ez-toc-container {
    line-height: 3;
}
.ts-share-post {
    background: #f1f5f9;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.icon-share-post {
    display: flex;
    align-items: center;
    gap: 5px;
}
.icon-share-post a {
    color: #f1f5f9;
    margin-right: 5px;
    display: inline-flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff;
}
.ts-feedback-post {
    background: #f1f5f9;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}
.ts-feedback-post>span {
    color: rgb(83, 97, 116);
    font-size: 12px;
}
.ts-feedback-post div {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.ts-feedback-post div .ts-feedback-item {
    background: #fff;
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 10px;
    gap: 4px;
    display: flex;
    align-items: center;
}
/*******Page Insta*******/
.single-insta {
    background: #333;
    margin-top: -20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.hero-insta {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
}
.hero-insta .right {
    width: 70%;
    overflow: hidden;
}
.hero-insta .right video {
    max-width: 100%;
    max-height: 650px;
    border-radius: 10px;
}
.hero-insta .left {
    width: 28%;
    color: #fff;
    border: 2px solid #444;
    padding: 20px;
    border-radius: 10px;
}
.hero-insta .left h1 {
    font-size: 18px;
    padding-bottom: 15px;
}
.hero-insta .left p {
    line-height: 2;
    color: #eaeaea;
    font-size: 14px;
}
.hero-insta .left a {
    color: #36c;
    text-decoration: underline;
}
.box-insta-single {
    background: #333;
    border: 2px solid #444;
    border-radius: 10px;
    box-shadow: none;
}
.single-insta h4.title-insta-page {
    font-size: 18px;
    font-weight: 450;
    color: #fff;
    margin: 20px 5px 15px;
    display: flex;
    align-items: center;
}
.single-insta h4.title-insta-page i {
    margin-left: 10px;
    font-size: 24px;
}
.hero-page .ts-main-page {
    width: 100%;
}
.hero-page .ts-main-page .post-page {
    background: #fff;
    box-shadow: 0px 4px 104px 0px #d3d3d333;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.hero-page .ts-main-page .post-page header h1 {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}
/*******Archive Shop********/
.hero-product.hero-archive {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    border-radius: 15px;
}
.hero-archive .product-item {
    width: 25%;
    box-shadow: none;
    border-radius: 0px;
    margin: 0px;
}

/*******404 page********/

.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{

    background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
}


.four_zero_four_bg h1{
    font-size:80px;
}

.four_zero_four_bg h3{
    font-size:80px;
}

.link_404{
    color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;}
.contant_box_404{ margin-top:-50px;}

/********404 Page**********/
.page-not-fount {
    width: 60%;
    margin: auto;
}
.page-not-fount .btn404 {
    text-align: center;
    margin-bottom: 20px;
}
.page-not-fount .btn404 p {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 20px;
}
.page-not-fount .wapper {
    text-align: center;
}
/************floating contact***************/
.floating-button {
    font-size: 34px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #f93423;
    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;
}
/************Story Section*************/
.pasazh-story {
    text-align: center;
    margin-bottom: 20px;
}
.stories.carousel .story , .stories.carousel .story:first-child , .stories.carousel .story:last-child {
    margin: 0px 15px;
}
#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: #ddd;
}
#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;
}