:root{
    --base-bg-color:#303030;
	--darkest-bg:#000000;
    --sec-bg-color:#d1aa4b;
    --lighter-bg : #ffffff1f !important;
    --lighter-active-bg:#f0f8ff63 !important;
    --base-txt-color:#080808;
    --sec-txt-color:#d1aa4b  !important;
    --third-txt-color:#ffffff;
    --border-radius: 9px;
}

.rtl{
    direction: rtl !important;
}
.ltr{
    direction: ltr !important;
}
body{
    background-image: url("https://navazh-beauty.ir/wp-content/themes/navazh-beauty/assets/images/background-semi.png");
    background-size: 100%;
    font-size: 1rem;
    /* background: var(--base-bg-color) !important; */
    color: var(--third-txt-color) !important;
    font-family: 'iransance';

}
body, button, input, textarea{
    font-family: 'iransance' !important;
}
li.product.type-product{
    border: 1px solid black;
    box-shadow: 1px 1px 5px gray;
    padding-bottom: 1rem;
}
.sec-bg-color{
    background: var(--sec-bg-color);
}
header{
    z-index: 3;
}
.superheader{
    border-bottom: 1px solid gray;
	position: relative;
	min-height: 5.5rem;
	background: var(--darkest-bg);
	display: flex;
	justify-content: center;
	align-items: center;
}
.superheader h1{
    color: var(--base-txt-color);
    height: 6rem;
    padding: 7px 6px;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(https://navazh-beauty.ir/wp-content/themes/navazh-beauty/assets/images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
	color: transparent;
}
.main-header{
    padding: 1rem 0;
}
.all-cat-title{
    text-align: center;
}
.all-cat-title span{
    background: var(--lighter-bg);
    padding: 0.5rem  3.5rem;
    border-radius: var(--border-radius);
    color:var(--base-txt-color);
    font-size: 0.8rem;

}
.product-icon{
    text-align: center;
    color:var(--base-txt-color);
	margin: 0;
}
.product-icon-txt{
    text-align: center;
    color: var(--base-txt-color);
    font-size: 0.7rem;
    font-weight: 100;
}
/* .swiper-container{
    width: 100%;
    height: auto;
} */
.mySwipercenter .swiper-slide{
    width: 5rem;
}
.product-cat-container{
    /* background:var(--lighter-bg); */
    width: 100%;
    border-radius: var(--border-radius);
    padding: 0rem 0.5rem  0.1rem;
    margin: auto;
    border: 1px solid var(--base-txt-color) !important;
	cursor:pointer; 
}

.swiper-slide-active .product-cat-container{
    background:var(--darkest-bg);
    border-radius: var(--border-radius);

}
.swiper-slide-active .product-icon-txt{
	color:var(--sec-txt-color) !important;
	font-weight: bold;
}
main{
    padding-top: 3rem;
}
.main-title{
    position: relative;
    color:var(--sec-txt-color);
    margin-bottom: 2rem;

}
.main-title h2{
    color:var(--sec-txt-color) !important;
    text-align: center;
    font-size: 1.3rem;
}
.main-title h2 span{
    position: relative;
    padding: 1.5rem;
    background: var(--base-bg-color);
}
.main-title h2 span::before{
    content: "«";
    background-color: rgba(0,0,0,0);
    background-color: initial;
    position: absolute;
    top: -0.5rem;
    bottom: 0;
    height: 22px;
    right: 0;
    margin: auto 7px auto 0;
}
.main-title h2 span::after{
    content: "»";
    background-color: rgba(0,0,0,0);
    background-color: initial;
    position: absolute;
    top: -0.5rem;
    bottom: 0;
    height: 22px;
    left: 0;
    margin: auto 0 auto 7px;
}
.main-title::before{
    /* content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 36%;
    width: 100%;
    border-bottom: 3px solid hsla(0,0%,100%,.58039); */
}
#menu{
    width: 100%;
    margin: auto;
	padding: 0rem;
} 
#menu ul{
    list-style: none !important;
    display: flex;
    margin: 0;
}

#menu ul li{
    padding: 1rem;

}
#menu ul li a{
    color:var(--sec-txt-color) !important;
}
#menu ul li img{
    width: 1.5rem;
}
#cat-icon ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0;
}
#cat-icon ul li{
    padding: 0 0.5rem;
}
.card-img,.card-img img{
    width: 100%;
    border-radius: var(--border-radius);
}
.main-product-cat-section{
    margin-bottom: 2.5rem;
}
.main-page-foodcard{
    padding: 1rem;
    min-height: 12rem;
}
.main-page-foodcard h2 ,.main-page-foodcard h3{
    color:var(--third-txt-color);
    font-size: 0.9rem;
} 

