:root {
    --primaryColor: #FF6F3C;
    --primaryColorHover: #f35f29;
    --secondaryColor: #fcbd15;
    --secondaryColorHover: rgb(228, 169, 8);
    --yellowColor: #FFBF86;
    --yellowColorHover: #f0aa6e;
    --successColor: #88AB8E;
    --successColorHover: #89b183;
}

a {
    color: var(--primaryColorHover);
}

a:hover {
    color: var(--primaryColor);
}

@font-face {
    font-family: Yekan;
    src: url(../fonts/Yekan-Regular.woff);
    font-display: swap;
    font-weight: normal;
}

@font-face {
    font-family: Yekan;
    src: url(../fonts/Yekan-bold.woff);
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: pinar;
    src: url(../fonts/Pinar.woff2);
}

body {
    font-family: Yekan;
    overflow-x: hidden;
    background-color: #f5f5f5;
    padding-bottom: 70px;
}

.pinar_font {
    font-family: pinar;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}


header {
    background: #fff;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logout_customer {
    position: absolute;
    left: 2%;
}

.header-banner img,
.header-banner a {
    display: block;
    width: 100%;
}

.logo {
    max-width: 130px;
}

.btn {
    padding: .375rem .75rem .2rem;
}

.btn-circle {
    border-radius: 50%;
}

.btn:focus {
    box-shadow: none;
}

.btn-primary {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--primaryColorHover) !important;
    border-color: var(--primaryColorHover) !important;
    color: #fff;
}

.btn-danger {
    background: #ffdcdc;
    border-color: #ffdcdc;
    color: #ff4e4e;
}

.btn-danger:hover,
.btn-danger:focus {
    background: #f7cdcd;
    border-color: #f7cdcd;
    color: #ff4e4e;
}

.btn-default,
.bg-default {
    background: #bbb;
    border-color: #999;
}

.btn-success,
.bg-success {
    background: var(--successColor) !important;
    border-color: var(--successColor) !important;
}

.btn-default:hover {
    background: #999;
    border-color: #888;
}

.bg-info,
.btn-info {
    background-color: var(--yellowColor) !important;
    border-color: var(--yellowColor) !important;
}

.btn-info:hover {
    background-color: var(--yellowColorHover) !important;
}

.link-info,
.text-info {
    color: var(--secondaryColor) !important;
}

.bg-secondary,
.btn-secondary {
    background-color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
    color: #000;
}

.btn-secondary:hover {
    background-color: var(--secondaryColorHover) !important;
    border-color: var(--secondaryColorHover) !important;
    color: #000;
}

.btn-outline-secondary {
    color: #ce9e20 !important;
    border-color: var(--secondaryColor) !important;
}

.btn-outline-secondary:hover {
    background-color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
    color: #000 !important;
}

.link-secondary,
.text-secondary {
    color: var(--secondaryColor) !important;
}

.icon_button i {
    font-size: 120%;
}

.contact_button {
    padding: 11px 50px;
    border-radius: 50px;
    margin-right: 40px;
    background: #ff3ebc;
    border-color: #ff3ebc;
}

.shopping_count {
    position: absolute;
    background: var(--primaryColor);
    color: #fff;
    width: 14px;
    height: 14px;
    line-height: 16px;
    border-radius: 50%;
    transform: translateX(-12px);
    top: -2px;
    font-weight: bold;
    font-size: 85%;
    text-align: center;
}

.page_title {
    font-size: 1.7rem;
    font-weight: bold;
}

.products-list {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    overflow: hidden;
}

.product-container {
    margin: 0 10px 30px;
    position: relative;
    width: calc(25% - 20px);
    transition: 0.6s;
    overflow: hidden;
    transition: 0.5s;
}

.product-container:hover {
    border-color: var(--primaryColor);
}

.product-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}

.product-categories>.btn {
    flex: 1;
    min-width: fit-content;
}

.product-categories>.btn {
    padding: .3rem .5rem .2rem;
}

.product-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 15px !important;
}

.products-list .product-container:hover img {
    transform: scale(1.2);
}

.products-list>div img {
    transition: 0.3s;
}

