body::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: orange;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #ef3e56;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #f0f0f1;  /* creates padding around scroll thumb */
}
body {
    scrollbar-width: thin;          /* "auto" or "thin" */
    scrollbar-color: #ef3e56 #f0f0f1;   /* scroll thumb and track */
}
/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #ef3e56 #f0f0f1;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: unset;
}

*::-webkit-scrollbar-thumb {
    background-color: #c3c3ce;
    border-radius: 20px;
    border: unset;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}
.mt-15{
    margin-top: 15px;
}
body {
    background: #f5f5f5 !important;
    direction: rtl;
    overflow-x: hidden;
    font-family: iranyekan;
    display: inline;
}

::-webkit-input-placeholder {
    color: #b2b2b2;
    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
}

::ms-input-placeholder {
    color: #b2b2b2;
}

[placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}
input[type=password]{
    direction: ltr;
    text-align: left;
}

a:hover {
    text-decoration: none;
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iranyekan/woff2/iranyekanwebbold(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iranyekan/woff/iranyekanwebbold(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iranyekan/eot/iranyekanweblight(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iranyekan/woff2/iranyekanweblight(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iranyekan/woff/iranyekanweblight(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iranyekan/woff2/iranyekanwebregular(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iranyekan/woff/iranyekanwebregular(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

header {
    background: #fff;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .04);
    z-index: 999;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.header-main-page.fixed {
    position: fixed;
    top: 0;
}

.adplacement-top-header {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 60px;
    display: none;
}

.adplacement-top-header a.adplacement-item {
    display: block;
    background: url(../images/adplacement.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    max-width: 100%;
    height: 100px;
    border-radius: 20px;
}

.adplacement-header {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 60px;
}

.adplacement-header a.adplacement-item {
    display: block;
    background: url(../images/adplacement.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    max-width: 100%;
    height: 100px;
    border-radius: 20px;
}

.header-right {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    float: right;
    margin-top: 15px;
}

.header-right .logo {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    float: right;
}

.header-right .logo img {
    min-width: 100px;
    max-width: 180px;
}

.header-right .search-header {
    width: 100%;
    height: 50px;
    float: right;
    border-radius: 5px;
    position: relative;
}

.header-right .search-header input {
    width: 100%;
    height: 50px;
    outline: none;
    background: #f0f0f1;
    color: #474747;
    padding-right: 55px;
    padding-left: 10px;
    line-height: 50px;
    position: relative;
    font-size: 12px;
    border-radius: 10px;
}

.header-right .search-header input:focus {
    background-color: #fff;
    border: 1px solid #ccc;
}

.header-right .search-header .btn-search {
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    height: 50px;
    border-radius: 10px;
}

.header-right .search-header .search-result {
    position: absolute;
    top: 98%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    z-index: 100;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    max-height: 300px;
    overflow-y: scroll;
}

.header-right .search-header .search-result ul.search-result-list {
    margin-bottom: 30px;
    display: none;
}

.header-right .search-header .search-result ul.search-result-list li {
    margin-bottom: 10px;
}

.header-right .search-header .search-result ul.search-result-list li a {
    color: #000;
    line-height: 30px;
    font-size: 14px;
}

.header-right .search-header .search-result ul.search-result-list li a .btn-remove-search {
    border-radius: 50px;
    float: left;
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 14px;
}

.header-right .search-header .search-result ul.search-result-most-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
}

.header-right .search-header .search-result ul.search-result-most-view li {
    margin-left: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 12px 4px 8px;
    border-radius: 100px;
    border: 1px solid #e0e0e2;
}

.header-right .search-header .search-result ul.search-result-most-view li a {
    color: #424750;
    font-size: 11px;
    font-size: .786rem;
    line-height: 23.87px;
}

.header-right .search-header .search-result ul.search-result-most-view li a i {
    margin-right: 4px;
    color: #a1a3a8;
    font-size: 1rem;
    line-height: 1.375;
    vertical-align: middle;
}

.header-right .search-box.show-result form input {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.header-right .search-header .search-result .search-results-list {
    letter-spacing: -.4px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    list-style: none;
    font-weight: 700;
}

.header-right .search-header .search-result .search-results-list a {
    color: #474747;
    display: block;
    padding: 0;
    margin: 0;
}

.header-right .search-header .search-result .search-results-list a img {
    max-width: 100%;
    border-radius: 10px;
}

.overlay-search-box {
    position: fixed;
    top: 80px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header-left {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.header-left .btn-login {
    background: #fff;
    height: 40px;
    border: 1px solid #e0e0e2;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 38px;
    text-align: left;
    padding-left: 12px;
    float: left;
    margin-left: 15px;
    position: relative;
    padding-right: 12px;
}

.header-left .login-link {
    color: #616161;
}

.header-left .btn-login span {
    font-size: 25px;
    line-height: 34px;
    vertical-align: middle;
    padding-left: 7px;
    color: #616161;
}

.dropdown-menu-login {
    display: block;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .3);
    border: 1px solid #eee;
    padding: 0;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 40px;
    text-align: right;
    background: #fff;
    z-index: 999;
    width: 200px;
    overflow: hidden;
    transition: all 0.1s ease-in;
    opacity: 0.01;
    visibility: hidden;
}

.btn-login:hover .dropdown-menu-login {
    transition: all 0.1s ease-in;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu-login .header-profile-dropdown-account {
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: .2s;
    float: right;
    padding-top: 10px;
}

.dropdown-menu-login .header-profile-dropdown-account:hover {
    transition: .2s;
    background-color: #eeeeee;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user {
    align-items: center;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-img {
    width: 32px;
    height: 32px;
    border: 1px solid #424750;
    border-radius: 50%;
    background: #fff;
    background-size: contain;
    float: right;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-img img {
    max-width: 100%;
    float: right;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info {
    margin-right: 8px;
    float: right;
    margin-top: -5px;
    line-height: 20px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-name {
    display: block;
    color: #666666;
    font-size: 14px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-profile-link {
    align-items: center;
    color: #19bfd3;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    display: block;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-profile-link::before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account {
    display: block;
    position: relative;
    padding-right: 40px;
    padding-left: 16px;
    padding-top: 0;
    float: right;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #c0c2c5;
    position: absolute;
    right: 16px;
    top: -25px;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account .header-profile-dropdown-account-item {
    margin-bottom: 0;
    float: right;
    position: relative;
    line-height: 2;
}

.dropdown-menu-login .header-profile-dropdown-account .header-profile-dropdown-user .header-profile-dropdown-account .header-profile-dropdown-account-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #c0c2c5;
    position: absolute;
    right: -24px;
    top: -13px;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-title {
    font-size: 12px;
    float: right;
    padding-left: 25px;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-amount {
    z-index: 3;
    position: relative;
    font-size: 12px;
    color: #81858b;
    float: right;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-amount .header-profile-dropdown-account-item-amount-number {
    font-size: 12px;
    color: #424750;
    padding-left: 0;
}

.header-profile-dropdown-account .header-profile-dropdown-account-item::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c0c2c5;
    position: absolute;
    right: -27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-profile-dropdown-actions .header-profile-dropdown-action-container {
    position: relative;
}

.header-profile-dropdown-actions .header-profile-dropdown-action-container .header-profile-dropdown-action-link {
    font-size: 12px;
    line-height: 1.833;
    padding: 10px 20px;
    color: #424750;
    display: block;
    float: right;
    width: 100%;
    transition: .2s;
}

.header-profile-dropdown-actions .header-profile-dropdown-action-container .header-profile-dropdown-action-link:hover {
    transition: .2s;
    background-color: #eee;
}

.header-left .mini-cart-header {
    width: 40px;
    height: 40px;
    float: left;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    color: #616161;
    position: relative;
    z-index: 999;
}

.header-left .mini-cart-header .cart-count {
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    width: 20px;
    height: 20px;
    background: #ef394e;
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    font-weight: 900;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0px;
    left: 23px;
}

.header-left .mini-cart-header::before {
    content: "";
    display: block;
    height: 24px;
    background: #e0e0e2;
    position: absolute;
    left: 45px;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mini-cart-dropdown {
    position: absolute;
    left: 0;
    top: 40px;
    width: 270px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    padding: 5px;
    border: 1px solid #eee;
    transition: all 0.1s ease-in;
    opacity: 0.01;
    visibility: hidden;
}

.mini-cart-header:hover .mini-cart-dropdown {
    transition: all 0.1s ease-in;
    opacity: 1;
    visibility: visible;
}

.mini-cart-dropdown .header-cart-info-header {
    padding: 12px 16px 16px 12px;
    font-size: 16px;
}

.mini-cart-dropdown .header-cart-info-header .header-cart-info-count {
    font-size: 12px;
    line-height: normal;
    color: #81858b;
    float: right;
}

.mini-cart-dropdown .header-cart-info-header a.header-cart-info-link {
    color: #0fabc6;
    font-size: 12px!important;
    font-weight: 600;
    float: left;
}

.mini-cart-dropdown ul.header-basket-list {
    list-style: none;
    border-top: 1px solid #f0f0f1;
    margin-top: 0;
    margin-bottom: 0;
}

.mini-cart-dropdown ul.header-basket-list li.js-mini-cart-item a.header-basket-list-item {
    padding: 15px 0;
    margin: 0 12px;
    float: right;
}

.mini-cart-dropdown ul.header-basket-list li.js-mini-cart-item a.header-basket-list-item .header-basket-list-item-image {
    width: 75px;
    height: 75px;
    position: relative;
    float: right;
    line-height: 3;
}

.mini-cart-dropdown ul.header-basket-list li.js-mini-cart-item a.header-basket-list-item .header-basket-list-item-image img {
    max-width: 100%;
}

.mini-cart-dropdown ul.header-basket-list li.js-mini-cart-item a.header-basket-list-item .header-basket-list-item-content {
    margin-right: 8px;
    float: right;
    width: 140px;
    text-align: right;
}

.mini-cart-dropdown ul.header-basket-list li.js-mini-cart-item a.header-basket-list-item .header-basket-list-item-content h1.header-basket-list-item-title {
    font-size: 12px!important;
    line-height: normal!important;
    font-weight: 700;
    margin-bottom: 8px;
    color: #424750;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: -.3px;
}

.mini-cart-dropdown ul.header-basket-list li.js-mini-cart-item a.header-basket-list-item .header-basket-list-item-content .header-basket-list-item-shipping-type {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 13px;
    color: #0fabc6;
    float: right;
    width: 100%;
}

.mini-cart-dropdown ul.header-basket-list li.js-mini-cart-item a.header-basket-list-item .header-basket-list-item-content .header-basket-list-item-props {
    align-items: center;
    font-size: 10px;
    font-size: .714rem;
    line-height: normal;
    color: #81858b;
}

.header-basket-list-item-content .header-basket-list-item-props .header-basket-list-item-props-item {
    padding-left: 8px;
    margin-left: 0;
    border-left: 1px solid #f0f0f1;
}

.header-basket-list-item-content .header-basket-list-item-props .header-basket-list-item-props-item .header-basket-list-item-color-badge {
    background: #fff;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .3);
    margin-left: 6px;
    vertical-align: middle;
}

.scrollbar {
    margin-right: 0;
    float: left;
    height: 250px;
    width: 100%;
    background: #ffffff;
    overflow-y: scroll;
    margin-bottom: 0;
    margin-top: 15px;
}

.force-overflow {
    min-height: 300px;
}

#wrapper {
    text-align: center;
    width: 500px;
    margin: auto;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(206, 209, 209);
}

.header-basket-list-item-content .header-basket-list-item-props .header-basket-list-item-remove {
    background: #fff;
    border: 0;
    outline: 0;
    color: #424242;
    cursor: pointer;
    float: left;
    font-size: 20px;
    margin-top: -5px;
}

.header-cart-info-footer {
    padding: 8px;
    border-top: 1px solid #f0f0f1;
    float: right;
    width: 100%;
}

.header-cart-info-footer .header-cart-info-total {
    font-size: 12px;
    font-size: .857rem;
    line-height: normal;
    padding-right: 4px;
    width: 50%;
    float: right;
}

.header-cart-info-footer .header-cart-info-total .header-cart-info-total-text {
    margin-bottom: 4px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
}

.header-cart-info-footer .header-cart-info-total .header-cart-info-total-amount {
    font-size: 10px!important;
    font-size: .714rem!important;
    line-height: normal!important;
    font-weight: 700;
    margin-bottom: 0;
}

.header-cart-info-footer .header-cart-info-total .header-cart-info-total-amount .header-cart-info-total-amount-number {
    font-size: 16px!important;
}

.header-cart-info-footer>div {
    float: left;
    width: 50%;
}

.responsive-header-left {
    display: none;
}

/*start new menu style*/

nav.main-menu .list {
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
    list-style: none;
}


nav.main-menu .list {
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
    list-style: none;
}

nav.main-menu .list-item i{
    vertical-align: middle;
    font-size: 18px;
    padding-left: 5px;
}

nav.main-menu .list .list-item {
    display: inline-block;
}



nav.main-menu .list .list-item:first-child {
    margin-right: 0;
}

nav.main-menu .list > .list-item {
    margin-right: 0;
    position: relative;
}

nav.main-menu .list > .list-item > a::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #f7858d;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
nav.main-menu .list > .list-item.list-item-has-children > a::before {
    bottom: 2px;
}
nav.main-menu .list > .list-item:hover > a {
    color: #f7858d;
}

nav.main-menu .list > .list-item:hover > a::before {
    width: 100%;
}

nav.main-menu .list > .list-item > a,
nav.main-menu .list > .list-item > span {
    color: #212121;
    padding: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    top: 2px;
    font-size: 13px;
}

header.header-transparent .main-menu .list > .list-item > a {
    color: rgba(255, 255, 255, 0.9);
}

header.header-transparent .main-menu .list > .list-item > a:hover {
    color: rgba(255, 255, 255, 1);
}

nav.main-menu .list .list-item-has-children {
    position: relative;
}

nav.main-menu .list > .list-item-has-children > a::after {
    content: '\F140';
    position: absolute;
    top: 5px;
    left: -8px;
    font-family: 'Material Design Icons';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
}

nav.main-menu .list .list-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 52px;
    right: 0;
    min-width: 220px;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

nav.main-menu .list > .list-item-has-children > .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
}

nav.main-menu
.list
> .list-item-has-children.menu-col-1
.sub-menu {
    -webkit-box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
    box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
}

nav.main-menu
.list
> .list-item-has-children.menu-col-1
.list-item-has-children::before {
    content: '\F141';
    font: normal normal normal 20px 'Material Design Icons';
    position: absolute;
    left: 5px;
    top: 9px;
}

nav.main-menu .list .list-item-has-children .sub-menu li {
    display: block;
    width: 100%;
    margin-right: 0;
}

nav.main-menu .list .list-item-has-children .sub-menu a {
    display: block;
    padding: 4px 15px;
    color: #6a6a6a;
    font-size: 12px;
    line-height: 2.27;
    font-weight: 300;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    min-width: 25%;
}

nav.main-menu .list .list-item-has-children .sub-menu a:hover {
    font-weight: bold;
    color: #f7858d;
}

nav.main-menu .list .list-item-has-children .sub-menu a i {
    float: right;
    margin: 2px 0 2px 6px;
    font-size: 18px;
}

nav.main-menu .list .list-item-has-children:hover > .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    top: 41px;
}

nav.main-menu .list .list-item-has-children:hover::before {
    color: #f7858d;
}

nav.main-menu .list .list-item.mega-menu {
    position: static;
}

nav.main-menu .list .list-item.mega-menu .sub-menu {
    position: absolute;
    width: 100%;
    min-width: 100%;
    font-size: 12px;
}

nav.main-menu .list .list-item.mega-menu > .sub-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 100000;
}

nav.main-menu .list .list-item.mega-menu > .sub-menu.nav {
    display: unset;
    border-radius: 0 0 10px 10px;
}

nav.main-menu .list .list-item.mega-menu > .sub-menu > li {
    float: right;
    width: 100%;
    padding-right: 15px;
}

nav.main-menu .list .list-item.menu-col-1 .sub-menu {
    border-radius: 0 0 10px 10px;
}

nav.main-menu .list .list-item.menu-col-1 .sub-menu .sub-menu {
    border-radius: 10px;
}

nav.main-menu
.list
.list-item.menu-col-1
.sub-menu
li:first-child
> a {
    border-radius: 10px 10px 0 0;
}

nav.main-menu
.list
.list-item.menu-col-1
.sub-menu
li:last-child
> a {
    border-radius: 0 0 10px 10px;
}

nav.main-menu
.list
.list-item.menu-col-1
.sub-menu
li
> a
> li:last-child
> a {
    border-radius: 0 0 10px 10px;
}

nav.main-menu
.list
.list-item.mega-menu.mega-menu-col-2
> .sub-menu {
    min-width: 360px;
    width: 360px;
}

nav.main-menu .list .list-item.mega-menu.mega-menu-col-2 li {
    width: 50%;
}

nav.main-menu
.list
.list-item.mega-menu.mega-menu-col-3
> .sub-menu {
    min-width: 540px;
    width: 540px;
}

nav.main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 33.3%;
}

nav.main-menu
.list
.list-item.mega-menu.mega-menu-col-4
> .sub-menu {
    min-width: 720px;
    width: 720px;
}

nav.main-menu .list .list-item.mega-menu.mega-menu-col-4 li {
    width: 25%;
}

nav.main-menu
.list
.list-item.mega-menu.mega-menu-col-5
> .sub-menu {
    min-width: 900px;
    width: 900px;
}

nav.main-menu .list .list-item.mega-menu.mega-menu-col-5 li {
    width: 20%;
}

nav.main-menu .list .list-item.mega-menu img {
    position: absolute;
    left: 0px;
    z-index: -1;
    max-width: 200px;
    bottom: 0;
    border-radius: 0 0 0 10px;
}

nav.main-menu .list .list-item.mega-menu .sub-menu a {
    line-height: 26px;
}

nav.main-menu .list .list-item.mega-menu > .sub-menu > li > a {
    color: #000;
    display: block;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
}

nav.main-menu
.list
.list-item.mega-menu
> .sub-menu
> li
> a:hover {
    color: #f7858d;
}

nav.main-menu .list .list-item.mega-menu .sub-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: static;
    width: 100%;
    box-shadow: none;
    background: 0 0 !important;
}

nav.main-menu .list .list-item-has-children .sub-menu .sub-menu {
    right: 100%;
    top: 0;
}

nav.main-menu
.list
.list-item.mega-menu
.sub-menu
.sub-menu
li {
    width: 100%;
}

nav.main-menu
.list
.list-item.mega-menu
.sub-menu
.sub-menu
li
a {
    color: #4a5f73;
}

nav.main-menu
.list
.list-item.mega-menu
.sub-menu
.sub-menu
li
a:hover {
    font-weight: bold;
    color: #f7858d;
}

nav.main-menu
.list
.list-item.mega-menu:hover
> .sub-menu
> .list-item-has-children
> .sub-menu {
    visibility: visible;
    opacity: 1;
}

/* End Main-Menu----------------- */



/*Start menu----------------*/

nav.main-menu {
    width: 100%;
    height: 45px;
    background: #fff;
    float: right;
    border-bottom: 1px solid #f1f1f1;
    padding-right: 5px;
    position: absolute;
    top: 75px;
}

nav.main-menu.hidden-nav-main {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: -15px;
}

nav.main-menu ul.new-list-menu li.item-list-menu {
    padding: 10px 0;
    font-size: 12px;
    position: relative;
    margin: 0 10px;
    display: inline-block;
}

nav.main-menu ul.new-list-menu li.map-city-item {
    float: left;
    margin-top: 15px;
}

nav.main-menu ul.new-list-menu li.item-list-menu a.list-category {
    color: #616161;
    text-decoration: none;
    padding-bottom: 14px;
    padding: 3px 0;
    display: block;
}

nav.main-menu ul.new-list-menu li.item-list-menu a.list-category::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ff828b;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.main-menu ul.new-list-menu li.item-set a.list-category::before {
    bottom: 6px !important;
}

nav.main-menu ul.new-list-menu li.item-list-menu:hover>a.list-category::before {
    width: 100%;
}

nav.main-menu ul.new-list-menu li.item-list-menu a.list-category i {
    vertical-align: middle;
    font-size: 18px;
    padding-left: 5px;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 {
    width: 245px;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 45px;
    box-shadow: 0 0 3px #eae8e8;
    padding-bottom: 15px;
    padding-top: 20px;
    display: none;
    margin-top: 0;
    z-index: 999;
    right: 0;
}

nav.main-menu ul.new-list-menu li.item-list-menu:hover .list-menu-level-2 {
    display: block;
    width: max-content;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 {
    width: 245px;
    height: 45px;
    text-align: right;
    line-height: 40px;
    padding-right: 0;
    margin-top: -6px;
    margin-bottom: 5.385px;
    cursor: pointer;
}

.main-menu ul.new-list-menu>li.item-list-menu>ul.list-menu-level-2>li.active>a {
    color: #ef394e !important;
    background: #f9f9f9;
    border-top: 1px solid #f0f0f1;
    border-bottom: 1px solid #f0f0f1;
}

.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-level-2 li.active ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: #f7f7f7;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 i {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 16px;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .list-category-menu-2 {
    text-decoration: none;
    color: #616161;
    font-weight: bold;
    width: 100%;
    display: block;
    padding-right: 15px;
}

nav.main-menu ul.new-list-menu li.category::before {
    content: "";
    display: block;
    height: 24px;
    background: #efefef;
    position: absolute;
    left: -11px;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 {
    width: 990px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 244px;
    top: 0;
    padding-top: 40px;
    display: none;
    border-right: 1px solid #f0f0f1;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2:hover .megamenu-level-3 {
    display: block;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 .item-megamenu-title {
    line-height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 .item-megamenu-item{
    font-size: 13px;
    line-height: 27px;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 li{
    padding-right: 15px;
    padding-left: 15px;
    min-width: 25%;
    max-width: 25%;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 li .list-category-megamenu-3 {
    text-decoration: none;
    color: #a6a6a6;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 li .list-category-megamenu-3:hover {
    color: #f74d59;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 li .list-category-megamenu-3 span {
    font-size: 13px;
    font-weight: 700;
    color: #424750;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 li .list-category-megamenu-3 span i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 16px;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 .list-category-megamenu {
    color: #03a9f4;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
    position: absolute;
    top: 0;
    width: 100%;
}

nav.main-menu .map-city {
    font-size: 12px;
    color: #616161;
    float: left;
    margin-left: 10px;
    text-decoration: none;
    line-height: 15px;
}

nav.main-menu .map-city span {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}

nav.main-menu .map-city span::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    right: 2px;
    background: #ff1010;
    border-radius: 100px;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers {
    height: auto;
    background: #fcfcfc;
    padding: 15px;
    z-index: 9999;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers .discounts-offers-list-item{
    width: auto;
    display: inline-block;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers .discounts-offers-list-item ul{
    display: block !important;
    background-color: transparent !important;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item {
    margin-bottom: 10px;
    display: block;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers .menu-level-3 {
    width: 240px;
    height: auto;
    float: right;
    position: relative;
    display: inline-block;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item .list-category-megamenu-3 {
    color: #616161;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item .list-category-megamenu-3 span {
    font-size: 13px;
    font-weight: 700;
    color: #424750;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item .list-category-megamenu-3 span i {
    margin-right: 10px;
    font-size: 16px;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item .list-category-megamenu-3-medium span {
    font-size: 11px;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item .list-category-megamenu-3-medium span:hover {
    color: #ff3636 !important;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item .list-category-megamenu-3-medium span.medium-display-title {
    color: #757575;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.sublist-option {
    list-style: disc;
    color: #757575;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.sublist-option:first-child {
    margin-top: 55px !important;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers .sublist-divider {
    height: 1px;
    margin: 20px 0;
    background-color: #f0f0f1;
    display: inline-block;
    width: 100%;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers .main-banner {
    width: 260px;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    float: left;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers .main-banner img {
    max-width: 100%;
    margin-right: 10px;
}

.nav-categories-overlay {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0 !important;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, .54);
    opacity: 0;
    z-index: 9;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    pointer-events: none;
}

.nav-categories-overlay.active {
    opacity: 1;
    pointer-events: all !important;
}

/*End menu------------------*/

/*responsive-menu-------------*/

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.nav-btn {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    position: absolute;
    top: 15px;
    right: 20px;
}

.nav-btn.nav-slider {
    float: right;
    top: 10px;
}

.nav-btn span.linee1 {
    background: #424750;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 13px;
    top: 10px;
    /*  display: none;*/
}

.nav-btn span.linee2 {
    background: #424750;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 13px;
    top: 18px;
    /*  display: none;*/
}

.nav-btn span.linee3 {
    background: #424750;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 13px;
    top: 26px;
    /*  display: none;*/
}

.nav-btn i {
    vertical-align: middle;
}

.header-menu {
    float: left;
}

.header-menu ul {
    height: 64px;
}

.header-menu ul li {
    display: block;
    position: relative;
    float: right;
    margin: 0;
    padding: 0 12px 0 0;
    line-height: 64px;
}

.header-menu ul li a {
    color: #333;
    padding: 4px;
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-menu ul li a i {
    margin-right: 5px;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -16px;
}

@media only screen and (max-width: 1024px) {
    header .header-categories {
        display: none;
    }
    header .header-search {
        width: calc(100% - 440px);
    }
    #history-detail .table-responsive tr th:first-child{
        min-width: 120px!important;
        width: 120px !important;
    }
}

@media only screen and (max-width: 860px) {
    header .header-search {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    header .header-inner {
        padding: 0 12px;
        text-align: center;
    }
    header .header-logo {
        float: right;
        padding-right: 8px;
        padding-left: 0px;
    }
    .footer-inner-box a{
        width: 40%!important;
    }
}

/* -----------------------------------------------------
   Nav
-------------------------------------------------------- */

.sidebar {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    right: -295px;
    width: 270px;
    height: 100%;
    color: #fff;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 1002;
}

.sidebar .nav-header {
    display: block;
    height: 70px;
}

.sidebar .nav-header img.pic-header {
    position: absolute;
    z-index: -1;
}

.sidebar .nav-header .header-cover {
    position: absolute;
    width: 100%;
    top: 0;
    height: 65px;
    background-color: #fff;
    z-index: -1;
}

.sidebar .nav-header .logo-wrap {
    padding: 5px 0 15px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    width: 200px;
    margin-right: 25px;
}
.sidebar .nav-header .logo-wrap img{
    max-width: 200px;
}
.sidebar .nav-header .logo-wrap .logo-icon {
    display: inline-block;
    text-decoration: none;
}

.sidebar .nav-header .logo-wrap .logo-icon img {
    display: block;
    width: 130px;
}

.sidebar .nav-header .logo-wrap .logo-text {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    vertical-align: 12px;
    margin-right: 8px;
    text-decoration: none;
    position: absolute;
    top: 55px;
    right: 15px;
}

.sidebar .nav-categories {
    margin-top: 5px;
}

.sidebar .nav-categories li {
    display: block;
    position: relative;
    text-align: right;
}

.sidebar .nav-categories li::before {
    position: absolute;
    left: 7px;
    top: 11px;
    color: #333;
    font-size: 24px;
}

.sidebar .nav-categories li a {
    display: block;
    width: 75%;
    font-size: 15px;
    color: #333;
    padding: 7px 0;
    text-decoration: none;
    font-size: 14px;
    margin-right: 25px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    background: none;
}

.sidebar .nav-categories li a:hover {
    color: #333;
    font-weight: 700;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.sidebar.open {
    right: -15px;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
    opacity: 1;
}

.sidebar>ul>li>a {
    font-size: 16px;
    display: block;
    padding: 7px 20px;
    background: #ffffff;
    color: #757575;
    font-weight: bold;
}

.sidebar>ul>li>ul>li>a {
    font-size: 15px;
    display: block;
    padding: 7px 40px;
    background: #f5f5f5;
    color: #757575;
}
.slider-section{
    display: none;
}
.sidebar a {
    cursor: pointer;
}

.sidebar>ul>li {
    position: relative;
}

.sidebar ul li a.category-level-2 {
    margin-right: 45px;
    width: 72%;
}

.sidebar ul li ul li a.category-level-3 {
    margin-right: 50px;
    width: 68%;
    font-weight: 300;
}
.sidebar ul li ul li a.category-level-4 {
    margin-right: 65px;
    width: 68%;
    font-weight: 300;
}

.sidebar>ul>li.has-sub>a::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #cccccc;
    left: 25px;
    top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar>ul>li ul>li.has-sub>a::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background: #cccccc;
    left: 25px;
    top: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar>ul>li ul>li.has-sub>a::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #cccccc;
    left: 22px;
    top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar>ul>li.has-sub>a::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background: #cccccc;
    left: 29px;
    top: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar>ul>li.has-sub.open>a::before {
    transform: rotate(45deg);
    background: #a8a8a8;
}

.sidebar>ul>li.has-sub.open>a::after {
    transform: rotate(45deg);
    background: #a8a8a8;
}

.sidebar>ul li ul>li.has-sub.open>a::before {
    transform: rotate(45deg);
    background: #a8a8a8;
}

.sidebar>ul li ul>li.has-sub.open>a::after {
    transform: rotate(45deg);
    background: #a8a8a8;
}

.sidebar ul ul {
    display: none;
    background: #ececec;
    width: 100%;
}

.main {
    width: 1300px;
    height: auto;
    background: aliceblue;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.content {
    width: 900px;
    height: 400px;
    background: deepskyblue;
    float: left;
}

/*responsive-menu-------------*/

/*Start main slider ------------*/

.main-slider {
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    margin-top: 20px;
    float: right;
    background: #fff;
    cursor: pointer;
}

.main-slider img {
    max-width: 100%;
}

.main-slider li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
}

.carousel-indicators .active {
    background: #00bfd6 !important;
}

/*End main slider --------------*/

/*adplacement-------------------------------*/

.adplacement-container-column {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    margin-top: 20px;
    background: none;
}

.adplacement-container-column .adplacement-item {
    margin-left: 0;
    margin-bottom: 16px;
    display: block;
    height: auto;
    float: left;
}

.adplacement-container-column .adplacement-item:last-child {
    margin-bottom: 0;
}

.adplacement-container-column .adplacement-item .adplacement-sponsored-box {
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
}

.adplacement-container-column .adplacement-item .adplacement-sponsored-box img {
    width: 100%;
}

/*adplacement-------------------------------*/

/*slider-amazing----------------------------*/

.amazing-section .container-amazing {
    background: url(../images/amazing/svg-amazing.svg) 100% no-repeat;
    float: left;
    width: 100%;
    height: 100%;
}

.slider-amazing {
    background-color: transparent;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 5px !important;
}

.amazing-supermarket {
    background: transparent;
}

.slider-amazing .widget, .brand-slider {
    background: none !important;
}

.slider-amazing .widget-product .product-carousel .owl-item, .brand-slider .owl-carousel .owl-item {
    background: #fff;
    border-radius: 8px;
}

.slider-amazing .widget-product .owl-carousel .owl-nav .owl-prev {
    width: 45px !important;
    height: 70px !important;
    top: 60px !important;
    bottom: 0 !important;
    display: block;
    margin: auto 0;
    right: 0 !important;
    border-radius: 5px !important;
}

.slider-amazing .widget-product .owl-carousel .owl-nav .owl-next {
    width: 45px !important;
    height: 70px !important;
    top: 60px !important;
    bottom: 0 !important;
    display: block;
    margin: auto 0;
    left: 0 !important;
    border-radius: 5px !important;
}

.slider-amazing .widget-product .product-carousel .owl-item:hover, .brand-slider .owl-carousel .owl-item:hover {
    transform: translateY(0px) !important;
}

.slider-amazing .widget-product .product-carousel .item .price, .brand-slider .product-carousel .item .price {
    color: #ef5661;
    font-size: 20px;
    height: 64px;
}

.slider-amazing .widget-product .product-carousel .item .price .discount-item {
    font-size: 14px;
    line-height: 21px;
    width: 40px;
    height: 20px;
    float: left;
    font-weight: 700;
    padding-top: 2px;
    background-color: #fb3449;
    color: #fff;
    border-radius: 16px;
    margin-right: 4px;
    text-align: center;
    padding: 0;
    margin-top: 5px;
}

.slider-amazing .widget-product .product-carousel .item .price del, .brand-slider .product-carousel .item .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}

.slider-amazing .widget-product .product-carousel .item ins, .brand-slider .product-carousel .item ins {
    color: #ef5661;
    font-size: 20px;
    height: 64px;
    text-decoration: none !important;
    display: block;
}

.slider-amazing .widget-product .product-carousel .item ins, .brand-slider .product-carousel .item ins {
    padding-top: 0 !important;
}

.slider-amazing .widget-product .product-carousel .item ins, .brand-slider .product-carousel .item ins {
    width: 100%;
    float: left;
    color: #4d4d4d !important;
    font-size: 22px !important;
}

.slider-amazing .widget-product .product-carousel .item .price, .brand-slider .product-carousel .item .price {
    margin: 20px 0 0;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
}

.slider-amazing .widget-product .product-carousel .product-box-timer {
    width: 100%;
    float: left;
    position: relative;
}

.slider-amazing .widget-product .product-carousel .product-box-timer span {
    position: absolute;
    left: 0;
    top: 11px;
    color: #737373;
}

.slider-amazing .widget-product .product-carousel .product-box-timer .countdown {
    text-align: left;
    font-size: 14px;
    width: 96%;
    color: #737373;
}

.slider-amazing .widget-product .product-carousel .product-box-timer .countdown .countdown-item {
    margin-right: 0 !important;
}

.slider-amazing .countdown-style-3 .countdown-value::after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 35px;
    margin-left: -8px;
    content: ':';
}

.amazing-section {
    border-radius: unset;
    box-shadow: unset;
    padding-bottom: 20px;
    padding-top: 0;
    float: right;
    width: 100%;
}

.amazing-product a {
    display: block;
}

.amazing-product img {
    width: 54%;
    max-height: calc(100% - 41px);
    -o-object-fit: contain;
    object-fit: contain;
}

.amazing-product a.view-all-amazing-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 9px 16px;
    border: 1px solid #fff;
    border-radius: 5px;
}

/*slider-amazing----------------------------*/

/*countdown----------------*/

.countdown {
    direction: ltr;
    margin-bottom: -10px;
    margin-top: 10px;
    width: 175px;
    overflow: hidden;
}

.countdown .countdown-item {
    display: inline-block;
    margin-right: .9em;
    margin-bottom: .6em;
    text-align: center;
}

.countdown .countdown-item:first-child {
    margin-left: 0 !important
}

.countdown .countdown-value {
    font-family: 'iranyekan';
    font-weight: 700
}

.countdown .countdown-item:first-child {
    display: none !important;
}

.countdown .countdown-label {
    padding-top: .25rem;
    color: #8c8c8c;
    font-family: 'IRANSans';
    font-size: .75rem;
    font-weight: 600;
    display: none;
}

.countdown.h4 .countdown-label, .countdown.h5 .countdown-label, .countdown.h6 .countdown-label, .countdown.lead .countdown-label, .countdown.text-xl .countdown-label, .countdown.text-lg .countdown-label, .countdown.text-md .countdown-label, .countdown.text-sm .countdown-label, .countdown.text-xs .countdown-label {
    font-size: .625rem
}

.countdown-style-1 .countdown-item {
    margin-right: .6em;
    margin-bottom: .5em
}

.countdown-style-1 .countdown-value {
    position: relative;
    min-width: 56px;
    padding: .625rem;
    background-color: #fff;
    box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2)
}

.countdown-style-1 .countdown-label {
    padding-top: 7px
}

.countdown-style-1.countdown-light-skin .countdown-value {
    background-color: rgba(255, 255, 255, 0.12);
    box-shadow: none
}

.countdown-style-2 .countdown-item {
    margin-right: .7em;
    margin-bottom: .5em
}

.countdown-style-2 .countdown-value {
    position: relative;
    min-width: 56px;
    padding: .3125rem .625rem;
    z-index: 1
}

.countdown-style-2 .countdown-value::before, .countdown-style-2 .countdown-value::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1
}

.countdown-style-2 .countdown-value::before {
    top: .375rem;
    left: .375rem;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5
}

.countdown-style-2 .countdown-value::after {
    top: 0;
    left: 0;
    border: 1px solid #e7e7e7;
    background-color: #fff
}

.countdown-style-2 .countdown-label {
    padding-top: 11px
}

.countdown-style-2.countdown-light-skin .countdown-value {
    color: #343b43
}

.countdown-style-2.countdown-light-skin .countdown-value::before {
    opacity: .2
}

.countdown-style-2.countdown-light-skin .countdown-value::after {
    border-color: #fff
}

.countdown-style-3 .countdown-value {
    position: relative;
    min-width: 35px
}

.countdown-style-3 .countdown-value:last-child::after {
    display: none;
}

.countdown-style-3 .countdown-value::after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 43px;
    margin-left: -8px;
    content: ':'
}

.countdown-style-3 .countdown-label {
    padding-top: .625rem
}

.countdown-light-skin .countdown-value {
    color: #fff
}

.countdown-light-skin .countdown-label {
    color: rgba(255, 255, 255, 0.5)
}

/*countdown----------------*/

/*banner------------------------*/

.banner {
    width: 100%;
    margin-top: 15px;
    float: right;
    height: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    text-align: center;
    margin-bottom: 15px;
}

.banner img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/*banner------------------------*/

/*adplacement ------------------*/

.adplacement {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.adplacement .item-adplacement {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    border: .8px solid rgba(0, 0, 0, .1);
    background: linear-gradient( 270deg, #fff, #fff, #eef7fc);
    margin-top: 10px;
}

.adplacement .item-adplacement img {
    width: 100%;
    height: auto;
}

/*adplacement ------------------*/

/*slider-sidebar----------------*/

.slider-sidebar {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 191, 214, .3);
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .03);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .03);
    text-align: center;
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    margin-top: 10px;
}

.widget-suggestion .card-header {
    border-bottom: none;
}

#progressBar {
    height: 1px;
    background: #f5f5f5;
    position: relative;
    margin-bottom: 15px;
}

.slide-progress {
    box-shadow: 0 0 8px 0 rgba(255, 138, 138, .5);
    height: 1px;
    background: linear-gradient(90deg, #ffd3db, #fb3449);
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    max-width: 100%;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite;
}

#suggestion-slider .item {
    direction: rtl;
}

#suggestion-slider .item img {
    max-width: 200px !important;
    max-height: 142px !important;
    width: auto !important;
    height: auto !important;
    margin: 35px auto 0;
}

#suggestion-slider .item .product-title {
    font-size: 13px;
    display: block !important;
    margin-bottom: 0;
}

#suggestion-slider .item a {
    display: block;
    text-align: center;
}

#suggestion-slider .item .product-title a {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
    text-decoration: none;
    color: #535353;
    font-weight: bold;
    font-size: 13px;
}

#suggestion-slider .item .price {
    color: #ef5661;
    height: 64px;
    font-size: 20px;
    text-align: center;
}

#suggestion-slider .item .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}

.list-group {
    padding-right: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.widget-product .card-header .card-title span, .brand-slider .card-header .card-title span {
    display: inline-block;
    border-bottom: 1px solid #ef5661;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
}

.widget-product .card-header .view-all, .brand-slider .card-header .view-all {
    position: absolute;
    left: 17px;
    top: 37px;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: #979898;
}

.widget-product .card-header .card-title, .brand-slider .card-header .card-title {
    padding-bottom: 0;
    line-height: 2;
}

.widget-product .product-carousel .carousel-item, .brand-slider .product-carousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
}

.widget-product .card-header-amazing {
    display: none;
}

.product-carousel .owl-item img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: auto !important;
}

.widget-product .product-carousel .item, .brand-slider .owl-carousel .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    width: 100%;
}

@media (min-width: 992px) {
    .widget-product .product-carousel .owl-item, .brand-slider .owl-carousel .owl-item {
        border: 1px solid #fff;
        transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    }
    .widget-product .product-carousel .owl-item:hover, .brand-slider .owl-carousel .owl-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
}

.widget-product .product-carousel .item .post-title, .brand-slider .product-carousel .item .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
}

.widget-product .product-carousel .item .price, .brand-slider .product-carousel .item .price {
    color: #ef5661;
    font-size: 20px;
    height: 64px;
}

.widget-product .product-carousel .item .price del, .brand-slider .product-carousel .item .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}

.widget-product .product-carousel .item ins, .brand-slider .product-carousel .item ins {
    color: #ef5661;
    font-size: 20px;
    height: 64px;
    text-decoration: none !important;
    display: block;
}

.widget-product .owl-carousel .owl-nav .owl-prev, .brand-slider .owl-carousel .owl-nav .owl-prev, .widget-product .owl-carousel .owl-nav .owl-next, .brand-slider .owl-carousel .owl-nav .owl-next {
    width: 49px;
    height: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
}

.widget-product .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    top: 50%;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
}

.widget-product .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    top: 50%;
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
}

.widget-product .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
}

.widget-product .owl-carousel .owl-nav .owl-prev i, .brand-slider .owl-carousel .owl-nav .owl-prev i, .widget-product .owl-carousel .owl-nav .owl-next i, .brand-slider .owl-carousel .owl-nav .owl-next i {
    font-size: 17px;
    color: #979898;
    line-height: 52px;
}

.brand-slider .owl-carousel .owl-item {
    text-align: center;
}

.brand-slider .owl-carousel .owl-item img {
    max-height: 70%;
    max-width: 70%;
    margin: 0 auto;
}

.brand-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -15px;
    top: 50%;
}

.brand-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -15px;
    top: 50%;
}

/* ----------------- End Sidebar */

/*slider-product----------------*/

.widget, .brand-slider {
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    border: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.widget-suggestion .promo-single-headline {
    background: #fff;
    padding-bottom: 15px !important;
    margin-bottom: -1px !important;
}

.widget .card-header, .brand-slider .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    margin-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 0;
    float: right;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.widget .card-header .card-title, .brand-slider .card-header .card-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #6e6e6e;
}

.widget-banner {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: 0 0;
}

.widget-banner img {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.widget-services {
    text-align: center;
}

.widget-services .feature-item {
    font-size: .714rem;
    line-height: 17px;
    vertical-align: middle;
    color: #606060;
    text-align: center;
    letter-spacing: .2px;
    background-size: auto 58px;
    width: 107px;
    white-space: nowrap;
}

.widget-services .feature-item img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
}

.list-group {
    padding-right: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.widget-card {
    border-top: 2px solid #39ae00;
}

.widget-product span.title-one {
    display: inline-block;
    border-bottom: 1px solid #ef5661;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
    right: 0;
    float: right;
}

.widget-product .amazing-title {
    border: none;
    position: absolute;
    top: -40px;
    right: 0;
    margin-bottom: 5px;
    width: 100%;
    text-align: right;
}

.widget-product .amazing-title img {
    width: 180px;
}

.widget-product .title-super-markets {
    border-bottom: 1px solid #39ae00!important;
}

.widget-product .title-super-markets img {
    width: 30px;
    margin-left: 5px;
}

.widget-product span.title-one i {
    transform: rotateY(180deg);
    padding-right: 10px;
    font-size: 16px;
    color: #39ae00;
    vertical-align: middle;
}

.widget-product span.title-two {
    right: -210px;
    border-bottom: 1px solid #39ae00!important;
    font-weight: 500;
}

.widget-product .card-head-two {
    margin-right: 210px;
}

.widget-product .card-header .card-title span, .brand-slider .card-header .card-title span {
    display: inline-block;
    border-bottom: 1px solid #ef5661;
    font-weight: 500;
    font-size: 14px IRANSans;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
}

.widget-product .card-header .view-all, .brand-slider .card-header .view-all {
    position: absolute;
    left: 17px;
    top: 15px;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: #979898;
}

.widget-product .card-header .card-title, .brand-slider .card-header .card-title {
    padding-bottom: 0;
    line-height: 2;
}

.widget-product .product-carousel .carousel-item, .brand-slider .product-carousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
}

.product-carousel .owl-item img {
    display: block;
    height: auto;
    margin: 25px auto 0;
    max-width: 100%;
    width: 70% !important;
}

.widget-product .product-carousel .item, .brand-slider .owl-carousel .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 10px;
    width: 100%;
}

.amazing {
    display: none !important;
}

@media (min-width: 992px) {
    .widget-product .product-carousel .owl-item, .brand-slider .owl-carousel .owl-item {
        border: 1px solid #fff;
        transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    }
    .widget-product .product-carousel .owl-item:hover, .brand-slider .owl-carousel .owl-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
}

.widget-product .product-carousel .item .post-title, .brand-slider .product-carousel .item .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 25px;
    height: auto;
    padding-top: 15px;
}

.widget-product .product-carousel .item .post-title a {
    font-size: 13px;
    color: #535353;
    text-decoration: none;
}

.widget-product .product-carousel .item .price, .brand-slider .product-carousel .item .price {
    color: #ef5661;
    font-size: 20px;
    height: auto;
    cursor: pointer;
}

.widget-product .product-carousel .item .discount {
    width: 50px;
    height: 30px;
    background: #ec5151;
    float: left;
    border-radius: 50px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
}

.widget-product .product-carousel .item .price-super-market {
    float: left;
}

.widget-product .product-carousel .item .price del, .brand-slider .product-carousel .item .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}

.widget-product .product-carousel .item ins, .brand-slider .product-carousel .item ins {
    color: #ef5661;
    font-size: 20px;
    height: auto;
    text-decoration: none !important;
    display: block;
}

.widget-product .product-carousel .item .price-main {
    text-align: left;
    line-height: 50px;
    margin-left: -35px;
}

@media (max-width: 450px) {
    .widget-product .product-carousel .price>span:first-child {
        display: inline-block;
        font-size: 18px;
    }
}

.widget-product .product-carousel .price del>span span:last-child {
    font-size: 10px;
}

.widget-product .product-carousel .price span span:last-child {
    font-size: 12px;
}

@media (max-width: 370px) {
    .widget-product .product-carousel .item .price-main {
        margin-left: 0;
    }
}

.widget-product .owl-carousel .owl-nav .owl-prev, .brand-slider .owl-carousel .owl-nav .owl-prev, .widget-product .owl-carousel .owl-nav .owl-next, .brand-slider .owl-carousel .owl-nav .owl-next {
    width: 49px;
    height: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
}

.widget-product .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -12px;
    top: 50%;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
}

.widget-product .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -12px;
    top: 50%;
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
}

.widget-product .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
}

.widget-product .owl-carousel .owl-nav .owl-prev i, .brand-slider .owl-carousel .owl-nav .owl-prev i, .widget-product .owl-carousel .owl-nav .owl-next i, .brand-slider .owl-carousel .owl-nav .owl-next i {
    font-size: 35px;
    color: #5d5f5f;
    line-height: 52px;
}

.brand-slider .owl-carousel .owl-item {
    text-align: center;
}

.brand-slider .owl-carousel .owl-item img {
    max-height: 70%;
    max-width: 70%;
    margin: 0 auto;
}

.brand-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -15px;
    top: 50%;
}

.brand-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -15px;
    top: 50%;
}

/*slider-product----------------*/

/*category----------------------------------*/

.promotion-categories-container {
    width: 100%;
    height: auto;
    float: right;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}

.promotion-categories-container .promotion-categories-title {
    display: block;
    width: 100%;
    text-align: center;
    color: #656565;
    margin-bottom: 20px;
}

.promotion-category {
    width: 130px;
    height: auto;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

.promotion-category img {
    width: 90px;
}

.promotion-category .promotion-category-name {
    color: #6a6767;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0;
}

.promotion-category .promotion-category-quantity {
    text-align: center;
    color: #00bfd6;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
}

.promotion-category .promotion-category-quantity:before {
    content: "+";
    display: inline-block;
    line-height: 1.85;
    margin-left: 3px;
    padding-top: 2px;
}

/*category----------------------------------*/

/*footer------------------------*/

footer {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding: 80px 10px 0;
    background: #eceff1;
    position: relative;
    line-height: 22px;
    overflow: hidden;
    float: right;
    text-align: center;
}

footer .footer-jump {
    position: absolute;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #cfd8dc;
    text-align: center;
}

footer .footer-jump a {
    text-decoration: none;
}

footer .footer-jump a .footer-jump-angle {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 55px;
}

footer .footer-jump a .footer-jump-angle i {
    vertical-align: middle;
    font-size: 25px;
    background: hsla(0, 0%, 74.5%, .41);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    margin-left: 10px;
}

.footer-inner-box {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 10px;
    text-align: center;
    display: block;
}

.footer-inner-box a {
    margin-bottom: 10px;
    text-decoration: none;
    width: auto;
    display: inline-block;
}

.footer-inner-box a img {
    width: 70px;
    height: 70px;
}

.footer-inner-box a .item-feature {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #606060;
    float: right;
}

.middle-bar-footer {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 10px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.middle-bar-footer .footer-links {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 20px;
    padding: 0 10px;
}

.middle-bar-footer .footer-links .links-col {
    width: 195px;
    height: auto;
    float: right;
    overflow: hidden;
}

.middle-bar-footer .footer-links .links-col a.head-line {
    font-size: 14px;
    color: #4a5f73;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
}

.middle-bar-footer .footer-links .links-col ul.links-ul li {
    margin-bottom: 10px;
}

.middle-bar-footer .footer-links .links-col ul.links-ul li a {
    font-size: 14px;
    color: #4b4b4b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
}

footer .footer-form {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    padding: 0 10px;
}

footer .footer-form span.newslitter-form {
    font-size: 14px;
    color: #4b4b4b;
    display: block;
    text-align: right;
}

footer .footer-form form {
    width: 80%;
    height: 40px;
    float: right;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}

footer .footer-form form .input-footer {
    width: 100%;
    height: 40px;
    outline: none;
    text-align: left;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    float: right;
    padding: 0 10px 0 80px;
    font-size: 12px;
    border-radius: 5px;
}

footer .footer-form form .input-footer::placeholder {
    text-align: right;
}

footer .footer-form form .btn-footer-post {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 20px;
    font-size: 14px;
    height: 40px;
    background: #00bfd6;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    transition: all 400ms ease;
}

footer .footer-form form .btn-footer-post:hover {
    background: #08e3fd;
    transition: all 400ms ease;
}

footer .footer-social {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 35px;
    padding: 0 10px;
    margin-left: 15px;
}

footer .footer-social .newslitter-form-social {
    font-size: 14px;
    color: #4b4b4b;
    width: 100%;
    display: block;
    text-align: right;
}

footer .footer-social .social-links {
    width: 200px;
    height: 50px;
    margin-top: 10px;
    overflow: hidden;
    text-align: right;
}

footer .footer-social .social-links a {
    width: 40px;
    height: 40px;
    color: #9c9c9c;
    display: inline-block;
    font-size: 25px;
    line-height: 40px;
}

footer .footer-address {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 20px;
    margin-bottom: 15px;
}

footer .footer-address .footer-contact {
    width: 50%;
    height: auto;
    float: right;
    font-size: 14px;
    margin-bottom: 10px;
}

footer .footer-address .footer-contact ul li {
    color: #616161;
    margin-bottom: 10px;
}

footer .footer-address .footer-contact ul li a {
    text-decoration: none;
    color: #616161;
    position: relative;
    padding-left: 30px;
}

footer .footer-address .footer-contact ul li a.phone-contact::before {
    content: "";
    display: block;
    height: 24px;
    background: #bbb7b7;
    position: absolute;
    left: 0;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer .footer-address .footer-contact ul li.email-title {
    float: right;
    margin-right: 20px;
}

footer .footer-address .address-images {
    width: 31%;
    height: 65px;
    float: left;
    line-height: 63px;
}

footer .footer-address .address-images img {
    width: 150px;
}

footer .more-info {
    width: 100%;
    height: auto;
    background: #d7dee0;
    float: right;
    padding: 20px 0;
}

footer .more-info .about-site {
    width: 100%;
    height: auto;
    margin-top: 15px;
    border-bottom: 1px solid #c5c4c4;
}

footer .more-info .about-site h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #616161;
}

footer .more-info .about-site p {
    font-size: 12px;
    color: #535353;
}

footer .copy-right-footer {
    width: 100%;
    height: auto;
    float: right;
    text-align: center;
}

footer .copy-right-footer p {
    font-size: 12px;
    line-height: 30px;
    color: #535353;
    margin-bottom: 0;
}

/*footer------------------------*/

/*style login and register-------------------*/

#main {
    display: block;
    width: 100%;
    background: #f7f7f7;
    height: auto;
    text-align: center;
    float: right;
}

#main .logo-account {
    padding-top: 20px;
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

#main .logo-account img {
    width: 140px;
}

#main .account-box {
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0 auto;
    margin-top: 60px;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 70.6%, .11);
    float: right;
    margin-bottom: 20px;
    border-radius: 10px;
}

#main .account-box .massege-light {
    width: 100%;
    padding: 20px 5px;
    float: right;
    background: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    font-size: 12px;
    margin: 15px 0;
    border-radius: 5px;
}

