:root {
    --text-color: #333333;
    --body-color: #333333;
    --body-background: #f5f5fa;
    --header-color: #ffffff;
    --header-background: #dd0115;
    --primary-color: #dd0115;
    --price-color: #ed3324;
    --secondary-color: #fbd947;
    --coupon-title-color: #fd545b;
    --coupon-button-color: #fd545b;
    color-scheme: light dark;
    supported-color-schemes: light dark;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    margin: 0;
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    text-decoration: none;
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0;
    color: var(--primary-color) !important;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%;
    display: inline-block
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: bold
}

button,
input,
select {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer
}

[disabled] {
    cursor: default
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    position: relative;
    display: inline-block;
    background-color: transparent;
    font-size: 0.97em;
    letter-spacing: 0.03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    max-width: 100%;
    text-rendering: optimizeLegibility;
    box-sizing: border-box
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="number"] {
    -moz-appearance: textfield;
}

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

input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #999;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

input[type="radio"]:checked {
    border: none;
    -webkit-box-shadow: 0 0 0 10px #337ab7 inset;
    box-shadow: 0 0 0 10px #337ab7 inset;
}

input[type="radio"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0.2);
    opacity: 0;
    transition: all 0.2s ease-in-out 0.1s;
}

input[type="radio"]:checked::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}

[data-valid="false"] {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

[data-valid="true"] {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;
    border-color: #badbcc !important;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin: 0 5px 0 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

ul {
    list-style-type: none
}

* {
    color: unset;
}

*,
*:before,
*:after {
    color: unset;
    box-sizing: border-box;
    background-color: unset;
}

*::-webkit-scrollbar {
    width: 3px !important;
    height: 3px !important;
    background-color: var(--body-background)
}

*::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 2px rgb(204 204 204 / 70%);
    background-color: var(--primary-color)
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-thumb {
    border-radius: 3px
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgb(204 204 204 / 50%);
    background-color: var(--body-background)
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-thumb {
    border-radius: 3px
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    color: var(--text-color);
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Helvetica,Arial,sans-serif", sans-serif;
    background-color: #fff;
    transition: all 0.3s ease;
}

body.modal-open {
    overflow: hidden;
}

.arrow-top,
.arrow-right,
.arrow-bottom,
.arrow-left {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
}

.arrow-top:hover,
.arrow-left:hover,
.arrow-right:hover,
.arrow-bottom:hover {
    border-color: var(--primary-color);
}

.arrow-top {
    transform: rotate(45deg);
}

.arrow-right {
    transform: rotate(135deg);
}

.arrow-bottom {
    transform: rotate(-135deg);
}

.arrow-left {
    transform: rotate(-45deg);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

.d-none {
    display: none !important;
}

.br-space {
    display: none;
    content: "";
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.w-10 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

.w-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.w-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.w-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.w-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.w-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.w-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
}

.w-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
}

.w-90 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
}

.w-100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.w-10,
.w-20,
.w-30,
.w-40,
.w-50,
.w-60,
.w-70,
.w-80,
.w-90,
.w-100,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333% !important;
        flex: 0 0 8.333333% !important;
        max-width: 8.333333% !important;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667% !important;
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333% !important;
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667% !important;
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .br-lg-space {
        display: none;
        content: "";
    }
}

@media (max-width: 1200px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333% !important;
        flex: 0 0 8.333333% !important;
        max-width: 8.333333% !important;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .col-md-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667% !important;
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }

    .col-md-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333% !important;
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }

    .col-md-9 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667% !important;
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }

    .col-md-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-none {
        display: none !important;
    }

    .br-md-space {
        display: inline;
        content: "\00a0";
    }
}

@media (max-width: 767px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.333333% !important;
        flex: 0 0 8.333333% !important;
        max-width: 8.333333% !important;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667% !important;
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333% !important;
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667% !important;
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .br-sm-space {
        display: none;
        content: "";
    }
}

@media (max-width: 576px) {
    .col-xs-1 {
        -ms-flex: 0 0 8.333333% !important;
        flex: 0 0 8.333333% !important;
        max-width: 8.333333% !important;
    }

    .col-xs-2 {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .col-xs-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-xs-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .col-xs-5 {
        -ms-flex: 0 0 41.666667% !important;
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }

    .col-xs-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-xs-7 {
        -ms-flex: 0 0 58.333333% !important;
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }

    .col-xs-8 {
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }

    .col-xs-9 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .col-xs-10 {
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }

    .col-xs-11 {
        -ms-flex: 0 0 91.666667% !important;
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }

    .col-xs-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .d-xs-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-inline {
        display: inline !important;
    }

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

    .br-xs-space {
        display: none;
        content: "";
    }
}

body {
    background-color: #f5f5fa;
}

input[type="radio"]:checked {
    border: none;
    -webkit-box-shadow: 0 0 0 10px var(--primary-color) inset;
    box-shadow: 0 0 0 10px var(--primary-color) inset;
}

.scrollbar-none::-webkit-scrollbar {
    display: none;
}

.container {
    background-color: #ffffff;
}

.bg-body {
    background-color: var(--body-background) !important;
}

.bg-white {
    background-color: #FFF !important;
}

.border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.btn-link {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #fb2a0b;
    transition: all .3s ease-out;
}

.btn-link:hover {
    color: #FFF !important;
    opacity: 0.8;
}

.editor * {
    all: revert;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    image-rendering: auto;
    font-size: revert;
    font-family: revert;
    line-height: revert;
    color: revert;
}

.editor table {
    width: 100%;
    border-collapse: collapse;
}

.editor img {
    max-width: 100%;
    height: auto;
}

.editor blockquote {
    margin: 1em 0;
    padding-left: 1em;
    border-left: 3px solid #ccc;
}

.line-clamp {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--lines, 1);
}

/* ================================================================ */
/* ============================ MODAL ============================ */
/* ================================================================ */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /* Allow scrolling */
    outline: 0;
    background-color: rgba(0, 0, 0, .3);
}

.modal.show {
    display: block;
}

.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
    max-width: 991px;
    margin: 1.75rem auto;
    padding: 0 15px;

    /* Center alignment logic: Safe centering using margin:auto on child */
    display: flex;
    /* align-items: center; <-- REMOVED to fix top clipping on overflow */
    min-height: calc(100% - 3.5rem);
}

/* Mobile Fullscreen & Scroll Fix */
@media (max-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin: 0.5rem;
        min-height: calc(100% - 1rem);
        padding: 0;
        /* align-items: center; <-- REMOVED */
    }

    .modal-content {
        min-height: auto;
        border-radius: .3rem;
        border: 1px solid rgba(0, 0, 0, .2);
    }
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    animation: fadein .5s;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    margin: auto;
    padding: 15px 20px;
    max-width: 500px;
}

.modal-header {
    color: #2eb346;
    background: #eff8f0;
    padding: 13px 20px;
    margin-top: -15px;
    margin-left: -20px;
    margin-right: -20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    display: inline-block;
}

.modal-header .close {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 5px;
    margin: 0;
    opacity: .5;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-body {
    padding: 10px 0;
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

.modal-footer {
    padding: 10px 20px;
    border-top: 1px solid #dee2e6;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -15px;
    text-align: right;
}

.modal .btn-back {
    color: #555;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 8px 15px;
}

.modal .btn-success {
    display: inline-block;
    color: #FFF !important;
    text-align: center;
    font-weight: 400;
    padding: 8px 30px;
    border-radius: 0px;
    margin: 0;
    background: var(--primary-color);
}

.modal .btn-back:hover,
.modal .btn-success:hover {
    filter: brightness(85%);
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.address-modal {
    z-index: 1200;
}

.address-modal .modal-content {
    max-width: 800px;
}

.address-modal .modal-body {
    overflow: unset;
}

.address-modal .form-address-box {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .14);
    box-shadow: 0 0 4px rgb(0 0 0 / 14%);
    width: 100%;
    height: 250px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    display: none;
}

.address-modal .address-label {
    text-align: center;
}

.address-modal .address-label .row {
    margin-left: 0;
    margin-right: 0;
}

.address-modal .address-label .row>div {
    padding-left: 0;
    padding-right: 0;
}

.address-modal .address-label label {
    color: var(--body-color);
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #f4f4f4;
}

.address-modal .address-label label.focus {
    color: #fd545b;
    border-color: #fd545b;
    border-bottom: 2px solid #fd545b;
}

.address-modal .address-list {
    max-height: 190px;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px;
    margin: 10px 0;
}

.address-modal .address-list li {
    padding: 10px;
    cursor: pointer;
    word-break: break-word;
}

.address-modal .address-list li:hover,
.address-modal .address-list li.focus {
    background: #f1f1f1
}

.address-modal .address-list li.focus {
    color: var(--primary-color);
}

.address-modal .btn-arrow {
    top: 28px;
    right: 5px;
    margin: 0;
    padding: 10px;
    font-size: 13px;
    cursor: pointer;
    position: absolute;
    color: rgba(0, 0, 0, 0.541);
}

.address-modal .btn-arrow.up::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid currentColor;
    margin-bottom: 2px;
    /* Fine-tune alignment */
}

.address-modal .btn-arrow.down::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    margin-top: 2px;
    /* Fine-tune alignment */
}

.address-modal .btn-arrow:hover {
    color: rgba(0, 0, 0, 1);
}

