@font-face {
    font-family: "IRYekan";
    font-weight: 100;
    src: url("../fonts/IranYekan/woff/iranyekanweblightfanum.woff") format("woff"),
    url("../fonts/IranYekan/ttf/iranyekanweblightfanum.ttf") format("truetype");
}

@font-face {
    font-family: "IRYekan";
    font-weight: 300;
    src: url("../fonts/IranYekan/woff/iranyekanwebregularfanum.woff") format("woff"),
    url("../fonts/IranYekan/ttf/iranyekanwebregularfanum.ttf") format("truetype");
}

@font-face {
    font-family: "IRYekan";
    font-weight: normal;
    src: url("../fonts/IranYekan/woff/iranyekanwebmediumfanum.woff") format("woff"),
    url("../fonts/IranYekan/ttf/iranyekanwebmediumfanum.ttf") format("truetype");
}

@font-face {
    font-family: "IRYekan";
    font-weight: 700;
    src: url("../fonts/IranYekan/woff/iranyekanwebboldfanum.woff") format("woff"),
    url("../fonts/IranYekan/ttf/iranyekanwebboldfanum.ttf") format("truetype");
}

@font-face {
    font-family: "IRYekan";
    font-weight: 800;
    src: url("../fonts/IranYekan/woff/iranyekanwebextraboldfanum.woff") format("woff"),
    url("../fonts/IranYekan/ttf/iranyekanwebextraboldfanum.ttf") format("truetype");
}

@font-face {
    font-family: "IRYekan";
    font-weight: 900;
    src: url("../fonts/IranYekan/woff/iranyekanwebblackfanum.woff") format("woff"),
    url("../fonts/IranYekan/ttf/iranyekanwebblackfanum.ttf") format("truetype");
}

.fixed-support {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1000;
    background-color: #ffffff;
    color: #4a95e3;
    border-radius: 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 0;
    box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.1);
}

