@font-face {
    font-family: Yekan-Bakh-FaNum-Regular;
    src: url("../fonts/yekanbakh/Yekan-Bakh-FaNum-Regular.eot");
    src: url("../fonts/yekanbakh/Yekan-Bakh-FaNum-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/yekanbakh/Yekan-Bakh-FaNum-Regular.woff") format("woff"), url("../fonts/yekanbakh/Yekan-Bakh-FaNum-Regular.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: 'Avenir LT Pro 35 Light';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Pro 35 Light'), url('../fonts/Avenir/AvenirLTProLight.woff') format('woff');
}
.icon-bar {
    position: fixed;
    top: 85%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
  }

  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    margin-top: -30px;
  }


.hide-all {
    display: none;
}

body {
    font-size: 14px;
    text-align: right;
    background-color: #fff;
    overflow-x: hidden !important;
}

body {
    font-family: Yekan-Bakh-FaNum-Regular, serif;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

ul {
    padding: 0;
    list-style: none;
}

button:focus {
    outline: none;
}

.shopping-page .checkout-additional-options-checkbox-image {
    margin-left: 0;
}

.shopping-page .checkout-additional-options-checkbox-image {
    color: var(--primary-color);
}

.shopping-page .checkout-additional-options-checkbox-image {
    margin-left: 16px;
    cursor: pointer;
    width: 70px;
    height: 40px;
    float: right;
    font-size: 42px;
    line-height: 47px;
    text-align: center;
    color: #f7858d;
}

.top-before {
    border-radius: 10px;
}

.top-before {
    opacity: 0.4 !important;
}

.radio-box label {
    position: relative;
    display: block;
    cursor: pointer;
    float: right;
}

input[type="radio"] {
    opacity: 0;
    height: 1px;
    position: absolute;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.icon_payment_method {
    width: 100% !important;
    height: 90px !important;
}

.custom-control-input:checked ~ .top-before {
    border-color: var(--primary-color) !important;
    opacity: 1 !important;
}

.radio-box label {
    position: relative;
    display: block;
    cursor: pointer;
    float: right;
}

.dt-sl {
    width: 100%;
    height: auto;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #fff;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #fff;
}

.nicescroll-cursors {
    background-color: #ccc !important;
}

.dt-sn {
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.btn.hover:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

@media (min-width: 1200px) {
    .main-container {
        max-width: 1400px;
    }
}

@media (max-width: 1200px) {
    .main-container {
        max-width: 100%;
    }
}

.btn {
    padding: 10px;
    font-size: 13px;
    font-weight: normal;
    position: relative;
    border-radius: 10px;
    color: #212121;
    border: 0;
    outline: 0;
}

.btn-light {
    box-shadow: 0 2px 6px #e6ecf1;
    background-color: #e3eaef;
    border-color: #e3eaef;
    color: #191d21;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled:active {
    background-color: #c3d2dc !important;
}

.btn-dark {
    box-shadow: 0 2px 6px #bac0c6;
    background-color: #191d21;
    border-color: #191d21;
    color: #fff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active {
    background-color: black !important;
}

.btn-success {
    box-shadow: 0 2px 6px #fff !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #0c0c0c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active {
    background-color: var(--primary-color) !important;
    color: #0c0c0c !important;
}

.btn-info {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #0c0c0c !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active {
    background-color: var(--primary-color) !important;
}

.btn-primary {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff;
}

.btn-primary:active, .btn-primary:hover, .btn-primary.disabled:active, .btn-primary.disabled:hover {
    background-color: var(--primary-color) !important;
}

.btn-danger {
    box-shadow: 0 2px 6px #fd9b96;
    background-color: #fc544b;
    border-color: #fc544b;
    color: #fff;
}

.btn-warning {
    box-shadow: 0 2px 6px #ffc473;
    background-color: #ffa426;
    border-color: #ffa426;
    color: #fff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active {
    background-color: #ff990d !important;
    color: #fff !important;
}

.border {
    border-color: #eee !important;
}

.custom-control-label {
    padding-right: 30px;
    padding-top: 2px;
    cursor: pointer;
}

.custom-control-label::before {
    right: 0;
    left: auto;
}

.custom-control-label::after {
    right: 0;
    left: auto;
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary-cm {
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    border-radius: 10px;
    color: #0c0c0c;
    border: 0;
    background-color: var(--primary-color);
    outline: 0;
    overflow: hidden;
}

.btn-primary-cm:hover {
    color: #0c0c0c;
}

.btn-primary-cm.btn-with-icon {
    padding-right: 50px;
}

.btn-primary-cm.btn-with-icon.w-100 {
    padding-right: 0;
}

.btn-primary-cm.btn-with-icon::before {
    content: '';
    width: 44px;
    height: 140%;
    position: absolute;
    right: 0;
    top: -10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 60px 0 0 60px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-primary-cm.btn-with-icon:hover::before {
    width: 110%;
}

.btn-primary-cm.btn-with-icon img {
    width: 24px;
    position: absolute;
    right: 10px;
}

.btn-primary-cm.btn-with-icon i {
    position: absolute;
    right: 10px;
    font-size: 23px;
    top: 3px;
}

.dir-rtl {
    direction: rtl;
}

.dir-ltr {
    direction: ltr;
}

.ps-relative {
    position: relative;
}

.shadow-unset {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.wrapper {
    direction: rtl;
    overflow-x: hidden !important;
}

/* header */
header.main-header {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
}

header.page-header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

header.main-header .ads-header {
    margin: 0;
    height: 60px;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    display: block;
    transition: all 1s ease;
}

header.main-header .topbar {
    padding-top: .75rem;
    padding-bottom: 0;
    position: relative;
    z-index: 100;
    background-color: #fff;
}

header.main-header .topbar .topbar-right a {
    display: block;
}

header.main-header .logo-area {
    margin: 6px;
}

header.main-header .logo-area a {
    display: block;
}

header.main-header .search-area {
    margin: 5px;
}

header.main-header .search-area form.search {
    position: relative;
}

header.main-header .search-area form.search input {
    width: 100%;
    height: 100%;
    padding: 10px 10px 9px;
    line-height: 1.833;
    font-weight: 300;
    font-size: 14px;
    border-radius: 7px;
    background-color: #f0f0f1;
    border: 1px solid #f3f3f3;
    color: #474747;
    outline: none;
}

header.main-header .search-area form.search input {
    font-family: Yekan-Bakh-FaNum-Regular, serif;
}

header.main-header .search-area form.search .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 18px;
    color: #979797;
    padding-left: 7px;
    padding-right: 10px;
    transform: translatey(-50%);
}

header.main-header .search-area form.search button {
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 7px 0 0 7px;
    background: var(--primary-color);
    border: 0;
    cursor: pointer;
    outline: none;
}

header.main-header .search-area form.search button img {
    width: 26px;
}

header.main-header .search-area form.search .close-search-result {
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 60px;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

header.main-header .search-area form.search .close-search-result.show {
    display: block;
}

header.main-header .search-area form.search .search-result {
    position: absolute;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 100001;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: none;
}

header.main-header .search-area form.search .search-result.open {
    display: block;
}

header.main-header .search-area form.search .search-result ul {
    list-style: none;
    margin-bottom: 0;
}

header.main-header .search-area form.search .search-result ul li {
    line-height: 30px;
}

header.main-header .search-area form.search .search-result ul li a {
    color: #212121;
}

header.main-header .topbar .topbar-left {
    margin-top: 0.5rem;
}

header.main-header .nav-item {
    position: relative;
}

header.main-header .nav-item.account {
    border: 1px solid #e0e0e2;
    border-radius: 7px;
    padding: 0 12px;
}

header.main-header .nav-link {
    padding: 6px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    color: #607d8b;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

header.main-header .nav-link span.label-dropdown {
    float: right;
    margin: 1px 0 0 10px;
}

header.main-header .nav-link span.count {
    background-color: #f7858d;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 15px;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
}

header.main-header .nav-link i {
    font-size: 18px;
}

header.header-transparent .nav-link {
    color: hsla(0, 0%, 100%, .85);
}

header.main-header .dropdown-menu {
    top: 50px;
    direction: rtl;
    min-width: 12rem;
    padding: 10px;
    margin: .125rem 0 0;
    color: #8492a6;
    text-align: right;
    background-color: #fff;
    border: 0;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: block !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header.main-header .dropdown-menu.cart {
    width: 300px;
}

header.main-header .dropdown-menu.cart .dropdown-list-icons {
    max-height: 250px;
    overflow-y: auto;
}

header.main-header .dropdown-menu.cart a.dropdown-item {
    position: relative;
}

header.main-header .dropdown-menu.cart .dropdown-footer, header.main-header .topbar .dropdown-menu.cart .dropdown-header {
    font-weight: 600;
    padding: 15px;
}

header.main-header .dropdown-menu.cart .dropdown-list-icons .dropdown-item {
    display: flex;
}

header.main-header .dropdown-menu.cart .dropdown-list-icons .dropdown-item .dropdown-item-icon {
    flex-shrink: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
}

header.main-header .dropdown-menu.cart .dropdown-item-icon img {
    max-width: 100%;
}

header.main-header .dropdown-menu.cart button.remove {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    line-height: 0;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background-color: rgba(64, 64, 64, 0.1);
    color: #404040;
    cursor: pointer;
    outline: none;
    border: 0;
}

header.main-header .dropdown-menu.cart button.remove i {
    float: none;
    margin-left: unset;
}

header.main-header .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

header.main-header .nav-item:hover .dropdown-menu.show {
    transform: translate3d(0px, 34px, 0px) !important;
}

header.main-header .dropdown-menu .dropdown-item {
    color: #8492a6;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 10px;
}

header.main-header .dropdown-menu .dropdown-item i {
    float: right;
    margin-left: 2px;
    font-size: 16px;
}

header.main-header .dropdown-menu.cart .btn-success, header.main-header .dropdown-menu.cart .btn-success.disabled {
    box-shadow: 0 2px 6px #a8f5b4;
    background-color: #63ed7a;
    border-color: #63ed7a;
    color: #fff;
    font-size: 13px;
}

header.main-header .dropdown-menu.cart .btn-primary, header.main-header .dropdown-menu.cart .btn-primary.disabled {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    border-color: #6777ef;
    color: #fff;
    font-size: 13px;
}

header.main-header .dropdown-menu .dropdown-item:hover, header.main-header .dropdown-menu .dropdown-item:focus, header.main-header .dropdown-menu .dropdown-item:active {
    color: #f7858d;
    background-color: #f4f4f4;
}

header.main-header .search-box form {
    position: relative;
}

header.main-header .search-box input {
    display: inline-block;
    max-width: 242px;
    width: 242px;
    height: 36px;
    line-height: 36px;
    padding-right: 20px;
    font-size: 14px;
    background: #edf0f5;
    color: #708198;
    border: none;
    border-radius: 10px;
    outline: none;
}

header.main-header .search-box form i {
    position: absolute;
    top: 3px;
    left: 10px;
    font-size: 20px;
}

header.main-header .search-box input::placeholder {
    font-size: 13px;
}
.categoryPTOP{
    padding-top:45px!important;
}
 .adsImg {
    margin: 0;
    height: 60px;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    display: block;
    transition: all 1s ease;
}

/* ----------------- Start Main-Menu */
header.main-header .bottom-header {
    margin-bottom: 4px;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding-top: 0;
    background-color: #fff;
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 4%);
    transition: all .2s ease;
}

header.main-header .bottom-header.hidden--bottom-header {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

header.main-header .main-menu {
    width: 100%;
    position: relative;

}

header.main-header .main-menu .list {
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
    list-style: none;
}

header.main-header .main-menu .list .list-item {
    display: inline-block;
}

header.main-header .main-menu .list .list-item:not(:last-child) {
    margin-right: .5rem;
}

header.main-header .main-menu .list .list-item:first-child {
    margin-right: 0;
}

header.main-header .main-menu .list .list-item.category-list::after {
    content: "|";
    color: #ccc;
    position: relative;
    top: 3px;
}

header.main-header .main-menu .list > .list-item {
    margin-right: 10px;
    position: relative;
}

header.main-header .main-menu .list > .list-item > a::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    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;
}

header.main-header .main-menu .list > .list-item:hover > a::before {
    width: 100%;
}

header.main-header .main-menu .list > .list-item > a, header.main-header .main-menu .list > .list-item > span {
    color: #212121;
    padding: 10px 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    top: 2px;
    font-size: 14px;
    font-weight:bold;
}

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);
}

header.main-header .main-menu .list .list-item-has-children {
    position: relative;
}


header.main-header .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: 999;
    /* -webkit-transition: all .2s ease-out;
    transition: all .4s ease-out; */
}

header.main-header .main-menu .list > .list-item-has-children > .sub-menu {
    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);
}

header.main-header .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);
}

header.main-header .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;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu li {
    display: block;
    width: 100%;
    margin-right: 0;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu a {
    display: block;
    padding: 4px 15px;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 2.27;
    font-weight: 300;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu a:hover {
    /* font-weight: bold; */
}

header.main-header .main-menu .list .list-item-has-children .sub-menu a i {
    float: right;
    margin: 2px 0 2px 6px;
    font-size: 18px;
}

header.main-header .main-menu .list .list-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

header.main-header .main-menu .list .list-item.mega-menu {
    position: static;
}

.mega-menu-col-2:hover {
    position: relative !important;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu {
    position: absolute;
    width: 100%;
    min-width: 100%;
    font-size: 12px;
}

header.main-header .main-menu .list .list-item.mega-menu > .sub-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 100000;
}

header.main-header .main-menu .list .list-item.mega-menu > .sub-menu.nav {
    display: unset;
    /* border-radius: 0 0 10px 10px; */
}

header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li {
    float: right;
    width: 100%;
    /* padding-right: 13.7%; */
}

header.main-header .main-menu .list .list-item.menu-col-1 .sub-menu {
    border-radius: 0 0 10px 10px;
}

header.main-header .main-menu .list .list-item.menu-col-1 .sub-menu .sub-menu {
    border-radius: 10px;
}

header.main-header .main-menu .list .list-item.menu-col-1 .sub-menu li:first-child > a {
    border-radius: 10px 10px 0 0;
}

header.main-header .main-menu .list .list-item.menu-col-1 .sub-menu li:last-child > a {
    border-radius: 0 0 10px 10px;
}

header.main-header .main-menu .list .list-item.menu-col-1 .sub-menu li > a > li:last-child > a {
    border-radius: 0 0 10px 10px;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-2 > .sub-menu {
    min-width: 1905px;
    width: 360px;
    position: absolute;
    right:-23.5%;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-2 li {
    width: 50%;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu {
    min-width: 1905px;
    width: 820px;
    position: absolute;
    right:-23.5%;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 8%;
}
header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child {
    margin-right: 8.5%;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu {
    min-width: 1905px;
    position: absolute;
    right:-50%;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 li {
    width: 8%;
}
header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child {
    margin-right: 8.5%;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 > .sub-menu {
    min-width: 1905px;
    width: 900px;
    position: absolute;
    right:-39%;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 li {
    width: 20%;
}
header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu {
    min-width: 1905px;
    width: 900px;
    position: absolute;
    right:-50%;
}
header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu > li {
    float: right;
    width: 100%;
    padding-right: 0;
}

header.main-header .main-menu .list .list-item.mega-menu img {
    left: 0;
    max-width: 200px;
    bottom: 0;
    border-radius: 0 0 0 10px;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu a {
    line-height: 20px;
}

header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li > a {
    color: #000;
    display: block;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
}

header.main-header .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;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu .sub-menu {
    right: 100%;
    top: 0;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li {
    width: 100%;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a {
    color: #4a5f73;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a:hover {
    font-weight: bold;
    color: var(--primary-color);
}

header.main-header .main-menu .list .list-item.mega-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

header.main-header .main-menu > ul > li.category-list:before {
    content: '';
    position: absolute;
    right: 0;
    top: 150%;
    min-width: 1100px;
    min-height: 455px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    display: none;
}

header.main-header .main-menu > ul > li.category-list > ul {
    width: 220px;
    min-height: 455px;
    position: absolute;
    right: 0;
    top: 150%;
    border-left: 1px solid #e0e0e0;
    display: none;
}

header.main-header .main-menu > ul > li.category-list > ul > li a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: inherit;
}

header.main-header .main-menu > ul > li.category-list > ul > li > a {
    display: flex;
    line-height: 45px;
    padding-right: 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

header.main-header .main-menu > ul > li.category-list > ul > li.active > a {
    background-color: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

header.main-header .main-menu > ul > li.category-list > ul > li.active > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.main-header .main-menu > ul > li.category-list > ul > li > ul {
    width: 870px;
    height: 450px;
    overflow: hidden;
    position: absolute;
    right: 220px;
    top: 0;
    margin-right: 1px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    max-height: 418px;
    display: none;
}

header.main-header .main-menu > ul > li.category-list > ul > li > ul > li {
    padding-right: 10px;
    padding-left: 10px;
    min-width: 25%;
    max-width: 25%;
}

header.main-header .main-menu > ul > li.category-list > ul > li > ul > li a:hover {
    color: #007bff;
    padding-right: 4px;
}

header.main-header .main-menu > ul > li.category-list .sublist--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header.main-header .main-menu > ul > li.category-list .sublist--title::after {
    content: '\f104';
    font-family: "Font Awesome 5 Pro";
    position: relative;
    left: -3px;
}

header.main-header .main-menu > ul > li.category-list .sublist--title:hover::after {
    color: #007bff;
}

header.main-header .main-menu > ul > li.category-list .sublist--item {
    color: #a6a6a6;
    font-size: 13px;
    line-height: 27px;
}

header.main-header .main-menu > ul > li.category-list > ul > li > ul > li .list-item--image:hover {
    padding-right: 0;
}

header.main-header .main-menu > ul > li.category-list:hover:before, header.main-header .main-menu > ul > li.category-list:hover > ul {
    display: block;
}

/* End Main-Menu----------------- */ /* ----------------- Start Side-Menu */
header.main-header .side-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

button.btn-menu {
    position: absolute;
    top: 10px;
    right: 6px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    display: none;
}

button.btn-menu .align {
    display: inline-block;
    margin-right: 35px;
    cursor: pointer;
}

button.btn-menu .align__justify {
    margin-right: 0;
}

button.btn-menu .align span {
    background: #000;
    display: block;
    margin-bottom: 6px;
    width: 27px;
    height: 2px;
}

button.btn-menu .align span:last-child {
    margin-bottom: 0;
}

header.main-header .side-menu.open {
    right: 0;
}

header.main-header .side-menu .search-box-side-menu form {
    position: relative;
    display: flex;
    align-items: center;
}

header.main-header .side-menu .search-box-side-menu input {
    flex: 0 0 90%;
    width: 75%;
    height: 36px;
    margin: auto;
    line-height: 36px;
    font-size: 14px;
    padding-right: 5px;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    outline: none;
}

header.main-header .side-menu .search-box-side-menu form i {
    position: absolute;
    left: 20px;
    font-size: 20px;
}

header.main-header .side-menu .logo-nav-res {
    margin: 20px 0;
}

header.main-header .side-menu .logo-nav-res img {
    max-width: 100%;
}

header.main-header .side-menu > ul {
    position: relative;
    padding: 0;
}

header.main-header .side-menu > ul li {
    width: 100%;
}

header.main-header .side-menu ul ul {
    display: none;
    padding: 0;
    background-color: #f6f6f6;
    -webkit-box-shadow: inset 2px 1px 5px rgba(0, 0, 0, 0.08);
    box-shadow: inset 2px 1px 5px rgba(0, 0, 0, 0.08);
}

header.main-header .side-menu ul ul li a {
    background-color: transparent;
}

header.main-header .side-menu > ul > li > a {
    font-size: 16px;
    display: block;
    padding: 7px 22px;
    background: #fff;
    color: #000;
}

header.main-header .side-menu a {
    cursor: pointer;
    background-color: #fff;
    display: block;
}

header.main-header .side-menu ul > li > ul > li {
    position: relative;
}

header.main-header .side-menu ul > li > ul > li::before {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #404040;
    font-size: 18px;
}

header.main-header .side-menu ul > li > ul > li > a:hover {
    color: #404040;
}

header.main-header .side-menu ul > li > ul > li > a {
    font-size: 14px;
    display: block;
    padding: 0 35px;
    line-height: 44px;
    color: #404040;
}

header.main-header .side-menu ul ul ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 20px;
}

header.main-header .side-menu ul > li.sub-menu {
    position: relative;
}

header.main-header .side-menu ul > li.sub-menu > a::after {
    content: '\F140';
    position: absolute;
    top: 5px;
    left: 10px;
    font-family: "Material Design Icons";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    -webkit-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header.main-header .side-menu ul > li.sub-menu.open > a::after {
    transform: rotate(180deg);
}

header.main-header .side-menu ul a {
    padding: 10px;
}

header.main-header .overlay-side-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.header-cart-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 300px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    z-index: 100;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cart-area:hover .header-cart-info {
    opacity: 1;
    visibility: visible;
    top: calc(100% - -17px);
}

.header-cart-info-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px 12px 16px;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: normal;
}

.header-cart-info-count {
    font-size: 12px;
    font-size: .857rem;
    line-height: normal;
    color: #81858b;
}

.header-cart-info-link {
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #5e77fe;
    font-size: 12px !important;
    font-size: .857rem !important;
    line-height: normal !important;
}

.header-cart-info-link:after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-right: 5px;
}

.header-basket-list {
    max-height: 293px;
    overflow-y: scroll;
    overflow-x: hidden;
    list-style: none;
    border-top: 1px solid #f0f0f1;
}

.header-basket-list-item {
    padding: 15px 0;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #f0f0f1;
    margin: 0 12px;
}

.header-basket-list li:last-child .header-basket-list-item {
    border: none;
}

.header-basket-list-item-image {
    width: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 75px;
    max-width: 75px;
    position: relative;
}

.header-basket-list-item-image img {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.header-basket-list-item-content {
    margin-left: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-basket-list-item-title {
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 700;
    margin-bottom: 8px;
    color: #424750;
}

.header-basket-list-item-footer {
    justify-content: space-between;
}

.header-basket-list-item-props {
    color: #81858b;
    display: flex;
    align-items: center;
    font-size: 10px;
    font-size: .714rem;
    line-height: normal;
}

.header-basket-list-item-props-item {
    display: inline-flex;
    align-items: center;
}

.header-basket-list-item-props-item:not(:last-child) {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #f0f0f1;
}

.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;
}

.header-basket-list-item-footer, .header-basket-list-item-remove {
    display: flex;
    align-items: center;
}

.header-basket-list-item-remove {
    justify-content: center;
    background: #fff;
    border: 0;
    outline: 0;
    color: #a1a3a8;
    cursor: pointer;
    outline: none;
}

.header-cart-info-footer {
    padding: 8px;
    border-top: 1px solid #f0f0f1;
    display: flex;
    align-items: center;
}

.header-cart-info-total {
    font-size: 12px;
    font-size: .857rem;
    line-height: normal;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 4px;
}

.header-cart-info-footer > div {
    width: 50%;
}

.header-cart-info-total-text {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 2.2;
    color: #515151;
}

.header-cart-info-total-amount {
    font-size: 13px;
    font-weight: bold;
    color: #515151;
}

.header-cart-info-submit {
    display: block;
    border-radius: 10px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 10px;
    background-color: var(--primary-color);
    border-top: 1px solid #c6c6c6;
}

.header-cart-info-submit:hover {
    color: #000;
}

.cart--wrapper:hover .header-cart-info {
    opacity: 1;
    visibility: visible;
}

/* End Side-Menu----------------- */ /* ------------ Start Mini-Header */
header.mini-header {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

/* End Mini-Header------------ */ /* header */ /* main-content */
main.main-content {
    position: relative;
}

/* ----------------- Start Sidebar */
.sidebar-banner {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: 0 0;
    margin: 2px 0 15px 0;
}

.sidebar-banner img {
    border-radius: 10px;
}

/* End Sidebar----------------- */ /* ----------------- Start Main-Slider */
.main-slider {
    margin-bottom: 50px;
    height: 329px;
    border: 0;
    border-radius: 10px;
}

.main-slider-cs {
    height: auto;
    overflow: hidden;
}

#main-slider-res {
    height: auto;
}

.main-slider .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin-right: 6px;
    margin-left: 6px;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .75);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

.main-slider .carousel-indicators li.active {
    background: #fff;
    width: 40px;
    border-radius: 25px;
}

.main-slider .carousel-control-next {
    left: 5px;
    right: auto;
    font-size: 45px;
}

.main-slider .carousel-control-prev {
    right: -5px;
    left: auto;
    font-size: 45px;
}


.main-slider .carousel-inner {
    height: 100%;
}

.main-slider .carousel-inner .carousel-item {
    height: 100%;
}

.main-slider-slide {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    /* border-radius: 10px; */
    cursor: pointer;
}

#main-slider-res .main-slider-slide img {
    /* border-radius: 10px; */
    width: 100%;
}

/* End Main-Slider------------ */ /* ----------------- Start Category-Section */
.category-section {
    background-color: #fff;
}

.category-section-title {
    color: #656565;
    margin: 10px auto 24px;
    line-height: 30px;
    opacity: .7;
    width: 100%;
    text-align: center;
}

.category-section-title h3 {
    font-size: 19px;
}

.category-section-slider .category-slider .item {
    text-align: center;
}

.category-section-slider .category-slider .item img {
    display: block;
    width: 48px;
    margin: auto;
}

.category-section-slider .category-slider .item h4 {
    font-size: 12px;
    line-height: 30px;
    color: #2a2a2a;
    margin-top: 8px;
    text-align: center;
}

.category-section-slider .category-slider .item h6 {
    color: var(--primary-color);
    font-size: 12px;
    line-height: 10px;
}

.category-section-slider .category-slider .item h6::before {
    content: "+";
    margin-left: 2px;
}

.category-section-slider .owl-carousel .owl-nav .owl-prev, .category-section-slider .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    font-size: 40px;
    color: #6a6a6a;
    line-height: 40px;
    outline: none;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
}

.category-section-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -10px;
    border-radius: 8px 0 0 8px;
}

.category-section-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -10px;
    border-radius: 0 8px 8px 0;
}

.category-section-slider .owl-carousel .owl-nav .disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: all;
}

/* End Category-Section------------ */ /* ------------ Start Brand-Slider */
.brand-slider .item img {
    max-width: 170px !important;
}

.brand-slider .owl-nav {
    margin-top: 0;
}

.brand-slider .owl-nav button {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 37px !important;
    text-align: center;
    outline: none;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.brand-slider .owl-nav button.owl-next, .brand-slider .owl-nav button.owl-prev {
    background-color: #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #6a6a6a;
}

.brand-slider .owl-nav button.owl-next {
    left: -15px;
    cursor: pointer;
}

.brand-slider .owl-nav button.owl-prev {
    right: -15px;
    cursor: pointer;
}

.brand-slider .owl-nav button.owl-next:hover, .brand-slider .owl-nav button.owl-prev:hover {
    background-color: #fff;
    color: #000;
}

.brand-slider .owl-nav button.disabled {
    opacity: 0 !important;
}

/* End Brand-Slider------------ */ /* ------------ Start Section-Title */
.section-title {
    position: relative;
    margin-bottom: 20px;
    z-index: 0;
}

.title-wide::after {
    content: '';
    background-color: #d9e1eb;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 16px;
}

.no-after-title-wide::after {
    display: none;
}

.title-wide a, .title-wide h2 {
    color: #000;
    line-height: 33px;
}

.title-wide h2 {
    font-size: 20px;
    height: 33px;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding-right: 40px;
    padding-left: 10px;
}

.text-sm-title h2 {
    font-size: 16px;
}

.title-wide h2:after, .title-wide h2:before {
    content: '';
}

.title-wide h2:before {
    display: block;
    position: absolute;
    right: 7px;
    top: -1px;
    height: 30px;
    width: 16px;
    margin-right: 13px;
}

.no-title-wide-before h2 {
    padding-right: 10px;
}

.no-title-wide-before h2::before {
    background: none;
}

.title-wide a {
    display: block;
    position: relative;
    float: left;
    padding: 0 10px;
    height: 33px;
    background-color: var(--primary-color);
    border-radius: 3px;
    z-index: 100;
}

.title-wide a::before {
    content: '';
    position: absolute;
    top: 16px;
    left: -25px;
    width: 25px;
    height: 2px;
    background-color: #edf0f5;
}

.section-title p {
    margin: -10px 40px 0;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

/* End Section-Title------------ */ /* ------------ Start Product-Carousel */
section.slider-section {
    padding: 1rem 1.5rem 0;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
}

section.slider-section .product-card {
    border-radius: 10px;
    border: 1px solid #ebebeb;

}

.amazing-section {
    border-radius: 0 !important;
}

.amazing-product a {
    display: block;
}

.amazing-product img {
    width: 137% ;
    max-height: calc(100% - 41px);
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: -2rem;
}

.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;
}

.amazing-section .product-card {
    border-radius: 10px !important;
    border-left: 0 !important;
}

.amazing-section .product-carousel .item {
    margin-bottom: 20px !important;
}

.product-carousel .item {
    margin-bottom: 40px;
}

.product-carousel {
    position: relative;
}

.product-carousel .owl-dots {
    margin-top: 0 !important;
    text-align: center;
}

.product-carousel .owl-dot {
    outline: none;
}

.product-carousel .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #ddd;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

.product-carousel .owl-dot.active span, .product-carousel .owl-dot:hover span {
    background: #f7858d;
}

.product-carousel .owl-dot.active span {
    width: 38px;
}

.product-carousel .owl-nav {
    margin-top: 0;
}

.product-carousel .owl-nav button {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    margin-top: -20px;
    line-height: 37px !important;
    text-align: center;
    outline: none;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-carousel .owl-nav button.owl-next, .product-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    font-size: 40px;
    color: #6a6a6a;
}

.product-carousel .owl-nav button.owl-next {
    left: 10px;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
}

.product-carousel .owl-nav button.owl-prev {
    right: 10px;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
}

.product-carousel .owl-nav button.owl-next:hover, .product-carousel .owl-nav button.owl-prev:hover {
    background-color: #fff;
    color: #000;
}

.product-carousel .owl-nav button.disabled {
    opacity: 0 !important;
}

/* ------------ Start Product-Card */
.product-card {
    position: relative;
    background-color: #fff;
    padding-top: .75rem;
    padding-bottom: 1.625rem;
    margin: 10px;
    border-radius: 8px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 768px) {

    .product-card:hover {
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    }

    .product-card:hover .product-thumb::before {
        left: 200%;
    }

    .product-card:hover .no_product {
        display: none
    }

    .product-card:hover .product-head {
        padding-bottom: 4px
    }

    .product-card:hover .product-card-actions button {
        opacity: 1;
        visibility: visible;
        transform: scale(1)
    }

    .product-card:hover .rating-stars {
        visibility: hidden
    }

    .product-card-amzaing-slider:hover .rating-stars {
        visibility: visible !important;
    }

    .product-card:hover .btn_add {
        display: block;
        transition: .2s ease-in-out;
    }

    .product-card:hover .product-price:before {
        bottom: 82px;
    }

    .product-card:hover h5 {
        margin-top: 16px;
    }

    .product-card:hover .product-head-amazing {
        display: none;
    }

    .product-card:hover .discount span {
        display: none !important;
    }
}


.product-card .product-head {
    padding: 0 .9375rem .5rem;
}

.rating-stars {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    margin-right: 16px;
}

.rating-stars i {
    display: inline-block;
    margin-left: -7px;
    color: #bfbfbf;
    font-size: .875rem;
}

.rating-stars i.active {
    color: #ffd800;
}

.discount {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}

.discount span {
    display: flex;
    flex-direction: row-reverse;
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
    background: #f44652;
    border-radius: 15px 15px 0 15px;
}

.discount p {
    display: inline-block;
    padding: 5px 8px;
    font-size: 16px;
    color: #fff;
    background: #f44652;
    border-radius: 15px 15px 0 15px;
}

.product-card .product-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-card .product-thumb::before {
    background-color: #fff;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    content: '';
    left: -130%;
    position: absolute;
    width: 200px;
    box-shadow: 0 0 100px #fff;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}


.product-card .product-thumb > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.product-card .product-card-body {
    padding: 0 1.25rem;
}

.product-card .product-meta {
    display: block;
    margin-bottom: .5rem;
    color: rgba(140, 140, 140, 0.75);
    font-size: .75rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.product-card .product-meta:hover {
    color: #404040;
}

.product-card .product-title {
    margin: .75rem 0 .125rem;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    min-height: 60px;
}

.product-card .product-title > a {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #f7858d;
    text-decoration: none;
    display: block;
}

.product-card .product-title > a:hover {
    color: #f44336;
}

.product-card .product-price {
    display: block;
    color: var(--primary-color);
    font-weight: bold;
}

.hover-effect-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-effect-img::before {
    background-color: white;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    content: '';
    left: -100%;
    position: absolute;
    width: 200px;
    box-shadow: 0 0 100px white;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.card-row:hover .hover-effect-img::before {
    left: 200%;
}

.search-amazing-content {
    padding-top: 65px;
}

.search-amazing-tab .product-card {
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.btn-filter-sidebar {
    border: 0;
    color: #0c0c0c !important;
    border-radius: 7px;
    padding: 10px 20px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.promotion-badge {
    width: 98%;
    height: 29px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 17px;
    color: #f7858d;
    border-bottom: 1px solid #f7858d;
    position: absolute;
    top: 10px;
}

.promotion-badge.not-available {
    color: #6c757d;
    border-color: #6c757d;
}

.product-card .promotion-badge {
    font-size: 16px;
    font-family: 'Yekan-Bakh-FaNum-Regular';
    display: contents;
}

.search-amazing-tab .discount {
    top: 42px;
}

/* End Product-Card------------ */ /* End Product-Carousel------------ */ /* ------------ Start Suggestion-Slider */
.product-carousel.carousel-md .item {
    margin-bottom: 20px;
}

.widget-suggestion .widget-suggestion-title {
    margin-bottom: 10px;
}

.widget-suggestion .widget-suggestion-title img {
    max-width: 100%;
}

.widget-suggestion #progressBar {
    height: 1px;
    background: #e0e1e2;
    position: relative;
    margin-bottom: 15px;
}

.widget-suggestion .slide-progress {
    box-shadow: 0 0 8px 0 rgba(255, 138, 138, .5);
    border-top-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-color: #f7858d;
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite;
}

.widget-suggestion .owl-dots {
    margin-top: 0 !important;
    text-align: center;
}

.widget-suggestion .owl-dot {
    outline: none;
}

.widget-suggestion .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    background: #ddd;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

.widget-suggestion .owl-dot.active span, .widget-suggestion .owl-dot:hover span {
    background: #f7858d;
}

.widget-suggestion .owl-dot.active span {
    width: 30px;
}

/* End Suggestion-Slider------------ */ /* ------------ Start Widget */
.widget-banner a {
    display: block;
}

.widget-banner img {
    max-width: 100%;
    border-radius: 10px;
}

.widget-search {
    position: relative;
}

.widget-search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 7px;
    font-size: 13px;
    background-color: #fafdfb;
    border: 1px solid #f3f3f3;
    border-radius: 7px;
    outline: none;
}

.widget-search input::placeholder {
    font-size: 12px;
}

.widget-search button.btn-search-widget {
    position: absolute;
    left: 0;
    width: 35px;
    height: 40px;
    background-color: var(--primary-color);
    top: 0;
    border: 0;
    border-radius: 7px 0 0 7px;
    outline: none;
}

.widget-search button.btn-search-widget img {
    max-width: 100%;
}

.filter-product .card {
    border-radius: 10px;
    border: 1px solid #f3f3f3;
}

.filter-product .card .card-header {
    background-color: #fff;
}

.filter-product .card .card-header button {
    font-size: 14px;
}

.filter-product .card .card-header button i {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #edf0f5;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    color: #f7858d;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.filter-product .card .card-header button[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-product .card .card-body .custom-control {
    padding-left: 0;
}

.filter-product .card .card-body .filter-color {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 6px;
    border: 1px solid #f2f2f2;
    position: absolute;
    left: 0;
}

.parent-switcher {
    position: relative;
}

.parent-switcher .ui-statusswitcher {
    position: absolute;
    right: 0;
    top: 0;
}

.parent-switcher .ui-statusswitcher input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.parent-switcher .ui-statusswitcher-slider {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 21px;
    border-radius: 29px;
    border: 1px solid #8c8c8c;
    background: #e5e5e5;
    transition: .15s ease-in;
}

.parent-switcher input[type=checkbox]:checked + .ui-statusswitcher-slider {
    background-color: #f7858d;
    border-color: #f7858d;
}

.parent-switcher .ui-statusswitcher-slider-toggle {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #959595;
    transition: all .4s ease;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px;
}

.parent-switcher input[type=checkbox]:checked + .ui-statusswitcher-slider span {
    right: 21px;
}

.parent-switcher .label-switcher {
    margin-right: 50px;
    margin-bottom: 5px;
    cursor: pointer;
}

.noUi-target {
    border: 0;
    border-radius: 0;
    background-color: #e7e7e7;
    box-shadow: none
}

.noUi-horizontal {
    height: .1875rem
}

.noUi-horizontal .noUi-handle {
    top: -6px;
    left: -.375rem;
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 50%;
    box-shadow: none
}

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.noUi-horizontal .noUi-handle::before {
    display: none
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    background-color: #f7858d
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    background-color: #f7858d
}

.noUi-horizontal .noUi-handle:focus {
    outline: none
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -.375rem;
    left: auto
}

.ui-range-slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.875rem
}

.ui-range-slider-footer > .column:last-child {
    padding-right: .9375rem;
    text-align: right
}

.ui-range-values {
    display: inline-block
}

.ui-range-values .ui-range-value-min, .ui-range-values .ui-range-value-max {
    display: inline-block;
    font-size: .875rem;
    font-weight: bold
}

.ui-range-values .ui-range-label {
    display: inline-block;
    margin-right: .125rem;
    color: #8c8c8c;
    font-size: .75rem;
    font-weight: 600
}

.noUi-connect {
    background: #f7858d !important;
}

/* End Widget------------ */ /* ------------ Start Search Page */
.header-cover {
    content: "";
    background-color: #f7858d;
    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 .ah-tab-item {
    padding: 5px 8px;
    border-radius: 10px;
    border-bottom: 0;
    margin: 0 10px;
    font-size: 13px;
}

.search-amazing-tab .ah-tab-item:first-child {
    margin-right: 40px;
}

.search-amazing-tab .ah-tab-item:hover {
    border: 0;
}

.search-amazing-tab .ah-tab > .ah-tab-item[data-ah-tab-active="true"] {
    background-color: #f7858d;
    color: #fff;
    padding: 5px 8px;
    border-radius: 10px;
    border-bottom: 0;
}

/* End Search Page------------ */ /* ------------ 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: 20px;
    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: #f7858d;
    border-color: #f7858d;
    color: #fff;
}

/* End Pagination------------ */ /* ------------ Start Single-Product */
ul.gallery-options {
    position: absolute;
    top: -3px;
    right: 20px;
    z-index: 10;
}

ul.gallery-options li {
    margin-bottom: 5px;
    z-index: 980;
    position: relative;
    list-style: none;
}

ul.gallery-options button {
    width: 40px;
    height: 35px;
    border-radius: 8px;
    background-color: #fff;
    border: 0;
    color: #565656;
    cursor: pointer;
    outline: none;
    font-size: 24px;
}

ul.gallery-options .tooltip-option {
    padding: 5px 0;
    z-index: 4;
    font-size: 13px;
    line-height: 1.692;
    position: absolute;
    top: 6px;
    right: 45px;
    width: 130px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.favorites {
    color: var(--primary-color) !important;
}

.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, .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;
}

.mb-add-to-cart-btn-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 65px;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 10;
    display: none;
}

.mb-add-to-cart-btn-wrapper .mb-add-to-cart-btn {
    background-color: #f44336;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 5px;
}

.product-gallery {
    position: relative;
    padding: 2.75rem 1rem 0;
}

.product-gallery .badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin-left: 0;
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px;
    border-radius: 0;
    z-index: 5;
}

.gallery-item {
    display: block;
    position: relative;
    width: 100%;
    transition: box-shadow .35s .12s;
    color: #fff;
    text-decoration: none;
}

.gallery-item::before, .gallery-item::after {
    display: block;
    position: absolute;
}

.gallery-item::after {
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    z-index: 5;
}

.gallery-item:not(.type-video)::after {
    transform: scale(0.2);
    transition: all .3s .12s;
    color: #404040;
    font-family: "Material Design Icons";
    font-size: 1.3125rem;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
    content: "\F6EC";
    opacity: 0;
}

.product-gallery .gallery-item::after {
    box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.26);
}

.gallery-item:hover:not(.type-video)::after {
    transform: scale(1);
    opacity: 1;
}

.product-gallery .product-thumbnails {
    display: block;
    margin: 0 -1rem;
    padding: .75rem;
    border-top: 1px solid #e7e7e7;
    list-style: none;
    text-align: center;
}

.product-gallery .product-thumbnails > li {
    display: inline-block;
    margin: .625rem .1875rem;
    vertical-align: middle;
}

.product-gallery .product-thumbnails > li > a {
    display: block;
    width: 50px;
    height: 50px;
    transition: all .25s;
    border: 1px solid transparent;
    background-color: #fff;
    opacity: .75;
}

.product-gallery .product-thumbnails > li.active > a {
    border-color: #f7858d;
    cursor: default;
    opacity: 1;
}

.product-gallery .product-thumbnails > li > a > img {
    display: block;
    max-width: 100%;
    padding: 5px;
}

.product-gallery .product-thumbnails > li > a > i {
    font-size: 25px;
    line-height: 50px;
    color: #f7858d;
}

.product-gallery .product-carousel .owl-nav button.owl-next, .product-gallery .product-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
}

.product-info .product-title {
    border-bottom: 1px solid #f2f2f2;
}

.product-info .product-title h1 {
    font-size: 18px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.product-info .product-title h1::before {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 81%);
    display: block;
}

.product-info .product-title h3 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    font-family: sans-serif, Yekan-Bakh-FaNum-Regular;
}

.product-info .product-title h3::before {
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 81%);
    display: block;
}

.product-variant {
    margin: 20px 0 10px;
    color: #6f6f6f;
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.product-variant > span {
    font-size: inherit;
    color: inherit;
    padding-left: 15px;
    margin-top: 3px;
    float: right;
}

.product-variants {
    margin-right: -8px;
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
}

.ui-variant {
    display: inline-block;
    position: relative;
}

.product-variants li {
    margin: 0 8px 8px 0;
    display: inline-block;
}

.ui-variant {
    display: inline-block;
    position: relative;
}

.ui-variant--color .ui-variant-shape {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 50%;
    background: #ccc;
    border: 1px solid #000;
    content: "";
    cursor: pointer;
}

.ui-variant input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.ui-variant--check {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #6f6f6f;
    padding: 3px 10px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: block;
    -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);
}

.ui-variant--color .ui-variant--check {
    padding-right: 37px;
}

input[type=radio]:checked + .ui-variant--check {
    border-color: #f7858d;
}

.product-params {
    height: 160px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}

.product-params.active {
    height: auto;
}

.product-params ul {
    list-style: none;
    padding: 0;
    color: #55565a;
    margin: 20px 0;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.product-params ul:before {
    content: attr(data-title);
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: list-item;
    font-weight: 700;
}

.product-params ul li {
    margin: 5px 15px;
    width: 100%;
    font-size: 13px;
    position: relative;
}

.product-params ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: -14px;
}

.product-params ul li span {
    margin-left: 5px;
    white-space: normal;
}

.product-params ul li span:first-child {
    font-weight: 700;
}

.product-params .sum-more {
    width: 100%;
    position: absolute;
    height: 50px;
    text-align: right;
    background: #FFF;
    bottom: 0;
    right: 0;
    line-height: 47px;
    font-size: 13px;
    box-shadow: 0 0 10px #fff;
    cursor: pointer;
}

.btn-link-border {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    font-size: 12px;
}

.btn-link-border:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}

.product-params .show-less {
    display: none;
}

.product-info .price {
    font-weight: bold;
    color: #000;
    font-size: 30px;
}

.tabs-product-info .ah-tab .ah-tab-item i {
    margin-left: 5px;
}

.description-product {
    line-height: 30px;
    color: #666;
    text-align: justify;
}

.accordion-product .card {
    border: 0;
    padding-bottom: 20px;
}

.accordion-product .card .card-header {
    background-color: #fff;
    padding: 0;
    border-bottom: 0;
}

.accordion-product h5 button {
    font-size: 20px;
    color: #000;
    padding-right: 50px;
    position: relative;
}

.accordion-product h5 button:hover, .accordion-product h5 button:active {
    color: #000;
    text-decoration: none;
}

.accordion-product h5 button::before {
    content: '-';
    width: 38px;
    height: 32px;
    line-height: 32px;
    background-color: #f7858d;
    position: absolute;
    right: 0;
    top: 10px;
    border: none;
    color: #fff;
    border-radius: 0 15px 15px 15px;
    outline: none;
}

.accordion-product h5 button.collapsed::before {
    content: '+';
}

.accordion-product .card-body img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.accordion-product .card-body p {
    font-size: 15px;
    line-height: 2.53;
    color: #404040;
    margin: 20px 0;
}

.params section {
    width: 100%;
    margin-bottom: 20px;
}

.params .params-title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -.3px;
}

.params .params-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent var(--primary-color);
    transform: rotate(45deg);
}

.params .params-list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
    width: 100%;
}

.params .params-list li {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    margin: 8px -8px;
    width: 100%;
    padding-right: 19px;
}

.params .params-list li .params-list-key {
    flex: 0 0 19%;
    max-width: 19%;
    margin-left: 20px;
    background: #efefef;
    border-radius: 5px;
    padding: 14px 18px 12px;
    margin-bottom: 10px;
}

.params .params-list li .params-list-value {
    flex: 0 0 79%;
    max-width: 79%;
    font-size: 13px;
    background: #efefef;
    border-radius: 5px;
    padding: 14px 18px 14px;
    margin-bottom: 5px;
}

.content-expert-rating {
    list-style: none;
    padding: 5px 13px 33px 60px;
    background: #fcfcfc;
    border-radius: 5px;
}

.content-expert-rating > li {
    display: flex;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
    align-items: center;
    margin-top: 15px;
}

.content-expert-rating > li:first-child {
    margin-top: 0;
}

.content-expert-rating > li .cell {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}

.content-expert-rating > li .cell:first-child {
    flex: 0 0 45%;
    max-width: 45%;
}

.content-expert-rating > li .cell:last-child {
    flex: 0 0 55%;
    max-width: 55%;
}

.rating {
    position: relative;
    height: 4px;
    border-radius: 3px;
    background: #eaeaea;
}

.rating--general {
    background-color: #d5d5d5;
}

.rating[data-rate-digit]:before {
    position: absolute;
    right: 100%;
    top: 50%;
    content: attr(data-rate-digit);
    margin-right: 11px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rating-rate {
    width: 0;
    height: 100%;
    background: silver;
    border-radius: 3px;
}

.rating--general .rating-rate {
    background-color: #f7858d;
}

.comments-summary-box, .comments-summary-note {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.comments-summary-note > span {
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
    color: #5a5a5a;
    letter-spacing: -.4px;
    margin-bottom: 20px;
    display: block;
}

.comments-summary-note p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2.27;
    margin-bottom: 35px;
    color: #676767;
}

.comments-tab .card-body p {
    font-size: 15px;
    line-height: 2.53;
    color: #404040;
    margin: 20px 0;
}

.comments-area ol.comment-list {
    list-style: none;
    padding: 0;
    width: 100%;
}

.comments-area ol.comment-list li .comment-body {
    font-size: 14px;
    margin-top: 50px;
    padding: 20px 40px 20px 20px;
    line-height: 30px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #f7f1f1;
    background-color: #fff;
}

.message-light {
    font-size: 14px;
    padding: 15px 20px;
    position: relative;
    border-radius: 10px;
    line-height: 22px;
    margin: 15px 25px 10px;
    background-color: #f9f7d8;
    border: 1px solid #f6e8a1;
    color: #a37731;
    text-align: justify;
}

.message-light--purchased {
    font-size: 13px;
    line-height: 2.23;
    border-radius: 10px;
    color: rgba(36, 90, 29, .98);
    padding: 7px 40px 7px 12px;
    background-color: #fff;
    border: 0;
}

.comment-body .message-light {
    margin: 15px 0;
}

.message-light--purchased:before {
    content: "\F111";
    font-family: "Material Design Icons";
    font-size: 28px;
    position: absolute;
    right: -20px;
    top: -4px;
    width: 50px;
    height: 50px;
    color: #212121;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}

.comments-user-shopping {
    list-style: none;
    padding: 5px 0 0;
}

.comments-user-shopping > li {
    margin: 20px 0;
}

.comments-user-shopping > li .cell {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #777;
    margin: 5px 0;
}

.comments-user-shopping > li > .cell {
    color: #000;
    font-weight: bold;
}

.comments-user-shopping > li .color-cell {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.comments-user-shopping > li .color-cell .shopping-color-value {
    width: 17px;
    height: 17px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.comments-user-shopping > li .seller-cell:before {
    content: "\F00EC";
    font-family: "Material Design Icons";
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 7px;
}

.o-text-blue {
    color: #1ca2bd;
}

.message-light--opinion-positive {
    font-size: 13px;
    line-height: 2.23;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    color: rgba(36, 90, 29, .98);
    padding: 7px 40px 7px 12px;
}

.message-light--opinion-positive:before {
    content: "\F514";
    font-family: "Material Design Icons";
    font-size: 28px;
    position: absolute;
    right: -20px;
    top: -4px;
    width: 50px;
    height: 50px;
    color: #4ae3f3;
    text-align: center;
    line-height: 50px;
}

.rate-product {
    font-family: Yekan-Bakh-FaNum-Regular;
    margin: 0 10px;
    color: #394eea;
    font-size: 18px;
}

.comments-area .comment-content {
    padding-bottom: 35px;
}

.comments-area ol li {
    list-style: none;
}

.comments-area ol.comment-list .comment-title {
    font-size: 19px;
    line-height: 1.158;
    color: #5f5f5f;
    font-weight: bold;
}

.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 p {
    text-align: justify;
}

.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 a {
    color: #03A9F4;
    font-size: 13px;
}

.comments-area ol.comment-list li .comment-body .reply a.comment-reply-link {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    font-size: 14px;
}

.comments-area ol.comment-list li .comment-body .reply a.comment-reply-link::before {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}

.comments-area ol.comment-list li .comment-body .icon-comment {
    font-size: 28px;
    position: absolute;
    right: -20px;
    top: -27px;
    width: 50px;
    height: 50px;
    background-color: #4ae3f3;
    border: 1px solid #4ae3f3;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.comments-area ol.comment-list li .comment-body .icon-comment.mdi {
    background-color: #c1ff26;
    border: 1px solid #e2f0d5;
    color: rgba(36, 90, 29, .98);
}

.content-expert-evaluation-negative, .content-expert-evaluation-positive {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.content-expert-evaluation-positive span {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
}

.content-expert-evaluation-negative span {
    color: #f44336;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
}

.content-expert-evaluation-negative ul, .content-expert-evaluation-positive ul {
    list-style: none;
    padding: 0;
}

.content-expert-evaluation-negative ul li, .content-expert-evaluation-positive ul li {
    margin: 6px 0;
    padding-right: 17px;
    color: #5f5f5f;
    position: relative;
}

.content-expert-evaluation-negative ul li:before, .content-expert-evaluation-positive ul li:before {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
}

.content-expert-evaluation-positive ul li:before {
    background-color: var(--primary-color);
}

.comments-area ol.comment-list .footer {
    position: absolute;
    bottom: 0;
    left: 30px;
}

.comments-likes {
    text-align: left;
    color: #777;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.comments-area ol.comment-list li img.avatar {
    position: absolute;
    top: 4px;
    right: -40px;
    left: auto;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    padding: 0;
    z-index: 999;
    background: #fff;
    -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);
}

.btn-like {
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 2px 13px;
    color: #8c8c8c;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    outline: none !important;
    cursor: pointer;
}

.comments-likes .btn-like {
    margin-right: 17px;
}

.btn-like[data-counter]:before {
    margin-left: 7px;
    color: #7a7a7a;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: inherit;
    content: attr(data-counter);
}

.form-question-answer textarea {
    border-radius: 10px;
    padding: 10px;
}

/* Single-Product------------ */ /* ------------ Start Single-Product-Comment */
.comments-product-attributes-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.692;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: -10px;
}

.comments-product-attributes .slider.slider-horizontal {
    width: 70%;
}

.comments-product-attributes .slider.slider-horizontal.slider-rtl .slider-track {
    background: #d5d5d5;
    height: 5px;
}

.comments-product-attributes .slider-selection.tick-slider-selection {
    background: #35ccde;
}

.comments-product-attributes .slider-tick {
    width: 12px;
    height: 12px;
    background: silver;
    border: 2px solid #fcfcfc;
    top: 2px;
}

.comments-product-attributes .slider-tick.in-selection {
    width: 12px;
    height: 12px;
    border: 2px solid #fcfcfc;
    background-color: #35ccde;
    top: 2px;
}

.comments-product-attributes .slider-handle {
    width: 19px;
    height: 19px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    background: #35ccde;
    top: -3px;
}

.comments-add-col--content .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: var(--primary-color);
}

.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: 14px;
    line-height: 1.36;
    text-align: justify;
    margin: 10px;
}

.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: 25px;
}

.form-comment-title--negative {
    padding-right: 25px;
}

.form-comment-title--positive:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 6px;
    border-radius: 4px;
    background: var(--primary-color);
    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;
}

