body{
    font-family: 'iranyekan2';
}

.style-two .header-button i{
    color:#fff !important;
}
.dreamit_menu>ul.user_nav_scroll>li>a{
    background-color: unset;
    padding: 3px 15px;
    border-radius: 8px;
    margin: 7px 0;
    color: #000;
    font-family: 'iranyekan2';
    font-weight: 500;
    border: 1px solid #bdbdbd;
}
.style-two .header-button #udpCartItemCounter{
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    top: 25px;
    left: 25px;
    background: #e2200a;
    font-size: 10px;
    line-height: 11px;
    font-weight: 700;
}
.footer-middle{
    /*background: url(/agency/images/zhest/patttern.png);*/
    background-position-x: center;
    background-size: 18%;
    background-position-y: center;
    background-color: #eee;
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding-inline: 30px;
    position: relative;
    padding-top: 5px;
    font-weight: 400;
}
.sticky .dreamit_menu>ul.user_nav_scroll>li>a{
    background-color: #fff;
}
.style-two .header-button{
    margin: 0px 0 0 0;
}
ul.nav_scroll li i {
    font-size: 12px;
    display: inline-block;
    margin-right: 3px;
}
.dreamit_menu>ul>li>a{
    font-family: 'iranyekan2';
    color: #000 !important;
    margin: 10px 9px;
    font-weight: 400;
}
.bars-menu{
    text-align: right;
    margin-top: 17px;
}
.size-row{
    height: 100%;
}
.size-row .row{
    align-items: center;
    height: 100vh;
}

.menu-item-hamber{
    margin-left:20px;
}
.bars-menu .menu-item-hamber i{
    font-size: 20px;
    font-weight: 500;
}
.home-page i{
    font-size: 18px;
}
.menu-item-hamber:hover , .home-page:hover{
    color: #555555;
}
/*.search-form{*/
/*    flex: 2;*/
/*    background: unset !important;*/
/*    border-bottom: 1px solid;*/
/*    border-radius: 0px;*/
/*    min-width:auto !important;*/
/*}*/
.dreamit_menu{
    align-items: center;
}
/*.SearchBox::placeholder{*/
/*    color:#000;*/
/*    font-family: 'iranyekan2';*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*}*/
.menu-item-top{
    position:relative;
}
.menu-open-item{
    background: #fff;
    position: absolute;
    right: -190px;
    display: flex;
    flex-direction: column;
    top: 0px;
    width: 50%;
    height: 100vh;
}
.flex-items{
    align-items: center;
    font-size: 20px;
    justify-content: right;
    direction: rtl;
}

.menu-item-top .dt-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}
.menu-item-top.isActive .menu-open-item{
    visibility: visible;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.bt-black {
    background: rgba(67, 67, 67, 0.4);
}

.menu-item-top.isActive .dt-overlay {
    opacity: 0.9;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.menu-item-top.isActive{
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.close-items{
    position: absolute;
    right: -50px;
    top: 26px;
    font-size: 25px;
    color: #111;
}

.close-items:hover{
    color: #3c3c3c;
}

.dreamit_menu>ul>li>a.with-submenu{
    display: flex;
    justify-content: space-between;
}

.dreamit_menu ul .sub-menu.open li a{
    color:#000 !important;
}

.dreamit_menu ul li.click-menu:hover>.sub-menu{
    opacity: 0;
}
.dreamit_menu ul li.click-menu:hover>.sub-menu.open{
    opacity: 1;
}
.dreamit_menu ul .sub-menu.open {
    position: sticky;
    right: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    background: unset !important;
}

.dreamit_menu>ul>li>a:after{
    display: none !important;
}
#footer_page{
    height: 100%;
}
.footer_page{
    background: url('/agency/images/zhest/FOOTER.webp') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    display: block;
}
.footer_page p{
    position: absolute;
    bottom: 5px;
    left: 45%;
    right: 45%;
    width:100%;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
#footer_main{
    /*background:url('/agency/images/zhest/patttern.png');*/
    background-position-x: center;
    background-size: 18%;
    background-position-y: center;
    /*background-color: #003459;*/
    background-color: #eee;
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding-inline: 30px;
    position: relative;
    z-index: 190;
    height: 100%;
    min-height: calc(100% - 34px);
    padding-top: 8rem;
    padding-bottom: 2rem;
    font-weight: 400;
}
#application-box p img{
    border-radius: 30px;
}

#application-box{
    border: none !important;
}
/*.slider__page#slider{*/
/*    position: relative;*/
/*}*/
/*#search-toolbar{*/
/*    position: absolute;*/
/*    bottom: 75px;*/
/*    left: 40%;*/
/*    z-index: 999;*/
/*    width: 25%;*/
/*}*/
/*.search-input-box{*/
/*    position: relative;*/
/*}*/
/*#search-toolbar .search-form{*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    align-items: center;*/
/*    padding: 8px 25px;*/
/*    height: auto;*/
/*    border-radius: 30px;*/
/*    background: rgb(203 203 203 / 62%) !important;*/
/*    border: none;*/
/*}*/
/*.search-form .search-input-box input{*/
/*    z-index: 999999;*/
/*    position: sticky;*/
/*    border-bottom: 1px solid #1c1c1c;*/
/*}*/
/*.search-form .search-input-box button img{*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    top: 8px;*/
/*    right: 0px;*/
/*}*/
.footer-menu1 h4 ,.title-form h4{
    color: #686868;
    font-size: .8rem;
    position: relative;
    margin-bottom: 1.8rem;
    text-align: right;
}
.footer-menu1 h4:after , .title-form h4:after{
    content: "";
    background-color: #cfcfcf;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -12px;
    right: 0;
    border-radius: 30px;
}
.footer-menu1{
    direction:rtl;
}
.title-form{
    direction:rtl;
    text-align: right;
}
.footer-menu1 ul.menu{
    list-style-type: none;
    direction: rtl;
    text-align: right;
}
.from-box-footer input{
    padding: 0;
    padding-right: 32px;
    height: 100%;
    width: calc(100% - 3px);
    float: right;
    background: unset !important;
    border-bottom: 1px solid #000;
    border-top:none;
    border-right:none;
    border-left:none;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.SendButton{
    display: block;
    background: #333;
    color: #fff;
    border: none;
    width: 100%;
    margin-top: 15px;
    padding: 7px 5px 10px;
}

.image-footer-logo .logo_img{
    margin:0 auto;
    display:block;
    text-align: center;
}
.image-footer-logo .logo_img img{
    width:90%;
    margin:0 auto;
    display:block;
}
.namads-footer{
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
}

#owl-carousel-slider .item-main{
    height: 100vh;
}

