@font-face {
    font-family: 'futura-REGULAR';
    src: url(//theme.hstatic.net/1000030244/1000818998/14/futura-REGULAR.woff?v=2640) format("woff"), url(//theme.hstatic.net/1000030244/1000818998/14/futura-REGULAR.ttf?v=2640) format("truetype");
    font-display: fallback;
}

* {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease-in-out;
    color: #333333;
}

img,
iframe,
video {
    max-width: 100%;
}

table {
    width: 100%;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

ol,
ul {
    list-style: none;
}

fieldset {
    border: 2px groove threedface;
    display: block;
    padding-block-end: 0.75em;
    padding-block-start: 0.35em;
    text-align: center;
}

fieldset legend {
    display: inline-block;
    color: inherit;
    background: none;
    vertical-align: top;
}

::-webkit-input-placeholder {
    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder {
    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

input::ms-input-placeholder {
    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

[placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent;
}

[placeholder]:focus::-moz-placeholder {
    text-indent: 10em;
    color: transparent;
}

html {
    overflow-x: hidden;
}

body,
html {
    font-family: 'Nunito', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    background: #ffffff;
    font-size: 14px;
}

.title {
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.color-main {
    color: #333333;
}

button,
select {
    transition: all 0.3s ease-in-out;
    outline: none !important;
    box-shadow: none;
    cursor: pointer;
}

button:hover,
button:focus,
button:active,
select:hover,
select:focus,
select:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #e6e6e6;
}

.form-control,
input {
    transition: all 0.3s ease-in-out;
    outline: none !important;
    box-shadow: none;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
input:hover,
input:focus,
input:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #e6e6e6;
}

h1 {
    font-size: 2.28571em;
    font-weight: 700;
}

h2 {
    font-size: 2.14286em;
    font-weight: 700;
}

h3 {
    font-size: 1.85714em;
    font-weight: 700;
}

h4,
h5,
h6 {
    font-size: 1.71429em;
    font-weight: 700;
}

/*custom Scroll Chrome */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(105, 105, 105, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(105, 105, 105, 0.4);
}

.container,
[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.no-padding {
    padding: 0;
}

.p-r-0 {
    padding-right: 0px;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-r-5 {
    padding-right: 5px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.p-b-10 {
    padding-bottom: 15px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-60 {
    margin-top: 60px;
}

/* Bootstrap Overrides */
@media (min-width: 1366px) {
    .container {
        max-width: 1345px;
    }

    .col-xxl-40th {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-xxl-20th {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xxl-3266th {
        flex: 0 0 32.66%;
        max-width: 32.66%;
    }

    .col-xxl-14th {
        flex: 0 0 14%;
        max-width: 14%;
    }

    .col-xxl-80th {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .col-xl-20th {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-80th {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-xl-3266th {
        flex: 0 0 32.66%;
        max-width: 32.66%;
    }

    .col-xl-14th {
        flex: 0 0 14%;
        max-width: 14%;
    }

    .col-xl-30th {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-xl-70th {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .no-padding-xl {
        padding: 0;
    }
}

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

@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 990px;
    }

    .col-lg-20th {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-lg-80th {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-lg-30th {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-lg-70th {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (min-width: 992px) {
    .col-lg-20th {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .p-l-lg-1 {
        padding-left: 1px;
    }

    .p-l-lg-10 {
        padding-left: 10px;
    }

    .p-l-lg-5 {
        padding-left: 5px;
    }

    .p-l-lg-0 {
        padding-left: 0px;
    }

    .p-r-lg-10 {
        padding-right: 10px;
    }

    .p-r-lg-5 {
        padding-right: 5px;
    }

    .p-r-lg-0 {
        padding-right: 0px;
    }
}

@media (max-width: 991.98px) {
    .p-l-md-10 {
        padding-left: 10px;
    }

    .p-b-md-15 {
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .border-left-black {
        border-left: 1px solid #000;
    }
}

@media (max-width: 767.98px) {
    .container-fluid-sm {
        max-width: 100%;
    }

    .no-padding-sm {
        padding: 0;
    }
}

body {
    padding-right: 0px !important;
}

.color_main {
    color: #129fd8;
}

.title-page {
    font-size: 2.5em;
    line-height: 1.2em;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.48571em;
}

.heading__title {
    position: relative;
    font-weight: bold;
    font-size: 2.14286em;
    margin-bottom: 1em;
    padding-top: 0.33333em;
}

.heading__title::before {
    content: "";
    width: 3.33333em;
    background: #3c7eef;
    border-radius: 0.06667em;
    height: 0.13333em;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 991.98px) {
    .heading__title {
        font-size: 1.71429em;
        margin-bottom: 0.83333em;
        padding-top: 0.41667em;
    }
}

.page {}

.page__content {
    font-size: 1.14286em;
    line-height: 1.5em;
}

.page__content ol {
    padding-left: 2.5em;
    list-style-type: decimal;
}

.page__content ol li {
    margin-top: 0.1875em;
    margin-bottom: 0.1875em;
}

.page__content ul {
    list-style: none;
    padding-left: 2.5em;
}

.page__content ul li {
    margin-bottom: 0.375em;
    margin-top: 0.1875em;
}

.page__content ul li:before {
    content: " ";
    background: #3c7eef;
    display: inline-block;
    width: 0.4375em;
    height: 0.4375em;
    border-radius: 50%;
    margin-right: -0.4375em;
    left: -1em;
    position: relative;
    line-height: 1;
    top: -0.125em;
}

.page .editor {
    max-width: 56.25em;
    margin: 0 auto;
}

.editor a {
    color: #333333;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.42857em;
}

.owl-carousel .owl-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 0;
    box-sizing: border-box;
    border-radius: 100%;
    background: #e7e7e7;
    margin: 5px;
}

.owl-carousel .owl-dots button.active {
    width: 10px;
    height: 10px;
    background: #129fd8;
    border: 1px solid #129fd8;
}

.owl-carousel .owl-dots button span {
    display: block;
}

.paginate {
    margin-bottom: 3.57143em;
    text-align: right;
}

.paginate .pagination {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.paginate .pagination ul {
    margin: 0;
}

.paginate .pagination ul li {
    display: inline-block;
    text-align: center;
    margin-right: 0.71429em;
}

.paginate .pagination ul li:last-child {
    margin-right: 0;
}

.paginate .pagination ul li a,
.paginate .pagination ul li span {
    font-size: 1.14286em;
    border: 0.0625em solid #d6d6d6;
    border-radius: 0.25em;
    line-height: 1.25em;
    font-weight: 600;
    padding: 0.4375em 1.25em;
    color: #979797;
    display: block;
}

.paginate .pagination ul li a.current,
.paginate .pagination ul li a:hover,
.paginate .pagination ul li span.current,
.paginate .pagination ul li span:hover {
    color: #ffffff;
    background: #129fd8;
    border-color: #129fd8;
}

.paginate .pagination ul li a.prev,
.paginate .pagination ul li a.next {
    border-color: #ffffff;
    padding: 0.4375em 0.625em;
}

.paginate .pagination ul li a.prev:hover,
.paginate .pagination ul li a.next:hover {
    background: #ffffff;
}

.paginate .pagination ul li a.prev:hover svg,
.paginate .pagination ul li a.next:hover svg {
    fill: #129fd8;
}

.paginate .pagination ul li span.prev,
.paginate .pagination ul li span.next {
    border-color: #ffffff;
    padding: 0.4375em 0.625em;
}

.paginate .pagination ul li span.prev svg,
.paginate .pagination ul li span.next svg {
    fill: #d9d9d9;
}

.paginate .pagination ul li span.prev:hover,
.paginate .pagination ul li span.next:hover {
    background: #ffffff;
}

.paginate .pagination ul li span.prev:hover svg,
.paginate .pagination ul li span.next:hover svg {
    fill: #d9d9d9;
    cursor: not-allowed;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-yellow {
    background: #ffb716;
    z-index: 1;
    box-shadow: inset 0 -4px 0 #d69400;
    border-radius: 0.3em;
    color: #000000;
    font-weight: bold;
    font-size: 1.42857em;
    line-height: 1.25em;
    padding: 0.7em;
}

.btn-yellow:not(:disabled):hover {
    background: #d69400;
    border-color: #d69400;
}

.btn-yellow:focus {
    border-color: #d69400 !important;
}

.btn--ajax-disabled:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #ffb716;
    box-shadow: inset 0 -4px 0 #d69400;
}

.btn--ajax-disabled:after {
    content: '';
    display: block;
    width: 1.42857em;
    height: 1.42857em;
    position: absolute;
    top: 50%;
    margin-left: -0.71429em;
    margin-top: -0.71429em;
    border-radius: 50%;
    border: 0.21429em solid #000;
    border-top-color: transparent;
    -webkit-animation: spin 0.65s infinite linear;
    left: 50%;
}

.product__item--soldout {
    background: #949494;
    padding: 0.64286em 0.71429em;
    border-radius: 0.28571em;
    -moz-border-radius: 0.28571em;
    -webkit-border-radius: 0.28571em;
    color: #ffffff;
    align-items: center;
    display: inline-flex;
}

.page__reviews {
    padding: 3.57143em 0;
}

@media (max-width: 991.98px) {
    .page__reviews {
        padding: 2.85714em 0;
    }
}

.ui-autocomplete {
    border: 0;
    box-shadow: 0px 0.14286em 0.28571em rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 0.42857em 0.42857em;
}

.ui-autocomplete .ui-menu-item {
    position: relative;
    margin: 0;
    line-height: 1.42857em;
    cursor: pointer;
    min-height: 0;
    list-style: none;
}

.ui-autocomplete .ui-menu-item a {
    text-decoration: none;
    font-weight: 300;
    padding: 0.71429em 1.21429em;
    display: block;
    border: 0;
    color: #595950;
    background: #fff;
    margin: 0;
    border-radius: 0px 0px 0.42857em 0.42857em;
}

.ui-autocomplete .ui-menu-item a:hover,
.ui-autocomplete .ui-menu-item a:focus {
    background: #EDF2F9;
    color: #000;
    margin: 0;
    border-radius: 0px 0px 0.42857em 0.42857em;
}

.dhs__loading {
    position: fixed;
    z-index: 99999999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.dhs__loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.dhs__loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.dhs__loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    -webkit-animation: spinner 1.5s infinite linear;
    -moz-animation: spinner 1.5s infinite linear;
    -ms-animation: spinner 1.5s infinite linear;
    -o-animation: spinner 1.5s infinite linear;
    animation: spinner 1.5s infinite linear;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 15px 0 0 0, rgba(0, 0, 0, 0.75) 11px 11px 0 0, rgba(0, 0, 0, 0.75) 0 15px 0 0, rgba(0, 0, 0, 0.75) -11px 11px 0 0, rgba(0, 0, 0, 0.5) -15px 0 0 0, rgba(0, 0, 0, 0.5) -11px -11px 0 0, rgba(0, 0, 0, 0.75) 0 -15px 0 0, rgba(0, 0, 0, 0.75) 11px -11px 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 15px 0 0 0, rgba(0, 0, 0, 0.75) 11px 11px 0 0, rgba(0, 0, 0, 0.75) 0 15px 0 0, rgba(0, 0, 0, 0.75) -11px 11px 0 0, rgba(0, 0, 0, 0.75) -15px 0 0 0, rgba(0, 0, 0, 0.75) -11px -11px 0 0, rgba(0, 0, 0, 0.75) 0 -15px 0 0, rgba(0, 0, 0, 0.75) 11px -11px 0 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

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

.ratiobox {
    position: relative;
    display: block;
}

.ratiobox .ls-blur-up-is-loading,
.ratiobox .lazyload:not([src]) {
    visibility: hidden;
}

.ratiobox .ls-blur-up-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-family: "blur-up: auto", "object-fit: contain";
    -o-object-fit: contain;
    object-fit: contain;
    filter: blur(8px);
    opacity: 1;
    transition: opacity 500ms, filter 700ms;
}

.ratiobox .ls-blur-up-img.ls-inview.ls-original-loaded {
    opacity: 0;
    filter: blur(5px);
}

.collection-text {
    margin-bottom: 20px;
}

#count-down-title,
#count-down {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}

#count-down-title .days-count-down,
#count-down-title .day-count-down,
#count-down-title .month-count-down,
#count-down-title .year-count-down,
#count-down .days-count-down,
#count-down .day-count-down,
#count-down .month-count-down,
#count-down .year-count-down {
    padding: 4px 10px;
    background: #fa6a00;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
}

#count-down-title .time,
#count-down .time {
    margin-top: 5px;
    font-size: 16px;
    background: #fa6a00;
    display: inline-block;
    clear: both;
    padding: 10px 58px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}

#count-down-collection {
    margin-bottom: 0;
    text-align: center;
    padding: 15px;
    background: #f2f2f2;
}

#count-down-collection .days-count-down,
#count-down-collection .hours-count-down,
#count-down-collection .min-count-down,
#count-down-collection .sec-count-down {
    padding: 4px 10px;
    background: #fa6a00;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
}

.bg_sale {
    position: absolute;
    top: 0;
    height: auto;
    margin: 0;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-not {
    padding: 30px;
}

.page-not h2 {
    font-size: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.page-not .subtext a {
    font-size: 15px;
}

.tag_icon {
    position: absolute;
    top: 0;
    right: -0.57143em;
    z-index: 10;
}

.tag_icon img {
    position: static;
}

.tag_icon.new {
    width: 2.85714em;
}

.tag_icon.icon_tag_1 {
    top: auto;
    bottom: 5px;
    right: 0;
}

.tag_icon.icon_tag_1 img {
    max-height: 25px;
}

@media (max-width: 767px) {
    .tag_icon.icon_tag_1 img {
        max-height: 20px;
    }
}

.tag_icon.icon_tag_5,
.tag_icon.icon_tag_4 {
    background: #ff7200;
    color: #fff;
    padding: 0.25em 0.5em;
    font-size: 0.85714em;
    top: auto;
    bottom: 0;
    right: 0;
}

.tag_icon.icon_tag_6,
.tag_icon.icon_tag_7 {
    width: 50px;
    top: 5px;
    left: 0px;
}

.tag_icon.qua {
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
}

.map-list {
    max-height: 465px;
    overflow-y: scroll;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

.map-list .item-map {
    border: 0;
    box-shadow: 1px 0px 5px 0px #ccc;
    margin-bottom: 20px;
    padding: 10px;
    cursor: pointer;
}

.map-list .item-map p {
    margin-bottom: 5px;
}

.map-list .item-map .icon-map {
    margin-bottom: 0px;
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: inherit;
}

.map-list .item-map .title-map {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
}

.map-list .item-map .icon-map-hotline {
    padding: 2.5px;
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: inherit;
}

.animation-link {
    position: relative;
    overflow: hidden;
    display: block;
}

.animation-link:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.animation-link:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}

.btn_socical_login {
    padding: 5px 10px;
    display: block;
    color: #fff;
    margin-top: 10px;
    border: 0;
    width: 100%;
}

.btsocialloginfb {
    background: #4267B2;
}

.btsociallogingg {
    background: #EA4335;
    margin-bottom: 10px;
}

/* Header */
.header {
    color: #ffffff;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header__bottom {
    background: #2e9ed5;
    padding: 1.42857em 0;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .header__bottom {
        padding: 0.71429em 0 0.71429em;
    }
}

@media (max-width: 991.98px) {
    .header__bottom--logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header__bottom--logo .logo {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header__bottom--logo .header__bottom--mobile--cart {
        position: relative;
        text-align: right;
        width: 70px;
    }

    .header__bottom--logo .header__bottom--mobile--cart .cart__count {
        position: absolute;
        background: red;
        color: #fff;
        padding: 0;
        font-size: 0.78571em;
        right: 0px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        top: 0px;
        width: 20px;
        height: 20px;
        font-size: 10px;
        padding: 0;
        line-height: 20px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .header__bottom--logo {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header__bottom--logo .logo {
        padding-left: 10px;
        padding-right: 10px;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        text-align: center;
    }

    .header__bottom--logo .header__bottom--mobile--menu {
        width: 35px;
        color: #fff;
    }

    .header__bottom--logo .header__bottom--mobile--menu img {
        width: 30px;
    }

    .header__bottom--logo .header__bottom--mobile--cart {
        width: auto;
    }

    .header__bottom--logo .header__bottom--mobile--cart img {
        width: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header__bottom--logo .header__bottom--mobile--menu {
        width: 35px;
        color: #fff;
    }

    .header__bottom--logo .header__bottom--mobile--menu img {
        width: 30px;
    }
}

.header__bottom--search form {
    position: relative;
}

.header__bottom--search form input[name="s"] {
    height: 2.85714em;
    padding-left: 2.42857em;
    border-top-left-radius: 0.21429em;
    border-bottom-left-radius: 0.21429em;
    font-style: italic;
    border: 0;
}

.header__bottom--search form button {
    position: absolute;
    left: 0.71429em;
    top: 0.57143em;
    z-index: 3;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.header__bottom--hotline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header__bottom--hotline .hotline_number {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.35714em;
    text-align: center;
}

.header__bottom--hotline .hotline_number .hotline-link {
    font-size: 2.14286em;
    font-weight: bold;
    font-style: italic;
    color: #FEC519;
    line-height: 0.66667em;
}

.header__bottom--hotline .hotline_number p {
    font-size: 0.85714em;
    text-align: center;
    margin-bottom: 0;
    font-style: italic;
    color: #fff;
}

.header__bottom--hotline .hotline_shipping {
    margin: 0;
    width: 52%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.35714em;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header__bottom--hotline .hotline_number {
        width: 100%;
        padding-right: 0;
    }

    .header__bottom--hotline .hotline_shipping {
        width: 100%;
        padding-top: 1.07143em;
        padding-left: 0;
    }
}

.header__bottom--cart--user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
    justify-content: center;
    justify-content: center;
}

.header__bottom--cart--user .cart_header_top_box {
    display: none;
}

.header__bottom--user {
    display: flex;
    align-items: center;
    margin-right: 0.35714em;
    position: relative;
    cursor: pointer;
    padding-bottom: 0.71429em;
    color: #ffffff;
}

.header__bottom--user--text span {
    display: block;
    font-size: 0.85714em;
}

.header__bottom--user--text span:nth-child(2) {
    font-size: 0.91667em;
}

.header__bottom--user--text span:nth-child(1) {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 6.66667em;
    overflow: hidden;
}

.header__bottom--user--icon {
    margin-right: 0.85714em;
}

.header__bottom--user--wrap {
    display: none;
    min-width: 14em;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0.42857em 0.85714em 0px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0.07143em;
    border-style: solid;
    border-color: #efefef;
    border-image: initial;
    background: white;
    list-style: none;
    margin: 0px;
    padding: 0.71429em 0px;
    border-radius: 0px 0px 0.21429em 0.21429em;
    z-index: 10;
}

.header__bottom--user--wrap:before {
    margin-left: -0.64286em;
    bottom: 100%;
    left: 50%;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-width: 0.64286em;
    border-style: solid;
    border-color: transparent transparent white;
    border-image: initial;
    border-bottom: 0.64286em solid white;
}

.header__bottom--user--wrap ul {
    margin: 0;
    padding: 0;
}

.header__bottom--user--wrap ul li a {
    color: #4a4a4a;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    width: 14.28571em;
    text-shadow: #ababab 0px 0px 1px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    border-radius: 0.28571em;
    outline: none;
    padding: 8px 20px;
}

.header__bottom--user--wrap ul li a:hover {
    background-color: #f5f4f5;
}

.header__bottom--user:hover .header__bottom--user--wrap {
    display: block;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header__bottom--user {
        margin-right: 0;
        margin-bottom: 0;
    }
}

.header__bottom--cart {
    position: relative;
    width: 3.42857em;
}

.header__bottom--cart .cart__count {
    position: absolute;
    background: red;
    color: #fff;
    padding: 0.18182em 0.72727em;
    font-size: 0.78571em;
    right: 0;
    border-radius: 0.36364em;
    -webkit-border-radius: 0.36364em;
    -moz-border-radius: 0.36364em;
    top: 0;
}

.header__bottom--cart .cart__box {
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 1002;
    background: #FFF;
    color: #666;
    width: 25em;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    display: block;
    visibility: hidden;
}

.header__bottom--cart .cart__box:before {
    content: '';
    border-top: 0.57143em solid transparent;
    border-right: 0.57143em solid transparent;
    border-left: 0.57143em solid transparent;
    border-bottom: 0.57143em solid #fff;
    position: absolute;
    top: -1.14286em;
    right: 1.07143em;
}

.header__bottom--cart .cart__box--top {
    max-height: 18.85714em;
    overflow-y: auto;
}

.header__bottom--cart .cart__box--top .cart__item {
    border-bottom: 1px solid #f3f4f6;
    position: relative;
    padding: 0.85714em 1.14286em;
    display: flex;
}

.header__bottom--cart .cart__box--top .cart__item.original {
    display: none;
}

.header__bottom--cart .cart__box--top .cart__item--image {
    width: 6.28571em;
    text-align: center;
    display: inline-block;
}

.header__bottom--cart .cart__box--top .cart__item--info {
    padding-right: 1.07143em;
    padding-left: 1.07143em;
    text-align: left;
    width: calc(100% - 100px);
    display: inline-block;
}

.header__bottom--cart .cart__box--top .cart__item--qty {
    display: block;
    position: absolute;
    right: 1.07143em;
    top: 0.71429em;
    color: #000;
    font-weight: bold;
}

.header__bottom--cart .cart__box--top .cart__item--remove {
    position: absolute;
    right: 1em;
    bottom: 1em;
    font-size: 1.14286em;
}

.header__bottom--cart .cart__box--top .cart__item--remove svg {
    color: #a6a8b0;
    font-size: 0.875em;
}

.header__bottom--cart .cart__box--top .cart__item:last-child {
    border-bottom: 0;
}

.header__bottom--cart .cart__box--bottom {
    background-color: #f8f8fa;
    padding: 0.85714em 1.14286em 1.14286em;
    border-top: 1px solid rgba(46, 48, 56, 0.1);
}

.header__bottom--cart .cart__box--bottom .total_cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.57143em;
}

.header__bottom--cart .cart__box--bottom .total_cart .total_price {
    font-weight: 700;
    color: #129fd8;
    font-size: 1.07143em;
}

.header__bottom--cart .cart__box--bottom .btn-minicart {
    text-align: center;
    display: block;
    font-size: 1.14286em;
    color: #fff;
    border-radius: 0.3125em;
    padding: 0.75em;
    transition: all .4s ease-in-out;
    background: #129fd8;
}

.header__bottom--cart .cart__empty {
    font-size: 0.92857em;
    padding: 1.15385em;
}

.header__bottom--cart:hover .cart__box {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

/* Sidebar Menu */
.DHS__sidebarMenu {
    position: relative;
}

.DHS__sidebarMenu--title {
    background: #0073a0;
    color: #ffffff;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.DHS__sidebarMenu--title svg {
    fill: #ffffff;
    width: 32px;
    height: 22px;
    margin-right: 20px;
}

.DHS__sidebarMenu--title span {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .DHS__sidebarMenu--title {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

.DHS__sidebarMenu--wrap {
    background: #f2f2f2;
    color: #333333;
    z-index: 90;
    width: 100%;
}

.DHS__sidebarMenu--nav {
    width: 100%;
    margin: 0;
}

.DHS__sidebarMenu--nav li {
    width: 100%;
    position: relative;
}

.DHS__sidebarMenu--nav li a {
    display: block;
    padding: 5px 15px;
    height: 33px;
}

.DHS__sidebarMenu--nav li a img {
    max-height: 25px;
    overflow: hidden;
    margin-right: 10px;
    max-width: 47px;
}

.DHS__sidebarMenu--nav li a .show_hover {
    display: none;
    opacity: 0;
}

.DHS__sidebarMenu--nav li a .show_hover.lazyloaded {
    opacity: 1;
}

.DHS__sidebarMenu--nav li a .hide_hover {
    display: inline-block;
}

.DHS__sidebarMenu--nav li a:hover {
    background: #0fb9f4;
    color: #ffffff;
    margin: 0 20px 0 0;
}

.DHS__sidebarMenu--nav li a:hover .show_hover {
    display: inline-block;
    opacity: 1;
}

.DHS__sidebarMenu--nav li a:hover .hide_hover {
    display: none;
}

.DHS__sidebarMenu--nav li ul {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
    -moz-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e6e6e6;
    min-width: 180px;
    background: #f2f2f2;
}

.DHS__sidebarMenu--nav li ul li a {
    color: #333333;
}

.DHS__sidebarMenu--nav li ul li a:hover {
    background: #0fb9f4;
    color: #ffffff;
}

.DHS__sidebarMenu--nav li:hover ul {
    visibility: visible;
    display: block;
    height: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1365.98px) {
    .DHS__sidebarMenu--nav li a {
        padding: 7px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .DHS__sidebarMenu--nav li a {
        padding: 5px 15px;
    }
}

/* NAV */
.nav__menu {
    background: #2cbde5;
}

.nav__menu .DHS__sidebarMenu--wrap {
    display: none;
}

.nav__menu .DHS__sidebarMenu--wrap.DHS__sidebarMenu--hover {
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #dadada;
}

.nav__menu .DHS__sidebarMenu:hover .DHS__sidebarMenu--wrap.DHS__sidebarMenu--hover {
    display: block;
}

.nav__services .item {
    color: #ffffff;
}

.nav__services .item img {
    margin-right: 10px;
    max-width: 35px;
}

.nav__services .item span {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .nav__services .item {
        padding-left: 0;
        width: 25%;
        display: flex;
    }

    .nav__services .item img {
        max-width: 30px;
        margin-bottom: 7px;
    }

    .nav__services .item span {
        font-size: 11px;
        display: block;
        width: 100%;
    }
}

/* Footer */
.footer {
    color: #333333;
    background: #ffffff;
}

.footer__brand .container {
    border-top: 1px dashed #333;
    padding-top: 2.14286em;
}

.footer__brand.not_border .container {
    border-top: 0px;
}

.footer__brand--title {
    font-size: 1.35714em;
    margin-bottom: 1.31579em;
    font-weight: 700;
}

.footer__brand--slider {
    margin-bottom: 1.42857em;
}

.footer__bottom {
    padding: 1.07143em 0;
}

.footer__menu--title {
    font-size: 1em;
    color: #333333;
    padding-bottom: 0.57143em;
}

.footer__menu--lists li {
    font-size: 0.92857em;
}

.footer__menu--lists li a {
    color: #333333;
}

.footer__copyright {
    background: #e3e3e3;
    color: #333333;
    padding: 0.76923em 0px;
    font-size: 0.92857em;
}

@media (max-width: 767.98px) {
    .footer__copyright .logo-foot {
        max-width: 70%;
        margin-bottom: 1.15385em;
    }

    .footer__copyright .logo-bct {
        max-width: 13.07692em;
    }
}

/* Breadcrumb */
#breadcrumb {
    background: #f5f5f5;
    margin-bottom: 1.42857em;
}

#breadcrumb .breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    #breadcrumb.breadcrumb-account {
        margin-bottom: 0px;
    }
}

/* Product Loop */
.product__item {
    padding: 0.57143em;
    margin-bottom: 15px;
    background: #fff;
}

.product__item--image {
    position: relative;
    padding-bottom: 100%;
}

.product__item--image a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.product__item--info {
    padding-top: 0.71429em;
}

.product__item--title {
    overflow: hidden;
    min-height: 2.14286em;
    font-size: 14px;
    white-space: break-spaces;
    font-weight: normal;
    display: block;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.product__item--title a {
    display: block;
    min-height: 2.14286em;
}

.product__item--price {
    position: relative;
}

.product__item--price--normal {
    color: #129fd8;
    font-size: 1.28571em;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
    white-space: break-spaces;
}

.product__item--price del {
    display: block;
    font-size: 1em;
    font-weight: 300;
    color: #606060;
    min-height: 18px;
}

.product__item--sale {
    color: #ffffff;
    background: #F23611;
    padding: 0.4em 0.8em;
    font-size: 0.64286em;
    position: absolute;
    right: 0;
    bottom: 0;
}

.product__item--variant {
    font-weight: normal;
    color: #7A7A7A;
    font-size: 0.56em;
}

.product__item--variant--size {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    -webkit-border-radius: 0.41667em;
    -moz-border-radius: 0.41667em;
    border-radius: 0.41667em;
    padding: 0.41667em 0.83333em;
    font-size: 0.85714em;
}

.product__item--action {
    margin-top: 5px;
}

.product__item--action button {
    background: #ff6600;
    color: #ffffff;
    border-radius: 0.5em;
    padding: 0.57143em 0.71429em;
    text-align: center;
    display: block;
    width: 100%;
    border: 0;
}

.product__item--action button.preorder {
    background: #0073a0;
}

.product__item--action button:hover {
    color: #ffffff;
}

.product__item--action button.product__item--soldout {
    background: #949494;
    padding: 0.64286em 0.71429em;
    border-radius: 0.28571em;
    -moz-border-radius: 0.28571em;
    -webkit-border-radius: 0.28571em;
    color: #ffffff;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .product__item--action button {
        font-size: 0.92857em;
        padding: 0.61538em 0.76923em;
        border-radius: 0.53846em;
    }
}

.product__item--action .product__item--login {
    background: #ff6600;
    color: #ffffff;
    border-radius: 0.5em;
    padding: 0.57143em 0.71429em;
    text-align: center;
    display: block;
    width: 100%;
    border: 0;
}

.product__item--action .product__item--login:hover {
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .product__item--action .product__item--login {
        font-size: 0.92857em;
        padding: 0.61538em 0.76923em;
        border-radius: 0.53846em;
    }
}

@media (min-width: 768px) {
    .product__item:hover {
        -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
        -webkit-transform: inherit;
        transform: inherit;
    }
}

.product__item.sushi .product__item--image .tag_icon {
    right: 0;
    width: 40px;
}

.product__item.sushi .product__item--image .tag_icon.icon_tag_1 {
    width: auto;
}

.product__item.sushi .product__item--price--normal {
    color: #E25B26;
    font-weight: 700;
    font-size: 1.28571em;
}

.product__item.sushi .product__item--price del {
    font-size: 1em;
}

.product__item.sushi .product__item--variant {
    font-size: 0.75em;
}

.product__item.sushi .product__item--action button {
    background: #E36429;
}

.product__item.sushi .product__item--action button.product__item--soldout {
    background: #949494;
    padding: 0.64286em 0.71429em;
    border-radius: 0.28571em;
    -moz-border-radius: 0.28571em;
    -webkit-border-radius: 0.28571em;
    color: #ffffff;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .product__item--price--normal {
        font-size: 1em;
        min-height: 28px;
        line-height: 1;
    }

    .product__item--price del {
        font-size: 0.85714em;
    }

    .product__item--variant {
        font-size: 0.75em;
    }
}

/* Quickview */
#quick-view-modal .modal-dialog {
    max-width: 67.14286em;
}

#quick-view-modal .jsQuickview {
    padding: 0px 1.07143em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

#quick-view-modal .jsQuickview .modal-header {
    border-bottom: 0;
    padding: 0.71429em 0;
    position: relative;
    height: 3.57143em;
}

#quick-view-modal .jsQuickview .modal-header .quickview-close {
    position: absolute;
    right: 0px;
    top: 1.07143em;
}

#quick-view-modal .jsQuickview .modal-header .quickview-close a {
    width: 1.64286em;
    height: 1.64286em;
    display: inline-block;
    text-align: center;
    line-height: 1.64286em;
    background: #ed0000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}

#quick-view-modal .jsQuickview .modal-header .quickview-close a i {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    #quick-view-modal .jsQuickview .modal-header .quickview-close {
        position: fixed;
        right: 30px;
        z-index: 999;
    }

    #quick-view-modal .jsQuickview .modal-header .quickview-close a {
        width: 2.14286em;
        height: 2.14286em;
        line-height: 2.14286em;
    }
}

#quick-view-modal .jsQuickview .modal-title {
    margin-bottom: 0.71429em;
    font-weight: bold;
    padding: 0;
    width: 100%;
}

#quick-view-modal .jsQuickview .modal-title .quickview-title {
    display: block;
}

#quick-view-modal .jsQuickview .p-des,
#quick-view-modal .jsQuickview form#form-quickview {
    width: 100%;
}

#quick-view-modal .jsQuickview .quickview-image {
    position: relative;
}

#quick-view-modal .jsQuickview .quickview-cart-info {
    border-bottom: 1px dashed #ededed;
    margin-bottom: 0.71429em;
    margin-top: 0.71429em;
    background-color: #fdf6f5;
    border: 1px solid #f1f1f1;
    padding: 0.35714em;
}

#quick-view-modal .jsQuickview .quickview-cart-info .quickview-price {
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}

#quick-view-modal .jsQuickview .quickview-cart-info .quickview-price .product_price {
    font-size: 20px;
    margin-right: 10px;
    color: #129fd8;
    font-weight: bold;
}

#quick-view-modal .jsQuickview .quickview-cart-info .quickview-price .deal_product {
    position: relative;
    background: red;
    padding: 5px;
    color: #fff;
    margin-left: 20px;
    font-size: 13px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#quick-view-modal .jsQuickview .quickview-cart-info .quickview-price .deal_product:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: red;
    border-width: 14px;
    margin-top: -14px;
}

#quick-view-modal .jsQuickview .quickview-cart-info .quickview-price .price-info-meta {
    font-size: 11px;
    margin: 0;
    color: #999;
    margin-top: 5px;
}

#quick-view-modal .jsQuickview .quickview-cart-info .quickview-price .price-info-meta span {
    font-weight: 700;
}

#quick-view-modal .jsQuickview .form-input label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
    margin-right: 10px;
    float: left;
}

#quick-view-modal .jsQuickview .form-input .quickview_quantity_wrap {
    display: table;
}

#quick-view-modal .jsQuickview .form-input .quickview_quantity_wrap .btn_quickview_minus {
    height: 25px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #dfdfdf;
    background: #fff;
    display: table-cell;
    cursor: pointer;
    color: #333;
    width: 25px;
    text-align: center;
    font-size: 14px;
}

#quick-view-modal .jsQuickview .form-input .quickview_quantity_wrap .btn_quickview_plus {
    height: 25px;
    border-radius: 0 4px 4px 0;
    border: 1px solid #dfdfdf;
    background: #fff;
    display: table-cell;
    cursor: pointer;
    color: #333;
    width: 25px;
    text-align: center;
    font-size: 14px;
}

#quick-view-modal .jsQuickview .form-input .quickview_quantity_wrap input.quantity {
    display: table-cell;
    width: 60px;
    height: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
}

#quick-view-modal .jsQuickview .form-input span {
    font-size: 20px;
    margin-right: 10px;
    color: #129fd8;
    font-weight: bold;
}

