* {
    padding: 0px;
    margin: 0px;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.eot') format("embedded-opentype"),
        url('../fonts/IRANSansWeb.woff') format("woff"),
        url('../fonts/IRANSansWeb.ttf') format("truetype");
    font-size: 15px;
}

@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.eot') format("embedded-opentype"),
        url('../fonts/BYekan.woff') format("woff"),
        url('../fonts/BYekan.ttf') format("truetype");
        font-weight: lighter;
        font-size: 18px !important;
}
@font-face {
    font-family: 'IRANSansWeb_Black';
    src: url('../fonts/IRANSansWeb_Black.eot') format("embedded-opentype"),
        url('../fonts/IRANSansWeb_Black.woff') format("woff"),
        url('../fonts/IRANSansWeb_Black.woff2') format("woff2"),
        url('../fonts/IRANSansWeb_Black.ttf') format("truetype");
    font-size: 15px;
}


body {
    direction: rtl;
    text-align: right;
    font-family: IRANSansWeb, serif !important;
    background: white;
    color: #515151;
    font-size: 17px;
    min-width: 1100px;
    overflow-x: hidden !important;
}

article{
    background:white !important;
}
.content{
    display: block !important;
    margin-top:10px;
    display: block !important;
    margin-top: 10px;
    padding: 5px;
}
.first_page_h1{
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.keep-ball{
    border: 9px solid #ffeffc;
    padding: 10px;
}
.slider_box_div{
    position:relative
}

.about {
     background-image: url(../files/upload/200.jpg);
     background-size: 100% 100% !important;
     background-repeat: no-repeat;
     height: 46vh !important;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
}

.coupon {
  border:3px dotted white; /* Dotted border */
  width: 80%;
  border-radius: 15px; /* Rounded border */
  margin: 0 auto; /* Center the coupon */
  max-width: 600px;
  padding: 15px;
  margin-bottom: 16px;
  background:#e40039;
}

.promo {
  background: #a21b1b;
  padding: 3px;
  border-radius: 11px;
}

.expire {
  color: red;
}



h1, .h1{
    font-size: 1.25rem !important;
}
h2, .h2 {
  font-size: 1.5rem !important;
}
h3, .h3 {
  font-size: 1.5rem !important;
}
a{
    color:gray;
}




.black-friday-banner {
    width: 100%;
    background: linear-gradient(90deg, #111, #222);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 10px;
    margin: 15px auto;
    max-width: 1200px;
    font-family: iranyekan, sans-serif;
}

.black-friday-banner .bf-icon {
    font-size: 26px;
    margin-left: 10px;
}

.black-friday-banner .bf-text {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.black-friday-banner .bf-text strong {
    font-size: 18px;
    font-weight: bold;
    text-align:center;
}

/* متن قابل کپی */
.copy-text {
    background: #fff;
    color: #111;
    padding: 8px 18px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    user-select: text;
}

.copy-text:active {
    transform: scale(0.95);
}

/* Mobile */
@media(max-width: 600px){
    .black-friday-banner{
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}




.title a{
    color:gray;
}
.box_label a{
    color:gray;
}

.product_cart_info span{
        color:gray !important;
}
.form-control::placeholder{
   color: gray;
}
.hidden { display:none; }
    
.container{
    display:grid;
    align-content:center;
    justify-content:center;
    border:1px solid rgb(204,204,204);
    width:90%;
    border-radius:30px;
    border:none;
    margin-top:0px !important
}
.story-container{
    display:flex;
    grid-auto-flow:column;
    grid-auto-columns:8rem;
    grid-gap: 0rem;
    padding-top: 51px;
    border-top: 7px solid #e9304b;
    padding-top: 23px;
    border-radius: 57px;
    
}



.story-container .content{
     display:grid;
     margin:0;
     text-align:center;
     position:relative;
     cursor:pointer;
     user-select:none;
     transition: all 0.2s ease-in;
     font-size: 14px;
     width: 102px;
}
.story-container .content_2{
     display:grid;
     margin:0;
     text-align:center;
     position:relative;
     cursor:pointer;
     user-select:none;
     transition: all 0.2s ease-in;
     font-size: 14px;
}
.story-container .content:hover{
    transform:scale(1.1);
}
.story-container .content .img-container{
    display:inline-block;
    width:8rem;
    height:8rem;
    border-radius:50%;
}
.story-container .content .img-container img{
    width: 90%;
    height: 90%;
    object-fit: cover;
    margin: 7px;
}
.story-container .content:last-child:after{
    content:'';
    position:absolute;
    width:2rem;
    height:100%;
    right:-2rem;
    
}
.text-container{
 font-size: 11px; 
 margin-top: 13px;
}
.text-container2{
    font-size: 32px;
   margin-top: -106px;
  position: absolute;
  margin-right: 58px;
  color: #40496a;
}

.show .text{
    color:gray !important;
}

.row{
    margin-right : 0px !important;
}
#app {
    display: none;
}

.header {
    width: 100%;
  background: #fff;
  padding: 10px 165px;
  display: flex;
  position: relative;
  color: gray;
}

.shop_logo {
    width: 87px;
}
.dargah{
    color:white !important;
}

.user-panel-items{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 99px;
}

.banner_box {
     text-align: center;
     padding: 50px 20px 25px 0px;
     transition: ease-in all 0.5s;
     margin-bottom: 30px;
}

.banner_box i img{
    width:100% !important;
}

#hover_chang:hover.service_box {
     background: #f15a22;
     transition: ease-in all 0.5s;
     border-radius: 20px;
     cursor: pointer;
}

#hover_chang:hover.service_box h3 {
     color: #fff;
     transition: ease-in all 0.5s;
}

#hover_chang:hover.service_box p {
     color: #fff;
     transition: ease-in all 0.5s;
}

.header_row {
    width: calc(100% - 120px);
    height: 75px;
    padding: 26px 0px;
    display: flex;
    justify-content: space-between;
    z-index:10000000;
}

.index_header_search {
    width: calc(100% - 1353px);
    margin-right: 20px;
    min-width: 589px;
    margin-left: 115px;
    display: block;
     background: #f0f0f1;
     border-radius: 3px;
     max-height: 300px !important;
    overflow-y: auto !important;
}


input[type="submit"].login_input:hover {
  background-color: #e72b47 !important;
}


.index_header_search a{
     background-color: #f0f0f1;
  padding: 0px 21px 11px 21px;
  border-bottom: 1px solid rgb(255, 255, 255);
  margin: 1pc;
  display: flex;
  color: #808080;
}

.header .input-group-prepend{
    background: #343645  !important;
}

.index_header_search .form-control {
    height: 42px;
    border-color: #f0f0f1;
     background-color: #f0f0f1;
    font-size: 13px !important;
    border-radius: 0px 7px 7px 0px !important;
    border-radius: 34px !important;
}
.text-center{
    font-size:11px;
}
.input-group-text{
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #5c5c5c !important;
    border: 1px solid #828181;
    border-radius: 0.25rem;
    color: rgb(221, 189, 161);
}

.index_header_search .input-group-text {
    width: 49px;
    cursor: pointer;
    border-radius: 15px 7px 12px !important;
}

.index_header_search .input-group-text .fa-search {
    font-size: 20px;
    margin: auto;
}

.form-control:focus {
    box-shadow: none !important;
}

.header_action {
    display: flex;
    z-index: 100000000;
    margin-left:32px;
}

.index_auth_div {
   
    width: 86px;
    height: 47px;
    cursor: pointer;
    font-size: 13px;
    line-height: 27px;
    text-align:center;
    margin-right: -36px;
    margin-top: 10px;
}

.index_auth_div .fa-angle-down {
    
    font-size: 15px !important;
    line-height: 0px;
    margin: 6px 2px;
    width:25px;
}

.header-auth-box {
    width: 194px !important;
    direction: rtl !important;
    text-align: right !important;
    font-size: 12px;
}

.header-auth-box::after {

    border-color: transparent transparent #e3cc9a;
    border-width: 8px 8px;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    bottom: 100%;
    margin-bottom: 0px;
    left: 30px;
    content: "";
}

.header-auth-box::before {
    height: 4px;
    background-color: #e3cc9a;
    bottom: 100%;
    right: 0;
    position: absolute;
    content: "";
}
.header-auth-box .btn {
    width: calc(100% - 20px);
    margin: 10px;
}

.header-auth-box .register-link {
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
}

.link {
    background: rgb(52, 54, 69)   !important;
    border: 1px solid white !important;
    color:white;display: flex;
    padding: 10px;
    justify-content: center;
    font-size: 16px;
}
.motadavel{
    color:gray !important;
}
.social{
    border-top: 1px solid #343645;
}
.social h6{
    margin-top: 18px;
}
.social div{
    display:flex;padding:10px;justify-content: center;
}
.social div a{
    color: cadetblue;
}
.social div span{
    font-size: 28px;padding-left: 10px;
}
a:hover {
    text-decoration: none;
}

.link:hover {
    color: #008ec9;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: white;
}

.header-auth-box .dropdown-item::before {
    width: 30px;
    font-family: FontAwesome;
    padding: 0px 10px;
    font-size: 20px !important;
    color:gray;
}

.header-auth-box .profile::before {
    content: "\F2C0";
}

.header-auth-box a {
    color:gray;
    padding-right: 0px !important;
}

.header-auth-box .orders::before {
    content: "\F06B";
}

.header-auth-box .admin::before {
    content: "\F0E4";
}

.header-auth-box .logout {
    cursor: pointer;
}

.header-auth-box .logout::before {
    content: "\F08B";
}

.header_divider {
    height: 45px;
    width: 0;
    border-right: 1px solid #606060;
}
.index_auth_div span{
    padding: 5px;
    border-radius: 9px;
    width: 30px;
}
.zoomLens{
  width: 100px !important;
  height: 100px !important;
}

.btn-cart {
    line-height: 25px;
    height: 40px;
    margin-top: 3px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    align-items: center;
    display: flex;
    padding: 0 15px;
    cursor: pointer;
}

#cart-product-count {
    display: flex;
}

#cart-product-count::after {
   width: 19px;
  line-height: 23px;
  height: 22px;
  display: block;
  content: attr(data-counter);
  text-align: center;
  border-radius: 100%;
  margin-right: 10px;
  border: 1px solid #a49da1;
  color: gray;
  font-size: 13px;
}

#cart-product-count::before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    content: "\F07A";
    display: flex;
    align-items: center;
}

.index-cat-list {
    background-color: #616161;
    min-width: 1100px;
}

.index-cat-list ul {
    position: relative;
}

.index-cat-list ul li {
    display: inline-flex;
    font-size: 13px;
    padding: 9px;
}

.index-cat-list ul li a {
    color: white;
    text-decoration: none;
    z-index: 10;
}

.li_div {
    width: 100%;
    background: white;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 100%;
    height: 430px;
    padding: 19px 24px 45px 280px;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    z-index: 2000;
    display: block;
}

.subList {
    width: 25%;
    float: right;
    z-index: 20;
}

.subList .child_cat {
    font-weight: bold;
    margin-top: 12px;
    display: block;
}

.subList li {
    display: block !important;
    padding-top: 0px !important;
}

.subList ul li a {
    color: #ffb0dc  !important;
}

.subList ul li {
    padding: 5px 15px 0px !important;
}

.show-total-sub-cat {
    /*bottom:0;*/
    /*position:absolute;*/
    /*right:24px;*/
    /*border-top:1px solid #e9e9e9;*/
    padding: 12px 0px;
    /*width:calc(50% - 160px);*/
}

