@import url(normalize.css);
@import url(reset.css);
@import url(fontsans.css);

label {
    font-size: 14px;
    font-weight: bold;
}

.noChange {
    pointer-events: none;
    background-color: #c5c5c5;
}

.fa-comment-dots:hover {
    color: red;
}

label {
    font-size: 14px;
    font-weight: bold;
}

.rounded {
    border: 1px solid blue;
}

legend {
    color: #0058db;
    font-weight: bold;
    font-size: 16px;
}


.top-head,
.top-head form {
    display: flex;
    position: relative;
}

.topMenu {
    position: fixed;
    top: 10;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 60px;
    background: linear-gradient(#85baef, #116bc7, #0b2d62);
}

.right-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.incredible .right button,
.top-head .log-reg>a,
.top-head .user-modal .login {
    vertical-align: middle;
    text-align: center;
}
 

.home-margin-top {
    margin-top: 5%;
}

@media (max-width: 450px) {
    #twoBanner img {
        height: 140px !important;
    }
}

@media (max-width: 450px) {
    #twoBanner img {
        height: 140px !important;
    }
}

.container {
    width: 1380px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

body {
    background: #fff;
}

.top-head {
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

.top-head>div {
    display: flex;
    align-items: center;
}

.top-head .logo {
    margin-left: 24px;
    margin-right: 8px;
}

.top-head .logo img {
    height: 30px;
}

.top-head form input {
    width: 610px;
    background-color: #f0f0f1;
    color: #474747;
    font-weight: 300;
    line-height: 1.833;
    border-radius: 5px;
    padding: 5px 35px;
    font-size: 0.857rem;
}

.top-head form input::placeholder {
    color: #828282;
    font-size: 0.9em;
}

.top-head form button {
    font-size: 2em;
    line-height: 30px;
    height: 37px;
    color: #a4a4a4;
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 5px;
    font-weight: 100;
}

.top-head .login-box {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}

.top-head .log-reg {
    color: #6f6f6f;
    cursor: pointer;
    user-select: none;
    padding: 3px 10px;
}

.top-head .log-reg>a {
    text-overflow: ellipsis;
    width: 100%;
    line-height: 39px;
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
}

.top-head .log-reg i {
    font-size: 16px;
    color: #fff;
    padding-left: 5px;
}

.top-head .devider {
    height: 30px;
    width: 0;
    border-right: 1px solid #e6e4e4;
    margin: 0 20px;
}

header .top-nav {
    display: flex;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
    justify-content: space-between;
    position: fixed;
}

.clear {
    clear: both;
}

.not-found {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 68px 0;
    line-height: 22px;
    background: url(../images/404bg.png);
    background-size: auto 100%;
}

.not-found h3 {
    font-size: 2.571rem;
    line-height: 1.222;
    margin: 25px auto;
}

.not-found a {
    background-color: #6ab946;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    min-width: 161px;
    margin: 10px 19.5px 46px;
    text-decoration: none;
    font-size: 2em;
}

.account-box {
    margin: 15px auto;
}

.register-logo {
    margin-bottom: 18px;
}

.register-logo img {
    height: 49px;
    width: 140px;
}

.account-box .register {
    width: 389px;
    position: relative;
    margin: 0 auto;
}

.account-box .headline {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 40px;
    font-size: 1.8em;
    line-height: 1.222;
    font-weight: 700;
}

.account-box .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.account-box .hint {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    margin: 15px auto;
    border-radius: 5px;
    padding: 11px;
    line-height: 1.8;
    font-weight: 400;
}

.account-box form {
    display: flex;
    flex-direction: column;
}

.account-box form>label {
    color: #656565;
    margin: 5px 0;
    letter-spacing: -0.6px;
    font-size: 1.071rem;
    line-height: 1.467;
    font-weight: 400;
}

.account-box form>input {
    padding: 11px 8px;
    color: #777;
    font-size: 1.2em;
    line-height: 21px;
    width: 100%;
    letter-spacing: -0.8px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    position: relative;
}

.account-box .acc-agree {
    margin: 3px 0 7px;
    font-size: 0.9em;
    line-height: 2;
    color: #5c5c5c;
}

.account-box .acc-agree a {
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    padding: 0;
    line-height: 2;
    font-weight: 400;
}

.account-box input[type="checkbox"] {
    transform: scale(1.4);
    margin: 0 5px;
}

.account-box button {
    padding: 13px 50px 13px 13px;
    width: 100%;
    font-size: 1.8em;
    line-height: 1.222;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff;
    overflow: hidden;
    letter-spacing: -0.6px;
    position: relative;
    margin-bottom: 12px;
}

.account-box button:before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -15px;
    top: -20px;
    background: hsla(0, 0%, 100%, 0.21);
    content: "";
    border-radius: 50%;
    transition: 0.3s all ease-out;
}

.account-box button:after {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 30px;
}

.account-box button i {
    position: absolute;
    right: 24px;
    font-size: 1.2em;
}

.account-box .foot {
    padding: 23px 40px;
    border-top: 1px solid rgba(96, 189, 201, 0.4);
    background-color: rgba(96, 189, 201, 0.1);
}

.account-box .foot a {
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
}

.account-box .login-foot {
    background: rgba(93, 214, 0, 0.06);
    border-top: 1px solid #d7e6bb;
}

.account-box .login form {
    display: block;
}

.account-box .login form>input {
    margin: 5px 0;
}

.account-box .login form>label {
    display: inline-block;
}

.account-footer {
    color: #b1b1b1;
}

.account-footer ul {
    display: flex;
    justify-content: center;
}

.account-footer ul li {
    padding-left: 25px;
    padding-bottom: 15px;
}

.account-footer li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.copyright-en {
    font-size: 0.8em;
}
.c-product__params ul:before {
    content: attr(data-title);
    font-weight: 500;
    font-size: 1.3em;
}

.c-box-tabs__tab.is-active:before,
.c-content-expert__summary:after,
.c-mask__handler:after,
.c-product__params ul li:before {
    content: "";
}

.c-product__params ul li:before {
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
}

.c-product__params ul li span {
    margin-left: 5px;
    white-space: normal;
    font-size: 1.4em;
    color: #000;
    line-height: 1.8rem;
}

.c-product__params ul li {
    margin: 5px 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.c-product__feature {
    display: flex;
    justify-content: space-between;
    margin: 10px auto 18px;
    border-top: 1px solid #f2f2f2;
    padding-top: 12px;
}

.c-product__feature img {
    height: 42px;
}

.c-product__feature span {
    font-size: 0.9em;
    width: 84px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    padding-right: 8px;
}

.c-product__get-club {
    text-align: center;
    font-size: 0.9em;
    color: #000;
    font-weight: 400;
    padding: 10px 0;
}

.c-product__get-club i {
    font-size: 1.8em;
    line-height: 1.2;
    padding-bottom: 4px;
    color: #ffd700;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.c-gallery__items img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
}

.c-gallery__items li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin: auto 7px;
    border-radius: 5px;
}

.p-tabs {
    margin-top: 39px;
    position: relative;
    padding-top: 57px;
    line-height: 22px;
}

.c-box-tabs {
    display: flex;
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
    line-height: 1.294;
    letter-spacing: -0.4px;
    position: absolute;
    top: 0;
    width: 100%;
}

.c-box-tabs .desc,
.c-box-tabs__tab {
    border-left: 1px solid #dfdfdf;
    position: relative;
}

.c-box-tabs__tab a {
    padding: 14px 20px;
    position: relative;
    color: #6f6f6f;
    display: block;
    line-height: 27px;
}

.c-box-tabs__tab span {
    font-size: 1.3em;
    font-weight: 400;
}

.c-box-tabs__tab i {
    color: #c3c3c3;
    display: inline-block;
    margin-left: 11px;
    font-size: 1.8em;
}

.c-box-tabs__tab.is-active:first-of-type {
    border-right: none;
}

.c-box-tabs__tab.is-active:before {
    display: block;
    left: -1px;
    right: -1px;
    bottom: 100%;
    height: 4px;
    background: #00bfd6;
}

.c-box--tabs {
    padding: 35px 53px 35px 61px;
    margin-bottom: 58px;
    margin-top: 1px;
    border-top: none;
    background-color: #fff;
    position: relative;
}

.p-tabs__content>div.is-active {
    display: block;
}

.c-params__headline {
    color: #6f6f6f;
    font-size: 2.9em;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -0.6px;
}

.c-params__headline span {
    font-size: 16px;
    font-size: 0.5em;
    line-height: 1.375;
    letter-spacing: -0.3px;
    display: block;
    color: #a7a7a7;
}

.c-content-expert__summary {
    background: #fcfcfc;
    color: #404040;
    font-size: 1.143rem;
    line-height: 2.25;
    padding: 25px 322px 27px 50px;
    min-height: 256px;
    position: relative;
    margin-right: -24px;
    margin-left: -16px;
}

.c-content-expert__summary:after {
    width: 165px;
    height: 165px;
    position: absolute;
    top: 30px;
    right: 81px;
    background: url(../images/pen.svg) 50% 50% no-repeat;
    background-size: 100%;
}

.c-mask {
    position: relative;
    padding-bottom: 15px;
}

.c-mask__text p {
    font-size: 0.9em;
}

.c-mask__text.is-active {
    height: auto !important;
    max-height: unset !important;
    padding-bottom: 30px;
}

.c-mask__text {
    overflow: hidden;
}

.c-mask__handler {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 15px;
    color: #2196f3;
    background: #fcfcfc;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 400;
}

.c-mask__handler:after {
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    bottom: 30px;
    height: 105px;
    z-index: 1;
    background: linear-gradient(180deg,
            hsla(0, 0%, 100%, 0),
            hsla(0, 0%, 99%, 0.99) 99%,
            #fcfcfc);
}

.c-mask__handler.is-active {
    height: auto;
    transition: opacity 0.15s ease;
}

.without-after:after {
    content: none;
}

.br-theme-bars-movie .br-widget {
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.br-theme-bars-movie .br-current-rating {
    width: 70px !important;
    color: #666 !important;
    font-size: 1.3em;
}

.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected,
.br-theme-bars-movie a.br-active,
.br-theme-bars-movie a.br-selected {
    background-color: #d60076 !important;
}

.br-theme-bars-movie .br-widget a {
    background-color: #d5d5d5;
    margin: 0;
    height: 4px;
}

.p-tabs__content>div {
    display: none;
}

.c-params__title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
    font-size: 1.5em;
    font-weight: 400;
}

.c-params__title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #00bfd6;
    transform: rotate(45deg);
}

.p-tabs.is-fixed .c-box-tabs {
    position: fixed;
    top: 0;
    width: calc(100% - 30px);
    min-width: 1005px;
    z-index: 123;
    box-shadow: 0 5px 10px 0 hsla(0, 0%, 71%, 0.2);
}


.c-params__list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
}

.c-params__list li {
    display: flex;
    flex-wrap: wrap;
    margin: 8px -8px;
}

.c-params__list-key,
.c-params__list-value {
    padding-right: 8px;
    padding-left: 8px;
}

.c-params__list-key .block,
.c-params__list-value .block {
    display: block;
    background: #fafafa;
    padding: 14px 18px 12px;
    font-size: 1.5em;
    color: #666;
    letter-spacing: -0.3px;
    min-height: 47px;
    position: relative;
}

.c-params__list-key {
    flex-basis: 23%;
}

.c-params__list-value {
    flex-basis: 76%;
}

.c-params__list-value .block:not(:first-of-type) {
    margin-top: 3px;
}

.c-comments__headline {
    font-size: 1.9em;
    line-height: 1.571;
    letter-spacing: -0.6px;
    color: #6f6f6f;
}

.c-comments__headline>span {
    margin-top: 10px;
    width: 100%;
    display: inline-flex;
    font-size: 0.8em;
    font-weight: 500;
}

.c-comments__summary {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -30px 60px;
}

.c-comments__summary-box,
.c-comments__summary-note {
    flex: 0 0 50%;
    max-width: 50%;
}