#quick-view-modal .jsQuickview .quickview-variants {
    margin-bottom: 15px;
}

#quick-view-modal .jsQuickview .quickview-variants label {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 15px;
}

#quick-view-modal .jsQuickview .quickview-variants .p-title {
    padding: 5px 15px;
    border: 1px solid #333;
    color: #333;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

#quick-view-modal .jsQuickview .quickview-variants .p-title.active {
    border: 1px solid #e42127;
}

#quick-view-modal .jsQuickview .quickview-variants .single-option-selector input[type="radio"] {
    margin-right: 7px;
    position: relative;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 16px;
    height: 16px;
}

#quick-view-modal .jsQuickview .quickview-variants .single-option-selector input[type="radio"]:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#quick-view-modal .jsQuickview .quickview-variants .single-option-selector input[type="radio"]:after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    right: 3px;
    top: 5px;
    margin: auto;
    width: 10px;
    height: 5px;
    border: 2px solid #58b3f0;
    border-top-style: none;
    border-right-style: none;
}

#quick-view-modal .jsQuickview .quickview-variants .single-option-selector input[type="radio"]:checked:after {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

#quick-view-modal .jsQuickview .quickview-variants .single-option-selector .variant-option-item {
    width: 50%;
    float: left;
    padding: 0 3px;
    font-size: 14px;
    position: relative;
}