.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;
}

.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;
}

.ui-dynamic-label-remove:before {
    position: absolute;
    content: "×";
    font-size: 25px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* End Single-Product-Comment------------ */
.auth-wrapper {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.auth-wrapper .section-title {
    padding: 0 15px;
}

.auth-wrapper .form-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #e8e8e8;
    padding: 25px 0;
}

.blog-comment form {
    max-width: unset;
    margin: 0;
}

.form-ui .form-row-title {
    margin-top: 20px;
}

.form-ui .form-row-title:first-child {
    margin-top: 0;
}

.form-ui .form-row-title h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.form-ui .form-row-title h4 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.form-ui .form-row.with-icon {
    position: relative;
}

.form-ui .form-row .input-ui {
    width: 100%;
    height: 45px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    outline: none;
}

.form-ui .form-row .input-ui.placeholder-right::placeholder {
    text-align: right;
    padding-right: .5rem !important;
}

.form-ui .form-row.with-icon i {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 20px;
    color: #979797;
    transform: translateY(-50%);
}

.form-ui .form-row textarea {
    height: 120px !important;
    padding-top: 10px;
}

.form-ui .custom-select-ui {
    width: 100%;
}

.form-ui .custom-select-ui .nice-select {
    width: 100%;
    padding-right: 18px;
    padding-left: 30px;
    border-radius: 10px;
    clear: none;
}

.form-ui .custom-select-ui .nice-select .current {
    float: right;
}

.form-ui .custom-select-ui .nice-select:after {
    left: 12px;
    right: auto;
}

.form-ui .custom-select-ui .nice-select:active, .form-ui .custom-select-ui .nice-select.open, .form-ui .custom-select-ui .nice-select:focus {
    border-color: #dbdbdb;
}

.form-ui .custom-select-ui .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);
}