.c-comments__summary-note>span {
    font-size: 1.357rem;
    line-height: 1.158;
    color: #5a5a5a;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
    display: block;
}

.c-comments__summary-note p {
    font-size: 1.071rem;
    line-height: 2.27;
    margin-bottom: 35px;
    color: #676767;
}

.btn-add-comment.is-disabled {
    background-color: #7a7a7a;
    border-color: #7a7a7a;
    color: #fff;
}

.btn-add-comment {
    font-size: 1.143rem;
    line-height: 1.375;
    padding: 16px 105px 16px 45px;
    border-radius: 8px;
    background-color: #7a7a7a;
    border: 1px solid #7a7a7a;
    overflow: hidden;
    text-align: right;
    letter-spacing: -0.7px;
    position: relative;
}

.btn-add-comment:before {
    content: "\f086";
    font-family: fontawesome;
    position: absolute;
    right: 27px;
    top: 8px;
    font-size: 32px;
}

.btn-add-comment span:before {
    width: 96px;
    height: 96px;
    position: absolute;
    right: -11px;
    top: -17px;
    background: hsla(0, 0%, 100%, 0.21);
    content: "";
    border-radius: 50%;
    transition: 0.3s all ease-out;
}


.btn-add-comment span {
    font-size: 1em;
    padding: 0 40px;
}

.c-comments__filter {
    border-bottom: 1px solid #eee;
    display: flex;
    margin-top: 60px;
}

.c-faq__filter-title {
    line-height: 1.375;
    padding: 14px 19px 14px 17px;
    position: relative;
    font-size: 1.7em;
    font-weight: 400;
}

.c-faq__filter-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #00bfd6;
}

.c-faq__filter-items {
    line-height: 1.375;
    margin-right: auto;
    padding: 0;
}

.c-faq__filter-items[data-title]:before {
    display: inline-block;
    content: attr(data-title);
    padding: 14px 10px;
    font-size: 1.5em;
}

.c-faq__filter-items li {
    display: inline-block;
    margin-right: 10px;
}

.c-faq__filter-items li a.is-active {
    color: #00bfd6;
    padding-bottom: 17px;
}

.c-faq__filter-items li a {
    display: block;
    position: relative;
    padding: 14px 17px;
    color: #4d4d4d;
    font-size: 1.5em;
}

.c-faq__filter-items li a.is-active:after {
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    content: "";
    position: absolute;
    background: #00bfd6;
}

.c-comments__list {
    padding: 0;
    margin-top: 18px;
}

.c-comments__list>li {
    border-radius: 5px;
    background-color: #fcfcfc;
    border: 1px solid #f3f3f3;
    padding: 57px 30px 30px;
    margin-bottom: 36px;
}

.c-comments__list>li section {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

.c-comments__list>li section .aside {
    flex: 0 0 27%;
    max-width: 27%;
}

.c-comments__list>li section .article {
    flex: 0 0 73%;
    max-width: 73%;
    padding-bottom: 50px;
}

.c-comments__list>li .c-message-light {
    margin-bottom: 25px;
    position: relative;
}

.c-message-light--purchased {
    font-size: 0.929rem;
    line-height: 2.23;
    background-color: #fdfff8;
    border: 1px solid #e2f0d5;
    border-radius: 3px;
    color: rgba(36, 90, 29, 0.98);
    padding: 7px 40px 7px 12px;
}

.c-message-light--purchased:before {
    content: "\f07a";
    font-family: fontawesome;
    position: absolute;
    right: 9px;
    top: 13px;
    font-size: 17px;
    color: #818181;
}

.c-message-light--opinion-negative {
    font-size: 0.929rem;
    line-height: 2.23;
    background-color: #fff8f9;
    border: 1px solid #ffbcc7;
    border-radius: 3px;
    color: #ff637d;
    padding: 7px 40px 7px 12px;
}

.c-message-light--opinion-negative:before {
    content: "\f165";
    font-family: fontawesome;
    position: absolute;
    right: 9px;
    top: 14px;
    font-size: 17px;
    color: #818181;
}

.c-message-light--opinion-noidea {
    font-size: 0.929rem;
    line-height: 2.23;
    background-color: #fff9f2;
    border: 1px solid #fcdfbf;
    border-radius: 3px;
    color: #dd7e19;
    padding: 7px 12px;
    text-align: right;
}

.c-comments__user-shopping {
    padding: 5px 0 0;
}

.c-comments__user-shopping>li {
    font-size: 0.929rem;
    line-height: 1.692;
    color: #777;
    margin: 5px 0;
}

.c-comments__list>li .article,
.c-comments__list>li .aside {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.c-comments__list>li section .article .header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.c-comments__list>li section .article .header>span {
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
    color: #fff;
    font-weight: 500;
}

.c-comments__list>li section .article .header>span:nth-child(2) {
    font-size: 1.5em;
    line-height: 1.571;
    display: block;
    color: #adadad;
    margin-top: 5px;
    font-weight: 400;
}

.c-comments__evaluation {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px 40px;
}

.c-comments__evaluation-negative,
.c-comments__evaluation-positive {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
}

.c-comments__evaluation-negative>span,
.c-comments__evaluation-positive>span {
    color: #00bfd6;
    padding: 20px;
}

.c-comments__evaluation-negative ul li,
.c-comments__evaluation-positive ul li {
    margin: 6px 0;
    padding-right: 17px;
    color: #5f5f5f;
    position: relative;
    font-size: 1.3em;
}

.c-comments__evaluation-positive ul li:before {
    background-color: #00bfd6 !important;
}

.c-comments__evaluation-negative ul li:before,
.c-comments__evaluation-positive ul li:before {
    background: #ccc;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
}

.c-comments__evaluation-negative ul li:before {
    background-color: #ff637d;
}

.c-comments__list>li .article p {
    font-size: 1.4em;
    line-height: 2.71;
    color: #505050;
}

.c-comments__list>li .article .footer {
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.c-comments__likes {
    text-align: left;
    color: #777;
    font-size: 13px;
    font-size: 0.929rem;
    line-height: 1.692;
}

.btn-like,
.c-comments__likes>span {
    font-size: 0.9em;
}

.c-comments__likes .btn-like {
    margin-right: 17px;
}

.btn-like {
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 2px 13px;
    color: #8c8c8c;
    line-height: 1.692;
}

.c-comments__list>li section .aside>div:not(:first-of-type) {
    margin-top: 40px;
}

.c-pager {
    display: flex;
    flex-wrap: wrap;
    margin: 10.5px -10px;
    align-items: center;
    justify-content: center;
}

.c-pager__items li,
.c-pager__tabs li {
    display: inline-block;
}

.c-pager__item.is-active {
    background-color: #00bfd6;
    border: 1px solid #00bfd6;
    color: #fff;
}

.c-pager__item {
    border-radius: 8px;
    color: #535353;
    font-size: 1.6em;
    line-height: 34px;
    margin: 0 3px;
}

.c-pager__item,
.c-pager__next,
.c-pager__prev {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top;
}

.c-faq__headline {
    font-size: 2.3em;
    line-height: 1.571;
    letter-spacing: -0.6px;
    color: #6f6f6f;
    font-weight: 700;
}

.c-faq__headline span {
    display: block;
    font-size: 0.7em;
    line-height: 1.375;
    margin-top: 10px;
    font-weight: 400;
    color: #6f6f6f;
}

.c-form-faq textarea,
.modal-checkout textarea {
    height: 180px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 10px;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 0.857rem;
    line-height: 2.58;
    margin: 12px 0;
}

.disabled {
    opacity: 0.5;
    cursor: default !important;
    user-select: none;
    pointer-events: none;
}

.btn-tertiary {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    border-radius: 8px;
    background-color: #7a7a7a;
    padding: 18px 31px;
    color: #fff;
}

.form-row {
    display: flex;
    align-items: center;
}

.form-row .agreement {
    margin-right: 20px;
    font-size: 1.4em;
    line-height: 2.3;
}

#questions c-comments__filter {
    flex-wrap: wrap;
}

.c-faq__list {
    margin-top: 40px;
}

.c-faq__list>li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.c-faq__list>li {
    position: relative;
    border: 1px solid #dbdbdb;
    background: #fcfcfc;
    margin-right: 171px;
    padding: 19px 29px 50px;
    color: #4d4d4d;
    min-height: 220px;
}

.c-faq__list>li:after,
.c-faq__list>li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    border-color: transparent transparent transparent #dbdbdb;
    left: 100%;
    top: 50px;
}

.c-faq__list>li.is-question .section .header {
    font-size: 62px;
    padding-top: 69px;
    color: #35ccde;
}

.c-faq__list>li.is-question .section .header:before {
    content: "\f059";
    font-family: fontawesome;
}

.c-faq__list>li .section p {
    margin-bottom: 20px;
}

.c-faq__list>li .section .header .h5 {
    color: #7a7a7a;
    font-size: 0.4em;
    line-height: 1.692;
    margin-top: 10px;
}

.c-faq__list>li .section .header .h5 span {
    display: block;
    font-size: 12px;
    font-size: 0.857rem;
    line-height: 1.833;
    color: #959595;
}

.c-faq__list>li .section .header {
    width: 122px;
    margin-left: 44px;
    padding-top: 64px;
    position: absolute;
    left: 100%;
    top: -10px;
    text-align: center;
}

.c-faq__list>li .section>p {
    font-size: 1.5em;
    line-height: 2.4;
}



.c-faq__list>li.is-answer {
    background: #fff;
}

.c-faq__list>li.is-answer .section .header {
    font-size: 79px;
    padding-top: 86px;
    color: #ffd188;
}

.c-faq__list>li.is-answer .section .header:before {
    content: "\f0eb";
    font-family: fontawesome;
}

.c-faq__likes {
    text-align: left;
    color: #777;
    line-height: 1.692;
    margin-right: auto;
    font-size: 0.9em;
}

.c-faq__likes span {
    font-size: 1em;
}

.c-faq__answer-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.c-faq__answer-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.c-faq__answer-col--form {
    flex: 0 0 54%;
    max-width: 54%;
    padding-left: 33px;
    padding-right: 26px;
}

.c-faq__answer-col--form span.h3 {
    margin-bottom: 4px;
    font-size: 2em;
    line-height: 1.048;
    letter-spacing: -0.8px;
    color: #7a7a7a;
    display: block;
}

.c-form-faq-answer__col--submit .btn-default {
    width: 100%;
}

.btn-default {
    line-height: 1.375;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    padding: 14px 31px;
    color: #fff;
}

.c-faq__answer-col--rules {
    flex: 0 0 46%;
    max-width: 46%;
    border-right: 1px solid #f0f0f0;
    padding-right: 25px;
}

.c-faq__answer-col--rules span.h4 {
    padding-right: 37px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    letter-spacing: -0.7px;
    line-height: 1.294;
    color: #7a7a7a;
    display: block;
    font-size: 1.5em;
}

.c-faq__answer-col--rules span.h4:before {
    content: "\f14b";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 22px;
}

.c-faq__rules-list li {
    margin: 15px 0 0;
    position: relative;
    padding-right: 33px;
}

.c-faq__rules-list li:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 7px;
    right: 8px;
    background: #e2e2e2;
    position: absolute;
    content: "";
}

.c-faq__answer-row textarea,
.comment-new form textarea {
    border: 1px solid #c8c8c8;
    width: 100%;
    resize: vertical;
    min-height: 56px;
    vertical-align: top;
}

.c-faq__rules-list span.h5 {
    font-weight: 500;
    letter-spacing: -0.5px;
    font-size: 1.4em;
    line-height: 1.571;
    color: #7a7a7a;
    display: block;
}

.c-faq__rules-list p {
    line-height: 1.6;
    margin-top: 10px;
    color: #959595;
    letter-spacing: -0.7px;
    font-size: 1.4em;
}

.c-faq__answer-row textarea {
    height: 180px;
    border-radius: 5px;
    padding: 10px;
    color: #424242;
    font-size: 0.857rem;
    line-height: 2.58;
    margin: 12px 0;
}