#quick-view-modal .jsQuickview .form-input-submit {
    margin-top: 15px;
    margin-bottom: 15px;
}

#quick-view-modal .jsQuickview .form-input-submit button {
    background: #ff7200;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 9px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
}

#quick-view-modal .jsQuickview .form-input-submit button[disabled] {
    opacity: .4;
}

#quick-view-modal .jsQuickview .quickview-slider {
    margin: 10px -5px 0;
    position: relative;
}

#quick-view-modal .jsQuickview .quickview-slider .product-thumb-quickview {
    margin: 5px;
}

#quick-view-modal .jsQuickview .quickview-slider .owl-prev,
#quick-view-modal .jsQuickview .quickview-slider .owl-next {
    background: none;
    color: #000;
    opacity: 1;
    position: absolute;
    top: 30%;
    font-size: 16px;
}

#quick-view-modal .jsQuickview .quickview-slider .owl-prev {
    left: 0;
}

#quick-view-modal .jsQuickview .quickview-slider .owl-next {
    right: 0;
}

@media (max-width: 767.98px) {
    #quick-view-modal .jsQuickview {
        padding: 0;
        height: 100%;
        top: 0;
        overflow: scroll;
        padding-left: 10px;
        padding-right: 10px;
    }

    #quick-view-modal .jsQuickview .modal-header {
        height: auto;
        padding: 10px;
        background: #ddd;
    }

    #quick-view-modal .jsQuickview .p-des {
        padding-bottom: 50px;
    }

    #quick-view-modal .jsQuickview .form-input #quantity-quickview {
        padding: 2px 5px;
    }

    #quick-view-modal .jsQuickview .form-input .note_slm {
        width: auto;
    }

    #quick-view-modal .jsQuickview .form-input .quantity_qv {
        display: flex;
        justify-content: center;
    }

    #quick-view-modal .jsQuickview .quickview-cart-info {
        padding: 10px 0;
    }

    #quick-view-modal .jsQuickview .quickview-cart-info .product-price {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    #quick-view-modal .jsQuickview .quickview-cart-info .product-price .price-info-meta {
        margin-top: 5px;
    }

    #quick-view-modal .jsQuickview .quickview-information {
        padding: 10px 0px 10px 0px;
    }

    #quick-view-modal .jsQuickview .quickview-information .quickview-variants {
        text-align: center;
    }

    #quick-view-modal .jsQuickview .quickview-information .quickview-variants .single-option-selector .variant-option-item {
        width: 100%;
    }

    #quick-view-modal .jsQuickview .quickview-information .quickview-variants label {
        display: block;
        font-weight: 700;
    }

    #quick-view-modal .jsQuickview .quickview-information .quickview-variants .p-title {
        display: inline-block;
    }

    #quick-view-modal .jsQuickview .quickview-information .form-input-submit {
        display: flex;
        justify-content: center;
    }

    #quick-view-modal .jsQuickview .quickview-information .form-input-submit button {
        width: 50%;
        font-size: 12px;
        margin: 0 5px;
    }

    #quick-view-modal .jsQuickview .quickview-information .form-input-submit button.close-popup {
        background: #aaa;
    }

    #quick-view-modal .jsQuickview .quickview-title {
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
    }

    #quick-view-modal .jsQuickview .quickview-title a {
        text-align: center;
    }

    #quick-view-modal .jsQuickview .quickview-image-xs {
        width: 70%;
        margin: 0 auto;
    }

    #quick-view-modal .jsQuickview .quickview-slider {
        margin: 0;
    }

    #quick-view-modal .jsQuickview .quickview-slider .owl-next,
    #quick-view-modal .jsQuickview .quickview-slider .owl-prev {
        top: 40%;
        font-weight: bold;
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    #quick-view-modal .modal-dialog {
        max-width: 100%;
    }
}