.show-total-sub-cat a {
    color: white !important;
}

.sub-menu-pic {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    width: 270px;
    max-height: 325px;
}

.sub-menu-pic img {
    max-width: 100%;
    max-height: 100%;
    border-bottom-left-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
}

.left_item {
    float: left;
    background: #525252;
}

.cat_hover {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    transform: scaleX(0);
    transition: .3s;
    box-shadow:0px 2px 10px 0px rgba(0,0,0,.15);
}

.cat_hover div:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 390px;
    height: 2px;
    width: 100%;
    background-color: #ef5661;
}

.index_cat_ul li a {
    position: relative;
    z-index: 10;
}
.slider_div,
.col-12 {
   
    justify-content: center;
    width: 100%;
}

.slider_box {
    width: 100%;
    max-width: 1333px;   /* می‌تونی 1000 یا 1200 بزاری */
    margin: 0 auto;
}

.slide_div {
    width: 100%;
    display: none;
}

.slide_div a {
    height: 365px;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 1;
    width: 100%;
    display: block;
    background-size: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
   
}
.slide_div a:hover{
   
}

#right-slide {
    width: 19px;
    height: 33px;
    background-image: url("../files/images/arrow.png");
    position: absolute;
    background-position: -19px -33px;
    top: calc((100% - 33px)/2) !important;
    right: 297px;
    cursor: pointer;
}

#left-slide {
    width: 19px;
    height: 33px;
    background-image: url("../files/images/arrow.png");
    position: absolute;
    left: 297px;
    cursor: pointer;
    top: calc((100% - 33px)/2) !important;
}

.slider_box_footer {
    width: 100%;
    float: left;
}

.slider_bullet_div {
    display: none;
    margin: 0px auto;
    background: #4e4e4e;
    border-radius: 11px;
    padding: 6px 12px 3px 7px;
}

.slider_bullet_div span {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-left: 5px;
    cursor: pointer;
    display: inline-flex;
    opacity: .8;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .3);
}


.slider_div .col-9 {
    flex: 0 0 70% !important;
    max-width: 70% !important;
    padding-left: 0px !important;
}

.slider_div .col-3 {
    flex: 0 0 30% !important;
    max-width: 30% !important;
}

.slider_bullet_div span.active {
    background: #ea2d49 !important;
}

.an {
    animation-name: slider;
    -webkit-animation-name: slider;
    -moz-animation-name: slider;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
}

@keyframes slider {
    from {
        opacity: 0.1
    }

    to {
        opacity: 1
    }
}

.discount-box {
    position: relative;
    color: #515151;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 435px;
    line-height: 22px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .07);
    background: #fff;
    overflow: hidden;
}

.discount-box .item {
    display: none;
    color: #727272;
}

.discount-box .item img {
    height: 270px !important;
    margin: 55px auto;
    display: block;
}

.discount-box-content {
    width: 100%;
}

.discount_bottom_bar {
    width: 223px;
    position: absolute;
    height: 46px;
    left: calc(50% - 111px);
}

.discount_bottom_bar::before {
    width: 223px;
    height: 46px;
    background: #ef5661 url("../files/images/905163eb.png") no-repeat 50%;
    content: "";
    display: block;
    border-radius: 0px 0px 24px 24px;
    -webkit-border-radius: 0px 0px 24px 24px;
    background-size: auto 19px;
}

.price_box {
    margin-top: 30px;
}

.incredible-offers-price {
    margin-top: 10px;
}

.incredible-offers-price label {
    font-size: 23px !important;
    font-weight: bold;
    color: #ef5661;
    margin-top: 5px;
    margin-left: 15px;
}

a {
    color: black;
}

.price_box del {
    font-size: 16px !important;
    font-weight: bold;
}

.discount-badge {
    padding: 5px 10px;
    color: white !important;
    background: #ef5662;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 18px;
    letter-spacing: .5px;
    position: absolute;
    z-index: 2;
    line-height: 1.222;
}
.discount-badge-product {
  padding: 0px 14px;
  color: white !important;
  background: #ef5662;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  font-size: 12px;
  letter-spacing: .5px;
  position: absolute;
  z-index: 2;
  line-height: 1.222;
  margin-right: 6px;
}
.snapp_condition{
     padding: 5px 10px;
    color: white !important;
    background: linear-gradient(to left, #ff1b1b , #DA64A6);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 14px;
    letter-spacing: .5px;
    position: absolute;
    z-index: 2;
    line-height: 1.222;
    margin: 6px;
}

.discount_title {
    margin: 20px 0px 10px 20px;
    font-weight: 700;
    text-align: right;
    line-height: 30px;
    color: #515151 !important;
}

.important_item_ul {
    margin: 15px;
}

.important_item_ul li {
    color: #5d5d5d !important;
    padding: 5px 0px;
}

.discount-box a:hover {
    color: #727272 !important;
}
.fa-clock-o::before{
    color:#ef5662  !important;
}

.c-counter {
    font-size: 30px;
    font-weight: 900;
    color: #ef5662  !important;
    display: inline-flex;
    direction: ltr;
    margin-top: 20px;
}

.c-counter span {
    width: 45px;
    text-align: center;
    margin-top: 4px;
}

.discount_counter_title {
    font-weight: bold;
    margin-top: 10px;
}

.discount_left_item {
    display: none;
    background-color: rgba(240, 246, 250, .9);
    color: #464646 !important;
    border-right: 1px solid #ececec;
    width: 25%;
    height: 435px;
    cursor: pointer;
    letter-spacing: -.5px;
}

.discount_left_item .active {
    background-color: #ef5662 !important;
    color: white !important;
}

.discount_left_item div {
    padding: 10px 15px;
}

.discount_left_item a {
    background-color: #00bfd6;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, .03);
    padding: 10px 15px;
    position: absolute;
    bottom: 0px;
    width: 100% !important;
    color: white !important;
}

.discount_box_footer {
    height: 55px;
    direction: rtl !important;
    background-color: #f1f7fb;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.discount_box_footer .swiper-slide {
    text-align: center;
    width: auto;
    margin-top: 7px;
    display: block;
    font-size: 14px !important;
    cursor: pointer;
    height: 42px !important;
    padding: 10px 25px;
}

.discount_box_footer .active {
    background-color: #ef5662 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 100%;
    color: white;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
}

.index-pic {
    width: 100%;
    height: 219px;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.slider .col-2 {
    padding: 0px !important;
}


.swiper-wrapper{
    height:auto !important;
}
.discount_box_footer .swiper-wrapper {
    padding-right: 40px !important;
    height: 55px !important;
}

[dir="rtl"] .slick-prev {
    right: -1px;
    width: 49px;
    z-index: 1000;
    background: rgb(220 220 220 / 80%);
    height: 55px;
    border-top-left-radius: 35%;
    border-bottom-left-radius: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

[dir="rtl"] .slick-prev::before {
    content: "\F105";
    font-family: FontAwesome;
    font-size: 30px;
    color: #575757;
}

[dir="rtl"] .slick-next::before {
    content: "\F104";
    font-family: FontAwesome;
    font-size: 30px;
    color: #575757;
}

[dir="rtl"] .slick-next {
    left: 0px;
    width: 49px;
    z-index: 1000;
    background: rgb(220 220 220 / 80%);
    height: 55px;
    border-top-right-radius: 35%;
    border-bottom-right-radius: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_box {
    background-color: #fff;
    width: 95%;
    border-radius: 45px !important;
    -webkit-border-radius: 5px;
    margin: 20px 37px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .1);
}


.product {
    margin: 10px 0px;
    padding: 7px 0px;
}

.product img {
    width: 150px;
    height: 150px;
    margin: 40px auto 40px auto;
}

.product .title {
    color: grey !important;
    text-align: center;
    margin-top: 20px;
    font-size:14px !important;
}

.discount_price {
    height: 20px;
    text-align: center !important;
    color: grey !important;
}


.price {
    color: gray;
    text-align: center !important;
    font-size: 16px !important;
}

.product .discount-badge {
    top: -12px;
    left: 30px;
}

.product_img_div {
    position: relative;
}

.box_title {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.box_title h6 {
    margin-bottom: 0px !important;
    margin-right: 20px !important;
    font-weight: bold;
}

.product_info {
    background: white;
    margin-top: 10px;
    display: inline-flex;
    width: 100%;
}

.product_info .product_data {
    width: 100% !important;
    padding: 0px 30px 0px 20px;
    background: #fdfdfd;
    font-size: 14px;
}

.product_info .product_image_box {
    flex: 0 0 420px;
    margin-right:32px;
}

.product_headline {
    padding: 10px 0px;
   
    display: flex;
    border-bottom: 1px solid #a6a6a6;
}

.product_headline .product_title {
    padding-top: 20px;
    font-size: 16px;
    line-height: 18px;
}

.product_headline .product_title span {
    display: block;
    padding-top: 10px;
    color: #b5b5b5;
}

.product_data_ul {
    display: flex;
}

.product_data_ul li {
    padding: 10px;
}

.data_link {
    color: #8f8f8f  !important;
    border-bottom: 1px dashed #1ca2db;
}



.color_ul li {
    list-style: none;
    border: 1px solid #ccc;
    margin-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    padding: 5px;
    margin:10px;
}

.color_ul li label {
    cursor: pointer;
    margin-bottom: 0px !important;
}

.ui_variant_shape {
    width: 17px;
    height: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    position: absolute;
    top: 7px;
}

.chart_color_div {
    position: absolute;
    height: 70px;
    z-index: 10;
    background: white;
    width: 100%;
    padding: 10px;
    bottom: 0px;
}

#vue_chart .modal-lg {
    max-width: 950px !important;
}

.color_name {
    padding-right: 25px;
    padding-left: 10px;
}

.color_ul .active {
    border-color: #595959  !important;
}

.info_item_product {
    font-size: 14px;
    font-family: IRANSansWeb, serif !important;

}
.fa-check-square::before{
    margin-left:5px !important;
    color: #bea490;
}
.fa-home::before{
   margin-left:5px !important;
    color: gray;
}
.fa-ambulance::before{
    margin-left:5px !important;
     color: #bea490;
}
.fa-share-alt::before{
    color: #bea490;
}

.fa-compress::before{
    color: #bea490;
}
.fa-line-chart::before{
     color: #bea490;
}

.tooltip {
    font-family: IRANSansWeb !important;
}

.info_item_product .fa {
    font-size: 20px !important;
}

.final_product_price {
    color: #bea490;
    font-size: 22px;
    padding-top: 10px;
    display: block;
}

.product_discount {
    background-color: #e40039;
    height: 32px;
    border-radius: 0px 19px;
    -webkit-border-radius: 0px 19px 19px;
    width: 60px;
    position: relative;
    margin: 30px 20px 0px;
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 30px;
}

.product_discount::before {
    content: attr(data-title);
    font-size: 13px;
    line-height: 22px;
    color: #7f7f2f;
    position: absolute;
    bottom: 100%;
    right: 12px;
}

.product_options {
    display: flex !important;
    position: absolute;
}

.product_options li {
    list-style: none;
    margin: 10px;
    padding: 8px 12px 5px 10px;
    font-size: 23px;
    cursor: pointer;
}
.product_image_box{
    background-color: white;
    border-radius: 38px;
}
.content a:hover{
    background:white !important;
    color:gray !important;
}

.product_image_box img {
    max-width: 75%;
    margin-top: 80px;
    margin-right: 20%;
    max-height: 300px;
    margin-bottom: 40px;
}


.default_product_pic {
    min-height: 200px;
}

.offer_box {
    display: inline-flex;
    justify-content: space-between;
    width: 90%;
    margin-right: 5%;
    border-bottom:6px solid #e40039;
    font-size: 13px;
    margin-top: 10px;
}

.offer_box .c-counter {
    font-size: 18px !important;
    color: #fb3449 !important;
}

.offer_box img {
    margin-right: 0px !important;
    margin-top: 30px !important;
    height: 19px !important;
    margin-bottom: 20px !important;
}

.important_item_ul li {
    color: #5d5d5d;
    padding: 7px 0px;
    list-style-type: none;
}

.more_important_item {
    display: none;
}

.show_more_important_item {
    color: #1ca2bd !important;
    cursor: pointer;
}

.show_more_important_item::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\F067";
    padding-left: 5px;
}

.minus_important_item::before {
    content: "\F068" !important;
}

#tab_div {
    padding: 64px;
}

.tab-content {
    background: white;
    border: 1px solid #dfdfdf;
}

#tab_div .nav-tabs {
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
}

