@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: Iran-Sans;
    src: url("../fonts/IranSans/IRANSansXFaNum-Regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: Iran-Sans;
    src: url("../fonts/IranSans/IRANSansXFaNum-Medium.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: Iran-Sans;
    src: url("../fonts/IranSans/IRANSansXFaNum-DemiBold.woff") format("woff");
    font-weight: 600;
}

@font-face {
    font-family: Iran-Sans;
    src: url("../fonts/IranSans/IRANSansXFaNum-Bold.woff") format("woff");
    font-weight: 800;
}

@font-face {
    font-family: Iran-Sans;
    src: url("../fonts/IranSans/IRANSansXV.woff") format("woff");
    font-weight: 900;
}

@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");
}

/*:root {*/
/*    --secondary-color: #fbeaff;*/
/*    --light-secondary-color: #fceeff99;*/
/*    --dark-primary-color: #790097;*/
/*    --tertiary-color: #d127fc;*/

/*    !* quaternary-color is for hovering btn *!*/
/*    --light-quaternary-color: #edd6f3;*/
/*    --dark-quaternary-color: #b709e2;*/
/*}*/

.adrian-all-product-margin-top-175 {
    margin-top: 175px;
}

.adrian-all-product-margin-top-162 {
    margin-top: 162px;
}

.icon-bar {
    position: fixed;
    top: 85%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.brand-text dl,.brand-text ol, .brand-text ul {
    margin-bottom:0;
}

.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;
    color: #3c354b;
}

body {
    font-family: Iran-Sans, 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 {
    font-family: Iran-Sans, serif;
}

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: 12px;
    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, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

@media (min-width: 1200px) {
    .main-container {
        max-width: 1400px;
    }
}

@media (max-width: 1200px) {
    .main-container {
        max-width: 94%;
    }
}

.blur {
    filter: blur(8px);
}

.btn {
    padding: 10px;
    font-size: 13px;
    font-weight: normal;
    position: relative;
    border-radius: 10px;
    color: var(--tertiary-color) !important;
    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;
    font-size: 14px;
    font-weight: 400;
}

.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 {
}

.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: 0.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;
    position: relative;
}

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: Iran-Sans, 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 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.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%, 0.85);
}

header.main-header .dropdown-menu {
    top: 50px;
    direction: rtl;
    min-width: 12rem;
    padding: 10px;
    margin: 0.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 0.2s;
    transition: all 0.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: 0px !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;
    transition: all 0.2s ease;
    /* box-shadow: 0 7px 8px 0 rgb(51 51 51 / 2%); */
}

header.main-header .bottom-header.hidden--bottom-header {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

header.main-header .main-menu {
    width: 100%;
    position: relative;
    padding-top: 8px;
    padding-bottom: 0px;
}

@media (max-width: 910px) {
    header.main-header .main-menu {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

header.main-header.border-bottom {
    border-bottom: 1px solid #747474 !important;
}

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: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: 22px;
    position: relative;
}

header.main-header .main-menu .list > .list-item > a::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    right: 0;
    margin: 0 auto;
    /* background-color: #f7858d; */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

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: #909090;
    padding: 10px 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    top: 2px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

header.main-header .main-menu .list > .list-item > a:hover,
header.main-header .main-menu .list > .list-item > span:hover {
    color: #505050;
}

header.main-header .main-menu .list > .list-item > a svg,
header.main-header .main-menu .list > .list-item > span svg {
    transition: all 0.3s;
    stroke: #909090;
}

header.main-header .main-menu .list > .list-item > a:hover svg,
header.main-header .main-menu .list > .list-item > span:hover svg {
    stroke: #505050;
}

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: 60px;
    right: 0;
    min-width: 220px;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}

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, 0.1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.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%;
 
}

header.main-header .main-menu .list .list-item-has-children .sub-menu .has-scrollbar .sub-menu-item {
    margin-right: 8px;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu li.sub-menu-item > a{
   min-height: 44px;
   max-height: 68px;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu li.sub-menu-item:first-child {
    margin-top: 0px;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu li.sub-menu-item:last-child {
    margin-bottom: 0px;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu a {
    display: block;
    padding: 14px 12px 14px 42px;
    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;
    width: 210px;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu.has-no-sub li {
    width: 210px;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu.has-no-sub li a{
    width: 210px;
}

header.main-header
    .main-menu
    .list
    .list-item-has-children
    .sub-menu
    .sub-menu-item
    > a {
    color: #505050;
}

.sub-menu-item .sub-menu-item-icon {
    border-radius: 8px;
    background: var(--secondary-color);
    display: flex;
    width: 36px;
    height: 36px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.sub-menu-item.hovered>a {
    background: var(--secondary-color);
}

.sub-menu-item.hovered .sub-menu-item-icon {
    background-color: #fefaff;
}

.sub-menu-item:hover .sub-menu-item-icon {
    background-color: #fefaff;
}

header.main-header
    .main-menu
    .list
    .list-item-has-children
    .sub-menu
    .sub-sub-menu-list
    a {
    color: #909090;
    transition: all 0.3s;
}

header.main-header
    .main-menu
    .list
    .list-item-has-children
    .sub-menu
    .sub-sub-menu-list .sub-sub-menu
    a {
padding: 4px 12px;
    }

header.main-header
    .main-menu
    .list
    .sub-menu .sub-sub-menu {
display: flex;
flex-direction: column;
flex-wrap: wrap;
width: max-content;
}

header.main-header
    .main-menu
    .list
    .sub-menu .sub-sub-menu-list>li {
width: max-content;
margin-bottom: 12px;
}

header.main-header
    .main-menu
    .list
    .sub-menu .sub-sub-menu li {
        width: max-content;
    }

header.main-header
    .main-menu
    .list
    .list-item-has-children
    .sub-menu
    .sub-sub-menu-list
    a:hover {
    color: #626262;
}

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 {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 0;
}

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 {
    position: absolute;
    right: 0;
    top: 61px;
    left: 0;
}

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 .sub-menu a {
    line-height: 20px;
    font-weight: 500;
    padding: 4px 12px;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-sub-menu-list>li>a {
    color: #212121;
    transition: all 0.3s;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-sub-menu-list>li>a:hover {
    color: #5b5b5b;
}

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;
}

.sub-menu-item .sub-sub-menu-list-cnt {
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    right: 221px;
    top: 0px;
    height: 100%;
    padding-top: 10px;
    visibility: hidden;
    width: calc(100% - 221px);
    padding-right: 20px;
    overflow: auto;
    direction: ltr;
    z-index: -1;
}

.sub-menu-item .sub-sub-menu-list {
    height: 100%;
        align-items: flex-start;
    width: fit-content;
        direction: rtl;
    float: right;
}

.sub-sub-menu-list>li> a {
    color: #000;
}

.sub-menu-item.hovered .sub-sub-menu-list-cnt {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.brand-text .h1,.brand-text .h2,.brand-text .h3,.brand-text .h4,.brand-text .h5,.brand-text .h6, .brand-text h1,.brand-text h2,.brand-text h3,.brand-text h4,.brand-text h5,.brand-text h6 {
    margin-bottom: 0;
}

.sub-menu-item:hover .sub-sub-menu-list-cnt {
    opacity: 1;
    visibility: visible;
}

header.main-header
    .main-menu
    .list
    .list-item.mega-menu
    .sub-menu
    .sub-menu
    li
    a:hover {
    font-weight: bold;
    color: var(--primary-color);
}

.fancybox-bg {
    background-color: #43434357 !important;
}

.fancybox-image,
.fancybox-spaceball {
    border-radius: 12px !important;
}

header.main-header .main-menu .list .list-item.mega-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.4s ease, opacity 0.8s ease, visibility 0.8s ease,
        max-height 0.03s, min-height 0.3s, height 0.3s;
    max-height: 460px;
    min-height: 236px;
    height: fit-content;
   
}

/*header.main-header .main-menu .list .list-item.mega-menu:hover .sub-menu.has-no-sub {*/
/*    height: 284px;*/
/*}*/

header.main-header .main-menu .list .list-item.mega-menu:not(:hover) .sub-menu {
    transition: transform 0.3s ease, opacity 0.4s ease, visibility 0.4s ease,
        min-height 0.01s 0.2s, max-height 0.01s 0.2s, height 0.01s 0.02s;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu {
    position: absolute;
    width: 100%;
    min-width: 100%;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(50px);
    max-height: 0px;
    min-height: 0px;
    height: 0px;
    border-radius: 0px 0px 16px 16px;
    box-shadow: 0px 15px 20px 2px rgba(111, 111, 111, 0.144);
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu.has-no-sub {
     width: fit-content;
    min-width: fit-content;
}


.adrian-counter-amazing li p {
    color: #8e9cc2;
    font-size: 10px;
}

.adrian-counter-amazing li .fa-num {
    font-weight: 800;
}

.light-border-bottom {
    border-bottom: 1px solid #e9edf7;
}

.light-border-top {
    border-top: 1px solid #e9edf7;
}

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 0.2s ease;
    transition: all 0.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);
}

.fancybox-container {
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.8 !important;
}

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 .search-box-side-menu input {
    flex: 0 0 100%;
    width: 100%;
    height: 36px;
    margin: 0;
    line-height: 36px;
    font-size: 14px;
    padding-right: 0px;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
}

.swal2-title {
    font-size: 1.5em !important;
}

.swal2-icon.swal2-error {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    background-color: var(--primary-color) !important;
}

.swal2-icon {
    opacity: 0.5 !important;
}

.swal2-styled:focus {
    box-shadow: none !important;
}

.swal2-styled.swal2-confirm {
    border-radius: 12px !important;
}

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: 14px 16px;
    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 20px;
    line-height: 36px;
    color: #404040;
}

header.main-header .side-menu ul ul ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 6px;
}

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: 12px;
    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 li.sub-menu > a::after {
    top: 0;

}

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: 0.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: 0.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: 0.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, 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: 0.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: 32px;
    height: 329px;
    border: 0;
    border-radius: 10px;
}

.main-slider-cs {
    height: auto;
    overflow: hidden;
}

#main-slider-res {
    height: auto;
}

#main-slider {
    position: relative;
}

.main-slider-dots-bg {
    position: absolute;
    bottom: -1px;
    z-index: 10;
    right: 50%;
    transform: translateX(50%);
    filter: drop-shadow(0px 18px 10px #46464696);
}

@media (max-width: 910px) {
    .main-slider-dots-bg {
        filter: drop-shadow(0px -5px 2px #46464615);
    }

    .carousel-indicators {
        margin-bottom: 0;
        padding-right: 0;
    }
}

.main-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: #D9D9D9;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

.main-slider .carousel-indicators li:hover {
    background: #ADADAD;
}

.main-slider .carousel-indicators li.active {
    background: var(--primary-color);
}

.main-slider .carousel-control-next {
    right: calc(((100% - 1400px) / 2) + 58px);
    font-size: 45px;
}

.main-slider .carousel-control-prev {
    right: calc(((100% - 1400px) / 2) + 15px);
    left: auto;
    font-size: 45px;
}


.group-cnt .owl-prev {
   right: 15px;
    
}

.group-cnt .owl-next {
    left: 15px;
}

@media (max-width: 768px) {
    .group-cnt .owl-prev {
   right: 0px;
    
}

.group-cnt .owl-next {
    left: 0px;
}
}

@media (max-width: 1400px) {
    .main-slider .carousel-control-prev {
        right: 15px;
    }
    
    .main-slider .carousel-control-next {
        right: 58px;
    }
}

@media (max-width: 1200px) {
    .main-slider .carousel-control-prev {
        right: calc(3% + 15px);
    }
    
      .main-slider .carousel-control-next {
        right: calc(3% + 58px);
    }
}

.main-slider .carousel-control-prev,
.main-slider .carousel-control-next {
    background-color: #fff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    bottom: 20px;
    top: auto;
    box-shadow: 0px 0px 12px #adadad7a;
    transition: all 0.3s;
}

.main-slider:hover .carousel-control-prev,
.main-slider:hover .carousel-control-next {
    opacity: 1;
}

.main-slider .carousel-control-prev:hover,
.main-slider .carousel-control-next:hover {
    background-color: var(--light-secondary-color);
}

.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 0.3s ease-in-out;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    /* border-radius: 10px; */
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.main-slider-slide img {
    object-fit: cover;
}

#main-slider-res .main-slider-slide img {
    /* border-radius: 10px; */
    width: 100%;
}

@media (max-width: 500px) {
    #main-slider-res .main-slider-slide img {
        width: 100%;
        height: 100%;
    }

    #main-slider-res {
        height: 216px;
    }
}

/* End Main-Slider------------ */ /* ----------------- Start Category-Section */
.category-section {
    background-color: #fff;
}

.category-section-title {
    color: #656565;
    margin: 10px auto 24px;
    line-height: 30px;
    opacity: 0.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, 0.05);
    box-shadow: 0 8px 9px 0 rgba(0, 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 .brand-childs img {
    filter: grayscale(100%);
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    /* border-radius: 50%; */
    object-fit: cover;
}

.brand-slider .brand-childs a {
    width: 50%;
    margin: auto;
}

.brand-slider .item:after {
    opacity: 0;
}

.product-gallery .item:after {
    opacity: 0;
}

.brand-slider .brand-childs img:hover {
    filter: grayscale(0);
    /*transform: scale3d(1.05, 1.05, 1.05)*/
}

.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, 0.05);
    box-shadow: 0 8px 9px 0 rgba(0, 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:not(.disabled):hover,
.brand-slider .owl-nav button.owl-prev:not(.disabled):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: 12px;
    z-index: 0;
    justify-content: space-between;
}

.section-title h5 {
    font-size: 20px;
    font-weight: 900;
}

.product-info-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    font-size: 14px;
}

.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: var(--light-quaternary-color);
    line-height: 33px;
    transition: all 0.3s;
}