/* pagination */
#pagination {
    margin: 20px 0 40px 0;
    text-align: center;
}

#pagination .page_node {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#pagination .page_node:hover,
#pagination .page_node.current {
    color: #fff;
    border-color: #e6e6e6;
    background: #129fd8;
}

/*Menu Mobile*/
#mobile_wrap_menu {
    position: fixed;
    background-color: white;
    height: 100%;
    z-index: 10;
    width: 270px;
    color: #bbb;
    top: 0;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: -270px;
}

#mobile_wrap_menu.show {
    left: 0;
    z-index: 9999;
}

#mobile_wrap_menu .content_menu ul li {
    position: relative;
}

#mobile_wrap_menu .content_menu ul li a {
    padding: 10px 10px 10px 15px;
    display: block;
    color: #7b7b7b;
    font-size: 16px;
    border-bottom: 1px solid rgba(105, 105, 105, 0.4);
}

#mobile_wrap_menu .content_menu ul li a img {
    max-height: 25px;
    margin-right: 10px;
}

#mobile_wrap_menu .content_menu ul li a:hover {
    color: #333333;
}

#mobile_wrap_menu .content_menu ul li .more {
    position: absolute;
    right: 0;
    padding: 11px 10px 11px 15px;
    font-size: 14px;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    color: #7b7b7b;
}

