@font-face {
    font-family: plex;
    src: url(../fonts/IBMPlexSans-Light.ttf) format("truetype")
}

@font-face {
    font-family: plexSemiBold;
    src: url(../fonts/IBMPlexSans-SemiBold.ttf) format("truetype")
}
@font-face {
    font-family: IRANSansBold;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSansMed;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_medium.eot');
    src: url('../fonts/eot/IRANSansWeb_medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_medium.ttf') format('truetype');
}
@font-face {
    font-family: OptimaNovaLTProBold;
    font-style: normal;
    src: url('../fonts/en/OptimaNovaLTProBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/en/OptimaNovaLTProBold.woff') format('woff');
}
@font-face {
    font-family: OptimaNovaLTProRegular;
    font-style: normal;
    src: url('../fonts/en/OptimaNovaLTProRegular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/en/OptimaNovaLTProRegular.woff') format('woff');
}
@font-face {
    font-family: Chronicle;
    font-style: normal;
    src: url('../fonts/en/Chronicle_Display_Semibold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/en/Chronicle_Display_Semibold.woff') format('woff');
}
.latin-bold{
    font-family: OptimaNovaLTProBold!important;
}
.latin-regular{
    font-family: OptimaNovaLTProRegular!important;
}
.latin-title{
    font-family: Chronicle!important;
}
body, html {
    font-size: 11px;
    background: #fff;
    overflow-x: hidden;
    font-family: OptimaNovaLTProRegular, IRANSans
}
span{
    font-family: "OptimaNovaLTProRegular", "peyad-regular";

}
body.direction-rtl{
    text-align: right;
}
body.hide-items{
    height: 100vh;
    overflow: hidden;
}

ul {
    list-style: none;
}
a{
    text-decoration: none!important;
    color: #121212;
}
a.active{
    font-weight: bold;
}
a:hover{
    color: #b0823d;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Chronicle, IRANSansBold !important;
}

section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.white-space-pre {
    white-space: pre;
}
.bg-gradiant{
    background: rgb(157 128 108);
    background: linear-gradient(45deg, rgb(157 128 108) 0%, rgb(117 84 51) 100%);
}
#topDashboardMenu .dashboard-items.active:before{
    background-color: white;
}
#topDashboardMenu .dashboard-items:hover{
    color: #c7a068 !important;
}
.h-35px{
    height: 35px!important;
}
.tooltip-inner{
    font-family: IRANSans;
}
.restrict-body-scroll {
    overflow: scroll!important;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}
#searchBox{
    position: fixed;
    top: -25%;
    padding: 70px 0;
    background: white;
    right: 0;
    width: 100%;
    z-index: 9;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    visibility: hidden;
}
#searchBox.active{
    visibility: visible;
    height: auto;
    top: 90px;
}
body.with-topLinePurple #searchBox.active{
    top: 140px;
}
#closeSearchBox{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
#searchInput{
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #939393;
    height: 40px;
    outline: none;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}