.products-list .product-title {
    color: #000;
    transition: 0.6s;
    font-size: 1.3rem !important;
    margin-bottom: 0 !important;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.products-list .product-title i {
    color: var(--primaryColor);

}

.products-list .price {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.2;
}

.products-list .price del {
    color: #666;
    font-size: 90%;
    font-weight: normal;
}

.products-list .price b {
    color: var(--secondaryColor);
}

.products-list .price i {
    font-style: normal;
}

.products-list .product-colors {
    display: flex;
    justify-content: center;
    gap: 7px;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.products-list .product-colors span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #aaa;
}

.product-container .out-of-stock,
.product_details .out-of-stock {
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.8) !important;
    color: #000 !important;
    padding: 0.4em 0.7em;
    z-index: 1;
    width: 100%;
    top: 35%;
    text-align: center;
    font-weight: bold;
}

.product_details .out-of-stock {
    position: relative;
    display: block;
    border: 1px solid var(--secondaryColor);
    margin-bottom: 20px;
}

.hide_product {
    transform: scale(0, 0);
}

.sale-label {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
    background: var(--primaryColor);
    width: 40px;
    height: 18px;
    line-height: 21px;
    border-radius: 8px 0 0 8px;
    color: #fff;
    text-align: center;
}

.sale-label i {
    font-style: normal;
    font-size: 70%;
    margin-right: 2px;
    font-weight: bold;
}

.timer-sale:empty {
    display: none;
}

.timer-sale {
    display: block;
    position: relative;
    z-index: 1;
    bottom: 0;
    width: 100%;
    background: var(--primaryColor);
    padding: 5px 0;
    text-align: center;
    color: #fff;
    z-index: 1;
    left: 0;
    font-size: 22px;
    letter-spacing: 8px;
}

.product_details .timer-sale {
    background-color: transparent;
    color: var(--primaryColor);
    margin-bottom: 20px;
}

.notify-alert {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    border: 0 !important;
    max-width: 400px;
    color: #FFF;
}

.notify-alert.alert-success {
    background-color: #28a745;
}

.notify-alert.alert-info {
    background-color: #17a2b8;
}

.notify-alert.alert-warning {
    background-color: #ffce3a;
}

.notify-alert.alert-danger {
    background-color: #e04b59;
}

.notify-alert button[data-notify="dismiss"] {
    margin-left: 5px;
    outline: none !important;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3.8125rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004e47;
    background-color: #cceae7;
    border-color: #b8e2de;
}

.alert-primary hr {
    border-top-color: #a6dbd6;
}

.alert-primary .alert-link {
    color: #001b19;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #fff;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #fff;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    opacity: .5;
    margin-left: 10px !important;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}


.preview_img {
    position: relative;
}

.thumbs {
    float: left;
    width: 100%;
}