#mobile_wrap_menu .content_menu ul ul li a {
    padding-left: 30px;
}

#mobile_wrap_menu .content_menu ul ul ul li a {
    padding-left: 40px;
}

#mobile_wrap_menu .user_mobile {
    background: #2e9ed5;
    color: #fff;
    padding: 10px;
}

#mobile_wrap_menu .user_mobile .icon_user_mobile {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-right: 15px;
}

#mobile_wrap_menu .user_mobile .login_mobile a {
    color: #fff;
}

#mobile_wrap_menu .user_mobile .login_mobile a:hover {
    color: #fff;
}

#mobile_wrap_menu .close_menu {
    padding: 15px;
    cursor: pointer;
    width: 100%;
    background: #f8f8f8;
}

#mobile_wrap_menu .close_menu:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #bbb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    left: 10px;
    top: 15px;
}

#mobile_wrap_menu .close_menu:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #bbb;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    left: 10px;
    top: 15px;
}

#mobile_wrap_menu .menu__mobile--hotline {
    padding-left: 10px;
    padding-right: 10px;
    background: #f8f8f8;
}

#mobile_wrap_menu .menu__mobile--hotline--title {
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#mobile_wrap_menu .menu__mobile--hotline--icon {
    height: 60px;
    width: 40px;
    line-height: 60px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
}