.account-head-line {
    padding: 45px 30px 0px;
    font-size: 1.3rem iranyekan;
    width: 100%;
    float: right;
    text-align: right;
    color: #232933;
    font-weight: 700;
}

#main .account-box .content-account {
    padding: 10px 30px;
    float: right;
    width: 100%;
    position: relative;
}

#main .account-box .content-account form label {
    font-size: 12px;
    display: block;
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
    color: #656565;
    float: right;
}
#main .account-box .content-account form label.invalid-feedback {
    font-size: 11px;
    text-align: right;
    margin-top: 0.25rem;
    color: #dc3545;
    float: right;
    padding-top: 0;
}

#main .account-box .content-account .input-email-account {
    position: relative;
}

#main .account-box .content-account form input {
    width: 100%;
    height: 45px;
    background: #fff;
    outline: none;
    font-size: 14px;
    color: #777;
    text-align: left;
    float: right;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0 10px;
}

#main .account-box .content-account input:focus {
    border: 1px solid #a09f9f;
}

#main .account-box .content-account input::placeholder {
    text-align: right;
    text-indent: 0;
}

.content-account .account-link-password {
    float: right;
    font-size: 12px;
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    margin-left: 31px;
    text-decoration: none;
    font-weight: 700;
    padding: 20px 0px 0px;
}

.content-account .account-box-message .user-account-welcome {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    background: #eaffff;
    color: #02b4e4;
    margin: 0 auto;
}

.content-account .account-box-message .user-account-welcome span.user-welcome {
    position: inherit !important;
    font-size: 80px !important;
    color: #02b4e4 !important;
}

.content-account .account-box-message .made-account {
    margin-top: 25px;
    font-size: 12px;
}

.content-account a.back-page-before {
    font-size: 18px;
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    margin-top: 13px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

.content-account .account-box-message .made-account h2 {
    font-size: 18px;
    color: #777575;
    margin-bottom: 10px;
}

.content-account .account-box-message .made-account p {
    padding: 0 14px;
    color: #777;
    line-height: 25px;
    margin-top: 25px;
}

.content-account .account-box-message {
    margin: 20px 0;
    text-align: center;
    width: 100%;
    float: right;
}

.message-light {
    padding: 15px;
    width: 100%;
    float: right;
}

.message-light a.form-edit-number {
    font-size: 12px;
    text-decoration: none;
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    display: inline-block;
    margin-top: 10px;
}

.message-light .form-account {
    margin: 15px 0;
    text-align: right;
    width: 100%;
    font-size: 14px;
    color: #777;
}

.message-light .form-account .form-account-title {
    margin-bottom: 10px;
}

.message-light .form-account .lines-number-input {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding: 10px;
    direction: ltr;
    text-align: center;
}

.message-light .form-account .lines-number-input .line-number-account {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 0;
    border-bottom: 4px solid #c8c8c8;
    margin: 0 7px;
    outline: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.message-light .form-account-row {
    font-size: 14px;
    text-align: right;
    color: #777;
}

.message-light .form-account-row .countdown {
    font-size: 14px;
    display: inline-block;
}

#countdown-verify-end {
    display: inline-block;
    margin-bottom: -7px;
}

#countdown-verify-end span {
    float: left;
}

#countdown-verify-end span.day {
    display: none;
}

#countdown-verify-end span.hour {
    display: none;
}

.link-border-verify {
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    background-color: transparent;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.link-border-verify:hover {
    text-decoration: none;
    color: #00bfd6;
}

.parent-btn button {
    width: 100%;
    overflow: hidden;
}

.dk-btn {
    font-size: 1.286rem;
    padding: 13px 55px;
    border-radius: 8px;
    background-color: #34495e;
    color: #fff;
    text-align: left;
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 22px;
    text-decoration: none;
    margin-top: 10px;
    font-family: iranyekan;
    width: 338px;
    box-shadow: 0 2px 6px 0 rgb(214 0 0 / 50%);
}

button.dk-btn {
    cursor: pointer;
    outline: none !important;
}

.dk-btn:hover {
    color: #fff;
}

.dk-btn:before {
    transition: all .3s ease-in-out;
    width: 80px;
    height: 150%;
    position: absolute;
    right: -11px;
    top: -13px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%;
}

.dk-btn:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 1400px;
    height: 85px;
    right: -278%;
    top: -30px;
    transform: unset;
}

.dk-btn-info {
    background-color: #ef394e;
}

.dk-btn-danger {
    background-color: #e74c3c;
}

.dk-btn-success {
    background-color: #2ecc71;
}

.dk-btn-grey {
    background-color: #263238;
}

.dk-btn i.sign-in {
    font-size: 25px;
    position: absolute;
    right: 20px !important;
    top: 12px !important;
    color: #fff !important;
    font-style: normal;
    top: 10px;
}

button, input, optgroup, select, textarea {
    font-family: iranyekan;
}

.form-auth-row {
    padding-right: 25px;
    position: relative;
    font-size: 14px;
    line-height: 1.833;
    color: #929292;
    letter-spacing: -.7px;
    margin: 20px 0;
}

.ui-checkbox {
    width: 22px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 10px;
}

.ui-checkbox input[type=checkbox] {
    display: block !important;
    opacity: 0;
    position: absolute;
    z-index: 999;
    width: 22px;
    height: 21px;
    cursor: pointer;
}

.ui-checkbox-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dedede;
}

.form-auth-row .ui-checkbox input[type=checkbox]:checked+.ui-checkbox-check:before {
    content: "\F12C";
    font: normal normal normal 24px/1 "Material Design Icons";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #00bfd6;
    border: 1px solid #31c3d4;
    color: #fff;
    font-size: 15px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding-right: 2px;
    padding-top: 1px;
}

.form-auth-row .remember-me {
    float: right;
    margin-top: -4px;
    margin-right: 10px;
    text-align: right;
}

.form-auth-row .remember-me a {
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}

.account-agree .remember-me {
    margin-right: 10px;
    margin-top: 5px;
    padding: 0 10px;
    font-size: 12px !important;
    position: absolute;
    right: 45px;
}

.account-agree .remember-me a {
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    margin-left: 2px;
    display: inline-block;
    text-decoration: none;
}

.account-footer {
    width: 100%;
    height: auto;
    float: right;
    background: rgba(93, 214, 0, .06);
    border-top: 1px solid #d7e6bb;
    text-align: center;
    margin-top: 25px;
    line-height: 65px;
}

.account-footer span {
    font-size: 14px;
    color: #6f6f6f;
}

.account-footer .btn-link-register {
    font-size: 14px;
    text-decoration: none;
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    font-weight: 700;
}

/*style login and register-------------------*/

/*cart----------------------------------*/

.cart-page {
    width: 100%;
    height: auto;
    margin-top: 60px;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    float: right;
}

.checkout-empty {
    width: 100%;
    height: auto;
    padding: 30px;
    text-align: center;
    background: #fff;
}

.checkout-empty .checkout-empty-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background: #f4f4f4;
    border-radius: 50%;
    line-height: 150px;
    text-align: center;
}

.checkout-empty .checkout-empty-icon span {
    font-size: 100px;
    color: #a8a8a8;
}

.checkout-empty .checkout-empty-title {
    font-size: 30px;
    color: #858585;
    margin-top: 20px;
}

.checkout-empty .checkout-empty-register {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}

.checkout-empty .checkout-empty-register a {
    text-decoration: none;
    color: #009ec9;
    border-bottom: 1px dashed #009ec9;
}

.checkout-empty-inner-box {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 50px;
    text-align: center;
    display: block;
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 50px;
}

.checkout-empty-inner-box a {
    float: right;
    margin-bottom: 10px;
    text-decoration: none;
    width: 260px;
    padding: 35px 0;
}

.checkout-empty-inner-box a img {
    width: 70px;
    height: 70px;
}

.checkout-empty-inner-box a .item-feature {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #606060;
    float: right;
}

.checkout-empty .checkout-empty-empty-cart-icon {
    margin: 0 auto;
    width: 200px;
    height: 150px;
    background: url(../images/cart/cart-empty.png) 50% no-repeat;
    background-size: contain;
}

.checkout-empty .checkout-empty-title {
    font-size: 30px;
    color: #424750;
    margin-top: 20px;
}

.checkout-empty-inner-box {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 50px;
    text-align: center;
    display: block;
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 50px;
}

.checkout-empty-links {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    margin-top: 15px;
}

.checkout-empty-links p {
    font-size: 12px;
    line-height: 21px;
    color: #6d727e;
    margin-bottom: 6px;
}

.checkout-empty-links .checkout-empty-link-urls a {
    cursor: pointer;
    color: #12b4cd;
    font-size: 12px;
    line-height: 24px;
}

.checkout-empty-links .checkout-empty-link-urls a:first-child {
    /*border-left: 1px solid #e0e0e2;*/
    padding-left: 12px;
    margin-left: 15px;
}

.page-content {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 60px;
    border-bottom: 1px solid #e1e1e1;
}

.page-content .checkout-tab {
    width: max-content;
    height: 45px;
    border-radius: 7px 7px 0 0;
    float: right;
    overflow: hidden;
}

.page-content .checkout-tab .checkout-tab-pill {
    height: 45px;
    float: right;
    color: #818181;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
}

.page-content .checkout-tab .checkout-tab-pill .checkout-tab-counter {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #999;
    color: #fff;
    display: inline-block;
    line-height: 20px;
}

.cart-tab-main {
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: right;
}

.cart-tab-main .page-content-cart {
    width: 100%;
    height: auto;
    background: #fff;
    float: right;
    padding: 10px;
}

.listing-active-cart {
    padding: 0 30px;
    border-bottom: 4px solid #ef394e !important;
    color: #ef394e !important;
}

.listing-active-cart .checkout-tab-counter {
    background: #ef394e !important;
}

.cart-tab-main .page-content-cart .header-express {
    width: 100%;
    height: 40px;
    background: #fff;
    line-height: 33px;
}

.cart-tab-main .page-content-cart .header-express span.checkout-header-title {
    font-size: 14px;
    color: #858585;
}

.cart-tab-main .page-content-cart .header-express span.checkout-header-title i {
    margin-left: 10px;
    color: #ef394e;
    font-size: 18px;
}

.cart-tab-main .page-content-cart .header-express span.header-extra-info {
    font-size: 13px;
    color: #858585;
    margin-right: 5px;
}

.cart-tab-main .page-content-cart .header-express span.checkout-header-delivery-cost {
    font-size: 13px;
    color: #858585;
    float: left;
    line-height: 3;
}

.cart-tab-main .page-content-cart .checkout-body {
    width: 100%;
    height: auto;
    display: inline-block;
}

.cart-tab-main .page-content-cart .checkout-body .remove-from-cart {
    width: 30px;
    height: 30px;
    background: #eae9e9;
    color: #b9b7b7;
    border-radius: 50px;
    display: inline-block;
    margin: 85px 0;
    text-align: center;
    line-height: 28px;
    float: right;
}

.cart-tab-main .page-content-cart .checkout-body .col-thumb {
    float: right;
    margin-top: 27px;
}

.cart-tab-main .page-content-cart .checkout-body .col-thumb img {
    width: 150px;
}

.cart-tab-main .page-content-cart .checkout-body .checkout-col-desc {
    display: inline-block;
    width: 75%;
    font-size: 14px;
    color: #777;
    float: right;
}

.cart-tab-main .page-content-cart .checkout-body .checkout-col-desc a {
    display: flex;
    float: right;
    font-size: 16px;
    text-decoration: none;
    color: #777;
    margin-top: 30px;
    margin-bottom: 15px;
    width: auto;
    padding: 5px;
}

.cart-tab-main .page-content-cart .checkout-body .checkout-col-desc a h3 {
    font-size: 14px;
    line-height: 25px;
}

.cart-tab-main .page-content-cart .checkout-body .checkout-col-desc .checkout-dealer i {
    margin-left: 10px;
}

.cart-tab-main .page-content-cart .checkout-body .checkout-col-desc .checkout-guarantee i {
    margin-left: 10px;
}

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 100px;
    height: 40px;
    line-height: 1.65;
    float: right;
    display: block;
    padding: 0;
    margin: 10px 20px 0 10px;
    padding-left: 30px;
    padding-right: 50px;
    border: 1px solid #eee;
    font-size: 1.071rem;
    color: #0fabc6;
    border-radius: 5px;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: right;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #0fabc6;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 1.071rem;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 40px;
    top: 10px;
    right: -129px;
    font-size: 1.071rem;
    padding-top: 5px;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -8px;
    height: 40px;
    right: -50px;
    font-size: 1.071rem;
    padding-top: 5px;
}

.cart-tab-main .page-content-cart .checkout-body .checkout-col-desc .checkout-variant-color {
    width: 100%;
    height: auto;
    text-align: right;
    float: right;
    line-height: 30px;
    position: relative;
    font-size: 12px;
}

.cart-tab-main .page-content-cart .checkout-body .checkout-col-desc .checkout-variant-color .checkout-variant-shape {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 2px;
    top: 0;
    border: 1px solid rgba(0, 0, 0, .3);
    background: #fff;
}

.cart-tab-main .page-content-cart .checkout-body .checkout-col-desc .checkout-variant-color .checkout-variant-title {
    margin-right: 25px;
    display: block;
    margin-top: -8px;
    width: 100%;
    float: right;
}

.cart-tab-main .page-content-cart .checkout-body .checkout-col-desc a.add-to-sfl {
    margin-top: 0;
    font-size: 14px;
    color: #1ca2bd;
    text-decoration: none;
    line-height: 50px;
    color: #777;
}

.cart-item-product-price {
    float: left;
    text-align: left;
    font-size: 18px;
    color: #777;
}

.cart-item-product-price:first-child {
    line-height: 60px;
}

.cart-item-product-price span {
    font-size: 12px;
}

.checkout-to-shipping-sticky {
    width: 100%;
    height: auto;
    border-width: 1px 0;
    padding: 10px 12px;
    float: right;
    background: #fff;
}

.checkout-to-shipping-sticky .selenium-next-step-shipping {
    width: 100%;
    padding: 12px 0;
    float: right;
    background-color: #ef394e;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    line-height: 1.571;
    border: none;
    cursor: pointer;
    margin-top: 13px;
    text-decoration: none;
    transition: all 200ms ease;
}

.checkout-to-shipping-sticky .selenium-next-step-shipping:hover {
    opacity: 0.9;
    transition: all 200ms ease;
}

.checkout-to-shipping-sticky .checkout-to-shipping-price-report {
    font-size: 14px;
    float: left;
}

.checkout-to-shipping-sticky .checkout-to-shipping-price-report p {
    line-height: 2.2;
    color: #777;
    text-align: left;
    font-size: 11px;
}

.page-aside {
    width: 100%;
    height: auto;
    float: left;
}

.page-aside .checkout-summary {
    width: 100%;
    border: 1px solid #e8e7e7;
    background: #fff;
    float: left;
}

.page-aside .checkout-summary ul.checkout-summary-summary {
    font-size: 14px;
    margin: 10px;
    color: #777;
}