.form-ui .custom-select-ui .nice-select .option {
    padding-right: 18px;
    padding-left: 29px;
    text-align: right;
}

.form-ui .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 26px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
}

.form-ui .custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 26px;
    color: #495057;
    content: "بارگذاری";
    background-color: #e9ecef;
    border-right: inherit;
    border-left: 0;
    border-radius: 10px 0 0 10px;
}

.form-ui .custom-file-input:focus ~ .custom-file-label {
    border-color: #e0e0e2;
    box-shadow: unset;
}

.form-ui .form-footer a {

    font-weight: bold;
    border-bottom: 1px dashed #f7858d;
}

.circle-box-icon {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    line-height: 100px;
    font-size: 50px;
    background-color: #edf0f5;
    border-radius: 50%;
    color: #ABABAB;
    text-align: center;
}

.numbers-verify {
    width: 100%;
}

.numbers-verify .lines-number-input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eee;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    text-align: center;
    direction: ltr;
}

.numbers-verify .lines-number-input .line-number {
    display: inline-block;
    width: 40px;
    height: 30px;
    border: 0;
    border-bottom: 4px solid #c8c8c8;
    margin: 0 7px;
    outline: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#countdown-verify-end {
    display: inline-block;
    margin-bottom: 0;
}

#countdown-verify-end span {
    float: left;
}

#countdown-verify-end span.day {
    display: none;
}

#countdown-verify-end span.hour {
    display: none;
}

#countdown-verify-end a.btn-link-border {
    float: right;
    margin-top: -1px;
    font-weight: bold;
}


/* ------------ Start Profile */
.profile-sidebar-header .profile-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.profile-sidebar-header .profile-header-content .profile-username {
    font-size: 16px;
    font-weight: bold;
}

.profile-sidebar-header .profile-header-content .profile-phone {
    color: #b9b9b9;
    font-size: 13px;
}

.profile-sidebar-header .profile-point {
    border-bottom: 1px solid #ededed;
}

.profile-sidebar-header .profile-point .label-profile-point {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: bold;
}

.profile-sidebar-header .profile-point .value-profile-point {
    color: #b9b9b9;
    font-weight: bold;
}

.profile-sidebar-header .profile-link a {
    display: block;
    width: 100%;
    height: 100%;
    color: #7b7b7b;
}

.profile-sidebar-header .profile-link a:hover {
    color: var(--primary-color);
}

.profile-sidebar .profile-menu-section .label-profile-menu {
    font-size: 16px;
    font-weight: bold;
}

.profile-sidebar .profile-menu-section .profile-menu ul li {
    list-style: none;
}

.profile-sidebar .profile-menu-section .profile-menu ul li a {
    display: block;
    padding: 10px 5px;
    color: #7b7b7b;
}

.profile-sidebar .profile-menu-section .profile-menu ul li a.active, .profile-sidebar .profile-menu-section .profile-menu ul li a:hover {
    color: var(--primary-color);
    background-color: #f7f7f7;
}

.profile-sidebar .profile-menu-section .profile-menu ul li a i {
    float: right;
    font-size: 19px;
    margin: -3px 4px;
}

.user-menu .btn:not(:disabled):not(.disabled).active, .user-menu .btn:not(:disabled):not(.disabled):active, .user-menu .show > .btn.dropdown-toggle {
    color: #fff;
    box-shadow: 0 2px 6px #a8f5b4 !important;
    background-color: #63ed7a !important;
    border-color: #63ed7a !important;
}

.user-menu .btn.focus, .user-menu .btn:focus {
    box-shadow: none;
}

.user-menu-responsive .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    text-align: right;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    transform: translate3d(0, 39px, 0px) !important;
}

.user-menu-responsive .dropdown-menu a {
    padding: 7px;
    font-size: 14px;
}

.profile-navbar {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.profile-navbar .profile-navbar-btn-back {
    background: none;
    height: 56px;
    border: none;
    border-left: 1px solid #dfdfdf;
    margin-left: 15px;
    font-size: 13px;
    line-height: 2.2;
    letter-spacing: -.2px;
    color: #767676;
    padding: 36px 0 0 16px;
    cursor: pointer;
    position: relative;
}

.profile-navbar .profile-navbar-btn-back:before {
    content: "\F054";
    position: absolute;
    right: 2px;
    top: -20px;
    font-family: 'Material Design Icons';
    font-size: 37px;
}

.profile-navbar h4 {
    font-size: 21px;
    line-height: 23px;
    color: #858585;
}

.profile-navbar h4 span {
    display: block;
    font-size: 12px;
    line-height: 1.833;
    letter-spacing: -.3px;
    margin-top: 5px;
    margin-bottom: -5px;
    color: #acacac;
}

.profile-navbar h4 span.font-en {
    display: inline-block;
    color: #858585;
    font-size: 17px;
    font-weight: bold;
}

.profile-section {
    height: 280px;
    padding: 10px;
    position: relative;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.profile-section .label-info {
    color: #b9b9b9;
    font-size: 12px;
    font-weight: bold;
}

.profile-section .value-info {
    color: #4a5f73;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.profile-section .list-favorites li {
    display: flex;
    vertical-align: middle;
    height: 75px;
    list-style: none;
    border: 1px solid #ededed;
    border-radius: 10px;
    margin-bottom: 8px;
    position: relative;
}

.profile-section .list-favorites li a {
    display: inline-block;
}

.profile-section .list-favorites li a span {
    width: 310px;
    color: #7b7b7b;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.profile-section .list-favorites li a span:hover {
    color: var(--primary-color);
}

.profile-section .list-favorites li a img {
    width: 40px;
    height: 40px;
    border-radius: 25px;
}

.profile-section .list-favorites li button {
    position: absolute;
    left: 10px;
    top: 16px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 20px;
    border: 0;
    border-radius: 12px;
    background-color: #edf0f5;
    outline: none;
    cursor: pointer;
}

.profile-section .profile-section-link {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    text-align: center;
}

.table-responsive {
    background-color: #fff;
}

.table-order {
    margin-bottom: 0;
}

.table-order thead {
    background-color: var(--primary-color);
    color: #fff;
}

.table-order td, .table-order th {
    text-align: center;
    vertical-align: middle;
}

.table-order thead th {
    border: 0;
}

.table-order td.details-link, .table-order td.link-to-orders {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.table-order td.details-link a {
    display: block;
    font-size: 30px;
    border-radius: 50%;
    color: #a9a9a9;
}

.table-order td.details-link:hover {
    background-color: #e5e5e5;
}

.table-order td.link-to-orders a {
    display: block;
    color: #535353;
}

.table-order td.link-to-orders:hover {
    background-color: #e5e5e5;
}

.table-order-details td {
    border-left: 1px solid #ededed;
}

.table-order-details .details-product-area {
    display: flex;
    align-items: center;
}

.table-order-details img.thumbnail-product {
    width: 60px;
    margin-left: 7px;
}

.table-order-details .details-product {
    font-size: 13px;
    line-height: 2;
    letter-spacing: -.7px;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.table-order-details .details-product span {
    display: block;
    font-size: 12px;
    line-height: 1.833;
    color: #acacac;
    letter-spacing: 0;
}

.table-draught div {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 36px;
    border-bottom: 1px solid #ededed;
}

.table-draught div:last-child {
    border-bottom: 0;
}

.table-draught div span.title {
    display: block;
    color: var(--primary-color);
    font-size: 17px;
    font-weight: bold;
}

.table-draught div span.value {
    color: #666;
    font-size: 15px;
    font-weight: 600;
}

.profile-order-steps-item {
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
    text-align: center;
}

.profile-order-steps-item.is-active::before {
    content: "\F63D";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    font-family: "Material Design Icons";
    font-size: 25px;
    color: var(--primary-color);
    z-index: 1;
}

.profile-order-steps-item::before {
    content: "\F63D";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    font-family: "Material Design Icons";
    font-size: 25px;
    color: var(--primary-color);
    z-index: 1;
    padding-bottom: 5px;
}

.profile-order-steps-item::after {
    content: "";
    position: absolute;
    right: 55%;
    bottom: 25px;
    width: 96%;
    height: 3px;
    margin: auto;
    background-color: #e9e9e9;
    z-index: -1;

}

.profile-order-steps-item:last-child::after {
    content: unset !important;
    position: absolute;
    right: 55%;
    bottom: 16px;
    width: 96%;
    height: 3px;
    margin: auto;
    background-color: #e9e9e9;
    z-index: -1;
}

.profile-order-steps-item img {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    max-width: 140px;
    margin: auto;
}

.profile-order-steps-item span {
    white-space: nowrap;
    margin-top: 10px;
    color: #6f6f6f;
}

.profile-order-steps-item.is-active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.profile-order-steps-item.is-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.profile-order-steps-item.is-active span {
    color: #646464;
}

.profile-order-steps.owl-carousel .owl-nav .owl-prev, .profile-order-steps.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
    border-radius: 50%;
}

.profile-order-steps.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
}

.profile-order-steps.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
}

.profile-order-steps.owl-carousel .owl-nav .disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: all;
}

.profile-order-steps.owl-carousel .owl-nav .owl-prev i, .profile-order-steps.owl-carousel .owl-nav .owl-next i {
    font-size: 40px;
    color: #6a6a6a;
    line-height: 40px;
}

.additional-info form {
    max-width: 100%;
}

/* End Profile------------ */ /* ------------ Start Cart */
.cart-empty {
    text-align: center;
}

.cart-empty p.cart-empty-title {
    color: #858585;
    font-size: 28px;
}

.cart-empty .cart-empty-links a {
    position: relative;
    margin-left: 6px;
    margin-right: 6px;
}

.cart-empty .cart-empty-links a::after {
    content: '';
    position: absolute;
    left: -9px;
    top: 0;
    height: 100%;
    border-left: 1px solid #d5d5d5;
}

.cart-empty .cart-empty-links a:last-child::after {
    display: none;
}

/*------------------------------------ Compare ------------------------------------*/
.compare-quick-title {
    color: #4d4d4d;
    font-size: 19px;
    line-height: 1.158;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px;
}

.compare-quick-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 0;
    border-color: transparent var(--primary-color) transparent transparent;
    border-style: solid;
    border-width: 7px 7px 7px 0;
}

.compare-quick-list {
    list-style: none;
    padding: 0;
    margin-bottom: 47px;
    background-color: #fff;
}

.compare-quick-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
}

.compare-list-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.692;
    padding: 9px 26px;
    background-color: #eaeaea;
    font-weight: 700;
}

.compare-list-value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border-right: 1px solid #e4e4e4;
}

.compare-list-value:first-child {
    border-right: none;
}

.compare-list-value .block {
    padding: 14px 18px 12px;
    font-size: 14px;
    line-height: 1.571;
    color: #4d4d4d;
    letter-spacing: -.3px;
    min-height: 47px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.features-checkout-slider .item {
    text-align: center;
}

.features-checkout-slider .item a {
    display: block;
}

.features-checkout-slider .item img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 10px auto 10px;
}

.features-checkout-slider .item .title-feature-checkout-slider {
    font-size: 13px;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
}

.features-checkout-slider.owl-carousel .owl-nav .owl-prev, .features-checkout-slider.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
    border-radius: 50%;
}

.features-checkout-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
}

.features-checkout-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    color: #a8a8a8;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.2);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.2);
}

.features-checkout-slider.owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
}

.features-checkout-slider.owl-carousel .owl-nav .owl-prev i, .features-checkout-slider.owl-carousel .owl-nav .owl-next i {
    font-size: 25px;
    color: #000;
    line-height: 40px;
}

.tab-cart-page .nav-tabs {
    border: 0;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
}

.tab-cart-page a {
    width: 50%;
    text-align: center;
    color: #818181;
    padding: 8px;
    height: 42px;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 4px solid transparent !important;
}

.tab-cart-page a:first-child {
    border-left: none !important;
    border-radius: 0 5px 0 0 !important;
}

.tab-cart-page a:last-child {
    border-radius: 5px 0 0 0 !important;
}

.tab-cart-page a.active {
    color: #000;
    font-weight: bold;
    background-color: #fff !important;
    border-bottom-color: #f7858d !important;
}

.tab-cart-page a span.count-cart {
    color: #f8f8f8;
    background-color: #f7858d;
    margin-right: 4px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.checkout-content {
    margin: 0 0 10px;
    background-color: #fff;
    border-radius: 8px;
}

.checkout-header {
    display: flex;
    align-items: center;
    margin: 0 16px;
    padding: 12px 24px 12px 0;
    border-bottom: 1px solid #fff;
    position: relative;
}

.checkout-header--express {
    color: #f7858d;
    border-bottom-color: #f7858d;
}

.checkout-header:before {
    font-size: 24px;
    position: absolute;
    right: 0;
}

.checkout-header--express:before {
    content: "\F787";
    font-family: "Material Design Icons";
    font-size: 18px;
}

.checkout-header .checkout-add-all-to-cart {
    font-size: 12px;
    line-height: 1.833;
    font-weight: 700;
    margin-right: auto;
    cursor: pointer;
}

.checkout-header-title {
    margin-right: 8px;
    color: #858585;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5;
}

.checkout-header-extra-info {
    margin-right: 8px;
    color: #a1a3a8;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.5;
}

.checkout-item {
    border-top: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden;
}

.checkout-item:first-child {
    border-top: none;
}

.checkout-item td, .checkout-item th {
    border: 0;
}

.checkout-item td {
    position: relative;
    vertical-align: middle;
}

.checkout-btn-remove {
    position: absolute;
    width: 26px;
    height: 26px;
    font-size: 20px;
    text-align: center;
    border: none;
    border-radius: 13px;
    color: #999;
    background: #f5f5f5;
    right: 5px;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    cursor: pointer;
    outline: none !important;
}

.checkout-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 0;
    font-size: 18px;
    font-weight: bold;
}

.checkout-title {
    font-size: 15px;
    border-bottom: 0;
}

.checkout-dealer {
    font-size: 13px;
    line-height: 1.692;
    margin: 7px 0;
}

.checkout-guarantee, .checkout-special-deal {
    font-size: 12px;
    line-height: 1.833;
    margin: 7px 0;
}

.checkout-variant {
    font-size: 13px;
    line-height: 1.692;
    margin: 7px 0;
}

.checkout-variant-value {
    position: relative;
    margin-right: 8px;
}

.checkout-variant--color .checkout-variant-value {
    padding-left: 25px;
}

.checkout-variant--color .checkout-variant-shape {
    width: 17px;
    height: 17px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    position: absolute;
    left: 0;
    top: 3px;
}

.checkout-save-for-later {
    text-align: right;
    color: #009ec9 !important;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.833;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 1px solid #c8c8d6;
    border-radius: 5px;
    display: inline-flex;
}

.number-input, .number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0;
    left: 0;
    right: 0;
    position: relative;
}

.number-input button:before, .number-input button:after {
    display: block;
    position: absolute;
    content: '';
    top: 14px;
    right: 6px;
    width: 1rem;
    height: 2px;
    background-color: #c8c8d6;
}

.number-input button.plus:after {
    transform: translate(0, 0) rotate(90deg);
}

.number-input input[type=number] {
    max-width: 50px;
    padding: 0.5rem;
    border: solid #c8c8d6;
    border-width: 0 1px;
    font-size: 18px;
    height: 30px;
    font-weight: bold;
    text-align: center;
}

.checkout-summary-summary {
    list-style: none;
    padding: 15px 10px;
    color: #515151;
    margin-bottom: 0;
}

.checkout-summary-summary li {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
}

.checkout-summary-summary li:last-child {
    padding-bottom: 0;
}

.checkout-summary-summary li span:first-child {
    font-weight: bold;
}

.checkout-summary-summary li span:last-child {
    margin-right: auto;
}

.checkout-summary-discount {
    font-size: 14px;
    line-height: 1.571;
    color: #009ec9;
}

.checkout-summary-summary .help-sn:first-of-type {
    font-size: 18px;
    line-height: 31px;
    letter-spacing: -.4;
    text-align: right;
    direction: rtl;
    color: #777676;
}

.checkout-summary-summary .help-sn:last-of-type {
    margin-right: 5px;
}

.help-arrow {
    position: absolute;
    top: -8px;
    right: 16px;
    width: 13.7px;
    height: 13.7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff;
    -webkit-box-shadow: inset -1px -1px 0 0 #b8b8b8;
    box-shadow: inset -1px -1px 0 0 #b8b8b8;
}

.help-container.is-right .help-arrow {
    left: 14px;
    right: unset;
}

.help-text {
    font-size: 13px;
    line-height: 1.692;
    font-weight: 400;
    letter-spacing: -.3px;
    text-align: right;
    direction: rtl;
    color: #777;
    margin-bottom: 0;
}

.help-sn .mdi {
    color: #ababab;
    font-size: 21px;
    line-height: 1.048;
    cursor: pointer;
}

.help-container {
    position: absolute;
    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;
    border: 1px solid #b8b8b8;
    z-index: 121;
}

.help-container.is-left {
    right: 0;
    left: auto;
}

.checkout-club-container {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.checkout-summary-devider {
    padding: 0 10px;
}

.checkout-summary-devider div {
    width: 100%;
    height: 4px;
    border: 1px solid #e6e6e6;
    border-right: none;
    border-left: none;
}

.checkout-summary-content {
    padding: 15px 0;
    color: #a0a0a0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
}

.checkout-summary-price-title {
    text-align: center;
    color: #676767;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: normal;
}

.checkout-summary-price-value {
    text-align: center;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: normal;
    color: #f7858d;
}

.checkout-summary-price-value-amount {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 2;
    font-weight: 700;
}

.checkout-feature-aside-item {
    position: relative;
    font-size: 13px;
    line-height: 1.692;
    font-weight: 700;
    margin-bottom: 10px;
    list-style: none;
}

.checkout-feature-aside-item img {
    width: 24px;
    margin-left: 4px;
}

/* End Cart------------ */ /* ------------ Start Shopping */
.shopping-page header.header-shopping {
    position: relative;
    height: 110px;
}

.shopping-page header.header-shopping ul.checkout-steps {
    float: right;
    width: 100%;
    max-width: 1050%;
    margin: 30px auto 18px;
    list-style: none;
    padding: 0;
    color: #a0a0a0;
    font-size: 13px;
    position: relative;
}

.shopping-page header.header-shopping ul.checkout-steps::after {
    content: "";
    position: absolute;
    right: -19px;
    left: 0;
    bottom: -20px;
    width: 76%;
    margin: 0 auto;
    height: 6px;
    background-color: #E8E8E8;
}

.shopping-page header.header-shopping .checkout-steps li {
    float: right;
    width: 19.3%;
    position: relative;
}

.shopping-page header.header-shopping .checkout-steps li.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #f7858d;
    right: -50%;
    bottom: -20px;
    z-index: 1;
}

.shopping-page header.header-shopping .checkout-steps li a {
    color: #a0a0a0;
    font-weight: bold;
    position: relative;
}

.shopping-page header.header-shopping .checkout-steps li a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -28px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d0d0d0;
    z-index: 1;
}

.shopping-page .checkout-contact {
    margin-bottom: 20px;
    position: relative;
}

.shopping-page .checkout-contact-content {
    padding: 20px 43px 22px 20px;
    position: relative;
    color: #6d6d6d;
}

.shopping-page .checkout-contact-content.hidden {
    display: none;
}

.shopping-page .checkout-contact-content:before {
    width: 5px;
    top: 0;
    bottom: 0;
    right: -1px;
    position: absolute;
    background-color: #f7858d;
    content: "";
}

.shopping-page .checkout-contact-items {
    padding: 0;
    list-style: none;
}