.add-comment {
    background-color: #fff;
    margin: 20px auto;
    padding: 20px 30px;
}

.comment-info {
    display: flex;
    justify-content: space-between;
}

.comment-info img {
    height: 300px;
}

.comment--info {
    display: flex;
    flex-direction: column;
    flex: 0 0 68.5%;
    background: #fcfcfc;
    padding: 0 30px 39px 28px;
}

.comment--info .headline {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 13px;
}

.comment--info .headline h4 {
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.8;
}

.comment--info .headline span {
    line-height: 1.5;
    color: #b5b5b5;
}

.comment-new {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.comment-new form>input,
.comment-new form>label {
    display: block;
    width: 100%;
}

.comment-new form label,
.group-input span {
    margin-bottom: 12px;
    color: #565656;
    font-size: 1.143rem;
    line-height: 1.4;
    position: relative;
    font-weight: 400;
}

.comment-new form input,
.comment-new form>input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 1.3em;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -0.8px;
}

.group-input {
    display: flex;
}

.group-input div {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.comment-new form textarea {
    border-radius: 5px;
    outline: 0;
    padding: 10px;
    color: #424242;
    line-height: 2;
    height: 166px;
    font-size: 1.2em;
}

.group-input .advantage span:before,
.group-input .disadvantage span:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 7px;
    top: 6px;
    border-radius: 4px;
    content: "";
}

.comment-new label,
.comment-new span {
    margin-top: 25px;
}

.comment-new span {
    padding-right: 20px;
}

.group-input .advantage span:before {
    background: #00bfd6;
}

.group-input .disadvantage span:before {
    background: #fb3449;
}

.comment-new button {
    margin-top: 15px;
    display: block;
}

.comment-new .form-holder {
    flex-basis: 55%;
    padding-left: 30px;
    position: relative;
}

.comment-new .form-holder .btn-link-spoiler {
    position: absolute;
    bottom: 10px;
}

.comment-new .description {
    border-right: 1px solid #ededed;
    padding: 40px 50px;
}

.comment-new .description h3 {
    margin-bottom: 45px;
    letter-spacing: -0.5px;
    font-size: 2em;
    line-height: 1.5;
    font-weight: 400;
}

.comment-new .description p {
    line-height: 2.3;
}

.cart-empty,
.icon-wrapper {
    margin: 27px auto;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 30px;
    text-align: center;
    line-height: 22px;
}

.cart-empty__icon {
    width: 167px;
    height: 170px;
    background: #f4f4f4;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
}

.cart-empty__icon:before {
    content: "\f07a";
    font-family: fontawesome;
    position: absolute;
    font-size: 77px;
    left: 42px;
    top: 72px;
    color: #a8a8a8;
}

.cart-sfl__icon {
    margin: 0 auto;
    width: 200px;
    height: 150px;
    background: url(../images/06d51c65.png) 50% no-repeat;
    background-size: auto;
    background-size: contain;
}

.cart-empty__title {
    font-size: 2.214rem;
    line-height: 1.419;
    letter-spacing: -0.4px;
    margin: 25px 0;
    color: #858585;
}

.cart-empty__links {
    margin-bottom: 20px;
}

.cart-empty__link-urls a {
    margin: 5px 0 0 10px;
    padding: 0 2px;
    position: relative;
}

.btn-cart:not(.disabled):not(.is-inactive):not([disabled]) {
    position: relative;
    overflow: hidden;
}

.cart-empty .btn-cart {
    padding-right: 100px;
    padding-left: 100px;
    margin-top: 15px;
    display: inline-block;
}

.icon-wrapper .icon {
    border-bottom: none;
    justify-content: space-around;
    flex-wrap: wrap;
}

.main-cart {
    display: flex;
    flex-wrap: wrap;
}

.main-cart .o-page__content {
    flex: 0 0 74%;
    padding-right: 0;
    padding-left: 25px;
}

.c-checkout__tab--active {
    color: black !important;
    font-weight: bold;
    font-size: 1.3rem;
}



.c-checkout__tab--active:before,
.c-checkout__tab--active .c-checkout__tab-counter {
    content: "";
    height: 4px;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 2px 2px 0 0;
}

.c-checkout__tab-counter {
    color: #f8f8f8;
    background-color: #ef394e;
    margin-right: -20px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}

.main-cart .c-checkout-text {
    cursor: pointer;
    color: #818181;
    text-align: center;
    position: relative;
    min-width: 140px;
    padding: 8px 24px 10px;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.467;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-cart .o-headline {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ececec;
}

.c-cart-item__stock-info span {
    font-size: 0.7rem;
    line-height: 19px;
    color: #ef394e;
    font-weight: 500;
}

.c-cart-item__stock-info {
    margin-top: 12px;
}

.c-checkout__to-shipping-sticky {
    width: 100%;
    border: 1px solid black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 66px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.06);
    border-style: solid;
    border-width: 1px 0;
    padding: 10px 12px;
    z-index: 1;
}






.c-checkout__to-shipping-price-report {
    padding-left: 8px;
}

.c-checkout__to-shipping-price-report p {
    font-size: 10px;
    font-size: 0.714rem;
    line-height: 2.2;
    color: #f00;
    text-align: left;
    font-weight: bold;
}

.c-checkout__to-shipping-price-report--price {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.222;
    font-weight: 600;
    text-align: left;
    margin-top: 2px;
}

.c-checkout__to-shipping-price-report--price span {
    font-size: 0.8rem;
    line-height: 1.833;
    font-weight: 400;
    color: red;
}

.c-checkout__header {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 13px 0 10px 0;
    margin: 0 12px;
}

.c-checkout__header-title {
    color: #777;
    font-size: 15px;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin-right: 8px;
}

.c-checkout__header-extra-info {
    color: #777;
    font-weight: 400;
    font-size: 13px;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-right: 8px;
}

.c-checkout__header-delivery-cost {
    position: absolute;
    left: 0;
    color: #777;
    font-size: 13px;
    font-size: 0.8rem;
    line-height: 1.692;
}

.o-headline>h2,
.o-headline>span {
    font-size: 1.8em;
    line-height: 31px;
    font-weight: 500;
}

.c-checkout {
    margin: 0 0 10px 0;
    background: #fff;
}

.c-checkout__item:first-child {
    border-top: none;
}

.c-checkout__item {
    border-top: 1px solid #eaeaea;
}

.c-checkout__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 10px;
    border-bottom: 1px solid #eaeaea;
}

