: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;
}
li.product.type-product{
    border: 1px solid black;
    box-shadow: 1px 1px 5px gray;
    padding-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
}
.site-content{
    background-image: url("https://navazh-beauty.ir/wp-content/themes/navazh-beauty/assets/images/background-semi.png");
    background-size: 100%;
}
    /* ---------------------------------------------------------------- 
    |
    |
    |                  
    |                    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
    |
    |
    |
    |
    -------------------------------------------------------------------*/
    a:not(.sidenav-link):not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand):not(.page-link):not(.carousel-control-next):not(.carousel-control-prev){
        color: var(--sec-txt-color)!important;
    }
 header#masthead{
    background: var(--darkest-bg);
    background-size: cover;
 }  
 header{
    z-index: 3;
}
    header ul{
        list-style: none;
        display: flex;
        margin: 0;
    }
    header ul li{
       padding: 0.5rem 1rem;
    }
    .secondary-navigation{
        margin: 0!important;
    }
    .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{
        width: 8rem;
        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;
    }
    .superheader h1 a{
        color: transparent;
    }
    .superheader h1 a:not(.sidenav-link):not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand):not(.page-link):not(.carousel-control-next):not(.carousel-control-prev){
        color: transparent !important;
    }
  
    #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;
    }
    #menu .desktop>ul>li{
        padding: 2rem 1rem;
    }
    #menu .desktop>ul>li{
        position: relative;
    }
    #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;
    }
    #cat-icon ul{
        list-style: none;
        margin: 0;
    }
    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;
    }
    #secondary.widget-area a{
        font-size: 0.8rem;
    }
    #secondary.widget-area h2,#secondary.widget-area h3,#secondary.widget-area h4,#secondary.widget-area h5,#secondary.widget-area h6{
        font-size: 0.8rem;
        font-weight: bolder;
    }
    .full-menu-container{
        padding: 1rem 0.5rem;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c1b00db;
        top: 0px;
        right: 0;
        z-index: 9999;
    }
    #mobileMenuContainer{
        padding: 1rem 0.5rem;
        position: fixed;
        width: 75%;
        height: 100vh;
        background: black;
        top: 0px;
        right: 0;
        z-index: 99999;
    }
    #mobileMenuContainer ul{
        list-style: none;
    }
    #mobileMenuContainer ul li{
        line-height: 1.2rem;
        padding: 0.5rem 0.5rem;
    }
    #mobileMenuContainer ul li a{
        color: var(--sec-bg-color);
        line-height: 2.5rem;
    }

    #mobileMenuContainer img{
        width: 2rem;
    }
footer:not(.wp-block-latest-comments__comment-meta){
    background-image: url("https://navazh-beauty.ir/wp-content/themes/navazh-beauty/assets/images/footer.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #363535 !important;
    /* min-height: 41rem; */
}   
.site-footer {
    background-color: transparent!important;
    color: var(--sec-txt-color)!important;
    padding: 0 !important;
} 

footer{
    line-height: 3rem;
}
footer a {
   text-decoration: none;
}
.site-footer a{
    text-decoration: none !important;
}
footer{
    text-align: justify;
}
footer .site-info{
    padding:0px;
    font-size: 0.8rem;
    text-align: center;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title, .site-footer .widget .widgettitle{
    color:var(--sec-txt-color)!important;
}
.footer-widgets>div:nth-child(2){
    text-align: right;
}
footer p{
    margin: 0 !important;
}
footer .widget{
    margin: 0 !important;
}
.text-justify{
    text-align: justify;
}
.my-custome-footer{
    margin-top: 12rem!important;
    border-top:1px dotted var(--third-txt-color) ;
    padding:3rem 1rem;
}
.woocommerce-active .site-branding {
    float: left!important;
    background: url("https://navazh-beauty.ir/wp-content/themes/navazh-beauty/assets/images/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    color: var(--base-txt-color);
}
.site-branding .site-title a{
    color: var(--base-txt-color);
}
#masthead{
	background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
.site-branding .site-title {
    font-size: 2em;
    letter-spacing: -1px;
    margin: 0;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .col-1{
    width: 100% !important;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .col-2{
    width: 100% !important;
}
.woocommerce-button.button{
    min-width: 3.5rem;
    display: block;
    min-width: 3.5rem;
    display: block;
    margin-top: 1rem;
    direction: rtl;
    text-align: right;
} 
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button:first-child{
    margin-top: 2rem;
}
@media (min-width:768px) {
.woocommerce-button.button{
        min-width: auto;
        display: inline-block;
        margin-top: 0rem;
        direction: rtl;
        text-align: right;

} 
.right-sidebar .widget-area {
    border-right: 1px solid #cccccc;
    padding: 0 2rem;
    background-image: url("https://navazh-beauty.ir/wp-content/themes/navazh-beauty/assets/images/sidebar.jpg");
    background-repeat: repeat-y;
}

 header#masthead{
    background: url("https://navazh-beauty.ir/wp-content/uploads/2021/11/pages-header-2.jpg");
    background-size: cover;
    min-height: 23rem;
 }
 .site-header {
    border-bottom-color: transparent !important;
}
.my-custome-footer{
    margin-top: 12rem!important;
    border-top:1px dotted var(--third-txt-color) ;
    padding: 0 9rem;
}

footer .widget.widget_block{
    padding:0 1rem;
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    width: 21.7391304348%;
    float: right!important;
    margin-left: 0;
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    width: 73.9130434783%;
    float: right;
    margin-right: 4.347826087%;
    margin-left: 0!important;
}
.footer-widgets>div:nth-child(2){
    text-align: left;
}
.woocommerce-active .site-branding {
    float: right!important;
}

.site {
    overflow: visible!important;
}
.elementor-widget-text-editor {
    color: #7a7a7a !important;
    font-family: iransance !important;
    font-weight: 100 !important;
}
#masthead{
	background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem 2rem;
}
}