#mobile_wrap_menu .menu__mobile--hotline--text {
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 50px);
}

#mobile_wrap_menu .menu__mobile--hotline--text a {
    font-size: 16px;
    color: #ff7200;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
}

body.overflow_hidden {
    overflow-y: hidden;
}

.opacity_body {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
}

.opacity_body_product {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
}

/* Hotline */
.hotline-fixed {
    display: none;
}

@media (max-width: 767.98px) {
    .hotline-fixed {
        position: fixed;
        left: 10px;
        bottom: 20px;
        z-index: 99;
        background: #fff;
        border-radius: 50px;
        padding: 5px 10px 5px 5px;
        box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
        display: block;
    }

    .hotline-fixed a {
        display: flex;
        flex-wrap: wrap;
    }

    .hotline-fixed .hotline-txt .number {
        display: block;
    }

    .hotline-fixed-icon {
        width: 35px;
        height: 35px;
        background: #ff6600;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
        margin-right: 5px;
        font-size: 16px;
    }

    .hotline-fixed-txt .number {
        display: block;
        font-size: 20px;
        font-weight: 700;
        color: #ff6600;
        line-height: 18px;
    }

    .hotline-fixed-txt .txt {
        font-size: 10px;
    }
}

/* Popup */
#popupEvent.modal {
    text-align: center;
    padding: 0 !important;
}

#popupEvent.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#popupEvent .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#popupEvent .modal-dialog .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
    border: 0;
}

#popupEvent .modal-dialog .modal-body {
    padding: 0;
}

#popupEvent .modal-dialog .popup_close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fa6a00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    color: #fff;
    font-size: 13px;
    width: 25px;
    height: 25px;
    text-transform: lowercase;
    line-height: 15px;
    text-align: center;
}

/* Login & Register */
#modal_login .modal-dialog,
#modal_register .modal-dialog {
    max-width: 900px;
    width: 900px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#modal_login .modal-dialog .modal-content,
#modal_register .modal-dialog .modal-content {
    background: #f8f8f8;
}

#modal_login .modal-dialog .modal-content .modal-body,
#modal_register .modal-dialog .modal-content .modal-body {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: flex;
}

#modal_login .modal-dialog .modal-content .modal-body .content-left,
#modal_register .modal-dialog .modal-content .modal-body .content-left {
    width: 360px;
    padding: 30px;
    background: #fff;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

#modal_login .modal-dialog .modal-content .modal-body .content-left h2,
#modal_register .modal-dialog .modal-content .modal-body .content-left h2 {
    font-size: 32px;
    font-weight: 300;
    color: #242424;
    margin-top: 0;
    margin-bottom: 10px;
}

#modal_login .modal-dialog .modal-content .modal-body .content-left p,
#modal_register .modal-dialog .modal-content .modal-body .content-left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    color: #787878;
}

#modal_login .modal-dialog .modal-content .modal-body .content-left img,
#modal_register .modal-dialog .modal-content .modal-body .content-left img {
    margin-top: 70px;
    margin-bottom: 20px;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right,
#modal_register .modal-dialog .modal-content .modal-body .content-right {
    width: calc(100% - 390px);
    height: 570px;
    margin: 15px;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .tab,
#modal_register .modal-dialog .modal-content .modal-body .content-right .tab {
    width: 100%;
    border-bottom: solid 1px #f4f4f4;
    overflow: hidden;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .tab .tab-item,
#modal_register .modal-dialog .modal-content .modal-body .content-right .tab .tab-item {
    float: left;
    font-size: 16px;
    width: 150px;
    text-align: center;
    border-bottom: solid 3px #fff;
    padding: 15px 5px 7px;
    color: #787878;
    margin-left: 20px;
    font-weight: 300;
    display: block;
    text-decoration: none;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .tab .tab-item.active,
#modal_login .modal-dialog .modal-content .modal-body .content-right .tab .tab-item:hover,
#modal_register .modal-dialog .modal-content .modal-body .content-right .tab .tab-item.active,
#modal_register .modal-dialog .modal-content .modal-body .content-right .tab .tab-item:hover {
    border-bottom: solid 3px #ffae00;
    color: #ffae00;
    cursor: pointer;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right #login_x,
#modal_login .modal-dialog .modal-content .modal-body .content-right #recover_password_x,
#modal_register .modal-dialog .modal-content .modal-body .content-right #login_x,
#modal_register .modal-dialog .modal-content .modal-body .content-right #recover_password_x {
    margin: 35px;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right form label,
#modal_register .modal-dialog .modal-content .modal-body .content-right form label {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    width: 80px;
    margin-bottom: 0;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right form .form-control,
#modal_register .modal-dialog .modal-content .modal-body .content-right form .form-control {
    display: inline-block;
    width: calc(100% - 85px);
    border: 1px solid #e6e6e6;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right form #login-form-submit,
#modal_login .modal-dialog .modal-content .modal-body .content-right form #register-form-submit,
#modal_register .modal-dialog .modal-content .modal-body .content-right form #login-form-submit,
#modal_register .modal-dialog .modal-content .modal-body .content-right form #register-form-submit {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    background: #ffae00;
    border-color: #ffae00;
    width: 100%;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .forget-password-group,
#modal_login .modal-dialog .modal-content .modal-body .content-right .btn_submit_group,
#modal_login .modal-dialog .modal-content .modal-body .content-right .modal_social_wrap,
#modal_register .modal-dialog .modal-content .modal-body .content-right .forget-password-group,
#modal_register .modal-dialog .modal-content .modal-body .content-right .btn_submit_group,
#modal_register .modal-dialog .modal-content .modal-body .content-right .modal_social_wrap {
    width: 100%;
    padding-left: 80px;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .forget-password-group,
#modal_register .modal-dialog .modal-content .modal-body .content-right .forget-password-group {
    font-size: 12px;
    margin-top: 0;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .forget-password-group a,