#tab_div .nav-tabs .nav-link {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    padding: 17px !important;
    cursor: pointer;
    position: relative;
}

#tab_div .nav-tabs .nav-link.active::before {
    display: block;
    content: "";
    height: 4px;
    position: absolute;
    bottom: 100%;
    right: -1px;
    left: -1px;
}

.item_content {
    width: 95%;
    margin: 30px auto;
}

.item_table {
    width: 100%;
}

.product_item_name {
    width: 104px;
}

.product_item_name p {
    background: #f7f9FA;
    padding: 14px 18px 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
}

.product_item_value {
    padding-right: 10px;
}

.product_item_value p {
    background: #F7F9FA;
    padding: 13px 21px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    color:palevioletred;
}
.item_name {
    position: relative;
    padding-right: 15px;
    padding-top: 5px;
    font-size: 14px;
}

.item_name::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #00bfd6;
    border-style: solid;
    border-width: 7px 0 0 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-track {
    margin-right: 0px !important;
        width: 100000px !important;
}

.empty_message {
    color: red;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.feedback-hint {
    background: #ef5662;
    font-size: 13px;
    color: #fff;
    z-index: 10000;
    padding: 9px 25px;
    position: absolute;
    right: 100%;
    bottom: 100%;
    margin-right: -150px;
    margin-bottom: 10px;
    white-space: nowrap;
    display: none;
}

#auth_box .alert-success {
    text-align: right;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}

.feedback-hint::before {
    border-color: #ef5662 transparent transparent transparent;
    border-style: solid;
    content: "";
    border-width: 10px 12px 0px;
    position: absolute;
    top: 100%;
    right: 35px;
}

.custom-alert {
    border-radius: 0px !important;
    margin-top: 10px;
}

.validate_error_border {
    border: 1px solid #ef5662 !important;
}

#resend_active_code {
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

#remember {
    display: none;
}

.check_box {
    width: 19px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    display: block;
    border: 1px solid #d8d8d8;
    float: right;
}

.check_box.active {
    background-color: #2196F3 !important;
    border: 1px solid #2196F3 !important;
}

.check_box.active::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\F00C";
    display: block;
    color: white;
    margin-right: 1px;
}

.register_accept {
    font-size: 14px;
    line-height: 30px;
}

.register_accept .check_box {
    margin-left: 10px;
    margin-top: 10px;
}

.page_row {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
}

.page_content {
    flex: 0 0 73.5%;
    max-width: 73.5%;
    padding-right: 0px;
    padding-left: 10px;
}

.page_aside {
    flex: 0 0 26.5%;
    max-width: 26.5%;
    padding-left: 0px;
    padding-right: 10px;
}

.cart_table {
    width: 100%;
    margin-top: 20px;
    /*border:1px solid #e8e8e8;*/
    /*box-shadow:0 12px 12px 0px rgba(180, 180, 180, 0.1);*/
}

.cart_table tr {
    padding: 15px;
    display: block;
}

.cart_table tr td .fa-close {
    cursor: pointer;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 14px;
}

.cart_table tr td:nth-child(2) {
    width: 20%;
}

.cart_table tr td:nth-child(2) img {
    width: 70% !important;
    margin: auto;
    display: block;
}

.cart_table tr td:nth-child(3) {
    width: 49%;
}

.cart_table ul li {
    list-style: none;
    font-size: 14px;
    padding-top: 5px;
    position: relative;
}

.cart_table ul li .ui_variant_shape {
    margin-right: 10px !important;
}

.cart_table ul li.title {
    font-size: 17px !important;
    padding-bottom: 20px;
}

.cart_table tr td:nth-child(4) {
    width: 10%;
    text-align: center;
}

.cart_table tr td:nth-child(5) {
    width: 25%;
    text-align: center;
}

.order_info {
    background: white;
    width: 100%;
    /*margin-top:20px;*/
    border: 1px solid #e8e8e8;
    box-shadow: 0 12px 12px 0px rgba(180, 180, 180, 0.1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 15px !important;
}

.order_info ul li {
    list-style: none;
    padding: 8px 10px;
}

.order_info ul li .left {
    float: left;
}

.message_div {
    background: rgba(225, 225, 225, 0.5);
    width: 100%;
    position: fixed;
    right: 0px;
    left: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 10000;
}

.message_box {
    background: white;
    width: 360px;
    height: 135px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    font-size: 16px;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, .1);
}

.message_box #msg {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 15px !important;
}

.message_box .alert {
    padding: 5px 30px 5px 30px !important;
    cursor: pointer;
    font-size: 14px !important;
}

.message_box .alert-danger {
    margin-right: 10px;
}

.empty_cart_div {
    min-height: 300px;
    text-align: center;
}

.empty_cart_div .fa-shopping-basket {
    font-size: 40px;
    color: #ff6c3f;
    margin-top: 100px;
}

.empty_cart_div p {
    margin-top: 10px;
}

.order_info ul {
    margin-top: 20px;
}

.cart_discount_li {
    color: #009ec9;
}

.checkout_devider {
    width: 96%;
    margin: 2%;
    height: 4px;
    border: 1px solid #e6e6e6;
}

.checkout_content {
    text-align: center;
    font-size: 17px;
    padding-top: 10px;
}

.send_btn.checkout {
    margin: 10px auto 20px auto;
}

.cart_table .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 60px !important;
    margin-top: 10px;
}

.bootstrap-select .btn-light .filter-option {
    text-align: right !important;
}

.send_btn.checkout .line::before {
    content: "\F060" !important;
}

.order_header {
    width: 100%;
    height: 140px;
    background: #343645;
    margin-top: -10px;
}

.checkout_steps {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 783px;
    margin: 30px auto;
}

.checkout_steps li {
    list-style: none;
    position: relative;
}

.step_item {
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #d0d0d0;
    text-align: center;
}

.inactive::before {
    content: "";
    position: absolute;
    background-color: #d0d0d0;
    width: 382px;
    height: 3px;
    top: 50%;
    left: 0px;
}

.checkout_steps .active::before {
    content: "";
    position: absolute;
    background-color: #ef394e;
    width: 382px;
    height: 3px;
    top: 50%;
    left: 0px;
}

.payment_box {
    padding-bottom: 17px !important;
}

.shipping_data_box .header_box {
    /*background-color: #fcfcfc;*/
    border-bottom: 1px solid #e7e7e7;
    border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    padding: 9px;
    display: inline-flex;
    width: 100%;
    font-size: 13px;
    position: relative;
}

.shipping_data_box .header_box div {
    width: 25%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #858585;
    text-align:center;
}

.shipping_data_box .header_box div span {
    display: block;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 30px;
    text-align:center;
}

.shipping_data_box .header_box::after {
    content: "\F107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 38%;
    left: 20px;
    font-size: 30px;
    color: #c6c6c6;
}

.active_item {
    background-color: #ef394e;
}

.step_item::before {
    content: attr(step-title);
    font-size: 13px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color:white;
}

.shop_icon {
    width: 130px;
    height: 100px;
    display: block;
    margin: auto;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.modal-lg,
.modal-xl {
    max-width: 900px !important;
    ;
}

#add_address_box .textArea {
    resize: none;
    height: 110px;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
}

#add_address_box .input_label input {
    padding-right: 10px !important;
}

#add_address_box .bootstrap-select .btn {
    background: white !important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    padding: 0.375rem 0.75rem !important;
}

#add_address_box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
    margin-top: 0px !important;
}
.dropdown-menu{
    background-color:white !important;
    color:gray !important;
    border-radius:18px;
}
.bootstrap-select .dropdown-menu.inner{
    height:150px !important;
}

#add_address_box .bootstrap-select .dropdown-menu.inner {
    font-size: 14px;
    text-align: right;
}

#add_address_box .account_title {
    font-size: 14px !important;
    padding-bottom: 5px;
}

#select_location_btn {
    margin-top: -50px;
    position: absolute;
    left: 30px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.modal-header .close {
    padding: 0px !important;
    margin: 0px !important;
}

#add_address_box .btn-primary {
    font-size: 14px;
    height: 45px !important;
    line-height: 30px;
}

.feedback-hint.active {
    display: block;
}

.address_box {
    width: 100%;
    background: white;
    margin-bottom: 20px;
}

.box_border {
    padding: 15px;
    border: 1px solid #e8e8e8;
}

.address_row {
    margin: 20px auto;
    width: 100%;
    padding-top: 10px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
}

.address_row h6 {
    margin-top: 10px;
    padding: 10px 15px 0px 10px;
}

.address_row ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
    padding-right: 8px;
    color: #a0a0a0;
    line-height: 2;
}

.address_row .checkout_address {
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #a0a0a0;
}

.address_row ul li {
    list-style: none;
    padding-left: 15px;
    font-size: 15px;
}

.address_btn {
    color: #636363;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding: 6px 25px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #e3e3e3;
    cursor: pointer;

}

.add_address_btn {
    width: 98%;
    margin: auto;
    border: 4px dashed #b8b8b8;
    background: #FFF;
    min-height: 70px;
    display: flex;
    justify-content: center;
    color: #a0a0a0;
    letter-spacing: -0.3px;
}

.add_address_btn strong {
    font-size: 20px;
    padding: 14px 22px;
}

.add_address_btn strong::before {
    content: "\F067";
    padding-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
}

.select_address_label {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
}

.select_address_label .fa-close {
    border: 2px solid #8d8d8d;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8d8d8d;
}

.default_address {
    padding-top: 0px !important;
    margin-top: 0px !important;
    position: relative;
}

.default_address h6 {
    margin-top: 0px !important;
}

.default_address::before {
    width: 5px;
    background: #8dd4dc;
    position: absolute;
    top: 0px;
    bottom: 0px;
    content: "";
    right: -1px;
}

.default_address ul {
    justify-content: right !important;
    margin-top: 10px;
}

.change_address_btn {
    position: absolute;
    left: 0px;
}
.product_rating {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}
.product_rating .stars {
    color: #ffcc00;
}
.product_rating .fa {
    margin-left: 2px;
}
.product_rating .rating-number {
    color: #555;
    font-weight: 500;
}
.product_rating .rating-link {
    color: #007bff;
    text-decoration: none;
}
.product_rating .rating-link:hover {
    text-decoration: underline;
}


.checkout_contact {
    width: 41px;
    height: 41px;
    background-color: #fefeff;
    border: 1px solid #8dd4dd;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout_contact::before {
    content: "\F00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00bfd6;
}

.checkout_address_btn {
    background-color: #f5f5f5;
    width: 100%;
    padding: 6px 0px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    color: #636363;
    font-size: 13px;
    cursor: pointer;
}