.title-wide a svg {
    transition: all 0.3s;
    stroke: var(--light-quaternary-color);
}

.title-wide a:hover {
    color: var(--primary-color);
}

.title-wide a:hover svg {
    stroke: var(--primary-color);
}

.title-wide h2 {
    font-size: 20px;
    height: 33px;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 900;
    margin-bottom: 0;
}

.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; */
    font-weight: 500;
    font-size: 14px;
    height: 33px;
    color: var(--light-quaternary-color);
    border-radius: 3px;
    z-index: 100;
}

.section-title .title-line {
    flex-grow: 1;
    background-color: #a2a2a2ad;
    height: 1px;
    margin: 0 12px;
}

.section-title p {
    margin: 0;
    color: #3c354b;
    font-weight: 500;
    font-size: 14px;
}

/* End Section-Title------------ */ /* ------------ Start Product-Carousel */
section.slider-section {
    padding: 1rem 1.5rem 0;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid var(--Gray-Gray-4, #eeeeee);
}

section.slider-section .product-card {
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    /* box-shadow: 0px 0px 13.3px 0px #dce4f7; */
    /* margin: 10px !important; */
}

.amazing-product a {
    display: flex;
    width: 100%;
    height: 100%;
}

.amazing-product {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 436px;
}

.amazing-product .amazing-btn {
    position: absolute;
    display: flex;
    border-radius: 21px;
    background: var(--Brand-White, #fff);
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    bottom: 42px;
    right: 50%;
    transform: translateX(50%);
    width: max-content;
}

.amazing-product .amazing-btn span {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
}

.amazing-product img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.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;
    margin-top: 20px;
}

.item {
    position: relative;
    padding: 8px;
}

.item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    width: 1px;
    height: 74%;
    background-color: #e3e6f0;
}

.product-carousel {
    max-height: 436px;
}

.product-carousel .item {
    margin-bottom: 0px;
}

.product-carousel {
    position: relative;
    width: calc(100% - 63px);
    margin: 0 auto;
}

@media (max-width: 910px) {
    .product-carousel {
        width: calc(100% - 81px);
    }
}

.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-transition: 0.3s;
    transition: 0.3s;
}

.product-carousel .owl-nav button.owl-next,
.product-carousel .owl-nav button.owl-prev {
    cursor: pointer;
    top: 28px;
    height: calc(100% - 32px);
    position: absolute;
    z-index: 2;
    width: 48px;
    background: var(--light-secondary-color);
    border-radius: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.product-carousel .owl-nav.diabled button.owl-next,
.product-carousel .owl-nav.disabled button.owl-prev {
    cursor: default;
}

.amazing-section .product-carousel .owl-nav button.owl-next,
.amazing-section .product-carousel .owl-nav button.owl-prev {
    top: 36px;
}

@media (max-width: 500px) {
    .product-carousel .owl-nav button.owl-next,
    .product-carousel .owl-nav button.owl-prev {
        width: 32px;
    }

    .product-carousel .owl-nav button.owl-next svg,
    .product-carousel .owl-nav button.owl-prev svg {
        width: 16px;
    }

    .product-carousel {
        width: calc(100% - 55px);
    }

    .item {
        padding: 0;
    }

    .product-carousel .owl-nav button.owl-prev {
        right: -6px !important;
    }

    .product-carousel .owl-nav button.owl-next {
        left: -6px !important;
    }

    .amazing-section .product-carousel .owl-nav button.owl-next,
    .amazing-section .product-carousel .owl-nav button.owl-prev {
        background: #fff;
    }

    .amazing-section .product-carousel .owl-nav button.owl-next:not(.disabled):hover,
    .amazing-section .product-carousel .owl-nav button.owl-prev:not(.disabled):hover {
        background: #fff;
    }
}

.product-carousel .owl-nav button.owl-next:not(.disabled):hover,
.product-carousel .owl-nav button.owl-prev:not(.disabled):hover {
    background: var(--secondary-color);
}

.product-carousel .owl-nav button.owl-next {
    left: 1px;
    transform: translate(-100%, 0);
}

.product-carousel .owl-nav button.owl-prev {
    right: 1px;
    transform: translate(100%, 0);
}

@media (max-width: 910px) {
    .product-carousel .owl-nav button.owl-next {
        left: 1px;
    }

    .product-carousel .owl-nav button.owl-prev {
        right: 1px;
    }
}

/* ------------ Start Product-Card */
.product-card {
    position: relative;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 8px;
    /* margin: 10px; */
    border-radius: 8px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .product-card:hover {
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 13.3px 0px #dce4f7;
    }

    .product-card:hover .product-thumb::before {
        opacity: 1;
    }

    .product-card:hover .product-thumb img {
        transform: rotate(-5.16deg) translate3d(0, -9px, 0);
    }

    .product-card:hover .no_product {
        display: none;
    }

    .product-card:hover .product-head {
    }

    .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: 0.2s ease-in-out;
    }

    .product-card:hover .product-price:before {
        bottom: 82px;
    }

    .product-card:hover .product-head-amazing {
        display: none;
    }
}

.product-card .product-head {
    padding: 0 0.9375rem;
    transition: all 0.3s;
}

.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: 0.875rem;
}

.rating-stars i.active {
    color: #ffd800;
}

@media (max-width: 576px) {
    .rating-stars {
        position: absolute;
        top: 8px;
        z-index: 1;
    }
}

.product-info .price .discount {
    bottom: 12px;
    right: 10px;
}

.product-info .price .discount span {
    line-height: 1;
}

.discount {
    position: absolute;
    top: auto;
    right: 0px;
    z-index: 9;
    bottom: 6px;
}

.discount span {
    display: flex;
    flex-direction: row-reverse;
    padding: 4px 12px;
    font-size: 16px;
    color: #fff;
    background: var(--dark-primary-color);
    border-radius: 21px;
    font-weight: 400;
    /* line-height: 1.2; */
}

.discount p {
    display: inline-block;
    padding: 4px 12px;
    font-size: 16px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 21px;
    font-weight: 400;
}

.product-card .product-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    height: 180px;
    transition: all 0.3s;
    padding-top: 12px;
}

@media (max-width: 572px) {
    .product-card .product-thumb {
        height: 152px;
        padding-top: 0px;
    }
    
    .discount span {
        padding: 4px 8px;
    }
}

.product-card:hover .product-thumb {
    overflow: visible;
}

.product-card .product-thumb img {
    max-width: 100% !important;
    object-fit: contain;
    height: 100%;
    transform: rotate(0deg) translate3d(0, 0, 0);
    transition: transform 0.3s ease;
}

.product-card .product-thumb::before {
    bottom: 0;
    content: "";
    opacity: 0;
    left: 50%;
    border-radius: 134px;
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
    height: 9px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(115, 115, 115, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 85.5%
    );
    mix-blend-mode: multiply;
}

.product-card .product-thumb > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.product-card .product-card-body {
    padding: 0 12px;
}

@media (max-width: 910px) {
    .product-card .product-card-body {
        /* padding: 0; */
    }
}

.product-card .product-meta {
    display: block;
    margin-bottom: 0.5rem;
    color: rgba(140, 140, 140, 0.75);
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.product-card .product-meta:hover {
    color: #404040;
}

.product-card .product-title {
    margin: 0.75rem 0 0.125rem;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    min-height: 60px;
}

.product-card .product-title > a {
    -webkit-transition: color 0.3s;
    transition: color 0.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;
    float: left;
    line-height: 180%;
    margin-left: 0px;
    margin-bottom: -5px;
}

.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;
}

.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: "Iran-Sans";
    display: contents;
}

.search-amazing-tab .discount {
    top: 54px;
}

@media (max-width: 500px) {
    .search-amazing-tab .discount {
        top: 12px;
        right: 0;
    }
    
    .product-card .product-card-body {
        padding: 0 8px;
    }
    
    .product-card .product-price {
        margin-left: 0px;
    }
}

/* 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, 0.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;
}

.num-order {
    padding: 7px 12px;
    margin-top: 24px;
    border-radius: 12px;
    background: var(--Brand-White, #fff);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100.42px;
}

.num-order .num-order-item {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.product-info-item {
    cursor: pointer;
}

.product-info-item span {
    transition: all 0.3s;
}

.product-info-item .fill-svg {
    fill: #3c354b;
    transition: all 0.3s;
    stroke: #3c354b;
}

.product-info-item .stroke-svg {
    stroke: #3c354b;
    transition: all 0.3s;
}

.product-info-item svg.liked {
    stroke: #ee0064 !important;
    fill: #ee0064;
}

.product-info-item:hover span {
    color: var(--primary-color) !important;
}

.product-info-item:hover .fill-svg {
    fill: var(--primary-color);
    stroke: var(--primary-color);
}

.product-info-item:hover .stroke-svg {
    stroke: var(--primary-color);
}

/* End Suggestion-Slider------------ */ /* ------------ Start Widget */

