@charset "UTF-8";

/*
 * همتا | Ecommerce Bootstrap Theme
 * Copyright 2021 BahramiiiRad
 * Theme Styles
 */
/*------------------------------------
    components
        badge
        buttons
        card
        form
        rating
        modal
        navs
        select2
        table
        tooltip
    modules
        header
        responsive-header
        banner
        breadcrumb
        auth
        checkout
        slider
        product
        pagination
        services
        social
        widget
        table
        footer

------------------------------------*/
a,
a:hover {
    text-decoration: none;
    transition: all 0.2s ease;
    color: var(--primary-color);
}
a {
    color: var(--primary-color);
}

p {
    margin-bottom: 0;
}

input,
input:focus,
button,
button:focus {
    border: 0;
    outline: none;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fixed-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}

.fixed-btn button {
    padding: 1.5rem 1.5rem;
    border: 0 !important;
    border-radius: 50%;
}

.fixed-btn ul li {
    margin: 0 10px;

}

.fixed-btn ul li:hover {
    background-color: var(--primary-color)  !important;
    color: #FFF;

}

.fixed-btn ul li:hover > a {
    color: #FFF;

}

.fixed-btn ul li a {
    background-color: transparent  !important;
}

.fixed-btn ul li {
    overflow: hidden;

}

.dropdown-menu.show {
    display: block;
    max-width: max-content;
    min-width: 14rem !important;
    animation: slideDown 0.3s ease-in-out;
}

#show-search {
    color: black!important;
    font-size: 12px!important;
}

.carrier-title {
    padding-top: 10px !important;
}

@keyframes slideDown {
    from {
        transform: translateY(0);
        opacity: 0;
    }
    to {
        transform: translateY(-50%);
        opacity: 1;
    }
}

.list-style--circle {
    list-style: circle;
}

hr {
    margin: 0 !important;
}

.container {
    max-width: 1366px;
}

.container.container--md {
    max-width: 1100px;
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

.text-bold-600 {
    font-weight: 600 !important;
}

.text-lg {
    font-size: 18px !important;
}

.banner-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    height: 2.8em;
    white-space: normal;
    font-size: .75rem!important;
}

.nicescroll-cursors {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.link--with-border-bottom {
    color: #2196F3;
    background-color: transparent;
    border-bottom: 1px dashed #2196F3;
}

.link--with-border-bottom:hover {
    color: #1565c0;
}

.text-sm {
    font-size: 13px !important;
}

.border-bottom-dt {
    color: #007bff !important;
    border-bottom: 1px dashed #007bff;
}

.section-title {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.product-detail .product-variant .section-title {
    font-style: normal !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-align: right !important;
    margin-bottom: 10px !important;
}

.product-detail .card .product-variant::after {
    padding-bottom: 0 !important;
}

.section-title i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 30px;
    background: #eee;
    border-radius: 50%;
    box-sizing: border-box;
    color: #666;
    padding-top: 12px;
    margin-left: 20px;
    font-size: 24px;
    text-align: center;
}

.shadow-around {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 15px;
    overflow: hidden;
}

.rounded-md {
    border-radius: 10px;
}

.empty-box {
    padding: 80px 0;
    text-align: center;
}

.empty-box .icon {
    margin-bottom: 25px;
}

.empty-box .icon i {
    font-size: 40px;
    color: #dedede;
}

.empty-box .message p {
    font-size: 22px;
    color: #dedede;
}

.empty-box .pic img {
    max-width: 100%;
}

.empty-box.empty-box--404 .pic img {
    max-width: 500px;
}

.page-wrapper {
    direction: rtl;
}

.page-content {
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
}

.w-120 {
    width: 120px;
}

.rounded--top-0 {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.box {
    background-color: #fff;
    border: 0 !important;
    padding: 15px;
}

.box.box--rounded {
    border-radius: 15px;
}

.icon--xl {
    font-size: 45px;
}

.icon--lg {
    font-size: 35px;
}

.apexcharts-canvas .apexcharts-legend .apexcharts-legend-series .apexcharts-legend-text {
    margin-right: 5px;
}

.apexcharts-canvas .apexcharts-text,
.apexcharts-canvas .apexcharts-tooltip-title,
.apexcharts-canvas .apexcharts-xaxistooltip-text,
.apexcharts-canvas .apexcharts-tooltip-text-label,
.apexcharts-canvas .apexcharts-tooltip-text-value {
}

.apexcharts-canvas .apexcharts-tooltip-marker {
    margin-right: 0 !important;
    margin-left: 10px;
}

/*------------------------------------
    Badge
------------------------------------*/
.badge {
    border-radius: 7px;
    padding: 5px 7px;
}

/*------------------------------------
    Buttons
------------------------------------*/
.btn {
    border-radius: 7px;
    box-shadow: unset !important;
}

.btn .btn-with-spinner {
    display: inline-flex;
    align-items: center;
}

.btn.btn-dark {
    box-shadow: 0 2px 6px #728394;
}

.btn.btn-primary,
.btn.btn-outline-primary {
    border: 1px solid #007bff;
}

.btn.btn-secondary,
.btn.btn-outline-secondary {
    border: 1px solid #6c757d;
}

.btn.btn-success,
.btn.btn-outline-success {
    border: 1px solid #28a745;
}

.btn.btn-danger,
.btn.btn-outline-danger {
    border: 1px solid #dc3545;
}

.btn.btn-warning,
.btn.btn-outline-warning {
    border: 1px solid #ffc107;
}

.btn.btn-info,
.btn.btn-outline-info {
    border: 1px solid #17a2b8;
}

.btn.btn-light,
.btn.btn-outline-light {
    border: 1px solid #f8f9fa;
}

.btn.btn-dark,
.btn.btn-outline-dark {
    border: 1px solid #343a40;
}

.btn:focus {
    box-shadow: unset !important;
}

/*------------------------------------
    Card
------------------------------------*/
.product-card {
    position: relative;
    padding: 20px 20px 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s ease-in-out;
}

.product-card .product-card-top .badge {
    position: absolute;
    left: 5px;
    top: 7px;
}

.product-card .product-card-top .product-image {
    display: block;
    height: 100px;
    margin-bottom: 15px;
    text-align: center;
}

.product-card .product-card-top .product-image img {
    max-height: 100%;
    max-width: 100%;
    transition: 0.2s ease-in-out;
}

.product-card .product-card-top .product-card-actions {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 40px;
    border-radius: 2px;
    z-index: 1;
}

.product-card .product-card-top .product-card-actions button {
    height: 40px;
    width: 40px;
    line-height: 45px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 50%;
    margin-bottom: 7px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition: all 0.2s ease-in-out;
}

.product-card .product-card-top .product-card-actions button.added {
    visibility: visible;
    transform: scale(1);
}

.product-card .product-card-top .product-card-actions button.add-to-wishlist.added {
    color: #f44336;
    opacity: 1;
}

.product-card .product-card-top .product-card-actions button.add-to-compare.added {
    color: #0040ff;
    opacity: 1;
}

.product-card .product-card-top .product-card-actions button > i {
    font-size: 15px;
}

.product-card .product-card-top .product-card-actions button:focus {
    outline: none;
}

.product-card .product-card-middle {
    position: relative;
    height: 90px;
    margin-top: auto;
    padding-bottom: 9px;
    z-index: 0;
}

.product-card .product-card-middle .product-name {
    display: block;
    transition: 0.2s ease-in-out;
    z-index: 1;
}

.product-card .product-card-middle .product-name a {
    position: relative;
    font-weight: 400;
    line-height: 21px;
    max-height: 40px;
    display: block;
    color: #191919;
    background: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card .product-card-middle .product-name a:hover {
    color: #f44336;
}

.product-card .product-card-bottom {
    position: relative;
    padding: 12px 0 10px;
    border-top: 1px solid #f3f3f3;
    transition: 0.15s ease-in-out;
}

.product-card .product-card-bottom .btn-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    line-height: 25px;
    padding: 6px 0 4px;
    color: #fff;
    background: #007bff;
    border-radius: 7px;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(151, 151, 151);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition: 0.2s ease-in-out;
}

.product-card .product-card-bottom .btn-add-to-cart i {
    font-size: 18px;
    margin-left: 10px;
}

.product-card .product-card-bottom .btn-add-to-cart.btn-add-to-cart-outline {
    background-color: #fff;
    border: 1px solid #007bff;
    color: #007bff;
}

.product-card .product-price {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #007bff;
    cursor: default;
    position: relative;
    text-align: left;
    transition: 0.2s ease-in-out;
}

.product-card .product-price:after {
    content: "";
    position: absolute;
    left: -19px;
    top: -2px;
    height: 25px;
    width: 7px;
    background: #007bff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    transition: 0.2s ease-in-out;
}

.product-card .product-price.product-price-clone {
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.product-card .product-price.product-price-clone:after {
    left: -40px;
    top: -2px;
    opacity: 0;
    visibility: hidden;
}

.product-card.default-ui .product-card-middle .product-price.product-price-clone {
    display: none;
}

.product-card.default-ui .product-card-bottom .btn-add-to-cart {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    bottom: 0;
    margin-top: 10px;
    margin: 5px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%) #989898;
    background-blend-mode: multiply, multiply;
}

.product-card.default-ui .product-card-bottom .product-price {
    color: #989898;
}

.product-card.default-ui .product-card-bottom .product-price:after {
    background-color: #989898;
}

.product-card.default-ui:hover .ratings-container {
    opacity: 1;
    visibility: visible;
}

.product-card.default-ui:hover .product-name {
    transform: unset;
}

.product-card.default-ui:hover .product-price,
.product-card.default-ui:hover .product-price:after {
    opacity: 1;
    visibility: visible;
}

.product-card.product-card-horizontal {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
}

.product-card.product-card-horizontal .product-card-top {
    flex: 30%;
    max-width: 30%;
}

.product-card.product-card-horizontal .product-card-top .product-image {
    height: 80px;
}

.product-card.product-card-horizontal .product-card-middle {
    flex: 70%;
    max-width: 70%;
    margin: 0;
    padding: 0 15px;
}

.product-card.product-card-horizontal .product-card-middle .ratings-container {
    justify-content: flex-end;
}

.product-card.product-card-horizontal .product-card-middle .product-name {
    padding-left: 30px;
}

.product-card.product-card-horizontal .product-card-bottom {
    display: flex;
    flex: 100%;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 100%;
}

.product-card.product-card-horizontal .product-card-bottom .btn-add-to-cart {
    width: auto;
    padding: 5px 10px;
    position: relative;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.product-card.product-card-horizontal .product-price {
    width: 40%;
    text-align: right;
}

.product-card.product-card-horizontal .product-price:after {
    display: none;
}

.product-card.product-card-horizontal:hover .product-name {
    transform: translateY(0);
}

.product-card.product-card-horizontal:hover .ratings-container {
    opacity: 1;
    visibility: visible;
}

.product-card.product-card-horizontal:hover .product-price {
    opacity: 1;
    visibility: visible;
}

.product-card.product-card-horizontal:hover .product-price-clone {
    display: none;
}

.product-card:hover {
    border-color: #fff;
    z-index: 1;
}

.product-card:hover .product-card-actions button {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.product-card:hover .ratings-container {
    opacity: 0;
    visibility: hidden;
}

.product-card:hover .product-name {
    transform: translateY(-33px);
}

.product-card:hover .product-price,
.product-card:hover .product-price:after {
    opacity: 0;
    visibility: hidden;
}

.product-card:hover .product-price-clone {
    opacity: 1;
    visibility: visible;
    transform: translateX(-15px);
}

.product-card:hover .product-price-clone:after {
    opacity: 1;
    visibility: visible;
    transform: translateX(20px);
}

.product-card:hover .btn-add-to-cart {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.product-box {
    background-color: #fff;
}

.product-box .product-box--thumbnail-container {
    position: relative;
}

.product-box .product-box--link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.product-box .product-box--thumbnail {
    display: block;
    max-width: 220px;
    margin: auto;
}

.product-box .product-box--specialSell {
    display: block;
    height: 30px;
    background-image: url("../images/theme/specialSell.svg");
    background-position: right;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: 10px;
}

.product-box .product-box--detail {
    padding: 15px 5px;
}

.product-box .product-box--title {
    font-size: 13px!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important; /* نمایش فقط دو خط */
    -webkit-box-orient: vertical!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    line-height: 24px!important; /* فاصله بین خطوط */
    letter-spacing: -.5px!important;
    height: 3.5em!important; /* باید برابر ۲ × line-height باشد */
    white-space: normal!important; /* برای جلوگیری از نمایش در یک خط */
}

.product-box .product-box--title:hover {
    color: #f44336;
}

.product-box .product-box--title a {
    color: inherit;
}

.product-box .product-box--price-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-box .product-box--price-container .product-box--price-discount {
    background-color: #f44336;
    border-radius: 25rem;
    color: #fff;
    padding: 0 8px;
}

.product-box .product-box--price-container .product-box--price {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-weight: 700;
}

.product-box .product-box--price-container .product-box--price-now {
    display: flex;
}

.product-box .product-box--price-container .product-box--price-old {
    color: #ccc;
}

.product-box .product-box--price-container .product-box--price-currency {
    margin-right: 5px;
}

.product-box .product-box--action {
    display: flex;
}

.product-box .product-box--action .product-box--action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 8px;
    height: 40px;
    padding: 0 10px;
    margin-left: 5px;
    margin-top: 10px;
    color: #979797;
}

.product-box .product-box--action .product-box--action-btn:last-child {
    margin-left: 0;
}

.product-box .product-box--action .product-box--action-btn.product-box--action-cart {
    flex-grow: 1;
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
}

.product-box.product-box-horizontal {
    display: flex;
}

.product-box.product-box-horizontal .product-box--thumbnail-container {
    flex-shrink: 0;
    width: 100px;
}

.product-box.product-box-horizontal .product-box--thumbnail-container .product-box--thumbnail {
    max-width: 100%;
}

.product-box.product-box-horizontal .product-box--detail {
    flex-grow: 1;
}

.product-box.product-box-horizontal .product-box--title {
    -webkit-line-clamp: 1;
}

.product-box.product-box-horizontal .product-box--action {
    justify-content: flex-end;
}

.product-box.product-box-horizontal .product-box--action .product-box--action-btn.product-box--action-cart {
    flex-grow: unset;
    padding-right: 20px;
    padding-left: 20px;
}

.blog-listing-items {
    background-color: transparent !important;
    border: 0 !important;
    overflow: unset !important;
}

.blog-listing-items:before {
    display: none;
}

.blog-card {
    background-color: #fff;
}

.blog-card .blog-card-thumbnail {
    overflow: hidden;
    border-radius: 10px;
}

.blog-card .blog-card-thumbnail a {
    display: block;
}

.blog-card .blog-card-thumbnail a img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.blog-card .blog-card-title {
    padding: 10px 10px 0;
}

.blog-card .blog-card-title h2 {
    font-size: 16px;
    text-align: center;
    height: 50px;
    width: 230px;
    margin: 0 auto 10px;
}

.blog-card .blog-card-title h2 a {
    color: #212121;
}

.blog-card .blog-card-title h2 a:hover {
    color: #007bff;
}

.blog-card .blog-card-excerpt {
    padding: 0 10px;
    margin-bottom: 10px;
}

.blog-card .blog-card-excerpt p {
    color: #6a6a6a;
    text-align: center;
    height: 70px;
    overflow: hidden;
    position: relative;
}

.blog-card .blog-card-excerpt p::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 80px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    width: 100%;
    margin: auto;
}

.blog-card .blog-card-body {
    padding: 25px 0;
}

.blog-card .blog-card-body p {
    color: #6a6a6a;
    line-height: 30px;
    font-size: 16px;
}

.blog-card .blog-card-body img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

.blog-card .blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 5px;
}

.blog-card .blog-card-footer .author img {
    max-width: 35px;
    border-radius: 50%;
    margin-left: 5px;
}

.blog-card .blog-card-footer .author a {
    color: #000;
    font-size: 13px;
}

.blog-card .blog-card-footer .author a:hover {
    color: #007bff;
}

.blog-card .blog-card-footer .date {
    font-size: 11px;
    color: #979797;
}

.blog-card.single-blog .blog-card-title h2 {
    width: 100%;
    height: auto;
}

.blog-card:hover .blog-card-thumbnail img {
    transform: scale(1.2);
}

.product-item--file {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.product-item--file .product-item-thumbnail {
    margin-bottom: 20px;
}

.product-item--file .product-item-thumbnail a {
    display: block;
}

.product-item--file .product-item-thumbnail a img {
    max-width: 100%;
}

.product-item--file .product-item-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

.product-item--file .product-item-body .product-title h2 {
    font-size: 16px;
}

.product-item--file .product-item-body .product-title h2 a {
    color: #000;
}

.product-item--file .product-item-body .product-price {
    font-size: 18px;
    font-weight: bold;
}

.product-item--file .product-item-body .discount {
    display: inline-flex;
    background-color: #f5f5f5;
    border-radius: 5px;
    color: #000;
    padding: 0 10px;
    margin-left: 15px;
}

.product-item--file .product-item-body .seller img {
    max-width: 35px;
    border-radius: 50%;
    margin-left: 5px;
}

.product-item--file .product-item-body .seller a {
    color: #000;
    font-size: 13px;
}

.product-item--file .product-item-body .product-feature ul {
    display: flex;
}

.product-item--file .product-item-body .product-feature ul li {
    width: 30px;
    height: 30px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
}

.product-item--file .product-item-body .product-feature ul li:last-child {
    margin-left: 0;
}

.product-item--file.product-item--file-horizontal {
    display: flex;
    margin: 10px;
    padding: 15px 10px;
    border-radius: 10px;
}

.product-item--file.product-item--file-horizontal .product-item-thumbnail {
    margin-bottom: 0;
}

.product-item--file.product-item--file-horizontal .product-item-thumbnail a img {
    max-width: 80px;
    max-height: 80px;
}

.product-item--file.product-item--file-horizontal .product-item-body::after {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    background: #007bff;
    left: -10px;
    border-radius: 0px 5px 5px 0px;
}

.product-item--file.product-item--file-horizontal .product-item-body .discount {
    margin-left: 0;
}

/*------------------------------------
    Form
------------------------------------*/
.custom-control {
    padding-left: 0;
}

.custom-control .custom-control-label {
    padding-right: 1.5rem;
    cursor: pointer;
}

.custom-control .custom-control-label::before,
.custom-control .custom-control-label::after {
    right: 0;
    left: auto;
}

.custom-control.custom-switch .custom-control-label {
    padding-right: 35px;
}

.custom-control.custom-switch .custom-control-label::after {
    right: 2px;
}

.custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2196f3;
    border-color: #2196f3;
}

.custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(-0.75rem);
}

.custom-control.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: unset;
}