.shopping-page .checkout-contact-item {
    font-size: 12px;
    font-size: .857rem;
    line-height: 34px;
    position: relative;
}

.shopping-page .checkout-contact-item:first-child {
    margin-top: 0;
    margin-bottom: 5px;
}

.shopping-page .checkout-contact-btn-edit {
    line-height: 21px;
    font-size: 12px;
    margin-right: 11px;
    position: relative;
    color: #f7858d !important;
    border: none;
    border-bottom: 1px dashed #f7858d;
    background-color: transparent;
    font-weight: 700;
    cursor: pointer;
}

.shopping-page .checkout-contact-item-message, .shopping-page .checkout-contact-item-mobile {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
}

.shopping-page .checkout-contact-item-mobile {
    padding-left: 10px;
    border-left: 1px solid #e4e4e4;
}

.shopping-page .checkout-contact-item:first-child {
    margin-top: 0;
    margin-bottom: 5px;
}

.shopping-page .checkout-contact-item-message {
    margin-right: 10px;
}

.shopping-page .checkout-contact-badge {
    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 #f7858d;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: #f7858d;
}

.checkout-address {
    margin-bottom: 20px;
    position: relative;
    display: none;
    z-index: 1;
    border-radius: 8px;
}

.checkout-address.show {
    display: block;
}

.checkout-address-content {
    padding: 20px 40px 25px;
}

.checkout-address-headline {
    font-size: 15px;
    line-height: 1.467;
    font-weight: 700;
    margin-bottom: 21px;
}

.checkout-address-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

.checkout-address-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
}

.checkout-address-location {
    cursor: pointer;
}


.checkout-address-box {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    padding: 10px 10px 55px;
    overflow: hidden;
    height: 100%;
    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);
}

.checkout-address-box h5 {
    font-size: 17px;
    line-height: 29px;
    margin-top: 6px;
    letter-spacing: -.4px;
}

.checkout-address-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-address-box p {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.62;
    margin-top: 5px;
    margin-bottom: 12px;
    color: #a0a0a0;
}

.checkout-address-box ul {
    list-style: none;
    font-size: 13px;
    font-size: .929rem;
    line-height: 2;
    color: #a0a0a0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
}

.checkout-address-btn-edit, .checkout-address-btn-submit {
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.checkout-address-btn-edit, .checkout-address-btn-remove {
    color: #636363;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    text-align: center;
    padding: 6px 25px;
    border: none;
    border-radius: 5px;
    background-color: #e3e3e3;
    cursor: pointer;
    font-weight: 700;
    outline: none;
}

.checkout-address-btn-remove {
    margin-right: 10px;
    padding: 6px 32px;
}

.checkout-address-btn-submit {
    background-color: #f5f5f5;
    padding: 6px 0;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 22px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    color: #636363;
    outline: none;
}

.checkout-address-btn-submit:hover {
    background-color: #F0F0F0;
}

.checkout-address-box.is-selected .checkout-address-btn-submit {
    background-color: #f7858d;
    border-top-color: #e0eff0;
    color: #fff;
}

.checkout-address-cancel {
    color: #8d8d8d;
    position: absolute;
    top: 20px;
    left: 15px;
    border: 2px solid #8d8d8d;
    background-color: transparent;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 50%;
    outline: none;
}

.checkout-address-cancel::before {
    content: "×";
    font-size: 26px;
    vertical-align: middle;
}

.shopping-page .checkout-contact-location {
    padding: 3px 10px 4px;
    font-size: 14px;
    line-height: 25px;
    background-color: #edf0f5;
    position: absolute;
    border: none;
    top: 20px;
    left: 20px;
    border-radius: 10px;
    color: #666 !important;
    cursor: pointer;
}

#remove-location .remodal-general-alert-button {
    min-width: 124px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    float: left;
    outline: none;
}

#remove-location .remodal-general-alert-button--cancel {
    background-color: #979ba7;
}

#remove-location .remodal-general-alert-button:first-of-type {
    margin-left: 20px;
}

#remove-location .remodal-general-alert-button--approve {
    background-color: #63d0df;
}

.products-compact-slider.owl-carousel .owl-nav .owl-prev, .products-compact-slider.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
    border-radius: 50%;
    font-size: 40px;
    color: #6a6a6a;
    line-height: 40px;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
}

.products-compact-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -10px;
}

.products-compact-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -10px;
}

.products-compact-slider.owl-carousel .owl-nav .disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: all;
}

.shopping-page .checkout-tab-times {
    border: 1px solid #edf0f5;
    border-radius: 0 0 15px 15px;
    padding-bottom: 10px;
}

.shopping-page .checkout-tab-times ul.nav {
    padding: 0;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e3e3e3 !important;
}

.shopping-page .checkout-tab-times ul.nav li {
    text-align: center;
    position: relative;
    background-color: #f8f8f8;
}

.shopping-page .checkout-tab-times ul.nav a {
    margin-right: 0;
    padding: 11px 43px;
    border-left: 1px solid #e3e3e3 !important;
    border-bottom: 1px solid #e3e3e3 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    color: #000;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}

.shopping-page .checkout-tab-times ul.nav a.active {
    border: 0;
    border-left: 1px solid #e3e3e3 !important;
    border-bottom: 0 !important;
    background-color: #fff;
}

.shopping-page .checkout-tab-times ul.nav a.active::before {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #39e0cc;
}

.shopping-page .checkout-tab-times ul.nav a span {
    display: block;
    color: #c4c4c4;
}

.shopping-page .checkout-tab-times ul.nav a.disabled, .shopping-page .checkout-tab-times ul.nav a.disabled span {
    color: #e6e6e6;
}

.shopping-page .checkout-time-table {
    padding: 18px;
    width: 100%;
}

.radio-box {
    width: 100%;
    float: right;
}

.radio-box label {
    position: relative;
    display: block;
    cursor: pointer;
    float: right;
}

.radio-box label::before {
    top: 15px;
}

.radio-box label::after {
    top: 15px;
}

.shopping-page .checkout-additional-options-checkbox-image {
    margin-left: 16px;
    cursor: pointer;
    width: 70px;
    height: 40px;
    float: right;
    font-size: 42px;
    line-height: 47px;
    text-align: center;
    color: #f7858d;
}

.border_payment {
    border: 1px solid #878787;
}

.radio-box .content-box {
    float: right;
}

.shopping-page .checkout-time-table-title-bar {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: -.3px;
    color: #858585;
}

.shopping-page .checkout-time-table-title-bar-city {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    color: #000;
}

.shopping-page .checkout-time-table-title-bar-city > span {
    font-weight: 700;
}

.shopping-page .checkout-time-table-subtitle-bar {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    letter-spacing: -.2px;
    color: #a2a2a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.shopping-page .checkout-time-table-subtitle-bar > :not(:last-child) {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #e0e0e0;
}

.checkout-order-summary .card {
    box-shadow: none;
    border: 0;
}

.checkout-order-summary-header {
    border-radius: 6px !important;
    background-color: #fcfcfc;
    padding: 9px 25px 9px 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    margin: 10px !important;
    position: relative;
}

.checkout-order-summary-header button {
    display: block;
    width: 100%;
}

.checkout-order-summary-header button:focus, .checkout-order-summary-header button:hover {
    text-decoration: none;
}

.checkout-order-summary-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.checkout-order-summary-header .checkout-order-summary-row {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.checkout-order-summary-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: unset;
}

.checkout-order-summary-col-post-time {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.7px;
    color: #858585;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout-order-summary-col span {
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    vertical-align: middle;
    display: block;
    color: #919191;
}

.checkout-order-summary-col-how-to-send, .checkout-order-summary-col-send-by, .checkout-order-summary-col-shipping-cost {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #858585;
}

.checkout-order-summary-header button .icon-down {
    position: absolute !important;
    left: 20px;
    top: 20px !important;
    font-size: 24px;
    color: #858594;
}

.shopping-page .product-box {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    padding: 10px;
    text-align: center;
}

.shopping-page .product-box-compact .product-box-img {
    height: 90px;
    padding: 0 10px 5px;
}

.shopping-page .product-box-compact .product-box-img img {
    max-width: 100%;
    max-height: 100%;
}

.shopping-page .product-box-title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px;
    line-height: 22px;
    margin-top: 13px;
    height: 43px;
}

.shopping-page .product-box-compact .product-box-title {
    margin-top: 0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 22px;
    letter-spacing: -.3px;
    position: relative;
    text-align: center;
}

.shopping-page .form-ui form {
    width: 100%;
    max-width: 90%;
    padding: 0;
}

.checkout-alert .failed {
    background-color: rgba(251, 52, 73, .18);
    color: #ff637d;
}

.checkout-alert .successful {
    background-color: hsla(84, 55%, 66%, 0.623);
    color: #9caf7e;
}

.checkout-alert-title h4 {
    color: #737373;
    font-size: 21px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: -.5px;
    text-align: center;
    margin-bottom: 10px;
}

.checkout-alert-highlighted {
    border-radius: 8px;
    padding: 3px 5px 0;
    margin: 0 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.checkout-alert-highlighted-success {
    color: var(--primary-color);
    background-color: #ebfdff;
}

.checkout-alert-content p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.67;
    color: #7d7d7d;
    text-align: center;
}

.checkout-alert-content-failed {
    color: #fb3449;
}

.checkout-alert-content-small {
    font-size: 12px;
    line-height: 2.08;
}

.checkout-alert-content-success {
    color: #4d663f;
    font-size: 14px;
    font-weight: bold;
}

.checkout-details-title h4 {
    font-size: 21px;
    line-height: 1.048;
    font-weight: 700;
    letter-spacing: -.7px;
}

.checkout-details-title h4 span {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.checkout-details-title p {
    font-size: 15px;
    line-height: 1.467;
    font-weight: 700;
    letter-spacing: -.5px;
    display: block;
    margin-top: 5px;
    color: #a0a0a0;
}

.checkout-details .text-highlight {
    padding: 4px 6px;
    margin: 0 3px;
    border-radius: 8px;
}

.checkout-details .text-highlight-error {
    color: #fb3449;
    background-color: #fff1f2;
}

.checkout-details .text-highlight-success {
    background-color: hsla(84, 55%, 66%, 0.26);
    color: #9caf7e;
}

.checkout-table {
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.checkout-table .row:first-of-type {
    background-color: #ededed !important;
}

.checkout-table .row div {
    padding: 20px 30px;
}

.checkout-table p {
    font-size: 18px;
    line-height: 1.222;
    letter-spacing: -.5px;
    color: #737373;
    margin-bottom: 0;
}

.checkout-table p span.red {
    color: #f63b4f;
}

.checkout-table p span.green {
    color: #9caf7e;
}

.checkout-orders-table {
    border-radius: 15px;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    width: 100%;
}

.checkout-orders-table tr:first-of-type {
    background-color: #ededed !important;
}

.checkout-orders-table tr td {
    position: relative;
    border-left: 1px solid #f1f1f1;
    padding: 20px 30px;
}

.checkout-orders-table p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.222;
    letter-spacing: -.5px;
    color: #737373;
}

/* End Shopping------------ */
.modal {
    z-index: 1000001;
}

.modal-content {
    border-radius: 8px;
    border: none;
    box-shadow: none;
}

.modal-header {
    border: 0;
    position: relative;
}

.modal-header .modal-title, .send-info-title {
    font-size: 18px;
}

.modal-header .modal-title i, .send-info-title i {
    float: right;
    margin: 4px 0 4px 4px;
    color: #dbc7c7;
}

.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: 30px;
    z-index: 99;
}

.modal-footer {
    border: 0;
}

.modal-backdrop.show {
    opacity: .2;
    z-index: 1000000;
}

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: #fff;
    font-family: Yekan-Bakh-FaNum-Regular;
}

.card-horizontal-product, .card-horizontal-address {
    width: 100%;
    min-height: 180px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px 16px 16px 30px;
    margin-bottom: 15px;
    position: relative;
}

.card-horizontal-address {
    height: 257px;
    border-radius: 0;
}

.card-horizontal-address:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, var(--primary-color) 48px, #adadad 0) repeat-x;
    background-size: 96px 3px;
}

.card-horizontal-product .label-status-comment {
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #f5fdf0;
    border: 1px solid #d0e3ca;
    border-radius: 4px;
    color: #9dbf9c;
    font-size: 11px;
    word-spacing: -1.5px;
    padding: 4px 10px;
}

.card-horizontal-product .card-horizontal-product-thumb {
    width: 28%;
    height: 100%;
    float: right;
    text-align: center;
    position: relative;
    margin-left: 2%;
}

.card-horizontal-product .card-horizontal-product-thumb img {
    max-width: 100%;
}

