
/*
Theme Name: پوسته ی سارینا
Theme URI: https://sarina.top/themes/sarina
Author: توسط سارینا محمدی
Author URI: http://sarina.top
Description: من از کلاس سوم شروع به برنامه نویسی کردم که الان تقریبا 3 الی 4 سالی شده که بدون کمک خانواده ام نمی تونستم به این سطح دست پیدا کنم . من ارزو دارم که یک دکتر عالی و مدال اور المپیاد ریاضی بشم که شک ندارم با تلاش و کوشش می توانم به این ارزو ها برسم . طراحی سایت برای من فقط یک کار نیست بلکه قدمی به سوی ارزو هام و موفقیت هایی هست که می توانم بدست بیاورم تا خانواده ام و کشورم سربلند بکنم.
سارینا محمدی مرداد ماه 1405 :
Tested up to: 7.0
Requires PHP: 5.6
Version: 1.6
Text Domain: sarina.top
*/



* {
    direction: rtl;
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    font-family: "yakanbakh";
    src: url("font/YekanBakhFaNum-VF.woff");
    src: url("font/YekanBakhFaNum-VF.woff2");
}

body {
    font-size: 18px;
    text-align: right;
    font-family: "yakanbakh";
    font-weight: 400;
}

header.header {
    margin-bottom: 50px;
    box-shadow: 0px 4px 8px 0px rgb(128, 136, 129);
}

.top-header {
    background: rgb(0, 217, 255);
    padding: 5px;
    margin-top: 7px;
}

.top-right-header {
    float: right;
}

.top-right-header span {
    float: right;
}

.top-left-header {
    float: left;
}

.top-left-header span {
    float: left;
}

.top-left-header span i {
    float: left;
    color: rgb(255, 0, 0);
    margin-right: 5px;
}

.main-header {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    padding-bottom: 20px;
}

.main-h-right {
    display: flex;
    align-items: center;
    width: 60%;
}

.main-h-right .logo {
    max-width: 169px;
}

.main-h-right .logo a {
    display: flex;
}

.main-h-right .logo a img {
    max-width: 130px;
}

.main-h-right .search-main {
    width: 100%;
    margin-right: 54px;
}

.main-h-right .search-main form {
    position: relative;
}

.main-h-right .search-main form input[type="search"] {
    background: rgb(12, 255, 255);
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    padding-right: 50px;
}

.main-h-right .search-main form button {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 20px;
    background: rgb(119, 79, 119);
    cursor: pointer;
}

.main-h-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-h-left .favorite-btn-header {
    background: rgb(66, 94, 255);
    padding: 7px;
    border-radius: 9px;
}

.main-h-left .favorite-btn-header>a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.main-h-left .favorite-btn-header a i {
    font-size: 20px;
    margin-left: 5px;
}

.main-h-left .cart-btn-header a {
    background: rgb(216, 169, 255);
    color: rgb(0, 0, 0);
    padding: 7px;
    text-decoration: none;
    border-radius: 9px;
}

.main-h-left .cart-btn-header a .cart-btn-text {
    padding-left: 10px;
    border-left: 1px solid rgb(224, 213, 152);
}

.main-h-left .cart-btn-header a .text-btn-num {
    margin-right: 5px;
}

.down-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.main-menu {
    display: flex;
    align-items: center;
}

.megamenu {
    border-left: 1px solid rgb(255, 0, 0);
    padding-left: 10px;
    font-weight: 450;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}

.megamenu .title-menu {
    color: rgb(255, 0, 0);
}

.menu-header>ul>li {
    display: inline-block;
    list-style: none;
    margin: 0px 10px;
    position: relative;
    padding-top: 15px;
    right: -20px;
}

.menu-header>ul>li a {
    text-decoration: none;
    color: rgb(89, 0, 255);
    padding: 5px;
}

.menu-header>ul>li a:hover {
    border-bottom: 2px solid rgb(0, 0, 0);
    text-shadow: 2px 2px 7px rgb(255, 0, 242);
}

.register-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 20px;
    color: rgb(0, 47, 255);
}

.menu-header>ul>li>ul {
    position: absolute;
    width: 150px;
    top: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 3px 3px 10px 0px magenta;
    padding: 7px 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;

}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.menu-header>ul>li>ul>li>a {
    padding: 7px;
    display: block;
}

.menu-header ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 55px;
}