.page-aside .checkout-summary ul.checkout-summary-summary li:first-child {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.page-aside .checkout-summary ul.checkout-summary-summary li:nth-child(2) {
    color: #000!important;
}

.page-aside .checkout-summary ul.checkout-summary-summary li:nth-child(2) span {
    font-weight: 700;
}

.page-aside .checkout-summary ul.checkout-summary-summary li:nth-child(5) {
    color: #000!important;
}

.page-aside .checkout-summary ul.checkout-summary-summary li:nth-child(5) span {
    font-weight: 700;
}

.page-aside .checkout-summary ul.checkout-summary-summary li:nth-child(4) {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-top: 5px;
    display: block;
}

.page-aside .checkout-summary ul.checkout-summary-summary li:nth-child(4) i {
    font-size: 16px;
    margin-left: 10px;
    color: #ef394e !important;
}

.page-aside .checkout-summary ul.checkout-summary-summary li {
    margin-bottom: 10px;
    font-size: 13px;
}

.page-aside .checkout-summary ul.checkout-summary-summary li span:last-child {
    float: left;
    margin-bottom: 10px;
    display: inline-block;
}

.page-aside .checkout-summary ul.checkout-summary-summary li.checkout-digiclub-container {
    float: right;
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 100%;
}

.page-aside .checkout-summary ul.checkout-summary-summary li.checkout-digiclub-container span.checkout-digiclub-row {
    float: right;
    margin-right: 0;
}

.page-aside .checkout-summary ul.checkout-summary-summary li.checkout-digiclub-container span.checkout-digiclub-row:last-child {
    float: left;
    font-size: 16px;
}

.page-aside .checkout-summary ul.checkout-summary-summary li.checkout-digiclub-container span.checkout-digiclub-row:last-child span {
    font-size: 12px;
    margin-right: 5px;
}

.page-aside .checkout-summary ul.checkout-summary-summary li.checkout-digiclub-container span.checkout-digiclub-row img {
    width: 20px;
    margin-left: 10px;
}

.page-aside .checkout-summary-content {
    width: 100%;
    height: auto;
    float: right;
}

.page-aside .checkout-summary-content p {
    font-size: 12px;
    color: #a0a0a0;
    margin-top: 10px;
}

.page-aside .checkout-feature-aside {
    width: 100%;
    height: auto;
    padding: 10px 10px 0 10px;
    background: #fff;
    border: 1px solid #e8e7e7;
    margin-top: 10px;
    float: right;
}

.page-aside .checkout-feature-aside ul li {
    font-size: 13px;
    color: #a0a0a0;
    margin-bottom: 7px;
    font-weight: 700;
}

.page-aside .checkout-feature-aside ul li img {
    width: 20px;
    margin-left: 5px;
}

.checkout-summary h1 {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    color: #5f5d5d;
}

.checkout-summary p {
    font-size: 12px;
    color: #777;
    padding: 0 15px 10px;
}

/*cart----------------------------------*/

/*404-----------------------------------*/

.page-404 {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 60px;
    background: url(../images/banner-404.png) repeat !important;
    text-align: center;
    background-size: auto 100%;
}

.page-404 h1.title-404 {
    font-size: 35px;
    color: #5f5d5d;
    font-weight: 700;
    margin-top: 25px;
    padding: 10px;
}

.page-404 .action-404 {
    padding: 8px 45px;
    font-size: 15px;
    background: #6ab946;
    border: 1px solid #4aa42e;
    color: #fff;
    text-decoration: none;
    margin: 15px 0;
    border-radius: 5px;
    display: inline-block;
    transition: all 400ms ease;
}

.page-404 .action-404:hover {
    background: #87d663;
    transition: all 400ms ease;
}

.page-404 .images-404 {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 100px;
}

/*404-----------------------------------*/

/*faq---------------------------------*/

.info-page-cover {
    width: 100%;
    float: right;
    height: 410px;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/info-page-cover.jpg) top no-repeat;
    margin-top: 60px;
    text-align: center;
}

.info-page-cover .info-page-cover-title {
    margin-top: 50px;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}

.info-page-cover .info-page-search {
    width: 50%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    display: block;
    text-align: center;
}

.info-page-cover .info-page-search .info-page-input-search {
    width: 70%;
    height: 45px;
    float: right;
    border-radius: 7px;
    padding: 0 10px;
    outline: none;
    font-size: 18px;
    margin-bottom: 10px;
}

.info-page-cover .info-page-search .info-page-input-search::placeholder {
    text-indent: 0;
}

.info-page-cover .info-page-search .btn-info-page-search {
    padding: 9px 55px;
    border-radius: 8px;
    font-size: 14px;
    background: #00bfd6;
    border: 1px solid #148693;
    cursor: pointer;
    color: #fff;
    outline: none;
    transition: all 400ms ease;
}

.info-page-cover .info-page-search .btn-info-page-search:hover {
    transition: all 400ms ease;
    background: #05dff9;
}

.info-page-faq {
    width: 100%;
    height: auto;
    background: #fff;
    float: right;
    position: relative;
    top: -100px;
    border-radius: 7px;
    text-align: center;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.info-page-faq .content-info-page {
    border-radius: 8px;
    padding: 0 20px;
    margin: 20px;
}

.info-page-faq .content-info-page .box-rounded_headline {
    width: 100%;
    padding-bottom: 10px;
    color: #5f5e5e;
    font-size: 16px;
    text-align: right;
    font-weight: 700;
}

.info-page-box-headline {
    background-position: 100%;
    padding: 15px 55px 10px;
}

.info-page-faq .content-info-page .info-page_cat {
    width: 100%;
    background: #fff;
    padding: 20px;
    display: block;
    cursor: pointer;
    padding-bottom: 50px;
    float: right;
}

.info-page-faq .content-info-page .info-page_cat:hover {
    box-shadow: 0 0 12px 0 hsla(0, 0%, 71%, .46);
    border-radius: 7px;
}

.info-page-faq .content-info-page .info-page_cat:before {
    content: "";
    width: 93%;
    position: absolute;
    right: 11px;
    height: 1px;
    background-color: #d3d3d3;
    bottom: 0;
}

.info-page-faq .content-info-page .info-page_cat a {
    font-size: 14px;
    color: #4c4b4b;
    font-weight: 700;
    text-decoration: none;
}

.info-page-faq .content-info-page .info-page_cat-icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #f9f9f9;
    margin: 10px auto 0 auto;
    display: block;
    padding-top: 30px;
    padding-left: 10px;
}

.toggle-box {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px 25px;
    border-radius: 7px;
    border: 1px solid #d3d3d3;
    float: right;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}

.toggle-box-active>ul>li ul {
    display: none;
    float: right;
    width: 100%;
}

.toggle-box-active>ul>li ul li {
    float: right;
    font-size: 14px;
    position: relative;
    width: 100%;
}

.toggle-box-active>ul>li ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #5f5f5f;
    margin-top: 10px;
    display: block;
    margin-right: 30px;
    text-align: right;
    margin-bottom: 50px;
}

.toggle-box-active>ul>li ul a.info-page-show-more {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #56c7da;
    float: left;
    text-decoration: none;
    margin-bottom: 20px;
}

.toggle-box-active>ul>li ul a.info-page-show-more i {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 18px;
}

.content-info-page .toggle-box-active>ul>li ul>li.has-sub>a::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 18px;
    border-radius: 50%;
    background: #56c7da;
}

.toggle-box-active>ul>li.has-sub>a {
    font-size: 16px;
    color: #5f5f5f;
    display: block;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    padding-top: 10px;
}

.toggle-box-active>ul>li.has-sub>a::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    background: #56c7da;
    left: 49px;
    top: 31px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.toggle-box-active>ul>li.has-sub>a::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #56c7da;
    left: 40px;
    top: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.toggle-box-active>ul>li.has-sub.open>a::before {
    transform: rotate(45deg);
    background: #f05662;
}

.toggle-box-active>ul>li.has-sub.open>a::after {
    transform: rotate(45deg);
    background: #f05662;
}

.question-not-found {
    width: 100%;
    height: auto;
    float: right;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/question-not-found.jpg) top no-repeat;
    border-radius: 7px;
    margin-top: -100px;
    margin-bottom: 50px;
}

.question-not-found .question-not-found-title {
    display: block;
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
}

.question-not-found .info-page_contact-option {
    width: 100%;
    height: auto;
    float: right;
    text-align: center;
    margin-top: 30px;
    position: relative;
    padding: 10px 40px;
    margin-bottom: 20px;
}

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

.question-not-found .info-page_contact-option i {
    font-size: 70px;
    color: #fff;
    display: block;
}

.question-not-found .info-page_contact-option span {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
}

.question-not-found .info-page_contact-option .faq-send-message {
    padding: 6px 40px;
    color: #fff;
    text-decoration: none;
    background: #00bfd6;
    border: 1px solid #148693;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 700;
}

.info-page-box-headline-question {
    background-image: url(../images/page-faq/question.svg);
    background-repeat: no-repeat;
}

.info-page-faq .content-info-page .box-rounded-content {
    padding: 0 50px;
    font-size: 14px;
    line-height: 2.57;
    color: #4a4a4a;
}

.info-page-faq .content-info-page .box-rounded-content .content-expert-articles video {
    max-width: 100%;
}

.info-page-faq .content-info-page .box-rounded-content .content-expert-articles .content-expert-text {
    line-height: 2.53;
    color: #404040;
    font-size: 16px;
    text-align: right;
}

.info-page-faq .content-info-page .box-rounded-content .content-expert-articles .content-expert-text .content-expert-img {
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 48px;
}

.info-page-faq .content-info-page .box-rounded-content .content-expert-articles .content-expert-text .content-expert-img img {
    max-width: 100%;
}

.content-expert-feedback {
    width: 100%;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    padding: 24px;
    font-size: 16px;
    text-align: right;
}

.content-expert-feedback .content-expert-feedback-state .js-feedback-state-btn {
    min-width: 96px;
    border-radius: 8px;
    border: 1px solid #555;
    background: #fff;
    padding: 10px 20px;
    color: #555;
    margin-right: 24px;
    outline: none;
    cursor: pointer;
}

/*faq---------------------------------*/

/*search-category---------------------*/

.sidebar-wrapper {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 60px;
}
.wrapper-empty-card-header{
    font-size: 15px;
    width: 100%;
    float: right;
    margin-top: 20px;
}
.sidebar-wrapper .box-sidebar {
    width: 100%;
    height: auto;
    float: right;
    border: 1px solid #e7e7e7;
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    padding: 10px 15px;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    border-radius: 10px;
}

.sidebar-wrapper .box-sidebar .btn-box-sidebar {
    font-size: 14px;
    font-weight: 700;
    padding: 0 15px 10px 0;
    border-bottom: 1px solid #f2f2f2 !important;
    width: 100%;
    display: block;
    color: #535353;
    margin-bottom: 0;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border: none;
    text-align: right;
}

.sidebar-wrapper .box-sidebar .btn-box-sidebar i {
    float: left;
    vertical-align: middle;
    line-height: 2;
    transition: .2s;
}

.sidebar-wrapper .box-sidebar button[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: .2s;
}

.sidebar-wrapper .box-sidebar .box-header-sidebar {
    font-size: 14px;
    font-weight: 700;
    padding: 0 15px 10px 0;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    display: block;
    color: #535353;
    margin-bottom: 5px;
}

ul.catalog-list li a.catalog-link {
    font-size: 14px;
    color: #545454;
    text-decoration: none;
    padding-right: 20px;
    padding-top: 5px;
    display: block;
    margin-bottom: 5px;
}

ul.catalog-list li a.catalog-link i {
    padding-left: 10px;
    font-size: 15px;
    color: #9a9a9a;
    vertical-align: middle;
}

ul.catalog-list li a.catalog-link:hover {
    color: #00bfd6;
}

ul.catalog-list li .show-more {
    width: 100%;
    height: auto;
    padding: 5px 10px;
}

ul.catalog-list li .show-more span.catalog-cat-item {
    font-size: 13px;
    padding: 0 35px 10px 0;
    width: 100%;
    display: block;
    color: #545454;
    cursor: pointer;
}

ul.catalog-list li .show-more span.catalog-cat-item:hover {
    color: #00bfd6;
}

ul.catalog-list li .show-more span.catalog-cat-item i {
    padding-left: 10px;
    font-size: 15px;
    color: #9a9a9a;
    vertical-align: middle;
}

ul.catalog-list li .show-more ul li a.catalog-link {
    font-size: 12px;
    color: #545454;
    text-decoration: none;
    padding-right: 55px;
    display: block;
    font-weight: 700;
    padding-top: 0;
}

.box-sidebar form {
    width: 100%;
    height: 35px;
    position: relative;
    margin: 10px 0;
}

.box-sidebar form input.input-sidebar {
    width: 100%;
    height: 35px;
    background: #f8f8f8;
    color: #555;
    outline: none;
    font-size: 12px;
    padding-right: 40px;
    padding-left: 5px;
    border-radius: 5px;
}

.box-sidebar form input.input-sidebar:focus {
    border: 1px solid #00bfd6;
}

.box-sidebar form input.input-sidebar::placeholder {
    text-indent: 0;
}

.box-sidebar form .btn-search-sidebar {
    width: 30px;
    height: 35px;
    background: none;
    position: absolute;
    right: 0;
    outline: none;
    cursor: pointer;
}

.box-sidebar form .btn-search-sidebar img {
    width: 40px;
    height: 35px;
}

.sidebar-wrapper ul.profile-menu-items {
    width: 100% !important;
    display: block;
    float: right;
}

.box-sidebar .box-header-sidebar {
    cursor: pointer;
}

.box-header-sidebar i {
    float: left;
    padding: 5px 15px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.activeacc.box-header-sidebar>i {
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease;
}

.sidebar-wrapper .box-sidebar .catalog a.filter-label {
    display: block;
    height: 33px;
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: -15px;
}

.sidebar-wrapper .box-sidebar .filter-switch {
    width: 100%;
    height: 50px;
    padding: 10px;
    position: relative;
}

.switch-box {
    float: left;
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 47px;
    left: 0;
    height: 50px;
}

input[type='checkbox'] {
    display: none;
}

input[type='checkbox']:checked~.toggle {
    background: #ffffff;
    left: 4px;
    transition: .5s;
}

input[type='checkbox']:checked~.switch {
    background: #00bfd6;
    transition: .5s;
    color: #797979;
    cursor: pointer;
}

.switch h1.switch-title {
    position: absolute;
    right: 60px;
    text-align: right;
    font-size: 13px;
    bottom: -11px;
    font-weight: bold;
    color: #797979;
    width: 200px;
    bottom: -7px;
}

.switch {
    display: block;
    width: 50px;
    height: 25px;
    background: #e5e5e5;
    border-radius: 20px;
    position: absolute;
    top: 0;
    transition: .5s;
    left: 0px;
    cursor: pointer;
    border: 1px solid #8c8c8c;
}

.toggle {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 3px;
    left: 29px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: .5s;
    cursor: pointer;
}

.card {
    margin: 13px;
    margin: 0 0 10px 0;
    text-align: center;
    position: relative;
}

.card label {
    float: right;
    margin-top: 37px;
    display: block;
    margin-right: -60px;
    color: #c4c4c4;
}

#switch2:checked~.toggle {
    background: #fff;
}

#switch2:checked~.switch {
    background: #00bfd6;
}

.centered {
    position: absolute;
    top: calc(30% - 60px);
    left: calc(95% - 60px);
}

.header-filters {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5ea;
    float: right;
    margin-top: 20px;
    display: none;
}

.header-filters .btn-filter {
    border-radius: 4px;
    background-color: #e0e0e0;
    color: #424242;
    line-height: 1.833;
    padding: 5px 11px;
    margin-left: 5px;
    outline: none;
    font-size: 14px;
    cursor: pointer;
}

.header-filters .remodal-search-advanced {
    width: 100%;
    height: 100%;
    z-index: 99999999;
    position: fixed;
    color: #2b2e38;
    background: #f1f1f1;
    top: 0;
    right: 0;
    display: block;
    overflow-y: scroll;
    display: none;
    overflow-x: hidden;
}

.search-filter-remodal-close {
    position: absolute;
    top: 6px;
    left: 22px;
    display: block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    text-decoration: none;
    color: #000;
    border: 0;
    outline: none !important;
    background: transparent;
    font-size: 25px;
    line-height: 1;
    padding: 5px;
    z-index: 100;
    outline: none;
}

.header-filters .remodal-search-advanced .remodal-page-header {
    padding: 0 25px;
    width: 100%;
    background: #e9e9e9;
    font-size: 16px;
    float: right;
    height: 55px;
    line-height: 50px;
}

.header-filters .remodal-search-advanced .remodal-page-main .filter-bar {
    background: #fff;
    padding: 14px;
    width: 100%;
}

.header-filters .remodal-search-advanced .remodal-page-main .filter-bar .js-listing-options-clear {
    border-radius: 4px;
    background-color: #e0e0e0;
    color: #424242;
    font-size: 12px;
    line-height: 1.833;
    padding: 5px 11px;
    margin-left: 5px;
    outline: none;
    margin-top: 15px;
}

.header-filters .remodal-search-advanced .remodal-page-main .filter-bar .js-box-content-items {
    float: left;
}

.header-filters .remodal-search-advanced .remodal-page-main .filter-bar .js-box-content-items .switch {
    position: absolute;
    top: 70px;
    left: 15px;
    background: #e0e0e0;
    width: 45px;
    height: 30px;
    border-radius: 31px;
    border: none;
}

.header-filters .remodal-search-advanced .remodal-page-main .filter-bar .js-box-content-items #switch3:checked~.switch {
    background: #00bfd6;
}

.header-filters .remodal-search-advanced .remodal-page-main .filter-bar .js-box-content-items h1 {
    position: static;
    float: left;
    width: 145px;
}

.header-filters .remodal-search-advanced .remodal-page-main .filter-bar .js-box-content-items .toggle {
    position: absolute;
    top: 72px;
    left: 17px;
    width: 25px;
    height: 25px;
}

.header-filters .remodal-search-advanced .remodal-page-main .filter-bar .js-box-content-items input[type='checkbox']:checked~.toggle {
    background: #ffffff;
    left: 33px;
    transition: .5s;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content {
    padding: 18px 8px;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #c8c7cc;
    background-color: #fff;
    padding: 15px 25px;
    margin-bottom: 10px;
    position: relative;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter .profile-edit-label {
    width: 98%;
    padding: 5px 0;
    vertical-align: middle;
    display: block;
    position: relative;
    font-size: 14px;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter .profile-edit-label input {
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #2a2a2a;
    outline: none!important;
    width: 100%;
    margin-top: 5px;
    padding: 8px 14px;
    background-color: #fff;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter .profile-edit-label input::placeholder {
    text-indent: 0;
    color: #2a2a2a;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter .switch {
    position: absolute;
    top: 12px;
    left: 15px;
    background: #e0e0e0;
    width: 45px;
    height: 30px;
    border-radius: 31px;
    border: none;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter h1 {
    position: static;
    float: left;
    width: 1290px;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    color: #797979;
    margin-bottom: 0;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter .toggle {
    position: absolute;
    top: 14px;
    left: 17px;
    width: 25px;
    height: 25px;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter input[type='checkbox']:checked~.toggle {
    background: #ffffff;
    left: 33px;
    transition: .5s;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter label {
    margin-bottom: 0;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter #switch4:checked~.switch {
    background: #00bfd6;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter #switch5:checked~.switch {
    background: #00bfd6;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter .toggle-box {
    float: none;
    border: none;
    margin: 0;
    padding: 20px 0;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter .toggle-box .catalog-cat-item {
    padding-right: 60px;
}

.header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter .toggle-box .catalog-cat-item:nth-child(2) {
    padding-right: 85px;
}

.remodal-search-direction {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    overflow-x: auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999999;
    display: none;
}

.remodal-list-sort {
    width: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0 19px 38px 0 rgba(61, 61, 61, .18);
    box-shadow: 0 19px 38px 0 rgba(61, 61, 61, .18);
    padding: 25px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    text-align: right;
    -webkit-animation: Lb .5s ease-in, Lb .5s ease-out;
    animation: Lb .5s ease-in, Lb .5s ease-out;
    margin: 0 auto;
    position: relative;
}

.remodal-list-sort ul.listing-sort {
    width: 100%;
    text-align: right;
    padding: 0;
    margin-right: 0;
}

.remodal-list-sort ul.listing-sort li {
    display: block;
    width: 100%;
    border-bottom: .5px solid rgba(138, 138, 138, 0.18);
    padding: 10px 0;
}

.gallery-count-circle {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    color: #fff;
    background-color: rgba(115, 114, 115, .6);
    font-size: 20px;
    margin: 5px auto;
    text-align: center;
    line-height: 34px;
}

.js-products {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 60px;
}

.product-gallery #gallery_01f {
    width: 100% !important;
    margin-top: 45px;
}

.product-gallery .zoomWrapper {
    margin-top: 35px;
    margin-bottom: 35px;
}

.product-gallery #gallery_01f li.item {
    border: 1px solid #e7e7e7;
    padding: 5px;
    border-radius: 10px;
    height: auto;
    background: #fff;
}

.product-gallery #gallery_01f li.item img {
    opacity: 0.7;
    transition: all .2s;
}

.product-gallery #gallery_01f li.item img:hover {
    opacity: 1;
    transition: all .2s;
}

.ZoomContainer {
    z-index: 9 !important;
}

.product-gallery .gallery-item {
    top: 25px;
    position: absolute;
    right: -5px;
    background: #fff;
    z-index: 10;
}

.product-gallery .gallery-item .btn-option {
    background: #fff;
    outline: none;
    font-size: 25px;
    width: 24px;
    height: 24px;
    color: #424750;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.product-gallery .gallery-item .btn-option-favorites i {
    color: #ef394e !important;
}

.product-gallery .gallery-item .tooltip-short {
    padding: 5px 15px;
    background-color: #6f6f6f;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
    display: none;
    top: -33px;
    position: relative;
    right: 25px;
    width: 155px;
}

.btn-option:hover .tooltip-short {
    display: block;
}

.product-gallery .gallery-item .tooltip-short:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #6f6f6f;
    top: 8px;
}

.product-gallery .owl-stage {
    background: #fff !important;
}

.zoomWrapper img {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
}

.zoomWindow {
    border: 1px solid rgb(243, 242, 242) !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px 0px;
}

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

.form-share-row {
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
}

.form-share-row .form-share-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.form-share-row .form-share-col ul.btn-group-share li {
    float: right;
    margin-right: 12px;
}

.form-share-row .form-share-col ul.btn-group-share li a.btn-share {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: relative;
    color: #fff !important;
    text-decoration: none;
    float: right;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
}

.form-share-row .form-share-col ul.btn-group-share li a.btn-share i {
    color: #fff !important;
}

.form-share-row .form-share-col ul.btn-group-share li a.btn-share-twitter {
    background: #4dcceb;
}

.form-share-row .form-share-col ul.btn-group-share li a.btn-share-facebook {
    background: #4d8deb;
}

.form-share-row .form-share-col ul.btn-group-share li a.btn-share-whatsapp {
    background: #1bd741;
}

.form-share-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 14px;
    padding: 0 10px;
}

.form-share-row .form-share-col .input-send-to-email {
    width: 100%;
    padding: 0 10px;
    outline: none;
    border: 1px solid #c8c8c8;
    font-size: 13px;
    height: 40px;
    border-radius: 5px;
    color: #717171;
    text-align: left;
}

.form-share-row .form-share-col .input-send-to-email::placeholder {
    text-align: right;
    text-indent: 0;
}

.form-share-row .form-share-col .btn-send-email {
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    padding: 11px 31px;
    color: #fff;
    outline: none;
    text-align: center;
    width: 150px;
    float: right;
}

.form-share-row .form-share-col .ui-url-field {
    width: 100%;
    outline: none;
    border-top: 1px solid #efefef;
    color: #a9a9a9;
    font-size: 17px;
    padding: 17px 12px 0;
    direction: ltr;
}

.form-notification .form-notification-title {
    margin-bottom: 15px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.571;
    letter-spacing: -.3px;
}

.form-notification .form-notification-row {
    margin: 0 -10px 20px;
}

.form-notification .form-notification-row .form-notification-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.form-notification .form-notification-row .form-notification-col .form-notification-status {
    border-bottom: 1px solid #eee;
    padding-bottom: 29px;
    color: #565656;
    letter-spacing: -.4px;
    font-size: 1.429rem;
    line-height: 1.1;
}

.form-notification .form-notification-row .form-notification-col ul.form-notification-params li {
    width: 100%;
    float: right;
}

main.single-product .product #gallery_01f {
    width: 100% !important;
}

main.single-product .product .gallery-items {
    list-style: none;
    float: right;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    text-align: center;
}

main.single-product .product .gallery-items li {
    height: 60px;
    padding: 0 10px;
    display: inline-block;
}

main.single-product .product .gallery-items li img {
    height: 60px;
    width: 60px;
    opacity: 0.5;
}

main.single-product .product .gallery-items li img:hover {
    opacity: 1;
}

.product-gallery .owl-nav .owl-prev, .product-gallery .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    background-image: unset;
    outline: none;
    display: block !important;
}

.product-gallery .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    top: 50%;
    color: #6e6d6d;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 50%;
    font-size: 25px;
}

.product-gallery .owl-nav .owl-next {
    position: absolute;
    left: -15px;
    top: 50%;
    color: #6e6d6d;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    font-size: 25px;
}

.product-gallery #gallery_01f {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    float: none !important;
}

.breadcrumb {
    border-radius: 5px;
    background: transparent;
    margin-bottom: 0;
}

.breadcrumb li {
    font-size: 12px;
}

.breadcrumb li a {
    color: #666;
    font-size: 12px;
}

.js-products .listing-listing {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border: 1px solid #e4e4e4;
    position: relative;
    float: right;
    height: auto;
    border-radius: 10px;
}

.js-products .listing-listing .listing-counter {
    position: absolute;
    left: 0;
    top: -45px;
    font-size: 12px;
    color: #ccc;
}

.js-products .listing-listing .listing-header {
    padding: 0 25px 0 130px;
    border-bottom: 1px solid #efefef;
    position: relative;
    overflow: hidden;
}

.js-products .listing-listing .listing-header span {
    font-size: 20px;
    color: #cecece;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    right: 10px;
}

ul.listing-sort {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
    padding: 10px 10px 10px;
    color: #4a5f73;
    text-align: center;
    border-bottom: none;
}

ul.listing-sort::before {
    display: inline-block;
    content: attr(data-label);
    color: #3b3b3b;
    margin-left: 5px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    vertical-align: middle;
    white-space: nowrap;
}

ul.listing-sort li {
    display: inline-block;
    width: 85px;
    text-align: center;
}

ul.listing-sort li a {
    text-decoration: none;
    color: #4a5f73 !important;
    padding: 3px 5px;
    border: none !important;
    border-radius: 10px !important;
}

ul.listing-sort li a.nav-link.active {
    background-color: #00bfd6;
    color: #fff !important;
}

.js-products .listing-listing ul.listing-item {
    padding: 0;
    width: 100%;
}

.js-products .listing-listing ul.listing-item li {
    width: 100%;
    height: 400px;
}

.js-products .listing-listing ul.listing-item li .promotion-box {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px 12px 46px;
    border: 1px solid #ececec;
    float: right;
    position: relative;
    transition: all .3s ease-in-out;
}

.js-products .listing-listing ul.listing-item li .promotion-box:hover {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .09);
}

.js-products .listing-listing ul.listing-item li .promotion-box:hover .product-seller-details {
    display: block;
    transition: all .3s ease-in-out;
}

.js-products .listing-listing ul.listing-item li .promotion-box .product-seller-details {
    width: 100%;
    height: 35px;
    border-top: 1px solid #f5f5f5;
    padding: 4px 40px 5px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    display: none;
    transition: all .3s ease-in-out;
}

.js-products .listing-listing ul.listing-item li .promotion-box .product-seller-details::before {
    content: url(../images/svg/1.svg);
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 31px;
    color: #ccc;
    transition: all .3s ease-in-out;
}

.js-products .listing-listing ul.listing-item li .promotion-box .product-seller-details .product-main-seller {
    color: #565656;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
}

.js-products .listing-listing ul.listing-item li .promotion-box .promotion-box-image {
    display: block;
    text-align: center;
}

.js-products .listing-listing ul.listing-item li .promotion-box .promotion-box-image img {
    width: 60%;
    height: 200px;
}

.js-products .listing-listing ul.listing-item li .promotion-box .product-box-content {
    width: 100%;
    height: auto;
    float: right;
    padding: 5px;
    overflow: hidden;
}

.js-products .listing-listing ul.listing-item li .promotion-box .product-box-content .product-box-title {
    text-decoration: none;
    font-size: 12px;
    color: #535353;
    display: block;
}

.js-products .listing-listing ul.listing-item li .promotion-box .product-box-rate {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    display: block;
}

.js-products .listing-listing ul.listing-item li .promotion-box .product-box-rate>span {
    font-size: 12px;
    color: #a2a2a2;
    margin-left: 10px;
}

.js-products .listing-listing ul.listing-item li .promotion-box .product-box-rate .stars {
    display: inline-block;
}

.js-products .listing-listing ul.listing-item li .promotion-box .product-box-rate .stars span img {
    width: 15px;
}

.js-products .listing-listing ul.listing-item li .promotion-box .product-box-row {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    display: block;
    margin-top: 10px;
    font-size: 18px;
}

.js-products .listing-listing ul.listing-item li .promotion-box .product-box-row .price-value-wrapper {
    font-weight: 700;
}

.pager {
    width: 100%;
    height: auto;
    background: #fff;
    float: right;
    border-top: 1px solid #efefef;
    text-align: center;
}

.pager ul.page-item {
    line-height: 35px;
    display: inline-block;
    padding: 0 15px;
}

.pager ul.page-item li.pagination-item {
    display: inline-block;
}

.pager ul.page-item li.pagination-item a {
    text-decoration: none;
    background: #fff;
    color: #777;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 30px;
}

.pager ul.page-item li.pagination-item a.pager-item-active {
    text-decoration: none;
    background: #00bfd6;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #00bfd6;
}

.pager ul.page-item .pager-items-partition {
    display: inline-block;
    vertical-align: bottom;
    width: 2px;
    height: 34px;
    border: 1px solid #e8e8e8;
    margin-left: 30px;
    margin-right: 30px;
}

/*search-category---------------------*/

/*profile------------------------------*/

.profile-box {
    width: 100%;
    height: auto;
    float: right;
    padding: 0;
    border-bottom: 1px solid #e3e3e3;
}

.profile-box .profile-box-avator {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    float: right;
}

.profile-box .profile-box-avator img {
    max-width: 100%;
}

.profile-box .profile-box-content {
    font-family: iranyekan;
}

.profile-box .profile-box-content span.profile-box-nameuser {
    color: #212121;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    margin-right: 60px;
}

.profile-box .profile-box-content span.profile-box-phone {
    font-size: 13px;
    font-weight: 300px;
    color: #525252;
    margin-right: 10px;
}

.profile-box a.profile-box-row-arrow {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #212121;
    margin-top: 0;
    cursor: pointer;
    float: right;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.profile-box a.profile-box-row-arrow:hover {
    background: rgba(0, 0, 0, .04);
}

.profile-box a.profile-box-row-arrow .profile-box-title {
    float: right;
    margin-top: 10px;
}

.profile-box a.profile-box-row-arrow .profile-box-price {
    float: left;
    text-align: left;
    margin-top: 10px;
}

.profile-box a.profile-box-row-arrow .profile-box-price i {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    font-size: 25px;
    color: #4a5f73;
}

.profile-box a.profile-box-row-arrow .profile-box-price .wallet-amount {
    float: right;
    margin-left: 10px;
}

.profile-box a.profile-box-row-arrow .profile-box-price .profile-box-currency {
    float: right;
    color: #777;
}

.profile-box a.profile-box-row-arrow .profile-box-wallet-link {
    margin-top: 40px;
    font-size: 13px;
    color: #009ec9;
    font-weight: 700;
    display: block;
}

.profile-box .profile-box-tabs {
    width: 100%;
    height: 60px;
    float: right;
    background: #fcfcfc;
    border-top: 1px solid #f1f1f1;
    margin-top: 0;
}

.profile-box .profile-box-tabs a.profile-box-tab {
    font-size: 13px;
    display: block;
    text-decoration: none;
    color: #7b7b7b;
    text-align: center;
    width: 50%;
    height: 55px;
    margin-top: 5px;
    border-left: 1px solid #ebebeb;
    float: right;
}

.profile-box .profile-box-tabs a.profile-box-tab span {
    font-size: 18px;
    display: block;
}

.profile-box .profile-box-tabs a.profile-box-tab-sign-out {
    font-size: 13px;
    display: block;
    text-decoration: none;
    color: #7b7b7b;
    text-align: center;
    width: 50%;
    height: 55px;
    margin-top: 5px;
    float: left;
}

.profile-box .profile-box-tabs a.profile-box-tab-sign-out span {
    font-size: 18px;
    display: block;
}

.profile-box img.profile-box-img-banner {
    max-width: 100%;
    cursor: pointer;
}

.active-profile {
    color: #009ec9 !important;
}

ul.profile-menu-items {
    width: 100%;
    display: block;
    float: none;
}

ul.profile-menu-items li a.profile-menu-url {
    font-size: 14px;
    text-decoration: none;
    color: #0e0e0e;
    display: block;
    padding: 10px 5px;
    font-weight: bold;
    height: 45px;
}

ul.profile-menu-items li a.profile-menu-url:hover {
    color: #009ec9 !important;
}

ul.profile-menu-items li a.profile-menu-url span {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
}

.headline-profile {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 60px;
    display: block;
    font-size: 20px;
    color: #858585;
    padding: 10px 0;
}

.headline-profile i {
    display: block;
    font-size: 20px;
    margin-bottom: -5px;
}

.profile-navbar {
    width: 100%;
    height: auto;
    margin: 100px 0 20px;
    float: right;
}

.profile-navbar .profile-navbar-back-alignment {
    float: right;
    font-size: 14px;
}

.profile-navbar .profile-navbar-back-alignment a.profile-navbar-btn-back,#more-information a.profile-navbar-btn-back {
    background: none;
    height: 56px;
    border: none;
    border-left: 1px solid #dfdfdf;
    margin-left: 15px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    letter-spacing: -.2px;
    color: #767676;
    padding: 36px 0 0 16px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}
#more-information a.profile-navbar-btn-back {
    padding: 20px 0 7px 16px;
    display: inline-block;
    height: 43px;
}
#more-information .modal-header h4.modal-title p{
    display: inline-block;
    margin: 0;
    margin-top: 10px;
    float: left;
}
.profile-navbar .profile-navbar-back-alignment a.profile-navbar-btn-back:before,#more-information a.profile-navbar-btn-back:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f178";
    position: absolute;
    right: 2px;
    top: 5px;
    font-size: 27px;
}
#more-information a.profile-navbar-btn-back:before {
    top: -2px;
}