.selected_address {
    background-color: #f7fdfd !important;
    border-top-color: #e0eff0 !important;
}

#loading_box {
    background-color: rgba(209, 209, 209, 0.49);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 300000;
    display: none;
}

.loading_div {
    width: 300px;
    height: 195px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: white;
    text-align: center;
}

.loading_div img {
    margin: 15px auto;
    width: 120px;
    display: block;
}

.spinner {
    width: 90px;
    margin: auto;
    text-align: center;
}

.spinner div {
    width: 15px;
    height: 15px;
    background-color: #ff7ca7;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    animation: spinner 1.4s infinite;
}

.spinner .b1 {
    animation-delay: -0.32s;
    -webkit-animation-delay: -0.32s;
}

.spinner .b2 {
    animation-delay: -0.16s;
    -webkit-animation-delay: -0.16s;
}

.shipping_data_box {
    width: 100%;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    box-shadow: 0px 8px 13px -7px rgba(0,0,0,.05);
    margin: 20px auto;
    font-size: 14px;
    padding: 20px 40px 10px 30px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}

.radio_check {
    cursor: pointer;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    margin-top: 4px;
    right: 15px;
}

.active_radio_check::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: inherit;
    -webkit-order-radius: inherit;
    background-color: #00bfd6;
    position: absolute;
    top: 1px;
    left: 1px;
}

@keyframes spinner {
    0% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0)
    }
}

.shipping_data_box .product_info_box {
    width: 180px;
    margin-top: 10px;
    margin-right: 31px;
}

.shipping_data_box .product_info_box img {
    width: 90px !important;
    margin: 5px auto;
    display: block;
}

.checkout_image {
    width: 49px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    margin-top: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.checkout_time {
    margin-right: 70px;
}

.checkout_time span {
    font-size: 12px;
}

.swiper_product_box {
    display: flex;
    margin-bottom: 10px;
    /*border-bottom:1px solid #e0e0e0;*/
    width: 100%;
    padding:50px;
}

.headline-checkout {
    padding-top: 20px;
}

.headline-checkout h6 {
    margin: 15px;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: none !important;
    width: 40px !important;
    height: 40px;
    cursor: pointer;
    ;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper_product_box .product_info_box p {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.692;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #858585;
    margin-bottom: 0px !important;
}

.product_color_name {
    margin-top: 5px !important;
    padding-bottom: 5px;
}

.swiper-button-prev::before {
    content: "\F105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
}

.swiper-button-next::before {
    content: "\F104";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
}

.form-check-input {
    display: none;
}

.checkout_action {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.checkout_action li {
    list-style: none;
}

.ordering_product_list {
    width: 100%;
    margin-bottom: 10px;
    height: 0;
}

.ordering_product_list .product_title {
    height: 60px;
}

.ordering_product_list .product_color {
    color: #b9b9b9 !important;
}

.profile_menu {
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0px rgba(180, 180, 180, 0.1);
}

.profile_menu_title {
    display: block;
    padding: 20px;
    color: #858585;
}

.order_table_info {
    width: 95% !important;
    margin: 30px auto !important;
}

.order_table_info tr td {
    color: #bababa;
    width: 50%;
}

.order_table_info tr td span {
    color: black !important;
    width: 100%;
    display: block;
    font-size: 18px !important;
}

.order_info_div {
    width: 95%;
    margin: 20px auto;
    border: 1px solid #e5e5e5;
}

.order_info_div .header {
    background-color: #e92d48;
    border: 1px solid #e92d48;
    color: white;
}

.product_list_data {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
}
.product_list_data tr th {
    background-color: #ea2d49;
    color: white;
    font-size: 14px;
    text-align: center;
    border-right-color: #85b3be;
}

.product_list_data tr td {
    border-left: 1px solid #e7e7e7;
    text-align: center;
    vertical-align: middle;
}

.product_list_data .product__info {
    width: 35%;
}

.product_list_data .product__info div {
    display: inline-flex;
}

.product_list_data .product__info div ul {
    font-size: 14px;
    color: #6e6e6e !important;
    width: calc(100% - 105px);
}

.product_list_data .product__info div img {
    width: 100px;
    height: 100px;
}

.product_list_data .product__info div ul li {
    list-style: none;
    padding-top: 5px;
    text-align: right !important;
    line-height: 22px;
}

.step_inactive {
    filter: grayscale(100%);
}

.order_steps {
    width: 95%;
    margin: 20px auto;
}

.step_div {
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.step_div span {
    padding-top: 15px;
}

.order_steps img {
    width: 90%;
    margin: auto;
    display: block;
}

.order_steps hr {
    min-width: 66px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #e5e5e5;
    opacity: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 5px;
    position: relative;
}

.order_steps .swiper-slide {
    display: flex;
    align-items: center;
}

.order_steps hr::before {
    content: "";
    width: 27px;
    height: 27px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #e5e5e5;
    border: 4px solid #fff;
    position: absolute;
    top: calc(50% - 13px);
    left: calc(50% - 13px);
}

.hr_active {
    background-color: #81d7e2 !important;
}

.hr_active::before {
    background-color: #81d7e2 !important;
}

.payemnt_warning {
    width: 95%;
    margin: 10px auto;

}

.payemnt_warning span {
    display: block;
}

.product_list_table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    text-align: center;
}

.product_list_table tr th {
    background-color: #e92d48;
    color: white;
    font-size: 14px;
    border-right-color: #85b3be;
        
}

.product_list_table tr td {
    border-left: 1px solid #e7e7e7;
    vertical-align: middle;
    height: 75px;
}

.profile_menu_ul li {
    list-style: none;
    padding: 10px 30px;
}

.profile_menu_ul li a {
    color: #5e5e5e;
    font-size: 14px;
}

.profile_menu_ul li a .fa {
    font-size: 20px !important;
    margin-left: 10px;
}

.profile_menu_ul .active_li {
    background-color: #f6ffff !important;
}

.profile_menu_ul .active_li a {
    color: #009ec9 !important;
}

.profile_menu_header {
    padding: 15px 30px;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 700;
    letter-spacing: .2px;
    color: #535353;
}

.shipping_data_box_title {
    font-weight: bold;
    font-size: 18px;
}

.discount_input {
    width: calc(100% - 130px);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    height: 45px;
}

.discount_btn {
    width: 130px !important;
    height: 45px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #ef394e;
    border-color: #ef394e;
    font-size: 14px;
}

.discount_btn:hover {
    background-color: #41a7b4;
    border-color: #41a7b4;
}

.discount_btn:focus {
    background-color: #41a7b4;
    border-color: #41a7b4;
}

.gift_li {
    display: none;
}

.discount_li {
    display: none;
}

.product_list_table tr td .fa-angle-left {
    font-size: 30px !important;
}

.map_ul {
    display: inline-flex;
    margin-bottom: 0px !important;
    margin-top: 10px;
    margin-right:49px;
}

.map_ul li {
    font-size: 12px;
    color: grey;
    padding-left: 5px;
}

.map_ul li a {
    color: grey;
    padding: 5px;
}

.child_cat_div {
    background-color: white;
    box-shadow: 0 12px 12px 0px rgba(180, 180, 180, 0.1);
    border: 1px solid #e8e8e8;
    margin-left: 1%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.child_cat_div ul li {
    list-style: none;
    font-size: 15px;
    padding: 7px 30px;
    position: relative;
}


.child_cat_div ul li a {
    color: #666666;
}


.child_cat_div ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #dbdbdb;
    display: block;
    top: 13px;
    position: absolute;
    right: 10px;
}

.child_cat_div .cat_name {
    margin-right: 15px;
    color: gray;
    font-size: 26px;
    padding:20px;
}
.cat_name:hover{
    background-color:#343645;
    color: white !important;
    border-radius:10px;
}

.child_cat_div img {
    width: 97%;
    margin: 5px auto;
    display: block;
}

.item_box {
    box-shadow: 0 12px 12px 0px rgba(180, 180, 180, 0.1);
    border: 1px solid #dedede;
    background-color: white;
    width: 100%;
    margin-bottom: 20px;
}

.item_box label {
    font-size: 14px;
    margin-bottom: 0px !important;
}

.title_box {
    width: 95%;
    margin: auto;
    padding: 11px 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_box .fa-angle-down {
    font-size: 22px !important;
}

.title_box .fa-angle-up {
    font-size: 22px !important;
}

.item_box ul li {
    color: grey;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 5px;
    cursor: pointer;
}

.filter_box {
    border: 1px solid #f2f2f2;
    display: none;
}

.item_box ul li .title {
    padding-right: 5px;
}

.search_product_div.product_list {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
}

.product_div {
    width: 33.333%;
    border-left: 1px solid #dedede;
    cursor: pointer;
    color: grey;
    border-bottom: 1px solid #dedede;
    font-size: 11px;
}

.product_div img {
    width: 55%;
    margin: 10px auto;
    display: block;
}

.ename {
    float: left;
    font-size: 12px !important;
    padding-left: 10px;
}

.info {
    padding: 10px 15px;
}

.info a .title {
    color: black;
    height: 55px;
}

.filter_price_ul {
    display: inline-flex;
    width: 100%;
    padding-top: 0px !important;
    border-bottom: 1px solid #dedede;
    padding-bottom: 0px !important;
}

.info .product_status {
    padding-bottom: 10px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.info .product_status div {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.info .product_status div span {
    position: absolute;
    top: -10px;
    width: auto;
    background: white;
    padding-right: 5px;
    padding-left: 5px;
    color: gray;
}

.info .product_status div .line {
    width: 100%;
    height: 1px;
    margin: 0px !important;
    background: grey;
}

.filter_price_ul li {
    width: 50%;
    list-style: none;
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
}

.filter_price_ul li:first-child {
    border-left: 1px solid #dedede;
}

.filter_price_ul li .price {
    background-color: #f0f0f0;
    width: 100px;
    margin: 10px auto;
    color: grey;
}

.price_rang_slider {
    width: 90% !important;
    margin: 30px auto !important;
    height: 7px !important;
}

.noUi-connect {
    background: #2196F3 !important;
}

.noUi-handle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.noUi-handle::after,
.noUi-handle::before {
    background: none;
}

.noUi-handle-upper::before {
    font-family: FontAwesome;
    content: "\F105" !important;
    font-size: 20px;
    top: -2px !important;
    left: 13px !important;
}

.noUi-horizontal .noUi-handle {
    top: -11px !important;
}

.noUi-handle-lower::before {
    font-family: FontAwesome;
    content: "\F104" !important;
    font-size: 20px;
    top: -2px !important;
    left: 12px !important;
}

.range_slider_div {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid #dedede;
    direction: ltr;
}

#price_filter_btn {
    background-color: #2196F3 !important;
    border: 1px solid #2196F3;
    margin: 10px auto;
    font-size: 14px;
    display: block;
}

.color_box {
    position: absolute;
    margin-right: 10px;
}

.color_box li {
    height: 15px !important;
}

.color_box li label {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.24);
}

.color_box li .fa-plus {
    font-size: 11px !important;
    color: #000;
}

.discount_div {
    font-size: 16px !important;
    margin-bottom: 10px;
    color: #ef5662  !important;
    min-height: 30px;
}

.info .price {
    color: black !important;
    font-size: 18px;
    text-align: left !important;
    position: relative;
    padding-bottom: 10px;
    min-height: 80px;
}

.price .discount-badge {
   left: 0px;
  top: 0px;
  font-size: 14px !important;
  position: relative;
  /*padding: 3px 15px !important;*/
  padding: 9px;
  margin: 13px;
  border-radius: 42px;
}

.not_fount_product_message {
    width: 95%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    border: 2px dashed grey;
}

.product_list_box {
    box-shadow: 0 12px 12px 0px rgba(180, 180, 180, 0.1);
    border: 1px solid #dedede;
    background: white;
    width: 100%;
    min-height: 300px;
    margin-top: 15px;
}

.product_list_box .header {
    width: 100%;
    border-bottom: 1px solid #dedede;
    z-index: 10 !important;
}

.product_list_box .header ul {
    display: inline-flex;
    font-size: 14px;
    margin: 0px !important;
}

.product_list_box .header ul .fa-sort-amount-asc {
    padding-left: 10px;
}

.color_div {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.shop_name {
    height: 50px;
    align-items: center;
    display: flex;
    border-top: 1px solid #dedede;
    padding-right: 15px;
}

.color_filter_ul li {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

.item_box #search_input {
    font-size: 13px;
    width: 95%;
    margin: 10px auto;
    background: #f8f8f8;
    border: 1px solid transparent;
    padding: 10px;
    display: block;
}

.product_list_box .header ul li {
    margin-right: 10px;
    padding: 5px;
    cursor: pointer;
}

.product_list_box .header ul .active {
    background: #e92c48;
    color: white;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.toggle_box {
    display: flex;
    align-items: center;
}

.toggle_box #product_status {
    margin: 10px;
}

.toggle_box #send_status {
    margin: 10px;
}

.toggle_box span {
    font-size: 13px;
}

.toggle-light .toggle-off,
.toggle-light .toggle-select .toggle-on {
    background: #00bfd6 !important;
}

#selected_filter_box {
    display: flex;
    flex-wrap: wrap;
}

.selected_filter_item {
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 5px;
    display: table;
    color: #5a5a5a;
    margin: 5px;
    font-size: 13px;
    cursor: pointer;
}

.selected_filter_item .fa-close {
    padding-right: 5px;
    padding-left: 5px;
}

.search_category_ul {
    margin-right: 20px !important;
}

.search_category_ul li {
    list-style: none;
}

.search_category_ul .parent:before {
    content: "\F104";
    font-family: FontAwesome;
    padding-left: 5px;
}

.search_category_ul li a {
    font-size: 13px;
}

.search_category_ul li ul {
    padding-right: 10px;
}

#product_box .col-3 {
    flex: 0 0 23%;
    max-width: 23%;
    padding-right: 0px !important;
}

#product_box .col-9 {
    max-width: 75%;
    padding: 0px !important;
}

#brand_search {
    width: 95%;
    margin: 15px auto;
    font-size: 13px !important;
    display: block;
    padding: 7px 25px;
}