.menu-header>ul>li>ul>li>a:hover {
    font-size: 20px;
}

.mok-megamenu>ul {
    position: absolute;
    width: 270px;
    box-shadow: 0px 5px 10px 0px rgb(55, 243, 227);
    padding-right: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    background-color: white;
}

.megamenu:hover>.mok-megamenu>ul {
    visibility: visible;
    opacity: 1;
    top: 45px;
}

.mok-megamenu>ul::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
}

.mok-megamenu>ul>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mok-megamenu>ul>li:hover {
    background-color: rgb(0, 0, 0);
}

.mok-megamenu>ul>li:hover>a {
    color: cyan;
}

.mok-megamenu>ul>li>a {
    padding: 6px;
    color: rgb(255, 0, 0);
    font-size: 20px;
    text-decoration: none;
}

.mok-megamenu>ul>li>i {
    margin-left: 10px;
    color: rgb(255, 83, 108);
    font-size: 15px;
}

.mok-megamenu>ul>li>ul {
    position: absolute;
    background: rgb(255, 255, 255);
    right: 100%;
    top: 1;
    width: 800px;
    display: flex;
    padding: 10px;
    height: 100px;
    box-shadow: 1px 5px 10px 0px hotpink;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}

.mok-megamenu>ul>li>ul>li {
    width: 33%;
}

.mok-megamenu>ul>li>ul>li>a {
    color: rgb(0, 47, 255);
    border-right: 3px solid rgb(0, 0, 0);
    padding-right: 6px;
}

.mok-megamenu>ul>li:hover>ul {
    visibility: visible;
    opacity: 2;
}

.mok-megamenu>ul>li>ul>li>ul li a {
    color: cornflowerblue;
    display: block;
    padding: 10px;
    font-size: 20px;
}

.mok-megamenu>ul>li>ul>li>ul li a:hover {
    font-size: 25px;
}

.main-slider img {
    width: 100%;
    height: 280px;
}

.main-slider .owl-stage-outer {
    border: 3px solid orangered;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 0px black;
}

.main-slider .owl-theme .owl-dots {
    position: absolute;
    bottom: -35px;
    width: 100%;
}

.main-slider .owl-theme .owl-dots button.owl-dot span {
    background: darkblue;
    width: 10px;
    height: 10px;
    margin: 2px 3px;
}

.main-slider .owl-theme .owl-dots button.active span {
    background-color: lightblue;
    width: 18px;
}

.main-slider .owl-carousel .owl-nav button {
    position: absolute;
    background: lightblue;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    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-color: darkblue;
    color: lightblue;
}

.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-theme .owl-nav {
    margin-top: -56px;
}

.mok-product {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.mok-product .title-pro h5 {
    margin-bottom: 30px;
}

.mok-product .title-pro h5 a {
    color: blueviolet;
    border-bottom: 3px solid rgb(255, 230, 0);
    padding: 5px;
}

.product-item {
    background: rgb(255, 255, 255);
    box-shadow: 5px 5px 10px 2px rgb(165, 159, 159);
    padding: 5px;
    border-radius: 10px;
    margin: 13px 15px;
}

.product-item .color-dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-item .color-dis .color ul {
    padding-right: 2px;
}

.product-item .color-dis .color ul li {
    float: right;
}

.product-item .color-dis .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: right;
    margin-left: 5px;
}

.product-item .color-dis .discount {
    background: rgb(255, 0, 0);
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    color: rgb(255, 255, 255);
}

img {
    max-width: 350px;
    height: auto;
}

.product-item h2 {
    font-size: 15px;
    margin-top: 20px;
    overflow: hidden;
    height: 50px;
    line-height: 20px;
    font-size: 22px;
    color: #df2a2a;
}

.product-item h2 a {
    color: rgb(241, 96, 96);
}

.product-item .down {
    display: flex;
    color: rgb(0, 89, 255);
    font-size: 20px;
}

.product-item .down .price {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    position: relative;
    margin-left: 10px;
    align-items: center;
}

.product-item .down .price del {
    font-size: 25px;
    color: #0044ff;
    opacity: 2;

}

.product-item .down .price ins {
    text-decoration: none;
    color: #0044ff;
    font-weight: bold;
    font-size: 20px;
}

.product-item .down .price ins span {
    position: absolute;
    rotate: 280deg;
    opacity: 1;
}