.address-modal .form-choose {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.address-modal .form-choose-text,
.address-modal .form-choose-input {
    display: block;
    width: auto;
    outline: 0;
    border: 0;
    white-space: normal;
    /* Allow text wrapping */
    background-color: transparent;
}

.address-modal .form-choose-input {
    width: 100%;
    color: var(--primary-color);
}

.address-modal .form-choose-input[name="fulladdress"] {
    color: var(--primary-color) !important;
    background-color: transparent !important;
    border: 0 !important;
}

.list-address-modal {}

.list-address-modal .modal-content {
    max-width: 650px;
}

.alert-modal {
    z-index: 2000;
}

.alert-modal .modal-header {
    color: #d93025;
    background: #fde8e8;
}

.alert-modal.success .modal-header {
    color: #0f5132;
    background: #d1e7dd;
}

/* Inline alert (flash message) - trang đơn hàng, tài khoản */
.alert {
    padding: 12px 16px;
    margin-bottom: 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

/* ================================================================ */
/* ============================ FOOTER ============================ */
/* ================================================================ */
.footer-top,
.footer-top .container {
    background: var(--text-color);
    color: #fff;
}

.footer-top .row {
    align-items: center;
}

.footer-top .subscribe {
    gap: 15px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.footer-top .subscribe h5 {
    flex: 0 0 270px;
    max-width: 270px;
    font-size: 14px;
    margin: 12px;
    color: #FFFFFF;
}

.footer-top .form-register {
    flex: 1 1 100%;
}

.footer-top .form-newsletter {
    overflow: hidden;
    position: relative;
}

.footer-top .form-newsletter .input-field {
    width: 100%;
    height: 38px;
    font-size: 14px;
    float: right;
    border: 1px solid #ebebeb;
    overflow: hidden;
    background: #fff;
    border-radius: 4px !important;
    padding: 0px 90px 0px 15px;
    outline: none;
    color: var(--text-color)
}

.footer-top .form-newsletter .input-group {
    border: none;
    line-height: 1;
    color: var(--text-color) !important;
    position: absolute;
    right: 0px;
    z-index: 4;
    height: 100%;
    border-radius: 0 4px 4px 0 !important;
    background-color: var(--secondary-color);
}

.footer-top .form-newsletter .btn-subscribe {
    line-height: 26px;
    width: 100%;
    height: 100%;
    outline: none;
}

.footer-top .form-register .mailchimp-alerts.success {
    color: #2eb346;
}

.footer-top .form-register .mailchimp-alerts.error {
    color: #f51b1b;
}

.footer-top .follow-option {
    gap: 15px;
    justify-content: center;
}

.footer-top .follow-option a {
    text-decoration: none;
    color: var(--text-color);
    cursor: pointer;
}

.footer-bottom {
    position: relative;
    background: #FFF;
    overflow: hidden;
    padding-top: 40px;
    color: #333333;
    font-size: 14px;
    padding-bottom: 10px;
}

.footer-bottom .col-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-bottom .logo {
    margin: 0 0 15px 0;
}

.footer-bottom .single-contact {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-bottom a {
    color: #333333;
}

.footer-bottom .title-menu {
    margin: 0px 0px 10px;
    font-weight: bold;
    font-stretch: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.footer-bottom .list-menu a {
    color: #333;
    cursor: pointer;
    line-height: 24px;
}

.footer-bottom .list-menu a:hover {
    color: var(--primary-color)
}

.footer-copyright,
.footer-copyright .container {
    padding: 5px;
    background-color: #f3f3f3;
}

.footer-copyright .row {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.footer-copyright .desc,
.footer-copyright .desc a {
    font-size: 14px;
    color: #333;
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {

    .footer-bottom .col-3:nth-child(1),
    .footer-bottom .col-3:nth-child(2) {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .footer-bottom .col-3:nth-child(3),
    .footer-bottom .col-3:nth-child(4) {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .row-sm-column-reverse {
        flex-direction: column-reverse;
    }

    .footer-top .row .col-3 {
        order: 1;
    }

    .footer-bottom .col-3:not(:first-child) {
        padding-top: 15px;
    }

    .footer-bottom .col-3:not(:last-child) {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .footer-top .subscribe {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-top .subscribe h5 {
        margin-bottom: 0;
    }

    .footer-top .social-footer {
        margin: 10px 0;
    }
}

@media (max-width: 576px) {}

/* ================================================================ */
/* ============================ HEADER ============================ */
/* ================================================================ */
.header,
.header .container {
    background-color: var(--header-background);
}

.header .header-menu {
    align-items: center;
    padding: 10px 0;
    transition: padding .1s ease-in-out;
}

.header-right {
    display: none;
}

.icon-bar {
    color: #FFF;
    width: 26px;
    display: flex;
    flex-direction: column;
    height: 21px;
    justify-content: space-between;
    border-radius: 3px;
    cursor: pointer;
}

.icon-bar+* {
    cursor: pointer;
}

.icon-bar .bar {
    height: 3px;
    width: 26px;
    border-radius: 3px;
    background-color: #FFF;
}

.icon-bar .bar:nth-child(2) {
    width: 20px;
}

.header .logo {
    display: block;
    max-width: 248px;
}

.header .toogle-nav-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .3);
}

.header .navigation-wrapper {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
    position: relative;
}

.header.fixed {
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.header.fixed+.main {
    padding-top: 54px;
    margin-bottom: 25px;
}

.header.fixed .header-menu {
    padding: 5px 0;
}

.header.fixed .header-left {
    display: none;
}

.header.fixed .header-right {
    display: block;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.header.fixed .header-right .nav-bar {
    display: flex;
    align-items: center;
    height: 40px;
    cursor: pointer;
}

.header.fixed .header-right .bar-text {
    cursor: pointer;
    color: var(--header-color);
    font-weight: normal !important;
    margin-left: 10px;
}

.navigation-wrapper .navigation {
    height: 100%;
    width: 300px;
    position: relative;
    z-index: 300;
    top: 0;
    border: 1px solid rgba(0, 0, 0, .125);
    background-color: #FFF;
}

.navigation-wrapper .navigation-header {
    -ms-flex-align: center;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 10px 15px;
    background-color: var(--header-background);
}

.navigation-wrapper .navigation-header .users {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.navigation-wrapper .navigation-header .users a {
    color: var(--header-color);
    font-size: 14px;
}

.navigation-wrapper .navigation-header .users small a {
    font-size: 12px;
}

.navigation-wrapper .navigation-footer {
    height: 38px;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    border-top: 1px solid #dee2e6;
}

.navigation-wrapper .navigation-footer .hotline,
.navigation-wrapper .navigation-footer .messenger {
    width: 100%;
    height: 100%;
    line-height: 38px;
}

.navigation-wrapper .navigation-footer .messenger {
    border-left: 1px solid #dee2e6;
}

.navigation-wrapper .navigation-footer a {
    color: var(--text-color);
    font-size: 14px;
    position: relative;
}

.navigation-wrapper .navigation-footer .hotline a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/icons/black-phone.svg) no-repeat center;
    background-size: cover;
    margin-bottom: -3px;
    margin-left: 8px;
}

.navigation-wrapper .navigation-footer .messenger a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/icons/messenger.svg) no-repeat center;
    background-size: cover;
    margin-bottom: -3px;
    margin-left: 8px;
}

.navigation-wrapper .menu-list {
    width: 100%;
    height: calc(100% - 96px);
    overflow-y: auto;
}

.navigation-wrapper .menu-item {
    display: block;
    padding: 8px 0 8px 10px;
    cursor: pointer;
    border-bottom: 0px;
    position: initial;
    border: 1px solid rgba(0, 0, 0, .125);
    border-width: 0 0 1px;
}

.navigation-wrapper .menu-list>.menu-item:last-child {
    border-bottom: none;
}

.navigation-wrapper .menu-item a.link {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    color: var(--text-color);
}

.navigation-wrapper .menu-item a.link:hover {
    color: var(--primary-color) !important;
}

.navigation-wrapper .menu-item a.link:hover .arrow-right {
    border-color: var(--primary-color);
}

.navigation-wrapper .menu-item a.link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 0px;
}

.navigation-wrapper .menu-item .btn {
    cursor: pointer;
    position: absolute;
    border: 0;
    outline: none;
    margin: 0;
    padding: 8px 15px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.navigation-wrapper .menu-item .btn:hover i {
    border-color: var(--primary-color);
}

.navigation-wrapper .menu-item .toggle-submenu {
    margin: 0 -20px 0 -20px;
    background: #eee;
    padding: 5px 15px;
    color: var(--text-color);
    font-size: 16px;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navigation-wrapper .menu-item .toggle-submenu .btn {
    position: relative;
    transform: none;
    margin-left: 5px;
}

.navigation-wrapper .menu-item .submenu {
    display: none;
    width: calc((100% * 3) + 11px);
    height: calc(100% + 2px);
    padding: 0 0 0 2px;
    border-radius: 0px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #ddd #ddd #ddd #e1e1e1;
    position: absolute;
    top: -1px;
    bottom: 0px;
    left: calc(100% - 5px);
    background: transparent;
    margin-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.06) -2px 0px 8px 0px;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
    padding-left: 6px;
}

.main .navigation-wrapper .menu-item .submenu {
    width: calc((100% * 3) + 19px);
}

.main.home .navigation-wrapper .menu-item .submenu {
    width: calc((100% * 3) + 11px);
}

.navigation-wrapper .menu-item.active .submenu {
    display: block;
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 300px;
    overflow: hidden;
}

.navigation-wrapper .submenu-list {
    width: calc(100% + 20px);
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3 - 10px), 1fr));
    grid-gap: 10px 5px;
    align-content: flex-start;
    list-style: none;
    --col-menu: 1;
    overflow-y: auto;
    overflow-x: hidden;
    background: #FFF;
    padding: 15px 20px;
}

.navigation-wrapper .submenu-col {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 14px;
}

.navigation-wrapper .submenu-col>.submenu-item {
    margin-bottom: 8px;
}

.navigation-wrapper .submenu-list>.submenu-item,
.navigation-wrapper .submenu-col>.submenu-item:first-child {
    font-weight: 600;
}

.form-search-header {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: wrap;
    align-items: stretch;
    -ms-flex-align: stretch;
}

.form-search-header .input-field {
    width: 100%;
    height: 38px;
    color: #363636;
    outline: none;
    font-size: 14px;
    padding-right: 58px;
    border: 1px solid #ebebeb;
    background-color: #f5f5fa;
    border-radius: 4px;
    padding: 0 75px 0 15px;
}

.form-search-header .btn-search {
    cursor: pointer;
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    padding: 0 20px;
    height: 100%;
    margin: 0;
    top: 0;
    right: 0;
    position: absolute;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-support ul {
    font-size: 14px;
    justify-content: end;
    align-items: center;
    padding-left: 0;
    gap: 20px;
}

.header-support li {
    align-items: center;
}

.header-support li div {
    gap: 4px;
    flex-direction: column;
}

.header-support li img {
    margin-right: .25rem;
    -ms-flex-item-align: center;
    align-self: center;
}

.header-support li a,
.header-support li span {
    display: block;
    font-size: 14px;
    color: var(--header-color);
}

.header-support li small {
    font-size: 80%;
    font-weight: 400;
}

.header a:hover {
    color: var(--secondary-color) !important;
}

.header-support .cart-icon {
    flex: 0 0 110px;
    position: relative;
}

.header-support .cart-icon div {
    position: relative;
}

.header-support .cart-icon a {
    display: flex;
    align-items: center;
    padding: 8px 5px;
    border: 2px solid #FFF;
    border-radius: 6px;
    text-decoration: none;
}

.header-support .cart-icon a:hover {
    background-color: #2f4858;
}

.header-support .cart-icon .cart-text {
    margin-left: .5rem !important;
}

.header-support .cart-icon .cart-count {
    display: block;
    background: var(--secondary-color);
    font-size: 12px;
    color: var(--primary-color);
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 4px;
    left: 20px;
}

.header-support .cart-icon .cart-box {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1;
    padding-top: 13px;
    width: 400px;
    display: none;
}

.header-support .cart-icon:hover .cart-box {
    display: block;
}

.header-support .cart-icon .cart-content {
    background: #FFF;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #eee;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

.header-support .cart-icon .cart-content::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -9px;
    right: 60px;
}

.header-support .cart-icon .cart-box span {
    display: inline;
}

.header-support .cart-icon .cart-box .product-item {
    flex-direction: row;
    gap: initial;
}

.header-support .cart-icon .cart-box .product-name a {
    padding: 0;
    background: none !important;
    -webkit-line-clamp: 2;
}

.header-support .cart-icon .cart-box .product-name a:hover {
    color: var(--primary-color) !important;
}

.header-support .cart-icon .cart-box .product-attr span {
    color: #979797;
    display: inline;
}

.header-support .cart-icon .cart-box .product-attr .price {
    color: var(--price-color) !important;
}

.header-support .cart-icon .cart-box .cart-subtotal {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.header-support .cart-icon .cart-box .cart-subtotal .price {
    margin: 10px 0;
    color: var(--price-color);
    font-size: 16px;
    font-weight: bold;
}

.header-support .cart-icon .cart-box .cart-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF !important;
    background: #ed3324;
    font-weight: 400;
    padding: 0px 30px;
    border-radius: 0px;
    margin: 0;
    height: 40px;
    text-align: center;
}

.header-support .cart-icon .cart-box .cart-btn a:hover {
    filter: brightness(1.2);
}


@media (min-width: 992px) {
    .navigation-wrapper .menu-item:hover>a {
        color: var(--primary-color);
    }

    .navigation-wrapper .menu-item:hover i {
        border-color: var(--primary-color);
    }

    .navigation-wrapper .menu-item:hover .submenu {
        display: block;
        z-index: 900;
    }

    .header .navigation-wrapper .navigation-footer,
    .header .navigation-wrapper .navigation-header {
        display: none;
    }

    .header .navigation-wrapper .navigation {
        top: 53px;
    }

    .header .navigation-wrapper .menu-list {
        height: 100%;
    }

    .header .navigation-wrapper .navigation {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .header-right {
        display: block;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .header-left {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .header-support {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .header .header-center {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
        -ms-flex-order: 1;
        order: 1;
    }

    .navigation-wrapper .submenu-list {
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        gap: 15px;
        height: calc(100% - 50px);
    }

    .header .header-right .bar-text {
        display: none;
    }

    .header.fixed .header-right {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .header.fixed .header-support {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .header.fixed .header-center {
        order: initial;
        margin: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (max-width: 767px) {

    .header-right {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .header-left {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .header-support {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        justify-content: flex-start;
    }

    .header-support li {
        display: none;
    }

    .header-support .cart-icon {
        display: -ms-flexbox;
        display: flex;
        flex: 0 0 40px;
    }

    .header-support .cart-icon a {
        border-width: 0;
    }

    .header-support .cart-icon .cart-box {
        display: none !important;
    }

    .header.fixed .header-support {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .header.fixed .header-center {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .header .navigation-wrapper .navigation,
    .navigation-wrapper .menu-item.active .submenu {
        width: 80%;
    }
}

@media (max-width: 576px) {}


/* ================================================================ */
/* ======================== SUB NAVIGATION ======================== */
/* ================================================================ */

.subnavigation .navigation-row {
    height: 40px;
    align-items: center;
}

.subnavigation .navigation-row>* {
    height: 100%;
}

.subnavigation .navigation-wrapper {
    display: flex;
    width: calc(100% + 13px);
    height: 100%;
    font-size: 15px;
    padding: 6px 10px;
    border: 1px;
    color: #ffffff;
    background: #2f4858;
    font-weight: 500;
    margin: 0 -13px 0 0;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.subnavigation .navigation-wrapper .bar-text {
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}

.subnavigation .navigation-wrapper.nav-list {
    height: auto;
    max-height: 400px;
    padding: 0;
    display: none;
}

.subnavigation .navigation-wrapper:hover+.nav-list,
.subnavigation .navigation-wrapper.nav-list:hover {
    display: block;
}

.subnavigation .nav-list.navigation-wrapper .navigation {
    width: 100%;
}

.subnavigation .nav-list.navigation-wrapper .menu-list {
    height: 100%;
}

.subnavigation .list-policises {
    height: 100%;
    gap: 25px;
    align-items: center;
    justify-content: flex-start;
    box-shadow: inset 0px -1px 0px #f5f5fa;
    padding-left: 15px;
}

.subnavigation .list-policises a {
    font-size: 14px;
    text-decoration: none;
    color: var(--text-color);
    cursor: pointer;
    margin-left: 5px;
}

.subnavigation .list-policises a:hover {
    color: var(--primary-color);
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {
    .subnavigation .navigation-row {
        height: 35px;
        overflow: hidden;
    }

    .subnavigation .list-policises {
        flex-direction: column;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 8px;
        line-height: 35px;
        gap: 15px;
    }

    .subnavigation .list-policises img {
        max-width: 24px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 576px) {}

/* ================================================================ */
/* ============================ SLIDER ============================ */
/* ================================================================ */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, 0.12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 20px)
}

.slick-nav:hover {
    --border: rgba(255, 255, 255, 0.4)
}

.slick-nav.prev-arrow {
    left: 2%;
    transform: scaleX(-1);
    z-index: 1
}

.slick-nav.next-arrow {
    left: auto;
    right: 2%
}

.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%
}

.slick-nav i:before,
.slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%
}

.slick-nav i:before {
    transform: rotate(-40deg)
}

.slick-nav i:after {
    transform: rotate(40deg)
}

.slick-nav:before,
.slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border)
}

.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg)
}

.slick-nav.animate svg {
    animation: stroke 1s ease forwards 0.3s
}

.slick-nav.animate i {
    animation: arrow 1.6s ease forwards
}

.slick-nav.animate i:before {
    animation: arrowUp 1.6s ease forwards
}

.slick-nav.animate i:after {
    animation: arrowDown 1.6s ease forwards
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126
    }
}

@keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1
    }

    23% {
        transform: translateX(17px);
        opacity: 1
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0
    }

    81% {
        opacity: 1;
        transform: translateX(-22px)
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1)
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1)
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1)
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1)
    }
}

.home-slider {
    padding-left: 15px;
    margin-top: 5px;
}

.home-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    display: -ms-flexbox;
    display: flex;
}

.home-slider .slick-dots button {
    height: 3px;
    width: 24px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0;
    margin: 0 3px;
    opacity: 0.5;
    font-size: 0;
    border-radius: 4px;
}

.home-slider .slick-dots li.slick-active button {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.sub-banner {
    padding-left: 15px;
    margin-top: 10px;
    margin-right: -5px;
    margin-left: -5px;
}

.sub-banner .banner-item {
    padding-right: 5px;
    padding-left: 5px;
}

.sub-banner img {
    transition: transform 0.3s ease;
}

.sub-banner .banner-item:hover img {
    transform: scale(.95);
}


@media (max-width: 1200px) {}

@media (max-width: 991px) {
    .section-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .sub-banner,
    .home-slider {
        padding-left: 0;
    }

}

@media (max-width: 767px) {}

@media (max-width: 576px) {}


/* ================================================================ */
/* ========================= COLLECTIONS ========================== */
/* ================================================================ */
.main .collections {}

.main .collections .collection-row {
    display: contents;
    width: 100%;
}

.main .collections .item {
    text-align: center;
    padding: 10px 15px 0;
    margin: 20px auto 0px;
}

.main .collections .item:hover a {
    color: var(--primary-color);
}

.main .collections .item>a {
    --deg: 100deg;
    --start-color: #fff;
    display: block;
    position: relative;
    margin: 0 auto;
    transition: all 0.3s ease-out;
}

.main .collections .item img {
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 1;
    margin: auto;
}

.main .collections .item:hover img {
    animation: tada 2s infinite;
}

@keyframes tada {
    0% {
        transform: scaleX(1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        transform: scaleX(1);
    }
}

.main .collections .item>h3 {
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.main .collections .item>h3>a {
    margin: 0;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.2;
    color: var(--text-color);
    font-weight: normal;
    height: 35px;
    overflow: hidden;
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 576px) {
    .main .collections .collection-row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .main .collections .item {
        -ms-flex: 0 0 110px !important;
        flex: 0 0 110px !important;
        max-width: 110px !important;
    }

    .main .collections .item>h3,
    .main .collections .item>h3>a {
        font-size: 13px;
    }
}

/* ================================================================ */
/* ============================ COUPONS =========================== */
/* ================================================================ */

.coupons {
    margin: 15px 0;
}

.coupons .container {
    background-color: #f5f5fa;
}

.sidebars.coupons {
    padding: 15px 10px;
    margin: 10px 0 0 0;
}

.coupons>.container>.row {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.coupons .item {
    height: 100%;
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
    display: flex;
    border-radius: 5px;
    padding-left: 3px;
    margin: 3px 0;
}

.coupons .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10px;
    color: #fd545b;
    background-clip: padding-box;
    background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0 / 1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, #e5e5e5ee 0, #e5e5e5 3px, currentColor 0) 1px 0 / 100% 10px repeat-y;
}

.sidebars.coupons .item::before {
    display: none;
}

.coupons .coupon-icon {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    padding: 8px 4px 8px 8px;
    background-color: #fd545b;
    margin-left: 3px;
    position: relative;
    display: block;
    overflow: hidden;
}

.sidebars.coupons .coupon-icon {
    display: none;
}

.coupons .coupon-icon::before {
    display: block;
    content: "";
    padding-top: 100%;
}

.coupons .coupon-icon img {
    --image-scale: 1;
    position: absolute;
    top: var(--img-top, 50%);
    left: var(--img-left, 50%);
    transform: translate(-50%, -50%) scale(var(--image-scale));
    object-fit: contain;
    max-width: calc(100% - 12px);
    max-height: 100%;
    min-width: 1px;
    min-height: 1px;
}

.sidebars .coupons .coupon-icon img {
    max-width: none;
    max-height: 50px;
}

.coupons .coupon-body {
    display: flex;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 8px 8px 10px;
}

.sidebars.coupons .coupon-body {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.sidebars .coupons .coupon-body {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.coupons .coupon-title {
    font-size: 14px;
    color: #fd545b;
    font-weight: bold;
    margin-bottom: 5px;
}

.coupons .coupon-desc {
    font-size: 12px;
    line-height: 1.2;
    color: #727272;
    padding-bottom: 7px;
}

.coupons .coupon-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.coupons .coupon-footer .btn-copy-coupon {
    cursor: pointer;
    border: none;
    padding: 8px 10px;
    border-radius: 999px;
    margin-bottom: 3px;
    background-color: #fd545b;
}

.coupons .coupon-footer .btn-copy-coupon span {
    display: block;
    color: #FFF;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}

.coupons .coupon-footer .coupon-toggle {
    font-size: 12px;
    text-decoration: underline;
    color: #2E72D2;
    cursor: pointer;
    margin-bottom: 3px;
}

.coupons .coupon-footer .coupon-info {
    display: none
}

.coupon-modal {
    z-index: 1200;
}

.coupon-modal .modal-header {
    background-color: #FFF;
}

.coupon-modal .coupon-title {
    color: var(--coupon-title-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0px;
    padding: 0px;
    font-size: 24px;
    line-height: 32px;
    max-height: 32px;
    font-weight: 500;
    margin: 0px 16px 16px;
    text-align: center;
}

.coupon-modal .coupon-row {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-gap: 5px;
    padding: 10px 20px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 14px;
}

.coupon-modal .coupon-row:nth-child(2n) {
    background-color: #f3f3f3;
}

.coupon-modal .coupon-label {
    color: #4c4c4c;
}

.coupon-modal .coupon-info {
    grid-column: 1 / -1;
    grid-row: 2;
}

.coupon-modal .modal-footer {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: calc(100% + 40px);
    gap: 15px;
}

.coupon-modal .modal-footer .btn {
    display: block;
    width: 100%;
    margin: 0;
    font-weight: 400;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #363636;
    border: 1px solid #dee2e6;
    background-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.coupon-modal .modal-footer .btn-close:hover {
    filter: brightness(85%);
}

.coupon-modal .modal-footer .btn-copy-coupon {
    color: #FFF;
    border-color: var(--coupon-button-color);
    background-color: var(--coupon-button-color);
}

.coupon-modal .modal-footer .btn-copy-coupon:hover {
    color: var(--coupon-title-color);
    background-color: transparent;
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {

    .main.home .coupons .item::before,
    .main.home .coupons .coupon-icon {
        display: none;
    }

    .main.home .coupons .coupon-body {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main.home .coupons>.container>.row {
        padding-bottom: 15px;
    }
}

@media (max-width: 576px) {}

.list-coupon-modal label {
    cursor: pointer;
}

.address-modal .modal-title,
.list-address-modal .modal-title,
.list-coupon-modal .modal-title {
    color: #2a6395;
}

.list-coupon-modal .btn-success {
    border: 1px solid #2a6395;
    background-color: #2a6395;
}

.list-coupon-modal .coupon-icon {
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
}

.list-coupon-modal .coupon-body {
    -ms-flex: 0 0 calc(100% - 112px);
    flex: 0 0 calc(100% - 112px);
    max-width: calc(100% - 112px);
}

.list-coupon-modal .coupon-checked {
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    max-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-coupon-modal .coupon-checked input {
    margin: 0;
}

.list-coupon-modal .coupon-empty {
    color: rgba(0, 0, 0, 0.541);
    text-align: center;
    font-size: 15px;
    padding: 30px 0;
}

.list-coupon-modal .item.disabled::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.03);
}

.rating-success-modal .modal-body h5 {
    color: #32373d;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 10px 0;
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #83bb3e
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg)
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: 3px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #83bb3e;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(131, 187, 62, 0.5)
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 80px;
    position: absolute;
    transform: rotate(-45deg)
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.rating-modal .modal-content {
    width: 100%;
    max-width: 991px;
}

.rating-modal .modal-body {
    max-height: none;
}

/* Khối tóm tắt sản phẩm + chọn sao (modal đánh giá) */
.rating-modal .rating-product-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 16px;
    margin-bottom: 6px;
    background: var(--body-background, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 10px;
}

.rating-modal .rating-product-media {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.rating-modal .rating-product-image {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    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;
}

.rating-modal .rating-product-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.rating-modal .rating-product-details {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
}

.rating-modal .rating-product-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color, #222);
    line-height: 1.35;
    margin: 0 0 10px 0;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rating-modal .rating-stars-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

.rating-modal .rating-stars-heading {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: rgba(0, 0, 0, .45);
    margin: 0;
}

.rating-modal .rating-stars-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px 4px;
    padding-left: 0 !important;
    margin: 0;
}

@media (max-width: 480px) {
    .rating-modal .rating-product-summary {
        -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;
        text-align: center;
    }

    .rating-modal .rating-stars-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rating-modal .rating-stars-input {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .rating-modal .rating-product-image {
        width: 88px;
        height: 88px;
    }

    .rating-modal .rate label {
        font-size: 32px !important;
    }
}

.rating-modal .line {
    width: 100%;
    height: 2px;
    margin: 10px 0;
    background-color: #f4f4f4
}

.rating-reply-modal .modal-content {
    width: 100%;
    max-width: 760px;
}

.rating-reply-modal .modal-body {
    max-height: none;
}

.rating-reply-modal .reply-target {
    margin-bottom: 14px;
    padding: 10px 12px;
    background: #f7f8fa;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 8px;
}

.rating-reply-modal .reply-target .label {
    color: #7a7a7a;
    font-size: 12px;
    margin-right: 6px;
}

.rating-reply-modal .reply-target .reply-name {
    font-weight: 700;
    color: var(--text-color);
}

.rating-replies {
    margin-top: 8px;
    padding-left: 12px;
    border-left: 2px solid #e9ecef;
}

.rating-reply-item {
    margin-top: 8px;
    padding: 8px 10px;
    background: #f8f9fb;
    border-radius: 6px;
}

.rating-reply-author {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 4px;
}

.rating-reply-message {
    font-size: 13px;
    line-height: 1.45;
}

.rating-modal .rate {
    padding-left: 0;
}

.rating-modal .rate label {
    font-size: 40px !important;
}

/* #rating-product-name: dùng chung class .rating-product-title (ở trên) */

/* ================================================================ */
/* =========================== PROMOTION ========================== */
/* ================================================================ */
.promotion-modal .modal-content {
    max-width: fit-content;
    background: transparent;
}

.promotion-modal .close {
    width: 30px;
    height: 30px;
    background: #FFF;
    border-radius: 50%;
    top: 0;
    right: -20px;
    position: absolute;
}

@media (min-width: 991px) {
    .coupons::-webkit-scrollbar {
        background-color: #727272;
    }

    .coupons::-webkit-scrollbar-thumb {
        background-color: #727272;
    }
}

/* ================================================================ */
/* ============================ BLOGS ============================ */
/* ================================================================ */
.blogs {}

.blogs>.container {
    background-color: transparent;
}

.blogs>.container>.row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blogs .rounded {
    padding: 20px;
    background-color: var(--body-background);
    border-radius: .5rem !important;
}

.blogs .blog-title {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    padding-bottom: 15px;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.blogs .blog-headding {
    margin: 0;
    color: var(--text-color);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.blogs .blog-headding a {
    color: var(--text-color);
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    line-height: 1.2;
    text-transform: uppercase;
}

.blogs .blog-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

.blogs .blog-item:not(:last-child) {
    margin-bottom: 25px;
}

.blogs .blog-image {
    width: 190px;
    flex: 0 0 190px;
    overflow: hidden;
    aspect-ratio: 1;
    background-color: #eee;
}

.blogs .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    overflow: hidden;
}

.blogs .blog-content .blog-headding,
.blogs .blog-content .blog-headding a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}

.blogs .blog-publish {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0;
}

.blogs .blog-date,
.blogs .blog-auth {
    color: #6C757D;
    font-size: 12px;
    line-height: 1.3;
}

.blogs .blog-desc {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 0.3rem;
    margin-bottom: 0px;
    font-weight: normal;
    word-break: break-word;
    color: #6C757D;
}

.blogs .blog-view-all {
    text-align: center;
    margin-top: 1.5rem;
}

.blogs .blog-view-all a {
    display: inline-block;
    padding: 8px 0;
    background-color: #E5E6ED;
    border: 1px solid transparent;
    font-weight: 400;
    color: #212529;
    border-radius: 4px;
    width: 100%;
    max-width: 250px;
}

.blogs .blog-view-all a:hover {
    opacity: .8;
}

.blogs-page>.container {
    padding: 15px 15px;
}

.blogs-page>.container>.row {
    margin-top: 0;
    margin-bottom: 0;
}

.blogs-page .blog-title {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 25px;
}

.blogs-page .blog-list,
.blogs-page .blog-main {
    border-right: 1px solid #dee2e6;
}

.blogs-page .blog-list .blog-item {
    flex-direction: column;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

/* Ảnh tin tức đồng bộ kích thước: danh sách */
.blogs-page .blog-list .blog-item .blog-image {
    width: 100%;
    flex: 0 0 auto;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background-color: #eee;
}

.blogs-page .blog-list .blog-item .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sidebars.blogs {
    height: 100%;
    padding-top: 0;
}

.sidebars.blogs .blog-headding {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
}

.sidebars.blogs .content {
    height: 100%;
}

.sidebars.blogs .blog-item {
    padding-left: 0;
}

.sidebars.blogs .blog-item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

/* Ảnh tin tức đồng bộ: sidebar */
.sidebars.blogs .blog-image {
    width: 75px;
    min-width: 75px;
    height: 75px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}

.sidebars.blogs .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sidebars.blogs .blog-name,
.sidebars.blogs .blog-name a {
    color: var(--text-color);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    margin: 0;
    text-transform: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebars.blogs .blog-name:hover {
    color: var(--price-color);
    filter: brightness(1.2);
}

/* Ảnh đại diện bài viết (trang chi tiết) */
.blogs-page .blog-details .article-thumb-wrap {
    max-width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 16 / 9;
    background-color: #eee;
}

.blogs-page .blog-details .article-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Phụ lục bài viết (TOC) */
/* Meta bài viết (nguồn, ngày) */
.blogs-page .blog-details .article-meta {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.blogs-page .blog-details .article-meta-cat {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--primary-color, #dd0115);
}

.blogs-page .blog-details .article-meta-sep {
    margin: 0 0.5rem;
    color: #adb5bd;
    font-weight: 300;
}

.blogs-page .blog-details .article-meta-date {
    font-size: 0.8125rem;
    color: #6c757d;
}

/* Tóm tắt bài viết */
.blogs-page .blog-details .article-summary {
    margin-bottom: 1.5rem;
    padding: 1rem 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5a6268;
}

/* Khung mục lục */
.blogs-page .blog-details .toc-wrapper {
    margin-bottom: 2rem;
    padding: 1.25rem 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.blogs-page .blog-details .toc-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text-color, #333);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color, #dd0115);
    display: inline-block;
}

.blogs-page .blog-details .toc-list-wrap .toc-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.blogs-page .blog-details .toc-list-item {
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.blogs-page .blog-details .toc-list-item .toc-link {
    display: block;
    padding: 0.35rem 0;
    font-size: 0.875rem;
    color: #495057;
    text-decoration: none;
    transition: color 0.15s ease, padding-left 0.15s ease;
}

.blogs-page .blog-details .toc-list-item .toc-link:hover {
    color: var(--primary-color, #dd0115);
}

.blogs-page .blog-details .toc-list-item.toc-level-2 .toc-link {
    font-weight: 500;
}

.blogs-page .blog-details .toc-list-item.toc-level-3,
.blogs-page .blog-details .toc-list-item.toc-level-4,
.blogs-page .blog-details .toc-list-item.toc-level-5,
.blogs-page .blog-details .toc-list-item.toc-level-6 {
    padding-left: 1.25rem;
}

.blogs-page .blog-details .toc-list-item.toc-level-4 {
    padding-left: 2rem;
}

.blogs-page .blog-details .toc-list-item.toc-level-5 {
    padding-left: 2.75rem;
}

.blogs-page .blog-details .toc-list-item.toc-level-6 {
    padding-left: 3.5rem;
}

.blogs-page .blog-details .toc-list-item.toc-level-3 .toc-link,
.blogs-page .blog-details .toc-list-item.toc-level-4 .toc-link,
.blogs-page .blog-details .toc-list-item.toc-level-5 .toc-link,
.blogs-page .blog-details .toc-list-item.toc-level-6 .toc-link {
    font-size: 0.8125rem;
    color: #6c757d;
}

.blogs-page .blog-details {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 50px;
    padding: 15px;
}

.blogs-page .blog-details * {
    all: revert;
    max-width: 100%;
    height: auto;
}

.blogs-page .blog-details {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 50px;
    padding: 15px;
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {
    .blogs .blog-item {
        flex-direction: column;
    }

    .blogs .blog-image,
    .blogs .blog-content {
        width: 100%;
        max-width: 100%;
        flex-basis: content;
    }

    .blogs-page .blog-list,
    .blogs-page .blog-main {
        border-right: 0;
    }

    .sidebars.blogs .blog-item {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .blogs-page .blog-list .blog-item {}
}

@media (max-width: 576px) {}


/* ================================================================ */
/* ======================== CONTACT WEDGET ======================== */
/* ================================================================ */
.back-to-top {
    cursor: pointer;
    height: 44px;
    width: 44px;
    background-color: var(--primary-color);
    line-height: 36px;
    border-radius: 100%;
    font-size: 30px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-120px);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}

.back-to-top.show {
    z-index: 999;
    transition: transform 0.3s ease-out 0s;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    filter: brightness(1.3);
}

.back-to-top i.arrow-top {
    width: 14px;
    height: 14px;
    border-color: #FFF;
    margin-top: 7px;
}

.contact-wedget {
    position: fixed;
    bottom: 85px;
    z-index: 999;
    top: auto !important;
    right: 12px;
    opacity: 1;
}

.contact-wedget-list {
    display: block;
}

.contact-wedget-item {
    margin-bottom: 5px;
}

.contact-wedget-icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-wedget-icon .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.contact-wedget-icon .tooltip-text::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 1);
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.contact-wedget-icon:hover {
    text-decoration: none;
    opacity: .9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15), 0 4px 15px rgba(0, 0, 0, .13);
}

.contact-wedget-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .contact-wedget {
        bottom: 10px;
    }
}

@media (max-width: 576px) {
    .back-to-top {
        bottom: 60px;
    }
}

/* ================================================================ */
/* =========================== PRODUCTS =========================== */
/* ================================================================ */

.products {
    margin-top: 25px;
}

.products .container {
    padding: 20px 10px 10px;
    overflow: hidden;
}

.wrapper .products {
    margin-top: 0;
}

.products .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5fa;
}

.products .title>.row {}

.products .title .col-leff,
.products .title .col-right {
    text-align: right;
    display: flex;
    justify-content: start;
    align-items: center;
}

.products .title .col-right {
    justify-content: end;
}

.products .title h1,
.products .title h2,
.products .title a {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.products .title h2:hover,
.products .title a:hover {}

.products .title a.view-more {
    color: #6C757D;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    cursor: pointer;
}

.products .title a.view-more:hover {
    text-decoration: underline;
}

.products .sortby {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #f5f5fa;
    margin-bottom: 10px;
}

.products .sortby label {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 9px 0 11px;
    white-space: nowrap;
    margin-right: 5px;
}

.products .sortby ul {
    overflow-x: auto;
    display: flex;
    flex-flow: row nowrap;
}

.products .sortby li {
    display: inline-block;
}

.products .sortby a {
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    padding: 9px 10px 11px;
    display: inline-block;
    white-space: nowrap;
}

.products .sortby a.active {
    color: var(--primary-color);
}

.products .desc-empty {
    color: #898989;
    font-size: 15px;
    margin: 50px auto;
}

.products .content {
    position: relative;
}

.products .content>.row {
    margin-left: -5px;
    margin-right: -5px;
}

.products .product-item {
    padding: 0 5px;
    margin-bottom: 25px;
    background-color: #fff;
    transition-duration: 0.3s;
}

.sidebars.products .product-item {
    margin-bottom: 10px;
}

.products .product-item>a {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.sidebars.products .product-item>a {
    flex-direction: row;
}

.products .product-item>a:hover {
    border-color: rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.products .product-image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    /* Modern square enforcement */
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
}

/* Fallback for aspect-ratio */
@supports not (aspect-ratio: 1 / 1) {
    .products .product-image {
        padding-top: 100%;
    }
}

.products .product-image .outofstock {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: var(--secondary-color);
    display: block;
    width: 80%;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.sidebars.products .product-image,
.aside .product-item .product-image,
.widget-products .product-item .product-image {
    position: relative;
    width: 70px;
    /* Fixed small width */
    height: 70px;
    flex: 0 0 70px;
    top: 5px;
    left: 5px;
    aspect-ratio: auto;
    /* Override main grid square ratio */
    padding-top: 0;
    /* Override fallback padding */
    margin-right: 10px;
    border: 1px solid #eee;
}

.products .product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    transition: transform 0.5s ease;
    padding: 5px;
}

.product-item:hover .product-image img {
    transform: translate(-50%, -50%) scale(1.05);
}

.sidebars.products .product-image img,
.aside .product-item .product-image img,
.widget-products .product-item .product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    object-fit: contain;
    /* Changed from cover to contain for full visibility */
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    padding: 2px;
}

.products .product-info {
    padding: 0 10px 10px 13px;
}

.sidebars.products .product-info {
    width: calc(100% - 80px);
}

.products .product-info h3 {
    display: -webkit-box;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    height: 35px;
    text-align: left;
}

.sidebars.products .product-info h3 {
    font-size: 13px;
}

.products .product-info .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products .product-info .price-number {
    color: var(--price-color);
    font-size: 18px;
    font-weight: bold;
}

.products .product-info .market.price-number {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.price-symbol {
    color: var(--price-color) !important;
    font-size: 16px;
    font-weight: normal;
}

.products .product-item .controls {
    margin: 10px -10px -10px -13px;
}

.products .product-item .controls .quick-view {
    display: block;
    width: 100%;
    padding: 7px 0;
    font-size: 14px;
    color: rgb(0 126 66);
    text-transform: uppercase;
    background-color: rgb(240 255 243 / 1);
}

.products .product-item .controls .quick-view:hover {
    background-color: rgb(228 245 231/1);
}

.box-view-all {
    text-align: center;
    margin: 0 0 35px 0;
}

.btn-view-all {
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    border: 1px solid #dd0115;
    color: #dd0115;
    border-radius: 4px;
    transition: all .3s ease-in-out;
}

.btn-view-all .arrow-right,
.btn-view-all .arrow-left {
    border-color: #dd0115;
}

.btn-view-all:hover {
    color: #FFF !important;
    background-color: #dd0115;
}

.btn-view-all:hover .arrow-right,
.btn-view-all:hover .arrow-left {
    border-color: #FFF;
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .product-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {}

/* ================================================================ */
/* ============================ BRANDS ============================ */
/* ================================================================ */

.section.brands {
    margin: 30px 0 20px 0;
}

.section.brands .container {
    padding: 20px 10px 10px;
    overflow: hidden;
}

.section.brands .title {
    font-size: 16px;
    padding-bottom: 15px;
}

.section.brands .title a,
.section.brands .title h2 {
    color: var(--text-color);
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    line-height: 1.2;
    text-transform: uppercase;
}

.section.brands .row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 10px;
}

.section.brands .brand-item {
    transition: transform .3s ease;
}

.section.brands .brand-item:hover {
    transform: scale(1.1);
}

.section.brands .brand-item a {}

.section.brands .brand-item img {}


@media (max-width: 1200px) {}

@media (max-width: 991px) {
    .section.brands .row {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 767px) {
    .section.brands .row {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 576px) {}

/* ================================================================ */
/* ============================ BANNERS =========================== */
/* ================================================================ */
.section.banners {
    margin: 25px 0;
}

.section.banners .container {
    background-color: transparent;
}

.section.banners .banner-item {}

.section.banners .banner-item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.section.banners .banner-item img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.section.banners .banner-item img:hover {
    transform: scale(0.95);
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .section.banners>.container>.row>div:not(:last-child) {
        margin-bottom: 15px;
    }

    .banners-scroll>.container>.row {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .banners-scroll>.container>.row>* {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (max-width: 576px) {}


/* ================================================================ */
/* =========================== BREADCRUMB ========================= */
/* ================================================================ */
.bread-crumb {
    margin-bottom: 20px;
}

.breadcrumb {
    display: flex;
    height: 37px;
    align-items: center;
    gap: 15px;
    padding: 0 10px;
    overflow: hidden;
    overflow-x: auto;
}

.breadcrumb li {
    position: relative;
}

.breadcrumb li:not(:last-child) a {
    color: #999
}

.breadcrumb li:not(:last-child)::after {
    content: "/";
    color: #999;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0, -50%);
}

.breadcrumb a,
.breadcrumb span {
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
}

/* ================================================================ */
/* =========================== PAGINATION ========================= */
/* ================================================================ */
.pagenav {}

.pagenav>.nav {}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: flex-end;
    margin: 20px 0;
}

.pagination .page-item {}

.pagination .page-item.disabled {}

.pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 3px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
    color: #8898aa;
    border: 1px solid #dee2e6;
}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.pagination .page-link:hover {
    z-index: 2;
    color: #8898aa !important;
    text-decoration: none;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.pagination .page-item .arrow-left,
.pagination .page-item .arrow-right {
    border-color: #8898aa;
    width: 6px;
    height: 6px;
}

/* ================================================================ */
/* ============================= SIDEBAR ========================== */
/* ================================================================ */
.sidebars {
    padding: 15px 10px
}

.sidebars:not(:last-child) {
    margin-bottom: 25px !important;
}

.sidebars .title {
    border-bottom: 0 !important;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.sidebars .title h3 {
    font-size: 1rem;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--text-color);
    margin: 0;
}

/* ================================================================ */
/* ============================= SIDEBAR ========================== */
/* ================================================================ */
.collapse {
    position: relative;
    overflow: hidden;
}

.collapse.full {
    height: auto !important;
    overflow: visible;
    padding-bottom: 35px;
}

.content-initial {
    overflow: hidden;
    padding: 20px 15px;
    border-top: 1px solid #f0f0f0;
}

.content-initial * {
    all: revert;
    max-width: 100%;
    height: auto
}

.content-initial h1 {
    font-size: 1.65rem;
    line-height: 1.2;
}

.content-initial h2 {
    font-size: 1.375rem;
    line-height: 1.3;
}

.content-initial h3 {
    font-size: 1.25rem;
    line-height: 1.4;
}

.content-initial h4 {
    font-size: 1.15rem;
}

.content-initial h5 {
    font-size: 1.08rem;
}

.content-initial h6 {
    font-size: 1.0rem;
}

.content-initial a {
    color: #0782C1
}

.content-initial ul li {
    line-height: 24px;
}

.collapse-buttons {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    padding: 40px 0 20px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(98%, #fff), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff 98%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 98%, rgba(0, 0, 0, 0));
}

.collapse.full .collapse-buttons {
    position: relative;
}

.collapse-buttons .btn {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #dd0115;
    color: #dd0115;
    font-weight: normal;
    border-radius: 4px;
    background-color: #FFF;
    transition: all .3s ease-in-out;
}

.collapse-buttons .btn:hover {
    color: #FFF !important;
    background-color: #dd0115;
}

.heading-bar {
    font-size: 16px;
    padding-bottom: 15px;
}

.title_page {
    font-size: 24px;
    padding: 10px 0;
    margin: 0;
}

.title_page,
.title-head,
.title_page a {
    font-weight: 400;
    color: var(--text-color);
}

.content-page * {
    all: revert;
    max-width: 100%;
    height: auto;
}

/* ================================================================ */
/* ======================= MODAL ADD TO CART ====================== */
/* ================================================================ */
.products-option {
    margin-top: 15px;
    max-height: 205px;
    overflow: hidden;
    overflow-y: auto;
}

.products-option .product-item {
    margin-bottom: 0;
}

.products-option .product-item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5fa;
}

.products-option .product-image {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}

.products-option .product-info {
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
}

.products-option .product-name a {
    display: -webkit-box;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-option .product-attr {
    color: #979797;
    padding: 5px 0;
}

.products-option .product-attr .price {
    color: var(--price-color);
    display: inline;
}

.add-to-cart-modal .cart-total {
    border-top: 1px solid #dee2e6;
    padding: 15px 0 0 0;
    margin-right: -20px;
    margin-left: -20px;
}

.add-to-cart-modal .cart-total>div {
    padding-right: 20px;
    padding-left: 20px;
}

.add-to-cart-modal .cart {
    text-decoration: none;
    color: var(--text-color);
    display: inline-block;
    padding: 15px 0;
}

.add-to-cart-modal .total {
    text-align: right;
}

.add-to-cart-modal .total .price {
    color: var(--price-color);
    font-weight: bold;
    line-height: 1.5;
    font-size: 18px;
}

.add-to-cart-modal .total .count {
    color: #979797
}

/* ================================================================ */
/* =========================== PRODUCT ============================ */
/* ================================================================ */

.product-details>.container {
    padding: 15px 10px;
}

.product-details .thumbs-review {
    width: 100%;
    height: auto;
    border: 1px #ccc solid;
}

.product-details .thumbs-link-review {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.product-details .thumbs-img-review {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    object-fit: cover;
}

.product-details .thumbs-items {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.product-details .thumbs-list {
    white-space: nowrap;
    overflow-y: auto;
}

.product-details .thumb-item {
    width: 90px;
    height: 90px;
    padding: 3px;
    margin: 5px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px #ebebeb solid;
    display: inline-block;
    overflow: hidden;
}

.product-details .thumb-item a {
    display: inline-block;
    width: 90px;
    height: 90px;
    position: relative
}

.product-details .thumb-item img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    object-fit: cover;
    height: auto;
    width: 100% !important;
}

.product-details .thumb-item.active {
    border-color: #83bb3e;
}

.product-details .thumb-btn {
    outline: none;
    cursor: pointer;
    border: 0;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 1.25rem;
    height: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .2);
}

.product-details .thumb-btn-prev {}

.product-details .thumb-btn-next {
    right: 0;
    text-align: center;
}

.product-details .thumb-btn svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 1.25rem;
    fill: #FFF;
    position: relative;
    overflow: hidden;
}

.product-details .thumb-btn:hover {
    background-color: rgba(237, 51, 36, .7);
}

.product-details .thumb-btn svg:hover {
    fill: #FFF;
}

.lg-thumb-outer {
    display: block !important;
    height: 100px !important;
    overflow-x: auto;
}

.lg-thumb {
    display: flex !important;
    overflow-x: auto;
    max-height: 100px !important;
    min-width: 100% !important;
    justify-content: center;
    overflow: hidden;
}

.lg-thumb-item {
    width: 80px !important;
    margin-right: 5px;
}

.product-details .title-product {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    margin: 10px 0 .5rem 0;
}

.product-details .brand-product {
    font-size: 14px;
    color: #333333;
}

.product-details .brand-product a {
    display: inline-block;
    color: #007bff !important;
    text-decoration: none;
    margin-right: 0.5rem;
}

.product-details .brand-product a:hover {
    filter: brightness(1.5);
}

.product-details .code-product {
    font-size: 14px;
    color: #333333;
}

.product-details .id-product {
    font-weight: bold;
    color: var(--text-color) !important;
}

.product-details .price-product {
    margin: 20px 0 5px 0;
}

.product-details .price-product .new-price {
    font-weight: bold;
    font-size: 1.875rem !important;
    color: var(--price-color) !important;
}

.product-details .price-product .old-price {
    color: #999 !important;
    font-size: 16px !important;
    text-decoration: line-through;
    margin-left: 5px;
    font-weight: normal;
}

.product-details .price-product .old-price .price-symbol {
    color: #999 !important;
}

.product-details .status-product {
    color: #333333;
    font-size: 14px;
    margin-bottom: 20px;
}

.product-details .sold-product {
    font-size: 14px;
    color: #777;
    margin-top: 4px;
}

.product-details .sold-product strong {
    color: var(--price-color);
}

.product-details .instock-product {
    color: #83bb3e;
    font-weight: bold;
}

.product-details .outofstock-product {
    color: var(--secondary-color);
    font-weight: bold;
}

.product-details .attr-product {
    font-size: 14px;
    color: #333333;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.product-details .attr-product label {
    min-width: 100px;
}

.product-details .attr-option {
    display: inline-block;
    font-size: 13px;
    padding: 8px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, .09);
    font-weight: normal;
    cursor: pointer;
    min-width: 3rem;
    border-radius: 3px;
    text-align: center;
}

.product-details .attr-option.disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, .26) !important;
    border-color: rgba(0, 0, 0, .09) !important;
    background-color: #fafafa;
}

.product-details .attr-option:hover,
.product-details .attr-option.selected {
    color: var(--price-color);
    border: 1px solid var(--price-color);
}

.product-details .stock-product {
    color: #757575;
    margin-left: 15px;
}

.product-details .details {
    padding-left: 20px;
}

.qty-input {
    width: 130px;
    color: #333333;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: normal;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}

.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count-minus {
    margin-right: 0;
    border-right: 1px solid #e2e2e2;
}

.qty-input .qty-count-plus {
    margin-right: 0;
    border-left: 1px solid #e2e2e2;
}

.qty-input .qty-count-plus:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}

.button-actions .btn {
    transition: all 0.3s ease;
    font-weight: 700;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    line-height: 42px;
    border-radius: 6px;
    margin: 0;
    width: 100%;
}

.button-actions .btn span {
    font-size: small;
    text-transform: uppercase;
}

.button-actions .btn.buy-now span {
    text-transform: initial;
    position: relative;
}

.button-actions .buy-now,
.button-actions .add-to-cart {
    color: #fff;
    grid-column: 1 / -1;
    background-color: #fb2a0b;
    text-transform: uppercase;
}

.button-actions .buy-now {
    line-height: 20px !important;
    margin-bottom: 10px;
    height: 60px;
}

.button-actions .buy-now * {
    color: #FFFFFF;
}

.button-actions .buy-now:hover {
    color: #fff;
    opacity: .8;
}

.button-actions .add-to-cart {
    background-color: #fff;
    color: #fb2a0b;
    border: 1px solid #fb2a0b;
}

.button-actions .add-to-cart:hover {
    color: var(--text-color);
    background-color: var(--secondary-color);
}

.button-actions .btn.buy-now span:first-child:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../images/icons/white-cart.png);
}

.button-actions .buy-now:disabled,
.button-actions .add-to-cart:disabled {
    color: #CCCCCC;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.button-actions .buy-now:disabled * {
    color: #CCCCCC;
}

.product-hotline {
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin: 15px 0;
}

.product-hotline a {
    color: #dd0115;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.product-share {
    text-align: center;
    height: 40px;
    overflow: hidden;
}

.sidebars.policises {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 10px !important;
}

.product-policises {
    padding: 15px 10px;
    border-radius: 5px;
    background: #FFF;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
}

.product-policises .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    gap: 10px;
}

.product-policises .media:not(:first-child) {
    margin-top: 10px;
    border-top: 1px dashed #f5f5fa;
    padding-top: 10px;
}

.product-policises .media>div:not(.media-body) {
    width: 24px;
    height: 24px;
}

.product-policises .media-body {
    -ms-flex: 1;
    flex: 1;
}

.main.product .sidebars.coupons,
.main.product .sidebars.products {
    margin: 0;
    padding: 15px 0;
}

.main.product .sidebars.coupons .content {
    width: calc(100% + 3px);
    max-height: 350px;
    padding: 0 3px;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 15px;
}

.main.categories .sidebars.coupons .content .row,
.main.product .sidebars.coupons .content .row {
    gap: 15px;
}

.card {
    border: 1px solid #e8e8e8;
    margin-bottom: 25px;
    position: relative
}

.card .title {
    padding: 10px 15px;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 500;
    background: #f6f6f6;
    border-bottom: 1px solid #e8e8e8
}

.page-product .product-box .card .card-block {
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
    text-align: justify;
}

@media (max-width: 991px) {
    .product-details .title-product {
        margin-top: 25px;
    }

    .product-details .details {
        padding-left: 0;
    }

    .sidebars.coupons>.content>.row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 15px;
    }

    .product-details .stock-product {
        font-size: 13px;
        margin-left: 8px;
    }

    .main.categories .sidebars.coupons .content .row {
        gap: initial;
    }
}

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

    .main.product .sidebars.coupons .content .row {
        gap: initial;
    }
}

@media (max-width: 576px) {}

/* ================================================================ */
/* ============================ RATING ============================ */
/* ================================================================ */

.product-rating .rating-box {
    padding: 15px;
}

.product-rating .rating-statistical {
    display: flex;
    width: 100%;
    height: 155px;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #CCC;
}

.product-rating .rating-statistical>div {
    display: flex;
    height: 100%;
    width: 30%;
    color: #3d3d3d;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #CCC;
}

.product-rating .rating-statistical>div:last-child {
    width: 60%;
    border-right: 0;
}

.product-rating .rating-statistical h3,
.product-rating .rating-statistical h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.product-rating .rating-statistical h4 {
    font-size: 14px;
    line-height: 20px;
    color: #444b52;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.product-rating .rating-statistical p {
    font-size: 13px;
    margin: 8px 0 0 0;
}

.product-rating .rating-statistical .btn-send-rating {
    margin: 8px 0 0 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 0 16px;
    height: 36px;
    color: #fff;
    background: #fd545b;
    border-color: #fd545b;
    outline: none;
}

.product-rating .rating-statistical .btn-send-rating:hover {
    background: #bd1319;
    border: 1px solid #bd1319;
}

.rating-statistical .dtrtstar {
    width: 100%;
    height: auto;
}

.rating-statistical .dtrtstar li {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    color: #9a9a9a;
}

.rating-statistical .dtrtstar li>span {
    display: inline-block;
    position: relative;
}

.rating-statistical .dtrtstar .dtrsspan {
    width: 22%;
    color: #4a4a4a;
}

.rating-statistical .dtrtstar .dtrsproc {
    width: 55%;
    background: #e4e4e4;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.rating-statistical .dtrtstar .dtrsproc span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #2a7709;
}

.rating-statistical .dtrtstar li:nth-child(4) .dtrsproc span {
    background: #f6a623;
}

.rating-statistical .dtrtstar li:nth-child(5) .dtrsproc span {
    background: red;
}

.rating-statistical .dtrtstar .dtrscout {
    margin-left: 10px;
}

.rate {
    display: flex;
    flex-direction: row;
    padding: 0 10px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
    line-height: normal;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate:not(:checked)>label[checked],
.rate label:not(.rate label[checked] ~ label) {
    color: #ffc700;
}

.rate.hover:hover label {
    color: #ffc700;
}

.rate.hover:hover label:hover~label {
    color: #ccc;
}

.product-rating .rating-list {
    margin-top: 25px;
}

.product-rating .rating-list .rating-list {
    margin: -10px 0 0 48px;
}

.product-rating .rating-list .rating-list .rating-item-info {
    border: 1px solid #e8e8e8;
    padding: 5px 10px 10px 10px;
    border-radius: 6px;
    background: #f8f9fa;
}

.product-rating .rating-list .rating-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.product-rating .rating-list .rating-list .rating-item {
    margin-bottom: 15px;
}

.rating-list .rating-item .rating-item-avatar {
    width: 48px;
    height: 48px;
    color: #fff;
    background: #cbd1d6;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.rating-item .rating-item-avatar .text-picture {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.rating-list .rating-item .rating-item-info {
    flex: 1;
    margin-left: 12px;
}

.rating-item .rating-item-info .item-info-name {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    color: #32373d;
    font-weight: 500;
}

.rating-item .rating-item-info .rate {
    padding: 0;
    height: 25px;
    margin-left: 10px;
}

.rating-item .rating-item-info .rate:not(:checked)>label {
    font-size: 20px;
    line-height: 26px;
}

.rating-item .rating-item-info .item-info-message {
    margin-top: 4px;
    word-break: break-word;
    font-size: 16px;
    line-height: 24px;
    color: #444b52;
    font-weight: 400;
}

.rating-item .rating-item-info .item-info-time {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #939ca3;
    margin-top: 4px;
}

.rating-item .rating-item-info .item-info-time .date-time {
    font-size: 14px;
    line-height: 20px;
    color: #939ca3;
    font-weight: 400;
}

.rating-item .rating-item-info .item-info-time .option {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    color: #0664f9;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    margin-left: 10px;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
}

.rating-item .rating-item-info .item-info-time .option:hover {
    text-decoration: underline;
}

.rating-item .rating-item-info .item-info-time .rating-like::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../../images/icons/like.svg) no-repeat 50% 50%;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.rating-item .rating-item-info .item-info-time .rating-comment::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../../images/icons/comment.svg) no-repeat 50% 50%;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

/* Danh sách đánh giá: chưa có bình luận */
.product-rating .rating-list .item.item-empty.rating-empty {
    display: block;
    width: 100%;
    margin-bottom: 0;
    list-style: none;
}

.product-rating .rating-list .item.item-empty .rating-empty-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px 20px 28px;
    margin-top: 8px;
    border: 1px dashed #d8dee4;
    border-radius: 10px;
    background: linear-gradient(180deg, #fafbfc 0%, #f4f6f8 100%);
}

.product-rating .rating-list .item.item-empty .rating-empty-icon {
    color: #939ca3;
    margin-bottom: 12px;
    line-height: 0;
}

.product-rating .rating-list .item.item-empty .rating-empty-icon svg {
    display: block;
}

.product-rating .rating-list .item.item-empty .rating-empty-title {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    color: #32373d;
}

.product-rating .rating-list .item.item-empty .rating-empty-hint {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    color: #6b7280;
    font-weight: 400;
}

.product-rating .card-block {
    padding: 15px;
}

.product-related .title {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
}

.product-related .product-item:nth-child(n+6) {
    margin-bottom: 0;
}


@media (max-width: 991px) {}

@media (max-width: 767px) {
    .product-rating .rating-statistical {
        height: auto;
        flex-wrap: wrap;
    }

    .product-rating .rating-statistical>div {
        width: 50%;
        padding: 8px 0px;
        border-right: 0;
    }

    .product-rating .rating-statistical>div:first-child {
        border-right: 1px solid #CCC;
    }

    .product-rating .rating-statistical>div:last-child {
        width: 100%;
        border-top: 1px solid #ccc;
        padding: 15px 0;
    }
}

@media (max-width: 576px) {}

/* ================================================================ */
/* ========================= PRODUCT SALES ======================== */
/* ================================================================ */

.notification-toast {
    background: #fff;
    bottom: -100%;
    left: 20px;
    right: 20px;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 99999;
    position: fixed;
    right: auto;
    top: auto !important;
    border-radius: 7px;
    box-sizing: border-box;
}

.notification-toast article {
    display: none
}

.notification-toast article.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.notification-toast .image {
    margin-right: 10px
}

.notification-toast h3 {
    margin: 0;
    font-size: 15px;
    max-width: 255px;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.notification-toast h3 a {
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px
}

.notification-toast .time-ago {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px
}

.notification-toast .btn-close {
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    right: -6px;
    top: -6px;
    cursor: pointer;
    position: absolute;
    background: #fff;
    background-size: cover
}

.pnotification-toast .btn-close:hover {
    color: var(--primary-color);
}

.notification-toast.slide-up {
    bottom: 20px;
    opacity: 1;
    visibility: visible
}

@media (max-width: 667px) {
    .notification-toast h3 {
        max-width: 180px
    }
}

/* ================================================================ */
/* ============================ ACCOUNT =========================== */
/* ================================================================ */
.account-block {
    width: 100%;
    min-height: 360px;
    padding: 20px 0;
}

.account-sm-block {
    max-width: 667px;
    margin: auto;
}

.main.account .account-block {
    padding: 35px 15px;
}

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

.account-header .title {
    font-weight: 400;
    font-size: 25px;
    color: var(--text-color);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.account-header .desc {
    color: #333;
    font-size: 15px;
}

.account-header .desc a {
    color: #333;
    text-decoration: underline;
}

.frm-login {
    padding: 50px 0 10px 0;
}

.form-label {
    display: block;
    font-size: 15px;
    color: #000000;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.form-label.required::after {
    content: "*";
    display: inline;
    color: var(--price-color);
}

.form-input {
    font-size: 15px;
    background-color: #f4f4f4;
    border-radius: 4px;
    padding: 10px 15px;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
    outline: none;
    border: 1px solid #edeff0;
}

.form-input::placeholder {
    font-weight: 400;
    font-style: italic;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-inline {
    display: flex;
    margin-bottom: 5px;
}

.form-inline>* {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.form-inline>*:not(:last-child) {
    margin-right: 15px;
}

.btn-login {
    display: block;
    width: 100%;
    color: #333;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 999px;
    background: var(--secondary-color);
    transition: all .3s ease-in-out;
}

.btn-back {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    margin-top: 15px;
    display: inline-block;
}

.btn-login:hover {
    color: var(--primary-color);
}

.social-buttons {
    color: #333;
    font-size: 16px;
    text-align: center;
}

.account-nav-block {
    text-align: right;
}

.account-block .welcome {
    font-weight: 700;
    font-size: 15px;
    color: var(--primary-color);
    padding: 0;
    margin: 0 0 24px 0;
}

.account-block .welcome span {
    font-size: 13px;
    color: #212b25;
    font-weight: normal;
}

.account-nav-list {
    padding: 0;
}

.account-nav-list li a {
    font-weight: 400;
    font-size: 14px;
    color: #212b25;
    padding: 8px 0;
    margin: 5px 0;
    display: block;
}

.account-nav-list li a:hover,
.account-nav-list li a.active {
    color: var(--primary-color)
}

.account-block .account-title {
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
    color: #212b25;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

.account-block .account-desc {
    color: #333333;
    font-size: 15px;
}

.account-informtion p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.account-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
}

.account-head .account-title {
    margin-bottom: 0;
}

.list-address-modal .btn-address-add {}

.list-address-modal .btn-address-add:hover {
    opacity: 1;
}

.list-address-modal .btn-address-add {
    color: var(--body-color);
    background-color: var(--body-background);
    border: 1px solid rgba(0, 0, 0, .36);
    font-size: 15px;
    font-weight: 400;
    padding: 8px 20px;
    opacity: 0.8;
    transition: all .3s ease-out;
}

main.account .btn-address-add {
    font-size: 15px;
    font-weight: normal;
}

main.account .btn-address-add:hover {
    color: var(--price-color);
}

.account-addresses {}

.account-addresses .address-item {
    margin: 10px 0;
    padding: 15px 15px 15px 0;
    position: relative;
}

.account-addresses .address-item:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
}

.account-addresses .address-head,
.account-addresses .address-card {
    display: flex;
    justify-content: space-between;
}

.account-addresses .address-card {
    margin-top: 10px;
}

.account-addresses .address-receiver {}

.account-addresses .receiver-name {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, .87);
}

.account-addresses .receiver-phone {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.541);
}

.account-addresses .receiver-phone::before,
.account-addresses .address-buttons>*:nth-child(2)::before {
    content: "|";
    color: #f4f4f4;
    padding-right: 5px;
}

.account-addresses .receiver-type {
    display: inline-block;
    padding: .3em .6em;
    font-size: .6em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #0dcaf0;
}

.account-addresses .receiver-type.nharieng {
    background-color: #0dcaf0;
}

.account-addresses .receiver-type.vanphong {
    background-color: #1E3A8A;
}

.account-addresses .address-info {}

.account-addresses .address-info>div {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.541);
}

.account-addresses .address-default {
    color: #27ae60;
    color: #27ae60;
    font-size: 13px;
    border: 1px solid #27ae60;
    padding: 5px 10px;
    white-space: nowrap;
}

.account-addresses .address-buttons {}

.account-addresses .address-buttons:last-child {
    margin-left: 5px;
}

.account-addresses .btn-address-default {
    color: rgba(0, 0, 0, .87);
    font-size: 13px;
    white-space: nowrap;
    font-weight: normal;
    padding: 5px 10px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .36);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .03);
}

.account-addresses .btn-address-default:hover {
    color: #27ae60;
    border-color: #27ae60;
}

.account-addresses .btn-delivery-edit,
.account-addresses .btn-delivery-delete {
    color: #08f;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.account-addresses .btn-delivery-delete {
    color: #ff0000;
}

.account-addresses .address-checked {
    flex-basis: 28px;
}

.account-addresses .address-desc {
    flex-basis: calc(100% - 28px);
}

.account.order .order-wrapper {
    width: 100%;
}

.account.order .order-tabs {
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.account.order .order-tabs::-webkit-scrollbar {
    display: none;
}

.account.order .nav-tabs {
    width: 100%;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.account.order .tab-link a {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    text-decoration: none;
    color: var(--body-color);
    font-size: 14px;
    padding: 0 10px;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.account.order .tab-link a:hover,
.account.order .tab-link a.active {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.account.order .tab-link .order-count {
    display: block;
    font-size: 12px;
    color: #FFF;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    background: var(--primary-color);

}

.order-wrapper .order-item {
    margin: 20px 0;
    background-color: #fff;
}

.order-wrapper .order-header {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
}

.order-wrapper .order-info {
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
}

.order-wrapper .order-date {
    color: #333;
    font-size: 13px;
}

.order-wrapper .order-info .info-name {
    font-size: 16px;
    font-weight: bold;
}

.order-wrapper .order-info .info-title {
    margin: 0;
    font-size: 19px;
    font-weight: bold;
}

.order-wrapper .order-info .info-date {
    color: rgba(0, 0, 0, 0.541);
}

.order-wrapper .order-status {
    color: #333;
    font-size: 16px;
}

.order-wrapper .payment-status,
.order-wrapper .shipping-status {
    padding: 15px;
}

.order-wrapper .status-label {}

.order-wrapper .status-pending,
.order-wrapper .status-confirm,
.order-wrapper .status-success,
.order-wrapper .status-cancel {
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
}

.order-wrapper .status-confirm {}

.order-wrapper .status-success {}

.order-wrapper .status-cancel {}

.order-wrapper .order-box {
    padding: 0 15px 20px 15px;
}

.order-wrapper .order-box-info {
    width: 100%;
    height: 100%;
}

/* Box thông tin vận chuyển (đơn vị, mã vận đơn, link tra cứu) */
.order-wrapper .order-shipping-box {
    margin: 20px 0;
}

.order-wrapper .order-shipping-box .order-shipping-box-inner {
    padding: 15px 15px 20px;
}

.order-wrapper .order-shipping-info {
    width: 100%;
}

.order-wrapper .order-shipping-info .order-shipping-row {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.5;
}

.order-wrapper .order-shipping-info .order-shipping-row:last-child {
    margin-bottom: 0;
}

.order-wrapper .order-shipping-label {
    color: #6c757d;
    margin-right: 6px;
}

.order-wrapper .order-tracking-link {
    display: inline-block;
    margin-left: 10px;
    padding: 6px 14px;
    font-size: 13px;
    color: var(--primary-color, #dd0115);
    border: 1px solid var(--primary-color, #dd0115);
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.order-wrapper .order-tracking-link:hover {
    color: #fff !important;
    background-color: var(--primary-color, #dd0115);
}

.order-wrapper .title-head {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 6px;
}

.order-wrapper .box-desc {
    min-height: 110px;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.order-wrapper .box-desc p {
    color: #212b25;
    font-size: 14px;
    line-height: 16px;
    vertical-align: top;
    text-align: left;
    margin: 0 0 8px 0;
}

.order-wrapper .box-desc a {}

.btn-link-order {
    font-size: 14px;
    color: #4080ee !important;
    font-style: italic;
}

.btn-link-order:hover {
    color: #4080ee !important;
    text-decoration: underline;
}

.order-wrapper .order-products {
    padding: 20px 15px;
}

.order-wrapper .order-footer {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px;
    border-top: 1px solid #e8e8e8;
}

.order-wrapper .order-promotion,
.order-wrapper .order-shipping,
.order-wrapper .order-cost {
    display: flex;
    color: var(--text-color);
    justify-content: right;
    text-align: right;
    align-items: center;
    padding: 0 10px;
    margin: 10px 0;
}

.order-wrapper .price-number {
    font-size: 20px;
    font-weight: bold;
    color: var(--price-color) !important;
}

@media (max-width: 991px) {

    .account-block {
        padding: 20px 10px !important;
    }

    .account-nav-block {
        border: 0;
        text-align: left;
        padding-bottom: 30px;
        border-bottom: 2px solid #f4f4f4;
    }

    .account-nav-list {
        min-height: auto;
    }
}

@media (max-width: 767px) {

    .account-addresses .address-card {
        flex-direction: column;
    }

    .account-addresses .address-buttons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 5px;
    }

    .account-addresses .address-buttons:last-child {
        margin-left: 0;
    }

    .account-addresses .address-head .address-buttons {
        position: absolute;
        bottom: 20px;
        right: 0;
    }

    .account.order .order-tabs {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }

    .order-wrapper .order-header {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        position: relative;
        height: auto;
        padding: 10px;
    }

    .order-wrapper .order-info .info-name {
        font-size: 15px;
    }

    .order-wrapper .order-info .info-date,
    .order-wrapper .order-status {
        font-size: 13px;
        display: block;
    }

    .order-wrapper .btn-link-order {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 576px) {}



/* ================================================================ */
/* ============================== CART ============================ */
/* ================================================================ */
.main.cart .section-wrapper {
    margin-top: 15px;
}

.main.cart .section-wrapper .container {
    background-color: #f5f5fa;
}

.main.cart .cart-box {
    /* border-radius: 4px; */
    background-color: #fff;
}

.cart-title {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid #f5f5fa;
}

.cart-title * {
    font-size: 16px;
    color: var(--text-color);
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.cart-title:not(:first-child) {
    border-top: 5px solid #f5f5fa;
}

.cart-item {
    gap: 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    padding: 15px 10px;
}

.cart-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cart-item:not(:last-child)::after {
    content: "";
    display: block;
    width: calc(100% + 10px);
    height: 2px;
    position: absolute;
    left: -10px;
    bottom: 0;
    background-color: #f5f5fa;
}

.cart-item .cart-img {
    width: 80px;
}

.cart-item .cart-info {
    width: calc(100% - 80px);
}

.cart-item .product-name,
.cart-item .product-name a {
    font-size: 15px;
    font-weight: normal;
    color: var(--text-color);
    margin: 0 0 8px 0;
}

.cart-item .product-attr {
    font-size: 14px;
    color: var(--text-color);
    font-weight: normal;
}

.cart-item .product-option {
    gap: 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed #f5f5fa;
}

.cart-item .qty-input .product-qty,
.cart-item .qty-input .qty-count {
    height: 2rem;
}

.cart-box .price-number {
    font-weight: bold;
    font-size: 15px !important;
    color: var(--price-color) !important;
}

.cart-box .price-symbol {
    font-size: 15px !important;
    vertical-align: middle;
}

.cart-item .product-remove {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}

.cart-item .product-remove:hover {
    color: var(--price-color);
}

.cart-note {
    margin-top: 10px;
    padding: 10px 10px 20px 10px;
    border-top: 2px solid #f5f5fa;
}

.cart-note textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    outline: none;
    color: unset;
    background: unset;
}

.cart-total {
    padding: 15px 10px;
}

.cart-total-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    color: var(--text-color);
}

.cart-total-item .price-vat {
    font-size: 14px;
    color: #828282;
    font-style: italic;
}

.cart-total .price-number {
    font-size: 20px !important;
}

.deliver-empty,
.cart-delivery {
    padding: 10px;
    font-size: 14px;
}

.deliver-empty *,
.cart-delivery * {
    display: block;
    color: rgba(0, 0, 0, 0.8);
}

.deliver-empty strong,
.cart-delivery strong {
    font-size: 16px;
}

.checkout-auth-options {
    padding: 15px;
}

.auth-btn {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 4px;
    transition: 0.2s ease;
    display: block;
    text-align: center;
}

.auth-btn:first-child {
    margin-bottom: 20px;
}

.login-btn {
    background: #fb2a0b;
    color: #fff;
}

.login-btn:hover {
    color: #fff !important;
    opacity: 0.8;
}

.guest-btn {
    background: #f0f0f0;
    color: #333;
}

.guest-btn:hover {
    opacity: 0.8;
}

.auth-desc {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.guest-btn .auth-desc {
    color: #333
}

.cart-paynow {
    text-align: center;
    padding: 5px 0 10px;
    border-top: 1px solid #f5f5fa;
}

.btn-paynow {
    width: 210px;
    color: #FFF;
    font-size: 16px;
    padding: 10px 0;
    font-weight: normal;
    border-radius: 4px;
    background-color: #fb2a0b;
    transition: all .3s ease-out;
}

.btn-paynow:hover {
    opacity: 0.8;
}

.btn-address,
.btn-choose-coupon {
    color: #4080ee;
    font-size: 13px;
    cursor: pointer;
}

.cart-coupon {
    padding: 10px;
}

.cart-coupon .form-group {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.input-coupon-code,
.btn-coupon-apply {
    padding: 10px 15px;
    outline: none;
    font-size: 15px;
    width: 100%;
    background: unset;
}

.input-coupon-code {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-coupon-code::placeholder {
    color: #ccc;
    font-style: italic;
}

.btn-coupon-apply {
    margin: 0;
    width: 130px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    border-radius: 4px;
    border: 1px solid #2a6395;
    background-color: #2a6395;
    transition: all .3s ease-out;
}

.btn-coupon-apply:hover {
    opacity: 0.8;
}

.order-container {
    width: 100%;
    max-width: 600px;
    margin: 25px auto;
    padding: 25px 30px;
    text-align: center;
    background: #fff;
}

.order-container .order-title h4 {
    color: #4a4a4a;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.order-container .order-title p {
    font-size: 14px;
    font-style: italic;
}

.order-container .customer-info,
.order-container .products-info {
    padding: 0;
    line-height: normal;
    text-align: left;
    margin-bottom: 25px;
    border: 1px solid #ccc !important;
}

.order-container .customer-info .title,
.order-container .products-info .title {
    color: #4a4a4a;
    font-size: 16px;
    padding: 15px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.order-container .customer-info ul,
.order-container .order-products {
    padding: 10px 25px;
}

.order-container .customer-info ul li {
    display: table;
    width: 100%;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 18px;
}

.order-container .customer-info ul li label {
    color: gray;
    vertical-align: top;
}

.order-container .customer-info ul li span {
    vertical-align: top;
    font-weight: 700;
    margin-left: 10px;
}

.order-product-item {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
}

.order-product-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
}

.order-product-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.order-product-image {
    width: 70px;
    height: 70px;
    padding: 5px;
    border: 1px solid #ccc;
}

.order-product-info {
    width: calc(100% - 70px);
    margin-left: 15px;
}

.order-product-name {
    display: -webkit-box;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 35px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
}

.order-product-desc {
    font-size: 14px;
    color: #3d3d3d;
    font-style: italic;
    border: 0;
    padding: 0;
    margin: 10px 0 0;
}

.products-sold {
    margin-top: 40px !important;
}

.error .notfound {
    padding: 5% 0;
    text-align: center;
}

.error .notfound h1 {
    color: #333;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.error .notfound .btn-link {
    color: #fb2a0b;
    border: 1px solid #fb2a0b;
    background-color: transparent !important;
}

.error .notfound .btn-link:hover {
    color: #fb2a0b !important;
}

/* ================================================================ */
/* ======================== PRODUCT ITEM ========================== */
/* ================================================================ */