/*
Theme Name: نیلاتن
Theme URI: https://www.webinseo.com
Author: webinseo
Author URI: https://www.webinseo.com
Version: 2.0.0
Text Domain: nilatan
*/
@font-face {
    font-family: Yekan Bakh FaNum;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/yekan-bakh/woff/YekanBakhFaNum-Regular.woff) format("woff"), url(assets/fonts/yekan-bakh/woff2/YekanBakhFaNum-Regular.woff2) format("woff2")
}

/*@font-face {*/
/*    font-family: Yekan Bakh FaNum;*/
/*    font-display: swap;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    src: url(assets/fonts/yekan-bakh/woff/YekanBakhFaNum-SemiBold.woff) format("woff"), url(assets/fonts/yekan-bakh/woff2/YekanBakhFaNum-SemiBold.woff2) format("woff2")*/
/*}*/

@font-face {
    font-family: Yekan Bakh FaNum;
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/yekan-bakh/woff/YekanBakhFaNum-Bold.woff) format("woff"), url(assets/fonts/yekan-bakh/woff2/YekanBakhFaNum-Bold.woff2) format("woff2")
}

/*@font-face {*/
/*    font-family: Yekan Bakh FaNum;*/
/*    font-display: swap;*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*    src: url(assets/fonts/yekan-bakh/woff/YekanBakhFaNum-ExtraBold.woff) format("woff"), url(assets/fonts/yekan-bakh/woff2/YekanBakhFaNum-ExtraBold.woff2) format("woff2")*/
/*}*/

@font-face {
    font-family: Yekan Bakh FaNum;
    font-display: swap;
    font-style: normal;
    font-weight: 900;
    src: url(assets/fonts/yekan-bakh/woff/YekanBakhFaNum-Black.woff) format("woff"), url(assets/fonts/yekan-bakh/woff2/YekanBakhFaNum-Black.woff2) format("woff2")
}
body{
    --first-color: #ee2a6e;
    --second-color: #ffbbca;
    --gray-color: #f2f2f2;
}
.modal {
    --bs-modal-zindex: 9999;
}
.button,
.woocommerce-button,
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ee2a6e;
    --bs-btn-border-color: #ee2a6e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d72462;
    --bs-btn-hover-border-color: #ca225c;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ca225c;
    --bs-btn-active-border-color: #bb1e54;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ee2a6e;
    --bs-btn-disabled-border-color: #ee2a6e;
}
html {
    scroll-behavior: smooth
}
*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
     text-decoration: none;
 }

img {
    max-width: 100%;
    height: auto;
}


*::after,
*::before {
    transition: all 0.3s ease-in-out;
}

i::after,
i::before {
    transition: 0s;
}

body {
    font: 400 16px "Yekan Bakh FaNum";
    color: #3e3e3e;
    line-height: 2;
    background-color: #fff;
    text-align: right;
    direction: rtl;

    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}