.card-horizontal-product .card-horizontal-product-content {
    width: 70%;
    height: 100%;
    float: right;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-title a {
    color: #212121;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-title h3 {
    font-size: 15px;
    line-height: 28px;
    white-space: pre-wrap;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment-title a {
    color: #212121;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment-title h3 {
    font-size: 15px;
    line-height: 28px;
    white-space: pre-wrap;
    font-weight: bold;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment {
    position: relative;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 75%;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment::after {
    content: "\F756";
    font-family: "Material Design Icons";
    font-size: 80px;
    color: #f6f6f5;
    position: absolute;
    bottom: -87px;
    left: -20px;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment p {
    font-size: 13px;
    width: 75%;
    height: 120px;
    overflow: hidden;
    white-space: pre-wrap;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-price {
    margin: 10px 0;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-price span {
    font-size: 16px;
    font-weight: bold;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons {
    text-align: left;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons span.count-like {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #efefef;
    color: #96949a;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons span.count-like i {
    color: #d5d7db;
    font-size: 18px;
    font-weight: normal;
    margin-left: 7px;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
    padding: 0 16px;
    text-align: center;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info:hover {
    background-color: #fff;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info {
    border: 1px solid var(--primary-color);
    background-color: #fff;
    color: var(--primary-color);
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .remove-btn {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #a1a3a8;
    color: #a1a3a8;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    outline: none;
    float: left;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-light {
    background-color: #e3e3e3;
    color: #000;
    border: 0;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .label-card-horizontal-product {
    float: right;
    color: #f44336;
    margin: 5px 10px;
    font-size: 16px;
    font-weight: bold;
}

.card-horizontal-address .card-horizontal-address-desc {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.card-horizontal-address .card-horizontal-address-desc::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
}

.card-horizontal-address .card-horizontal-address-desc h4 {
    font-size: 21px;
    line-height: 1.048;
    letter-spacing: -.4px;
    margin-bottom: 5px;
    color: #6d6d6d;
}

.card-horizontal-address .card-horizontal-address-desc p {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: -.3px;
    color: #979797;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}


.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods {
    padding: 0;
    list-style: none;
    color: #979797;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods .card-horizontal-address-method {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    color: #979797;
    padding-right: 36px;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods .card-horizontal-address-method i {
    position: absolute;
    top: -7px;
    right: 0;
    font-size: 24px;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-actions {
    position: absolute;
    left: 15px;
    bottom: 20px;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-actions .btn-note {
    border: 0;
    border-radius: 5px;
    background-color: #e3e3e3;
    font-size: 14px;
    line-height: 1.571;
    color: #6d6d6d;
    padding: 5px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-actions .btn-note:hover {
    opacity: 0.9;
    color: #717171;
}

.card-horizontal-address .checkout-address-location {
    display: block;
    text-align: center;
}

.card-horizontal-address .checkout-address-location strong {
    display: block;
    max-width: 100%;
}

.card-horizontal-address .checkout-address-location i {
    display: block;
    font-size: 40px;
}

/* ------------ Start Page */
.page p {
    color: #666;
    font-size: 16px;
    text-align: justify;
    line-height: 40px;
}

.page-cover {
    width: 100%;
    height: 400px;
    background: url(../img/theme/page-cover.jpg) top no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url(../files/page-cover.jpg) top no-repeat;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/theme/page-cover.jpg) top no-repeat;
    background-size: cover;
    margin-top: -23px;
}

.page-cover .page-cover-title h1 {
    padding: 70px 0 50px;
    font-size: 37px;
    line-height: 1.189;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1.2px;
    text-align: center;
}

.page-cover .form-ui form {
    padding: 20px;
    max-width: 480px;
    margin: 0 auto;
}

.page-cover .form-ui form .form-row input {
    width: 70%;
    margin: 0 0 0 10px;
}

.page-cover .form-ui form .form-row button {
    width: 27%;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.info-page-cats {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.info-page-cats .info-page-cat {
    padding: 25px;
    border-radius: 25px;
    margin-bottom: 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.info-page-cats .info-page-cat:hover .info-page-cat-title {
    font-weight: bold;
}

.info-page-cats .info-page-cat a {
    display: block;
    width: 100%;
    height: 150px;
    text-align: center;
}

.info-page-cats .info-page-cat .info-page-cat-icon {
    width: 120px;
    height: 120px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    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;
}

.info-page-cats .info-page-cat img {
    max-height: 100%;
    max-width: 100%;
}

.info-page-cats .info-page-cat span.info-page-cat-title {
    font-size: 14px;
    color: #000;
    transition: all .2s ease;
}

.page .filter-product .card {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.page .filter-product .card .card-header {
    margin-bottom: 15px;
    border: 1px solid #ededed;
    border-radius: 10px;
}

.page .filter-product .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.page .filter-product .card-body {
    padding: 0 25px 25px;
    margin-bottom: 10px;
}

.page .filter-product p {
    list-style: unset;
    margin-bottom: 0;
}

.page ul {
    list-style: none;
    padding-right: 30px;
}

.page ul li {
    font-size: 13px;
    color: #3abaf4;
    font-weight: bold;
}


.page-question-not-found-text {
    font-size: 30px;
    line-height: 2.1;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    width: 100%;
}

.page-question-not-found img {
    display: block;
    margin: 0 auto 40px;
}

.page-question-not-found .btn {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.page-question-not-found .page-contact-option-text {
    display: inline-block;
    font-size: 17px;
    line-height: 1.294;
    color: #fff;
    font-weight: 700;
}

.content-faq-question p {
    color: #666;
    font-size: 18px;
    text-align: justify;
    line-height: 40px;
}

.content-faq-question span {
    color: #2980b9;
}

.content-faq-question img {
    display: block;
    max-width: 100%;
    margin: 1.5rem auto;
}

/* End Page------------ */ /* ------------ Start Error-Page */
.error-page h1 {
    color: #4a5f73;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.error-page img {
    display: block;
    margin: 1rem auto;
    max-width: 100%;
}

/* End Error-Page------------ */ /* main-content */ /* footer */
footer.main-footer {
    margin-top: 50px;
    background: #fff;
}

footer.main-footer .back-to-top {
    text-align: center;
    font-size: 20px;
    border-top: 1px solid #eceff1;
    padding: 10px 0;
    margin-bottom: 30px;
}

footer.main-footer .back-to-top a {
    color: #515151 !important;
    font-weight: bold;
    font-size: 16px;
}

footer.main-footer .back-to-top .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #edf0f5;
    color: #f7858d;
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    font-size: 35px;
}

footer.main-footer .footer-services {
    padding-bottom: 10px;
}

footer.main-footer .footer-services .service-item {
    text-align: center;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
    padding-bottom: 20px;
    margin: auto;
}

footer.main-footer .footer-services .service-item img {
    width: 58px;
    height: 58px;
    margin-bottom: 7px;
}

/* breadcrumb */
.title-breadcrumb-special {
    font-weight: bold;
    color: #000;
}

.title-breadcrumb-special .breadcrumb {
    background: transparent;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.title-breadcrumb-special .breadcrumb nav {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.title-breadcrumb-special .breadcrumb a {
    color: #666;
    font-size: 13px;
    font-weight: bold;
    margin-left: 20px;
    position: relative;
}

.title-breadcrumb-special .breadcrumb a::after {
    content: '\F141';
    font-family: "Material Design Icons";
    font-size: 17px;
    font-weight: 300;
    position: absolute;
    top: -1px;
    left: -17px;
}

.title-breadcrumb-special .breadcrumb a:last-child::after {
    display: none;
}

.title-breadcrumb-special .breadcrumb a:hover {
    color: #246df8;
}

.title-breadcrumb-special .title-page h1 {
    font-size: 26px;
    font-weight: bold;
    margin: .75rem 0 .125rem;
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.title-breadcrumb-special .post-rating {
    direction: ltr;
    padding: 7px 0 0 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

.title-breadcrumb-special .post-rating .star-rate {
    float: left;
}

.title-breadcrumb-special .post-rating span {
    float: left;
    margin-right: 2px;
    font-size: 17px;
    width: 15px;
    height: 15px;
    background: url(../img/theme/star-empty.svg) no-repeat;
}

.title-breadcrumb-special .post-rating span.active {
    background: url(../img/theme/star.svg) no-repeat;
}

.tooltip-inner {
    font-family: Yekan-Bakh-FaNum-Regular;
    line-height: 1.5em;
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
    color: #555;
}

/* end breadcrumb */ /* content-desc */
.content-desc .post-meta {
    display: inline-block;
    font-size: 11px;
    padding-right: 24px;
    color: #8f8f8f;
}

.content-desc .post-meta a {
    color: #8f8f8f;
}

.content-desc .post-meta a:hover {
    color: #246df8;
}

.content-desc .post-thumbnail {
    text-align: center;
}

.content-desc .post-thumbnail img {
    max-width: 100%;
}

.content-desc ul {
    margin-right: 0 !important;
}

.content-desc ul li {
    list-style: none;
    margin-bottom: 10px;
}

/* end content-desc */ /* sidebar */
.sidebar .title-sidebar {
    padding: 5px 0;
    border-bottom: 1px solid #f6f6f6;
}

.sidebar .title-sidebar h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    word-spacing: -1.5px;
}

.sidebar .content-sidebar .item {
    margin-bottom: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f6f6f6;
}

.sidebar .content-sidebar .item .item-thumb {
    margin-left: 13px;
    float: right;
    margin-right: auto;
}

.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;
}

.sidebar .content-sidebar .item p.title a {
    font-weight: 400;
    line-height: 18px;
    font-size: 13px;
    text-align: inherit;
    text-transform: none;
    color: #383838;
}

.sidebar .content-sidebar .item p.title a:hover {
    color: #5e72e4;
}

.sidebar .content-sidebar .item .item-meta, .sidebar .content-sidebar .item .item-meta a {
    font-weight: 400;
    font-size: 11px;
    text-transform: none;
    color: #aeaeae;
}

.sidebar .category-list, .sidebar .category-list ul {
    list-style: none;
}

.sidebar .category-list li {
    margin-bottom: 7px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.sidebar .category-list li a {
    position: relative;
    padding-right: 20px;
    color: #545454;
}

.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;
}

.sidebar .category-list li a:hover {
    color: #0cf;
}

.sidebar .category-list li ul {
    margin: 7px 15px 7px 0;
}

.sidebar .tag-list {
    list-style: none;
}

.sidebar .tag-list li {
    display: inline-block;
    margin: 7px 3px 10px;
}

.sidebar .tag-list li a {
    padding: 5px 10px;
    font-size: 12px;
    background-color: #f5f5f5;
    border-radius: 15px;
}

.sidebar .tag-list li a:hover {
    color: #f44336;
}

/* post-card */
.post-card {
    margin: auto auto 50px;
    padding: 10px;
    max-width: 270px;
    height: 200px;
    min-height: 50px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.post-card .post-thumbnail {
    position: relative;
    overflow: hidden;
    height: 140px;
    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;
}

.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: Yekan-Bakh-FaNum-Regular;
    font-weight: 300;
    margin-top: 10px;
}

/* end post-card */ /* end sidebar */
@media (max-width: 576px) {
    .discount-pr {
        padding-right: 45px !important;
    }

    .footer-services .service-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 5px;
    }
}

.widget {
    background: #fff;
    padding: 15px;
    border: none;
    margin-bottom: 15px;
    overflow: unset;
}

.widget .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    margin-bottom: 15px;
    border: 0;
}

footer.main-footer .widget-menu {
    background: 0 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 15px;
}

footer.main-footer .widget-menu .card-header {
    border-bottom: 0;
}

footer.main-footer .widget-menu .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

footer.main-footer .widget-menu .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.main-footer .widget-menu .footer-menu li {
    line-height: 30px;
}

footer.main-footer .widget-menu .footer-menu li a {
    color: #666;
}

footer.main-footer .newsletter {
    margin-top: 30px;
}

footer.main-footer .newsletter form {
    position: relative;
}

footer.main-footer .newsletter form .form-control {
    font-family: Yekan-Bakh-FaNum-Regular;
    font-size: 13px;
    border-radius: 7px;
    color: #515151;
    padding: 7px !important;
    line-height: 2 !important;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #eee;
    transition: all .2s ease-out;
}

footer.main-footer .newsletter form .btn {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    border-radius: 7px;
    font-family: Yekan-Bakh-FaNum-Regular;
    background-color: #f7858d;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    line-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer.main-footer .newsletter form .btn:focus, footer.main-footer .newsletter form .btn:active {
    background-color: var(--primary-color) !important;
    box-shadow: none !important;
}

footer.main-footer .newsletter form .btn:hover {
    background-color: var(--primary-color) !important;
    box-shadow: none !important;
}

footer.main-footer .socials {
    margin-top: 30px;
}

footer.main-footer .socials .footer-social ul li {
    display: inline-block;
    list-style: none;
}

footer.main-footer .socials .footer-social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #666;
    font-size: 20px;
    text-align: center;
}

footer.main-footer .socials .footer-social ul li a i {
    margin: 0;
}

footer.main-footer .socials .footer-social ul li a:hover {
    color: #979797;
    background-color: unset !important;
}

footer.main-footer .socials .footer-social a i {
    margin-left: 4px;
}

footer.main-footer .info {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
}

footer.main-footer .info a {
    padding: 3px;
}

footer.main-footer .info div {
    margin-bottom: 10px;
}

footer.main-footer .info div.row {
    margin-bottom: 0;
}

footer.main-footer .description {
    padding: 15px 0 0;
}

footer.main-footer .description .site-description .site-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #5d5959;
}

footer.main-footer .description .site-description p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 0;
    color: #535353;
}

footer.main-footer .description .symbol {
    text-align: left;
}

footer.main-footer .description .symbol a {
    padding: 15px;
    background: #f0f0f0;
    border: 1px solid #e5e5ea;
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
}

footer.main-footer .copyright {
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
}

footer.main-footer .copyright p {
    margin-bottom: 0;
    padding-top: 15px;
    text-align: right;
}

footer.mini-footer {
    margin-top: 1.5rem;
}

footer.mini-footer .main-container {
    padding: 1.5rem 0 1rem;
    border-top: 1px solid #e7e7e7;
    font-size: 15px;
    font-weight: 500;
    color: #535353;
}

footer.mini-footer .main-container a {
    color: #535353;
}

footer.mini-footer .main-container i.mdi {
    margin-left: 10px;
    font-size: 20px;
}

footer.mini-footer ul.mini-footer-menu {
    list-style: none;
    text-align: center;
}

footer.mini-footer ul.mini-footer-menu li {
    display: inline-block;
    margin-left: 15px;
}

footer.mini-footer ul.mini-footer-menu li a {
    color: #7f7f7f;
    font-size: 13px;
}

footer.mini-footer .footer-light-text {
    color: #b0b0b0;
    font-size: 12px;
    text-align: center;
}

footer.mini-footer .text-footer {
    font-size: 13px;
}

footer.mini-footer .copy-right-mini-footer {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #b0b0b0;
}

/* footer */ /* colorswitch */
#colorswitch-option button {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 0 15px 15px 0;
    font-size: 25px;
    border: 0;
    position: fixed;
    top: 30vh;
    left: 0;
    z-index: 1000;
}

#colorswitch-option ul {
    position: fixed;
    top: 35%;
    left: -150px;
    width: 150px;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    border-radius: 0 15px 15px 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 11;
}

#colorswitch-option ul.show {
    left: 0;
}

#colorswitch-option .colorswitch-option-label {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

#colorswitch-option ul li {
    width: 33%;
    float: left;
    list-style: none;
    text-align: center;
    cursor: pointer;
}

#colorswitch-option ul li span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
}

#colorswitch-option ul li.active span::before {
    content: '\FE6E';
    font: normal normal normal 24px/1 "Material Design Icons";
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
}

/* end colorswitch */ /* responsive */
@media (max-width: 1444px) {
    .shopping-page .checkout-contact-content:before {
        width: 5px;
        top: 0;
        bottom: 0;
        right: 18px;
        position: absolute;
        background-color: #f7858d;
        content: "";
    }

    .shopping-page .checkout-contact-badge {
        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 #f7858d;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        text-align: center;
        line-height: 41px;
        color: #f7858d;
    }

    .shopping-page a.float-left.border-bottom-dt {
        margin-left: 5px;
    }

    .shopping-page a.float-right.border-bottom-dt {
        margin-right: 5px;
    }
}

@media (max-width: 1199px) {
    .hidden-lg {
        display: none;
    }

    .mt-res-1 {
        margin-top: 10px;
    }
}

@media (max-width: 1090px) {
    .params .params-list li {
        display: unset;
    }

    .params .params-list li .params-list-value {
        max-width: 100%;
    }

    .params .params-list li .params-list-key {
        max-width: 100%;
        margin-left: 0;
        background-color: #fff;
        font-weight: bold;
    }
}

@media (max-width: 992px) {
    .mobile-menu{
        display: block!important;
    }
    .decstop-menu{
        display: none!important;
    }
    .navbar_mobile_wrapper {
         display: none!important;
        /* background: #ffffff;
        padding: 15px;
        display: flex!important;
        justify-content: space-evenly;
        z-index: 9;
        flex-direction: row-reverse;
        position: fixed;
        left: 50px;
        right: 50px;
        bottom: 12px;
        border-radius: 10px;
        box-shadow: 0 0 11px 2px #d8d8d8; */
    }
    header.main-header .bottom-header{
        padding-top: 0!important;
    }
    header.main-header .side-menu {
        display: block!important;
    }

    .hidden-md {
        display: none;
    }

    .show-md {
        display: block !important;
    }

    .params .params-list li .params-list-key {
        width: auto;
    }

    .params .params-list li .params-list-value {
        width: 100%;
    }

    .w-res-sidebar {
        max-width: 360px;
        margin: auto;
    }
}

@media (min-width: 768px) {
    /*header.main-header .overlay-side-menu {*/
    /*    display: none !important;*/
    /*}*/
}

@media (max-width: 767px) {
    .hidden-sm-767 {
        display: none !important;
    }
}

@media (max-width: 768px) {
    header.main-header .bottom-header {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .hidden-sm {
        display: none !important;
    }


    .show-sm {
        display: block !important;
    }

    .dt-sn {
        border-radius: 0;
    }

    .card-horizontal-address {
        border-radius: 0;
    }

    .checkout-content {
        border-radius: 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    .profile-navbar {
        padding-right: 10px;
    }

    .checkout-item td:last-child {
        width: 150px;
        display: block;
        margin-top: 80px;
    }

    header.main-header, .widget-banner, .main-footer {
        padding-right: 10px;
        padding-left: 10px;
    }

    .main-slider {
        margin-right:0px;
        margin-left: 0px;
    }

    section.slider-section {
        border-radius: 0;
    }

    .card-horizontal-product, .card-horizontal-address {
        border-radius: 0;
        padding-left: 16px;
    }

    .modal-dialog {
        margin: 0;
        max-width: 100%;
    }

    .modal-content {
        border-radius: 0;
    }

    .checkout-table {
        border-radius: 0;
    }

    button.btn-menu {
        display: block;
    }

    header.main-header .side-menu {
        display: block;
    }

    .category-section-slider .owl-carousel .owl-nav .owl-next {
        left: 0;
    }

    .category-section-slider .owl-carousel .owl-nav .owl-prev {
        right: 0;
    }

    .product-carousel .owl-nav button.owl-next {
        left: 0;
    }

    .product-carousel .owl-nav button.owl-prev {
        right: 0;
    }

    .features-checkout-slider.owl-carousel .owl-nav .owl-next {
        left: 0;
    }

    .features-checkout-slider.owl-carousel .owl-nav .owl-prev {
        right: 0;
    }

    .error-page h1 {
        font-size: 1.5rem;
    }

    .message-light {
        margin-right: 10px;
        margin-left: 10px;
    }

    .product-info .product-title {
        overflow-x: scroll;
    }

    .product-info .product-title h1, .product-info .product-title h3 {
        overflow: unset;
    }

    .product-info .product-title h1::before, .product-info .product-title h3::before {
        display: none;
    }

    .accordion-product h5 button {
        font-size: 14px;
    }

    .comments-summary-box, .comments-summary-note {
        padding-right: 0;
        padding-left: 0;
    }

    .comments-area {
        margin-top: 20px;
    }

    .help-sn .mdi {
        display: none;
    }

    .tag-input-weak {
        margin-top: 50px !important;
    }

    .comments-add-col--content .form-ui form.px-5 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .product-offer-question h2 {
        white-space: unset !important;
        line-height: 20px;
        margin-bottom: 20px;
        font-size: 13px;
        padding-top: 8px;
    }

    .product-offer-question h2::after {
        display: none !important;
    }

    .comments-add-col--content h3 {
        font-size: 16px;
        text-align: justify;
    }

    .profile-section {
        height: auto;
        margin-bottom: 20px;
    }

    .profile-section .list-favorites li:last-child {
        margin-bottom: 30px;
    }

    .profile-section .list-favorites li a span {
        display: unset;
    }

    .shopping-page .checkout-tab-times {
        overflow-x: scroll;
    }

    .shopping-page .checkout-tab-times ul.nav {
        min-width: 768px;
        overflow-x: scroll;
    }

    .shopping-page .checkout-time-table {
        overflow-x: scroll;
    }

    .shopping-page .checkout-time-table .col-12 .radio-box {
        overflow-x: scroll;
        min-width: 598px;
    }

    .shopping-page a.float-left.border-bottom-dt {
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .shopping-page a.float-right.border-bottom-dt {
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .px-res-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-res-1 {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }

    .px-res-2 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .checkout-orders-table {
        overflow-x: scroll;
        min-width: 800px;
    }

    .checkout-orders-table .row div {
        padding: 10px 20px;
        width: 120px;
        text-align: center;
    }

    .checkout-orders-table p {
        font-size: 14px;
    }

    footer.mini-footer .text-left, footer.mini-footer .text-right {
        text-align: center !important;
    }

    .product-card {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border: 1px solid #ebebeb;
        border-radius: 10px !important;
    }

    .checkout-address-headline {
        font-size: 14px;
        margin-right: -12px;
    }

    .checkout-address-cancel {
        left: 25px;
    }

    .checkout-address-location {
        border-radius: 0;
    }

    .checkout-address-box {
        border-radius: 0;
    }

    .checkout-address-box h5 {
        font-size: 15px;
    }

    .checkout-address-box p, .checkout-address-box ul {
        font-size: 13px !important;
    }

    .checkout-address-box ul {
        display: block;
        justify-content: unset;
        align-items: unset;
    }

    .checkout-address-btn-remove {
        margin-right: 0;
    }

    .checkout-address-btn-edit, .checkout-address-btn-remove {
        float: left;
        margin-left: 7px;
    }

    .checkout-address-content {
        padding: 20px 34px 25px;
    }

    .checkout-address-btn-edit, .checkout-address-btn-remove {
        font-size: 12px !important;
    }

    .title-breadcrumb-special {
        padding-right: 10px;
    }

    .filter-options-sidebar {
        position: fixed !important;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        padding-top: 60px;
        z-index: 10000;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .filter-options-sidebar.toggled {
        right: 0;
    }

    .filter-options-sidebar .header-filter-options {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        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;
        padding: 10px 20px;
    }

    .filter-options-sidebar .header-filter-options .btn-close-filter-sidebar {
        background-color: #fff;
        border: 0;
        font-size: 20px;
    }

    .filter-options-sidebar .btn-filter-product-submit {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background-color: #2d58cf;
        color: #fff;
        text-align: center;
        margin-left: -15px;
        margin-right: -15px;
        width: 100vw;
    }

    .mb-add-to-cart-btn-wrapper {
        display: block;
    }
}

@media (max-width: 576px) {
    .form-ui form {
        max-width: 100%;
        padding: 10px;
    }

    .accordion-product h5 button {
        font-size: 12px;
    }

    .accordion-product h5 button::before {
        content: '-';
        width: 28px;
        height: 22px;
        line-height: 22px;
        font-size: 20px;
    }

    .comments-summary-note > span {
        font-size: 16px;
    }

    .comments-summary-note p {
        font-size: 14px;
        text-align: justify;
    }

    .ah-tab-content-wrapper {
        padding: 10px !important;
    }

    .px-res-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mx-res-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .comments-area ol.comment-list .comment-title {
        font-size: 15px;
    }

    .comments-area ol.comment-list .comment-author {
        font-size: 12px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .comments-area ol.comment-list li .comment-body p {
        margin-bottom: 30px;
        font-size: 13px;
    }

    .comments-area .comment-content {
        padding-right: 0;
        padding-left: 0;
    }

    .comments-area ol.comment-list li .comment-body {
        margin-top: 40px;
        padding: 20px 30px 20px 30px;
    }

    .comments-area ol.comment-list .footer {
        right: 0;
        width: 100%;
    }

    .comments-likes {
        text-align: right;
        width: 100%;
    }

    .comments-likes .btn-like {
        margin-right: -2px;
    }

    .section-title p {
        margin: 0;
    }

    .comments-area ol.comment-list li .commentmetadata {
        display: none;
    }

    .comments-area ol li ol.children {
        padding-right: 0;
    }

    .info-page-cats .section-title img {
        display: none;
    }

    .info-page-cats .section-title h2.font-weight-bold {
        font-size: 16px;
        padding-right: 0;
    }

    .info-page-cats .section-title h2.font-weight-bold::after {
        display: none;
    }

    .comments-product-attributes .slider.slider-horizontal {
        width: 100%;
    }

    .header-cover {
        height: 79px;
    }

    .promotion-header-img {
        height: 72px;
    }

    .checkout-details .text-highlight {
        padding: 3px 6px;
        margin: 3px 3px;
        display: inline-block;
        font-size: 13px;
    }

    .checkout-table p {
        font-size: 15px;
    }

    .pt-sl-res {
        overflow-x: scroll !important;
    }

    .checkout-order-summary-header {
        min-width: 710px;
        overflow-x: scroll;
    }

    .card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .label-card-horizontal-product {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .search-card-res .product-card {
        border-radius: 0;
    }

    .search-card-res .product-card .product-thumb {
        display: inline-block;
        width: 30%;
    }

    .search-card-res .product-card .product-card-body {
        padding: 0 1.25rem;
        display: inline-block;
        width: 60%;
        padding-right: 10px;
    }

    .search-card-res .product-card .product-title {
        margin-top: 0;
    }

    .search-card-res .product-card .product-thumb > img {
        max-width: 100%;
    }

    .search-amazing-tab .product-card {
        padding-top: 15px;
    }

    .search-card-res .product-card .product-thumb::before {
        display: none;
    }

    .title-breadcrumb-special .breadcrumb a {
        font-size: 11px;
    }

    .title-breadcrumb-special .title-page h1 {
        font-size: 18px;
    }

    .search-amazing-content {
        padding-top: 25px;
    }
}

@media (max-width: 480px) {
    .brand-noproduct {
        width: 25% !important;
        margin-right: -4rem !important;
    }

    .title-wide h2 {
        font-size: 13px;
        white-space: nowrap;
        padding-left: 15px;
        position: relative;
        display: inline-block;
        overflow: hidden;
    }

    .product-offer-question .title-wide h2 {
        padding-bottom: 50px;
        padding-top: 8px;
    }

    .title-wide a {
        display: block;
    }

    .numbers-verify .lines-number-input .line-number {
        margin: 0 2px;
        width: 30px;
    }

    .content-expert-rating {
        padding: 5px 0px 33px 40px;
    }

    .px-res-0 {
        padding-right: 0;
        padding-left: 0;
    }

    .product-card {
        margin: 0;
    }

    .product-card .product-title > a {
        font-size: 13px;
    }

    .product-card .product-meta {
        font-size: 11px;
    }

    .product-card .product-price {
        font-size: 12px !important;
    }

    .discount span {
        font-size: 11px;
    }

    .rating-stars i {
        font-size: 11px;
    }

    .product-info .price {
        font-size: 18px;
    }

    .comments-area ol.comment-list li .comment-body .icon-comment {
        right: -7px;
    }

    .w-res-sidebar {
        max-width: 100%;
    }

    .cart-empty .cart-empty-links a::after {
        border-left: 0;
    }

    .info-page-cats .info-page-cat .info-page-cat-icon {
        width: 100%;
        height: 50px;
    }

    .info-page-cats .info-page-cat img {
        max-height: 60px;
        max-width: 60px;
    }

    .info-page-cats .info-page-cat {
        padding: 15px;
    }

    .info-page-cats .info-page-cat a {
        height: 110px;
    }

    .page-cover {
        width: 100%;
        height: 280px;
    }

    .page-cover .page-cover-title h1 {
        padding: 30px 0 0;
        font-size: 20px;
        letter-spacing: 0;
    }

    .page-cover .form-ui form .form-row input {
        width: 100%;
        margin-bottom: 10px;
    }

    .page-cover .form-ui form .form-row button {
        margin: auto;
    }

    .page .filter-product .card .card-header button {
        font-size: 13px;
        padding-left: 40px;
        padding-right: 0;
    }

    .page-question-not-found {
        border-radius: 0;
        height: 345px;
    }

    .page-question-not-found-text {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .page-question-not-found img {
        margin: 10px auto 10px;
        max-width: 40px;
    }

    .page-question-not-found .page-contact-option-text.mr-3 {
        margin-right: 5px !important;
    }

    .page-question-not-found img.mb-5 {
        margin-top: 20px;
        margin-bottom: 15px !important;
    }

    .card-horizontal-address {
        min-height: 290px;
    }

    .card-horizontal-address-methods {
        width: 100%;
        float: unset !important;
    }

    .card-horizontal-address-actions {
        width: 100%;
        position: relative !important;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        bottom: 0 !important;
        left: 0 !important;
        float: unset !important;
    }

    .card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods .card-horizontal-address-method {
        font-size: 14px;
    }

    .card-horizontal-address .card-horizontal-address-desc p {
        font-size: 14px !important;
    }


    .profile-section .list-favorites li a img {
        width: 25px;
        height: 25px;
    }

    .profile-section .list-favorites li a span {
        width: 190px;
        overflow-x: scroll;
        display: inline-block;
    }

    .profile-section .list-favorites li button {
        top: 44px;
        width: 25px;
        height: 25px;
        line-height: 22px;
        font-size: 17px;
        border-radius: 6px;
        padding-left: 22px;
    }

    .card-horizontal-product .card-horizontal-product-thumb {
        width: 21%;
    }

    .card-horizontal-product .card-horizontal-product-content {
        width: 77%;
    }

    .card-horizontal-product .card-horizontal-product-content .card-horizontal-comment p {
        width: 71%;
    }

    .card-horizontal-product .card-horizontal-product-content .card-horizontal-comment::before {
        width: 75%;
    }

    .card-horizontal-product .card-horizontal-product-content .card-horizontal-comment::after {
        font-size: 60px;
        right: auto;
        left: 0;
    }

    .search-amazing-tab .ah-tab-item:first-child {
        margin-right: 15px;
    }

    .shopping-page .checkout-contact-location {
        position: relative;
        top: -20px;
        left: 4px;
        float: left;
        font-size: 13px;
    }

    .shopping-page .checkout-contact-item-message, .shopping-page .checkout-contact-item-mobile {
        font-size: 14px !important;
    }

    .shopping-page .checkout-contact-item {
        font-size: 12px !important;
    }

    .shopping-page a.float-left.border-bottom-dt {
        font-size: 12px;
        font-weight: normal;
    }

    .shopping-page a.float-right.border-bottom-dt {
        font-size: 12px;
        font-weight: normal;
    }

    .checkout-alert-content p {
        font-size: 14px;
    }

    .checkout-details-title h4 {
        font-size: 16px;
    }

    .cart-empty .cart-empty-links a {
        margin-bottom: 7px;
        display: inline-block;
    }
}

@media (max-width: 340px) {
    header.main-header .nav-item.account {
        border: 0;
        padding: 0;
    }

    header.main-header .nav-item.account i {
        font-size: 20px;
    }

    header.main-header .nav-link span.label-dropdown {
        display: none;
    }
}

/* responsive */


.product-description img {
    width: 100%;
}

@media (max-width: 568px) {
    .adrain-banners-sidebar {
        padding-left: 0;
        padding-right: 10px;
    }

    .scroll-width {
        width: max-content;
    }

    .m10mobile {
        margin: 10px !important;
    }

    .product-description img {
        width: 100%;
    }


    .height100 {
        height: 100% !important;
    }

    .margin_b-0 {
        margin-bottom: 0 !important;
    }

    .nemad {
        display: flex !important;
    }

    .mb75-mobile {
        margin-bottom: 0px;
    }
}

ul li {
    list-style: none;
}

.form_services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.form_services li {
    display: inline-block;
}

.form_services li img {
    width: 85px;
}

.active-form-services {
    width: 80px;
    height: 2px;
    background: var(--primary-color);
    display: inline-block;
}

.de_active-form-services {
    width: 80px;
    height: 2px;
    background: #d8d8d8;
    display: inline-block;
}

.active-serves {
    display: block;
}

.hide-serves {
    display: none;
}

.list .list-item .nav-link img {
    height: 38px;
}

form.search {
    height: 48px;
}

.icon-header {
    width: 1.2em;
    height: 1.2em;
    stroke-width: 1pt;
    stroke-miterlimit: 12;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 400;
}

.header-column-right .icon-wrap {
    position: relative;
    margin-left: 0 !important;
}

.basket-detail {
    margin-right: 10px;
    border-radius: 10px;
    width: 180px;
    height: 50px;
    border: 1px solid #e4e4e4;
    position: relative;
    overflow: hidden;
    background-color: var(--primary-color);
}

.header-cart {
    color: #000 !important;
}

.header-column-right .header-cart, .header-column-right .header-wishlist {
    display: flex;
    align-items: center;
}

.header-column-right .icon-wrap {
    position: relative;
    margin-left: 0 !important;
}

.mr8 {
    margin-right: 8px !important;
}

.vp-number {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 7px;
    color: #000;
    text-align: center;
    line-height: 1;
    width: 50px;
    height: 50px;
    transition: all .6s ease .1s;
}

.vp-number:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -8px;
    top: -5px;
    z-index: 1;
    background: #fff5cc;
    transform: rotate(8deg);
    width: 60px;
    height: 60px;
    transition: all .6s ease .1s;
}

.vp-number > span {
    position: relative;
    z-index: 2;
    display: block;
}

.vp-number > span.vp-title {
    font-size: 12px;
    letter-spacing: -.1px;
}

.basket-detail:hover {
    border-color: var(--primary-color);
}

.basket-detail:hover .icon-header {
    border-color: var(--primary-color);
}

.adrian-panel-basket:hover {
    display: block !important;
}

.adrian-panel-basket {
    display: none !important;
}

.wrapper-basket-detail:hover .adrian-panel-basket {
    display: block !important;
    background: #fff !important;
}

.adrian-total-price {
    color: var(--primary-color)
}

.sidebar-cart-bottom .sidebar-cart-actions {
    padding: 20px 0 !important
}

.adrian-show-basket {
    width: 101%;
    margin: -1px;
    background: var(--primary-color) !important;
    color: #fff !important;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 7px
}

.fa-num {
    font-family: Yekan-Bakh-FaNum-Regular, serif
}

.text-description {
    font-weight: 100 !important;
    font-size: 15px !important
}

.adrian-single-page-contact-us-wrapper {
    background: var(--primary-color);
    padding: 10px;
    border-radius: 10px;
    color: #0c0c0c;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 5px;
}

.wrapper-information-box {
    border-top: 3px solid var(--primary-color);
    border-radius: 8px;
    border-top: 5px solid var(--primary-color) !important;
    border-bottom: 5px solid var(--primary-color) !important;
    margin-top: 5px
}

.service-link {
    padding-top: 9px;
    text-align: center;
    background: var(--primary-color);
    color: #fff
}

.adrain:hover .icon-header {
    margin-right: 10px
}

@media screen and (max-width: 480px) {
    .similar-mr {
        margin-right: 3rem !important;
    }

    .brand-p-mr {
        margin-right: 1.2rem !important;
    }

    .form_services {
        overflow: auto;
        white-space: nowrap;
        display: unset;
        flex-wrap: unset;
        justify-content: unset;
        align-items: unset
    }
}

.adrian-w300 {
    width: 300px
}

.adrian-login {
    border-radius: 10px;
    justify-content: space-around;
    height: 50px;
    border: 1px solid #e4e4e4;
    width: 50px;
    position: relative;
}

.img-mobile {
    width: 200px;
    margin-bottom: 20px;
    margin-top: 5px
}

.position-relative {
    position: relative !important
}

.adrian-below-postition-relative {
    position: absolute;
    top: 25px;
    right: -86px
}

.w268 {
    width: 268px
}

.wrapper-information-box .bg-light p {
    color: #0c0c0c;
    margin-bottom: 0;
    margin-top: 10px
}

.cu-pointer {
    cursor: pointer;
}

.adrian-margin-right-left-10 {
    margin-right: 10px;
    margin-left: 10px
}

.adrian-badge-not-login {
    color: #fff;
    position: absolute;
    right: 27px;
    top: 6px;
    background: var(--primary-color);
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-size: 11px
}

.blog-wrapper {
    border: 1px solid #f6f6f6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fafafaa1
}

.blog-wrapper h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-weight: 300
}

.no_product {
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 30%;
    text-align: center;
    top: 28%;
    font-size: 17px;
    background-color: #b5b5b5;
    width: 5rem;
}


.product-card .product-price {
    display: unset !important;
    color: #0c0c0c;
    font-weight: unset !important;
    font-size: 14px;
}

ul.gallery-options li {
    z-index: 0
}

.product-card h5 {
    margin: 0
}


.product-card .product-title {
    min-height: 45px
}

.product-card .product-card-actions .btn {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transform: scale(.5);
    transition: opacity .2s ease-in-out, transform .2s ease-in-out, border-color 150ms ease-in-out
}


.product-card .product-card-actions {
    position: absolute;
    top: -5px;
    left: 0;
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    z-index: 1
}

.adrain_title-wide_detail_page h2 {
    margin-right: 10px
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: inherit;
    color: #000;
    border: 0;
    border-bottom: 1px solid #000
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.pdp-flavor-select {
    display: block;
    padding-top: 1.1em;
    position: relative;
    vertical-align: middle
}

.pdp-flavor-legend {
    position: absolute;
    left: -999em
}

.pdp-flavor-label {
    display: inline
}

.radio-button {
    cursor: pointer
}

input[type=radio] {
    opacity: 0;
    height: 1px;
    position: absolute
}

input[type=radio]:checked + .pdp-flavor-label .radio-button {
    border-color: var(--primary-color)
}

input[type=radio]:checked + .pdp-flavor-label .label-value .selection {
    opacity: 1
}

input[type=radio]:disabled + .pdp-flavor-label {
    overflow: hidden;
    position: relative
}

input[type=radio]:disabled + .pdp-flavor-label .radio-button {
    border-color: #aaa;
    opacity: .75
}

input[type=radio]:disabled + .pdp-flavor-label .radio-button:after {
    background: #aaa;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: -5px;
    position: absolute;
    transform: rotate(-45deg);
    width: 65px;
    top: -16px
}

.label-value {
    display: block;
    font-size: 1.1em;
    vertical-align: top;
    margin-bottom: 18px;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 16px;
    white-space: nowrap
}

.label-value .selection {
    opacity: 0;
}

.radio-button {
    border: 2px solid #999;
    display: inline-block;
    width: 52px;
    height: 52px;
    margin: 1px 5px 1px 1px
}

.radio-button:first-child {
    margin-left: 0
}

.flavor-image {
    display: block;
    margin: 2px auto 0;
    max-width: 44px;
    width: 100%
}

.color-radio-button {
    border-radius: 50%;
    border: 2px solid #b1b1b1;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px 5px 1px 1px
}

.color-select-input:disabled + .pdp-flavor-label .radio-button:after {
    width: 30px
}

.color-image {
    border-radius: 50%;
    display: block;
    margin: 2px auto 0;
    max-width: 24px;
    max-height: 22px;
    width: 100%
}

.owl-item.active:last-child .item.profile-order-steps-item::after {
    content: unset !important
}

#toast-container > div:hover {
    box-shadow: 0 0 12px #7d7070 !important
}

#partitioned {
    padding-left: 15px;
    letter-spacing: 46px;
    border: 0;
    background-image: linear-gradient(to left, #000 70%, rgba(255, 255, 255, 0) 0);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px
}

.product-card .product-title {
    font-weight: unset !important
}

.auth-wrapper {
    padding: 10px
}

.en_name {
    font-family: 'Avenir LT Pro 35 Light', serif
}

.p-t-3 {
    padding-top: 5px
}

.panel-sefareshat {
    display: none
}

.adrain:hover .panel-sefareshat {
    display: block
}

.panel-sefareshat:hover {
    display: block
}

.navbar_mobile_wrapper {
    display: none
}

.mt10 {
    margin-top: 170px
}

.form-footer {
    background: #f7f7f7 !important
}

.main-content {
    margin-top: 200px !important;
}

.btn_add {
    display: none
}

.title-limited-line a {
    position: relative;
    font-weight: 400;
    line-height: 21px;
    max-height: 40px;
    display: -webkit-box;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    border-radius: 10px;
}

@media screen and (max-width: 920px) {


    .main-content {
        margin-top: 140px !important
    }
    .icon-bar{
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .mt10 {
        margin-top: 0 !important
    }

    .main-content {
        margin-top: 90px !important
    }

    .adrain {
        display: none !important
    }

    .hide-adrain {
        display: none !important
    }

    .pr-m-0 {
        padding-right: 1px !important
    }

    .pl-m-7 {
        padding-left: 7px !important
    }
}

@media screen and (max-width: 352px) {
    .margin-bottom-0 {
        margin-bottom: 0 !important
    }

    .margin-top-0 {
        margin-top: 0 !important
    }
}

@media (min-width: 768px) {
    .blog-page .card.blog:hover {
        transform: translate(0, -5px)
    }
}

.add-button {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: none;
    background: #000
}

.add-button ul li {
    color: #f7f7f7
}

.blog-page .blog .card-body {
    border: 1px solid #f6f6f6;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    background-color: #fafafaa1
}

.blog-page .blog .blog-description {
    font-size: 13px
}

.blog-page .blog .read-more {
    font-size: 12px;
    background-color: var(--primary-color);
    padding: 6px;
    border-radius: 10px;
    color: gray;
    transition: all .2s;
    cursor: pointer;
    white-space: nowrap
}

.blog-page .blog .read-more:hover {
    font-weight: 700;
    color: #000
}

.blog-page .blog .blog-image {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;

}

.blog-page .blog.card {
    transition: all .3s;
    height: 100%
}

.blog-page .latest-blogs img {
    width: 100px;
    height: auto;
    border-radius: 5px
}

.blog-page .latest-blogs .label {
    color: #000
}

.blog-page .card:hover .read-more {
    color: #000
}

.blog-page .text-muted {
    color: #a6a6a6 !important
}

.blog-page .row {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.basket-wrapper {
    border-radius: 10px;
    justify-content: space-around;
    height: 50px;
    border: 1px solid var(--primary-color);
    width: 50px
}

.add-to-fav {
    display: flex;
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 10px
}

.add-to-compare {
    display: flex;
    align-items: center;
    margin-top: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 10px
}

.add-to-fav svg {
    width: 1rem;
    height: 1rem
}

.add-to-compare svg {
    margin-right: 0;
    fill: #a3a3a3;
    width: 1rem;
    height: 1rem
}

.adrian-fav-badge {
    color: #000;
    background: var(--primary-color);
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-size: 11px;
    right: 21px;

}


.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.read-more {
    color: #2a2a2a !important;
}

.adrian-basket-name-production {
    color: #222 !important;
}

.cls-25 {
    stroke: var(--primary-color) !important;
    fill: none !important;
}

.cls-25-compare {
    stroke: var(--primary-color) !important;
    fill: var(--primary-color) !important;
}

.adrian-compare-login-badge {
    color: #fff;
    background: var(--primary-color);
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.mr-_8 {
    margin-top: -8px;
}

/** rating **/
.star-cb-group {
    flex-direction: row-reverse;
    display: flex;
    justify-content: flex-end;
}

.star-cb-group > input {
    display: none;
}

.star-cb-group > input + label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
}

.star-cb-group > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: '\2606';
    color: #888;
    font-size: 20px;
}

.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
    content: '\2605';
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: 0.5em;
    margin-left: -0.5em;
}

.star-cb-group > .star-cb-clear + label:before {
    width: 0.5em;
}

.star-cb-group:hover > input + label:before {
    content: '\2606';
    color: #888;
    text-shadow: none;
}

.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
    content: '\2605';
    color: var(--primary-color);
    text-shadow: 0 0 1px #333;
}

#log {
    margin: 1em auto;
    width: 5em;
    text-align: center;
    background: transparent;
}

.adrian-user-phone {
    color: #0c0c0c !important;
    margin-bottom: 5px;
}

.adrian-user-logout {
    color: #b8b8b8 !important;
    font-size: 15px;
}

.adrian-user-logout svg {
    width: 18px;
    height: 17px;
}

.adrian-user-profile {
    font-size: 15px;
    display: flex;
    color: #b8b8b8 !important;
    align-items: center;
    justify-content: flex-start;
}

.adrian-user-profile svg {
    width: 18px;
    height: 19px;
    margin-left: 5px;
}

.adrian-login-svg-btn {
    position: relative;
    border-radius: 10px;
    justify-content: space-around;
    height: 50px;
    border: 1px solid rgb(228, 228, 228);
    width: 50px;
}

.cls-1 {
    fill: none !important;
    stroke: #b8b8b8 !important;
}

.badge-total {
    text-align: center;
}

.badge-total-not-login {
    text-align: center;
}

.font-size-15 {
    font-size: 13px !important;
}

.w200 {
    width: 200px;
}

.w70 {
    width: 70px !important;
}

.w120px {
    width: 120px !important;
}

.color-amazing {
    background-color: var(--secend-color) !important;
    background-image: linear-gradient(to right, rgba(241,241,241), rgba(239,239,239));
}

@media (max-width: 568px) {
    .adrin-four-banner:nth-child(odd) {
        padding-left: 0 !important;
    }

    .adrin-four-banner:nth-child(even) {
        padding-right: 0 !important;
    }

    .product-gallery {
        flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        flex-direction: column-reverse;
    }

    .b2-mobile {
        margin-right: 1.9rem;
        margin-top: 0.9rem;
        width: 99%;
    }
}

.adrian-navbar-badge {
    color: var(--primary-color);
    background-color: #0c0c0c;
    border-radius: 116px;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    padding: 0;
    left: -2px;
    top: -2px;
}

/*.mobile-hide, .tablet-hide, .pc-hide, .laptop-hide {*/
/*    display: none !important;*/
/*}*/

/*!*mobile*!*/
@media (max-width: 767px) {


    .adrian-mobile-hide {
        display: none !important;
    }

    .mobile-show-flex {
        display: flex !important;
    }

    .mobile-show {
        display: block !important;
    }

    .slider_none {
        display: block;
        order: 1;
    }
}

/*!*tablet*!*/
@media (min-width: 768px) and (max-width: 991px) {
    .singleBrand{
        margin-top: 14rem!important;
    }
    .singleBrandDesc{
        margin-top: 14rem!important;
    }
    .tablet-show-flex {
        display: flex !important;
    }

    .adrian-tablet-hide {
        display: none !important;
    }

    .tablet-show {
        display: block !important;
    }

    .slider_none {
        display: none;
    }
}

/*!*laptop*!*/
@media (min-width: 992px)  and (max-width: 1199px) {
    .BrandSinglePage{
        margin-top: 14rem;
    }
    .laptop-show-flex {
        display: flex !important;
    }

    .laptop-show {
        display: block !important;
    }

    .font-size-15 {
        font-size: 15px;
    }
}

@media (min-width: 1024px)  and (max-width: 1439px) {
    .adrian-w140-m-auto {
        width: 140px !important;
        margin: auto;
    }

}

@media only screen and (min-width: 1200px) {
    .BrandSinglePage{
        margin-top: 14rem;
    }
    .pc-show-flex {
        display: flex !important;
    }

    .pc-show {
        display: block !important;
    }

    .font-size-15 {
        font-size: 15px;
    }
}

.list-item-has-children:hover .nav-bar-pc-menu {
    min-height: 300px;
}

.product-head-amazing {
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    z-index: 99;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adrian-old-price {
    text-decoration: line-through;
    color: #3e3d3d !important;
}

.adrian-new-price {
    display: block !important;
    margin-bottom: 0;
    font-size: 16px;
}

.adrian-old-price:before {
    content: unset !important;
}

.adrian-new-price:before {
    content: unset !important;
}


.discount {
    font-family: iran, serif !important;
}

.st7 {
    stroke: var(--primary-color) !important;
    fill: none !important;
    stroke-width: 3px;
}

.adrain-h3-title-product-check-out {
    padding-bottom: 0;
    margin-bottom: 0;
}

.loader {
    display: block;
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0 -2.6em 0 0 #828282, 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2), 2.5em 0 0 0 rgba(130, 130, 130, 0.2), 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.2), 0 2.5em 0 0 rgba(130, 130, 130, 0.2), -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.2), -2.6em 0 0 0 rgba(130, 130, 130, 0.5), -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.7);
    }
    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.7), 1.8em -1.8em 0 0 #828282, 2.5em 0 0 0 rgba(130, 130, 130, 0.2), 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.2), 0 2.5em 0 0 rgba(130, 130, 130, 0.2), -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.2), -2.6em 0 0 0 rgba(130, 130, 130, 0.2), -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.5);
    }
    25% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.5), 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.7), 2.5em 0 0 0 #828282, 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.2), 0 2.5em 0 0 rgba(130, 130, 130, 0.2), -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.2), -2.6em 0 0 0 rgba(130, 130, 130, 0.2), -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2);
    }
    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.2), 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.5), 2.5em 0 0 0 rgba(130, 130, 130, 0.7), 1.75em 1.75em 0 0 #828282, 0 2.5em 0 0 rgba(130, 130, 130, 0.2), -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.2), -2.6em 0 0 0 rgba(130, 130, 130, 0.2), -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2);
    }
    50% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.2), 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2), 2.5em 0 0 0 rgba(130, 130, 130, 0.5), 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.7), 0 2.5em 0 0 #828282, -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.2), -2.6em 0 0 0 rgba(130, 130, 130, 0.2), -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2);
    }
    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.2), 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2), 2.5em 0 0 0 rgba(130, 130, 130, 0.2), 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.5), 0 2.5em 0 0 rgba(130, 130, 130, 0.7), -1.8em 1.8em 0 0 #828282, -2.6em 0 0 0 rgba(130, 130, 130, 0.2), -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2);
    }
    75% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.2), 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2), 2.5em 0 0 0 rgba(130, 130, 130, 0.2), 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.2), 0 2.5em 0 0 rgba(130, 130, 130, 0.5), -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.7), -2.6em 0 0 0 #828282, -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2);
    }
    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.2), 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2), 2.5em 0 0 0 rgba(130, 130, 130, 0.2), 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.2), 0 2.5em 0 0 rgba(130, 130, 130, 0.2), -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.5), -2.6em 0 0 0 rgba(130, 130, 130, 0.7), -1.8em -1.8em 0 0 #828282;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0 -2.6em 0 0 #828282, 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2), 2.5em 0 0 0 rgba(130, 130, 130, 0.2), 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.2), 0 2.5em 0 0 rgba(130, 130, 130, 0.2), -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.2), -2.6em 0 0 0 rgba(130, 130, 130, 0.5), -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.7);
    }
    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.7), 1.8em -1.8em 0 0 #828282, 2.5em 0 0 0 rgba(130, 130, 130, 0.2), 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.2), 0 2.5em 0 0 rgba(130, 130, 130, 0.2), -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.2), -2.6em 0 0 0 rgba(130, 130, 130, 0.2), -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.5);
    }
    25% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.5), 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.7), 2.5em 0 0 0 #828282, 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.2), 0 2.5em 0 0 rgba(130, 130, 130, 0.2), -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.2), -2.6em 0 0 0 rgba(130, 130, 130, 0.2), -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2);
    }
    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.2), 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.5), 2.5em 0 0 0 rgba(130, 130, 130, 0.7), 1.75em 1.75em 0 0 #828282, 0 2.5em 0 0 rgba(130, 130, 130, 0.2), -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.2), -2.6em 0 0 0 rgba(130, 130, 130, 0.2), -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2);
    }
    50% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.2), 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2), 2.5em 0 0 0 rgba(130, 130, 130, 0.5), 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.7), 0 2.5em 0 0 #828282, -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.2), -2.6em 0 0 0 rgba(130, 130, 130, 0.2), -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2);
    }
    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.2), 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2), 2.5em 0 0 0 rgba(130, 130, 130, 0.2), 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.5), 0 2.5em 0 0 rgba(130, 130, 130, 0.7), -1.8em 1.8em 0 0 #828282, -2.6em 0 0 0 rgba(130, 130, 130, 0.2), -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2);
    }
    75% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.2), 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2), 2.5em 0 0 0 rgba(130, 130, 130, 0.2), 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.2), 0 2.5em 0 0 rgba(130, 130, 130, 0.5), -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.7), -2.6em 0 0 0 #828282, -1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2);
    }
    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 0.2), 1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2), 2.5em 0 0 0 rgba(130, 130, 130, 0.2), 1.75em 1.75em 0 0 rgba(130, 130, 130, 0.2), 0 2.5em 0 0 rgba(130, 130, 130, 0.2), -1.8em 1.8em 0 0 rgba(130, 130, 130, 0.5), -2.6em 0 0 0 rgba(130, 130, 130, 0.7), -1.8em -1.8em 0 0 #828282;
    }
}