.profile-navbar .profile-navbar-back-alignment h4 {
    display: inline-block;
    font-size: 20px;
    line-height: 1.048;
    color: #858585;
}

.profile-navbar .profile-navbar-back-alignment h4 span {
    display: block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    letter-spacing: -.3px;
    margin-top: 5px;
    margin-bottom: -5px;
    color: #acacac;
}

.profile-navbar .profile-navbar-invoice {
    float: left;
    font-size: 12px;
}

.profile-navbar .profile-navbar-invoice .profile-navbar-btn-invoice {
    width: 142px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    text-align: center;
    color: #8c8c8c;
    font-size: 15px;
    line-height: 1.467;
    background: none;
    cursor: pointer;
    outline: none;
}

span.profile-order-cancel-button {
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    background-color: transparent;
    font-weight: bold;
    font-size: 18px;
    float: left;
    cursor: pointer;
}

.profile-order {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1) !important;
    border: 1px solid #e8e8e8;
}

.profile-order-steps-note {
    background-color: #fcfef5;
    border: 1px solid #cfe3bb;
    color: #b1d58b;
    line-height: 1.467;
    padding: 16px 24px;
    margin-bottom: 28px;
    width: 100%;
    font-size: 14px;
}

.swiper-container-horizontal {
    margin: 0 auto;
    position: relative;
    overflow-x: auto;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin-bottom: 20px;
}

.swiper-container-horizontal .profile-order-steps-container {
    margin: 0 auto 10px;
    width: 1280px;
    overflow-x: auto;
    margin-right: 55px;
}

.swiper-container-horizontal .profile-order-steps-container .profile-order-steps-item {
    position: relative;
    background: no-repeat 50% 50%;
    background-size: cover;
    width: 100px;
    opacity: .4;
    text-align: center;
    float: right;
}

.swiper-container-horizontal .profile-order-steps-container .profile-order-steps-item-active {
    opacity: 1 !important;
}

.swiper-container-horizontal .profile-order-steps-container .profile-order-steps-item img {
    width: 100%;
}

.swiper-container-horizontal .profile-order-steps-container .profile-order-steps-item span {
    margin-top: 20px;
    color: #009ec9;
    font-size: 14px;
    display: block;
}

.swiper-container-horizontal .profile-order-steps-container .hr {
    width: 65px;
    margin-left: 10px;
    margin-right: 10px;
    height: 5px;
    border-radius: 2px;
    position: relative;
    border: none;
    background-color: #00bfd6;
    float: right;
    margin-top: 30px;
    opacity: .4;
}

.swiper-container-horizontal .profile-order-steps-container .hr:before {
    width: 27px;
    height: 27px;
    background-color: #00bfd6;
    border: 4px solid #fff;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: 18px;
}

.swiper-container-horizontal .profile-order-steps-container .hr:after {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -3px;
    color: #fff;
    right: 25px;
}

.table-draught {
    border: 1px solid #e7e7e7;
    float: right;
    width: 100%;
}

.table-draught .table-draught-row {
    border-top: 1px solid #f1f1f1;
    width: 100%;
    float: right;
}

.table-draught .table-draught-row .table-draught-col {
    width: 50%;
    font-size: 14px;
    line-height: 30px;
    border-left: 1px solid #f1f1f1;
    padding: 27px 35px 27px 0;
    color: #505050;
    float: right;
}

.table-draught .table-draught-row .last-tabel {
    width: 100% !important;
    text-align: center;
}

.table-draught .table-draught-row .table-draught-col a.btn-modify {
    background-color: #fff;
    color: grey;
    font-size: 12px;
    line-height: 1.833;
    border: 1px solid #c4c4c4;
    padding: 8px 14px;
    border-radius: 8px;
    margin-right: 10px;
    flex-shrink: 0;
    text-decoration: none;
}

.table th, .table td>h3 {
    font-size: 13px;
    width: 240px;
}

.product-box-profile {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 8px 0;
    position: relative;
    min-height: 210px;
    width: 100%;
    border: 1px solid #f6f6f6;
    float: right;
    margin: 25px 0;
    display: none;
}

.product-box-profile .product-box-count {
    position: absolute;
    top: 10;
    left: 10px;
    color: #fff;
    font-weight: 700;
    width: 24px;
    height: 24px;
    background-color: #00bfd6;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .6px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    vertical-align: middle;
    z-index: 1;
}

.product-box-profile .product-box-img {
    height: 124px;
    margin-bottom: 10px;
    padding: 10px 15px;
    z-index: 0;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.product-box-profile .product-box-img img {
    width: 120px;
    height: 100%;
}

.product-box-profile .product-box-title {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: #2a2a2a;
    overflow: hidden;
    margin-bottom: 5px;
    display: block;
    padding: 0 15px;
}

.product-box-profile .product-box-seller {
    font-size: 10px;
    line-height: 1.78;
    text-align: center;
    width: 100%;
    overflow: hidden;
    color: #868686;
}

.product-box-profile .price-profile {
    text-align: center;
    width: 100%;
}

.product-box-profile .price-profile .price-value-profile {
    color: #fb3449;
    display: block;
    font-size: 14px;
}

a.add-address {
    float: left;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #8e8e8e;
}

a.add-address:hover {
    text-decoration: none;
    color: #8e8e8e;
}

.profile-stats {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 0;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}
.profile-stats.active{
    border: 1px solid #009ec9;
}
.profile-stats .profile-stats-row {
    width: 100%;
    height: 70px;
    text-align: center;
}

.profile-stats .profile-stats-row .profile-stats-col {
    width: 100%;
    float: right;
    border-left: 1px solid #eeeeee;
    padding-top: 15px;
    border-bottom: 1px solid #eeeeee;
}

.profile-stats .profile-stats-row .profile-stats-col p {
    font-size: 18px;
    color: #505050;
}

.profile-stats .profile-stats-row .profile-stats-col p span {
    display: block;
    font-size: 16px;
    color: #ccc;
}

.profile-stats-action {
    padding: 14px 30px 17px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    height: auto;
    margin-top: -1px;
    width: 100%;
    float: right;
}

.profile-stats .link-spoiler-edit {
    font-size: 13px;
    color: #1ca2bd;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px dashed #1ca2bd;
    display: inline-block;
}

.profile-stats .link-spoiler-edit i {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 10px;
    color: #1ca2bd !important;
}

.profile-stats .profile-recent-fav {
    width: 100%;
    height: auto;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    float: right;
}

.profile-stats .profile-favorites-fav {
    width: 50%;
}

.profile-stats .profile-recent-fav a {
    display: block;
    float: right;
    margin-top: 10px;
    text-align: center;
}

.profile-stats .profile-recent-fav a img {
    width: 70px;
}

.profile-stats .profile-favorites-fav a img {
    width: 120px;
}

.profile-stats .profile-recent-fav .profile-recent-fav-col {
    width: 78%;
    float: right;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.profile-stats .profile-favorites-fav .profile-recent-fav-col {
    width: 70%;
}

.profile-stats .profile-recent-fav .profile-recent-fav-col a {
    text-decoration: none;
    font-size: 13px;
    color: #777;
    text-align: right;
    margin-top: 0;
}

.profile-stats .profile-recent-fav .profile-recent-fav-price {
    display: block;
    color: #fb3449;
    font-size: 13px;
    margin-bottom: 5px;
    float: right;
}

.profile-stats .profile-favorites-fav .profile-recent-fav-price {
    width: 100%;
    margin-top: 15px;
}

.profile-stats .profile-recent-fav .profile-recent-fav-remove {
    float: left;
    width: 35px;
    height: 35px;
    margin-top: 0;
    overflow: hidden;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.profile-stats .profile-recent-fav .profile-recent-fav-remove a {
    color: #929292;
    display: block;
    margin: 2px 9px;
    font-size: 18px;
}

.profile-stats .table-orders {
    width: 100%;
    height: auto;
    float: right;
    font-size: 14px;
    text-align: center;
}

.profile-stats .table-orders .table tbody td {
    text-align: center;
    vertical-align: middle;
}

.profile-stats .table-orders i {
    font-size: 35px;
    color: #a9a9a9;
}

.profile-stats .table-orders a.table-orders-show-more {
    text-decoration: none;
    color: #535353;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    transition: all 400ms ease;
}

.profile-stats .table-orders a.table-orders-show-more:hover {
    background: #e5e5e5;
    transition: all 400ms ease;
}

.profile-stats .table-orders .detail {
    cursor: pointer;
    text-align: center;
}

.profile-stats .table-orders .detail:hover {
    background: hsla(0, 0%, 70%, 0.21);
}

.profile-stats .profile-return-box {
    width: 100%;
    height: auto;
    box-shadow: 0 3px 12px -2px rgba(0, 0, 0, .14);
    float: right;
    text-align: center;
    padding: 20px 0;
}

.profile-stats .profile-return-box p.profile-return-message {
    display: block;
    font-size: 20px;
    color: #3d3d3d;
}

.profile-stats .profile-return-box a.profile-return-message-link {
    display: block;
    font-size: 20px;
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    width: 360px;
    margin: 0 auto;
    text-decoration: none;
    padding-bottom: 5px;
}

.profile-stats .profile-recent-fav .profile-wishlist {
    margin-top: 20px;
    font-size: 14px;
    text-decoration: none;
    float: right;
    color: #12b4cd;
    border-radius: 5px;
}

.profile-stats .profile-recent-fav .profile-wishlist i {
    vertical-align: middle;
    margin-right: 5px;
}

.profile-stats .profile-recent-fav .profile-comment {
    width: 100%;
    height: auto;
    text-align: center;
    float: right;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb {
    width: 30%;
    padding: 15px;
    text-align: center;
    float: right;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-img {
    position: relative;
    float: unset;
    margin: 0 auto 20px;
}
.profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-img a{
    float: unset;
}
.profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-img img {
    width: 100px;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-rating {
    font-size: 14px;
    float: unset;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-rating p {
    margin-bottom: 0;
    font-size: 11px;
    text-align: center;
    display: block;
    width: 100%;
    float: right;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-rating .star-item {
    text-align: right;
    margin-left: -3px;
    display: inline-block;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-rating .star-item i {
    color: #999999;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-rating .star-item i.active {
    color: #febd69;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-content {
    width: 70%;
    padding: 10px;
    float: left;
    text-align: right;
    font-size: 14px;
    min-height: 176px;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-content h4 {
    margin-bottom: 20px;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #4c4c4c;
}

.profile-comment span.profile-comment-status-review {
    color: #8dc08c;
    background-color: #f5fff0;
    border-color: #bbedae;
    padding: 4px 7px;
    border-radius: 3px;
    border: 1px solid;
    line-height: 15px;
    font-size: 10px;
    position: absolute;
    top: 10px;
    left: 26px;
}
.profile-stats .profile-recent-fav .profile-comment .profile-comment-content h4 a{
    color: #1b1d1f;
    font-weight: 700;
}
.profile-stats .profile-recent-fav .profile-comment .profile-comment-content h4 p {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    line-height: 25px;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-actions {
    margin-top: 0;
    margin-bottom: -6px;
    width: 100%;
    display: inline-block;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-actions li {
    display: inline-block;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-actions li .btn-helpful {
    border-radius: 5px;
    border: 1px solid #efefef;
    background: #fff;
    padding: 5px 15px 5px 15px;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 1;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    outline: none;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-actions li .btn-helpful i {
    float: right;
    margin-left: 10px;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-actions li:last-child {
    float: left;
}
.profile-stats .profile-recent-fav .profile-comment .profile-comment-actions li:first-child {
    float: right;
}

.profile-stats .profile-recent-fav .profile-comment .profile-comment-actions li .edit-address-btn, .remove-address-btn {
    margin-top: 0 !important;
    outline: none;
}

.profile-stats .profile-address-add {
    width: 100%;
    padding: 70px;
    height: auto;
    border: 4px dashed #b8b8b8;
    text-align: center;
    height: auto;
    float: right;
    cursor: pointer;
    background: #f5f5f5;
    outline: none;
}

.profile-stats .profile-address-add a i {
    display: block;
    font-size: 50px;
}

.profile-stats .profile-address-add a {
    display: block;
    width: 100%;
    font-size: 18px;
    text-decoration: none;
    color: #9e9c9c;
}

.profile-stats .profile-address {
    padding: 25px;
}

.post-item-profile .profile-content .profile-stats .box-header {
    width: 100%;
    padding-bottom: 20px;
    display: block;
}

.box-header .box-title {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 500;
    border-bottom: 2px solid #f3596b;
    color: #424242;
}

.profile-address .profile-address-item {
    padding: 5px 0 0;
    display: block;
}

.profile-address .profile-address-item .profile-address-item-title {
    font-size: 14px;
    line-height: 1.571;
    color: #424750;
    font-weight: 500;
    display: inline-block;
}


.profile-address-item .ui-more .btn-remove-address {
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 10px;
    background: #ff7373;
    border-color: #ff7373;
    position: absolute;
    top: 15px;
    left: 6%;
}

.profile-address-item .profile-address-content .profile-address-info li {
    margin-top: 10px;
    display: block;
}

.profile-address-item .profile-address-content .profile-address-info li .profile-address-info-item {
    font-size: 12px;
    line-height: 1.833;
    color: #81858b;
}

.profile-address-item .profile-address-content .profile-address-info li .profile-address-info-item i {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 10px;
}

.profile-address-item .profile-address-content .profile-address-info li.location-link {
    margin-top: 20px;
    display: block;
    border-top: 1px solid #ededed;
    padding-top: 10px;
}

.profile-address-item .profile-address-content .profile-address-info li.location-link .edit-address-link {
    font-size: 14px;
    color: #00bfd6;
    font-weight: 500;
    border-bottom: 1px dashed #00bfd6;
    padding: 5px 0;
    float: left;
}
.add-address-link {
    font-size: 14px;
    color: #00bfd6;
    font-weight: 500;
    border-bottom: 1px dashed #00bfd6;
    padding: 5px 0;
}
.edit-address-btn {
    padding: 3px 25px;
    font-size: 14px;
    color: #777;
    background: #e2e2e2;
    outline: none;
    cursor: pointer;
    margin-top: 70px;
}

.remove-address-btn {
    padding: 3px 15px;
    font-size: 12px;
    color: #777;
    border-radius: 5px;
    background: #e2e2e2;
    outline: none;
    cursor: pointer;
    margin-top: 70px;
    outline: none !important;
}

.remodal-overlay {
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 52.9%, .5);
    top: 0;
    z-index: 9999;
    position: fixed;
    text-align: center;
    display: none;
}

.remodal-overlay .remodal {
    width: 100%;
    height: 590px;
    overflow: auto;
    background: #fff;
    margin-top: 15px;
    padding-bottom: 60px;
}

.remodal-overlay .remodal a.remodal-close {
    position: absolute;
    left: 55px;
    top: 20px;
    background: #f5f5f5;
    color: #989898;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 37px;
    font-size: 22px;
}

#more-information .middle-container {
    min-width: unset;
    width: 100%;
    max-width: 100%!important;
    padding: 30px 30px 30px 140px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
}
.modal-title{
    font-size: 15px;
    color: #060606;
}
.div-bottom-modal-title{
    font-size: 12px;
    margin-top: 6px;
    padding-right: 5px;
}
#more-information .middle-container .form-checkout {
    width: 100%;
    height: auto;
    padding: 20px;
    float: right;
    text-align: right;

    padding-top: 0;
}

#more-information .middle-container .form-checkout .form-checkout-headline {
    font-size: 20px;
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    line-height: 37px;
    padding-right: 20px;
    color: #858585;
}

#more-information .middle-container .form-checkout .form-checkout-row {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
}

#more-information .middle-container .form-checkout .form-checkout-row label {
    font-size: 14px;
    color: #858585;
    width: 100%;
}

.modal .form-checkout .form-checkout-row .input-name-checkout {
    display: block;
    font-size: 12px;
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #9b9b9b;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 25px;
}

#more-information .middle-container .form-checkout .form-checkout-valid-row {
    float: right;
    margin-left: 12px;
    margin-bottom: 15px;
}

.modal .form-checkout .form-checkout-row .input-name-checkout::placeholder {
    text-indent: 0;
    color: #858585;
}

.middle-container .form-checkout select {
    font-size: 14px;
    width: 100%;
    outline: none;
    height: 45px;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    padding: 0 10px;
    color: #858585;
    margin-left: 10px;
}

.middle-container a.cancel-edit-address {
    float: left;
    font-size: 14px;
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 700;
}

.remodal-fmcg {
    background: #fff url(../images/svg/5e9e8f8d.svg) top no-repeat;
    background-size: 100% auto;
    padding: 100px 25px 21px;
    overflow: visible!important;
}

.remodal-fmcg-container img {
    position: absolute;
    top: -80px;
    height: 110px;
    right: 25px;
}

.remodal-fmcg-container .remodal-fmcg-content p.remodal-fmcg-head-text {
    display: block;
    font-size: 14px;
    color: #424242;
    float: right;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
}

.remodal-fmcg-container .remodal-fmcg-content p.remodal-fmcg-head-text span {
    color: #8bc540;
}

.remodal-fmcg-container .remodal-fmcg-content p.remodal-fmcg-question {
    color: #757575;
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
    display: block;
    float: right;
    margin-bottom: 0;
}

.remodal-fmcg-container .remodal-fmcg-content .remodal-fmcg-actions {
    width: 100%;
    float: right;
    margin-top: 15px;
    display: block;
    margin-bottom: 15px;
}

.remodal-fmcg-container .remodal-fmcg-content .remodal-fmcg-actions .js-fmcg-modal-approve {
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    display: block;
    width: 90px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    float: right;
    outline: none;
}

.remodal-fmcg-container .remodal-fmcg-content .remodal-fmcg-actions .js-fmcg-modal-reject {
    background-color: #7a7a7a;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    display: block;
    width: 90px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    margin-right: 15px;
    outline: none;
    float: right;
}

.profile-user-history {
    width: 100%;
    height: auto;
    float: right;
}

.profile-user-history ul li {
    padding: 60px 30px;
    background: #fff;
    margin-top: 25px;
}

.profile-user-history ul li .user-history-list-item {
    float: right;
}

.profile-user-history ul li .user-history-list-item img {
    width: 130px;
    margin-left: 45px;
}

.profile-user-history ul li .user-history-list-item-content {
    text-align: right;
}

.profile-user-history ul li .user-history-list-item-content a {
    font-size: 16px;
    color: #555;
    text-decoration: none;
    display: block;
}

.profile-user-history ul li .user-history-list-item-content .stars {
    display: block;
    margin: 20px 0 0;
    cursor: pointer;
}

.profile-user-history ul li .user-history-list-item-content .stars .star-item {
    text-align: right;
    margin-left: -3px;
    display: inline-block;
}

.profile-user-history ul li .user-history-list-item-content .stars .star-item i {
    color: #999999;
}

.profile-user-history ul li .user-history-list-item-content .stars .star-item i.active {
    color: #febd69;
}

.profile-user-history ul li .user-history-list-item-content .user-history-list-item-content-container {
    font-size: 12px;
    text-align: right;
    display: inline-block;
}

.new-price-value {
    font-weight: 700;
    font-size: 18px;
}

.profile-user-history ul li .user-history-list-item-content .user-history-list-item-button-group {
    display: inline-block;
    float: left;
}

.profile-user-history ul li .user-history-list-item-content .user-history-list-item-button-group .history-same-product-modal {
    font-size: 14px;
    text-decoration: none;
    padding: 5px 15px;
    color: #19bfd3;
    border: 1px solid #19bfd3;
    border-radius: 8px;
    display: inline-block;
}

.profile-user-history ul li .user-history-list-item-content .user-history-list-item-button-group .remove-item-profile-history {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #969595;
    color: #969595;
    float: left;
    font-size: 20px;
    line-height: 34px;
}

.pager-profile {
    background: none;
    border: none;
}

.pager-profile ul.page-item li.pagination-item a {
    background: none;
}

.page-profile {
    display: none;
    margin-top: 120px;
    float: right;
    width: 100%;
    font-size: 14px;
}

.page-profile .page-navigation {
    margin: 10px 0;
    padding-right: 12px;
    width: 100%;
    display: block;
}

.page-profile .page-navigation .page-navigation-title {
    float: right;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 700;
}

.page-profile .page-navigation a.page-navigation-btn-back {
    float: left;
    color: #2a2a2a;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.page-profile .collapse {
    margin: 15px 0;
    display: block;
    width: 100%;
    float: right;
}

.page-profile .collapse .profile-orders-item {
    padding: 10px 25px 10px 20px;
    border-radius: 9px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
}

.page-profile .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details {
    text-decoration: none;
    color: #2a2a2a;
    display: block;
    position: relative;
}

.page-profile .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details .profile-orders-header-id {
    margin-left: 15px;
}

.page-profile .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details .profile-orders-header-state {
    margin-right: 15px;
}

.page-profile .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details:after {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
}

.page-profile .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details .profile-orders-header-state:before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    right: 105px;
    top: 3px;
    background: #ccc;
}

.page-profile .collapse .profile-orders-item .profile-orders-header .ui-separator {
    margin: 10px 0;
    outline: none;
    border: none;
    border-top: 1px solid #c8c8c8;
}

.page-profile .collapse .profile-orders-item .profile-orders-header .profile-info-row {
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    font-size: 14px;
    display: block;
}

.page-profile .collapse .profile-orders-item .profile-orders-header .profile-info-row .profile-info-label {
    padding: 8px 0;
    margin-left: 8px;
    text-align: right;
    display: inline-block;
}

.page-profile .collapse .profile-orders-item .profile-orders-header .profile-info-row .profile-info-value {
    text-align: left;
    display: inline-block;
    float: left;
    padding: 8px 0;
}

.edit-personal {
    position: relative;
    top: -15px;
}

.form-legal-col {
    width: 100%;
    float: right;
    padding: 0 15px;
}

.form-legal-col .form-legal-fieldset {
    padding: 35px 5px 0;
    min-height: 100%;
}

.form-legal-col .form-legal-fieldset .form-legal-headline {
    line-height: 1.048;
    letter-spacing: -.4px;
    margin-bottom: 48px;
    font-size: 20px;
    color: #8c8b8b;
}

.form-legal-col .form-legal-fieldset .form-legal-item {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 28px;
    font-size: 15px;
}

.form-legal-col .form-legal-fieldset .form-legal-item label {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    color: #858585;
    float: right;
}

.form-legal-col .form-legal-fieldset .form-legal-item input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    line-height: 0;
    padding: 10px 12px;
    width: 100%;
    outline: none;
    font-size: 13px;
}

.form-legal-col .form-legal-fieldset .form-legal-item input::placeholder {
    text-indent: 0;
}

.form-legal-col .form-legal-fieldset .form-legal-item select {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    line-height: 0;
    padding: 5px 12px;
    width: 30%;
    outline: none;
    font-size: 13px;
    float: right;
    margin-left: 10px;
    margin-bottom: 28px;
}

.form-legal-col .form-legal-fieldset .form-legal-item input.input-code-national {
    text-align: left;
}

.form-legal-col .form-legal-fieldset .form-legal-item input.input-code-national::placeholder {
    text-align: right;
}

.has-diviter {
    width: 20px !important;
    float: right;
}

.has-diviter-remember-me {
    width: 70% !important;
    margin-right: 0px !important;
}

.has-diviter-item {
    padding-bottom: 50px;
    border-bottom: 1px solid #f1f1f1;
}

.has-diviter-item .number-card {
    margin-top: 20px;
}

.form-legal-row-submit {
    width: 100%;
    float: right;
    padding: 0 15px 50px;
    text-align: center;
}

.form-legal-row-submit .parent-btn {
    display: inline;
}

.form-legal-row-submit button {
    width: 300px;
    padding: 13px 30px;
}

.form-legal-row-submit a.btn-default {
    background-color: #7a7a7a;
    border-color: #7a7a7a;
    padding: 9px 31px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    margin-top: 12px;
}

.form-legal-col .form-legal-fieldset .form-legal-item .input-number-card {
    width: 70%;
}

.form-legal-col .form-legal-fieldset .form-legal-item .check-btn {
    background: rgb(0, 191, 214);
    cursor: pointer;
    width: 25%;
    height: 45px;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid #b4b4b4;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.692;
    outline: none;
}

/*profile------------------------------*/

/*shopping------------------------*/

header.shopping-page {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: -1 2px 12px 0 hsla(0, 0%, 44.3%, .14);
    position: relative;
    text-align: center;
}

header.shopping-page .header-shopping-logo img {
    width: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
}

header.shopping-page ul.checkout-steps {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

header.shopping-page ul.checkout-steps li.is-completed {
    width: 30%;
    position: relative;
    display: inline-block;
}

header.shopping-page ul.checkout-steps li.is-active {
    width: 30%;
    position: relative;
    display: inline-block;
}

header.shopping-page ul.checkout-steps li.is-active:before {
    content: "";
    width: 0;
    height: 0;
}

header.shopping-page ul.checkout-steps li.is-completed-active:after {
    content: "";
    position: absolute;
    width: 101.5%;
    height: 2px;
    border-radius: 3.5px;
    background-color: #00bfd6 !important;
    bottom: -18px;
    margin-right: -63px;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header.shopping-page ul.checkout-steps li.is-completed:before {
    content: "";
    position: absolute;
    width: 104%;
    height: 2px;
    border-radius: 3.5px;
    background-color: #d0d0d0;
    bottom: -18px;
    margin-right: 22%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


@media(max-width: 991px) {
    header.shopping-page ul.checkout-steps li.is-completed:before{
        margin-right: 31%;
    }
}
@media(max-width: 767px) {
    header.shopping-page ul.checkout-steps li.is-completed:before{
        margin-right: 41%;
    }
}
@media(max-width: 520px) {
    header.shopping-page ul.checkout-steps li.is-completed:before{
        margin-right: 47%;
    }
}
@media(max-width: 472px) {
    header.shopping-page ul.checkout-steps li.is-completed:before{
        margin-right: 34%;
    }
    header.shopping-page ul.checkout-steps li.is-completed{
        width: 40%;
    }
    header.shopping-page ul.checkout-steps li.is-completed:before{
        width: 100%;
    }
}
@media(max-width: 444px) {
    header.shopping-page ul.checkout-steps li.is-completed:before {
        width: 97%;
    }
    header.shopping-page ul.checkout-steps li.is-completed:before{
        margin-right: 40%;
    }
}

header.shopping-page ul.checkout-steps li a.checkout-steps-item {
    color: #a5a5a5;
    text-decoration: none;
    position: relative;
}

header.shopping-page ul.checkout-steps li.is-completed a.checkout-steps-item:after {
    content: "";
    width: 0;
    height: 0;
}

header.shopping-page ul.checkout-steps li a.checkout-steps-item-link {
    text-decoration: none;
    color: #00bfd6;
    font-weight: 700;
    position: relative;
}

header.shopping-page ul.checkout-steps li.is-completed a.active-link:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -24px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #a5a5a5;
    z-index: 1000;
}

header.shopping-page ul.checkout-steps li.is-active a.active-link:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: -24px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #a5a5a5;
    z-index: 1000;
}

header.shopping-page ul.checkout-steps li a.active-link-shopping:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -24px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00bfd6;
    z-index: 1000;
}

.shipment-page-container {
    width: 100%;
    height: auto;
    /*float: right;*/
    margin-top: 50px;
}

.headline-checkout-shopping {
    width: 100%;
    color: #858585;
    padding-right: 25px;
    font-size: 18px;
    margin-bottom: 15px;
}

.shipment-page-container #address-section .checkout-contact {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}

.shipment-page-container #address-section .checkout-contact .checkout-contact-content {
    padding: 20px 43px 22px 20px;
    color: #6d6d6d;
    position: relative;
}

.shipment-page-container #address-section .checkout-contact .checkout-contact-content.active:before {
    content: "";
    width: 5px;
    top: 0;
    bottom: 0;
    right: -1px;
    position: absolute;
    background-color: #8dd4dc;
}

.shipment-page-container #address-section .checkout-contact .checkout-contact-content .checkout-contact-item {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
}

.shipment-page-container #address-section .checkout-contact .checkout-contact-content .checkout-contact-item span.full-name {
    font-weight: 700;
}

.shipment-page-container #address-section .checkout-contact .checkout-contact-content .checkout-contact-item a.edit-address-btn {
    margin-right: 11px;
    position: relative;
    color: #00bfd6;
    border: none;
    border-bottom: 1px dashed #00bfd6;
    background-color: transparent;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    padding: 5px;
}

.checkout-contact-item .checkout-contact-item-mobile {
    border-left: 1px solid #e4e4e4;
    padding-left: 10px;
    width: 174px;
    float: right;
    font-size: 14px;
}

.checkout-contact-item .checkout-contact-item-message {
    margin-right: 20px;
    display: inline-block;
    font-size: 14px;
}

.checkout-contact-item .address-part {
    display: block;
    font-size: 13px;
    margin-top: 10px;
}
.checkout-contact-badge{
    display: none;
}
.shipment-page-container #address-section .checkout-contact .checkout-contact-content .checkout-contact-badge.active {
    display: block;
    width: 41px;
    height: 41px;
    background-color: #f3feff;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    border: 1px solid #8dd4dd;
    position: absolute;
    left: 17px;
    bottom: -5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    color: #00bfd6;
    line-height: 35px;
}

.shipment-page-container #address-section .checkout-contact .checkout-contact-location {
    padding: 3px 10px 4px;
    font-size: 14px;
    line-height: 25px;
    background-color: #ededed;
    border: none;
    border-radius: 5px;
    color: #6d6d6d;
    text-decoration: none;
    float: left;
}

form#shipping-data-form {
    width: 100%;
    float: right;
}

.checkout-pack {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
    width: 100%;
    float: right;
}

.checkout-pack .checkout-pack-header {
    font-size: 16px;
    color: #000;
    padding: 16px 16px 5px;
}

.checkout-pack .checkout-pack-header span.checkout-time-table-shipping-lead-time {
    font-size: 14px;
    color: #81858b;
    border-right: 1px solid #a2a2a2;
    padding-right: 15px;
    margin-right: 5px;
    font-weight: 700;
}

.checkout-pack .checkout-time-table-shipping-type {
    display: block;
    color: #ef394e;
    font-size: 14px;
    font-weight: 700;
    padding: 0 16px 5px;
}

.checkout-pack .checkout-time-table-shipping-type i {
    margin-left: 10px;
    font-size: 18px;
    color: #ef394e !important;
}

.checkout-pack-row {
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
    width: 100%;
    float: right;
}

.checkout-pack-row .swiper-products-compact {
    width: 100%;
    padding: 10px 15px;
}

.product-box-container {
    width: 100%;
    height: auto;
    float: right;
    margin: 10px 0;
    text-align: center;
}

.product-box-container .product-box-compact {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 13px;
}

.product-box-container .product-box-compact img {
    width: 100px;
    cursor: pointer;
}

.product-box-container .product-box-compact .product-box-title {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -.3px;
    position: relative;
    text-align: center;
    color: #545454;
    font-weight: 700;
    cursor: pointer;
}

.checkout-time-table {
    display: block;
    padding: 20px;
    float: right;
    width: 100%;
}

.checkout-time-table .additional-options-action-bar {
    border: 1px solid #e1e1e1;
    margin-top: 10px;
    float: right;
    width: 100%;
}

.checkout-time-table .additional-options-action-bar .additional-options-checkbox-container {
    float: right;
    background: #fffcf2;
    padding: 10px 25px 10px 15px;
}

.checkout-time-table .additional-options-action-bar .additional-options-checkbox-container label.checkout-additional-options-checkbox-image {
    cursor: pointer;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background-image: url(../images/svg/d86ea8ec.svg);
}

.checkout-time-table .additional-options-action-bar .checkout-additional-options-action-container {
    float: right;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
}

.checkout-time-table .additional-options-action-bar .checkout-additional-options-action-container ul.action-description li {
    float: right;
    font-size: 12px;
    color: #a3a3a3;
    padding-left: 10px;
    border-left: 1px solid #e1e1e1;
    margin-left: 10px;
}

.checkout-time-table .additional-options-action-bar .checkout-additional-options-action-container ul.action-description li.package-shipping-cost {
    border: none;
}

.checkout-invoice {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    background: #fff;
    padding: 20px 40px 10px;
    width: 100%;
    float: right;
}

.checkout-invoice .checkout-invoice-headline {
    width: 100%;
    padding-right: 20px;
}

.checkout-invoice .checkout-invoice-headline .checkout-invoice-remember-me {
    margin-right: 50px;
    font-size: 12px;
}

.checkout-actions {
    width: 100%;
    float: right;
    padding: 5px 0;
    margin-top: 15px;
}

.checkout-actions .btn-link-spoiler {
    font-size: 12px;
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    margin-top: 13px;
    text-decoration: none;
    font-weight: 700;
    float: right;
}

.checkout-actions .save-shipping-data {
    font-size: 12px;
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    margin-top: 13px;
    text-decoration: none;
    font-weight: 700;
    float: left;
}

.footer-checkout-col {
    width: calc(30% - 4px);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    color: #535353;
    margin-bottom: 27px;
    height: 26px;
}

.footer-checkout-col span {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 18px;
}

.footer-checkout-col a {
    text-decoration: none;
    color: #535353;
}

.footer-checkout-col a:hover {
    text-decoration: none;
    color: #535353;
}

.payment {
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.payment ul.checkout-paymethod {
    background: #fff;
    width: 100%;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    position: relative;
    border: 1px solid #e7e7e7;
}

.payment ul.checkout-paymethod .wallet-container:first-child {
    border-bottom: 1px solid #ecebeb;
    width: 100%;
    float: right;
}

.payment ul.checkout-paymethod .wallet-container .checkout-paymethod-item {
    padding: 30px 150px 38px 90px;
    background: #fbffff;
    float: right;
    width: 100%;
    position: relative;
}

.payment ul.checkout-paymethod .wallet-container .checkout-paymethod-item>span {
    font-size: 30px;
    color: #c6c6c6;
    position: absolute;
    right: 85px;
    top: 28px;
}

.payment ul.checkout-paymethod .wallet-container .checkout-paymethod-item .radio-primary {
    float: right;
    display: inline-block;
    position: absolute;
    top: 41px;
    right: 40px;
    width: 19px;
    height: 19px;
}

.payment ul.checkout-paymethod .wallet-container .checkout-paymethod-item .radio-primary span.ui-radio-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
}