.filter-range {
    list-style: none;
    display: flex;
}

.filter-range li {
    width: 50%;
    text-align: center;
    font-size: 13px;
    font-size: 0.929rem;
    line-height: 1.692;
    letter-spacing: 0.3px;
    color: #858585;
    padding: 13px 15px 20px;
}

.filter-range li:after,
.filter-range li:before {
    display: block;
}

.filter-range li:before {
    content: attr(data-label);
}

.filter-range input[type=text] {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    background-color: #f8f8f8;
    display: inline-block;
    overflow: hidden;
    border: none;
    margin: 6px 0;
    text-align: center;
    color: #3c3c3c;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: 0.3px;
}

.filter-range input.disabled {
    opacity: 0.5;
    cursor: default !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.filter-range li:after {
    content: attr(data-currency);
}

.filter-price {
    text-align: center;
    margin-top: 30px;
}

.price-slider.noUi-horizontal .noUi-base {
    position: absolute;
    top: 0;
}

.filter-slider .noUi-target {
    height: 4px;
    border: 0;
    border-radius: 0;
    background-color: #e7e7e7;
    box-shadow: none;
}

.price-slider .noUi-connect {
    background-color: #35ccde;
    box-shadow: unset;
}

.price-slider .noUi-handle {
    outline: none;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.39);
    border-radius: 50%;
    border: none;
}

.price-slider.noUi-horizontal .noUi-handle {
    width: 19px;
    height: 19px;
    top: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower {
    right: 0;
}

.price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Pro";
    right: 7px;
    top: -5px;
    font-size: 20px;
    font-weight: 700;
    color: #ababab;
}

.price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper {
    left: 0;
}

.price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    left: 13px;
    top: -5px;
    font-size: 20px;
    font-weight: 700;
    color: #ababab;
}

.price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper:after,
.price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower:after {
    display: none;
}

.price-slider.noUi-horizontal .noUi-handle:before {
    background-color: #fff;
}

.add-rating {
    direction: rtl;
}

.add-rating input {
    display: none;
}

.add-rating input:checked ~ label::before,
.add-rating input:checked ~ label ~ label::before {
    color: #ffeb3b;
}

.add-rating input:not(:checked) ~ label:hover,
.add-rating input:not(:checked) ~ label:hover ~ label::before {
    color: #ffeb3b;
}

.add-rating label {
    margin-bottom: 0;
}

.add-rating label:before {
    content: "\f005";
    font-family: "Font Awesome 5 Duotone";
    font-size: 26px;
    color: #979797;
    cursor: pointer;
    transition: 0.3s;
}

.input-radio-color {
    display: block;
}

.input-radio-color__list {
    padding: 1px 0;
    display: flex;
    margin: -2px;
}

.input-radio-color__item {
    width: 30px;
    height: 30px;
    display: block;
    margin: 2px;
    cursor: pointer;
}

.input-radio-color__item input {
    pointer-events: none;
    opacity: 0;
    position: absolute;
}

.input-radio-color__item span {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 15px;
    background: currentColor;
    transform: scale(0.73333);
    transition: transform 0.2s;
}

.input-radio-color__item span:after,
.input-radio-color__item span:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 1000px;
}

.input-radio-color__item span:before {
    left: 3px;
    top: 3px;
    width: 24px;
    height: 24px;
    background: #fff;
    transform: scale(0);
    transition: transform 0.2s;
}

.input-radio-color__item span:after {
    left: 8px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: currentColor;
    transform: scale(0);
    transition: transform 0.2s;
}

.input-radio-color__item:hover input:enabled ~ span {
    transform: scale(0.86667);
}

.input-radio-color__item input:enabled:checked ~ span,
.input-radio-color__item input:enabled:checked ~ span:after,
.input-radio-color__item input:enabled:checked ~ span:before {
    transform: scale(1);
}

.input-radio-color__item--disabled {
    cursor: default;
}

.input-radio-color__item--disabled span {
    transform: scale(0.75);
}

.input-radio-color__item--disabled span:before {
    transform: scale(1.33) rotate(45deg);
    left: 14px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: rgba(0, 0, 0, 0.3);
}

.input-radio-color__item--white span,
.input-radio-color__item--white span:after {
    box-shadow: inset 0 0 0 2px #ccc;
}

/*------------------------------------
    Rating
------------------------------------*/
.ratings-container {
    direction: ltr;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1;
    white-space: nowrap;
}

.ratings-container .ratings,
.ratings-container .ratings-val {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: "Ionicons";
}

.ratings-container .ratings {
    position: relative;
    color: #ccc;
}

.ratings-container .ratings:before {
    content: "☆" "☆" "☆" "☆" "☆";
}

.ratings-container .ratings-val {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fcb941;
}

.ratings-container .ratings-val:before {
    content: "★" "★" "★" "★" "★";
}

/*------------------------------------
    Modal
------------------------------------*/
.modal {
    padding-right: 0 !important;
}

.modal .modal-dialog .modal-content {
    border: 1px solid #ededed;
    border-radius: 7px;
}

.modal .modal-dialog .modal-content .modal-header,
.modal .modal-dialog .modal-content .modal-footer {
    border: 0;
}

.modal .modal-dialog .modal-content .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal .modal-dialog .modal-content .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 15px;
    font-size: 30px !important;
}

.modal-backdrop.show {
    opacity: 0.2;
}

.modal-open {
    padding-right: 0 !important;
    overflow: auto !important;
}

/*------------------------------------
    Navs
------------------------------------*/
.nav-tabs {
    border-bottom: 0;
}

.nav-tabs li a {
    border: 0 !important;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 3px solid transparent !important;
    color: #17a2b8;
}

.nav-tabs li a.active {
    border-color: #000 !important;
}

.nav-tabs li a.related-category {
    border: 0 !important;
    font-weight: 500;
    margin-bottom: 10px!important;
}

.nav-tabs li a.related-category.active {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5) !important;
}

/*------------------------------------
    SweetAlert
------------------------------------*/
.swal2-popup {
    border-radius: 15px !important;
}

.swal2-popup button.swal2-styled {
    border-radius: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: normal;
}

.swal2-popup button.swal2-styled:focus {
    box-shadow: unset;
}

/*------------------------------------
    Select2
------------------------------------*/
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection {
    background-color: #fff;
    width: 100% !important;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 7px;
    line-height: 20px;
}

.select2-container .select2-selection .select2-selection__rendered {
    line-height: 50px;
}

.select2-container .select2-selection .select2-selection__arrow {
    height: 50px;
}

.select2-container .select2-selection:focus {
    outline: none;
}