#brand_search:focus {
    box-shadow: none !important;
}

.filter_brand_div {
    position: relative;
}

.filter_brand_div::before {
    content: "\F002";
    font-family: FontAwesome;
    position: absolute;
    top: 23px;
    right: 5%;
}

.brand_info img {
    display: block;
    margin: 20px auto;
    width:200px;
}

.brand_info p {
    text-align: center;
}

.brand_info p a {
    font-size: 12px;
    color: #7a7a7a;
}

.compare_product_list {
    position: fixed;
    bottom: 15px;
    left: 35px;
    background: white;
    border: 1px solid #eaeced;
    z-index: 100;
    padding-bottom: 20px;
}

.compare_product_list ul {
    width: 265px;
}

.compare_product_list ul li {
    list-style: none;
    font-size: 11px;
    margin: 10px;
    display: inline-flex;
}

.compare_product_list ul li img {
    width: 55px;
}



.compare_item_list {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
    position: relative;
}

.compare_item_list .content {
    background: white;
}

.compare_ul li {
    list-style: none;
}

.compare_ul .title {
    background-color: #f0f2f3;
    padding: 10px;
}

.compare_ul .value {
    display: inline-flex;
    width: 100%;
}

.compare_ul .value div {
    width: 25%;
    padding: 15px;
}

.compare_title {
    padding-right: 12px;
}

.compare_title:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 0px;
    height: 0px;
    border-color: transparent #00bfd6 transparent transparent;
    border-style: solid;
    border-width: 7px;
    top: 13px;
}

.left_border {
    border-left: 1px solid #eaeced;
}

.gallery_box {
    width: 25%;
    border-left: 1px solid #eaeced;
    height: 360px;
    position: relative;
}

.gallery_box .swiper-slide {
    height: 150px;
}

.compare_gallery_pic {
      margin: auto;
      display: block;
      height: 155px;
      max-width: 160px;
}

.compare_product_gallery {
    width: 100%;
    display: inline-flex;
    z-index: 10;
    background: white;
    position: sticky;
    top: 0px;
}

.compare_tag {
    height: 30px;
}

.compare_tag p {
    display: none;
    width: 80px;
}

.compare_box {
    width: 96%;
    margin: auto;
    position: relative;
}
#compare_list div{
    background: linear-gradient(to left, rgb(25, 255, 17), rgb(233, 251, 215));
}
#compare_list .myket{
    background: linear-gradient(to left, rgb(0, 249, 249), rgb(224, 253, 250)); 
    left: 187px;
}
#compare_list div img{
    width: 119px;
}
.empty_compare_list {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 14px;
    color: red;
    cursor: pointer;
}

.compare_title {
    position: relative;
    margin-right: 0px;
    padding: 10px;
}

.remove_product_of_compare_list {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 10;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.swiper-container{
    overflow:none !important;
}

.gallery_box .swiper-container {
    margin-top: 40px;
    margin-bottom: 20px;
}

.gallery_box .title {
    width: 90%;
    margin: auto;
    height: 40px;
}

.gallery_box .title a {
    font-size: 13px;
    color: grey !important;
}

.gallery_box .price {
    color: red;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-primary{
    background: rgb(230, 23, 81) !important;
}

.gallery_box .btn-primary {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    margin: 15px auto;
    font-size: 14px;
    display: table;
}

.compare_add {
    width: 25%;
    height: 360px;
    position: relative;
}

.compare_add .add {
    width: 87%;
    margin: 40px auto;
    color: #b3b3b3;
    cursor: pointer;
    background: white;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 5px dashed #d2d2d2;
    display: block;
    height: 220px;
}

.compare_add .btn-dark {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    margin: 15px auto;
    font-size: 14px;
    display: table;
}

.select_product_for_compare {
    width: 260px;
    border: 1px solid #e9e9e9;
    margin: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
}

.select_product_for_compare p {
    padding: 10px;
    font-size: 13px;
    height: 60px;
}

.select_product_for_compare img {
    width: 50%;
    margin: 15px auto;
    display: block;
}

.product_list .modal-body {
    max-height: 450px !important;
    overflow-y: auto;
}
.modal-content{
    padding:20px !important;
}
.card-columns .card{
    width: 100% !important;
}

.product_list .modal-content .header {
    background-color: #ececec;
}

.product_list .modal-content .header .input-group {
    margin-top: 20px;
}

.product_list .header .form-control {
    text-align: right !important;
    font-size: 15px;
    height: 45px;
    padding-right: 40px;
}

.product_list .header .input-group.mb-3::before {
    content: "\F002";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

.header .input-group-prepend {
    background: #343645   !important;
}

.header .input-group-prepend .btn-outline-secondary {
    width: 100%;
    border: 1px solid #ced4da !important;
    font-size: 15px;
}

.header .input-group-prepend .btn-outline-secondary:focus {
    box-shadow: none !important;
}

.dropdown-item {
    cursor: pointer;
}

.product_info_box {
    text-align:center !important;
    margin-right: 21px !important;
}
.product_list .header .dropdown-item {
    font-size: 14px;
    text-align: right;
}

.product_offer_box {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #fb3449;
    font-size: 12px;
}

.product_offer_box img {
    margin-right: 10px !important;
    margin-top: 15px !important;
    height: 15px !important;
    margin-bottom: 12px;
}

.product_offer_div {
    height: 47px;
    margin-bottom: 5px;
}

.paginate_div {
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.product_offer_box .c-counter {
    font-size: 15px;
    color: #ef5662 !important;
    margin-top: 10px;
}

.product_offer_box .c-counter span {
    
    display: block;
    text-align: center;
    margin-top: 2px;
}

.page-item.active .page-link {
    background-color: #00bfd6;
    border-color: #00bfd6;
}
.pagination{
    font-size: 16px;
}

.pagination .page-link {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    padding: 0.1rem 0.5rem;
}

.pagination .page-link .active {
    color: white;
}

.compare_product_list .fa-close {
    width: 30px;
    height: 25px;
    background: #f5f5f5;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#remove_all_filter {
    color: red;
    font-size: 14px;
}

.review_image {
    width: 80%;
    margin: 30px auto;
    display: block;
}

.review_box {
    width: 95%;
    margin: 40px auto;
    position: relative;
}

.review_box .item_row {
    position: relative;
    padding-bottom: 10px;
}

.review_box .item_row::before {
    content: "";
    background: #eee;
    width: 1px;
    position: absolute;
    bottom: 0px;
    top: 43px;
    right: 18px;
}

.review_box .item_row .content {
    padding-right: 40px;
    padding-left: 40px;
    text-align: justify;
}

.review_box .item_row h3 {
    padding-right: 45px;
    font-size: 18px;
    padding-top: 8px;
}

.expert_button {
    width: 38px;
    height: 32px;
    background-color: #a7a9a9;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    border: none;
    border-radius: 0px 15px 15px;
    -webkit-border-radius: 0px 15px 15px;
}

.item_tozihat {
    max-width: 50%;
    float: left;
}

.expert_button:before {
    content: "\F068";
    font-family: FontAwesome;
    color: white;
}

.plus_btn::before {
    content: "\F067" !important;
}

.review_tozihat {
    padding-bottom: 30px;
}

.review_box .block {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 40px 150px 40px 121px;
    position: relative;
    font-size: 16px;
    background-color: #fbfbfb;
    line-height: 30px;
}

.review_box .block::before {
    background: url("../files/images/e8f55a97.svg") no-repeat;
    content: "";
    height: 55px;
    width: 69px;
    position: absolute;
    top: 20px;
    right: 56px;
}

.review_box .block::after {
    left: 44px;
    bottom: 10px;
    position: absolute;
    content: "";
    height: 55px;
    width: 69px;
    background: url("../files/images/3f51c9a0.svg") no-repeat;
}

.tozihat {
    margin-bottom: 50px;
    background: #fcfcfc;
    padding-bottom: 40px;
    padding-left: 20px;
}

.tozihat::after {
    width: 165px;
    height: 165px;
    position: absolute;
    content: "";
    top: 110px;
    right: 81px;
    background: url("../files/images/025314f5.svg") no-repeat;
}

.tozihat .content {
    padding-right: 10px;
    text-align: justify;
    position: relative;
}

.tozihat .content div {
   
}

.more_content {
    position: absolute;
    width: calc(100% - 300px);
    bottom: 0px;
    background: #fcfcfc;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.more_content span {
    border-bottom: 1px dashed #2196f3;
    display: table;
    font-size: 14px;
    color: #2196f3;
}

.more_content::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    bottom: -30px;
    height: 105px;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(99%, hsla(0, 0%, 98.8%, .99)), to(#fcfcfc));
    background: linear-gradient(180deg,
            hsla(0, 0%, 100%, 0), hsla(0, 0%, 98.8%, .99) 99%, #fcfcfc);
}

.show_short_content {
    background: none;
    bottom: -15px;
}

.show_short_content::after {
    content: "";
    height: 0px !important;
}

.review_box .headline {
    color: #6f6f6f;
    letter-spacing: -0.3px;
    font-weight: 500;
    line-height: 40px;
}

.review_box .headline span {
    display: block;
    font-size: 16px;
}

.product_info {
    width: 100%;
    background: white;
    display: inline-flex;
}

#comment_form {
    width: 100%;
}

#score_box .col-md-4 img {
    width: 85%;
    margin: 50px auto;
    display: block;
}

.score_box_header {
    padding: 20px 0px;
    border-bottom: 1px solid #f2f2f2;
}
.title{
    font-size: 14px !important;
}

.score_box_header .title {
    font-size: 17px;
    line-height: 32px;
    color: #494949;
}

.score_box_header .title p {
    padding-right: 20px;
}

.rang_box {
    position: relative;
    margin-top: 30px;
}

.rang_box input[type="range"] {
    width: 315px !important;
    position: absolute;
    top: 19px;
    right: -10px;
    z-index: 10;
    margin-top: 12px;
    background: transparent;
}

.rang_box input[type="range"]::-moz-focus-outer {
    border: 0px;
}

.rang_box input[type="range"]::-moz-range-thumb {
    position: absolute;
    width: 19px;
    height: 19px;
    z-index: 2;
    background-color: #35ccde;
    cursor: pointer;
    border: 2px solid #fcfcfc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.rang_slider_div {
    width: 300px;
    background: #d5d5d5;
    position: relative;
    height: 5px;
    margin-top: 10px;
}

.rang_slider_div::before {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 13px;
    content: attr(data-rate-title);
    margin-right: 27px;
}

.active_rang_slider {
    right: 0px;
    left: 50%;
    position: absolute;
    background-color: #35ccde;
    height: 6px;
}

.active_rang_step {
    background-color: #35ccde !important;
}

.rang_box label {
    font-size: 13px;
}

.js-slider-step {
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: silver;
    cursor: pointer;
    border: 2px solid #fcfcfc;
    top: 50%;
    transform: translateY(-50%);
}

.slider_step_three {
    right: calc(25% - 6px);
}

.slider_step_four {
    right: calc(50% - 6px);
}

.slider_step_five {
    right: calc(75% - 6px);
}

.discount_cart_div {
    font-size: 13px;
}

.slider_step_six {
    right: calc(100% - 6px);
}

.score_comment_form {
    width: 95%;
    margin: auto;
}

.positive_item {
    padding-right: 24px;
}

.positive_item:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    right: 7px;
    top: 6px;
    background: #00bfd6;
}

.negative_item {
    padding-right: 10px;
}

.negative_item:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    right: 7px;
    top: 6px;
    background: #f33449;
}

.input_add_point {
    margin-bottom: 20px;
    position: relative;
}

.input_add_point input[type="text"] {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
}

.score_comment_form textarea {
    width: 100%;
    height: 150px;
    resize: none;
    line-height: 1.5;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    font-weight: 400;
    padding: 10px;
    margin-top: 20px;
}

.score_comment_form .form-control {
    padding-right: 10px !important;
}

.add_comment_btn {
    font-size: 15px;
    line-height: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    padding: 14px 31px;
    color: #fff;
}

.add_comment_tozihat {
    border-right: 1px solid #ededed;
    padding: 40px 50px;
}

.add_comment_tozihat h4 {
    margin-bottom: 45px;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: -.5px;
}

.input_add_point button {
    width: 48px;
    height: 100%;
    background: none;
    border: none;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
    cursor: pointer;
    display: none;
}

.input_add_point button::before {
    content: "\F0FE";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    top: 7px;
    left: 13px;
    color: #878787;
}

.score_comment_form .item_list div {
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

#advantage_input_box div {
    background-color: #edf6f7;
    color: #3a8c96;
}

#disadvantage_input_box div {
    background-color: #fff3f4;
    color: #fb3449;
}