#owl-carousel-slider .item-main img{
    height: 100%;
}

#owl-carousel-slider-product .item-product
, #owl-carousel-slider-off .item-product
, #owl-carousel-slider-off .item-product
, #owl-carousel-slider-collection .item-product {
    height: 100vh;
}

#owl-carousel-slider-product .item-product img
, #owl-carousel-slider-off .item-product img
, #owl-carousel-slider-off .item-product img
, #owl-carousel-slider-collection .item-product img{
    height: 100%;
}
.size-row{
    width: 39%;
    margin: 0 auto;
}

.footer-bottom-menu p{
    color: #686868;
}
.footer-bottom-content-copy p{
    color: #686868;
}

.footer-bottom{
    margin-top: 50px;
}

h4.widget-title{
    color: #686868;
}

.widget-widgets-company-info ul{
    color:#686868;
}

.widget-widgets-company-info ul li a{
    color:#686868;
}

.style-two .header-button i.fa-shopping-basket{
    font-weight: 500;
    color: #000 !important;
}

.footer-recent-post ul li a {
    color: #686868;
    background-image: none !important;
    background-color: #686868;
}

.cart-box-main{
    position: fixed;
    top: 0;
    left: -550px;
    width: 420px;
    text-align: right;
    padding: 10px 30px 0;
    height: 100vh;
    overflow-x: hidden;
    background-color: #fff;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: all 0.2s ease;
    z-index: 9900;
}

.cart-box-main.toggle{
    left: 0;
}

.profile-user-text{
    text-align: right;
    font-size: 18px;
    font-weight: 900;
    color: #325461;
    margin-bottom: 20px;
}

.text-update{
    color: #111;
    font-size: 14px;
    margin: 30px 0px 20px;
    text-align: center;
    direction: rtl;
}

.cart-items{
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    direction: rtl;
}
.body-item-cart h5{
    font-size: 12px;
    color: #111;
}
.price-item-cart div .old-price-text{
    text-decoration: line-through;
    display: block !important;
    color: #6a6f6c !important;
    font-size:12px;
}
.products__item-text-price--final{
    color: red;
    font-size: 12px;
}
.item-cart-list{
    margin-bottom: 10px;
}
.price-item-cart p{
    font-size: 12px;
    margin:0;
}
.btn-list-ship{
    display: flex;
    justify-content: space-around;
    align-items: center;
    direction: rtl;
}
.btn-cart-item{
    background-color: #b99d6b;
    border: 1px solid transparent;
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin: 8px 2px 0;
    padding: 0;
    width: 45%;
}
.btn-cart-item:hover{
    background-color: #fff;
    color: #b99d6b;
    border: 1px solid #b99d6b;
}
.btn-shipping-item{
    background-color: #14161c;
    border: 1px solid transparent;
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin: 8px 2px 0;
    padding: 0;
    width: 45%;
}
.btn-shipping-item:hover{
    background-color: #fff;
    color: #14161c;
    border: 1px solid #14161c;
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
    .mobile-menu-area {
        background: #d7d7d7a3;
    }

    .mean-container a.meanmenu-reveal{
        color: #fff;
    }
    .size-row {
        width: 100% ;
    }

    #footer_main{
        padding-top: 15px !important;
    }
}
@media only screen and (min-width: 280px) and (max-width: 768px) {
    body {
        pointer-events: auto;
        touch-action: manipulation;
    }
    .search-form .search-input-box input {
        padding-right: 5px !important;
    }
    #search-box input {
        color: #000;
    }
    #search-box button{
        background: none !important;
        width: 20px !important;
        margin-top: 1px;
        height: 18px !important;
        left: 10px;
        right: auto;
        top: 6px !important;
    }
    #search-box {
        min-width: 200px !important;
        width: 200px !important;
        position: relative !important;
        padding: 0px !important;
        border-radius: 10px;
        left: unset !important;
        transform: unset !important;
        display: block !important;
        background: #f0f0f0 !important;
        border: 1px solid #e3ecf3 !important;
        margin: 0;
    }
}