.c-checkout__col {
    line-height: 22px;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.c-checkout__col--thumb {
    flex: 0 0 19%;
    padding-right: 40px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-checkout__col--thumb a {
    position: relative;
}

.c-checkout__col--thumb img:not(.c-product-box__fmcg-symbol) {
    max-width: 90%;
    max-height: 100%;
    position: relative;
}

.c-checkout__btn-remove {
    position: absolute;
    width: 26px;
    height: 26px;
    text-align: center;
    border: none;
    border-radius: 13px;
    color: #999;
    background: #f5f5f5;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.c-checkout__btn-remove::before {
    content: "\f1f8";
    font-family: fontawesome;
    font-size: 12px;
    vertical-align: top;
    margin-top: 3px;
    display: inline-block;
}

.c-checkout__col--desc {
    width: 80%;
}

.c-checkout__col--desc a {
    color: #000;
    font-size: 1.6em;
    line-height: 1.6;
    font-weight: 400;
}

.c-checkout__col--desc p {
    font-size: 1.2em;
}

.c-checkout__title {
    font-size: 1.071rem;
    line-height: 1.88;
    margin-bottom: 15px;
}

.c-checkout__dealer {
    font-size: 0.929rem;
    line-height: 1.692;
    margin: 7px 0;
}

.c-checkout__guarantee,
.c-checkout__special-deal {
    font-size: 0.857rem;
    line-height: 1.833;
    margin: 7px 0;
}

.c-checkout__variant {
    font-size: 13px;
    font-size: 0.929rem;
    line-height: 1.692;
    margin: 7px 0;
}

.c-checkout__col--information,
.c-checkout__col--message {
    display: flex;
}

.c-checkout__col--information {
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.c-cart-item__save-for-later {
    font-size: 0.75rem !important;
    line-height: 1.833;
    color: #777 !important;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    padding-top: 8px;
}

.c-quantity-selector {
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #0fabc6;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-quantity-selector button {
    border: none;
    margin: 0;
    padding: 0;
    color: #0fabc6;
    background-color: #fff;
    cursor: pointer;
    width: 33%;
    text-align: center;
    height: 100%;
    border-radius: 5px;
}

.c-quantity-selector__add i {
    color: #e0e0e2;
    font-size: 1rem;
}

.c-quantity-selector__remove i {
    font-size: 1.1rem;
}

.c-cart-item__quantity-row {
    display: flex;
}

.c-checkout__row--inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

.c-checkout__col--counter {
    flex: 0 0 52%;
    max-width: 52%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.c-checkout__quantity {
    position: relative;
    z-index: 12;
    user-select: none;
    line-height: 22px;
    font-size: 1.1em;
    text-align: center;
}

.c-checkout__quantity select {
    border-radius: 8px;
    font-size: 0.8em;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.c-checkout__quantity-error {
    position: absolute;
    top: calc(100% + 10px);
    right: -5px;
    padding: 10px;
    color: #fff;
    background-color: #ef5661;
    white-space: nowrap;
    z-index: 9283;
    display: none;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
}

.c-checkout__col--price {
    flex: 0 0 47%;
    max-width: 47%;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: right;
}

.c-checkout__price:first-child,
.c-checkout__price:nth-child(3) {
    padding-right: 47px;
}

.c-checkout__price {
    font-size: 1.7em;
    line-height: 1.294;
    margin: 2px 0;
    font-weight: 400;
}

.main-cart .o-page__aside {
    flex: 0 0 24.5%;
    padding-left: 0;
}

.c-checkout-aside {
    margin-bottom: 23px;
}

.main-cart .c-checkout-aside {
    margin-top: 77px;
    margin-bottom: 83px;
}

.c-checkout__row.is-incredible {
    padding-bottom: 40px;
    position: relative;
}

.c-checkout__price--del {
    font-size: 0.929rem;
    line-height: 1.692;
    text-decoration: line-through;
    color: #a0a0a0;
}

.c-checkout-summary__discount .discount-price {
    line-height: 1.571;
    color: #ef394e;
}

.c-checkout__price--discount {
    font-size: 0.857rem;
    line-height: 1.833;
    color: #a0a0a0;
}

.c-checkout-summary__content div:last-of-type>span {
    font-size: 0.9em;
}

.c-checkout-summary {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    line-height: 22px;
}

.c-checkout-summary span {
    color: #777;
    font-size: 1.3em;
}

.c-checkout-summary .has-devider {
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
}

.c-checkout-summary .has-devider span {
    font-weight: 500;
    color: #2b2b2b;
}

.pd-10 {
    padding-top: 10px;
}

.pd-10 i {
    color: gold;
}

.c-checkout-summary__summary {
    list-style: none;
    padding: 15px 10px;
}

.c-checkout-summary__summary li {
    padding-bottom: 5px;
    display: flex;
    margin: 5px 0;
    justify-content: space-between;
    font-weight: 400;
    font-size: 1.1em;
}

.c-checkout-summary__devider {
    padding: 0 10px;
}

.c-checkout-summary__devider div {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 4px;
    border-right: none;
    border-left: none;
}

.c-checkout-summary__content {
    padding: 15px;
    color: #a0a0a0;
    font-size: 0.786rem;
    line-height: 2;
    padding-top: 0;
}

.cart-sfl__links p {
    font-size: 1.5em;
    width: 30%;
    margin: 0 auto;
    line-height: 1.7;
    text-align: center;
}

#cart-sfl {
    width: 98%;
    display: none;
}

.c-checkout-summary__price-title {
    text-align: center;
    color: #676767;
    font-size: 1.286rem;
    line-height: normal;
}

.c-checkout-summary__price-value {
    text-align: center;
    font-size: 1.071rem;
    line-height: normal;
    color: #fb3449;
}

.c-checkout-summary__price-value-amount {
    font-size: 1.429rem;
    line-height: 2;
    font-weight: 700;
}

.btn-checkout:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden;
}

.c-checkout-summary__content .btn-checkout {
    width: 100%;
    text-align: center;
    margin-top: 2px;
    font-weight: 700;
    position: relative;
}

.btn-checkout {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    padding: 15px 70px 15px 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff;
    overflow: hidden;
    text-align: right;
    letter-spacing: -0.6px;
}

.btn-checkout::before {
    width: 85px;
    height: 85px;
    position: absolute;
    right: -20px;
    top: -17px;
    background: hsla(0, 0%, 100%, 0.21);
    content: "";
    border-radius: 50%;
}

.btn-checkout::after {
    content: "\f053";
    font-family: fontawesome;
    position: absolute;
    right: 21px;
    top: 14px;
    font-size: 21px;
}

.btn-checkout:not(.disabled):not(.is-inactive):not([disabled]):hover::before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset;
}

.c-checkout-summary__content div:last-child {
    padding-right: 5px;
    line-height: 2;
    margin-top: 9px;
}

.c-checkout-feature-aside {
    border-radius: 5px;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -0.2px;
    line-height: 1.73;
    color: #aaa;
    font-weight: 500;
}

.c-checkout-feature-aside__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 1.3em;
    line-height: 1.692;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0 27px 0 20px;
}

.c-checkout-steps,
.c-checkout-steps__item::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.c-checkout-feature-aside__item--guarantee {
    background: url(../images/a8d65c7a.svg) 100% 50% no-repeat;
    background-size: 22px auto;
}

.c-checkout-feature-aside__item--cash {
    background: url(../images/3e2ec4e5.svg) 100% 50% no-repeat;
    background-size: 22px auto;
}

.c-checkout-feature-aside__item:last-child {
    margin-bottom: 0;
}

.c-checkout-feature-aside__item--express {
    background: url(../images/0e30c4eb.svg) 100% 50% no-repeat;
    background-size: 22px auto;
}

.c-checkout-feature-aside {
    font-size: 1em;
}

header.shipping .logo {
    text-align: center;
    height: 75px;
    display: flex;
    justify-content: center;
}

header.shipping .logo a {
    margin: 23px auto;
}

header.shipping .logo img {
    width: 180px;
    height: auto;
}

header.shipping {
    height: 110px;
    box-shadow: 0 2px 12px 0 hsla(0, 0%, 44%, 0.14);
    z-index: unset;
}

.c-checkout-steps {
    display: flex;
    list-style: none;
    padding: 0;
    color: #a0a0a0;
    justify-content: space-between;
    width: 60%;
    line-height: 1.692;
    top: 100px;
    margin: 0;
    z-index: 1000;
}

.c-checkout-steps li.is-active,
.c-checkout-steps li.is-completed {
    color: #00bfd6;
}

.c-checkout-steps li:first-of-type {
    margin-left: 0;
}

.c-checkout-steps__item::before {
    top: -25px;
    content: attr(data-title);
    white-space: nowrap;
    font-size: 1.3em;
    font-weight: 400;
}

.c-checkout-steps li.is-completed:before,
.c-checkout-steps:before {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 3.5px;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c-checkout-steps:before {
    width: 98%;
    background-color: #d0d0d0;
    left: 10px;
}

.c-checkout-steps li.is-completed:before {
    width: 49%;
    background-color: #00bfd6;
    right: 10px;
}

.c-checkout-steps li.is-completed:last-of-type:before {
    left: 10px;
}

.c-checkout-steps li.is-active .c-checkout-steps__item,
.c-checkout-steps li.is-active::before {
    background-color: #00bfd6;
}

.c-checkout-steps__item {
    position: relative;
    text-align: center;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: #d0d0d0;
    z-index: 1;
}

.o-headline--checkout {
    padding-left: 0;
    align-items: flex-end;
    color: #858585;
    margin-top: 36px;
    margin-bottom: 10px;
    justify-content: space-between;
}

.o-headline--checkout>span {
    color: inherit;
    font-weight: 400;
}

.c-checkout-contact.is-completed .c-checkout-contact__badge {
    width: 41px;
    height: 41px;
    background-color: #f3feff;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #8dd4dd;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.c-checkout-contact,
.c-checkout-pack {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
}

.c-checkout-contact.is-completed .c-checkout-contact__badge::before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 17px;
    position: absolute;
    top: 10px;
    right: 11px;
    color: #00bfd6;
}

.c-checkout-contact {
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}

.c-checkout-contact__content {
    padding: 20px 43px 22px 20px;
    position: relative;
    color: #6d6d6d;
}

.c-checkout-contact__content::before {
    width: 5px;
    top: 0;
    bottom: 0;
    right: -1px;
    position: absolute;
    background-color: #8dd4dc;
    content: "";
    display: none;
}

.c-checkout-contact__item:first-child {
    margin-top: 0;
    margin-bottom: 5px;
}

.c-checkout-contact__item--message,
.c-checkout-contact__item--mobile {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.571;
    font: 1.4em;
    font-weight: 400;
}

.c-checkout-contact__item--location {
    margin: 15px 0;
}

.c-checkout-contact__item--message {
    margin-right: 10px;
}

.c-checkout-contact__item--username {
    font-weight: 500;
}

.c-checkout-contact__btn-edit {
    line-height: 21px;
    font-size: 12px;
    margin-right: 11px;
    border: none;
    position: relative;
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    background-color: transparent;
    font-weight: 700;
}

.c-checkout-contact__location {
    padding: 3px 10px 4px;
    line-height: 25px;
    background-color: #ededed;
    position: absolute;
    border: none;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    color: #6d6d6d;
}

.c-checkout-pack {
    background: #fff;
    position: relative;
}

.c-checkout-pack__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.c-checkout-pack__row:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}

.c-checkout-shipment__invoice-type {
    background-color: #fff;
    padding: 24px 16px 32px;
    border-top: 7px solid #f5f7fa;
    position: relative;
}

.c-checkout-shipment__invoice-type-info {
    font-size: 0.9rem;
    line-height: 26px;
    color: #f57f17;
    position: relative;
    padding-right: 40px;
    font-weight: 400;
}

.c-checkout-shipment__invoice-type-info::before {
    content: "\f05a";
    font-family: "fontawesome";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #f9a825;
    font-size: 24px;
}

span.full-address {
    font-size: 1.3em;
    margin-top: 10px;
    display: inline-block;
}

.c-checkout__actions {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    margin-top: 15px;
    width: 100%;
}

.c-checkout__actions button {
    background: 0 0;
}

.c-product-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 26px 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 2px #cacaca47;
}

.c-product-box-custome {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.c-product-box__img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.c-product-box--compact .c-product-box__img {
    height: 90px;
    padding: 0 10px 5px;
}

.c-product-box--compact .c-product-box__title {
    margin-top: 13px;
    width: 65%;
    line-height: 22px;
    letter-spacing: -0.3px;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 1.2em;
}

.modal-checkout {
    display: none;
    position: fixed;
    top: 2%;
    right: 22%;
    width: 60%;
    border-radius: 5px;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -0.2px;
    font-size: 0.786rem;
    line-height: 1.73;
    color: #aaa;
    font-weight: 500;
    max-height: 95vh;
    overflow: auto;
    z-index: 9992;
}

.btn-checked,
.btn-order-traking,
.btn-order-traking:not(.disabled):not(.is-inactive):not([disabled]),
.btn-payment,
.btn-payment:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden;
}

.main-cart-overlay:before {
    position: fixed;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9991;
}

.modal-checkout .container {
    min-width: unset;
    width: 100%;
    max-width: 100% !important;
    padding: 30px 30px 30px 140px !important;
}

.c-form-checkout__headline {
    width: 100%;
    background-color: #f6f6f6;
    padding: 7px 15px 8px;
    line-height: 1.39;
    color: #858585;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.modal-checkout .group-input {
    margin-top: 12px;
}

.modal-checkout .group-input span {
    letter-spacing: -0.3px;
    margin-bottom: 2px;
    line-height: 1.67;
    color: #858585;
    font-size: 1.3em;
    padding: 5px 0 1px;
}

.modal-checkout input:not([type="button"]),
.modal-checkout select {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -0.8px;
    font-size: 1.1em;
}

.modal-checkout select {
    cursor: pointer;
}

.modal-checkout .group-input>div {
    flex-basis: 50%;
}

.modal-checkout .textarea-area span {
    line-height: 1.67;
    padding-top: 10px;
    color: #858585;
    font-size: 1.3em;
    display: inline-block;
    font-weight: 400;
}

.modal-checkout .foot {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: baseline;
    flex-wrap: wrap;
}

.modal-checkout .foot button {
    flex: 0 0 67%;
}

.btn-checked {
    font-size: 1.3em;
    line-height: 1.222;
    padding: 20px 100px 20px 20px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff;
    text-align: center;
    letter-spacing: -0.7px;
    position: relative;
}

.btn-checked::before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -15px;
    top: -20px;
    background: hsla(0, 0%, 100%, 0.21);
    content: "";
    border-radius: 50%;
}

.btn-checked::after {
    position: absolute;
    right: 23px;
    top: 16px;
    font-size: 27px;
    content: "\f00c";
    font-family: fontawesome;
}

.modal-checkout textarea {
    resize: none;
    height: 100px;
}

.modal-checkout .close-modal {
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 10px;
    left: 17px;
    text-decoration: none;
    color: #989898;
    font-size: 23px;
    line-height: 1;
    padding: 5px;
    z-index: 100;
    transform: rotate(45deg);
}


.c-box-suppliers__headline-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.o-headline {
    margin: 26px 0 20px;
    padding: 0 30px;
    padding-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.o-headline--delivery {
    padding-right: 60px;
}

.c-box-suppliers .o-headline--delivery {
    padding-right: 0;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
}

.o-headline>h2,
.o-headline>span {
    color: inherit;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    font-weight: 700;
}

.o-headline--delivery>span {
    font-weight: 400;
}

.c-btn-seller-add-cart {
    border-radius: 8px;
    background-color: transparent;
    border: 2px solid #00bfd6;
    padding: 10px 24px;
    color: #00bfd6;
    font-weight: 500;
    font-size: 1rem !important;
    line-height: 1.571;
    text-align: center;
    transition: all 0.3s ease;
}

.bgf-w {
    background-color: #fff;
}

.seller-product__variant {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -3px;
}

.c-product__delivery-warehouse--delay {
    color: #3d3d3d;
    font-weight: 300;
    position: relative;
    margin-right: 20px;
}

.seller-product__guarantee::before {
    right: -31px;
    top: -7px;
}

.c-product__add,
.c-product__add.is-added .c-product__add-substitute {
    display: flex;
}

.c-product__add {
    white-space: nowrap;
    position: relative;
    text-align: center;
}

.c-product__delivery-warehouse--no-lead-time {
    color: #00bfd6;
    font-weight: 700;
}

.delivery-warehouse i {
    font-size: 17px;
    width: 28px;
    height: 24px;
    color: #00bfd6;
    font-weight: 700;
}

.btn-notify-me:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden;
}

.btn-notify-me {
    font-size: 1.6em;
    line-height: 1.222;
    padding: 16px 98px 16px 18px;
    border-radius: 8px;
    background-color: #7a7a7a;
    border: 1px solid #fcfcfc;
    color: #fff;
    overflow: hidden;
    text-align: right;
    letter-spacing: -0.7px;
    position: relative;
}

.c-product__config .btn-add-to-cart,
.c-product__config .btn-notify-me {
    text-align: center;
    width: 100%;
}



.btn-notify-me::before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -15px;
    top: -20px;
    background: hsla(0, 0%, 100%, 0.21);
    content: "";
    border-radius: 50%;
}

.btn-notify-me::after {
    content: "\f0f3";
    font-family: fontawesome;
    position: absolute;
    right: 23px;
    top: 12px;
    font-size: 25px;
}

