@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&display=swap");

:root {
    /*--main-color: #48A7A5;*/
    --main-color: #262626;
    --first-color: #8884E0;
    --second-color: #8889EA;
}

body {
    font-family: 'Cairo', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: right;
    direction: rtl;
    min-height: 100vh;
    background: #FFFFFF;
    color: #252122;
}

body::-webkit-scrollbar-track {
    background: #FFF;
}

body::-webkit-scrollbar-thumb {
    background: var(--first-color);
}

body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

main {
    min-height: 50vh;
}

.scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #F6F6F6;
}

.form-control:focus {
    border-color: var(--first-color);
}

.form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #B7B8B9;
    font-weight: 300;
}

.form-control::-moz-placeholder {
    font-size: 14px;
    color: #B7B8B9;
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #B7B8B9;
    font-weight: 300;
}

.form-control::-ms-input-placeholder {
    font-size: 14px;
    color: #B7B8B9;
    font-weight: 300;
}

.form-control::placeholder {
    font-size: 14px;
    color: #B7B8B9;
    font-weight: 300;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.33);
    z-index: 3;
    display: none;
}

.overlay.show {
    display: block;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(to bottom, var(--first-color), var(--second-color));
    border-color: transparent;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background: linear-gradient(to top, var(--first-color), var(--second-color));
    border-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background: linear-gradient(to top, var(--first-color), var(--second-color));
    border-color: transparent;
}


.btn-outline-primary {
    color: var(--first-color);
    background-color: transparent;
    background-image: none;
    border-color: var(--first-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-outline-primary:hover {
    color: #FFF;
    background-color: var(--first-color);
    border-color: var(--first-color);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #FFF;
    background-color: var(--first-color);
    border-color: var(--first-color);
}

.btn-outline-secondary {
    color: #252122;
    font-weight: 600;
    font-size: 13px;
    border-color: #EAEAEA;
    border-radius: 2px;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #252122;
    background-color: #EAEAEA;
    border-color: #EAEAEA;
}

.btn-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
}

.btn-action .btn {
    min-width: 111px;
    height: 40px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 20px;
}

.btn-small {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.btn-danger {
    background: #FF6875;
    border: none;
}

.remove-btn img {
    -webkit-filter: invert(1) brightness(5);
    filter: invert(1) brightness(5);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

p {
    margin: 0;
}

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

button:focus {
    outline: none !important;
}

.btn {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.rest-btn {
    background: transparent;
    border: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
}

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

/* Firefox */
input[type='number'][type=number] {
    -moz-appearance: textfield;
}

select {
    background: url(../img/select-arrow.svg) no-repeat left 1.2rem center/10.687px 6.124px #FFF !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 2;
}

.page-wrapper {
    min-height: calc(100vh - 131px);
    margin-bottom: 43px;
}

.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quantity .quantity-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quantity .value-button {
    width: 20.36px;
    height: 20.36px;
    border-radius: 50%;
    background-color: #F2F2F2;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quantity .value-button:hover {
    background-color: var(--first-color);
}

.quantity .value-button:hover img {
    -webkit-filter: invert(0) brightness(50);
    filter: invert(0) brightness(50);
}

.quantity .quantity-input {
    width: 30px;
    height: 20.36px;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    background: transparent;
}

.product-box {
    border: 1px solid #F5F5F5;
}

.product-box .img {
    width: 100%;
    height: 206px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product-box .img {
        height: 170px;
    }
}

@media (max-width: 575px) {
    .product-box .img {
        height: 135px;
    }
}

.product-box .img .product-link img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
}


.product-box .img .offer {
    min-width: 39px;
    min-height: 20px;
    padding: 1px 7px;
    color: #FFF;
    background-color: #42877F;
    font-weight: 600;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 0;
    direction: ltr;
}

.product-box .img .new {
    min-width: 39px;
    min-height: 20px;
    padding: 1px 7px;
    padding-left: 16px;
    color: #FFF;
    background-color: #E90100;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 0;
    direction: rtl;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 26% 50%);
}

/*.product-box .img .new:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    border-right: 9px solid #080;*/
/*    width: 9px;*/
/*    height: 100%;*/
/*}*/

.product-box .img .fav {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--first-color), var(--second-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
}

.product-box .img .fav.active {
    background-color: #ef5b5b;
}

.product-box .img .fav img {
    position: relative;
    top: 1px;
}

.product-box .img .discount-label {
    width: 138px;
    height: 138px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -10px;
    pointer-events: none;
    user-select: none;
}

.product-box .img .discount-label span {
    left: -25px;
    top: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    width: 225px;
    padding: 4px 0;
    background-color: var(--first-color);
    box-shadow: 0 0 4px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-align: center;
    border: 2px dotted #fff;
    font-size: 10px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .product-box .img .discount-label {
        width: 125px;
        height: 125px;
    }
}

.product-box .inner {
    padding: 4px 8px 11px;
}

.product-box .inner .product-link {
    font-size: 13px;
    font-weight: 400;
    color: #252122;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .product-box .inner .product-link {
        font-size: 13px;
    }
}

.product-box .inner .price {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-box .inner .price .currency {
    font-size: 14px;
    padding-right: 3px;
}

.product-box .inner .foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6px;
}

.product-box .inner .foot .old-price {
    display: flex;
    align-items: center;
}

.product-box .inner .foot .old-price p {
    color: #707070;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.product-box .inner .foot .old-price p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #707070;
}

.product-box .inner .foot .old-price p .currency {
    font-size: 9px;
    padding-right: 2px;
}

.product-box .inner .foot .rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-box .inner .foot .rate .rate-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-box .inner .foot .rate .rate-value span {
    font-size: 12px;
    color: #FFB850;
    font-weight: 600;
    padding-right: 4.4px;
}

.product-box .inner .foot .rate .reviews-number {
    padding-right: 3px;
    color: #E3E3E3;
    font-size: 12px;
    font-weight: 600;
}

.product-box:hover .img .product-link img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(185px, 1fr));
    gap: 12px;
}