#loaders {
    opacity: 0.7;
    position: fixed;
    z-index: 999;
    height: 100vh;
    display: none;
    right: 0;
    left: 0;
}


header.main-header .nav-link span.count {
    background-color: var(--primary-color);
}

header.main-header .dropdown-menu .dropdown-item:hover,
header.main-header .dropdown-menu .dropdown-item:focus,
header.main-header .dropdown-menu .dropdown-item:active {
    /* color: var(--primary-color); */
}

header.main-header .main-menu .list > .list-item > a::before {
    /* background-color: var(--primary-color); */
}


header.main-header .main-menu .list .list-item-has-children .sub-menu a:hover {
    color: var(--primary-color);
}

header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li > a:hover {
    color: var(--primary-color);
}

.title-wide a {
    color: #fff;
}

.product-carousel .owl-dot.active span,
.product-carousel .owl-dot:hover span {
    background: var(--primary-color);
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.product-card .product-title > a {
    color: #0c0c0c !important;
}

.promotion-badge {
    color: var(--primary-color);;
    border-bottom: 1px solid var(--primary-color);
}

.widget-suggestion .slide-progress {
    border-color: var(--primary-color);
}

.widget-suggestion .owl-dot.active span,
.widget-suggestion .owl-dot:hover span {
    background: var(--primary-color);
}


.filter-product .card .card-header button i {
    color: var(--primary-color);
}

.parent-switcher input[type=checkbox]:checked + .ui-statusswitcher-slider {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    background-color: var(--primary-color);
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    background-color: var(--primary-color);
}

.noUi-connect {
    background: var(--primary-color) !important;
}

.header-cover {
    background-color: var(--primary-color);
}

.search-amazing-tab .ah-tab > .ah-tab-item[data-ah-tab-active="true"] {
    background-color: var(--primary-color);
}

.pagination a.active-page {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}


.product-gallery .product-thumbnails > li.active > a {
    border-color: var(--primary-color);
}

.product-gallery .product-thumbnails > li > a > i {
    color: var(--primary-color);
}

input[type=radio]:checked + .ui-variant--check {
    border-color: var(--primary-color);
}

.accordion-product h5 button::before {
    background-color: var(--primary-color);
}

.rating--general .rating-rate {
    background-color: var(--primary-color);
}

.form-ui .form-footer a {
    color: #0c0c0c;
    border-bottom: 1px dashed var(--primary-color);
}

#countdown-verify-end a.btn-link-border {
    color: var(--primary-color);
}

#countdown-verify-end a.btn-link-border:after {
    border-color: var(--primary-color);
}

.profile-section .list-favorites li button {
    color: var(--primary-color);
    outline: none;
}

a.border-bottom-dt {
    font-weight: bold;
    color: var(--primary-color);
    border-bottom: 1px dashed var(--primary-color);
}

.comparison-table .remove-item {
    color: var(--primary-color);
}

.tab-cart-page a.active {
    border-bottom-color: var(--primary-color) !important;
}

.tab-cart-page a span.count-cart {
    background-color: var(--primary-color);
}

.checkout-header--express {
    color: var(--primary-color);;
    border-bottom-color: var(--primary-color);
}

.checkout-summary-price-value {
    color: var(--primary-color);
}

.shopping-page header.header-shopping .checkout-steps li.active::before {
    background-color: var(--primary-color);
}

.shopping-page header.header-shopping .checkout-steps li a.active {
    color: var(--primary-color);
}

.shopping-page header.header-shopping .checkout-steps li a.active::after {
    background-color: var(--primary-color);
}

.shopping-page .checkout-contact-content:before {
    background-color: var(--primary-color);
}

.shopping-page .checkout-contact-btn-edit {
    color: var(--primary-color) !important;
    border-bottom: 1px dashed var(--primary-color);
}