.thumbs>a {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.thumbs>a img {
    max-width: 100%;
    max-height: 100%;
}

.thumbs a.selected,
.thumbs a:hover {
    box-shadow: 0 0 0 3px var(--primaryColor);
}

.gallery_arrows {
    position: absolute;
    font-size: 50px;
    z-index: 1;
    top: 45%;
    color: #fff;
    border-radius: 50%;
    height: 100%;
    top: 0;
    width: 50px;
    line-height: 0;
    text-align: center;
    cursor: pointer;
    text-shadow: 0 0 10px #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev_image {
    left: 10px;
}

.next_image {
    right: 10px;
}

.product_title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.product-price {
    font-size: 1.4em;
}

.color_btn span {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    margin-left: 5px;
    box-shadow: 0 0 0 1px #aaa;
}

.color_btn {
    border: 2px solid #aaa;
    display: inline-flex;
    align-items: center;
    line-height: 1.4;
    font-weight: bold;
}

.quantity_txt>div label {
    margin-bottom: 0;
    padding-top: 0;
}

.quantity_txt {
    font-weight: bold;
    color: #2fb985;
    font-size: 18px;
    padding-top: 4px;
}

.quantity_txt button {
    border: 2px solid #b70000;
    color: #b70000;
    padding: 4px 6px;
    list-style: none;
    margin-left: 5px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    transition: 0.3s;
}

.quantity_txt button.active_var {
    background: #b70000;
    color: #fff;
}

.quantity_txt>div {
    float: right;
    width: 100%;
    margin-bottom: 10px;
}

.quantity_txt>div input {
    max-width: 30px;
    display: inline-block;
    padding: 0;
    text-align: center;
}

.active_attr {
    background: #bae4c7;
}

.product-price del {
    color: #aaa;
}

.product-price b {
    color: var(--primaryColor);
}

.mj_footer {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}

.social_icons {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.social_icons li a {
    font-size: 24px;
    margin-left: 10px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondaryColor);
    color: #fff;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
}

.social_icons li a:hover {
    background: var(--secondaryColorHover);
}

.custom_pagination .pagination {
    justify-content: center;
    margin: 0;
}

.custom_pagination .page-item:first-child *,
.custom_pagination .page-item:last-child * {
    font-weight: bold;
}

.page-item.active .page-link {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.page-link {
    color: var(--primaryColorHover);

}

/********* Select2 **********/
.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 45px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: right
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 2px solid #ced4da;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 2px solid #ced4da;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: right
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: left;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #e4e4e4;
    border: 1px solid #ced4da;
    border-radius: 2px;
    cursor: default;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-left: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #2fb985;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
    text-align: right
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2fb985;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.checkout_box {
    background: var(--secondaryColor);
    border-radius: 10px;
    padding: 20px 0;
    box-shadow: 0 0 7px #aaa;
}

.lock_button {
    pointer-events: none;
    cursor: not-allowed;
}

.erorr_messages p {
    background: #ffb6b6;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #f00;
    font-weight: bold;
    margin-bottom: 8px;
}

.has_error+.select2-container--default .select2-selection--single,
.kt-select2.has_error,
.has_error {
    border-color: #f00 !important;
    background-color: #ffd2d2;
}

.has_error_color {
    color: #f00 !important;
}

.has_error[type=radio],
.has_error[type=checkbox] {
    box-shadow: 0 0 0 2px #f00;
}

.checkout_text {
    background: #f4f4f4;
    padding: 15px;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0 2px 8px #ddd;
}

.card_info {
    background: #40317c;
    border-radius: 10px;
    color: #fff;
}

.response_payment {
    padding: 10px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 2px 7px #ddd;
    font-weight: bold;
}

.success_icon {
    font-size: 150px;
}

.sections {
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: 0 4px 13px #ddd;
}

.table-checkout hr {
    margin: 0.5rem;
    background: #198754;
    opacity: 0.6;
}

.input-group-btn .btn {
    height: 100%;
}

::placeholder {
    color: #ccc !important;
}

.size_row {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
}

.size_row>.size_name {
    min-width: fit-content;
    padding-left: 10px;
}

.modal-open .modal {
    z-index: 99999999;
}

.text-primary {
    color: var(--primaryColor) !important;
}

.bg-primary,
.btn-primary {
    background-color: var(--primaryColor) !important;
    color: #fff;
}

.btn-outline-primary {
    border-color: var(--primaryColor);
    color: var(--primaryColorHover);
}

.btn-outline-primary:hover {
    background-color: var(--primaryColor);
    color: #fff;
}

.color_btn[disabled] {
    opacity: 0.3;
    background: #ddd;
}


.mobile-menu {
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 10px;
    z-index: 9;
}

.mobile-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    position: relative;
}

.mobile-menu a.active {
    color: var(--primaryColor);
}

.mobile-menu a i {
    margin-bottom: 5px;
}

.count-wrapper {
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #ddd;
    width: fit-content;
    margin: 0 auto;
}

.count-wrapper span {
    padding: 0 5px;
    font-weight: bold;
}

.count-wrapper button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 130%;
}

.count-wrapper button i {
    padding: 0 !important;
}

#checkout_table td.price_td,
#checkout_table #sum_product {
    color: var(--secondaryColor);
    font-weight: bold;
}

#checkout_table td.price_td label,
#checkout_table td.price_td del {
    font-weight: normal;
    margin-right: 5px;
    color: #212529;
}

#checkout_table td.price_td del {
    margin-left: 15px;
    display: block;
}

body button.splide__arrow {
    background: #fff;
    opacity: .8;
}

.splide__list {
    display: flex;
}

.enamad-image {
    max-height: 110px;
}


/* Blog */

.blog-container>a {
    background: #fff;
    display: block;
    padding: 15px;
    border-radius: 15px;
}

.blog-container .blog-title {
    color: #000;
    transition: 0.6s;
    font-size: 1.5rem !important;
    font-weight: bold;
}

.blog-container .blog-text {
    color: #333;
    font-size: 1.3rem !important;
}

.blog-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/***** Responsive ****/