#adrian_two_col .adrian-two-col-item {
    padding-right: 0;
    padding-left: 12px;
}

#adrian_two_col .adrian-two-col-item:last-child {
    padding-right: 12px;
    padding-left: 0px;
}

@media (max-width: 1024px) {
    #adrian_two_col .adrian-two-col-item {
        padding-right: 0;
        padding-left: 6px;
    }

    #adrian_two_col .adrian-two-col-item:last-child {
        padding-right: 6px;
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    #adrian_two_col .adrian-two-col-item {
        padding-right: 0;
        padding-left: 0px;
    }

    #adrian_two_col .adrian-two-col-item:last-child {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.widget-banner a {
    display: block;
}

.widget-banner img {
    max-width: 100%;
    border-radius: 10px;
    width: 100%;
}

.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%;
}

.product-pg-benefits {
    justify-content: space-between;
    overflow: auto;
}

.product-pg-benefits > div {
}

@media (max-width: 500px) {
    .product-pg-benefits {
        justify-content: center;
    }
}

.filter-product .card {
    border-bottom: 1px solid #e3e6f0 !important;
    border-top: none;
    border-right: 0;
    border-left: 0;
    border-radius: 0 !important;
}

.filter-product .card .card-body {
    padding-top: 0;
}

.filter-product .card .card-header {
    background-color: #fff;
    border-bottom: none;
    padding-top: 12px;
    padding-bottom: 15px;
}

.filter-product .accordion > .card .card-header {
    margin: 0;
}

.filter-product .card .card-header button {
    font-size: 14px;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3c354b;
    font-weight: 600;
    padding-right: 12px;
    padding-left: 12px;
}

.filter-product .card .card-header button svg {
    height: 18px;
    width: 18px;
}

input:focus {
    outline: none !important;
}

.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;
}

.filter-cost-title h2 {
    color: #3c354b;
    font-size: 16px;
    font-weight: 600;
}

.parent-switcher {
    position: relative;
}

.parent-switcher .ui-statusswitcher {
    position: absolute;
    left: 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: 48px;
    height: 28px;
    border-radius: 48px;
    background: #e3e6f0;
    transition: 0.15s ease-in;
    bottom: 3px;
}

.parent-switcher input[type="checkbox"]:checked + .ui-statusswitcher-slider {
    background-color: #f7858d;
    border-color: #f7858d;
}

.parent-switcher .ui-statusswitcher-slider-toggle {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transition: all 0.4s ease;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
}

.parent-switcher
    input[type="checkbox"]:checked
    + .ui-statusswitcher-slider
    span {
    right: 21px;
}

.parent-switcher .label-switcher {
    margin-right: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    color: #3c354b;
    font-weight: 400;
    font-size: 14px;
}

.noUi-target {
    border: 0;
    border-radius: 0;
    background-color: #e7e7e7;
    box-shadow: none;
}

.noUi-horizontal {
    height: 0.1875rem;
}

.noUi-horizontal .noUi-handle {
    top: -6px;
    left: -0.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: -0.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: 0.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: 0.875rem;
    font-weight: bold;
}

.ui-range-values .ui-range-label {
    display: inline-block;
    margin-right: 0.125rem;
    color: #8c8c8c;
    font-size: 0.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;
}

.ah-tab-item {
    font-weight: 900;
    color: #adadad;
    transition: all 0.3s;
}

@media (max-width: 768px) {
    .ah-tab > .ah-tab-item {
        padding: 8px;
    }
}

.ah-tab-item:hover {
    color: #3c354b;
}

.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: flex;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    padding-right: 18px;
    gap: 4px;
}

.pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 50%;
    font-size: 16px;
    color: #777d90;
    font-weight: 500;
    transition: all 0.3s;
}

.pagination a:hover {
    background-color: var(--secondary-color);
}

.pagination a.next {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 5px;
    color: #777d90;
    margin-left: 0;
    margin-right: auto;
}

.pagination .prev {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 5px;
    color: #777d90;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
}

.pagination .next {
    margin-left: 0;
    margin-right: auto;
}

.pagination .prev span,
.pagination .next span {
    color: #777d90;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s;

}

.pagination .prev svg,
.pagination .next svg {
    stroke: #777d90;
    transition: all 0.3s;
}

.pagination .prev:hover svg,
.pagination .next:hover svg {
    stroke: var(--primary-color);
}

.pagination .prev:hover,
.pagination .next:hover {
    background-color: transparent;
}

.pagination .prev:hover span,
.pagination .next:hover span {
    color: var(--primary-color);
}

.pagination a.active-page {
    background-color: #f7858d;
    border-color: #f7858d;
    color: #fff;
}

.pagination a.active-page:hover {
    color: #fff;
}

@media (max-width: 500px) {
    .pagination {
        gap: 0;
    }
    .pagination a {
        width: 24px;
        height: 24px;
        line-height: 26px;
        font-size: 13px;
    }

    .pagination .prev span,
    .pagination .next span {
        font-size: 13px;
        margin-bottom: -1px;
    }
}

/* 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;
}

.product-gallery .product-carousel {
    width: 100%;
}

@media (max-width: 1024px) {
    .product-gallery .product-carousel {
    width: 80%;
}
}

@media (max-width: 576px) {
    .product-gallery .product-carousel {
    width: 90%;
}
}

.gallery-item {
    display: block;
    position: relative;
    width: 100%;
    transition: box-shadow 0.35s 0.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 0.3s 0.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: flex;
    margin: 0 -1rem;
    padding: 0.75rem;
    border-top: 1px solid #e7e7e7;
    list-style: none;
    text-align: center;
}

.product-gallery .product-thumbnails > li {
    display: inline-block;
    margin: 0.625rem 0.1875rem;
    vertical-align: middle;
    width: 20%;
    max-height: 86.94px;
}

.product-gallery .product-thumbnails > li > a {
    display: block;
height: 100%;
    transition: all 0.25s;
    border: 1px solid transparent;
    background-color: #fff;
    opacity: 0.75;
    overflow: hidden;
    border-radius: 8px;
}

.ah-tab {
    position: relative;
}

.ah-tab-underline {
    position: absolute;
    bottom: 0;
    right: auto;
    left: auto;
    height: 5px;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
    border-radius: 4px 4px 0px 0px;
}

.ah-tab > .ah-tab-item {
    border: none !important;
}

.ah-tab > .ah-tab-item:hover {
    color: #3c354b;
}

.ah-tab > .ah-tab-item[data-ah-tab-active="true"] {
    /* border-bottom-color: var(--primary-color) !important; */
}

.product-gallery .product-thumbnails > li.active > a {
    border-color: #f7858d;
    cursor: default;
    opacity: 1;
}

.ah-tab > .ah-tab-item[data-ah-tab-active="true"] svg {
    stroke: #3c354b;
}

.ah-tab > .ah-tab-item svg {
    stroke: #adadad;
    transition: all 0.3s;
}

.ah-tab > .ah-tab-item:hover svg {
    stroke: #3c354b;
}

@media (max-width: 400px) {
    .ah-tab-underline {
        display: none;
    }
}

.product-gallery .product-thumbnails > li:not(.active) > a {
    border-color: #e3e6f0;
}

.product-gallery .product-thumbnails > li > a > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
    border-radius: 8px;
}

.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, Iran-Sans;
}

.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 fieldset {
    border-radius: 16px;
    border: 1px solid var(--Brand-Neutral, #e3e6f0);

    padding: 12px;
}

.product-variant.open fieldset {
    border-radius: 16px 16px 0 0;
}

.product-variant .label-value {
    position: static;
    color: #777d90;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
}

.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: 0.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: 0.857rem;
    line-height: 1.833;
}

.product-params ul:before {
    content: attr(data-title);
    font-size: 13px;
    font-size: 0.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: 0.85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}

.product-params .show-less {
    display: none;
}

.sale .product-info .price {
    background: var(--secondary-color);
    border-bottom: 1px solid transparent;
    border-radius: 8px;
}

.product-info .price {
    font-size: 28px;
    font-weight: 700;
    padding: 12px;
    border-radius: 0px;
    background: transparent;
    height: 77px;
    justify-content: center;
    border-bottom: 1px solid #dee2e6;
}

.product-info .price .strikethrough {
    font-size: 16px;
    margin-left: 28px;
}

.price.product-pg-price {
    font-size: 28px;
    padding: 12px;
    border-radius: 8px;
    background: var(--secondary-color);
}

.price.product-pg-price .strikethrough {
    font-size: 16px;
    margin-left: 28px;
}

.tabs-product-info .ah-tab .ah-tab-item i {
    margin-left: 5px;
}

@media (max-width: 500px) {
    .tabs-product-info .sticky-sidebar {
        display: none;
    }
}

.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: -0.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%;
    display: flex;
    flex-direction: column;
}

.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 20%;
    max-width: 20%;
    margin-left: 8px;
    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;
}

@media (max-width: 768px) {
    .params .params-list li .params-list-key {
        padding: 0 0 4px;
    }
}

.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: 0.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: -0.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, 0.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: 0.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, 0.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: Iran-Sans;
    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: 0.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: var(--primary-color);
    border: 1px solid var(--primary-color);
    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, 0.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: 0.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: 0.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, 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: -0.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: 0.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: 24px;
    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: 0px 0 12px 0;
}

.auth-wrapper .change-num span {
    transition: all 0.3s;
    color: var(--primary-color);
}

.auth-wrapper .change-num svg {
    transition: all 0.3s;
    stroke: var(--primary-color);
}

.auth-wrapper .change-num:hover span {
    color: var(--dark-quaternary-color);
}

.auth-wrapper .change-num:hover svg {
    stroke: var(--dark-quaternary-color);
}

.auth-wrapper .form-footer a:hover {
    color: #595959 !important;
}

.auth-wrapper.form-ui {
    margin-top: 64px !important;
    margin-bottom: 120px !important;
}

.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: 14px;
    font-weight: 400;
    color: #777d90;
}

.form-ui .form-row-title h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #777d90;
}

.form-ui .form-row.with-icon {
    position: relative;
}

.form-ui .form-row .input-ui {
    width: 100%;
    height: 55px;
    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: 0.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, 0.1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.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: 0.375rem 0.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: 0.375rem 0.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; */
    transition: all 0.3s;
}

.form-ui .form-footer a:hover {
    color: var(--primary-color);
}

.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: 4px;
    color: #7b7b7b;
    border-radius: 8px;
}

.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;
}

.profile-menu .icon-header {
    width: 24px;
}

.profile-menu .icon-header {
    width: 24px;
}

.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: flex-start;
    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: -0.2px;
    color: #767676;
    padding: 0px;
    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 .profile-navbar-btn-back svg {
    transition: all 0.3s;
    fill: #858585;
}