.comment_box .rating_ul {
    margin-top: 56px;
    padding-right: 0px !important;
}

.comment_box .rating_ul li {
    list-style: none;
    display: flex;
    font-size: 14px;
    width: 100%;
    padding-bottom: 10px;
}

.comment_box .rating_ul li label {
    width: 170px !important;
}

.comment_box .rating {
    position: relative;
    height: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #eaeaea;
    width: calc(100% - 220px);
    margin-top: 9px;
}

.comment_box .rating::before {
    content: attr(data-rate-digit);
    position: absolute;
    right: 100%;
    margin-right: 11px;
    color: #6f6f6f;
    font-size: 13px !important;
    bottom: -6px;
}

.rating-value {
    background-color: #00bfd6;
    height: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.comment_box {
    font-size: 15px;
    margin: 20px;
}

.comment_box h2 {
    letter-spacing: -.6px;
    color: #6f6f6f;
    font-size: 18px;
    font-weight: bold;
}

.comment-summary_note {
    padding-right: 30px;
    padding-left: 30px;
    line-height: 25px !important;
}

.comment-summary_note span {
    color: #5a5a5a;
    letter-spacing: -.4px;
    margin-bottom: 20px;
    display: block;
    font-size: 19px;
}

.comment-summary_note a {
    color: white !important;
    background-color: #42ca93  !important;
    border-color: #42ca93  !important;
    border-radius: 0px !important;
    letter-spacing: -.4px;
}

.message_purchased {
    background-color: #fcfef5;
    border: 1px solid #cfe3bb;
    color: #b1d58b;
    display: table;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 14px;
}

.message_purchased a {
    color: black;
}

.comment_div {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fcfcfc;
    border: 1px solid #f3f3f3;
    padding: 57px 30px 30px;
    margin-bottom: 20px;
}

.comment_box .comment_content {
    color: #505050;
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.evaluation_ul {
    margin-top: 5px;
    padding-right: 0px !important;
}

.evaluation_ul li {
    list-style: none;
    position: relative;
    font-size: 14px;
}

.evaluation_ul li span {
    margin-right: 15px;
}

.evaluation_ul li::before {
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    content: "";
    top: 5px
}

.evaluation_ul.advantage li::before {
    background-color: #00bfd6;
}

.evaluation_ul.disadvantage li::before {
    background-color: #fb3449;
}

.btn_like {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #ededed;
    background-color: #fff;
    padding: 5px 13px;
    color: #8c8c8c;
    font-size: 14px;
    margin-right: 20px;
}

.btn_like::before {
    margin-left: 7px;
    color: #7a7a7a;
    font-size: 15px !important;
    content: attr(data-count);
}

.comment_div .footer {
    margin-top: 20px;
}

.feq_filter {
    display: flex;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
}

.feq_filter_item {
    display: flex;
    margin: 0px !important;
}

.feq_filter_item li {
    list-style: none;
    margin-right: 10px;
    margin-left: 10px;
    padding: 14px 19px;
    position: relative;
    cursor: pointer;
    font-size: 16px !important;
}

.feq_filter_item::before {
    display: inline-flex;
    content: attr(data-title);
    padding: 14px 19px;
}

.feq_filter_item .is-active::after {
    background-color: #00bfd6;
    position: absolute;
    height: 1px;
    content: "";
    top: 100%;
    right: 0px;
    left: 0px;
}

.no_record_message {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    color: red;
}

.feq_filter p {
    padding: 14px 19px;
    margin-bottom: 0px !important;
}

.chart_ul {
    padding-right: 10px;
    padding-left: 10px;
}

.chart_ul li {
    list-style: none;
    display: flex;
    width: 250px;
    font-size: 15px;
    align-items: center;
}

.c-footer {
    margin-top: 50px;
    padding: 50px 10px 0px;
    background: url("https://tiktarh.com/storage/images/product_image/692d3b2fbb1aba952c00d455/1764572116-Shothr1006117(www.tiktarh.com).jpg");
    position: absolute;
    line-height: 22px;
    width: 100%;
}

.c-footer nav {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}

.c-footer_feature_item-1 {
    background: url("../files/images/fastSend.57a5d18.webp") 50% 8px no-repeat;
    background-size: auto 58px;
}

.c-footer_feature_item-2 {
    background: url("../files/images/productGuaranty.e7f72bd.webp") 50% 8px no-repeat;
    background-size: auto 58px;
}

.c-footer_feature_item-3 {
    background: url("../files/images/phoneSupport.14858ff.webp") 50% 8px no-repeat;
    background-size: auto 58px;
}

.c-footer_feature_item-4 {
    background: url("../files/images/productReturn.dea9b58.webp") 50% 8px no-repeat;
    background-size: auto 58px;
}

.c-footer_feature_item-5 {
    background: url("../files/images/fdb293e6.webp") 50% 8px no-repeat;
    background-size: auto 58px;
}

.c-footer nav a div {
    text-align: center;
    padding-top: 80px;
    font-size: 13px;
    color: white;
    padding-bottom: 20px;
    margin: auto;
}

.c-footer .row {
   width: 98%;
  border-top: 1px solid #cecece;
  margin: auto !important;
  padding-top: 20px;
  color: #4a5f73;
  background-color: #fff;
  border-radius: 45px;
  text-align: center;
  color: black;
}

.c-footer .row ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.c-footer .row .form-group {
    display: flex;
    margin-top: 20px;
}

.c-footer .row .form-group input {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 13px;
}

.c-footer p {
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    color:white;
}

.c-footer .row .form-group .btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 13px;
}

.c-footer img {
    max-width: 90px;
    margin-top: 10px;
}

.c-footer .row ul li {
    font-size: 12px;
    list-style: none;
    line-height: 30px;
    color: #c6c6c6;
}
.c-footer .row ul li a{
    color:gray !important;
}

.promo_single {
   text-align: center;
    height: 514px;
    margin-top: 23px;
    background-color: white;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .03);
    border-radius: 5px;
    -webkit-border-radius: 11px;
    border:1px solid #343645;
    margin-right: -37px;
    
}

.promo_single a {
    display: none;
}

.promo_single img {
    width: 60%;
    margin: 42px auto;
    display: block;
}

.promo_single .active {
    display: block !important;
}

.promo_single_header {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.promo-single-bar::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 2px;
    background: linear-gradient(90deg, #ffd3db, #fb3449);
    content: "";
    animation: bar-fill 7s infinite;
}

.header_cart_box {
    width: 350px;
    position: relative;
}

.header_cart_box .cart_table {
    max-height: 300px !important;
    overflow-y: auto !important;
    display: block;
}

.header_cart_box .cart_table tr td:nth-child(1) {
    width: 28% !important;
}

.header_cart_box .cart_table tr td:nth-child(2) {
    width: 71% !important;
    padding-right: 1% !important;
}

.header_cart_box .cart_table td ul li {
    font-size: 11px !important;
    display: flex;
    text-align: right;
}

.header_cart_box .product_cart_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header_cart_box .product_cart_info .fa {
    font-size: 16px;
}

.header_cart_box a:hover {
    color: black;
}

.header_cart_box .cart_table td ul .title {
    font-size: 13px !important;
    padding-bottom: 5px !important;
}

.header_cart_box .cart_table td img {
    width: 90% !important;
}

@keyframes bar-fill {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

.dropdown.cart {
    position: absolute;
    top: 15px;
    left: 0px;
}

.basket_arrow {
    border-left: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 30px;
    top: -9px;
    background: white;
    transform: rotate(45deg);
}

.dropdown.cart .dropdown-menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-radius: 18px;
}

.dropdown.cart .box_label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

.dropdown.cart .box_label div span {
    display: block;
}

.order_page {
    background-color: #ef5661;
    color: white !important;
    padding: 5px !important;
    font-size: 13px;
}

.order_page:hover {
    color: white;
}

.dropdown.cart .cart_table {
    margin-top: 0px !important;
}

.productPriceList {
    background: white;
    margin-top: 20px;
}

.warranty_list div {
    width: 20% !important;
    display: flex;
    font-size: 15px;
    align-items: center;
    cursor: pointer;
}

.warranty_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.warranty_list .fa {
    margin-left: 5px;
}

.warranty_list .price {
    font-size: 16px;
    justify-content: center;
    color: #000 !important;
}

.productPriceList .active {
    background: #f4fbff !important;
    border: 1px solid #19bfd3 !important;
}

.product_send_time::before {
    background: url("../files/images/d0a997dc.svg") no-repeat 50% 50%;
    width: 33px;
    height: 32px;
    content: "";
    margin-left: 10px;
    background-size: contain;
}

.btn-seller-add-cart {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px solid #00bfd6;
    padding: 10px 20px;
    color: #00bfd6;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

#add_address_box .alert {
    width: 100%;
    font-size: 14px;
    margin: 0px 10px 10px;
}

#additional_info #location .col-md-6 {
    padding: 0px !important;
}