.amazing-product {
    margin-top: 200px;
}

.amazing-slider {
    background: rgb(0, 68, 255);
    border-radius: 30px;
    box-shadow: 5px 5px 1px;
}

.amazing-product .amazing-thumbnail img {
    max-width: 200px;
    margin: 20px auto;
}

.amazing-product .amazing-btn {
    text-align: center;
}

.amazing-product .amazing-btn a {
    background-color: rgb(255, 255, 255);
    color: rgb(141, 50, 50);
    border-radius: 20px;
    display: inline-flex;
    font-weight: bold;
    align-items: normal;
}

.amazing-product .amazing-btn a i {
    font-size: 20px;
    margin-right: 5px;
}

.amazing-product .countdown-timer {
    display: flex;
    justify-content: center;
}

.amazing-product .countdown-timer .number {
    background: rgb(148, 35, 35);
    color: rgb(0, 128, 255);
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}

.amazing-product .countdown-timer span.dot {
    color: rgb(47, 0, 255);
    font-size: 25px;
    margin: 2px 1px;
}

.amazing-product .owl-theme .owl-nav {
    display: none;
}

.amazing-product .owl-theme .owl-dots {
    display: none;
}

.special-box h3 {
    color: rgb(255, 255, 255);
    font-size: 19px;
}

.mok-special {
    margin-top: 50px;
}

.special-box {
    position: relative;
    padding: 20px 30px 50px 0px;
}

.special-box h4 {
    color: white;
}

.special-box::before {
    content: "";
    background-color: rgb(55, 0, 255);
    width: 40%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 30px;
    z-index: -1;
}

.special-box::after {
    content: "";
    background-color: rgb(55, 0, 225);
    width: 40%;
    position: absolute;
    top: 0px;
    right: 7%;
    bottom: 0px;
    border-radius: 30px;
    transform: translate(0px, 0px) skew(-15deg, 0deg);
    z-index: -1;
}

.special-box .owl-stage-outer {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    box-shadow: 5px 5px 10px 0px grey;
    border-radius: 10px;
    width: 70%;
}

.special-box .special-item {
    display: flex;
    padding: 25px;
    width: 1000px;
    position: relative;
}

.special-box .special-item figure {
    width: 23%;
}

.special-box .special-item .color ul {
    padding-right: 0px;
}

.special-box .special-item .color ul li {
    float: right;
}

.special-box .special-item .color ul li span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    float: right;
    margin-left: 5px;
}

.special-box .special-item figure img {
    max-width: 250px;
}

.special-box .special-item .det-special {
    width: 77;
}

.special-box .special-item .det-special h2 {
    font-size: 27px;
    margin-bottom: 30px;
}

.special-box .special-item .det-special h2 a {
    color: brown;
}

.special-box .special-item .det-special .additional-product {
    display: flex;
    flex-direction: column;
    max-height: 145px;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 7px 0px;
    margin-right: 10px;
    margin-bottom: 70px;
}

.special-box .special-item .det-special .additional-product .property-item {
    display: flex;
    gap: 5px;
    color: blue;
}

.special-box .special-item .det-special .additional-product .property-item i {
    color: rgb(148, 112, 216);
    font-size: 10px;
    margin-left: 2px;
}

.special-box .special-item .det-special .down {
    display: flex;
    gap: 15px;
    align-items: center;
}

.special-box .special-item .det-special .down a {
    background-color: crimson;
    color: azure;
    border-radius: 11px;
    padding: 10px;
    margin-right: 12px;
}

.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: rgb(132, 0, 255);
}

.special-box .special-item .det-special .down .price ins {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: rgb(162, 0, 255);
}

.special-box .special-item .det-special .down ins span {
    font-size: 15px;
}

.special-box .special-item .discount {
    position: absolute;
    background-color: aqua;
    left: 255px;
    top: 0;
    width: 60px;
    height: 72px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    color: deeppink;
    padding-top: 5px;
}

.special-slider {
    display: flex !important;
    justify-content: space-between;
}

.special-slider .owl-dats {
    width: 27%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
    margin: 0 !important;
    max-height: 340px;
    align-items: end;
    padding-left: 15px;
}

.special-slider .owl-dot {
    background: aquamarine;
    border-radius: 10px;
    width: 85%;
    padding: 15px;
    text-align: right;
}