.profile-navbar .profile-navbar-btn-back:hover svg {
    fill: var(--primary-color);
}

.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: -0.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: 20px;
    position: relative;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.profile-section .label-info {
    color: #777d90;
    font-size: 16px;
    font-weight: 400;
}

.profile-section .value-info {
    color: #4a5f73;
    font-size: 16px;
    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;
    overflow: hidden;
}

.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: 24px;
    text-align: center;
}

.table-responsive {
    background-color: #fff;
}

.table-order {
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
}

.table-order .details-link {
    transition: all 0.3s;
    cursor: pointer;
}

.table-order .details-link td {
    padding: 16px 0.75rem;
}

.table-order .details-link:hover {
    background-color: var(--light-secondary-color);
}

.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;
    color: var(--tertiary-color);
}

.mt-section-32 {
    margin-top: 32px !important;
}

.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;
    /* color: #fff; */
}

.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: -0.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: 0.4;
    text-align: center;
    min-width: 120px;
}

.profile-order-steps-item.is-active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 31px;
    margin: auto;
    font-family: "Material Design Icons";
    font-size: 25px;
    color: var(--primary-color);
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.profile-order-steps-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 31px;
    margin: auto;
    font-family: "Material Design Icons";
    font-size: 25px;
    color: var(--primary-color);
    z-index: 1;
    padding-bottom: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d0d0d0;
}

.profile-order-steps-item::after {
    content: "";
    position: absolute;
    right: 55%;
    bottom: 40px;
    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(1);
    transform: scale(1);
    max-width: 98px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 28px;
}

.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, 0.05);
    box-shadow: 0 8px 9px 0 rgba(0, 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, 0.05);
    box-shadow: 0 8px 9px 0 rgba(0, 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: -0.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: -0.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;
}

.comparison-cnt {
    margin-top: 186px;
}

@media (max-width: 992px) {
    .comparison-cnt {
        margin-top: 126px;
    }
}

.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: 0.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, 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: 0.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: 0.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: -10px;
    -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: 600;
    line-height: 1.5;
}

.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;
    /* direction: ltr; */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: none;
    border-radius: 12px;
    display: inline-flex;
    padding: 7px 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    flex-direction: row-reverse;
}

.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 button svg {
    transition: all 0.3s;
    fill: #adadad;
}

.number-input button:hover svg {
    fill: var(--primary-color);
}

.number-input input[type="number"] {
    max-width: 40px;
    padding: 0;
    border: none;
    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: -0.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: -0.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%, 0.3);
    box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, 0.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: 0.786rem;
    line-height: 2;
}

.checkout-summary-price-title {
    text-align: center;
    color: #676767;
    font-size: 18px;
    font-size: 1rem;
    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: 600;
    margin-bottom: 10px;
    list-style: none;
    color: #777d90;
    display: flex;
    gap: 4px;
    align-items: center;
}

.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: -30px;
    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;
    overflow: hidden;
}

.shopping-page .checkout-contact-content {
    padding: 20px 24px 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: 0.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, 0.05);
    box-shadow: 0 8px 9px 0 rgba(0, 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: -0.4px;
}

.checkout-address-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-address-box p {
    font-size: 13px;
    font-size: 0.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: 0.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: 0.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: 0.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, 0.05);
    box-shadow: 0 8px 9px 0 rgba(0, 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;
    margin: 0px;
    object-fit: contain;
}

.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: -0.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: 0.786rem;
    line-height: 2;
    letter-spacing: -0.2px;
    color: #a2a2a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.shopping-page .checkout-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: -0.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: 0.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: -0.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: 0.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: 0.786rem;
    line-height: 22px;
    letter-spacing: -0.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, 0.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: -0.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: -0.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: -0.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: -0.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, 0.05);
    box-shadow: 0 8px 13px -7px rgba(0, 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: -0.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: 1.8;
    padding: 0;
    opacity: 1;
    position: absolute;
    left: 15px;
    top: 30px;
    z-index: 99;
}

.product-gallery .modal .modal-header .close{
    left: -10px;
    top: -5px;
}

.modal-footer {
    border: 0;
}

.modal-backdrop.show {
    opacity: 0.2;
    z-index: 1000000;
}

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: #fff;
    font-family: Iran-Sans;
}

.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: -0.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: -0.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, 0.6)),
            to(rgba(0, 0, 0, 0.6))
        ),
        url(../files/page-cover.jpg) top no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 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 0.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: none;
    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: 120px;
    background: #fafafa;
    border-top: 1px solid #e3e6f0;
}

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;
    margin-top: 60px;
}

footer.main-footer .footer-services .service-item {
    text-align: center;
    position: relative;
    font-size: 13px;
    font-size: 0.929rem;
    line-height: 1.692;
    color: #606060;
    letter-spacing: 0.2px;
    padding-bottom: 20px;
    margin: auto;
}

footer.main-footer .footer-services .service-item img {
    width: 58px;
    height: 58px;
    margin-bottom: 7px;
}

@media (max-width: 992px) {
    footer.main-footer {
        padding-bottom: 104px;
    }
}

/* 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: 0.75rem 0 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: Iran-Sans;
    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: Iran-Sans;
    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;
    color: #3c354b;
    font-size: 16px;
    font-weight: 900;
}

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: #777d90 !important;
    font-size: 14px;
    transition: all 0.3s;
}

footer.main-footer .widget-menu .footer-menu li a:hover {
    color: #3e445a !important;
}

footer.main-footer .newsletter {
    margin-top: 30px;
}

footer.main-footer .newsletter .btn::before {
    background: transparent;
}

footer.main-footer .newsletter form {
    position: relative;
    background-color: #f4f4f4;
    padding: 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.product-variant .form-control {
    font-size: 14px;
}

footer.main-footer .newsletter form .form-control {
    font-family: Iran-Sans;
    font-size: 13px;
    border-radius: 7px;
    color: #515151;
    padding: 0px !important;
    line-height: 2 !important;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 36px;
    background-color: transparent;
    border: none;
    transition: all 0.2s ease-out;
    margin-right: 8px;
}

footer.main-footer .newsletter form .form-control::placeholder {
    color: rgba(173, 173, 173, 1);
}

#brandSearch.form-control::placeholder {
    font-size: 14px;
    color: #909090 !important;
}

.form-control {
    border: none;
    border-radius: 12px;
    background: #f3f3f3;
    height: 60px;
}

.form-control:focus {
    background: #f3f3f3;
    color: unset;
}

#brandSearch {
    width: 50%;
}

@media (max-width: 992px) {
    #brandSearch {
        width: 100%;
    }
}

@media (max-width: 500px) {
    #brandSearch {
        width: 100%;
    }
}

.navbar-expand-sm .navbar-nav .nav-link {
    transition: all 0.3s;
}

.navbar-expand-sm .navbar-nav .nav-link:hover {
    background-color: var(--light-secondary-color);
}

footer.main-footer .newsletter form .btn {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    border-radius: 7px;
    font-family: Iran-Sans;
    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(--dark-quaternary-color) !important;
    box-shadow: none !important;
}

footer.main-footer .socials {
    margin-top: 30px;
}

footer.main-footer .socials > p {
    color: #3c354b;
    font-size: 16px;
    font-weight: 800;
}

footer.main-footer .socials .footer-social ul li {
    display: inline-flex;
    list-style: none;
    border-radius: 16px;
    background: var(--secondary-color);
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    transition: all 0.3s;
}

footer.main-footer .socials .footer-social ul li:hover {
    background-color: var(--light-secondary-color);
}

footer.main-footer .socials .footer-social ul li a {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: 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: 40px 0 0 0;
}

footer.main-footer .description .main-container {
    border-top: 1px solid #e3e6f0;
    padding-top: 32px;
}

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: 14px;
    margin-bottom: 0;
    color: #777D90;
    line-height: 180%;
}

footer.main-footer .description .symbol {
    text-align: left;
    margin-top: 0px;
    justify-content: flex-end;
    display: flex !important;
}

footer.main-footer .description .symbol a {
    /*padding: 15px;*/
    /*background: #f0f0f0;*/
    /*border: 1px solid #e5e5ea;*/
    /*border-radius: 3px;*/
    /*margin: 3px;*/
   
}

footer.main-footer .copyright {
    font-size: 12px;
    text-align: center;
}

footer.main-footer .copyright .main-container {
    padding: 15px 0;
    border-top: 1px solid #e3e6f0;
    margin-top: 15px;
}

footer.main-footer .copyright p {
    margin-bottom: 0;
    text-align: right;
    color: #777d90;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.42px;
    max-width: calc(100% - 172px);
}

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;
}

@media (max-width: 500px) {
    footer.main-footer .description .symbol {
        justify-content: center;
    }

    .adrian_copy_right_footer {
        min-width: 100%;
    }

    footer.main-footer .copyright p {
        text-align: center;
        max-width: 100%;
    }

    .copyright-adrian {
        min-width: 100%;
        justify-content: center;
    }
}

.fs {
    height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: red;
    font-size: 12px;
}

.fs-stock {
    height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: var(--primary-color);
    font-size: 12px;
}

#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: 0px;
        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, 0.05);
        box-shadow: 0 8px 9px 0 rgba(0, 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: block;
        background: #ffffff;
        padding: 15px;
        display: flex !important;
        justify-content: space-around;
        z-index: 9;
        flex-direction: row-reverse;
        position: fixed;
        left: 50%;
        /* right: 50px; */
        bottom: 12px;
        border-radius: 10px;
        box-shadow: 0 0 11px 2px #d8d8d8;
        transform: translateX(-50%);
        width: 90%;
    }
    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;
    }

    .checkout-item td:last-child {
        width: 150px;
        display: block;
        margin-top: 80px;
    }

    header.main-header,
    .main-footer {
        padding-right: 10px;
        padding-left: 10px;
    }

    .main-slider {
        margin-right: 0px;
        margin-left: 0px;
    }

    .card-horizontal-product,
    .card-horizontal-address {
        border-radius: 0;
        padding-left: 16px;
    }

    .modal-dialog {
        margin: 0;
        max-width: 100%;
    }

    .modal-content {
        border-radius: 0;
    }
    
     .product-gallery .modal-body {
     display: flex; 
    padding: 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;
    }

    .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;
    }

    .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 0.2s ease-in-out;
        transition: all 0.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: 0px;
        padding-bottom: 0px;
        display: flex;
        align-items: center;
    }

    .search-amazing-tab .product-card .product-head {
        display: none;
    }

    .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: 18px;
        white-space: nowrap;
        padding-left: 0px;
        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 {
    color: #3c354b;
    font-size: 16px;
}

.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 0.6s ease 0.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 0.6s ease 0.1s;
}

.vp-number > span {
    position: relative;
    z-index: 2;
    display: block;
}

.vp-number > span.vp-title {
    font-size: 12px;
    letter-spacing: -0.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: Iran-Sans, 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: 50%;
    text-align: center;
    top: 28%;
    font-size: 17px;
    background-color: #b5b5b5;
    width: 5rem;
    transform: translateX(50%);
}

.product-card .product-price {
    display: unset !important;
    color: #3c354b;
    font-weight: 600 !important;
    font-size: 16px;
}