.profile-page {
    display: flex;
    flex-wrap: wrap;
    margin-top: 17px;
}

.profile-page .o-page__aside {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 19px;
    flex: 0 0 20%;
}

.c-profile-aside {
    position: sticky;
    top: 10px;
}

.c-profile-box {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
    border: 1px solid #dedede;
}

.c-profile-box__header {
    position: relative;
    background-color: #00bfd6;
    height: 47px;
}

.c-profile-box__avatar {
    width: 54px;
    height: 54px;
    background: 50% no-repeat #fff;
    background-size: contain;
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, 0.61);
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden;
}

.c-profile-box__btn-edit {
    width: 16px;
    height: 16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 60%;
    margin-left: -52px;
    background: #fff;
}

.c-profile-box__btn-edit::before {
    content: "\f044";
    font-family: fontawesome;
    font-size: 9px;
    color: #909090;
    position: absolute;
    left: 3px;
    top: 3px;
}

.c-profile-box__username {
    padding: 23px 20px 19px;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.c-profile-box__tabs {
    display: flex;
    border-top: 1px solid #f1f1f1;
    background-color: #fcfcfc;
    min-height: 47px;
    text-align: center;
}

.c-profile-box__tab:first-child {
    border-left: 1px solid #ebebeb;
}

.c-profile-box__tab {
    flex: 0 0 50%;
    padding: 23px 10px 0;
    font-weight: 400;
    letter-spacing: -0.3px;
    font-size: 1.3em;
    line-height: 2;
    color: #7b7b7b;
    position: relative;
}

.c-profile-box__tab--access::before {
    content: "\f023";
    font-family: fontawesome;
    font-size: 17px;
    top: 8px;
}

.c-profile-box__tab::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
}

.c-profile-box__tab--sign-out::before {
    content: "\f14d";
    font-family: fontawesome;
    font-size: 13px;
    top: 3px;
}

.c-profile-menu {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
}

.c-profile-menu__header {
    padding: 18px 33px 18px 0;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #535353;
    font-size: 0.929rem;
    line-height: 1.692;
}

.c-profile-menu__url.is-active,
.c-profile-menu__url:hover {
    background-color: #f6ffff;
    color: #009ec9;
}

.c-profile-menu__url {
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 10px 12px 0;
    color: #5b5b5b;
    font-weight: 400;
}

.c-profile-menu__url::before {
    position: absolute;
    color: #c7c7c7;
    font-family: fontawesome;
    font-size: 16px;
    top: 11px;
    right: 25px;
}

.c-message-light,
.c-profile-recent-fav,
.o-headline,
.c-profile-menu__url--dashboard::before {
    content: "\f109";
}

.c-profile-menu__url--orders::before {
    content: "\f290";
}

.c-profile-menu__url--return::before {
    content: "\f04e";
}

.c-profile-menu__url--wishlist::before {
    content: "\f005";
}

.c-profile-menu__url--comments::before {
    content: "\f075";
}

.c-profile-menu__url--gifts::before {
    content: "\f06b";
}

.c-profile-menu__url--address::before {
    content: "\f2b9";
}

.c-profile-menu__url--notif::before {
    content: "\f0f3";
}

.c-profile-menu__url--notification::before {
    content: "\f0e0";
}

.c-profile-menu__url--personal::before {
    content: "\f2c2";
}

.c-profile-menu__url.is-active::before,
.c-profile-menu__url:hover::before {
    color: inherit;
}

.profile-page .o-page__content {
    padding-left: 0;
    padding-right: 22px;
    flex: 0 0 79%;
}

.c-message-light {
    font-size: 0.8rem;
    padding: 15px 32px;
    border-radius: 5px;
    line-height: 22px;
}

.o-page__content .c-message-light:first-child {
    margin-bottom: 20px;
}

.c-message-light--info {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
}

.c-message-light__justify {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-light:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden;
}

.btn-light {
    line-height: 1.467;
    border-radius: 8px;
    background-color: #00bfd6;
    padding: 13px 29px;
    color: #fff;
}

.btn-light--verify {
    height: 35px;
    width: 151px;
    padding: 0 20px;
    line-height: 2.9;
    font-size: 0.8em;
    text-align: center;
}

.btn-light--gray {
    background-color: #7a7a7a;
}

.c-message-light--text {
    margin-left: 33px;
    font-size: 0.9em;
}

.o-headline--profile {
    padding-left: 0;
    align-items: flex-end;
    color: #858585;
    margin: 10px 0 15px;
}

.o-headline {
    margin: 26px 0 20px;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.user-main {
    display: flex;
    flex-wrap: wrap;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.nav-shadow {
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
}

.account-box+footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.c-swiper-specials--incredible {
    overflow: hidden;
}

/*----------------برای منوی کشویی موبایل---------------*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: visible;
    transition: 0.5s;
    padding-top: 0 !important;
    opacity: 1;
    box-shadow: -4px 0 11px #00000038;
}

.sidenav__header {
    position: relative;
    background: linear-gradient(#85baef, #116bc7, #0b2d62);
}

.sidenav .closeMenuButton {
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #fff;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #535353;
    display: block;
    transition: 0.3s;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
}

.sidenav a i {
    min-width: 35px;
    font-size: 20px;
    color: #0faac698;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 0px;
}

.headerOptions {
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    position: relative;
}

.headerOptions i {
    font-size: 25px;
}

.headerOptions span {
    position: absolute;
    top: -8px;
    left: 20px;
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #fff;
    color: #fff;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}

.footer {
    overflow-x: hidden;
    padding-top: 10px;
}

@media (max-width: 450px) {
    .banners {
        min-height: auto !important;
        height: 400px !important;
    }

    .banners div:last-child {
        display: none;
    }
}

@media (max-width: 450px) {
    .secondHomeMobile {
        margin-top: -280px !important;
    }
}

@media (max-width: 999px) {
    #mainSlider {
        max-height: 10000px !important;
        overflow: visible !important;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 14px;
        font-weight: 500;
    }
}

.product-wrapper .headline {
    height: 35px;
}

.product-wrapper .headline h3 {
    line-height: 8px;
    height: 27px;
    min-height: 1px;
}

.slider-nbtn {
    top: 115px !important;
}

.swiper-button-next {
    left: -13px !important;
    top: 115px !important;
}

.swiper-button-prev {
    right: -13px !important;
    top: 115px !important;
}

.product-wrapper {
    padding: 5px 10px !important;
}

.modalBackdrop {
    width: 100%;
    padding: 50px;
    background-color: rgb(0 0 0 / 35%);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
}

.modalBackdrop.active {
    display: flex;
}

.modal {
    padding: 5px;
    width: 100%;
    min-height: 85vh;
    overflow-x: hidden;
}

.modal--selectProductModal {
    max-width: 200px;
    background-color: #ffffff66;
}

/* Responsive ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media (max-width: 515px) {

    .product-wrapper img,
    .suggestion img {
        width: 100%;
    }

    .product-item {
        min-height: 280px;
    }

    #psliderFourPic .product-item {
        width: 235px !important;
    }
}

@media (max-width: 317px) {

    .product-wrapper img,
    .suggestion img {
        width: 144px;
        height: 145px;
    }
}

.input {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    display: block;
    width: 100%;
    min-height: 35px;
}

.discountBox {
    display: flex;
}

.bottomNav {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    display: none;
    justify-content: space-between;
    z-index: 100;
    border-top: 1px solid black;
    border-radius: 8px 8px 0 0;
    padding-top: 12px;
}

.bottomNav i {
    margin-bottom: 12px;
}

.bottomNav__item {
    padding: 10px;
    font-family: IRANSans;
    text-decoration: none;
    color: black;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 25%;
    position: relative;
}

.bottomNav__item .basketCount {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: 18px;
    background: red;
    border-radius: 100px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "IRANSANS";
    font-weight: bold;
    margin-right: 105px;
}

.bottomNav__item i {
    font-size: 20px;
    position: relative;
}

span.footerbasket {
    position: absolute;
    background-color: red;
    top: -10px;
    right: 18px;
    background: red;
    border-radius: 100px;
    color: white;
    margin-right: 80px;
}

.bottomNav__item i span {
    position: absolute;
}

.bottomNav__item span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    left: 35px !important;
    white-space: nowrap;
    position: absolute !important;
}

@media (max-width: 1281px) {
    .bottomNav {
        display: flex;
    }
}

@media (max-width: 500px) {
    .cartItem {
        display: none;
    }
}

@media (max-width: 500px) {
    body {
        padding-bottom: 48px;
    }
}

.topSliderC .product-item {
    width: 130px !important;
}

.walletSection {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.walletSection__inventory {
    width: 200px;
    height: 200px;
    border: 3px solid #ef3d52;
    border-radius: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #fff;
}

.walletSection__resultText {
    font-size: 20px;
}

.walletSection__btn {
    text-decoration: none;
    display: inline-flex;
    padding: 5px 20px;
    border-radius: 100px;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.walletSection__btn--show {
    background-color: rgb(255, 51, 0);
    min-height: 40px;
}

.walletSection__btn--green {
    background-color: rgb(56, 153, 69);
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.btnWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    text-decoration: none;
}

.btnWrapper:nth-of-type(1) {
    margin-left: 40px;
}

.bottomBtn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.walletSection__money {
    font-size: 40px;
    margin: 10px 0;
    font-weight: bold;
}

.bagCashEntery {
    text-align: center;
    margin-top: 130px;
}

.bagCashEntery__input {
    border: 1px solid rgb(146, 146, 146);
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.bagCashEntery__btn {
    background-color: rgb(33, 117, 22);
    color: white;
    display: inline-flex;
    margin-top: 20px;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
}


thead {
    background: linear-gradient(#85baef, #116bc7, #0b2d62) !important;
    color: #ffc139 !important;
}

.header-list li {
    margin: auto;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
    margin-top: 0;
   
}

.header-list a {
    display: inline-block;
    width: 100%;
    padding: 6px;
    margin-bottom: 0;
    border-radius: 10px 10px 2px 2px;
    border: 1px solid #abd2ed;
    margin: 3px;
    width: 19%;
}

.header-list {
    border-bottom: none !important;
}

.header-list a.active {
    background-color: #f5f5f5;
}

/*----------------------------new sidebare Css code------------------------------*/

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    position: relative;
}

#cssmenu>ul>li>a:hover {
    color: #000 !important;
    font-size: 17px !important;
}

#cssmenu a {
    line-height: 1.3;
}

#cssmenu {
    width: 260px;
}

#cssmenu>ul>li>a {
    padding-right: 0;
    font-size: 35px;
    font-weight: 30px;
    display: block;
    border-bottom: 1px solid #5e071b;
    text-transform: uppercase;
}

#cssmenu>ul>li>a>span {
    background: linear-gradient(#85baef, #116bc7, #2659a9);
    padding: 10px;
    display: block;
    font-size: 13px;
    font-family: IRANSans;
    color: #fff;
}

#cssmenu>ul>li>a>span:hover {
    background: linear-gradient(#85baef, #116bc7, #0b2d62);
    font-size: 16px;
    color: #000 !important;
}

#cssmenu>ul>li>a>span i:hover {
    color: #000 !important;
}

#cssmenu>ul>li>a:hover {
    text-decoration: none;
}

#cssmenu>ul>li.active {
    border-bottom: none;
}

#cssmenu>ul>li.active>a {
    color: #fff;
}

#cssmenu>ul>li.active>a span {
    background: linear-gradient(#85baef, #116bc7, #2659a9);
}

#cssmenu span.cnt {
    position: absolute;
    top: 8px;
    left: 15px;
    padding: 0;
    margin: 0;
    background: none;
}

/* Sub menu */

#cssmenu ul ul {
    display: none;
}

#cssmenu ul ul li {
    border: 1px solid #e0e0e0;
    border-top: 0;
    font-family: "IRANSANS";
}