.payment ul.checkout-paymethod .wallet-container .checkout-paymethod-item .radio-primary input[type=radio] {
    position: absolute;
    z-index: 9999999;
    width: 19px;
    height: 19px;
    opacity: 0;
    cursor: pointer;
}

.payment ul.checkout-paymethod .wallet-container .checkout-paymethod-item .radio-primary input[type=radio]:checked+.ui-radio-check:before {
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 15px;
    height: 15px;
    background: #00bfd6;
    border-radius: inherit;
}

.payment ul.checkout-paymethod .wallet-container .checkout-paymethod-item .checkout-paymethod-title {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-top: 5px;
}

.payment ul.checkout-paymethod .wallet-container .checkout-paymethod-item .checkout-paymethod-title p.checkout-paymethod-title-label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000000;
}

.payment ul.checkout-paymethod .wallet-container .checkout-paymethod-item .checkout-paymethod-title .paymethod-wallet-amount {
    font-size: 11px;
    color: #a0a0a0;
    display: inline-block;
    margin-bottom: 20px;
}

.payment ul.checkout-paymethod .wallet-container .checkout-paymethod-item .wallet-extra-info {
    font-size: 12px;
    color: #a0a0a0;
    margin-bottom: 20px;
}

.payment ul.checkout-paymethod .wallet-container .checkout-paymethod-item .checkout-paymethod-by-digipay {
    position: absolute;
    width: 120px;
    height: 20px;
    left: 30px;
    bottom: 40px;
}

.payment ul.checkout-paymethod .wallet-container .checkout-paymethod-item .checkout-paymethod-by-digipay img {
    width: 120px;
}

.checkout-order-summary {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 15px 0 0;
    margin-bottom: 29px;
    width: 100%;
    float: right;
    display: inline-block;
}

.checkout-order-summary .checkout-order-summary-item {
    border-radius: 5px;
    float: right;
    width: 100%;
}

.checkout-order-summary .checkout-order-summary-item .checkout-order-summary-header {
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    width: 100%;
    position: relative;
    padding: 9px 25px 9px 50px;
    float: right;
    box-shadow: none;
}

.checkout-order-summary .checkout-order-summary-item .btn-checkout {
    width: 100%;
    background-color: #fff !important;
    outline: none;
    border: none;
    box-shadow: none !important;
}

.checkout-order-summary .checkout-order-summary-item .btn-checkout i {
    color: #c6c6c6;
    font-size: 20px;
    float: left;
    transition: .2s;
}

.checkout-order-summary .checkout-order-summary-item button[aria-expanded="true"] i {
    transform: rotate( 180deg);
    transition: .2s;
}

.checkout-order-summary .checkout-order-summary-item .checkout-order-summary-header .checkout-order-summary-row .checkout-order-summary-col-post-time, checkout-order-summary-col-how-to-send {
    font-size: 12px;
    color: #858585;
    text-align: center;
    float: right;
    font-weight: bold;
    width: 30%;
}

.checkout-order-summary .checkout-order-summary-item .checkout-order-summary-header .checkout-order-summary-row .checkout-order-summary-col-how-to-send {
    font-size: 12px;
    color: #858585;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    float: right;
    width: 150px;
}

.checkout-order-summary .checkout-order-summary-item .checkout-order-summary-header .checkout-order-summary-row .checkout-order-summary-col-shipping-cost {
    font-size: 12px;
    color: #858585;
    text-align: center;
    font-weight: bold;
    float: right;
    width: 30%;
}

.checkout-order-summary .checkout-order-summary-item .checkout-order-summary-header .checkout-order-summary-row .checkout-order-summary-col-shipping-cost span {
    display: block;
    font-weight: bold;
}

.checkout-order-summary .checkout-order-summary-item .checkout-order-summary-header .checkout-order-summary-row .checkout-order-summary-col-how-to-send span {
    display: block;
    font-weight: bold;
}

.checkout-order-summary .checkout-order-summary-item .checkout-order-summary-header .checkout-order-summary-row .checkout-order-summary-col-post-time span {
    display: block;
    font-weight: bold;
}

.checkout-order-summary-content {
    padding: 30px 0;
    border-radius: 0 0 5px 5px;
    float: right;
    width: 100%;
}

.checkout-order-summary-content .swiper-order-summary {
    padding: 0 10px;
    box-shadow: none;
    float: right;
}

.checkout-order-summary-tagline {
    font-size: 12px;
    color: #b9b9b9;
    font-weight: bold;
}

.checkout-price-options {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    float: right;
}

.checkout-price-options section.checkout-price-options-container {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 15px;
    width: 100%;
    float: right;
}