.bottomcontent{
    color:var(--third-txt-color);
    position: relative;
}
.bottomcontent small{
    position: absolute;
    right: 25px;
    top: 7px;
}
.bottomcontent h1,.bottomcontent h2,.bottomcontent h3,.bottomcontent h4 ,.bottomcontent h5,.bottomcontent h6,.bottomcontent p{
    color:var(--third-txt-color);
}
.fixedheader{
    position: fixed;
    width: 100%;
    animation-name: headermotion;
    animation-duration: 1s;
    top: 4.5rem;
    left: 0;
    transform: translate(0px, -72px);
}
.fixedheader~main{
    padding-top: 15rem;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: transparent!important;
}
@keyframes headermotion {
    from{
        transform: translate(0px  , -261px);
    }
    to{
        transform: translate(0px, -72px);
     }    
}
.fixedheader.hasWpadmin{
    position: fixed;
    width: 100%;
    animation-name: headermotions;
    animation-duration: 1s;
    top:2rem;
    left: 0;
    transform: translate(0px, -37px);
}
.plus-minus-btn-product{
    height: 35px;
    background: var(--sec-bg-color) !important;
    padding: 0;
}
.plus-minus-btn-product a{
    width: 100%;
    color:var(--third-txt-color);
}
.add-remove-basket-main input{
        width: 2rem !important;
        padding: 0 !important;
        text-align: center !important;
        margin: auto !important;
        background: transparent !important;
        border-top: 1px solid var(--sec-bg-color) !important;
        border-bottom: 1px solid var(--sec-bg-color) !important;
        color:var(--third-txt-color) !important;
}
@keyframes headermotions {
    from{
        transform: translate(0px  , -261px);
    }
    to{
        transform: translate(0px, -37px);
     }    
}
.revolution-slider{
	background:black;
}
.price-container{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    width: 3rem;
    height: 3rem;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0.8rem;
}
.btn-secondary{
    background-color: #372e3d !important;
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover{
    background-color: #5e5167 !important;
}
#loading{
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
    /* ---------------------------------------------------------------- 
    |
    |
    |                  
    |                    Hamburger Icon Animations
    |
    |
    |
    -------------------------------------------------------------------*/
    /* COLUMNS */

    .menuCol {
        display: block;
        float:left;
        margin: 1% 0 1% 1.6%;
    }

    .menuCol:first-of-type {
    margin-left: 0;
    }



    /* CLEARFIX */

    .cf:before,
    .cf:after {
        content: " ";
        display: table;
    }

    .cf:after {
        clear: both;
    }

    .cf {
        *zoom: 1;
    }

    /* ALL */

    .row .threeHamburger{
    /* padding: 80px 30px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background-color: #2c3e50; */
    color: #ecf0f1;
    text-align: center;
    }

    .hamburger .line{
        width: 30px;
        height: 3px;
        background-color: #ecf0f1;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover{
    cursor: pointer;
    }
    /* FIVE */

    #hamburger-5.is-active{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    }

    #hamburger-5.is-active .line:nth-child(2){
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    }

    #hamburger-5 .line:nth-child(2){
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    }


    #hamburger-5.is-active .line:nth-child(2){
    opacity: 0;
    }

    #hamburger-5.is-active .line:nth-child(1),
    #hamburger-5.is-active .line:nth-child(3){
    width: 19px;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    }

    #hamburger-5.is-active .line:nth-child(1){
    -webkit-transform: translateY(15px) rotate(45deg);
    -ms-transform: translateY(15px) rotate(45deg);
    -o-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
    }

    #hamburger-5.is-active .line:nth-child(3){
    -webkit-transform: translateY(-15px) rotate(-45deg);
    -ms-transform: translateY(-15px) rotate(-45deg);
    -o-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
    }
    /* ---------------------------------------------------------------- 
    |
    |
    |                   END
    |
    |
    |
    |
    -------------------------------------------------------------------*/
    .full-menu-container{
        padding: 5rem 0.5rem;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c1b00db;
        top: 0px;
        right: 0;
        z-index: 8;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        font-size: 2rem;
    }

    #mobileMenuContainer{
        padding: 3rem 0.5rem;
        position: fixed;
        width: 75%;
        height: 100vh;
        background: black;
        top: 0px;
        right: 0;
        z-index: 10;
    }
    #mobileMenuContainer ul{
        list-style: none;
    }
    #mobileMenuContainer ul li a{
        color: var(--sec-bg-color);
        line-height: 2.5rem;
    }
    .add-minu-container{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .plus-btn,.minus-btn{
        font-size: 1rem;
        padding: 0px 0.7rem;;
    }
    .plus-minus-btn-product,.plus-minus-btn-product{
        overflow: hidden;
    }
    .product-content-container{
        display:flex;
        align-items: flex-start; 
        justify-content: space-between;
        padding: 0rem 0.6rem 0 0;
        overflow: hidden;
    }
    .product-content-container .topcontent p{
        display: block;
        font-size: 0.6rem;
        color: gray;
    }
    #mobileMenuContainer{
        animation-name: mobileMenuMotion;
        animation-duration: 1s;
    }
    @keyframes mobileMenuMotion {
        /* transform:translate */
       from{
             transform: translate(100%,0);
       }
       to{
        transform: translate(0,0);
       }
    }

    #mobileMenuContainer ul li{
        line-height: 1.2rem;
        padding: 0.5rem 0.5rem;
    }
    #mobileMenuContainer img{
        width: 2rem;
    }