.shopping-page .checkout-contact-badge {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.checkout-address-box.is-selected .checkout-address-btn-submit {
    background-color: var(--primary-color);
}

.shopping-page .checkout-additional-options-checkbox-image {
    color: var(--primary-color);
}

footer.main-footer .back-to-top .icon {
    color: var(--primary-color);
}

footer.main-footer .newsletter form .btn {
    background-color: var(--primary-color);
}

footer.main-footer .newsletter form .btn:focus,
footer.main-footer .newsletter form .btn:active {
    background-color: var(--primary-color);
}

footer.main-footer .socials .footer-social ul li a:hover {
    background-color: var(--primary-color);
}

.shopping-page .checkout-contact-content:before {
    background-color: var(--primary-color);
}

.shopping-page .checkout-contact-badge {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.adrian-border-radius7 {
    border-radius: 7px;
}

.adrain-icon-svg-2em {
    width: 2em;
    height: 1.5em;
    stroke-width: 1px;
    stroke: #8d9092;
    fill: #8d9092;
}

.width196 {
    width: 196px;
}

.adrian-amazing-section-show-mobile {
    display: none !important;
}

.adrian-amazing-section-hide-mobile {
    display: block !important;
}

@media only screen and (max-width: 768px) {
    .adrian-display-none {
        display: none !important;
    }

    .adrian-amazing-section-show-mobile {
        display: flex !important;
    }

    .adrian-amazing-section-hide-mobile {
        display: none !important;
    }
}

.adrian-padding-11 {
    padding: 11px;
}

.he68 {
    height: 90px;
}

.w100percent {
    width: 98.5%;
}

.color-black {
    color: #0c0c0c;
}

.adrian-height-fit-content {
    height: fit-content;
}

.adrian-wrapper-pwa-apple {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
}

.st12 {
    fill: none;
    stroke: #2A7EC2;
    stroke-miterlimit: 10;
}

.w20 {
    width: 20px
}

.st15 {
    fill: #C2C1C1;
}

.cls-75 {
    stroke: #8d9092;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
}

p img {
    max-width: 100%;
}

.st30 {
    stroke: #000000 !important;
}

.adrain-icon-svg-3em {
    width: 3em;
    height: 3em;
    stroke-width: 1px;
    stroke: #8d9092;
    fill: transparent;
}

@media (max-width: 576px) {
    .adrian-product-thumb {
        display: inline-block !important;
        width: 100% !important;
    }

    .adrian-product-card-body {
        display: inline-block !important;
        width: 100% !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 568px) {

    .all-product:nth-child(odd) {
        padding-right: 5px;
    }

    .all-product:nth-child(even) {

        padding-left: 5px !important;
    }
}

select:focus-visible {
    outline-color: #e0e0e0;
}

.adrain_code_Disposable {
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid #000000;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.userInput {
    display: flex;
    justify-content: center;
}

input.otp {
    margin: 10px;
    height: 35px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: arimo;
    font-size: 1.2rem;
    background: #eef2f3;
}


@media (max-width: 917px) {
    header.main-header .side-menu {
        display: block;
    }

    /*header.main-header .overlay-side-menu {*/
    /*    display: block;*/
    /*}*/
}

@media (min-width: 1024px) {
    .pc-max-heigh-415 {
        max-height: 415px;
    }
}

.img-amazing-flag {
    max-height: 198px !important;
    max-width: unset;
}

@media (max-width: 375px) {
    .addiran-mobile-margin-r-l-b-10 {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .main-slider .carousel-control-next {
        left: 24px;
        right: auto;
        font-size: 45px;
    }

    .main-slider .carousel-control-prev {
        right: 24px;
        left: auto;
        font-size: 45px;
    }

    .shopping-page header.header-shopping ul.checkout-steps {
        width: 243%;

    }

    .header-shopping {
        overflow: auto;
    }

}

@media (max-width: 425px) and  (min-width: 376px) {
    .brand-width {
        width: 35% !important;
    }

    .basket-mr {
        margin-right: 3.5rem !important;
    }
    .basket-mr-amazing {
        margin-right:-1rem !important;
    }

    .cat-mtp {
        margin-top: -1rem;
        margin-bottom: -0.6rem;
        margin-right: 1rem;
    }

    .addiran-mobile-margin-r-l-b-10 {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .shopping-page header.header-shopping ul.checkout-steps {
        width: 180%;
    }

    .header-shopping {
        overflow: auto;
    }

    .main-slider .carousel-control-next {
        left: 24px;
        right: auto;
        font-size: 45px;
    }

    .main-slider .carousel-control-prev {
        right: 24px;
        left: auto;
        font-size: 45px;
    }
}

@media (max-width: 768px) and  (min-width: 426px) {
    .header-shopping {
        overflow: auto;
    }

    .shopping-page header.header-shopping ul.checkout-steps {
        width: 180%;
    }

    .addiran-mobile-margin-r-l-b-10 {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .main-slider .carousel-control-next {
        left: 24px;
        right: auto;
        font-size: 45px;
    }

    .main-slider .carousel-control-prev {
        right: 24px;
        left: auto;
        font-size: 45px;
    }
}

@media (max-width: 767px) and  (min-width: 576px) {
    .addiran-amazing-img-display-none {
        display: none !important;
    }
}

@media (max-width: 992px) and  (min-width: 581px) {

    .main-content {
        margin-top: -70px !important;
    }

    .other-page-margin-top {
        margin-top: 67px !important;
    }

    .main-content-cashout-page {
        margin-top: 170px !important;
    }
}

.p-b-16 {
    padding-bottom: 16px
}

.adrian-counter-amazing {
    justify-content: space-evenly;
    height: 40px;
}

@media (max-width: 1000px) and  (min-width: 992px) {

    .adrian-counter-amazing {
        justify-content: space-evenly;
        height: 37px;
    }

}

@media (max-width: 1168px) and  (min-width: 992px) {
    .adrain-p-b-9 {
        padding-bottom: 12px;
    }

    .adrian-counter-amazing {
        justify-content: space-evenly;
        height: 37px;
    }

    .p-b-16 {
        padding-bottom: 0;
    }
}


@media (min-width: 1169px) {
    .sidebar-inner {
        height: 100%;
    }

    .adrain-p-b-9 {
        padding-bottom: 12px;
    }

    .adrian-counter-amazing {
        justify-content: space-evenly;
        height: 37px;
    }

    .p-b-16 {
        padding-bottom: 0;
    }

    .owl-stage-outer {
        height: 100%;
    }

    .owl-stage {
        height: 100%;
    }

    .owl-item.active {
        height: 100%;
    }

    .item-amazing-slider {
        height: 100%;
    }

    .product-card-amazing {
        height: 95%;
    }


}


.adrian-up-svg {
    fill: var(--primary-color);
}

.adrian-widget_footer {
    max-width: 70px
}

.adrian-social-media_footer {
    width: 25px
}

.border-radius-10 {
    border-radius: 10px !important;
}

.rathing-start-amazing {
    height: 60px;
    display: flex;
    align-items: center;
}


@media (min-width: 991px) and (max-width: 1000px) {
    .rathing-start-amazing {
        display: contents !important;
    }
}

.limited-text-one-line {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
}

.adrain-img-amazing-sliders {
    width: 88% !important;
}

.adrain-headerbanner-right {
    margin-top: 22px;
    height: auto;
}


@media (min-width: 1100px) and (max-width: 1195px) {
    .adrain-img-amazing-sliders {
        width: 85% !important;
    }

    .adrain-headerbanner-amazing-height {
        height: 100%
    }

}

@media (min-width: 1196px) {
    .adrain-headerbanner-amazing-height {
        height: 100%;
    }
}

@media (min-width: 990px) and (max-width: 999px) {
    .adrain-img-amazing-sliders {
        width: 73% !important;
    }

    .adrain-headerbanner-amazing-height {
        height: 100%
    }

    .adrain-headerbanner-right {
        margin-top: 24px;
        height: auto;
    }

}

@media (min-width: 1000px) and (max-width: 1031px) {
    .adrain-img-amazing-sliders {
        width: 75% !important;
    }

    .adrain-headerbanner-amazing-height {
        height: 100%
    }

    .adrain-headerbanner-right {
        margin-top: 17px;
        height: auto;
    }
}

@media (min-width: 1032px) and (max-width: 1100px) {
    .adrain-img-amazing-sliders {
        width: 81% !important;
    }

    .adrain-headerbanner-amazing-height {
        height: 100%
    }

}


.adrian-wrapper-amazing-price {
    background-color: var(--primary-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#map {
    position: relative;
    height: 320px;
    background: #eee;
    border: 2px solid #aaa;
    border-radius: 7px;
    margin-bottom: 5px;
    z-index: 0;
}

.validate-city {
    position: absolute;
    top: 84px;
    right: 35px;
    z-index: 99999;
    background: white;
    border: 2px solid #aaa;
    padding: 2px;
    border-radius: 5px;
}

.remove-marker {
    position: absolute;
    bottom: 100px;
    right: 37px;
    z-index: 99999;
}

.remove-marker:hover {
    cursor: pointer;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
}

.overlay #map-spinner-span {
    position: absolute;
    font-size: large;
    top: 45%;
}

.position-initial {
    position: initial !important;
}


@media (max-width: 1120px) {
    footer.main-footer .socials .footer-social ul li a {
        display: block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        line-height: 40px;
        color: #666;
        font-size: 20px;
        text-align: center;
    }
}

.font-user-header {
    color: #0c0c0c !important;
}

@media (max-width: 1085px) and (min-width: 979px) {
    .adrain-icon-svg-2em {
        width: 1.7em;
        height: 3em;
        stroke-width: 1px;
        stroke: #8d9092;
        fill: #8d9092;
    }
}

@media (max-width: 978px) {
    .adrain-icon-svg-2em {
        width: 2em;
        height: 3em;
        stroke-width: 1px;
        stroke: #8d9092;
        fill: #8d9092;
    }
}

@media (max-width: 992px) {
    .adrian-padding-right-0px-max990 {
        padding-left: 0 !important;
    }
}

.adrian-border-width_header {
    height: 32px;
    background: #d8d8d8;
    display: inline-block;
    width: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}


@media (max-width: 762px) {
    .adrian-border-none {
        border: unset !important;
    }

    .adrian-margin-bottom {
        margin-bottom: 10px;
    }

    header.main-header .topbar {
        padding-bottom: 0;
    }
}

.logo_position {
    text-align: left;
}

@media (max-width: 1166px) and (min-width: 996px) {
    .aa {
        padding-right: 0 !important;
    }
}

@media (max-width: 1175px) and (min-width: 950px) {
    .logo_position {
        text-align: right;
    }
}

@media (max-width: 976px) {
    .adrian-hide-920 {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .adrian-all-product-margin-top-175 {
        margin-top: 175px !important;
    }
}

@media (max-width: 990px) and (min-width: 769px) {
    .adrian-slider-padding-0 {
        padding-left: 0 !important;
    }
}

@media (max-width: 920px) {
    .adrian-hidden-920px {
        display: none !important;
    }

    /*.adrian-row-reverse {*/
    /*    flex-direction: row-reverse;*/
    /*}*/

    .adrian-padding-bottom-header-0 {
        padding-bottom: 0 !important;
    }

    .adrian-border-none {
        border: unset !important;
    }
}

@media (min-width: 767px)  and (max-width: 800px) {
    .hidden-sm-800 {
        display: none !important;
    }
}

@media (max-width: 990px) {
    .adrian-padding-bottom-header-0 {
        padding-bottom: 10px !important;
    }
}

.adrian-sidebar-profile-show {
    display: none !important;
}

@media (max-width: 766px) {
    .adrian-sidebar-profile-hide {
        display: none !important;
    }

    .adrian-sidebar-profile-show {
        display: block !important;
    }
}

@media (max-width: 910px) {
    .adrian-border-header-0 {
        border: 0 !important;
    }
}

.adrian-samandehi-warrper {
    padding: 8px;
    background: #f0f0f0;
    border: 1px solid #e5e5ea;
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
}

.btn-filter-poistion {
    border: 0;
    color: #0c0c0c !important;
    border-radius: 7px;
    padding: 10px 20px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.adrain-h1-blog {
    white-space: break-spaces;
    font-size: 35px;
}


@media (max-width: 510px) {
    .adrain-h1-blog {
        white-space: break-spaces;
        font-size: 25px;
    }
}

@media (max-width: 993px) and  (min-width: 768px) {
    .adrain-change-paasword {
        display: flex !important;
        align-items: center !important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-139.5%!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 48.2%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-295%!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 48.2%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-5%!important;
        min-width: 1000px!important;
    }



}

@media (max-width: 769px) and  (min-width: 578px) {
    .adrain-change-paasword {
        margin-top: 11rem;
    }

    .adrain-change-paasword .profile-section {
        height: 280px;
        margin-bottom: 20px;
    }
}


@media (max-width: 480px) {
    .fav-aye {
        margin-right: 0.3rem !important;


    }

    .fav-trash {
        margin-right: 1.1rem !important;
    }

    .fav-mr {
        margin-right: -0.2rem !important;
        margin-top: 0.8rem !important;
    }

    .favprice {
        margin-top: 2.9rem !important;
    }

    .favflag2 {
        margin-right: 1rem !important;
    }

    .favflag {
        margin-right: -1.2rem !important;
    }

    .svg-favorite2 {
        margin-top: 1.5rem !important;
        margin-bottom: 2.2rem !important;
    }

    .svg-favorite {
        margin-right: -1rem !important;
    }

    .prn {
        width: 5rem !important;
    }

    .product-cat {
        padding-right: 25px !important;
        padding-left: 8px !important;
    }

    .brn-discount {
        margin-top: -2.5rem;
        margin-right: -0.7rem;
    }

    .brn-mr {
        margin-right: -1rem !important;
    }

    .card-horizontal-product .card-horizontal-product-content .card-horizontal-comment::after {
        content: "\F756";
        font-family: "Material Design Icons";
        font-size: 80px;
        color: #f6f6f5;
        position: absolute;
        bottom: -50px;
        left: 0;
    }
}

.card-horizontal-product .label-status-comment-danger {
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #ed6922;
    border: 1px solid #ff4400;
    border-radius: 4px;
    color: #ebeaea;
    font-size: 11px;
    word-spacing: -1.5px;
    padding: 4px 10px;
}

@media (max-width: 510px) {
    .adrain-page-sucssess-bank {
        margin-top: 93px !important;
    }
}

@media screen and (max-width: 580px) {
    .adrain-all-product-page {
        margin-top: -40px !important;
    }
}

.adrian-sorting-show-766 {
    display: none !important;
}

@media (max-width: 766px) {
    .adrian-sorting-hide-766 {
        display: none !important;
    }

    .adrian-sorting-show-766 {
        display: block !important;
    }
}

@media (max-width: 370px) {
    .adrian-sorting-show-766 {
        font-size: 12px;
        display: block !important;
    }
}

@media (max-width: 335px) {
    .adrian-sorting-show-766 {
        font-size: 10px;
        display: block !important;
    }
}

.adrain-alert-free-shiping {
    padding-right: 20px;
    padding-left: 20px;
}


.icon-filter-prodcut {
    fill: none;
    stroke: #ffdf11;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 8px;
}

.amzaing-carousel .owl-nav {
    margin-top: 0;
}

.amzaing-carousel .owl-nav button.owl-prev {
    right: 10px;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
}

.amzaing-carousel .owl-nav button.owl-next {
    left: -5px;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
    font-size: 40px;
}

.amzaing-carousel .owl-nav button.owl-prev {
    right: -5px;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
    font-size: 40px;
}

.amzaing-carousel .owl-nav button {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: absolute;
    top: 42%;
    width: 40px;
    height: 80px;
    line-height: 37px !important;
    text-align: center;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#forget_overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #FFF;
    opacity: 0.9;
    z-index: 99999999;
}

.product-video {
    display: block;
    width: 50px;
    height: 50px;
    transition: all .25s;
    border: 1px solid transparent;
    background-color: #fff;
    opacity: .75;
}

.fancybox-thumbs__list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fancybox-thumbs {
    width: 130px;
}

.brand-slider .owl-stage {
    display: flex;
    align-items: center;
}

.adrian-compare-badge {
    color: #000;
    background: var(--primary-color);
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-size: 11px;
    right: 21px;
}

.title-wide-amazing h2:before {
    background: url('../img/theme/title-circles-white.svg') left no-repeat;
    display: block;
    position: absolute;
    right: 7px;
    top: -1px;
    height: 30px;
    width: 16px;
    margin-right: 13px;
}

@media (max-width: 522px) {
    .main-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .banners-left {
        margin-left: 0;
    }

    .banners-right {
        padding-left: 6px !important;
    }

    header.main-header .topbar .topbar-left {
        margin-top: 0 !important;
    }
}

@media (min-width: 797px) and (max-width: 978px) {
    .single-page-margin-top {
        margin-top: 8rem !important;
    }
}

.adrian_no_product {
    background-color: #9fa5aa;
    margin: 0 80px;
    border-radius: 25px
}


@media (max-width: 522px) {
    .adrian_no_product {
        background-color: #9fa5aa;
        margin: 0;
        border-radius: 25px
    }
}

.adrain:hover {
    border-color: var(--primary-color) !important;
}


.adrian-real-time-search-wrapper {
    border: solid 1px gainsboro;
    border-radius: 10px;
    margin: 5px;
}

.adrian-real-time-search-wrapper-p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 9pt;
    color: #282828;
}

#result {
    /* overflow: auto; */
    background: white;
    z-index: 9;
    display: none;
    border: 1px solid #2222;
    max-height: 300px;
    padding: 5px;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 3px 1px 4px #2222;
}

.adrian-real-time-search-wrapper-a {
    color: #282828;
    text-decoration: none;
}

.adrian-left-live-search {
    font-size: 23px;
    color: var(--primary-color);
    background: #f9f9f9;
    border-radius: 60%;
    height: 30px;
    width: 30px;
    display: block;
    box-shadow: 1px 1px 2px 0 #e1dbdb;
}


.owl-prev {
    right: 0;
}

.owl-next {
    left: 0;
    position: absolute;

}

.adrian-live-search-btn {
    right: 0;
    border-radius: 0 5px 5px 0;

}

.border-live-search-wrapper {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}

.adrian-live-search-input {
    width: 100%;
    padding: 10px;
}

.adrian-live-search-input:focus-visible {
    border: 0 !important;
    outline: 0 !important;
}

.border-live-search-wrapper-remove-bottom-radius {
    border-radius: 10px 10px 0 0;
}

.owl-next.disabled, .owl-prev.disabled {
    display: none !important;
}

.adrian-real-time-search-wrapper-row {
    padding: 3px;
    min-height: 80px;
}

.adrian-real-time-search-wrapper-row-category {
    padding: 3px;
    min-height: 10px;
}

@media (max-width: 916px) {
    .hide-737 {
        display: none !important;
    }
}

@media (max-width: 2000px) {
    .logo_position {
        text-align: right;
    }
}

@media (max-width: 2000px) {
    .basket-detail {
        margin-right: 10px;
        border-radius: 10px;
        width: 151px;
        height: 45px;
        border: 1px solid #e4e4e4;
        position: relative;
        overflow: hidden;
    }
}

@media (max-width: 919px) {
    .border-live-search-wrapper {
        display: none !important;
    }
}

@media (max-width: 725px) and (min-width: 500px) {
    .mt10 {
        margin-top: 107px
    }
}

@media (min-width: 500px) {
    .border-live-search-wrapper {
        width: 90%;
    }

    #result {
        width: 90%;
    }
}

.adsad {
    display: block !important;
}

.add-buttona {
    z-index: 99999999999;
    display: block;
}


.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.myloader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid var(--primary-color);
    border-left: .8em solid rgba(204, 204, 204, 1);
    animation: spin 1.1s infinite linear;
}

.myloader, .myloader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.add-buttona {
    z-index: 99999999999;
    display: block;
}

.store_logo_200px {
    width: 200px;
}

#search-svg {
    stroke: var(--primary-color);
    width: 25px;
    fill: var(--primary-color);
}

.adrian-search-product-not-found {
    font-size: 9pt;
    color: #3d3e3e;
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */

.dot-pulse {
    position: relative;
    left: -9997px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: var(--primary-color);
    box-shadow: 9999px 0 0 -5px var(--primary-color);
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: var(--primary-color);
}

.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px var(--primary-color);
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
}

.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px var(--primary-color);
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: .5s;
}

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px var(--primary-color);
    }
    30% {
        box-shadow: 9984px 0 0 2px var(--primary-color);
    }
    60%, 100% {
        box-shadow: 9984px 0 0 -5px var(--primary-color);
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px var(--primary-color);
    }
    30% {
        box-shadow: 9999px 0 0 2px var(--primary-color);
    }
    60%,
    100% {
        box-shadow: 9999px 0 0 -5px var(--primary-color);
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px var(--primary-color);
    }
    30% {
        box-shadow: 10014px 0 0 2px var(--primary-color);
    }
    60%,
    100% {
        box-shadow: 10014px 0 0 -5px var(--primary-color);
    }
}

.svg-show-more {
    fill: var(--primary-color);
    width: 60px;
}

.compaire-trash {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    top: 10px;
}


.product-empty-compaire {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border: 3px dashed #d8d8d8;
    border-radius: 10px;
}

.product-empty-compaire-svg {
    fill: #D6D6D6;
    width: 120px;
}

#reslutSearchCompare {
    border: unset;
    width: 94%
}

#reslutSearchCompare:focus-visible {
    outline: unset;
    border: unset;
}

.model-live-compare {
    padding: 5px 10px;
    border-radius: 5px
}

@media screen and (max-width: 650px) {
    .hide-adrain {
        display: none !important
    }
}

.owl-prev {
    position: absolute;
    left: 0;
    z-index: 99999;
    width: 20px;
    display: block !important;
    height: 20px;
    top: 30%;

}

.owl-next {
    position: absolute;
    left: 0;
    z-index: 99999;
    width: 20px;
    display: block !important;
    height: 20px;
    top: 30%;
}

.svg-no-favorate {
    width: 250px;
    fill: #E6E7E8;
}

@media screen and (max-width: 767px) {
    .hide-752-compare {
        display: none !important
    }
}

.adrian-search-mobile-wrapper {
    width: 95%;
    border-radius: 10px;
    margin: 5px;
}

#search-loader-result_mobile {
    height: 20px;
}

#remove-icon-search-desctop {
    width: 27px !important;
}

#remove-icon-search-mobile {
    width: 25px !important;
}

.adrian-color-black {
    color: #0c0c0c !important;
}

.bg-aparat {
    fill: none;
    stroke: #000000;
    stroke-width: 15;
}

.bg-twitter {
    fill: none;
    stroke: #000000;
    stroke-width: 15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bg-facebook {
    fill: none;
    stroke: #000000;
    stroke-width: 15;
    stroke-linecap: round;
}

.bg-telegram {
    fill: none;
    stroke: #000000;
    stroke-width: 15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wrapper-icon-basket-best-seller svg {
    width: 20px;
    fill: #958f8f;
}

.wrapper-icon-basket-best-seller {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 12px 12px 12px 28px;
    border: none;
    color: var(--light);
    background-color: #F4F4F4;
    transition: all 0.9s !important;
}

.product-card:hover .wrapper-icon-basket-best-seller {
    background-color: var(--primary-color) !important;
    transition: background 2s;
}

.wrapper-icon-basket-best-seller:hover {
    border-radius: 12px 12px 12px 12px;
}

.product-card:hover .wrapper-icon-basket-best-seller svg {
    fill: #3b3b3b !important
}

.address-icon-svg-profile {
    width: 33px;
    stroke: #8d9092;
    fill: none;
}

.comment-icon-svg-profile {
    width: 30px;
    stroke: #8d9092;
    fill: none;
}

.favorite-icon-svg-profile {
    width: 33px;
    stroke: #8d9092;
    fill: none;
}

.order-icon-svg-profile {
    width: 33px;
    stroke: #8d9092;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.profile-icon-svg-profile {
    width: 33px;
    stroke: #8d9092;
    fill: none;
    stroke-linejoin: round;
}

.abbb:hover .wrapper-icon-basket-best-seller {
    background-color: var(--primary-color) !important;
    transition: background 2s;
}

.abbb:hover .wrapper-icon-basket-best-seller svg {
    fill: #3b3b3b !important
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;

    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

@media (max-width: 425px) {
    .brand_product {
        border-radius: 5px;
        padding: 10px;
        margin-top: 5px;
        margin-right: 2px;
        background-color:var(--primary-color);
        font-size: 11px;
    }

    .blog-font {
        font-size: 1.5rem !important;
        padding-top: 1rem !important;
    }

    .blog-height {
        max-height: 200px !important;
    }

    .link {
        margin-right: 3rem !important;
    }

    .section-font {
        padding-right: 80px !important;
        margin-top: -18px !important;
        font-weight: 700 !important;
    }

    .ic-mr {
        margin-top: 2rem;
        margin-right: -10rem !important;
    }

    .ic-m-feature {
        margin-top: 1rem;
        margin-right: -9rem !important;
    }

    .icon-mr-feature {
        margin-top: 1rem !important;
        margin-right: 0.5rem !important;
    }

    .icon-mr {
        margin-top: 1rem !important;
        margin-right: 2rem !important;
    }

    .icon-width {
        width: 45% !important;
    }

    .img-wd {
        width: 120px !important;
    }

    .chang-mtp {
        margin-top: -5rem !important;
    }

    .chang-ps-mtp {
        margin-top: 1rem !important;
    }

    .price-mr {
        margin-right: 0.5rem !important;
    }

    .product-name-mr {
        margin-right: 0.5rem !important;
    }

    .fs {
        font-size: 12px !important;
    }

    .btn-width {
        width: 5rem !important;
    }

    .svg-mr {
        margin-right: -0.7rem;
    }

    .mtp {
        margin-top: 2rem !important;
    }

    .mtpp {
        margin-top: -4.5rem !important;
    }

    .adrian-discount-fav {
        margin-right: -3.4rem !important;
    }

    .brand-mobile-top {
        margin-top: 5rem !important;
    }

    .adrian-no-product-svg {
        margin-right: 6rem;
    }

    .adrian-right-comparison {
        width: 170px;
        margin-right: -3px !important;
    }

    .adrian-left-comparison {
        margin-right: -55px !important;
    }

    .product-none {
        width: 5.5rem !important;
        background: #7f8488;
        margin-right: -0.9rem !important;
        margin-top: -0.9rem;
        border-radius: 2rem !important;
    }

    .product-none-search {
        width: 4.5rem;
        background: #7f8488;
        margin-right: 2.9rem;
        margin-top: -0.1rem;
        border-radius: 2rem !important;
    }

    header.main-header .bottom-header {
        margin-bottom: 4px;
        position: absolute;
        left: 0;
        top: 80%;
        right: 0;
        padding-top: 7px;
        background-color: #fff;
        box-shadow: 0 7px 8px 0 rgb(0 0 0 / 4%);
        transition: all .2s ease;
        height: 1.1rem !important;
    }

    #reslutSearchCompare {
        border: unset;
        width: 93% !important;
    }

    .search-compare {
        width: 23.4rem !important;
    }

    #resultProductCompare {

        width: 28rem !important;
    }

    #spinner_live_search {
        margin-right: -7rem;
    }

    #notfound {
        margin-left: 5rem !important;
    }

    .search-compare {
        width: 21.4rem;
    }

    .search-svg {
        margin-right: 3px;
    }

    .wrapper-basket-detail {
        margin-top: 10px;
    }

    .price-offer {
        display: contents !important;
    }

    .price-offer2 {
        margin-right: -1.2rem !important;
    }

    .offer-flags {
        margin-top: -2rem !important;
        margin-right: -2.5rem !important;
    }

    .price-nooffer {
        display: contents !important;
    }

    .offer-noflags {
        margin-top: 0.5rem !important;
        margin-right: 1.2rem !important;
    }

    .li-attr-compare {
        max-width: 50% !important;
    }

    .span-right-compare {
        width: 11rem !important;
    }

    .single-page-margin-top {
        margin-top: -6.5rem !important;
    }

    .df-amazing {
        margin-right: 3.7rem !important;
    }

    .df-amazing-all {
        margin-right: -5rem !important;
        margin-top: -3rem !important;

    }

    .adrian-nostock-product {
        width: 5rem;
        margin-right: -3.3rem !important;
    }



    .brand-svg {
        margin-right: 3rem !important;
    }


}

.super-spinner {
    box-sizing: border-box;
    position: relative;
    margin: auto;
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    margin-top: 15px;
    border: 7px solid transparent;
    border-top-color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    transform: rotateZ(-45deg);
    animation: super-spinner 4s linear infinite;
}

.super-spinner2 {
    box-sizing: border-box;
    position: relative;
    margin: auto;
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    margin-top: 15px;
    border: 7px solid transparent;
    border-top-color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    transform: rotateZ(-45deg);
    animation: super-spinner2 4s linear infinite;
}

@keyframes super-spinner {
    0% {
        transform: rotateZ(0deg);
    }
    25% {
        transform: rotateZ(360deg);
    }
    75% {
        transform: rotateZ(720deg);
    }
    100% {
        transform: rotateZ(1080deg);
    }
}

@keyframes super-spinner2 {
    0% {
        transform: rotateZ(0deg);
    }
    25% {
        transform: rotateZ(360deg);
    }
    75% {
        transform: rotateZ(720deg);
    }
    100% {
        transform: rotateZ(1080deg);
    }
}

.brand_product {
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
    margin-right: 2px;
    background-color:var(--primary-color);
}

.adrian-discont-badge {

    color: #fff;
    background-color: #ff5454;
    height: 40px !important;
    width: 50px !important;
    padding-top: 13px !important;
    padding-right: 3px !important;
    margin-top: 0.1rem !important;

    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

}

.adrian-discont-badge-compare {

    display: flex;
    flex-direction: row-reverse;
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
    background: #f44652;
    border-radius: 15px 15px 0 15px;
    width: 3rem;

}