img {
    max-width: 100%;
    height: auto;
}
button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
/*** Header *************************/
.top-header {
    position: relative;
    height: 156px;
}
.top-header .container {
    height: 100%;
}
.top-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
    background: -webkit-linear-gradient(top, #f2f2f2, #fff);
    background: -moz-linear-gradient(top, #f2f2f2, #fff);
    background: -o-linear-gradient(top, #f2f2f2, #fff);
    background: linear-gradient(to bottom, #f2f2f2, #fff);
    width: 70%;
    max-width: 740px;
    aspect-ratio: 1 / 1;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.top-header-right li button,
.top-header-right li a,
.top-header-left li button,
.top-header-left li a{
    font-size: 26px;
    color: #3e3e3e;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-header-right li:not(:last-child),
.top-header-left li:not(:last-child) {
    margin-left: 18px;
}

.top-header-right li button:hover,
.top-header-left li button:hover,
.top-header-right li a:hover,
.top-header-left li a:hover {
    background-color: var(--gray-color);
}

/**** Menu ****/
.fixed-menu{
    background: #fff;
    width: 300px;
    height: 100vh;
    z-index: 999999;
    box-shadow: 0 0 7px 15px rgba(0,0,0,.16);
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
    align-items: start;
    justify-content: center;
}
.fixed-menu .logo-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}
.fixed-menu .logo-wrap button{
    padding: 0;
    border: 0;
    font-size: 30px;
    font-weight: normal;
    outline: none;
}
.fixed-menu .logo-wrap img{
    height: 50px;
    width: auto;
    margin: 0 auto 20px;
}
.fixed-menu .menu-wrapper{
    width: 100%;
    height: calc(100% - 70px);
    overflow: auto;
    border-top: 1px solid var(--gray-color);
}
.fixed-menu .navbar-nav{

}
.fixed-menu .navbar-nav > li{
    border-bottom: 1px solid var(--gray-color);
    font-size: 15px;
    color: #000000;
}
.fixed-menu li.menu-item-has-children{
    position: relative;
}
.fixed-menu li a{
    padding: 10px 0;
    display: inline-block;
}
.fixed-menu li.menu-item-has-children > .chevron-menu-res{
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--gray-color);
}
.fixed-menu li.menu-item-has-children .chevron-menu-res:after{
    content: '\f104';
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    font-size: 20px;
}
.fixed-menu li.menu-item-has-children.active > .chevron-menu-res:after{
    content: '\f107';
    font-weight: bold;
}
.fixed-menu .sub-menu li{
    font-size: 14px;
    color: #000000;
    border-top: 1px solid var(--gray-color);
}
.fixed-menu li.menu-item-has-children.active > a{
    font-weight: bold;
}

.fixed-menu .sub-menu{
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: height 0.5s ease;
    padding: 0;
}
.fixed-menu li.menu-item-has-children.active > .sub-menu{
    height: auto;
    opacity: 1;
    visibility: visible;
}
.overlay{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.collapse.show .overlay{
    display: block;
}

/**** mini cart ****/
.fixed-mini-cart{
    background: #fff;
    width: 300px;
    height: 100vh;
    z-index: 999999;
    box-shadow: 0 0 7px 15px rgba(0,0,0,.16);
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    align-items: start;
    justify-content: center;
}
.fixed-mini-cart .mini-cart-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.fixed-mini-cart .mini-cart-header button{
    padding: 0;
    border: 0;
    font-size: 30px;
    font-weight: normal;
    outline: none;
}

.woocommerce-mini-cart{
    padding: 0;
    margin: 0;
    height: calc(100% - 220px);
    overflow-y: auto;
}
.woocommerce-mini-cart li{
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.woocommerce-mini-cart li img{
    width: 100px;
    height: auto;
    border-radius: 10px;
}
.woocommerce-mini-cart li a{
    width: calc(100% - 15px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}
.woocommerce-mini-cart li a.remove{
    width: 10px;
    display: block;
}
.woocommerce-mini-cart li .quantity{
    width: 100%;
    font-size: 12px;
    text-align: left;
    margin: 0;
    border: 0;
    display: block;
    height: auto;
    padding: 5px 0;
}
.woocommerce-mini-cart__total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
}
.woocommerce-mini-cart__buttons{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
}
.woocommerce-mini-cart__buttons .button{
    display: block;
    width: calc(50% - 5px);
    padding: 7px;
    background: var(--first-color);
    color: #fff;
    border-radius: 12px;
    margin: 5px 0;
    text-align: center;
    font-size: 13px;
}
.fixed-mini-cart .woocommerce-mini-cart__empty-message{
    width: 100%;
    height: 80vh;
    visibility: hidden;
    position: relative;
    flex-grow: 1;
}
.fixed-mini-cart .woocommerce-mini-cart__empty-message:after{
    content: " ";
    background-image: url("assets/img/empty-cart.png");
    visibility: visible;
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}





.search-box{
    width: 100%;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-box input{
    width: 100%;
    height: 70px;
    border-radius: 15px;
    border: 0;
    outline: none;
    padding: 5px 15px 5px 55px;
}
.search-box button i{
    font-size: 25px;
}
.search-box button{
    position: absolute;
    left: 20px;
}
.search-box.page-404{
    max-width: 500px;
    border: 2px solid var(--gray-color);
    border-radius: 12px;
    margin: 15px auto;
    box-shadow: 0 3px 20px rgba(163, 163, 163,0.16);
}
.count{
    background: var(--first-color);
    color: #ffffff;
    font-size: 13px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    left: -7px;
    top: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*** Footer *************************/
footer{
    margin-top: 2rem;
    padding: 1rem 0;
    border-top: 2px solid var(--gray-color);
    display: block;
}
.menu-footer .navbar-nav{
    flex-direction: row;
}
.menu-footer ul li{
    display: inline-block;
    padding-left: 15px;
}
.menu-footer ul li a{
    color: #000000;
}
.social {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: space-between;
}

.social li a{
    display: inline-block;
    padding:0 5px 0 0;
}
.social li a i{
    font-size: 25px;
}
.copyright{
    font-size: 15px;
    text-align: left;
    margin: 0;
    font-family: sans-serif;
}
.copywriting span{
    font-size: 13px;
}
.login-user-img{
    display: flex;
    justify-content: center;
    margin: 0 auto 15px;
    background: #eee;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    align-items: center;
    border: 1px solid #ddd;
}
.login-user-img i{
    font-size: 55px;
}
/*** Global *************************/
.entry-content p,
.entry-content{
    text-align: justify;
    font-size: 16px;
    line-height: 2;
}
.entry-content em{
    font-style: normal;
    font-weight: bold;
}
.entry-content b{
    font-weight: bold;
}
.entry-content a{
    color: var(--first-color);
}
.entry-content .has-text-align-center{
    text-align: center;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
}
.entry-content img{
    border-radius: 15px;
    margin: 15px auto;
    display: block;
}
.entry-content video{
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
    margin: 15px auto;
}

.entry-content table{
    font-size: 14px;
    text-align: center;
    overflow-x: scroll;
    max-width: 100%;
}
.entry-content table:has(thead) thead td {
    font-weight: bold;
}
.entry-content table:not(:has(thead)) tbody tr:first-child td {
    font-weight: bold;
}

.entry-content ol li,
.entry-content ul li{
    list-style: initial;
}

.text-more{
    position: relative;
    margin: 15px 0 50px !important;
    height: 265px;
    overflow: hidden;
}
.text-more:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, #fff));
    background: -webkit-linear-gradient(top, transparent, #fff 75%);
    background: -moz-linear-gradient(top, transparent, #fff 75%);
    background: -o-linear-gradient(top, transparent, #fff 75%);
    background: linear-gradient(to bottom, transparent, #fff 75%);
}
.btn-show-more{
    position: relative;
    width: 134px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: var(--second-color);
    display: block;
    margin: -73px auto 0;
    z-index: 34;
}
.btn-show-more span{
    font-size: 12px;
}
.btn-show-more i{
    font-size: 19px;
    margin-left: 3px;
}
.text-more.open:after {
    content: unset;
}
.text-more.open+button.btn-show-more {
    margin-top: 0;
}

.product-box{
    display: block;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.product-box:hover{
    border-color: var(--second-color);
}
.product-box img{
    display: block;
    width: 100%;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.product-box-title{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    margin: 7px 0;
    height: 30px;
    /*overflow: hidden;*/
    /*-o-text-overflow: ellipsis;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
.product-box .price ins,
.product-box .price{
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
    display: block;
}
.product-box .price {
    flex-direction: column;
    text-align: left;
    display: block;
    height: 45px;
}
.product-box .price .discount{
    padding: 0 9px;
    font-weight: 600;
    background: var(--first-color);
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-right: 5px;
    float: left;
}
.product-box .price del .woocommerce-Price-amount{
    font-size: 14px;
    opacity: 0.8;
}
.product-box .price .woocommerce-Price-amount:not(:last-child) .woocommerce-Price-currencySymbol,
.product-box .price del .woocommerce-Price-currencySymbol{
    display: none;
}
.product-box .price .woocommerce-Price-currencySymbol{
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    font-style: normal;
}

.product-box .stock{
    margin: 0;
    font-size: 11px;
    color: var(--first-color);
    font-weight: bold;
    line-height: 0.95;
    height: 10px;
}

.product-box .out-stock {
    /*color: #ababab; */
    font-size: 15px;
    line-height: 1.8;
    font-weight: 600;
    height: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
}

.product-box .out-stock span {
    /*padding: 0 8px;*/
    /*background-color: #fff;*/
    /*display: table;*/
    /*position: relative;*/
    /*z-index: 2;*/
    /*margin: 0 auto;*/
    /*line-height: 45px;*/

    padding: 0 8px;
    display: table;
    z-index: 4;
    margin: 0 auto;
    line-height: 45px;
    color: #fff;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(348deg);
    width: max-content;
    box-shadow: 0 0 7px 3px rgba(255, 255, 255,0.3);
    background: rgba(82, 82, 82,0.3);
}

.product-box .out-stock::after {
    /*content: " ";*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*background: #ababab;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 50%;*/
    /*z-index: 1;*/

    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}
.product-box.out-stock{
    filter: grayscale(1);
    overflow: hidden;
    /*opacity: 0.6;*/
}

.banner-box img{
    border-radius: 15px;
}
.banner-box .col-6,
.banner-box .col-12{
    padding: 5px;
}
.banner-box{
    margin: 0 -5px 45px;
}


.post-box{
    display: block;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.post-box:hover{
    border-color: var(--second-color);
}
.post-box img{
    display: block;
    width: 100%;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.post-box-title{
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin: 10px 0 0;
    height: 17px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 10px 25px 10px 10px;
    margin: 0 0 1em;
    font-size: 14px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 10px;
    right: 5px;
}



/*** Login/Register *************************/
.smaller{
    font-size: smaller;
}
.woocommerce-form-register .woocommerce-Input--text,
.woocommerce-form-login .woocommerce-Input--text{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.woocommerce-address-fields .button,
.woocommerce-EditAccountForm .button,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit.woocommerce-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit.woocommerce-button {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    width: 150px;
    display: block;
    float: unset;
    margin: 15px 0 0;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid var(--bs-btn-border-color);
    border-radius: 15px;
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.woocommerce-EditAccountForm .button:hover,
.woocommerce-address-fields .button:hover,
.woocommerce-button:hover{
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.footer-sm-menu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.16);
    padding-top: 10px;
    z-index: 999;
}
.footer-sm-menu button,
.footer-sm-menu a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 25%;
    font-size: 12px;
    color: #777777;
}
.footer-sm-menu i{
    font-size: 23px;
    padding-bottom: 5px;
    color: black;
}
.footer-cart .count{
    top: 0;
    left: calc(50% - 25px);
}
/*** Responsive *************************/
@media (max-width: 1199px ) {}
@media (max-width: 991px ) {
    footer .col-12:first-child{
        order: 3;
        padding-top: 15px;
    }
}
@media (max-width: 767px ) {
    footer{
        padding-bottom: 65px;
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        font-size: 12px;
    }
    .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
        top: 5px;
    }
    .top-header {
        height: 130px;
    }
    .top-header-logo img{
        max-width: 200px;
    }
    .top-header-right li:not(:last-child), .top-header-left li:not(:last-child) {
        margin-left: 10px;
    }
    .menu-footer .navbar-nav{
        flex-wrap: wrap;
        justify-content: center;
    }
    .menu-footer ul li{
        padding-left: 10px;
        padding-bottom: 10px;
    }
    footer,.copyright{
        text-align: center;
    }
    footer .e-namad{
        padding-bottom: 15px;
    }
    .social{
        justify-content: center;
    }
    .social li a {
        display: block;
        padding: 0 10px;
    }
}
@media (max-width: 575px ) {
    .product-box-title{
        font-size: 13px;
        font-weight: bold;
        line-height: 1.3;
        margin: 7px 0;
        height: 35px;
    }
    .top-header {
        height: 100px;
    }
    .top-header-logo img{
        max-width: 160px;
    }
    .top-header-right li:not(:last-child), .top-header-left li:not(:last-child) {
        margin-left: 7px;
    }
    .banner-box {
        margin: 0 -5px 20px;
    }
    .product-box .out-stock{
        font-size: 12px;
    }
}
@media (max-width: 375px ) {}
@media (max-width: 320px ) {}