#searchBtnOnInput{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: none;
    background: transparent;
    z-index: 2;
}
label[for="searchInput"]{
    position: absolute;
    z-index: -1;
    right: 0;
    top: 5px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-weight: bold;
    opacity: 0;
}
#searchInput:focus ~ label[for="searchInput"]{
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    opacity: 1;
}
#searchInput::placeholder{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#searchInput:focus::placeholder{
    color: transparent;
}
.nav-child-box{
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    background: #fff;
    display: none;
    border-top: 1px solid;
}
.has-child:hover .nav-child-box{
    display: block;
}
.sub-nav-inner>div:not(.sub-nav__img--half){
    padding-right: 41px;
}
.sub-nav-inner h3{
    font-size: 1.1rem;
    color: #000;
    line-height: 1.71;
    letter-spacing: normal;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 8px;
}
a.cta{
    color: #000;
    line-height: 1.71;
    font-weight: 400;
    font-style: normal;
    outline: none;
    border: 1px solid transparent;
}
.sub-nav-inner li a{
    display: inline-block;
    position: relative;
    font-size: 1.05rem;
    padding: 10px 0;
}
a.cta .cta-content{
    position: relative;
    text-decoration: none;
    display: inline!important;
    pointer-events: none;
}
a.cta .cta-content:before{
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 0;
    background: -webkit-gradient(linear,left bottom,left top,from(#c7a068),to(#b0823d)) 0 100% no-repeat;
    background: linear-gradient( 0deg,#c7a068,#b0823d) 0 100% no-repeat;
    background-color: none!important;
    content: '';
    position: absolute;
    bottom: -10px;
    height: 1px;
}
a.cta .cta-content .cta-text {
    outline: none;
    border: none;
    pointer-events: none;
}
.cta:hover .cta-content:before, .cta:hover .hover-cta , .active .hover-cta {
    width: 100%;
}
.header__backdrop {
    right: 0;
    bottom: 0;
    z-index: 8;
    height: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    background: rgba(0,0,0,.5);
}
.btn.btn-outline-dark:hover svg.main-svg .cls-1{
    stroke: #ffffff;
}
.btn.btn-outline-dark:hover svg.main-svg{
    fill: #ffffff;
}
.btn.btn-outline-dark.fill{
    background-color: #ff3155;
    color: #fff;
}
.header__backdrop {
     display: none;
}
.sub-nav__img {
    position: relative;
}
.sub-nav__img--half {
    -webkit-box-flex: 0;
}
.text-with-image {
    height: 100%;
    position: relative;
    display: block!important;
}
.sub-nav__img--half .text-with-image {
    float: right;
    width: 100%;
}
.sub-nav__img .text-with-image__image a {
    width: 100%;
}
.sub-nav__img img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.sub-nav__img .text-with-image__text.inset-left {
    text-align: right!important;
}
.text-with-image__text .content-tile {
    z-index: 2;
}
.sub-nav__img .text-with-image__text .content-tile {
    padding: 2px;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    background: transparent;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.content-tile .description {
    font-size: 1.05rem;
    line-height: 1.71;
    color: #000;
    font-weight: 300;
    font-style: normal;
    padding: 0!important;
}
.content-tile .cta-link {
    padding-bottom: 8px;
    width: 100%;
    display: inline-block;
}
.content-tile .cta-link .cta {
    width: auto;
    margin: 4px 0 0;
}
/* ************* Common ************* */
.number-format{
    font-family: plex;
    direction: ltr!important;
}
.number-format > *{
    direction: ltr!important;
}
.btn-purple {
    border: 1px solid;
    border-color: var(--mainDarkColor);
    color: var(--mainDarkColor);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.btn-half {
    position: relative;
    background-color: #fff;
    color: #000;
    height: 40px;
    padding: 12px 24px;
    border: 1px solid #000 !important;
    box-shadow: none;
    text-align: center;
    display: inline-block !important;
    width: auto;
    line-height: 1.14;
    min-width: 120px;
    font-size: 13px;
}
.btn-half span{
    position: relative;
}
.btn-half span:before{
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #b0823d;
    bottom: -1px;
    right: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
/*.btn-half:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 15px;*/
/*    height: 1px;*/
/*    background: #FFFFFF;*/
/*    top: -1px;*/
/*    right: 15px;*/
/*    left: auto;*/
/*    transition: all 0.3s;*/
/*    -webkit-transition: all 0.3s;*/
/*    -moz-transition: all 0.3s;*/
/*    -ms-transition: all 0.3s;*/
/*    -o-transition: all 0.3s;*/
/*}*/
.btn-half:hover span:before{
    width: 100%;
}
.btn-half:hover{
    color: black;
}
.bg-gray {
    background: #F1F1F1;
}

.footer-input {
    border: 0;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    background: transparent;
}

.footer-input:focus {
    background: transparent;
}

.bottom-border-input {
    border: 0;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 0;
    background: transparent;
    position: relative;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.bottom-border-input::placeholder {
    color: #a9a9a9;
}
.bottom-border-input:focus {
    background: transparent;
    box-shadow: none !important;
    outline: none !important;
    color: #23272b;
    border-color: #23272b;
}
textarea.bottom-border-input{
    height: auto;
}
.border-top-purple {
    border-top: 3px solid var(--mainDarkColor);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, .1);
}

.z-index-2 {
    z-index: 2;
}
.top-banner {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--mainDarkColor);
    margin-top: 20px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
}
.gallery-item:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, rgba(38, 38, 43, 0.6), transparent);
    z-index: 1;
}
.gallery-card img {
    transition: all 0.3s;
}
.gallery-card:hover img {
    transform: scale(1.01) rotate(1deg);
}
.gallery-item[data-type=image]:before, .gallery-item[data-type=video]:before {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    content: "";
    z-index: 2;
}
.gallery-item[data-type=image]:before {
    background: url(../images/image.svg);
    background-size: cover;
    background-position: center;
}
.gallery-item[data-type=video]:before {
    background: url(../images/video.svg);
    background-size: cover;
    background-position: center;
}
.sidebar {
    width: 45%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #ffffff;
    z-index: 5;
    transform: translateX(100%);
    overflow-x: hidden;
    overflow-y: auto;
}
.btn-dark {
    color: #fff;
    background-color: #23272b;
    border-color: #23272b;
    height: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.btn-dark:hover{
    background-color: #1b1c21;
    border-color: #1b1c21;
}
/*#topLinePurple.show{*/
/*    height: 50px;*/
/*}*/
#topLinePurple{
    overflow: hidden;
    padding-left: 45px;
    padding-right: 20px;
    position: relative;
}
#topLinePurple.show button{

}
#topLinePurple button{
    color: #660033;
    position: absolute;
    top: 18px;
    left: 20px;
}
.with-topLinePurple.fixed-content main.content{
    padding-top: 140px
}
.fixed-content main.content{
    padding-top: 93px
}
.with-topLinePurple main.content{
    padding-top: 140px
}
main.content{
    padding-top: 93px
}
    /* ************* Header ************* */
.main-header .nav-link {
    color: #000000;
    font-size: 13px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.main-header .nav-item {
    padding: 13px;
}

.main-header .nav-link.active {
    font-weight: bold;
}

.main-header .nav-link:before,
.main-header .nav-link:after {
    position: absolute;
    content: '';
    height: 1px;
    background: transparent;
    bottom: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
}
.main-header .nav-link:before{
    z-index: 1;
    width: 100%;
}
.main-header .nav-link:after{
    z-index: 2;
    width: 10%;
    right: 10%;
}
.main-header .nav-link:hover:before,
.main-header .nav-link.active:before {
    background: #0b0b0b;
}

.main-header .nav-link:hover:after,
.main-header .nav-link.active:after {
    background: white;
    right: 70%;
}



/* ************* Paralex ************* */
.paralex {
    width: 40%;
    height: 100%;
    top: 0;
    font-size: 15px;
    padding: 90px 15px;
}

.paralex-left {
    left: 0;
}

.paralex-right {
    right: 0;
}
.w-fit_content{
    width: max-content;
    width: -moz-max-content;
}
.delete-cart-item{
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background: transparent;
}
.wishlist, .add_to_cart{
    margin-left: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 3px;
}
.wishlist:before,
.add_to_cart:before{
    position: absolute;
    width: 75%;
    height: 75%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.wishlist:before{
    content: url(../images/svg/wishlist.svg);
}
.wishlist.fill:before{
    content: url(../images/svg/wishlist-fill.svg);
}
.add_to_cart:before{
    content: url(../images/svg/shoping.svg);
}

.add_to_cart.fill:before{
    content: url(../images/svg/shoping-fill.svg);
}
.after-arrow{
    position: relative;
}
.after-arrow:after{
    position: absolute;
    content: '';
    background: url("../images/left-arrow.png") 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 12px;
    height: 12px;
}
.owl-nav-center .owl-prev, .owl-nav-center .owl-next {
    background: transparent!important;
    border: none;
    outline: none !important;
    position: absolute;
    top: 45%;
    font-size: 22px !important;
}
.owl-nav-center .owl-prev {
    left: -7%;
}
.owl-nav-center .owl-next {
    right: -7%;
}

.products{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fafafa;
    background-clip: border-box;
}
.products:hover .products_image{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.slider-box-number {
    top: 35px;
    left: 35px;
    font-size: 1.5rem;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
}

.slider-box-main {
    bottom: 30px;
    right: 35px;
    padding-right: 10px;
}

.slider-box-main:before {
    position: absolute;
    content: '';
    width: 0;
    right: 0;
    border-right: 1px solid #000000;
}
.slider-box-main.up:before{
    top: 0;
    bottom: auto;
    animation: up_line .5s forwards;
    animation-delay: .5s;
}
.slider-box-main.down:before{
    animation: down_line .5s forwards;
    bottom: 0;
    top: auto;
}
.slider-icons-box{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    top: 15px;
    right: 15px;
}
.tag-icons-box{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    top: 15px;
    left: 15px;
}
.product-tag{
    margin-left: 5px;
    padding: 3px 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    color: #000;
    background: #fff;
    border: 1px solid #eee;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: white;
    border: none;
    margin: 0;
}
.owl-arrows-on .owl-next, .owl-arrows-on .owl-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.owl-arrows-on .owl-prev {
    left: 10px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.owl-arrows-on .owl-next {
    right: 10px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.outside-nav .owl-prev {
    left: -25px;
    right: auto;
    background: transparent!important;
    padding: 0;
}
.outside-nav .owl-next {
    right: -25px;
    left: auto;
    background: transparent!important;
    padding: 0;
}
.news-arrow-logo-left {
     position: relative;
     width: 40px;
    height: 40px;
     margin-right: 0;
    padding: 8px;
 }
.news-arrow-logo-right {
    position: relative;
    width: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-left: 0;
    height: 40px;
    padding: 8px;
}
.outside-nav .news-arrow-logo-left, .outside-nav .news-arrow-logo-right{
    width: 25px;
    height: 25px;
    padding: 4px;
}
.slider-banner{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin:auto;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ececec;
}
.style-slider-text {
    width: 100%;
    bottom: 25px;
    right: 0;
    font-size: 14px;
}
.products:hover .style-slider-text {
    bottom: 35px;
}
.bg-images{
    position: relative;
    background: url(../images/paralex-1.png);
    /*background-attachment: fixed;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-images.with-overlay:before{
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 1;
    background: rgba(0,0,0,0.1);
}

.btn-back-style{
    position: relative;
    z-index: 6;
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-flex;
}
.on-top-number{
    position: absolute;
    top: -6px;
    left: -6px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: white;
    background: #b0823d;
    font-size: 9px;
}
.btn-back-style.active .on-top-number{
    color: #b0823d;
    background: white;
}
svg.main-svg{
    width: 20px;
}
.main-svg .cls-1 {
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 0.25px;
}

#headerRightBtns, #headerLeftBtn{
    width: 400px;
}
.btn-back-style.active{
    color: white!important;
}
.btn-back-style.active svg{
    fill: white!important;
}
.btn-back-style.active .main-svg .cls-1{
    stroke: white!important;
}
#maskPurpleTopBg{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}
#basketDetailOnHeader, #favoriteDetailOnHeader, #accountDetailOnHeader{
    position: fixed;
    width: 400px;
    background: white;
    right: -450px;
    height: 100vh;
    z-index: 1001;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    overflow: hidden;
    box-shadow: 0 0 80px rgba(0,0,0,0.1);
}
[data-id="basketDetailOnHeader"],
[data-id="favoriteDetailOnHeader"],
[data-id="accountDetailOnHeader"]{
    position: relative;
    z-index: 6;
}
#basketDetailOnHeader.active,
#favoriteDetailOnHeader.active,
#accountDetailOnHeader.active{
    right: 0;
    border-bottom:3px solid #b0823d;
}
#basketDetailOnHeader.active ~ #maskBackLight,
#favoriteDetailOnHeader.active ~ #maskBackLight,
#accountDetailOnHeader.active ~ #maskBackLight
{
    display: block;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.sticky:before,
.sticky:after {
    content: '';
    display: table;
}

#maskBackLight{
    background: rgba(0,0,0,0.2);
    position: fixed;
    z-index: 1000;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
}
.header-side-inner{
    height: 100%;
    padding-top: 70px!important;
}
.product-list-box{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}
.product-list-detail{
    padding: 0 10px 0 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}
.product-list-grid{
    display: grid !important;
    display: -ms-grid;
    grid-auto-flow: dense;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    overflow: visible;
    height: 100%;
    grid-template-columns: repeat(4,1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
}
.product-list-grid .layout_1, .product-list-grid .layout_2{
    -webkit-box-align: unset;
    align-items: unset;
    margin: 0;
    padding: 0;
}.product-list-grid .layout_2{
     grid-column: auto/span 2;
     grid-row: auto/span 2;
     -ms-grid-column-span: 2;
     -ms-grid-row-span: 2;
}
.product-list-grid .layout_1,
.product-list-grid .layout_2,
.product-title{
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.layout_1 .show_layout_2{
    display: none;
}
.layout_1 .add_to_cart{
    position: absolute;
    top: 12px;
    right: 12px;
}
.layout_2 .add_to_cart{
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
}
.layout_2 .add_to_cart:before {
    position: relative;
    content: url(../images/svg/shoping-white.svg);
    width: 20px;
    height: 20px;
}
.product-mobile__detail{
    display: none;
}
div.hover-container{
    padding: 32px 32px 16px;
    border: 1px solid #2d2d2d;
    flex-direction: column;
    -webkit-flex-direction: column;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    background: white;
    display: flex;
    display: -webkit-flex;
    z-index: 111;
}
div.hover-container .wishlist{
    position: absolute;
    top: 10px;
    right: 10px;
}
.circle-color{
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

#mainHeader{
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    border-top: 3px solid var(--purple);
    z-index: 1000;
    background: white;
    transition: all cubic-bezier(.22,.72,.68,.81) 0.3s;
    -webkit-transition: all cubic-bezier(.22,.72,.68,.81) 0.3s;
}
.fixed-content #mainHeader{
    position: fixed;
}
#mainHeader.move-top{
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
.with-topLinePurple #mainHeader{
    /*height: 140px;*/
}
.fixed-content #mainHeader{

}
.discount-value{
    height: 40px;
    width: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #ff3155;
    border-radius: 3px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
}
#mainSlider{
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
    /*grid-template-columns: minmax(350px, 420px) 1fr;*/
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 15px;
    /*grid-template-areas: "others_slider big_slider";*/
    grid-template-areas: "big_slider";
    height: calc(100vh - 120px);
}
.left-slider{
    grid-area: big_slider;
    margin-bottom: 15px;
    width: 100%;
}
.right-slider{
    height: 100%;
    grid-area: others_slider;
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
    grid-template-columns:1fr;
    grid-template-rows: calc(33.3333% - 15px) calc(33.3333% - 15px) calc(33.3333% - 15px) calc(33.3333% - 15px);
    grid-template-areas: "grid_1"
                            "grid_2"
                            "grid_3"
                            "grid_4";
    row-gap: 15px;
}
.in-grids{
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 15px;
}
.in-grids:first-child{
    grid-area: grid_1;
}
.in-grids:nth-child(2){
    grid-area: grid_2;
}
.in-grids:nth-child(3){
    grid-area: grid_3;
}
.in-grids:nth-child(4){
    grid-area: grid_4;
    margin-bottom: 0;
}
.main-slider{height: 100%}
#firstSection, #sideBanner{
    height: calc(100vh - 120px);
    display: block;
    width: 100%;
}
.slider-box{
    height: calc(33.3333% - 15px);
    margin-bottom: 15px;
    width: 100%;
}
.owl-carousel.owl-drag .owl-item, .owl-carousel .owl-stage, .owl-carousel .owl-stage-outer{
    height: 100%
}
#mainSlider .owl-dots{
    position: absolute;
    bottom: 35px;
    left: 35px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
}
#mainSlider .owl-theme .owl-dots .owl-dot{
    background: transparent;
    border: none;
}
#mainSlider .owl-theme .owl-dots .owl-dot span{
    margin: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#mainSlider .owl-theme .owl-dots .owl-dot.active span{
    width: 13px;
    height: 13px;
}
#originalTitle, #originalPrice{
    opacity: 0;
}
.fade-down{
    transform: translateY(0);
    animation: fade_down .5s forwards;
}
@keyframes fade_down {
    from{
        transform: translateY(0);
        opacity: 1;
    }
    to{
        transform: translateY(15px);
        opacity: 0;
    }
}
.fade-up{
    transform: translateY(0);
    animation: fade_up .5s forwards;
    animation-delay: .5s;
}
@keyframes fade_up {
    from{
        transform: translateY(15px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes up_line {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}
@keyframes down_line {
    from{
        height: 100%;
    }
    to{
        height: 0;
    }
}
.payment-link-header a.active{
    border-bottom: 3px solid;
}
.dark-btn{
    background: black;
    color: white;
    border: 1px solid black;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 8px 15px;
    height: 50px;
    font-weight: 500;
}

.dark-btn:hover{
    background: #b0823d;
    color: white;
}
.btn-red{
    background: #ff3155;
}
.btn-green{
    background: rgb(2, 192, 118);
}
.label-in-input{
    position: absolute;
    top: 0;
    right: 1px;
    cursor: text;
    color: #767676;
    display: block;
    z-index: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform-origin: right;
}
.input-focus::placeholder{
    opacity: 0;
}
.input-focus:focus ~ .label-in-input, .input-focus:not(:placeholder-shown) ~ .label-in-input{
    transform: translateY(-20px) scale(0.92);
}
#anotherAddressAdd{
    display: none;
}
.product-detail-btn-counter {
    left: 0;
    top: -15px;
}
.icon-box.icon-box-style-1 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.icon-box.icon-box-style-1 .icon-box-icon {
    padding-left: 1rem;
}
.icon-box.icon-box-style-1 .icon-box-icon i {
    font-size: 4rem;
    position: relative;
    color: #b0823d;
}
.icon-box.icon-box-style-1 .icon-box-info p {
    font-size: 1.4rem;
}
#timeline {
    width: 100%;
    margint: 30px auto 0 auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#timeline:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #7c2356;
    left: 50%;
    top: 0;
    position: absolute;
}
#timeline.full_timeline:before {
    right: 27px;
    left: auto;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}