.filter-comparison.clicked .close-icon {
    opacity: 1;
}

.filter-comparison:not(.clicked) .close-icon {
    opacity: 0;
}

.filter-comparison .comparison {
    margin-left: -32px;
}

.filter-comparison svg {
    transition: all 0.3s;
}

.filter-comparison.clicked .comparison {
    opacity: 0;
}

.filter-comparison:not(.clicked) .comparison {
    opacity: 1;
}

.all-product .plus {
    height: 70px;
    width: 70px;
    background-color: #00bd79;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    cursor: pointer;
}

.all-product.active .plus {
    opacity: 1;
    visibility: visible;
}

.all-product .plus {
    transition: all 0.3s;
}

.all-product .plus.cross {
    background-color: #bd005a;
}

.all-product .plus svg {
    transition: all 0.3s;
}

.all-product .plus.cross svg {
    transform: rotate(45deg);
}

.compare-pg-plus {
    height: 70px;
    width: 70px;
    background-color: #d6d6d6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
margin-bottom: 12px;
}

.product-price.strikethrough {
    font-size: 14px;
    margin-left: 28px;
}

ul.gallery-options li {
    z-index: 0;
}

.product-card h5 {
    margin: 0;
}

.product-card .product-title {
    min-height: 63px;
}

.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(0.5);
    transition: opacity 0.2s ease-in-out, transform 0.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 {
}

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: 0.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 rgba(203, 203, 203, 1);
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 8px 0 0 10px !important;
    padding: 4px;
    background-color: var(--secondary-color);
}

.color-select-input:disabled + .pdp-flavor-label .radio-button:after {
    width: 30px;
}

.color-image {
    border-radius: 50%;
    display: block;
    height: 100%;

    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: 30px 32px;
}

@media (max-width: 500px) {
    .auth-wrapper {
        padding: 16px;
    }
}

.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: transparent !important;
}

.main-content {
    margin-top: 124px !important;
    transition: all 0.3s;
}

.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: 64px !important;
    }
    .icon-bar {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .mt10 {
        margin-top: 0 !important;
    }

    .main-content {
        margin-top: 54px !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: 0.5rem;
    border-bottom-right-radius: 0.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 0.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: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.blog-page .blog.card {
    transition: all 0.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: 24px;
    height: 24px;
}

.add-to-compare svg {
    margin-right: 0;
    fill: #a3a3a3;
    width: 24px;
    height: 24px;
}

.adrian-fav-badge {
    color: #fff;
    background: #3c354b;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    font-size: 11px;
    left: auto;
    right: 7px;
    line-height: 1;
    bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adrian-fav-badge span {
    line-height: 1;
}

.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: "\2605";
    color: #888;
    font-size: 20px;
    transition: all 0.3s;
}

.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: var(--light-quaternary-color);
    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: "\2605";
    /* 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)
    ); */
}

.adrin-four-banner {
    width: calc(25% - 18px);
}

@media (max-width: 910px) {
    .adrin-four-banner {
        width: calc(50% - 12px);
    }
}

@media (max-width: 568px) {
    .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) {
  
  
    .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;
    }
}

.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 {
    transition: all 0.3s;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu.has-no-sub a {
    transition: all 0.3s;
    border-radius: 8px;
}

header.main-header
    .main-menu
    .list
    .list-item.mega-menu
    > .sub-menu
    .sub-menu-list
    > li
    > a:hover {
    background: var(--secondary-color);
}




header.main-header .main-menu .list .list-item.mega-menu > .sub-menu.has-no-sub .sub-menu-list {
    border-left: none;
    /*max-height: 100%;*/
}

.has-no-sub .sub-menu-item .sub-sub-menu-list-cnt {
    z-index: -1;
}

/*.has-no-sub .sub-menu-list-cnt {*/
/*   height: 268px;*/
/*}*/

.has-no-sub .sub-menu-list-cnt {
    /*overflow-y: unset;*/
    /*overflow-x: unset;*/
    width: fit-content;
}

.sub-menu-list-cnt {
    height: fit-content;
    overflow-y: auto;
    overflow-x: hidden;
    direction: ltr;
    margin: 8px;
    max-height: 440px;
    min-height: 220px;
}

header.main-header
    .main-menu
    .list
    .list-item.mega-menu
    > .sub-menu
    .sub-menu-list {
    border-left: 2px solid #eeecff;
    direction: rtl;
    min-height: 220px;
}

.sub-menu.has-no-sub .sub-menu-img {
    display:none;
}

.sub-menu .sub-menu-img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 240px;
    width: 240px;
    display: flex;
}

.sub-menu .sub-menu-img img {
    width: 100%;
}

.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: #3c354b !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-align: right;
    font-size: 14px;
    height: 40px;
}

.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: #676767;
}

.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: var(--primary-color);
    fill: var(--primary-color);
}

.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: 16px;
   
    left: 16px;
    bottom: 0;
    z-index: 99999;
    height: 0;
    overflow: hidden;
    display: flex;
        border-radius: 12px 12px 0 0;
    box-shadow: 0px 0px 8px 5px #dbdbdb3d;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    transition: all 0.3s;
}

.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;
    transition: all 0.3s;
}

a:hover .adrain-icon-svg-3em {
    stroke: var(--primary-color);
    
}

a:hover .adrain-icon-svg-3em.fill-svg {
    stroke:none;
    fill: var(--primary-color);
}

a .adrain-icon-svg-3em.fill-svg {
    stroke:none;
    fill: #7b7b7b;
}



@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;
}

.userInput input.otp {
    height: 60px;
    width: 60px;
    border-radius: 12px;
    background: #f3f3f3;
    font-family: Iran-Sans, serif;
}

input.otp {
    margin: 10px 4px;
    height: 35px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: arimo;
    font-size: 1.2rem;
    background: #eef2f3;
    color: var(--primary-color);
}

@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: 992px) {

    .main-slider .carousel-control-next {
       display: none;
    }

    .main-slider .carousel-control-prev {
       display: none;
    }
}

@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: auto;
        right: 72px;
        font-size: 45px;
    }

    .main-slider .carousel-control-prev {
        right: 24px;
        left: auto;
        font-size: 45px;
    }

    .main-slider .carousel-control-prev,
    .main-slider .carousel-control-next {
        bottom: 8px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .addiran-amazing-img-display-none {
        display: none !important;
    }
}

@media (max-width: 992px) and (min-width: 581px) {
    .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;
}

@media (max-width: 400px) {
    .adrian-widget_footer {
    max-width: 30px;
}
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-20 {
    border-radius: 20px !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 {
        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;
    }
}

@media (max-width: 978px) {
    .adrain-icon-svg-2em {
        width: 2em;
        height: 3em;
        stroke-width: 1px;
    }
}

@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;
    display: flex;
}

.logo_position img {
    height: 40px;
    object-fit: contain;
}

@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;
    }
}


.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;
}

.adrain-alert-free-shiping .close {
    transition: all 0.3s;
}

.alert-dismissible {
    padding-right: 3rem;
}

.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 0.25s;
    border: 1px solid transparent;
    background-color: #fff;
    opacity: 0.75;
}

.fancybox-thumbs__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 8px;
}

.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;
    transition: all 0.3s;
}

.adrian-real-time-search-wrapper-a .adrian-real-time-search-wrapper:hover {
    background-color: #fff;
}

.adrian-real-time-search-wrapper:hover {
    background-color: var(--light-secondary-color);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.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: 12px;
    color: #282828;
}

@media (max-width: 992px) {
    .adrian-real-time-search-wrapper-p {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .adrian-real-time-search-wrapper-p {
        font-size: 14px;
    }
}

#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 {
    background-color: rgba(237, 237, 237, 1);
    border-radius: 12px;
    height: 44px;
}

.adrian-live-search-input {
    width: 100%;
    padding: 10px;
}

.adrian-live-search-input::placeholder {
    color: var(--Gray-Gray-8, #909090);
}

.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 svg,
.owl-prev.disabled svg {
    opacity: 0.5 !important;
    cursor: default !important;
}

.owl-next.disabled [type=button], .owl-prev.disabled [type=button] {
    cursor: default !important;
}

.owl-next.disabled, .owl-prev.disabled {
cursor: default !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.brand .owl-dots.disabled,
.brand .owl-nav.disabled {
   display: none !important;
}

.product-gallery .product-carousel .owl-dots.disabled,
.product-gallery .product-carousel .owl-nav.disabled {
   display: none !important ;
}

.product-carousel.similar-carousel .owl-dots.disabled,
.product-carousel.similar-carousel .owl-nav.disabled {
    display: block !important;
}

.amazing-section .product-carousel .owl-dots.disabled,
.amazing-section .product-carousel .owl-nav.disabled {
    display: block !important;
}

.adrian-real-time-search-wrapper-row {
    padding: 3px;
    min-height: 80px;
}

.adrian-real-time-search-wrapper-row img {
    object-fit: contain;
}

.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: 0.8em solid var(--primary-color);
    border-left: 0.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: 0.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: 0.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;
    z-index: 1;
}

.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: 100px;
    fill: var(--primary-color);
}

@media screen and (max-width: 767px) {
    .hide-752-compare {
        display: none !important;
    }
}

.adrian-search-mobile-wrapper {
    width: 100%;
    border-radius: 10px;
    margin: 12px 0px;
}

#remove-icon-search-desctop {
    width: 27px !important;
}

#remove-icon-search-mobile {
    width: 16px !important;
}

.adrian-color-black {
    color: #0c0c0c !important;
}

#owl-demo-search-mobile .owl-prev {
    width: fit-content;
    height: fit-content;
    margin-right: -8px;
    top: 50%;
    transform: translateY(-50%);
}

#owl-demo-search-mobile .owl-next {
    width: fit-content;
    height: fit-content;
    margin-left: -8px;
    top: 50%;
    transform: translateY(-50%);
}

#owl-demo-search-mobile .owl-prev.disabled,
#owl-demo-search-mobile .owl-next.disabled {
    opacity: 0.5 !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;
    transition: all 0.3s;
}

a:hover .address-icon-svg-profile {
    stroke: var(--primary-color);
}

.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;
}


.brand_product:hover {
   
    background-color: var(--light-secondary-color);
}

.brand_product a {
    font-weight: 400;
    color: #909090 !important;
}

@media (max-width: 425px) {
    .brand_product {
        border-radius: 5px;
        padding: 10px;
        margin-top: 5px;
        margin-right: 2px;
        background-color: #fdf5ff;
        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 12px 8px 0 rgb(0 0 0 / 4%); */
        transition: all 0.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;
    }

    .df-amazing {
        margin-right: 3.7rem !important;
    }

    .df-amazing-all {
        margin-right: 0rem !important;
        margin-top: 0rem !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:#fff;
    border: 1px solid var(--primary-color);
    transition: all 0.3s;
    font-weight: 400;
        color: #909090 !important;
    border: 1px solid #E3E6F0;
}

.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;
}

.search_right input {
    background-color: transparent;
}

.search_right input::placeholder {
    font-weight: 500;
    font-size: 12px;
    color: #909090;
}