.special-slider .owl-dot button {
    background: blueviolet;
    cursor: pointer;
}

.special-slider .owl-dot .list-special {
    display: flex;
    align-items: center;
    gap: 10px;
}

.special-slider .owl-dot .list-special figure {
    background-color: blueviolet;
    padding: 5px 5px 0px;
    font-family: "yekanbakh";
    pointer-events: none;
    /*رویدادا نشانگر موس یعنی قابلیت کلیک کردن از کل ایتم برداشته بشه*/
}

.special-slider .owl-dot .list-special figure img {
    max-width: 65px;
    border-radius: 10px;
}

.special-slider .owl-dots .active {
    background: chocolate;
    width: 90%;
}

.special-slider .owl-dot .list-special {
    color: aliceblue;
}

.box-sell {
    display: flex;
    justify-content: space-between;
}

.box-sell .best-sell {
    background: rgb(255, 80, 80);
    border-radius: 20px;
    padding: 15px 20px;
    position: relative;
}

.box-sell .best-sell h2 {
    font-size: 22px;
    color: #ffffff;
}

.box-sell .best-sell .head {
    display: flex;
    justify-content: center;
    font-size: 20px;
}

.box-sell .best-sell .head p {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.box-sell .best-sell figure {
    border-radius: 150px;
    height: 150px;
    width: 150px;
    margin: 5px auto;
    overflow: hidden;
    padding: 5px;
    animation: plus-animation 2s infinite;
}

@keyframes plus-animation {
    0% {
        box-shadow: 0 0 0 0px white;
    }

    100% {
        box-shadow: 0 0 0 20px white;
    }
}

.box-sell .best-sell figure img {
    max-width: 140px;
    margin: auto;
    display: flex;
    border-radius: 50%;
}

.box-sell .best-sell h2 {
    overflow: hidden;
    height: 50px;
    font-weight: 450;
}

.box-sell .best-sell {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 450px;
}

.box-sell .best-sell .price {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    margin: 20px 0px;
}

.box-sell .best-sell .price del {
    font-size: 15px;
    opacity: 1;
    font-weight: 450px;
}

.box-sell .best-sell .price ins {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.box-sell .best-sell .price span {
    font-size: 20px;
}

.box-sell .best-sell .add-cart {
    position: relative;
    left: 50px;
}

.box-sell .best-sell .add-cart a i {
    background: rgb(88, 88, 102);
    color: rgb(102, 91, 255);
    border-radius: 50%;
    font-size: 50px;
    padding: 5px;
}

.other-sell {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    margin-right: 20px;
}

.other-sell .product-sell {
    width: 44%;
    background: rgb(46, 84, 255);
    box-sizing: 0px 0px 10px 0px;
    border-radius: 15px;
    padding: 16px;
    height: 130px;
    flex-grow: 1;
}

.other-sell .product-sell figure {
    float: right;
    margin-left: 18px;
}

.other-sell .product-sell figure img {
    max-width: 90px;
}

.other-sell .product-sell h2 {
    line-height: 30px;
    height: 120px;
}

.other-sell .product-sell h2 a {
    color: rgb(255, 255, 255);
    font-size: 17px;
}

.other-sell .product-sell span {
    color: rgb(255, 255, 255);
    font-size: 20px;
    gap: 10px;
}

.title-brand {
    text-align: center;
}

.title-brand h4 {
    background: rgb(43, 65, 255);
    display: inline-block;
    color: rgb(255, 255, 255);
    padding: 15px 30px;
    border-radius: 30px 30px 0px 0px;
    font-weight: 700;
    font-size: 20px;
}

.box-brand {
    background: rgb(255, 247, 233);
    box-shadow: 5px 5px 10px gray;
    border-radius: 20px;
}

.box-brand .inner-brand {
    width: 39%;
    margin: auto;
}

.box-brand .inner-brand .item-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    margin-top: 10px;
}

.box-brand .inner-brand .item-brand img {
    max-width: 120px;
}

.box-brand .owl-carousel .owl-nav button.owl-prev {
    border-radius: 5px 0px 5px 0px;
    right: -5;
}

.box-brand .owl-carousel .owl-nav button.owl-prev {
    border-radius: 5px 0px 5px 0px;
    right: -5;
}

.box-brand .owl-carousel .owl-nav button {
    position: relative;
    background: rgb(255, 0, 0);
    width: 20%;
    height: 20%;
    top: 5px;
    color: #ffffff;
    justify-content: space-evenly;
}

.box-brand .owl-carousel .owl-nav button:hover {
    background-color: rgb(0, 26, 255);
    color: rgb(255, 255, 255);
    width: 20%;
    height: 20%;
    top: 5px;
    justify-content: space-evenly;
    position: relative;

}

.box-brand .owl-carousel .owl-nav button.owl-prev::before {
    content: "";
}

.box-brand .owl-carousel .owl-nav button.owl-next {
    content: "";
}

.mok-servis {
    display: flex;
    gap: 12px;
}

.mok-servis .servis-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgb(255, 141, 141);
    border-radius: 8px;
}