#additional_info .form-control {
    padding-right: 15px !important;
}

#additional_info .feedback-hint {
    right: 90% !important;
}

#additional_info .footer .btn {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    margin-left: 10px;
}

#additional_info .toggle_box {
    margin-top: 25px !important;
}

.center {
    text-align: center !important;
}

#additional_info .form-column {
    border-left: 1px solid #e6e6e6;
    margin-top: 20px;
}

.profile_address_btn {
    height: 270px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px !important;
    flex-direction: column;
}

.profile_address_btn::before {
    content: "\F041" !important;
    font-family: FontAwesome;
    font-size: 40px !important;
    padding-left: 5px;
}

#review {
    min-height: 320px !important;
}

.question_box {
    margin: 35px;
}

.feq_headline {
    color: #6f6f6f;
    font-weight: 700;
    line-height: 35px;
    font-size: 19px;
}

.feq_headline span {
    display: block;
    padding-top: 5px;
    font-size: 15px !important;
}

.question_box textarea {
    padding: 10px;
    width: 100%;
    height: 180px;
    resize: none;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #dfdfdf;
}

.question_buttom_div {
    display: flex;
}

.question_buttom_div button {
    margin-top: 10px;
    padding: 12px 30px;
    background-color: #7a7a7a;
}

.question_buttom_div .agreement {
    margin: 18px;
}

.question_buttom_div .agreement label {
    margin-right: 10px;
    line-height: 30px;
    font-size: 15px;
}

.feq_list li {
    list-style: none;
    position: relative;
    border: 1px solid #dbdbdb;
    background: #fcfcfc;
    margin-right: 171px;
    padding: 19px 29px 50px;
    color: #4d4d4d;
    min-height: 220px;
    margin-top: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.feq_list li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #dbdbdb;
    border-width: 11px 0px 11px 11px;
    left: 100%;
    top: 50%;
}

.feq_list .feq_header {
    width: 122px;
    margin-left: 44px;
    position: absolute;
    left: 100%;
    top: 35px;
    text-align: center;
    font-size: 20px;
}

.feq_list .feq_header span {
    font-size: 15px !important;
    display: block;
}

.feq_list .feq_header::before {
    content: "\F059";
    display: inline-block;
    font-size: 40px;
    color: #35ccde;
    font-family: FontAwesome;
}

.feq_list .anserFormItem .feq_header::before {
    content: "" !important;
}

.feq_list .anserFormItem .btn-secondary {
    background-color: #35ccde !important;
    border-color: #35ccde !important;
}

.feq_list .anserFormItem h5 {
    width: 100% !important;
}

.feq_list .footer {
    font-size: 14px;
    position: absolute;
    display: flex;
    width: 100%;
    right: 0px;
    bottom: 25px;
    padding: 0px 20px;
    justify-content: space-between;
}

.data_link {
    cursor: pointer;
    color: #918f8f  !important;
     border-bottom: 1px dashed #bd7e46;
}

.answer_li {
    margin-top: 0px !important;
    border-top-right-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top: 0px !important;
}

.answer_li .feq_header::before {
    content: "" !important;
}

.disabled_textarea_div {
    padding: 10px;
    width: 100%;
    height: 180px;
    resize: none;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #dfdfdf;
    background-color: #dfdfdf;
}

#login_box .feedback-hint {
    display: block !important;
}
.modal-body {
  padding: 1px 1px 0px 1px !important;
  margin-bottom: -7px !important;
}
.close span{
    padding:10px;
}

#login_box .modal-body {
    padding: 0px !important;
}

#login_box #auth_box {
    margin: 0px;
}

#login_box .modal-content {
    width: 412px;
}

#login_box .modal-dialog {
    width: 412px;
}

#login_box .feedback-hint {
    right: auto;
    left: 0px !important;
}

#login_box .form-group {
    padding-top: 15px !important;
}

#login_box .alert-warning {
    margin-bottom: 0px !important;
    text-align: center !important;
}

#login_box .data_link {
    font-size: 15px !important;
}

.reset_password_link {
    font-size: 13px;
    color: #1ca2bd;
}

.btn-seller-add-cart:hover {
    background-color: #00bfd6;
    color: white !important;
}

.favorite_list .col-3 {
    position: relative;
}

.favorite_list .col-3 .fa-trash-o {
    position: absolute;
    font-size: 20px;
    top: calc(50% - 10px);
    cursor: pointer;
}

.favorite_list .col-9 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px !important;
}

.favorite_list .col-9 div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.favorite_list .col-9 .product_price {
    color: red;
    font-size: 18px;
}

.favorite_list .col-9 .btn-primary {
    font-size: 14px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    background-color: #00bfd6 !important;
    border-color: #00bfd6 !important;
}

.favorite_list .pagination {
    margin-top: 20px;
}

.favorite_list .col-3 img {
    width: 60% !important;
    margin: auto;
    display: block;
}

.favorite_list .row {
    box-shadow: 0 12px 12px 0px rgba(180, 180, 180, 0.1);
    -webkit-box-shadow: 0 12px 12px 0px rgba(180, 180, 180, 0.1);
    background-color: #fff;
    padding: 25px 15px;
    margin-bottom: 15px !important;
    display: flex;
}

.product_gallery_box {
    width: 100%;
    padding: 0px 10px 20px;
}

.product_gallery_box ul {
    display: inline-flex;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
    justify-content: space-between;
}

.product_gallery_box ul li {
    list-style: none;
    width: 23%;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 0px;
    cursor: pointer;
}

.product_gallery_box ul img {
    max-width: 90%;
    margin: auto;
    display: block;
    margin-top: 0px !important;
}

.product_gallery_box ul .button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_gallery_box ul .button div {
    display: flex;
    width: 34px;
    justify-content: space-between;
}

.product_gallery_box ul .button div span {
    width: 8px;
    height: 8px;
    background-color: #b3b3b3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
}

.gallery_box_content {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    height: 570px;
    display: inline-flex;
    flex-direction: row !important;
}

.gallery_box_content .left_box {
    position: relative;
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
}

.gallery_box_content .right_box {
    overflow: hidden;
    width: 15%;
    border-left: 1px solid #c8c8c8;
}

.img_swiper {
    overflow-y: hidden;
    transform: translate3d(0px, 200px, 0px);
    transition-duration: 300ms;
}

.img_swiper .swiper-slide {
    padding-top: 15px;
    padding-bottom: 15px;
}

.img_select_border {
    border-left: 2px solid #00bfd6 !important;
}

.gallery_box_content .swiper-slide img {
    width: 60%;
    margin: auto;
    display: block;
}

#product_gallery_box .modal-lg {
    
    width: 90% !important;
}

#product_gallery_box .left_box img {
    margin: auto;
    display: block;
}

#product_gallery_box .left_box .close {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 30px;
    z-index: 100;
}

#product_gallery_box .modal-body {
    display: flex;
}

.rang_slider {
    position: absolute;
    bottom: 40px;
    right: 0px;
    left: 0px;
    direction: ltr;
    width: 180px;
    height: 40px;
    margin: auto;
    background: white;
    display: inline-flex;
    justify-content: center;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}

.rang_slider input[type="range"] {
    width: 100px !important;
    margin-top: 7px;
}

.rang_slider .fa {
    color: #808080;
    margin-top: 15px;
}

.rang_slider .fa-minus {
    margin-right: 15px;
}

.rang_slider .fa-plus {
    margin-left: 15px;
}

.gallery_item {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: pointer;
}

.profile_box_header {
    position: relative;
    background-color: #00bfd6;
    height: 96px;
    display: flex;
    justify-content: center;
}

.profile_box_header .profile_avatar {
    background-image: url(../files/images/f03362d0.svg);
    background-size: 64px 64px;
    height: 102px;
    width: 102px;
    background-repeat: no-repeat;
    background-color: white;
    border: 4px solid #beebf1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 12px;
    position: absolute;
    background-position: 50%;
}

.profile_info {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
}

.message_form {
    width: 95%;
    margin: 20px auto;
}

.message_form .form-control {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    font-size: 14px !important;
}

.message_form .btn {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    font-size: 14px !important;
}

.message_form textarea {
    resize: none;
    font-size: 14px !important;
    height: 150px;
}

.messageList {
    width: 95% !important;
    margin: 10px auto !important;
}

.message_table tr th,
.message_table tr td {
    text-align: center;
}

.search_form {
    padding-bottom: 20px;
    display: flex;
}

