html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "IRANYekan";
    src: url("../font/IRANYekanXVF.woff") format("woff-variations"),
        url("../font/IRANYekanXVF.woff") format("woff"),
        url("../font/IRANYekanXVF.woff2") format("woff2");
    font-display: fallback;
    font-feature-settings: "lnum";
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 300;
    font-feature-settings: "lnum";
    src: url("../font/IRANYekanX-Light.woff2") format("woff2"),
        url("../font/IRANYekanX-Light.woff") format("woff");
}


body {
    font-family: "IRANYekan" !important;
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
    direction: rtl;
    text-align: right;
    background: #fff;
}

a {
    text-decoration: none !important;
}

.text-justify {
    text-align: justify;
}

.fs-8 {
    font-size: 8px;
}

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}
 
.fs-36 {
    font-size: 36px;
}
 
.bold-text{
    font-weight: 800;
}

.show-alls{
    background-color: #7a4231;
    border: solid 1px #7a4231;
    color: #fff;
}

.show-alls:hover{
    background-color: #582010;
    border: solid 1px #582010;
    color: #fff !important;
}

/*********** body of main page ************/

/******* advantage ******/
.advantage-shop{
    border-radius: 15px;
}

.advantage-expl{
    height: 30px;
    line-height: 1.2;
    overflow: hidden;
}

.color-fat{
    color:#245342;
}

.bg-fat{
    background-color: #245342;
}

.btn-fat{
    background-color: #245342;
     color:#fff;
}

.advantage-head{
    height: 34px;
    line-height: 1.3;
    overflow: hidden;
}

/************* product ****************/


.swiper-container-a{
    overflow: hidden;
}

.swiper-button-next-a {
    height: 50px !important;
    width: 50px !important;
    margin-right: 20px !important;
    background-color: rgba(256, 256, 256, 0.8);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 100%;
/*    top: 50% !important;*/
    margin-top: -195px;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}

.swiper-button-prev-a {
    height: 50px !important;
    width: 50px !important;
    margin-left: 20px!important;
    background-color: rgba(256, 256, 256, 0.8);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 100%;
/*    top: 50% !important;*/
    
    margin-top: -195px;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container-a .swiper-button-prev-a {
    background-image: none !important;
    margin-right: 2px;
}

.swiper-container-a .swiper-button-next-a {
    background-image: none !important;
    margin-left: 2px;
}

.coffee-them{
    width: 100%;
    margin: auto;
}
.coffee-them img{
    width: 100%;
    margin: auto;
}
/*********** card box **********/

.card-box-product{
    border-radius: 15px;
    border-color: #eee !important;
    overflow: hidden;
}

.compare-data{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    padding: 5px;
    color: #ccc !important;
    z-index: 100;
}

.compare-data:hover{
    background-color: #eee;
    color: #245342 !important;
}

.card-heading{
    height: 33px;
    overflow: hidden;
}

.card-text-off{
    color: #9e9e9e !important;
    text-decoration: line-through;
    font-size: 13px;
    height: 22px;
}

.send-quiek{
    display: block;
    background-color: forestgreen;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    position: absolute;
    z-index: 100;
    top: 5px;
    right: 5px;
    border-radius: 0px 10px 0px 10px;
}

.off-percent{
    display: inline-block;
    padding: 2px 8px;
    background-color: red;
    color: #fff;
    border-radius: 20px;
    margin-right: 5px;
    font-size: 12px;
    text-align: right !important;
    
}

/************* call to action banner **************/

.call-action-banner{
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.call-action-banner img{
    width: 100%;
}

/********************************************/

.dark-back{
    background-color: #e8e8e8;
}

.middle-dark-back{
    background-color: #f1f1f1;
} 
.coffee-bg{
    background-image: url(../image/coffe.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.light-coffe{
    background-color: rgba(10,70,10,0.3);
    padding-top: 30px;
    padding-bottom: 30px;
}

.heading-show{
    display: flex;
    justify-content: space-between;
}

/************** brands *************/

.brands-card{
    width: 100%;
    margin: auto;
    padding: 15px
}

.brands-card img{
    width: 100%;
    margin: auto;
}

/************ blog ****************/

.swiper-container-blog{
    overflow: hidden;
}

.card-box-blog{
    border-radius: 15px;
    border-color: #eee !important;
    overflow: hidden;
}

.blog-short{
    overflow: hidden;
    height: 40px;
    line-height: 1.3;
    margin-bottom: 5px !important;
}

/***************** footer ******************/

footer{
    background-color: #35373a;
}

.footer-sec{
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.footer-logo__image{
    width: 150px;
    height: 150px;
    margin: auto;
}

.footer-logo__image img{
    width: 100%;
    height: 100%;
}

.link-footer{
    color: #9e9e9e;
    text-decoration: none !important;
}

.link-footer:hover{
    color: #fff3ff;
}

.footer-section__link h4{
    color: #fff3ff !important;
}


.footer-section__link p{
    color: #9e9e9e !important;
}


.social-network__image{
    
    height: 30px;
    width: 30px;  
    display: inline-block;
    margin: 5px;
}

.social-network__image img{ 
    height: 100%;
    width: 100%;    
}

.social-network__image:hover{ 
    opacity: 0.8;  
}

.namad-foot{
    width: 125px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.namad-foot img{
    width: 100%;
    margin: auto;
}

/*** viratis footer ***/
.law {
    background-color: #212121;
    color: #9e9e9e;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    font-size: 11px;
}

.farahoosh {
    color: #9e9e9e;
}

.farahoosh:hover {
    color: #fafafa;
    text-decoration: none;
}

.viratis-color {
    color: #83b817;
}

.vira-img-link {
    height: 20px;
    width: 20px;
    display: inline-block;
}

.tis-color {
    color: #fafafa;
}

.vira-img-link img {
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 370px) {
    .law {
        font-size: 8px;
    }
}


/************ custom ****************/

.typography h2 {
    font-size: 24px;
    line-height: 1.6;

}

.typography p {
    text-align: justify;
}


.product-tabs__content {
    border: 2px solid #f0f0f0;
    border-radius: 15px;
    padding: 50px;
}