#cssmenu ul ul a {
    padding: 10px;
    font-size: 15px;
    font-family: "IRANSANS";
    color: #ba7802;
}

#cssmenu ul ul a:hover {
    color: #f1e253;
    font-size: 16px;
}

#cssmenu ul ul li.odd {
    background-color: #87c6f3;
    color: #f1e253;
}

#cssmenu ul ul li.odd:hover {
    background-color: #6ac1ff;
}

#cssmenu ul ul li.even {
    background-color: #87c6f3;
    color: #ffc107;
}

#cssmenu ul ul li.even:hover {
    background-color: #6ac1ff;
}

.header-list li {
    margin: auto;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
    margin-top: 0;
}

.header-list a {
    display: inline-block;
    width: 100%;
    padding: 6px;
    margin-bottom: 0;
    border-radius: 6px 6px 6px 6px;
    
}

.header-list {
    border-bottom: none !important;
}

.header-list a.active {
    background-color: #f5f5f5;
}

.o-headline {
    margin: 26px 0 20px;
    margin-top: 26px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.takhsisContainer {
    display: none;
}

.takhsisContainerDisplay {
    display: flex;
}

.selected {
    background-color: #9fceff;
    /* background-color: linear-gradient(#85baef, #116bc7, #0b2d62);  */
}

input:focus::placeholder {
    color: transparent;
}

.profielpage {
    margin-top: 70px;
    direction: rtl;
    color: black;
    font-size: 18px;
    padding-bottom: 10px;
}

.existMsg {
    background-color: #bd0e36 !important;
    color: white !important;
}

.headerNotifications0 {
    color: black !important;
    background-color: white !important;
}

.headerNotifications1 {
    color: white !important;
    background-color: black !important;
}

.nav nav-tabs {
    background-color: red;
}

.prikalaGroupPricece {
    font-size: 16px;
    color: #39ae00;
    display: flex;
    align-items: center;
}

.priceDiv {
    height: 50px !important;
}

.policy a:hover {
    color: red;
    font-weight: bold;
}

.eNamad {
    width: 50px;
    height: 50px;
}

/* sweet alert style changes  */

.about-img img {
    width: 50px;
    height: 50px;
    margin-top: 3px;
}

.swal-modal {
    max-width: auto;
}

.swal-icon--warning {
    font-size: 10px;
}

.swal-icon {
    width: 69px !important;
    height: 69px !important;
}

.swal-icon--warning__body {
    height: 33px;
}

.swal-button {
    background-color: #ef3d52;
}

/* ///////////New Style for admin side ///////////// */

.topMenu {
    font-size: 16px;
}

.dashboardCard {
    background-image: linear-gradient(to right, #ffffff, #3fa7ef, #3fa7ef);
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.dashboardCard a:hover {
    text-decoration: none;
    color: #000;
}

.dashboardCard:hover {
    background-color: #023619 !important;
    cursor: pointer;
    color: #fff !important;
}

.dashboardCard i {
    color: #000 !important;
}

.dashboardCard:hover i {
    color: #fff !important;
}

/* style for chart */

#myChart {
    direction: rtl;
}

.buttonHover:hover {
    /* background: linear-gradient(#9ed5b6, #198754); */
    background: linear-gradient(#bad7f2, #3fa7ef);
    color: #f1e253 !important;
    font-weight: bold;
    border-color: #bb993a !important;
}

.btn-primary {
    color: #d7c181 !important;
}

.buttonHoverDelete:hover {
    background: linear-gradient(#d3fde4, #ef0a20);
    color: #f1e253 !important;
    font-weight: bold;
    border-color: #000 !important;
}

.chevronHover:hover {
    color: #2aa15d !important;
    font-weight: bold;
    border-color: #000 !important;
}

.editButtonHover:hover {
    color: #d9cd89 !important;
    font-weight: bold;
    border-color: #000 !important;
}

.eyeIcon:hover {
    color: #1f884c !important;
    font-weight: bold;
    border-color: #000 !important;
}

.counter {
    color: #eb3b5a;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 100%;
    padding: 60px 20px 30px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.counter:before,
.counter:after {
    content: "";
    background: #fff;
    width: 88%;
    height: 88%;
    border-radius: 100%;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.counter:after {
    background: linear-gradient(45deg, #b81242 49%, #d74a75 50%);
    width: 100%;
    height: 100%;
    box-shadow: none;
    transform: translate(0);
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.counter .counter-icon {
    color: #fff;
    background: linear-gradient(45deg, #b81242 49%, #d74a75 50%);
    font-size: 22px;
    line-height: 55px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}

.counter .counter-icon i.fa {
    transform: rotateX(0deg);
    transition: all 0.3s ease 0s;
}

.counter:hover .counter-icon i.fa {
    transform: rotateX(360deg);
}

.counter h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.counter .counter-value {
    font-size: 24px;
    font-weight: 600;
}

.counter.orange {
    color: #f38631;
}

.counter.orange:after,
.counter.orange .counter-icon {
    background: linear-gradient(45deg, #f38631 49%, #f8a059 50%);
}

.counter.green {
    color: #88ba1b;
}

.counter.green:after,
.counter.green .counter-icon {
    background: linear-gradient(45deg, #88ba1b 49%, #acd352 50%);
}

.counter.blue {
    color: #5db3e4;
}

.counter.blue:after,
.counter.blue .counter-icon {
    background: linear-gradient(45deg, #5db3e4 49%, #7ebee1 50%);
}

@media screen and (max-width: 990px) {
    .counter {
        margin-bottom: 40px;
    }
}

.dashboard-title {
    margin: 20px 2px 20px 2px;
    font-size: 20px;
    border-bottom: 2px solid red;
}

.admin-accesss-level {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}

.admin-accesss-level input[type="checkbox"] {
    float: right !important;
}

.forLegend {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

.karbar-label {
    font-size: 16px;
    color: #000;
}

.topMenu {
    position: fixed !important;
    top: 0 !important;
}

#loginbg {
    background-image: url("resources/assets/images/logo2.gif");
}

.crmButtonColor {
    background-color: #0d6efd !important;
    color: #ffc107;
    font-weight: bold;
    height: 40px;
    min-width: 140px;
}

#myCalculator {
    display: flex;
}

#myWatch {}

.showContent {
    background-color: transparent;
    margin-top: -8px;
    display: flex;
}

/* style for clock and affiars*/

.affairs {
    width: 285px;
    min-height: 280px;
    top: 77px;
    left: 0;
    position: fixed;
    z-index: 6;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #f1efef;
    padding: 8px;
    display: none;
}

span.workSummary {
    font-size: 13px;
}

.list-group {
    font-size: 12px;
}

.list-group-item {
    background-color: #f1efef;
    border: none;
}

.modal-header {
    background: linear-gradient(#85baef, #116bc7, #0b2d62);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.dashboardLabel {
    margin: 10px 2px 0px 2px !important;
    font-size: 14px !important;
    font-weight: bold;
}

.noChange {
    pointer-events: none;
    background-color: #c5c5c5;
}

/* it is for all input, search and options of the pages */
.publicTop {
    background-color: #f1efef;
}

.fa-regular:hover {
    color: #0d6efd !important;
}

h3.page-title {
    border-bottom: 2px solid #0d6efd;
    width: 25%;
    font-size: 24px;
    color: #0d6efd;
}

.modal {
    overflow-y: hidden;
}

#map {
    width: 100%;
    height: 60vh;
}

.noChange {
    pointer-events: none;
    background-color: #c5c5c5;
}

label {
    font-size: 14px;
}

.forColor {
    background-color: #d2e9ff;
    border: 1px solid rgb(60, 161, 215);
}

#chartdiv {
    width: 100%;
    height: 400px;
}

#pieChartdiv {
    width: 100%;
    height: 300px;
    margin-top: 44px;
}

.fa-dolly-flatbed:hover {
    color: red;
}

.fa-comment-dots:hover {
    color: red;
}

.monthDay th,
tr {
    font-size: 16px;
    font-weight: bold;
}

.noChange {
    pointer-events: none;
    background-color: #c5c5c5;
}

label {
    font-size: 14px;
}

.crmCalendar {
    width: 84%;
    right: 0;
}

@media only screen and (max-width: 1150px) {
    .top-head .login-box {
        display: none;
    }

    .comment-new .form-holder {
        flex-basis: 140%;
    }

    .c-checkout-details__col--text,
    .wishlist-list .wishlist-item {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 1065px) {
    .main-slider {
        width: 100%;
        float: none;
    }

    .main-slider .slide-item {
        width: 100% !important;
    }

    .c-adplacement {
        flex-direction: row;
        margin-top: 15px;
    }

    .top-nav .promotion {
        display: none;
    }

    .top-nav .dropdown>li {
        padding-left: 20px;
    }

    .main-cart .o-page__aside {
        flex-basis: 30%;
    }

    .main-cart .o-page__content {
        flex-basis: 70%;
    }

    .modal-checkout .group-input {
        flex-direction: column;
    }

    .modal-checkout .foot {
        flex-wrap: wrap;
    }

    .modal-checkout .foot button {
        flex-basis: 100%;
    }

    .c-listing__items>li {
        flex-basis: 33.333%;
    }
}

@media only screen and (max-width: 980px) {
    .top-head form input {
        width: 75%;
    }

    .footer-content {
        flex-wrap: wrap;
    }

    .footer-content .head {
        margin-top: 10px;
    }

    .c-product__attributes {
        flex-direction: column;
    }

    .c-product__params {
        flex-basis: 100%;
    }

    .profile-page .o-page__aside,
    .profile-page .o-page__content {
        flex-basis: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 950px) {
    .c-faq__answer-col {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .search .o-page__aside,
    .search .o-page__content {
        flex-basis: 100%;
        padding-right: 0;
    }
}

@media only screen and (max-width: 900px) {

    .c-content-expert__summary:after,
    .incredible .right {
        display: none;
    }

    .c-content-expert__summary {
        padding: 0;
    }
}

@media only screen and (max-width: 872px) {

    .c-product__guaranteed,
    .top-head .login-box {
        display: none;
    }

    .top-nav .dropdown>li {
        padding-left: 10px;
    }

    .top-nav .promotion li {
        padding: 0;
    }

    .c-product__headline {
        display: block;
    }

    .comment-new .form-holder {
        flex-basis: 180%;
    }

    .main-cart .o-page__content {
        padding-left: 0;
    }

    .main-cart .o-page__aside,
    .main-cart .o-page__content {
        flex-basis: 100%;
    }

    .main-cart .c-checkout-aside {
        margin: 0;
    }
}

@media only screen and (max-width: 835px) {
    .main-slider .slide-item {
        background-size: contain;
        height: 250px;
    }

    .cart-sfl__links p {
        width: 85%;
    }

    .c-product {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 780px) {
    .comment-info {
        justify-content: flex-start;
    }

    .comment-info img {
        height: 200px;
    }

    .modal-checkout .container {
        padding: 30px 0 !important;
    }

    .user-main>div {
        flex-basis: 100%;
    }

    .profile-page .o-page__content {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .top-nav .dropdown>li {
        padding-left: 0;
    }

    .comment-new .form-holder .btn-link-spoiler,
    .top-head .cart .text,
    .top-head .cart-added:after {
        display: none;
    }

    .top-head .cart {
        width: 69px;
    }

    .top-head .cart .count {
        padding: 0 7px;
    }

    .top-head .cart i {
        padding: 7px;
    }

    .comment-new {
        flex-wrap: wrap;
    }

    #myWatch {
        display: none !important;
    }
}

@media only screen and (max-width: 730px) {

    .c-comments__filter,
    .c-comments__list>li section,
    .c-comments__summary {
        flex-direction: column;
    }

    .c-comments__list>li section .article,
    .c-comments__list>li section .aside,
    .c-comments__summary-box,
    .c-comments__summary-note {
        max-width: 100%;
    }

    .c-comments__list>li section .aside>div:not(:first-of-type) {
        margin-top: 0;
    }
}

@media only screen and (max-width: 715px) {
    .c-box-tabs__tab a {
        font-size: 1em;
    }

    /* index images */
    .image-row {
        display: flex;
        justify-content: space-between;
    }

    .image-row>a {
        margin-top: 10px;
        width: 50%;
    }
}

@media only screen and (max-width: 688px) {
    .top-head .logo {
        padding-right: 0;
    }

    .top-head form input {
        width: 75%;
    }

    .footer-contact {
        flex-wrap: wrap;
    }

    .c-checkout__col--desc p {
        display: none;
    }
}

@media only screen and (max-width: 635px) {
    .incredible .counter {
        font-size: 1.1em;
    }

    .incredible .counter .time {
        width: 100px;
        padding: 0;
    }

    .incredible .discount-item .title {
        font-size: 1.5em;
        margin: 0;
    }

    .incredible .discount-item .discount-label {
        width: 89px;
        height: 28px;
        font-size: 1.5em;
        margin-right: 5px;
    }

    .incredible .discount-item img {
        height: 250px;
    }

    .comment-info {
        flex-wrap: wrap;
    }

    .comment--info {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 650px) {
    #mynavmenu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    .megamenu>li>a:before {
        content: "";
    }

    .megamenu {
        background-image: none;
    }

    .megamenu>li>ul {
        padding-right: 0;
    }

    .c-box--tabs {
        padding: 35px;
    }

    .c-faq__filter-items li {
        margin: 0;
    }

    .btn-add-comment {
        padding: 16px 105px 16px 10px;
        font-size: 1.5em;
    }

    .c-faq__list>li {
        margin-right: 70px;
    }

    .c-faq__list>li .section .header {
        font-size: 50px;
        width: 120px;
        margin-left: 0;
    }

    .c-listing__items>li {
        flex-basis: 50%;
    }
}

@media only screen and (min-width: 651px) {
    .slicknav_menu {
        display: none;
    }

    #mynavmenu {
        display: flex;
    }
}

@media only screen and (max-width: 590px) {
    .top-head .devider {
        margin: 0;
        width: 0;
        height: 0;
    }

    .top-head form input {
        width: 75%;
    }

    .top-head .cart {
        width: 50px;
    }

    .top-head .logo {
        margin-left: 8px;
        margin-right: 8px;
        padding-right: 0;
    }

    .top-head .cart .text,
    .top-head .cart-added:after {
        display: inline;
    }

    .footer .icon {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .c-checkout__col--thumb {
        flex: 0 0 21%;
    }

    .c-checkout__col--desc {
        flex-basis: 78%;
    }
}

@media only screen and (max-width: 575px) {
    .c-box-tabs__tab a {
        padding: 12px 6px;
    }
}

@media (max-width: 513px) {
    .specials__title {
        margin: 0 -20px 0 14px;
    }
}

@media only screen and (max-width: 530px) {

    .c-checkout__col--thumb a,
    .c-faq__list>li .section .header,
    .incredible .discount-item .attributes {
        display: none;
    }

    .incredible .discount-item {
        flex-direction: column;
    }

    .incredible .discount-item img {
        height: 130px;
    }

    .incredible .discount-item .title {
        padding: 10px 0;
    }

    .incredible .counter {
        padding: 15px 0;
    }

    .incredible .discount-item .inc-bar {
        right: -20%;
    }

    .incredible .discount-item .img {
        width: 330px;
    }

    .c-params__list-key,
    .c-params__list-value {
        padding: 0;
        flex-basis: 100%;
    }

    .c-params__list-key .block {
        font-weight: 400;
    }

    .form-row {
        flex-direction: column;
    }

    .c-faq__list>li {
        margin: 0;
    }

    .c-checkout__col--information {
        flex-basis: 100%;
    }

    .c-checkout-order-summary__col {
        flex-basis: 44%;
    }

    .comment-item .content {
        flex-basis: 100%;
    }

    .comment-item .body {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 500px) {
    .modal-checkout {
        width: 95%;
        right: 6px;
    }

    .c-checkout-table__col {
        flex-basis: 100%;
    }

    .top-head form input {
        width: 75%;
    }
}

@media only screen and (max-width: 470px) {

    .c-box-tabs__tab i,
    .c-product__feature,
    .c-product__unfair-price {
        display: none;
    }

    .btn-add-to-cart {
        font-size: 1.4em;
    }

    .c-gallery__img img {
        width: 70%;
        height: auto;
    }
}

@media only screen and (max-width: 450px) {
    article {
        margin: 0 !important;
        padding: 0 !important;
    }


    .c-comments__evaluation-negative,
    .c-comments__evaluation-positive,
    c-comments__evaluation>div {
        display: block;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .c-comments__likes {
        display: flex;
        align-items: baseline;
        font-size: 1.3em;
    }

    .c-comments__likes .btn-like {
        margin-right: 5px;
    }

    .btn-order-traking {
        padding: 15px 130px 15px 34px;
    }
}

@media only screen and (max-width: 400px) {
    .account-box .register {
        width: 350px;
    }



    .c-table-suppliers__row>span {
        margin-right: 8px;
        margin-bottom: 14px;
        margin-top: 10px;
    }

    .c-table-suppliers__row>div {
        margin-right: 27px;
    }

    .c-swiper-specials--incredible .icontainer {
        width: 100% !important;
    }

    .swiper--specials {
        max-width: 100%;
    }

    /* Search */
    .top-head form {
        display: unset;
    }

    .top-head .devider {
        margin: 0;
        width: 0;
        height: 0;
    }

    .top-head .cart {
        width: 50px;
    }

    .top-head form input {
        width: 75%;
    }

    .top-head .logo {
        margin-left: 8px;
        margin-right: 8px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 370px) {
    .newsletter input {
        width: 240px;
    }

    .top-head form input {
        width: 75%;
    }

    .newsletter>.head {
        font-size: 1.5em;
    }

    .top-head .logo img {
        height: 20px;
    }

    .swiper--specials .product-item {
        width: 160px !important;
    }
}

@media only screen and (max-width: 360px) {
    .incredible .discount-item .img {
        width: 280px;
    }

    .top-head form input {
        width: 75%;
    }

    .incredible .discount-item .inc-bar {
        right: -30%;
    }

    .btn-add-to-cart {
        font-size: 1.1em;
    }

    .image-row>a {
        width: 100%;
    }
}

@media only screen and (max-width: 340px) {
    .swiper--specials .product-item {
        width: 302px !important;
    }

    .top-head form input {
        width: 75%;
    }
}

@media only screen and (max-width: 320px) {
    .swiper--specials .product-item {
        width: 284px !important;
    }

    .top-head form input {
        width: 75%;
    }
}

/*
css for customer profile
*/

@media only screen and (max-width: 1282px) {
    .profielpage {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 1282px) {
    #basketCount {
        margin-right: 110px;
    }
}

@media only screen and (max-width: 1282px) {
    #basketCount {
        margin-right: 110px;
    }
}

/* styel for Qabe pesh khared slider */
@media only screen and (max-width: 1008px) {
    .peshkhared {
        min-height: 250px;
    }
}

/* kala bottome items style */
@media only screen and (max-width: 600px) {
    .kalaGroup {
        font-size: 10px !important;
    }

    .prikalaGroupPricece {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 1214px) {
    .mobile-promotion-box {
        height: inherit;
        margin: 2px 0px 2px 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-promotion-box {
        width: 100% !important;
        height: auto;
    }
}

@media only screen and (max-width: 860px) {
    .mobile-status {
        display: none;
    }

    .profile-table {
        overflow: auto !important;
    }
}

@media only screen and (max-width: 786px) {
    .profile-table {
        overflow: auto !important;
        font-size: 12px;
    }
}

.c-profile-menu__url {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media only screen and (max-width: 1200px) {
    .kalaTakhfif {
        font-size: 11px !important;
    }
}

/* style for cotnrolling the height of product item */

@media only screen and (max-width: 1200px) {
    .product-item {
        height: 340px;
    }
}

@media only screen and (max-width: 1000px) {
    .product-item {
        height: 320px;
    }
}

@media only screen and (max-width: 800px) {
    .product-item {
        height: 300px;
    }
}

@media only screen and (max-width: 600px) {
    .product-item {
        height: 280px;
    }
}

@media only screen and (max-width: 500px) {
    .product-item {
        height: 270px;
    }
}

/* the following at media arrangin the height of Kala List */

@media only screen and (max-width: 1200px) {
    .listKalaAtmedia {
        height: 330px;
    }

    .kala-list-image {
        height: 48%;
    }

    .kala-list-title {
        height: 40px;
    }

    .kala-list-price {
        height: 52px;
    }
}

@media only screen and (max-width: 900px) {
    .listKalaAtmedia {
        height: 320px !important;
    }

    .kala-list-image {
        height: 48% !important;
    }

    .kala-list-title {
        height: 36px !important;
    }

    .kala-list-price {
        height: 46px !important;
    }
}

@media only screen and (max-width: 578px) {
    .listKalaAtmedia {
        height: 310px !important;
    }

    .kala-list-image {
        height: 40% !important;
    }

    .kala-list-title {
        height: 44px !important;
    }

    .kala-list-price {
        height: 46px !important;
    }
}

@media only screen and (max-width: 578px) {
    .listKalaAtmedia {
        height: 320px;
    }
}

/* the following at media are for kala description */

@media only screen and (max-width: 840px) {
    .gallery__item {
        height: 10px !important;
    }

    .o-page__content {
        display: flex;
        align-items: center !important;
    }

    .kala-desc-fav {
        padding-left: 20px !important;
    }
}

@media only screen and (max-width: 570px) {
    .c-product__info {
        display: flex;
        justify-content: center;
        margin-top: -40px !important;
    }
}

@media only screen and (max-width: 387px) {
    .c-product__info {
        padding-top: 0px;
    }

    .c-gallery__item {
        display: flex;
        height: 110px !important;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 576px) {
    .messageBody {
        height: 360px !important;
    }
}

@media only screen and (max-width: 576px) {
    .messageList {
        padding-bottom: 120px !important;
    }
}

@media only screen and (max-width: 850px) {
    table.message {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .for-mobil {
        display: none;
    }

    table.message {
        font-size: 12px;
    }
}

@media only screen and (max-width: 500px) {
    .messageList-top {
        margin-top: 35% !important;
    }
}

@media only screen and (max-width: 860px) {
    li.secondhome {
        flex-basis: 24.999% !important;
        font-size: 15px;
    }
}

@media only screen and (max-width: 720px) {
    li.secondhome {
        flex-basis: 32.999% !important;
        font-size: 14px;
    }
}

@media only screen and (max-width: 560px) {
    li.secondhome {
        flex-basis: 49.999% !important;
        font-size: 12px;
    }
}

@media only screen and (max-width: 900px) {
    .topSlider {
        width: 100% !important;
    }
}

/* footer style @media */

@media only screen and (max-width: 880px) {
    .about a {
        font-size: 12px;
        padding-top: 1px;
        border: none;
        background-color: #ef3d52;
        color: #fff;
    }
}

@media only screen and (max-width: 880px) {
    .about-img {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        align-self: center !important;
    }
}

@media only screen and (max-width: 573px) {
    .about {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        align-self: center !important;
        margin-left: 2px;
    }
}

@media only screen and (max-width: 300px) {
    .hazfButton i {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 420px) {
    .choseTime {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 416px) and (min-width: 374px) {
    .choseTime img {
        width: 33px !important;
        height: 33px !important;
        padding: 4px;
    }
}

@media only screen and (max-width: 373px) and (min-width: 278px) {
    .choseTime img {
        width: 20px !important;
        height: 20px !important;
    }
}

@media only screen and (max-width: 678px) and (min-width: 278px) {
    .descriptionForMobile {
        display: none !important;
    }

    h3.page-title {
        width: 50% !important;
        margin-top: 70px;
        font-size: 14px;
        border-bottom: 1px solid #0d6efd;
    }

    .publicTop option {
        display: flex !important;
        flex-basis: 200px;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) and (min-width: 278px) {
    .driverFilter {
        width: 50% !important;
    }
}

.salesExpert {
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    width: 230px;
}

.AmalKardAccordion {
    display: grid !important;
    grid-template-columns: auto auto auto auto !important;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
}

.AmalKardAccordion {
    display: grid !important;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
}

/* .accordion-flush .accordion-item {
    border-bottom: 0;
  } */
.accordion-button {
    background-color: #1890d5;
    color: white;
    border-radius: 11px !important;
    max-width: 100% !important;
    margin-right: 0;
}

.accordion-button::after {
    margin: 0 auto 0 0 !important;
}

.forChangeState {
    text-align: center;
}

#salesExpertTask {
    text-align: center !important;
}

.salesExpert>div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 10px;
    background-color: #1890d5;
    color: #fff;
}

span.count {
    padding: 2px 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 auto 0 0 !important;
    background-color: #000;
    color: white;
    float: left !important;
}

p.bonus {
    display: block;
    font-size: 10px;
}

.accordion-body {
    font-size: 16px;
    text-align: center !important;
    margin-right: 0;
}

@media only screen and (max-width: 768px) and (min-width: 278px) {
    .accordion {
        display: grid !important;
        grid-template-columns: auto !important;
        gap: 10px;
        padding: 10px;
        cursor: pointer;
    }

}

.nasb-button {
    width: 100px;
    font-size: 10px;
    color: #000;
}

option.myOption {
    width: auto !important;
}

.searchAdvance {
    display: none;
}

.dateSytle {
    padding: 10px;
    font-size: 16px;
}

.totlalAction {
    border: 2px solid gray;
    border-radius: 10px;
    background-color: #005895;
    text-align: center;
}

.totlalAction>div {
    padding-right: 0px;
}

.rowClick {
    background-color: #69bced;
}

.totalEmtyaz {
    width: 90px;
    height: 90px;
    background-color: #116bc7;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 100%;
    padding: 11px;
    text-align: center;
    margin: 0 auto;
}

.targetLevel {
    font-size: 22px;
    font-weight: bold;
}

.targetTable {
    display: none;
}

.targetDate {
    text-align: center;
    font-size: 14px;
    color: red;
    border: 1px solid #cdd4da;
    padding: 3px;
    border-radius: 4px;
    margin-top: 5px;
}

.monthlyAction {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 5px;
    padding: 5px;
}

@media only screen and (max-width: 768px) {
    .monthlyAction {
        display: grid;
        grid-template-columns: auto;
        padding: 5px;
    }
}

div.eachMonth {
    text-align: center;
    font-size: 16px;
}

.bazarYabGrid {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 2px;
    padding: 6px;
}

@media only screen and (max-width: 768px) {
    .bazarYabGrid {
        display: grid;
        grid-template-columns: auto auto;
        gap: 2px;
        padding: 6px;
    }
}

.bazarYabGrid>div {
    text-align: center;
}

.bazarYabcard {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background-color: #e7e9eb;
    margin-bottom: 10px;
    padding: 2px;
}

.showLater {
    display: none;
}

.allUsers {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 2px;
    padding: 4px;
}

.allUsers .eachUser {
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
}

.actionHistory {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
    padding: 5px;
}

@media only screen and (max-width: 920px) {
    .actionHistory {
        display: grid;
        grid-template-columns: auto auto auto;
        padding: 5px;
    }
}

.actionHistoryItem {
    border: 1px solid #579adf;
    border-radius: 5px;
    margin: 2px;
    padding: 2px;
    font-size: 11px;
    background-color: #b7d1eb;
}

span.content {
    font-weight: bold;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0b65c1;
    border-radius: 5px;
}

.factorDetails {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 6px;
}

.factorDetailsItem {
    background-color: #d5e5ef;
    border: 1px solid #cceafc;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    margin: 5px;
}

.grid-top {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 5px;
}

.grid-item-top {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    margin: 1px;
    background-color: #85baef;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    background-color: #b3d1ef;
    border-radius: 4px;
}

.grid-container>div {
    text-align: center;
    font-size: 13px;
    text-align: right;
    padding: 5px;
}

.saleExpert-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 5px;
}

.grid-item {
    background-color: #85baef;
    padding: 6px;
    font-size: 14px;
    text-align: center;
    margin: 5px;
    border-radius: 5px;
}

.grid-item:hover {
    background-color: #0b2d62;
    color: #fff;
}

.grid-item a {
    font-size: 12px;
    color: #000;
}

.grid-item a:hover {
    background-color: #0b2d62;
    color: #fff;
}

.allNasbGrid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 5px;
}

.nasb-grid-item {
    background-color: #85baef;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    margin: 4px;
    border-radius: 5px;
}

.nasb-grid-item a {
    font-size: 12px;
    color: black;
}

@media (max-width: 920px) {
    .allNasbGrid {
        display: grid;
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 920px) {
    .mobileDisplay {
        display: none;
    }

    .bazarYabTable,
    tr {
        font-size: 10px !important;
    }

    .selectTr {
        width: 20px !important;
        padding: 0px;
    }
}

.containerDiv {
    margin-top: 60px;
    position: fixed;
    overflow: hidden;
}

.sideBar {
    min-height: calc(100vh - 10px);
    background-color: #b3d1ef;
}

.sideBarBottomBtn {
    margin-top: 55vh;
}

.contentHeader,
.contentFooter {
    background-color: #b3d1ef;
    min-height: 50px;
}

.mainContent {
    min-height: calc(100vh - 170px);
}

.tableHeader {
  position: sticky !important;
  top: 0 !important;
  padding:0px;
}

.tableBody {
  height: calc(100vh - 211px) !important;
  overflow-y: scroll !important;
  display: block !important;
}
  
.tableBodyTwo {
  height: calc((100vh - 292px) / 2) !important;
  overflow-y: scroll !important;
  display: block !important;
}

.tableHeader .tableBbody,
tr {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
    text-align: center;
}

.tableHeader .tableBodyTwo,
tr {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
    text-align: center;
}

.tableHeader .tableBbody,
tr>th:first-child {
    width: 55px !important;
}

.tableHeader .tableBbodyTwo,
tr>th:first-child {
    width: 55px !important;
}

.tableHeader .tableBbody,
tr>td:first-child {
    width: 55px !important;
}

.tableHeader .tableBbodyTwo,
tr>td:first-child {
    width: 55px !important;
}

table thead th {
    font-size:14px !important;
}


.sidefieldSet {
    min-height: calc(100vh - 122px);
    margin-top: 5px;
}

.refreshBtn {
    margin-top: 58vh;
    position: absolute;
}

@media only screen and (max-width: 920px) {
    .containerDiv {
        margin-top: 60px;
        position: relative !important;
        overflow: scroll !important;
    }

    .sideBar {
        min-height: 2vh !important;
    }

    .sideBarBottomBtn {
        margin-top: 1vh !important;
    }

    .refreshBtn {
        margin-top: 20px !important;
        position: relative;
    }

    .sidefieldSet {
        min-height: 20px !important;
        margin-top: 0px !important;
    }

    .forMobileDisplay {
        display: none;
    }

    .forMobileResize {
        width: 180px !important;
    }
}


@media only screen and (max-width: 920px) {
    .calendarContentHeader {
        height: 37% !important;
    }

    .customerListContentHeader {
        height: 35% !important;
    }

    .newCustListContentHeader {
        height: 30% !important;
    }

}




.newCustomerContent {
    height: 600px !important;
    display: grid !important;
    overflow-y: scroll !important;
}



.footerButton {
    width: 111px;
    border: 1px solid white;
    margin-top: 7px;
}

.grid-today {
    display: grid;
    grid-template-columns: auto auto auto auto;
    background-color: #b3d1ef;
}

.today-item {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    padding: 3px;
    color: #000;
}

.traz-today {
    display: grid;
    grid-template-columns: auto auto auto auto;
    background-color: #b3d1ef;
    margin-bottom: 0px;
}

.traz-item {
    font-size: 14px;
    text-align: center;
    margin-top: 2px;
    padding: 1px;
    color: #000;
}

.footerButton {
    width: 122px;
}


.totalEmteyaz-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 5px;
}

.totalEmteyaz-item {
    background-color: #abd2ed;
    padding: 5px;
    margin: 2px;
    border-radius: 6px;
    font-size: 14px;
    text-align: right;
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); 
}

.flex-container {
  display: flex;
  align-items: stretch;
}

.flex-container>div {
    background-color: #abd2ed;
    color: white;
    margin: 2px;
    padding: 3px;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
}

.tdAsButton {
    background-color: #abd2ed !important;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #fff;
}



@media (max-width: 920px) {
    .fromDate {
        display: flex;
        flex-wrap: wrap;
       
    }
    .fromDateTodate {
        width: 48%;
        flex: 48%;
        margin-top: 0px !important;
    }

    .kalaActionContentHeader {
        height: 77px;
    }
   .settigRefreshBtn {
      float: left !important;
      margin-top: 0 !important;
      position: relative !important;
   }
}

.settigRefreshBtn {
    margin-top: 21vh;
    position: absolute;
 }

.table-container {
    display: grid;
    padding: 3px;
    grid-template-columns: auto auto auto;
  }
  .table-item {
  
    padding: 5px;
    font-size: 14px;
    text-align: center;
  }

  .elemValue {
    color: blue;
  }
  
  .elemValue {
    float: left !important;

  }

  .targetSection{
    background: rgb(238,174,202);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    border-radius: 5px;
   
  }

  
.totalEmtyazDiv {
    animation-name: bgChange;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    font-size: 16px;
    font-weight: bold;
}
  
  /* Define the animation */
  @keyframes bgChange {
    0% {
     
   color: red;
    }
    50% {
     
    color: black;
    }
    100% {
    color: green;
    }
  }
  
  @media (max-width: 920px) {
    .forMobile-hide {
        display: none;
    }
    .forMobileHieght {
        height: 10em !important;
    }
    .incDecSidebar {
        height: 6em!important;
    }
    .alarmSidebar {
        min-height: 33vh !important;
    }

    .alarmContentHeader{
        height: 126px;
    }

    .listKarbaranSidebar{
        height: 22vh !important;
    }

    .rAdndDsidebar{
        height: 42vh !important;
    }

    .RandTcontentHeader {
        min-height: 2% !important;
    }

    .salesLineSidebar {
        height: 155px;
    }
    .assignCustomerSideBar {
        height: 170px;
    }

    .bonusIncDec {
        height: 42vh;
    }

    .driverServiceHeader {
        height: 12vh;
    }
	  
    .employeeActionSidebar {
        height: 35vh;
    }
   .amalkardKarbaranSidebar {
        height: 20vh;
    }
	  
	.reportListContentHeader {
        min-height: 15vh;
        text-align: right !important;
    }
    .buttonArea {
        padding: 1px 15px !important;
    }
    .listkarbarnContentHeader {
        height: 1% !important;
    }

  .home-margin-top {
    margin-top: 15%;
  }
}

.quick-access {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #ffeacf;
    border-radius: 5px;
}

.quick-acess-item {
    padding: 5px;
    font-weight: 700;
    color: #000;
}


.for-mobile-item {
    padding: 5px;
    background-color: #b3d1ef;
    border-radius: 6px;
    margin:2px;
    color: red;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 1s;
    cursor: pointer;
}

.for-mobile-item:hover {
    background-color: #ffcccc;
}

.mobile-phone {
    text-decoration: none;
    font-size: 12px;
}

.for-mobile-label {
    color: #000;
    font-weight: 500;
}

@media (max-width: 768px) {
    .content-footer-mobile-version {
        min-height: 3%;
    }
 }


 textarea {
    background-color:blanchedalmond !important;
 }

.tab-header {
    background-image: linear-gradient(to right, #ffffff,#3fa7ef,#3fa7ef);
}

  table {
    table-layout: fixed !important;
    width: 100% !important;
    border-collapse: collapse !important;
  }
  
  td {
    word-wrap: break-word !important;
  }

.dashboard-tab a{
  color: #000;
  font-size: 14px;
}