.search_form .form-control {
    max-width: 300px !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.messageList .btn {
    font-size: 14px !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.search_form .form-group {
    margin-bottom: 0px !important;
}

.count_span {
    width: 20px;
    height: 20px;
    background-color: #e92d48;
    color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    display: block;
}

.profile_menu_ul li {
    display: flex;
    justify-content: space-between;
}

.page_cover {
    width: 100%;
    height: 410px;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url('../files/images/9de6ef39.jpg') top no-repeat;
    background-size: cover;
}

.faq_list {
    width: 91% !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: -125px !important;
    margin-right: auto;
    margin-left: auto;
}

.feq_cat_list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.feq_cat_list a {
    width: 33%;
    display: block;
}

.feq_cat_list a:hover {
    color: black !important;
}

.feq_cat {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    position: relative;
}

.feq_cat:hover {
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .15);
}

.feq_cat span {
    margin-top: 20px;
}

.faq_cat_icon {
    width: 120px;
    height: 120px;
    background: #f9f9f9 50% no-repeat;
    margin-bottom: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq_cat_icon img {
    max-width: 100%;
}

.cat_list_border_left::after {
    content: "";
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    width: 1px;
    background-color: #d3d3d3;
    left: 0;
}

.feq_cat::before {
    content: "";
    width: calc(100% - 20px);
    position: absolute;
    right: 10px;
    height: 1px;
    background-color: #d3d3d3;
    bottom: 0;
}

.common_question_list {
    margin-top: 30px !important;
}

.common_question {
    line-height: 30px;
    border: 1px solid #dedede;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.common_question_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    height: 60px;
    align-items: center;
    padding-right: 15px;
    padding-left: 20px;
    cursor: pointer;
}

.common_question_header h5 {
    margin: 0px !important;
    font-weight: bold;
    font-size: 16px;
}

.common_question_header .fa {
    font-size: 20px;
}

.small_answer {
    display: none;
    width: 96%;
    margin: 10px auto;
}

.more_data {
    width: 100%;
    text-align: left;
}

.page_cover_title {
    width: 100%;
    padding-top: 80px;
    color: white;
    text-align: center;
}

.page_cover .search_box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page_cover .search_box form {
    width: 500px;
    display: flex;
    margin-top: 20px;
}

.page_cover .search_box form .btn {
    width: 100px !important;
    font-size: 14px;
    height: 45px;
}

.page_cover .search_box form .form-control {
    width: calc(100% - 120px) !important;
    margin-left: 20px;
    font-size: 14px;
    height: 45px;
}

.cat_info {
    display: flex;
    align-items: center;
}

.cat_info img {
    width: 60px;
    margin-left: 10px;
}

.faq_list .answer {
    margin-top: 20px;
}

.faq_list .answer img {
    width: 90% !important;
    margin: auto;
    display: block;
}

.faq_list .answer video {
    margin: auto;
    display: block;
}

.product-unavailable {
    margin: 10px 0px;
}

.product-unavailable span {
    font-weight: bold;
    font-size: 20px;
    color: #7a7a7a;
    margin-bottom: 20px;
    display: block;
}

.small_answer ul li {
    font-size: 15px;
}

.small_answer ul li::marker {
    color: deepskyblue;
}

.header_row .input-group-prepend {

}

.shopCategory {
   position: relative;
  margin-top: -12px;
  z-index: 200000;
  border-bottom: darkorchid;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 22px;
}

.shopCategory ul {
    display: flex;
}

.shopCategory ul .shop_nav_li {
    height: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 3px;
    cursor: pointer;
    z-index: 1000;
    color: #616161;
    font-weight: bold;
}

.shopCategory ul .shop_nav_li a {
    color: gray;
    display: flex;
  align-items: inherit;
}

.cat_list_box ul li {
    font-weight: normal !important;
}

.shopCategory ul li {
    list-style: none;
}

.shopCategory ul li .cat_list {
    display: block !important;
}

.cat-list-div {
   width: calc(100% - 464px);
  background: white;
  position: absolute;
  right: 237px;
  left: 15px;
  top: 58%;
  height: 659px;
  padding: 19px 24px 45px 280px;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border: 1px solid rgba(137, 136, 136, 0.1);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(137, 136, 136, 0.1);
  border-top: 0px !important;
  z-index: 2000;
  display: none;
  margin-top: 1px;
}

.child_list_div {
    display: none;
}

.cat-list-div .cat_list_box {
    display: flex;
    width: 100%;
}

.cat-list-div .cat_list_box .parent_list {
    width: 19% !important;
    margin-left: 1%;
}

.cat-list-div .cat_list_box .child_list {
    width: 80% !important;
}

.cat-list-div .cat_list_box .child_list .subList {
    display: block !important;
}

.cat-list-div .cat_list_box .child_list .subList li ul {
    display: block !important;
}

.parent_list {
    border-left: 1px solid #ffb0dc;
    height: 460px;
}

.cat-list-div .cat_list_box .parent_list .cat_list li {
    padding: 10px 15px;
}

.cat-list-div .cat_list_box .active a {
    color: #ef5661;
}

.cat-list-div .cat_list_box .active {
    background-color: white;
 
}

.shopCategory .shop_menu_ul {
   margin-top: 28px !important;
  height: 6px;
  width: 1042px;
  padding-right: 144px;
}

.shop_nav_li .fa {
    padding-left: 5px;
    font-size: 23px;
    color: gray;
    padding-bottom: 7px;
}

.swiper-incredible {
    width: calc(100% + 30px);
    margin: 16px -15px !important;
    border-radius: 60px;
}

.incredible-product-list {
   width: 100%;
    background: url("https://tiktarh.com/storage/images/product_image/692d3b2fbb1aba952c00d455/1764572116-Shothr1006117(www.tiktarh.com).jpg");
    border-radius: 20px;
    border: 0px solid #e92f4a;
    margin-top: 25px;
    max-width: 1336px;
    margin-left: auto;
    margin-right: auto;
}
.incredible-product-list-free {
  width: 100%;
  background: linear-gradient(to left, rgb(172, 244, 234), rgb(185, 158, 244));
  border-radius: 20px;
  border: 4px solid #B0D6FF;
  margin-top: 25px;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
}

.incredible_products {
    width: calc(100% - 3px);
}

.incredible-product-list .product {
    border: 2px solid #e9304b;
    margin: 0px 3px 57px 2px;
    border-radius: 23px !important;
    -webkit-border-radius: 5px;
    min-height: 378px;
    background: white;
}

.incredible-product-list .product img {
    margin: 5px  auto !important;
}

.incredible-product-list .product .price {
    text-align: center !important;
    padding-left: 15px;
    margin-top: 35px;
}

.incredible-product-list .c-counter {
    font-size: 15px !important;
}

.incredible-product-list-free .product {
    border: 12px solid #aee8eb;
    margin: 0px 3px 101px 2px;
    border-radius: 23px !important;
    -webkit-border-radius: 5px;
    min-height: 378px;
    background: white;
}

.incredible-product-list-free .product img {
    margin: 30px auto !important;
}

.incredible-product-list-free .product .price {
    text-align: center !important;
    padding-left: 15px;
    margin-top: 35px;
}

.incredible-product-list-free .c-counter {
    font-size: 15px !important;
}


.c-counter span {
    margin-top: 0px !important;
}

.counter_box {
    width: 100%;
    text-align: center;
    padding-left: 15px;
}
.fa-list-ul::before{
    padding:7px;
}
.fa-camera-retro::before{
     padding:7px;
}
.fa-comment-o::before{
    padding:7px;
}

.incredible-title {
    margin: 5px 73px -18px 77px;
    display: flex;
    border-radius: 23px;
    padding-left: 37px;
    justify-content: space-between;
    color: gray;
     justify-content: space-between;
    margin-bottom: 15px;
    padding-top: 29px;
    background: none !important;
}
.view-all-link{
    color:white;
}

.incredible-title a{
    background-color:none !important;
}
.incredible-title-payment{
    margin: 43px 99px 5px 77px;
    display: flex;
    border-radius: 51px;
    align-items: center;
    padding-left: 37px;
    color: gray;
    margin-top: 26px;
    padding: 17px;
    justify-content: center;
    border: 5px solid #ea2d49;
}
.incredible-title img{
    text-align:center;
}

.incredible-title img {
    width: 100%;
    max-height: calc(100% - 41px);
}

.incredible_products .slick-prev {
    right: 10px !important;
    top: calc(50% - 20px);
}
.number_input{
    background: white !important;
    color: gray !important;
    height: 35px;
    width: 330px;
    text-align: left !important;
    letter-spacing: 45px;
    border: 0;
    margin-right: -26px;
    outline: none;
}

.incredible_products .slick-next {
    left: 10px !important;
    top: calc(50% - 20px);
}

.all-incredible-link {
    color: gray;
    border: 1px solid white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 10px;
    display: table;
    font-size: 15px;
    margin: 15px auto;
}

.category_cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    display: none;
}

.cart_item {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background: #fff;
    padding: 12px 12px 0;
    margin-bottom: 20px;
}

.submission_product_count {
    font-size: 14px !important;
    padding-right: 5px !important;
    font-weight: normal !important;
}

.optional-shipment {
    padding: 15px;
    display: flex;
}

.move-to-cart {
    border-radius: 8px;
    border: 1px solid #eee;
    color: #ef394e;
    width: 150px;
    height: 35px;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    font-size: 14px !important;
}

.move-to-cart::before {
    content: "\F291";
    font: normal normal normal 14px/1 FontAwesome;
}

.empty-next-cart {
    background: white;
    width: 100%;
    flex: 0 0 73.5%;
    max-width: 73.5%;
    padding-right: 0px;
    padding-left: 10px;
}

.modal {
    z-index: 1000050 !important;
}

.modal-backdrop {
    z-index: 1000040 !important;
}

.checkout_tab .tab-item {
    font-size: 16px;
}

.gallery_ul li{
    list-style:none !important;
}

.mostSeller{
    display: flex;
    justify-content: space-between !important;
}
.mostSeller a{
    color:gray !important;
}


.support-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.ticket-icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

/* انیمیشن کوچیک و بزرگ شدن آیکون */
.animated-icon {
  animation: pulse-strong 1.2s infinite ease-in-out;
}

@keyframes pulse-strong {
  0% { transform: scale(1); }
  40% { transform: scale(1.25); }
  60% { transform: scale(0.9); }
  100% { transform: scale(1); }
}

.support-bubble {
  position: absolute;
  right: 60px;
  bottom: 0;
  background-color: #fbe2f4;
  color: #7e1f6f;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  animation: slideIn 0.6s ease-out;
}

.avatar {
  font-size: 20px;
  margin-left: 10px;
}




/* هوش مصنوعی */
.ai-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 320px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 5px 25px rgba(0,0,0,.2);
    z-index: 9999;
    padding: 10px;
}

.ai-hint {
    background: #f1f5f9;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 8px;
}

#aiSearchInput {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    outline: none;
}

#aiSearchResults {
    margin-top: 8px;
    max-height: 260px;
    overflow-y: auto;
    display: none;
}


/* هوش مصنوعی */






@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

.avatar img {
  animation: float 2.5s ease-in-out infinite;
}

.bubble-text {
  white-space: nowrap;
}

@keyframes slideIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}






#notifDiv{
  z-index:1000000000;
  display:none;
  background:rgb(110, 231, 110);
  font-weight:700;
  width:350px;
  position: fixed;
  top:80%;
  left:5%;
  color:white;
  padding:5px 20px;
  border-radius:20px !important;
  text-align:center !important;
}
@media (max-width:1500px) {
    
   .product_img_div img{
       width:215px;
       height:auto;
   }
   .c-counter span{
       width:20px;
   }
   .banner_box i img{
    max-width: 300px;
   }
   .brand_info img {
       width: 100px;
     }
    }

@media (max-width:1279px) {
   
    .slider .col-2 {
        display: none;
    }

    .slider .col-10 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0px !important;
    }

    .slider .col-3 {
        padding: 0px !important;
    }

    .slider .col-9 {
        padding-left: 0px !important;
    }

    .index-pic {
        height: 211px;
    }
}

@media(min-width:1280px) {

    .slider .col-10 {
        padding-right: 15px !important;
    }

    /*.slider_box {*/
    /*    height: 320px;*/
    /*}*/
    /*.slide_div a {*/
    /*    height: 320px;*/
    /*}*/
    #right-slide {
        top: 144px;
    }

    #left-slide {
        top: 144px;
    }

    .discount-box-content {
        width: 75% !important;
        min-width: 75% !important;
    }

    .discount_left_item {
        display: block;
    }

    .discount_box_footer {
        display: none;
    }

    .slider .col-3 {
        display: none;
    }

    .slider .col-9 {
        width: 100%;
        min-width: 100%;
        padding: 0px !important;
    }

    .slider .col-10 {
        padding-left: 0px !important;
    }

    .product_div {
        width: 25% !important;
    }

    .product_div img {
        width: 60% !important;
    }

    .gallery_box_content {
        height: 650px !important;
    }
}

@media(min-width:1500px) {
    .gallery_box_content .swiper-slide img {
        width: 70%;
    }
}

@media(max-width:1280px) {
    .slide_div a {
        height: calc((100vw - 16px)/3) !important;
    }

    .slider_box {
        height: calc((100vw - 16px)/3) !important;
    }

    .index-pic {
        height: calc((100vw - 50px)/6) !important;
    }
    .promo_single img {
    width:15%;
 
}
}