/* #slider{
    display: none;
} */
.mb-p-0{
    padding: 0;
}
.input-group{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.cursor-pointer{
    cursor :pointer
}
footer .all-pruduct-cat{
    padding: 1rem;
    width: 80%;
    margin: auto;
    border-radius: 20px;
    position: fixed;
    top: 1.4rem;
     left: 50%;
    transform: translate(-50%,31px);
    z-index: 99;
    overflow-y: scroll;

}
.close-container{
    padding: 1rem;
}
#headChef{
    /* position: fixed;
    top: 0.5rem;
    left: 4.5rem; */
    display: flex;
    flex-direction: row;
    cursor: pointer;
    width: 26px;
    z-index: 3;
}
.cart-number-container span{
    font-size: 0.8rem;
    padding: 0.1rem 0;
    border-radius: 100%;
    /* background: var(--sec-bg-color); */
    color: var(--sec-txt-color);
}
.end-order{
 display: none;
}
#swipHand{
    display: block;
    position: absolute;
    top: 11rem;
    right: 0;
    width: 62px;
}
.font-1{
    font-size: 0.9rem;
}
.main-page-footer{
    border-top:1px solid #363636;
    margin-top:3.5rem;
}
@media (min-width:768px) {

    .mySwipercenter .swiper-slide{
        width: 150px;
    }
    .md-px-3{
        padding-left: 1rem;
        padding-right: 1rem;
    } 
   .add-minu-container{
       display: flex;
       align-items: center;
       justify-content: end;
       padding: 0.5rem 3rem;
   }
   .plus-minus-btn-product{
    overflow: hidden;
}
.product-content-container{
    display:flex;
    align-items: flex-start; 
    justify-content: space-between;
    padding: 0 3rem;
}
.product-cat-container{
    /* background:var(--lighter-bg); */
    width: 8rem;
    border-radius: var(--border-radius);
    padding: 0rem 0.5rem  0.1rem;
    margin: auto;
    border: 1px solid var(--base-txt-color) !important;
	cursor:pointer; 
}
.price-container{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    width: 3rem;
    height: 3rem;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 1rem;

}
#slider{
    display: block;
}
#menu{
    width: 100%;
    margin: auto;
	padding: 0rem 2rem;
} 
#menu .desktop>ul>li{
    padding: 2rem 1rem;
}
#menu .desktop>ul>li{
    position: relative;
    font-size: 0.7rem;
}
#menu .desktop>ul>li>ul{
    position: absolute;
    top: 4rem;
    width: 300px;
    z-index: 2;
    background: black;
    display: none;
    right: 0;

}
#menu .desktop>ul>li:hover>ul{
    display: block;
}
.mb-p-0{
    padding-left: calc(var(--mdb-gutter-x)/2);
    padding-right: calc(var(--mdb-gutter-x)/2);
}
.input-group{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap!important;;
    flex-wrap: wrap!important;;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.plus-btn,.minus-btn{
    font-size: 1.8rem;
    padding: 0.625rem 1.5rem 0.5rem;
}
.add-remove-basket-main input{
    width: 4rem !important;
    padding: 0 !important;
    text-align: center !important;
    margin: auto !important;
    background: transparent !important;
    border-top: 1px solid var(--sec-bg-color) !important;
    border-bottom: 1px solid var(--sec-bg-color) !important;
    color:var(--third-txt-color) !important;
}
.product-content-container .topcontent p{
    display: block;
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    width: 21.7391304348%;
    float: right!important;
    margin-left: 0;
}
#headChef{
    position: fixed;
    display: flex;
    flex-direction: column;
    bottom: 0;
    left: 0;
    top:auto;
    cursor: pointer;
    width: 6rem;
}
.cart-number-container span{
    font-size:1rem;
    padding: 0.1rem 0.7rem;
    border-radius: 100%;
    background: var(--sec-bg-color);
    color: var(--base-txt-color);
}
.end-order{
    display: block;
    text-align: center;
    color: var(--sec-txt-color);
}
#swipHand{
   display: none;
}
.fixedheader.hasWpadmin{
    position: fixed;
    width: 100%;
    animation-name: headermotions;
    animation-duration: 1s;
    top:4rem;
    left: 0;
    transform: translate(0px, -37px);
}
}