.mok-servis .servis-item img {
    max-width: 70px;
    margin: 0px auto 10px;
}

.mok-servis .servis-item img span {
    font-size: 14px;
    font-weight: 560;
}

.mok-servis .servis-item b {
    font-size: 24px;
    gap: 10px;
    color: blue;
}

.mok-servis .servis-item span {
    font-size: 13px;
    font-weight: 300;
    color: brown;
}

footer {
    background: white;
    border-top: 1px solid whitesmoke;
    margin-top: 40px;
    padding-top: 50px;
    box-shadow: 0px 0px 10px 0px gray;
}

.footer-box {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}

.footer-box .footer-widget {
    flex-wrap: 1;
}

.footer-box .footer-about {
    width: 44%;
}

.footer-box .footer-widget h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: darkblue;
}

.footer-box .footer-widget .f-w-content {
    color: black;
    line-height: 30px;
    text-align: justify;
    font-size: 18px;
}

.footer-box .footer-wdiget .f-w-content ul {
    padding-right: 0px;
}

.footer-box .footer-widget .f-w-content ul li a {
    color: black;
}

.apication {
    display: flex;
    justify-content: space-between;
    background: rgb(255, 84, 84);
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
}

.apication .right {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 700;
}

.apication .right img {
    max-width: 53px;
}

.apication .right p {
    padding-top: 6px;
}

.apication .left {
    display: flex;
    gap: 20px;
}

.apication .left a {
    display: flex;
}

.apication .left img {
    width: 112px;
    height: 30px;
}

.footer-line {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid gray;
    color: rgb(99, 91, 91);
}

.footer-line .left span {
    border: 1px solid gray;
    padding: 6px 10px;
    border-radius: 10px;
    display: flex;
    gap: 5px;
    cursor: pointer;
}

.footer-down {
    display: flex;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    cursor: pointer;
}

.footer-down .right {
    color: black;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
}

.footer-down .left {
    display: flex;
    height: 90px;
}

.footer-down .left a {
    display: flex;
    padding: 6px 10px;
    justify-content: center;
}

.footer-down .left a img {
    height: 60px;
    width: 50px;
    justify-content: space-between;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    /* 15% from the top and centered */
    padding: 0;
    border: 2px solid #404dff;
    width: 465px;
    /* Could be more or less, depending on screen size */
    position: relative;
    animation-name: animetetop;
    animation-duration: 0.4s;
}

/*اضافه کردن انیمیشن*/
@keyframes animetetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close {
    color: #0059ff;
    float: right;
    font-size: 38px;
    font-weight: bold;
    top: 10px;
    right: 15px;
    position: absolute;
}

.close:hover,
.close:focus {
    color: rgb(255, 49, 49);
    text-decoration: none;
    cursor: pointer;
}

.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