.checkout-price-options section.checkout-price-options-container .checkout-price-options-header {
    padding-right: 5px;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.checkout-price-options section.checkout-price-options-container .checkout-price-options-content {
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    line-height: 1.79;
    color: #3b3b3b;
    width: 100%;
    font-size: 13px;
}

.checkout-price-options section.checkout-price-options-container .checkout-price-options-row {
    width: 100%;
    float: right;
    position: relative;
}

.checkout-price-options-row .checkout-price-options-form-field {
    width: 85%;
    height: 45px;
    border-radius: 5px;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin-bottom: 15px;
    float: right;
}

.checkout-price-options-row .checkout-price-options-form-field .input-field {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0 15px;
    font-size: 12px;
    float: right;
}

.checkout-price-options-row .checkout-price-options-form-button {
    padding: 8px 15px;
    outline: none;
    background: #00bfd6;
    border: 1px solid #148693;
    border-radius: 5px;
    float: left;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.complate-page-container {
    width: 100%;
    height: auto;
    float: right;
}

.complate-page-container .success-checkout, .checkout-order-info {
    width: 100%;
    background: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    position: relative;
    height: auto;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding: 15px;
}

.complate-page-container .success-checkout .icon-success {
    width: 55px;
    height: 55px;
    background: #d7fbfb;
    border-radius: 50%;
    color: #02b4e4;
    line-height: 53px;
    text-align: center;
    margin: 25px auto;
    font-size: 25px;
}

.complate-page-container .success-checkout .warning {
    background: #ffdddd;
    color: #ff737b;
}

.complate-page-container .success-checkout .order-success {
    font-size: 16px;
    color: #968097;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.complate-page-container .success-checkout .order-success a.order-code {
    text-decoration: none;
    color: #02b4e4;
    font-weight: 700;
    background: #eaffff;
    padding: 0 10px;
    border-radius: 5px;
}

.complate-page-container .success-checkout .order-success .order-ready-post {
    display: block;
    margin-top: 15px;
    color: #777;
    font-weight: 700;
}

.checkout-order-info .order-info {
    padding: 15px;
}

.checkout-order-info .order-info .order-code {
    text-align: right;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #5a5a5a;
}

.checkout-order-info .order-info .order-code span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.checkout-order-info .order-info .checkout-process-order-info {
    font-size: 13px;
    text-align: right;
    padding: 15px 0;
    color: #5f5d5d;
    width: 60%;
}

.checkout-order-info .order-info .checkout-process-order-info a.processing {
    background: #eaffff;
    border-radius: 5px;
    color: #02b4e4;
    text-align: center;
    font-size: 12px;
    padding: 2px 5px;
    text-decoration: none;
    font-weight: bold;
}

.link-border {
    color: #00bfd6;
    background-color: transparent;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.link-border:hover {
    text-decoration: none;
    color: #00bfd6;
}

.checkout-order-info .order-info .btn-following-order {
    width: 25%;
    float: left;
    margin-top: -80px;
}

.checkout-order-info .order-info table {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #e8e2e2;
}

.checkout-order-info .order-info table thead {
    background: #ededed;
}

/*shopping------------------------*/

/*single-product------------------*/

.product-page {
    margin-top: 0;
    float: right;
    width: 100%;
}

.product-page .product-ext-links .product-ext-link {
    display: inline-block;
    text-decoration: none;
    font-size: .786rem iranyekan;
    color: #a1a3a8;
    float: left;
    margin-top: -40px;
}

.product-page .product-ext-links .product-ext-link i {
    font-size: 1.286rem;
    line-height: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

.js-product {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    margin-bottom: 0;
    float: right;
    padding: 15px;
    border-radius: 5px;
    margin-top: 60px;
}

.product-headline {
    width: 100%;
    border-bottom: 0 solid #f2f2f2;
    padding: 10px 0 0;
    float: right;
}

.product-headline .product-title-container {
    padding: 7px 0;
    position: relative;
}

.product-headline .product-title-container h1.product-title {
    font-size: 14px;
    font-weight: 700;
    float: right;
    width: 70%;
    margin-bottom: 0;
}

.product-attributes .product-config span.product-title-en {
    position: relative;
    bottom: 13px;
    right: 0;
    padding-left: 8px;
    margin-left: auto;
    margin-bottom: -20px;
    color: #c0c2c5;
    background-color: #fff;
    font-size: .857rem;
    line-height: 1.833;
}

.product-attributes .product-config .product-engagement {
    margin-bottom: 4px;
    font-size: .857rem;
    line-height: 1.833;
}

.product-attributes .product-config .product-engagement .product-engagement-item {
    display: inline-block;
    position: relative;
    margin-right: 8px;
}

.product-attributes .product-config .product-engagement .product-engagement-item:first-of-type {
    margin-right: unset;
}

.product-attributes .product-config .product-engagement .product-engagement-item .product-engagement-rating {
    align-items: center;
    color: #81858b;
    font-size: .857rem;
}

.product-attributes .product-config .product-engagement .product-engagement-item .product-engagement-rating::before {
    margin-left: 4px;
    color: #fac74b;
    content: "\F4CE";
    display: inline-block;
    font: normal normal normal 16px/1 "Material Design Icons";
}

.product-attributes .product-config .product-engagement .product-engagement-item .product-engagement-rating .product-engagement-rating-num {
    margin-right: 2px;
    color: #c0c2c5;
    font-size: .714rem;
    line-height: 2.2;
}

.product-attributes .product-config .product-engagement .product-engagement-item .product-engagement-set {
    height: 4px;
    width: 4px;
    margin-left: 8px;
    background-color: #dfdfdf;
    border-radius: 999px;
    display: inline-block;
}

.product-attributes .product-config .product-engagement .product-engagement-item .product-engagement-link {
    color: #0fabc6;
    cursor: pointer;
    display: inline-block;
    font-size: .857rem;
}

.product-headline .product-guaranteed span {
    font-size: 12px;
    width: 207px;
    display: inline-block;
    padding: 0 36px;
    text-align: right;
}

.product-attributes {
    width: 100%;
    float: right;
}

.product-attributes .product-config {
    width: 100%;
    height: auto;
    float: right;
    border-top: 1px solid #dfdfdf;
    margin-top: 15px;
}

.product-headline .product-directory ul li {
    font-size: 12px;
    display: inline-block;
}

.product-headline .product-directory ul span {
    color: #c0c2c5;
    margin: 0 10px;
    vertical-align: middle;
}

.product-attributes .product-seller-info {
    width: 100%;
    float: left;
    line-height: normal;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
}

.product-attributes .product-seller-info .product-seller-row {
    padding: 15px;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    float: right;
    position: relative;
}

.product-attributes .product-seller-info .product-seller-row:after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: -1px;
    height: 1px;
    background-color: #e4e4e4;
}

.product-attributes .product-seller-info .product-seller-row .js-guarantee-text>i {
    float: right;
    position: static;
    font-size: 20px;
    margin-left: 10px;
}

.product-attributes .product-seller-info .product-seller-row a.js-seller-count-row {
    font-size: 12px;
    color: #0fabc6;
    float: left;
}

.product-attributes .product-seller-info .product-seller-row>i {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 25px;
    color: #777;
}

.product-attributes .product-seller-info .product-seller-row .product-delivery-warehouse {
    color: #00bfd6;
}

.product-attributes .product-seller-info .js-seller-info-shipment>i {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.product-seller-row-price {
    width: 100%;
    padding: 0;
    font-size: 14px;
    float: left;
    text-align: left
}

.product-seller-row-price .product-seller-price-label {
    color: #b4b4b4;
    width: 100%;
    text-align: right;
    font-size: 12px;
}

.product-attributes .product-seller-info button {
    width: 85%;
    margin-bottom: 10px;
    margin-right: 25px;
}

.product-seller-row-price .product-seller-price-prev {
    display: inline;
    color: #030a16;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.714rem;
    line-height: 41px;
}

.product-attributes .product-seller-info .product-seller-row .btn-add-to-cart {
    width: 100%;
    height: 50px;
    padding: 10px;
    text-align: center;
    margin: 0;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #ef394e;
    display: block;
    overflow: hidden;
    transition: all .2s;
}

.product-attributes .product-seller-info .product-seller-row .btn-add-to-cart:hover {
    opacity: 0.8;
    transition: all .2s;
}

.product-attributes .product-seller-info .product-seller-row .product-delivery-warehouse:before {
    content: "";
    font-size: 1.4rem;
    background: url(../images/svg/single-product-1.svg) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    float: right;
    margin-bottom: 0;
    margin-left: 10px;
}

.product-attributes .product-seller-info .product-seller-digiclub {
    width: 100%;
    margin-top: 0;
    padding: 0;
    font-size: 13px;
}

.product-attributes .product-seller-info .product-seller-digiclub div {
    display: inline-block;
}

.product-attributes .product-seller-info .product-seller-digiclub img {
    width: 25px;
}

.product-attributes .product-seller-info .product-seller-row .product-remaining-in-stock-parent {
    padding: 16px 0;
}

.product-attributes .product-seller-info .product-seller-row .product-remaining-in-stock-parent .cart-view-count {
    align-items: center;
    font-size: .757rem;
    line-height: 20px;
    color: #a1a3a8;
}

.product-attributes .product-seller-info .product-seller-row .product-remaining-in-stock-parent .cart-view-count i {
    margin-left: 8px;
    font-size: 1.229rem;
    line-height: 20px;
    vertical-align: middle;
}

.product-attributes .product-seller-info .product-stock-status {
    width: 100%;
    padding: 10px;
}

.product-attributes .product-seller-info .product-stock-status .product-stock-title {
    color: #969696;
    font-size: 18px;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    position: relative;
}

.product-attributes .product-seller-info .product-stock-status .product-stock-title::before {
    content: "";
    margin: 0;
    height: 1px;
    background: #969696;
    width: 30%;
    right: 0;
    position: absolute;
    top: 33px;
}

.product-attributes .product-seller-info .product-stock-status .product-stock-title::after {
    content: "";
    margin: 0;
    height: 1px;
    background: #969696;
    width: 30%;
    left: 0;
    position: absolute;
    top: 33px;
}

.product-attributes .product-seller-info .product-stock-status .product-stock-body {
    color: #4a4a4a;
    font-size: .9rem;
}

.product-attributes .product-seller-info .product-stock-status .product-stock-action {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    font-size: 14px;
}

.product-variants {
    margin: 25px 0;
    width: 100%;
    float: right;
    font-size: 12px;
}

.product-variants span {
    float: right;
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 10px;
}

.product-variants ul {
    display: inline-block;
    float: right;
}

.product-variants ul li {
    margin-top: -7px;
    display: inline-block;
    float: right;
}

.product-variants ul.js-product-variants {
    margin: 20px -7px;
}

.product-variants ul.js-product-variants li {
    margin: 0 8px 8px 0;
    display: inline-block;
}

.product-variants ul.js-product-variants li .ui-variant-color {
    display: inline-block;
    position: relative;
}

.product-variants ul.js-product-variants li .ui-variant-color .ui-variant-shape {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 5px;
    background: #ccc;
    border: 1px solid #ccc;
    content: "";
}

.product-variants ul.js-product-variants li .ui-variant-color .ui-variant-check {
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 5px;
    color: #6f6f6f;
    padding: 5px 16px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: block;
    padding-right: 37px;
}

.js-c-ui-variant input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

input[type=radio]:checked+.ui-variant-check {
    border-color: #00bfd6 !important;
}

.product-variants ul li label.ui-variant-color input[type=radio]:checked+.ui-variant-check::before {
    content: "\F12C";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    position: absolute;
    left: 8px;
    top: -9px;
    bottom: 0;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
}

.product-variants ul li label.ui-variant-color input[type=radio]:checked+.ui-variant-check-white::before {
    color: #000 !important;
}

.product-variants ul li label.ui-variant-color {
    position: relative;
    display: inline-block;
    float: right;
}

.product-variants ul li label.ui-variant-color span.ui-variant-shape {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 6px;
    top: 1px;
    background: #ccc;
    border: 1px solid #ccc;
    content: "";
    border-radius: 7px;
}

.product-variants ul li label.ui-variant-color span.ui-variant-check {
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 7px;
    color: #6f6f6f;
    text-align: center;
    width: 7px;
    height: 27px;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 1.692;
    display: block;
    padding-right: 22px;
    margin: 0 5px;
}

.product-params {
    padding: 15px 0;
    font-size: 13px;
}

.product-params ul {
    font-weight: 700;
    display: block;
    float: right;
}

.product-params ul li {
    margin: 10px 0;
    font-size: 12px;
    color: #777;
}

.product-params ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    margin-left: 5px;
    border-radius: 50%;
    float: right;
    margin-top: 10px;
}

.product-params ul li.title-product-features{
    font-weight: 700;
    color: #000;
}

.product-params ul li.title-product-features::before{
    content: "";
    width: 0 !important;
    margin: 0;
}

.product-params ul li.product-params-more {
    display: none;
}

.product-params ul li:last-child:before {
    content: "";
    width: 0;
    height: 0;
}

.product-additional-info .product-additional-item {
    margin: 15px 0;
    color: #686868;
    float: right;
    width: 100%;
    display: flex;
}

.product-additional-info .product-additional-item:before {
    content: "\F5D6";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    text-rendering: auto;
    line-height: inherit;
    font-size: 20px;
}

.product-additional-info .product-additional-item p {
    padding: 0 15px;
    font-size: 11px;
    display: inline-block;
}

.product-feature-body {
    width: 100%;
    text-align: center;
    float: right;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    padding: 0 25px;
    margin-top: 60px;
}

.product-feature-body .product-feature {
    padding: 20px 0;
    text-align: right;
}

.product-feature-body .product-feature .product-feature-col {
    text-align: right;
    display: block;
    margin: 0 auto;
}

.product-feature-body .product-feature .product-feature-col img {
    width: 50px;
    margin-top: 0;
    margin-left: 0;
    vertical-align: top;
    filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(35%);
    -webkit-filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(35%);
    -moz-filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(35%);
    -o-filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(35%);
    -ms-filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(35%);
}

.product-feature-body .product-feature .product-feature-col a {
    text-decoration: none;
    font-size: 13px;
    color: #9b9b9b;
    display: block;
    float: right;
}

.product-feature-body .product-feature .product-feature-col a span {
    font-size: 12px;
    display: inline-block;
}

.box-suppliers {
    width: 100%;
    margin-top: 0;
    float: right;
    background-color: #fff;
    padding: 0 15px;
}

.box-suppliers .box-suppliers-headline-container {
    width: 100%;
    padding: 15px 0;
    float: right;
}

.box-suppliers .box-suppliers-headline-container .headline-delivery {
    float: right;
    text-align: center;
    font-weight: 400;
}

.box-suppliers .box-suppliers-headline-container .headline-delivery span {
    position: relative;
    display: inline-block;
    font-size: 1.143rem;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 8px;
}

.box-suppliers .box-suppliers-headline-container .headline-delivery span::after {
    content: "";
    background-color: #ef394e;
    margin-top: 8px;
    height: 2px;
    width: 70px;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.table-suppliers {
    color: #3c3c3c;
}

.table-suppliers .table-suppliers-body .table-suppliers-row {
    width: 100%;
    float: right;
    height: auto;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.table-suppliers .table-suppliers-body .table-suppliers-row .table-suppliers-cell {
    padding: 15px 20px;
    cursor: pointer;
    width: 280px;
    float: right;
    position: relative;
}

.table-suppliers .table-suppliers-body .table-suppliers-row .table-suppliers-cell-title:before {
    display: inline-block;
    content: "";
    background: url(../images/svg/single-product-2.svg)no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    margin-top: 16px;
    float: right;
}

.table-suppliers .table-suppliers-body .table-suppliers-row .table-suppliers-cell-no-lead-time:before {
    display: inline-block;
    content: "";
    background: url(../images/svg/single-product-1.svg)no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    margin-top: 0;
    float: right;
}

.table-suppliers .table-suppliers-body .table-suppliers-row .table-suppliers-cell .seller-wrapper {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.table-suppliers .table-suppliers-body .table-suppliers-row .table-suppliers-cell p.table-suppliers-seller-name {
    display: block;
    float: right;
    margin-bottom: 5px;
}

.table-suppliers .table-suppliers-body .table-suppliers-row .table-suppliers-cell p.table-suppliers-seller-name a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
}

.table-suppliers-rating {
    display: block;
    font-size: 12px;
    color: #00bfd6;
}

.table-suppliers-rating .product-seller-second-line {
    float: right;
}

.table-suppliers-rating span.u-divider:before {
    content: "|";
    display: inline-block;
    color: #e4e4e4;
    margin: 0 4px;
}

.table-suppliers-cell-no-lead-time p {
    color: #00bfd6;
    font-size: 12px;
    margin-top: 5px;
}

.table-suppliers-cell-guarantee span {
    font-size: 12px;
    margin-top: 20px;
    color: #777;
    display: block;
}

.table-suppliers-cell-price {
    font-size: 12px;
    margin-top: 14px;
}

.table-suppliers-cell-price .price-value {
    font-size: 16px;
    font-weight: 700;
}

.table-suppliers-cell-price .price-value span {
    font-size: 13px;
}

.table-suppliers-cell-action {
    width: 178px !important;
    float: left !important;
}

.table-suppliers-cell-action a.js-btn-add-to-cart {
    border-radius: 8px;
    background-color: transparent;
    border: 2px solid #00bfd6;
    padding: 10px 22px;
    color: #00bfd6;
    font-weight: 700;
    line-height: 1.571;
    font-size: 13px;
    margin-top: 5px;
    float: left;
    text-decoration: none;
    transition: all 300ms ease;
}

.table-suppliers-cell-action a.js-btn-add-to-cart:hover {
    color: #fff;
    background-color: #00bfd6;
    transition: all 300ms ease;
}

.table-suppliers-more {
    padding: 23px 0 31px;
    border-top: 1px solid #ededed;
    text-align: right;
    float: right;
    width: 100%;
    font-size: 16px;
}

.in-filter {
    display: none;
}

.p-tabs {
    margin-top: 0;
    position: relative;
    padding: 0 10px;
    line-height: 22px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.p-tabs .box-tabs {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e0e0e2;
    font-size: 16px;
    float: right;
    margin: 0;
    margin-bottom: 0;
}

.p-tabs .box-tabs li.box-tabs-tab {
    float: right;
    border-left: none;
    padding: 10px 0;
    cursor: pointer;
    margin-right: 25px;
}

.p-tabs .box-tabs li.box-tabs-tab:first-child{
    margin-right: 0;
}

.p-tabs .box-tabs li.box-tabs-tab a {
    text-decoration: none;
    color: #6f6f6f;
    display: block;
}

.p-tabs .tabs-content {
    padding: 35px 25px 35px;
    float: right;
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 50px;
}

.active-tabs {
    border-bottom: 4px solid #ef394e;
    background: #fff !important;
    margin-bottom: -1px;
    border-radius: 2px 2px 0 0;
}

.params-headline {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: 700;
}

.params-headline span {
    font-size: 16px;
    display: block;
    padding: 0 3px;
    font-weight: 700;
    margin-top: 5px;
}

.content-expert-summary {
    background: #ffffff;
    color: #404040;
    font-size: 16px;
    line-height: 2.25;
    padding: 25px;
    min-height: 256px;
    position: relative;
    margin-right: -24px;
    margin-left: -16px;
}

.content-expert-summary .is-masked {
    position: relative;
    padding-bottom: 15px;
}

.mask-text-product-summary.active {
    max-height: unset !important;
}

.content-expert-summary .is-masked .mask-text-product-summary {
    overflow: hidden;
    max-height: 250px;
    height: unset;
}

.mask-handler {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 15px;
    background: #fcfcfc;
    cursor: pointer;
    color: #00bfd6;
    background-color: transparent;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    width: 100%;
    bottom: -20px;
}

.mask-handler:hover {
    text-decoration: none;
    color: #00bfd6;
}

span.show-less {
    display: none;
}

.content-expert-summary .is-masked .shadow-box {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    bottom: 10px;
    height: 105px;
    z-index: 1;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 98.8%, .99) 99%, #fcfcfc);
}

.content-expert-summary .is-masked .mask-handler span {
    border-bottom: 1px dashed #00bfd6;
    position: relative;
}
.product-additional-info  .is-masked {
    position: relative;
    padding-bottom: 15px;
}
.product-additional-info .is-masked .shadow-box {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    bottom: 10px;
    height: 105px;
    z-index: 1;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 98.8%, .99) 99%, #fcfcfc);
}
.product-additional-info .product-additional-item.is-masked > p {
    overflow: hidden;
    max-height: 80px;
    height: unset;
}
.product-additional-info .product-additional-item.is-masked > p.active {
    max-height: unset !important;
}
.product-additional-info .is-masked .mask-handler span {
    border-bottom: 1px dashed #00bfd6;
    position: relative;
}
.content-expert-stats {
    width: 100%;
    padding: 25px 0 55px;
    background: #fff;
    float: right;
}

.content-expert-stats .content-expert-stats-left {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.content-expert-stats .content-expert-stats-left .content-expert-evaluation {
    margin: 30px 0 40px;
}

.content-expert-stats .content-expert-stats-left .content-expert-evaluation .content-expert-evaluation-positive {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
}

.content-expert-stats .content-expert-stats-left .content-expert-evaluation .content-expert-evaluation-positive span {
    color: #00bfd6;
}

.content-expert-stats .content-expert-stats-left .content-expert-evaluation .content-expert-evaluation-positive ul li {
    margin: 6px 0;
    padding-right: 17px;
    color: #5f5f5f;
    position: relative;
}

.content-expert-stats .content-expert-stats-left .content-expert-evaluation .content-expert-evaluation-positive ul li:before {
    width: 6px;
    height: 6px;
    background: #00bfd6;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
}

.content-expert-stats .content-expert-stats-left .content-expert-evaluation .content-expert-evaluation-negative {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
}

.content-expert-stats .content-expert-stats-left .content-expert-evaluation .content-expert-evaluation-negative span {
    color: #ff637d;
}

.content-expert-stats .content-expert-stats-left .content-expert-evaluation .content-expert-evaluation-negative ul li {
    margin: 6px 0;
    padding-right: 17px;
    color: #5f5f5f;
    position: relative;
}

.content-expert-stats .content-expert-stats-left .content-expert-evaluation .content-expert-evaluation-negative ul li:before {
    width: 6px;
    height: 6px;
    background: #ff637d;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
}

.content-expert-blockquote {
    position: relative;
    margin: 15px 0;
    background: #fbfbfb;
    font-size: 16px;
    line-height: 2.75;
    color: #494949;
    font-weight: 300;
    padding: 40px 150px 40px 121px;
}

.content-expert-blockquote:before {
    content: "";
    position: absolute;
    top: 29px;
    right: 55px;
    width: 70px;
    height: 55px;
    background: url(../images/svg/single-product-5.svg) no-repeat 50% 50%;
    background-size: 100%;
}

.content-expert-blockquote:after {
    content: "";
    position: absolute;
    top: 100px;
    left: 55px;
    width: 70px;
    height: 55px;
    background: url(../images/svg/single-product-4.svg) no-repeat 50% 50%;
    background-size: 100%;
}

.footer-product-id {
    width: 100%;
    padding: 25px;
    color: #858585;
    text-align: center;
    font-size: 14px;
    float: right;
}

.params section {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    float: right;
}

.params .params-title {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 30px;
    width: 100%;
    position: relative;
    padding-right: 20px;
}

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

.params .params-title ul.params-list {
    width: 100%;
    margin-bottom: 50px;
}

.params .params-title ul.params-list li {
    margin: 8px -8px;
}

.params-list-key {
    padding-right: 8px;
    padding-left: 8px;
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.params-list-key span {
    display: block;
    background: #fafafa;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: #4d4d4d;
    min-height: 45px;
    position: relative;
}

.params-list-value {
    padding-right: 8px;
    padding-left: 8px;
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.params-list-value span {
    display: block;
    background: #fafafa;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: #4d4d4d;
    min-height: 45px;
    position: relative;
}

.js-dk-wiki-trigger {
    width: 100%;
    float: right;
    cursor: pointer;
}

.js-dk-wiki-trigger .wiki-container {
    position: absolute;
    top: calc(100% + 17px);
    right: -10px;
    padding: 11px 11px 21px;
    min-width: 273px;
    max-width: 394px;
    -webkit-box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    background-color: #fff;
    z-index: 121;
    border: 1px solid #f1f1f1;
    display: none;
}

.js-dk-wiki-trigger .wiki-container:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10.5px 10px 10.5px;
    border-color: transparent transparent #fff transparent;
    bottom: 0;
    right: 37px;
    top: -10px;
}

.js-dk-wiki-trigger:hover .wiki-container {
    display: block;
}

.comments-headline {
    font-size: 25px;
    font-weight: 700;
    color: #6f6f6f;
    display: block;
    margin-bottom: 15px;
    float: right;
}

.comments-headline span {
    font-size: 16px;
    display: flex;
    padding: 0 3px;
    font-weight: 700;
    margin-top: 5px;
}

.comments-summary {
    margin: 25px -30px 60px;
    float: right;
    width: 100%;
}

.comments-summary .comments-side-rating-container {
    margin-bottom: 20px;
}

.comments-summary .comments-side-rating-container .comments-side-rating-main {
    color: rgb(3, 10, 22);
    font-weight: 700;
    font-size: 2.857rem;
    line-height: 28px;
    display: inline-block;
}

.comments-summary .comments-side-rating-container .comments-side-rating-desc {
    margin-right: 8px;
    font-size: 1rem;
    line-height: 1.571;
    color: rgb(3, 10, 22);
    display: inline-block;
}

.product-star {
    float: right;
    margin-top: 10px;
    padding-right: 5px;
}

.product-star i {
    color: #cccccc;
    font-size: 14px;
    float: right;
    margin-right: 3px;
}

.product-star i.active {
    color: #ffc74a;
}

.comments-summary .comments-side-rating-container .comments-side-rating-bottom .comments-side-rating-all {
    font-size: 0.857rem;
    line-height: 2.2;
    color: rgb(129, 133, 139);
    -webkit-box-align: center;
    align-items: center;
    margin-right: 8px;
    display: inline-block;
}

ul.comments-item-rating {
    width: 100%;
    padding: 0;
    background: #ffffff;
}

ul.comments-item-rating li {
    margin-bottom: 15px;
}

ul.comments-item-rating li>.cell {
    font-size: 15px;
    padding: 0 10px;
    display: block;
    color: #636363;
}

ul.comments-item-rating li>.cell-2 {
    width: 100%;
    padding: 0 10px;
    float: left;
    margin-top: 10px;
    position: relative;
}

ul.comments-item-rating li>.cell-2 .rating-general {
    width: 150px;
    background: #d5d5d5;
    height: 8px;
    border-radius: 5px;
    margin-bottom: 2px;
    display: inline-block;
    overflow: hidden;
}

ul.comments-item-rating li>.cell-2 .rating-overall-word {
    color: rgb(98, 102, 109);
    flex-shrink: 0;
    font-size: 0.857rem;
    line-height: 1.833;
    margin-right: 8px;
    width: 20px;
}

ul.comments-item-rating li>.cell-2 .rating-rate {
    width: 110px;
    height: 8px;
    background: #00bfd6;
}

.comments-summary-note {
    width: 100%;
    float: left;
    padding: 0 15px;
    font-size: 14px;
    position: relative;
}

.comments-summary-note span {
    font-size: 14px;
    margin-top: 20px;
    color: #5a5a5a;
    display: block;
}

.comments-summary-note button {
    width: 100%;
    background-color: #7a7a7a;
    border: 1px solid #7a7a7a;
    font-size: 16px;
    padding-right: 80px !important;
    box-shadow: none;
}

.comments-touchpoint-digiclub {
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 13px;
    color: #616060;
}

.comments-touchpoint-digiclub img {
    width: 25px;
}

.comments-touchpoint-digiclub span {
    display: inline-block;
    font-size: 13px;
}

.comments-dc-touch {
    padding-right: 40px;
    margin-top: 20px;
    position: relative;
}

.comments-dc-touch::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background: url(../images/digiclub.png) 50% center / contain no-repeat;
}

.comments-dc-touch .comments-dc-touch-title {
    font-size: 1rem;
    line-height: 1.71;
    color: rgb(66, 71, 80);
}

.comments-dc-touch .comments-dc-touch-desc {
    font-size: 0.857rem;
    line-height: 1.833;
    color: rgb(129, 133, 139);
    margin-top: 4px;
}

.comments-filter {
    width: 100%;
    float: right;
    padding-bottom: 0;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}

.comments-filter .sort-row-text {
    margin-right: 10px;
    margin-left: 16px;
    color: rgb(66, 71, 80);
    font-size: 0.857rem;
    line-height: 1.833;
    font-weight: 700;
    display: inline-block;
}

.filter-title {
    margin-right: 19px;
    color: #636363;
}

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

ul.filter-items {
    float: right;
    color: #636363;
    margin-bottom: 0;
    display: block;
    border: none;
}

ul.filter-items li {
    display: inline-block;
    margin-right: 10px;
    padding: 17px 0;
}

ul.filter-items li a {
    text-decoration: none;
    color: #4d4d4d;
    padding: 16px 0;
    font-size: 0.857rem;
    border: none !important;
    cursor: pointer;
}

ul.filter-items li a.active {
    color: rgb(239, 86, 98) !important;
}

.ul.comments-list {
    margin-top: 15px;
    padding: 0;
}

ul.comments-list li {
    float: right;

    background-color: #fff;
    padding: 30px 30px 30px;
    margin-bottom: 0;
    width: 100%;
    margin-top: 15px;
}ul.comments-list > li{
     border-top: 1px solid #ccc;
 }

ul.comments-list li section {
    float: right;
    border-radius: 5px;
    background-color: #d3d2d217;
    padding: 30px 0 30px;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}

.aside {
    width: 100%;
    float: right;
    padding: 0;
}

.aside .message-light {
    font-size: 13px;
    line-height: 2.23;
    background-color: #fdfff8;
    border: 1px solid #e2f0d5;
    border-radius: 3px;
    color: rgba(36, 90, 29, .98);
    padding: 0 15px 0 12px;
}

.aside .message-light span {
    font-size: 20px;
    vertical-align: middle;
}

.comments-user-shopping {
    padding: 5px 0;
    width: 100%;
    float: right;
}

.comments-user-shopping>li {
    margin: 10px 0;
    width: 100%;
    font-size: 14px;
    color: #777;
    float: right;
}

.comments-user-shopping>li .color-cell {
    float: right;
    width: 100%;
    margin: 5px 0;
}

.comments-user-shopping>li .color-cell span.shopping-color-value {
    background-color: #2196f3;
    border: 1px solid rgba(0, 0, 0, 0.25);
    width: 17px;
    height: 17px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
}

.comments-user-shopping>li .color-cell span.mdi-home {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
}

.opinion-positive {
    background-color: #f1feff !important;
    border: 1px solid #c2f2f7 !important;
    color: #1599a9 !important;
    padding: 5px 15px !important;
}

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

.article .header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #5f5f5f;
    font-size: 14px;
}

.article .header div {
    font-size: 20px;
    font-weight: 500;
}

.article .header div span {
    display: block;
    color: #adadad;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
}

.article p {
    line-height: 2.71;
    color: #505050;
    font-size: 14px;
}

.article .footer {
    margin-top: 25px;
    float: left;
    font-size: 14px;
    color: #777;
    text-align: left;
}

.article .footer .btn-like {
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 2px 13px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 1.692;
    margin-right: 15px;
    cursor: pointer;
}
.comment-like-container.comments-likes button{
    cursor: pointer;
}
.user-suggest.text-muted{
    font-size: 13px;
    margin: -10px 0 8px;
}
.hide{
    display: none;
}
.review-suggest-item{
    border-radius: 5px;
    border: 1px solid #f1f2f4;
    padding: 0 10px;
    margin: 0 2px;
    cursor: pointer;
}
.product-offer-question{
    margin-bottom: 20px;

}
.product-offer-question .product-review-suggest{
    justify-content: space-between;
}
.review-suggest-item label{
    cursor: pointer;
    text-align: center;
    font-size: 30px;
}
.review-suggest-item label i{
    margin-top: 11px;
}
.review-suggest-item.active{
    border: 2px solid #19bfd3;
}
.article .footer .btn-like:before {
    margin-left: 7px;
    color: #7a7a7a;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: inherit;
    content: attr(data-counter);
}

.js-faq-container form {
    width: 100%;
    float: right;
}

.faq-headline {
    font-size: 25px;
    color: #6f6f6f;
    width: 100%;
    font-weight: 700;
}

.faq-headline span {
    font-size: 16px;
    display: block;
    padding: 0 3px;
    font-weight: 700;
    margin-top: 5px;
}

.form-faq-row {
    margin-top: 20px;
    margin-right: -10px;
    margin-left: -10px;
}

.form-faq-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.form-faq-row .form-faq-col .ui-textarea .ui-textarea-field {
    width: 100%;
    height: 180px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    color: #424242;
    width: 100%;
    vertical-align: top;
    font-size: 14px;
}

.btn-tertiary {
    border-radius: 8px;
    background-color: #7a7a7a;
    padding: 17px 80px;
    color: #fff;
    font-size: 16px;
    outline: none !important;
    float: right;
    cursor: pointer;
}

.form-auth-row-product {
    float: right;
    margin: 0 35px;
}

.faq-list {
    margin-top: 40px;
    width: 100%;
}

.faq-filter {
    width: 100%;
    border-bottom: 1px solid #eee;
    float: right;
    overflow: hidden;
}

.faq-filter .faq-filter-title {
    padding: 14px 19px 14px 17px;
    position: relative;
    font-size: 16px;
    display: block;
}

.faq-filter .faq-filter-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #00bfd6;
    border-style: solid;
    border-width: 7px 0 0 7px;
}

.faq-filter .faq-filter-title span {
    color: #7f7f7f;
    font-size: 13px;
}

.faq-filter ul.faq-filter-items {
    float: left;
    font-size: 16px;
    margin-bottom: 0;
}

.faq-filter ul.faq-filter-items li {
    display: inline-block;
    margin-right: 20px;
}

.faq-filter ul.faq-filter-items li a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 14px 17px;
    color: #4d4d4d;
}

ul.faq-list {
    margin-top: 40px;
    float: right;
    overflow-x: auto;
}

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

ul.faq-list li .section:after {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fcfcfc;
    top: 41px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 100%;
}

ul.faq-list li .section {
    position: relative;
    background: #fcfcfc;
    border: 1px solid #dbdbdb;
    margin-right: 171px;
    padding: 19px 29px 75px 15px;
    color: #4d4d4d;
    min-height: 220px;
    float: right;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
}

ul.faq-list li .faq-header-question {
    font-size: 62px;
    color: #35ccde;
    width: 122px;
    margin-left: 44px;
    padding-top: 0;
    position: absolute;
    left: 100%;
    top: 15px;
    text-align: center;
}

ul.faq-list li .faq-header-question p {
    color: #7a7a7a;
    font-size: 18px;
    display: block;
}

ul.faq-list li .faq-header-question p span {
    color: #959595;
    display: block;
    font-size: 13px;
}

ul.faq-list li .footer {
    width: 90%;
    float: right;
    font-size: 13px;
    position: absolute;
    bottom: 25px;
}

ul.faq-list li .footer em {
    color: #d3d3d3;
    font-style: normal;
    margin-left: 10px;
    float: right;
}

.js-add-answer-btn {
    float: left;
    margin-left: 30px;
}

.mini-buy-box-fixed {
    margin-bottom: 40px;
    margin-top: 20px;
}

.question-side-bar .question-filter {
    border: 1px solid #e0e0e2;
    border-radius: 5px;
    padding: 0 12px 10px;
    FONT-VARIANT: JIS04;
    margin-top: 35px;
    float: right;
}

.question-side-bar .question-filter .question-filter-bottom {
    padding-top: 16px;
    font-weight: 500;
    border-top: 1px solid #dfdfdf;
    color: #424750;
    font-size: 1rem;
    line-height: 1.571;
}

.mini-buy-box-fixed .mini-buy-box {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e0e0e2;
    background-color: #fff;
    display: inline-block;
}

.mini-buy-box-fixed .mini-buy-box .mini-buy-box-product-info {
    padding: 16px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e2;
    float: right;
}

.mini-buy-box-fixed .mini-buy-box .mini-buy-box-product-info img {
    width: 80px;
    height: 80px;
    margin-left: 20px;
}

.mini-buy-box-fixed .mini-buy-box .mini-buy-box-product-info .mini-buy-box-product-info-info {
    width: 200px;
    min-height: 80px;
    float: left;
}

.mini-buy-box-fixed .mini-buy-box .mini-buy-box-product-info .mini-buy-box-product-info-info .title {
    width: 100%;
    min-height: 50px;
    font-size: 0.857rem;
    line-height: 1.833;
    overflow: hidden;
}

.mini-buy-box-fixed .mini-buy-box .mini-buy-box-product-info .mini-buy-box-product-info-info .colors {
    width: 100%;
    height: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0.857rem;
    line-height: 1.833;
    overflow: hidden;
}

.mini-buy-box-fixed .mini-buy-box .mini-buy-box-product-info .mini-buy-box-product-info-info .colors .js-variant-color {
    width: 14px;
    height: 14px;
    margin-left: 10px;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(3, 10, 22, 0.1);
    border-image: initial;
    margin-bottom: 0;
}

.mini-buy-box-fixed .mini-buy-box .mini-buy-box-row {
    width: 100%;
    min-height: 30px;
    margin-bottom: 4px;
    font-size: 0.857rem;
    line-height: 1.833;
    position: relative;
}

.mini-buy-box-fixed .mini-buy-box .mini-buy-box-row i {
    font-size: 18px;
    vertical-align: middle;
}

.mini-buy-box-fixed .mini-buy-box .product-seller-row {
    position: relative;

    -webkit-box-align: center;
    align-items: center;
    font-size: 0.9rem;
    color: rgb(66, 71, 80);
    padding-top: 12px;
    padding-right: 0px;
    padding-left: 0px;
}

.mini-buy-box-fixed .mini-buy-box .product-seller-row .product-mini-seller-price-real {
    color: rgb(66, 71, 80);
    font-size: 25px;
    text-align: left;
    width: 100%;
}

.mini-buy-box-fixed .mini-buy-box .product-seller-row .product-mini-seller-price-real .mini-buy-box-toman {
    font-weight: 800;
    font-size: 0.857rem;
    line-height: 1.833;
}

.mini-buy-box-fixed .mini-buy-box .mini-buy-box-btn-row {
    margin: 10px 0px 0px;
    display: inline-block;
    width: 100%;
}

.mini-buy-box-fixed .mini-buy-box .mini-buy-box-btn-row .product-add-to-cart-btn {
    font-size: 14px;
    padding: 10px 15px;
    line-height: 1.571;
    font-weight: 700;
    background-color: rgb(239, 57, 78);
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(239, 57, 78);
    border-image: initial;
    display: block;
    transition: all .2s;
}

.mini-buy-box-fixed .mini-buy-box .mini-buy-box-btn-row .product-add-to-cart-btn:hover {
    opacity: 0.8;
    transition: all .2s;
}

/*single-product------------------*/

/* product-comparison---------------------- */

.o-headline {
    margin: 10px 0;
    padding: 0 30px;
    float: right;
    width: 100%;
    position: relative;
}

.o-headline span {
    font-weight: bold;
    color: #000;
}

.o-headline i {
    font-size: 30px;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    right: 0;
    line-height: 25px;
    color: #000000;
}

.p_comparison {
    width: 100%;
    border-radius: 0;
    margin: 20px 0;
    display: inline-block;
    overflow-x: auto;
}

.p_comparison .p_comparison-overflow {
    width: 2000px;
    overflow-x: auto;
}

.p_comparison .p_comparison-overflow .modal-dialog {
    max-width: 840px;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 9px;
    padding-left: 9px;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col .ui-input {
    position: relative;
    float: right;
    width: 70%;
    line-height: 22px;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col .ui-input::before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 15px;
    top: 17px;
    font-size: 17px;
    color: #717171;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col .ui-input input {
    border-radius: 0 5px 5px 0;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    padding-right: 42px;
    outline: none;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col .selectric-wrapper {
    position: relative;
    cursor: pointer;
    width: 30%;
    float: left;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col .selectric-wrapper .selectric-filter {
    border: 1px solid #c8c8d6;
    border-radius: 8px 0 0 8px;
    background: #fff;
    position: relative;
    display: inline-block;
    width: 100%;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col .selectric-wrapper .selectric-filter .nice-select {
    font-size: 12px;
    height: 47px;
    line-height: 45px;
    border-right: none;
    background: transparent;
    border-radius: 0;
    padding-right: 18px;
    padding-left: 30px;
    border: none;
    width: 100%;
    text-align: right !important;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col .selectric-wrapper .selectric-filter .nice-select::after {
    left: 12px;
    right: auto;
    width: 10px;
    height: 10px;
    top: 45%;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col .selectric-wrapper .selectric-filter .nice-select.right .list {
    width: 100%;
    height: 160px;
    overflow-y: auto;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col .selectric-wrapper .selectric-filter .nice-select.right .list li {
    text-align: right;
    padding-right: 10px;
    padding-left: 15px;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-selector-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 17px 17px 0;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-selector-col ul.form-compare-selector-items {
    max-height: 60vh;
    overflow: auto;
    padding: 0 0 17px;
    min-height: 290px;
    margin: -33px 0 0;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-selector-col ul.form-compare-selector-items li {
    position: relative;
    margin-top: 17px;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-selector-col ul.form-compare-selector-items li .form-compare-selector-item {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    text-align: center;
    display: block;
    cursor: pointer;
    width: 100%;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-selector-col ul.form-compare-selector-items li .form-compare-selector-item figure {
    height: auto;
    margin-bottom: 15px;
    position: relative;
    margin: 1em 40px;
}

.p_comparison .p_comparison-overflow .modal-dialog .form-compare-selector-col ul.form-compare-selector-items li .form-compare-selector-item .js-compare-title {
    font-size: .857rem;
    line-height: 2;
    display: block;
    padding: 0 18px;
    overflow: hidden;
}

.p_comparison ul.compare-list {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(181, 181, 181, 0.11) 0px 12px 12px 0px;
    list-style: none;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-image: initial;
    margin-bottom: 28px;
    position: sticky;
    top: 0;
    border-bottom: 2px solid rgb(0, 191, 214);
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.p_comparison ul.compare-list li.is-header {
    display: inline-block;
    width: 290px;
    margin-left: 10px;
    border-left: 1px solid #e4e4e4;
}

.p_comparison ul.compare-list li.is-header .compare-list-value {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.p_comparison ul.compare-list li.is-header .compare-list-value .compare-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 18px;
    position: relative;
    text-align: center;
    color: #626262;
    font-size: 1.071rem;
    line-height: 1.467;
    outline: none;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    float: left;
}

.p_comparison ul.compare-list li.is-header .compare-list-value .compare-add {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 18px;
    position: relative;
    text-align: center;
    color: #626262;
    font-size: 1.071rem;
    line-height: 1.467;
    outline: none;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    float: left;
}

.p_comparison ul.compare-list li.is-header .compare-list-value .compare-img::before {
    width: 0;
    height: 0;
    border-color: transparent transparent #00bfd6;
    border-style: solid;
    border-width: 0 10px 10px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -5px;
    content: "";
}

.p_comparison ul.compare-list li.is-header .compare-list-value .compare-img .compare-btn-remove {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 12px;
    text-align: center;
    line-height: 34px;
    z-index: 4;
    cursor: pointer;
    padding: 0;
    font-size: 20px;
}

.p_comparison ul.compare-list li.is-header .compare-list-value .compare-img .js-compare-product-images {
    height: 180px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    margin: 0 auto;
    display: flex;
}

.p_comparison ul.compare-list li.is-header .compare-list-value .compare-img .js-compare-product-images img {
    max-width: 100%;
    margin: 0 auto;
}

.p_comparison ul.compare-list li.is-header .compare-list-value .compare-img .title {
    display: block;
    overflow: hidden;
    font-size: .929rem;
    line-height: 2.23;
    text-align: center;
    color: #626262;
    margin-bottom: 10px;
    margin-top: 15px;
}

.p_comparison ul.compare-list li.is-header .compare-list-value .compare-img .price {
    text-align: center;
    color: #fb3449;
    letter-spacing: .8px;
    font-size: 1.071rem;
    line-height: 1.467;
}

.p_comparison ul.compare-list li.is-header .compare-list-value .compare-img .btn-add-to-cart {
    float: right;
    margin-top: 15px;
    border-radius: 8px;
    padding: 0.7rem 0.75rem;
}

.p_comparison ul.compare-list li.is-header .compare-list-value .compare-add .compare-placement {
    border-radius: 19px;
    border: 5px dashed #d2d2d2;
    background: none;
    max-width: 270px;
    margin: auto;
    display: block;
    padding: 35px;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    color: #b3b3b3;
    cursor: pointer;
}

.p_comparison ul.compare-list li.is-header .compare-list-value .compare-add .compare-placement i {
    font-size: 105px;
    display: block;
    margin-bottom: 15px;
}

.p_comparison ul.compare-list li.is-header .compare-list-value .compare-add .btn-add-comparison {
    float: right;
    width: 100%;
    margin-top: 15px;
    border-radius: 8px;
    background-color: #7a7a7a;
    border-color: #7a7a7a;
    padding: 0.7rem 0.75rem;
}

.p_comparison .compare-quick-title {
    color: #4d4d4d;
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px;
}

.p_comparison .compare-quick-title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 0;
    border-color: transparent #00bfd6 transparent transparent;
    border-style: solid;
    border-width: 7px 7px 7px 0;
}

.p_comparison .compare-quick-list {
    list-style: none;
    padding: 0;
    margin-bottom: 47px;
    background-color: #fff;
}

.p_comparison .compare-quick-list li {
    margin: 10px 0;
    display: block;
}

.p_comparison .compare-quick-list li .compar-list-title {
    max-width: 100%;
    font-size: .929rem;
    line-height: 1.692;
    padding: 9px 26px;
    background-color: #f9f7fc;
    font-weight: 700;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.p_comparison .compare-quick-list li .compare-list-value {
    position: relative;
    min-height: 1px;
    display: inline-block;
    width: 290px;
}

.p_comparison .compare-quick-list li .compare-list-value span {
    padding: 14px 18px 12px;
    font-size: 1rem;
    line-height: 1.571;
    color: #4d4d4d;
    letter-spacing: -.3px;
    min-height: 47px;
    position: relative;
    float: right;
}

/* product-comparison---------------------- */

/*product-comment--------------------------*/

.product-comment {
    width: 100%;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff;
    border: 1px solid #eee;
    margin: 14px auto;
    padding-bottom: 60px;
    line-height: 22px;
    float: right;
    border-radius: 15px;
    overflow: hidden;
    padding-top: 30px;
}

.product-comment .comments-product-col-info .comments-product-headline {
    border-bottom: 1px solid rgb(242, 242, 242);
    padding: 0;
    width: 100%;
}

.product-comment .comments-product-col-info .comments-product-headline .comments-product-title {
    font-size: 1.371rem;
    line-height: 32px;
    color: rgb(73, 73, 73);
    margin-top: 25px;
}

.product-comment .comments-product-col-info .comments-product-headline .comments-product-title span {
    color: rgb(181, 181, 181);
    font-size: 0.9rem;
    line-height: 1.571;
    display: block;
    margin-top: 5px;
}

.product-comment .comments-product-col-info .comments-product-attributes {
    width: 100%;
    padding-left: 90px;
    padding-top: 25px;
    padding-right: 50px;
}

.product-comment .comments-product-col-info .comments-product-attributes .comments-product-attributes-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.692;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: -10px;
    color: #666666;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider.slider-horizontal {
    width: 70%;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider.slider-horizontal.slider-rtl .slider-track {
    background: #d5d5d5;
    height: 5px;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-selection.tick-slider-selection {
    background: #35ccde;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-tick {
    width: 12px;
    height: 12px;
    background: silver;
    border: 2px solid #fcfcfc;
    top: 2px;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-tick.in-selection {
    width: 12px;
    height: 12px;
    border: 2px solid #fcfcfc;
    background-color: #35ccde;
    top: 2px;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-handle {
    width: 20px;
    height: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    background: #35ccde;
    top: -3px;
}

.product-comment .comments-product-col-info .comments-product-attributes .form-ui form {
    max-width: 100%;
}

.comments-add-col--content input::placeholder, .comments-add-col--content textarea::placeholder {
    padding-right: 7px;
}

.comments-add-col--content h3 {
    margin-bottom: 25px;
    letter-spacing: -.5px;
    font-size: 22px;
    line-height: 1.5;
    color: #555;
}

.comments-add-col--content .desc-comment {
    color: #54696b;
}

.comments-add-col--content .cl-circle-title {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    float: right;
    margin: 8px 0 0 10px;
}

.comments-add-col--content .cl-circle-title.cl-primary {
    background: #00bfd6;
}

.comments-add-col--content .cl-circle-title.cl-red {
    background: #fb3449;
}

.product-offer-question-option {
    padding-right: 40px;
}

.product-offer-question-option label {
    color: #6777ef;
    padding-top: 0;
}

.comments-add-col--content p {
    font-size: 12px;
    line-height: 1.36;
    text-align: center;
}

.comments-add-col--content .add-points {
    width: 30px;
    height: 28px;
    background: none;
    position: absolute;
    left: 6px;
    top: 8px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #878787;
    border-radius: 4px;
    color: #878787;
    font-size: 24px;
    line-height: 23px;
    outline: none;
    display: none;
}

.form-comment-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    position: relative;
}

.form-comment-title--positive {
    padding-right: 20px;
}

.form-comment-title--negative {
    padding-right: 20px;
}

.form-comment-title--positive:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 6px;
    border-radius: 4px;
    background: #00bfd6;
    content: "";
}

.form-comment-title--negative:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 6px;
    border-radius: 4px;
    background: #fb3449;
    content: "";
}

.ui-input--add-point {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

.ui-input--add-point .ui-input-field {
    padding-left: 44px;
    width: 100%;
    height: 40px;
    margin: auto;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    outline: none;
}

.ui-input--add-point .ui-input-point {
    width: 48px;
    height: 100%;
    background: none;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.ui-input--add-point .ui-input-point:before {
    content: "+";
    font-size: 22px;
    position: absolute;
    top: 7px;
    left: 7px;
    color: #878787;
    border: 2px solid #878787;
    border-radius: 5px;
    padding: 0 7px;
}

.form-comment-dynamic-labels {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px;
}

.ui-dynamic-label {
    position: relative;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    border-radius: 8px;
    padding: 8px 14px 8px 38px;
    background: #ccc;
}

.ui-dynamic-label--positive {
    background-color: #edf6f7;
    color: #3a8c96;
}

.ui-dynamic-label--negative {
    background-color: #fff3f4;
    color: #fb3449;
}

.form-comment-dynamic-labels .ui-dynamic-label {
    margin-top: 12px;
}

.ui-dynamic-label-remove {
    width: 38px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    outline: none !important;
}

.ui-dynamic-label-remove:before {
    position: absolute;
    content: "×";
    font-size: 25px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-ui .form-row .input-ui {
    width: 100%;
    height: 45px;
    margin: auto;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    font-size: 12px;
    color: #666666;
}

.product-comment .comment-submit-button {
    font-size: 1rem;
    line-height: 1.375;
    background-color: rgb(0, 191, 214);
    color: rgb(255, 255, 255);
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(65, 167, 180);
    border-image: initial;
    padding: 10px 70px;
    margin-bottom: 15px;
}

.product-comment .comments-add-row .comments-add-col-form {
    padding: 40px 40px 34px 68px;
}

.product-comment .comments-add-col-content {
    border-right: 1px solid rgb(237, 237, 237);
    padding: 40px 50px;
    width: 100%;
}

.product-comment .comments-add-col-content h3 {
    margin-bottom: 45px;
    letter-spacing: -0.5px;
    font-size: 22px;
    line-height: 1.5;
    color: rgb(85, 85, 85);
    font-weight: 500;
}

.product-comment .comments-add-col-content p {
    font-size: 14px;
    line-height: 2.36;
    color: #828282;
}

/*product-comment-----------------*/

/* mag---------------------------*/

.homepage-top {
    height: auto;
    padding: 0;
    background-color: #fff;
    z-index: 6;
    line-height: 80px;
}

.homepage-top .logo {
    background-color: #2899d5;
    overflow: hidden;
    height: 80px;
    width: 100%;
    float: right;
    color: #fff;
    text-align: center;
    font-size: 25px;
}

.homepage-top .logo span.mag-logo {
    background-color: #fff;
    padding: 0 5px;
    border-radius: 5px 0 0 5px;
    color: #2899d5;
    font-size: 14px;
}

/* mag---------------------------*/
/* about------------------------ */
.about-us{
    background-color: #fff;
}
.about-us .about-us-head{
    background: linear-gradient(225deg,#d22c4e,#ee384e 41.68%,#ef5662);
}
.about-us .about-us-head .about-us-head-content{
    max-width: 1280px;
    margin: 0 auto;
    padding: 109px 24px;
    background-image: url(../images/page-about/bg-head.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    display: inline-block;
    width: 100%;
}
.about-us .about-us-head .about-us-head-content .about-us-head-title-logo{
    font-size: 44px;
    color: #fff;
}

.about-us .about-us-head .about-us-head-content .about-us-head-title{
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 800;
    color: #fff;
    margin-top: 8px;
}
.about-us .about-us-head .about-us-head-content .about-us-head-text{
    font-size: 1.071rem;
    line-height: 1.8;
    color: #fff;
    max-width: 500px;
}
.about-us .about-us-content .about-us-description-section{
    padding: 60px 10px;
}

.about-us .about-us-content .about-us-description-section .about-us-description-title{
    text-align: center;
    font-size: 1.857rem;
    line-height: 1.8;
    color: #232933;
}
.about-us .about-us-content .about-us-description-section .about-us-description-text{
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    color: #030a16;
    margin: 5px auto 0;
    max-width: 800px;
}
.about-us .about-us-content .about-us-description-section .about-us-desc-cards-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
}
.about-us .about-us-content .about-us-description-section .about-us-desc-cards-container .about-us-desc-card{
    text-align: center;
    width: 240px;
    margin-top: 32px;
}
.about-us .about-us-content .about-us-description-section .about-us-desc-cards-container .about-us-desc-card:nth-child(2){
    border-left: 1px solid #e0e0e2;
    border-right: 1px solid #e0e0e2;
}
.about-us .about-us-content .about-us-description-section .about-us-desc-cards-container .about-us-desc-card .about-us-desc-card-number{
    font-size: 2rem;
    line-height: 1.571;
    color: #19bfd3;
    font-weight: 800;
    margin-top: 5px;
}
.about-us .about-us-content .about-us-description-section .about-us-desc-cards-container .about-us-desc-card .about-us-desc-card-text{
    font-size: 1.357rem;
    line-height: 1.8;
    color: #424750;
    font-weight: 700;
}
.about-us .about-us-content .about-us-description-section .about-us-desc-cards-container .about-us-desc-card .about-us-desc-card-link{
    font-size: .857rem;
    line-height: 1.8;
    color: #e6123d;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}
.about-us .about-us-content .about-us-description-section .about-us-desc-cards-container .about-us-desc-card .about-us-desc-card-link i{
    margin-right: 5px;
    vertical-align: middle;
    font-size: 14px;
}
.about-us .page-content-about{
    padding: 5px 100px;
}

.about-us .page-content-about .page-content-about-paragraph{
    margin: 30px 0;
    display: block;
}

.about-us .page-content-about .page-content-about-paragraph p{
    font-size: 14px;
    line-height: 2.5;
    color: #535353;
    direction: rtl;
    text-align: right;
}

.about-us .page-content-about .page-content-about-full-image{
    width: 100%;
    text-align: center;
    margin: 96px auto 25px;
}

.about-us .page-content-about .page-content-about-full-image img{
    max-width: 100%;
}
/* about------------------------ */
/*contact-us-------------------------------*/
.contact-us{
    width: 100%;
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    background-color: #fff;
    border: 1px solid #eee;
    margin: 60px auto;
    padding-bottom: 60px;
    line-height: 22px;
    border-radius: 5px;
    display: inline-block;
}

.contact-us .page-content-contact-us{
    padding: 5px 100px;
}

.contact-us .page-content-contact-us h1.page-content-contact-us-title{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.63;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #555;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big p{
    font-size: 14px;
    line-height: 2.5;
    color: #535353;
    direction: rtl;
    text-align: right;
    margin-bottom: 0;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big p a{
    color: #1ca2bd;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .form-legal-item{
    width: 48%;
    margin: 25px 0;
    display: inline-block;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .legal-item-textarea{
    width: 100%;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .form-legal-item .form-legal-label{
    font-size: 13px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 15x;
    margin-bottom: 5px;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .form-legal-item .ui-input-field,.ui-select-field{
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #717171;
    font-size: 13px;
    line-height: 1.571;
    padding: 7px 12px;
    letter-spacing: -.8px;
    outline: none;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .form-legal-item .ui-textarea-field{
    height: 87px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #717171;
    font-size: 13px;
    line-height: 1.571;
    padding: 5px 12px;
    letter-spacing: -.8px;
    outline: none;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .upload-drag{
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    border: 1px dashed #e0e0e2;
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 8px;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .upload-drag .upload-drag-message{
    color: #555;
    font-size: 13px;
    line-height: 1.692;
    margin-bottom: 10px;
    text-align: center;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .upload-drag .upload-drag-btn{
    font-size: 14px;
    line-height: 1.571;
    font-weight: 700;
    border-radius: 9px;
    color: #030a16;
    border: 1px solid #e0e0e2;
    background-color: #fff;
    padding: 10px 16px;
    cursor: pointer;
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .upload-drag-uploaded-and-submit{
    text-align: left;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .upload-drag-uploaded-and-submit .contact-us-form-submit{
    border: none;
    border-radius: 8px;
    background-color: #00bfd6;
    color: #fff;
    padding: 16px 41px;
    cursor: pointer;
    outline: none;
}

.info-page-separator{
    margin: 40px auto 36px;
    border-top: 1px solid #9b9b9b;
}

.contact-us .page-content-contact-us .message-light{
    color: #424750;
    padding: 22px;
    position: relative;
    border-radius: 15px;
    line-height: 22px;
    margin: 15px auto;
    padding-right: 0;
    font-size: 14px;
    float: none;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .message-light ul{
    padding: 10px 25px 0 0;
    list-style: disc;
}

.message-light-success{
    background-color: #eeffdf;
    border: 1px solid #b7ecb8;
    color: #518541;
    padding: 22px;
    position: relative;
    border-radius: 15px;
    line-height: 22px;
    margin: 15px auto;
    padding-right: 15px;
    font-size: 14px;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .message-light-success span.info-page-bold{
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .message-light-success span.info-page-bold a{
    color: #518541;
    font-weight: 700;
}

.contact-us .page-content-contact-us .page-content-contact-us-title-smaller{
    width: 100%;
    float: right;
    margin-top: 0;
    color: #555;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-us .page-content-contact-us .page-content-contact-us-title-smaller .page-content-contact-us-full-paragraph{
    font-size: 14px;
    line-height: 2.5;
    color: #535353;
    direction: rtl;
    text-align: right;
}

.contact-us .page-content-contact-us .message-light-error{
    background-color: #fff9fa;
    border: 1px solid #ffc1c5;
    color: #ef5662;
    padding: 22px;
    position: relative;
    border-radius: 15px;
    line-height: 22px;
    margin: 15px auto;
    padding-right: 15px;
    font-size: 14px;
    width: 100%;
    float: right;
}

.contact-us .page-content-contact-us .page-content-contact-us-full-paragraph{
    font-size: 14px;
    line-height: 2.5;
    color: #535353;
    direction: rtl;
    text-align: right;
    width: 100%;
    float: right;
}
/*contact-us-------------------------------*/
/*responsive---------------------*/

@media(max-width: 767px) {
    .header-right {
        margin-right: 0px !important;
    }
    .header-right .logo {
        border-bottom: 1px solid #ececec;
        width: 100% !important;
    }
    .header-right .search-header {
        width: 75% !important;
        position: relative;
        left: 15px !important;
        margin-top: 0 !important;
        margin-bottom: -10px !important;
    }
    .responsive-header-left {
        margin-top: -60px !important;
        margin-left: 0 !important;
    }
    .responsive-header-left {
        top: 0 !important;
    }
    .nav-btn {
        right: 3px !important;
    }
    .main-slider {
        border-radius: 18px;
        /*margin-bottom: 70px;*/
        box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .12);
    }
    .header-main-page {
        margin-bottom: 0!important;
    }
    .responsive-header-left .question-faq {
        position: absolute;
        top: -60px !important;
    }
    .widget-product .owl-carousel .owl-nav, .owl-next {
        display: none;
    }
    .card {
        /*        background: #f5f5f5;*/
        border: none !important;
    }
    .widget, .brand-slider {
        box-shadow: none;
        padding: 0;
        background: none;
    }
    .widget-product .product-carousel .item, .brand-slider .owl-carousel .item {
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
        border-radius: 5px;
        border: 1px solid #f6f6f6;
        padding-bottom: 15px;
    }
    .widget-product span.title-one, .widget-product .title-super-markets {
        border-bottom: none !important;
        padding-bottom: 0;
    }
    .footer-inner-box a {
        margin-bottom: 10px;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        float: none;
    }
    .checkout-empty-inner-box a {
        margin-bottom: 10px;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        float: none;
    }
    .page-aside {
        margin-top: 20px !important;
        border-radius: 5px;
    }
    .info-page_after-faq::after {
        content: "";
        width: 0;
        height: 0;
    }
    .question-not-found {
        background: none;
    }
    .question-not-found .question-not-found-title {
        float: right;
        color: #2a2a2a;
        text-align: right;
        font-size: 20px;
    }
    .question-not-found .info-page_contact-option {
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
        border-radius: 8px;
    }
    .question-not-found .info-page_contact-option>span, i {
        color: #2a2a2a;
    }
    .question-not-found .info-page_contact-option .faq-send-message {
        margin-bottom: 20px;
        display: inline-block;
    }
    .content-expert-blockquote {
        padding: 0;
    }
    .info-page-faq .content-info-page .box-rounded-content {
        padding: 0 10px;
    }
    .content-expert-blockquote:before {
        content: "";
        background: none;
    }
    .content-expert-blockquote:after {
        content: "";
        background: none;
    }
    .profile-navbar, .page-profile {
        margin-top: 30px !important;
    }
    .headline-profile {
        margin-top: 15px !important;
    }
    .card-header {
        background: none;
    }
    #suggestion-slider .item a {
        background: #fff;
    }
    #suggestion-slider .item .price {
        background: #fff;
    }
    .js-products {
        margin-top: 0;
    }
    .search-sidebar {
        display: none;
    }
    .header-filters {
        display: block;
    }
    .profile-stats .profile-recent-fav .profile-comment .profile-comment-actions li .btn-helpful {
        float: none;
        margin-left: 0;
    }
    .edit-address-btn, .remove-address-btn {
        padding: 3px 10px;
        font-size: 12px;
    }
    .profile-user-history ul li .user-history-list-item {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .listing-header {
        display: none;
    }
    .product-guaranteed {
        display: none;
    }
    .product-feature-body .product-feature .product-feature-col {
        width: 40%;
        text-align: center;
    }
    .product-feature-body .product-feature .product-feature-col a span {
        width: 100%;
        text-align: center;
        display: block;
        float: none;
    }
    .product-feature-body .product-feature .product-feature-col img {
        float: none;
        margin-left: 0;
    }
    .product-feature-body .product-feature .product-feature-col a {
        float: none;
        margin-bottom: 15px;
    }
    .mask-text-product-summary:before {
        content: "";
        background: none;
    }
    .content-expert-summary {
        padding: 25px 50px 27px 50px;
    }
    .comments-summary-note button {
        width: 100%;
    }
    .article .footer {
        margin-top: 20px;
        float: right;
    }
    .p-tabs .box-tabs-main {
        width: 800px;
        overflow-x: scroll;
        display: block;
        overflow-y: hidden;
    }
    .p-tabs .box-tabs {
        font-size: 16px;
        margin: 0;
        width: 1078px;
    }
    .filter-item-main {
        float: right;
        overflow-y: hidden;
        width: 800px;
        overflow-x: auto;
    }
    ul.filter-items {
        font-size: 16px;
        margin-bottom: 0;
        width: 1400px;
        float: right;
    }
    ul.faq-filter-items {
        width: 1400px;
        float: right !important;
    }
    .widget .card-header, .brand-slider .card-header {
        padding-bottom: 15px;
        border-bottom: none;
        margin-bottom: 0;
    }
    .amazing {
        display: block !important;
    }
    .js-products{
        margin-top: 18px;
    }
    .product-headline .product-title-container h1.product-title{
        width: 100%!important;
    }
}

@media (max-width: 1240px) {

    .main-menu {
        display: none !important;
    }
    .nav-btn {
        display: block;
        margin-top: -9px;
        right: 4px;
    }
    .header-right {
        margin-right: 0;
        margin-top: 0;
    }
    .header-right .search-header {
        width: 100%;
        background: #fff;
        border: 1px solid #979797;
        height: 45px;
        margin-bottom: 0;
        margin-top: 0;
        position: relative;
        left: 15px;
        border-radius: 10px;
    }
    .header-right .search-header .search-result {
        top: 85%;
        left: 0;
        width: 100.5%;
        right: -1px;
        border: 1px solid #979797;
        border-top: none;
    }
    .header-right .search-header input:focus {
        background-color: #fff;
        border: none;
    }
    .header-right .search-header input {
        background: #fff;
        height: 40px;
    }
    .header-right .search-header .btn-search {
        background: #fff;
        height: 40px;
        bottom: 6px;
        background-color: transparent;
    }
    .header-right .search-header .btn-search::before {
        content: "";
        display: block;
        height: 30px;
        background: #e0e0e2;
        position: absolute;
        right: 47px;
        width: 1px;
        top: 64%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header-right .logo {
        padding-bottom: 10px;
        margin-top: 0;
        width: 152%;
        display: block;
        margin-top: 5px;
        border-bottom: 1px solid #ececec;
    }
    .header-left .btn-login, .mini-cart-header {
        display: none;
    }
    .responsive-header-left {
        display: block;
        position: relative;
        float: left;
        margin-top: 0;
        color: #929292;
        font-size: 35px;
        padding-left: 0;
        top: 48px;
    }
    .responsive-header-left .btn-login-responsive {
        background: #fff;
        color: #929292;
        outline: none;
        cursor: pointer;
        height: 40px;
        font-size: 30px;
        float: left;
    }
    .responsive-header-left .btn-login-responsive .cart-count {
        font-size: 11px;
        line-height: 17px;
        color: #fff;
        height: 20px;
        width: 20px;
        background-color: #ef394e;
        text-align: center;
        vertical-align: middle;
        border-radius: 6px;
        font-weight: 900;
        border: 2px solid #fff;
        position: absolute;
        bottom: -5px;
        right: -10px;
    }
    .responsive-header-left .btn-login-responsive a {
        color: #424750;
    }
    .responsive-header-left .btn-login-responsive:hover .dropdown-menu-login {
        opacity: 1;
        visibility: visible;
        transition: all 0.1s ease-in;
    }
    .responsive-header-left .mini-cart-header-responsive:hover .mini-cart-dropdown {
        opacity: 1;
        visibility: visible;
        transition: all 0.1s ease-in;
    }
    .responsive-header-left .mini-cart-header-responsive {
        float: right;
        padding-left: 10px;
        cursor: pointer;
        font-size: 30px;
        height: 40px;
        color: #424750;
    }
    .responsive-header-left .question-faq {
        background: #fff;
        color: #424750;
        position: absolute;
        top: -50px;
        left: 0;
        height: 30px;
        cursor: pointer;
        outline: none;
        margin-top: 10px;
    }
    .responsive-header-left .question-faq span {
        position: relative;
        top: -12px;
    }
    .dropdown-menu-login .header-profile-dropdown-account span{
        top: 0;
    }
    .info-page-cover .info-page-search {
        width: 100%;
    }
    .info-page-cover .info-page-search .info-page-input-search {
        width: 99%;
        height: 43px;
        margin-top: 1px;
        padding-left: 90px;
    }
    .info-page-cover .info-page-search .btn-info-page-search {
        position: absolute;
        left: 0;
        border-radius: 8px 0 0 8px;
    }
    .checkout-price-options-row .checkout-price-options-form-field {
        width: 100%;
    }
    .checkout-price-options-row .checkout-price-options-form-button {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .btn-modify {
        display: block;
        margin-right: 0 !important;
        margin-left: 10px;
    }
    .promotion-categories-container .category-container {
        float: right;
        overflow-x: auto;
        width: 100%;
    }
    .promotion-categories {
        width: 1220px;
    }
    .mini-buy-box-fixed {
        display: none;
    }
    .res-w {
        max-width: 100% !important;
    }
    .about-us .about-us-head .about-us-head-content{
        background-image: none;
    }

}

@media (max-width: 1135px) {
    footer .footer-address .footer-contact ul li a.phone-contact::before {
        content: "";
        width: 0;
        height: 0;
    }
    footer .footer-address .footer-contact ul li.email-title {
        margin-right: 0;
    }

}

@media (max-width: 992px) {
    .remodal-fmcg-container .remodal-fmcg-content .remodal-fmcg-actions .js-fmcg-modal-reject {
        margin-right: 0 !important;
    }
    footer .footer-form form {
        width: 100%;
    }
    .toggle-box {
        padding: 20px 50px 20px 10px;
    }
    .toggle-box-active>ul>li.has-sub>a::before {
        position: absolute;
        right: 11px;
        top: 44px;
    }
    .toggle-box-active>ul>li.has-sub>a::after {
        position: absolute;
        right: 20px;
        top: 35px;
    }
    .headline-profile {
        margin-top: 125px;
    }
    .table-draught-col {
        width: 100% !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        border-top: 1px solid #f1f1f1;
    }
    .btn-modify {
        margin-right: 0 !important;
        margin-top: 15px;
        display: block;
        text-align: center;
        margin-left: 0 !important;
    }
    .table-draught-row {
        border-top: none !important;
    }
    .table-draught {
        margin-bottom: 0;
    }
    .profile-comment-thumb {
        width: 100% !important;
    }
    .profile-stats .profile-recent-fav {
        width: 100%;
    }
    .profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-rating {
        display: inline-block;
        width: 100%;
    }
    .profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-img {
        text-align: center;
        width: 100%;
        display: grid;
    }
    .profile-stats .profile-recent-fav .profile-comment .profile-comment-content {
        width: 100% !important;
        min-height: auto;
    }
    .page-profile {
        margin-top: 20px;
    }
    .page-profile {
        margin-top: 125px;
    }
    .profile-stats .profile-recent-fav a {
        float: none;
        text-align: center !important;
    }
    .profile-stats .profile-recent-fav .img-profile-favorites, .profile-recent-fav-col, .profile-recent-fav-price, .profile-wishlist {
        width: 100% !important;
        text-align: center;
    }
    .headline-profile-favorites {
        margin-top: 10px;
    }
    #more-information .middle-container .form-checkout .form-checkout-valid-row {
        width: 100%;
    }
    .header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter .toggle-box {
        padding: 20px 50px;
    }
    .listing-counter {
        display: none;
    }
    .product-gallery {
        text-align: center;
    }
    .zoomWrapper {
        width: 100% !important;
        text-align: center;
    }
    .swiper-container {
        display: block;
    }
    .article .footer .btn-like {
        display: block;
        margin: 15px auto;
    }
    .form-auth-row-product {
        margin-top: 0;
        margin-right: 25px;
    }
    .btn-tertiary {
        margin-bottom: 25px;
    }
    .js-add-answer-btn {
        float: right;
    }
    .profile-stats .profile-recent-fav .profile-recent-fav-col {
        margin-top: 20px !important;
    }
    .checkout-order-info .order-info .btn-following-order {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .checkout-order-info .order-info .btn-following-order button {
        text-align: center;
    }
    .amazing-product img {
        display: none;
    }
    .amazing-section .container-amazing {
        background: none;
    }
    .amazing-section .container-amazing .amazing-product {
        display: none;
    }
    .widget-product .card-header-amazing {
        display: block;
        color: #fff;
    }
    .widget-product .card-header-amazing a.card-title {
        float: left;
        color: #fff;
    }

}

@media (max-width: 1020px) {
    .profile-stats .table-orders {
        display: none;
    }
    .product-box-profile {
        display: block;
    }
    .profile-stats .table-orders, .order-end, .profile-table {
        display: none;
    }
    .page-profile-order {
        display: none;
    }
    .page-profile {
        display: block;
    }
}

@media (max-width: 421px) {
    .widget-product .product-carousel .item ins, .brand-slider .product-carousel .item ins {
        font-size: 16px;
    }
    .widget-product .card-header .view-all {
        display: none;
    }
    .remodal-overlay .remodal a.remodal-close {
        display: none;
    }
    .remodal-overlay .remodal a.close-profile-address {
        display: block;
    }
    .remodal-fmcg-container .remodal-fmcg-content .remodal-fmcg-actions .js-fmcg-modal-approve {
        margin-bottom: 10px;
    }
    .checkout-header-delivery-cost {
        display: none;
    }
    .add-to-sfl {
        line-height: 2 !important;
        text-align: right;
    }
    .cart-item-product-price {
        line-height: 2;
        text-align: right;
        font-size: 16px;
        float: none;
    }
    .selenium-next-step-shipping {
        margin-bottom: 15px;
    }
    .info-page-cover .info-page-search .btn-info-page-search {
        padding: 9px 20px;
    }
    .info-page-cover .info-page-search .info-page-input-search {
        font-size: 13px;
    }
    .middle-container {
        padding: 30px 30px 30px 30px !important;
    }
    .profile-return-message-link {
        font-size: 16px !important;
        width: 220px !important;
    }
    .profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-img img {
        width: 140px;
    }
    .profile-stats .profile-recent-fav .profile-comment {
        padding: 15px;
    }
    .profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb {
        padding: 0;
    }
    .profile-stats .profile-recent-fav .profile-comment .profile-comment-content {
        padding: 0;
        margin-top: 25px;
    }
    .form-legal-col .form-legal-fieldset .form-legal-item select {
        width: 100%;
    }
}

@media (max-width: 490px) {
    footer .footer-address .address-images {
        width: 100%;
        height: auto;
        float: left;
        line-height: 63px;
        display: block;
        text-align: center;
    }
    footer .footer-address {
        text-align: center;
    }
    footer .footer-address .footer-contact {
        width: 100%;
    }
    .widget-product .product-carousel .item .post-title, .brand-slider .product-carousel .item .post-title {
        height: 100px;
    }
    footer .footer-address .footer-contact ul li a {
        padding-left: 0;
    }
    footer .footer-address .footer-contact ul li {
        text-align: right;
    }
    .btn-cart-empty, .checkout-empty-inner-box, .swiper-products {
        display: none;
    }
    .cart-page {
        margin-bottom: 15px;
    }
    .dk-btn {
        font-size: 14px;
    }
    .dk-btn:before {
        width: 70px;
    }
    .profile-stats .table-orders, .order-end, .profile-table {
        display: none;
    }
    .profile-navbar-back-alignment {
        width: 100%;
        text-align: right;
        margin-bottom: 20px;
    }
    .profile-navbar-back-alignment h4 {
        text-align: center;
        font-size: 15px !important;
    }
    .profile-navbar .profile-navbar-back-alignment a.profile-navbar-btn-back {
        margin-left: 7px;
    }
    .profile-navbar-invoice {
        display: block;
        width: 100% !important;
    }
    .profile-navbar-btn-invoice {
        width: 100% !important;
    }
    .banner {
        height: 50px !important;
    }
    .adplacement .item-adplacement img {
        height: 100%;
    }
    .adplacement .item-adplacement {
        width: 100%;
        height: 100px;
        margin: 0 auto 15px;
    }
    .banner {
        display: none;
    }
    .carousel-indicators li {
        position: relative;
        top: 5px;
    }
    .form-legal-col .form-legal-fieldset .form-legal-item .input-number-card {
        width: 100%;
    }
    .form-legal-col .form-legal-fieldset .form-legal-item .check-btn {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }
    .shipment-page-container #address-section .checkout-contact .checkout-contact-location {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }
    .feedback-survey-btn {
        display: none !important;
    }
    .p-tabs .tabs-content {
        padding: 35px 10px 35px 10px;
    }
    .header-right .search-header .search-result {
        width: 100.7%;
    }
    .middle-bar-footer .footer-links {
        text-align: center;
    }
    .middle-bar-footer .footer-links .links-col {
        display: inline-block;
        float: none !important;
    }
}

@media (max-width: 408px) {
    .content-expert-feedback .content-expert-feedback-state .js-feedback-state-btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .content-expert-feedback-state {
        text-align: center;
    }
    .p-tabs .box-tabs {
        font-size: 16px;
        margin: 0;
        width: 1186px;
    }
    .checkout-empty-links .checkout-empty-link-urls a:first-child {
        margin: 0 !important;
        border: none !important;
    }
}

@media (max-width: 400px) {
    .profile-user-history ul li .user-history-list-item-content {
        text-align: center;
    }
    .profile-user-history ul li .user-history-list-item-content .user-history-list-item-button-group {
        float: none;
    }
    .adplacement .item-adplacement {
        width: 100%;
    }
}

@media (max-width: 521px) {
    .profile-stats .profile-recent-fav .profile-recent-fav-col {
        width: 100%;
        text-align: center;
    }
    .form-legal-row-submit a.btn-default {
        width: 100%;
        display: block;
        margin: 15px auto;
    }
    .form-legal-row-submit button {
        width: 100%;
        padding: 13px 15px;
        text-align: center;
    }
    .checkout-time-table .additional-options-action-bar .checkout-additional-options-action-container ul.action-description li {
        border: none;
    }
    .about-us .about-us-content .about-us-description-section .about-us-desc-cards-container{
        display: block;
    }
    .about-us .about-us-content .about-us-description-section .about-us-desc-cards-container .about-us-desc-card{
        width: 100%;
    }
    .about-us .about-us-content .about-us-description-section .about-us-desc-cards-container .about-us-desc-card:nth-child(2){
        border: none;
    }
    .about-us .page-content-about{
        padding: 0;
    }
    .contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .form-legal-item{
        width: 100%;
    }
    .contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .upload-drag .upload-drag-btn{
        width: 100%;
    }
    .about-us .about-us-head .about-us-head-content{
        padding: 10px 24px;
    }
}

@media (max-width: 550px) {
    .profile-stats .profile-recent-fav .profile-comment .profile-comment-actions li {
        text-align: center;
        margin-top: 15px;
        width: 100%;
    }
    .profile-user-history ul li .user-history-list-item img {
        margin-left: 0;
    }
    .carousel-control-prev, .carousel-control-next {
        top: 20px !important;
    }
    .checkout-order-summary .checkout-order-summary-item .checkout-order-summary-header .checkout-order-summary-row .checkout-order-summary-col-post-time, .checkout-order-summary-col-how-to-send {
        width: 100%;
        margin-bottom: 15px;
    }
    .checkout-order-summary .checkout-order-summary-item .checkout-order-summary-header .checkout-order-summary-row .checkout-order-summary-col-shipping-cost {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .checkout-order-summary .checkout-order-summary-item .checkout-order-summary-header .checkout-order-summary-row i {
        width: 100%;
        text-align: center;
    }
    .footer-checkout-col {
        width: 100%;
    }
    .product-gallery img.zoom-img {
        position: absolute;
        right: 0px;
    }
    .box-suppliers-headline-container a {
        display: none;
    }
    .faq-filter ul.faq-filter-items {
        float: none;
    }
    .product-box-container {
        margin: 0;
    }
    .product-box-container .product-box-compact {
        padding: 0;
    }
    .comments-summary {
        margin: 25px 0 60px;
    }
    ul.comments-list li {
        padding: 0;
    }
    .p-tabs .tabs-content {
        padding: 35px 0 35px;
    }
    .article {
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 20px;
    }
    .p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col .selectric-wrapper {
        width: 100%;
    }
    .p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col .ui-input {
        width: 100%;
    }
}

@media (max-width: 670px) {
    .banner {
        height: 80px;
    }
    .carousel-control-prev, .carousel-control-next {
        font-size: 35px !important;
    }
    .main-slider {
        border-radius: 10px;
    }
    .header-right .search-header .search-result ul.search-result-most-view li {
        border: none;
        background-color: #f5f5f5;
    }
    .header-right .search-header .search-result ul.search-result-most-view li a i {
        display: none;
    }
    .product-ext-links {
        display: none;
    }
    .contact-us .page-content-contact-us{
        padding: 0 15px;
    }
}

@media (max-width: 1300px) {
    .zoomWrapper img {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    ul.comments-item-rating li>.cell {
        display: block;
        padding: 10px 0 0 0;
        margin-top: 10px;
    }
}

@media (max-width: 365px) {
    header.shopping-page ul.checkout-steps li.is-completed:before {
        width: 106%;
    }
    header.shopping-page ul.checkout-steps li.is-active {
        width: 35%;
        font-size: 13px;
    }
    header.shopping-page ul.checkout-steps li.is-completed-active:after {
        width: 112%;
    }

    .table-suppliers .table-suppliers-body .table-suppliers-row .table-suppliers-cell{
        width: auto !important;
        padding: 0;
    }

    .table-suppliers .table-suppliers-body .table-suppliers-row .table-suppliers-cell:last-child{
        padding-bottom: 15px;
    }

    .table-suppliers-cell-guarantee span{
        margin-top: 7px;
    }

    .table-suppliers-cell-price{
        margin-top: 3px;
    }
}

@media (max-width: 575px) {
    .product-comment .comments-product-col-info .comments-product-attributes .slider.slider-horizontal {
        width: 100%;
    }
    .product-comment .comments-add-row .comments-add-col-form {
        padding: 0;
    }
}
.rating-1-0,.rating-2-0,.rating-3-0,.rating-4-0,.rating-5-0{
    font-size: 64%;
}
.rating-1-0{
    background-color:#f9bc00
}
.rating-2-0{
    background-color:#00a049
}
.rating-3-0{
    background-color:#65aa57
}
.rating-4-0{
    background-color:#00a049
}
.rating-5-0{
    background-color:#00a049
}
.badge-positive{
    color: #00a049;
    padding: 0px 10px;
}
.badge-negative{
    color: #d32f2f;
    padding: 0px 10px;
}
.content-expert-evaluation-positive ul li{
    float: right;
    border-radius: unset;
    background-color: unset;
    padding: unset;
    margin: unset;
    font-size: 13px;
    width: 100%;
}
.paginationPager {
    width: 100%;
    height: auto;
    background: #fff;
    float: right;
    border-top: 1px solid #efefef;
    text-align: center;
}
.paginationPager ul.pagination  {
    line-height: 35px;
    display: flex;
    padding: 0 15px;
}
.paginationPager ul.pagination li.page-item .page-link {
    text-decoration: none;
    background: #fff;
    color: #777;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 30px;
    padding:unset;
    border:unset;
}
.paginationPager ul.pagination li.page-item.active .page-link{
    text-decoration: none;
    background: #00bfd6;
    color: #fff!important;
    border-radius: 5px;
    border: 1px solid #00bfd6;
}

.paginationPager .next-item .pager-items-partition {
    display: inline-block;
    vertical-align: bottom;
    width: 2px;
    height: 34px;
    border: 1px solid #e8e8e8;
    margin-left: 30px;
    margin-right: 30px;
}

.paginationPager .prev-item .pager-items-partition {
    display: inline-block;
    vertical-align: bottom;
    width: 2px;
    height: 34px;
    border: 1px solid #e8e8e8;
    margin-left: 30px;
    margin-right: 30px;
}
.header .faq-header-question {
    font-size: 62px;
    color: #35ccde;
    width: 122px;
    margin-left: 0;
    padding-top: 0;
    text-align: center;
}
#question-answer .article .heade{
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.form-question-answer span{
    padding: 0 5%;
}
.header .faq-header-question span{
    font-size: 30px !important;
    color: #35ccde !important;
}#question-answer .faq-header-question{
     padding-top: unset !important;
 }
#question-answer .article .footer{
    margin-top: 10px;
}
#question-answer .article .answer{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
#question-answer .article .answer:last-child{
    margin-bottom: 0;
    border-bottom: unset;
}
#question-answer .article .header div{
    padding-top: 6px;
    font-size: 14px;
    font-weight: 700;
}
#question-answer .form-question-answer p{
    font-size: 13px;
}
#question-answer .comments-list li{
    padding-bottom: 0;
}
#question-answer ul.comments-list li section{
    padding-bottom: 0;
}
#question-answer .question-answer-name{
    float: right;
    padding-right: 14%;
    margin-top: -17px;
    opacity: 0.6;
    font-size: 12px;
}
#question-answer .article .footer{
    float: unset;
}
#question-answer .js-add-answer-btn{
    margin-top: -15px;
    margin-bottom: 9px;
    cursor: pointer;
}
.comment--form .comment-replay-to{
    padding: 5px 20px 20px;
    font-size: 14px;
}
.comment--form .comment-replay-to div{
    background: #ededed;
    padding: 12px 15px;
    border-radius: 5px;
}
.comment--form .comment-replay-to a{
    background: #875959;
    padding: 3px 9px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 1px 3px 0px #262222;
    float: left;
    margin-top: -3px;
}
.form-faq-row.comment--form{
    margin-right: 0;
    margin-left: 0;
}
@media only screen and (max-width: 1230px) {
    .js-product{
        margin-top: 18px!important;
    }
}
.rating-div{
    width: 79px;
    overflow: hidden;
    height: 24px;
    margin: 0 auto;
}
.text-warning-comment{
    color: #fdc407 !important;
    border-color: #fdc407 !important;
    background-color: #fdc40712 !important;
}
.text-danger-comment{
    color: red !important;
    border-color: red !important;
    background-color: #fd070712 !important;
}
.cursor-pointer{
    cursor: pointer;
}
.add-address-bottom-text{
    font-size: 13px;
    padding-right: 11px;
    color: #9e9fb1;
}
.placeholder-right{
    text-align: left;
    direction: ltr;
}
.placeholder-right::placeholder {
    text-align: right;
}

button.disabled{
    opacity: 0.5;
    cursor: unset;
}
.add-address-success{
    position: absolute;
    top: 6px;
    right: 43%;
    color: green;
    font-size: 12px;
    background: #befbbe;
    padding: 3px 10px;
    border-radius: 3px;
}
.add-address-unsuccess{
    position: absolute;
    top: 6px;
    right: 43%;
    color: red;
    font-size: 12px;
    background: #ff000026;
    padding: 3px 10px;
    border-radius: 3px;
}
.message-light-error {
    background-color: #fff9fa;
    border: 1px solid #ffc1c5;
    color: #ef5662;
    padding: 22px;
    position: relative;
    border-radius: 15px 15px 0 0;
    line-height: 22px;
    margin: 0;
    padding-right: 15px;
    font-size: 14px;
    width: 100%;
    float: right;
}
.line-height-0{
    line-height: 0 !important;
}
.btn-light {
    box-shadow: 0 2px 6px #e6ecf1;
    background-color: #e3eaef;
    border-color: #e3eaef;
    color: #191d21;
}
.pager.pager-back-none{
    background: none;
    border: unset;
}
.pager ul.pagination {
    line-height: 35px;
    display: inline-block;
    padding: 0 15px;
}
.pager ul.pagination li.page-item {
    display: inline-block;
}
.pager ul.pagination li.active .page-link {
    text-decoration: none;
    background: #00bfd6;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #00bfd6;
}
.pager ul.pagination li.page-item a.page-link {
    background: none;
    border: none;
}
.pager ul.pagination li.page-item a{
    text-decoration: none;
    color: #777;
    margin-right: 3px;
    width: 30px;
    height: 39px;
    display: inline-block;
    margin-top: 1px;
    font-size: 14px;
    line-height: 30px;
}
.pager ul.pagination li.page-item:first-child span{
    border: unset;
    background: unset;
}
.pager ul.pagination li.page-item:first-child a:before{
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.pager ul.pagination li.page-item:last-child span{
    border: unset;
    background: unset;
}
.pager ul.pagination li.page-item:last-child a:before{
    content: "\f100";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.page-contents-order{
    width: 100%;
    height: auto;
    border-radius: 15px;
    float: left;
    background: #fff;
    padding: 0;
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 10%);
    margin-bottom: 30px;
    margin-top: 6%;
}
.page-contents-order .profile-stats .profile-stats-row .profile-stats-col {
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 10%);
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-top: 30px;
    line-height: 50px;
    color: #6c6b6b;
    text-align: right;
}
.page-contents-order .profile-navbar{
    margin: 10px 0 20px;
}
.page-contents-order .profile-stats{
    border: none;
}
.page-contents-order .pointer a {
    background: none;
    height: 47px;
    border: none;
    margin-top: -5px;
    margin-left: 25px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    letter-spacing: -.2px;
    color: #767676;
    padding: 36px 0 0 16px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}
.page-contents-order .pointer a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f178";
    position: absolute;
    right: 2px;
    top: 8px;
    color: #080a38;
    font-size: 20px;
}
.page-contents-order-header{
    border-bottom: 1px solid #ccc;
    padding: 20px 20px 0px;
    justify-content: space-between;
    font-size: 14px;
}
.color-900 {
    color: #080a38;
}
.color-800 {
    color: #23254e;
}
.color-500 {
    color: #767790;
}
.color-secondary-500{
    color: #19bfd3;
}
.circle-between{
    padding: 12px 20px 0;
}
.circle-between i{
    font-size: 5px;
    color: #e0e0e6;
}
.mt-20{
    margin-top: 20px;
}
.ml-1{
    margin-left: 10px !important;
}
.border-200-lg{
    border: 1px solid #e0e0e6;
}
.border-b-200 {
    border-bottom: 1px solid #e0e0e6;
}
.border-b {
    border-bottom: 1px solid #f1f2f4;
}
.radius-md-lg{
    border-radius:15px;
}
.text-body-1{
    font-size: 14px;
    font-weight: 400;
}
.text-body1-strong{
    font-size: 14px;
    font-weight: 700;
}
.flex-wrap-lg {
    flex-wrap: wrap;
}
.flex-row-lg {
    flex-direction: row !important;
}
.ai-center-lg {
    align-items: center;
}
.ai-center {
    align-items: center;
}
.d-none-lg{
    display: none;
}
.mt-4-lg {
    margin-top: 20px;
}
.px-5-lg {
    padding-right: 20px;
    padding-left: 20px;
}
.px-5 {
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.grow-1 {
    flex-grow: 1;
}
.mt-8{
    margin-top: 8px;
}
.mr-6 {
    margin-right: 24px;
}
.jc-between {
    justify-content: space-between;
}
.jc-start {
    justify-content: flex-start;
}
.jc-start-lg {
    justify-content: flex-start;
}
.jc-start-lg {
    justify-content: flex-start;
}
.OrderDetailsSummary_OrderDetailsSummary__transactionHeaderDetailsBox__l28v6 {
    order: 3;
}
.w-full {
    width: 100%;
}
.text-button-2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 2.17;
}
.p-4-lg {
    padding: 16px;
}
.gap-y-4-lg {
    row-gap: 16px;
}
.gap-3 {
    -webkit-column-gap: 12px;
    column-gap: 12px;
}
.ml-12-lg {
    margin-left: 40px;
}
.item .box-option_label{
    display: flex;
    border: unset;
    border-bottom: 1px solid #ccc !important;
    border-radius: unset !important;
}
.c-profile-comments__status--approved {
    border-color: #4caf50;
    background-color: rgba(76,175,80,.1);
    color: #2e7b32;

}
.c-profile-comments__status--Waiting {
    border-color: #f9a825;

    color: #f57f17;

}
.c-profile-comments__status {
    width: auto;
    font-size: 12px;
    font-size: .857rem;
    line-height: 22px;
    padding: 0 12px;
    border: 1px solid #fff;
    border-radius: 8px;
    left: 0;
}
.c-profile-comments__status--rejected {
    border-color: #d32f2f;
    background-color: rgba(211,47,47,.1);
    color: #b2001a;
}
.table th, .table td{
    border-top: unset;
}
.o-link {
    display: inline-block;
    color: #00bfd6!important;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    cursor: pointer;
    background: transparent;
}
.c-profile-order__list-item-detail {
    font-size: 14px;
    line-height: 1.571;
    color: #232933;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-profile-order__list-item-detail2 {
    font-size: 14px;
    line-height: 1.571;
    color: #232933;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-profile-order__list-item-detail:last-child:before {
    content: "";
    background: #dfdfdf;
    width: 4px;
    height: 4px;
    margin: auto 12px;
    display: inline-block;
    border-radius: 50%;
}
.c-profile-order__list-item-details-row{
    display: flex;
}
.c-profile-order__list-item-details{
    padding: 16px;
}
.c-profile-order__list-item-details-row2{
    margin-top: 8px;
}
.card-header.card-header-right-border>div{
    border-bottom: 1px solid #dfdfdf;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(223, 223, 223);
}
.o-box__separator {
    height: 1px;
    background-color: #dfdfdf;
    margin-right: -24px;
    margin-left: -24px;
}
.c-profile-order__list-item {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    margin: 16px 0 0;
}
.c-profile-order__list-item-details-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.c-profile-order__list-item-details-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-profile-order__list-item-product {
    padding: 16px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #dfdfdf;
}
.c-profile-order__list-item-product-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.c-profile-order__list-item-product-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-profile-order__list-item-product-title {
    color: #232933;
    font-size: 12px;
    line-height: 1.833;
    font-weight: 700;
}
.o-btn--icon-gray-md {
    padding: 9px 16px;
    direction: rtl;
    font-size: 14px;
    line-height: 1.571;
    font-weight: 700;
    padding: 12px!important;
}
.c-profile-order__list-item-detail-title {
    color: #81858b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 4px;
}
.c-profile-order__list-item-product-img img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.c-profile-order__list-item-product-img {
    width: 140px;
    height: 140px;
    margin-left: 24px;
    position: relative;
}
.c-profile-order__list-item-details .c-order-status-bar {
    width: 320px;
}
.c-order-status-bar__progress {
    position: relative;
    height: 6px;
    border-radius: 6px;
    background-color: rgba(3,10,22,.1);
    margin-top: 10px;
}
.c-order-status-bar__progress-bar {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 6px;
}
.order-product-color{
    width: 15px;
    height: 15px;
    border: 1px solid;
    border-radius: 29%;
    margin: 0 5px 0 10px;
}
.before-cycle:before{
    content: "";
    background: #dfdfdf;
    width: 4px;
    height: 4px;
    margin: auto 12px;
    display: inline-block;
    border-radius: 50%;
}
.color-red{
    color: red;
}
.color-green{
    color: green;
}
.text-body1-strong.parent-btn .dk-btn.dk-btn-info{
    font-size: 16px;
    padding: 8px 15px;
    margin-top: 0;
}
.text-body1-strong.parent-btn .dk-btn.dk-btn-info:before{
    width: 40%;
}
.d-contents{
    display: contents;
}
.font-size-20{
    font-size: 20px !important;
}
.font-size-16{
    font-size: 16px !important;
}
.font-size-14{
    font-size: 14px !important;
}
.font-size-13{
    font-size: 13px !important;
}
.font-size-12{
    font-size: 12px !important;
}
.font-size-11{
    font-size: 11px !important;
}
.font-size-10{
    font-size: 10px !important;
}
.t-25{
    top: 25px !important;
}
.r--10{
    right: -10px !important;
}
.show-discount {
    position: absolute;
    top: 50px;
    left: unset;
}
.show-discount  span {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    background: #f7858d;
    border-radius: 15px 15px 15px 0;
}
.min-height-50{
    min-height: 48px;
}
.opacity-0{
    opacity: 0;
}

#address-section .checkout-contact {
    max-height: 324px;
    overflow-y: scroll;
}
#address-section .checkout-contact::-webkit-scrollbar {
    width: 3px;
}
#address-section .checkout-contact::-webkit-scrollbar-thumb {
    background-color: #357585;
    border-radius: 3px;
}
.radio-box {
    width: 100%;
    float: right;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-label {
    padding-right: 30px;
    padding-top: 2px;
    cursor: pointer;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #f92b52 !important;
    background-color: #f92b52 !important;
}
.radio-box .content-box {
    float: right;
}
.custom-control-label::before {
    right: 0;
    left: auto;
    top: 15px;
}
.radio-box label::after {
    top: 15px;
}
.custom-control-label::after {
    right: 0;
    left: auto;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.radio-box label {
    position: relative;
    display: block;
    cursor: pointer;
    float: right;
}
.shopping-page .checkout-time-table-title-bar {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: -0.3px;
    color: #858585;
}
.shopping-page .checkout-time-table-subtitle-bar {
    font-size: 11px;
    font-size: 0.786rem;
    line-height: 2;
    letter-spacing: -0.2px;
    color: #a2a2a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.shopping-page .checkout-additional-options-checkbox-image {
    color: var(--primary-color) !important;
}
.shopping-page .checkout-additional-options-checkbox-image {
    margin-left: 16px;
    cursor: pointer;
    width: 49px;
    height: 40px;
    float: right;
    font-size: 42px;
    line-height: 47px;
    text-align: center;
    color: #f7858d;
    object-fit: cover;
}
.mr-20{
    margin-right: 20px;
}
.search-result .first-hr{
    margin-top: -16px;
    border-color: #00bfd6
}
.search-result .carousel-control-prev{
    left: -3px;
    top: 31%;
    color: #fff!important;
}
.search-result .carousel-control-next{
    right: -3px;
    top: 31%;
    color: #fff !important;
}
.search-result-product a.header-basket-list-item {
    padding: 15px 0;
    margin: 0 12px;
    float: right;
    display: flex;
}
.search-result-product a.header-basket-list-item .header-basket-list-item-image {
    width: 75px;
    height: 75px;
    position: relative;
    float: right;
    line-height: 3;
}
.search-result-product a.header-basket-list-item .header-basket-list-item-image img{
    margin: 0;
    width: 100% !important;
}
.search-result-product a.header-basket-list-item .header-basket-list-item-content {
    margin-right: 8px;
    float: right;
    width: 140px;
    text-align: right;
}
.search-result-product a.header-basket-list-item .header-basket-list-item-content .header-basket-list-item-title {
    font-size: 12px!important;
    line-height: normal!important;
    font-weight: 700;
    margin-bottom: 8px;
    color: #424750;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    letter-spacing: -.3px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.search-result-product a.header-basket-list-item .header-basket-list-item-content .header-basket-list-item-shipping-type {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 13px;
    color: #0fabc6;
    float: right;
    width: 100%;
}
.search-result-product a.header-basket-list-item .header-basket-list-item-content .header-basket-list-item-props {
    align-items: center;
    font-size: 10px;
    font-size: .714rem;
    line-height: normal;
    color: #81858b;
}
.search-result-product .owl-carousel .owl-nav{
    position: relative;
}
.search-result-product .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 30px !important;
    height: 40px !important;
    top: -69px !important;
    bottom: 0 !important;
    display: block;
    margin: auto 0;
    right: 0 !important;
    border-radius: 5px !important;
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgb(175 170 170);
    transform: translateY(-50%);
    background-color: #fff;
}
.search-result-product .owl-carousel .owl-nav .owl-prev.disabled,.search-result-product .owl-carousel .owl-nav .owl-next.disabled{
    display: none;
}
.search-result-product .owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 30px !important;
    height: 40px !important;
    top: -69px !important;
    bottom: 0 !important;
    display: block;
    margin: auto 0;
    left: 0 !important;
    border-radius: 5px !important;
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgb(175 170 170);
    transform: translateY(-50%);
    background-color: #fff;
}
.search-result-product .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: none;
}
.search-result-product .owl-carousel.owl-nav-disabled .owl-dots.disabled, .owl-carousel.owl-nav-disabled .owl-nav.disabled{
    display: none!important;
}
.search-result-product .search-result-brands{
    padding: 0 15px;
}
.search-result-product .search-result-brands-title{
    margin-right: 10px;
    color: #424750;
    font-size: 13px;
    padding-top: 5px;
}
.search-result-product .search-result-category-title{
    margin-right: 10px;
    color: #424750;
    font-size: 13px;
    padding-top: 5px;
}
.search-result::-webkit-scrollbar {
    width: 3px;
}

.search-result::-webkit-scrollbar-thumb {
    background-color: #357585;
    border-radius: 3px;
}
.profile-menu-items-desktop{
    display: block !important;
}
.profile-menu-items-mobile{
    display: none !important;
}
.profile-menu-items-mobile .toggle-box-active>ul>li.has-sub>a::after{
    left: 28px;
    right: auto;
    top: 18px;
}
.profile-menu-items-mobile .toggle-box-active>ul>li.has-sub>a::before{
    left: 20px;
    right: auto;
    top: 27px;
}
.toggle-box.profile-menu-items-mobile{
    padding: 0 20px 0 10px;
}
.profile-menu-items-mobile .toggle-box-active>ul>li ul li a{
    margin-right: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .profile-menu-items-desktop{
        display: none!important;
    }
    .profile-menu-items-mobile{
        display: block!important;
    }
}
@media (max-width: 1000px) {
    .responsive {
        flex-direction: column !important;
        align-items: flex-start;
    }
    .responsive > div{
        margin-bottom: 10px;
    }
    .c-profile-order__list-item-product-content{
        width: 100%;
        padding-left: 10px;
    }
    .responsive .c-profile-order__list-item-detail.item-detail.c-profile-order__list-item-detail--currency:before{
        content:unset;
    }
    .responsive .circle-between{
        display: none !important;
    }

    #more-information .form-ui.dt-sl.middle-container{
        padding: 0 !important;
    } #more-information .form-ui.dt-sl.middle-container #add-update-address-form{
          padding: 0 !important;
      }

}


.activation-code .activation-code-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 20px;
}
.activation-code.active > span {
    transform: translate(0, -100%);
    line-height: 30px;
    opacity: 0.6;
}
.activation-code.active::before {
    opacity: 0;
}
.activation-code.active .activation-code-inputs input {
    opacity: 1 !important;
    border-color: red !important;
}
.activation-code .activation-code-inputs input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 0;
    border: 0;
    outline: 0;
    min-width: 0;
    line-height: 36px;
    text-align: center;
    align-items: center;
    transition: all 0.3s ease;
    border-bottom: 2px solid;
    border-color: #ccc;
    margin-right: 8px;
    background: white !important;
    opacity: 0;
}
.activation-code {
    direction: ltr;
    position: relative;
}
.activation-code > span {
    position: absolute;
    display: block;
    font-size: 13px;
    color: #6f6f6f;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
}
.activation-code::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom: 2px solid;
    border-color: #ccc;
    transition: opacity 0.3s ease;
}
.activation-code-input {
    display: none;
}
.activation-code-input {
    width: 100%;
}
input.disabled{
    cursor: no-drop;
}
.w-auto{
    width: auto;
}
.w-auto-i{
    width: auto !important;
}
.w-65{
    width: 65% !important;
}
.display-inline-block{
    display: inline-block !important;
}
.product-special-end-date{
    position: absolute;
    top: 4px;
    left: 5px;
    width: auto;
    padding: 0 7px;
    color: #fff !important;
    border-radius: 4px;
}

.share-product {
    padding: 5px;
    margin: 15px 0 0;
    white-space: nowrap;
    list-style: none;
    display: flex;
    justify-content: space-between;
    background: #fff;
    direction: ltr;
    transition: all 0.15s;
}
.whatsapp {
    box-sizing: border-box;
}

.share-product a {
    background: rgb(171 171 171 / 16%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin-top: 3px;
    transition: all 0.15s;
    color: #0000006b;
}

.filed-link {
    position: relative;
    border: 1px solid rgba(119, 132, 157, 0.24);
    border-radius: 4px;
    overflow: hidden;
}

.filed-link.copy-text {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.filed-link.dir-ltr .input-prepend {
    border-left: none;
    border-right: 1px solid rgba(119, 132, 157, 0.24);
    right: auto;
    left: 0;
    top: 0;
    border-radius: 4px -2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filed-link .input-prepend {
    border-left: 1px solid rgba(119, 132, 157, 0.24);
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    height: 100%;
    line-height: 53px;
    background-color: #f7f7f9;
    border-radius: 4px -2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    color: #acb3bf;
}

label {
    display: inline-block;
}

input#shareLink {
    padding-right: 48px;
    text-align: left;
    direction: rtl;
    font-size: 13px;
}

.filed-link.dir-ltr input {
    padding-right: 0;
    padding-left: 12px;
    direction: ltr;
}

.filed-link input {
    border: none;
    line-height: 48px;
    width: 100%;
    padding-right: 60px;
}

input {
    overflow: visible;
}

.filed-link.dir-ltr .copy-text-btn {
    left: auto;
    right: 10px;
    transform: translateY(-50%);
}

.copy-text-btn {
    box-shadow: 0 2px 10px rgb(119 132 157 / 24%);
    -webkit-box-shadow: rgb(119 132 157 / 24%) 0 2px 10px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #acb3bf;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.tooltip {
    z-index: 99999999;
}

.share-product > a {
    position: relative;
    transition: all 0.2s !important;
    bottom: 0;
}

.share-product .custom-mdi::before {
    font-size: 28px;
}

.share-product > a:hover {
    bottom: 5px;
}

.share-product .telegram:hover .custom-mdi::before {
    color: #0088cc;
}

.share-product .whatsapp:hover .custom-mdi::before {
    color: #25d366;
}
.share-product .linkedin:hover .custom-mdi::before {
    color: #0a66c2;
}
.share-product .twiiter:hover .custom-mdi::before {
    color: #1da1f2;
}


#image-popup-modal .modal-content {
    background: transparent;
}

#image-popup-modal .modal-header,
#text-popup-modal .modal-header {
    height: 60px;
}

.modal-backdrop.show {
    opacity: 0.4;
}

@media (max-width: 1319px) {
    .box-search-price {
        display: none;
    }
}

@media (max-width: 992px) {
    .search-result .search-result-text .search-result-body {
        width: 100%;
    }
}

.modal .modal-header .close {
    color: #666;
    text-shadow: none;
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 10px;
    padding: 0;
    opacity: 1;
    position: absolute;
    left: 15px;
    top: 8px;
}
ul.chart-prices-label {
    list-style: none;
}

ul.chart-prices-label li {
    display: inline-block;
}

ul.chart-prices-label input {
    display: none;
}

ul.chart-prices-label li {
    margin-bottom: 5px;
}

ul.chart-prices-label li label {
    margin: 0;
    cursor: pointer;
    padding: 6px 10px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    width: 135px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.chart-prices-label label.active {
    border-color: #5fcedb;
}

#selected-chart-price-title {
    height: 15px;
}

.comparison-table {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #edf0f5;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.comparison-table tr:nth-of-type(odd) {
    background-color: rgb(140 140 140 / 5%);
}

.comparison-table table {
    min-width: 750px;
    table-layout: fixed;
    margin-bottom: 0;
}

.comparison-table .bg-cs-table-tr {
    background-color: #e5efff !important;
}

.comparison-table .bg-cs-table-tr td,
.comparison-table .bg-cs-table-tr th {
    color: #000;
    font-weight: bold;
}

.comparison-table table td,
.comparison-table table th {
    border: 0;
    border-left: 1px solid #e2e2e2;
    color: #607d8b;
}

.comparison-table table td:last-child,
.comparison-table table th:last-child {
    border-left: 0;
}

.comparison-table .comparison-item {
    position: relative;
    margin-bottom: 0.625rem;
    padding: 0.75rem 0.75rem 1.125rem;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
}

.comparison-table .remove-item {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 22px;
    height: 22px;
    padding-left: 0.0625rem;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    background-color: #edf0f5;
    color: #f7858d;
}

.comparison-table .comparison-item .comparison-item-thumb {
    display: block;
    width: 80px;
    margin-right: auto;
    margin-bottom: 0.75rem;
    margin-left: auto;
}

.comparison-table .comparison-item .comparison-item-thumb > img {
    display: block;
    width: 100%;
}

.comparison-table .comparison-item .comparison-item-title {
    display: block;
    margin-bottom: 0.875rem;
    transition: color 0.25s;
    color: #404040;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    min-height: 50px;
}

.product-timeout .countdown-timer {
    font-weight: bold;
}

.product-timeout .countdown-timer span {
    width: 50px;
    height: 35px;
    position: relative;
    direction: ltr;
}

.product-timeout .product-special-end-date{
    color: #f92b52 !important;
}

.product-timeout .countdown-timer span[data-days]::before,
.product-timeout .countdown-timer span[data-hours]::before,
.product-timeout .countdown-timer span[data-minutes]::before,
.product-timeout .countdown-timer span[data-seconds]::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    font-size: 11px;
    color: #aba1a1;
}

/*.product-timeout .countdown-timer span[data-days]::before {
    content: 'روز';
}

.product-timeout .countdown-timer span[data-hours]::before {
    content: 'ساعت';
}

.product-timeout .countdown-timer span[data-minutes]::before {
    content: 'دقیقه';
}

.product-timeout .countdown-timer span[data-seconds]::before {
    content: 'ثانیه';
}*/
.promotion-badge {
    color: #f92b52 !important;
    border-bottom: 2px solid #f92b52 !important;
}.promotion-badge {
     width: 80%;
     height: 54px;
     font-size: 16px;
     font-weight: bold;
     line-height: 61px;
     color: #f7858d;
     border-bottom: 1px solid #f7858d;
     position: absolute;
     top: 14px;
     right: 0;
     left: 0;
     margin: 0 auto;
 }

.promotion-badge.not-available {
    color: #6c757d;
    border-color: #6c757d;
}

.product-card .promotion-badge {
    font-size: 14px;
}

.product-timeout .product-special {
    background: #f92b52;
    display: initial;
    color: white;
    padding: 0px 8px 5px 8px;
    border-radius: 10px;
}
.header-cover {
    content: '';
    background-color: #f92b52;
    background-image: url(../img/svg/701f8a6b.svg);
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 275px;
    z-index: -1;
}
.promotion-header-img {
    width: 100%;
    background: url(../img/theme/amazing.svg) 50% no-repeat;
    background-size: contain;
    height: 120px;
}
.search-amazing-tab .product-special-end-date{
    position: absolute;
    top: 2px;
    left: 13px;
    width: auto;
    padding: 0 7px;
    color: #f44336 !important;
    border-radius: 4px;
}
.color-white{
    color: #fff !important;
}

/* ------------ Start Pagination */

.pagination {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 10px;
    font-size: 19px;
    color: #212121;
}

.pagination a.next {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 5px;
    color: #333;
}

.pagination a.prev {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 5px;
    color: #333;
}

.pagination a.active-page {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}

/* End Pagination------------ */
.badge-success {
    color: #fff!important;
    background-color: #28a745;
}
.wallet-profile .badge-success i{
    color: #fff!important;
    font-size: unset!important;
}
.wallet-profile .badge-danger i{
    color: #fff!important;
    font-size: unset!important;
}
.table-draught div {
    border: unset;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 36px;
}
.table-draught div span.title {
    display: block;
    color: #00bfd6;
    font-size: 17px;
    font-weight: bold;
}
.table-draught div span.value {
    color: #666;
    font-size: 15px;
    font-weight: 600;
}
.dt-sn {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.dt-sl {
    width: 100%;
    height: auto;
    float: right;
}
.content-right {
    width: 100% !important;
}
/*========================================================
        DARK LAYOUT
=========================================================*/

.chat-application .content-area-wrapper .content-right .content-wrapper {
    padding: 0;
}

.chat-application .content-area-wrapper {
    border: 1px solid #DAE1E7;
    border-radius: 0.25rem;
}

.content-right {
    width: 100% !important;
}

.content-area-wrapper .content-wrapper {
    height: 400px !important;
}

.chat-application .chat-profile-sidebar {
    border-left: 1px solid #E4E7ED;
    height: calc(100vh - 13rem);
    height: calc(var(--vh, 1vh) * 100 - 13rem);
    width: 400px;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    background-color: #FFFFFF;
    position: fixed;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 6;
}

.chat-application .chat-profile-sidebar.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.chat-application .chat-profile-sidebar .chat-profile-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.chat-application .chat-profile-sidebar .chat-profile-header .header-profile-sidebar {
    margin: 2rem auto 0.5rem;
}

.chat-application .chat-profile-sidebar .chat-profile-header .avatar {
    margin-bottom: 1.25rem;
}

.chat-application .chat-profile-sidebar .chat-profile-header .close-icon {
    position: absolute;
    top: 14px;
    left: 13px;
    font-size: 1.75rem;
    cursor: pointer;
}

.chat-application .chat-profile-sidebar .profile-sidebar-area .scroll-area {
    padding: 2rem;
    height: calc(100vh - 24.25rem);
    height: calc(var(--vh, 1vh) * 100 - 24.25rem);
    position: relative;
}

.chat-application .sidebar-content {
    border-left: 1px solid #E4E7ED;
    height: calc(100vh - 13rem);
    height: calc(var(--vh, 1vh) * 100 - 13rem);
    width: 400px;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    box-shadow: none;
}

.chat-application .sidebar-content .sidebar-close-icon {
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    font-size: 1.25rem;
    z-index: 1;
    cursor: pointer;
    visibility: hidden;
}

.chat-application .sidebar-content .chat-fixed-search {
    position: fixed;
    width: 400px;
    border-bottom: 1px solid #E4E7ED;
    padding: 0.65rem;
}

.chat-application .sidebar-content .chat-fixed-search .sidebar-profile-toggle .avatar {
    display: inline-table;
    width: calc(32px + 8px);
}

.chat-application .sidebar-content .chat-fixed-search input.form-control {
    padding: 0.9rem 3rem 0.9rem 1rem;
    height: calc(1.25em + 1.4rem + 4px);
}

.chat-application .sidebar-content .chat-fixed-search .form-control-position {
    top: 5px;
}

.chat-application .sidebar-content .chat-fixed-search .form-control-position i {
    right: 9px;
}

.chat-application .sidebar-content .chat-user-list {
    height: calc(100% - 5rem);
    margin-top: 5rem;
    width: 400px;
}

.chat-application .sidebar-content .chat-user-list ul {
    padding-right: 0;
    margin-bottom: 0;
}

.chat-application .sidebar-content .chat-user-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.322rem 0.85rem;
    margin-left: 1px;
}

.chat-application .sidebar-content .chat-user-list li:not(:first-child) {
    border-top: 1px solid #E4E7ED;
}

.chat-application .sidebar-content .chat-user-list li .user-chat-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.chat-application .sidebar-content .chat-user-list li .contact-info {
    width: calc(100vw - (100vw - 100%) - 1rem - 50px);
    margin-top: 0.3rem;
}

.chat-application .sidebar-content .chat-user-list li .contact-info .truncate {
    margin: 0;
}

.chat-application .sidebar-content .chat-user-list li:hover {
    cursor: pointer;
    background: #EEEEEE;
}

.chat-application .sidebar-content .chat-user-list li.active {
    background: -webkit-linear-gradient(208deg, #7367F0, rgba(115, 103, 240, 0.7));
    background: linear-gradient(-118deg, #7367F0, rgba(115, 103, 240, 0.7));
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    color: #FFFFFF;
}

.chat-application .sidebar-content .chat-user-list li.active h1,
.chat-application .sidebar-content .chat-user-list li.active h2,
.chat-application .sidebar-content .chat-user-list li.active h3,
.chat-application .sidebar-content .chat-user-list li.active h4,
.chat-application .sidebar-content .chat-user-list li.active h5,
.chat-application .sidebar-content .chat-user-list li.active h6 {
    color: #FFFFFF;
}

.chat-application .sidebar-content .chat-user-list li img {
    border: 2px solid #FFFFFF;
}

.chat-application .sidebar-content .card {
    margin-bottom: 0;
}

.chat-application .chat-overlay {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    display: block;
    z-index: 2;
    visibility: hidden;
    border-radius: 0.25rem;
}

.chat-application .chat-overlay.show {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.2);
}

.chat-application .chat-app-window .favorite,
.chat-application .chat-app-window .sidebar-toggle {
    cursor: pointer;
}

.chat-application .chat-app-window .user-chats {
    padding: 20px 30px;
    position: relative;
    text-align: center;
    height: 400px;
    overflow: auto;
    border-radius: 10px;
}

.chat-application .chat-app-window .user-chats {
    background-image: url('../images/backgrounds/chat-bg-backup.jpg');
    background-color: #DFDBE5;
}

.chat-application .chat-app-form {
    padding: 20px 10px;
    background-color: white;
}

.chat-application .chats {
    padding: 0;
}

.chat-application .chats .chat-body {
    display: block;
    margin: 10px 0 0 30px;
    overflow: hidden;
}

.chat-application .chats .chat-body .chat-content {
    text-align: left;
    display: block;
    float: left;
    padding: 0.75rem 1rem;
    margin: 0 0 10px 20px;
    clear: both;
    color: #FFFFFF;
    background: linear-gradient(-118deg, #009ec9, rgb(57 239 163));
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.chat-application .chats .chat-body .chat-content p {
    margin: 0;
}

.chat-application .chats .chat-avatar {
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.chat-application .chats .chat-left .chat-avatar {
    float: right;
    border-radius: 50%;
    overflow: hidden;
}

.chat-application .chats .chat-left .chat-body {
    margin-left: 0;
    margin-right: 30px;
}

.chat-application .chats .chat-left .chat-content {
    text-align: right;
    float: right;
    margin: 0 20px 10px 0;
    color: #626262;
    background: none;
    background-color: white;
}

.chat-application .user-profile-sidebar {
    border-left: 1px solid #E4E7ED;
    height: calc(100vh - 13rem);
    height: calc(var(--vh, 1vh) * 100 - 13rem);
    width: 400px;
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    background-color: #FFFFFF;
    position: fixed;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 6;
    left: 4.2rem;
    bottom: 5.25rem;
    opacity: 0;
}

.chat-application .user-profile-sidebar.show {
    opacity: 1;
    -webkit-transform: translateX(-7%);
    -ms-transform: translateX(-7%);
    transform: translateX(-7%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.chat-application .user-profile-sidebar .user-profile-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.chat-application .user-profile-sidebar .user-profile-header .header-profile-sidebar {
    margin: 2rem auto 0.5rem;
}

.chat-application .user-profile-sidebar .user-profile-header .avatar {
    margin-bottom: 1.25rem;
}

.chat-application .user-profile-sidebar .user-profile-header .close-icon {
    position: absolute;
    top: 14px;
    left: 13px;
    font-size: 1.75rem;
    cursor: pointer;
}

.chat-application .user-profile-sidebar .user-profile-sidebar-area {
    height: calc(100vh - 24.25rem);
    height: calc(var(--vh, 1vh) * 100 - 24.25rem);
    position: relative;
}

@media (max-width: 767.98px) {
    .chat-application .chat-app-window {
        height: calc(100% - 132px);
    }
    .chat-application .sidebar-content .sidebar-close-icon {
        visibility: visible;
    }
}

@media (max-width: 575.98px) {
    .chat-application .sidebar-content {
        width: 260px;
        right: -4px !important;
    }
    .chat-application .sidebar-content .chat-fixed-search,
    .chat-application .sidebar-content .chat-user-list {
        width: 260px;
    }
    .chat-application .chat-profile-sidebar {
        width: 260px;
    }
    .chat-application .user-profile-sidebar {
        width: 260px;
        left: 2.35rem;
    }
}

@media (max-width: 991.98px) {
    .chat-application .sidebar-content {
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        right: 0;
        position: fixed;
        z-index: 5;
        right: -2px;
    }
    .chat-application .sidebar-content.show {
        -webkit-transform: translateX(-8.5%);
        -ms-transform: translateX(-8.5%);
        transform: translateX(-8.5%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
    }
    .search-header.search-box .search-result{
        width: 145%!important;
    }
    .products-filter-mobile{
        display: block!important;
    }
    .products-filter-mobile .toggle-box-active>ul>li.has-sub>a::before{
        left: 20px;
        right: auto;
        top: 27px;
    }
    .products-filter-mobile .toggle-box-active>ul>li.has-sub>a::after{
        left: 28px;
        right: auto;
        top: 18px;
    }
    .products-filter-mobile .toggle-box{
        padding: 0 20px 0 10px;
    }
    .products-filter{
        display: none;
    }
}

@media (max-width: 349.98px) {
    .chat-application .sidebar-content {
        width: 230px;
        right: -2px !important;
    }
    .chat-application .sidebar-content .chat-fixed-search,
    .chat-application .sidebar-content .chat-user-list {
        width: 230px;
    }
    .chat-application .chat-profile-sidebar {
        width: 230px;
    }
    .chat-application .user-profile-sidebar {
        width: 230px;
    }
}


.chat .message-files {
    width: 100%;
    clear: both;
    text-align: left;
    padding: 5px 20px;
}

.chat.chat-left .message-files {
    text-align: right;
}

.chat .message-files a {
    color: white;
    background-color: #009ec9;
    padding: 5px;
    border-radius: 4px;
}
img.captcha {
    height: 40px;
    width: auto !important;
    border-radius: 10px;
}
#map {
    width: 100%;
    height: 500px;
}
/* post-card */
/* sidebar */

.post-sidebar .title-sidebar {
    padding: 5px 0;
    border-bottom: 1px solid #f6f6f6;
}

.post-sidebar .title-sidebar h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    word-spacing: -1.5px;
}

.post-sidebar .content-sidebar .item {
    margin-bottom: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f6f6f6;
}

.post-sidebar .content-sidebar .item .item-thumb {
    margin-left: 13px;
    float: right;
    margin-right: auto;
}

.post-sidebar .content-sidebar .item .item-thumb a {
    display: inline-block;
    width: 86px;
    margin-left: 0;
    margin-right: auto;
    height: 57px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.post-sidebar .content-sidebar .item p.title a {
    font-weight: 400;
    line-height: 18px;
    font-size: 13px;
    text-align: inherit;
    text-transform: none;
    color: #383838;
}

.post-sidebar .content-sidebar .item p.title a:hover {
    color: #5e72e4;
}

.post-sidebar .content-sidebar .item .item-meta,
.post-sidebar .content-sidebar .item .item-meta a {
    font-weight: 400;
    font-size: 11px;
    text-transform: none;
    color: #aeaeae;
}

.post-sidebar .category-list,
.post-sidebar .category-list ul {
    list-style: none;
}

.post-sidebar .category-list li {
    margin-bottom: 7px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.post-sidebar .category-list li a {
    position: relative;
    padding-right: 20px;
    color: #545454;
}

.post-sidebar .category-list a::before {
    content: '\F141';
    font-family: 'Material Design Icons';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 0;
}

.post-sidebar .category-list li a:hover {
    color: #0cf;
}

.post-sidebar .category-list li ul {
    margin: 7px 15px 7px 0;
}

.post-sidebar .tag-list {
    list-style: none;
}

.post-sidebar .tag-list li {
    display: inline-block;
    margin: 7px 3px 10px;
}

.post-sidebar .tag-list li a {
    padding: 5px 10px;
    font-size: 12px;
    background-color: #f5f5f5;
    border-radius: 15px;
}

.post-sidebar .tag-list li a:hover {
    color: #f44336;
}


.post-card {
    margin: auto auto 50px;
    padding: 10px;
    height: 260px;
    min-height: 50px;
    text-align: center;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    -moz-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
}

.post-card .post-thumbnail {
    position: relative;
    overflow: hidden;
    height: 190px;
    padding: 0 10px 20px 10px;
    top: -40px;
    left: -10px;
}

.post-card .post-thumbnail a {
    display: block;
    height: 100%;
}

.post-card .post-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.post-card .post-thumbnail .post-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fefefe;
    z-index: 1;
    font-size: 11px;
    padding: 3px 10px 1px 10px;
    border-radius: 3px;
}

.post-card .post-title {
    position: relative;
    top: -50px;
    text-align: right;
    line-height: 24px;
    height: 90px;
    overflow: hidden;
}

.post-card .post-title a {
    color: #000;
}

.post-card .post-title a:hover {
    color: #f44336;
}

.post-card .post-title > span {
    position: absolute;
    bottom: 0;
    left: 8px;
    display: inline-block;
    font-size: 11px;
    font-family: iranyekan;
    font-weight: 300;
    margin-top: 10px;
}

/* end post-card */
.post-title-page h1 {
    font-size: 26px;
    font-weight: bold;
    margin: 0.75rem 0 0.125rem;
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.content-desc .post-meta {
    display: inline-block;
    font-size: 11px;
    padding-right: 24px;
    color: #8f8f8f;
}
.content-desc .post-meta a {
    color: #8f8f8f;
}
.content-page .entry-header{
    box-shadow: unset;
    z-index: 1;
}
.section-title {
    position: relative;
    margin-bottom: 20px;
    z-index: 0;
    display: initial;
}.title-wide h2 {
     font-size: 20px;
     height: 33px;
     position: relative;
     z-index: 10;
     display: inline-block;
     padding-right: 40px;
     padding-left: 10px;
 }
.comment-replay-to {
    padding: 7px 9px;
    margin-bottom: 4px;
    background: #eaeaea;
    border-radius: 8px;
}
.section-title p {
    margin: -10px 40px 0;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.comments-area ol.comment-list {
    list-style: none;
    float: right;
    width: 100%;
    padding: 0 8% 0 0;
}
.comments-area ol li {
    list-style: none;
}
.comments-area ol.comment-list .comment-author {
    font-size: 14px;
    line-height: 1.571;
    display: block;
    color: #adadad;
    margin-top: 5px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.comments-area ol.comment-list li .comment-body {
    font-size: 14px;
    margin-top: 20px;
    padding: 20px 40px 20px 20px;
    line-height: 30px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #f7f1f1;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.2);
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.2);
}
.comments-area ol.comment-list li .comment-body p {
    text-align: justify;
}
.comments-area ol.comment-list li .comment-body .icon-comment.bg{
    background-color: #4ae3f3;
}
.comments-area ol.comment-list li .comment-body .icon-comment {
    font-size: 28px;
    position: absolute;
    right: -4px;
    top: -27px;
    width: 50px;
    height: 50px;
    /*background-color: #4ae3f3;*/
    border: 1px solid #343a40;
    overflow: hidden;
    color: #fff;
    text-align: center;
    /*line-height: 50px;*/
    -webkit-border-radius: 50%;
    /*-webkit-border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;*/
    /*border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;*/
    border-radius: 50%;
}
.comments-area ol.comment-list li .fn {
    font-size: 15px;
    margin-left: 0;
    float: right;
    font-weight: bold;
    font-style: normal;
    color: #000;
}
.comments-area ol.comment-list li .says {
    margin-left: 15px;
    margin-right: 5px;
}
.comments-area ol.comment-list li .commentmetadata {
    float: left;
}
.comments-area ol.comment-list li .commentmetadata {
    float: left;
}
.comments-area ol.comment-list .children{
    padding-right: 10%;
}
.post-sidebar .sticky-bar{
    background-color: #fff;
    border-radius: 10px;
}
.post-sidebar .sticky-bar .card-body{
    padding: 15px 0;
}
.rounded-6{
    border-radius: 6px;
}
.overflow-hidden{
    overflow: hidden;
}
.post-sidebar .widget{
    text-align: right;
    margin: 0;
    padding: 0 12px;
}
.post-sidebar .widget h5{
    line-height: 1.5;
    font-weight: 600;
}
.post-sidebar .widget .list-unstyled{
    padding-right: 2rem;
}
.post-sidebar .widget .blog-categories li {
    padding-bottom: 10px;
}
.post-sidebar .widget .blog-categories li a {
    color: #3c4858;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.post-sidebar  .widget .blog-categories li a, .post-sidebar  .widget .blog-categories li span {
    font-size: 13px;
}
.float-end {
    float: left!important;
}
.post-sidebar  .widget .post-recent .post-recent-thumb {
    width: 25%;
    margin-top: 10px;
}
.post-sidebar .widget .post-recent .post-recent-content {
    width: 75%;
    padding-right: 10px;

}
.post-sidebar .widget .post-recent .post-recent-content a{
    color: #3c4858;
}
.post-sidebar .widget .post-recent{
    margin-bottom: 10px;
    color: #3c4858;
}
.c-wallet__header-card-inventory {
    border-radius: 8px;
    border: 1px solid #e6eaef;
    background-color: #f9fafc;
    padding: 16px 20px;
    text-align: right;
    min-width: 250px;
    max-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}.c-wallet--fz-14 {
     font-size: 14px;
     font-size: 1rem;
     line-height: 1.571;
 }.c-wallet--fz-16 {
      font-size: 16px;
      font-size: 1.143rem;
      line-height: 1.375;
  }
.c-wallet__header-card-btn, .c-wallet__header-card-btn--deposit {
    font-size: 14px;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.c-wallet__header-card-btn {
    color: #fff;
    line-height: 1.571;
    line-height: 1.71;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.c-wallet__header-card-btn--deposit {
    line-height: 1.571;
    padding: 8px 16px 8px 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,211,176,.2);
    box-shadow: 0 6px 12px 0 rgba(0,211,176,.2);
    background-color: #ef394e;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24px;
    cursor: pointer;
}
.c-wallet__header-card-btn--Withdraw {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    margin-top: 15px;
    padding: 8px 16px 8px 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(79,204,233,.2);
    box-shadow: 0 6px 12px 0 rgba(79,204,233,.2);
    background-color: #4fcce9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 24px;
    cursor: pointer;
}
.c-wallet__header-card-btn .disabled {
    background: #e6e9ed;
    cursor: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}
.line-height-100{
    line-height: 100px;
}

.product-gallery .carousel-control-next{
    color: #a8a8a8;
    box-shadow: 3px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
    width: 49px;
    height: 90px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;

}
.product-gallery .carousel-control-prev{
    color: #a8a8a8;
    box-shadow: 3px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
    width: 49px;
    height: 90px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
}
.widget-product .allStoryIndex .owl-item{
    width: auto!important;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit,minmax(8rem,auto));
    justify-content: right;


}
.widget-product .allStoryIndex .owl-item img{
    margin: 0;
    border-radius: 50%;
    height: 8rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 8rem!important;
}
.widget-product .allStoryIndex .item{
    -webkit-animation: shine 1s linear infinite;
    animation: shine 1s linear infinite;
    background: linear-gradient(-118deg, #375ed1, rgb(61 92 98),red 80%,#ff0);
    background-size: 200% auto;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    overflow: hidden;
    padding: 3px;
    cursor: pointer;
}
.widget-product .allStoryIndex .item.unActive{
    background: #f1f4f9;
}
.widget-product .allStoryIndex .owl-stage{
    width: auto!important;
    margin: 10px;
}
.widget-product .allStoryIndex  .owl-item:hover{
    box-shadow: unset;
}

@keyframes shine {
    to {
        background-position: 200%
    }
}
#story-modal .modal-lg {
    max-width: 900px;
}
#story-modal .modal-lg .modal-body{
    padding: 0;
}
#story-modal .modal-lg .carousel-control-prev{
    left: 0;
    font-size: 60px;
    color: #000;
    width: 30px;
    background: #fff;
    border-radius: 0 5px 5px 0;
    height: 100px;
}
#story-modal .modal-lg .carousel-control-next{
    right: 0;
    font-size: 60px;
    color: #000;
    width: 30px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    height: 100px;
}
.product-timeout .countdown-timer {
    direction: ltr;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}
.product-timeout .countdown-timer span {
    display: inline-block;
    width: 50px;
    height: 35px;
    position: relative;
}
.product-timeout .countdown-timer span[data-days]::before {
    content: 'روز';
}

.product-timeout .countdown-timer span[data-hours]::before {
    content: 'ساعت';
}

.product-timeout .countdown-timer span[data-minutes]::before {
    content: 'دقیقه';
}

.product-timeout .countdown-timer span[data-seconds]::before {
    content: 'ثانیه';
}
.highest-banner img{
    width: 100%;
    height: 60px;
    object-fit: cover;
}
.products-filter-mobile{
    display: none;
}
.details-link a{
    cursor: pointer;
}