#timeline .timeline-item {
    margin-bottom: 20px;
    position: relative;
}
#timeline .timeline-item:after, #timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
#timeline .timeline-item .timeline-icon {
    background: white;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 9px;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 14px;
    color: #7c2356;
    border: 1px solid #7c2356;
}
#timeline.full_timeline .timeline-item .timeline-icon {
    right: 0;
    left: auto;
}
#timeline .timeline-item .timeline-content {
    float: left;
    width: 45%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 3px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgb(0 0 0 / 10%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#timeline.full_timeline .timeline-item .timeline-content {
    width: calc(100% - 60px);
    position: relative;
    padding: 20px 20px 0 20px;
}
#timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #7c2356;
}
#timeline.full_timeline .timeline-item .timeline-content:before {
    content: '';
    right: -6px;
    left: inherit;
    border-left: 7px solid #7c2356;
    border-right: 0;
}
.droper .timeline-title {
    cursor: pointer;
}
#timeline .timeline-item .timeline-content .timeline-title {
    padding: 15px;
    background: #fafafa !important;
    color: #565656;
    margin: -20px -20px 0 -20px;
    font-weight: 300;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 15px;
}
.droper .drop_item {
    height: 0;
    overflow: hidden;
    margin-top: 0!important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.droper.active .drop_item {
    height: auto;
    overflow: hidden;
    margin: 15px 0!important;
}
.breadcrumb{
    font-size: 13px;
}
.owl-custom-width{
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
}
.right-padding{
    width: 120px;
    position: relative;
    background: var(--mainDarkColor);
    height: 100%;
}
/* ************* Footer ************* */
.vertical_viewer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.vertical_viewer .item {
    cursor: pointer;
    grid-column: span 2;
    position: relative;
}
.vertical_viewer .item:before {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    opacity: 0;
    content: '';
    background: url("../images/svg/search.png") center;
    background-size: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.vertical_viewer .item:hover:before{
    opacity: 1;
}
.modal-images{
    width: 100%;
    height: 100vh;
    position: relative;
    margin: auto;
}
.modal-images .modal-header{
    width: 100%;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.modal-images .modal-body{
    height: calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
}
.modal-images .thumbnail-images{
    width: 120px;
    position: relative;
    height: 100%;
    overflow: auto;
}
.modal-images .thumbnail-items{
    cursor: pointer;
    position: relative;
}
.modal-images .thumbnail-items:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    z-index: 10;
}
.modal-images .thumbnail-items.thumbnail-items--selected:before{
    content: none;
}
input#amount{
    width: 50px;
    text-align: center;
    height: 35px;
    font-size: 14px;
    background: transparent;
    border: none;
}
.owl-theme .owl-dots .owl-dot{
    background: transparent;
    border: none;
}
.owl-theme .owl-dots .owl-dot span{
    margin: 0;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}
.category-section{
    /*width: 220px;*/
    /*margin:0 15px 15px 15px;*/
}
.dropdown-filter-item{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 112;
    padding: 20px;
    background: white;
    height: 250px;
    display: none;
    align-items: center;
    -webkit-align-items: center;
}
.dropdown-filter-item ul{
    height: 200px;
}
.dropdown-filter-item.show{
    display: flex;
}
.filter-image{
    width: 320px;
    margin-left: 10px;
}
.checkbox-style{
    width: 9px;
    height: 9px;
    cursor: pointer;
    border: 1px solid #000;
    background-color: white;
}
.price_checkbox:checked + .checkbox-style{
    background: #660033;
}
.price-container{
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}
.price-container .main-option__custom-prices{
    font-size: 1rem;
    color: #000;
    line-height: 1.75;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    margin: 4px 0;
    width: 264px;
    z-index: 1;
}
.price-container .main-option__custom-prices p{
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.main-option__custom-prices_inputs {
    margin: 0;
    padding: 0;
    max-width: 330px;
    width: 100vw;
    display: -webkit-box;
    display: flex;
}
.main-option__custom-prices_range-wrapper_input {
    display: block;
}

.material-input {
    font-size: .875rem;
    color: #000;
    line-height: 1.71;
}
.input-field, .material-input {
    position: relative;
    margin-top: 1.5rem;
}
.main-option__custom-prices_range-wrapper_input input[type=text] {
    font-size: 1.2rem;
    color: #000;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 300;
    font-style: normal;
    caret-color: #81d8d0;
    height: 1.125rem;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: 0;
    width: 100%;
    margin: 0;
    padding: 6px 0;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: box-shadow .3s,border .3s;
    transition: box-shadow .3s,border .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.main-option__custom-prices_range-wrapper_input label {
    font-size: 1rem;
    color: #767676;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: 300;
    font-style: normal;
    height: 1.125rem;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
.material-input input[type=text]:not(.browser-default):focus:not([readonly]){
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 0 0 #000;
}
.main-option__custom-prices .custom-label{
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: left;
}
.main-option__custom-prices .custom-label {
    font-weight: 400;
    font-style: normal;
    color: #000;
    line-height: .875;
    letter-spacing: 0;
    align-self: flex-end;
    padding: 16px;
}
.main-option__custom-prices_submit {
    background-color: #fff;
    color: #000;
}
.main-option__custom-prices_submit {
    font-weight: 600;
    font-style: normal;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    width: 144px;
    border: 1px solid #000;
    cursor: pointer;
}
.filters-component__filterby-wrapper .filterby-wrapper__filterby-options .main-option__custom-prices_submit span {
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 16px;
}
#selectionBox{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 145px;
    z-index: 112;
    display: none;
    padding-top: 20px;
}
#selectionBox.show{
    display: block;
}
.item-with-before .item{
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    padding-right: 24px;
    cursor: pointer;
    margin-bottom: 8px;
}
#selectionItemsInLine .item{
    margin-bottom: 0;
    margin-left: 15px;
}
.item-with-before .item:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("../images/times.svg");
    background-size: 20px;
    background-position: 0px -3px;
}
#parentFilterBoxes{
    display: none;
}
#parentFilterBoxes.show{
    display: block;
}
#productCategoryListItem .owl-stage{
    padding-right: 0!important;
    padding-left: 0!important;
}
.input-check-container {
    direction: rtl;
    text-align: right;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input-check-container input {
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 19px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.input-check-container .checkmark:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 12px;
    border: 0.5px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.input-check-container input:checked ~ .checkmark:after {
    display: block;
}
.input-check-container input:checked ~ .checkmark {
    background-color: #660033;
    border: 0.5px solid #660033;
}
.alert-shop-empty {
    padding: 12px;
    text-align: center;
    text-align: center;
    background-color: #e9e9e9 !important;
    color: #a4a4a4;
}
.collapse-item {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.collapsible-item {
    max-height: 100vh;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: start;
    -webkit-align-items: start;
    overflow: hidden;
    transition: max-height .5s ease;
    -webkit-transition: max-height .5s ease;
}

.collapsible-item.show {
    max-height: 100vh;
}

.collapsible-item.hide {
    max-height: 0 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.contact-select, .contact-input {
    width: 100%;
    outline: var(--mainLightGray);
    border-radius: 3px;
    padding: 7px;
    border: 1px solid #dad9d9;
}
.showPass {
    position: absolute;
    width: 30px;
    height: 37px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.dashboard-items span,
.dashboard-items svg path,
.dashboard-items svg line {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.dashboard-items {
    padding: 0 5px;
}

.dashboard-items,
.dashboard-items div.ml-2 {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.dashboard-items:hover {
    background-color: #f7f7f7;
    border-radius: 5px;
}

.dashboard-items.active{
    position: relative;
    width: max-content;
}


.dashboard-items:hover div.ml-2 {
    background-color: #f4f4f4 !important;
}
.del-fav {
    top: 13px;
    right: 15px;
}

.del-addr {
    top: 13px;
    left: 27px;
}
.dashboard-items.active:before{
    position: absolute;
    content: '';
    bottom: -2px;
    width: 100%;
    height: 3px;
    right: 0;
    background-color: #b0823d;
    border-radius: 5px;
}
.desk-status{
    position: relative;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.status-line{
    position: absolute;
    top: 37px;
    height: 2px;
    width: 100%;
    background: #cbcbcb;
    right: 0;
    z-index: 0;
}
.status-line .cover-line{
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #b0823d;
}
.desk-status-image{
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border: 2px solid #b5b5b5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: white;
}
.desk-status-image.active{
    border-color: #b0823d;
}
.desk-status-image .main-image{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.desk-status-check{
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 0;
    right: -8px;
    display: none;
    z-index: 10;
}
.desk-status-title {
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}
.split-line img{
    width: 80px;
}
.circle-divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #6a6a6a;
    margin: 0 7px;
}
.text-black {
    color: #000;
}
.user-comment {
    width: 45px;
    height: 45px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border: .5px solid #eaeaea;
    border-radius: 50%;
}
.ticket-text {
    min-width: 200px;
    min-height: 100px;
    color: #515151;
    background: #f6f5f3;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    max-width: calc(90% - 120px);
    line-height: 1.8;
    border-radius: 10px;
    position: relative;
}

.admin-text .ticket-text:before {
    border-right-color: #f6f5f3;
    left: -10px;
}

.user-text .ticket-text:before {
    border-left-color: #f6f5f3;
    right: -10px;
}

.ticket-text:before {
    border: 6px solid transparent;
    position: absolute;
    content: '';
    top: 14px;
}

.ticket-detail {
    position: absolute;
    bottom: 0;
}

.admin-text .user-comment,
.user-text .user-comment {
    width: 47px;
    height: 47px;
}

.tik-date {
    position: absolute;
    top: 0;
    bottom: 6px;
    margin: auto;
    width: 5px;
    height: 14px;
    border: 0.5px solid #444;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.admin-text .tik-date{
    right: -33px;
}
.user-text .tik-date{
    left: -33px;
}
.success-tik {
    position: absolute;
    width: 20px;
    height: 53px;
    border: 8px solid var(--mainGreenAbedi);
    border-width: 0 7px 7px 0px;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay-success-tik,
.overlay-exclamation {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.show-password{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    z-index: 2;
}
.bg-light-gray{
    background: #f3f4f7;
}
.blog-items{
    background: white;
    padding:15px;
    border: 1px solid #ccc;
}

.gallery-title{
    position: absolute;
    bottom: 20px;
    right: 10px;
    background: #b0823d;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
}
#backToTop{
    overflow: hidden;
    width: 60px;
    height: 60px;
    background-color: #23272b;
    position: fixed;
    right: 15px;
    bottom: 90px;
    border-radius: 16px;
    box-shadow: none;
    transition: opacity, box-shadow 0.2s ease-in-out 0s !important;
    z-index: 101;
    font-size: 3rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
#backToTop.show{
    opacity: 1;
    visibility: visible;
}
#backToTop.show:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
@media (max-width: 992px) {
    #basketDetailOnHeader, #favoriteDetailOnHeader, #accountDetailOnHeader{
        box-shadow: none;
    }
    .desk-status{
        padding-bottom: 20px;
    }
    .desk-status-image .main-image{
        width: 35px;
        height: 35px;
    }
    .desk-status-check {
        width: 22px;
        height: 22px;
    }
    .desk-status-title {
        font-size: 75%;
        position: absolute;
        white-space: nowrap;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .split-line img{
        width: 20px;
    }
    .status-circle-vertical{
        border-radius: 50%;
    }
    .status-circle-vertical .status-name{
        position: absolute;
        top: 40px;
        padding-left: 0;
    }
    .status-circle-vertical .status-number{
        margin-left: 0;
    }
    .status-circle-vertical.bg-green .status-number{
        background: #19d895;
        color: white;
    }
    .status-circle-vertical.bg-green .status-name{
        color: #19d895;
    }
    .status-box.vertical #statusGreenLine {
        top: 16px;
    }
    .status-box.vertical:before {
        top: 16px;
    }
    .status-box {
        margin: 20px;
        font-size: 72%;
    }
    .detail-order-box{
        padding: 15px 10px;
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
        border-bottom: 1px solid #e0e0e0;
    }
    .owl-nav-center .owl-stage-outer {
        width: 100%;
    }
    .modal-images .thumbnail-images{
        height: auto;
        width: 100%;
    }
    .modal-images .thumbnail-items img{
        width: 60px!important;
    }
    .modal-images .thumbnail-items:before{
        width: 100%;
    }
    .modal-images .thumbnail-items{
        margin: 0 2px;
    }
    .right-padding{
        display: none;
    }
    .owl-custom-width{
        width: 100%;
    }
    .product-mobile__detail{
        display: block;
    }
    #mainSlider {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(350px, 420px) 1fr;
        grid-template-areas:
        "big_slider"
        "others_slider";
        height: auto;
    }
    .in-grids {
        height: 150px;
    }
    #mainSlider .owl-dots {
        bottom: auto;
        left: auto;
        top: 35px;
        right: 35px;
    }
    .paralex{
        padding: 45px 15px;
    }
    #headerRightBtns, #headerLeftBtn {
        width: auto;
    }
    #headerLogo{
        /*width: 40px;*/
    }
    #navbarHeader{
        position: fixed;
        width: 75%;
        height: 100%;
        top: 0;
        background: white;
        z-index: 100;
        right: -80%;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    #navbarHeader.show{
        right: 0;
    }
    #navbarHeaderBefore{
        display: none;
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        bottom: 0;
        background:rgba(0,0,0,0.3);
        content: '';
        width: 100vw;
        height: 100vh;
    }
    #navbarHeader.show ~ #navbarHeaderBefore{
        display: block;
    }
    #navbarHeader ul{
        width: 100%;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        padding: 15px 0;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
    .main-header .nav-item{
        padding: 10px;
        font-size: 12px;
    }
    .main-header .nav-link:hover:before, .main-header .nav-link.active:before{
        content: none;
    }
    #closeMobileMenu{
        width: 40px;
        height: 40px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        position: relative;
        border: none;
        background: transparent;
        margin-right: 15px;
        z-index: 2;
        background: white;
    }
    #closeMobileMenu:before, #closeMobileMenu:after{
        position: absolute;
        width: 26px;
        content: '';
        top: 7px;
        right: 7px;
        height: 1px;
        background: black;
        margin: auto;
        bottom: 7px;
        left: 7px;
    }
    #closeMobileMenu:before{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    #closeMobileMenu:after{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .nav-item.has-child{
        position: relative;
    }
    .nav-item.has-child:before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 20px;
        height: 20px;
        left: 20px;
        margin: auto;
        background: url("/viewDist/images/left-arrow.png");
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.8;
    }
    .nav-child-box {
        position: fixed;
        top: 0;
        right: -77%;
        width: 75%;
        background: white;
        display: none;
        z-index: 1;
        height: 100vh;
        overflow: scroll;
        padding-top: 9px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        border-top: none;
    }
    .nav-child-box.show{
        right: 0;
    }
    .sub-nav-inner>div:not(.sub-nav__img--half) {
        padding-right: 15px;
    }
    .back-child-menu{
        position: absolute;
        top: 0;
        right: 3px;
        width: 20px;
        height: 20px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        opacity: 0.6;
        bottom: 0;
        margin: auto;
    }
    .product-list-grid{
        grid-template-columns: repeat(2,1fr);
    }
    .product-list-grid.one-col{
        grid-template-columns: repeat(1,1fr);
    }
    .layout_2 .add_to_cart{
        bottom: auto;
        top: 25px;
    }
    .product-mobile__detail h3{
        font-size: 120%;
    }
}