@media (max-width: 1199px) {
    .product-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 991px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.iti {
    width: 100%;
}

.iti__arrow {
    border-top-color: #727272 !important;
}

.iti__selected-flag {
    direction: ltr !important;
    outline: none;
}

.iti__country-name {
    font-size: 12px;
}

.iti__arrow--up {
    border-bottom: none;
}

.iti__country-list {
    left: 0;
    right: auto;
    max-width: 290px;
    overflow-x: scroll !important;
}

/* tel responsive */
@media (max-width: 1024px) {
    .iti__country-list {
        left: 0;
        right: auto;
    }
}

@media (max-width: 576px) {
    .iti__country-list {
        right: 0;
        left: auto;
    }
}

.iti__country-name,
.iti__flag-box {
    margin-left: 6px;
}

.iti__country {
    direction: ltr;
    text-align: left;
}

.iti__arrow {
    border-top: 4px solid #fff;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #1C1C1D;
    font-size: 14px;
    font-weight: 500;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
}

.checkbox,
.radio {
    margin-bottom: 6px;
}

.checkbox.inline,
.radio.inline {
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
}

.checkbox.inline:last-child,
.radio.inline:last-child {
    margin-left: 0;
}

.checkbox label,
.radio label {
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
}

.checkbox .custom-checkbox,
.radio .custom-checkbox,
.checkbox .custom-radio,
.radio .custom-radio {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 6px;
    width: 20px;
    height: 20px;
    background: #F5F5F5;
    border: 1px solid transparent;
    position: relative;
}

.radio .custom-radio,
.checkbox .custom-radio {
    width: 18px;
    height: 18px;
}

.checkbox .custom-checkbox {
    border-radius: 5px;
    background: #FFF;
    -webkit-transition: -webkit-box-shadow 180ms ease;
    transition: -webkit-box-shadow 180ms ease;
    transition: box-shadow 180ms ease;
    transition: box-shadow 180ms ease, -webkit-box-shadow 180ms ease;
    top: 0;
}

.checkbox .custom-checkbox,
.radio .custom-checkbox {
    border: 2px solid #DBDBDB;
    border-radius: 3px;
}

.checkbox .icon-check {
    width: 10px;
    height: 10px;
    background-size: cover;
    position: absolute;
    top: 3px;
    right: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 180ms ease;
    transition: all 180ms ease;
    opacity: 0;
}

.checkbox input[type="checkbox"]:checked + .custom-checkbox {
    border-color: var(--first-color);
    background: var(--first-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkbox input[type="checkbox"]:checked + .custom-checkbox .icon-check {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.radio .custom-radio {
    border-radius: 50%;
    background: #DFDFDF;
    -webkit-box-shadow: inset 0 0 0 12px #fff;
    box-shadow: inset 0 0 0 12px #fff;
    -webkit-transition: all 180ms ease;
    transition: all 180ms ease;
}

.radio input[type="radio"]:checked + .custom-radio {
    border-color: var(--first-color);
    background: var(--first-color);
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}

.icon-check {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.483%201.992l-7.186%207.066-3.778-3.715-2.518%202.475%205.037%204.954%201.259%201.237%209.704-9.541-2.518-2.476z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.custom-input {
    height: 45px;
    border: 1px solid rgba(112, 112, 112, 0.15);
    border-radius: 6px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
}

.custom-input:focus {
    border-color: var(--first-color);
}

.custom-input::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 600;
    color: #b4b4b4;
}

.custom-input::-moz-placeholder {
    font-size: 13px;
    font-weight: 600;
    color: #b4b4b4;
}

.custom-input:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 600;
    color: #b4b4b4;
}

.custom-input::-ms-input-placeholder {
    font-size: 13px;
    font-weight: 600;
    color: #b4b4b4;
}

.custom-input::placeholder {
    font-size: 13px;
    font-weight: 600;
    color: #b4b4b4;
}

.phone-box .phone-input {
    padding-left: 85px !important;
    direction: ltr;
    text-align: left;
}

.phone-box .iti--separate-dial-code {
    width: 100%;
}

.password-box {
    position: relative;
}

.password-box .form-control {
    padding-left: 50px;
}

.password-box .show-hide-pass-btn {
    position: absolute;
    top: 12px;
    left: 20px;
    cursor: pointer;
}

.password-box .show-hide-pass-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #A3A3A3;
    -webkit-transform: translate(-50%, -50%) rotate(-140deg);
    transform: translate(-50%, -50%) rotate(-140deg);
    left: 11px;
    top: 58%;
    display: block;
}

.password-box .show-hide-pass-btn.icon-eye-on:after {
    display: none;
}

.avatar-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 33px;
}

.avatar-picture .image-input {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-picture .image-input .image-input-wrapper {
    border: 3px solid #fff;
    background-image: url("");
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-picture .image-input .btn {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 3px;
    bottom: -7px;
    background-color: #FFFFFF;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.16));
}

.avatar-picture .image-input .btn img {
    position: relative;
    top: -2px;
}

.avatar-picture .image-input .btn:hover {
    background-color: var(--first-color);
}

.avatar-picture .image-input .btn:hover img {
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10);
}

.avatar-picture .image-input .btn input {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
    display: none;
}

.cs-breadcrumb {
    margin: 20px 0;
}

.cs-breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cs-breadcrumb ul .breadcrumb-item {
    font-size: 14px;
    font-weight: 600;
    color: #252122;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.cs-breadcrumb ul .breadcrumb-item:hover {
    color: var(--first-color);
}

.cs-breadcrumb ul .breadcrumb-item.active {
    color: inherit;
}

.cs-breadcrumb ul .breadcrumb-item:before {
    display: none !important;
}

.cs-breadcrumb ul .breadcrumb-item .arrow {
    padding: 0 8px;
}

.breadcrumb-item + .breadcrumb-item {
    padding: 0;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e4e6ef;
    outline: none !important;
    border-radius: 0.42rem;
    height: auto;
    line-height: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #b5b5c3;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--first-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after,
.select2-container--default .select2-selection--multiple .select2-selection__arrow:after {
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-size: 0.6rem;
    color: #7e8299;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
    border: 0;
    font-size: 0;
    display: inline-block;
    left: 1.85rem;
    margin-left: 0.5rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear:after {
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-size: 0.6rem;
    color: #7e8299;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #3f4254;
    padding: 0.37rem 1rem;
    line-height: 1.5;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    margin: 0.1rem 0 0.1rem 0.4rem;
    position: relative;
    float: right;
    color: #3f4254;
    background: #f3f6f9;
    border: 0;
    border-radius: 0.42rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    font-size: 0px;
    display: inline-block;
    line-height: 0;
    margin-left: 0.5rem;
    position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-size: 0.6rem;
    color: #7e8299;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-moz-placeholder {
    color: #b5b5c3;
    opacity: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:-ms-input-placeholder {
    color: #b5b5c3;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
    color: #b5b5c3;
}

.select2-container--default .select2-search--dropdown {
    padding: 0.65rem 1rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
    border-radius: 0.3rem;
    border: 1px solid #e4e6ef;
    padding: 8px 15px;
    text-align: right;
    font-size: 14px;
    color: #030F17;
    direction: rtl;
    font-weight: 500;
}

.select2-container--default .select2-results__options {
    padding: 0.65rem 0;
    font-size: 14px;
    direction: rtl;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
    background: #DDD;
}

.select2-container--default .select2-results__options::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.select2-container--default .select2-results__option {
    padding: 0.65rem 1rem;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    cursor: not-allowed;
}

.select2-container--default .select2-results__option .select2-results__group {
    padding: 5px 15px;
    font-weight: 600;
}

.select2-container--default .select2-container .select2-search--inline .select2-search__field {
    margin: 0;
}

.select2-container--default .select2-dropdown {
    border: 1px solid #e4e6ef;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(82, 63, 105, 0.15);
}

.select2-container--default .select2-results__option.select2-results__option--highlighted {
    background: #f3f6f9;
    color: #3f4254;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #3f4254;
    opacity: 0.6;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: var(--first-color);
    color: #FFFFFF;
}

.select2-container--default.select2-container--disabled {
    cursor: not-allowed;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
    background-color: #ffffff;
    opacity: 0.5;
}

select.select2 {
    opacity: 0;
}

.select2 > select.form-control {
    opacity: 0;
}

.select2.select2--elevate .select2-container--default .select2-selection--single,
.select2.select2--elevate .select2-container--default .select2-selection--multiple {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}

.select2.select2--solid .select2-container--default .select2-selection--multiple,
.select2.select2--solid .select2-container--default .select2-selection--single {
    background-color: #f3f6f9;
    border-color: #ebedf3;
}

.select2.select2--solid .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.select2.select2--solid .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #b5b5c3;
}

.select2-container--default .select2-results__option--selected {
    background: var(--first-color);
    color: #FFFFFF;
}

.select2-container {
    height: 45px;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
}

.select2-container .select2-selection {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: none;
    border-radius: 6px;
}

.select2-container .select2-selection__rendered {
    width: 100%;
    height: 100%;
    text-align: right;
    color: #444;
    line-height: 40px !important;
    font-size: 14px;
    padding-right: 15px !important;
}

.select2-container .select2-selection__arrow {
    width: 12px !important;
    height: 7px !important;
    left: 15px !important;
    top: 19px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select2-container .select2-selection__arrow b {
    display: none;
}

.select2-container .select2-selection__arrow:before {
    content: "";
    position: absolute;
    background: url(../img/select-arrow.svg) no-repeat;
    background-size: 12px 7px;
    width: 12px;
    height: 7px;
}

.select2-container .select2-selection__arrow:after {
    display: none;
}

.header {
    position: relative;
    z-index: 4;
}

@media (max-width: 1199px) {
    .header {
        display: none;
    }
}

.header .header-wrap .header-top {
    /*background-color: var(--first-color);*/
    background: linear-gradient(to bottom, var(--first-color), var(--second-color));
    padding: 14px 0;
}

.header .header-wrap .header-top .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

.header .header-wrap .header-top .header-top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-wrap .header-top .header-top-inner .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .header-wrap .header-top .header-top-inner .search {
    margin-right: 50px;
    /*min-width: 656px;*/
    min-width: auto;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    position: relative;
}

@media (max-width: 1366px) {
    .header .header-wrap .header-top .header-top-inner .search {
        min-width: auto;
    }
}

.header .header-wrap .header-top .header-top-inner .search .search-form .search-box {
    position: relative;
    height: 38px;
}

.header .header-wrap .header-top .header-top-inner .search .search-form .search-box .icon {
    position: absolute;
    right: 21px;
    top: 11px;
}

.header .header-wrap .header-top .header-top-inner .search .search-form .search-box .form-control {
    background-color: #FFF;
    border-radius: 5px;
    padding-right: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 14px;
}

.header .header-wrap .header-top .header-top-inner .search .search-form .search-box .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #CDCDCD;
}

.header .header-wrap .header-top .header-top-inner .search .search-form .search-box .form-control::-moz-placeholder {
    font-size: 14px;
    color: #CDCDCD;
}

.header .header-wrap .header-top .header-top-inner .search .search-form .search-box .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #CDCDCD;
}

.header .header-wrap .header-top .header-top-inner .search .search-form .search-box .form-control::-ms-input-placeholder {
    font-size: 14px;
    color: #CDCDCD;
}

.header .header-wrap .header-top .header-top-inner .search .search-form .search-box .form-control::placeholder {
    font-size: 14px;
    color: #CDCDCD;
}

.header .header-wrap .header-top .header-top-inner .action {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 39px;
}

.header .header-wrap .header-top .header-top-inner .action .header-login {
    padding-left: 11px;
    padding-right: 11px;
    position: relative;
    border-left: 1px solid rgba(253, 253, 253, 0.15);
}

.header .header-wrap .header-top .header-top-inner .action .header-login .login-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-wrap .header-top .header-top-inner .action .header-login .login-btn p {
    color: #FFF;
    font-size: 14px;
    padding-right: 6px;
    font-weight: bold;
}

.header .header-wrap .header-top .header-top-inner .action .user-menu {
    position: relative;
    padding: 0 11px;
    border-left: 1px solid rgba(253, 253, 253, 0.15);
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-toggle:after {
    display: none;
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-toggle p {
    padding: 0 9px;
    color: #FFF;
    font-size: 14px;
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-menu {
    padding: 0;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    top: 30px !important;
    min-width: 200px;
    position: relative;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 9px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-menu .user-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 16px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-menu .user-name .avatar {
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 50%;
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-menu .user-name .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-menu .user-name p {
    font-size: 12px;
    font-weight: 600;
    color: #252122;
    padding-right: 10px;
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-menu .dropdown-item {
    text-align: right;
    padding: 10px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-menu .dropdown-item span {
    font-size: 12px;
    font-weight: 600;
    color: #252122;
    padding-right: 7px;
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-menu .dropdown-item svg path {
    stroke: var(--first-color);
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-menu .logout .dropdown-item svg path {
    fill: var(--first-color);
    stroke: transparent;
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-menu .dropdown-item.active, .header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-menu .dropdown-item:active {
    background-color: #f8f9fa;
}

.header .header-wrap .header-top .header-top-inner .action .user-menu .dropdown .dropdown-menu .logout .dropdown-item {
    border-top: 1px solid rgba(112, 112, 112, 0.15);
}

.header .header-wrap .header-top .header-top-inner .action .favorites {
    padding: 0 11px;
    border-left: 1px solid rgba(253, 253, 253, 0.15);
    position: relative;
}

.header .header-wrap .header-top .header-top-inner .action .favorites .favorites-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.header .header-wrap .header-top .header-top-inner .action .favorites .favorites-link p {
    color: #FFF;
    font-size: 14px;
    padding-right: 3.6px;
    font-weight: bold;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart {
    padding-right: 10px;
    position: relative;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 0;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .btn img {
    filter: invert(0) brightness(100);
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .btn p {
    font-size: 14px;
    color: #FFF;
    padding-right: 5px;
    font-weight: bold;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu {
    position: absolute;
    top: 34px;
    left: 0;
    min-width: 380px;
    border-radius: 3px;
    z-index: 4;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    background-color: #FFF;
    padding: 20px 22px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu.cart-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu .card-list {
    max-height: 236px;
    overflow-y: auto;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu .card-list .card-item {
    padding: 16.5px 0;
    border-bottom: 1px solid #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu .card-list .card-item:first-child {
    padding-top: 0;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu .card-list .card-item:last-child {
    border-bottom: 1px solid #F5F5F5;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu .card-list .card-item .img {
    width: 95px;
    height: 92px;
    overflow: hidden;
    border-radius: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu .card-list .card-item .img img {
    width: 100%;
    height: 100%;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu .card-list .card-item .info {
    margin-right: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu .card-list .card-item .info .product-link {
    color: #252122;
    font-size: 14px;
    font-weight: 600;
    max-width: 220px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu .card-list .card-item .info .price {
    color: var(--first-color);
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu .card-list .card-item .info .card-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0 0;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu .card-list .card-item .info p {
    color: var(--first-color);
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu .cart-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-top: 16.5px;
    width: 100%;
}

.header .header-wrap .header-top .header-top-inner .action .header-cart .card-menu .cart-action .btn {
    height: 35px;
    font-size: 13px;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.no-cart-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-cart-data img {
    width: 100px;
}

.no-cart-data p {
    color: #afafaf;
    font-size: 13px;
}

.header .header-wrap .header-top.sticky {
    position: fixed;
    width: 100%;
    right: 0;
    height: 70px;
    -webkit-animation: menu_sticky 0.7s ease-in-out;
    animation: menu_sticky 0.7s ease-in-out;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.header .header-wrap .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 50px;
}

.header .header-wrap .header-bottom .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

.header .header-wrap .header-bottom .header-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories {
    height: 50px;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories > .all-categories-btn {
    width: 237px;
    height: 50px;
    /*border-left: 1px solid #E7E7E7;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    border-radius: 0;
    position: relative;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories > .all-categories-btn:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 26.5px;
    transform: translateY(-50%);
    top: 50%;
    background: #E7E7E7;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories > .all-categories-btn span {
    color: #262626;
    font-size: 14px;
    font-weight: 600;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories > .all-categories-btn span + img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list {
    position: absolute;
    right: 0;
    top: 50px;
    min-width: 799px;
    background: #FFF;
    z-index: 3;
    display: none;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list.hide {
    display: none;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .menu-list {
    width: 267px;
    background-color: #F2F8F8;
    padding: 21px 66.5px 21px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .menu-list > li {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .menu-list > li:last-child {
    margin-bottom: 0;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .menu-list > li > a {
    font-size: 15px;
    color: #252122;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .menu-list > li > a:hover {
    color: var(--first-color);
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .categories-child {
    padding: 15px 27px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .categories-child h5 {
    font-size: 18px;
    font-weight: bold;
    color: #3A3A3A;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .categories-child .categories-grid {
    padding-top: 20.5px;
    border-top: 1px solid #E7E7E7;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .categories-child .categories-grid .categories-column h6 {
    font-size: 16px;
    font-weight: bold;
    color: #3A3A3A;
    margin-bottom: 21px;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .categories-child .categories-grid .categories-column .menu-child > li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .categories-child .categories-grid .categories-column .menu-child > li > a {
    font-size: 15px;
    color: #252122;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .categories-child .categories-grid .categories-column .menu-child > li > a:hover {
    color: var(--first-color);
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .categories-child .categories-grid .list-sub-child-two {
    display: none;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories .categories-list .categories-list-menu .categories-child .categories-grid .list-sub-child-two.show {
    display: block;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 57%;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories-nav::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories-nav .categories-nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories-nav .categories-nav-item:last-child {
    margin-left: 0;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories-nav .categories-nav-item .catnav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    padding: 0px 15px;
}

.header .header-wrap .header-bottom .header-bottom-inner .categories-nav .categories-nav-item:hover .catnav-link {
    background-color: #f9f9f9;
}

.shipping-to {
    margin-right: auto;
    padding-left: 11px;
    border-left: 1px solid rgba(177, 177, 177, 0.26);
}

.shipping-to .dropdown .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shipping-to .dropdown .dropdown-toggle:after {
    display: none;
}

.shipping-to .dropdown .dropdown-toggle span {
    font-size: 14px;
    color: #252122;
    padding-left: 9px;
}

.shipping-to .dropdown .dropdown-toggle .flag {
    width: 26px;
    height: 20px;
    margin-left: 10px;
}

.shipping-to .dropdown-menu {
    padding: 0;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    top: 30px !important;
    min-width: 251px;
    position: relative;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.currency-menu .dropdown-menu {
    min-width: 150px;
}

.currency-menu .dropdown-menu .dropdown-item .shipping-to-countries .country span {
    padding: 0 !important;
}

.shipping-to .dropdown-menu .dropdown-item {
    padding: 10px 19px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.05);
}

.shipping-to .dropdown-menu .dropdown-item:focus, .shipping-to .dropdown-menu .dropdown-item.focus {
    background-color: #f8f9fa;
}

.shipping-to .dropdown-menu .dropdown-item .shipping-to-countries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shipping-to .dropdown-menu .dropdown-item .shipping-to-countries .country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shipping-to .dropdown-menu .dropdown-item .shipping-to-countries .country span {
    font-size: 13px;
    font-weight: 600;
    color: #282828;
    padding-right: 15px;
}

.shipping-to .dropdown-menu .dropdown-item .shipping-to-countries .circle-checked {
    border: 1px solid #E7E7E7;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shipping-to .dropdown-menu .dropdown-item .shipping-to-countries .circle-checked svg {
    display: none;
}

.shipping-to .dropdown-menu .dropdown-item.checked .circle-checked {
    background-color: var(--first-color);
    border-color: var(--first-color);
}

.shipping-to .dropdown-menu .dropdown-item.checked .circle-checked svg {
    display: block;
}

.shipping-to-top {
    border-left: 0 !important;
    margin-inline-start: 32.5px;
    padding: 0 !important;
}

.shipping-to .shipping-to--flag {
    flex-shrink: 0;
}

.shipping-to .shipping-to--flag .flag {
    width: 26.01px;
    margin: 0 !important;
}

.shipping-to  .shipping-to--name {
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.shipping-to  .shipping-to--name span,
.shipping-to  .shipping-to--name p {
    font-size: 11px !important;
    font-weight: 600;
    color: #FFFFFF !important;
    margin: 0 !important;
}

.shipping-to  .shipping-to--name span {
    padding: 0 !important;
}

.shipping-to  .shipping-to--name p {
    margin-top: 6px !important;
}

.shipping-to svg.arrow {
    flex-shrink: 0;
    width: 10px;
}

.shipping-to-top .dropdown-menu {
    top: 43px !important;
}

@media(max-width: 767px) {
    .shipping-to-top .dropdown-menu {
        right: 0;
    }
}

.header-mobile .header-bottom .shipping-to {
    margin-inline-end: 15px;
}

.header-mobile .header-bottom .shipping-to .dropdown .dropdown-toggle span {
    color: #252122 !important;
}

.header-mobile .header-bottom .shipping-to .shipping-to--name p {
    color: #252122 !important;
    margin-top: 3px !important;
}

.header-mobile .header-bottom .shipping-to .shipping-to--name + svg path {
    fill: #252122 !important;
}

@media (max-width: 1199px) {
    .header-mobile .header-bottom {
        justify-content: flex-start !important;
        padding: 8px 0 !important;
    }

    .header-mobile .header-bottom .shipping-to {
        margin-inline-end: 0;
        padding-right: 15px !important;
    }

    .header-mobile .header-bottom .shipping-to .shipping-to--name {
        flex-direction: row;
        margin: 0 5px;
    }

    .header-mobile .header-bottom .shipping-to .shipping-to--name p {
        margin-top: 0 !important;
        margin-right: 4px !important;
        font-weight: bold;
    }

    .shipping-to .dropdown-menu .dropdown-item .shipping-to-countries .country img {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        object-fit: cover;
    }

    .shipping-to-top .dropdown-menu {
        top: 28px !important;
    }
}

.language {
    padding-left: 11px;
    border-left: 1px solid rgba(253, 253, 253, 0.15);
}

.language .language-link {
    color: #FFFFFF;
    font-size: 14px;
}

.myaccount-wrap .myaccount-card .profile-card .lang-box {
    display: none;
}

@media (max-width: 1199px) {
    .myaccount-wrap .myaccount-card .profile-card .lang-box {
       display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .myaccount-wrap .myaccount-card .profile-card .lang-box p span {
        font-size: 13px;
    }
}

.header-mobile {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-mobile .language .language-link {
    color: #252122;
}

@media (max-width: 1199px) {
    .header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header-mobile .header-top {
    padding: 11px 0;
    background: linear-gradient(to bottom, var(--first-color), var(--second-color));
    width: 100%;
}

.header-mobile .header-top .header-top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-mobile .header-top .header-top-inner .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .header-mobile .header-top .header-top-inner .logo img {
        width: 80px;
    }
}

.header-mobile .header-top .header-top-inner .search {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.header-mobile .header-top .header-top-inner .search .search-box {
    position: relative;
    height: 38px;
}

.header-mobile .header-top .header-top-inner .search .search-box .icon {
    position: absolute;
    right: 21px;
    top: 11px;
}

.header-mobile .header-top .header-top-inner .search .search-box .form-control {
    background-color: #FFF;
    border-radius: 5px;
    padding-right: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 14px;
}

.header-mobile .header-bottom {
    padding: 11px 0;
    width: 100%;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.header-mobile .header-bottom .shipping-to {
    margin-right: 0;
}

.header-mobile .language {
    border-left: 0;
    padding-right: 11px;
    padding-left: 0;
}

.header-mobile .language .language-link {
    color: #FFF !important;
}

.header-bottom .mobile-apps {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-inline-start: auto;
}

.header-bottom .mobile-apps .app-link {
    border: 1px solid rgba(112, 112, 112, 0.1);
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 18px;
    padding: 3px 10px;
    transition: 0.3s;
}
.header-bottom .mobile-apps .app-link span {
    color: #252122;
    font-weight: 600;
}

.header-bottom .mobile-apps .app-link:hover {
    background: var(--first-color);
    border-color: transparent;
}

.header-bottom .mobile-apps .app-link:hover span {
    color: #FFF;
}

.header-bottom .mobile-apps .app-link:hover svg path {
    fill: #FFF;
}


.mobile-nav {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: -1px;
    background: #FFF;
    z-index: 9;
    width: 100%;
    -webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) {
    .mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.mobile-nav .nav-inner {
    width: 100%;
}

.mobile-nav .nav-inner ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.mobile-nav .nav-inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav .nav-inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
}

.mobile-nav .nav-inner ul li a i svg {
    width: 20px;
}

.mobile-nav .nav-inner ul li a span {
    font-size: 12px;
    padding-top: 5px;
}

.mobile-nav .nav-inner ul li.active a span {
    color: var(--first-color);
    font-size: 12px;
    font-weight: bold;
}

.mobile-nav .nav-inner ul li.active a i svg path {
    fill: var(--first-color);
    /*stroke: var(--first-color);*/
}

.mobile-nav .nav-inner ul li.active a i svg rect {
    fill: var(--first-color);
    /*stroke: var(--first-color);*/
}

.line:after, .header .header-wrap .header-top .header-top-inner .action .header-login:after, .header .header-wrap .header-top .header-top-inner .action .user-menu:after, .header .header-wrap .header-top .header-top-inner .action .favorites:after {
    /* content: ""; */
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.26);
}

.number-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #FA4544;
    transform: translateY(-5px);
    /*position: absolute;*/
    /*left: -12px;*/
    /*top: -3px;*/
}

.number-badge span {
    position: relative;
    top: 0;
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
}

.categories-nav-menu {
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
    gap: 16px;
    /*grid-template-columns: 274px 375px 1fr;*/
    grid-template-columns: 274px 1fr;
    background: #FFF;
    z-index: 3;
    padding: 14px 0 57px 26px;
    display: none;
    border-top: 1px solid #f7f7f7;
}

.category-brand-offers {
    display: grid;
    grid-template-columns: 375px 1fr;
    gap: 16px;
}

.categories-nav-menu.grid {
    display: grid;
}

.categories-nav-menu.hide {
    display: none !important;
}

.categories-nav-menu .head {
    font-size: 16px;
    font-weight: bold;
    color: #3A3A3A;
}

.categories-nav-menu .list {
    padding-right: 70px;
}

.categories-nav-menu .list .head {
    margin-bottom: 19px;
}

.categories-nav-menu .list ul li {
    margin-bottom: 17px;
}

.categories-nav-menu .list ul li a {
    color: #252122;
    font-size: 15px;
}

.categories-nav-menu .list ul li a:hover {
    color: var(--first-color);
}

.categories-nav-menu .categories-nav-sub-child {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.categories-nav-menu .categories-nav-sub-child ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 17px;
}

.categories-nav-menu .categories-nav-sub-child ul li a {
    color: #252122;
    font-size: 15px;
}

.categories-nav-menu .categories-nav-sub-child ul li a:hover {
    color: var(--first-color);
}

.categories-nav-menu .categories-nav-sub-child .sub-child-two {
    display: none;
    padding-right: 25px;
}

.categories-nav-menu .categories-nav-sub-child .sub-child-two.show {
    display: block;
}

.categories-nav-menu .top-brands .head {
    margin-bottom: 12px;
}

.categories-nav-menu .top-brands .brands-boxs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.categories-nav-menu .top-brands .brands-boxs .brand-link {
    display: block;
    width: 100%;
    height: 160px;
    border-radius: 3px;
}

.categories-nav-menu .top-brands .brands-boxs .brand-link img {
    height: 100%;
    width: 100%;
}

@media (max-width: 1365px) {
    .categories-nav-menu .top-brands .brands-boxs .brand-link {
        height: 122.5px;
    }
}


.categories-nav-menu .the-offers .head {
    margin-bottom: 12px;
}

.categories-nav-menu .the-offers .offers-boxs {
    display: grid;
    grid-template-columns: 398px 234px;
    gap: 18px;
}

@media (max-width: 1365px) {
    .categories-nav-menu .the-offers .offers-boxs {
        grid-template-columns: 300px 177px;
    }
}

.categories-nav-menu .the-offers .offers-boxs .offers-link img {
    width: 100%;
    height: 330px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1365px) {
    .categories-nav-menu .the-offers .offers-boxs .offers-link img {
        height: 255px;
    }
}

.page-header {
    background: var(--first-color);
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header .page-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header .page-header-wrap .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header .page-header-wrap .right .back {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page-header .page-header-wrap .right .back:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.page-header .page-header-wrap .right p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    padding-right: 12px;
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}



.baner-top {
    position: relative;
    top: -2px;
}

.baner-top img  {
    width: 100%;
}

.home-main-sec {
    /*margin-top: 7px;*/
    margin-bottom: 40px;
}

.home-main-sec-row {
    display: grid;
    grid-template-columns: 919px 1fr;
    grid-gap: 9.7px;
}

@media (min-width: 1400px) {
    .home-main-sec-row {
        grid-template-columns: 1100px 1fr;
    }
}

@media (min-width: 1920px) {
    .home-main-sec-row {
        grid-template-columns: 1000px 1fr;
    }
}

@media (max-width: 1199px) {
    .home-main-sec-row {
        grid-template-columns: 100%;
    }
}

.home-main-sec .home-main-sec-slider .swiper-slide .img {
    height: 298px;
    width: 100%;
}

@media (max-width: 991px) {
    .home-main-sec .home-main-sec-slider .swiper-slide .img {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .home-main-sec .home-main-sec-slider .swiper-slide .img {
        height: 150px;
    }
}

@media (max-width: 575px) {
    .home-main-sec .home-main-sec-slider .swiper-slide .img {
        height: 110px;
    }
}

.home-main-sec .home-main-sec-slider .swiper-slide .img img {
    width: 100%;
    height: 100%;
}

.home-main-sec .home-main-sec-slider .swiper-button-next,
.home-main-sec .home-main-sec-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.30);
}

@media (max-width: 767px) {
    .home-main-sec .home-main-sec-slider .swiper-button-next,
    .home-main-sec .home-main-sec-slider .swiper-button-prev {
        width: 30px;
        height: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0 !important;
    }
}

@media (max-width: 575px) {
    .home-main-sec .home-main-sec-slider .swiper-button-next,
    .home-main-sec .home-main-sec-slider .swiper-button-prev {
        width: 20px;
        height: 20px;
    }

    .home-main-sec .home-main-sec-slider .swiper-button-next img,
    .home-main-sec .home-main-sec-slider .swiper-button-prev img {
        width: 5px;
    }
}

.home-main-sec .home-main-sec-slider .swiper-button-next:after,
.home-main-sec .home-main-sec-slider .swiper-button-prev:after {
    display: none;
}

.home-main-sec .home-main-sec-slider .swiper-button-prev {
    right: 20px;
}

.home-main-sec .home-main-sec-slider .swiper-button-next {
    left: 20px;
}

.home-main-sec .home-main-sec-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #F7F8F9;
    opacity: 1 !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 575px) {
    .home-main-sec .home-main-sec-slider .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }
}

.home-main-sec .home-main-sec-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F0BA16;
    border-radius: 4px;
    width: 24px;
}

@media (max-width: 575px) {
    .home-main-sec .home-main-sec-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 18px;
    }
}

.home-main-sec .home-main-sec-side {
    height: 298px;
    overflow: hidden;
    position: relative;
}

.home-main-sec .home-main-sec-side img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .home-main-sec .home-main-sec-side {
        display: none;
    }
}

.home-main-sec .home-main-sec-side a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-main-sec .home-main-sec-side:before {
    position: absolute;
    top: 0;
    left: -81%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    pointer-events: none;
}

.home-main-sec .home-main-sec-side:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/* category boxs slider */
.category-boxs {

}

.category-boxs .category-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.category-boxs .category-box .img {
    width: 99px;
    height: 99px;
    border-radius: 50%;
}

.category-boxs .category-box span {
    margin-top: 10px;
    display: inline-block;
    color: #262626;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.category-boxs .scrollbar-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px auto 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.category-boxs .scrollbar-inner .swiper-scrollbar {
    border-radius: 5px;
    height: 7px;
    width: 73px;
    bottom: 0;
    background: #EFEFEF;
}

.category-boxs .scrollbar-inner .swiper-scrollbar-drag {
    background: linear-gradient(to bottom, var(--first-color), var(--second-color)) !important;
}

.category-boxs .scrollbar-inner .swiper-scrollbar {
    position: relative;
}

.category-boxs .category-boxs-wrap {
    position: relative;
}

.category-boxs .swiper-button-next,
.category-boxs .swiper-button-prev {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.13);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #FFF;
}

.category-boxs .swiper-button-next:after,
.category-boxs .swiper-button-prev:after {
    display: none;
}

.category-boxs .swiper-button-next:hover,
.category-boxs .swiper-button-prev:hover {
    background: var(--first-color);
}

.category-boxs .swiper-button-next:hover img,
.category-boxs .swiper-button-prev:hover img {
    -webkit-filter: invert(0) brightness(10);
    filter: invert(0) brightness(10);
}

.category-boxs .category-boxs-wrap .swiper-button-next {

    right: -10px;
    transform: translateY(-27px);
}

.category-boxs .category-boxs-wrap .swiper-button-prev {
    left: -10px;
    transform: translateY(-27px);
}

@media (max-width: 767px) {
    .category-boxs .category-boxs-wrap .category-boxs-arrows {
        display: none;
    }
}

.category-boxs .category-boxs-wrap .swiper-button-next.swiper-button-disabled,
.category-boxs .category-boxs-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 0.58 !important;
}

.sec-banner-one {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sec-banner-one .wrap {
    display: flex;
    align-items: flex-start;
    gap: 29.7px;
}

.sec-banner-one .wrap div {
    flex: 1;
}

.sec-banner-one .wrap div img {
    width: 100%;
}

@media (max-width: 1199px) {
    .sec-banner-one .wrap {
        flex-wrap: wrap;
    }

    .sec-banner-one .wrap div {
        flex: auto;
    }

}


.best-seller-sec {
    margin-bottom: 40px;
    margin-top: 40px;
}

.recently-arrived-sec {
    margin-bottom: 30px;
    margin-top: 30px;
}

.banner-large {
    margin-bottom: 40px;
    margin-top: 40px;
}

.banner-large .banner-large-inner-wrap {
    display: block;
}

.banner-large .banner-large-inner {
    position: relative;
    overflow: hidden;
}

.banner-large .banner-large-inner img {
    width: 100%;
}

.banner-large .banner-large-inner:before {
    position: absolute;
    top: 0;
    left: -81%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    pointer-events: none;
}

.banner-large .banner-large-inner:hover:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.category-card-sec {
    margin-bottom: 40px;
    margin-top: 40px;
}

.category-card-sec .cat-card {
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    .category-card-sec .cat-card {
        margin-bottom: 15px;
    }
}

.category-card-sec .cat-card p {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 767px) {
    .category-card-sec .cat-card p {
        font-size: 14px;
    }
}


.category-card-sec .cat-card:before {
    position: absolute;
    top: 0;
    left: -81%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    pointer-events: none;
}

.category-card-sec .cat-card:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@media (max-width: 767px) {
    .category-card-sec .cat-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.category-card-sec .cat-card img {
    border-radius: 6px;
    width: 100%;
}

@media (max-width: 575px) {
    .category-card-sec .cat-card img {
        width: 100%;
        height: 200px;
    }
}

.featured-products-sec {
    margin-bottom: 40px;
    margin-top: 40px;
}

.banner-grid-sec {
    margin-bottom: 40px;
    margin-top: 40px;
}

.banner-grid-sec .category-baner-boxs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 991px) {
    .banner-grid-sec .category-baner-boxs {
        gap: 15px;
    }
}

.banner-grid-sec .category-baner-boxs .category-banner-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-grid-sec .category-baner-boxs .category-banner-box img {
    width: 100%;
    height: 342px;
}


@media (max-width: 991px) {
    .banner-grid-sec .category-baner-boxs .category-banner-box img {
        height: auto;
    }
}

.musical-instruments-sec {
    margin-bottom: 40px;
    margin-top: 40px;
}

.banner-grid-sec {
    margin-bottom: 40px;
    margin-top: 40px;
}

.category-banner-two {
    margin-top: 40px;
    margin-bottom: 40px;
}

.category-banner-three {
    margin-top: 40px;
    margin-bottom: 40px;
}

.category-card-tow-sec {
    margin-top: 31px;
    margin-bottom: 30px;
}

.category-card-tow-sec .category-card-tow-grid {
    display: grid;
    /*grid-template-columns: repeat(auto-fit, 280px);*/
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 991px) {
    .category-card-tow-sec .category-card-tow-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.category-card-tow-sec .category-card-tow-grid .cat-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.category-card-tow-sec .category-card-tow-grid .cat-card:before {
    position: absolute;
    top: 0;
    left: -81%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    pointer-events: none;
}

.category-card-tow-sec .category-card-tow-grid .cat-card:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.category-card-tow-sec .cat-card a {
    width: 100%;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}

.category-card-tow-sec .cat-card a img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.category-card-tow-sec .cat-card div {
    background: #F4F9F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
    width: 100%;
}

.category-card-tow-sec .cat-card div p {
    font-size: 16px;
    font-weight: bold;
    color: #252122;
}

@media (max-width: 575px) {
    .category-card-tow-sec .cat-card a img {
        height: 150px;
    }

    .category-card-tow-sec .cat-card div {
        min-height: 40px;
    }

    .category-card-tow-sec .cat-card div p {
        font-size: 12px;
    }
}

.educational-games-sec {
    margin-top: 30px;
    margin-bottom: 30px;
}

.shop-by-category-sec {
    margin-top: 40px;
    margin-bottom: 40px;
}

.shop-by-category-sec .shop-category-nav .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
    justify-content: flex-start;
    text-align: center;
    margin-inline-start: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 7px;
}

.shop-by-category-sec .shop-category-nav .nav-tabs::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

@media (max-width: 767px) {
    .shop-by-category-sec .shop-category-nav .nav-tabs::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.shop-by-category-sec .shop-category-nav .nav-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.shop-by-category-sec .shop-category-nav .nav-tabs::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

.shop-by-category-sec .shop-category-nav .nav-tabs .nav-item {
    margin-bottom: 0;
    flex-shrink: 0;
}

.shop-by-category-sec .shop-category-nav .nav-tabs .nav-item .nav-link {
    font-size: 15px;
    color: #252122;
    border: none;
    border-radius: 20px;
    position: relative;
}

.shop-by-category-sec .shop-category-nav .nav-tabs .nav-item .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: transparent;
}

.shop-by-category-sec .shop-category-nav .nav-tabs .nav-item .nav-link.active {
    border-bottom: none;
    color: var(--first-color);
    font-weight: bold;
}


.shop-by-category-sec .shop-category-nav .nav-tabs .nav-item .nav-link.active:after {
    background: var(--first-color);
}

.shop-by-category-sec .loader {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #B4B4B4;
    font-size: 14px;
}

.product-slider-wrap {
    position: relative;
}

.product-slider-wrap .swiper-button-next,
.product-slider-wrap .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border: 1px solid rgba(112, 112, 112, 0.23);*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.07);
}

.product-slider-wrap .swiper-button-next:after,
.product-slider-wrap .swiper-button-prev:after {
    display: none;
}

.product-slider-wrap .swiper-button-next:hover,
.product-slider-wrap .swiper-button-prev:hover {
    background: var(--first-color);
}

.product-slider-wrap .swiper-button-next:hover img,
.product-slider-wrap .swiper-button-prev:hover img {
    -webkit-filter: invert(0) brightness(10);
    filter: invert(0) brightness(10);
}

@media (max-width: 1199px) {
    .product-slider-wrap .slider-arrow-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        direction: ltr;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
    }
}

.product-slider-wrap .swiper-button-next {
    right: -14px;
}

@media (max-width: 1280px) {
    .product-slider-wrap .swiper-button-next {
        right: 15px;
    }
}

@media (max-width: 1199px) {
    .product-slider-wrap .swiper-button-next {
        position: unset;
        float: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 5px;
    }
}

.product-slider-wrap .swiper-button-prev {
    left: -14px;
}

@media (max-width: 1280px) {
    .product-slider-wrap .swiper-button-prev {
        left: 15px;
    }
}

@media (max-width: 1199px) {
    .product-slider-wrap .swiper-button-prev {
        position: unset;
        float: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 5px;
    }
}

/*banner slider*/

.banner-slider-sec {
    margin-top: 40px;
    margin-bottom: 40px;
}

.banner-slider-sec .swiper-slide img {
    width: 100%;
}


.banner-slider-sec  .swiper-button-next,
.banner-slider-sec  .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 767px) {
    .banner-slider-sec .swiper-button-next,
    .banner-slider-sec .swiper-button-prev {
        width: 30px;
        height: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0 !important;
    }
}

@media (max-width: 575px) {
    .banner-slider-sec .swiper-button-next,
    .banner-slider-sec .swiper-button-prev {
        width: 20px;
        height: 20px;
    }

    .banner-slider-sec .swiper-button-next img,
    .banner-slider-sec .swiper-button-prev img {
        width: 5px;
    }
}

.banner-slider-sec .swiper-button-next:after,
.banner-slider-sec .swiper-button-prev:after {
    display: none;
}

.banner-slider-sec .swiper-button-prev {
    right: 20px;
}

.banner-slider-sec .swiper-button-next {
    left: 20px;
}

.sec-banner-two {

}

.head-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 17px;
}

.head-sec .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-sec .text span {
    font-size: 16px;
    color: #3A3A3A;
    padding-right: 12px;
    font-weight: bold;
    position: relative;
}

.head-sec .text span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 5px;
    height: 34px;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, var(--first-color), var(--second-color));
    border-radius: 5px;
}

@media (max-width: 767px) {
    .head-sec .text span {
        font-size: 14px;
    }
}

.head-sec .show-all {
    color: #5F5F5E;
    font-size: 14px;
    font-weight: 600;
}

.head-sec .show-all:hover {
    color: var(--first-color);
}

@media (max-width: 767px) {
    .head-sec .show-all {
        font-size: 13px;
    }
}

@media (min-width: 576px) {
    .sign-modals .modal-dialog {
        max-width: 461px;
    }
}

.sign-modals .modal-content {
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
}

.sign-modals .close-modal {
    position: absolute;
    left: 15px;
    top: 15px;
}

.sign-modals .close-modal .close {
    opacity: 1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sign-modals .modal-body {
    padding: 31px 34px;
}

.sign-modals .logo-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sign-modals .logo-modal img {
    width: 130px
}

.sign-modals .sign-modals-wrap .sign-modal-head {
    text-align: center;
    margin: 18px 0 20px;
}

.sign-modals .sign-modals-wrap .sign-modal-head h5 {
    font-size: 14px;
    font-weight: bold;
    color: var(--first-color);
    margin-bottom: 13px;
}

.sign-modals .sign-modals-wrap .sign-modal-head p {
    font-size: 14px;
    color: #282828;
    font-weight: 500;
}

.sign-modals .sign-modals-wrap .sign-modal-head p span {
    font-weight: bold;
}

.sign-modals .sign-modals-wrap .nav {
    margin-top: 35px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F6F6F6;
    border-radius: 23px;
}

.sign-modals .sign-modals-wrap .nav .nav-item {
    /*margin-left: 48px;*/
    flex: 1;
    margin: 4px;
}

.sign-modals .sign-modals-wrap .nav .nav-item:last-child {
    /*margin-left: 0;*/
}

.sign-modals .sign-modals-wrap .nav .nav-item .nav-link {
    font-size: 14px;
    color: #838383;
    font-weight: 600;
    /*border-bottom: 2px solid transparent;*/
    border-radius: 23px;
    padding: 8px 5px;
    text-align: center;
}

.sign-modals .sign-modals-wrap .nav .nav-item .nav-link.active {
    background-color: #FFFFFF;
    color: #232F3E;
    box-shadow: 0 3px 6px rgba(160,160,160, 0.15);
    /*border-bottom-color: var(--first-color);*/
}

.sign-modals .sign-modals-wrap .form-group {
    margin-bottom: 20px;
}

.sign-modals .sign-modals-wrap .form-group .form-control {
    height: 45px;
    border: 1px solid rgba(112, 112, 112, 0.15);
    border-radius: 8px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

.sign-modals .sign-modals-wrap .form-group .form-control {
    border-radius: 25px;
    padding-right: 50px;
}

.sign-modals .sign-modals-wrap .form-group .input-box {
    position: relative;
}

.sign-modals .sign-modals-wrap .form-group .input-box .icon {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.sign-modals .sign-modals-wrap .phone-box .form-control {
    padding-left: 85px !important;
    text-align: left;
}

.sign-modals .sign-modals-wrap .form-group .form-control:focus {
    border-color: var(--first-color);
}

.sign-modals .sign-modals-wrap .form-group .form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #B4B4B4;
}

.sign-modals .sign-modals-wrap .form-group .form-control::-moz-placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #B4B4B4;
}

.sign-modals .sign-modals-wrap .form-group .form-control:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #B4B4B4;
}

.sign-modals .sign-modals-wrap .form-group .form-control::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #B4B4B4;
}

.sign-modals .sign-modals-wrap .form-group .form-control::placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #B4B4B4;
}

.sign-modals .sign-modals-wrap .forgot-pass {
    font-size: 12px;
    font-weight: 600;
    color: #707070;
    margin-right: auto;
    display: flex;
}

.sign-modals .sign-modals-wrap .forgot-pass:hover {
    color: var(--first-color);
}

.sign-modals .sign-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}

.sign-modals .sign-btns .btn {
    height: 45px;
    border-radius: 20px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
}

.sign-modals .rest-success-password-wrap {
    text-align: center;
}

.sign-modals .rest-success-password-wrap h5 {
    font-size: 16px;
    font-weight: bold;
    color: var(--first-color);
    margin-bottom: 15px;
}

.sign-modals .rest-success-password-wrap p {
    font-size: 13px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 19px;
}

.sign-modals .rest-success-password-wrap .img img {
    width: 138px;
}

.sign-modals .sign-modal-foot {
    text-align: center;
    margin-top: 22px;
}

.sign-modals .sign-modal-foot .code-box {
    display: none;
}

.sign-modals .sign-modal-foot .code-box.show {
    display: block;
}

.sign-modals .sign-modal-foot .code-box p {
    color: #B4B4B4;
    font-size: 14px;
}

.sign-modals .sign-modal-foot .code-box p .code-return-btn {
    color: var(--first-color);
    font-size: 14px;
    margin-right: 5px;
}

.sign-modals .sign-modal-foot .code-box p .code-return-btn[disabled] {
    pointer-events: none;
}

.sign-modals .sign-modal-foot .code-box p .code-return-btn:hover {
    text-decoration: underline;
}

.sign-modals .sign-modal-foot .code-box .timer-box {
    color: var(--first-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11px;
    font-weight: bold;
}

.sign-modals .sign-modal-foot .code-box .timer-box span {
    padding-left: 3px;
}

.verification-sign .verification-wrap .head {
    font-size: 14px;
    color: #282828;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;

}
.verification-sign .verification-wrap .head h5 {
    font-weight: 600;
    color: #282828;
    font-size: 14px;
    margin-bottom: 6px;
}

.verification-sign .verification-wrap .head p {
    font-weight: bold;
    margin-top: 11px;
}

.verification-sign .verification-wrap .form-group .form-control {
    padding-right: .75rem;
}

.verification-sign .verification-wrap .verification-time {
    margin-top: 22px;
    display: flex;
    justify-content: center;
}

.verification-sign .verification-wrap .verification-time p {
    font-size: 14px;
    color: #929292;
}

.verification-sign .verification-wrap .verification-time p span {
    color: var(--first-color);
}

.code-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    direction: ltr;
}

@media (max-width: 767px) {
    .code-inputs {
        gap: 5px;
    }
}

.code-inputs .code-box {
    width: 50px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.code-inputs .code-box::-webkit-input-placeholder {
    font-size: 20px;
}

.code-inputs .code-box::-moz-placeholder {
    font-size: 20px;
}

.code-inputs .code-box:-ms-input-placeholder {
    font-size: 20px;
}

.code-inputs .code-box::-ms-input-placeholder {
    font-size: 20px;
}

.code-inputs .code-box::placeholder {
    font-size: 20px;
}

.code-box::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.modal-open .modal::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (min-width: 576px) {
    .share-product-modal .modal-dialog {
        max-width: 485.68px;
    }
}

.share-product-modal .modal-content {
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    position: relative;
}

.share-product-modal .close-modal {
    position: absolute;
    left: 15px;
    top: 15px;
}

.share-product-modal .close-modal .close {
    opacity: 1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.share-product-modal .modal-body {
    padding: 25px 30px;
}

.share-product-modal .share-product-wrap h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #252122;
}

.share-product-modal .share-product-wrap .social-share {
    margin-bottom: 20px;
}

.share-product-modal .share-product-wrap .social-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.share-product-modal .share-product-wrap .social-share ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #E7E7E7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.share-product-modal .share-product-wrap .social-share ul li a:hover {
    border-color: var(--first-color);
}

.share-product-modal .share-product-wrap .copy-product-link .copy-product-input {
    width: 100%;
    height: 40px;
    position: relative;
}

.share-product-modal .share-product-wrap .copy-product-link .copy-product-input .form-control {
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: #FFF !important;
    border: 1px solid #E7E7E7 !important;
    padding-left: 60px;
    width: 100%;
    height: 100%;
    color: #252122;
    font-weight: 600;
    font-size: 12px;
}

.share-product-modal .share-product-wrap .copy-product-link .copy-product-input .copy-link {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--first-color);
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 576px) {
    .paymeny-modal .modal-dialog {
        max-width: 501px;
    }
}

.paymeny-modal .modal-content {
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    position: relative;
}

.paymeny-modal .close-modal {
    position: absolute;
    left: 20px;
    top: 12px;
}

.paymeny-modal .close-modal .close {
    opacity: 1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.paymeny-modal .modal-body {
    padding: 21px;
}

.paymeny-modal .paymeny-modal-head {
    border-bottom: 1px solid rgba(112, 112, 112, 0.08);
    margin-bottom: 25px;
}

.paymeny-modal .paymeny-modal-head h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--first-color);
}

.paymeny-modal .paymeny-modal-wrap .checkbox span {
    font-size: 14px;
    font-weight: 600;
    color: #252122;
}

@media (min-width: 576px) {
    .add-shipping-adress .modal-dialog {
        max-width: 698px;
    }
}

.add-shipping-adress .modal-content {
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    position: relative;
}

.add-shipping-adress .close-modal {
    position: absolute;
    left: 33px;
    top: 26px;
}

.add-shipping-adress .close-modal .close {
    opacity: 1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.add-shipping-adress .modal-body {
    padding: 37px 25px 37px;
}

@media (max-width: 575px) {
    .add-shipping-adress .modal-body {
        padding: 30px 25px;
    }
}

.add-shipping-adress .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.add-shipping-adress .head h5 {
    color: var(--first-color);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.add-shipping-adress .select2-container {
    width: 100% !important;
}

@media (min-width: 576px) {
    .edit-shipping-address .modal-dialog {
        max-width: 698px;
    }
}

.edit-shipping-address .modal-content {
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    position: relative;
}

.edit-shipping-address .close-modal {
    position: absolute;
    left: 33px;
    top: 26px;
}

.edit-shipping-address .close-modal .close {
    opacity: 1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.edit-shipping-address .modal-body {
    padding: 37px 25px 37px;
}

@media (max-width: 575px) {
    .edit-shipping-address .modal-body {
        padding: 30px 25px;
    }
}

.edit-shipping-address .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.edit-shipping-address .head h5 {
    color: var(--first-color);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.edit-shipping-address .select2-container {
    width: 100% !important;
}

@media (min-width: 576px) {
    .product-rate .modal-dialog {
        max-width: 501px;
    }
}

.product-rate .modal-content {
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    position: relative;
}

.product-rate .modal-body {
    padding: 51px 32px 21px;
}

@media (max-width: 575px) {
    .product-rate .modal-body {
        padding: 30px 25px;
    }
}

.product-rate .close-modal {
    position: absolute;
    left: 21px;
    top: 21px;
}

.product-rate .close-modal .close {
    opacity: 1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-rate .product-rate-wrap h5 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.product-rate .product-rate-wrap .rate-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 19px;
}

.product-rate .product-rate-wrap textarea {
    resize: none;
    height: 174px;
}

.product-rate .product-rate-wrap .product-rate-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}

.product-rate .product-rate-wrap .product-rate-action .btn {
    min-width: 210px;
    height: 45px;
    font-weight: 600;
    font-size: 13px;
}

@media (min-width: 576px) {
    .order-successful .modal-dialog {
        max-width: 371px;
    }
}

.order-successful .modal-content {
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
}

.order-successful .modal-body {
    padding: 20px 28px 28px;
}

@media (max-width: 575px) {
    .order-successful .modal-body {
        padding: 20px;
    }
}

.order-successful .order-successful-wrap {
    text-align: center;
}

.order-successful .order-successful-wrap h5 {
    font-size: 16px;
    font-weight: bold;
    color: var(--first-color);
    margin-bottom: 15px;
}

.order-successful .order-successful-wrap p {
    color: #282828;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.order-successful .order-successful-wrap .order-successful-action {
    margin-top: 31px;
}

.order-successful .order-successful-wrap .order-successful-action .btn {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px;
}

.categories-wrap {
    display: grid;
    grid-template-columns: 222px 1fr;
    gap: 30px;
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .categories-wrap {
        grid-template-columns: 100%;
    }
}

.categories-filter .categories-aside {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 20px;
}

.categories-filter .categories-aside .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 12px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.13);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.categories-filter .categories-aside .head h4 {
    font-size: 14px;
    font-weight: bold;
    color: var(--first-color);
    margin-right: 5px;
    margin-bottom: 0;
}

.categories-filter .categories-aside .head .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.categories-filter .categories-aside .collapse-aside-btn .name svg path {
    stroke: var(--first-color);
    fill: var(--first-color);
}

.categories-filter .categories-aside .head .btn {
    display: none;
}

@media (max-width: 991px) {
    .categories-filter .categories-aside .head .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 10px;
    }

    .categories-filter .categories-aside .head .btn img {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media (max-width: 991px) {
    .categories-filter .categories-aside .categories-aside-body {
        display: none;
    }
}

.categories-filter .categories-aside .categories-ul .categories-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.06);
    cursor: pointer;
    position: relative;
}

.categories-filter .categories-aside .categories-ul .categories-item:last-child {
    border-bottom: 0;
}

.categories-filter .categories-aside .categories-ul .categories-item .categories-name {
    font-size: 14px;
    color: #021523;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .categories-filter .categories-aside .categories-ul .categories-item .categories-name {
        width: 88%;
        padding: 5px;
    }
}

@media (max-width: 991px) {
    .categories-filter .categories-aside .categories-ul .categories-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.categories-filter .categories-aside .categories-ul .categories-item .arrow {
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .categories-filter .categories-aside .categories-ul .categories-item .arrow {
        width: 23px;
        height: 23px;
        border: 1px solid #252122;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 15px !important;
        top: 15px !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .categories-filter .categories-aside .categories-ul .categories-item .arrow img {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.categories-filter .categories-aside .categories-ul .categories-item .categories-sub {
    position: absolute;
    left: auto;
    right: 100%;
    top: 0;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 190px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    float: right;
    background: #FFF;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 3;
}

@media (max-width: 991px) {
    .categories-filter .categories-aside .categories-ul .categories-item .categories-sub {
        display: block;
        position: unset;
        left: unset;
        right: unset;
        top: unset;
        min-width: 100%;
        float: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        background-color: #FFF !important;
        display: none;
        margin-top: 10px;
        border-right: 2px solid rgba(112, 112, 112, 0.3);
    }

    .categories-filter .categories-aside .categories-ul .categories-item .categories-sub.show-categories-sub {
        display: block;
    }
}

.categories-filter .categories-aside .categories-ul .categories-item .categories-sub .categories-item {
    border-radius: 0;
}

.categories-filter .categories-aside .categories-ul .categories-item .categories-sub .categories-item:first-child {
    border-radius: 5px 5px 0 0;
}

.categories-filter .categories-aside .categories-ul .categories-item .categories-sub .categories-item:last-child {
    border-radius: 0 0 5px 5px;
}

@media (max-width: 991px) {
    .categories-filter .categories-aside .categories-ul .categories-item .categories-sub .categories-item {
        border-top: 1px solid rgba(112, 112, 112, 0.06);
        border-radius: 0 !important;
    }
}

@media (min-width: 992px) {
    .categories-filter .categories-aside .categories-ul .categories-item:hover {
        background: #F8F8F8;
    }

    .categories-filter .categories-aside .categories-ul .categories-item:hover > .categories-sub {
        display: block;
    }
}

.categories-filter .categories-aside .categories-ul .categories-item .arrow {
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.categories-filter .categories-aside .price-slider {
    padding: 16px 12px 12px;
    overflow: hidden;
}

.categories-filter .categories-aside .price-slider .slider-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 13px;
}

.categories-filter .categories-aside .price-slider .slider-value label {
    font-size: 12px;
    color: #B4B4B4;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
}

.categories-filter .categories-aside .price-slider .slider-value .slider-value-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.categories-filter .categories-aside .price-slider .slider-value .slider-value-row .value-item {
    color: #021523;
    font-size: 12px;
    font-weight: 600;
}

.categories-filter .categories-aside .price-slider .slider-value .slider-value-row span:nth-child(2) {
    padding: 0 3px;
}

.categories-filter .categories-aside .reviews-list {
    padding: 16px 12px;
}

.categories-filter .categories-aside .reviews-list .checkbox label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.categories-inner .categories-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(112, 112, 112, 0.13);
    padding-bottom: 7.5px;
}

@media (max-width: 575px) {
    .categories-inner .categories-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.categories-inner .categories-head .name h5 {
    font-size: 16px;
    font-weight: bold;
    color: #252122;
    margin-bottom: 0;
    position: relative;
}

.categories-inner .categories-head .name h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 3px;
    background: var(--first-color);
}

@media (max-width: 575px) {
    .categories-inner .categories-head .name h5:after {
        bottom: -10px;
    }
}

@media (max-width: 575px) {
    .categories-inner .categories-head .name {
        margin-bottom: 25px;
    }
}

.categories-inner .categories-head .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .categories-inner .categories-head .left {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

.categories-inner .categories-head .left .sortby {
    margin-left: 17px;
}

.categories-inner .categories-head .left .sortby .sortby-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.categories-inner .categories-head .left .sortby label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    color: #252122;
    margin-bottom: 0;
}

.categories-inner .categories-head .left .sortby .form-control {
    margin-right: 8px;
    min-width: 107px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 30px;
    background: url(../img/select-arrow-black.svg) no-repeat left 0.8rem center/10.687px 6.124px #FFF !important;
    height: 35px;
    border: 1px solid rgba(112, 112, 112, 0.13);
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.categories-inner .categories-head .left .style-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.categories-inner .categories-head .left .style-switch .style-switch-btn {
    margin-left: 16px;
}

.categories-inner .categories-head .left .style-switch .style-switch-btn:last-child {
    margin-left: 0;
}

.categories-inner .categories-head .left .style-switch .style-switch-btn.active.grid svg path {
    stroke: var(--first-color);
}

.categories-inner .categories-head .left .style-switch .style-switch-btn.active.list svg path {
    fill: var(--first-color);
}

.categories-inner .category-products {
    margin-top: 25px;
    min-height: 500px;
    position: relative;
}

.categories-inner .category-products .product-grid {
    grid-template-columns: repeat(5, minmax(175px, 1fr));
    gap: 10px;
}

@media (max-width: 1199px) {
    .categories-inner .category-products .product-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .categories-inner .category-products .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .categories-inner .category-products .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.categories-inner.list .category-products .product-grid {
    grid-template-columns: 100%;
}

.categories-inner.list .category-products .product-grid .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.categories-inner.list .category-products .product-grid .product-box .img {
    width: 120px;
    height: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: unset;
}

@media (max-width: 767px) {
    .categories-inner.list .category-products .product-grid .product-box .img {
        height: 100%;
    }
}

@media (max-width: 575px) {
    .categories-inner.list .category-products .product-grid .product-box .img {
        height: 100%;
    }
}

.categories-inner.list .category-products .product-grid .product-box .fav {
    left: 16px;
    top: 16px;
}

.categories-inner.list .category-products .product-grid .product-box .inner {
    padding: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.categories-inner.list .category-products .product-grid .product-box .inner .product-link {
    font-size: 13px;
    font-weight: 400;
    color: #252122;
    margin-bottom: 6px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 50px;
}

@media (max-width: 575px) {
    .categories-inner.list .category-products .product-grid .product-box .inner .product-link {
        font-size: 13px;
        padding-left: 40px;
    }
}

.categories-inner.list .category-products .product-grid .product-box .inner .price {
    font-size: 18px;
}

.noUi-target {
    background: #CDCDCD;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 3px;
    width: 95%;
    margin: auto;
}

.noUi-connect {
    background: #021523;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    right: -7px;
    left: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--first-color);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    outline: none;
    cursor: pointer;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    right: 0;
    left: auto;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

@media (max-width: 991px) {
    .price-slider-wrapper {
        margin: 15px !important;
    }
}

.product-details-page {
    margin-bottom: 43px;
    margin-top: 15px;
}

.product-det-row {
    display: grid;
    grid-template-columns: 553px 1fr;
    gap: 21px;
}

.product-det-row.has-supplier {
    grid-template-columns: 553px 1fr 189px;
}

.product-det-row.has-supplier .info {
    border-left: 1px solid rgba(236, 236, 236, 0.58);
    padding-left: 20px;
}


@media (max-width: 1199px) {

    .product-det-row {
        grid-template-columns: 450px 1fr;
    }

    .product-det-row.has-supplier {
        grid-template-columns: 100%;
    }

    .product-det-row.has-supplier .info {
        border-left: none;
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .product-det-row {
        grid-template-columns: 100%;
    }

    .product-det-row.has-supplier {
        grid-template-columns: 100%;
    }

}

.product-det-row .images .main-img {
    height: 515px;
    overflow: hidden;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .product-det-row .images .main-img {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .product-det-row .images .main-img {
        height: 250px;
    }
}

.product-det-row .images .main-img .swiper {
    width: 100%;
    height: 100%;
}

.product-det-row .images .main-img .swiper-slide .img-box {
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.product-det-row .images .main-img .swiper-slide .img-box img {
    height: 100%;
    width: 100%;
}

.product-det-row .images .gallery .swiper-wrapper .swiper-slide .img-box {
    height: 48px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    border: 1px solid rgba(112, 112, 112, 0.13);
    padding: 3px;
    border-radius: 4px;
}

.product-det-row .images .gallery .swiper-wrapper .swiper-slide .img-box:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.product-det-row .images .gallery .swiper-wrapper .swiper-slide .img-box img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-det-row .images .gallery .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img-box {
    border: 2px solid #4AA6A3;
}

.product-det-row .info .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    .product-det-row .info .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-det-row .info .top .product-name {
    font-size: 16px;
    font-weight: 600;
    color: #252122;
    margin-left: 100px;
    line-height: 32px;
}

@media (max-width: 1199px) {
    .product-det-row .info .top .product-name {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .product-det-row .info .top .product-name {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.product-det-row .info .top .share {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-det-row .info .top .share .share-product {
    width: 32px;
    height: 32px;
    background: #F8F8F8;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-det-row .info .top .share .share-product:hover {
    background: #e0dfdf;
}

.product-det-row .info .product-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 12px;
}

.product-det-row .info .product-review .rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-det-row .info .product-review .rate img {
    margin: 0 2px;
}

.product-det-row .info .product-review .review-value {
    margin-right: 8.4px;
    color: #252122;
    font-weight: 600;
}

.product-det-row .info .product-review .review-number {
    font-size: 14px;
    color: #252122;
    border: 1px solid rgba(112, 112, 112, 0.23);
    min-width: 77px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 14px;
    border-radius: 4px;
    font-weight: 600;
}

.product-det-row .info .product-review .review-number span {
    padding-right: 2px;
}

.product-det-row .info .price {
    margin-top: 12px;
    margin-bottom: 12px;
}

.product-det-row .info .price span {
    color: var(--first-color);
    font-weight: bold;
    font-size: 22px;
}

.product-det-row .info .price span.currency {
    padding-right: 6px;
}

.product-det-row .info .line, .product-det-row .info .header .header-wrap .header-top .header-top-inner .action .header-login, .header .header-wrap .header-top .header-top-inner .action .product-det-row .info .header-login, .product-det-row .info .header .header-wrap .header-top .header-top-inner .action .user-menu, .header .header-wrap .header-top .header-top-inner .action .product-det-row .info .user-menu, .product-det-row .info .header .header-wrap .header-top .header-top-inner .action .favorites, .header .header-wrap .header-top .header-top-inner .action .product-det-row .info .favorites {
    width: 100%;
    height: 1px;
    background: rgba(112, 112, 112, 0.13);
}

.product-det-row .info .product-properties {
    margin-top: 16px;
    margin-bottom: 24px;
}

.product-det-row .info .product-properties .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.product-det-row .info .product-properties .label label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.product-det-row .info .product-properties .label p {
    font-size: 14px;
    font-weight: 600;
    color: #9F9F9F;
    padding-right: 4px;
}

.product-det-row .info .product-properties .colors-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-det-row .info .product-properties .colors-boxs .color-box {
    cursor: pointer;
    margin-left: 8px;
    border: 1px solid rgba(112, 112, 112, 0.13);
    border-radius: 4px;
    width: 65px;
    height: 56px;
    margin-bottom: 5px;
}

.product-det-row .info .product-properties .colors-boxs .color-box:last-child {
    margin-left: 0;
}

.product-det-row .info .product-properties .colors-boxs .color-box img {
    width: 100%;
    height: 100%;
    padding: 2px;
    border-radius: 4px;
}

.product-det-row .info .product-properties .colors-boxs .color-box.active {
    border: 2px solid var(--first-color);
}

.product-det-row .info .product-properties .colors-boxs .size-box {
    min-width: 44px;
    height: 27px;
    border: 1px solid rgba(112, 112, 112, 0.13);
    padding: 2px 8px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
    cursor: pointer;
    margin-bottom: 5px;

}

.product-det-row .info .product-properties .colors-boxs .size-box span {
    font-size: 13px;
    font-weight: 600;
    color: #252122;
}

.product-det-row .info .product-properties .colors-boxs .size-box.active {
    border: 2px solid var(--first-color);
}

.product-details-modal .product-det-row .info .product-properties .colors-boxs .size-box.active {
    border: 2px solid var(--first-color);
}

.product-det-row .images .gallery .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img-box {
    border: 2px solid var(--first-color);
}

.product-det-row .info .product-properties .sizes-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-det-row .info .product-properties .sizes-boxs .size-box {
    width: 44px;
    height: 27px;
    border: 1px solid rgba(112, 112, 112, 0.13);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
    cursor: pointer;
    margin-bottom: 5px;
}

.product-det-row .info .product-properties .sizes-boxs .size-box:last-child {
    margin-left: 0;
}

.product-det-row .info .product-properties .sizes-boxs .size-box span {
    font-size: 14px;
    font-weight: 600;
    color: #252122;
}

.product-det-row .info .product-properties .sizes-boxs .size-box.active {
    border: 2px solid var(--first-color);
}

.product-det-row .info .product-properties .quantity .value-button {
    width: 25px !important;
    height: 25px !important;
}

.product-det-row .info .product-properties .quantity .value-button img {
    width: 11px;
}

.product-det-row .info .product-properties .quantity .quantity-input {
    font-size: 14px;
    font-weight: 600;
    width: 40px;
}

.product-det-row .info .product-properties.charging-type .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.product-det-row .info .product-properties.charging-type .label label {
    margin-bottom: 0;
    font-size: 14px;
    color: #9F9F9F;
    font-weight: 600;
}

.product-det-row .info .product-properties.charging-type .label p {
    font-size: 14px;
    font-weight: 600;
    color: #252122;
    padding-right: 4px;
}

.product-det-row .info .product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .product-det-row .info .product-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }
}

.product-det-row .info .product-action .btn {
    height: 50px !important;
    border-radius: 25px;
}

@media (max-width: 767px) {
    .product-det-row .info .product-action .btn {
        width: 100%;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
    }
}

.product-det-row .info .product-action .add-to-cart-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-det-row .info .product-action .add-to-cart-btn span {
    padding-right: 11px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.product-det-row .info .product-action .buy-now {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--first-color);
    background: rgba(74, 166, 163, 0.1);
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
}

.product-det-row .info .product-action .buy-now:hover {
    border-color: var(--first-color);
    background: transparent;
}

.product-det-row .info .product-action .add-fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: rgba(74, 166, 163, 0.1);
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
}

.product-det-row .info .product-action .add-fav svg path {
    stroke: var(--first-color);
}

.product-det-row .info .product-action .add-fav.active {
    border-color: var(--first-color);
    background: transparent;
}

.product-det-row .info .product-action .add-fav.active svg path {
    fill: var(--first-color);
}

@media (max-width: 767px) {
    .product-det-row .info .product-action .add-fav {
        width: 100%;
        border-radius: 25px;
    }
}

.product-det-row .info .product-action .add-fav:hover {
    border-color: var(--first-color);
    background: transparent;
}

.product-det-row .info .product-action .add-fav:hover svg path {
    fill: var(--first-color);
}

.product-details-inner {
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

.product-details-inner .nav {
    border-bottom: 1px solid rgba(112, 112, 112, 0.13);
    margin-bottom: 25px;
    position: relative;
    padding: 0 15px;
}

@media (max-width: 575px) {
    .product-details-inner .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.product-details-inner .nav:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(112, 112, 112, 0.13);
}

@media (max-width: 575px) {
    .product-details-inner .nav .nav-item {
        width: 100%;
    }
}

.product-details-inner .nav .nav-item .nav-link {
    color: #252122;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 1px;
    padding: 12px 20px;
    position: relative;
    border-radius: 0;
}

.product-details-inner .nav .nav-item .nav-link.active {
    color: var(--first-color);
    background-color: transparent;
    font-weight: bold;
}

.product-details-inner .nav .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--first-color);
}

@media (max-width: 575px) {
    .product-details-inner .nav .nav-item .nav-link {
        text-align: center;
    }
}

.product-details-inner .tab-content {
    padding: 15px 40px 40px;
}

.product-details-inner #pills-overview img {
    max-width: 100% !important;
    margin-bottom: 15px !important;
}

.product-details-inner .product-details-img h5 {
    font-size: 18px;
    font-weight: bold;
    color: #48A7A5;
    margin-bottom: 20px;
}

.product-details-inner .product-details-img .product-det-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-details-inner .product-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 1199px) {
    .product-details-inner .product-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .product-details-inner .product-features {
        grid-template-columns: 100%;
    }
}

.product-details-inner .product-features .features-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-inner .product-features .features-box label {
    margin-bottom: 0;
    font-weight: 600;
    color: #9F9F9F;
    font-size: 14px;
}

.product-details-inner .product-features .features-box p {
    color: #252122;
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px;
}

.product-details-inner .product-reviews-list .product-review-box {
    padding: 20px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.13);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .product-details-inner .product-reviews-list .product-review-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.product-details-inner .product-reviews-list .product-review-box .user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-details-inner .product-reviews-list .product-review-box .user-avatar img {
    width: 100%;
    height: 100%;
}

.product-details-inner .product-reviews-list .product-review-box .info {
    margin-right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 767px) {
    .product-details-inner .product-reviews-list .product-review-box .info {
        margin-right: 0;
        margin-top: 15px;
    }
}

.product-details-inner .product-reviews-list .product-review-box .info .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .product-details-inner .product-reviews-list .product-review-box .info .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.product-details-inner .product-reviews-list .product-review-box .info .top .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .product-details-inner .product-reviews-list .product-review-box .info .top .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.product-details-inner .product-reviews-list .product-review-box .info .top .right .name {
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
}

.product-details-inner .product-reviews-list .product-review-box .info .top .right .rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 26px;
}

@media (max-width: 767px) {
    .product-details-inner .product-reviews-list .product-review-box .info .top .right .rate {
        margin-right: 0;
        margin-top: 15px;
    }
}

.product-details-inner .product-reviews-list .product-review-box .info .top .right .rate img {
    margin: 0 2px;
}

.product-details-inner .product-reviews-list .product-review-box .info .top .date {
    font-size: 14px;
    color: #9F9F9F;
}

@media (max-width: 767px) {
    .product-details-inner .product-reviews-list .product-review-box .info .top .date {
        margin-top: 10px;
    }
}

.product-details-inner .product-reviews-list .product-review-box .info .desc {
    margin-top: 15px;
    width: 70%;
}

@media (max-width: 767px) {
    .product-details-inner .product-reviews-list .product-review-box .info .desc {
        width: 100%;
        text-align: center;
    }
}

.product-details-inner .product-reviews-list .product-review-box .info .desc p {
    font-size: 12px;
    color: #252122;
    line-height: 23px;
}

.product-details-inner .product-reviews-list .product-review-box:last-child {
    border-bottom: 0;
}

.product-action .add-to-cart-btn {
    --background: var(--first-color);
    --text: #fff;
    --cart: #fff;
    --tick: var(--background);
    position: relative;
    border: none;
    background: none;
    padding: 8px 28px;
    border-radius: 8px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    min-width: 144px;
    color: var(--text);
    background: var(--background);
    -webkit-transform: scale(var(--scale, 1));
    transform: scale(var(--scale, 1));
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
    transition: -webkit-transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
    transition: transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
    transition: transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27), -webkit-transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
}

.add-to-cart-btn:active {
    --scale: .95;
}

.add-to-cart-btn span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    position: relative;
    padding-left: 24px;
    margin-left: -8px;
    line-height: 26px;
    -webkit-transform: translateY(var(--span-y, 0));
    transform: translateY(var(--span-y, 0));
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.add-to-cart-btn span:before, .add-to-cart-btn span:after {
    content: "";
    width: var(--w, 2px);
    height: var(--h, 14px);
    border-radius: 1px;
    position: absolute;
    left: var(--l, 8px);
    top: var(--t, 6px);
    background: currentColor;
    -webkit-transform: scale(0.75) rotate(var(--icon-r, 0deg)) translateY(var(--icon-y, 0));
    transform: scale(0.75) rotate(var(--icon-r, 0deg)) translateY(var(--icon-y, 0));
    -webkit-transition: -webkit-transform 0.65s ease 0.05s;
    transition: -webkit-transform 0.65s ease 0.05s;
    transition: transform 0.65s ease 0.05s;
    transition: transform 0.65s ease 0.05s, -webkit-transform 0.65s ease 0.05s;
}

.add-to-cart-btn span:after {
    --w: 14px;
    --h: 2px;
    --l: 2px;
    --t: 12px;
}

.add-to-cart-btn .cart {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -18px;
    -webkit-transform-origin: 12px 23px;
    transform-origin: 12px 23px;
    -webkit-transform: translateX(-180px) rotate(-18deg);
    transform: translateX(-180px) rotate(-18deg);
}

.add-to-cart-btn .cart:before, .add-to-cart-btn .cart:after {
    content: "";
    position: absolute;
}

.add-to-cart-btn .cart:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px var(--cart);
    box-shadow: inset 0 0 0 2px var(--cart);
    bottom: 0;
    left: 9px;
    -webkit-filter: drop-shadow(11px 0 0 var(--cart));
    filter: drop-shadow(11px 0 0 var(--cart));
}

.add-to-cart-btn .cart:after {
    width: 16px;
    height: 9px;
    background: var(--cart);
    left: 9px;
    bottom: 7px;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: perspective(4px) rotateX(-6deg) scaleY(var(--fill, 0));
    transform: perspective(4px) rotateX(-6deg) scaleY(var(--fill, 0));
    -webkit-transition: -webkit-transform 1.2s ease var(--fill-d);
    transition: -webkit-transform 1.2s ease var(--fill-d);
    transition: transform 1.2s ease var(--fill-d);
    transition: transform 1.2s ease var(--fill-d), -webkit-transform 1.2s ease var(--fill-d);
}

.add-to-cart-btn .cart svg {
    z-index: 1;
    width: 36px;
    height: 26px;
    display: block;
    position: relative;
    fill: none;
    stroke: var(--cart);
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.add-to-cart-btn .cart svg polyline:last-child {
    stroke: var(--tick);
    stroke-dasharray: 10px;
    stroke-dashoffset: var(--offset, 10px);
    -webkit-transition: stroke-dashoffset 0.4s ease var(--offset-d);
    transition: stroke-dashoffset 0.4s ease var(--offset-d);
}

.add-to-cart-btn.loading {
    --scale: .95;
    --span-y: -32px;
    --icon-r: 180deg;
    --fill: 1;
    --fill-d: .8s;
    --offset: 0;
    --offset-d: 1.73s;
}

.add-to-cart-btn.loading .cart {
    -webkit-animation: cart 3.4s linear forwards 0.2s;
    animation: cart 3.4s linear forwards 0.2s;
}

@-webkit-keyframes cart {
    12.5% {
        -webkit-transform: translateX(-60px) rotate(-18deg);
        transform: translateX(-60px) rotate(-18deg);
    }
    25%, 45%, 55%, 75% {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    44%, 56% {
        -webkit-transform-origin: 12px 23px;
        transform-origin: 12px 23px;
    }
    45%, 55% {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    87.5% {
        -webkit-transform: translateX(70px) rotate(-18deg);
        transform: translateX(70px) rotate(-18deg);
    }
    100% {
        -webkit-transform: translateX(140px) rotate(-18deg);
        transform: translateX(140px) rotate(-18deg);
    }
}

@keyframes cart {
    12.5% {
        -webkit-transform: translateX(-60px) rotate(-18deg);
        transform: translateX(-60px) rotate(-18deg);
    }
    25%, 45%, 55%, 75% {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    44%, 56% {
        -webkit-transform-origin: 12px 23px;
        transform-origin: 12px 23px;
    }
    45%, 55% {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    87.5% {
        -webkit-transform: translateX(70px) rotate(-18deg);
        transform: translateX(70px) rotate(-18deg);
    }
    100% {
        -webkit-transform: translateX(140px) rotate(-18deg);
        transform: translateX(140px) rotate(-18deg);
    }
}

.cart-wrap {
    display: grid;
    grid-template-columns: 753px 1fr;
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1199px) {
    .cart-wrap {
        grid-template-columns: 600px 1fr;
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .cart-wrap {
        grid-template-columns: 100%;
        gap: 30px;
    }
}

.cart-wrap .shopping-cart-card {
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    padding: 16px 37px;
}

@media (max-width: 767px) {
    .cart-wrap .shopping-cart-card {
        padding: 16px;
    }
}

.cart-wrap .shopping-cart-card .head {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.13);
}

.cart-wrap .shopping-cart-card .head h5 {
    font-size: 16px;
    font-weight: bold;
    color: #252122;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-wrap .shopping-cart-card .head h5 img {
    margin-left: 4px;
}

.cart-wrap .shopping-cart-card .head h5 span {
    padding-right: 2px;
    color: var(--first-color);
    margin-inline-start: 5px;
}

.cart-wrap .shopping-cart-card .head .selectAll {
    margin-top: 12px;
}

.cart-wrap .shopping-cart-card .head .selectAll .checkbox {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart-wrap .shopping-cart-card .head .selectAll .checkbox label {
    margin-bottom: 0;
}

.cart-wrap .shopping-cart-card .head .selectAll .checkbox label span {
    font-size: 12px;
    color: #252122;
}

.cart-wrap .shopping-cart-card .head .selectAll .checkbox .custom-checkbox {
    border: 1px solid rgba(112, 112, 112, 0.25);
    width: 16px;
    height: 16px;
}

.cart-wrap .shopping-cart-card .head .selectAll .checkbox .custom-checkbox .icon-check {
    width: 8px;
    height: 8px;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box {
    padding: 14px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.13);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box:last-child {
    border-bottom: 0;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .checkbox {
    -ms-flex-item-align: center;
    align-self: center;
}

@media (max-width: 767px) {
    .cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .checkbox {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .checkbox label {
    margin-bottom: 0;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .checkbox .custom-checkbox {
    border: 1px solid rgba(112, 112, 112, 0.25);
    width: 16px;
    height: 16px;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .checkbox .custom-checkbox .icon-check {
    width: 8px;
    height: 8px;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .img img {
    width: 116px;
    height: 110px;
}

@media (max-width: 767px) {
    .cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .img img {
        width: 50px;
        height: 50px;
    }
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info {
    margin-right: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .product-name .product-link {
    width: 90%;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .product-name .product-link a {
    color: #252122;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .product-name .product-link a {
        font-size: 13px;
    }
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .product-name .remove-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .properties {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .properties .property-box {
    border-radius: 20px;
    padding: 5px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;
    background-color: #F2F2F2;
    border: none;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .properties .property-box .arrow {
    margin-right: 8px;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .properties .property-box .size {
    color: #252122;
    font-size: 14px;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .properties .property-box .size span {
    padding-left: 3px;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .properties .property-box .color {
    margin-right: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .properties .property-box .color span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
}

@media (max-width: 767px) {
    .cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .properties .quantity {
        margin-top: 15px;
    }
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .properties .quantity .value-button {
    width: 25px !important;
    height: 25px !important;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .properties .quantity .value-button img {
    width: 11px;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .properties .quantity .quantity-input {
    font-size: 14px;
    font-weight: 600;
    width: 40px;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .price {
    margin-top: 15px;
}

.cart-wrap .shopping-cart-card .shopping-cart-boxs .shopping-cart-box .info .price span {
    font-size: 16px;
    font-weight: bold;
    color: #252122;
}

.order-summary {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
}

.order-summary .head {
    border-bottom: 1px solid rgba(112, 112, 112, 0.13);
    padding: 15px 21px;
}

.order-summary .head h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    color: #252122;
}

.order-summary .order-list {
    padding: 15px 20px;
}

.order-summary .order-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 20px;
    color: #252122;
    font-size: 15px;
}

.order-summary .order-list ul li:last-child {
    margin-bottom: 0;
}

.order-summary .order-list ul li label {
    margin-bottom: 0;
    font-weight: 600;
}

.order-summary .order-list ul li span {
    font-weight: bold;
}

.order-summary .order-list ul li span span {
    font-size: 11px;
}

.order-summary .total {
    padding: 10px 20px;
    border-top: 1px solid rgba(112, 112, 112, 0.13);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}

.order-summary .total label {
    color: #252122;
}

.order-summary .total p {
    color: var(--first-color);
}

.order-summary .total p span {
    font-size: 12px;
}

.order-summary .action {
    padding: 10px 20px;
    padding-bottom: 15px;
}

.order-summary .action .btn {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}

.order-summary .discount-coupon {
    padding: 0 20px 13px;
}

.order-summary .discount-coupon .checkbox {
    color: #252122;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.order-summary .discount-coupon .checkbox .custom-checkbox {
    border: 1px solid #252122;
    width: 16px;
    height: 16px;
}

.order-summary .discount-coupon .checkbox .custom-checkbox .icon-check {
    width: 8px;
    height: 8px;
}

.order-summary .coupon-box {
    position: relative;
    display: none;
}

.order-summary .coupon-box .coupon-discount-input {
    width: 100%;
    padding-left: 100px;
    height: 45px;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

.order-summary .coupon-box .coupon-discount-input::-webkit-input-placeholder {
    font-size: 14px;
    color: #B4B4B4;
}

.order-summary .coupon-box .coupon-discount-input::-moz-placeholder {
    font-size: 14px;
    color: #B4B4B4;
}

.order-summary .coupon-box .coupon-discount-input:-ms-input-placeholder {
    font-size: 14px;
    color: #B4B4B4;
}

.order-summary .coupon-box .coupon-discount-input::-ms-input-placeholder {
    font-size: 14px;
    color: #B4B4B4;
}

.order-summary .coupon-box .coupon-discount-input::placeholder {
    font-size: 14px;
    color: #B4B4B4;
}

.order-summary .coupon-box .btn {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    width: 71px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
}

@media (min-width: 576px) {
    .product-details-modal .modal-dialog {
        max-width: 1088px;
    }
}

.product-details-modal .modal-content {
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
}

.product-details-modal .close-modal {
    position: absolute;
    left: 20px;
    top: 16px;
    z-index: 2;
}

@media (max-width: 991px) {
    .product-details-modal .close-modal {
        top: 10px;
        left: 15px;
    }
}

.product-details-modal .close-modal .close {
    opacity: 1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-details-modal .product-det-row .info .top .product-name {
    margin-left: 50px;
}

.product-details-modal .product-det-row .info .product-action .update-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 991px) {
    .product-details-modal .product-det-row {
        margin-top: 30px;
    }
}

.no-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 100px;
}

.no-date p {
    font-size: 11px;
    color: #888888;
    margin-bottom: 19px;
    margin-top: 15px;
}

.no-date .no-data-btn {
    min-width: 149px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
}

.shipping-address-wrap {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 82px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1199px) {
    .shipping-address-wrap {
        grid-template-columns: 600px 1fr;
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .shipping-address-wrap {
        grid-template-columns: 100%;
        gap: 30px;
    }
}

.shipping-address-wrap .shipping-adress-inner .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(112, 112, 112, 0.13);
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.shipping-address-wrap .shipping-adress-inner .head h5 {
    font-size: 15px;
    color: #252122;
    font-weight: bold;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shipping-address-wrap .shipping-adress-inner .head h5 img {
    margin-left: 4px;
}

.shipping-address-wrap .shipping-adress-inner .head .btn {
    padding: 5px 10px;
    min-width: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    border-radius: 30px;
}

.shipping-address-wrap .shipping-adress-inner .head .btn span {
    font-size: 13px;
    font-weight: 600;
    padding-inline-start: 10px;
}

.shipping-address-wrap .shipping-adress-inner .shipping-adress {
    margin-bottom: 15px;
}

.shipping-address-wrap .shipping-adress-inner .payment-method {
    margin-bottom: 30px;
}

.shipping-address-wrap .shipping-adress-inner .payment-method .payment-method-list {
    display: none;
}

.shipping-address-wrap .shipping-adress-inner .payment-method .payment-method-list .radio {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shipping-address-wrap .shipping-adress-inner .payment-method .payment-method-list .payment-method-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shipping-address-wrap .shipping-adress-inner .payment-method .payment-method-list .payment-method-name .icon {
    min-width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
}

.shipping-address-wrap .shipping-adress-inner .payment-method .payment-method-list .payment-method-name span:nth-child(2) {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #252122;
}

.shipping-address-wrap .shipping-adress-inner .payment-method .payment-method-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shipping-address-wrap .shipping-adress-inner .payment-method .payment-method-current span {
    color: #252122;
    font-weight: 600;
    font-size: 14px;
    padding: 0 15px;
}

.shipping-address-wrap .shipping-adress-inner .payment-method .payment-method-current .change-payment {
    color: #004BCA;
    font-weight: 600;
    font-size: 14px;
}

.shipping-address-wrap .shipping-adress-inner .shipping-products {
    margin-bottom: 5px;
}

.shipping-address-wrap .shipping-adress-inner .shipping-products .shipping-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 115px);
    gap: 12px;
}

.shipping-address-wrap .shipping-adress-inner .shipping-products .shipping-products-grid .shipping-product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #F5F5F5;
}

.shipping-address-wrap .shipping-adress-inner .shipping-products .shipping-products-grid .shipping-product-box .img {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    position: relative;
}

.shipping-address-wrap .shipping-adress-inner .shipping-products .shipping-products-grid .shipping-product-box .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    object-fit: cover;
}

.shipping-address-wrap .shipping-adress-inner .shipping-products .shipping-products-grid .shipping-product-box .img .quantity {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    background: rgba(234, 234, 234, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    direction: ltr;
}

.shipping-address-wrap .shipping-adress-inner .shipping-products .shipping-products-grid .shipping-product-box .inner {
    padding: 10px 5px;
}

.shipping-address-wrap .shipping-adress-inner .shipping-products .shipping-products-grid .shipping-product-box .inner .product-name {
    font-size: 12px;
    font-weight: 600;
    color: #898888;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
}

.shipping-address-wrap .shipping-adress-inner .shipping-products .shipping-products-grid .shipping-product-box .inner .price {
    color: #252122;
    font-size: 12px;
    font-weight: bold;
}

.shipping-address-wrap .shipping-adress-inner .shipping-products .shipping-products-grid .shipping-product-box .inner .price .currency {
    font-size: 10px;
    margin-right: 2px;
}

.shipping-address-wrap .shipping-adress-inner .shipping-products .shipping-products-grid .shipping-product-box:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.shipping-address-wrap .shipping-adress-inner .add-shipping-adress-form {
    margin-bottom: 40px;
}

.shipping-address-wrap .shipping-adress-inner .add-shipping-adress-form .checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.shipping-address-wrap .shipping-adress-inner .add-shipping-adress-form .add-shipping-adress-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shipping-address-wrap .shipping-adress-inner .add-shipping-adress-form .add-shipping-adress-action .btn {
    min-width: 140px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
}

.shipping-adress-tabel .souq-table {
    margin-bottom: 0;
}

.shipping-adress-tabel .souq-table tbody tr td {
    padding: 10px;
}

.add-shipping-adress-form label {
    font-size: 14px;
    font-weight: 600;
    color: #252122;
    margin-bottom: 9px;
}

.souq-table {
    border: 1px solid #F5F5F5;
    border-radius: 2px;
}

.souq-table thead {
    background: #F9F9F9;
}

.souq-table thead tr th {
    font-size: 12px;
    font-weight: bold;
    color: #252122;
    border: none;
    padding: 10px 15px;
    vertical-align: middle;
    text-align: center;
}

.souq-table tbody tr td {
    padding: 15px;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

.souq-table tbody tr td p {
    font-size: 12px;
    font-weight: 600;
    color: #252122;
    text-align: center;
}

.souq-table tbody tr td .radio {
    margin-bottom: 0;
}

.souq-table tbody tr td .radio label {
    margin-bottom: 0;
}

.souq-table tbody tr td .show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.souq-table tbody tr td .show-more .show-more-link {
    color: #129CD0;
    font-size: 13px;
    font-weight: 600;
}

.souq-table tbody tr td .show-more .show-more-link:hover {
    color: var(--first-color);
}

.souq-table tbody tr td .product-tabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .souq-table tbody tr td .product-tabel {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 150px;
    }
}

.souq-table tbody tr td .product-tabel .img {
    width: 68px;
    height: 64px;
}

.souq-table tbody tr td .product-tabel .img img {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .souq-table tbody tr td .product-tabel .img {
        width: 50px;
        height: 50px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.souq-table tbody tr td .product-tabel .info {
    margin-right: 9px;
}

@media (max-width: 767px) {
    .souq-table tbody tr td .product-tabel .info {
        margin-right: 0;
    }
}

.souq-table tbody tr td .product-tabel .info .product-link {
    font-size: 10px;
    font-weight: 600;
    color: #252122;
}

.souq-table tbody tr td .product-tabel .info .properties {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 600;
    color: #252122;
    text-align: right;
}

.souq-table tbody tr:last-child td {
    border-bottom: 0;
}

table.dataTable {
    width: 100% !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    padding-left: 0;
    padding-right: 40px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    right: 5px;
    left: unset;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

table.dataTable > tbody > tr.child span.dtr-title {
    font-size: 13px;
}

.dtr-data {
    margin-top: 10px;
}

.myaccount-wrap {
    display: grid;
    grid-template-columns: 285px 1fr;
    gap: 30px;
    /* -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; */
}

@media (max-width: 991px) {
    .myaccount-wrap {
        grid-template-columns: 100%;
    }
}

.myaccount-wrap .myaccount-side {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    border-radius: 2px;
    position: relative;
}

.myaccount-wrap .myaccount-side aside .head-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
}

.myaccount-wrap .myaccount-side aside .head-top svg path {
    fill: var(--first-color);
}

.myaccount-wrap .myaccount-side aside .head-top .toggle-aside {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (max-width: 991px) {
    .myaccount-wrap .myaccount-side aside .head-top .toggle-aside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.myaccount-wrap .myaccount-side aside .head-top .toggle-aside .myaccount-aside-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.myaccount-wrap .myaccount-side aside .head-top .toggle-aside span {
    padding-right: 6px;
    font-size: 12px;
    font-weight: bold;
    color: var(--first-color);
}

.myaccount-wrap .myaccount-side aside .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.myaccount-wrap .myaccount-side aside .head h6 {
    font-size: 14px;
    font-weight: bold;
    color: var(--first-color);
    padding-right: 7px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .myaccount-wrap .myaccount-side aside ul {
        position: absolute;
        top: 56px;
        width: 100%;
        z-index: 2;
        background: #FFF;
        border: 1px solid #e5e5e5;
        padding: 15px 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: none;
    }

    .myaccount-wrap .myaccount-side aside ul.show {
        display: block;
    }
}

.myaccount-wrap .myaccount-side aside ul li {
    position: relative;
}

.myaccount-wrap .myaccount-side aside ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #252122;
    padding: 8px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
}

.myaccount-wrap .myaccount-side aside ul li a:hover {
    background: #F8F8F8;
}

.myaccount-wrap .myaccount-side aside ul li.active a {
    background: #F8F8F8;
}

.myaccount-wrap .myaccount-side aside ul li.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: var(--first-color);
}

.myaccount-wrap .myaccount-side aside ul li:last-of-type a {
    font-weight: bold;
}

.myaccount-wrap .myaccount-side aside ul .line, .myaccount-wrap .myaccount-side aside ul .header .header-wrap .header-top .header-top-inner .action .header-login, .header .header-wrap .header-top .header-top-inner .action .myaccount-wrap .myaccount-side aside ul .header-login, .myaccount-wrap .myaccount-side aside ul .header .header-wrap .header-top .header-top-inner .action .user-menu, .header .header-wrap .header-top .header-top-inner .action .myaccount-wrap .myaccount-side aside ul .user-menu, .myaccount-wrap .myaccount-side aside ul .header .header-wrap .header-top .header-top-inner .action .favorites, .header .header-wrap .header-top .header-top-inner .action .myaccount-wrap .myaccount-side aside ul .favorites {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(112, 112, 112, 0.1);
    width: 85%;
    margin: 10px auto;
}

.myaccount-wrap .myaccount-side aside ul:last-child {
    margin-bottom: 10px;
}

.myaccount-wrap .myaccount-card {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    border-radius: 2px;
    padding: 20px 34px;
}

@media (max-width: 575px) {
    .myaccount-wrap .myaccount-card {
        padding: 20px;
    }
}

.myaccount-wrap .myaccount-card .profile-card {
    padding: 15px 78px;
}

@media (max-width: 1199px) {
    .myaccount-wrap .myaccount-card .profile-card {
        padding: 35px;
    }
}

@media (max-width: 575px) {
    .myaccount-wrap .myaccount-card .profile-card {
        padding: 20px;
    }
}

.myaccount-wrap .myaccount-card .profile-card label {
    font-size: 14px;
    font-weight: 600;
    color: #7B7B7B;
    margin-bottom: 6px;
}

.myaccount-wrap .myaccount-card .profile-card .custom-input {
    font-size: 12px;
    font-weight: 600;
    height: 45px;
}

.myaccount-wrap .myaccount-card .btn-action {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .myaccount-wrap .myaccount-card .btn-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.myaccount-wrap .myaccount-card .myaddresses-wrap .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.myaccount-wrap .myaccount-card .myaddresses-wrap .action .edit-btn img {
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10);
}

.myaccount-wrap .myaccount-card .myaccount-nav {
    margin-bottom: 20px;
}

.myaccount-wrap .myaccount-card .myaccount-nav .nav-item {
    margin-left: 15px;
}

.myaccount-wrap .myaccount-card .myaccount-nav .nav-item:last-child {
    margin-left: 0;
}

.myaccount-wrap .myaccount-card .myaccount-nav .nav-item .nav-link {
    color: #888888;
    font-size: 14px;
    padding: 5px;
}

.myaccount-wrap .myaccount-card .myaccount-nav .nav-item .nav-link.active {
    color: var(--first-color);
    font-weight: 600;
    background: transparent;
    position: relative;
}

.myaccount-wrap .myaccount-card .myaccount-nav .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--first-color);
    height: 2px;
    width: 100%;
}

@media (max-width: 991px) {
    .myaccount-wrap .myaccount-card .myaccount-nav {
        display: none;
    }
}

.myaccount-wrap .myaccount-card .myaccount-nav-select {
    display: none;
    margin-bottom: 15px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
}

@media (max-width: 991px) {
    .myaccount-wrap .myaccount-card .myaccount-nav-select {
        display: block;
    }
}

.myaccount-wrap .myaccount-card .orders-table {
    font-size: 14px;
    color: #252122;
    text-align: center;
}

.myaccount-wrap .myaccount-card .orders-table .order-img {
    width: 49px;
    height: 52px;
    margin: auto;
}

.myaccount-wrap .myaccount-card .orders-table .order-img img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myaccount-wrap .myaccount-card .orders-table .orders-details-action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.myaccount-wrap .myaccount-card .orders-table .orders-details-action .order-details {
    border-radius: 3px;
    font-size: 12px;
    min-height: 30px;
    padding: 5px 15px;
    border: 1px solid rgba(112, 112, 112, 0.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.3s;
}

.myaccount-wrap .myaccount-card .orders-table .orders-details-action .order-details:hover {
    background: var(--first-color);
    color: #FFF;
}

.myaccount-wrap .myaccount-card .order-details-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.myaccount-wrap .myaccount-card .order-details-head h5 {
    font-size: 14px;
    font-weight: bold;
    color: #252122;
    margin-bottom: 0;
}

.myaccount-wrap .myaccount-card .order-details-head a {
    display: block;
}

.myaccount-wrap .myaccount-card .order-details-info {
    margin-top: 20px;
    padding: 20px 24px;
    border: 1px solid #F5F5F5;
    border-radius: 2px;
    min-height: 133px;
}

.myaccount-wrap .myaccount-card .order-details-info .group {
    font-size: 12px;
    font-weight: 600;
    color: #252122;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.myaccount-wrap .myaccount-card .order-details-info .group label {
    margin-bottom: 0;
    min-width: 60px;
}

.myaccount-wrap .myaccount-card .order-details-info .group p {
    padding-right: 8px;
}

.myaccount-wrap .myaccount-card .order-details-info .group p.status {
    color: var(--first-color);
}

.myaccount-wrap .myaccount-card .order-details-info .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-width: 115px;
}

.myaccount-wrap .myaccount-card .order-details-info .action .btn {
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
}

.myaccount-wrap .myaccount-card .order-details-info.shipping-address h5 {
    font-size: 14px;
    font-weight: bold;
    color: #252122;
    margin-bottom: 15px;
}

.myaccount-wrap .myaccount-card .order-details-info.shipping-address p {
    font-size: 12px;
    font-weight: 600;
    color: #252122;
}

.myaccount-wrap .myaccount-card .order-details-info.shipping-address .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.myaccount-wrap .myaccount-card .order-details-info.shipping-address .phone {
    margin-right: 15px;
}

.myaccount-wrap .myaccount-card .order-details-info.shipping-address address {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #252122;
    margin-top: 10px;
}

.myaccount-wrap .myaccount-card .order-details-table {
    margin-top: 30px;
}

.myaccount-wrap .myaccount-card .summary {
    width: 327px;
    margin-right: auto;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .myaccount-wrap .myaccount-card .summary {
        width: 100%;
    }
}

.myaccount-wrap .myaccount-card .summary ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.myaccount-wrap .myaccount-card .summary ul li label {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
}

.myaccount-wrap .myaccount-card .summary ul li p {
    font-size: 14px;
    font-weight: bold;
}

.myaccount-wrap .myaccount-card .summary ul li p span {
    font-size: 11px;
}

.myaccount-wrap .myaccount-card .summary ul li.total {
    border-top: 1px solid rgba(112, 112, 112, 0.13);
    padding-top: 10px;
}

.myaccount-wrap .myaccount-card .summary ul li.total p {
    color: var(--first-color);
    font-weight: bold;
    font-size: 16px;
}

.myaccount-wrap .myaccount-card .favorite-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}

@media (max-width: 575px) {
    .myaccount-wrap .myaccount-card .favorite-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.myaccount-wrap .myaccount-card .favorite-head h5 {
    font-size: 14px;
    font-weight: bold;
    color: #252122;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .myaccount-wrap .myaccount-card .favorite-head h5 {
        margin-bottom: 10px;
    }
}

.myaccount-wrap .myaccount-card .favorite-head .head-sort .sort-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.myaccount-wrap .myaccount-card .favorite-head .head-sort .sort-form label {
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
}

.myaccount-wrap .myaccount-card .favorite-head .head-sort .sort-form .form-control {
    min-width: 105px;
    margin-right: 7px;
    height: 28px;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    background: url(../img/sort-select.svg) no-repeat left 0.5rem center/10px 5px #FFF !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 26px;
}

.myaccount-wrap .myaccount-card .favorite-list .checkbox {
    margin-bottom: 0;
}

.myaccount-wrap .myaccount-card .favorite-list .checkbox label {
    margin-bottom: 0;
}

.myaccount-wrap .myaccount-card .favorite-list .checkbox input[type="checkbox"]:checked + .custom-checkbox {
    border-color: var(--first-color);
}

.myaccount-wrap .myaccount-card .favorite-list .checkbox .custom-checkbox {
    border: 1px solid #E7E7E7;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.myaccount-wrap .myaccount-card .favorite-list .checkbox .custom-checkbox .icon-check {
    width: 6px;
    height: 6px;
}

.myaccount-wrap .myaccount-card .favorite-list .head {
    background: #F8F8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 5px;
}

.myaccount-wrap .myaccount-card .favorite-list .head .checkbox label span {
    font-size: 12px;
    font-weight: 600;
    color: #252122;
}

.myaccount-wrap .myaccount-card .favorite-list .favorite-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid rgba(112, 112, 112, 0.13);
    margin: 12px 0;
    padding: 10px 15px;
}

@media (max-width: 767px) {
    .myaccount-wrap .myaccount-card .favorite-list .favorite-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

/*.myaccount-wrap .myaccount-card .favorite-list .favorite-box:first-child {*/
/*    margin-top: 0;*/
/*}*/

.myaccount-wrap .myaccount-card .favorite-list .favorite-box .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .myaccount-wrap .myaccount-card .favorite-list .favorite-box .desc {
        margin-bottom: 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.myaccount-wrap .myaccount-card .favorite-list .favorite-box .desc .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .myaccount-wrap .myaccount-card .favorite-list .favorite-box .desc .product {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.myaccount-wrap .myaccount-card .favorite-list .favorite-box .desc .product .img {
    width: 68px;
    height: 68px;
}

@media (max-width: 767px) {
    .myaccount-wrap .myaccount-card .favorite-list .favorite-box .desc .product .img {
        width: 50px;
        height: 50px;
    }
}

.myaccount-wrap .myaccount-card .favorite-list .favorite-box .desc .product .img img {
    width: 100%;
    height: 100%;
}

.myaccount-wrap .myaccount-card .favorite-list .favorite-box .desc .product .info {
    margin-right: 11px;
    width: 90%;
}

.myaccount-wrap .myaccount-card .favorite-list .favorite-box .desc .product .info .product-link {
    font-size: 14px;
    font-weight: 600;
    color: #252122;
}

.myaccount-wrap .myaccount-card .favorite-list .favorite-box .desc .product .info .price {
    font-size: 16px;
    font-weight: bold;
    color: #252122;
}

@media (max-width: 767px) {
    .myaccount-wrap .myaccount-card .favorite-list .favorite-box .desc .product .info .price {
        font-size: 14px;
        margin-top: 15px;
    }
}

.myaccount-wrap .myaccount-card .favorite-list .favorite-box .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .myaccount-wrap .myaccount-card .favorite-list .favorite-box .action {
        margin-right: auto;
    }
}

.myaccount-wrap .myaccount-card .favorite-list .favorite-box .action .btn {
    margin-left: 12px;
}

.myaccount-wrap .myaccount-card .favorite-list .favorite-box .action .btn:last-child {
    margin-left: 0;
}

.myaccount-wrap .myaccount-card .myaddresses-wrap .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}

@media (max-width: 575px) {
    .myaccount-wrap .myaccount-card .myaddresses-wrap .head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.myaccount-wrap .myaccount-card .myaddresses-wrap .head .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .myaccount-wrap .myaccount-card .myaddresses-wrap .head .name {
        margin-bottom: 10px;
    }
}

.myaccount-wrap .myaccount-card .myaddresses-wrap .head .name h5 {
    font-size: 14px;
    font-weight: 600;
    color: #252122;
    margin-bottom: 0;
    padding-right: 11px;
}

.myaccount-wrap .myaccount-card .myaddresses-wrap .head .btn {
    min-width: 128px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
}

.myaccount-wrap .myaccount-card .myaddresses-wrap .head .btn span {
    font-size: 14px;
    font-weight: 600;
    padding-right: 8px;
}

.myaccount-wrap .myaccount-card .myaddresses-wrap .no-date {
    padding: 50px 0;
}

.myaccount-wrap .myaccount-card .ch-password-wrap h5 {
    font-size: 16px;
    font-weight: bold;
    color: var(--first-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.myaccount-wrap .myaccount-card .ch-password-wrap .ch-password-form {
    margin-top: 21px;
    padding: 0 109px 25px;
}

@media (max-width: 1199px) {
    .myaccount-wrap .myaccount-card .ch-password-wrap .ch-password-form {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .myaccount-wrap .myaccount-card .ch-password-wrap .ch-password-form {
        padding: 0;
        padding-bottom: 25px;
    }
}

.myaccount-wrap .myaccount-card .ch-password-wrap .ch-password-form .form-group {
    margin-bottom: 16px;
}

.myaccount-wrap .myaccount-card .ch-password-wrap .ch-password-form .form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #7B7B7B;
    margin-bottom: 6px;
}

.myaccount-wrap .myaccount-card .notification-wrap .no-date {
    padding: 50px 0 !important;
}

.myaccount-wrap .myaccount-card .notification-box {
    padding: 16px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #EEF0F1;
    border-radius: 8px;
    position: relative;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .myaccount-wrap .myaccount-card .notification-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.myaccount-wrap .myaccount-card .notification-box .img {
    padding-left: 22px;
    border-left: 1px solid #EEF0F1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .myaccount-wrap .myaccount-card .notification-box .img {
        display: none;
    }
}

.myaccount-wrap .myaccount-card .notification-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 23.5px;
    padding-left: 50px;
}

@media (max-width: 767px) {
    .myaccount-wrap .myaccount-card .notification-box .inner {
        margin-right: 0;
        margin-top: 15px;
        padding-left: 0;
    }
}

.myaccount-wrap .myaccount-card .notification-box .inner p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 9px;
}

.myaccount-wrap .myaccount-card .notification-box .inner span {
    font-size: 12px;
    font-weight: 300;
}

.myaccount-wrap .myaccount-card .notification-box .remove-noti {
    position: absolute;
    left: 13px;
    top: 5px;
}

.myaccount-wrap .myaccount-card .notification-box .date {
    position: absolute;
    left: 12px;
    bottom: 9px;
}

@media (max-width: 767px) {
    .myaccount-wrap .myaccount-card .notification-box .date {
        position: unset;
        margin-top: 10px;
        margin-right: auto;
    }
}

.myaccount-wrap .myaccount-card .notification-box .date p {
    font-size: 10px;
    font-weight: 500;
    color: #626465;
}

.custom-page .head {
    background: #F8F8F8;
    padding: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-page .head h5 {
    font-size: 18px;
    font-weight: 600;
    color: #252122;
}

.custom-page .custom-page-inner {
    padding-top: 30px;
    padding-bottom: 50px;
}

.custom-page .custom-page-inner p {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 30px;
    margin-bottom: 9px;
}

.custom-page .custom-page-inner h4 {
    font-size: 14px;
    font-weight: bold;
    color: var(--first-color);
    margin-top: 20px;
}

.faq-page {
    margin-top: 28px;
}

.faq-page .faq-head {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 135px;
    padding: 16px 36px;
    margin-bottom: 28px;
}

@media (max-width: 1199px) {
    .faq-page .faq-head {
        gap: 50px;
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .faq-page .faq-head {
        padding: 30px 16px;
    }
}

.faq-page .faq-head .faq-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.faq-page .faq-head .faq-form p {
    font-size: 16px;
    font-weight: bold;
    color: #2C2C2C;
    margin-bottom: 20px;
}

.faq-page .faq-head .faq-form .faq-select {
    position: relative;
}

.faq-page .faq-head .faq-form .faq-select .select2-container {
    width: 100% !important;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border: none !important;
}

@media (max-width: 575px) {
    .faq-page .faq-head .faq-form .faq-select .select2-container {
        height: auto !important;
        padding: 6px !important;
    }
}

.faq-page .faq-head .faq-form .faq-select .select2-selection__rendered {
    padding-right: 50px;
    font-size: 14px;
    line-height: 43px !important;
    font-weight: 500 !important;
    white-space: unset !important;
}

@media (max-width: 575px) {
    .faq-page .faq-head .faq-form .faq-select .select2-selection__rendered {
        line-height: 33px !important;
    }
}

.faq-page .faq-head .faq-form .faq-select .select2-selection__arrow:before {
    display: none;
}

.faq-page .faq-head .faq-form .faq-select .search-icon {
    position: absolute;
    left: 20px;
    top: 14px;
    z-index: 2;
}

.faq-page .faq-head .faq-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .faq-page .faq-head .faq-img {
        display: none;
    }
}

.faq-page .faq-inner {
    display: grid;
    grid-template-columns: 275px 1fr;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 991px) {
    .faq-page .faq-inner {
        grid-template-columns: 100%;
    }
}

.faq-page .faq-inner .faq-nav {
    padding: 31px 21px;
    border-left: 1px solid rgba(112, 112, 112, 0.13);
}

@media (max-width: 991px) {
    .faq-page .faq-inner .faq-nav {
        border: none;
    }
}

.faq-page .faq-inner .faq-nav .faq-nav-head {
    margin-bottom: 23px;
}

.faq-page .faq-inner .faq-nav .faq-nav-head h4 {
    margin-bottom: 0;
    font-size: 16px;
    color: #2C2C2C;
    font-weight: 600;
}

.faq-page .faq-inner .faq-nav .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0 !important;
}

.faq-page .faq-inner .faq-nav .nav-pills .nav-item {
    margin-bottom: 15px;
    width: 100%;
}

.faq-page .faq-inner .faq-nav .nav-pills .nav-item:last-child {
    margin-bottom: 0;
}

.faq-page .faq-inner .faq-nav .nav-pills .nav-item .nav-link {
    font-size: 14px;
    color: #747474;
    border-radius: 4px;
}

.faq-page .faq-inner .faq-nav .nav-pills .nav-item .nav-link.active {
    background: #F8F8F8;
    -webkit-box-shadow: 0 3px 6px rgba(72, 168, 166, 0.15);
    box-shadow: 0 3px 6px rgba(72, 168, 166, 0.15);
    color: var(--first-color);
}

.faq-page .faq-inner .faq-nav .nav-pills .nav-item .nav-link:hover {
    color: var(--first-color);
}

.faq-page .faq-inner .faq-accordion {
    padding: 31px 21px;
}

.faq-page .faq-inner .faq-accordion .faq-accordion-head {
    margin-bottom: 23px;
}

.faq-page .faq-inner .faq-accordion .faq-accordion-head h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #2C2C2C;
    font-weight: bold;
}

.faq-page .faq-inner .faq-accordion .tab-content .tab-pane .card {
    border: none;
    border-radius: 0;
    margin-bottom: 24px;
}

.faq-page .faq-inner .faq-accordion .tab-content .tab-pane .card .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

.faq-page .faq-inner .faq-accordion .tab-content .tab-pane .card .card-header .card-head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.faq-page .faq-inner .faq-accordion .tab-content .tab-pane .card .card-header .card-head .card-toggle {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: rgba(180, 180, 180, 0.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.faq-page .faq-inner .faq-accordion .tab-content .tab-pane .card .card-header .card-head .card-toggle span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #B4B4B4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.faq-page .faq-inner .faq-accordion .tab-content .tab-pane .card .card-header .card-head .card-toggle span:nth-child(1) {
    width: 10px;
    height: 2px;
}

.faq-page .faq-inner .faq-accordion .tab-content .tab-pane .card .card-header .card-head .card-toggle span:nth-child(2) {
    width: 2px;
    height: 10px;
    display: none;
}

.faq-page .faq-inner .faq-accordion .tab-content .tab-pane .card .card-header .card-head p {
    margin-right: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #2C2C2C;
}

.faq-page .faq-inner .faq-accordion .tab-content .tab-pane .card .card-header .card-head.collapsed .card-toggle span:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-page .faq-inner .faq-accordion .tab-content .tab-pane .card .card-body {
    color: #5C5C5C;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
}

.page-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    min-height: calc(100vh - 60px);
}

@media (max-width: 1199px) {
    .page-404 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.page-404 .right {
    text-align: center;
}

@media (max-width: 1199px) {
    .page-404 .right {
        margin-bottom: 100px;
    }
}

.page-404 .right h1 {
    font-size: 171px;
    font-weight: bold;
    color: var(--first-color);
}

@media (max-width: 575px) {
    .page-404 .right h1 {
        font-size: 120px;
    }
}

.page-404 .right p {
    font-size: 20px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 12px;
}

@media (max-width: 575px) {
    .page-404 .right p {
        font-size: 20px;
    }
}

.page-404 .right .return-home {
    font-size: 16px;
    font-weight: 600;
    color: var(--first-color);
}

@media (max-width: 1199px) {
    .page-404 .left img {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .page-404 .left img {
        width: 220px;
    }
}

.toast {
    padding: 0 !important;
}

#toast-container > div {
    opacity: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#toast-container > .toast {
    min-width: 250px;
    overflow: hidden;
    font-size: 14px;
}

.toast-message {
    margin-right: 45px;
    padding: 15px;
}

#toast-container {
    right: 12px !important;
    bottom: 12px !important;
    top: unset !important;
}

.download-app-sec {
    padding: 20px 0;
    background: #2F2F2F;
    margin-top: 43px;
}

.download-app-sec .download-app-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 64px;
}

@media (max-width: 1199px) {
    .download-app-sec .download-app-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
    }
}

.download-app-sec .download-app-wrap p {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .download-app-sec .download-app-wrap p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .download-app-sec .download-app-wrap p {
        font-size: 14px;
    }
}

.download-app-sec .download-app-wrap p span {
    color: #B9BCFF;
    text-transform: uppercase;
    margin: 0 5px;
}

@media (max-width: 1199px) {
    .download-app-sec .download-app-wrap .app-links {
        margin-top: 15px;
    }
}

.download-app-sec .download-app-wrap .app-links .app-link {
    margin-left: 15.2px;
}

.download-app-sec .download-app-wrap .app-links .app-link:last-child {
    margin-left: 0;
}

@media (max-width: 767px) {
    .download-app-sec .download-app-wrap .app-links .app-link img {
        width: 100px;
    }
}

.footer {
    background: #FAFAFA;
    padding: 0 40px;
}

@media (max-width: 1199px) {
    .footer {
        padding-bottom: 67px !important;
    }
}

@media (max-width: 991px) {
    .footer {
        padding: 0;
    }
}

.footer .footer-top {
    padding: 28px 0;
}



@media (max-width: 991px) {
    .footer .site-info {
        margin-bottom: 20px;
        text-align: center;
    }
}

.footer .site-info .logo {
    margin-bottom: 7px;
}

.footer .site-info .info {
    margin-top: 7px;
    margin-bottom: 19px;
}

.footer .site-info .info p {
    color: #252122;
    font-size: 12px;
    line-height: 23px;
    width: 80%;
}

@media (max-width: 991px) {
    .footer .site-info .info p {
        width: 100%;
    }
}

.footer .site-info .social-media-list {
    margin-top: 19px;
}

@media (max-width: 991px) {
    .footer .site-info .social-media-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer .site-info .social-media-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .site-info .social-media-list ul li {
    margin-left: 12px;
}

.footer .site-info .social-media-list ul li:last-child {
    margin-left: 0;
}

.footer .site-info .social-media-list ul li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .site-info .social-media-list ul li a svg {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer .site-info .social-media-list ul li a:hover {
    background: #1CB3D5;
}

.footer .site-info .social-media-list ul li a:hover svg path {
    fill: #FFF;
}

.footer .footer-col {
    margin-top: calc(43px - 28px);
}

@media (max-width: 991px) {
    .footer .footer-col {
        margin-bottom: 20px;
    }
}

.footer .footer-col h5 {
    font-size: 16px;
    font-weight: bold;
    color: #252122;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .footer .footer-col h5 {
        font-size: 14px;
    }
}

.footer .footer-col ul li {
    margin-bottom: 20px;
}

.footer .footer-col ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-col ul li a {
    color: #252122;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.footer .footer-col ul li a:hover {
    color: var(--first-color);
}

.footer .copyright {
    padding: 30px 0;
    border-top: 1px solid rgba(112, 112, 112, 0.15);
}

@media (max-width: 767px) {
    .footer .copyright {
        padding: 15px 0;
    }
}

.footer .copyright .copyright-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer .copyright .copyright-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer .copyright .copyright-inner p {
    font-size: 14px;
    color: #252122;
}

.footer .copyright .copyright-inner p:nth-child(2) {
    text-align: center;
}

@media (max-width: 767px) {
    .footer .copyright .copyright-inner p {
        margin-bottom: 15px;
    }
}

.footer .copyright .copyright-inner .payment-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .copyright .copyright-inner .payment-img img {
    margin-left: 26px;
}

.footer .copyright .copyright-inner .payment-img img:last-child {
    margin-left: 0;
}

.category-products .show-more {
    font-size: 14px !important;
    min-width: 120px;
    height: 40px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

}

.container.container-full{
    padding-right: 0px;
    padding-left: 0px;
}

@media (min-width: 1920px) {
    .container {
        max-width: 1440px;
    }
}

#search_header_list {
    background: #fff;
    padding: 17px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 100%;
    z-index: 22;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

#search_header_list .products_list {
    max-height: 250px;
    overflow: auto;
    padding-left: 15px;
}


#search_header_list .products_list li a {
    display: flex;
    align-items: center;
    padding: 8px;
}

#search_header_list .products_list li a:hover {
    background: #fbfbfb;
}

#search_header_list .products_list li a img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

#search_header_list .products_list li a span {
    padding-right: 10px;
    font-size: 14px;
}

#search_header_list .no-data {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

#search_header_list .loader {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

/* search_header_mobile */
#search_header_mobile_list {
    background: #fff;
    padding: 17px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 100%;
    z-index: 22;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

#search_header_mobile_list .products_list {
    max-height: 250px;
    overflow: auto;
    padding-left: 8px;
}


#search_header_mobile_list .products_list li a {
    display: flex;
    align-items: flex-start;
    padding: 8px;
}

#search_header_mobile_list .products_list li a:hover {
    background: #fbfbfb;
}

#search_header_mobile_list .products_list li a img {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

#search_header_mobile_list .products_list li a span {
    padding-right: 10px;
    font-size: 12px;
}

#search_header_mobile_list .no-data {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

#search_header_mobile_list .loader {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.category-banner-three a img {
    width: 100%;
}

.category-banner-two a img {
    width: 100%;
}

.product-box .inner .foot .discount {
    color: var(--first-color);
    font-size: 10px;
    font-weight: 600;
    margin-inline-start: 6px;
}

#error-msg {
    color: #F00;
    font-size: 12px;
}

/* loader */

@-webkit-keyframes scaling-dots {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40%, 60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaling-dots {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40%, 60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.loader-dots {
    display: none;
    place-content: center;
    height: 10px;
    grid-gap: 5px;
    grid-template-columns: repeat(5, 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}
.loader-dots.show {
    display: grid;
}

.loader-dots div {
    -webkit-animation: scaling-dots 1s infinite ease backwards;
    animation: scaling-dots 1s infinite ease backwards;
    background: var(--first-color);
    border-radius: 100%;
    height: 10px;
    width: 10px;
}

.loader-dots div:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.loader-dots div:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loader-dots div:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loader-dots div:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.loader-dots div:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@media (max-width: 757px) {
    .breadcrumb-product-det {
        display: none;
    }
}

.payment-form-wrap {
    position: relative;
}

/*newsletter*/

.newsletter {
    position: relative;
    width: 100%;
    height: 42px;
    border-radius: 20px;
    background: #FFF;
    border-color: #F2F2F2;
    overflow: hidden;
}

.newsletter .form-control {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.newsletter .btn-primary {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: absolute;
    left: 5px;
    top: 4px;
}

.profile-box .form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #7B7B7B;
    margin-bottom: 6px;
}

.profile-box .btn-primary {
    padding: 5px 10px;
    min-width: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-radius: 30px;
    font-size: 14px;
}

.banner-top-mobile {
    display: none;
}

.category-boxs .category-boxs-mobile {
    display: none;
}

.banner-mobile-app {
    display: none
}

@media (max-width: 575px) {
    .baner-top {
        display: none;
    }

    .banner-top-mobile {
        display: block;
    }

    .banner-top-mobile img {
        width: 100%;
    }

    .home-main-sec .home-main-sec-slider .swiper-slide .img {
        height: 140px;
    }

    .home-main-sec .home-main-sec-slider .swiper-button-next,
    .home-main-sec .home-main-sec-slider .swiper-button-prev {
        display: none;
    }

    .category-boxs .category-boxs-wrap {
        display: none;
    }

    .category-boxs .category-boxs-mobile {
        display: block;
    }

    .category-boxs .category-box .img {
        width: 50px;
        height: 50px;
    }

    .category-boxs .category-boxs-mobile .category-box-col .category-box {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .category-boxs .category-boxs-mobile .category-box-col .category-box:last-child {
        margin-bottom: 0;
    }

    .category-boxs .category-box span {
        font-size: 12px;
    }

    .category-boxs .container {
        padding-left: 0;
    }

    .home-main-sec {
        margin-bottom: 20px !important;
    }

    .category-boxs .scrollbar-inner {
        margin-top: 15px;
    }

    .sec-banner-one {
        margin-top: 15px;
    }

    .sec-banner-one .wrap {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .sec-banner-one .wrap div:last-child {
        display: none;
    }

    .banner-mobile-app {
        height: 55px;
        background: url("../img/banner-mobile-top-bg.png") no-repeat;
        background-size: cover;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 5px 20px;
    }

    .banner-mobile-app .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .banner-mobile-app .wrap .logo {
        margin-right: 11.6px;
    }

    .banner-mobile-app .wrap .text {
        margin-right: 21px;
        line-height: 1.2;
    }

    .banner-mobile-app .wrap .text p {
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
    }

    .banner-mobile-app .wrap .text span {
        color: #DCDCDC;
        font-size: 12px;
    }

    .banner-mobile-app .btn-app {
        min-width: 61px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--first-color);
        border-radius: 15px;
        font-size: 12px;
        color: #FFF;
        padding: 0 !important;
        font-weight: 600;

    }

}

.shipping-company {
    margin-bottom: 45px;
}

.shipping-company .shipping-companies-boxs {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    gap: 20.2px;
}

.shipping-company .shipping-companies-boxs .shipping-company-box {
    width: 127.8px;
    height: 127.8px;
    background: #FFF;
    box-shadow: 0 0 6px rgba(124,124,124, 0.16);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 10px 14px;
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    overflow: hidden;
}

.shipping-company .shipping-companies-boxs .shipping-company-box .img {
    height: 60px;
    width:  60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shipping-company .shipping-companies-boxs .shipping-company-box.active {
    border-color: var(--first-color);
}

.shipping-company .shipping-companies-boxs .shipping-company-box p {
    color: #252122;
    font-size: 11px;
    font-weight: 600;
    margin-top: 13.8px;
    text-align: center;
}

.shipping-company .shipping-companies-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shipping-company .shipping-companies-info > div {
    display: flex;
    align-items: center;
    color: #333333;
}

.shipping-company .shipping-companies-info > div svg parh {
    fill: var(--main-color);
}

.shipping-company .shipping-companies-info > div p {
    font-weight: bold;
    font-size: 14px;
    margin-inline-start: 5px;

}
.shipping-company .shipping-companies-info > div span {
    font-weight: normal;
    font-size: 14px;
    margin-inline-start: 5px;
}

@media (max-width: 767px) {
    .shipping-company {
        margin-bottom: 20px;
    }

    .shipping-company .shipping-companies-boxs {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .shipping-company .shipping-companies-info {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .shipping-company .shipping-companies-info > div {
        margin-bottom: 15px;
    }
}


.contact-supplier-box {
    border: 1px solid #F4F4F4;
    border-radius: 12px;
    padding: 24px 12px;
    align-self: flex-start;
}

.contact-supplier-box .supplier-name {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
}

.contact-supplier-box .supplier-name img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.contact-supplier-box .supplier-name span {
    font-size: 14px;
    font-weight: 500;
    color: #232F3E;
}

.contact-supplier-box .btn-primary {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    min-width: 140px;
    height: 35px;
}

.message-box .message-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
    padding: 17px;
}

.message-box .message-header span {
    padding-inline-start: 11px;
    font-weight: bold;
    font-size: 15px;
}

.message-box .message-inner .message-no-data {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 80px 0;
}

.message-box .message-inner .message-no-data h5 {
    font-size: 14px;
    font-weight: 500;
    color: rgba(161, 161, 161, 0.66);
    margin-top: 12.8px;
}

/* messages-wrap */

.message-box .messages-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 17px;
    min-height: 583px;
}

@media (max-width: 1199px) {
    .message-box .messages-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.message-box .messages-wrap .messages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 253px;
    border-left: 1px solid rgba(112, 112, 112, 0.1);
    min-height: 467px;
    flex-shrink: 0;
}

@media (max-width: 1199px) {
    .message-box .messages-wrap .messages-list {
        width: 100%;
        min-height: 250px;
    }
}

.message-box .messages-wrap .messages-list .messages-search {
    height: 35px;
    width: 90%;
    position: relative;
    margin: 0 auto 18px;
}

.message-box .messages-wrap .messages-list .messages-search input {
    width: 100%;
    height: 100%;
    background: rgba(233, 236, 239, 0.43);
    border: 0;
    border-radius: 20px;
    box-shadow: none;
    font-size: 13px;
    padding: 5px 15px 5px 50px;
}

.message-box .messages-wrap .messages-list .messages-search .btn {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 50%;
}

.message-box .messages-wrap .messages-list .message-ul {
    width: 90%;
    margin: 0 auto;
    max-height: 400px;
    overflow-y: auto;
}

.message-box .messages-wrap .messages-list .message-ul::-webkit-scrollbar-thumb {
    background: #e2e2e2;
}

.message-box .messages-wrap .messages-list .message-ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

@media (max-width: 1199px) {
    .message-box .messages-wrap .messages-list .message-ul {
        max-height: 250px;
    }
}

.message-box .messages-wrap .messages-list .message-ul .message-item.active {
    background: #F7F8F9;
}

.message-box .messages-wrap .messages-list .message-ul .message-item .message-link {
    padding: 10px 20px 12px 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #EEF0F1;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.message-box .messages-wrap .messages-list .message-ul .message-item .message-link:hover {
    background: #F7F8F9;
}

.message-box .messages-wrap .messages-list .message-ul .message-item .message-link .message-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.message-box .messages-wrap .messages-list .message-ul .message-item .message-link .message-img img {
    width: 100%;
    height: 100%;
}

.message-box .messages-wrap .messages-list .message-ul .message-item .message-link .message-content {
    padding-right: 10px;
}

.message-box .messages-wrap .messages-list .message-ul .message-item .message-link .message-content p {
    font-size: 13px;
    font-weight: bold;
    color: #030F17;
}

/* chat-inner */

.message-box .messages-wrap .chat-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

@media (max-width: 1199px) {
    .message-box .messages-wrap .chat-inner {
        padding-top: 30px;
    }
}

.message-box .messages-wrap .chat-inner .chat-messages-box {
    padding: 20.5px;
}


.message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 450px;
    overflow: auto;
    padding-left: 15px;
}

.message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner::-webkit-scrollbar-thumb {
    background: #e2e2e2;
}

.message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

@media (max-width: 767px) {
    .message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner {
        height: 300px;
    }
}

.message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner .chat-message {
    padding: 12px 20px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    border-radius: 30px;
    max-width: 50%;
}

@media (max-width: 575px) {
    .message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner .chat-message {
        max-width: 100%;
    }
}

.message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner .chat-message p {
    font-size: 12px;
    font-weight: 400;
    color: #030F17;
    margin-bottom: 4px;
}

@media (max-width: 575px) {
    .message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner .chat-message p {
        font-size: 11px;
    }
}

.message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner .chat-message .chat-message-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner .chat-message .chat-message-foot .time {
    color: #A0A0A0;
    font-size: 10px;
    padding-right: 4.6px;
}

.message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner .chat-message .chat-message-foot .time span {
    padding-left: 2px;
}

.message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner .chat-message .chat-message-foot .check.delivered svg path {
    fill: #1982C3 !important;
}

.message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner .chat-message.client {
    background: #EEF0F1;
    float: right;
}

.message-box .messages-wrap .chat-inner .chat-messages-box .messages-inner .chat-message.owner {
    background: #DCF2FF;
    float: left;
    margin-right: auto;
}

.message-box .messages-wrap .chat-inner .chat-messages-box .chat-message-form {
    padding: 17px 0;
}

.message-box .messages-wrap .chat-inner .chat-messages-box .chat-message-form form {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.message-box .messages-wrap .chat-inner .chat-messages-box .chat-message-form .chat-message-inner {
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: #FFFFFF;
}

.message-box .messages-wrap .chat-inner .chat-messages-box .chat-message-form .chat-message-inner .form-control {
    resize: none;
    height: 100%;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
}

.message-box .messages-wrap .chat-inner .chat-messages-box .chat-message-form .chat-message-submit .submit-message {
    margin-inline-start: 12.1px;
}


.shipping-company-box .discount-label {
    width: 92px;
    height: 92px;
    overflow: hidden;
    position: absolute;
    top: -13px;
    left: -13px;
    pointer-events: none;
    user-select: none;
}

.shipping-company-box .discount-label span {
    left: -69px;
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    width: 209px;
    padding: 4px 0;
    background-color: var(--first-color);
    box-shadow: 0 0 4px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-align: center;
    border: 2px dotted #fff;
    font-size: 10px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .shipping-company-box .discount-label {
        width: 125px;
        height: 125px;
    }
}





/*# sourceMappingURL=style.css.map */