@media (max-width: 375px) {

    .brand-pr2 {
        display: flex;
        justify-content: center;
    }

    /* .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) {
  
    .brand-pr2 {
        display: flex;
        justify-content: center;
    }

    /* .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) {
 
    .brand-pr2 {
        display: flex;
        justify-content: center;
    }

    /* .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) {

    .brand-pr2 {
        display: flex;
        justify-content: center;
    }

    /* .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) {
    .brand-pr2 {
        display: flex;
        justify-content: center;
        margin-top: 0rem;
    }

    /* .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) {
    .brand-pr2 {
        margin-top: 2rem;
    }

    /* .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_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;
    border: none;
}

.lazyload-slider {
    height: -webkit-fill-available;
}

@media (min-width: 0px) and (max-width: 768px) {
    #iframe iframe {
        width: 100%;
        height: 300px;
    }

    .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;
    }

}

@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) {
    .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) {
    .adsImg {
        height: 45px !important;
    }
    .adrian-sidebar-profile-show {
        margin-top: 1rem;
    }
    .order-detail {
        margin-top: 2rem !important;
    }
}

@media (max-width: 320px) {
    .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) {
}

@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;
    }

    .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: 5rem !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .loginForm {
        margin-top: 10rem !important;
    }
    .profileMT {
        margin-top: 5rem !important;
    }
    .adrain-all-product-page {
        margin-top: -40px !important;
    }

    .he68 {
        height: 136px !important;
    }
}
@media (min-width: 993px) and (max-width: 1000px) {
 
    /* .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) {
 
    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) {

    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) {

    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%;
    }
  
}
@media (min-width: 1061px) and (max-width: 1070px) {
  
    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%;
    }
  
}
@media (min-width: 1086px) and (max-width: 1100px) {
 
    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) {
 
    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) {
  
    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) {
   
    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) {
  
    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) {
 
    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) {
 
    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) {
   
    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) {
 
    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) {
   
    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) {
   
    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) {
 
    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) {
   
    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) {
   
    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) {

    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) {

    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) {
 
    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) {

    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) {

    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) {

    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) {
   
    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) {
   
    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) {
  
    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) {
  
    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) {
  
    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) {
 
    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) {
 
    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) {
 
    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) {
 
    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) {

    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) {

    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) {

    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) {
  
    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) {

    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) {
  
    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) {
   
    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) {

    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) {
  
    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) {
  
    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) {
   
    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) {
 
    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) {
 
    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) {
 
    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) {
 
    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) {
   
    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) {

    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) {
  
    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) {
 
    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) {

    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 0.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;
    direction: ltr;
}
.productSearch {
    overflow-y: auto !important;
    max-height: 270px;
    overflow-x: hidden !important;
    direction: ltr;
}
::-webkit-scrollbar-track {
   
    border-radius: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
   transition: all 0.3s;
    background-color: var(--primary-color);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--dark-quaternary-color);
}

::-webkit-scrollbar-track {
    
    border-radius: 10px;
    background-color: #f5f5f5;
}



.border-yellow {
    border-color: var(--primary-color) !important;
}

.active-brand {
    border-color: var(--primary-color) !important;
    color: var(--primary-color);
    background-color: var(--light-secondary-color);
}

.productSearch .item:after {
    display: none;
}

.login-cnt {
    gap: 12px;
    padding: 12px;
    background-color: var(--primary-color);
    height: 45px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
}

.btn {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--primary-color);
}

.btn::before {
    position: absolute;
    content: "";
    height: 100%;
    transition: all 0.3s;
    width: 100%;
    background: var(--light-secondary-color);
    right: 0;
    transform: translateX(100%);
    top: 0;
}

.btn:hover {
    color: var(--tertiary-color);
    box-shadow: none !important;
}

.btn-cnt {
    /* margin-top: 24px; */
}

.btn:not(:disabled):hover::before {
     transform: translateX(0%);
    background: var(--dark-quaternary-color);
}

.btn span {
    position: relative;
    font-size: 16px;
}

.btnGetPoint {
    height: 44px;
}

.btnGetPoint::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    background-color: var(--primary-color);
    border-radius: 60px 0 0 60px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
}

.btnGetPoint .spinner-border {
    vertical-align: middle;
}

.noexist-title {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}

.btn.zero-num:hover::before {
    transform: translateX(0%);
    background: rgba(250, 232, 255, 1);
}

.btn > div,
.btn a,
.btn span {
    position: relative;
}

.product-info .btn {
    background-color: var(--primary-color);
    width: 100%;
    height: 45px;
    margin-top: 24px;
}

.shareModal .modal-dialog {
    margin: 0;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) !important;
}

.shareModal .modal-inside {
    margin: 0 auto;
    width: fit-content;
    padding: 24px;
    gap: 24px;
    border-radius: 20px;
    border: 1px solid #e3e6f0;
    background: #fff;
    margin: 0;
}

.shareModal .modal-inside .share-title {
    flex-grow: 1;
    text-align: center;
    color: #3c354b;
    font-size: 16px;
    font-weight: 900;
}

.shareModal .modal-inside .share-text {
    color: #777d90;
    font-size: 14px;
    font-weight: 500;
}

.shareModal .modal-inside .share-link {
    border-radius: 12px;
    background: #f9f9f9;
    padding: 8px 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.shareModal .modal-inside .share-link svg {
    cursor: pointer;
    width: 48px;
}

.shareModal .close-modal {
    stroke: #d9d9d9;
    transition: all 0.3s;
}

.shareModal .close-modal:hover {
    stroke: var(--primary-color);
}

.shareModal .modal-inside .share-link span {
    color: #909090;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .shareModal .modal-inside .share-link {
        width: 278px;
    }
}

.shareModal .share-apps {
    gap: 12px;
}

.shareModal .share-apps .share-app-item {
    border-radius: 12px;
    background: #f9f9f9;
    width: 105px;
    padding: 4px 0;
    gap: 4px;
    transition: all 0.3s;
}

.shareModal .share-apps .share-app-item:hover {
    background-color: #f4f4f4;
}

.shareModal .share-apps .share-app-item span {
    color: #777d90;
    font-size: 12px;
    font-weight: 500;
    line-height: 180%;
    transition: all 0.3s;
}

.shareModal .share-apps .share-app-item:hover span {
    color: #292b32;
}

@media (max-width: 500px) {
    .shareModal .share-apps {
        flex-direction: column;
        align-items: center;
    }
}

.login-cnt .login-line {
    background-color: var(--tertiary-color);
    width: 1px;
    height: 100%;
}