.fixed-support .links {
    display: flex;
    font-size: 1.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.fixed-support .links > * {
    display: flex;
    padding: 0rem 0.5rem;
}

.fixed-support .support-ctrl {
    margin: auto;
    padding: 0rem 0.5rem;
    background-color: transparent;
    border: none;
    transition: all 0.3s ease;
}

.fixed-support .support-ctrl.closed {
    transform: rotate(180deg);
}

.fixed-support .fi::before {
    display: flex;
    line-height: 1;
}

.fixed-support .instagram {
    color: #ef8ed4;
}

.fixed-support .whatsapp {
    color: #46c396;
}

.tooltip .tooltip-arrow {
    display: none;
}

.section-title-container {
    text-align: center;
    margin-bottom: 45px;
    width: min(90%, 600px);
    margin-inline: auto;
}

.section-title-container .section-title {
    font-size: clamp(1.125rem, 1rem + 0.5vw, 1.25rem);
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.section-title-container .section-description {
    font-size: 0.875rem;
    font-weight: 300;
    color: #88a6c5;
}

.product-item {
    background-color: #ffffff;
    border-radius: 15px;
    height: 100%;
    padding: 0;
    box-shadow: 5px 10px 30px -15px rgba(0, 0, 0, 0.1);
    max-width: 350px;
    margin-inline: auto;
}

.product-item .product-image {
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 170px;
}

.product-item .product-details {
    padding: 1.5rem;
}

.product-item .product-code {
    color: #a3a3a3;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.product-item .product-name {
    font-size: 0.8125rem;
    height: 32px;
}

.product-item .product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.product-item .btn-add {
    font-size: 0.6875rem;
    flex-grow: 1;
    display: flex;
    gap: 10px;
}

.product-item .price {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.product-item .price .value {
    font-size: 1rem;
    font-weight: 700;
}

.product-item .price .currency {
    font-size: 0.8125rem;
    position: absolute;
    top: -18px;
    left: -10px;
}

.product-item .product-price {
    position: relative;
    margin: 0;
    text-align: left;
    display: flex;
    align-items: flex-end;
}

.product-item .product-price .text {
    display: inline-block;
    margin-inline: 5px;
    font-size: 0.875rem;
}

.product-item .product-price .noprice {
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 10px;
    padding-bottom: 10px;
}

.product-item .product-price .old-price {
    direction: ltr;
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    top: -20px;
    left: 50px;
}

.product-item .product-price .old-price .prev-price {
    font-size: 0.8125rem;
    text-decoration: line-through;
    color: #a3a3a3;
    font-weight: 300;
}

.product-item .product-price .old-price .off-percent {
    margin-left: 5px;
    background-color: #ff4a4a;
    color: #ffffff;
    padding: 5px 8px;
    font-size: 0.8125rem;
    border-radius: 10px;
}

.btn-like img {
    width: 20px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
}

.btn-like .full {
    display: none;
}

.base-shadow {
    box-shadow: 5px 10px 30px -15px rgba(0, 0, 0, 0.1);
}

a {
    color: unset;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #4a95e3;
}

.btn {
    min-height: 60px;
    padding: 1rem;
    border-radius: 15px;
    font-size: 0.8125rem;
    box-shadow: none;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:focus {
    box-shadow: none;
}

.product-item .btn {
    padding: 0;
}

.btn-dark {
    background-color: #494949;
}

.btn-dark:hover {
    background-color: #303030;
}

.btn-white {
    background-color: #ffffff;
}

.btn-white:hover {
    color: #4a95e3;
}

.btn-yellow {
    background-color: #f7c737;
}

.btn-yellow:hover {
    background-color: #f1b70a;
}

.btn-blue {
    background-color: #4a95e3;
    color: #ffffff;
}

.btn-blue:hover {
    color: #ffffff;
    background-color: #438bd5;
}

.btn-green {
    background-color: #46c396;
    color: #ffffff;
}

.btn-green:hover {
    color: #ffffff;
    background-color: #3dbd8f;
}

.btn-available {
    background-color: #e7fbf4;
    color: #46c396;
}

.btn-available:hover {
    background-color: #e7fbf4;
    color: #46c396;
}

.btn-open {
    background-color: #f4faff;
    color: #4a95e3;
}

.btn-open:hover {
    background-color: #cbe8ff;
    color: #4a95e3;
}

.btn-unavailable {
    background-color: #ffefee;
    color: #ff4a4a;
}

.btn-unavailable:hover {
    background-color: #ffefee;
    color: #ff4a4a;
}

.swiper-slide {
    height: auto;
}

.faq-accordion .accordion-item {
    border-radius: 15px;
    padding: 1.5rem;
    background-color: #ffffff;
    margin-bottom: 30px;
    border-bottom: none;
    overflow: hidden;
    box-shadow: 5px 10px 30px -15px rgba(0, 0, 0, 0.1);
}

.faq-accordion .accordion-button {
    font-size: 0.875rem;
    color: #000000;
    gap: 20px;
    padding: 0;
    line-height: 1.5;
    box-shadow: none;
    font-weight: 700;
    background-color: #ffffff;
}

.faq-accordion .accordion-button::after {
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f32b";
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #deeff5;
    transition: all 0.2s ease;
    background-image: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    color: white;
    transform: rotate(45deg);
    background-color: #4a95e3;
}

.faq-accordion .accordion-button .accordion-number {
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    color: #cdcdcd;
}

.faq-accordion .accordion-body {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #636363;
    padding: 0;
    padding-top: 15px;
}

.swiper-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.swiper-navigation .swiper-next,
.swiper-navigation .swiper-next > *,
.swiper-navigation .swiper-prev,
.swiper-navigation .swiper-prev > * {
    border-radius: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.base-shadow {
    box-shadow: 5px 10px 30px -15px rgba(0, 0, 0, 0.1);
}

.scroll-top {
    display: none;
    min-height: unset;
    width: 40px;
    height: 40px;
    z-index: 10;
    background-color: #f7c737;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 40px;
    right: 40px;
    -webkit-animation: float 1s infinite alternate;
    animation: float 1s infinite alternate;
}

.form-input {
    padding: 0.5rem 1rem;
    border-radius: 15px;
    height: 60px;
    border: none;
    text-align: right;
    background-color: #f5f5f5;
    width: 100%;
    font-size: 0.75rem;
    font-weight: 300;
}

.step-forgot {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 400px;
    width: 100%;
    align-items: center;
    margin: 35px auto;
}

.step-forgot .dot {
    width: 10px;
    height: 10px;
    display: block;
    padding: 10px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background-color: #98c6f5;
}

.step-forgot .dot.active {
    background-color: #ffffff;
    border: 6px solid #4a95e3;
}

.step-forgot .dot.complete {
    background-color: #4a95e3;
    border: 6px solid #4a95e3;
}

.step-forgot .underline {
    height: 3px;
    padding: 1px;
    position: absolute;
    background-color: #dfeefb;
    width: 100%;
}

.breadcrumbs {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
}

.breadcrumbs .link-breadcrumbs {
    font-size: 0.8125rem;
    color: #a3a3a3;
    font-weight: 300;
    margin: 0px;
}

.breadcrumbs .link-breadcrumbs.active {
    font-weight: 700;
    color: #000000;
}

.breadcrumbs .line {
    font-weight: 300;
    margin: 0 5px;
    color: #a3a3a3;
}

.custom-pagination {
    margin-top: 25px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 40px;
    max-width: 569px;
    width: 100%;
    display: block;
    margin: 39px auto;
}

.custom-pagination nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-pagination nav .btn-arrow a {
    padding: 10px;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.custom-pagination nav .btn-arrow a.disable {
    color: #deeff5;
}

.custom-pagination nav .btn-arrow a.active {
    color: #4a95e3;
}

.custom-pagination nav .pagination {
    display: flex;
    margin-bottom: 0px;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.custom-pagination nav .pagination .pagination-item {
    padding: 10px;
    border-radius: 50%;
    display: block;
    font-size: 14px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.custom-pagination nav .pagination .pagination-item.active {
    background-color: #4a95e3;
    color: #ffffff;
}

.tooltip {
    font-family: "IRYekan";
    font-size: 0.75rem;
    font-weight: 300;
}

@-webkit-keyframes float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 576px) {
    .fixed-support {
        display: none;
    }

    .faq-accordion .accordion-item {
        margin-bottom: 20px;
    }

    .scroll-top {
        right: 20px;
        bottom: 70px;
    }
}

.table-request {
    width: 100%;
}

.table-request .head-table-request th {
    padding: 0 16px;
    text-align: center;
    white-space: nowrap;
}

.table-request .head-table-request .product-name {
    text-align: right;
}

.table-request .body-table-request .field-table {
    height: 60px;
}

.table-request .body-table-request .field-table td {
    padding: 0 16px;
    text-align: center;
    font-size: 0.8125rem;
}

.table-request .body-table-request .field-table td .delete-title {
    justify-content: center;
}

.table-request .body-table-request .field-table td .btn {
    margin: auto;
    border-radius: 7px;
    padding: 10px 20px;
    min-width: 70px;
    min-height: 31px;
}

.table-request .body-table-request .field-table td .price {
    position: relative;
    display: inline-block;
}

.table-request .body-table-request .field-table td .price .value {
    font-size: 1rem;
    font-weight: 700;
}

.table-request .body-table-request .field-table td .price .currency {
    font-size: 0.8125rem;
    position: absolute;
    top: -18px;
    left: -10px;
}

.table-request .body-table-request .field-table td.product-name {
    text-align: right;
    min-width: 250px;
}

.table-request .delete-title {
    color: #ff4a4a;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.work-flow {
    margin-top: 1rem;
}

.work-flow .title {
    font-size: 1rem;
    display: flex;
    gap: 5px;
    font-weight: 700;
    color: #4a95e3;
}

.work-flow .description {
    font-size: 0.75rem;
    color: #636363;
    font-weight: 300;
}

.process-request {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 15px;
}

.process-request .process-list .process-list-item {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 15px 0px;
}

.process-request .process-list .process-list-item .list-label {
    background-color: #f4faff;
    min-width: 41px;
    height: 41px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-request .process-list .process-list-item .list-label span {
    color: #4a95e3;
}

.process-request .process-list .process-list-item .list-content {
    font-size: 0.8125rem;
    color: #353535;
}

.form-column .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    min-width: unset !important;
    width: 100% !important;
}

.form-column .dropdown-toggle .filter-option-inner-inner {
    text-align: right;
    font-size: 0.75rem;
    color: #7a7a7a;
}

.form-column .dropdown-toggle:focus-visible {
    outline: none;
}

.form-column .dropdown-toggle:focus {
    outline: none !important;
}

.dropdown-menu.show {
    border-radius: 15px;
}

.dropdown-menu li a.active span.text {
    color: #ffffff;
}

.dropdown-menu li a span.text {
    color: #666666;
    font-size: 0.8125rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #4a95e3;
}

.password-input {
    position: relative;
}

.password-input .input-icon {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    margin: auto;
    color: #a3a3a3;
    display: flex;
    align-items: center;
}

:root {
    --plyr-color-main: #4a95e3;
}

.inquiry-price {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 576px) {
    .product-item {
        border-radius: 10px;
        max-width: 100%;
    }

    .product-item > a:first-child {
        flex-basis: 25%;
    }

    .product-item .product-image {
        aspect-ratio: unset;
        height: 100%;
    }

    .product-item .product-details {
        padding: 1rem;
        flex-basis: 75%;
    }

    .product-item .product-name {
        font-size: 0.8125rem;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        min-height: unset;
    }

    .product-item .product-actions {
        row-gap: 0;
    }

    .product-item .product-actions .product-price {
        margin-bottom: 0;
    }

    .product-item .btn-like {
        min-height: unset;
    }
}

@media (min-width: 475px) and (max-width: 575px) {
    .row-cols-xs-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 475px) {
    .d-xs-flex {
        display: flex !important;
    }

    .d-xs-none {
        display: none;
    }
}

header {
    margin-bottom: 30px;
}

header .navbar-brand {
    width: 150px;
}

header .navbar {
    gap: 10px;
}

header .search-form {
    flex-grow: 1;
    display: flex;
    background-color: #ffffff;
    border-radius: 15px;
    z-index: 0;
    position: relative;
}

header .search-form .search-input {
    padding-right: 15px;
    border-radius: 0px 15px 15px 0;
    flex-grow: 1;
    border: none;
    font-size: 0.8125rem;
    font-weight: 300;
}

header .search-form .search-input::-moz-placeholder {
    color: #ccc;
    font-weight: 200;
}

header .search-form .search-input:-ms-input-placeholder {
    color: #ccc;
    font-weight: 200;
}

header .search-form .search-input::placeholder {
    color: #ccc;
    font-weight: 200;
}

header .search-form .btn-search {
    padding: 0;
    height: 100%;
    padding: 0 15px;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .search-form .results {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 1rem;
    top: 85%;
    display: none;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
}

header .search-form .results .result-item {
    display: flex;
    gap: 10px;
    margin: 18px 0;
    align-items: center;
    font-size: 0.75rem;
}

header .search-form .results .result-item:not(:last-child) {
    margin-bottom: 10px;
}

header .search-form .results .result-item .fi::before {
    font-size: 0.875rem;
    color: #a3a3a3 !important;
}

header .btn-basket {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

header .btn-basket .fi {
    font-size: 1.125rem;
}

header .btn-basket .count {
    top: -10px;
    right: -10px;
    position: absolute;
    background-color: #f7c737;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 0.75rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    color: #000000;
}

header .btn-call {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.5rem 1rem;
}

header .btn-call .phone-number {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1;
}

header .btn-call .phone-number span:last-child {
    font-weight: 800;
    font-size: 1rem;
}

header .user-dropdown .dropdown-menu {
    right: unset;
    left: 0;
    top: 110%;
    width: 225px;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    padding: 1rem;
    box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.05);
}

header .user-dropdown .dropdown-item {
    font-size: 0.8125rem;
    border-radius: 5px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

header .user-dropdown .dropdown-item:active {
    background-color: #438bd5;
}

header .user-dropdown .sidebar-user {
    background-color: #ffffff;
    margin-bottom: 0.5rem;
    border-radius: 10px;
}

header .user-dropdown .sidebar-user .user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .user-dropdown .sidebar-user .user-image {
    width: 45px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

header .user-dropdown .sidebar-user .user-name {
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 6px;
}

header .user-dropdown .sidebar-user .user-phone {
    margin-bottom: 0;
    color: #a3a3a3;
    font-size: 0.6875rem;
}

header .user-dropdown .sidebar-user .user-actions {
    flex-basis: 100%;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.75rem;
    font-weight: 600;
}

header .user-dropdown .sidebar-user .user-exit {
    color: #ff4a4a;
    display: flex;
    gap: 5px;
    align-items: center;
}

header .user-dropdown .sidebar-user .user-exit .fi {
    display: flex;
}

header .user-dropdown .sidebar-user .user-exit .fi::before {
    font-size: 0.875rem;
}

header .user-dropdown .sidebar-user .user-edit {
    color: #4a95e3;
    align-items: center;
    display: flex;
    gap: 5px;
}

header .user-dropdown .sidebar-user .user-edit .fi {
    display: flex;
}

header .user-dropdown .sidebar-user .user-edit .fi::before {
    font-size: 0.875rem;
}

header .navbar-nav {
    padding: 0;
    margin-top: 10px;
    background-color: #ffffff;
    flex-basis: 100%;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    position: relative;
}

header .navbar-nav .megamenu-link {
    padding: 1.5rem 0;
    font-size: 0.8125rem;
    font-weight: 300;
}

header .navbar-nav .megamenu-link .megamenu {
    background-color: #ffffff;
    position: absolute;
    display: none;
    width: 100%;
    right: 0;
    max-height: 600px;
    overflow: auto;
    padding: 1rem 0rem 1rem 1rem;
    top: 85%;
    border-radius: 0 0 20px 20px;
    z-index: 10;
    border: none;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
}

header .navbar-nav .megamenu-link .megamenu-listitem {
    font-size: 0.8125rem;
}

header .navbar-nav .megamenu-link .megamenu-listitem.group {
    font-weight: 800;
    font-size: 0.9375rem;
    color: #4a95e3;
}

header .navbar-nav .megamenu-link .megamenu-listitem.group:first-child {
    margin-top: 0;
}

header .navbar-nav .megamenu-link .megamenu-banner {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

header .navbar-nav .megamenu-link .megamenu-banneritem img {
    width: 100%;
    border-radius: 10px;
}

header .navbar-nav .megamenu-link .megamenu .submenu-border {
    border-left: 1px solid #f5f5f5;
}

header .navbar-nav .megamenu-link .megamenu .submenu-menu:not(:first-child) {
    display: none;
}

header .navbar-nav .megamenu-link .megamenu-submenu {
    display: flex;
    flex-direction: column;
}

header .navbar-nav .megamenu-link .megamenu-submenu .submenu-item {
    background-color: #ffffff;
    border: none;
    font-size: 0.875rem;
    padding: 1rem;
    border-radius: 10px 0 0 10px;
    border-right: 4px solid transparent;
}

header .navbar-nav .megamenu-link .megamenu-submenu .submenu-item.active {
    background-color: #f5f5f5;
    border-right: 4px solid #4a95e3;
}

header .btn-canvas {
    display: none;
}

header .offcanvas-navbar {
    height: 85vh;
}

header .offcanvas-navbar .offcanvas-header {
    padding: 0;
}

header .offcanvas-navbar .offcanvas-body {
    text-align: center;
}

header .offcanvas-navbar .offcanvas-body .offcanvas-nav {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

header .offcanvas-navbar .offcanvas-body .offcanvas-nav .offcanvas-link {
    padding: 0.75rem 0rem;
    cursor: pointer;
    text-align: right;
    font-size: 0.8125rem;
    font-weight: 300;
}

header .offcanvas-navbar .offcanvas-body .offcanvas-nav .offcanvas-link .link-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .offcanvas-navbar .offcanvas-body .offcanvas-nav .offcanvas-link .link-title .fi {
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

header .offcanvas-navbar .offcanvas-body .offcanvas-nav .offcanvas-link .link-title .fi::before {
    font-size: 0.8125rem;
}

header .offcanvas-navbar .offcanvas-body .offcanvas-nav .offcanvas-link:not(:last-child) {
    border-bottom: 1px solid #deeff5;
}

header .offcanvas-navbar .offcanvas-body .offcanvas-nav .offcanvas-link .menu-level-2 {
    border-radius: 5px;
    display: none;
    background-color: #f5f5f5;
    margin-top: 0.5rem;
    padding: 1rem;
}

header .offcanvas-navbar .offcanvas-body .offcanvas-nav .offcanvas-link .menu-level-2 .menu-item:not(:first-child) {
    margin-top: 0.75rem;
}

header .offcanvas-navbar .offcanvas-body .offcanvas-nav .offcanvas-link .menu-level-3 {
    display: none;
    padding: 1rem 1rem 1rem 0rem;
}

header .offcanvas-navbar .offcanvas-body .offcanvas-nav .offcanvas-link .menu-level-3 .link-title:not(:last-child) {
    margin-bottom: 0.5rem;
}

header .offcanvas-cart .title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #494949;
}

header .offcanvas-cart .offcanvas-header {
    border-bottom: 1px solid #494949;
}

header .offcanvas-cart hr {
    background-color: #88a6c5;
}

header .offcanvas-cart .cart-item .item-header {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

header .offcanvas-cart .cart-item .item-header .item-image {
    flex-shrink: 0;
    width: 100px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
}

header .offcanvas-cart .cart-item .item-header .btn .fi::before {
    font-size: 0.875rem;
}

header .offcanvas-cart .cart-item .item-info .name {
    font-size: 0.8125rem;
    font-weight: 700;
}

header .offcanvas-cart .cart-item .item-info .price {
    font-size: 0.8125rem;
    font-weight: 700;
}

header .offcanvas-cart .cart-item .item-info .count {
    font-size: 0.8125rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

header .offcanvas-cart .cart-item .item-info .count .delete-title {
    color: #ff4a4a;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

header .offcanvas-cart .cart-item .item-info .count-action {
    background-color: #f4faff;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

header .offcanvas-cart .cart-item .item-info .count-action .number {
    font-weight: 500;
}

header .offcanvas-cart .cart-item .item-info .count-action .fi {
    display: flex;
}

header .offcanvas-cart .cart-item .item-info .count-action .fi::before {
    font-size: 0.6875rem;
}

header .offcanvas-cart .cart-item .item-info .count-action .btn {
    padding: 0.5rem;
    min-height: auto;
}

header .offcanvas-cart .offcanvas-footer {
    border-top: 1px solid #494949;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .offcanvas-cart .offcanvas-footer .footer-price .title {
    margin-bottom: 5px;
    font-size: 1rem;
}

@media screen and (max-width: 1200px) {
    header .navbar-nav {
        display: none;
    }

    header .btn-canvas {
        display: flex;
    }

    header .btn-call,
    header .btn-signup {
        display: none;
    }

    header .btn-signup-mobile {
        display: flex !important;
    }

    header .offcanvas .btn-call,
    header .offcanvas .btn-signup {
        display: inline-flex;
    }
}

@media screen and (max-width: 767px) {
    header .navbar .btn-basket span:last-of-type {
        display: none;
    }

    header .navbar-login .navbar-home {
        flex-grow: 1;
    }

    header .navbar-login .navbar-home .navbar-brand {
        max-width: 100px;
        margin-left: 0;
    }

    header .navbar-login .search-form {
        order: 2;
        flex-basis: 100%;
    }

    header .navbar-login .btn {
        padding: 0.75rem;
        min-height: unset;
    }
}

@media screen and (max-width: 575px) {
    header .navbar .navbar-home {
        flex-grow: 1;
    }

    header .navbar .navbar-brand {
        height: 50px;
        -o-object-fit: contain;
        object-fit: contain;
        flex-grow: 1;
        -o-object-position: right;
        object-position: right;
    }

    header .navbar .search-form {
        order: 1;
        flex-basis: 100%;
    }
}

footer {
    margin-top: 12.5rem;
}

footer .container {
    position: relative;
}

footer .copyright {
    font-size: 0.75rem;
    color: #a2b8ca;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
}

.footer-overlay {
    padding: 1rem 2rem;
    border-radius: 30px;
    background-color: #ffffff;
    position: absolute;
    width: min(1000px, 85%);
    right: 0;
    left: 0;
    margin: auto;
    top: -150px;
    padding-bottom: 25px;
}

.footer-overlay .footer-logo {
    margin-inline: auto;
    display: block;
    width: 150px;
}

.footer-overlay .footer-brand {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin: 15px 0;
}

.footer-overlay .footer-description {
    font-size: 0.8125rem;
    font-weight: 300;
}

.footer-container {
    background-color: #4a95e3;
    padding: 3.5rem;
    border-radius: 50px;
    padding-top: 12.5rem;
}

.footer-container .footer-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 40px;
}

.footer-container .footer-title-container {
    margin-bottom: 20px;
}

.footer-container .footer-title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-container .social-media {
    margin-left: 40px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.footer-container .social-media .social-media-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer-container .social-media .social-media-item img {
    width: 50%;
    height: 50%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-container .social-media .social-media-item:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-container .contact-info {
    color: #ffffff;
    vertical-align: text-top;
}

.footer-container .contact-info th {
    font-size: 0.875rem;
    padding: 4px 0;
    min-width: 100px;
}

.footer-container .contact-info td {
    padding: 4px 0;
    font-size: 0.8125rem;
    font-weight: 300;
}

.footer-container .contact-info td address {
    margin-bottom: 5px;
}

.footer-container .footer-nav .nav-link {
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 300;
    padding: 4px 0;
}

.footer-container .certificate-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 5px;
}

.footer-container .certificate-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-container .footer-info {
    background-color: #5fa3eb;
    color: #ffffff;
    font-size: 0.8125rem;
    padding: 1.5rem;
    font-weight: 300;
    border-radius: 15px;
}

.footer-container .newsletter .newsletter-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.5;
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: 25px;
}

.footer-container .newsletter .newsletter-form {
    background-color: #ffffff;
    padding: 0.5rem;
    border-radius: 15px;
    display: flex;
    gap: 10px;
}

.footer-container .newsletter .newsletter-form input {
    direction: rtl;
    padding: 0 1rem;
    font-size: 0.875rem;
    font-weight: 300;
    flex-grow: 1;
    border: none;
    min-width: 0;
}

.footer-container .newsletter .newsletter-form input::-moz-placeholder {
    color: #ccc;
    font-weight: 200;
}

.footer-container .newsletter .newsletter-form input:-ms-input-placeholder {
    color: #ccc;
    font-weight: 200;
}

.footer-container .newsletter .newsletter-form input::placeholder {
    color: #ccc;
    font-weight: 200;
}

@media screen and (max-width: 1199px) {
    .footer-container {
        padding-top: 13.75rem;
    }

    .footer-container .social-media {
        margin-left: 0px;
    }
}

@media screen and (max-width: 991px) {
    .footer-container {
        padding-top: 16.25rem;
    }
}

@media screen and (max-width: 767px) {
    footer {
        margin-top: 30px;
    }

    .footer-overlay {
        position: static;
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    .footer-container {
        padding: 2rem;
    }

    .footer-container .footer-title-container {
        text-align: center;
    }

    .footer-container .certificate-container,
    .footer-container .footer-nav {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .footer-overlay {
        padding: 1rem;
    }

    .footer-container {
        border-radius: 30px;
    }

    .footer-container .footer-title-flex {
        flex-direction: column;
    }

    .footer-container .newsletter .newsletter-form input {
        padding-left: 0;
    }
}

.not-found-section .min-not-found {
    width: 70%;
    display: block;
    margin: auto;
}

.not-found-section .not-found-content img {
    margin: 30px 0;
}

.not-found-section .not-found-content .text h1 {
    margin: 30px 0;
    font-size: 1.125rem;
    font-weight: bold;
    color: #4a95e3;
}

.not-found-section .not-found-content .text p {
    margin: 30px 0;
    color: #000000;
}

.not-found-section .not-found-content .text .btn-not-found {
    margin: 30px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.not-found-section .img-illustration img {
    display: block;
    margin: auto;
    max-width: 100%;
}

@media screen and (max-width: 992px) {
    .not-found-section .not-found-content {
        text-align: center;
    }

    .not-found-section .not-found-content img {
        margin: 20px 0;
    }

    .not-found-section .not-found-content .text h1 {
        margin: 20px 0;
        font-size: 1.125rem;
        font-weight: bold;
        color: #4a95e3;
    }

    .not-found-section .not-found-content .text p {
        margin: 20px 0;
        color: #000000;
    }

    .not-found-section .not-found-content .text .btn-not-found {
        margin: 20px auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.card-form {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 5px 10px 30px -15px rgba(0, 0, 0, 0.151);
}

.card-form .forms {
    margin-top: 20px;
}

.card-form .forms .min-width {
    width: 70%;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.card-form .forms .min-width .captcha {
    display: flex;
    gap: 10px;
}

.card-form .forms .min-width .btn.btn-yellow {
    display: block;
    margin: auto;
    min-width: 100px;
}

.card-form .forms .min-width .btn.btn-blue {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: auto;
    width: 100%;
    padding: 0;
}

.card-form .forms .min-width .btn.btn-blue img {
    max-width: 25px;
    width: 100%;
}

.card-form .forms .min-width .forgot-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.card-form .forms .min-width .forgot-password .checkbox {
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-form .forms .min-width .forgot-password .forgot-link {
    font-size: 0.75rem;
    color: #4a95e3;
}

.header-form {
    text-align: center;
}

.header-form .title {
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
}

.header-form .link {
    color: #4a95e3;
    font-size: 0.875rem;
}

.header-form .text {
    color: #636363;
    font-size: 0.8125rem;
    width: 70%;
    display: block;
    margin: auto;
    margin-top: 15px;
}

.col.image img {
    display: block;
    margin: auto;
    margin-top: 0;
    max-width: 100%;
}

.col.form.complete {
    display: flex;
}

.col.form.complete .header-form {
    display: block;
    margin: auto;
}

.col.form.complete .header-form .btn.btn-blue {
    margin-top: 20px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.num-group {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 25px;
}

.num-group .num-group-item .input-one-val {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    border: none;
    font-size: 33px;
    text-align: center;
    background-color: #f2f2f2;
    direction: ltr;
}

.confirm-button {
    margin-top: 20px;
}

.confirm-button .btn.btn-yellow {
    display: block;
    margin: auto;
}

@media screen and (max-width: 992px) {
    .num-group {
        gap: 10px;
    }

    .num-group .num-group-item .input-one-val {
        width: 40px;
        height: 40px;
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1200px) {
    .card-form .forms .min-width {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .card-form .forms .min-width .captcha {
        flex-direction: column;
    }

    .card-form .forms .min-width .captcha img {
        max-height: 60px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 768px) {
    .card-form {
        padding: 25px;
    }
}

.categories {
    margin-bottom: 20px;
}

.categories .categories-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.categories .categories-container .category-item {
    box-shadow: 5px 10px 30px -15px rgba(0, 0, 0, 0.1);
    width: 150px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 0.75rem 1rem;
}

.categories .categories-container .category-item .category-image {
    margin-bottom: 10px;
    display: block;
    margin-inline: auto;
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.categories .categories-container .category-item .category-title {
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 700;
}

.categories .categories-container .category-item:hover {
    transform: translateY(-7px);
    box-shadow: 5px 10px 30px -15px rgba(0, 0, 0, 0.1);
}

.category-swiper {
    width: 100%;
    max-width: 850px;
}

.category-swiper .swiper-wrapper {
    padding-top: 10px;
}

@media screen and (max-width: 576px) {
    .category-swiper .swiper-wrapper {
        padding-top: 0;
    }
}

.forms {
    margin-bottom: 70px;
}

.forms .col-mt {
    margin-top: 75px;
}

.forms .form-thumb-swiper {
    margin-bottom: 20px;
}

.forms .form-thumb-swiper .swiper-slide {
    cursor: pointer;
}

.forms .form-thumb-swiper .swiper-slide .form-description-slide {
    padding: 0.875rem;
}

.forms .form-thumb-swiper .swiper-slide-thumb-active {
    background-color: #f4faff;
    border-radius: 15px;
}

.forms .form-thumb-swiper .swiper-slide-thumb-active .form-icon path {
    fill: #4a95e3;
}

.forms .form-thumb-swiper .form-description-slide {
    text-align: center;
}

.forms .form-thumb-swiper .form-description-slide .form-name {
    margin-top: 10px;
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 0;
}

.forms .form-tab-container {
    background-color: #ffffff;
    padding: 1rem 1.5rem 2rem;
    border-radius: 15px;
    height: 100%;
}

.forms .form-description-swiper {
    padding-top: 50px;
    height: 100%;
}

.forms .form-description-swiper .form-description-slide {
    background-color: #ffffff;
    padding: 4rem 1.5rem 1rem;
    border-radius: 15px;
    position: relative;
    height: 100%;
}

.forms .form-description-swiper .form-description-slide .form-image {
    position: absolute;
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
    z-index: 1;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.forms .form-description-swiper .form-description-slide .form-name {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.forms .form-description-swiper .form-description-slide .form-description {
    font-weight: 300;
    text-align: center;
    font-size: 0.8125rem;
}

.forms .main-form-swiper input[type="radio"] {
    margin-left: 10px;
}

.forms .main-form-swiper label {
    font-size: 0.8125rem;
}

.forms .main-form-swiper .input-row {
    margin-top: 20px;
}

.forms .main-form-swiper .form-check-input {
    box-shadow: none;
    margin-top: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.forms .main-form-swiper .form-check-input:checked {
    background-color: #4a95e3;
    border-color: #4a95e3;
}

.forms .main-form-swiper .btn-form-submit {
    width: 100%;
    font-weight: 700;
}

.forms .main-form-swiper .form-radio-container {
    gap: 10px;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}

.popular-products {
    margin-bottom: 70px;
}

.popular-products .products-filter {
    padding: 1rem;
    margin-bottom: 40px;
    max-width: 930px;
    width: 100%;
    border-radius: 15px;
    margin-inline: auto;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.popular-products .products-filter::after {
    position: absolute;
    content: "";
    border-radius: 15px;
    bottom: -15px;
    z-index: -1;
    width: 70%;
    height: 100%;
    background-color: #b4d9ff;
}

.popular-products .products-filter .filter-item {
    color: #636363;
    font-weight: 700;
    margin-inline: auto;
}

.popular-products .products-filter .filter-item.active {
    color: #000000;
    background-color: #f4faff;
}

.popular-products .products-grid-mobile {
    display: none;
}

.banners {
    margin-bottom: 70px;
}

.banners .banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.banners .banner-container .banner-card {
    display: flex;
    justify-content: center;
}

.banners .banner-container .banner-card .banner-item {
    border-radius: 20px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.banners .banner-container .banner-card .banner-item img {
    max-width: 100%;
    width: 100%;
}

.new-products {
    margin-bottom: 70px;
}

.banners-countdown {
    margin-bottom: 70px;
}

.banners-countdown .banner-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
}

.banners-countdown .banner-container .banner-item {
    border-radius: 20px;
    display: inline-block;
    width: min(540px, 90%);
    overflow: hidden;
    box-shadow: 5px 10px 30px -15px rgba(0, 0, 0, 0.1);
}

.banners-countdown .banner-container .banner-item img {
    max-width: 100%;
}

.banners-countdown .banner-container .countdown {
    padding: 2rem;
    width: min(540px, 90%);
    background-position: center;
    background-image: url("../img/banner/banner4.png");
    background-size: cover;
    color: #ffffff;
}

.banners-countdown .banner-container .countdown .banner-title {
    margin-top: 40px;
    text-align: center;
    font-weight: 800;
    font-size: 1.75rem;
}

.banners-countdown .banner-container .countdown .banner-description {
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 300;
    max-width: 400px;
    margin: 20px auto 40px;
}

.banners-countdown .banner-container .countdown .banner-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banners-countdown .banner-container .countdown .banner-footer .btn-white {
    color: #9fc1e5;
}

.banners-countdown .banner-container .countdown .banner-footer .btn-white:hover {
    color: #000000;
}

.banners-countdown .banner-container .countdown .banner-footer .syotimer__body {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    text-align: center;
}

.banners-countdown .banner-container .countdown .banner-footer .syotimer__body .syotimer-cell {
    display: flex;
    min-width: 40px;
    flex-direction: column-reverse;
}

.banners-countdown .banner-container .countdown .banner-footer .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 0.75rem;
    font-weight: 300;
}

.banners-countdown .banner-container .countdown .banner-footer .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-weight: 800;
    font-size: 1.5rem;
}

.features {
    margin-bottom: 70px;
}

.features .section-title {
    position: relative;
}

.features .section-title::before {
    position: absolute;
    right: -70px;
    bottom: 0px;
    content: "";
    width: 100px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    background-image: url("../img/shapes and patterns/shape (1).svg");
}

.features .features-container {
    background-color: #73b1f2;
    color: #ffffff;
    border-radius: 15px;
    padding: 2rem 1rem;
}

.features .features-container .col:not(:last-child) {
    border-left: 1px solid #98c6f5;
}

.features .features-container .feature-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.features .features-container .feature-item .feature-title {
    font-size: 0.875rem;
    margin-bottom: 0;
    text-align: center;
}

.features .features-container .feature-item .feature-image {
    width: min(100%, 50px);
}

.clients {
    margin-bottom: 70px;
}

.clients .client-item {
    box-shadow: 5px 10px 30px -15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 15px;
    margin-inline: auto;
    padding: 1rem;
}

.clients .client-item .client-logo {
    filter: saturate(0);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.3s ease;
}

.clients .client-item:hover .client-logo {
    filter: saturate(1);
}

.faq .faq-image {
    width: min(80%, 450px);
    display: block;
    margin-inline: auto;
}

@media screen and (max-width: 991px) {
    .faq .row {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px) {
    .features {
        margin-bottom: 90px;
    }

    .features .section-title {
        position: relative;
    }

    .features .section-title::before {
        display: none;
    }

    .features .features-container .col:not(:last-child) {
        border: none;
    }

    .features .features-container .col:nth-child(odd) {
        border-left: 1px solid #98c6f5;
    }

    .features .features-container .col:nth-child(1),
    .features .features-container .col:nth-child(2) {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 575px) {
    .categories {
        margin-bottom: 0px;
    }

    .categories .categories-container {
        gap: 10px;
    }

    .categories .categories-container .category-item {
        width: 100%;
        height: 100%;
    }

    .categories .categories-container .category-item .category-image {
        width: 40px;
        height: 40px;
    }

    .categories .categories-container .category-item .category-title {
        font-size: 0.75rem;
    }

    .popular-products .products-grid-mobile {
        display: block;
    }

    .popular-products .products-grid-mobile .slider {
        position: relative !important;
    }

    .popular-products .products-grid-desktop {
        display: none;
    }

    .clients .client-item {
        width: 90%;
        height: 125px;
    }

    .features .features-container {
        max-width: 90%;
        margin-inline: auto;
        gap: 20px;
    }

    .features .features-container .col {
        border: none !important;
        margin-bottom: 0 !important;
    }

    .features .features-container .col:not(:last-child) {
        padding-bottom: 20px !important;
        border-bottom: 1px solid #98c6f5 !important;
    }

    .banners-countdown .banner-container .countdown .banner-footer {
        gap: 20px;
        flex-direction: column;
    }

    .banners-countdown .banner-container .countdown .banner-footer .syotimer__body {
        gap: 10px;
    }
}

.filter-swiper {
    max-width: 900px;
    width: 100%;
}

@media screen and (max-width: 993px) {
    .forms .form-description-swiper {
        display: none;
    }
}

.welcome .modal-dialog {
    max-width: 668px;
}

.welcome .modal-dialog .modal-content {
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.welcome .modal-dialog .modal-content .modal-header {
    border-bottom: 1px solid rgba(222, 226, 230, 0);
    position: relative;
}

.welcome .modal-dialog .modal-content .modal-header img {
    margin: auto;
    max-width: 150px;
}

.welcome .modal-dialog .modal-content .modal-header .btn-close {
    position: absolute;
    right: 10px;
}

.welcome .modal-dialog .modal-content .modal-body {
    padding-bottom: 40px;
    background-image: url("../img/shapes and patterns/wave.png");
}

.welcome .modal-dialog .modal-content .modal-body .head-modal-text {
    color: #3f81c6;
    font-weight: 800;
    font-size: 1.5625rem;
    text-align: center;
}

.welcome .modal-dialog .modal-content .modal-body .content-modal-text {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 45px;
    color: #3c3c3c;
}

.welcome .modal-dialog .modal-content .modal-body .btn-modal-text {
    max-width: 120px;
    margin: auto;
    margin-top: 22px;
}

.sidebar {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
    margin-top: 20px;
}

.sidebar .head-side {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a95e3;
}

.sidebar .head-side h2 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.sidebar .head-hr {
    background-color: #4a95e3;
}

.sidebar .accordion-sidebar .accordion-button:not(.collapsed) {
    z-index: 3;
    border-color: rgba(134, 182, 254, 0);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
    color: #4a95e3;
    background-color: #ffffff;
}

.sidebar .accordion-sidebar .accordion-button:focus {
    border-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.sidebar .accordion-sidebar .accordion-body .search-sidebar {
    position: relative;
}

.sidebar .accordion-sidebar .accordion-body .search-sidebar .submit-search {
    position: absolute;
    left: 18px;
    top: 19px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
}

.sidebar .accordion-sidebar .accordion-body .checkbox-sidebar {
    margin-top: 20px;
}

.sidebar .accordion-sidebar .accordion-body .checkbox-sidebar .form-check {
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px;
    border-bottom: 1px #eee solid;
    padding: 8px 0;
}

.sidebar .accordion-sidebar .accordion-body .checkbox-sidebar .form-check:first-child {
    margin-top: 0;
}

.sidebar .accordion-sidebar .accordion-body .checkbox-sidebar .form-check:last-child {
    border-bottom: 1px rgba(238, 238, 238, 0) solid;
}

.sidebar .accordion-sidebar .accordion-body .checkbox-sidebar .form-check .form-check-input {
    float: left;
}

.sidebar .accordion-sidebar .accordion-body .checkbox-sidebar .form-check .form-check-input:focus {
    border: 1px solid rgba(0, 0, 0, 0.2509803922);
    box-shadow: 10px 1px 10px rgba(255, 255, 255, 0);
}

.sidebar .accordion-sidebar .accordion-body .checkbox-sidebar .form-check .form-check-label {
    font-weight: 400;
    font-size: 0.875rem;
}

.sidebar .accordion-sidebar .accordion-body .range-slider-sidebar .range-input {
    border: 0;
    color: #f6931f;
    font-weight: bold;
}

.head-side {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a95e3;
}

.head-side h2 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.products-content {
    margin-top: 20px;
}

.products-content .header-products {
    margin-top: 20px;
}

.products-content .header-products button.head-side {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.products-content .header-products .filter {
    background-color: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.products-content .header-products .filter .grid-list {
    display: flex;
    gap: 20px;
    align-items: center;
}

.products-content .header-products .filter .grid-list span {
    font-size: 0.75rem;
}

.products-content .header-products .filter .grid-list .grid,
.products-content .header-products .filter .grid-list .list {
    cursor: pointer;
}

.products-content .header-products .filter .grid-list .grid.active,
.products-content .header-products .filter .grid-list .list.active {
    color: #4a95e3;
}

.products-content .products-card {
    margin-top: 20px;
}

.products-content .products-card .btn-like {
    padding: 0;
}

.products-content .products-card .product-details {
    padding: 1rem;
}

.product-item-sm .product-price .value {
    font-size: 1rem;
}

.products-content .header-products .filter-mobile {
    display: none;
}

.products-content .header-products .filter-mobile .offcanvas-body .sidebar {
    display: block;
}

.products-content .header-products .filter-mobile .grid-list .none {
    display: none;
}

.product-item-list {
    height: unset;
    max-width: unset;
    margin-inline: 0;
    padding: 25px;
    display: flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-item-list .product-image {
    max-width: 175px;
    flex-basis: 20%;
}

.product-item-list .detail-right {
    flex-basis: 60%;
}

.product-item-list .detail-right p {
    font-size: 0.875rem;
    color: #757575;
    font-weight: 300;
    width: 90%;
}

.product-item-list .detail-left {
    flex-basis: 20%;
}

.product-item-list .detail-left .product-actions {
    flex-direction: column;
    height: 100%;
    align-items: end;
}

.podcast {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 10px;
}

.podcast .head-pod h2 {
    color: #4a95e3;
    font-size: 1rem;
}

.podcast .head-pod p {
    color: #7a7a7a;
    font-size: 0.8125rem;
}

.podcast .head-pod.pod-pad {
    padding: 28px 0;
}

.podcast .plyr--video {
    border-radius: 10px;
}

.podcast .pod-card {
    border-radius: 10px;
    border: solid 1.11px #f4f4f4;
    padding: 20px;
}

.podcast .pod-card .detail {
    display: flex;
    justify-content: space-between;
}

.podcast .pod-card .detail .pod-name {
    font-size: 0.875rem;
    font-weight: 700;
    color: #4a95e3;
}

.podcast .pod-card .detail .date {
    color: #7a7a7a;
    font-size: 0.75rem;
}

.podcast .pod-card .parageraph {
    margin-top: 6px;
    font-size: 0.8125rem;
    color: #7a7a7a;
}

.podcast .pod-card .audio .plyr__controls {
    background-color: #4a95e3;
    border-radius: 10px;
}

.podcast .pod-card .audio .plyr__control {
    color: #ffffff;
}

.podcast .pod-card .audio .plyr__time--current {
    color: #ffffff;
}

.podcast .pod-card .plyr--audio .plyr__controls {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .podcast {
        padding: 15px;
    }

    .podcast .plyr__controls__item.plyr__volume {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .product-item-list {
        flex-wrap: wrap;
    }

    .product-item-list .detail-right {
        flex-basis: 100%;
        order: 1;
    }

    .product-item-list .detail-right p {
        width: 100%;
    }
}

@media screen and (max-width: 426px) {
    .product-item-list .product-image {
        display: block;
        flex-basis: 100%;
        margin: auto;
    }

    .product-item-list .detail-left {
        width: 100%;
        flex-basis: 100%;
    }

    .product-item-list .detail-left .product-actions {
        flex-direction: row;
    }

    .product-item-list .detail-right {
        text-align: center;
        flex-basis: 100%;
    }
}

@media screen and (max-width: 991px) {
    .mobile-product {
        flex-direction: column-reverse;
    }

    .sidebar {
        padding: 0;
    }

    .products-content .header-products .filter-mobile {
        display: flex;
    }

    .products-content .header-products .filter-mobile .grid-list .none {
        display: flex;
    }

    .products-content .header-products .filter .grid-list .none {
        display: none;
    }
}

.ads {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.ads .ads-image {
    width: 100%;
}

.ads .ads-image img {
    width: 100%;
    max-width: 318px;
    display: block;
    margin: auto;
}

.ui-widget.ui-widget-content {
    border: 1px solid rgba(197, 197, 197, 0);
    background-color: #ebebeb;
    border-radius: 14px;
    height: 8px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid rgba(197, 197, 197, 0);
    background: #4a95e3;
    border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #98c6f5;
}

.ui-slider .ui-slider-handle:focus-visible {
    outline: none;
}

.new-products {
    margin: 30px 0;
}

@media screen and (max-width: 991px) {
    .ads {
        flex-direction: row;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .ads .ads-image {
        width: 50%;
    }

    .ads .ads-image img {
        width: 100%;
        max-width: unset;
        display: block;
        margin: auto;
    }
}

@media screen and (max-width: 474px) {
    .products-content .product-item {
        display: flex;
    }
}

.product-detail .breadcrumbs {
    margin-bottom: 20px;
}

.product-detail .detail-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    height: 100%;
}

.product-detail .detail-card .product-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0.5rem;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-detail .detail-card .product-fixed .info {
    display: flex;
    align-items: center;
}

.product-detail .detail-card .product-fixed .info .image {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-detail .detail-card .product-fixed .name {
    font-size: 0.875rem;
    font-weight: 700;
}

.product-detail .detail-card .product-fixed .value {
    font-size: 0.8125rem;
    margin-bottom: 0;
}

.product-detail .detail-card .product-fixed .actions {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.product-detail .detail-card .product-fixed .btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: unset;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
}

.product-detail .detail-card .head-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail .detail-card .head-detail .right-detail h1 {
    font-size: 1.125rem;
    color: #4a95e3;
}

.product-detail .detail-card .head-detail .right-detail p {
    font-size: 0.875rem;
    color: #585858;
}

.product-detail .detail-card .head-detail .right-detail .code {
    color: #a3a3a3;
    font-size: 0.875rem;
}

.product-detail .detail-card .head-detail .left-detail .like-share {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.product-detail .detail-card .head-detail .left-detail .like-share .small-btn {
    border: none;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 4px 13px;
    min-height: 42px;
}

.product-detail .detail-card .head-detail .left-detail .like-share .small-btn.dropdown-toggle::after {
    border: none;
    margin-right: 0;
    content: unset;
}

.product-detail .detail-card .head-detail .left-detail .like-share .social-list {
    padding-top: 0;
}

.product-detail .detail-card .head-detail .left-detail .like-share .social-list .social-link {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    cursor: pointer;
    color: #4a95e3;
}

.product-detail .detail-card .head-detail .left-detail .like-share .social-list .social-link span {
    font-size: 0.75rem;
}

.product-detail .detail-card .head-detail .left-detail .like-share .social-list .social-link i {
    font-size: 18px;
}

.product-detail .detail-card .head-detail .left-detail .like-share .social-list .social-link:hover {
    background-color: rgba(152, 198, 245, 0.1764705882);
    color: #000000;
}

.product-detail .detail-card .head-detail .brand {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
}

.product-detail .detail-card .head-detail .brand span {
    font-size: 0.625rem;
    color: #353535;
}

.product-detail .detail-card .head-detail .brand img {
    width: 100%;
    max-width: 20px;
}

.product-detail .detail-card .body-detail {
    margin-top: 20px;
}

.product-detail .detail-card .body-detail .price {
    position: relative;
    display: inline-block;
}

.product-detail .detail-card .body-detail .price .value {
    font-size: 1rem;
    font-weight: 700;
}

.product-detail .detail-card .body-detail .price .currency {
    font-size: 0.8125rem;
    position: absolute;
    top: -18px;
    left: -10px;
}

.product-detail .detail-card .body-detail .value-detail .list-value {
    padding-right: 20px;
}

.product-detail .detail-card .body-detail .value-detail .list-value .list-value-item {
    font-size: 0.8125rem;
    color: #000000;
}

.product-detail .detail-card .body-detail .value-detail .list-value .list-value-item::marker {
    color: #4a95e3;
    font-size: 18px;
}

.product-detail .detail-card .body-detail .value-detail .list-benefit {
    padding-right: 0;
}

.product-detail .detail-card .body-detail .value-detail .list-benefit .list-benefit-item {
    font-size: 0.8125rem;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style-type: none;
}

.product-detail .detail-card .body-detail .value-detail .list-benefit .list-benefit-item i {
    color: #4a95e3;
}

.product-detail .detail-card .body-detail .order-detail {
    margin-top: 25px;
}

.product-detail .detail-card .body-detail .order-detail .radio-detail {
    display: flex;
    gap: 15px;
}

.product-detail .detail-card .body-detail .order-detail .radio-detail .radio-group .btn {
    padding: 3px 26px;
    border-radius: 7px;
    min-height: 45px;
}

.product-detail .detail-card .body-detail .order-detail .radio-detail .radio-group .btn.btn-blue {
    background-color: #f6f6f6;
    color: #000;
}

.product-detail .detail-card .body-detail .order-detail .radio-detail .radio-group .radio-hidden {
    display: none;
}

.product-detail .detail-card .body-detail .order-detail .radio-detail .radio-group .radio-hidden:checked ~ label {
    background-color: #4a95e3;
    color: #ffffff;
}

.product-detail .detail-card .body-detail .order-detail .count-order {
    display: flex;
    gap: 55px;
    margin-right: 10px;
    align-items: center;
}

.product-detail .detail-card .body-detail .paragraph-detail {
    margin-top: 25px;
}

.product-detail .detail-card .body-detail .paragraph-detail .paragraph {
    font-size: 0.75rem;
    color: #878787;
}

.product-detail .detail-card .body-detail .tags-detail .tags-list .tag {
    font-size: 0.75rem;
    color: #4a95e3;
    margin-left: 10px;
}

.product-detail .detail-card .body-detail .buy-detail {
    margin-top: 35px;
}

.product-detail .detail-card .body-detail .buy-detail .buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-detail .detail-card .body-detail .buy-detail .buttons .btn {
    padding: 5px 10px;
    min-height: 51px !important;
    border-radius: 10px;
    font-size: 0.75rem;
}

.product-detail .detail-card .body-detail .buy-detail .buttons .btn i,
.product-detail .detail-card .body-detail .buy-detail .buttons .btn img {
    margin-left: 7px;
}

.product-detail .detail-card .body-detail .buy-detail .buttons .btn .btn-text {
    flex-shrink: 0;
}

.product-detail .detail-card .body-detail .buy-detail .price {
    display: flex;
    justify-content: end;
}

.product-detail .detail-card .body-detail .buy-detail .price .value {
    font-size: 1.5rem;
    font-weight: 700;
}

.product-detail .detail-card .body-detail .buy-detail .price .currency {
    font-size: 0.8125rem;
}

.product-detail .label-detail span {
    color: #000;
    font-size: 0.875rem;
    font-weight: 800;
}

.product-detail .product-slider {
    background-color: #ffffff;
    padding: 18px;
    border-radius: 15px;
    height: 100%;
}

.product-detail .product-slider .gallery-top {
    position: relative;
    height: calc(100% - 85px);
}

.product-detail .product-slider .gallery-top .btn {
    min-height: 20px;
    padding: 8px 20px;
    border-radius: 7px;
    position: absolute;
    z-index: 2;
    left: 0;
}

.product-detail .product-slider .gallery-top .swiper-slide .image-slide {
    height: 100%;
}

.product-detail .product-slider .gallery-top .swiper-slide .image-slide img {
    height: 100%;
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-detail .product-slider .gallery-thumbs {
    height: 85px;
}

.product-detail .product-slider .gallery-thumbs .swiper-slide {
    border-radius: 7px;
    cursor: pointer;
}

.product-detail .product-slider .gallery-thumbs .swiper-slide .image-thumb img {
    max-width: 107px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: auto;
}

.product-detail .product-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    background-color: #f4faff;
}

.product-detail .product-slider .gallery-thumbs .swiper-slide:hover {
    background-color: #f4faff;
}

.product-detail .inquiry {
    padding: 15px;
}

.product-detail .inquiry .modal-content {
    padding: 15px;
    border-radius: 10px;
}

.product-detail .inquiry .modal-content .modal-header {
    border-bottom: solid 1px rgba(0, 0, 0, 0);
}

.product-detail .inquiry .modal-content textarea {
    min-height: 160px;
    height: 100%;
}

.product-detail .inquiry .modal-content textarea:focus-visible {
    outline: none;
}

.product-detail .inquiry .modal-content .text-inquiry h3 {
    font-size: 1rem;
    color: #4a95e3;
}

.product-detail .inquiry .modal-content .text-inquiry p {
    font-size: 0.8125rem;
    color: #7a7a7a;
}

.product-detail .inquiry .modal-content .submit-inquiry {
    display: flex;
    justify-content: end;
    gap: 13px;
}

.product-detail .inquiry .modal-content .radio-group label {
    font-size: 0.875rem;
}

.product-detail .inquiry .modal-content .count-inquiry {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-detail .inquiry .sm-card-detail {
    background-color: #4a95e3;
    padding: 18px;
    border-radius: 15px;
}

.product-detail .inquiry .sm-card-detail .image-product {
    background-color: #ffffff;
    border-radius: 15px;
}

.product-detail .inquiry .sm-card-detail .image-product img {
    display: block;
    margin: auto;
    width: 100%;
}

.product-detail .inquiry .sm-card-detail .sm-card-content {
    margin-top: 20px;
    color: #ffffff;
}

.product-detail .inquiry .sm-card-detail .sm-card-content .head-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail .inquiry .sm-card-detail .sm-card-content .head-content h4 {
    font-size: 0.875rem;
    font-weight: 700;
}

.product-detail .inquiry .sm-card-detail .sm-card-content .head-content .like .btn-like {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    padding: 6px 9px;
}

.product-detail .inquiry .sm-card-detail .sm-card-content .body-content .detail-item {
    display: flex;
    align-items: start;
    margin: 10px 0;
}

.product-detail .inquiry .sm-card-detail .sm-card-content .body-content .detail-item .lable {
    flex-basis: 30%;
    font-size: 0.875rem;
}

.product-detail .inquiry .sm-card-detail .sm-card-content .body-content .detail-item .content {
    flex-basis: 70%;
    font-size: 0.75rem;
}

.product-detail .counter {
    display: flex;
    position: relative;
    max-width: 105px;
    align-items: center;
}

.product-detail .counter .minus,
.product-detail .counter .plus {
    padding: 14px;
    cursor: pointer;
    background-color: unset;
    border: none;
    position: absolute;
}

.product-detail .counter .plus {
    right: 0;
}

.product-detail .counter .minus {
    left: 0;
}

.product-detail .counter input {
    max-width: 102px;
    text-align: center;
    padding: 8px 11px;
    padding-left: 24px;
    background-color: #f4faff;
    border: none;
    border-radius: 5px;
}

@media screen and (max-width: 1200px) {
    .product-detail .product-slider .gallery-top .swiper-slide .image-slide img {
        max-height: 280px;
    }

    .inquiry .sm-card-detail .sm-card-content .body-content .detail-item {
        flex-wrap: wrap;
    }

    .inquiry .sm-card-detail .sm-card-content .body-content .detail-item .content.paragraph-sm {
        flex-basis: 100% !important;
    }
}

@media screen and (max-width: 992px) {
    .product-detail .detail-card {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .product-detail .detail-card .head-detail {
        flex-direction: column-reverse;
        align-items: start;
    }

    .product-detail .detail-card .head-detail .left-detail {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
    }

    .product-detail .detail-card .body-detail .value-detail .list-benefit {
        padding-right: 0;
    }

    .product-detail .detail-card .body-detail .order-detail .count-order {
        flex-direction: column;
        margin-right: 0;
        gap: 10px;
        align-items: start;
    }
}

.audio {
    --plyr-color-main: #fff !important;
}

input[type="number"]::-webkit-inner-spin-button {
    opacity: 0;
}

.tabs-product-detail {
    margin-top: 30px;
}

.tabs-product-detail .tab-button {
    padding: 7px;
    background-color: #ffffff;
    border-radius: 10px;
}

.tabs-product-detail .tab-button .nav {
    justify-content: center;
}

.tabs-product-detail .tab-button .nav .nav-item .nav-link {
    color: #000000;
    position: relative;
    font-size: 0.875rem;
}

.tabs-product-detail .tab-button .nav .nav-item .nav-link.active {
    background-color: unset;
}

.tabs-product-detail .tab-button .nav .nav-item .nav-link.active::after {
    content: "";
    width: 51px;
    height: 5px;
    background-color: #4a95e3;
    padding: 1px;
    position: absolute;
    bottom: -7px;
    overflow: hidden;
    border-start-start-radius: 10px;
    border-start-end-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tabs-product-detail .tabs-content {
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 35px;
}

.tabs-product-detail .tabs-content .description p {
    margin-top: 10px;
    color: #353535;
    font-size: 0.8125rem;
}

.tabs-product-detail .tabs-content .table-detail .table {
    margin-top: 10px;
}

.tabs-product-detail .tabs-content .table-detail .table .table-detail-item tr {
    border: solid 1px rgba(0, 0, 0, 0) !important;
}

.tabs-product-detail .tabs-content .table-detail .table .table-detail-item tr:nth-child(odd) {
    background-color: #eff8ff;
}

.tabs-product-detail .tabs-content .table-detail .table .table-detail-item tr td {
    font-size: 0.75rem;
    padding: 13px;
}

.tabs-product-detail .tabs-content .table-detail .table .table-detail-item tr td:nth-child(even) {
    border-radius: 7px 0px 0px 7px;
}

.tabs-product-detail .tabs-content .table-detail .table .table-detail-item tr td:nth-child(odd) {
    border-radius: 0px 7px 7px 0px;
}

.tabs-product-detail .tabs-content .list-review .card-review {
    margin-top: 20px;
}

.tabs-product-detail .tabs-content .list-review .card-review .review-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabs-product-detail .tabs-content .list-review .card-review .review-item .name {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0;
}

.tabs-product-detail .tabs-content .list-review .card-review .review-item .my-rating {
    direction: ltr;
}

.tabs-product-detail .tabs-content .form-review .review-input .rate-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabs-product-detail .tabs-content .form-review .review-input .form-input.text-area {
    min-height: 160px;
    height: 100%;
}

.tabs-product-detail .tabs-content .form-review .review-input .form-input.text-area:focus-visible {
    outline: none;
}

.tabs-product-detail .tabs-content .form-review .review-input .btn-yellow {
    margin: auto;
    min-height: 57px;
    padding: 14px 40px;
}

.customer-swiper .head-customer {
    font-size: 0.875rem;
    color: #4a95e3;
    text-align: center;
    font-weight: 700;
}

.customer-swiper .customer-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: solid 1px #ebebeb;
    font-size: 0.875rem;
}

.customer-swiper .customer-item img {
    width: 100px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 991px) {
    .p-b-mobile {
        padding-bottom: 100px;
    }

    .p-b-mobile .scroll-top {
        bottom: 110px;
    }
}

@media screen and (max-width: 575px) {

    .p-b-mobile {
        padding-bottom: 100px;
    }

    .p-b-mobile .scroll-top {
        bottom: 110px;
    }

    .product-detail .product-fixed .image {
        display: none;
    }

    .product-detail .detail-card .body-detail .buy-detail .buttons > .btn {
        display: none;
    }

    .product-detail .inquiry .modal-content .submit-inquiry {
        justify-content: end;
    }

    .tabs-product-detail .tabs-content {
        padding: 1rem;
    }

    .tabs-product-detail .tab-button .nav .nav-item .nav-link {
        padding: 0.5rem;
        font-size: 0.8125rem;
    }
}

input {
    accent-color: #4a95e3;
}

.dashboard textarea {
    outline: none !important;
}

.dashboard .text-blue {
    color: #4a95e3;
}

.dashboard .text-red {
    color: #ff4a4a;
}

.dashboard .text-gray {
    color: #a3a3a3;
}

.dashboard .text-yellow {
    color: #f7c737;
}

.dashboard .text-green {
    color: #46c396;
}

.dashboard .line-break {
    background-color: #cdcdcd;
}

.dashboard .badge {
    padding: 1rem;
    border-radius: 10px;
    font-size: 0.8125rem;
    font-weight: 400;
}

.dashboard .badge.badge-blue {
    background-color: #f4faff;
    color: #4a95e3;
}

.dashboard .badge.badge-green {
    color: #46c396;
    background-color: #e7fbf4;
}

.dashboard .badge.badge-pink {
    color: #ef8ed4;
    background-color: #fff0fb;
}

.dashboard .badge.badge-red {
    color: #ff4a4a;
    background-color: #ffefee;
}

.dashboard .simple-product {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #000000;
    position: relative;
    border-width: 1px 1px 0px 1px;
    border-color: #f5f5f5;
    border-style: solid;
}

.dashboard .simple-product .quick-actions {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 3px;
    top: 10px;
    left: 5px;
    font-size: 1.5rem;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    visibility: hidden;
    transition: all 0.2s ease;
    opacity: 0;
}

.dashboard .simple-product .quick-add {
    color: #f7c737;
    font-size: 1.5rem;
    border: none;
    background-color: transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.dashboard .simple-product .quick-delete {
    color: #ff4a4a;
    font-size: 1.5rem;
    border: none;
    background-color: transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.dashboard .simple-product .product-image {
    width: 100%;
    aspect-ratio: 1.5/1;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.3s ease;
}

.dashboard .simple-product .product-name {
    font-size: 0.75rem;
    font-weight: 300;
    padding: 0.5rem;
    color: #000000;
}

.dashboard .simple-product:hover .product-image {
    transform: scale(1.1);
}

.dashboard .simple-product:hover .quick-actions {
    opacity: 1;
    visibility: visible;
}

.dashboard .activity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.dashboard .activity-info .title {
    font-size: 0.8125rem;
    font-weight: 300;
    margin-bottom: 3px;
}

.dashboard .activity-info .date {
    font-size: 0.75rem;
    color: #a3a3a3;
    margin-bottom: 0;
}

.dashboard .table.table-summary {
    font-size: 0.8125rem;
}

.dashboard .table.table-summary td {
    padding: 0.15rem;
}

.dashboard .table.table-summary td:not([colspan="2"]) {
    width: 50%;
}

.dashboard .table.table-request th {
    font-size: 0.875rem;
    white-space: nowrap;
    padding-bottom: 1rem;
}

.dashboard .table.table-request th:not(:first-child) {
    text-align: center;
}

.dashboard .table.table-request td {
    vertical-align: middle;
}

.dashboard .address-select {
    margin-top: 1.5rem;
}

.dashboard .address-select .address-label {
    cursor: pointer;
    display: flex;
    gap: 1rem;
}

.dashboard .address-select .address-label input:checked ~ .address {
    opacity: 1;
}

.dashboard .address-select .address {
    opacity: 0.5;
    font-size: 0.8125rem;
    font-weight: 300;
}

.dashboard .address-select .address .name {
    margin-left: 1rem;
    font-weight: 700;
}

.dashboard .address-map #map {
    display: none;
    height: 350px;
    border-radius: 10px;
}

.dashboard .address-map .new-address {
    display: none;
}

.dashboard .address-map .select-address-map {
    display: none;
}

.dashboard .simple-btn {
    min-height: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 0.5rem;
    padding: 0;
    font-size: 0.8125rem;
    font-weight: 500;
}

.dashboard .offcode-container {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.dashboard .offcode-container > * {
    flex-shrink: 0;
}

.dashboard .offcode-container .form-input {
    max-width: 100px;
}

.dashboard .offcode-container .text-blue {
    font-size: 0.8125rem;
}

.dashboard .offcode-container .btn {
    min-height: 50px;
}

.dashboard .offcode-container .form-input {
    align-self: stretch;
    height: unset;
}

.dashboard .offcode-container .offvalue {
    position: absolute;
    font-size: 0.6875rem;
    top: -24px;
    right: 0;
}

.dashboard-sidebar {
    border-radius: 15px;
    padding-bottom: 1.5rem;
    background-color: #4a95e3;
}

.dashboard-sidebar .sidebar-user {
    background-color: #ffffff;
    padding: 1rem;
    margin: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.dashboard-sidebar .sidebar-user .user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-sidebar .sidebar-user .user-image {
    width: 45px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.dashboard-sidebar .sidebar-user .user-name {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.dashboard-sidebar .sidebar-user .user-phone {
    margin-bottom: 0;
    color: #a3a3a3;
    font-size: 0.75rem;
}

.dashboard-sidebar .sidebar-user .user-actions {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.75rem;
    font-weight: 600;
}

.dashboard-sidebar .sidebar-user .user-exit {
    color: #ff4a4a;
    display: flex;
    gap: 5px;
    align-items: center;
}

.dashboard-sidebar .sidebar-user .user-exit .fi {
    display: flex;
}

.dashboard-sidebar .sidebar-user .user-exit .fi::before {
    font-size: 0.875rem;
}

.dashboard-sidebar .sidebar-user .user-edit {
    color: #4a95e3;
    align-items: center;
    display: flex;
    gap: 5px;
}

.dashboard-sidebar .sidebar-user .user-edit .fi {
    display: flex;
}

.dashboard-sidebar .sidebar-user .user-edit .fi::before {
    font-size: 0.875rem;
}

.dashboard-sidebar .sidebar-menu {
    margin-bottom: 3rem;
}

.dashboard-sidebar .sidebar-menuitem {
    display: block;
    font-size: 0.875rem;
    width: 100%;
    padding: 0.75rem 0.5rem;
    color: white;
    transition: all 0.3s ease;
}

.dashboard-sidebar .sidebar-menuitem > span {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 0 1.5rem;
}

.dashboard-sidebar .sidebar-menuitem:hover:not(.active) {
    background-color: #438bd5;
}

.dashboard-sidebar .sidebar-menuitem.active {
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.dashboard-sidebar .sidebar-menuitem.active::after {
    content: "";
    right: 0;
    top: 0;
    border-radius: 5px 0 0 5px;
    position: absolute;
    width: 94%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: -1;
}

.dashboard-sidebar .sidebar-menuitem.active::before {
    content: "";
    left: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    position: absolute;
    width: 3%;
    height: 100%;
    background-color: #f7c737;
    z-index: -1;
}

.dashboard-sidebar .sidebar-menuitem .icon {
    margin-left: 5px;
    font-size: 1rem;
}

.dashboard-sidebar .sidebar-logo {
    font-size: 0.75rem;
    color: white;
    font-weight: 300;
    text-align: center;
}

.dashboard-sidebar .sidebar-close {
    display: none;
}

.dashboard-content > *:not(:last-child) {
    margin-bottom: 1rem;
}

.dashboard-content .quickview-item {
    display: block;
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}

.dashboard-content .quickview-item:hover {
    color: #000000;
}

.dashboard-content .quickview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dashboard-content .quickview-title {
    font-size: 1rem;
    font-weight: 700;
}

.dashboard-content .quickview-icon {
    font-size: 1.25rem;
}

.dashboard-content .quickview-body {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.dashboard-content .quickview-body .info {
    font-size: 0.8125rem;
    text-align: center;
    font-weight: 700;
}

.dashboard-content .quickview-body .info .title {
    margin-bottom: 0.5rem;
}

.dashboard-content .countdown-banner {
    display: flex;
    border-radius: 10px;
    padding: 1.5rem;
    align-items: center;
    justify-content: space-between;
    background-color: #98c6f5;
    opacity: 1;
    background: radial-gradient(circle, transparent 20%, #98c6f5 20%, #98c6f5 80%, transparent 80%, transparent),
    radial-gradient(circle, transparent 20%, #98c6f5 20%, #98c6f5 80%, transparent 80%, transparent) 12.5px 12.5px,
    linear-gradient(#badbff 1px, transparent 1px) 0 -0.5px,
    linear-gradient(90deg, #badbff 1px, #98c6f5 1px) -0.5px 0;
    background-size: 25px 25px, 25px 25px, 12.5px 12.5px, 12.5px 12.5px;
}

.dashboard-content .countdown-banner .banner-title {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 800;
    gap: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.dashboard-content .countdown-banner .syotimer__body {
    display: flex;
    gap: 10px;
    color: #ffffff;
    flex-direction: row-reverse;
    text-align: center;
}

.dashboard-content .countdown-banner .syotimer__body .syotimer-cell {
    display: flex;
    min-width: 40px;
    flex-direction: column-reverse;
}

.dashboard-content .countdown-banner .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 0.75rem;
    font-weight: 700;
}

.dashboard-content .countdown-banner .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-weight: 800;
    font-size: 1.25rem;
}

.dashboard-section {
    border-radius: 15px;
    background-color: #ffffff;
}

.dashboard-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 1rem 1rem 0 1rem;
}

.dashboard-section-header .title {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    color: #000000;
}

.dashboard-section-header .title .fi {
    color: #4a95e3;
}

.dashboard-section-header .title .fi::before {
    font-size: 1.125rem;
}

.dashboard-section-header .link {
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    gap: 5px;
}

.dashboard-section-header .link .fi::before {
    font-size: 0.75rem;
}

.dashboard-section-header .bootstrap-select .dropdown-toggle {
    padding: 0.75rem 1rem;
    min-height: unset;
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    justify-content: space-between;
    outline: none !important;
    box-shadow: none !important;
    gap: 0.5rem;
}

.dashboard-section-header .bootstrap-select .dropdown-toggle .filter-option-inner {
    text-align: right;
}

.dashboard-section-header .bootstrap-select .dropdown-toggle::after {
    border: none;
    content: "\f113";
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dashboard-section-header .bootstrap-select > .dropdown-menu {
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    padding: 0.5rem;
    box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.05);
}

.dashboard-section-header .bootstrap-select .dropdown-item {
    font-size: 0.8125rem;
    border-radius: 5px;
}

.dashboard-section-header .bootstrap-select .dropdown-item.active {
    background-color: #4a95e3;
}

.dashboard-section-header .bootstrap-select .dropdown-item:active {
    background-color: #438bd5;
}

.dashboard-section-body {
    padding: 1rem;
}

.dashboard-section-footer {
    padding: 1rem;
}

.dashboard-section-footer .button-container {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.dashboard-section-footer .button-container .btn {
    gap: 5px;
    padding: 0.75rem;
    min-height: 50px;
}

.dashboard .dashboard-section-header .bootstrap-select .btn-light {
    background-color: #ffffff !important;
}

.dashboard .dashboard-section-header .title .btn-available {
    padding: 0px 29px;
    min-height: 44px;
    border-radius: 10px;
}

.dashboard .dashboard-section-header .link-section-header {
    font-size: 0.8125rem;
    align-items: center;
    display: flex;
    color: #4a95e3;
}

.dashboard .comment-modal p {
    font-size: 0.8125rem;
}

.dashboard .comment-modal h3 {
    font-size: 1.125rem;
    font-weight: 700;
}

.dashboard .comment-modal h4 {
    font-size: 0.9375rem;
    font-weight: 700;
}

.dashboard .comment-modal .rateYo {
    margin-bottom: 1rem;
}

.dashboard .comment-modal textarea {
    height: 180px;
}

.dashboard .comment-modal .form-check-label {
    font-size: 0.8125rem;
}

.dashboard .buttons-detail {
    display: flex;
    gap: 10px;
    justify-content: end;
    margin-top: 25px;
}

.dashboard .chat-container {
    height: 400px;
    padding: 1rem;
    margin-bottom: 1rem;
    overflow-y: auto;
}

.dashboard .chat-container .message-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1rem;
}

.dashboard .chat-container .message-header .status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.dashboard .chat-container .message-header .name {
    font-weight: 600;
    font-size: 0.875rem;
}

.dashboard .chat-container .message-header .date {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #a3a3a3;
}

.dashboard .chat-container .message-body {
    padding: 1.5rem;
    font-size: 0.8125rem;
    font-weight: 300;
    position: relative;
    width: min(85%, 900px);
    margin-bottom: 1.5rem;
    border-radius: 10px;
}

.dashboard .chat-container .message-body::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent;
}

.dashboard .chat-container .user .message-header {
    margin-bottom: 10px;
}

.dashboard .chat-container .user .message-header .status {
    background-color: #f7c737;
}

.dashboard .chat-container .user .message-body {
    background-color: #f5f5f5;
}

.dashboard .chat-container .admin .message-header {
    margin-bottom: 10px;
    width: min(85%, 900px);
    margin-right: auto;
}

.dashboard .chat-container .admin .message-header .status {
    background-color: #f7c737;
}

.dashboard .chat-container .admin .message-header .name {
    color: #4a95e3;
}

.dashboard .chat-container .admin .message-body {
    margin-right: auto;
    background-color: #4a95e3;
    color: #ffffff;
}

.dashboard .dashboard-section-body .form-support {
    display: flex;
    gap: 5px;
}

.dashboard .dashboard-section-body .form-support .form-input {
    padding: 1.25rem;
    outline: none;
    resize: none;
}

.dashboard .dashboard-section-body .form-support .btn-blue {
    white-space: nowrap;
    gap: 10px;
}

.dashboard .dashboard-section-body .form-support i::before {
    font-size: 1.125rem;
}

.dashboard .tab-list {
    display: flex;
    gap: 1rem;
    background-color: #f5f5f5;
    padding: 8px 10px;
    flex-wrap: wrap;
    border-radius: 15px;
    margin-bottom: 0;
}

.dashboard .tab-list .tab-list-item {
    list-style: none;
    padding: 11px 15px;
    font-size: 0.8125rem;
    color: #000000;
    border-radius: 10px;
}

.dashboard .tab-list .tab-list-item.active {
    background-color: #f7c737;
}

.dashboard .tab-list .tab-list-item.active:hover {
    background-color: #f7c737;
}

.dashboard .tab-list .tab-list-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.dashboard .order-oco .accordion-item {
    margin: 20px 0;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px rgba(0, 0, 0, 0.0666666667);
}

.dashboard .order-oco .accordion-item:not(:first-of-type) {
    border-top: solid 1px rgba(0, 0, 0, 0.0666666667);
}

.dashboard .order-oco .accordion-body {
    padding: 1rem;
}

.dashboard .order-oco .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.dashboard .dashboard-section-body .accordion-button::after {
    background-image: url("../img/icons/arrow-down.svg");
}

.dashboard .dashboard-section-body .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    background-color: rgba(231, 241, 255, 0);
    color: #4a95e3;
}

.dashboard .dashboard-section-body .accordion-button:focus {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    background-color: rgba(231, 241, 255, 0);
}

.dashboard .dashboard-section-body .accordion-button .aco-parent {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.dashboard .dashboard-section-body .accordion-button .aco-parent .aco-order {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.dashboard .dashboard-section-body .accordion-button .aco-parent .aco-order .aco-name {
    font-size: 0.875rem;
}

.dashboard .dashboard-section-body .accordion-button .aco-parent .aco-order .aco-detail {
    color: #a6a6a6;
    font-size: 0.8125rem;
    display: flex;
    gap: 12px;
}

.dashboard .dashboard-section-body .accordion-button .aco-parent .aco-content-detail {
    font-size: 0.8125rem;
    margin-left: 5px;
    color: #4a95e3;
}

.dashboard .dashboard-section-body .product-list {
    margin-top: 2rem;
    position: relative;
}

.dashboard .dashboard-section-body .product-list .scrollable-list {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 1rem;
    max-height: 320px;
    overflow: auto;
}

.dashboard .dashboard-section-body .product-list::after {
    content: attr(name);
    color: #4a95e3;
    position: absolute;
    font-size: 0.875rem;
    background-color: #ffffff;
    padding: 0 0.5rem;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.dashboard .dashboard-section-body .product-list .product-items {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard .dashboard-section-body .product-list .product-items:first-child {
    margin-top: 0;
}

.dashboard .dashboard-section-body .product-list .product-items:last-child {
    margin-bottom: 0;
}

.dashboard .dashboard-section-body .product-list .product-items .content-product {
    display: flex;
    align-items: center;
}

.dashboard .dashboard-section-body .product-list .product-items .content-product .image-product img {
    max-width: 70px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.dashboard .dashboard-section-body .product-list .product-items .content-product .product-name {
    display: flex;
    flex-direction: column;
}

.dashboard .dashboard-section-body .product-list .product-items .content-product .product-name .name {
    color: #3c3c3c;
    font-size: 0.8125rem;
}

.dashboard .dashboard-section-body .product-list .product-items .content-product .product-name .price {
    color: #3c3c3c;
    font-size: 0.75rem;
}

.dashboard .dashboard-section-body .product-list .product-items .link-product {
    display: flex;
    gap: 17px;
    align-items: center;
    font-size: 0.75rem;
}

.dashboard .dashboard-section-body .product-list .product-items .link-product a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dashboard .dashboard-section-body .link-detail-order {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}

.dashboard .dashboard-section-body .link-detail-order .product-count {
    color: #a6a6a6;
    font-size: 0.8125rem;
}

.dashboard .form-description-swiper .form-description-slide {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
}

.dashboard .form-description-swiper .form-description-slide .form-image {
    width: 100px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
}

.dashboard .form-description-swiper .form-description-slide .form-name {
    font-size: 1rem;
    color: #4a95e3;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.dashboard .form-description-swiper .form-description-slide .form-description {
    font-size: 0.8125rem;
    font-weight: 300;
    margin-bottom: 0;
}

.dashboard .forms .form-thumb-swiper .swiper-slide-thumb-active {
    background-color: transparent;
    border-radius: 10px;
}

.dashboard .forms .form-thumb-swiper .swiper-slide-thumb-active::before {
    content: "";
    border-radius: 10px;
    position: absolute;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: min(100%, 100px);
    transition: all 0.3s ease;
    bottom: 3px;
    background-color: #4a95e3;
}

.lable-item {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 5px;
}

.lable-item .lable-text {
    font-size: 0.875rem;
}

.lable-item .edit-btn {
    color: #4a95e3;
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 0.875rem;
    cursor: pointer;
}

.lable-item .edit-btn:hover {
    color: #1f65ad;
}

.d-form {
    display: none;
}

.form-column {
    margin-top: 25px;
}

.form-column textarea.form-input {
    min-height: 140px;
}

.form-column .btn-blue {
    width: 100%;
}

.form-column .btn-blue i {
    font-size: 1.125rem;
}

.form-column .btn-blue.non-col {
    width: unset;
    margin-right: auto;
}

.form-column .group-input {
    display: flex;
    gap: 10px;
}

.form-column .group-input .form-input {
    flex-basis: 85%;
    display: flex;
    align-items: center;
}

.form-column .group-input .form-input .placeholder-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #7a7a7a;
}

.form-column .group-input .btn-blue {
    flex-basis: 15%;
}

.form-column .group-input .file-none {
    display: none;
}

.form-column .group-input label {
    cursor: pointer;
}

.form-column .group-input .avatar-img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}

.check-custom {
    margin-top: 20px;
}

.check-custom .form-check-label {
    font-size: 0.875rem;
}

.d-input:disabled {
    opacity: 45%;
}

.comment-card {
    border: 1px solid rgba(0, 0, 0, 0.0666666667);
    padding: 11px;
    margin: 20px 0;
    border-radius: 10px;
}

.comment-card:first-child {
    margin-top: 0;
}

.comment-card:last-child {
    margin-bottom: 0;
}

.comment-card .detail-product-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-card .detail-product-head .detail-product {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-card .detail-product-head .detail-product .img-cm img {
    max-width: 77px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.comment-card .detail-product-head .detail-product .product-cm .product-name {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #3c3c3c;
}

.comment-card .detail-product-head .detail-product .product-cm .date-cm {
    color: #a6a6a6;
    font-size: 0.8125rem;
}

.comment-card .detail-product-head .status-product .btn.btn-available {
    min-height: 30px;
    padding: 10px 20px;
    font-size: 0.75rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
}

.comment-card .detail-product-body p {
    padding: 5px 0;
    font-size: 0.75rem;
    color: #353535;
}

@media screen and (max-width: 1199px) {
    .dashboard .navbar-toggler {
        gap: 0.5rem;
        justify-content: flex-start;
        width: 100%;
    }

    .dashboard-sidebar {
        border-radius: 0;
        overflow: auto;
        height: 100%;
    }

    .dashboard-sidebar .sidebar-user {
        margin-top: 0;
    }

    .dashboard-sidebar .sidebar-close {
        color: #ffffff;
        font-size: 1.125rem;
        margin-right: auto;
        display: block;
    }

    .dashboard-content > *:not(:last-child) {
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard-content .countdown-banner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 10px;
    }

    .dashboard-content .countdown-banner .banner-title {
        font-size: 0.875rem;
    }

    .dashboard .dashboard-section-body .product-list .product-items {
        flex-direction: column;
        gap: 11px;
    }

    .dashboard .dashboard-section-body .product-list .product-items .content-product {
        width: 100%;
    }

    .dashboard .dashboard-section-body .accordion-button .aco-parent .aco-order {
        gap: 5px;
    }

    .dashboard .dashboard-section-body .accordion-button .aco-parent .aco-order .aco-detail {
        flex-direction: column;
        gap: 2px;
    }

    .dashboard .dashboard-section-body .accordion-button .aco-parent .aco-content-detail {
        display: none;
    }

    .dashboard .dashboard-section-body .link-detail-order {
        flex-direction: column;
        gap: 10px;
    }

    .dashboard .dashboard-section-header {
        flex-wrap: wrap;
    }

    .dashboard .dashboard-section-header .tab-list {
        flex-basis: 100%;
        justify-content: center;
        order: 1;
    }
}

@media screen and (max-width: 576px) {
    .dashboard .simple-product .quick-actions {
        font-size: 1.25rem;
        visibility: visible;
        top: 5px;
        left: 5px;
        opacity: 1;
        background-color: #ffffff;
        padding: 2px;
        border-radius: 30px;
    }

    .dashboard .simple-product .quick-add {
        padding: 0;
        font-size: 1.25rem;
    }

    .dashboard .simple-product .quick-delete {
        padding: 0;
        color: #ff4a4a;
        font-size: 1.25rem;
    }

    .dashboard .simple-product .product-image {
        width: 100%;
        aspect-ratio: 1.25/1;
        -o-object-fit: contain;
        object-fit: contain;
        transition: all 0.3s ease;
    }

    .dashboard .comment-card .detail-product-head {
        flex-direction: column;
        gap: 10px;
    }

    .dashboard .comment-card .detail-product-head .detail-product {
        flex-direction: column;
    }

    .dashboard .comment-card .detail-product-head .detail-product .product-cm {
        text-align: center;
    }

    .dashboard .comment-card .detail-product-body {
        text-align: center;
    }

    .dashboard .comment-card .detail-product-body p {
        margin-top: 10px;
    }

    .dashboard .comment-card .detail-product-footer .rateYo-set {
        margin: auto;
    }

    .dashboard .form-support {
        flex-wrap: wrap;
    }

    .dashboard .form-support .form-input {
        height: 150px;
    }

    .dashboard .form-support .btn-blue {
        gap: 6px;
        margin-right: auto;
    }

    .dashboard .form-support i::before {
        font-size: 1rem;
    }

    .dashboard .table.table-summary td {
        display: block;
    }

    .dashboard .table.table-summary td:not([colspan="2"]) {
        width: 100%;
    }

    .dashboard .form-description-swiper .form-description-slide {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
        text-align: center;
    }

    .dashboard .form-description-swiper .form-description-slide .form-image {
        width: 100px;
        aspect-ratio: 1/1;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .dashboard .form-description-swiper .form-description-slide .form-name {
        font-size: 1rem;
        color: #4a95e3;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .dashboard .form-description-swiper .form-description-slide .form-description {
        font-size: 0.8125rem;
        font-weight: 300;
        margin-bottom: 0;
    }

    .dashboard .buttons-detail {
        flex-direction: column;
    }
}

.about .about-us {
    background-color: #ffffff;
    padding: 30px;
    padding-bottom: 10px;
}

.about .about-us .logo {
    max-width: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    display: block;
    margin: 12px auto;
}

.about .about-us .header-about {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
}

.about .about-us .description-about {
    margin-top: 20px;
    font-size: 0.8125rem;
    font-weight: 300;
    text-align: center;
    color: #676767;
}

.about .about-us .link-section {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 35px;
    padding: 0;
}

.about .about-us .link-section .link-section-list {
    font-size: 0.8125rem;
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 700;
    color: #4a95e3;
}

.process {
    margin-top: 30px;
}

.process .process-cards {
    margin-top: 30px;
}

.process .process-cards .col-lg-4:nth-child(1) {
    margin-top: 0;
}

.process .process-cards .col-lg-4:nth-child(2) {
    margin-top: 50px;
}

.process .process-cards .col-lg-4:nth-child(3) {
    margin-top: 100px;
}

.process .process-cards .process-card {
    position: relative;
    padding: 61px 27px;
    padding-bottom: 54px;
    background-color: #ffffff;
    border-radius: 15px;
}

.process .process-cards .process-card p {
    margin-bottom: 0;
    text-align: center;
}

.process .process-cards .process-card .circle-num {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #4a95e3;
    color: #ffffff;
    width: 100%;
    max-width: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    align-items: center;
    max-height: 70px;
    height: 100%;
}

.process .process-cards .process-card .circle-num span {
    font-size: 2.25rem;
    font-weight: 700;
}

.benefit {
    margin-top: 55px;
}

.benefit .benefit-card {
    margin: 25px 0px;
    display: flex;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 25px;
    align-items: center;
}

.benefit .benefit-card .content-benefit .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 35px;
    padding: 18px 35px;
}

.benefit .benefit-card .content-benefit p {
    margin-top: 25px;
    font-size: 0.8125rem;
}

.benefit .benefit-card .image-benefit {
    max-width: 320px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.video-about {
    margin-top: 50px;
}

.video-about .video-card {
    max-width: 700px;
    border-radius: 15px;
    overflow: hidden;
    margin: auto;
}

.clients,
.features,
.faq {
    margin: 121px 0;
}

@media screen and (max-width: 992px) {
    .process .process-cards .col-lg-4:nth-child(1) {
        margin-top: 20px;
    }

    .process .process-cards .col-lg-4:nth-child(2) {
        margin-top: 20px;
    }

    .process .process-cards .col-lg-4:nth-child(3) {
        margin-top: 20px;
    }

    .clients,
    .features,
    .faq {
        margin: 100px 0;
    }
}

@media screen and (max-width: 768px) {
    .benefit .benefit-card {
        flex-direction: column;
    }

    .benefit .benefit-card .content-benefit .btn {
        margin: auto;
    }

    .benefit .benefit-card .image-benefit {
        margin-top: 20px;
    }

    .benefit .benefit-card .image-benefit img {
        display: block;
        margin: auto;
        max-width: 280px;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .clients,
    .features,
    .faq {
        margin: 61px 0;
    }
}

@media screen and (max-width: 575px) {
    .about .about-us .link-section {
        gap: 0;
    }

    .about .about-us .link-section > a {
        flex-basis: 50%;
    }

    .about .about-us .link-section .link-section-list {
        justify-content: center;
    }
}

.shoping-cart hr {
    color: #deeff5;
    height: 2px;
}

.shoping-cart .cart-table {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 15px;
}

.shoping-cart .cart-table .content-request {
    text-align: center;
}

.shoping-cart .cart-table .content-request .head-request {
    font-size: 1.375rem;
    font-weight: 800;
}

.shoping-cart .cart-table .content-request .paragraph-request {
    margin-top: 10px;
    font-size: 0.8125rem;
    color: #6a6a6a;
}

.shoping-cart .cart-table .content-request .btn.btn-yellow {
    max-width: 120px;
    margin: auto;
    min-height: 32px;
    border-radius: 10px;
}

.shoping-cart .cart-table .image-content img {
    display: block;
    margin: auto;
    max-width: 320px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.form-work {
    margin-top: 30px;
}

.form-work:first-child {
    margin-top: 0;
}

.form-work .label .head-label {
    font-size: 1.125rem;
    color: #000000;
}

.form-work .label .notice {
    color: #a6a6a6;
    font-size: 0.8125rem;
}

.form-work .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    min-width: unset;
    width: 100%;
}

.form-work .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right;
    font-size: 0.75rem;
    color: #7a7a7a;
}

.form-work .bootstrap-select .dropdown-toggle:focus-visible {
    outline: none;
}

.form-work .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.form-work .bootstrap-select .dropdown-menu.show {
    border-radius: 15px;
}

.form-work .bootstrap-select .dropdown-menu li a.active span.text {
    color: #ffffff;
}

.form-work .bootstrap-select .dropdown-menu li a span.text {
    color: #666666;
    font-size: 0.8125rem;
}

.form-work .dropdown-item.active,
.form-work .dropdown-item:active {
    background-color: #4a95e3;
}

.form-work .btn.btn-yellow {
    padding: 3px 30px;
    border-radius: 10px;
    min-height: 52px;
    display: block;
    margin: auto;
}

.form-work .file-none input[type="file"] {
    display: none;
}

.form-work .file-none .form-input {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #7a7a7a;
    font-size: 0.75rem;
}

.detail-work {
    margin-top: 30px;
}

.detail-work:first-child {
    margin-top: 0;
}

.detail-work .paragraph {
    margin-top: 20px;
    font-size: 0.8125rem;
    color: #888888;
}

.detail-work .table-responsive {
    margin-top: 25px;
}

.detail-work .table-responsive tr td a {
    color: #4a95e3;
}

.detail-work .table-responsive tr td a i::before {
    font-size: 0.75rem;
}

.detail-work .table-responsive .body-table-request .field-table td.product-name {
    min-width: unset !important;
}

.detail-work .process-request {
    padding-right: 0;
}

@media (max-width: 768px) {
    .detail-work {
        display: flex;
        flex-direction: column;
    }
}

.payment .card-form .header-form .title {
    font-weight: 800;
    font-size: 1.25rem;
}

.payment .card-form .header-form .title.success {
    color: #4a95e3;
}

.payment .card-form .header-form .title.failed {
    color: #ff4a4a;
}

.payment .card-form .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 13px auto;
    min-width: 157px;
}

.payment .card-form .btn.btn-gray {
    background-color: #ebebeb;
}

body {
    direction: rtl;
    padding: 1rem 0;
    font-family: "IRYekan";
    background-color: #f4faff;
    line-height: 1.5;
    background-image: url("../img/shapes and patterns/ellipse.png"), url("../img/shapes and patterns/rectangle.png"),
    url("../img/shapes and patterns/circle.png");
    background-repeat: no-repeat;
    background-position: center 300px, right 1300px, left 3500px;
}

input {
    outline: none !important;
}

.backdrop {
    position: fixed;
    z-index: 1;
    cursor: pointer;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right;
    font-size: 0.75rem;
}

::-moz-selection {
    background: #4a95e3;
    color: #ffffff;
}

::selection {
    background: #4a95e3;
    color: #ffffff;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #000000;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select .btn-light {
    background-color: #f5f5f5 !important;
}

/* image zoom style */

.detail {
    position: relative;
}

.drift-zoom-pane.drift-open {
    direction: ltr;
    height: 80%;
    border-radius: 15px;
    border: #fff0 !important;
    background: #fff !important;
    box-shadow: 5px 10px 30px -15px rgb(0 0 0 / 10%);
}

.drift-zoom-pane.drift-closing {
    background: #fff !important;
}

.drift-demo-trigger {
    cursor: crosshair;
}

.drift-zoom-pane img {
    object-fit: cover;
}

@media (max-width: 1200px) {
    .wrapper {
        text-align: center;
        width: auto;
    }

    .detail,
    .drift-demo-trigger {
        float: none;
    }

    .drift-demo-trigger {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
        cursor: default;
    }

    .detail {
        margin: 20px 0 0 0;
        width: auto;
    }

    p {
        margin: 0 auto 1em;
    }

    .responsive-hint {
        display: none;
    }

    .drift-bounding-box {
        display: none;
        z-index: 10 !important;
    }

    .drift-zoom-pane.drift-open {
        display: none;
    }
}

/* megamenu style */

.my-container {
    column-gap: 25px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(17, 1fr);
    grid-template-columns: repeat(3, 1fr);
    height: 500px;
    width: fit-content;
}

.col-12 .my-container {
    column-gap: 25px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(17, 1fr);
    grid-template-columns: repeat(5, 1fr);
    height: 500px;
    width: fit-content;
}

.submenu-menu .overflow-scroll-submenu {
    overflow: auto;
}

.my-item {
    /* max-width: 150px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 0 auto;
}

.description .box-description {
    position: relative;
    max-height: 245px !important;
    overflow-y: hidden;
}

.description .box-description p {
    margin-top: 10px;
    color: #353535;
    font-size: 13px;
}

.description .box-description .tab-head {
    color: #000;
}

.description .box-description .tags-list-tab {
    margin-top: 14px;
}

.description .box-description .tags-list-tab .tag {
    border-radius: 34px;
    padding: 5px 15px;
    font-size: 13px;
    border: solid 1px #438bd5;
}

.description .box-description .overlay {
    position: absolute;
    width: 100%;
    padding: 1px;
    top: 0;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 212, 255, 0) 12%);
}

.description .box-description.open {
    transition: all ease 0.3s;
    max-height: 100%;
    overflow-y: unset;
}

.description .more-text {
    color: #438bd5;
    font-size: 14px;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}

.overflow-scroll-submenu {
    max-height: 500px;
    overflow-y: auto;
}

.head-search {
    font-size: 16px;
    font-weight: 700;
}

.category-suggest .cat-search-item {
    margin-top: 10px;
    display: flex;
    align-items: center;
    background-color: #f6f6f6;
    border-radius: 8px;
    padding: 0.25rem 0.5rem;
}

.category-suggest .cat-search-item span {
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-suggest .cat-search-item img {
    display: block;
    flex-shrink: 0;
    width: 50px;
    aspect-ratio: 1;
    object-fit: contain;
}

.tags-list-tab {
    margin-top: 14px;
}

.tags-list-tab .tag {
    border-radius: 34px;
    padding: 5px 15px;
    font-size: 0.8125rem;
    border: solid 1px #438bd5;
}

.result-list {
    margin-top: 14px;
}

.result-list .head-search {
    font-size: 16px;
    font-weight: 700;
}

.results .tags-list-tab {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
}

.category-products {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    margin-top: 17px;
}

.category-products .head-category {
    font-size: 14px;
}

.category-products .cat-search-item img {
    display: block;
    margin-right: auto;
    max-width: 150px;
    aspect-ratio: 2/1;
    object-fit: contain;
    margin: auto;
}

.category-products .cat-search-item {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f4faff;
    border-radius: 13px;
    border-radius: 8px;
    padding: 2px 5px;
    padding-bottom: 10px;
}

.category-products .cat-search-item span {
    font-size: 14px;
    font-weight: 600;
}

.category-products .swiper-next,
.category-products .swiper-prev,
.category-suggest .swiper-next,
.category-suggest .swiper-prev {
    position: absolute;
    top: 50%;
    z-index: 4;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    padding-top: 3px;
    right: -5px;
    background-color: #fff;
    color: #4a95e3;
    border-radius: 50%;
}

.category-products .swiper-next,
.category-products .swiper-prev {
    top: 35%;
}

.category-products .swiper-prev,
.category-suggest .swiper-prev {
    left: -5px;
    right: unset;
}

.category-suggest .swiper-button-disabled {
    display: none;
}

.category-products .swiper-next.swiper-button-disabled,
.category-products .swiper-prev.swiper-button-disabled {
    opacity: 0.3;
}

.category-products .swiper-button-lock {
    display: none;
}

.products .brand-bg-section {
    background-image: url("../img/banner/brand.jpg");
    max-height: 250px;
    padding: 25px;
    background-size: 1500px;
    background-repeat: no-repeat;
    border-radius: 13px 13px 0 0;
}

.products .tabs-product-detail {
    margin-top: 0;
}

.products .brand-bg-section .brand-img {
    background-color: #fff;
    max-width: 150px;
    border-radius: 13px;
}

.products .brand-bg-section .brand-img img {
    max-width: 127px;
    aspect-ratio: 1/1;
    object-fit: contain;
    display: block;
    margin: auto;
}

.products .tabs-product-detail {
    margin-top: 0;
}

.products .tabs-product-detail .tab-button {
    border-radius: 0 0 13px 13px;
}

.products .tabs-product-detail .tab-button .nav {
    justify-content: flex-start;
}

.flash-sale {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 13px;
}

.flash-sale .flash-sale-detail {
    padding: 30px;
}

.flash-sale .flash-sale-detail .head-flash {
    color: #4a95e3;
    font-weight: 700;
}

.flash-sale .flash-sale-detail p {
    font-size: 0.8125rem;
    font-weight: 300;
}

.flash-sale .flash-sale-detail ul {
    padding-right: 0;
    margin-right: 19px;
}

.flash-sale .flash-sale-detail ul li {
    font-size: 14px;
    color: #3f4064;
    font-weight: 400;
    line-height: 2.15;
}

.flash-sale .flash-sale-detail ul li::marker {
    color: #4a95e3;
}

.flash-sale .flash-sale-img {
    border-radius: 0 13px 13px 0;
}

.flash-sale .flash-sale-img-reverse {
    border-radius: 13px 0 0 13px;
}

.flash-sale .flash-sale-img img {
    width: 100%;
    aspect-ratio: 1.8/1;
    object-fit: cover;
    max-width: 864px;
    border-radius: 0 13px 13px 0;
}

.flash-sale .flash-sale-img-reverse img {
    width: 100%;
    aspect-ratio: 1.8/1;
    object-fit: cover;
    max-width: 864px;
    border-radius: 13px 0 0 13px;
}

.grid-landing .grid-full-img {
    width: 100%;
    aspect-ratio: 1.2/1;
    object-fit: cover;
    border-radius: 14px;
}

.grid-landing .grid-img {
    width: 100%;
    aspect-ratio: 2.5/1;
    object-fit: cover;
    border-radius: 14px;
}

.brand-description-lan {
    padding: 15px;
    background-color: #fff;
    border-radius: 14px;
    margin-top: 20px;
}

.brand-description-lan p {
    margin-top: 12px;
    font-size: 14px;
}

.grid-video-brand {
    position: relative;
}

.grid-video-brand .play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 70px;
    margin: auto;
    border-radius: 50%;
    height: 70px;
    align-items: center;
    background-color: #4a95e3;
    color: #fff;
    cursor: pointer;
}

.grid-video-brand .play-btn i::before {
    font-size: 30px;
}