@media (max-width: 375px) {
    .singleBrand{
        margin-top: 1rem!important;
    }
    .brand-pr2{
        display: flex;
        justify-content: center;
    }
    .blog-tablet{
        margin-top: 9rem!important;
    }
    .blog-tablet_show{
        margin-top: 9rem!important;
    }
    .pic_mr {
        margin-top: -50px;
    }

    .brn-mr-mobile {
        margin: 16px -55px !important;
    }

    .similar-mr {
        margin-right: -2rem !important;
    }

    .sm-basket {
        padding-right: 8px !important;
    }

    .p-0 {
        padding-right: 0px !important;
    }

    .m-0 {
        margin-right: 0px !important;
    }

    .pr-basket {
        padding-right: 30px !important;
    }

    .pr_filter {
        padding-right: 10px !important;
    }

    .pr_cp {
        padding-right: 18px !important;
    }

    .fs {
        font-size: 12.5px !important;
    }

    .nostock_margin {
        margin: 0 -30px !important;
    }

    .fs-blog {
        font-size: 14px !important;
    }

}

@media (min-width: 376px) and (max-width: 400px) {
    .singleBrand{
        margin-top: 1rem!important;
    }
    .brand-pr2{
        display: flex;
        justify-content: center;
    }
    .blog-tablet{
        margin-top: 10rem!important;
    }
    .blog-tablet_show{
        margin-top: 10rem!important;
    }
    .pic_mr {
        margin-top: -50px;
    }

    .brn-mr-mobile {
        margin: 16px -55px !important;
    }

    .similar-mr {
        margin-right: -2rem !important;
    }

    .sm-basket {
        padding-right: 8px !important;
    }

    .p-0 {
        padding-right: 0px !important;
    }

    .m-0 {
        margin-right: 0px !important;
    }

    .pr_filter {
        padding-right: 10px !important;
    }

    .pr_cp {
        padding-right: 18px !important;
    }

    .fs {
        font-size: 12.5px !important;
    }

    .nostock_margin {
        margin: 0 -30px !important;
    }

}

@media (min-width: 401px) and (max-width: 425px) {
    .singleBrand{
        margin-top: 1rem!important;
    }
    .brand-pr2{
        display: flex;
        justify-content: center;
    }
    .blog-tablet{
        margin-top: 10rem!important;
    }
    .blog-tablet_show{
        margin-top: 10rem!important;
    }
    .pic_mr {
        margin-top: -50px;
    }

    .brn-pr-basket {
        padding-right: 35px;
    }

    .brn-mr-mobile {
        margin: 16px -55px !important;
    }

    .similar-mr {
        margin-right: -2rem !important;
    }

    .sm-basket {
        padding-right: 8px !important;
    }

    .p-0 {
        padding-right: 0px !important;
    }

    .m-0 {
        margin-right: 0px !important;
    }

    .pr_filter {
        padding-right: 10px !important;
    }

    .pr_cp {
        padding-right: 18px !important;
    }


    .fs {
        font-size: 12.5px !important;
    }

    .nostock_margin {
        margin: 0 -30px !important;
    }

}

@media (min-width: 426px) and (max-width: 450px) {
    .single-page-margin-top {
        margin-top: -6.5rem !important;
    }
    .singleBrand{
        margin-top: 1rem!important;
    }
    .brand-pr2{
        display: flex;
        justify-content: center;
    }
    .blog-tablet{
        margin-top: 10rem!important;
    }
    .blog-tablet_show{
        margin-top: 10rem!important;
    }
    .pic_mr {
        margin-top: -50px;
    }

    .brn-pr-basket {
        padding-right: 35px;
    }

    .brn-mr-mobile {
        margin: 16px -55px !important;
    }

    .similar-mr {
        margin-right: -2rem !important;
    }

    .sm-basket {
        padding-right: 8px !important;
    }

    .p-0 {
        padding-right: 0px !important;
    }

    .m-0 {
        margin-right: 0px !important;
    }

    .pr_filter {
        padding-right: 10px !important;
    }

    .pr_cp {
        padding-right: 18px !important;
    }


    .fs {
        font-size: 12.5px !important;
    }

    .nostock_margin {
        margin: 0 -13px !important;
    }

}

@media (min-width: 450px) and (max-width: 768px) {
    .single-page-margin-top {
        margin-top: -5.8rem !important;
    }

    .brand-pr2{
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .blog-tablet{
        margin-top: 9rem!important;
    }
    .blog-tablet_show{
        margin-top: 9rem!important;
    }
    .border-right_tablet {
        border-right: 1px solid #dee2e6 !important;
    }

    .amz-mr {
        margin-right: -0.7rem !important;
    }

    .slider-tablet {
        margin-right: 5px !important;
    }

    .brn-mr-mobile {
        margin: 0 -16px !important;
    }

    .brn-pr-basket {
        margin-right: -2rem;
    }





    .similar-mr {
        margin-right: -1rem !important;
    }

    .sm-basket {
        padding-right: 8px !important;
    }

    /* .p-0 {
        padding-right: 5px !important;
    } */

    .m-0 {
        margin-right: 0px !important;
    }

    .pr_filter {
        padding-right: 10px !important;
    }

    .pr_cp {
        padding-right: 18px !important;
    }

    .fs {
        font-size: 12.5px !important;
    }

    .nostock_margin {
        margin: 0 -13px !important;
    }

}

@media (min-width: 769px) and (max-width: 820px) {
    .single-page-margin-top {
        margin-top: -5.5rem !important;
    }
    .brand-pr2{
        margin-top: 2rem;
    }
    .blog-tablet{
        margin-top: 11rem!important;
    }
    .blog-tablet_show{
        margin-top: 11rem!important;
    }
    .sp-basket {
        padding-right: 60px !important;
    }

    .mr-btn-tablet {
        margin-right: -0.2rem;
    }

    .p8-tablet {
        padding-right: 8px !important;
    }

    .border-right_tablet {
        border-right: 1px solid #dee2e6 !important;
    }

    .single_mr {
        margin-right: 1rem;
        padding-left: 0px;
    }

    .amz-mr {
        margin-right: -0.7rem !important;
    }

    .slider-tablet {
        margin-right: -5px !important;
    }

    .brn-mr-mobile {
        margin: 0 -16px !important;
    }

    .brn-pr-basket {
        margin-right: -2rem;
    }

    .similar-mr {
        margin-right: -1rem !important;
    }

    .sm-basket {
        padding-right: 8px !important;
    }

    .m-0 {
        margin-right: 0px !important;
    }

    .fs {
        font-size: 14px !important;
    }

    .nostock_margin {
        margin: 0 -13px !important;
    }

}

@media (min-width: 821px) and (max-width: 1024px) {

    .brand-pr2{
        margin-top: 1.5rem;
    }
    .blog-tablet{
        margin-top: 11rem!important;
    }
    .blog-tablet_show{
        margin-top: 11rem!important;
    }
    .sp-basket {
        padding-right: 65px !important;
    }

    .border-right_tablet {
        border-right: 1px solid #dee2e6 !important;
    }

    .single_mr {
        margin-right: 1rem;
        padding-left: 0px;
    }



    .amz-mr {
        margin-right: -0.7rem !important;
    }

    .slider-tablet {
        margin-right: -5px !important;
    }

    .brn-mr-mobile {
        margin: 0 -16px !important;
    }

    .brn-pr-basket {
        margin-right: -2rem;
    }

    .sm-basket {
        padding-right: 8px !important;
    }

    .nostock_sm_margin {
        margin: 0 !important;
    }

    .fs {
        font-size: 14px !important;
    }

    .nostock_margin {
        margin: 0 -13px !important;
    }

    .category_mobile {
        font-size: 12px !important;
    }

    .search_right {
        padding-right: 5px;
        padding-left: 0px;
    }

    .search_left {
        padding-right: 10px;
        padding-left: 13px;
    }

}

@media (min-width: 1025px) and (max-width: 1200px) {
    .single-pr {
        margin-right: -2.2rem !important;
    }

    .p8-tablet {
        padding-right: 25px !important;
    }

    .sp-basket {
        padding-right: 80px !important;
    }

    .border-right_tablet {
        border-right: 1px solid #dee2e6 !important;
    }

    /*.border-top {*/
    /*    border-top: 0 !important;*/
    /*    padding-left: 0;*/
    /*}*/

    .amz-mr {
        margin-right: -0.7rem !important;
    }

    .sm-basket {
        padding-right: 8px !important;
    }

    .nostock_sm_margin {
        margin: 0 !important;
    }
}


.animitation-skeleton-loader {
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(212, 212, 212, 0.3)), color-stop(18%, #e4e4e4), color-stop(33%, rgba(212, 212, 212, 0.3)));
    background: linear-gradient(90deg, rgba(212, 212, 212, 0.3) 8%, #e4e4e4 18%, rgba(212, 212, 212, 0.3) 33%);
    background-size: 800px 104px;
    -webkit-animation: skeleton-loader 2s infinite linear;
    animation: skeleton-loader 2s infinite linear;
}

@-webkit-keyframes skeleton-loader {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: 468px 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: -468px 0;
    }
}

@keyframes skeleton-loader {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: 468px 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: -468px 0;
    }
}

#all-over {
    position: fixed;
    top: 0;
    background: white;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

#iframe iframe {
    width: 100%;
    height: 500px;
}

.lazyload-slider {
    height: -webkit-fill-available;
}

@media (min-width: 0px) and (max-width: 768px) {
    #iframe iframe {
        width: 100%;
        height: 500px;
    }

    .lazyload-slider {
        height: 250px;
    }
}

@media (min-width: 0px) and (max-width: 580px) {
    .adrain-headerbanner-right {
        margin-top: 15px;
    }
}

@media (min-width: 569px) and (max-width: 580px) {

    .b2-mobile {
        margin-right: 1.9rem;
        margin-top: 0.9rem;
        width: 99%;
    }
}

@media (min-width: 581px) and (max-width: 767px) {
    .adrain-headerbanner-right {
        margin-top: 0;
    }
    .singleBrand{
        margin-top: 10rem!important;
    }
}

@media (min-width: 0px) and (max-width: 836px) {
    .lazyload-slider {
        height: 250px;
    }
}

@media (min-width: 836px) and (max-width: 992px) {
    .lazyload-slider {
        height: 337px;
    }
}

.logo_not_amazing {
    width: 200px
}

@media (min-width: 909px) and (max-width: 990px) {
    .logo_not_amazing {
        width: 230px;
    }
}

@media (min-width: 569px) and (max-width: 767px) {
    .pl-0-banner-slider {
        padding-left: 0 !important;
    }

    .pr-0-banner-slider {
        padding-right: 0 !important;
    }
}

.banner-max-height {
    max-height: 235px;
}

.banner-lazy-height {
    height: 235px;
}

@media (max-width: 767px) {
    .mt-2-banner-slider {
        margin-top: 0.5rem !important;
    }
}

.lazy-load-banner{
    height: 240px;
}

@media (min-width: 321px) and (max-width: 474px) {

    .slider-mt{
        margin-top: 1rem!important;
    }
    .adsImg{
        height: 33px!important;
    }
    .banner-max-height {
        max-height: 157px !important;
    }

    .banner-lazy-height {
        height: 157px !important;
    }
    .lazyload-slider {
        height: 186px!important;
    }
}
@media (min-width: 475px) and (max-width: 767px) {

    .slider-mt{
        margin-top: 1.2rem!important;
    }
    .adsImg{
        height: 45px!important;
    }
    .adrian-sidebar-profile-show{
        margin-top: 1rem;
    }
    .order-detail{
        margin-top: 2rem!important;
    }

}

@media (max-width: 320px) {
    .blog-tablet{
        margin-top: 9rem!important;
    }
    .slider-mt{
        margin-top: 1rem!important;
    }
    .adsImg{
        height: 30px!important;
    }
    .banner-max-height {
        max-height: 140px !important;
    }
    .banner-lazy-height {
        height: 140px !important;
    }
    .lazyload-slider {
        height: 186px!important;
    }
}
@media (max-width: 450px) {

    .padding-left-main-slider {
        padding-left: 9px;
    }
    .margin-right-slider{
        margin-right: 7px;
    }
    .lazy-load-banner{
        height: 150px !important;
    }
}
@media (min-width: 451px) {
    .padding-left-main-slider {
        padding-left: 5px;
    }
}


.whatsapp-svg {
    width: 80px;
    background: #31eb3bfa;
    border-radius: 50%
}

@media (max-width: 742px) {
    .map-mobile {
        position: relative;
        text-align: right;
        height: 300px;
        width: 2000px;
        margin-right: -47rem;
    }

    .adrain-header-center-742 {
        display: flex;
        align-items: center;
    }

    .whatsapp-svg {
        width: 60px;
        background: #31eb3bfa;
        border-radius: 50%
    }

    .visit-whatsapp {
        position: fixed;
        padding: 28px;
        background-color: #31eb3bfa;
        color: white;
        bottom: 6px;
        left: -52px;
        font-size: 14px;
        cursor: pointer;
        z-index: 999 !important;
        border-radius: 50%;
        animation: pulse-ring 1.6s cubic-bezier(0.06, 0.18, 0.99, 0.79) 0s infinite;
    }

    .visit-whatsapp .wrapper {
        padding: 74px;
        background-color: #31eb3bfa;
        border-radius: 50%;
    }

    .visit2-whatsapp {
        position: fixed;
        padding: 10px;
        border-radius: 5px;
        color: white;
        bottom: 134px;
        z-index: 999 !important;
        left: 16px;
        font-size: 14px;
        cursor: pointer;
    }
}

.visit-whatsapp .wrapper {
    padding: 85px;
    background-color: #50e35899;
    border-radius: 50%;
}

.whatsapp-svg {
    width: 60px;
    background: #31eb3bfa;
    border-radius: 50%
}



.adrian-margin-top-0{
    margin-top: 0.5rem!important;

}
@media (max-width: 767px) {
    .adrian-margin-top-0{
        margin-top: 0!important;
    }
}
.lazyload-slider-width{
    width: 103% !important;
}
@media (max-width: 767px) {
    .lazyload-slider-width{
        width: 98% !important;
    }
}
@media (max-width: 991px) {
    .banner-pt0{
        padding-top:0px !important;
    }
    .banner-mb-mt{
        margin-top: -2rem!important;
        margin-bottom: 1rem!important;
    }
    header.main-header .side-menu .logo-nav-res img {
        max-width: 50% !important;
    }
}
@media (max-width: 300px) {
    .prd-pb{
        padding-bottom:5px !important;
    }
}
@media (max-width: 425px) {
    .amazing-product img {
        width: 315%!important;
        max-height: calc(100% - 41px);
        -o-object-fit: contain;
        object-fit: contain;
        margin-right: -9rem!important;
    }
}


@media (max-width: 522px) {
    .banner-right{
        padding-left: 0px!important;
        padding-right: 12px!important;
    }
    .banner-left{
        padding-right: 0px!important;
        padding-left: 12px!important;
    }
}
@media (min-width: 523px) and (max-width: 767px) {
    .banner-right{
        padding-left: 0px!important;
        padding-right: 22px!important;
    }
    .banner-left{
        padding-right: 0px!important;
        padding-left: 22px!important;
    }
}
@media (min-width: 581px) and (max-width: 768px) {
    .loginForm{
        margin-top: 17rem!important;
    }
    .slider-mt{
        margin-top: 11.5rem!important;
    }
    .adrain-all-product-page {
        margin-top: -40px !important;
    }
    .adrian-sidebar-profile-show{
        margin-top: 2rem;
    }


}
@media (min-width: 767px) and (max-width: 768px) {
    .profileMT{
        margin-top: 8rem!important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .loginForm{
        margin-top: 10rem!important;
    }
    .profileMT{
        margin-top: 8rem!important;
    }
    .adrain-all-product-page {
        margin-top: -40px !important;
    }
    .slider-mt{
        margin-top: 9rem!important;
    }
    .he68 {
        height: 136px!important;
    }
    .slider-mt{
        margin-top: 11.5rem!important;

    }
    .single-page-margin-top {
        margin-top: -5.5rem !important;
    }


}
@media (min-width: 993px) and (max-width: 1000px) {
    .slider-height{
        height: 345px!important;
    }
    /* .single-page-margin-top {
        margin-top: -5rem !important;
    } */
}
@media (min-width: 994px) and (max-width: 1000px) {
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-138%!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 48.2%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-294%!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 48.2%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-5%!important;
        min-width: 1020px!important;
    }
}

@media (min-width: 1001px) and (max-width: 1010px) {
    .slider-height{
        height: 345px!important;
    }
        header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-5.5%!important;
         /* min-width: 1020px!important; */
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-5.5%!important;
         /* min-width: 1020px!important; */
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1020px!important;
    }
}
@media (min-width: 1011px) and (max-width: 1030px) {
    .slider-height{
        height: 355px!important;
    }
           header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-5.5%!important;
         min-width: 1040px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-5.5%!important;
         min-width: 1040px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1040px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 li {
    width: 13%;
}
}
@media (min-width: 1031px) and (max-width: 1040px) {
    .slider-height{
        height: 360px!important;
    }
               header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1050px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-5.5%!important;
         min-width: 1050px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1050px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 li {
    width: 13%;
}
}
@media (min-width: 1041px) and (max-width: 1060px) {
               header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-2.5%!important;
         min-width: 1065px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1065px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1065px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 li {
    width: 13%;
}
    .slider-height{
        height: 365px!important;
    }
}
@media (min-width: 1061px) and (max-width: 1070px) {
    .slider-height{
        height: 370px!important;
    }
                   header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1080px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1080px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1080px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 li {
    width: 13%;
}
}
@media (min-width: 1071px) and (max-width: 1085px) {
                      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1090px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1090px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1090px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
    .slider-height{
        height: 375px!important;
    }
}
@media (min-width: 1086px) and (max-width: 1100px) {
    .slider-height{
        height: 380px!important;
    }
                          header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1110px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         /* min-width: 1130px!important; */
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1110px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1101px) and (max-width: 1110px) {
    .slider-height{
        height: 385px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1120px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1200px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1120px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1111px) and (max-width: 1120px) {
    .slider-height{
        height: 390px!important;
    }
         header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1130px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1200px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1130px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1121px) and (max-width: 1140px) {
    .slider-height{
        height: 395px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1150px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1200px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1150px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1141px) and (max-width: 1150px) {
    .slider-height{
        height: 400px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1160px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1200px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1160px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1151px) and (max-width: 1170px) {
    .slider-height{
        height: 405px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1180px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1200px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1180px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1171px) and (max-width: 1180px) {
    .slider-height{
        height: 410px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1190px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1200px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1190px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1181px) and (max-width: 1190px) {
    .slider-height{
        height: 415px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1200px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1200px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1200px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1191px) and (max-width: 1200px) {
    .slider-height{
        height: 418px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1210px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1210px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1210px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1201px) and (max-width: 1210px) {
    .slider-height{
        height: 420px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1220px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1220px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1220px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1211px) and (max-width: 1220px) {
    .slider-height{
        height: 425px!important;
    }
                                  header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1230px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1230px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1230px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1221px) and (max-width: 1240px) {
    .slider-height{
        height: 430px!important;
    }
                                  header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1250px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1250px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1250px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1241px) and (max-width: 1250px) {
    .slider-height{
        height: 435px!important;
    }
                                  header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1260px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1260px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1260px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1251px) and (max-width: 1260px) {
    .slider-height{
        height: 440px!important;
    }
                                  header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1270px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1270px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1270px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1261px) and (max-width: 1280px) {
    .slider-height{
        height: 445px!important;
    }
                                  header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1290px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1290px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1290px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1281px) and (max-width: 1290px) {
    .slider-height{
        height: 450px!important;
    }
                                  header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1300px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1300px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1300px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1291px) and (max-width: 1300px) {
    .slider-height{
        height: 455px!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1310px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1310px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1310px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1301px) and (max-width: 1320px) {
    .slider-height{
        height: 460px!important;
    }
         header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1330px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1330px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1330px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1321px) and (max-width: 1330px) {
    .slider-height{
        height: 465px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1340px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1340px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1340px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1331px) and (max-width: 1340px) {
    .slider-height{
        height: 467px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1350px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1350px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1350px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1341px) and (max-width: 1350px) {
    .slider-height{
        height: 470px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1360px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1360px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1360px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1351px) and (max-width: 1360px) {
    .slider-height{
        height: 475px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1370px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1370px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1370px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1361px) and (max-width: 1375px) {
    .slider-height{
        height: 480px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1380px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1380px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1380px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1376px) and (max-width: 1390px) {
    .slider-height{
        height: 485px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1400px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1400px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1400px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1391px) and (max-width: 1400px) {
    .slider-height{
        height: 489px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1410px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1410px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1410px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}


@media (min-width: 1401px) and (max-width: 1410px) {
    .slider-height{
        height: 385px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1420px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1420px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1420px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1411px) and (max-width: 1420px) {
    .slider-height{
        height: 390px!important;
    }
                             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1430px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1430px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1430px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1421px) and (max-width: 1440px) {
    .slider-height{
        height: 395px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1450px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1450px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1450px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1441px) and (max-width: 1450px) {
    .slider-height{
        height: 400px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1460px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1460px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1460px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1451px) and (max-width: 1470px) {
    .slider-height{
        height: 405px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1480px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1480px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1480px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1471px) and (max-width: 1480px) {
    .slider-height{
        height: 410px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1490px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1490px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1490px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1481px) and (max-width: 1490px) {
    .slider-height{
        height: 415px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1500px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1500px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1500px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1491px) and (max-width: 1500px) {
    .slider-height{
        height: 418px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1510px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1510px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1510px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}


@media (min-width: 1501px) and (max-width: 1510px) {
    .slider-height{
        height: 420px!important;
    }
                              header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1520px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1520px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1520px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1511px) and (max-width: 1520px) {
    .slider-height{
        height: 425px!important;
    }
                                  header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1530px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1530px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1530px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1521px) and (max-width: 1540px) {
    .slider-height{
        height: 430px!important;
    }
                                  header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1550px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1550px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1550px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1541px) and (max-width: 1550px) {
    .slider-height{
        height: 435px!important;
    }
                                  header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1560px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1560px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1560px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1551px) and (max-width: 1560px) {
    .slider-height{
        height: 440px!important;
    }
                                  header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1570px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1570px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1570px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1561px) and (max-width: 1580px) {
    .slider-height{
        height: 445px!important;
    }
                                  header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1590px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1590px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1590px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1581px) and (max-width: 1590px) {
    .slider-height{
        height: 450px!important;
    }
                                  header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1600px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1600px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1600px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1591px) and (max-width: 1600px) {
    .slider-height{
        height: 455px!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1610px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-4.5%!important;
         min-width: 1610px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }
      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-6 > .sub-menu{
        right:-4.5%!important;
        min-width: 1610px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}

@media (min-width: 1601px) and (max-width: 1620px) {
    .slider-height{
        height: 460px!important;
    }
         header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-3.5%!important;
         min-width: 1630px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-8.5%!important;
         min-width: 1630px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1621px) and (max-width: 1630px) {
    .slider-height{
        height: 465px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-8.5%!important;
         min-width: 1640px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-9%!important;
         min-width: 1640px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1631px) and (max-width: 1640px) {
    .slider-height{
        height: 467px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-5%!important;
         min-width: 1650px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-10%!important;
         min-width: 1650px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1641px) and (max-width: 1650px) {
    .slider-height{
        height: 470px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-5.5%!important;
         min-width: 1660px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-12%!important;
         min-width: 1660px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1651px) and (max-width: 1660px) {
    .slider-height{
        height: 475px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-6.5%!important;
         min-width: 1670px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-14%!important;
         min-width: 1670px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1661px) and (max-width: 1675px) {
    .slider-height{
        height: 480px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-7.5%!important;
         min-width: 1680px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-16%!important;
         min-width: 1680px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1676px) and (max-width: 1690px) {
    .slider-height{
        height: 485px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-8.5%!important;
         min-width: 1700px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-17%!important;
         min-width: 1700px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}
@media (min-width: 1691px) and (max-width: 1700px) {
    .slider-height{
        height: 489px!important;
    }
             header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 > .sub-menu{
        right:-9.5%!important;
         min-width: 1710px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 .list-item-has-children:first-child{
        margin-right: 1.5%!important;
    }

      header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 > .sub-menu{
        right:-19%!important;
         min-width: 1710px!important;
    }
    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 .list-item-has-children:first-child{
        margin-right: 3.5%!important;
    }

    header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 18%;
}
}



.gray{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    transition: all .5s ease-out;

}

/* .m {
    background-color: rgb(255 255 255);
    width: 100%;
    height: 5px;
    position: fixed;
    left: 0;
    top: 76px;
    right: 0;
    z-index: 999;
    box-shadow: 0px 7px 8px 0 rgb(0 0 0 / 10%);
} */
.categorySearch{
    overflow-y: auto!important;
    max-height: 270px;
    overflow-x: hidden!important;

}
.productSearch{
    overflow-y: auto!important;
    max-height: 270px;
    overflow-x: hidden!important;

}
.categorySearch::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;

}

.categorySearch::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;


}

.categorySearch::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--primary-color);

}
.productSearch::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;

}

.productSearch::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;

}

.productSearch::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--primary-color);

}

.border-yellow {
    border-color: var(--primary-color) !important;
}