.select2-container .select2-dropdown {
    background-color: #fff;
    border: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.select2-container .select2-dropdown .select2-search__field {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 7px;
}

.select2-container .select2-dropdown ul li {
    font-size: 13px;
}

/*------------------------------------
    Table
------------------------------------*/
.compare-table tr {
    border: 0;
}

.compare-table tr td:last-child,
.compare-table tr th:last-child {
    border-left: 0;
}

.compare-table td,
.compare-table th {
    border: 1px solid #eee;
    border-top: 0;
    vertical-align: middle;
}

.compare-table.product-detail .product-title h1 {
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
    font-size: 13px;
}

.compare-table.product-detail .product-price .product-price-raw {
    font-size: 20px;
}

.compare-table.product-detail .product-price .product-price-off {
    font-size: 12px;
    margin-right: 5px !important;
}

.compare-table.product-detail .product-price .product-price-off::before {
    display: none;
}

.compare-table.product-detail .ratings-container {
    margin-bottom: 0;
}

.compare-table.product-detail .ratings-container .ratings,
.compare-table.product-detail .ratings-container .ratings-val {
    font-size: 23px;
}

/*------------------------------------
    Tooltip
------------------------------------*/
.tooltip .arrow {
    display: none;
}

.tooltip .tooltip-inner {
    background-color: #fff;
    color: #000;
    font-size: 13px;
}

.tooltip.show {
    opacity: 1;
}

/*------------------------------------
    Header
------------------------------------*/
header.page-header {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

header.page-header.page-header--dark {
    background-color: #212529;
}

header.page-header.page-header--dark .top-page-header {
    padding-right: 0;
    padding-left: 0;
    border-color: #363636;
}

header.page-header.page-header--dark .top-page-header ul li {
    color: #fff !important;
}

header.page-header.page-header--dark .bottom-page-header {
    background-color: #212529;
    margin-right: -15px;
    margin-left: -15px;
}

header.page-header.page-header--dark .bottom-page-header .user-items .user-item > a {
    color: #fff;
}

header.page-header.header-unset--box-shadow {
    box-shadow: unset;
}

header.page-header .top-page-header {
    padding: 15px;
    border-bottom: 1px solid #f8f8f8;
}

header.page-header .top-page-header .contact-list ul {
    display: flex;
}

header.page-header .top-page-header .contact-list ul li {
    color: #000;
    margin-left: 15px;
}

header.page-header .top-page-header .contact-list ul li:last-child {
    margin-left: 0;
}

header.page-header .top-page-header .contact-list ul li i {
    color: inherit;
    margin-left: 7px;
}

header.page-header .top-page-header .contact-list ul li a {
    color: inherit;
    font-size: 15px;
}

header.page-header .top-page-header .top-header-menu ul {
    display: flex;
}

header.page-header .top-page-header .top-header-menu ul li {
    color: #000;
    margin-right: 15px;
}

header.page-header .top-page-header .top-header-menu ul li:first-child {
    margin-right: 0;
}

header.page-header .top-page-header .top-header-menu ul li a {
    color: inherit;
}

header.page-header .bottom-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 0;
    position: relative;
    z-index: 100;
}

header.page-header .bottom-page-header .site-logo {
    margin-left: 45px;
}

header.page-header .bottom-page-header .site-logo a {
    display: block;
}

header.page-header .bottom-page-header .site-logo a img {
    max-width: 100%;
}

header.page-header .bottom-page-header .search-box {
    position: relative;
    max-width: 652px;
    width: 652px;
}

header.page-header .bottom-page-header .search-box form {
    position: relative;
}

header.page-header .bottom-page-header .search-box form input {
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding-right: 15px;
}


header.page-header .bottom-page-header .search-box form i {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #007bff;
    font-size: 21px;
}

header.page-header .bottom-page-header .search-box .search-result svg {
    width: 20px !important;
    height: 20px !important;
    fill: #9c9d9e !important;
}

header.page-header .bottom-page-header .search-box .search-part {
    padding-bottom: 28px;
}

header.page-header .bottom-page-header .search-box #search-history div {
    margin-bottom: 28px;
}

header.page-header .bottom-page-header .search-box .search-part #icon-trash {
    float: left;
    margin-top: 10px;
}

header.page-header .bottom-page-header .search-box .search-part h6 {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #333;
    white-space: nowrap;
}

header.page-header .bottom-page-header .search-box .search-part button {
    display: block;
    white-space: nowrap;
    padding: 7px 1.5rem 5px;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
    color: #666;
    border: 1px solid #ced0d0;
    border-radius: 9999px;
}

header.page-header .bottom-page-header .search-box .search-part button:hover {
    color: #fff;
}

header.page-header .bottom-page-header .search-box .search-result .search-result-text p {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-right: .5rem;
    margin-left: .5rem;
    color: #666;
    white-space: nowrap;
    display: inline-block;
}

header.page-header .bottom-page-header .search-box .search-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 1rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    z-index: 100;
    display: none;
}

header.page-header .bottom-page-header .search-box .search-result .search-category {
    height: 120px;
    gap: .5rem;
    scroll-behavior: smooth;
    padding: .5rem 0;
    scrollbar-width: thin;
    scroll-margin: 15px !important;
}

header.page-header .bottom-page-header .search-box .search-result .search-category-item {
    width: 70px;
    min-height: 99px;
    height: auto;
    max-height: 100%;
    cursor: pointer;
}

header.page-header .bottom-page-header .search-box .search-result .search-category-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #f3f8fd;
    padding: .5rem;
}

header.page-header .bottom-page-header .search-box .search-result .search-category-item span img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 100%;

}

header.page-header .bottom-page-header .search-box .search-result .search-category-item div {
    width: 100%;
    max-height: 38px;
    text-align: center;
    font-size: .75rem;
    line-height: 1.15rem;
    color: #161616;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-line;
}

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

header.page-header .bottom-page-header .search-box .search-result .search-result-list li a {
    color: #000;
    line-height: 30px;
}

header.page-header .bottom-page-header .search-box .search-result .search-result-list li a:hover {
    color: #007bff;
}

header.page-header .bottom-page-header .search-box .search-result .search-result-most-view {
    display: flex;
    align-items: center;
}

header.page-header .bottom-page-header .search-box .search-result .search-result-most-view li {
    margin-left: 10px;
}

header.page-header .bottom-page-header .search-box .search-result .search-result-most-view li:last-child {
    margin-left: 0;
}

header.page-header .bottom-page-header .search-box .search-result .search-result-most-view li a {
    display: inline-flex;
    padding: 5px 15px;
    background-color: #eee;
    border-radius: 10px;
    color: #000;
}

header.page-header .bottom-page-header .search-box .search-result .search-result-most-view li a:hover {
    background-color: #007bff;
    color: #fff;
}

header.page-header .bottom-page-header .user-items {
    display: flex;
    align-items: center;
}

header.page-header .bottom-page-header .user-items .user-item {
    margin-right: 20px;
    position: relative;
}

header.page-header .bottom-page-header .user-items .user-item:first-child {
    margin-right: 0;
}

header.page-header .bottom-page-header .user-items .user-item > a {
    display: inline-flex;
    align-items: center;
    color: #000;
    position: relative;
}

header.page-header .bottom-page-header .user-items .user-item > a i {
    font-size: 24px;
}