#modal_register .modal-dialog .modal-content .modal-body .content-right .forget-password-group a {
    color: #ffae00;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .modal_social_wrap iframe,
#modal_register .modal-dialog .modal-content .modal-body .content-right .modal_social_wrap iframe {
    width: 100% !important;
}

#modal_login .modal-dialog .modal-content .close,
#modal_register .modal-dialog .modal-content .close {
    position: absolute;
    z-index: 2;
    right: -17px;
    top: -17px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    background-color: #e2e2e2;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
}

.header-mobile {
    background: #2e9ed5;
    position: sticky;
    z-index: 10;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #2e9ed5;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 8px;
    height: 56px;
}

a#backto-page {
    min-width: 40px;
    height: 40px;
    padding: 0px;
    border: 0px;
    background: 0px center;
    outline: 0px;
    color: white;
    font-size: 30px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.headerCart_title {
    color: white;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 0%;
    text-align: center;
    padding-right: 40px;
}

.headerCart_title img {
    max-width: 200px;
}

@media (min-width: 768px) {
    .header-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .hidden-cart {
        display: none;
    }
}

/* Search */
.form_search {
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.form_search input[type="text"] {
    padding: 4px 35px 4px 15px;
    font-size: 13px;
    width: 250px;
}

.form_search .btn_search_header {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
    color: #000;
    padding: 4px 10px;
}

#search .form_search input[type="text"] {
    padding: 8px 35px 8px 15px;
    font-size: 13px;
    width: 450px;
}

#search .form_search .btn_search_header {
    padding: 8px 10px;
}

/*Page sidebar */
#page-sidebar .block-sidebar {
    margin-bottom: 60px;
}

#page-sidebar .block-sidebar .block-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

#page-sidebar .block-sidebar .block-content ul li.active a {
    color: #129fd8;
    font-weight: bold;
}

#page-sidebar .block-sidebar .block-content ul li.active:before {
    color: #129fd8;
}

#page .page-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

#page .title_about_us h1 {
    font-size: 24px;
    font-style: italic;
    color: #000;
    margin-bottom: 10px;
}

#page .title_about_us h1 span {
    color: #129fd8;
    display: block;
    font-size: 48px;
}

/* Stores */
#stores .container {
    padding-left: 10px;
    padding-right: 10px;
}

#stores .container .row {
    margin-left: -10px;
    margin-right: -10px;
}

#stores .container .list_store_title {
    font-size: 24px;
    color: #2d3035;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    padding: 10px 0 10px 0;
    margin: 0;
}

#stores .container .store_content_page {
    background: #f7f7f7;
    padding: 25px 15px 25px;
    margin-bottom: 15px;
}

#stores .promotion_store_title {
    text-align: center;
}

#stores .promotion_store_wrap {
    background: #c3f2ff;
    padding-top: 90px;
    margin-top: -60px;
    padding-bottom: 60px;
}

#stores .promotion_store_wrap .promotion_store_owl {
    padding-right: 60px;
    padding-left: 60px;
}

#stores .promotion_store_wrap .promotion_store_owl:before {
    content: '';
    background: url(https://file.hstatic.net/1000030244/file/asset_1_2x_748198fd2f9f470ba4b7e38fb1d87445.png);
    width: 100%;
    position: absolute;
    top: 0;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}

#stores .promotion_store_wrap .promotion_store_owl.owl-carousel .item {
    padding-left: 15px;
    padding-right: 15px;
}

#stores .promotion_store_wrap .promotion_store_owl.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1bb7ed;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
}

#stores .promotion_store_wrap .promotion_store_owl.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

#stores .promotion_store_wrap .promotion_store_owl.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

#stores .promotion_store_wrap .promotion_store_owl.owl-carousel .owl-dots button {
    width: 20px;
    height: 2px;
    border: 0;
    box-sizing: border-box;
    border-radius: inherit;
    background: #fff;
    margin: 5px;
}

#stores .promotion_store_wrap .promotion_store_owl.owl-carousel .owl-dots button.active {
    width: 20px;
    height: 2px;
    background: #129fd8;
}

@media (max-width: 767px) {
    #stores .promotion_store_title {
        padding-left: 120px;
        padding-right: 120px;
    }

    #stores .promotion_store_wrap {
        padding-top: 60px;
        margin-top: -40px;
        padding-bottom: 30px;
    }

    #stores .promotion_store_wrap .promotion_store_owl {
        padding-left: 0;
        padding-right: 0;
    }

    #stores .promotion_store_wrap .promotion_store_owl:before {
        background-size: contain;
    }
}

.nav-landingpage {
    background: #d82129;
}

.nav-landingpage .DHS__sidebarMenu--title {
    background: #9c181d;
}

.section-lg {
    padding-top: 40px;
    padding-bottom: 50px;
}

.section-lg.bg-image {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .section-lg {
        padding-top: 85px;
        padding-bottom: 85px;
    }
}

.section__title {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}

.section__subtitle {
    color: #959494;
    text-align: center;
    font-size: 21px;
    letter-spacing: 3.6px;
}

.section-offer-wrap {
    margin-top: 30px;
}

.section-offer-item {
    margin-top: 30px;
}

.section-offer-item:first-child {
    margin-top: 0;
}

.section-offer-item .item-title {
    line-height: 1.25;
    font-size: 24px;
    color: #d82129;
}

.section-offer-item .item-title a {
    color: #d82129;
}

.section-offer-item .item-content {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .section__title {
        font-size: 36px;
    }

    .section__subtitle {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .section-offer-item {
        text-align: center;
    }

    .section-offer-item .item-title {
        font-size: 20px;
    }
}

.bg-gray-lightest {
    background: #f9fbfc;
}

.our-product-box-image {
    border: 1px solid #fff;
    width: 100%;
    background-color: #f9fbfc;
}

.our-product-box-image .our-product-box-body {
    padding: 15px;
}

.our-product-box-image .our-product-box-body h3 {
    margin-top: 4px;
    font-size: 28px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .our-product-box-image .our-product-box-body h3 {
        font-size: 36px;
    }
}

.our-product-box-image .our-product-box-body .our_product_price {
    margin-top: 10px;
    color: #d82129;
    font-size: 18px;
    font-weight: bold;
}

.our-product-box-image .our-product-box-body p {
    margin-top: 12px;
}

.our-product-box-image .our-product-box-body a.button {
    margin-top: 10px;
    padding: 17px 25px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0;
    border-width: 1px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    background-color: #d82129;
    border-color: #d82129;
}

.event-post {
    border: 1px solid #f9fbfc;
    text-align: center;
}

.event-post .event-header {
    padding: 18px 15px;
    font-weight: 600;
}

.event-post .event-header h6 {
    font-size: 18px;
}

.event-post .event-header h6 a {
    color: #181818;
}

.event-post .event-body {
    padding: 20px 20px 10px;
}

.event-post .event-body .event-price {
    color: #d82129;
    font-size: 18px;
    font-weight: bold;
}

.event-post .event-body .button-link {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
    color: #fff;
    background-color: #d82129;
    border-color: #d82129;
    padding: 17px 25px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0;
    border-width: 1px;
    display: inline-block;
}

.feedback.owl-carousel .owl-nav .owl-next,
.feedback.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    padding: 0 13px !important;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #d82129;
    background-color: #f2f2f2;
    line-height: 30px;
    top: 50%;
}

.feedback.owl-carousel .owl-nav .owl-prev {
    left: 0%;
}

.feedback.owl-carousel .owl-nav .owl-next {
    right: 0%;
}

#back-to-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    background: #d82129;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 100px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .3s all ease;
}

.grecaptcha-badge {
    display: none;
}

.social {
    margin-top: 15px;
}

.social .fb-share-button {
    display: inline-block;
    vertical-align: middle;
}

.social .zalo-share-button {
    vertical-align: middle;
}

.snow-canvas {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: fixed;
    pointer-events: none;
}

#onAppWishList_btn_wishlist {
    vertical-align: middle;
}

#onAppWishList_btn_wishlist button,
#onAppWishList_btn_wishlist button:focus {
    border: 0;
    padding: 0;
    border-radius: 22px;
    box-shadow: rgba(47, 83, 151, 0.1) 0px 2px 6px 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin-left: 12px;
    cursor: pointer;
    background: white;
    width: 45px;
    height: 45px;
}