@media(min-width: 1024px) {
    .only-mobile {
        display: none !important;
    }

    .mobile-menu {
        justify-content: center;
    }

    .mobile-menu>a {
        margin: 0 20px;
    }

}

@media(max-width: 1025px) {
    .product-container {
        width: calc(50% - 20px);
    }

}

@media(max-width: 767px) {
    .products-list:not(.splide) .product-container {
        width: calc(50% - 5px);
        margin: 0;
        margin-bottom: 40px;
    }

    .products-list:not(.splide) .product-container:nth-child(even) {
        margin-right: 5px;
    }

    .products-list:not(.splide) .product-container:nth-child(odd) {
        margin-left: 5px;
    }

    .categories li {
        text-align: center;
    }

    .categories li ul li {
        display: inline-block;
        margin-left: 15px;
    }

    .thumbs>a {
        margin: 0 5px;
        max-height: 80px;
    }

    .thumbs {
        float: none;
        display: flex;
    }

    .preview_img {
        height: 350px;
        display: grid;
        overflow: hidden;
        text-align: center;
        justify-items: center;
    }

    .preview_img img {
        max-height: 350px;
    }

    .thumbs,
    .product_details,
    .social_icons {
        text-align: center;
    }

    .text-center-xs {
        text-align: center !important;
    }

    .single-product-page .mj_hear {
        height: 350px;
        padding-top: 20px !important;
    }

    .single-product-page .logo {
        margin-top: -60px;
    }

    .list-group-item {
        text-align: right;
        padding: 8px;
    }

    body,
    .btn,
    input {
        font-size: 15px;
    }

    .fs-normal-mobile,
    .customer_link {
        font-size: 14px !important;
    }

    .responsive_table {
        display: block;
    }

    .responsive_table tr {
        display: block;
        position: relative;
        margin-bottom: 15px;
        padding: 5px 0;
        border: 0;
        border-bottom: 3px solid var(--yellowColor);
    }

    #checkout_table tbody tr:not(.post) {
        padding-right: 80px;
    }

    .responsive_table thead {
        display: none;
    }

    .responsive_table td {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        border: none;
        border-bottom: 1px dashed #ddd !important;
        box-shadow: unset !important;
    }

    .responsive_table td:last-child {
        border: none !important;
    }

    .responsive_table td.remove_td {
        position: absolute;
        top: 80px;
        right: 15px;
        z-index: 1;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

    .responsive_table td.image_td {
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 0;
        max-height: 115px;
        border-bottom: none;
    }

    .responsive_table td.count_td {
        padding-bottom: 5px;
    }

    .responsive_table td.name_td {
        text-align: right;
        font-weight: bold;
    }


    .responsive_table td:before {
        content: attr(data-title);
        float: right;
        padding-top: 3px;
        color: #2d2a2a;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        flex: 1 1 auto;
        margin-bottom: 5px;
        padding-top: 0;
        text-align: right;
    }

    .responsive_table td.name_td:before,
    .responsive_table td.no_title:before {
        content: '';
        display: none;
    }

    .responsive_table th {
        border: none;
    }

    .responsive_table .list-group {
        width: 100%;
    }

    .responsive_table td i.fa-check {
        color: green;
    }

    .responsive_table td i {
        padding-left: 8px;
    }

    .responsive_table td .btn i {
        padding-left: 0;
    }

    #orders {
        padding-left: 0;
        padding-right: 0;
    }

    #orders .responsive_table tr {
        background: #d5d5d5;
        padding: 10px;
        box-shadow: 0 0 3px #aaa;
    }

    .color_btn {
        border-width: 1px;
        margin-bottom: 5px;
    }

    .responsive_table tbody,
    .responsive_table tfoot {
        width: 100%;
        display: block;
    }

    .logo {
        max-width: 100px;
    }

    .products-list .product-title,
    .products-list .price {
        font-size: 1rem !important;
    }

    .timer-sale:not(.product_details .timer-sale) {
        font-size: 15px;
        letter-spacing: 4px;
    }

    .d-none-mobile {
        display: none !important;
    }

    .btn.btn-number {
        padding: .5rem .75rem;
        display: flex;
    }

    .header-left {
        display: flex;
        justify-content: space-between;
        padding: 0 20px !important;
    }

    .social_icons {
        justify-content: center;
    }

    .products-list .product-colors {
        gap: 4px;
    }

    .products-list .product-colors span {
        width: 10px;
        height: 10px;
    }
}