header.page-header .bottom-page-header .user-items .user-item > a span.bag-items-number {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 18px;
    height: 18px;
    background-color: #007bff;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

header.page-header .bottom-page-header .user-items .user-item > a.btn-auth {
    display: flex;
    align-items: center;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 7px;
    color: #000;
    padding-right: 15px;
    padding-left: 15px;
}

header.page-header .bottom-page-header .user-items .user-item > a.btn-auth i {
    margin-left: 7px;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul {
    position: absolute;
    left: 0;
    top: 120%;
    width: 400px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(187, 187, 187);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li {
    display: block;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul {
    height: 250px;
    padding: 20px 20px 30px;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item {
    padding: 7px 10px;
    position: relative;
    background-color: #fff;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item img {
    max-width: 50px;
    border-radius: 7px;
    margin-left: 7px;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item .color {
    cursor: default;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item .color span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 7px;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item .title-item {
    font-size: 13px;
    color: #000;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item .price {
    font-weight: bold;
    font-size: 15px;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-items ul .cart-item .remove-item {
    position: absolute;
    bottom: 5px;
    left: 10px;
    background-color: transparent;
    border: 0;
    font-size: 20px;
    outline: none;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-footer {
    background-color: #fff;
    padding: 15px 10px;
    border-top: 2px solid #c1c1c1;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-footer .price {
    cursor: default;
    font-weight: bold;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-footer .total {
    font-weight: bold;
    font-size: 16px;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-footer .btn-cart {
    display: block;
    background-color: #007bff;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list > ul li.cart-footer .btn-cart:hover {
    box-shadow: 0 0.5rem 1.125rem -0.5rem #007bff;
}

header.page-header .bottom-page-header .user-items .user-item.cart-list:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

header.page-header .bottom-page-header .user-items .user-item.account > a i {
    transition: all 0.1s ease;
}

header.page-header .bottom-page-header .user-items .user-item.account ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    padding: 10px;
    z-index: 1;
    display: none;
}

header.page-header .bottom-page-header .user-items .user-item.account ul hr {
    margin: 10px 0 !important;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li a {
    display: inline-block;
    line-height: 35px;
    color: #000;
    transition: all 0.2s ease;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li a.border-bottom-dt {
    line-height: unset;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li a:hover {
    color: #007bff;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li span {
    cursor: default;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container {
    padding-top: 8px;
    padding-bottom: 12px;
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a {
    line-height: unset;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user {
    display: flex;
    align-items: center;
    padding: 0 12px;
    position: relative;
    z-index: 1;
    line-height: 10px;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user .header-profile-dropdown-user-img {
    width: 32px;
    height: 32px;
    border: 1px solid #424750;
    border-radius: 50%;
    background: #fff;
    background-size: contain;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user .header-profile-dropdown-user-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user .header-profile-dropdown-user-info {
    margin-right: 8px;
    width: 80%;
    text-align: right;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-name {
    font-size: 14px;
    line-height: 1.571;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 5px;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-profile-link {
    display: flex;
    align-items: center;
    color: #19bfd3;
    font-size: 12px;
    cursor: pointer;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-user .header-profile-dropdown-user-info .header-profile-dropdown-user-profile-link:after {
    content: "\f0d9";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account {
    display: block;
    position: relative;
    padding-right: 52px;
    padding-left: 16px;
    padding-top: 12px;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #c0c2c5;
    position: absolute;
    right: 28px;
    top: -18px;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account .header-profile-dropdown-account-item {
    font-size: 10px;
    line-height: 2.2;
    position: relative;
    color: #81858b;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account .header-profile-dropdown-account-item:before {
    content: "";
    display: block;
    width: 1px;
    height: 33px;
    background: #c0c2c5;
    position: absolute;
    right: -24px;
    top: -23px;
}

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

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-amount,
header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-title {
    line-height: normal !important;
}

header.page-header .bottom-page-header .user-items .user-item.account ul li.header-profile-dropdown-account-container a .header-profile-dropdown-account .header-profile-dropdown-account-item .header-profile-dropdown-account-item-amount-number {
    color: #424750;
    font-size: 12px;
    font-weight: bold;
}

header.page-header .bottom-page-header .user-items .user-item.account:hover > a i {
    transform: rotate(180deg);
}

header.page-header .bottom-page-header .user-items .user-item.account:hover ul {
    display: block;
}

header.page-header .nav-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    z-index: 99;
}

header.page-header .nav-wrapper > ul {
    display: flex;
    position: relative;
    max-width: 1366px;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
}

header.page-header .nav-wrapper > ul > li {
    margin-right: 20px;
}

header.page-header .nav-wrapper > ul > li:first-child {
    margin-right: 0;
}

header.page-header .nav-wrapper > ul > li > a {
    display: flex !important;
    align-items: center;
    font-weight: 500;
}

header.page-header .nav-wrapper > ul > li > a i {
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
}

header.page-header .nav-wrapper > ul > li > a:hover {
    color: #007bff;
}

header.page-header .nav-wrapper > ul > li a {
    display: block;
    color: #000;
    line-height: 55px;
}

header.page-header .nav-wrapper > ul > li.category-list:before {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 1100px;
    min-height: 455px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    display: none;
}

header.page-header .nav-wrapper > ul > li.category-list > ul {
    width: 220px;
    min-height: 455px;
    position: absolute;
    right: 0;
    top: 100%;
    border-left: 1px solid #e0e0e0;
    display: none;
}

header.page-header .nav-wrapper > ul > li.category-list > ul > li a {
    transition: all 0.2s ease;
}

header.page-header .nav-wrapper > ul > li.category-list > ul > li > a {
    line-height: 45px;
    padding-right: 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

header.page-header .nav-wrapper > ul > li.category-list > ul > li.active > a {
    background-color: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

header.page-header .nav-wrapper > ul > li.category-list > ul > li.active > ul {
    display: flex;
    align-content: flex-start;
}

header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul {
    width: 870px;
    height: 450px;
    overflow: scroll;
    position: absolute;
    right: 220px;
    top: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 1px;
    background-color: #fff;
    display: none;
}

header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul > li {
    padding-right: 10px;
    padding-left: 10px;
}

header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul > li a:hover {
    color: #007bff;
    padding-right: 4px;
}

header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul > li > a {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul > li > a:after {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    position: relative;
    left: -3px;
}

header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul > li > ul li a {
    color: #a6a6a6;
    font-size: 13px;
    line-height: 27px;
}

header.page-header .nav-wrapper > ul > li.category-list > ul > li > ul > li .list-item--image:hover {
    padding-right: 0;
}

header.page-header .nav-wrapper > ul > li.category-list:hover:before,
header.page-header .nav-wrapper > ul > li.category-list:hover > ul {
    display: block;
}

header.page-header .nav-wrapper > ul > li.mega-menu {
    position: relative;
}

header.page-header .nav-wrapper > ul > li.mega-menu > ul {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    padding-bottom: 15px;
    display: none;
}

header.page-header .nav-wrapper > ul > li.mega-menu > ul li a {
    line-height: 30px;
}

header.page-header .nav-wrapper > ul > li.mega-menu > ul li a:hover {
    color: #007bff !important;
}

header.page-header .nav-wrapper > ul > li.mega-menu > ul li a i {
    color: #007bff;
    margin-left: 5px;
}

header.page-header .nav-wrapper > ul > li.mega-menu > ul li a img {
    max-width: 100%;
}

header.page-header .nav-wrapper > ul > li.mega-menu.mega-menu-3-columns > ul {
    width: 768px;
}

header.page-header .nav-wrapper > ul > li.mega-menu:hover > ul {
    display: flex;
}

header.page-header .nav-wrapper > ul > li.dropdown--list {
    position: relative;
}

header.page-header .nav-wrapper > ul > li.dropdown--list ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 210px;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

header.page-header .nav-wrapper > ul > li.dropdown--list ul li {
    position: relative;
}

header.page-header .nav-wrapper > ul > li.dropdown--list ul li a {
    padding: 0 10px;
    line-height: 35px;
}

header.page-header .nav-wrapper > ul > li.dropdown--list ul li a i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

header.page-header .nav-wrapper > ul > li.dropdown--list ul li a:hover {
    color: #007bff;
}

header.page-header .nav-wrapper > ul > li.dropdown--list ul li ul {
    position: absolute;
    top: 10px;
    right: 100%;
    width: 210px;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

header.page-header .nav-wrapper > ul > li.dropdown--list ul li:hover > ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

header.page-header .nav-wrapper > ul > li.dropdown--list:hover > ul {
    opacity: 1;
    visibility: visible;
}

header.page-header .nav-wrapper.nav-wrapper--dark {
    background-color: #212529;
}

header.page-header .nav-wrapper.nav-wrapper--dark > ul {
    max-width: 1100px;
    margin: auto;
}

header.page-header .nav-wrapper.nav-wrapper--dark > ul > li:first-child {
    margin-right: 0;
}

header.page-header .nav-wrapper.nav-wrapper--dark > ul > li > a {
    color: #fff;
}

header.page-header .nav-wrapper.hidden--nav-wrapper {
    transform: translateY(-100%);
}

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

.landing-button {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    z-index: 999;
}

.landing-button:hover {
    background-color: var(--primary-color);
    color: #FFFFFF !important;
}

@media screen and (max-width: 1100px) {
    header.page-header .bottom-page-header .search-box {
        width: 530px !important;
    }
}

.page-header-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 99;
}

/*------------------------------------
    Header Responsive
------------------------------------*/
.header-responsive {
    background-color: #fff;
    padding: 0 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: none;
}

.header-responsive.fixed--header-top {
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    padding: 10px;
    top: -10px;
    z-index: 100;
}

.header-responsive.fixed--header-top .header-bottom {
    transition: all 0.2s ease;
}

.header-responsive.fixed--header-top.fixed .header-top {
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.header-responsive.fixed--header-top.fixed .header-bottom {
    position: absolute;
    right: 0;
    left: 0;
    background-color: #fff;
    transform: translateY(-175%);
}

.header-responsive .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.header-responsive .header-top .side-navigation-wrapper .btn-toggle-side-navigation {
    background-color: transparent;
}

.header-responsive .header-top .side-navigation-wrapper .btn-toggle-side-navigation i {
    font-size: 18px;
}

.header-responsive .header-top .side-navigation-wrapper .side-navigation {
    position: fixed;
    top: 0;
    right: -290px;
    width: 290px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: all 0.2s ease;
    z-index: 100;
}

.header-responsive .header-top .side-navigation-wrapper .side-navigation.toggle {
    right: 0;
}

.header-responsive .header-top .side-navigation-wrapper .side-navigation .site-logo {
    padding: 20px 15px;
}

.header-responsive .header-top .side-navigation-wrapper .side-navigation .site-logo a {
    display: block;
}

.header-responsive .header-top .side-navigation-wrapper .side-navigation .site-logo a img {
    max-width: 100%;
}

.header-responsive .header-top .side-navigation-wrapper .side-navigation .divider {
    height: 1px;
    background-color: #ececec;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-responsive .header-top .side-navigation-wrapper .side-navigation ul.not-list-children li a {
    display: block;
    color: #000;
    padding: 5px 15px;
}

.header-responsive .header-top .side-navigation-wrapper .side-navigation ul.not-list-children li a i {
    margin-left: 5px;
}

.header-responsive .header-top .side-navigation-wrapper .side-navigation .category-list li a {
    display: block;
    color: #000;
    padding: 5px 15px;
}

.header-responsive .header-top .side-navigation-wrapper .side-navigation .category-list li.has-children > a {
    position: relative;
}

.header-responsive .header-top .side-navigation-wrapper .side-navigation .category-list li.has-children > a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 15px;
    top: 5px;
}

.header-responsive .header-top .side-navigation-wrapper .side-navigation .category-list li.has-children > a.active:after {
    transform: rotate(180deg);
}

.header-responsive .header-top .side-navigation-wrapper .side-navigation .category-list li.has-children ul {
    display: none;
    background-color: #f0f0f1;
    padding: 15px 20px 15px 15px;
}

.header-responsive .header-top .side-navigation-wrapper .overlay-side-navigation {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.header-responsive .header-top .site-logo a {
    display: block;
}

.header-responsive .header-top .site-logo a img {
    max-width: 100%;
}

.header-responsive .header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header-responsive .header-tools a {
    color: #000;
    margin-left: 7px;
    position: relative;
}

.header-responsive .header-tools a:last-child {
    margin-left: 0;
}

.header-responsive .header-tools a i {
    font-size: 18px;
}

.header-responsive .header-tools a .bag-items-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 18px;
    height: 18px;
    background-color: #007bff;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.header-responsive .cart-side .cart-side-content {
    position: fixed;
    top: 0;
    left: -300px;
    width: 290px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: all 0.2s ease;
    z-index: 100;
}

.header-responsive .cart-side .cart-side-content.toggle {
    left: 0;
}

.header-responsive .cart-side .cart-side-content > ul {
    position: relative;
    height: 100%;
}

.header-responsive .cart-side .cart-items ul .cart-item {
    padding: 7px 10px;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
}

.header-responsive .cart-side .cart-items ul .cart-item:last-child {
    border-bottom: 0;
}

.header-responsive .cart-side .cart-items ul .cart-item img {
    max-width: 50px;
    border-radius: 7px;
    margin-left: 7px;
}

.header-responsive .cart-side .cart-items ul .cart-item .color {
    cursor: default;
}

.header-responsive .cart-side .cart-items ul .cart-item .color span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 7px;
}

.header-responsive .cart-side .cart-items ul .cart-item .title-item {
    font-size: 13px;
    color: #000;
}

.header-responsive .cart-side .cart-items ul .cart-item .price {
    font-weight: bold;
}

.header-responsive .cart-side .cart-items ul .cart-item .remove-item {
    position: absolute;
    bottom: 5px;
    left: 10px;
    background-color: transparent;
    border: 0;
    font-size: 20px;
    outline: none;
}

.header-responsive .cart-side .cart-items ul .cart-item:hover {
    background-color: #f5f5f5;
}

.footer-content-info {
    font-size: 16px !important;
    font-weight: 500;
    color: #000 !important;
}

.header-responsive .cart-side .cart-footer {
    position: -webkit-sticky;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
}

.header-responsive .cart-side .cart-footer .price {
    cursor: default;
    font-weight: bold;
}

.header-responsive .cart-side .cart-footer .total {
    font-weight: bold;
    font-size: 16px;
}

.header-responsive .cart-side .cart-footer .btn-cart {
    display: block;
    background-color: #007bff;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
}

.header-responsive .cart-side .cart-footer .btn-cart:hover {
    box-shadow: 0 0.5rem 1.125rem -0.5rem #007bff;
}

.header-responsive .cart-side .overlay-cart-side {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 99;
}

/*------------------------------------
    Banner
------------------------------------*/
.banner a {
    display: block;
}

.banner a img {
    display: block;
    max-width: 100%;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.banner a img.box-shaow-unset {
    box-shadow: unset;
}

.banner a img.has-border {
    border: 1px solid #ededed;
}

/*------------------------------------
    Breadcrumb
------------------------------------*/
.breadcrumb {
    background: transparent;
    padding: 10px 0 0 0;
}

.breadcrumb nav {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 10px 0;
}

.breadcrumb nav a {
    color: #6a6a6a;
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    font-family: Verdana, Shabnam;
}

.breadcrumb nav a::after {
    content: "/";
    font-size: 13px;
    font-weight: 300;
    position: absolute;
    top: 0px;
    left: -10px;
}

.breadcrumb nav a:last-child::after {
    display: none;
}

/*------------------------------------
    Authentication
------------------------------------*/
.auth-page-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-flow: column;
    justify-content: center;
    height: 100vh;
}

.auth-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-wrapper .auth-form {
    width: 480px;
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 60px;
}

.auth-wrapper .auth-form .site-logo {
    text-align: center;
    margin-bottom: 15px;
}

.auth-wrapper .auth-form .site-logo a {
    display: block;
}

.auth-wrapper .auth-form .site-logo a img {
    max-width: 100%;
}

.auth-wrapper .auth-form .auth-form-title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.form-element-row {
    margin-bottom: 15px;
}

.form-element-row .label-element {
    display: block;
}

.form-element-row .input-element {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 7px;
    line-height: 20px;
    padding: 15px;
}

.form-element-row .input-element:focus {
    outline: none;
}

.form-element-row .btn-element {
    text-align: center;
    height: 45px;
    border-radius: 10px;
    padding: 0 15px;
}

.form-element-row .btn-element i {
    margin-left: 10px;
}

.form-element-row .btn-element.btn-success-element {
    background-color: #0ba360;
    color: #fff;
}

.form-element-row .btn-element.btn-info-element {
    background-color: #007bff;
    color: #fff;
}

.form-element-row .btn-element.btn-warning-element {
    background-color: #ffc107;
    color: #000;
}

.form-element-row .btn-element.btn-danger-element {
    background-color: #f44336;
    color: #fff;
}

.form-element-row .form-element-with-icon {
    position: relative;
}

.form-element-row .form-element-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.form-element-row .container-checkbox {
    font-size: 14px;
}

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border-radius: 7px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*------------------------------------
    Checkout
------------------------------------*/
.checkout-section {
    padding: 40px 0;
}

.checkout-section .checkout-step {
    margin-bottom: 100px;
}

.checkout-section .checkout-step ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.checkout-section .checkout-step ul li {
    width: 100%;
    color: #d0d0d0;
    font-size: 16px;
    position: relative;
    text-align: center;
    cursor: default;
}

.checkout-section .checkout-step ul li a {
    color: inherit;
}

.checkout-section .checkout-step ul li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: #d0d0d0;
    border-radius: 50%;
}

.checkout-section .checkout-step ul li:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: -50%;
    bottom: -25px;
    background-color: #d0d0d0;
}

.checkout-section .checkout-step ul li:last-child:after {
    display: none;
}

.checkout-section .checkout-step ul li.active {
    color: #979797;
}

.checkout-section .checkout-step ul li.active:before,
.checkout-section .checkout-step ul li.active:after {
    background-color: #979797;
}

.checkout-section .checkout-section-content .checkout-section-title {
    padding: 25px;
    font-size: 18px;
    font-weight: bold;
}

.checkout-section .checkout-section-content .custom-control {
    padding-left: 0;
}

.checkout-section .checkout-section-content .address-select {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px 15px 55px;
    position: relative;
    width: 100%;
    min-height: 190px;
}

.checkout-section .checkout-section-content .address-select:before,
.checkout-section .checkout-section-content .address-select:after {
    right: 15px;
    left: auto;
    top: 15px;
}

.address-modal .address-modal-body .address-select-item {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px 15px 55px;
    position: relative;
    width: 100%;
}

.address-modal .address-modal-body .address-select-item:before,
.address-modal .address-modal-body .address-select-item:after {
    right: 15px;
    left: auto;
    top: 15px;
}

.address-modal .address-modal-body .address-select-item .head-address-select {
    border-bottom: 1px solid #eaeaea;
    padding-right: 25px;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.address-modal .address-modal-body .address-select-item span {
    display: flex;
    font-size: 13px;
    color: #997799;
    margin-bottom: 10px;
}

.checkout-section .checkout-section-content .address-select .head-address-select {
    border-bottom: 1px solid #eaeaea;
    padding-right: 25px;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.checkout-section .checkout-section-content .address-select span {
    display: flex;
    font-size: 13px;
    color: #997799;
    margin-bottom: 10px;
}

.checkout-section .checkout-section-content .address-select span i {
    margin-left: 5px;
}

.checkout-section .checkout-section-content .address-select .edit-address-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.checkout-section .checkout-section-content .add-address {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 190px;
}

.checkout-section .checkout-section-content .custom-control-input:checked ~ .payment-select {
    border-color: #979797;
}

.checkout-section .checkout-section-content .payment-select {
    background-color: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

.checkout-section .checkout-section-content .payment-select:before,
.checkout-section .checkout-section-content .payment-select:after {
    display: none;
}

.checkout-section .checkout-section-content .payment-select i {
    font-size: 20px;
    margin-left: 7px;
}

.checkout-section .checkout-section-content .payment-select .title {
    font-size: 18px;
    font-weight: bolder;
    color: #212121;
    display: block;
}

.checkout-section .checkout-section-content .payment-select .subtitle {
    font-size: 14px;
    font-weight: bolder;
    color: #979797;
    display: block;
}

.checkout-section .checkout-section-content .cart-items {
    margin: 0 20px;
    background-color: #f5f5f5;
    border-radius: 15px;
}

.checkout-section .checkout-section-content .cart-items .cart-item {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.checkout-section .checkout-section-content .cart-items .cart-item:last-child {
    margin-bottom: 0;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-thumbnail {
    text-align: center;
    margin-left: 15px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-thumbnail a {
    display: block;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-thumbnail a img {
    max-width: 100%;
    max-height: 140px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-title h2 {
    color: #000;
    font-size: 16px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-title h2 a {
    color: inherit;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail ul li {
    display: flex;
    align-items: center;
    padding-right: 30px;
    position: relative;
    line-height: 28px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail ul li .color {
    width: 40px;
    position: absolute;
    right: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail ul li i {
    width: 40px;
    position: absolute;
    right: -10px;
    text-align: center;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail ul li span {
    font-size: 13px;
    letter-spacing: -0.5px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price .item-quantity {
    display: flex;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price .item-quantity .item-remove-btn {
    background-color: transparent;
    color: #777;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price .item-price {
    font-size: 18px;
    font-weight: bold;
}

.checkout-message {
    padding: 25px 15px;
    font-size: 18px;
    color: #00c853;
}

.checkout-message span {
    padding: 5px 10px;
    font-size: 13px;
}

.checkout-message span.order-code {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: bold;
}

.checkout-message .icon-message {
    width: 60px;
    height: 60px;
    margin: 0 auto 35px;
    line-height: 70px;
    border-radius: 50%;
    background-color: #0ba360;
    text-align: center;
}

.checkout-message .icon-message.failed-icon {
    background-color: #f44336;
}

.checkout-message .icon-message i {
    color: #fff;
    font-size: 24px;
}

.checkout-message .checkout-message-success {
    color: #00c853;
    text-align: center;
}

.checkout-message .checkout-message-success span {
    background-color: #e8fdee;
}

.checkout-message .checkout-message-failed {
    color: #f44336;
    text-align: center;
}

.checkout-message .checkout-message-failed span {
    background-color: #ffe9eb;
}

.tab-responsive-order-list .dropdown-menu {
    padding: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-responsive-order-list .dropdown-menu .dropdown-item {
    text-align: right;
    border-radius: 10px;
}

/*------------------------------------
    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 #00bfd6 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: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

.compare-list-title {
    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 {
    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: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

/*------------------------------------
    Hero page
------------------------------------*/
.hero-page.hero-page--search-box form {
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: auto;
    position: relative;
}

.hero-page.hero-page--search-box form input {
    width: 100%;
    height: 45px;
    padding-right: 15px;
    background-color: #fff;
    border-radius: 25rem;
}

.hero-page.hero-page--search-box form button {
    position: absolute;
    left: 5px;
    width: 40px;
    height: 40px;
    background-color: #007bff;
    border-radius: 50%;
    color: #fff;
}

/*------------------------------------
    Slider
------------------------------------*/
.main-slider,
.slider-single {
    position: relative;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.main-slider .main-page-slider,
.main-slider .slider-single,
.slider-single .main-page-slider,
.slider-single .slider-single {
    padding: 0 !important;
}

.main-slider .main-page-slider a,
.main-slider .slider-single a,
.slider-single .main-page-slider a,
.slider-single .slider-single a {
    display: block;
}

.main-slider .main-page-slider a img,
.main-slider .slider-single a img,
.slider-single .main-page-slider a img,
.slider-single .slider-single a img {
    max-width: 100%;
}

.main-slider .main-page-slider .swiper-button-next::after,
.main-slider .main-page-slider .swiper-button-prev::after,
.main-slider .slider-single .swiper-button-next::after,
.main-slider .slider-single .swiper-button-prev::after,
.slider-single .main-page-slider .swiper-button-next::after,
.slider-single .main-page-slider .swiper-button-prev::after,
.slider-single .slider-single .swiper-button-next::after,
.slider-single .slider-single .swiper-button-prev::after {
    color: #fff;
    font-size: 26px;
    text-shadow: 0 2px 4px #616161;
}

.main-slider .main-page-slider-thumbs,
.slider-single .main-page-slider-thumbs {
    position: absolute;
    bottom: 5px;
}

.main-slider .main-page-slider-thumbs .swiper-slide,
.slider-single .main-page-slider-thumbs .swiper-slide {
    padding: 5px;
}

.main-slider .main-page-slider-thumbs .swiper-slide span,
.slider-single .main-page-slider-thumbs .swiper-slide span {
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    opacity: 0.6;
}

.main-slider .main-page-slider-thumbs .swiper-slide.swiper-slide-active span,
.slider-single .main-page-slider-thumbs .swiper-slide.swiper-slide-active span {
    opacity: 1;
}

.main-slider .swiper-pagination .swiper-pagination-bullet-active,
.slider-single .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.offer-slider-wrapper {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.offer-slider-wrapper .offer-slider-title {
    font-family: DimaMolsaq;
    font-size: 24px;
    color: #f25661;
    padding: 15px;
}

.offer-slider-wrapper .offer-slider .swiper-slide {
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    height: auto;
}

.offer-slider-wrapper .offer-slider .swiper-slide .product-title {
    padding-top: 15px;
    margin-bottom: 15px;
}

.offer-slider-wrapper .offer-slider .swiper-slide .product-title a {
    font-size: 18px;
    color: #000;
}

.offer-slider-wrapper .offer-slider .swiper-slide .product-title a:hover {
    color: #007bff;
}

.offer-slider-wrapper .offer-slider .swiper-slide .product-price {
    color: #f44336;
    font-size: 22px;
}

.offer-slider-wrapper .offer-slider .swiper-slide .product-price del {
    color: #666;
    font-size: 14px;
}

.offer-slider-wrapper .offer-slider .swiper-slide .offer-slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.offer-slider-wrapper .offer-slider .swiper-slide .offer-slide-content .product-thumbnail a {
    display: block;
}

.offer-slider-wrapper .offer-slider .swiper-slide .offer-slide-content .product-thumbnail a img {
    width: 70%;
}

.offer-slider-wrapper .offer-slider-thumbs-wrapper {
    position: relative;
}

.offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-thumbs .swiper-wrapper {
    padding: 30px 0;
}

.offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-thumbs .swiper-wrapper .swiper-slide img {
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active img {
    border: 2px solid #909090;
    transform: scale(1.2);
}

.offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-thumbs .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}

.offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-thumbs .swiper-pagination .swiper-pagination-bullet {
    transition: all 0.2s ease;
}

.offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-thumbs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #eee;
    border: 2px solid #909090;
}

.offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-button-next,
.offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-button-prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: absolute;
    top: 60px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    outline: none;
    z-index: 10;
}

.offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-button-next::after,
.offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-button-prev::after {
    color: #990099;
    font-size: 20px;
}

.offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-button-next {
    left: 15px;
}

.offer-slider-wrapper .offer-slider-thumbs-wrapper .offer-slider-button-prev {
    right: 15px;
}

.product-carousel {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 15px;
}

.product-carousel.amazing-section {
    border-radius: 0;
}

.product-carousel.amazing-section .swiper-container .swiper-slide {
    border-left: 0;
}

.product-carousel.in-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.product-carousel.in-box .swiper-container {
    padding-top: 30px;
    padding-bottom: 20px;
}

.product-carousel .swiper-container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 60px;
}

.product-carousel .swiper-container .swiper-button-next,
.product-carousel .swiper-container .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 100;
}

.product-carousel .swiper-container .swiper-button-next:after,
.product-carousel .swiper-container .swiper-button-prev:after {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.product-carousel .swiper-container .swiper-button-next.swiper-button-disabled,
.product-carousel .swiper-container .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.product-carousel .swiper-container .swiper-button-next {
    box-shadow: rgba(0, 0, 0, 0.2) -10px 0 20px;
}

.product-carousel .swiper-container .swiper-button-prev {
    box-shadow: rgba(0, 0, 0, 0.2) 10px 0 20px;
}

.product-carousel .swiper-container .swiper-slide {
    border-left: 1px solid #eee;
}

.product-gallery {
    position: relative;
}

.product-gallery img {
    max-width: 100%;
}

.product-gallery .quick-view-gallery-slider-thumbs {
    padding-top: 40px;
    padding-bottom: 40px;
}

.product-gallery .quick-view-gallery-slider-thumbs .swiper-button-next,
.product-gallery .quick-view-gallery-slider-thumbs .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    z-index: 100;
}

.product-gallery .quick-view-gallery-slider-thumbs .swiper-button-next:after,
.product-gallery .quick-view-gallery-slider-thumbs .swiper-button-prev:after {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.product-gallery .quick-view-gallery-slider-thumbs .swiper-button-next.swiper-button-disabled,
.product-gallery .quick-view-gallery-slider-thumbs .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.product-gallery .quick-view-gallery-slider-thumbs .swiper-button-next {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
}

.product-gallery .quick-view-gallery-slider-thumbs .swiper-button-prev {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
}

.swiper_pagination-navigation-custom {
    width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 10px;
}

@media (max-width: 768px) {
    .swiper_pagination-navigation-custom {
        height: auto;
    }
}

.swiper_pagination-navigation-custom .swiper-pagination {
    width: 100px;
    position: relative;
    right: auto;
    left: auto;
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .swiper_pagination-navigation-custom .swiper-pagination {
        margin-bottom: 0;
    }
}

.swiper_pagination-navigation-custom .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    margin-left: 8px;
}

.swiper_pagination-navigation-custom .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-left: 0;
}

.swiper_pagination-navigation-custom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 20px;
    border-radius: 5px;
}

.swiper_pagination-navigation-custom .swiper-navigation-container {
    display: flex;
}

.swiper_pagination-navigation-custom .swiper-navigation-container .swiper-button-prev,
.swiper_pagination-navigation-custom .swiper-navigation-container .swiper-button-next {
    background-color: #fff;
    position: relative;
    right: auto;
    left: auto;
}

.swiper_pagination-navigation-custom .swiper-navigation-container .swiper-button-prev::after,
.swiper_pagination-navigation-custom .swiper-navigation-container .swiper-button-next::after {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.swiper_pagination-navigation-custom .swiper-navigation-container .swiper-button-prev {
    margin-left: 5px;
}

.swiper_pagination-navigation-custom .swiper-navigation-container .swiper-button-next {
    margin-right: 5px;
}

.main-swiper-slider {
    position: relative;
    margin-top: -15px;
}

.main-swiper-slider .main-slider-item a {
    display: block;
}

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

.main-swiper-slider .swiper-button-prev,
.main-swiper-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
}

.main-swiper-slider .swiper-button-prev::after,
.main-swiper-slider .swiper-button-next::after {
    font-size: 20px;
}

/*------------------------------------
    Product
------------------------------------*/
.product-detail .product-gallery {
    position: relative;
}

.product-detail .product-gallery img {
    max-width: 100%;
}

.product-detail .product-gallery .gallery-slider-thumbs {
    padding-top: 40px;
    padding-bottom: 40px;
}

.product-detail .product-gallery .gallery-slider-thumbs .swiper-button-next,
.product-detail .product-gallery .gallery-slider-thumbs .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    z-index: 100;
}

.product-detail .product-gallery .gallery-slider-thumbs .swiper-button-next:after,
.product-detail .product-gallery .gallery-slider-thumbs .swiper-button-prev:after {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.product-detail .product-gallery .gallery-slider-thumbs .swiper-button-next.swiper-button-disabled,
.product-detail .product-gallery .gallery-slider-thumbs .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.product-detail .product-gallery .gallery-slider-thumbs .swiper-button-next {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
}

.product-detail .product-gallery .gallery-slider-thumbs .swiper-button-prev {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
}

.product-detail .product-gallery .gallery-slider-thumbs img {
    max-width: 70px;
    cursor: pointer;
}

.product-detail .product-gallery .product--actions {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.product-detail .product-gallery .product--actions li {
    color: #979797;
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
    text-align: center;
}

.product-detail .product-gallery .product--actions li:last-child {
    margin-bottom: 0;
}

.product-detail .product-gallery .product--actions li button {
    background-color: transparent;
    color: inherit;
}

.product-detail .product-gallery .product--actions li a {
    color: inherit;
}

.product-detail .product-gallery .product--actions li .add-to-favorite.added {
    color: #f44336;
}

.product-detail .product-gallery .product--actions li .add-to-compare.added {
    color: #212121;
}

.product-detail .product-gallery .product--actions li .tooltip--action {
    position: absolute;
    top: 50%;
    right: 30px;
    min-width: 150px;
    font-size: 11px;
    background-color: #271f1f;
    border-radius: 5px;
    color: #fff;
    padding: 4px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    transform: translateY(-50%);
}

.product-detail .product-gallery .product--actions li:hover .tooltip--action {
    opacity: 1;
    visibility: visible;
}

.product-detail .product-title {
    border-bottom: 1px solid #f8f8f8;
}

.product-detail .product-title h1 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-detail .product-title h1 a {
    color: inherit;
}

.product-detail .product-title h1.product-title-en {
    color: #777;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.product-detail .product-colors .list-radio-color input[type=radio] {
    display: none;
}

.product-detail .product-colors .list-radio-color input[type=radio]:checked + label {
    border-color: #007bff;
}

.product-detail .product-colors .list-radio-color label {
    position: relative;
    margin-left: 10px;
    padding: 5px 7px;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    cursor: pointer;
}

.product-detail .product-colors .color-span {
    display: block;
    float: left;
    position: relative;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.product-detail .product-price {
    padding: 10px;
    color: #000;
}

.product-detail .product-price .product-price-info {
    width: 100%;
    display: flex;
    align-items: center;
    color: #b4b4b4;
    justify-content: flex-end;
}

.product-detail .product-price .product-price-info .product-price-prev {
    text-decoration: line-through;
    font-size: 14px;
}

.product-detail .product-price .product-price-info .product-price-off {
    padding: 0 10px;
    margin-left: 15px;
    font-weight: 700;
    background: #f44336;
    border-radius: 25rem;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.product-detail .product-price .product-price-info .product-price-off span {
    font-size: 12px;
    font-weight: normal;
}

.product-detail .product-price .product-price-real {
    text-align: left;
    margin: 0;
}

.product-detail .product-price .product-price-raw {
    display: inline;
    font-size: 31px;
    font-weight: bold;
}

.product-detail .add-to-cart {
    display: inline-block;
    padding: 10px 25px;
    margin-left: 7px;
    background-color: #007bff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(151, 151, 151, 0.2);
    color: #fff;
    text-align: center;
    position: relative;
}

.product-detail .product-params-special {
    padding-bottom: 10px;
    position: relative;
    border-radius: 10px;
}

.product-detail .product-params-special ul {
    padding: 0;
    color: #55565a;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
}

.product-detail .product-params-special ul:before {
    content: attr(data-title);
    font-size: 13px;
    line-height: 1.692;
    display: list-item;
    font-weight: 600;
}

.product-detail .product-params-special ul li {
    margin: 5px 15px;
    width: 100%;
    font-size: 13px;
    position: relative;
}

.product-detail .product-params-special 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-detail .product-params-special ul li span {
    margin-left: 5px;
    display: inline-block;
}

.product-detail .product-params-special ul li span:first-child {
    font-weight: 500;
}

.product-detail .box-info-product {
    border-radius: 10px;
    padding: 15px;
}

.product-tab-content {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    overflow: hidden;
}

.product-tab-content .nav-tabs {
    border-bottom: 0;
}

.product-tab-content .nav-tabs li a {
    border: 0;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 3px solid transparent;
}

.product-tab-content .nav-tabs li a.active {
    border-color: #000;
}

.product-tab-content .tab-content {
    padding: 25px;
}

.product-tab-content .tab-content .product-desc p {
    color: #979797;
    line-height: 30px;
}

.product-tab-content .tab-content .product-desc img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

.product-tab-content .tab-content .product-desc h1,
.product-tab-content .tab-content .product-desc h2,
.product-tab-content .tab-content .product-desc h3,
.product-tab-content .tab-content .product-desc h4,
.product-tab-content .tab-content .product-desc h5,
.product-tab-content .tab-content .product-desc h6 {
    color: #212121;
    margin-bottom: 10px;
}

.product-tab-content .tab-content .product-desc h1 {
    font-size: 26px;
}

.product-tab-content .tab-content .product-desc h2 {
    font-size: 24px;
}

.product-tab-content .tab-content .product-desc h3 {
    font-size: 22px;
}

.product-tab-content .tab-content .product-desc h4 {
    font-size: 20px;
}

.product-tab-content .tab-content .product-desc h5 {
    font-size: 18px;
}

.product-tab-content .tab-content .product-desc h6 {
    font-size: 16px;
}

.product-tab-content .tab-content .product-desc .accordion-product .card {
    border: 0;
    padding-bottom: 20px;
}

.product-tab-content .tab-content .product-desc .accordion-product .card .card-header {
    background-color: #fff;
    padding: 0;
    border-bottom: 0;
}

.product-tab-content .tab-content .product-desc .accordion-product .card .card-header h5:focus {
    outline: none;
}

.product-tab-content .tab-content .product-desc .accordion-product .card .card-header h5 button {
    font-size: 20px;
    color: #000;
    padding-right: 50px;
    position: relative;
    border: 0;
    width: 100%;
    text-align: right;
    outline: none;
    box-shadow: unset;
}

.product-tab-content .tab-content .product-desc .accordion-product .card .card-header h5 button::before {
    content: "-";
    width: 38px;
    height: 32px;
    line-height: 32px;
    background-color: #a7a9a9;
    position: absolute;
    right: 0;
    top: 5px;
    border: none;
    color: #fff;
    border-radius: 0 15px 15px 15px;
    font-size: 32px;
    outline: none;
    text-align: center;
}

.product-tab-content .tab-content .product-desc .accordion-product .card .card-header h5 button.collapsed::before {
    content: "+";
}

.product-tab-content .tab-content .product-params .params-title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -0.3px;
}

.product-tab-content .tab-content .product-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 #a43ad9;
    transform: rotate(45deg);
}

.product-tab-content .tab-content .product-params .params-list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
    width: 100%;
}

.product-tab-content .tab-content .product-params .params-list li {
    display: flex;
    flex-wrap: wrap;
    margin: 8px -8px;
}

.product-tab-content .tab-content .product-params .params-list li .params-list-key,
.product-tab-content .tab-content .product-params .params-list li .params-list-value {
    padding-right: 8px;
    padding-left: 8px;
}

.product-tab-content .tab-content .product-params .params-list li .params-list-key span,
.product-tab-content .tab-content .product-params .params-list li .params-list-value span {
    background: #f6f6f6;
    padding: 14px 18px 14px;
    display: block;
}

.product-tab-content .tab-content .product-params .params-list li .params-list-key {
    flex: 0 0 22.2%;
    max-width: 22.2%;
    margin-bottom: 10px;
}

.product-tab-content .tab-content .product-params .params-list li .params-list-value {
    flex: 0 0 77.8%;
    max-width: 77.8%;
    font-size: 13px;
    margin-bottom: 5px;
}

.listing-items {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.listing-items .product-card {
    border-radius: 0;
}

.listing-items .product-card::before,
.listing-items .product-box::before,
.listing-items .product-card::after,
.listing-items .product-box::after {
    content: "";
    position: absolute;
    background-color: #ededed;
}

.listing-items .product-card::before,
.listing-items .product-box::before {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
}

.listing-items .product-card::after,
.listing-items .product-box::after {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.listing-items::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

.promotion-center--header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0 40px;
    background-image: linear-gradient(to top, #f43b47 0%, #453a94 100%);
    margin-top: -15px;
    text-align: center;
}

.promotion-center--header .promotion-center--title {
    font-family: DimaMolsaq;
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
}

.promotion-center--header #countdown--offer-slider .ClassyCountdown-wrapper .ClassyCountdown-value {
    color: #fff !important;
}

.translateY-25 {
    transform: translateY(-25px);
}

.amazing-section .container {
    background: url(../images/theme/amazing-bg.svg) 90% no-repeat;
    background-size: auto 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.product-list-section {
    display: flex;
    align-items: center;
    position: relative;
}

.product-list-section .product-thumbnail {
    margin-left: 15px;
}

.product-list-section .product-thumbnail a img {
    max-width: 60px;
}

.product-list-section .product-info .product-title a {
    font-size: 15px;
    color: #000;
}

.product-list-section .product-info .product-title a:hover {
    color: #17a2b8;
}

.product-list-section .product-info .remove-item {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #dedede;
    border-radius: 7px;
}

.blockquote {
    display: block;
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
}

.blockquote p {
    font-size: 13px;
}

.blockquote .testimonial-avatar img {
    max-width: 50px;
}

.blockquote .comment {
    padding: 1.5rem;
}

.btn-filter-sidebar {
    background-color: #e0e0e0;
    border-radius: 7px;
    padding: 10px 20px;
}

#countdown--offer-slider {
    direction: ltr;
}

#countdown--offer-slider .ClassyCountdown-wrapper {
    display: flex;
}

#countdown--offer-slider .ClassyCountdown-wrapper > div {
    width: 40px !important;
    height: 40px !important;
}

#countdown--offer-slider .ClassyCountdown-wrapper .ClassyCountdown-value {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.comments-list > .row {
    border-bottom: 1px solid #f3f3f3;
    padding: 57px 30px 30px;
    margin-bottom: 36px;
}

.comments-list > .row .article,
.comments-list > .row .aside {
    width: 100%;
    position: relative;
}

.comments-list > .row .aside .comments-user-shopping {
    list-style: none;
    padding: 5px 0 0;
}

.comments-list > .row .aside .comments-user-shopping > li {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -10px;
    align-items: center;
}

.comments-list > .row .aside .comments-user-shopping > li:first-child {
    margin-top: 0;
}

.comments-list > .row .aside .comments-user-shopping > li .cell {
    width: 100%;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: #777;
    line-height: 1.692;
    width: auto;
}

.comments-list > .row .aside .comments-user-shopping > li .cell.cell-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.comments-list > .row .aside .comments-user-shopping > li .cell.cell-title {
    min-width: 80px;
}

.comments-list > .row .aside .comments-user-shopping > li .cell.color-cell {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.comments-list > .row .aside .comments-user-shopping > li .cell.color-cell .shopping-color-value {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.comments-list > .row .aside .comments-user-shopping > li .cell.seller-cell {
    padding-right: 0;
}

.comments-list > .row .aside .comments-user-shopping > li .cell.seller-cell:before {
    content: "\f54f";
    font-family: "Font Awesome 5 Pro";
    font-size: 17px;
    position: relative;
    top: 2px;
    margin-left: 7px;
}

.comments-list > .row .aside .comments-user-shopping > li .comments-buyer-badge {
    padding: 0 8px;
    background-color: #f0f0f1;
    border-radius: 8px;
    font-size: 10px;
    line-height: 16px;
    color: #81858b;
    margin-right: 8px;
    display: inline-block;
}

.comments-list > .row .article {
    max-width: 800px;
    padding-bottom: 50px;
}

.comments-list > .row .article .header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comments-list > .row .article .header > div {
    font-size: 19px;
    line-height: 30px;
    color: #5f5f5f;
    font-weight: 500;
}

.comments-list > .row .article p {
    font-size: 14px;
    line-height: 35px;
    color: #505050;
}

.comments-list > .row .article .comments-evaluation {
    margin: 20px 0;
}

.comments-list > .row .article .comments-evaluation .comments-evaluation-negative,
.comments-list > .row .article .comments-evaluation .comments-evaluation-positive {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
}

.comments-list > .row .article .comments-evaluation .comments-evaluation-negative span,
.comments-list > .row .article .comments-evaluation .comments-evaluation-positive span {
    width: 80px;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
}

.comments-list > .row .article .comments-evaluation .comments-evaluation-negative ul li,
.comments-list > .row .article .comments-evaluation .comments-evaluation-positive ul li {
    color: #5f5f5f;
    position: relative;
    padding-right: 17px;
    margin-bottom: 12px;
}

.comments-list > .row .article .comments-evaluation .comments-evaluation-negative ul li:before,
.comments-list > .row .article .comments-evaluation .comments-evaluation-positive ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
}

.comments-list > .row .article .comments-evaluation .comments-evaluation-negative ul li:before {
    background-color: #ff637d;
}

.comments-list > .row .article .comments-evaluation .comments-evaluation-positive ul li:before {
    background-color: #00bfd6;
}

.comments-list > .row .article .footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 30px;
    margin-top: 15px;
}

.comments-list > .row .article .footer .comments-likes {
    color: #777;
    font-size: 13px;
    line-height: 30px;
}

.comments-list > .row .article .footer .comments-likes .btn-like {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    color: #8c8c8c;
    padding: 2px 13px;
    margin-right: 17px;
    font-size: 13px;
    line-height: 30px;
}

.comments-list > .row .article .footer .comments-likes .btn-like[data-counter]:before {
    margin-left: 7px;
    color: #7a7a7a;
    font-size: 15px;
    line-height: inherit;
    content: attr(data-counter);
}

.product-sellers {
    overflow-x: auto !important;
}

.product-sellers .product-seller {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    min-width: 910px;
    overflow-x: auto;
}

.product-sellers .product-seller:last-child {
    border-bottom: 0;
}

.product-sellers .product-seller .product-seller-col {
    flex: 1 1 auto;
    padding: 10px;
    box-sizing: border-box;
}

.product-sellers .product-seller .product-seller-title {
    display: flex;
    align-items: center;
}

.product-sellers .product-seller .product-seller-title .icon {
    font-size: 21px;
    color: #979797;
    margin-left: 10px;
    line-height: 0;
}

.product-sellers .product-seller .product-seller-title .name {
    font-size: 18px;
    font-weight: bold;
}

.product-sellers .product-seller .product-seller-title .name .bade {
    font-weight: normal;
}

.product-sellers .product-seller .product-seller-title .detail .value {
    color: #c5252d;
    font-weight: bold;
}

.product-sellers .product-seller .product-seller-title .detail .label {
    color: #979797;
}

.product-sellers .product-seller .product-seller-title .divider {
    margin-right: 5px;
    margin-left: 5px;
    color: #eee;
}

.product-sellers .product-seller .product-seller-info i {
    margin-left: 5px;
}

.product-sellers .product-seller .product-seller-info span {
    font-weight: bold;
}

.product-sellers .product-seller .product-seller-price-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-sellers .product-seller .product-seller-price-action .product-seller-price {
    font-weight: bold;
    font-size: 18px;
}

.product-sellers .product-seller .product-seller-price-action .product-seller-price .currency {
    margin-right: 5px;
    font-weight: normal;
    font-size: 13px;
}

/*------------------------------------
    Pagination
------------------------------------*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #000;
    border-radius: 10px;
    font-size: 18px;
}

.pagination a.current {
    background-color: #007bff;
    box-shadow: 0 3px 6px rgba(151, 151, 151, 0.3);
    color: #fff;
}

/*------------------------------------
    Services
------------------------------------*/
.service-item {
    display: flex;
    align-items: flex-start;
}

.service-item img {
    width: 48px;
    margin-left: 10px;
}

.service-item .service-item-body {
    flex: 1;
}

.service-item .service-item-body h6 {
    font-weight: 600;
}

.service-item .service-item-body p {
    color: #616161;
    font-size: 11px;
}

/*------------------------------------
    Social
------------------------------------*/
.social ul li {
    display: inline-block;
    margin-left: 10px;
}

.social ul li a {
    color: #979797;
    font-size: 24px;
}

.social ul li a.instagram {
    color: #e4405f;
}

.social ul li a.twitter {
    color: #1da1f2;
}

.social ul li a.linkedin {
    color: #0077b5;
}

.social ul li a.telegram {
    color: #0088cc;
}

/*------------------------------------
    Widget
------------------------------------*/
.widget {
    margin-bottom: 20px;
}

.widget .widget-title {
    color: #616161;
    font-size: 15px;
    font-weight: 600;
}

.widget.widget-links .widget-list .widget-list-item {
    line-height: 30px;
}

.widget.widget-links .widget-list .widget-list-item a {
    color: #616161;
    font-size: 13px;
}

.mini-footer .widget.widget-links .widget-list .widget-list-item a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.widget.widget-newsletter .newsletterform {
    position: relative;
}

.widget.widget-newsletter .newsletterform input {
    padding-right: 15px;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 7px;
}

.widget.widget-newsletter .newsletterform button {
    position: absolute;
    left: 0;
    height: 100%;
    border: 0;
    border-radius: 7px 0 0 7px;
    padding: 0 15px;
    background-color: #007bff;
    color: #fff;
    outline: none;
}

.sidebar-widget .widget {
    padding: 15px;
}

.sidebar-widget .widget .widget-title {
    margin-bottom: 20px;
}

.sidebar-widget .widget.widget-filter-options .widget-content {
    max-height: 250px;
    overflow-y: auto;
}

.sidebar-widget .widget.widget-filter-options .widget-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.sidebar-widget .widget.widget-filter-options .widget-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.sidebar-widget .widget.widget-filter-options .widget-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #dedede;
}

.sidebar-widget .widget.widget-filter-options .widget-content .color-option {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.sidebar-widget .widget.widget-filter-options .container-checkbox .checkmark {
    width: 21px;
    height: 21px;
}

.sidebar-widget .widget.widget-category ul li a {
    display: inline-block;
    color: #000;
    line-height: 30px;
}

.sidebar-widget .widget.widget-category ul li a.parent {
    position: relative;
    padding-right: 15px;
}

.sidebar-widget .widget.widget-category ul li a.parent::before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-widget .widget.widget-category ul li a:hover {
    color: #007bff;
}

.sidebar-widget .widget.widget-category ul li ul {
    padding-right: 35px;
}

.profile-sidebar .profile-sidebar-header {
    padding: 15px;
}

.profile-sidebar .profile-avatar {
    margin-left: 10px;
    position: relative;
}

.profile-sidebar .profile-avatar:after {
    content: "";
    position: absolute;
    right: 28px;
    top: 50%;
    width: 2px;
    height: 100%;
    border-radius: 50%;
    background-color: #dedede;
    z-index: 0;
}

.profile-sidebar .profile-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #dedede;
    position: relative;
    z-index: 1;
}

.profile-sidebar .user-options {
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
    padding-right: 25px;
}

.profile-sidebar .user-options ul li {
    position: relative;
    padding-right: 20px;
}

.profile-sidebar .user-options ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dedede;
    transform: translateY(-50%);
}

.profile-sidebar .user-options ul li:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    width: 2px;
    height: 100%;
    border-radius: 50%;
    background-color: #dedede;
}

.profile-sidebar .user-options ul li:last-child:after {
    display: none;
}

.profile-sidebar .user-options ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    line-height: 38px;
}

.profile-sidebar .user-menu ul li a {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    padding: 10px 15px;
    transition: all 0.2s ease;
}

.profile-sidebar .user-menu ul li a.active {
    position: relative;
}

.profile-sidebar .user-menu ul li a.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    background-color: #007bff;
    border-radius: 10px 0 0 10px;
}

.profile-sidebar .user-menu ul li a i {
    margin-left: 10px;
}

.profile-sidebar .user-menu ul li a:hover {
    background-color: #f5f5f5;
}

.btn-market {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 7px;
    background-color: #2b3445;
    text-decoration: none;
}

.btn-market .btn-market-subtitle {
    display: block;
    margin-bottom: -5px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.btn-market .btn-market-title {
    display: block;
    color: #fff;
    font-size: 16px;
}

.btn-market i {
    color: #fff;
    font-size: 25px;
    margin-right: 25px;
}

.num-block {
    width: 120px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 5px 0;
}

.num-block .num-in {
    width: 100%;
    display: flex;
    justify-content: center;
}

.num-block .num-in span {
    display: block;
    width: 30px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.num-block .num-in span.dis:before {
    background-color: #ccc !important;
}

.num-block .num-in span.minus:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #f44336;
    top: 50%;
    left: 0;
}

.num-block .num-in span.plus:before,
.num-block .num-in span.plus:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 15px;
    height: 2px;
    background-color: #0fabc6;
    top: 50%;
}

.num-block .num-in span.plus:after {
    transform: rotate(90deg);
}

.num-block .num-in input {
    width: 32px;
    height: 32px;
    color: #666;
    text-align: center;
    padding: 0;
    background-color: transparent;
}

/*------------------------------------
    Table
------------------------------------*/
.table--order table {
    background-color: #fff;
}

.table--order table thead {
    background-color: #17a2b8;
}

.table--order table thead th {
    color: #fff;
    border-bottom: 0;
    text-align: center;
}

.table--order table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table--order table tbody tr td {
    color: #979797;
    border-left: 1px solid #f0eded;
    padding: 25px 0;
    text-align: center;
}

.table--order table tbody tr td:last-child {
    border-left: 0;
}

.table--order table tbody tr td.order-code {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.table--order table tbody tr td.order-detail-link a {
    display: block;
    color: #979797;
}

.compare-table .row_img img {
    max-width: 200px;
}

.compare-table .row_remove a {
    color: #f44336;
}

/*------------------------------------
    Loader
------------------------------------*/
.page-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 10000;
}

.page-loader .logo-area {
    width: 150px;
    margin-bottom: 35px;
}

.page-loader .logo-area img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.page-loader .loader {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #000;
    box-sizing: border-box;
    -webkit-animation: animloader 1s linear infinite alternate;
    animation: animloader 1s linear infinite alternate;
}

@-webkit-keyframes animloader {
    0% {
        box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;
    }

    33% {
        box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;
    }

    66% {
        box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;
    }

    100% {
        box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;
    }
}

@keyframes animloader {
    0% {
        box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;
    }

    33% {
        box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;
    }

    66% {
        box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;
    }

    100% {
        box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;
    }
}

/*------------------------------------
    color switcher
------------------------------------*/
#colorswitch-option {
    position: fixed;
    top: 34%;
    left: 0;
    z-index: 10;
}

#colorswitch-option button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    font-size: 22px;
    border: 0;
}

#colorswitch-option ul {
    position: absolute;
    left: -150px;
    width: 150px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
    z-index: 11;
}

#colorswitch-option ul.show {
    left: 0;
}

#colorswitch-option .colorswitch-option-label {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

#colorswitch-option ul li {
    width: 33%;
    float: left;
    list-style: none;
    text-align: center;
    cursor: pointer;
}

#colorswitch-option ul li span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
}

#colorswitch-option ul li.active span::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
}

/*------------------------------------
    Footer
------------------------------------*/
footer.main-footer {
    padding: 40px 0 10px;
    border-top: 1px solid #eee;
}

footer.main-footer .back-to-top {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

footer.main-footer .back-to-top .back-btn {
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 5px 15px;
}

footer.main-footer .back-to-top .back-btn .icon {
    margin-left: 7px;
}

footer.main-footer .back-to-top .back-btn span {
    font-size: 16px;
    font-weight: 500;
}

footer.main-footer .copy-right p {
    color: #555;
    font-size: 14px;
}

footer.mini-footer {
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    display: block !important;
}

footer.mini-footer .mini-footer-menu {
    display: flex;
    justify-content: center;
    text-align: center;
}

footer.mini-footer .mini-footer-menu li {
    margin-left: 15px;
}

footer.mini-footer .mini-footer-menu li:last-child {
    margin-left: 0;
}

footer.mini-footer .mini-footer-menu li a {
    color: #979797;
}

footer.mini-footer .footer-light-text {
    color: #979797;
    text-align: center;
}

footer.mini-footer .copy-right-mini-footer {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.rounded-box--footer {
    border-radius: 15px;
}

.rounded-xl {
    border-right: 10px !important;
}

@media (min-width: 960px) {
    .col-lg-1-7 {
        flex: 0 0 calc(100% / 7);
        max-width: calc(100% / 7);
    }
}

/* -------------------------------------------------
  (max-width: 1150px)
---------------------------------------------------*/
@media only screen and (max-width: 1150px) {
    .amazing-section .container .row {
        position: relative;
        padding-right: 200px;
    }

    .amazing-section .container .row .amazing-img-column {
        position: absolute;
        right: 0;
        width: auto;
    }

    .amazing-section .container .row .col-lg-9 {
        max-width: 100%;
    }
}

/* -------------------------------------------------
  (max-width: 960px)
---------------------------------------------------*/
@media only screen and (max-width: 960px) {
    body {
        padding-top: 0;
    }

    header.page-header {
        display: none;
        position: unset !important;
    }

    .header-responsive {
        display: block;
    }

    .page-content {
        margin-top: 20px !important;
    }

    .auth-page-wrapper {
        height: auto;
    }

    .product-tab-content .tab-content .product-params .params-list li {
        flex-direction: column;
    }

    .product-tab-content .tab-content .product-params .params-list li .params-list-key,
    .product-tab-content .tab-content .product-params .params-list li .params-list-value {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-tab-content .tab-content .product-params .params-list li .params-list-key span,
    .product-tab-content .tab-content .product-params .params-list li .params-list-value span {
        background-color: #fff;
    }

    .product-tab-content .tab-content .product-params .params-list li .params-list-key span {
        font-weight: bold;
    }
}

/* -------------------------------------------------
  (max-width: 810px)
---------------------------------------------------*/
@media only screen and (max-width: 810px) {
    .compare-table {
        min-width: 810px;
    }
}

/* -------------------------------------------------
  (max-width: 768px)
---------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .page-content {
        margin-top: 25px;
    }

    .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;
        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: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
    }

    .filter-options-sidebar .header-filter-options .btn-close-filter-sidebar {
        background-color: #fff;
        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;
    }

    .comments-list > .row {
        padding-top: 0;
        padding-bottom: 0;
    }

    .comments-list > .row .article {
        padding-top: 15px;
    }

    .comments-list > .row .article .footer {
        position: relative;
    }
}

/* -------------------------------------------------
  (max-width: 576px)
---------------------------------------------------*/
@media only screen and (max-width: 576px) {
    .empty-box.empty-box--404 .pic img {
        max-width: 100%;
    }
}

/* -------------------------------------------------
  (max-width: 480px)
---------------------------------------------------*/
@media only screen and (max-width: 480px) {
    .checkout-section .checkout-step ul li {
        font-size: 13px;
    }

    .checkout-section .checkout-step ul li span {
        display: block;
        width: 85px;
        height: 38px;
        margin: auto;
        text-align: center;
    }

    .checkout-section .checkout-section-content .cart-items .cart-item {
        flex-direction: column;
    }

    .checkout-section .checkout-section-content .cart-items .cart-item .item-thumbnail {
        margin-bottom: 25px;
    }

    .checkout-section .checkout-section-content .cart-items .cart-item .item-quantity--item-price {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .checkout-section .checkout-section-content .cart-items .cart-item .item-quantity--item-price .item-quantity,
    .checkout-section .checkout-section-content .cart-items .cart-item .item-quantity--item-price .item-price {
        width: 100%;
    }

    .checkout-section .checkout-section-content .cart-items .cart-item .item-quantity--item-price .item-price {
        text-align: left;
    }

    .product-tab-content .tab-content {
        padding: 15px;
    }

    .blockquote {
        padding: 10px;
    }

    .blockquote .testimonial-avatar img {
        max-width: 30px;
    }

    footer.mini-footer .mini-footer-menu {
        flex-direction: column;
    }

    footer.mini-footer .mini-footer-menu li {
        margin-bottom: 20px;
    }

    .header-responsive .header-top > .site-logo {
        max-width: 100px;
    }

    .amazing-section .container .row {
        padding-right: 100px;
    }

    .amazing-section .amazing-img-column img {
        width: 125px;
    }
}

/* -------------------------------------------------
  (max-width: 350px)
---------------------------------------------------*/
@media only screen and (max-width: 350px) {
    .product-card.product-card-horizontal .product-card-bottom {
        flex-direction: column;
    }

    .product-card.product-card-horizontal .product-card-bottom .product-price {
        text-align: center;
        margin-bottom: 5px;
    }

    .amazing-section .container .row {
        padding-right: 80px;
    }

    .amazing-section .amazing-img-column img {
        width: 95px;
    }
}

.login-button {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.login-text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #212121;
}

#icon-logout {
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    margin-right: .5rem;
    fill: #333;
}

.mobile-menu-search-content {
    width: 80%;
}

.search-form-input-content {
    display: flex;
    height: 40px;
    width: 100%;
    border-radius: .25rem;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    background: #f6f6f6;
    padding-right: 5px;
}

.search-form-input-content > div {
    width: 100%;
    border-radius: .375rem;
    display: flex;
    align-items: center;
    padding-right: .5rem;
    padding-left: .5rem;
}

.search-form-input-content > svg {
    fill: #9c9d9e;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}

#search-form input {
    font-size: .875rem;
    line-height: 1.25rem;
    background: #F5F5F5;
    font-weight: 500;
    height: 48px;
    border-radius: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
    outline: none;
    caret-color: #00a3ff;
    color: #333;
    cursor: text;
}

#mobile-icon-search-elements {
    width: 20px !important;
    height: 20px !important;
    fill: #9c9d9e !important;
}

#mobile-icon-trash {
    float: left;
    fill: #9c9d9e !important;
}

.search-box .search-result .search-result-text p {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-right: .5rem;
    margin-left: .5rem;
    color: #666;
    white-space: nowrap;
    display: inline-block;
}

.mobile-search-part {
    scrollbar-width: thin;
    scroll-margin: 15px !important;
    -ms-overflow-style: none;
}

.mobile-search-part ul li a {
    color: #000000!important;
}

.mobile-search-part .search-category {
    width: max-content;
    height: max-content;
    gap: 1rem;
    display: flex;
    overflow-x: scroll !important;
    scroll-behavior: smooth;
    padding: .5rem 0;
    scrollbar-width: thin;
    scroll-margin: 15px !important;
}

.mobile-search-part .search-category a {
    width: 70px;
    min-height: 99px;
    height: auto;
    max-height: 100%;
    cursor: pointer;
    scrollbar-width: thin;
    scroll-margin: 15px !important;
}

#mobile-search-history div {
    margin-bottom: 38px;
}

.mobile-search-part #icon-trash {
    float: left;
    margin-top: 10px;
}

.mobile-search-part h6 {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #333;
    white-space: nowrap;
}

.mobile-search-part button {
    display: block;
    white-space: nowrap;
    padding: 7px 1.5rem 5px;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
    color: #666;
    border: 1px solid #ced0d0;
    border-radius: 9999px;
}

.mobile-search-part .mobile-search-category-item span {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 100%;
    background: #f3f8fd;
    padding: .5rem;
    scrollbar-width: thin;
    scroll-margin: 15px !important;
}

.mobile-search-part .mobile-search-category-item img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 100%;
    scrollbar-width: thin;
    scroll-margin: 15px !important;
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.mobile-search-part .mobile-search-category-item div {
    width: 100%;
    max-height: 38px;
    text-align: center;
    font-size: .75rem;
    line-height: 1.15rem;
    color: #161616;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-line;
}

#mobile-products {
    height: 100%;
    position: fixed;
    margin-left: 16px;
    padding-bottom: 354px;
}

#scrollToComments, #scrollToQuestions {
    font-size: 13px;
}

#mobile-products ul {
    height: 100%;
    overflow-y: scroll;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-5 {
    border-radius: 10px;
}

.filter-item {
    padding: 25px 10px;
    margin: 5px !important;
}

.bg-0 {
    background-color: #E8F6FC;
}

.bg-1 {
    background-color: #D0ECF8;
}

.bg-2 {
    background-color: #B9E3F5;
}

.bg-3 {
    background-color: #A1D9F2;
}

.bg-4 {
    background-color: #8AD0EF;
}

.bg-filter-0 {
    background-color: #c9c9c9;
}

.bg-filter-1 {
    background-color: #b9b9b9;
}

.bg-filter-2 {
    background-color: #9f9f9f;
}

.bg-filter-3 {
    background-color: #969696;
}

.bg-filter-4 {
    background-color: #686969;
}

.filter-content {
    padding: 3rem !important;
}

.filter-item h3 {
    font-size: 1rem !important;
}

.responsive-button {
    display: inline-block;
}

.responsive-fixed-container {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: rgb(248 248 248/1);
    padding: .1rem 1.5rem 2.5rem;
    --tw-border-opacity: 1;
    border-top: 1px solid rgb(215 222 224/1);
    z-index: 9999;
    clear: both;
    text-align: center !important;
    align-items: center !important;
}

.specific-first-head {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;

}

.text-xss {
    font-size: 10px;
    font-weight: normal;
    color: #000;
}

.product-page {
    background-color: #f5f5f5 !important;
}

@media (min-width: 961px) {
    margin-top: 100px !important;
}

.product-page .box-info-product {
    background-color: #fdf6ff !important;
}

.product-page .box-info-product .number-input {
    background-color: #f5f5f5 !important;
}

.product-page .box-info-product .btn-show-product {
    display: inline-block;
    padding: 10px 25px;
    padding-right: 25px;
    margin-left: 7px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 8px rgba(151, 151, 151, 0.2);
    box-shadow: 0 4px 8px rgba(151, 151, 151, 0.2);
    color: #fff;
    text-align: center;
    padding-right: 45px;
    position: relative;
}

.product-page .box-info-product .btn-show-product::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../images/theme/add-to-cart.png);
    background-size: cover;
}

.color-selections {
    position: relative;
    background-color: transparent !important;
    color: #000;
    margin-left: 10px;
    padding: 5px 7px;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    z-index: 10 !important;
}

.ui-variant-content {
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    margin-bottom: 6px;
    border-radius: 50px;
}

.ui-variant--checked {
    cursor: pointer;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 13px;
}

.border-checked {
    border: 1px solid #e5c6ea
}

.truncate-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer; /* To show it's clickable */
}

@media (max-width: 468px) {
    .six-banner-title {
        font-size: 11px;
        font-weight: 600;
    }

    #partner-swiper {
        width: 100px !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .gallery-modal {
        max-width: 100% !important;
    }

    .breadcrumb {
        padding: 0 !important;
    }
    .product-page {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    #product-sidebar .product-variant {
        display: none !important;
    }

    .product-detail {
        padding-top: 0px !important;
    }

    .filter-content {
        padding: 2rem !important;
    }

    .filter-item {
        padding: 18px 10px;
        margin: 5px !important;
    }

    .filter-item h3 {
        font-size: 12px !important;
    }

    .responsive-button {
        display: none !important;
    }

    .responsive-price {
        display: none !important;
    }

    .responsive-qty {
        display: none !important;
    }

    .responsive-fixed-container {
        display: block;
    }
}

@media (max-width: 428px) {
    .main-swiper-slider .main-slider-item img {
        width: 120%;
        height: 150px;
        display: grid;
        right: -32px;
        position: absolute;
    }

    .main-swiper-slider {
        height: 160px;
    }

    .section-title {
        font-size: 13px;
    }
    .fad .fa-percentage {
        font-size: 13px;
    }

    .product-box .product-box--title {
        font-size: .75rem;
    }

    .product-carousel .product-block-swiper .swiper-slide {
        width: 160px!important;
    }
}

.search-reset-content ul li {
    background-color: #f3f8fd;
}

#aparat-iframe {
    height: auto;
    aspect-ratio: 16 / 9; /* نسبت استاندارد ویدئو */
    border-radius: 10px; /* لبه‌های گرد برای زیبایی */
    position: relative;
    width: 50%;
    max-width: 800px; /* حداکثر عرض برای نمایش بهتر در صفحه‌نمایش‌های بزرگ */
    margin: 20px auto; /* قرار گرفتن در وسط صفحه با فاصله از بالا و پایین */
}

/* تنظیمات برای موبایل */
@media (max-width: 768px) {
    #aparat-iframe {
        width: 100%;
    }
}

.product-title-h1 {
    white-space: normal !important;
}

.gallery-modal {
    max-width: 70% !important;
    max-height: 80% !important;
}
.gallery-image {
    max-height: 628px !important;
}
.gallery-image img {
    max-height: inherit !important;
    max-width: 100% !important;
}
.products-list-sort-type {
    background-color: #e1e1e1 !important;
}

#sorting-tab::after {
    background-color: #e1e1e1 !important;
    position: unset;
    z-index: 10 !important;
}

#sorting-tab::before {
    background-color: #e1e1e1 !important;
    z-index: 10 !important;
}

#icon-sortable {
    fill: #333;
    width: 1.25rem;
    height: 1.25rem;
}

#login-with-code-form label, input {
    font-size: 16px !important;
}

#one-time-login-form .activation-code-inputs input, span {
    font-size: 16px !important;
}
#one-time-login-form .activation-code span {
    font-size: 16px !important;
    color: #000 !important;
}

.sub-category-list .category-item {
    width: max-content !important;
    border: 1px solid rgb(215 222 224);
    border-radius: .4rem;
    line-height: 24.5px !important;
    margin-right: 8px;
    padding: 3px 0;
}

.sub-category-list .category-item .btn-category {
    color: #fff;
    background-color: #b4b8c1;
    border-color: #6c757d;
}
.sub-category-list .category-item .btn-category:hover {
    background-color: #6c757d;
}

.select2-container--default .select2-selection--single {
    padding: 6px 12px;
    border: 1px solid #6c757d;
    border-radius: 5px;
    background-color: #b4b8c1;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 38px !important;
}

.select2-container .select2-selection .select2-selection__rendered {
    line-height: 38px!important;
}

.select2-container .select2-selection .select2-selection__rendered img {
    background-color: #b4b8c1 !important;
    border: unset;
}