.wishlist-success {
    position: fixed;
    left: 50%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    top: 50%;
    max-width: 400px;
    min-width: 100px;
    background-color: rgba(208, 238, 251, 0.95);
    transition-duration: 0.2s;
    border-radius: 15px;
    padding: 16px;
    text-align: center;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
}

.wishlist-success-icon {
    width: 40px;
    margin: 0px 0px 8px;
}

#startbap_product_reviews {
    margin-bottom: 30px;
}

.starbaprv-preview-badge--with-link {
    cursor: pointer;
}

.starbap-prev-badge .starbap-star>i.fa {
    font-size: 20px;
}

.starbap-prev-badge .starbap-prev-badgetext {
    font-size: 18px;
}

.header-kitchen {
    background: #ff7f00;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.header-kitchen .logo {
    max-height: 80px;
}

.home__cart {
    padding-top: 10px;
}

.home__cart--title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home__cart--title .view__more {
    color: #ff6600;
    font-size: 16px;
    font-weight: normal;
}

.home__cart--title .view__more svg {
    fill: #ff6600;
    width: 10px;
    height: 10px;
}

@media (max-width: 575.98px) {
    .home__cart--title {
        font-size: 18px;
    }
}

.home__cart--slider.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: #e23800;
    line-height: 20px;
}

.home__cart--slider.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.home__cart--slider.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

#successNotify .modal-header {
    background: #129fd8;
}

#successNotify .modal-header p {
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin: 0;
    color: #fff;
}

#successNotify .modal-body .successNotifySuccess-text {
    font-size: 20px;
}

#successNotify .modal-footer button {
    font-size: 14px;
    opacity: 1;
    background: #129fd8;
    color: #ffffff;
    padding: 0.57143em 0.71429em;
}

#successNotifyDHs .modal-header {
    background: #129fd8;
}

#successNotifyDHs .modal-header p {
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin: 0;
    color: #fff;
}

#successNotifyDHs .modal-body .successNotifySuccess-text {
    font-size: 16px;
}

#successNotifyDHs .modal-footer button {
    font-size: 14px;
    opacity: 1;
    background: #129fd8;
    color: #ffffff;
    padding: 0.57143em 0.71429em;
}

#khsuccessNotifyDHs .modal-header {
    background: #129fd8;
}

#khsuccessNotifyDHs .modal-header p {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin: 0;
    color: #fff;
}

#khsuccessNotifyDHs .modal-body .successNotifySuccess-text {
    font-size: 22px;
}

#khsuccessNotifyDHs .modal-body .successNotifySuccess-text a {
    color: #129fd8;
}

#khsuccessNotifyDHs .modal-footer button {
    font-size: 14px;
    opacity: 1;
    background: #129fd8;
    color: #ffffff;
    padding: 0.57143em 0.71429em;
}

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

.width-100 {
    width: 100%;
    height: auto;
}

.heightwidth-auto {
    height: auto;
    width: auto;
}

.wpo-wrapper-search {
    position: relative;
}

.smart-search-wrapper {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 80;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    padding: 10px;
}

.smart-search-wrapper .item-ult {
    padding: 12px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.smart-search-wrapper .item-ult+.item-ult {
    border-top: 1px dotted #dfe0e1;
}

.smart-search-wrapper .item-ult .thumbs {
    width: 50px;
}

.smart-search-wrapper .item-ult .title {
    width: calc(100% - 50px);
    padding-right: 15px;
    position: relative;
}

.smart-search-wrapper .item-ult .title a {
    font-weight: 500;
    display: block;
    color: #252a2b;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    margin: 0px 0 5px;
}

.smart-search-wrapper .item-ult .title p {
    line-height: 15px;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.smart-search-wrapper .resultsMore {
    border-top: 1px dotted #dfe0e1;
    width: 100%;
}

.smart-search-wrapper .resultsMore a {
    font-weight: 700;
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 10px 0;
}

.smart-search-wrapper .item-ult .title p del {
    font-size: 12px;
    color: #7A7A7A;
}

div#ui-datepicker-div {
    z-index: 15 !important;
}

@media (min-width: 992px) {
    .smart-search-wrapper .resultsMore.resultsMore-desktop {
        display: block;
    }
}

@media (max-width: 767px) {
    .hidden-cart-account {
        display: none;
    }

    .nopadding-mb {
        padding: 0;
    }

    .account-address {
        padding-bottom: 60px;
    }
}

.rte ul,
.rte ol {
    padding-left: 40px;
    list-style: inherit;
}

.logo-bct {
    max-width: 200px;
}

.zalo-img {
    position: fixed;
    bottom: 80px;
    right: 12px;
    z-index: 999;
    width: 50px;
    height: 50px;
}

@media (max-width: 767px) {
    .zalo-img {
        bottom: 120px;
    }
}

.shopee-floating-icon {
    right: 6px;
    bottom: 17vh;
    width: 90px;
    height: 90px;
    position: fixed;
    z-index: 1000;
    display: none;
}

.click-to-dismiss {
    width: 20px;
    height: 20px;
    top: 0;
    right: 5px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 0px;
    margin: 0px;
    background: #0098D1;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    z-index: 99;
    cursor: pointer;
    top: -5px;
}

.floating-icon-image {
    width: 100%;
    height: 100%;
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 1em !important;
    margin: 0 !important;
}

.woocommerce .woocommerce-breadcrumb a:first-child {
    color: #111;
}

ul.page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
}

ul.page-numbers li {
    padding: 0 2px;
}

ul.page-numbers li .current,
ul.page-numbers li a:hover {
    display: flex;
    height: 35px;
    align-items: center;
    background: #129fd8;
    border: 1px solid #e6e6e6;
    color: #fff;
    padding: 0 14px 2px;
}

ul.page-numbers li a {
    display: flex;
    height: 35px;
    align-items: center;
    background: #fff;
    color: #111;
    border: 1px solid #e6e6e6;
    padding: 0 14px 2px;
}

.woocommerce-billing-fields__field-wrapper p {
    float: none !important;
    width: 100% !important;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 3px 10px !important;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.checkout input[type=text],
.checkout input[type=email],
.checkout input[type=tel],
.checkout .select2-selection {
    width: 100% !important;
    height: 40px !important;
    padding: 0 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 3px;
}

.woocommerce form .form-row span.woocommerce-input-wrapper {
    width: 100%;
    margin-top: 1px;
}

.woocommerce-billing-fields__field-wrapper p span {
    width: 100%;
}

.page-payment .col2-set .col-1,
.page-payment .col2-set .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.woocommerce form .form-row textarea {
    width: 100% !important;
    height: 100px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.woocommerce-privacy-policy-text {
    padding-bottom: 15px;
}

@media only screen and (min-width: 769px) {
    .page-payment #place_order {
        position: absolute;
        top: 40px;
        right: 20px;
    }
}

.place-order {
    position: relative;
}

.wpo-wrapper-search .cart__box {
    position: absolute;
    top: 120%;
    right: -1px;
    z-index: 1002;
    background: #FFF;
    color: #666;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    display: block;
    visibility: hidden;
}

.wpo-wrapper-search .cart__box--top .cart__item {
    border-bottom: 1px solid #f3f4f6;
    position: relative;
    padding: 0.85714em 1.14286em;
    display: flex;
}

.wpo-wrapper-search .cart__box--top .cart__item--image {
    width: 6.28571em;
    text-align: center;
    display: inline-block;
}

.wpo-wrapper-search .cart__box:before {
    content: '';
    border-top: 0.57143em solid transparent;
    border-right: 0.57143em solid transparent;
    border-left: 0.57143em solid transparent;
    border-bottom: 0.57143em solid #fff;
    position: absolute;
    top: -1.14286em;
    right: 25.8em;
}

.wpo-wrapper-search .cart__empty {
    font-size: 0.92857em;
    padding: 1.15385em;
}

.wpo-wrapper-search.active .cart__box {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.inline {
    position: relative;
    right: 5px;
    top: -27px;
}

.rotate {
    transform: rotate(180deg);
}