.form-register-mok {
    position: relative;
    z-index: 999;
    background: #FFFFFF;
    max-width: 100%;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form-register-mok input {
    font-family: "yakanbakh";
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form-register-mok button {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #0044ff;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 18px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form-register-mok button:hover,
.form button:active,
.form button:focus {
    background: #f72727;
}

.form-register-mok .message {
    margin: 18px 0 0;
    color: #8b8686;
    font-size: 12px;
}

.form-register-mok .message a {
    color: #0044ff;
    text-decoration: none;
}

.form-register-mok .register-form {
    display: none;
}

.form-register-mok .logo a img {
    max-width: 160px;
    right: auto;
}

.product-intro .left .product-image .countdown-timer {
    display: flex;
    justify-content: center;
}

.product-intro .left .product-image .countdown-timer .number {
    background: #f93423;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.product-intro .left .product-image .countdown-timer span.dot {
    font-size: 24px;
    color: #f93423;
    margin: 0 2px;
}

/*********singel-product*********/
.product-intro {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 5px 5px 0px gray;
    padding: 28px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.product-intro .right {
    width: 49%;
}

.product-intro .right header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(182, 182, 182);
}

.product-intro .right header h1 {
    font-size: 22px;
    font-weight: 700;
    color: #0044ff;
}

.product-intro .right header span {
    font-weight: 300;
    color: gray;
    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: 5px;
    margin-bottom: 20px;
}

.product-intro .right .product-meta .meta-pro i {
    color: darkblue;
    font-size: 18px;
    margin-left: 20px;
}

.product-intro .right .product-delivery {
    display: flex;
    gap: 10px 25px;
    margin-bottom: 25px;
}

.product-intro .right .product-delivery span i {
    color: #003cff;
    margin-left: 5px;
}

.product-intro .right .additionial-product {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    max-height: 90px;
    margin-bottom: 20px;
    font-size: 15px;
}

.product-intro .right .additionial-product .property-item {
    display: flex;
}

.product-intro .right .additionial-product .property-item span {
    color: rgb(241, 30, 30);
    font-weight: 300;
}

.product-intro .right .additionial-product .property-item span i {
    color: #f72727;
    font-size: 10px;
}

.product-intro .right .p-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.product-intro .right .p-q .quantity {
    display: flex;
    border: 1px solid #737373;
    border-radius: 8px;
    width: 180px;
    height: 50px;
}

.product-intro .right .p-q .quantity button {
    font-size: 20px;
    background: transparent;
    padding: 0 20px;
    cursor: pointer;
    margin: 10px auto;
}

.product-intro .right .p-q .quantity button.plus {
    border-left: 1px solid gray;
}

.product-intro .right .p-q .quantity button.minus {
    border-right: 1px solid gray;
}

.product-intro .right .p-q .quantity .qty {
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    appearance: textfield;
}

.product-intro .right .singel-price {
    display: flex;
    gap: 15px;
}

.product-intro .right .singel-price del {
    font-size: 20px;
    font-weight: 400;
    color: #867d7d;
}

.product-intro .right .singel-price ins {
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
}

.product-intro .right .singel-price .discount {
    background: #f72727;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.product-intro .left {
    display: flex;
    justify-content: space-between;
    width: 46%;
    position: relative;
    padding: 20px;
}

.product-intro .left::before {
    content: "";
    position: absolute;
    background: #0059ff;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
}

.product-intro .left .product-action {
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-width: 6%;
    margin-top: 15%;
    z-index: 3;
}

.product-intro .left .product-action .item-action button {
    background: white;
    border: 2px solid darkblue;
    border-radius: 10px;
    min-width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product-intro .left .product-action .item-action button i {
    font-size: 20px;
    color: #0044ff;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.product-intro .left .product-action .item-action button span {
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.product-intro .left .product-action .item-action button:hover span {
    max-width: 200px;
    padding-left: 10px;
}

.product-intro .left .product-image {
    width: 75%;
    flex-shrink: 0;
}

.product-intro .left ol {
    width: 63px;
    display: flex;
    flex-direction: column;
    margin-left: 27px;
    gap: 10px;
}

.product-intro .left ol li {
    background: white;
    width: 63px;
    height: 63px;
    border: 2px solid blue;
    border-radius: 10px;

    cursor: pointer;
}

.product-intro .left ol li img {
    opacity: 0.5;
    filter: blur(1px);
    width: 63px;
    height: 63px;
}

.product-intro .left ol li img.active {
    opacity: 1;
    filter: unset;
}

.product-tab .product-description {
    font-size: 17px;
    line-height: 2.5;
    background: white;
    border-radius: 20px;
    padding: 10px;
    color: darkblue;
    box-shadow: 5px 5px 10px 0px gray;
    margin-top: 40px;
}

#modal_video .modal-content {
    width: 750;
}

.modal-body video {
    max-width: 100%;
}

.modal-header i {
    font-size: 18px;
    color: #df2a2a;
}

.modal-header h4 {
    color: #003cff;
    font-size: 18px;
    margin-top: 10px;
}

#modal_share .madal-contant {
    width: 500px;
}

.modal-body .short-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #8b8686;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.modal-body .short-link textarea {
    text-align: left;
    width: 300px;
    height: 35px;
    padding: 5px;
    font-weight: 500;
}

.modal-body .social-sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.modal-body .box-sharing a {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.modal-body .box-sharing {
    font-size: 22px;
    display: flex;
}

.floating-button {
    font-size: 35px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: darkblue;
    color: rgb(255, 255, 255);
    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 0.3 ease-in-out;
}

.floating-contact .contact-list {
    width: 200px;
    position: fixed;
    right: 50px;
    bottom: 128px;
    background: white;
    box-shadow: 5px 5px 10px 0px gray;
    border-radius: 15px;
    z-index: 100;
    display: none;
}

.floating-contact .contact-list a {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
    border-radius: 15px;
}

.floating-contact .contact-list a img {

    width: 40px;
    height: 40px;
}

.floating-contact .contact-list a span {
    font-size: 15px;
    color: black;
}

.floating-contact .contact-list a:hover {
    background-color: rgb(185, 181, 181);
}

.mok-breadcrumb a {
    font-size: 18px;
    color: #8b8686;
}

.mok-singel {
    background: lightblue;
    padding: 20px;
    border-radius: 20px;
    color: darkblue;
    line-height: 1.9;
    box-shadow: 5px 5px 10px 0px gray;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.mok-singel .post-singel header h3 {
    color: #f72727;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: "yakanbakh";
}

.mok-singel .post-singel header p {
    margin-right: 25px;
}

.mok-singel .saide-singel {
    width: 27%;
}

.widhet {
    background: white;
    box-shadow: 5px 5px 10px 0px grey;
    border-radius: 15px;
    margin-bottom: 22px;
    border: 2px solid darkblue;
    padding: 10px;
}

.widhet .widhet-header h3 {
    color: darkblue;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 2px solid #f72727;
    display: inline-block;
    font-family: "yakanbakh";
}

.widhet form {
    position: relative;
}

.widhet form input[type="text"] {
    border: 2px solid darkblue;
    border-radius: 15px;
    font-size: 19px;

}

.widhet form input[type="submit"] {
    background: #df2a2a;
    color: #f2f2f2;
    position: absolute;
    top: 0;
    border-radius: 15px;
    font-size: 15px;
    padding: 7px 10px;
    left: 0;
}

.widhet ul li {
    border-bottom: 1px solid #df2a2a;
    padding: 10px;
    margin-bottom: 10px;
}

.widhet ul li:last-child {
    border-bottom: none;
}

.widhet ul li a {
    color: #052795;
    font-size: 18px;
    font-weight: bold;
}

.mok-singel .main-singe {
    width: 70%;
}

.mok-singel .main-singe .mok-archive {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between ;
}

.mok-singel .main-singe .mok-product {
    margin-top: 0;
}

.error-container {
    text-align: center;
    width: 90%;
    max-width: 800px;
}

.box-404 {
    display: flex;
    justify-content: center;
    background: rgb(185, 234, 250);
    margin-bottom: 30px;
    height: 100%;
}

.box-404 .error-message {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.box-404 .error-container {
    text-align: center;
    width: 90%;
    max-width: 800px;
}

.error-message {
    font-size: 24px;
    color: #cfa3a3;
    margin-bottom: 20px;
}

/* استایل دکمه‌ها */
.button-group {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn {
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    transition: 0.3s;
}

.btn-primary {
    background-color: #fd4908;
    /* رنگ نارنجی دکمه اول */
}

.btn-secondary {
    background-color: #ff4500;
    /* رنگ نارنجی تیره دکمه دوم */
}

.btn:hover {
    opacity: 0.8;
}

/* بخش گرافیکی پایین */
.error-illustration {
    margin-top: 50px;
}

.placeholder-graphic {
    font-size: 150px;
    font-weight: bold;
    color: #6a5acd;
    /* رنگ بنفش برای عدد 404 */
    opacity: 0.7;
}

#zuck-modal-content {
    direction: rtl;
    text-align: left;
}

#stories .storiesWrapper {
    display: flex;
    justify-content: center;
}

#stories {
    display: flex;
    justify-content: center;
    gap: 5px;
    box-shadow: 5px 5px 10px 0px grey;
    border-radius: 15px;
    padding:20px;
    border-bottom: 10px;
    bottom: 40px;
}