.login-cnt a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.basket {
    padding: 0px;
    border-radius: 12px;
    border: 1px solid var(--Gray-Gray-4, #e1e1e1);
    transition: all 0.3s;
    position: relative;
}

.basket:hover {
    background-color: var(--secondary-color);
    border-color: transparent;
}

.basket > a {
    padding: 10px;
}

.benefits-cnt {
    display: flex;
    /* width: 70%; */
    justify-content: space-between;
    border-radius: 32px;
    border: 1px solid var(--Brand-Neutral, #e3e6f0);
    background: var(--Brand-White, #fff);
    align-self: center;
    padding: 24px calc(100% / 12);
    margin: 0 auto;
    margin-top: -61px;
}

@media (max-width: 910px) {
    .benefits-cnt {
        width: 90%;
    }
}

.benefits-cnt .benefits-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.benefits-cnt .benefits-item svg {
    width: 46px;
    height: 46px;
}

.benefits-cnt .benefits-item span {
    font-size: 12px;
    font-weight: 500;
    color: #777d90;
    text-align: center;
}

@media (max-width: 500px) {
    .benefits-cnt .benefits-item {
        width: 17%;
        text-align: center;
    }

    .benefits-cnt {
        width: 100%;
        padding: 12px calc(100% / 22);
    }

    .benefits-cnt .benefits-item svg {
        width: 28px;
        height: 28px;
    }

    .benefits-cnt .benefits-item span {
        font-size: 10px !important;
    }
}

.copyright .copyright-adrian {
    display: flex;
    gap: 12px;
}

.copyright .copyright-adrian .adrian-text span {
    text-align: right;
    color: #777d90;
    font-size: 12px;
}

.copyright .copyright-adrian .adrian-text h5 {
    color: #777d90;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.news-item {
    border-radius: 20px;
    border: 1px solid #e3e6f0;
    background: #fff;
    padding: 12px 12px 20px 12px;
    width: 32.5%;
    gap: 12px;
    height: fit-content;
}

.news-item:hover .news-img img {
    transform: scale(1.1);
}

.news-item .news-img img {
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.news-item .news-img {
    border-radius: 8px;
    max-height: 215px;
    overflow: hidden;
    display: flex;
    height: 215px;
}

@media (max-width: 910px) {
    .news-cnt {
        flex-wrap: wrap;
        overflow: hidden;
        height: 360px;
    }

    .news-item {
        width: 49%;
    }
}

@media (max-width: 500px) {
    .news-item {
        width: 100%;
    }
}

.news-context {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-context h4 {
    color: #3c354b;
    text-align: right;
    font-size: 16px;
    font-weight: 900;
    height: 50px;
    line-height: 170%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-align: right;
}

.news-context .news-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-context .news-bottom .news-date {
    display: flex;
    gap: 4px;
    align-items: center;
}

.news-context .news-bottom .news-date span {
    color: #adadad;
}

.news-context .news-bottom .news-more span {
    color: var(--primary-color);
}

.best-selling .best-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
}

.best-selling .best-card .best-item {
    gap: 8px;
    align-items: center;
    transition: all 0.3s;
    border-radius: 12px;
    width: 100%;
    padding: 8px;
    overflow: hidden;
}
.best-selling .best-card .best-item:hover {
    box-shadow: 0px 0px 13.3px 0px #dce4f7;
}

.best-selling .best-card .best-item .best-item-context p {
    overflow: hidden;
    color: #3c354b;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-align: right;
    line-height: 180%; /* 21.6px */
    margin-bottom: 0;
}

.best-selling .best-card .best-card-line {
    width: 96%;
    height: 1px;
    background-color: #e9edf7;
    margin: 0 12px;
}

.best-selling .best-card .best-item .best-item-img {
    width: 68px;
    min-width: 68px;
    height: 68px;
    display: flex;
}

.best-selling .best-card .best-item .best-item-img img {
    object-fit: contain;
}

.best-selling .best-card .best-card-line:last-child {
    display: none;
}

.best-selling .owl-nav button.owl-next,
.best-selling .owl-nav button.owl-prev {
    cursor: pointer;
    top: 0px;
    height: calc(100% - 32px);
    position: absolute;
    z-index: 2;
    width: 48px;
    background: var(--light-quaternary-color);
    border-radius: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    background-color: var(--light-secondary-color);
}

.best-selling .owl-nav button.owl-next:not(.disabled):hover,
.best-selling .owl-nav button.owl-prev:not(.disabled):hover {
    background-color: var(--secondary-color);
}

.best-selling .owl-nav button.owl-next {
    left: 1px;
    transform: translate(-100%, 0);
}

.best-selling .owl-nav button.owl-prev {
    right: 1px;
    transform: translate(100%, 0);
}

.best-selling {
    position: relative;
    width: calc(100% - 63px);
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (max-width: 910px) {
    .best-selling {
        width: calc(100% - 80px);
    }
}

@media (max-width: 500px) {
    .best-selling .owl-nav button.owl-next,
    .best-selling .owl-nav button.owl-prev {
        width: 32px;
    }

    .best-selling .owl-nav button.owl-next svg,
    .best-selling .owl-nav button.owl-prev svg {
        width: 16px;
    }

    .best-selling {
        width: calc(100% - 55px);
    }

    .best-selling .owl-nav button.owl-next {
        left: -6px;
    }

    .best-selling .owl-nav button.owl-prev {
        right: -6px;
    }
}

.nemad {
    gap: 12px;
}

.namad-item {
    border-radius: 15px;
    border: 0.75px solid #e3e6f0;
    background: #fff;
    padding: 12px 8px;
    height: 115px;
  
}

.namad-item img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media (max-width: 400px) {
    .namad-item {
        height: 72px;
    }
}

.no-stock {
    height: 46px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-right: -6px;
}

@media (max-width: 575px) {
    .no-stock {
        margin-right: 0 !important;
    }

    .no_product {
        margin-right: 0 !important;
    }
}

.footer .text-wrapper {
    background-color: #fff;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    width: 450px;
}

.text-container {
    max-height: 74px;
    height: fit-content;
    padding: 0;
    transition: all 0.5s ease;
    margin-bottom: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-align: right;
}

.text-container.show {
    max-height: 600px;
    -webkit-line-clamp: 28;
}


.text-container:not(.show) {
}

.show-blog-all.brand-text-cnt:not(.more) .show-btn {
    display: none;
}

.show-btn {
    background-color: transparent;
    border: none;
    border-radius: 100%;
    bottom: 12px;
    cursor: pointer;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    transition: all 0.25s ease;

    font-size: 20px;
}

.show-btn span {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.show-btn:hover span {
    color: var(--dark-quaternary-color);
}

.show-btn svg {
    transition: all 0.3s;
    stroke: var(--primary-color);
}

.show-btn:hover svg {
    stroke: var(--dark-quaternary-color);
}

.show-btn.rotate svg {
    transform: rotate(180deg);
}

.group-cnt {
    justify-content: space-between;
    gap: 16px;
}

.group-cnt .owl-stage {
    display: flex;
    justify-content: center;
    min-width: 100%;
}

.group-cnt.owl-carousel .owl-dots.disabled, .group-cnt.owl-carousel .owl-nav.disabled {
    display: none !important;
}

.group-cnt .owl-prev, .group-cnt .owl-next {
    top: 46%;
      height: 36px;
    width: 36px;
    border-radius: 50%;
   
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    background-color: #fff !important;
}

.group-cnt .owl-prev svg, .group-cnt .owl-next svg{
    transition: all 0.3s;
    opacity: 0.5;
}

.group-cnt .owl-prev:not(.disabled):hover svg, .group-cnt .owl-next:not(.disabled):hover svg{
  opacity: 1;
}
.group-cnt .group-item {
    
    flex-direction: column;
    display: flex;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 24px;
    padding-top: 16px;
    cursor: pointer;
    align-items:center;
    min-width: 120px;
}

.group-cnt .group-item .group-item-img {
    border-radius: 16px;

    width: 92px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-cnt .group-item .group-item-img img {
    width: 72px;
    margin-top: -30px;
    transition: all 0.3s;
    object-fit: contain;
    height: 72px;
}

.group-cnt .group-item:hover .group-item-img img {
    transform: rotate(-6deg) scale(1.06) translateY(-8px);
}

.group-cnt .group-item .group-item-title {
    color: #3c354b;
    font-size: 14px;
    font-weight: 900;
    max-width: 100px;
    margin-top: 8px;
}

.group-cnt .group-item .group-item-desc {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
    max-width: 100px;
    margin-top: 4px;
}

@media (max-width: 500px) {
    .group-cnt .group-item .group-item-title {
        font-size: 12px;
    }

    .group-cnt .group-item .group-item-desc {
        font-size: 10px;
    }

}

.bread-cnt {
    border-radius: 8px;
    background: #fafafa;
    padding: 12px 20px;
    margin-bottom: 16px;
    margin-top: 140px;
    overflow-x: auto;
}

.send-free-img {
    width: 24%;
    margin-top: -50px;
}

@media (max-width: 768px) {
    .send-free-img {
        width: 18%;
        margin-top: -50px;
    }
}

@media (max-width: 768px) {
    .bread-cnt {
        margin-bottom: 12px;
        margin-top: 72px;
    }
}

.bread-cnt .bread-list {
    gap: 8px;
    margin-bottom: 0;
    overflow: auto;
}

.bread-cnt .bread-list li,
.bread-cnt .bread-list li a {
    color: #a7a7a8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    white-space: nowrap;
    transition: all 0.3s;
}

.bread-cnt .bread-list li a:hover {
    color: var(--primary-color);
}

/* dropdown menu */

.select-container {
    /* position: relative; */
    margin: 0 auto;
    width: 100%;
}

.select-container .options-cnt {
    position: absolute;
    background: #ffffff;
    transition: 0.4s;
    width: calc(100% - 0px);
    top: 61px;
    border-radius: 0 0 16px 16px;
    right: 0px;
    overflow: hidden;
    z-index: 1;
    /* padding: 8px; */
}

.select-container .select {
    position: relative;
}

.select-container .select::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    left: 11px;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 1.5px solid #000;
    border-right: 1.5px solid #000;
    cursor: pointer;
    transition: border-color 0.4s;
    transition: all 0.3s;
}

.select-container .select:hover::after {
    border-color: var(--primary-color);
}

.select-container.active .select::after {
    /* border: none;
    border-top: 1.5px solid #000;
    border-left: 1.5px solid #000; */
    transform: rotate(-135deg);
}
.select-container .select input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background: none;
    outline: none;
    border: none;
    font-size: 14px;
    color: var(--black-color);
    cursor: pointer;
}
.select-container .option-container {
    overflow-y: auto;
    height: 0;
    transition: 0.4s;

    margin: 0 8px 0px 8px;
    /* box-shadow: 0px 4px 6px #bbbbbb44; */
}

.select-container.active .option-container {
    margin: 0 8px 8px 8px;
}

.select-container.active .options-cnt {
    border-left: 1px solid rgba(165, 165, 165, 0.3);
    border-bottom: 1px solid rgba(165, 165, 165, 0.3);
    border-top: none;
    border-right: 1px solid rgba(165, 165, 165, 0.3);
}

.select-container.active .option-container {
    height: 120px;
}

.select-container .option-container::-webkit-scrollbar {
    border-left: 1px solid rgba(126, 126, 126, 0.2);
    width: 4px;
}

.select-container .option-container::-webkit-scrollbar-thumb {
    background: #919090;
}

.select-container .option-container .option {
    position: relative;
    padding-right: 8px;
    height: 48px;
    /* border-top: 1px solid rgba(165, 165, 165, 0.3); */
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.2s;
    border-radius: 24px;
    color: var(--primary-color);
    margin-left: 8px;
}

/* .select-container .option-container .option:first-child {
    border-top: none;
} */

.select-container .option-container .option.selected {
    background: var(--light-quaternary-color);
    pointer-events: none;
}

.select-container .option-container .option:hover {
    background: var(--light-secondary-color);
    padding-right: 10px;
}

.select-container .option-container .option label {
    font-size: 12px;
    color: var(--black-color);
    cursor: pointer;
}

.product-variant {
    position: relative;
}

.adrain-all-product-title {
    margin-top: 160px !important;
    margin-bottom: 28px;
}

.adrain-all-product-title h1 {
    color: #3c354b;
    font-size: 20px;
    font-weight: 900;
}

.checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* margin-top: 10px; */
    color: var(--gray-color);
    font-size: 14px;
}

.checkbox input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.checkbox .checkmark {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 3px;
    outline: 1px solid #acacac;
    transition: all 0.2s ease;
}

.input-cnt.radio .checkbox .checkmark::after {
    background: var(--primary-color);
    border: none;

    width: 10px;
    height: 10px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 50%;
}

.checkbox:hover .checkmark {
    background: #f4f4f5;
    transition: all 0.2s ease;
}

.input-cnt.radio .checkbox input:checked ~ .checkmark {
    /* background: #3f7fed;
    outline: 1px solid rgb(95, 126, 240); */
}

.checkbox input[type="radio"] ~ .checkmark {
    border-radius: 50%;
}

.checkbox .checkmark::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 40%;
    width: 4px;
    height: 8px;
    border: solid #646e02;
    border-width: 0 1.5px 1.5px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkmark::after {
    opacity: 1;
    transition: all 0.2s ease;
}

.sort-btn {
    transition: all 0.3s;
    white-space: nowrap;
}

.sort-btn:hover {
    background: var(--light-secondary-color) !important;
}
.sort-btn.active-sort:hover {
     background: var(--secondary-color) !important;
}

.sort-btn.active-sort {
    border: 1px solid var(--dark-primary-color) !important;
    background-color: var(--light-secondary-color);
    color: var(--dark-primary-color) !important;
}

@media (max-width: 993px) {
    .adrian-fav-badge {
        left: 6px;
        top: 4px;
    }

    .icon-header {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 1540px) {
    .btn span {
        font-size: 14px;
    }

    .num-order {
        padding: 4px;
    }
}

.user-account {
    position: relative;
}

.user-account .user-icon {
    border-radius: 12px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: all 0.3s;
}

.user-account .user-icon:hover {
    background-color: var(--secondary-color);
    border-color: transparent;
}

.account-options-cnt {
    position: absolute;
    display: flex;
    flex-direction: column;
    filter: drop-shadow(0px 0px 13.3px rgba(70, 70, 70, 0.2));
    left: -42px;
    top: 48px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.2s, visibility 0.2s, transform 0.6s;
    visibility: hidden;
}

.user-account.open .account-options-cnt {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.account-options-cnt .account-options {
    width: 179px;
    border-radius: 12px;
    background-color: #fff;
    padding: 4px;
}

.account-options-cnt .account-options .account-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.account-options-vector {
    margin-left: 48px;
    margin-right: auto;
    margin-bottom: -1px;
}

.account-list .account-option a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
}

.account-list .account-option a .account-option-icon.fill-svg {
    fill: #909090;
}

.account-list .account-option a .account-option-icon {
    transition: all 0.3s;
    stroke: #909090;
}

.account-list .account-option a:hover .account-option-icon.fill-svg {
    fill: var(--primary-color);
}

.account-list .account-option a:hover .account-option-icon {
    stroke: var(--primary-color);
}

.account-list .account-option .account-option-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.account-list .account-option .account-option-text span {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.account-list .account-option a:hover .account-option-text span {
    color: var(--primary-color);
}

.loginForm.main-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.loginForm  {
    background-image: url(../img/theme/login-bg.jpg);
    min-height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: bottom;
    display: flex;
}

.loginForm .loginForm-cnt .login-title {
    font-weight: 900;
    font-size: 20px;
    color: #3c354b;
}

@media (max-width: 576px) {
    .loginForm {
        background-image: none;
        background-color: #f7f7f7;
    }
}

.brand-logo {
    height: 100px !important;
}

.brand-logo img {
    transition: transform 0.3s;
    transform: scale3d(1, 1, 1);
    object-fit: cover !important;
  
    border-radius: 8px;
}

.brand-logo:hover img {
    transform: scale3d(1.08, 1.08, 1.08);
}

.brand-logo p {
    transition: all 0.3s;
    font-weight: 500;
}

.brand-logo:hover p {
    color: var(--primary-color) !important;
}

.brand-logo > a {
    border-radius: 8px;
    transition: all 0.3s;
    overflow: hidden;
}

.brand-logo:hover > a {
    border-color: var(--primary-color) !important;
}

@media (max-width: 575px) {
    .loginForm .loginForm-cnt {
        background-image: none;
        background-color: #f7f7f73b;
    }
}

.auth-wrapper .forget-password span {
    transition: all 0.3s;
}

.auth-wrapper .forget-password span:hover {
    color: var(--dark-quaternary-color) !important;
}

.loginForm-back-cnt {
    position: absolute;
    left: 64px;
    top: 64px;
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 12px;
    cursor: pointer;
    z-index: 1;
}

.loginForm-back-cnt .loginForm-back {
    display: flex;
    align-items: center;
    gap: 4px;
}

.loginForm-back-cnt .loginForm-back svg {
    transition: all 0.3s;
    stroke: #777d91;
}

.loginForm-back-cnt .loginForm-back span {
    transition: all 0.3s;
    color: #777d91;
}

.loginForm-back-cnt .loginForm-back:hover svg {
    stroke:#000;
}

.loginForm-back-cnt .loginForm-back:hover span {
    color: #000;
}

@media (max-width: 557px) {
    .loginForm-back-cnt {
        background-color: rgb(239 239 239);
        top: 16px;
        left: 16px;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    z-index: 1000;
    transition: opacity 0.5s ease;
}

#progress-bar {
    opacity: 1;
    width: 0;
    height: 100%;
    background: var(--dark-primary-color);
    transition: width 0.4s ease; /* Smooth transition */
}

#search-loader-result {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

#search-progress-bar {
    opacity: 1;
    width: 0;
    height: 100%;
    background: var(--dark-primary-color);
    transition: width 0.4s ease; /* Smooth transition */
    float: left;
}

#preloader-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

#progress-bar-2 {
    opacity: 1;
    width: 0;
    height: 100%;
    background: var(--dark-primary-color);
    transition: width 0.4s ease; /* Smooth transition */
    float: left;
}

#preloader-progress-bar-2 {
    opacity: 1;
    width: 0;
    height: 100%;
    background: var(--dark-primary-color);
    transition: width 0.4s ease; /* Smooth transition */
    float: left;
}



#search-loader-result_mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

#search-progress-bar_mobile {
    width: 0%;
    height: 100%;
    background: var(--dark-primary-color);
    transition: width 0.4s ease; /* Smooth transition */
    float: left;
}

.show-search-result svg {
    transition: all 0.3s;
    stroke: #777d91;
}

.show-search-result:hover svg {
    stroke: var(--primary-color);
}

.print-button {
    font-family: Iran-Sans, serif !important;
}

.check-animation {
    color: var(--primary-color);
    width: 100px;
    height: 100px;
}

.circle {
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
    animation: draw 0.5s forwards;
}

.tick {
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    animation: draw 0.5s forwards 0.5s;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.item.item-live-search {
    padding: 0;
    position: static;
}

.options-cnt ::-webkit-scrollbar-track {
    background: var(--light-secondary-color);
    border-radius: 10px;
    border: none;
}

.options-cnt ::-webkit-scrollbar-thumb {
    background: var(--primary-color) !important;
    border-radius: 10px;
}

.options-cnt ::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.mobile-search-cnt {
}

.mobile-search-cnt .mobile-search-btn {
    border-radius: 24px;
    background-color: rgba(237, 237, 237, 1);
    padding: 4px 8px;
    cursor: pointer;
    margin-right: 8px;
}

.mobile-search-cnt .mobile-search-btn span {
    color: #909090;
}

.mobile-search-cnt .mobile-search {
    height: 0px;
    position: fixed;
    bottom: 0;
    
    width: 100%;
    right: 0;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 9999;
}

.mobile-search-cnt .mobile-search.open {
    height: 100vh;
    overflow-y: auto;
    top: 0;
}

.adrian-search-mobile-wrapper .close-search svg {
    fill: #909090;
    cursor: pointer;
}

@media (max-width: 992px) {
    .contact-top {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

 .contact-top {
     margin-bottom: 16px;
 }

.contact-top .contact-top-item-line {
    height: 22px;
    width: 2px;
    background-color: var(--primary-color);
}

.contact-top .contact-top-item:first-child {
    margin-bottom: 12px;
}

.contact-top .contact-top-item:nth-child(2) {
    margin-bottom: 12px;
}

.contact-top-item .contact-top-social {
    display: inline-flex;
    list-style: none;
    border-radius: 16px;
    background: var(--secondary-color);
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.contact-top-item .contact-top-social:hover {
    background: var(--light-secondary-color);
}

.contact-top-item .contact-top-item-text {
    font-weight: 500;
    font-size: 16px;
    color: #3c354b;
}

.show-blog-all {
    text-transform: capitalize;
}

.show-blog-all .blog img {
    transition: all 0.3s;
}

.brand-text p {
    margin-bottom: 0px;
}

.content-page .content-desc img {
    object-fit: cover;
    width: 100% !important;
    height: auto !important;
    max-width: 600px;
    border-radius: 20px;
    margin: 0 auto;
}

.copy-link {
    cursor: pointer;
    transition: all 0.3s ease;
}

.shareModal .modal-inside .share-link span:not(.copy-text) {
    color: green !important;
    margin-left: 10px;
width: 39px;
    transition: opacity 0.3s ease;
}

.account-action  .account-action-icon {
stroke: #7b7b7b;
transition: all 0.3s;
}

.account-action:hover  .account-action-icon {
    stroke: var(--primary-color);
    transition: all 0.3s;
    }
    
       
    .btn-wishlist {
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        transition: all 0.3s;
    }
    
     .btn-wishlist:hover {
         border-color: var(--primary-color);
     }
    
      .btn-wishlist .stroke-svg {
         stroke: #b8b8b8;
         transition: all 0.3s;
     }
     
        .btn-wishlist:hover .stroke-svg {
         stroke: var(--primary-color);
     }
    
    .add-to-compare {
         height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        transition: all 0.3s;
    }
    
    .add-to-compare:hover {
        border-color: var(--primary-color);
    }
    
        .add-to-compare .fill-svg {
        fill: #b8b8b8;
        transition: all 0.1s;
    }
    
      .add-to-compare .stroke-svg {
        stroke: #b8b8b8;
        transition: all 0.3s;
    }
    
    .add-to-compare:hover .fill-svg {
        fill: var(--primary-color) !important;
    }
    
      .add-to-compare:hover .stroke-svg {
        stroke: var(--primary-color) !important;
    }
    
     .btn-wishlist:hover .cls-1 {
          stroke: var(--primary-color) !important;
     }
     
     .fancybox-toolbar {
         border-radius: 8px;
         overflow: hidden;
             top: auto;
    right: 50% !important;
    bottom: 8px;
    transform: translateX(50%);
     }
     
          .fancybox-navigation .fancybox-button div{
         border-radius: 8px;
         overflow: hidden;
         background-color: rgba(30, 30, 30, .6);
     }
     
     .fancybox-navigation .fancybox-button {
         background-color: transparent;
     }
     
          .video-item {
         width: 20%;
         border-radius: 8px;
             border: 1px solid #e3e6f0;
             margin: 0.625rem 0.1875rem;
             display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-secondary-color);
    transition: all 0.3s;
     }
     
     .video-item:hover {
         border-color: var(--primary-color);
     }
     
     .blur-layer {
         position: absolute;
         top: 0;
         width: 100%;
         height: 100%;
             backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff26;
    cursor: pointer;
     }
       .product-gallery .product-thumbnails > li > a:hover {
         border-color:var(--primary-color);
     }
     
          .product-gallery .product-thumbnails.with-video {
         width: 87%;
         padding: 0;
         margin: 0;
     }
     .product-gallery .product-thumbnails.with-video > li {
         width: 25%;
     }
     
          .modal-open .modal {
         backdrop-filter: blur(4px);
         -webkit-backdrop-filter: blur(4px);
     }
     
        #codeDemo .active {
         transition: all 0.3s;
     }
         #codeDemo .active:hover {
         color:var(--primary-color);
     }
          #forget {
         transition: all 0.3s;
     }
     
     
     .no-product svg {
         width: 300px;
     }
     
     @media (max-width: 400px) {
           .no-product svg {
         width: unset;
     }
     }
     
     @media (max-width: 992px) {
         .main-content {
             margin-top: 96px !important;
         }
         
         .bread-cnt {
             margin-top: 112px;
         }
     }
     
          @media (max-width: 900px) {
         .main-content {
             margin-top: 76px !important;
         }
         
         .bread-cnt {
             margin-top: 90px;
         }
     }
     
             @media (max-width: 576px) {
         .main-content {
             margin-top: 62px !important;
         }
         
         .bread-cnt {
             margin-top: 76px;
         }
     }

     .create-add {
        color: var(--dark-primary-color) !important;
        transition: all 0.3s;
        font-weight: bold;
     }

     .create-add:hover {
        color: var(--primary-color) !important;
        
     }
     
     @media (max-width: 1400px) {
  
    .sub-menu-list-cnt {
        max-height: 380px;
        
    }
    header.main-header .main-menu .list .list-item.mega-menu:hover .sub-menu {
        max-height: 400px;
        
    }
}
    
    
    .checkout-summary-content .btnGetPoint {
    height: 49px;
}

#frm-login .btnGetPoint {
    height: 45px;
    margin-top: 12px;
}
    
      .site-description.less .show-btn {
        display: none;
     }


.error-page-wrap {
    height: calc(100vh - 250px);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    text-align: center;
}

.error-page .error-image {
    width: 400px;
    height: 400px;
    object-fit: contain;
}     

@media (max-width: 576px) {

    .error-page-wrap {
        height: calc(100vh - 250px);

    }
    .error-page .error-image {
        width: 280px;
        height: 280px;
        object-fit: contain;
    } 
}

.show-blog-all.brand-text-cnt.show {
    max-height: 20000px;
    -webkit-line-clamp: 1000;
}

.show-blog-all.brand-text-cnt {
    max-height: 200px;
    height: fit-content;
    padding: 0;
    transition: all 0.5s ease;
    margin-bottom: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-align: right;
}

.show-blog-all.brand-text-cnt:not(.more) .show-btn{
   display: none;
}

    .slider-height {
        height: unset !important;
        max-height: 600px;
}

.mobileShowOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.mobileLoader {
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-top: 8px solid var(--primary-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.group-gradient {
   
    width: 40px;
}

.group-gradient.right-gradient {
    right: 14px;
}

.group-gradient.left-gradient {
    left: 14px;
}


@media (max-width: 768px) {


.group-gradient.right-gradient {
    right: -1px;
}

.group-gradient.left-gradient {
    left: -1px;
}
}