@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap&subset=vietnamese);
.home {
    padding-top: 0px !important;
}
.clearfix {
    display: block;
    zoom: 1
}

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.button-border {
    display: inline-block;
    border: 2px solid #333;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 45px;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    background-color: #fff
}

.button-border:focus,
.button-border:hover {
    background-color: #333;
    color: #fff
}

.button-bg {
    display: inline-block;
    border: 2px solid #333;
    background-color: #333;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 45px;
    line-height: 100%;
    text-transform: uppercase;
    position: relative
}

.button-bg:visited {
    color: #fff
}

.button-bg:focus,
.button-bg:hover {
    background: 0 0;
    color: #333
}

.button-bg.btn-small,
.button-border.btn-small {
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    border-width: 1px;
    padding: 5px 10px
}

.button-bg.disabled,
.button-border.disabled {
    background: #d6d6d6;
    color: #fff;
    border-color: #d6d6d6;
    cursor: default
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

#root,
body,
html {
    height: 100%
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: Roboto, Arial, sans-serif;
    color: #142f43;
    font-size: 16px;
    line-height: 1.4;
    background-color: #FFFCFE
}

a {
    color: #ff5b6a;
    text-decoration: none
}

a:focus,
a:hover {
    color: #ff5b6a;
    outline: 0;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px
}

@media (max-width:991.96px) {

    .h5,
    h5 {
        font-size: 16px
    }
}

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

p {
    margin-bottom: 15px
}

iframe {
    max-width: 100%;
    border: none
}

button:focus,
button:hover {
    outline: 0
}

input[type=number],
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=url_key]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777
}

input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=url_key]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
    opacity: 1
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=url_key]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
    opacity: 1
}

input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=url_key]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
input[type=url_key]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=datetime]::placeholder,
select::placeholder,
textarea::placeholder {
    color: #777
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    cursor: default
}

.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background-color: #3c3c3c;
    border-color: #3c3c3c
}

.btn-mw {
    min-width: 160px
}

.border-dark-red {
    border-color: #b20d0a !important
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-color: none
}

.form-group label {
    font-weight: 500;
    display: block
}

@media (max-width:767.96px) {
    .form-group label br {
        display: none
    }
}

.form-control {
    font-size: 16px;
    border-color: #ff5b6a;
    height: auto;
    padding: 7px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.form-control:focus,
.form-control:hover {
    outline: 0;
    box-shadow: none;
    border-color: #ff5b6a
}

.form-control::-webkit-input-placeholder {
    color: #c4c4c4
}

.form-control:-moz-placeholder {
    color: #c4c4c4;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #c4c4c4;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #c4c4c4
}

.form-control::placeholder {
    color: #c4c4c4
}

.form-control.icon-calendar {
    background-image: url(../images/icon-calendar.svg);
    background-color: #fff;
    background-size: 20px auto;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    padding-right: 35px
}

.form-control.icon-address {
    background: url(../images/icon-pos-5.svg) 7px 50% no-repeat #fff;
    padding-left: 35px
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(255, 91, 106, .1)
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #ff5b6a
}

button:disabled,
button[readonly] {
    background: #FF9EA2 !important;
    pointer-events: none;
    border-color: #FF9EA2 !important;
    color: #fff !important
}

button:disabled.btn-outline-primary,
button[readonly].btn-outline-primary {
    border-color: #ff5b6a !important;
    color: #ff5b6a !important;
    background-color: #fff !important
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ff5b6a
}

label {
    margin-bottom: 5px
}

select {
    background: url(../images/arr-down.svg) right 0 no-repeat;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    padding-right: 48px !important;
    white-space: nowrap;
    text-overflow: ellipsis
}

select::before {
    background-color: red;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1
}

select [disabled] {
    color: #c4c4c4
}

.custom-control-label::before {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #ff5b6a;
    background-color: #ff5b6a;
    left: -30px
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    border-color: #ff5b6a;
    background-color: #ff5b6a
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #ff5b6a;
    background-color: #ff5b6a
}

.custom-control {
    padding-left: 30px
}

.custom-checkbox.checkbox-border .custom-control-label::before {
    background-color: #fff
}

.custom-checkbox.checkbox-border .custom-control-input:checked~.custom-control-label::before {
    background-color: #ff5b6a
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    z-index: 2;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: -26px;
    top: 9px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.custom-control-label {
    padding-top: 3px
}

.custom-radio+.custom-radio {
    margin-top: 10px
}

.custom-radio .custom-control-label {
    padding-top: 2px;
    font-weight: 400
}

.custom-radio .custom-control-label::before {
    border: 1px solid #ff5b6a;
    background: #fff
}

.custom-radio .custom-control-label::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 8px;
    left: -26px
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    border-color: #ff5b6a
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #ff5b6a
}

.cs-radio-wrap {
    display: block;
    zoom: 1
}

.cs-radio-wrap:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.cs-radio-wrap .custom-control {
    float: left;
    margin-right: 20px;
    margin-top: 0 !important
}

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 500
}

.btn.focus,
.btn:focus,
.btn:hover {
    box-shadow: none !important
}

.btn.btn-full {
    width: 100%;
    margin: 0
}

.btn.p-2m {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 50px
}

.bg-dark-yellow {
    background: #f3aa1e !important;
    border-color: #f3aa1e !important
}

.btn-secondary {
    background-color: #ffd800;
    border-color: #ffd800;
    color: #142f43
}

.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #e7a500;
    border-color: #e7a500;
    color: #142f43
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #142f43;
    background-color: #e7a500;
    border-color: #e7a500
}

.btn-block {
    margin: 0
}

.btn-block+.btn-block {
    margin-top: 15px
}

.btn-outline-primary {
    border-color: #ff5b6a;
    color: #ff5b6a;
    background-color: #fff
}

.btn-outline-primary:active,
.btn-outline-primary:hover {
    background-color: #fff !important;
    border-color: #ff5b6a !important;
    color: #ff5b6a !important
}

.btn-outline-primary:active.border-dark-red,
.btn-outline-primary:hover.border-dark-red {
    border-color: #b20d0a !important
}

.btn-outline-primary:active.text-body,
.btn-outline-primary:hover.text-body {
    color: #212529 !important
}

.btn-outline-primary:active.bg-dark-red,
.btn-outline-primary:hover.bg-dark-red {
    background-color: #b20d0a !important;
    color: #fff !important
}

.btn-outline-primary:active.border-dark-color,
.btn-outline-primary:hover.border-dark-color {
    border-color: #737373 !important
}

.btn-outline-secondary {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(4px);
    border-radius: 100px
}

.btn-outline-secondary:active,
.btn-outline-secondary:hover {
    background-color: #fff !important;
    border-color: #ff5b6a !important;
    color: #ff5b6a !important
}

.border-dark-color {
    border-color: #737373 !important
}

.red-color {
    color: #ff5b6a
}

.green-color {
    color: #037d50
}

.qty .q-inner {
    display: inline-block
}

.qty button {
    width: 44px;
    height: 44px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: #FF969A;
    float: left;
    font-weight: 500;
    font-size: 18px
}

.qty .number {
    background-color: #FFEAE3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 44px;
    height: 44px;
    text-align: center;
    border: none;
    float: left;
    margin: 0 5px;
    font-size: 16px;
    padding: 10px 0 0;
    display: block
}

.qty.sm-type .number,
.qty.sm-type button {
    width: 32px;
    height: 32px
}

.qty.sm-type .number {
    padding-top: 5px
}

.msg-error {
    font-size: 14px;
    color: #ff5b6a;
    margin-top: 7px;
    display: none
}

.msg-success {
    font-size: 14px;
    color: #155724;
    margin-top: 7px;
    display: none
}

.btn-save {
    width: 26px;
    height: 22px;
    border: none;
    background-color: transparent;
    background-image: url(../images/icon-save.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block
}

.btn-save span {
    display: none
}

.btn-save.active {
    background-image: url(../images/icon-save-active.svg)
}

.btn-save.check {
    animation-name: bt_save;
    animation-duration: 1s
}

.btn-save.check~.f-big,
.btn-save.check~.f-small {
    display: block;
    animation-delay: .4s
}

.btn-save.check~.f-small {
    animation-name: f_small;
    animation-duration: 2s
}

.btn-save.check~.f-big {
    animation-name: f_big;
    animation-duration: 1.6s
}

.btn-save~.f-big,
.btn-save~.f-small {
    background: url(../images/icon-save-active.svg) no-repeat;
    background-size: 10px auto;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -5px;
    z-index: 1;
    pointer-events: none;
    display: none
}

.btn-save~.f-big {
    background-size: 15px auto;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    margin-left: -7px
}

@keyframes bt_save {
    0% {
        transform: scale(1)
    }

    0%::before {
        transform: translateX(0);
        transform: translateY(0)
    }

    30% {
        transform: scale(1.3)
    }

    50% {
        transform: scale(.7)
    }

    100% {
        transform: scale(1)
    }

    100%::before {
        transform: translateX(-19.4568);
        transform: translateY(-14.6925)
    }
}

@keyframes f_small {
    0% {
        transform: translate(0, 0);
        opacity: .8
    }

    100% {
        transform: translate(5px, -26px);
        opacity: 0
    }
}

@keyframes f_big {
    0% {
        transform: translate(0, 0);
        opacity: .8
    }

    100% {
        transform: translate(20px, -35px);
        opacity: 0
    }
}

.owl-carousel .owl-item img {
    width: auto
}

.hide-ww .page {
    padding-top: 0 !important
}

.hide-ww .footer,
.hide-ww .mobile-menu,
.hide-ww .sticky-header {
    display: none !important
}

.hide-ww .static-page .f-back {
    display: none
}

.page {
    padding-top: 100px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    min-height: 100%
}

@media (max-width:991.96px) {
    .page {
        padding-top: 65px
    }
}

.main .container {
    padding-top: 40px;
    min-height: 300px;
    padding-bottom: 40px
}

@media (max-width:991.96px) {
    .main .container {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.quantity {
    width: 150px
}

.quantity .inner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    border: 1px solid #e1e1e1;
    padding: 0 30px;
    height: 30px
}

.quantity .inner button {
    border: none;
    width: 30px;
    height: 29px;
    cursor: pointer;
    background: #e1e1e1;
    text-align: center;
    color: #142f43;
    font-weight: 400;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0
}

.quantity .inner button.btn-plus {
    left: auto;
    right: 0
}

.quantity .inner input {
    width: 100%;
    text-align: center;
    padding: 3px 2px 2px;
    border: none;
    background: 0 0;
    height: 28px
}

.mobile-menu,
.navbar-toggle {
    display: none
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    margin-bottom: 30px;
    justify-content: center
}

.breadcrumb a {
    color: rgba(20, 47, 67, .5)
}

.breadcrumb a:focus,
.breadcrumb a:hover {
    color: #ff5b6a
}

.breadcrumb-item.active {
    color: #142f43;
    text-transform: uppercase
}

.pagination-list {
    justify-content: center;
    margin-bottom: 0
}

.pagination-list li {
    margin: 0 3px
}

.pagination-list li.active a {
    border-color: #ff5b6a;
    color: #ff5b6a
}

.pagination-list a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid transparent;
    color: #142f43;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px
}

.pagination-list .next a,
.pagination-list .prev a {
    font-size: 22px
}

.pagination-list .next.disable a,
.pagination-list .prev.disable a {
    color: #c4c4c4
}

.form-group .invalid {
    margin-bottom: 0
}

.invalid {
    width: 100% !important;
    margin-top: .25rem !important;
    font-size: 80% !important;
    color: #ff5b6a !important;
    margin-bottom: 15px
}

.bg-cancel,
.bg-processing,
.bg-success {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    height: 27px;
    line-height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    min-width: 90px;
    text-align: center;
    white-space: nowrap
}

.bg-processing {
    background-color: #ffd800;
    color: #142f43
}

.bg-cancel {
    background-color: #ff5b6a;
    color: #fff
}

.bg-success {
    background-color: #02ad28 !important;
    color: #fff
}

.bg-lightred {
    background-color: #FFEAE3
}

.bg-lightyellow {
    background-color: #FFEB8B
}

.bg-dark-red {
    background-color: #b20d0a !important
}

.bg-grey {
    background-color: #F5F5F5
}

.bg-green {
    background-color: #00ac5b !important
}

.border-grey {
    border-color: #E0E0E0 !important
}

.border-2 {
    border-width: 2px !important
}

.text-green {
    color: #02ad28
}

.text-red {
    color: #ff5b6a !important
}

.text-grey {
    color: #6B6C6C !important
}

.text-dark {
    color: #142f43 !important
}

.me-2 {
    margin-right: 10px !important
}

.mt-a1 {
    margin-top: -2px !important
}

.mt-01 {
    margin-top: 1px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-24 {
    font-size: 24px !important
}

.text-line-through {
    text-decoration: line-through !important
}

.p-mb-0 p {
    margin-bottom: 0
}

.z-1 {
    z-index: 1
}

.w-28,
.w-28 img,
.w-28 svg {
    width: 28px;
    min-width: 28px
}

.w-28 img {
    border-radius: 100%
}

.w-36 {
    width: 36px;
    min-width: 36px
}

.mw-510 {
    max-width: 510px
}

.min-h-100 {
    min-height: 100%
}

.line {
    border-color: #FFEAE3
}

.gap-5 {
    gap: 5px
}

.gap-10 {
    gap: 10px
}

.gap-12 {
    gap: 12px
}

.gap-16 {
    gap: 16px
}

.gap-24 {
    gap: 24px
}

.gap-32 {
    gap: 32px
}

.loading-mask {
    position: fixed !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .8);
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    bottom: 0
}

.loading {
    padding: 15px 0
}

.loading img {
    max-width: 50px
}

.wrapper {
    min-height: 473px
}

.react-datepicker-wrapper {
    display: block !important;
    position: relative
}

.react-datepicker-wrapper::before {
    background: url(../images/icon-calendar.svg) no-repeat;
    background-size: 20px auto;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 1;
    pointer-events: none
}

.react-datepicker-wrapper .form-control {
    padding-right: 30px
}

.toast-root-OmP {
    box-shadow: 0 1px 8px -3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 8px -3px rgba(0, 0, 0, .5)
}

.toast-controls-3yQ .toast-dismissButton-jL4 {
    border: none;
    padding: 0;
    width: 18px;
    height: 18px;
    background: #eee
}

#toast-root .toast-actions-2Yn button {
    background: #000;
    border: none;
    padding: 3px 10px 6px;
    color: #fff;
    text-decoration: none
}

.toastContainer-root-1Qi {
    z-index: 9999
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: .5;
    background-color: #ff5b6a
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ff5b6a
}

* {
    scrollbar-width: thin;
    scrollbar-color: #FF5B6A transparent
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background-color: #FF5B6A;
    border-radius: 0;
    border: none
}

::-webkit-scrollbar-corner {
    background: 0 0
}

.countdown {
    display: inline-block;
    display: block;
    zoom: 1
}

.countdown:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.countdown .item {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    color: #142F43;
    font-size: 69px;
    padding: 5px;
    margin-left: 40px;
    position: relative;
    font-weight: 700
}

@media (max-width:991.96px) {
    .countdown .item {
        width: 50px;
        height: 50px;
        font-size: 36px;
        padding-top: 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-left: 30px
    }
}

@media (max-width:767.96px) {
    .countdown .item {
        width: 30px;
        height: 30px;
        font-size: 20px;
        padding: 2px;
        margin-left: 24px
    }
}

.countdown .item:after,
.countdown .item:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff
}

@media (max-width:991.96px) {

    .countdown .item:after,
    .countdown .item:before {
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }
}

@media (max-width:767.96px) {

    .countdown .item:after,
    .countdown .item:before {
        width: 4px;
        height: 4px
    }
}

.countdown .item:before {
    left: -25px;
    top: 50%;
    margin-top: -14px
}

@media (max-width:991.96px) {
    .countdown .item:before {
        margin-top: -10px;
        left: -18px
    }
}

@media (max-width:767.96px) {
    .countdown .item:before {
        margin-top: -5px;
        left: -16px
    }
}

.countdown .item:after {
    left: -25px;
    top: 50%;
    margin-top: 12px
}

@media (max-width:991.96px) {
    .countdown .item:after {
        margin-top: 8px;
        left: -18px
    }
}

@media (max-width:767.96px) {
    .countdown .item:after {
        margin-top: 5px;
        left: -16px
    }
}

.countdown .item:first-child:after,
.countdown .item:first-child:before {
    display: none
}

.terms-block {
    margin-top: 20px;
    padding-bottom: 3px;
    font-size: 14px
}

.terms-block.show .term-lbl:after,
.terms-block.show .term-list {
    display: block
}

.terms-block.show .term-lbl span:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 7px
}

.terms-block a {
    color: #142f43
}

.terms-block .term-lbl {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

.terms-block .term-lbl:after,
.terms-block .term-lbl:before {
    content: "";
    position: absolute
}

.terms-block .term-lbl:before {
    z-index: 1;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    background-color: #ff5b6a;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px
}

.terms-block .term-lbl:after {
    width: 10px;
    height: 6px;
    z-index: 2;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 5px;
    top: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    display: none
}

.terms-block .term-lbl span {
    position: relative;
    display: block;
    padding-right: 20px
}

.terms-block .term-lbl span:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff5b6a;
    border-right: 2px solid #ff5b6a;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.terms-block .term-list {
    padding-bottom: 10px;
    padding-left: 30px;
    margin-bottom: 0;
    display: none
}

.terms-block .term-list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    margin-bottom: 10px
}

.terms-block .term-list li a {
    display: block;
    padding-right: 20px;
    position: relative
}

.terms-block .term-list li a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff5b6a;
    border-right: 2px solid #ff5b6a;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.terms-block .term-list .custom-checkbox {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding-left: 0;
    opacity: .7
}

.terms-block .term-list .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    left: 5px
}

.terms-block .term-list .custom-control-label {
    width: 20px;
    height: 20px
}

.terms-block .term-list .custom-control-label:before {
    left: 0
}

.terms-block .term-list .custom-control-label:after {
    left: 2px;
    top: 6px
}

.terms-block .term-list .custom-control-input {
    width: 20px;
    height: 20px
}

.terms-block .term-list .opt-checked {
    padding-top: 15px;
    display: block;
    zoom: 1
}

.terms-block .term-list .opt-checked:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.terms-block .term-list .opt-checked .custom-checkbox {
    position: static;
    opacity: 1;
    width: auto;
    height: auto;
    float: left;
    margin-right: 15px
}

.terms-block .term-list .opt-checked .custom-checkbox .custom-control-label {
    width: auto;
    height: auto;
    padding-left: 27px;
    padding-top: 4px
}

.opt-code {
    display: block;
    zoom: 1;
    text-align: center;
    padding: 15px 0
}

.opt-code:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:380px) {
    .opt-code {
        display: block;
        zoom: 1;
        margin: 0 -2px
    }

    .opt-code:after {
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        clear: both;
        visibility: hidden
    }
}

.opt-code li {
    list-style: none;
    display: inline-block;
    padding: 0 2px
}

@media (max-width:380px) {
    .opt-code li {
        width: 16.6666%;
        display: block;
        float: left
    }
}

.opt-code li input {
    width: 44px;
    height: 44px;
    border: 1px solid #C4C4C4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 20px
}

@media (max-width:380px) {
    .opt-code li input {
        width: 100%
    }
}

.opt-code li input.red-border {
    border-color: #ff5b6a
}

.coupons-list .swiper,
.coupons-list .swiper-container {
    padding-bottom: 50px
}

.coupons-list .swiper .swiper-slide,
.coupons-list .swiper-container .swiper-slide {
    height: auto
}

@media (max-width:991.96px) {

    .coupons-list .swiper .swiper-slide,
    .coupons-list .swiper-container .swiper-slide {
        max-width: 98px
    }
}

.coupons-list .item {
    background: #fff;
    border: 1px solid #ff5b6a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 6px 3px 35px;
    font-size: 13px;
    height: 100%;
    width: 100%;
    position: relative
}

.coupons-list .item:after,
.coupons-list .item:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #fff;
    border: 1px solid #ff5b6a;
    border-left-color: #fff;
    border-bottom-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 25px;
    position: absolute;
    z-index: 2
}

.coupons-list .item:before {
    left: -5px;
    transform: rotate(45deg);
    -webkittransform: rotate(45deg)
}

.coupons-list .item:after {
    right: -5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.coupons-list .item .body-txt {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.coupons-list .item .headtxt {
    font-weight: 700;
    font-size: 11px;
    color: #ff5b6a;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.coupons-list .item .btn-voucher-info {
    cursor: pointer
}

.coupons-list .item .btn-used {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    border-top: 1px dashed #FF5B6A
}

.coupons-list .item .btn-used button {
    width: 100%;
    height: 30px;
    background: 0 0;
    border: none;
    font-size: 12px;
    font-weight: 700;
    color: #FF5151;
    text-transform: uppercase;
    text-align: center;
    padding: 0
}

.coupons-list .item.active {
    background: #FFEAE3
}

.coupons-list .item.disabled {
    background: #fff;
    border-color: #BDBDBD
}

.coupons-list .item.disabled:after,
.coupons-list .item.disabled:before {
    border-right-color: #BDBDBD;
    border-top-color: #BDBDBD
}

.coupons-list .item.disabled .headtxt {
    color: #828282
}

.coupons-list .item.disabled .body-txt {
    color: #BDBDBD
}

.coupons-list .item.disabled .btn-used button {
    color: #828282
}

.box-border {
    background: #FFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 24px;
    margin-bottom: 30px
}

@media (max-width:767.96px) {
    .box-border {
        padding: 15px
    }
}

.box-border h4 {
    font-size: 16px;
    margin-bottom: 10px
}

.gj-textbox-md {
    line-height: 1.5;
    font-family: Roboto, Arial, sans-serif;
    border: 1px solid #ff5b6a
}

.gj-textbox-md:active,
.gj-textbox-md:focus {
    font-weight: 400;
    border-bottom-width: 1px
}

.gj-datepicker-md .gj-icon {
    display: none
}

.gj-picker.gj-picker-md div[role=navigator] .gj-icon {
    display: block;
    width: 14px;
    height: 14px;
    top: 14px;
    font-family: Roboto, Arial, sans-serif !important;
    border-left: 1px solid #142f43;
    border-top: 1px solid #142f43;
    font-feature-settings: none !important;
    font-variant-ligatures: none !important;
    font-size: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 14px !important
}

.gj-picker.gj-picker-md div[role=navigator] .gj-icon.chevron-right {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: auto !important;
    right: 14px
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    background: #ff5b6a
}

.grp-button {
    margin-bottom: 0;
    display: block;
    zoom: 1;
    text-align: center
}

.grp-button:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.grp-button li {
    list-style: none;
    display: inline-block;
    padding: 0 10px
}

.grp-button li .btn {
    min-width: 210px
}

.sm-text {
    font-size: 14px;
    color: #6B6C6C;
    margin-bottom: 20px
}

.click-type {
    cursor: pointer
}

.dropdown-location {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 100%;
    padding-top: 5px;
    display: none
}

.dropdown-location .inner {
    padding: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    border: 1px solid #E0E0E0;
    font-size: 14px
}

.dropdown-location h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700
}

.dropdown-location p {
    margin-bottom: 5px
}

.dropdown-location strong {
    font-weight: 500
}

.dropdown-location .address-list .add-inner {
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: auto
}

.dropdown-location .address-list .item {
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-left: 35px;
    background: url(../images/icon-home.svg) no-repeat
}

.dropdown-location .address-list .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.dropdown-location .address-list .store-name {
    background-color: #FFF3E0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 10px
}

.dropdown-location .nm-block {
    border-top: 5px solid #F2F2F2;
    padding-top: 12px;
    margin-top: 12px;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px
}

.dropdown-location .nm-block .item {
    background: url(../images/icon-pos-4.svg) no-repeat;
    padding-left: 35px
}

.dropdown-location .nm-block .item p {
    color: #6B6C6C;
    margin-bottom: 3px !important
}

.dropdown-location .nm-block .item strong {
    color: #142f43
}

.dropdown-location .gg-list {
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto
}

.dropdown-location .gg-list ul {
    margin: 0
}

.dropdown-location .gg-list li {
    border-bottom: #FFEAE3 1px solid;
    padding: 10px 10px 10px 25px;
    list-style: none;
    background: url(../images/icon-pos-4.svg) 0 50% no-repeat;
    background-size: 20px auto;
    cursor: pointer
}

.dropdown-location .gg-list li:last-child {
    border-bottom: none
}

.dropdown-location .gg-list li p {
    margin-bottom: 3px !important
}

.dropdown-location .gg-list li .add {
    color: #6B6C6C
}

.dropdown-location .gg-list li .add,
.dropdown-location .gg-list li .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown-location .lc-saved {
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto
}

.dropdown-location .lc-saved li {
    position: relative;
    list-style: none;
    border-bottom: #FFEAE3 1px solid;
    padding: 10px 5px 10px 0
}

.dropdown-location .lc-saved li:last-child {
    border-bottom: none
}

.dropdown-location .lc-saved .lc-inner p {
    margin-bottom: 3px !important
}

.dropdown-location .lc-saved .lc-inner .store-name span {
    margin-left: 10px;
    color: #02AD28;
    font-style: italic;
    position: relative;
    padding-left: 12px
}

.dropdown-location .lc-saved .lc-inner .store-name span:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #6B6C6C;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.dropdown-location .lc-saved .lc-inner .add {
    color: #6B6C6C;
    background: url(../images/icon-pos-4.svg) no-repeat;
    background-size: 20px auto;
    padding-left: 20px
}

.dropdown-location .lc-saved .lc-inner .add span {
    float: right;
    display: block;
    margin: 0 0 5px 10px;
    color: #ff5b6a
}

.swiper-button-next,
.swiper-button-prev {
    width: 47px;
    height: 64px;
    background: #ff5b6a;
    color: #fff
}

.swiper-button-next:after,
.swiper-button-next:before,
.swiper-button-prev:after,
.swiper-button-prev:before {
    font-size: 36px
}

.switch-wrap {
    display: block;
    zoom: 1;
    padding-top: 47px
}

.switch-wrap:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:767.96px) {
    .switch-wrap {
        padding-top: 10px
    }
}

.switch-wrap .switch {
    float: left
}

.switch-wrap .txt {
    display: block;
    float: left
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    vertical-align: middle;
    margin-right: 7px;
    height: 20px;
    margin-bottom: 0
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch input:checked+.slider-switch {
    background-color: #ff5b6a
}

.switch input:focus+.slider-switch {
    box-shadow: 0 0 1px #ff5b6a;
    -webkit-box-shadow: 0 0 1px #ff5b6a
}

.switch input:checked+.slider-switch:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    background: #fff;
    border-color: #ff5b6a;
    left: 1px
}

.slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #B4B4B4;
    -webkit-transition: .4s;
    transition: .4s
}

.slider-switch:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #B4B4B4;
    -webkit-transition: .4s;
    transition: .4s
}

.slider-switch.round,
.slider-switch.round:before {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.loading-skeleton {
    color: transparent;
    appearance: none;
    -webkit-appearance: none;
    background-color: #eee;
    border-color: #eee
}

.loading-skeleton * {
    opacity: 0
}

@keyframes loading-skeleton {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.loading-skeleton {
    pointer-events: none;
    animation: loading-skeleton 1s infinite alternate
}

.loading-skeleton img {
    filter: grayscale(100) contrast(0) brightness(1.8)
}

.font-weight-500 {
    font-weight: 500 !important
}

.mb-40 {
    margin-bottom: 40px !important
}

@media (max-width:991.96px) {
    .mb-40 {
        margin-bottom: 30px !important
    }
}

.rounded-8 {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important
}

.rounded-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.rounded-30 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.progress-cs {
    position: relative;
    overflow: visible;
    border-radius: 20px;
    height: 10px;
    background-color: #ffeae3
}

.progress-cs .progress-bar {
    position: relative;
    border-radius: 20px;
    background-color: #ff5b6a;
    overflow: visible
}

.progress-cs .txt {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    right: -10px;
    top: -6px;
    background-color: #fff;
    border: 2px solid #ff5b6a
}

.progress-cs .txt span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -20px;
    color: #000;
    font-weight: 700
}

.progress-cs .lbl {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -20px;
    font-weight: 700
}

.box-shadow-type {
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .15)
}

.rounded-xl {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.w60 {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    height: auto
}

.mb-nav {
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
    display: flex;
    height: 40px;
    padding: 4px 12px 0;
    align-items: center;
    gap: 4px
}

@media (max-width:991.96px) {
    .mb-nav {
        gap: 2px;
        padding-left: 6px;
        padding-right: 6px;
        font-size: 14px !important;
        display: none;
        height: 34px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
        border-radius: 50px;
        padding-top: 2px;
        justify-items: center
    }
}

.mb-nav .opacity-70 {
    opacity: .7;
    font-weight: 600;
    padding-top: 3px
}

@media (max-width:991.96px) {
    .mb-nav .opacity-70 {
        padding-top: 1px
    }
}

.note-wrap {
    text-align: center;
    background-color: #ffd800
}

.note-wrap .container {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #000;
    font-size: 12px
}

.note-wrap .mb {
    display: none
}

.sticky-header {
    width: 100%;
    background-color: #fff;
    height: 100px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 900
}

@media (max-width:991.96px) {
    .sticky-header {
        height: 65px
    }
}

.sticky-header .container {
    display: block;
    zoom: 1
}

.sticky-header .container:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:991.96px) {
    .sticky-header .container {
        position: relative;
        padding-right: 45px
    }
}

.sticky-header .logo {
    float: left;
    margin-bottom: 0;
    margin-right: 10px
}

@media (max-width:992px) {
    .sticky-header .logo {
        margin-right: 0
    }
}

@media (max-width:767.96px) {
    .sticky-header .logo {
        margin-right: 0;
        max-width: 55px
    }
}

.sticky-header .logo a {
    display: block;
    padding: 16px 0 0;
    width: 100px;
    height: 100px
}

@media (max-width:991.96px) {
    .sticky-header .logo a {
        padding: 9px 0 0;
        width: 47px;
        height: auto
    }
}

.sticky-header .logo img {
    display: block;
    margin: 0;
    width: 67px
}

@media (max-width:991.96px) {
    .sticky-header .logo img {
        max-height: 47px;
        width: auto
    }
}

.sticky-header.header-type .container {
    position: relative;
    height: 100%
}

@media (max-width:767.96px) {
    .sticky-header.header-type .container {
        padding-bottom: 0
    }
}

.sticky-header.header-type .logo {
    float: none;
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    margin-right: 0;
    z-index: 2;
    flex-wrap: wrap;
    align-content: center;
    display: flex
}

.sticky-header.header-type .logo a {
    padding-top: 0;
    height: auto
}

.sticky-header.header-type .h-title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 0 100px;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
    display: flex;
    margin: 0
}

@media (max-width:991.96px) {
    .sticky-header.header-type .h-title {
        padding-left: 80px
    }
}

@media (max-width:767.96px) {
    .sticky-header.header-type .h-title {
        padding-left: 60px
    }
}

.sticky-header.header-type .h-title span {
    display: block;
    overflow: hidden;
    font-size: 30px;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (max-width:991.96px) {
    .sticky-header.header-type .h-title span {
        font-size: 22px
    }
}

@media (max-width:767.96px) {
    .sticky-header.header-type .h-title span {
        font-size: 20px
    }
}

.sticky-header.header-type .lang {
    position: absolute;
    z-index: 2;
    height: 100%;
    display: flex;
    right: 15px;
    flex-wrap: wrap;
    align-content: center
}

.sticky-header.header-type .lang ul {
    margin: 0;
    display: block;
    zoom: 1
}

.sticky-header.header-type .lang ul:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.sticky-header.header-type .lang li {
    list-style: none;
    display: block;
    float: left;
    padding: 0 0 0 10px;
    margin-left: 10px;
    text-transform: uppercase;
    position: relative
}

.sticky-header.header-type .lang li:first-child {
    padding-left: 0;
    margin-left: 0
}

.sticky-header.header-type .lang li:first-child:before {
    display: none
}

.sticky-header.header-type .lang li:before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #ff5b6a;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 4px
}

.sticky-header.header-type .lang li a {
    cursor: pointer;
    color: #142f43
}

.sticky-header.header-type .lang li a.current {
    color: #ff5b6a
}

.languages {
    position: relative;
    float: right
}

.languages.active .lang-drop {
    display: block
}

.languages.show .dropdown-toggle:after {
    transform: rotate(180deg)
}

.languages .dropdown-toggle {
    display: flex;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #C20000;
    gap: 5px;
    border: none;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15)
}

@media (max-width:1199.96px) {
    .languages .dropdown-toggle {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991.96px) {
    .languages .dropdown-toggle {
        padding: 8px 12px 7px;
        height: 34px;
        font-size: 13px
    }
}

.languages .dropdown-toggle:after {
    min-width: 8px;
    min-height: 4px;
    margin-left: 0;
    color: #000;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent
}

@media (min-width:1200px) {

    .languages.dropdown.show:focus .dropdown-menu,
    .languages.dropdown.show:hover .dropdown-menu,
    .languages.dropdown:focus .dropdown-menu,
    .languages.dropdown:hover .dropdown-menu {
        display: block
    }
}

.languages .dropdown-menu {
    border: none;
    border-radius: 10px;
    background: 0 0;
    min-width: 126px;
    padding-top: 4px;
    padding-bottom: 4px;
    overflow: hidden;
    left: auto !important;
    right: 0;
    margin-top: 0 !important;
    transform: translate3d(0, 29px, 0) !important;
    top: 0
}

@media (max-width:991.96px) {
    .languages .dropdown-menu {
        transform: translate3d(0, 34px, 0) !important
    }
}

.languages .dropdown-menu .inner {
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden
}

.languages .dropdown-menu a {
    padding: 5px 10px;
    border-radius: 0;
    justify-content: start;
    font-weight: 400;
    font-size: 13px;
    color: #142f43;
    height: auto;
    display: flex;
    white-space: nowrap;
    gap: 5px;
    text-transform: uppercase
}

.languages .dropdown-menu a:focus,
.languages .dropdown-menu a:hover {
    background: #fff !important
}

.right-content {
    float: right;
    padding-top: 8px
}

@media (max-width:991.96px) {
    .right-content {
        padding-top: 12px
    }
}

.right-content .block-info {
    margin-bottom: 10px;
    font-size: 12px;
    display: block;
    zoom: 1
}

.right-content .block-info:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:991.96px) {
    .right-content .block-info {
        display: none
    }
}

.right-content .app-download {
    display: block;
    float: right;
    position: relative;
    margin-right: 12px;
    min-width: 112px
}

@media (min-width:1200px) {

    .right-content .app-download:focus .app-drop,
    .right-content .app-download:hover .app-drop {
        display: block
    }
}

@media (max-width:1199.96px) {
    .right-content .app-download.active .app-drop {
        display: block
    }
}

.right-content .app-download .btn-app {
    display: block;
    cursor: pointer;
    background: #EB1D25;
    padding: 7px 10px 6px 29px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25);
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700
}

.right-content .app-download .btn-app::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/log.svg) 50% 50% no-repeat;
    z-index: 1;
    position: absolute;
    left: 8px;
    top: 7px;
    border: 1px solid #fff;
    border-radius: 4px
}

.right-content .app-download .btn-app:focus,
.right-content .app-download .btn-app:hover {
    color: #fff
}

.right-content .app-download .app-drop {
    position: absolute;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    z-index: 2;
    display: none;
    left: 0;
    top: 30px
}

.right-content .app-download .app-drop .inner {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    background: #fff
}

.right-content .app-download .app-drop .inner a {
    display: block;
    margin: 0;
    padding: 5px 10px
}

.right-content .app-download .app-drop .inner img {
    display: block;
    margin: 0
}

.account-menu {
    display: block;
    zoom: 1;
    margin-bottom: 0
}

.account-menu:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.account-menu>li {
    display: block;
    float: left;
    margin-left: 15px;
    list-style: none;
    position: relative
}

@media (max-width:1199.96px) {
    .account-menu>li {
        margin-left: 10px
    }
}

@media (max-width:991.96px) {
    .account-menu>li {
        margin-left: 5px
    }
}

.account-menu>li>a {
    display: block
}

.account-menu>li .number {
    width: 20px;
    height: 20px;
    display: block;
    background: #ff5b6a;
    position: absolute;
    z-index: 1;
    right: -4px;
    top: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    padding-top: 4px
}

.account-menu>li .icon {
    width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    padding-top: 9px
}

.account-menu>li .icon img {
    display: block;
    margin: 0 auto
}

.account-menu>li .dropdown-menu {
    position: absolute;
    width: 270px;
    left: -115px;
    top: 100% !important;
    z-index: 900;
    padding: 24px 0 0;
    background: 0 0;
    border: none;
    border-radius: 0;
    margin: 0;
    display: none;
    transform: none !important
}

.account-menu>li .dropdown-menu.show {
    display: block
}

.account-menu>li .dropdown-menu .content {
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    position: relative;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    z-index: 2
}

.account-menu>li .dropdown-menu::before {
    content: '';
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -12px;
    z-index: 3
}

.account-menu>li .dropdown-menu::after {
    background: 0 0;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    left: 50%;
    top: 18px;
    margin-left: -9px;
    box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, .25);
    z-index: 1
}

.account-menu>li .dropdown-menu.location-view {
    width: 418px;
    left: -187px !important
}

@media (max-width:767.96px) {
    .account-menu>li .dropdown-menu.location-view {
        width: 330px;
        left: -138px !important
    }
}

@media (max-width:365px) {
    .account-menu>li .dropdown-menu.location-view {
        width: 300px;
        left: -95px !important
    }
}

@media (max-width:767.96px) {
    .account-menu>li .dropdown-menu.location-view:before {
        margin-left: -24px
    }
}

@media (max-width:365px) {
    .account-menu>li .dropdown-menu.location-view:before {
        margin-left: -50px
    }
}

@media (max-width:767.96px) {
    .account-menu>li .dropdown-menu.location-view:after {
        margin-left: -23px
    }
}

@media (max-width:365px) {
    .account-menu>li .dropdown-menu.location-view:after {
        margin-left: -48px
    }
}

.account-menu>li .dropdown-menu.location-view .form-location p {
    margin-bottom: 7px
}

.account-menu>li .dropdown-menu.location-view .form-location .btn {
    margin-top: 15px;
    min-width: 160px
}

.account-menu>li .dropdown-menu.location-view .l-address {
    margin-bottom: 15px
}

.account-menu>li .dropdown-menu.location-view .ctrl-wrap {
    position: relative
}

.account-menu>li .dropdown-menu.location-view .ctrl-wrap.show .dropdown-location {
    display: block
}

.account-menu>li .dropdown-menu.location-view .ctrl-wrap .control {
    position: relative;
    border: 1px solid #ff9ea2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 39px;
    padding-right: 44px
}

.account-menu>li .dropdown-menu.location-view .ctrl-wrap input {
    height: 100%;
    border: none;
    width: 100%
}

.account-menu>li .dropdown-menu.location-view .ctrl-wrap input.btn-select {
    background: url(../images/arr-down.svg) 100% 50% no-repeat;
    background-size: auto 39px;
    padding-right: 44px
}

.account-menu>li .dropdown-menu.location-view .ctrl-wrap .btn-action {
    width: 39px;
    height: 37px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    border: none;
    padding: 0
}

.account-menu>li .dropdown-menu.location-view .ctrl-wrap .btn-action.btn-lc {
    background: url(../images/icon-pos-3.svg) 50% 50% no-repeat #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.account-menu>li .dropdown-menu.location-view .ctrl-wrap.select-type .control {
    padding-right: 0;
    padding-left: 12px
}

.account-menu>li .dropdown-menu.location-view .l-address input {
    padding-left: 45px;
    background: url(../images/icon-delivery-2.svg) 3px 50% no-repeat
}

.account-menu>li .dropdown-menu.myaccount-view {
    width: 290px;
    left: -123px !important
}

@media (max-width:767.96px) {
    .account-menu>li .dropdown-menu.myaccount-view {
        left: -135px !important
    }
}

@media (max-width:767.96px) {
    .account-menu>li .dropdown-menu.myaccount-view:before {
        margin-left: -7px
    }
}

@media (max-width:767.96px) {
    .account-menu>li .dropdown-menu.myaccount-view:after {
        margin-left: -4px
    }
}

.account-menu>li .dropdown-menu.noti-view {
    width: 375px;
    left: auto !important;
    right: -50px
}

@media (max-width:767.96px) {
    .account-menu>li .dropdown-menu.noti-view {
        width: 330px;
        right: -74px
    }
}

@media (max-width:365px) {
    .account-menu>li .dropdown-menu.noti-view {
        width: 300px;
        right: -85px
    }
}

.account-menu>li .dropdown-menu.noti-view:before {
    left: auto;
    right: 58px
}

@media (max-width:767.96px) {
    .account-menu>li .dropdown-menu.noti-view:before {
        right: 79px
    }
}

@media (max-width:365px) {
    .account-menu>li .dropdown-menu.noti-view:before {
        right: 91px
    }
}

.account-menu>li .dropdown-menu.noti-view:after {
    left: auto;
    right: 62px
}

@media (max-width:767.96px) {
    .account-menu>li .dropdown-menu.noti-view:after {
        right: 81px
    }
}

@media (max-width:365px) {
    .account-menu>li .dropdown-menu.noti-view:after {
        right: 93px
    }
}

.account-menu>li .dropdown-menu.noti-view .content {
    padding: 0;
    overflow: hidden
}

.account-menu>li .dropdown-menu.noti-view .view-all {
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    border-top: 1px solid #eee
}

.account-menu>li .dropdown-menu.noti-view .view-all a {
    display: block;
    padding: 15px;
    font-weight: 700;
    color: #ff5b6a
}

.account-menu>li .dropdown-menu.minicart-view {
    width: 396px;
    left: auto !important;
    right: -20px
}

@media (max-width:767.96px) {
    .account-menu>li .dropdown-menu.minicart-view {
        right: -30px;
        width: 330px
    }
}

@media (max-width:365px) {
    .account-menu>li .dropdown-menu.minicart-view {
        width: 300px;
        right: -40px
    }
}

.account-menu>li .dropdown-menu.minicart-view::before {
    left: auto;
    right: 30px;
    margin-left: 0
}

@media (max-width:767.96px) {
    .account-menu>li .dropdown-menu.minicart-view::before {
        right: 35px
    }
}

@media (max-width:365px) {
    .account-menu>li .dropdown-menu.minicart-view::before {
        right: 43px
    }
}

.account-menu>li .dropdown-menu.minicart-view::after {
    left: auto;
    right: 33px;
    margin-left: 0
}

@media (max-width:767.96px) {
    .account-menu>li .dropdown-menu.minicart-view::after {
        right: 37px
    }
}

@media (max-width:365px) {
    .account-menu>li .dropdown-menu.minicart-view::after {
        right: 46px
    }
}

.account-menu>li .dropdown-menu.minicart-view .content {
    padding: 0;
    overflow: hidden
}

.account-menu>li .dropdown-menu.minicart-view .minicart-content {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    max-height: 216px
}

.account-menu>li .dropdown-menu.minicart-view li {
    display: block;
    zoom: 1;
    border-bottom: 1px solid #eee;
    padding: 15px 0
}

.account-menu>li .dropdown-menu.minicart-view li:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.account-menu>li .dropdown-menu.minicart-view li:first-child {
    padding-top: 0
}

.account-menu>li .dropdown-menu.minicart-view li:last-child {
    border-bottom: none
}

.account-menu>li .dropdown-menu.minicart-view .item {
    display: block;
    zoom: 1;
    margin-bottom: 10px
}

.account-menu>li .dropdown-menu.minicart-view .item:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.account-menu>li .dropdown-menu.minicart-view .field-img {
    width: 60px;
    float: left;
    margin-right: 15px
}

.account-menu>li .dropdown-menu.minicart-view .field-img img {
    display: block
}

.account-menu>li .dropdown-menu.minicart-view .field-info {
    overflow: hidden
}

.account-menu>li .dropdown-menu.minicart-view .field-info .field-text {
    color: #979797;
    font-size: 14px
}

.account-menu>li .dropdown-menu.minicart-view .field-info .field-text p {
    margin-bottom: 0
}

.account-menu>li .dropdown-menu.minicart-view .field-name {
    font-weight: 500
}

.account-menu>li .dropdown-menu.minicart-view .field-name a {
    color: #142f43
}

.account-menu>li .dropdown-menu.minicart-view .btn-delete {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/icon-delete.svg) no-repeat;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    border: none
}

.account-menu>li .dropdown-menu.minicart-view .quantity {
    width: 50%;
    float: left
}

.account-menu>li .dropdown-menu.minicart-view .quantity .inner {
    width: 150px
}

.account-menu>li .dropdown-menu.minicart-view .total {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-weight: 700;
    padding: 15px;
    border-top: 1px solid #C4C4C4
}

.account-menu>li .dropdown-menu.minicart-view .total .lbl-txt {
    flex: 1 40%;
    max-width: 40%
}

.account-menu>li .dropdown-menu.minicart-view .total .lbl-number {
    flex: 1 60%;
    max-width: 60%;
    text-align: right
}

.account-menu>li .dropdown-menu.minicart-view .total .lbl-tt {
    display: block;
    font-size: 20px;
    color: #ff5b6a
}

.account-menu>li .dropdown-menu.minicart-view .total .lbl-dist {
    display: block;
    font-weight: 500
}

.account-menu>li .dropdown-menu.minicart-view .total .lbl-dist span {
    display: inline-block
}

.account-menu>li .dropdown-menu.minicart-view .total .lbl-dist .dist-txt {
    background: url(../images/icon-discount.svg) no-repeat;
    padding-left: 24px;
    font-weight: 500;
    margin-right: 10px
}

.account-menu>li .dropdown-menu.minicart-view .total .lbl-dist .old-txt {
    text-decoration: line-through;
    opacity: .5
}

.account-menu>li .dropdown-menu.minicart-view .btn-checkout {
    display: block;
    width: 100%;
    border: none;
    background: #ff5b6a;
    text-align: center;
    font-weight: 700;
    padding: 19px 15px;
    color: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-transform: uppercase
}

.account-menu>li .dropdown-menu.myaccount-logined {
    width: 255px;
    left: -106px !important
}

@media (max-width:767.96px) {
    .account-menu>li .dropdown-menu.myaccount-logined {
        left: -110px !important
    }
}

.account-menu>li .dropdown-menu.myaccount-logined li {
    list-style: none
}

.account-menu>li .dropdown-menu.myaccount-logined li a {
    display: block;
    position: relative;
    padding: 10px 0 10px 32px;
    color: #142f43
}

.account-menu>li .dropdown-menu.myaccount-logined li img {
    position: absolute;
    z-index: 1;
    left: 0;
    max-width: 24px;
    top: 9px
}

.account-menu>li .group-button a,
.account-menu>li .group-button button {
    display: block;
    color: #fff;
    background: #ff5b6a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 5px;
    text-align: center;
    border: none;
    width: 100%;
    font-size: 16px
}

.account-menu>li .group-button a.btn-fb,
.account-menu>li .group-button button.btn-fb {
    background: #385C8E
}

.account-menu>li .group-button a.btn-google,
.account-menu>li .group-button button.btn-google {
    background: #DB4437
}

.account-menu>li .group-button a.btn-app,
.account-menu>li .group-button button.btn-app {
    background: #333
}

.account-menu>li .group-button a+a,
.account-menu>li .group-button button+button {
    margin-top: 10px
}

.account-menu>li .group-button .btn-remove-my-ss {
    background: 0 0;
    color: #2f80ed
}

.account-menu>li .group-button .btn-remove-my-ss:focus,
.account-menu>li .group-button .btn-remove-my-ss:hover {
    background: 0 0;
    color: #ff5b6a
}

.account-menu .noti-list li {
    list-style: none;
    padding: 0;
    display: block;
    zoom: 1
}

.account-menu .noti-list li a {
    color: #142f43
}

.account-menu .noti-list li .note-inner {
    padding: 15px
}

.account-menu .noti-list li:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.account-menu .noti-list li .img {
    width: 44px;
    float: left;
    margin-right: 15px
}

.account-menu .noti-list li .img img {
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.account-menu .noti-list li .inner {
    overflow: hidden
}

.account-menu .noti-list li .title {
    display: block;
    zoom: 1;
    margin-bottom: 3px
}

.account-menu .noti-list li .title:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.account-menu .noti-list li .title span {
    display: block
}

.account-menu .noti-list li .title span.status {
    font-weight: 700;
    max-width: 70%
}

.account-menu .noti-list li .title span.date {
    opacity: .6
}

.account-menu .noti-list li .text strong {
    color: #ff5b6a;
    font-weight: 400
}

.account-menu .noti-list li.unread {
    background-color: #FFEAE3;
    cursor: pointer
}

.cms-home .sticky-header {
    background: 0 0;
    box-shadow: none
}

.cms-home .sticky-header .logo img {
    margin: 0
}

.cms-home .right-content .app-download .app-drop {
    background: #fff
}

@media (min-width:992px) {
    .top-nav {
        float: left
    }

    .top-nav>ul>li {
        display: block;
        float: left;
        margin: 0
    }

    .top-nav>ul>li>a {
        color: #142f43;
        text-transform: uppercase;
        position: relative;
        display: block;
        padding: 39px 12px 15px;
        min-height: 100px;
        font-weight: 700
    }

    .top-nav>ul>li>a:before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #da0303;
        z-index: 1;
        position: absolute;
        left: 0;
        bottom: 0;
        display: none
    }

    .top-nav>ul>li>a:focus,
    .top-nav>ul>li>a:hover {
        color: #da0303
    }

    .top-nav>ul>li>a:focus:before,
    .top-nav>ul>li>a:hover:before {
        display: block
    }

    .top-nav>ul>li.active>a {
        color: #da0303
    }

    .top-nav>ul>li.active>a:before {
        display: block
    }

    .top-nav>ul>li.sub-menu {
        position: relative
    }

    .top-nav>ul>li.sub-menu .dropdown {
        background: #FEEED6;
        position: absolute;
        width: 100%;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        z-index: 20;
        padding: 5px 10px;
        left: 0;
        top: 100%;
        margin-top: -2px;
        display: none
    }

    .top-nav>ul>li.sub-menu .dropdown p {
        margin-bottom: 0
    }

    .top-nav>ul>li.sub-menu .dropdown img {
        display: block;
        margin: 15px auto
    }

    .top-nav>ul>li.sub-menu:focus>a,
    .top-nav>ul>li.sub-menu:hover>a {
        background: #FEEED6;
        color: #ff5b6a
    }

    .top-nav>ul>li.sub-menu:focus .dropdown,
    .top-nav>ul>li.sub-menu:hover .dropdown {
        display: block
    }
}

@media (max-width:991.96px) {
    .page.toggled .mobile-menu {
        left: 0
    }

    .top-nav {
        float: none;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        text-align: center;
        display: none
    }

    .top-nav>ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
        height: 40px;
        list-style: none
    }

    .top-nav>ul>li {
        flex: 1 0;
        height: 100%
    }

    .top-nav>ul>li>a {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        color: #142f43;
        text-transform: uppercase
    }

    .top-nav>ul>li>a:focus,
    .top-nav>ul>li>a:hover {
        color: #ff5b6a;
        font-weight: 700
    }

    .top-nav>ul>li.sub-menu {
        position: relative
    }

    .top-nav>ul>li.sub-menu .dropdown {
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
        background: #fff;
        position: absolute;
        width: 100%;
        z-index: 20;
        left: 0;
        top: 100%;
        display: none;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .top-nav>ul>li.sub-menu .dropdown a {
        display: block;
        padding: 7px 0
    }

    .top-nav>ul>li.sub-menu .dropdown p {
        margin-bottom: 0
    }

    .top-nav>ul>li.sub-menu .dropdown img {
        display: block;
        margin: 0 auto
    }

    .top-nav>ul>li.sub-menu:focus .dropdown,
    .top-nav>ul>li.sub-menu:hover .dropdown {
        display: block
    }

    .top-nav>ul>li.active a {
        color: #ff5b6a;
        font-weight: 700
    }

    .overlay {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        background-color: #0003;
        width: 100%;
        height: 100%
    }

    .navbar-toggle {
        display: block !important;
        position: absolute;
        right: 8px;
        top: 17px;
        z-index: 2;
        width: 34px;
        height: 34px;
        padding-top: 8px
    }

    .navbar-toggle .icon-bar {
        background-color: #4b4b4b;
        border-radius: 2px;
        height: 2px;
        display: block;
        width: 20px;
        margin: 0 auto 6px
    }

    .navbar-toggle .icon-bar:last-child {
        margin-bottom: 0
    }

    .mobile-menu {
        background: #fff;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        z-index: 1000;
        overflow-y: auto;
        transition: all .5s ease;
        display: block !important;
        float: none;
        padding: 0 15px 30px
    }

    .mobile-menu .btn-close {
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 19px;
        right: 8px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 1
    }

    .mobile-menu .btn-close:after,
    .mobile-menu .btn-close:before {
        content: "";
        display: block;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 18px;
        height: 0;
        border-top: 2px solid #142f43;
        transform: rotate(45deg);
        transform-origin: center;
        transition: all .15s ease-in-out
    }

    .mobile-menu .btn-close:after {
        transform: rotate(-45deg)
    }

    .mobile-menu .logo {
        display: inline-block;
        margin-bottom: 10px
    }

    .mobile-menu .logo a {
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
        display: block;
        padding: 0
    }

    .mobile-menu .logo a img {
        display: block;
        max-height: 67px;
        width: auto;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px
    }

    .mobile-menu ul {
        list-style: none;
        margin-bottom: 30px
    }

    .mobile-menu ul li {
        border-bottom: 1px solid #ccc
    }

    .mobile-menu ul li a,
    .mobile-menu ul li span {
        color: #142f43;
        display: block;
        font-size: 16px;
        padding: 12px 0
    }

    .mobile-menu ul li a:hover,
    .mobile-menu ul li span:hover {
        color: #142f43
    }

    .mobile-menu h3 {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 15px
    }

    .mobile-menu .app-download {
        margin-bottom: 20px
    }

    .mobile-menu .app-download a {
        display: inline-block;
        margin: 0 10px 0 0
    }

    .mobile-menu .head-mobile {
        position: absolute;
        z-index: 1;
        top: 15px;
        right: 42px;
        display: flex;
        gap: 7px;
        align-items: center
    }

    .mobile-menu .head-mobile .mb-nav {
        display: flex
    }
}

@media (max-width:991.96px) and (max-width:767.96px) {
    .top-nav>ul {
        height: 34px
    }
}

@media (max-width:991.96px) and (max-width:767.96px) {
    .top-nav>ul>li>a {
        font-size: 12px
    }
}

@media (min-width:992px) {
    .cms-home:not(.fixed-top-header) .top-nav>ul>li>a {
        color: #fff
    }

    .cms-home:not(.fixed-top-header) .top-nav>ul>li>a:focus,
    .cms-home:not(.fixed-top-header) .top-nav>ul>li>a:hover {
        color: #ff5b6a;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px
    }

    .cms-home:not(.fixed-top-header) .top-nav>ul>li>a:focus:before,
    .cms-home:not(.fixed-top-header) .top-nav>ul>li>a:hover:before {
        display: none
    }

    .cms-home:not(.fixed-top-header) .top-nav>ul>li:focus>a,
    .cms-home:not(.fixed-top-header) .top-nav>ul>li:hover>a {
        color: #ff5b6a
    }

    .cms-home:not(.fixed-top-header) .top-nav>ul>li.sub-menu>a:focus,
    .cms-home:not(.fixed-top-header) .top-nav>ul>li.sub-menu>a:hover {
        border-radius: 0
    }

    .cms-home:not(.fixed-top-header) .top-nav>ul>li.sub-menu .dropdown {
        margin-top: -30px
    }
}

.footer {
    background-color: #FFEAE3;
    margin-top: auto
}

.footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    zoom: 1
}

.footer .container:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.footer .bct-logo {
    padding-top: 20px;
    margin-bottom: 0
}

.footer .logo-ft {
    margin-bottom: 30px
}

.footer .logo-ft img {
    display: block;
    margin: 0 auto
}

@media (max-width:991.96px) {
    .footer .logo-ft img {
        max-height: 55px;
        width: auto
    }
}

.footer .subscrible-form {
    width: 40%;
    float: left;
    padding-right: 15px
}

@media (max-width:991.96px) {
    .footer .subscrible-form {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 30px
    }
}

.footer .subscrible-form h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700
}

@media (max-width:767.96px) {
    .footer .subscrible-form h3 {
        font-size: 18px
    }
}

.footer .subscrible-form .form-content {
    max-width: 373px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:991.96px) {
    .footer .subscrible-form .form-content {
        max-width: 100%
    }
}

.footer .subscrible-form .form-group {
    margin-bottom: 0;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    padding: 8px 6px;
    position: relative
}

.footer .subscrible-form .form-control {
    background: 0 0;
    font-size: 16px;
    padding-right: 98px;
    border: none;
    height: auto
}

.footer .subscrible-form .form-control:focus {
    box-shadow: none
}

.footer .subscrible-form .btn-submit {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0
}

.footer .subscrible-form .btn-submit.loading {
    padding: 0
}

.footer .subscrible-form .btn-submit.loading:after {
    content: "";
    z-index: 1;
    position: absolute;
    background: #fff;
    opacity: .6;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.footer .subscrible-form .btn-submit.loading:before {
    content: "";
    z-index: 2;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/loading.svg) no-repeat;
    background-size: 30px auto
}

.footer .subscrible-form .btn {
    background: 0 0;
    border: none;
    padding: 5px;
    width: 100px;
    border-radius: 0;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #ff5b6a;
    text-align: center
}

.footer .subscrible-form .btn:focus,
.footer .subscrible-form .btn:hover {
    color: #ff5b6a
}

.footer .right-content {
    width: 60%;
    float: left;
    padding-left: 15px
}

@media (max-width:991.96px) {
    .footer .right-content {
        padding-left: 0;
        width: 100%;
        float: none
    }
}

.footer .right-content h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 700
}

.footer .right-content .f-menu {
    display: block;
    zoom: 1;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0
}

.footer .right-content .f-menu:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:767.96px) {
    .footer .right-content .f-menu {
        margin-right: 0;
        margin-left: 0
    }
}

.footer .right-content .f-menu ul {
    margin-bottom: 0
}

.footer .right-content .f-menu .item {
    width: 33.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0
}

@media (max-width:767.96px) {
    .footer .right-content .f-menu .item {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767.96px) {
    .footer .right-content .f-menu .item+.item {
        margin-top: 30px
    }
}

.footer .right-content .f-menu li {
    list-style: none;
    margin-bottom: 8px
}

.footer .right-content .f-menu li a {
    color: #142f43
}

.footer .right-content .f-menu li a:focus,
.footer .right-content .f-menu li a:hover {
    color: #ff5b6a
}

.footer .right-content .f-menu li.icon a {
    display: block;
    padding-left: 30px;
    min-height: 22px
}

.footer .right-content .f-menu li.icon.icon-fb a {
    background: url(../images/icon-fb-2.svg) 0 1px no-repeat
}

.footer .right-content .f-menu li.icon.icon-twitter a {
    background: url(../images/icon-twitter.svg) 0 1px no-repeat
}

.footer .right-content .f-menu li.icon.icon-youtube a {
    background: url(../images/icon-youtube.svg) 0 1px no-repeat
}

.footer .right-content .f-menu li.icon.icon-zalo a {
    background: url(../images/icon-zalo.svg) 0 1px no-repeat
}

.footer .right-content .f-menu li.icon.icon-instagram a {
    background: url(../images/icon-instagram.svg) 0 1px no-repeat
}

.footer .copyright {
    background: #da0303;
    font-size: 14px;
    text-align: center;
    padding: 16px 15px 15px
}

.footer .copyright strong {
    margin-right: 13px
}

.icon-staff-fixed {
    width: 100px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10
}

@media (max-width:767.96px) {
    .icon-staff-fixed {
        width: 80px
    }
}

.icon-staff-fixed .inner {
    position: relative
}

.icon-staff-fixed .inner a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.mb-fixed {
    width: 90px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10
}

@media (max-width:991.96px) {
    .mb-fixed {
        bottom: 145px;
        left: auto;
        right: 20px
    }
}

.mb-fixed .content {
    position: relative
}

.mb-fixed .img {
    text-align: center;
    width: 90px;
    height: 90px;
    background-color: #FB5458;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.mb-fixed .txt {
    background-color: #142F43;
    color: #fff;
    text-align: center;
    border-radius: 73px;
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -10px;
    position: relative;
    z-index: 1
}

.mb-fixed .head-ms {
    gap: 10px
}

.mb-fixed .ms-p {
    gap: 10px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed rgba(20, 47, 67, .4)
}

.btn-img-close {
    position: absolute;
    right: -10px;
    top: -10px;
    float: none;
    z-index: 2;
    border: none;
    background: 0 0;
    cursor: pointer
}

.mb-sub-modal {
    width: 260px;
    border-radius: 10px;
    background: radial-gradient(77.97% 57.1% at 83.48% 57.14%, #a1e3e0 0, #effafa 100%), radial-gradient(95.61% 44.92% at 89.13% 45.09%, #ffe566 0, #fffae0 100%);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    padding: 12px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    display: flex;
    position: absolute;
    z-index: 2;
    bottom: 85%;
    left: 72%
}

@media (max-width:991.96px) {
    .mb-sub-modal {
        left: auto;
        right: 60px
    }
}

.mb-sub-modal .text {
    gap: 5px
}

.mb-sub-modal.bg-vip {
    background: linear-gradient(90deg, #f3ea81 0, #ffce4a 24%, #f1e071 60%, #ffb419 100%), linear-gradient(136deg, #fffcc6 13.25%, #ffb42a 86.76%)
}

.close {
    font-size: 1.75rem;
    font-weight: 400;
    color: #000;
    opacity: 1
}

.remove-modal {
    display: none !important
}

.modal-backdrop.show {
    opacity: .7
}

.modal-body {
    padding: 24px
}

@media (max-width:991.96px) {
    .modal-body {
        padding: 15px
    }
}

.modal-content {
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.modal-content .modal-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    display: block
}

.modal-content .btn-register-now {
    text-align: center;
    padding: 10px 15px 30px;
    margin-bottom: 0
}

.modal-content .btn-register-now a {
    color: #ff5b6a
}

.modal-content .btn-register-now a:hover {
    text-decoration: underline
}

.modal-header {
    display: block;
    border-bottom: none;
    padding: 24px 24px 0;
    position: relative
}

@media (max-width:991.96px) {
    .modal-header {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px
    }
}

.modal-header .modal-title {
    margin-bottom: 0;
    text-align: center
}

.modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    float: none;
    z-index: 1;
    right: 15px;
    top: 15px
}

@media (min-width:576px) {
    .modal-general .modal-dialog {
        max-width: 420px
    }
}

.modal-general .modal-body {
    padding-top: 30px
}

.modal-general .modal-body .btn-inner {
    padding-top: 24px;
    padding-bottom: 0
}

@media (min-width:576px) {
    .modal-md .modal-dialog {
        max-width: 480px
    }
}

@media (min-width:576px) {
    .member-benefits-modal .modal-dialog {
        max-width: 600px;
        padding: .5rem
    }
}

.accordion-members {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.accordion-members .card {
    border: none;
    border-radius: 0
}

.accordion-members .card-header {
    border-radius: 6px !important;
    border: 1px solid #E0E0E0;
    background: #FFF;
    display: flex;
    padding: 0;
    align-items: center;
    align-self: stretch;
    margin-bottom: 0 !important
}

.accordion-members .card-header .content {
    padding: 12px 50px 12px 16px;
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    position: relative
}

.accordion-members .card-header .content.collapsed svg {
    transform: rotate(0)
}

.accordion-members .card-header .arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.accordion-members .card-header .arrow svg {
    transform: rotate(180deg)
}

.accordion-members .card-body {
    border-radius: 0 0 6px 6px;
    background: #FFF0EB;
    display: flex;
    padding: 12px;
    flex-direction: column;
    gap: 24px
}

.btn-terms-ms {
    padding: 12px 16px;
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    border: 1px solid #E0E0E0;
    background: #FFF;
    border-radius: 6px;
    margin-top: 12px;
    color: #142F43;
    font-weight: 500;
    justify-content: space-between
}

.btn-terms-ms span {
    display: flex;
    gap: 8px;
    align-items: center
}

.ms-lbl {
    display: inline-flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #FFEAE3
}

@media (min-width:576px) {
    .modal-delete-account .modal-dialog {
        max-width: 700px;
        padding: .5rem
    }
}

.modal-delete-account .f-other {
    padding-top: 10px
}

.modal-delete-account .modal-footer .btn {
    min-width: 140px
}

@media (min-width:567px) {
    .modal-ps-term .modal-dialog {
        max-width: 580px;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.modal-ps-term .modal-body {
    padding-bottom: 0;
    padding-top: 24px
}

.modal-ps-term .modal-footer .btn {
    min-width: 160px
}

.modal-ps-term .term-content h3 {
    background: linear-gradient(360deg, #f9c167 -80.19%, #ff304c 113.44%);
    font-size: 15px;
    font-weight: 700;
    padding: 13px 12px;
    text-align: center;
    margin: 0;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.modal-ps-term .term-content .content-scroll {
    padding: 15px;
    border: 1px solid #c4c4c4;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto
}

@media (min-width:567px) {
    .modal-login .modal-dialog {
        max-width: 768px;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media (min-width:567px) {
    .modal-coupons .modal-dialog {
        max-width: 768px;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.modal-coupons .modal-body {
    padding: 0;
    position: relative
}

@media (min-width:992px) {
    .modal-coupons .modal-body {
        display: flex
    }
}

.modal-coupons .left-content {
    background: url(../images/bg-vector.svg) #ff9ea2;
    width: 50%;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:991.96px) {
    .modal-coupons .left-content {
        width: 100%;
        border-radius: 20px
    }
}

.modal-coupons .right-content {
    width: 50%;
    padding: 30px 20px
}

@media (max-width:991.96px) {
    .modal-coupons .right-content {
        width: 100%
    }
}

.modal-coupons button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    float: none;
    z-index: 2;
    width: 25px;
    height: 25px;
    background: #ff5b6a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

@media (max-width:991.96px) {
    .modal-coupons button.close {
        right: 10px;
        top: 10px
    }
}

.modal-coupons button.close span {
    color: #fff
}

.modal-coupons button.close:hover {
    opacity: 1;
    background: #3c3c3c;
    color: #fff
}

.modal-coupons button.close.close:not(:disabled):not(.disabled):focus,
.modal-coupons button.close.close:not(:disabled):not(.disabled):hover {
    opacity: 1
}

.modal-footer {
    padding: 24px;
    border-top: none;
    justify-content: center
}

@media (max-width:567px) {
    .modal-footer {
        padding: 15px
    }
}

.modal.padding_46 .modal-dialog {
    padding-top: 46px
}

button.close {
    float: right
}

.modal-login-content {
    padding: 0 372px 0 0;
    display: block;
    zoom: 1;
    position: relative
}

.modal-login-content:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:991.96px) {
    .modal-login-content {
        padding-right: 0
    }
}

.modal-login-content h2 {
    font-size: 20px;
    margin-bottom: 20px
}

.modal-login-content .btn-back {
    margin-bottom: 20px
}

.modal-login-content .btn-back a,
.modal-login-content .btn-back button {
    background-color: #fff;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    position: relative
}

.modal-login-content .btn-back a:before,
.modal-login-content .btn-back button:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: 1;
    left: 0;
    top: 0;
    border-left: 2px solid #142f43;
    border-top: 2px solid #142f43;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.modal-login-content button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    float: none;
    z-index: 2;
    width: 25px;
    height: 25px;
    background: #ff5b6a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

@media (max-width:991.96px) {
    .modal-login-content button.close {
        right: 10px;
        top: 10px
    }
}

.modal-login-content button.close span {
    color: #fff
}

.modal-login-content button.close:hover {
    opacity: 1;
    background: #3c3c3c;
    color: #fff
}

.modal-login-content button.close.close:not(:disabled):not(.disabled):focus,
.modal-login-content button.close.close:not(:disabled):not(.disabled):hover {
    opacity: 1
}

.modal-login-content .form-group {
    margin-bottom: 20px
}

.modal-login-content .modal-footer .btn-block+.btn-block {
    margin-top: 20px
}

.modal-login-content .scroll-content {
    padding-right: 10px;
    max-height: 448px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -10px
}

@media (max-width:991.96px) {
    .modal-login-content .scroll-content {
        margin-right: 0;
        overflow: visible;
        max-height: 100%;
        padding-right: 0
    }
}

.modal-login-content .scroll-content.scroll-type {
    max-height: 317px;
    margin-bottom: 10px
}

@media (max-width:991.96px) {
    .modal-login-content .scroll-content.scroll-type {
        max-height: 100%
    }
}

.modal-login-content .left-content {
    padding: 24px
}

@media (min-width:992px) {
    .modal-login-content .left-content {
        min-height: 500px
    }
}

@media (max-width:991.96px) {
    .modal-login-content .left-content {
        min-height: auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

.modal-login-content .left-content .modal-footer {
    padding: 0
}

.modal-login-content .left-content .link-type {
    padding: 20px 0 0;
    font-weight: 500
}

.modal-login-content .right-content {
    position: absolute;
    z-index: 1;
    width: 372px;
    height: 100%;
    right: 0;
    top: 0;
    padding-top: 0 !important;
    float: none
}

@media (max-width:991.96px) {
    .modal-login-content .right-content {
        display: none
    }
}

.modal-login-content .right-content .img {
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden
}

.modal-login-content .right-content img {
    display: block
}

.modal-login-content .login-nav {
    display: block;
    zoom: 1;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 20px;
    margin-top: -10px
}

.modal-login-content .login-nav:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.modal-login-content .login-nav .nav-link {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    color: #142f43;
    border: none
}

.modal-login-content .login-nav .nav-link:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 1;
    background: #ff5b6a;
    left: 0;
    bottom: -1px;
    display: none
}

.modal-login-content .login-nav .nav-link.active {
    color: #ff5b6a;
    font-weight: 700;
    border: none
}

.modal-login-content .login-nav .nav-link.active:before {
    display: block
}

.modal-login-content .login-nav .nav-link:focus,
.modal-login-content .login-nav .nav-link:hover {
    border: none
}

.modal-login-content .login-nav .nav-item {
    margin-bottom: 0
}

.modal-login-content .login-nav li {
    list-style: none;
    width: 50%;
    float: left;
    text-align: center
}

.modal-login-content .login-nav li a {
    display: block;
    position: relative;
    padding: 10px;
    text-transform: uppercase;
    color: #142f43
}

.modal-login-content .login-nav li a:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 1;
    background: #ff5b6a;
    left: 0;
    bottom: -1px;
    display: none
}

.modal-login-content .login-nav li.active a {
    color: #ff5b6a;
    font-weight: 700
}

.modal-login-content .login-nav li.active a:before {
    display: block
}

.modal-login-content .password-icon {
    position: relative
}

.modal-login-content .password-icon .form-control {
    padding-right: 35px
}

.modal-login-content .password-icon .icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 9px;
    z-index: 1;
    background-image: url(../images/icon-password.svg);
    background-repeat: no-repeat;
    background-position: 0 0
}

.modal-login-content .password-icon .icon.show {
    background-image: url(../images/icon-show-pw.svg);
    top: 8px
}

.modal-login-content .btn-forgotpw,
.modal-login-content .btn-sms {
    display: block;
    color: #ff5b6a
}

.modal-login-content .btn-forgotpw:hover,
.modal-login-content .btn-sms:hover {
    color: #ff5b6a
}

.modal-login-content .btn-sms {
    float: right
}

@media (max-width:360px) {
    .modal-login-content .btn-sms {
        float: none
    }
}

.modal-login-content .btn-forgotpw {
    float: left
}

@media (max-width:360px) {
    .modal-login-content .btn-forgotpw {
        float: none
    }
}

.modal-login-content .notes {
    margin-bottom: 0;
    padding-top: 30px;
    font-size: 14px
}

.modal-login-content .notes a {
    color: #ff5b6a
}

.modal-login-content .notes a:hover {
    text-decoration: underline
}

.st-box .btn-check {
    width: 90px;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    background: 0 0;
    border: none;
    color: #ff5b6a
}

.btn-newacc {
    padding-top: 40px
}

.b-w {
    margin: 20px 0 0;
    position: relative;
    display: block;
    zoom: 1;
    width: 100%;
    text-align: center
}

.b-w:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.b-w .btn {
    display: inline-block;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-right: 5px
}

.b-w .b-i {
    display: inline-block;
    vertical-align: middle
}

.b-w .b-i.open .tip-msg,
.b-w .b-i:focus .tip-msg,
.b-w .b-i:hover .tip-msg {
    display: block
}

.b-w .tip-msg {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    text-align: left;
    padding-top: 5px;
    display: none
}

.b-w .tip-msg .inner {
    background-color: #FFF2ED;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    font-size: 14px
}

.b-w .tip-msg .inner p {
    margin-bottom: 0
}

.b-w .icon-info {
    width: 19px;
    height: 19px;
    display: block;
    background: url(../images/icon-info.svg) 50% 50% no-repeat;
    cursor: pointer
}

.login-others {
    padding-top: 30px;
    padding-bottom: 3px
}

.login-others .txt {
    text-align: center;
    position: relative;
    margin-bottom: 15px
}

.login-others .txt:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(179, 179, 179, .5);
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 50%
}

.login-others .txt span {
    display: inline-block;
    background-color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    position: relative;
    z-index: 1
}

.login-others ul {
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.login-others ul li {
    padding: 0 7px;
    list-style: none
}

@media (max-width:390px) {
    .login-others ul li {
        padding-left: 4px;
        padding-right: 4px
    }
}

.login-others ul li a,
.login-others ul li button {
    display: block;
    border: none;
    width: 75px;
    height: 75px;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #142f43;
    white-space: nowrap;
    font-size: 12px
}

@media (max-width:390px) {

    .login-others ul li a,
    .login-others ul li button {
        font-size: 11px
    }
}

.login-others ul li a.btn-fb,
.login-others ul li button.btn-fb {
    background-image: url(../icons/icon-fb.svg);
    background-position: 50% 7px;
    background-repeat: no-repeat;
    padding-top: 40px
}

.login-others ul li a.btn-gg,
.login-others ul li button.btn-gg {
    background-image: url(../icons/icon-google.svg);
    background-position: 50% 7px;
    background-repeat: no-repeat;
    padding-top: 40px
}

.login-others ul li a.btn-apple,
.login-others ul li button.btn-apple {
    background-image: url(../images/icon-apple.svg);
    background-position: 50% 7px;
    background-repeat: no-repeat;
    padding-top: 40px
}

.login-others ul li a.btn-tel,
.login-others ul li button.btn-tel {
    background-image: url(../images/icon-tel.svg);
    background-position: 50% 7px;
    background-repeat: no-repeat;
    padding-top: 40px
}

.code-tel {
    position: relative
}

.code-tel .form-control {
    padding-right: 90px
}

.code-tel .code {
    position: absolute;
    display: block;
    width: 84px;
    height: 100%;
    background: #ff5b6a;
    color: #fff;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    right: 0;
    border: none;
    font-size: 15px;
    top: 0;
    padding-top: 1px;
    font-weight: 500;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    max-height: 39px
}

.code-tel .code:hover {
    background: #ff5b6a
}

.code-tel .code.countdown {
    cursor: default;
    background: #ff5b6a;
    opacity: .6;
    pointer-events: none
}

.verification-code {
    position: relative
}

.verification-code .form-control {
    padding-right: 30px
}

.verification-code .invalid-icon {
    display: none;
    width: 15px;
    height: 15px;
    background: #ff5b6a;
    position: absolute;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 10px;
    top: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.verification-code .invalid-icon:after,
.verification-code .invalid-icon:before {
    content: "";
    z-index: 2;
    position: absolute;
    background: #fff
}

.verification-code .invalid-icon:before {
    width: 1px;
    height: 9px;
    left: 7px;
    top: 3px
}

.verification-code .invalid-icon:after {
    width: 9px;
    height: 1px;
    left: 3px;
    top: 7px
}

.verification-code .valid-icon {
    width: 15px;
    height: 15px;
    background: #02ad28;
    position: absolute;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 10px;
    top: 12px;
    display: none
}

.verification-code .valid-icon:before {
    content: "";
    z-index: 2;
    position: absolute;
    width: 8px;
    height: 5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    left: 4px;
    top: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

@media (min-width:567px) {
    .modal-notice .modal-dialog {
        max-width: 580px;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.modal-notice .modal-footer .btn {
    min-width: 160px
}

.location-info {
    background: #FFF3E0;
    padding: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.location-info .txt-2 {
    margin-bottom: 5px
}

.location-info .store-name {
    border: 1px solid #C4C4C4;
    background: #fff;
    padding: 7px 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px
}

.location-info .address {
    margin-bottom: 0
}

@media (min-width:567px) {
    .modal-product-detail .modal-dialog {
        max-width: 580px;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.modal-content .close-bd {
    position: absolute;
    float: none;
    right: 15px;
    top: 6px;
    z-index: 1;
    opacity: 1
}

@media (min-width:567px) {
    .modal-home .modal-dialog {
        max-width: 820px;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.modal-home .modal-body {
    padding: 0 12px
}

.modal-home .modal-content {
    background: 0 0;
    text-align: center
}

.modal-home .close {
    color: #fff;
    opacity: 1;
    width: 24px;
    height: 24px;
    background: url(../images/btn-close.svg) no-repeat;
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 1
}

.modal-home .close span {
    display: none
}

.modal-home .field-img {
    display: inline-block;
    position: relative
}

.modal-home .field-img img {
    display: block;
    margin: 0 auto;
    max-height: 500px;
    width: auto
}

.modal-home .check-type {
    text-align: left;
    padding-top: 5px
}

.modal-home .field-txt {
    margin-bottom: 10px
}

.modal-home .custom-checkbox .custom-control-label {
    padding-top: 2px;
    color: #fff
}

.modal-lpoint-content .left-content .modal-footer {
    padding-top: 15px
}

.pass-msg-box {
    width: 100%;
    position: absolute;
    top: 100%;
    background: #FFF2ED;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
    left: 0;
    font-size: 14px;
    display: none
}

.pass-msg-box .content {
    padding: 10px
}

.pass-msg-box ul {
    margin-bottom: 0
}

.pass-msg-box ul li {
    list-style: none;
    min-height: 16px
}

.pass-msg-box ul li.checked {
    padding-left: 25px;
    position: relative
}

.pass-msg-box ul li.checked:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #8BDB81
}

.pass-msg-box ul li.checked:after {
    content: "";
    width: 8px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 4px;
    top: 6px;
    z-index: 2;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.pass-msg-box ul li.checked.red:before {
    background: #FF5B6A
}

.pass-msg-box ul li+li {
    margin: 7px 0 0
}

@media (min-width:567px) {
    .modal-delivery-address .modal-dialog {
        max-width: 1100px;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media (max-width:991.96px) {
    .modal-delivery-address .modal-dialog .modal-body {
        padding: 15px
    }
}

.modal-delivery-address .modal-content {
    background-color: #F5F5F5
}

.modal-delivery-address .modal-footer .btn {
    min-width: 160px;
    margin: 0 10px
}

@media (max-width:599px) {
    .modal-delivery-address .modal-footer .btn {
        min-width: 100px;
        margin: 0 5px 10px
    }
}

@media (min-width:768px) {
    .modal-delivery-address .stores-list {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 335px;
        padding-bottom: 10px
    }
}

.delivery-address-form .form-group {
    margin-bottom: 1rem
}

.delivery-address-form .col-address {
    position: relative
}

.delivery-address-form .col-address .form-control {
    padding-right: 50px
}

.delivery-address-form .btn-action {
    width: 39px;
    height: 37px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    border: none;
    padding: 0;
    background: url(../images/icon-pos-3.svg) 50% 50% no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.stores-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
    font-size: 16px
}

@media (max-width:767.96px) {
    .stores-list {
        margin: 0
    }
}

.stores-list .item {
    flex: 1 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-top: 20px
}

@media (max-width:767.96px) {
    .stores-list .item {
        flex: 1 100%;
        max-width: 100%;
        padding: 0
    }
}

.stores-list .item.active .content:after {
    display: block
}

.stores-list .content {
    height: 100%;
    background: #fff;
    border: 1px solid transparent;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 20px 20px 20px 45px;
    position: relative;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15)
}

@media (max-width:767.96px) {
    .stores-list .content {
        padding: 15px 15px 15px 40px
    }
}

.stores-list .content:after,
.stores-list .content:before {
    position: absolute;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1
}

.stores-list .content:before {
    width: 15px;
    height: 15px;
    left: 20px;
    top: 23px;
    border: 1px solid #ff5b6a;
    background: #fff
}

@media (max-width:767.96px) {
    .stores-list .content:before {
        left: 12px;
        top: 18px
    }
}

.stores-list .content:after {
    width: 9px;
    height: 9px;
    left: 23px;
    top: 26px;
    background: #ff5b6a;
    display: none
}

@media (max-width:767.96px) {
    .stores-list .content:after {
        left: 15px;
        top: 21px
    }
}

.stores-list .content p {
    margin-bottom: 0
}

.stores-list .content .name {
    margin-bottom: 10px;
    font-weight: 700
}

.stores-list .content .name em,
.stores-list .content .name span {
    margin-left: 7px
}

.stores-list .content .name em {
    margin-right: 5px
}

.stores-list .content .lbl {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #FF8551;
    padding: 3px 5px 1px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px
}

.stores-list .read-more {
    display: block;
    float: right;
    margin: 0 0 5px 10px;
    color: #ff5b6a;
    text-decoration: underline
}

.address-delivery-wrap {
    margin-bottom: 30px
}

.adds-list .item {
    border-bottom: 1px solid #FFEAE3;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.adds-list p {
    margin-bottom: 7px
}

.adds-list .add-name {
    font-weight: 700;
    display: flex;
    align-items: center
}

.adds-list .add-name img {
    margin-right: 5px
}

.adds-list .store-name {
    background: #FF9EA2;
    padding: 7px 10px;
    margin-bottom: 10px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.adds-list .btn-grp {
    float: right;
    margin: 28px 0 0 10px
}

.adds-list .btn-grp .btn {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    margin-left: 5px
}

.adds-list .btn-grp .btn.edit {
    background-image: url(../images/icon-edit.svg)
}

.adds-list .btn-grp .btn.delete {
    background-image: url(../images/icon-delete-2.svg);
    background-position: 50% 50%;
    background-size: 24px auto
}

@media (min-width:992px) {
    .form-group-select {
        position: relative;
        padding-right: 140px
    }
}

@media (min-width:992px) {
    .form-group-select.pd-rn {
        padding-right: 0
    }
}

.form-group-select .btn-search {
    padding-top: 1rem
}

@media (min-width:992px) {
    .form-group-select .btn-search {
        width: 125px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        padding-top: 0
    }
}

.form-group-select .btn-search .btn {
    width: 100%
}

.add-more-address {
    padding: 40px 20px 20px
}

@media (max-width:575px) {
    .add-more-address .f-location .f-bottom {
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px
    }
}

.add-more-address .f-location .f-bottom .btn {
    margin: 0 10px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 180px
}

@media (max-width:575px) {
    .add-more-address .f-location .f-bottom .btn {
        width: auto;
        display: inline-block;
        min-width: 50px;
        margin: 0 5px
    }
}

.add-more-address .f-location .f-result {
    margin-bottom: 0
}

.add-more-address .pos-options {
    background: 0 0;
    padding: 0;
    border: none
}

@media (max-width:991.96px) {
    .add-more-address .pos-options {
        white-space: normal
    }
}

.add-more-address .pos-options .btn {
    border-color: #C4C4C4;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
    background-color: #fff
}

@media (max-width:576px) {
    .add-more-address .pos-options .btn {
        margin: 0 5px 15px 0
    }
}

.add-more-address .pos-options .btn:focus,
.add-more-address .pos-options .btn:hover {
    background-color: #fff !important;
    border-color: #C4C4C4 !important;
    color: #142f43 !important
}

.add-more-address .pos-options .btn.icon-1,
.add-more-address .pos-options .btn.icon-2,
.add-more-address .pos-options .btn.icon-3 {
    padding-left: 40px;
    background-position: 13px 50%;
    background-repeat: no-repeat
}

.add-more-address .pos-options .btn.icon-1 {
    background-image: url(../images/icon-1-o.svg)
}

.add-more-address .pos-options .btn.icon-2 {
    background-image: url(../images/icon-2-o.svg)
}

.add-more-address .pos-options .btn.icon-3 {
    background-image: url(../images/icon-3-o.svg)
}

.add-more-address .pos-options .btn.current {
    background-color: #ff5b6a !important;
    border-color: #ff5b6a !important;
    color: #fff !important
}

.add-more-address .pos-options .btn.current.icon-1 {
    background-image: url(../images/icon-1-white.svg)
}

.add-more-address .pos-options .btn.current.icon-2 {
    background-image: url(../images/icon-2-white.svg)
}

.add-more-address .pos-options .btn.current.icon-3 {
    background-image: url(../images/icon-3-white.svg)
}

.product-category-detail {
    margin-bottom: 30px;
    display: block;
    zoom: 1
}

.product-category-detail:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.product-category-detail h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px
}

@media (max-width:767.96px) {
    .product-category-detail h3 {
        font-size: 24px
    }
}

.product-category-detail .field-back {
    margin-bottom: 30px;
    text-align: right
}

.product-category-detail .field-back button {
    border: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    color: #ff5b6a;
    display: inline-block;
    font-weight: 700;
    padding: 5px 17px
}

.product-category-detail .field-back button:focus,
.product-category-detail .field-back button:hover {
    color: #ff5b6a
}

.product-category-detail .field-img {
    padding: 0;
    position: relative;
    margin-bottom: 30px
}

.product-category-detail .field-img img {
    display: block;
    max-width: 440px;
    margin: 0 auto
}

@media (max-width:991.96px) {
    .product-category-detail .field-img img {
        max-width: 100%
    }
}

.product-category-detail .field-img .field-bottom {
    position: absolute;
    right: 10px;
    z-index: 1;
    bottom: 10px
}

.product-category-detail .field-price {
    color: #ff5b6a;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (max-width:767.96px) {
    .product-category-detail .field-price {
        font-size: 22px
    }
}

.product-category-detail .discount-f {
    background: url(../images/icon-discount.svg) no-repeat;
    padding-left: 24px;
    min-height: 20px;
    margin-bottom: 20px;
    margin-top: -5px;
    color: #6b6c6c;
    text-decoration: line-through
}

.product-category-detail .field-note {
    border-top: 1px dashed #c4c4c4;
    padding-top: 16px;
    margin-bottom: 30px
}

.product-category-detail .field-note p {
    margin-bottom: 5px
}

.product-category-detail .qty .lbl {
    margin-right: 20px
}

.product-category-detail .qty .q-inner {
    overflow: hidden
}

.product-category-detail .nav-bottom .txt-note {
    margin-bottom: 30px
}

@media (max-width:767.96px) {
    .product-category-detail .nav-bottom .txt-note {
        display: none
    }
}

.product-category-detail .nav-bottom .txt-note strong {
    color: #ff5b6a
}

.product-category-detail .btn-cart {
    padding: 10px 25px;
    font-weight: 700
}

.promo-block-hl {
    background-color: #ff5b6a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #fff;
    padding: 15px;
    display: block;
    zoom: 1
}

.promo-block-hl:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.promo-block-hl .left {
    width: 60%;
    float: left
}

@media (max-width:767.96px) {
    .promo-block-hl .left {
        float: none;
        width: 100%
    }
}

.promo-block-hl .right {
    max-width: 40%;
    float: right;
    text-align: center
}

@media (max-width:767.96px) {
    .promo-block-hl .right {
        float: none;
        max-width: 100%;
        text-align: left;
        padding-top: 15px
    }
}

.promo-block-hl .right p {
    margin-bottom: 3px
}

.promo-block-hl .field-price {
    margin-bottom: 0 !important;
    font-size: 25px !important;
    color: #fff !important
}

@media (max-width:767.96px) {
    .promo-block-hl .field-price {
        font-size: 22px !important
    }
}

.promo-block-hl .discount-f {
    margin: 0 !important;
    background: url(../images/icon-discount-2.svg) no-repeat !important;
    color: #fff !important
}

.promo-block-hl .discount-f .price-old {
    color: #fff !important;
    opacity: .6
}

.promo-block-hl .price-old {
    text-decoration: line-through;
    opacity: .7
}

.promo-block-hl .lbl {
    margin-left: 10px
}

.promo-block-hl .countdown .item {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    padding: 5px 0 0;
    font-weight: 700;
    margin-left: 15px
}

@media (max-width:767.96px) {
    .promo-block-hl .countdown .item {
        margin-left: 0;
        margin-right: 15px
    }
}

.promo-block-hl .countdown .item:after,
.promo-block-hl .countdown .item:before {
    width: 4px;
    height: 4px;
    left: -9px
}

.promo-block-hl .countdown .item:before {
    margin-top: -6px
}

.promo-block-hl .countdown .item:after {
    margin-top: 3px
}

.options-product {
    margin-bottom: 40px
}

.options-product .headline {
    display: block;
    zoom: 1;
    background-color: #F2F2F2;
    padding: 15px
}

.options-product .headline:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.options-product .headline h4 {
    font-size: 18px;
    margin-bottom: 0
}

@media (max-width:767.96px) {
    .options-product .headline h4 {
        font-size: 16px
    }
}

.options-product .headline .note {
    font-size: 14px;
    color: #FF5B6A;
    margin-bottom: 0;
    padding-top: 2px
}

.options-product .headline .txt {
    float: right;
    display: block;
    margin: 1px 0 0 15px;
    font-size: 14px
}

.options-product .list-options {
    margin-bottom: 0
}

.options-product .list-options li {
    display: block;
    zoom: 1;
    position: relative;
    padding: 10px 0 10px 50px;
    border-bottom: 1px solid #FFEAE3;
    font-size: 14px;
    color: #6B6C6C
}

.options-product .list-options li:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:767.96px) {
    .options-product .list-options li {
        padding-left: 30px
    }
}

.options-product .list-options li.checked {
    color: #142f43
}

.options-product .list-options.add-opts li {
    padding-left: 0
}

@media (max-width:767.96px) {
    .options-product .list-options.add-opts .product-name {
        width: 44%
    }
}

@media (max-width:359px) {
    .options-product .list-options.add-opts .product-name {
        width: 35%
    }
}

@media (max-width:767.96px) {
    .options-product .list-options.add-opts .r-info {
        width: 56%
    }
}

@media (max-width:359px) {
    .options-product .list-options.add-opts .r-info {
        width: 65%
    }
}

.options-product .product-name {
    float: left;
    width: 60%;
    display: block;
    zoom: 1
}

.options-product .product-name:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:767.96px) {
    .options-product .product-name {
        width: 50%
    }
}

.options-product .product-name img {
    display: block;
    float: left;
    width: 40px;
    height: auto;
    margin-right: 10px
}

@media (max-width:767.96px) {
    .options-product .product-name img {
        margin-right: 5px
    }
}

.options-product .product-name .txt {
    display: block;
    overflow: hidden;
    padding-top: 11px
}

.options-product .sl {
    width: 50px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    color: #ff9ea2;
    padding: 22px 0 0 5px
}

@media (max-width:767.96px) {
    .options-product .sl {
        width: 25px;
        padding-left: 0
    }
}

.options-product .r-info {
    float: right;
    padding-top: 11px;
    text-align: right;
    width: 40%
}

@media (max-width:767.96px) {
    .options-product .r-info {
        width: 50%
    }
}

.options-product .r-info .inner {
    zoom: 1;
    display: inline-block
}

.options-product .r-info .inner:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.options-product .price {
    display: block;
    float: left
}

.options-product .btn-remove {
    width: 20px;
    height: 20px;
    background: url(../images/icon-remove.svg) 50% 50% no-repeat;
    border: none;
    float: left;
    margin: 0 0 0 5px;
    padding: 0
}

.options-product .qty {
    float: left;
    margin-bottom: 0 !important;
    margin-left: 10px;
    margin-top: -7px
}

@media (max-width:767.96px) {
    .options-product .qty {
        margin-left: 5px
    }
}

@media (max-width:767.96px) {
    .options-product .qty .number {
        margin: 0 3px
    }
}

.modal-product-detail .product-category-detail {
    margin-bottom: 20px
}

@media (min-width:567px) {
    .modal-product-detail .modal-dialog {
        max-width: 1100px;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.modal-bg {
    background: url(../images/bg-3.png) 50% 50% #fff
}

@media (min-width:567px) {
    .modal-msg-box .modal-dialog {
        max-width: 360px;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.modal-msg-box .img {
    margin-bottom: 20px
}

.modal-msg-box .img img {
    max-height: 220px
}

.modal-msg-box .modal-footer {
    padding-top: 10px;
    display: block;
    flex-wrap: none
}

.gp-button {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -5px
}

.gp-button.full {
    margin: 0
}

.gp-button.full li {
    flex: 1 100%;
    max-width: 100%;
    padding: 0;
    float: none
}

.gp-button li {
    flex: 1 50%;
    max-width: 50%;
    padding: 0 5px;
    list-style: none
}

.gp-button li .btn {
    width: 100%;
    float: none;
    min-width: 10px
}

.location-saved {
    padding-top: 0 !important
}

.location-saved .f-top {
    display: block;
    zoom: 1
}

.location-saved .f-top:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.location-saved .f-top h4 {
    text-transform: uppercase;
    float: left;
    max-width: 50%;
    font-size: 20px;
    font-weight: 700
}

@media (max-width:767.96px) {
    .location-saved .f-top h4 {
        float: none;
        max-width: 100%
    }
}

.location-saved .f-top .link-type {
    float: right;
    padding-left: 10px;
    font-weight: 500;
    max-width: 50%;
    padding-top: 3px
}

@media (max-width:767.96px) {
    .location-saved .f-top .link-type {
        float: none;
        max-width: 100%;
        padding-left: 0
    }
}

.location-saved .stores-list .item {
    position: relative
}

.location-saved .stores-list .item.active .content {
    border-color: #ff5b6a
}

.location-saved .stores-list .item.active .content:after {
    display: none
}

.location-saved .stores-list .item.default .btn-edit {
    background: url(../images/icon-1-o.svg) no-repeat
}

.location-saved .stores-list .content:before {
    display: none
}

.location-saved .stores-list .btn-edit {
    width: 24px;
    height: 24px;
    background: url(../images/icon-1.svg) no-repeat;
    border: none;
    left: 30px;
    z-index: 1;
    position: absolute;
    top: 20px;
    cursor: pointer
}

@media (max-width:767.96px) {
    .location-saved .stores-list .btn-edit {
        left: 15px;
        top: 15px
    }
}

.location-saved .store-name {
    background: #FF9EA2;
    padding: 7px 10px;
    margin-top: 5px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media (min-width:567px) {
    .modal-voucher .modal-dialog {
        max-width: 800px;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (max-width:566px) {
    .modal-voucher .modal-dialog {
        margin: .5rem 1rem
    }
}

.modal-voucher .modal-body {
    padding: 0
}

@media (min-width:567px) {
    .modal-voucher .voucher-content-md {
        display: flex;
        flex-flow: row wrap
    }
}

.modal-voucher .voucher-content-md .img {
    width: 100%;
    background: url(../images/icon-16.png) 50% 0 #ff9ea2;
    position: relative
}

@media (min-width:567px) {
    .modal-voucher .voucher-content-md .img {
        flex: 1 45%;
        max-width: 45%;
        min-height: 300px
    }
}

@media (max-width:566px) {
    .modal-voucher .voucher-content-md .img {
        border-radius: .3rem;
        -webkit-border-radius: .3rem
    }
}

.modal-voucher .voucher-content-md .img .inner {
    text-align: center
}

@media (min-width:567px) {
    .modal-voucher .voucher-content-md .img .inner {
        padding: 74px 10px 10px;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 1;
        transform: translate(0, -50%);
        width: 100%
    }
}

@media (max-width:566px) {
    .modal-voucher .voucher-content-md .img .inner {
        padding: 84px 10px 15px
    }
}

@media (min-width:567px) {
    .modal-voucher .voucher-content-md .img .inner img {
        max-height: 165px
    }
}

.modal-voucher .voucher-content-md .img .lbl {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 20px
}

.modal-voucher .voucher-content-md .img .lbl span {
    display: inline-block;
    background: #FF5B6A;
    padding: 6px 15px 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.modal-voucher .voucher-content-md .info {
    padding: 20px
}

@media (min-width:567px) {
    .modal-voucher .voucher-content-md .info {
        flex: 1 55%;
        max-width: 55%
    }
}

.modal-voucher .voucher-content-md .info h3 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 10px
}

.modal-voucher .voucher-content-md .info .exp {
    margin-bottom: 15px
}

.modal-voucher .voucher-content-md .btn-bt {
    text-align: right;
    padding-top: 10px;
    margin-bottom: 0
}

@media (max-width:566px) {
    .modal-voucher .voucher-content-md .btn-bt {
        text-align: center
    }
}

.modal-voucher .voucher-content-md .btn-bt .btn {
    min-width: 164px
}

button.close2 {
    float: none;
    width: 25px;
    height: 25px;
    background: url(../images/btn-close-2.svg) no-repeat;
    position: absolute;
    right: -12px;
    top: -12px;
    opacity: 1;
    z-index: 2
}

button.close2 span {
    display: none
}

button.close2:focus,
button.close2:hover {
    opacity: 1
}

.modal-vongxoay .modal-dialog {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media (max-width:360px) {
    .modal-vongxoay .modal-dialog {
        width: 310px;
        height: 310px
    }
}

.modal-vongxoay .modal-content {
    background: 0 0;
    border-radius: 0;
    color: #fff
}

.modal-vongxoay .modal-content a {
    color: #fff
}

.modal-vongxoay .modal-body {
    padding: 5px;
    font-size: 15px
}

.modal-vongxoay .circle-box {
    position: relative;
    margin-top: -64px;
    cursor: pointer
}

@media (max-width:360px) {
    .modal-vongxoay .circle-box {
        margin-top: -59px
    }
}

.modal-vongxoay .frame-canvas {
    width: 340px;
    height: 340px;
    margin: 0 auto
}

@media (max-width:360px) {
    .modal-vongxoay .frame-canvas {
        width: 300px;
        height: 300px
    }
}

.modal-vongxoay .btn-play {
    border: none;
    width: 108px;
    height: 108px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    background: url(../images/btn-quay.svg) 50% 50% no-repeat;
    transform: translate(-50%, -50%)
}

@media (max-width:360px) {
    .modal-vongxoay .btn-play {
        width: 80px;
        height: 80px;
        background-size: 80px auto
    }
}

.modal-vongxoay .btn-play span {
    display: none
}

.modal-vongxoay .vx-top {
    position: relative
}

.modal-vongxoay .vx-top .arrow {
    width: 43px;
    height: 43px;
    position: absolute;
    left: 50%;
    top: 66px;
    transform: translate(-50%, 0);
    z-index: 2
}

@media (max-width:360px) {
    .modal-vongxoay .vx-top .arrow {
        top: 62px
    }
}

.modal-vongxoay .vx-top .arrow img {
    display: block
}

.modal-vongxoay .vx-bottom {
    text-align: center
}

.modal-vongxoay .vx-bottom img {
    display: block;
    margin: -20px auto 0
}

.modal-vongxoay .txt-msg {
    padding-top: 20px
}

.modal-vongxoay .txt-msg * {
    color: #fff !important
}

.modal-vongxoay .txt-msg .red-color,
.modal-vongxoay .txt-msg .red-color * {
    color: #FF0001 !important
}

.modal-vongxoay .b-btn {
    margin-bottom: 0;
    padding-top: 30px
}

.modal-vongxoay .btn-outline-primary {
    border: none;
    min-width: 165px;
    padding: 12px 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 20px;
    color: #FF0001 !important
}

@media (max-width:370px) {
    .modal-vongxoay .btn-outline-primary {
        font-size: 18px;
        padding: 10px 5px;
        min-width: 145px
    }
}

.modal-vongxoay .red-color {
    font-size: 20px;
    color: #FF0001 !important
}

.modal-vongxoay .rs-img {
    width: 345px;
    height: 321px;
    margin: 0 auto;
    display: flex;
    background: url(../images/vongxoay-2.svg) 50% 50% no-repeat;
    justify-content: center;
    align-items: center
}

@media (max-width:360px) {
    .modal-vongxoay .rs-img {
        width: 300px;
        height: 279px;
        background-size: 300px auto
    }
}

.modal-vongxoay .coupon-txt {
    width: 212px;
    height: 88px;
    text-align: center;
    background: url(../images/icon-coupon.svg) 50% 50% no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 40px;
    padding-right: 30px
}

@media (min-width:567px) {
    .modal-verify-phone .modal-dialog {
        max-width: 380px;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.modal-verify-phone-content {
    text-align: center
}

.modal-verify-phone-content .f-title {
    font-weight: 700;
    margin-bottom: 20px
}

.modal-verify-phone-content .f-note {
    margin-bottom: 20px
}

.modal-verify-phone-content .f-code {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px
}

.modal-verify-phone-content .f-code input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #142f43;
    flex: 1 48px;
    max-width: 48px;
    height: 48px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding: 5px
}

.modal-verify-phone-content .f-code input[type=number] {
    -moz-appearance: textfield
}

.modal-verify-phone-content .f-code input[type=number]::-webkit-inner-spin-button,
.modal-verify-phone-content .f-code input[type=number]::-webkit-outer-spin-button {
    appearance: none
}

.modal-verify-phone-content .f-notify {
    margin-bottom: 20px
}

.modal-verify-phone-content .f-notify span {
    display: block;
    margin: 0 auto
}

.modal-verify-phone-content .f-notify .show {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(20, 47, 67, .1);
    color: #333;
    width: 32px;
    height: 32px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.modal-verify-phone-content .f-notify .text {
    color: #c4c4c4;
    margin-top: 9px
}

.modal-verify-phone-content .f-notify.time-out .text {
    cursor: pointer;
    color: #ff5b6a
}

.modal-verify-phone-content .f-notify.time-out .text:hover {
    color: #ff5b6a
}

.modal-verify-phone-content .f-notify.fail .show {
    background-color: #ff5b6a;
    font-size: 0
}

.modal-verify-phone-content .f-notify.fail .show:after,
.modal-verify-phone-content .f-notify.fail .show:before {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 0;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
    transform-origin: center
}

.modal-verify-phone-content .f-notify.fail .show:after {
    transform: rotate(-45deg)
}

.modal-verify-phone-content .f-notify.fail .text {
    color: #ff5b6a
}

.modal-verify-phone-content .f-notify.success .show {
    background-color: #00AF68;
    font-size: 0
}

.modal-verify-phone-content .f-notify.success .show:before {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    position: absolute;
    left: 8px;
    top: 9px;
    transform: rotate(-45deg)
}

.modal-verify-phone-content .f-notify.success .text {
    color: #02ad28
}

.modal-verify-phone-content .btn {
    font-weight: 700
}

.modal-verify-phone-content .btn.disabled {
    border-color: #777;
    background-color: #777
}

.payment-processing-sttaus {
    width: 36px;
    height: 36px
}

.payment-processing-sttaus .percent {
    position: relative;
    text-align: center
}

.payment-processing-sttaus svg {
    position: relative;
    width: 36px;
    height: 36px;
    transform: rotate(-90deg);
    margin: 0 auto
}

.payment-processing-sttaus svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round
}

.payment-processing-sttaus .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.payment-processing-sttaus h3 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

@media (min-width:567px) {
    .modal-order-confirm .modal-dialog {
        max-width: 396px;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.modal-order-confirm .payment-content {
    box-shadow: none;
    background: 0 0
}

.qty-br {
    background: #fff;
    padding: 3px 5px;
    border: 1px solid #ff5b6a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px
}

.img-40 {
    max-width: 40px
}

.scroll-content-type {
    margin-left: -8px;
    margin-right: -8px;
    padding: 0 8px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 151px
}

.store-offers .item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #FF9EA2;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer
}

.store-offers .r-type {
    display: block;
    zoom: 1
}

.store-offers .r-type:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.store-offers .r-type+.r-type {
    margin-top: 5px
}

.store-offers .lbl {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #FF8551;
    padding: 3px 5px 1px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    margin-right: 5px
}

.store-offers .img {
    float: left;
    margin-right: 5px;
    margin-top: 1px
}

.store-offers .txt {
    display: block;
    overflow: hidden
}

.store-offers .txt.fw-s {
    color: #6B6C6C
}

.fw-md {
    font-weight: 500 !important
}

.fw-s {
    font-size: 14px !important
}

.address-opt-list .custom-control-label {
    display: block;
    border-bottom: 1px solid #FFEAE3;
    padding-bottom: 10px;
    padding-top: 3px;
    font-weight: 500
}

.btn-add {
    display: inline-block;
    background: url(../images/icon-plus.svg) 3px 2px no-repeat;
    padding-left: 30px
}

.btn-add:hover {
    text-decoration: underline
}

.btn-back {
    width: 20px;
    height: 20px;
    background: 0 0;
    border: none;
    position: relative
}

.btn-back:before {
    content: "";
    width: 14px;
    height: 14px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.page-404 {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.page-404 .img {
    margin-bottom: 30px
}

.login-page {
    max-width: 768px;
    margin: 30px auto;
    background: #FDFDFE;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

@media (max-width:991.96px) {
    .login-page {
        margin-bottom: 0;
        margin-top: 0
    }
}

.login-page .modal-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    display: block
}

.login-page .btn-register-now {
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 0
}

.login-page .btn-register-now a {
    color: #ff5b6a
}

.login-page .btn-register-now a:hover {
    text-decoration: underline
}

.info-list ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0 -15px
}

.info-list ul li {
    flex: 1 25%;
    max-width: 25%;
    margin-bottom: 42px;
    padding: 0 15px
}

.info-list span {
    display: block
}

.info-list .content {
    height: 100%
}

.info-list .content a {
    color: #142f43
}

.info-list .content a:hover .f-title {
    color: #ff5b6a
}

.info-list .f-img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    margin-bottom: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.info-list .f-img img {
    display: block;
    margin: 0 auto;
    max-width: none;
    height: 150px
}

.info-list .f-title {
    font-weight: 700;
    margin-bottom: 7px
}

.info-list .f-date {
    font-size: 14px
}

.nav-inside {
    border-bottom: 1px solid #142f43;
    display: flex;
    list-style: none;
    text-align: center;
    margin-bottom: 30px
}

.nav-inside li {
    flex: 1 25%;
    max-width: 25%
}

.nav-inside li.active a {
    background-color: #142f43;
    color: #fff;
    font-weight: 700
}

.nav-inside a {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    padding: 8px 22px;
    color: #142f43
}

.nav-inside a:focus,
.nav-inside a:hover {
    color: #ff5b6a
}

.promotion-slide {
    margin-bottom: 25px
}

.promotion-slide .owl-carousel .owl-dots {
    padding-top: 9px
}

.promotion-slide .owl-carousel .owl-dots .owl-dot {
    background: #ff5b6a;
    opacity: .5;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0
}

.promotion-slide .owl-carousel .owl-dots .owl-dot.active {
    opacity: 1
}

.promotion-slide .owl-carousel .owl-stage {
    display: flex
}

.promotion-slide .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto
}

.promotion-slide .item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%
}

.promotion-slide iframe {
    border: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 500px
}

.modal-product-detail-content {
    padding: 25px
}

.modal-product-detail-content button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    float: none;
    z-index: 2;
    width: 25px;
    height: 25px;
    background: #142f43;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.modal-product-detail-content button.close span {
    margin-right: -1px;
    color: #fff
}

.modal-product-detail-content button.close:hover {
    opacity: 1;
    background: #ff5b6a;
    color: #fff
}

.modal-product-detail-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center
}

.modal-product-detail-content .field-img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 280px;
    margin: -25px -25px 24px;
    position: relative
}

.modal-product-detail-content .field-img::before {
    background: linear-gradient(360deg, #f9c167 -80.19%, #ff304c 113.44%);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 212px;
    pointer-events: none;
    z-index: 1
}

.modal-product-detail-content .field-img a {
    display: block;
    position: relative;
    z-index: 2
}

.modal-product-detail-content .field-img img {
    max-height: 260px
}

.modal-product-detail-content .field-img .field-bottom {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2
}

.modal-product-detail-content .field-info {
    border-bottom: 1px solid #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 14px
}

.modal-product-detail-content .field-info .price {
    color: #ff5b6a;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%
}

.modal-product-detail-content .field-info .quantity {
    display: flex;
    align-items: center
}

.modal-product-detail-content .field-info .inner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 150px;
    position: relative;
    border: 1px solid #e1e1e1;
    padding: 0 30px;
    height: 30px;
    margin-left: 8px
}

.modal-product-detail-content .field-info .inner button {
    border: none;
    width: 30px;
    height: 29px;
    cursor: pointer;
    background: #e1e1e1;
    text-align: center;
    color: #142f43;
    font-weight: 400;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0
}

.modal-product-detail-content .field-info .inner button.btn-plus {
    left: auto;
    right: 0
}

.modal-product-detail-content .field-info .inner input {
    width: 100%;
    text-align: center;
    padding: 3px 2px 2px;
    border: none;
    background: 0 0;
    height: 28px
}

.modal-product-detail-content .field-info .quantity {
    width: auto
}

.modal-product-detail-content .field-select {
    padding: 0 8px;
    margin-bottom: 22px
}

.modal-product-detail-content .field-select .f-title {
    margin-bottom: 11px
}

.modal-product-detail-content .field-btn {
    text-align: center
}

.modal-product-detail-content .field-btn .btn {
    padding-left: 37px;
    padding-right: 37px
}

.faq-content {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -12px
}

.faq-content .group-item {
    flex: 1 50%;
    max-width: 50%;
    padding: 0 12px;
    margin-bottom: 40px
}

.faq-content .group-item .item:last-child .field-title a.collapsed {
    border-bottom-color: transparent
}

.faq-content h4 {
    background-color: rgba(196, 196, 196, .5);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 16px 24px
}

.faq-content .field-title {
    font-size: 15px;
    margin-bottom: 0
}

.faq-content .field-title a {
    border-bottom: 1px solid #E5E5E5;
    color: #142f43;
    display: block;
    position: relative;
    padding: 17px 24px
}

.faq-content .field-title a.collapsed .icon::before {
    display: block
}

.faq-content .field-title a.collapsed .icon::after {
    display: none
}

.faq-content .field-title a:hover {
    color: #ff5b6a
}

.faq-content .field-title .icon::after,
.faq-content .field-title .icon::before {
    content: '+';
    display: none;
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1
}

.faq-content .field-title .icon::after {
    content: '-';
    display: block;
    right: 28px
}

.faq-content .field-collapse.collapsed {
    display: none
}

.faq-content .field-body {
    padding-top: 15px
}

.faq-content .field-body p:last-child {
    margin-bottom: 0
}

.faq-content .view-more {
    margin-top: 15px;
    padding-left: 24px;
    padding-right: 24px
}

.promotion-detail .f-img {
    margin-bottom: 30px;
    text-align: center
}

.promotion-detail .f-title {
    color: #ff5b6a;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase
}

.promotion-detail .f-back {
    text-align: center;
    padding-top: 30px
}

.promotion-detail .f-back .btn {
    font-weight: 700;
    padding-left: 50px;
    padding-right: 50px;
    position: relative
}

.promotion-detail .f-back .btn span {
    padding-left: 35px;
    position: relative
}

.promotion-detail .f-back .btn span::before {
    background: url(../images/icon-arr-back.svg) no-repeat;
    content: '';
    display: block;
    width: 23px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1
}

.promotion-detail .f-content-detail ol,
.promotion-detail .f-content-detail ul {
    padding-left: 16px
}

.related-info {
    border-top: 1px solid #c4c4c4;
    margin-top: 60px;
    padding-top: 30px
}

.related-info h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 28px
}

.page-story {
    padding: 0 80px
}

@media (max-width:991.96px) {
    .page-story {
        padding: 0
    }
}

.page-story h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:767.96px) {
    .page-story h2 {
        font-size: 20px;
        margin-bottom: 2rem
    }
}

.page-story .f-img {
    margin-bottom: 30px;
    text-align: center
}

.page-story .f-bottom {
    display: flex;
    justify-content: center
}

.page-story .f-bottom .f-left {
    flex: 1 387px;
    max-width: 387px
}

.page-story .f-bottom .f-right {
    flex: 1 558px;
    max-width: 558px;
    padding-left: 34px
}

.page-story .f-note-story {
    display: flex;
    flex-flow: row wrap;
    margin: -24px -12px 0
}

.page-story .f-note-story .f-item {
    flex: 1 255px;
    max-width: 255px;
    padding: 0 12px;
    margin-top: 24px
}

.page-story .f-note-story .f-inner {
    background: url(../images/bg-story.png) no-repeat #ff5b6a;
    border-radius: 5px;
    color: #fff;
    min-height: 164px;
    position: relative;
    padding: 84px 25px 18px;
    height: 100%
}

.page-story .f-note-story .f-number {
    font-size: 70px;
    font-weight: 700;
    line-height: 82px;
    position: absolute;
    left: -19px;
    top: 0
}

.page-story .f-note-story .f-icon {
    position: absolute;
    right: 20px;
    top: 16px
}

.page-story .f-note-story .f-icon img {
    max-width: 52px
}

.page-story .f-note-story .f-title strong {
    display: block
}

.page-about {
    display: flex;
    margin-top: 60px;
    margin-bottom: 30px
}

@media (max-width:991.96px) {
    .page-about {
        display: block
    }
}

.page-about h2 {
    color: #ff5b6a;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase
}

@media (max-width:991.96px) {
    .page-about h2 {
        font-size: 24px
    }
}

@media (min-width:992px) {
    .page-about .f-img {
        flex: 1 533px;
        max-width: 533px;
        margin-right: 24px
    }
}

@media (max-width:991.96px) {
    .page-about .f-img {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .page-about .f-content {
        flex: 1 0
    }
}

@media (min-width:992px) {
    .page-franchise .f-inner {
        display: flex;
        margin: 0 -15px
    }
}

@media (max-width:991.96px) {
    .page-franchise .f-left {
        margin-bottom: 50px
    }
}

@media (min-width:992px) {

    .page-franchise .f-left,
    .page-franchise .f-right {
        flex: 1 0;
        padding: 0 15px
    }
}

.page-franchise .text-red,
.page-franchise .text-red:focus,
.page-franchise .text-red:hover {
    color: #ff5b6a
}

.register-shop {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    padding: 24px 24px 32px
}

.register-shop h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.register-shop .form-group {
    margin-bottom: 20px
}

.register-shop .btn {
    padding-left: 48px;
    padding-right: 48px
}

.register-shop .msg-box {
    padding-top: 20px;
    padding-bottom: 20px
}

.register-shop .notes {
    padding-top: 20px;
    margin-bottom: 0
}

.register-shop .notes a {
    color: #d50000
}

.register-shop .notes a:focus,
.register-shop .notes a:hover {
    text-decoration: underline
}

.modal-product-list-option-content {
    padding: 24px
}

@media (max-width:567px) {
    .modal-product-list-option-content {
        padding: 1rem
    }
}

.modal-product-list-option-content table {
    border: 1px solid #c4c4c4
}

.modal-product-list-option-content table thead th {
    color: #fff;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    background-color: #ff5b6a
}

.modal-product-list-option-content table tbody td {
    border-top: 1px dashed #c4c4c4;
    border-left: 1px dashed #c4c4c4;
    padding: 10px;
    vertical-align: top
}

.modal-product-list-option-content table tbody td.f-rule {
    border-top-style: solid
}

.modal-product-list-option-content table p {
    margin-bottom: 10px
}

.modal-product-list-option-content table p:last-child {
    margin-bottom: 0
}

.modal-product-list-option-content table span {
    display: inline-block
}

.modal-product-list-option-content table .f-left {
    min-width: 175px
}

@media (max-width:380px) {
    .modal-product-list-option-content table .f-left {
        min-width: 120px
    }
}

.modal-product-list-option-content table .f-time p {
    margin-bottom: 4px
}

.modal-product-list-option-content table .f-time p:last-child {
    margin-bottom: 0
}

.modal-product-list-option-content table .text-red {
    color: #ff5b6a
}

.modal-product-list-option-content .f-bottom {
    margin-top: 24px;
    text-align: center
}

.modal-product-list-option-content .f-bottom .btn {
    padding-left: 80px;
    padding-right: 80px
}

.modal-product-list-option-content.modal-history {
    padding-top: 24px
}

.page-location .f-location .f-view .custom-control {
    padding-left: 0
}

.page-location .f-location .f-view .custom-control-label::before {
    display: none
}

.acc-history-lpoint .view-point {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px
}

.acc-history-lpoint .view-point .f-img {
    margin-right: 40px
}

.acc-history-lpoint .view-point h4 {
    color: #009EC5;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase
}

.acc-history-lpoint .view-point p {
    margin-bottom: 2px
}

.acc-history-lpoint .view-point .btn {
    margin-top: 6px
}

.acc-history-lpoint .f-select {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 30px
}

.acc-history-lpoint .f-select select {
    max-width: 180px;
    margin-left: 15px
}

.acc-history-lpoint .list-order {
    width: 100%
}

.acc-history-lpoint .list-order span {
    display: block
}

.acc-history-lpoint .list-order th {
    white-space: nowrap
}

.acc-history-lpoint .list-order td,
.acc-history-lpoint .list-order th {
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle
}

.acc-history-lpoint .list-order tr td:first-child,
.acc-history-lpoint .list-order tr th:first-child {
    padding-left: 0
}

.acc-history-lpoint .list-order tr td:last-child,
.acc-history-lpoint .list-order tr th:last-child {
    padding-right: 0
}

.acc-history-lpoint .list-order tbody td {
    border-bottom: 1px dashed #c4c4c4;
    padding-top: 24px;
    padding-bottom: 24px
}

.acc-history-lpoint .list-order tbody tr:last-child td {
    border-bottom: none
}

.acc-history-lpoint .list-order .up {
    color: #009EC5
}

.acc-history-lpoint .list-order .down {
    color: #ff5b6a
}

.acc-history-lpoint .f-empty {
    margin-top: 25px
}

.empty-page {
    padding: 30px 0 70px
}

.static-page p {
    line-height: 1.53;
    margin-bottom: 11px
}

.static-page ul {
    padding-left: 17px
}

.static-page ul li {
    margin-bottom: 13px
}

.static-page .f-banner,
.static-page .f-title {
    text-align: center
}

.static-page .f-banner img,
.static-page .f-title img {
    display: block;
    margin: 0 auto
}

.static-page .f-title {
    margin-bottom: 17px
}

.static-page .f-banner {
    margin-bottom: 40px
}

.static-page .s-title {
    color: #ff5b6a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
    margin-top: 30px;
    position: relative;
    padding-left: 30px;
    line-height: 1.4
}

.static-page .s-title:first-child {
    margin-top: 0
}

.static-page .s-title::before,
.static-page .s-title:after {
    background-color: #ff5b6a;
    content: '';
    display: block;
    width: 8px;
    height: 11px;
    position: absolute;
    left: 2px;
    top: 8px;
    transform: skewX(-18deg)
}

.static-page .s-title::after {
    background-color: #ffd800;
    left: 12px
}

.static-page .s-title-small {
    color: #ff5b6a;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4
}

.static-page .static-content {
    max-width: 768px;
    margin: 0 auto
}

.static-page .static-content ol {
    margin-left: 18px
}

.static-page .static-content ul li {
    list-style: disc
}

.static-page .static-content ol,
.static-page .static-content ul {
    margin-bottom: 11px
}

.static-page .static-content ol li,
.static-page .static-content ul li {
    margin-bottom: 10px
}

.static-page .f-back {
    padding-top: 20px;
    text-align: center
}

.static-page .f-back .btn {
    font-weight: 700;
    padding-left: 55px;
    padding-right: 55px
}

@media (min-width:992px) {
    .block-contact {
        display: flex;
        margin: 0 auto;
        max-width: 768px
    }
}

@media (min-width:992px) {
    .block-contact .f-right {
        flex: 1 0
    }
}

.block-contact .f-left {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ff5b6a;
    color: #fff;
    padding: 24px;
    margin-right: 24px;
    width: 280px
}

@media (max-width:991.96px) {
    .block-contact .f-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        padding: 15px
    }
}

.block-contact .f-left .f-name {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px
}

.block-contact .f-left .icon {
    margin-right: 12px
}

.block-contact .f-left .f-row+.f-row {
    margin-top: 20px
}

.contact-form {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    padding: 24px 24px 32px
}

@media (max-width:991.96px) {
    .contact-form {
        padding: 15px
    }
}

@media (min-width:992px) {
    .contact-form .col-form-label {
        flex: 1 95px;
        max-width: 95px;
        margin-right: 18px
    }
}

@media (min-width:992px) {
    .contact-form .col-input {
        flex: 1 0
    }
}

.contact-form .form-group {
    margin-bottom: 24px
}

@media (min-width:992px) {
    .contact-form .form-group {
        display: flex
    }
}

.contact-form .btn {
    font-weight: 700;
    padding-left: 48px;
    padding-right: 48px
}

.contact-form .msg-box {
    padding-top: 20px;
    padding-bottom: 20px
}

.contact-form .offset-input {
    text-align: center
}

@media (min-width:992px) {
    .contact-form .offset-input {
        margin-left: 113px;
        text-align: left
    }
}

.contact-form .notes {
    padding-top: 20px;
    margin-bottom: 0
}

.contact-form .notes a {
    color: #ff5b6a
}

.contact-form .notes a:focus,
.contact-form .notes a:hover {
    text-decoration: underline
}

.page-opinion-customer {
    padding-bottom: 30px
}

.page-opinion-customer .f-banner {
    margin-bottom: 30px
}

.page-opinion-customer .f-banner img {
    display: block;
    margin: 0 auto
}

.page-opinion-customer .line-top {
    border-top: 1px solid #FFEAE3;
    padding-top: 30px
}

.page-opinion-customer .register-shop {
    max-width: 768px;
    margin: 0 auto
}

.page-opinion-customer .register-shop .note-fileUploader {
    margin-bottom: 0
}

.page-opinion-customer .text-type {
    font-weight: 700;
    margin-bottom: 30px
}

.page-opinion-customer .group-option-type .custom-control {
    float: left;
    margin: 0 20px 0 0 !important
}

.page-opinion-customer .group-option-type .custom-control label {
    font-weight: 400
}

.page-opinion-customer .fileContainer {
    box-shadow: none;
    padding: 0;
    margin: 0;
    align-items: flex-start
}

.page-opinion-customer .fileContainer .chooseFileButton {
    margin-top: 0;
    margin-bottom: 15px
}

.page-opinion-customer .fileContainer .deleteImage {
    background: #0e0e0e;
    top: -10px;
    right: 0;
    font-size: 8px;
    line-height: 20px;
    width: 20px;
    height: 20px
}

.page-opinion-customer .fileContainer .uploadPicturesWrapper>div {
    justify-content: flex-start !important;
    margin: 0 -10px;
    width: auto !important
}

.page-opinion-customer .fileContainer .uploadPictureContainer {
    border: none;
    background: 0 0;
    box-shadow: none;
    width: 33.3333333%;
    margin: 0 0 20px;
    padding: 0 10px
}

.customer-form {
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    max-width: 768px;
    margin: 0 auto;
    padding: 24px
}

.customer-form h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700
}

.customer-form hr {
    margin: 30px 0;
    border-top-color: #FF9EA2;
    opacity: .5
}

.customer-form .btn {
    padding-left: 35px;
    padding-right: 35px
}

.fileUploader {
    width: 100%
}

.fileContainer {
    background: #fff;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .05);
    position: relative;
    border-radius: 10px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px auto;
    transition: all .3s ease-in
}

.fileContainer input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.fileContainer p {
    font-size: 12px;
    margin: 8px 0 4px
}

.fileContainer .errorsContainer {
    max-width: 300px;
    font-size: 12px;
    color: red;
    text-align: left
}

.fileContainer .chooseFileButton {
    padding: 6px 23px;
    background: #3f4257;
    border-radius: 30px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin: 10px 0;
    transition: all .2s ease-in;
    cursor: pointer;
    outline: 0;
    border: none
}

.fileContainer .chooseFileButton:hover {
    background: #545972
}

.fileContainer .uploadFilesButton {
    padding: 5px 43px;
    background: 0 0;
    border-radius: 30px;
    color: #3f4257;
    font-weight: 300;
    font-size: 14px;
    margin: 10px 0;
    transition: all .2s ease-in;
    cursor: pointer;
    outline: 0;
    border: 1px solid #3f4257
}

.fileContainer .uploadFilesButton:hover {
    background: #3f4257;
    color: #fff
}

.fileContainer .uploadIcon {
    width: 50px;
    height: 50px
}

.fileContainer .uploadPicturesWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

.fileContainer .uploadPictureContainer {
    width: 25%;
    margin: 5%;
    padding: 10px;
    background: #edf2f6;
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    border: 1px solid #d0dbe4;
    position: relative
}

.fileContainer .uploadPictureContainer img.uploadPicture {
    width: 100%
}

.fileContainer .deleteImage {
    position: absolute;
    top: -9px;
    right: -9px;
    color: #fff;
    background: #ff4081;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    width: 30px;
    height: 30px
}

.flipMove {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%
}

.store-voucher-content,
.store-voucher-content .form-group {
    margin-bottom: 30px
}

.store-voucher-content .form-group label {
    margin-bottom: 7px
}

.store-voucher-content .form-group input[type=text],
.store-voucher-content .form-group input[type=tel],
.store-voucher-content .form-group input[type=search] {
    border-top: none;
    border-right: none;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: 0 0
}

.store-voucher-content .stores-list {
    display: block;
    flex-flow: row nowrap;
    margin: 0
}

.store-voucher-content .stores-list .item {
    max-width: 100%;
    padding: 20px 0;
    margin: 0;
    flex: none;
    border-bottom: 1px solid #FFEAE3
}

.store-voucher-content .stores-list .item:last-child {
    border-bottom: none
}

.store-voucher-content .stores-list .content {
    padding: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    position: static;
    background: 0 0;
    border-radius: 0
}

.store-voucher-content .stores-list .content:before {
    display: none
}

.dropfile {
    border: 1px dashed #BDBDBD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F5F5F5;
    padding: 15px 10px;
    font-size: 14px;
    text-align: center;
    color: #6B6C6C;
    font-weight: 400 !important
}

.dropfile .filename {
    line-height: 1.1
}

.dropfile .uploaded-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-right: 28px
}

.dropfile .uploaded-file span {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-weight: 700;
    padding-top: 3px
}

.dropfile .uploaded-file button {
    background: 0 0;
    border: none;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 1
}

.dropfile .uploaded-file button img {
    display: block
}

.membership-content {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .15);
    max-width: 835px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 50px
}

@media (max-width:991.96px) {
    .membership-content {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:767.96px) {
    .membership-content {
        padding: 0;
        box-shadow: none
    }
}

.member-info {
    border-radius: 10px;
    background: radial-gradient(123.13% 83.87% at 38.8% 100%, #ff5b6a 10.47%, #ffe5e7 100%), #ffeae3;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px
}

@media (min-width:768px) {
    .member-info .mb-row {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        align-items: center
    }
}

.member-info .info {
    background-image: url(../images/bg-standard.svg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    flex-grow: 1;
    padding: 15px;
    -webkit-border-radius: 12px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 12px;
    -moz-border-radius-topright: 0;
    border-radius: 12px;
    border-top-right-radius: 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    max-width: 485px;
    box-shadow: 0 30px 9px -33px #666;
    display: flex;
    justify-content: space-between;
    gap: 10px
}

@media (max-width:767.96px) {
    .member-info .info {
        margin-bottom: 16px
    }
}

.member-info .info.bg-vip {
    background-image: url(../images/bg-vip.svg)
}

@media (max-width:767.96px) {
    .member-info .bardcode {
        text-align: center
    }
}

.member-info .left {
    flex-grow: 1;
    max-width: 340px
}

.member-info .avatar-ms {
    width: 90px;
    min-width: 90px;
    text-align: center;
    margin-top: -35px;
    margin-right: -5px
}

.member-info .avatar-ms .img {
    position: relative;
    z-index: 1
}

.member-info .avatar-ms .text {
    border-radius: 1000px;
    background: #142F43;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 6px 3px;
    margin-top: -8px
}

.member-info .ms-progress {
    height: 10px;
    background-color: #e9ecef;
    border-radius: 5px;
    overflow: hidden
}

.member-info .ms-progress-bar {
    background-color: #28a745;
    width: 40%;
    height: 100%
}

.coupon-ms-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.coupon-head {
    gap: 10px
}

.ria-points {
    display: flex;
    padding: 5px 6px;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    border: 1px solid #E0E0E0;
    background: #fff
}

.ria-points img,
.ria-points svg {
    width: 24px;
    min-width: 24px;
    height: 24px
}

.ria-points span {
    opacity: .7;
    padding-top: 2px
}

.ex-gift-list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:991.96px) {
    .ex-gift-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:640px) {
    .ex-gift-list {
        grid-template-columns: 100%
    }
}

.ex-gift-list .item {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
    padding: 16px
}

.ex-gift-list .info {
    gap: 12px;
    margin-bottom: 12px
}

.ex-gift-list .btn-action-ex {
    padding-top: 12px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    border-top: 1px dashed #D9D9D9
}

.ex-gift-list .btn-action-ex .ms {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 1;
    border-radius: 100%;
    right: -8px;
    top: -8px;
    background-color: #fff;
    opacity: .5
}

.ex-gift-list .btn-action-ex .ms-l {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 1;
    border-radius: 100%;
    left: -8px;
    top: -8px;
    background-color: #fff;
    opacity: .5
}

.ex-gift-list .btn-action-ex::after,
.ex-gift-list .btn-action-ex::before {
    content: "";
    width: 8px;
    height: 16px;
    z-index: 2;
    position: absolute;
    top: -8px;
    background: url(../images/bg-mask.png) no-repeat;
    display: block
}

.ex-gift-list .btn-action-ex::before {
    right: 0
}

.ex-gift-list .btn-action-ex::after {
    left: 0;
    transform: rotate(-180deg)
}

.history-point-swiper.tab-account {
    background-color: #FFEAE3;
    border-radius: 4px;
    border-bottom: none;
    padding-left: 10px;
    padding-right: 10px
}

.history-point-swiper.tab-account .swiper-slide {
    max-width: 170px
}

.history-point-swiper.tab-account .swiper-slide .txt {
    padding-top: 12px;
    color: #142F43
}

.history-point-swiper.tab-account .swiper-slide .txt.current {
    font-weight: 700
}

.history-point-list .item {
    border-bottom: 1px solid #FFEAE3;
    padding-bottom: 16px
}

.history-point-list .item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.btn-filter.show .btn svg {
    transform: rotate(180deg)
}

.btn-filter .btn {
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 5px 15px;
    font-weight: 400
}

.btn-filter .btn:after {
    display: none
}

.btn-filter .btn svg {
    width: 19px;
    height: 20px;
    min-width: 19px
}

.btn-filter .dropdown-menu {
    background: #fff;
    min-width: 109px;
    border: none;
    box-shadow: 0 0 8px #ccc;
    padding: 0
}

.btn-filter .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    border-bottom: 1px solid #FFEAE3;
    background: #fff !important;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center
}

.btn-filter .dropdown-menu .dropdown-item svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    display: none
}

.btn-filter .dropdown-menu .dropdown-item:last-child {
    border-bottom: none
}

.btn-filter .dropdown-menu .dropdown-item.active {
    color: #ff5b6a
}

.btn-filter .dropdown-menu .dropdown-item.active svg {
    display: block
}

.h-title-2 {
    background: #FFEAE3
}

.h-title-2 .container {
    min-height: 0;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media (max-width:991.96px) {
    .h-title-2 .container {
        font-size: 18px
    }
}

.h-title-2 .container p {
    margin-bottom: 0
}

.content-type {
    border-radius: 30px 30px 0 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    padding: 35px;
    min-height: 380px;
    overflow: hidden
}

@media (max-width:991.96px) {
    .content-type {
        padding: 20px;
        min-height: 200px
    }

    .content-type .fs-18 {
        font-size: 16px !important
    }
}

.qs-list {
    gap: 40px;
    margin-left: 18px;
    font-size: 18px;
    font-weight: 500
}

@media (max-width:991.96px) {
    .qs-list {
        font-size: 16px
    }
}

.qs-list .content {
    padding-top: 16px;
    font-weight: 400;
    font-size: 16px
}

@media (max-width:991.96px) {
    .qs-list .content {
        font-size: 14px
    }
}

.qs-list .content.grid-2,
.qs-list .content.grid-4 {
    display: grid;
    gap: 24px
}

@media (max-width:991.96px) {

    .qs-list .content.grid-2,
    .qs-list .content.grid-4 {
        gap: 15px
    }
}

.qs-list .content.grid-2 {
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:991.96px) {
    .qs-list .content.grid-2.grid-m-full {
        grid-template-columns: repeat(1, 1fr)
    }
}

.qs-list .content.grid-4 {
    grid-template-columns: repeat(4, 1fr)
}

@media (max-width:991.96px) {
    .qs-list .content.grid-4 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.qs-list .m-w-lg {
    max-width: 836px
}

.qs-list .lbl-select {
    border-radius: 10px;
    background: #FFEAE3;
    border: 1px solid #FF9EA2;
    padding: 10px;
    text-align: center;
    min-height: 48px
}

.qs-list .lbl-select.active {
    background: #FF5B6A;
    border-color: #FF5B6A;
    color: #fff
}

@media (max-width:991.96px) {
    .qs-list .lbl-select {
        font-size: 14px
    }
}

.qs-list .form-ncc input[type=email],
.qs-list .form-ncc input[type=number],
.qs-list .form-ncc input[type=text],
.qs-list .form-ncc input[type=password],
.qs-list .form-ncc input[type=url],
.qs-list .form-ncc input[type=url_key],
.qs-list .form-ncc input[type=tel],
.qs-list .form-ncc input[type=search],
.qs-list .form-ncc input[type=datetime],
.qs-list .form-ncc select,
.qs-list .form-ncc textarea {
    border: 1px solid #FF9EA2;
    font-size: 14px;
    color: #4F4141
}

.qs-list .form-ncc input[type=email]::-webkit-input-placeholder,
.qs-list .form-ncc input[type=number]::-webkit-input-placeholder,
.qs-list .form-ncc input[type=text]::-webkit-input-placeholder,
.qs-list .form-ncc input[type=password]::-webkit-input-placeholder,
.qs-list .form-ncc input[type=url]::-webkit-input-placeholder,
.qs-list .form-ncc input[type=url_key]::-webkit-input-placeholder,
.qs-list .form-ncc input[type=tel]::-webkit-input-placeholder,
.qs-list .form-ncc input[type=search]::-webkit-input-placeholder,
.qs-list .form-ncc input[type=datetime]::-webkit-input-placeholder,
.qs-list .form-ncc select::-webkit-input-placeholder,
.qs-list .form-ncc textarea::-webkit-input-placeholder {
    color: #6B6C6C
}

.qs-list .form-ncc input[type=email]:-moz-placeholder,
.qs-list .form-ncc input[type=number]:-moz-placeholder,
.qs-list .form-ncc input[type=text]:-moz-placeholder,
.qs-list .form-ncc input[type=password]:-moz-placeholder,
.qs-list .form-ncc input[type=url]:-moz-placeholder,
.qs-list .form-ncc input[type=url_key]:-moz-placeholder,
.qs-list .form-ncc input[type=tel]:-moz-placeholder,
.qs-list .form-ncc input[type=search]:-moz-placeholder,
.qs-list .form-ncc input[type=datetime]:-moz-placeholder,
.qs-list .form-ncc select:-moz-placeholder,
.qs-list .form-ncc textarea:-moz-placeholder {
    color: #6B6C6C;
    opacity: 1
}

.qs-list .form-ncc input[type=email]::-moz-placeholder,
.qs-list .form-ncc input[type=number]::-moz-placeholder,
.qs-list .form-ncc input[type=text]::-moz-placeholder,
.qs-list .form-ncc input[type=password]::-moz-placeholder,
.qs-list .form-ncc input[type=url]::-moz-placeholder,
.qs-list .form-ncc input[type=url_key]::-moz-placeholder,
.qs-list .form-ncc input[type=tel]::-moz-placeholder,
.qs-list .form-ncc input[type=search]::-moz-placeholder,
.qs-list .form-ncc input[type=datetime]::-moz-placeholder,
.qs-list .form-ncc select::-moz-placeholder,
.qs-list .form-ncc textarea::-moz-placeholder {
    color: #6B6C6C;
    opacity: 1
}

.qs-list .form-ncc input[type=email]:-ms-input-placeholder,
.qs-list .form-ncc input[type=number]:-ms-input-placeholder,
.qs-list .form-ncc input[type=text]:-ms-input-placeholder,
.qs-list .form-ncc input[type=password]:-ms-input-placeholder,
.qs-list .form-ncc input[type=url]:-ms-input-placeholder,
.qs-list .form-ncc input[type=url_key]:-ms-input-placeholder,
.qs-list .form-ncc input[type=tel]:-ms-input-placeholder,
.qs-list .form-ncc input[type=search]:-ms-input-placeholder,
.qs-list .form-ncc input[type=datetime]:-ms-input-placeholder,
.qs-list .form-ncc select:-ms-input-placeholder,
.qs-list .form-ncc textarea:-ms-input-placeholder {
    color: #6B6C6C
}

.qs-list .form-ncc input[type=email]::placeholder,
.qs-list .form-ncc input[type=number]::placeholder,
.qs-list .form-ncc input[type=text]::placeholder,
.qs-list .form-ncc input[type=password]::placeholder,
.qs-list .form-ncc input[type=url]::placeholder,
.qs-list .form-ncc input[type=url_key]::placeholder,
.qs-list .form-ncc input[type=tel]::placeholder,
.qs-list .form-ncc input[type=search]::placeholder,
.qs-list .form-ncc input[type=datetime]::placeholder,
.qs-list .form-ncc select::placeholder,
.qs-list .form-ncc textarea::placeholder {
    color: #6B6C6C
}

@media (max-width:991.96px) {
    .qs-list .form-ncc.grid-2 {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width:991.96px) {
    .qs-list select.form-control {
        font-size: 14px
    }
}

.attach-files {
    gap: 10px;
    font-size: 16px
}

@media (max-width:991.96px) {
    .attach-files {
        font-size: 14px
    }
}

.attach-files .content {
    gap: 10px
}

.attach-files .content svg {
    min-width: 32px
}

.attach-files .content input {
    font-size: 14px;
    color: #1236E7
}

.img-b {
    margin: 85px -35px -55px
}

@media (max-width:991.96px) {
    .img-b {
        margin: 85px -20px -20px
    }
}

.section-careers {
    background: url(../images/background.jpg) 50% 50% no-repeat fixed #b20d0a;
    background-size: cover;
    position: relative
}

@media (max-width:991.96px) {
    .section-careers {
        font-size: 14px
    }
}

.section-careers.section-careers-form {
    background: url(../images/bg-career.png) 50% 50% no-repeat #b20d0a;
    background-size: cover
}

@media (max-width:991.96px) {
    .section-careers.section-careers-form {
        background: #f3aa1e
    }

    .section-careers.section-careers-form .h-100 {
        height: auto !important
    }
}

@media (max-width:991.96px) {

    .section-careers.section-careers-form:after,
    .section-careers.section-careers-form:before {
        display: none
    }
}

.section-careers.section-careers-form .form-careers .btn-primary {
    box-shadow: 0 4px 0 0 #F48E93;
    background: #EB1D25;
    border-color: #EB1D25
}

.section-careers.section-careers-form:before {
    content: "";
    width: 50%;
    height: 100%;
    background: #f3aa1e;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.section-careers.section-careers-form:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    width: 240px;
    height: 100%;
    background-color: #f3aa1e;
    clip-path: polygon(0 0, 100% 0, 0 100%)
}

@media (max-width:575.96px) {
    .section-careers.section-careers-form:after {
        left: 0
    }
}

.form-careers {
    gap: 24px;
    position: relative;
    z-index: 1
}

@media (max-width:991.96px) {
    .form-careers {
        gap: 16px;
        font-size: 14px
    }

    .form-careers .fs-18 {
        font-size: 16px !important
    }
}

.form-careers .btn-primary {
    background: #b20d0a;
    border-color: #b20d0a
}

.form-careers .form-control {
    border-color: #F3AA1E
}

@media (max-width:991.96px) {
    .form-careers .form-control {
        font-size: 14px
    }
}

.form-careers .form-select {
    background: url(../images/icon-arrow-down.svg) 100% 50% no-repeat #fff;
    padding-right: 36px
}

.form-careers .form-control:disabled,
.form-careers .form-control[readonly] {
    border-color: #EEE;
    background-color: #EEE;
    color: #888
}

@media (max-width:991.96px) {
    .career-info-r * {
        text-align: center !important
    }
}

@media (max-width:991.96px) {
    .career-info-r {
        border-top: 1px solid rgba(255, 255, 255, .7);
        margin-top: 20px
    }
}

@media (max-width:575.96px) {
    .career-info-r {
        border-top: none;
        margin-top: 0;
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        background: url(../images/bg-career.png) 50% 50% no-repeat #b20d0a
    }
}

.career-info-r .btn-primary {
    background: #f3aa1e;
    border-color: #f3aa1e;
    box-shadow: 0 4px 0 0 #A26D08 !important
}

@media (max-width:991.96px) {
    .career-info-r .btn-primary {
        border: 1px solid #A26D08;
        font-size: 16px !important
    }
}

.custom-checkbox-type.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000
}

.custom-checkbox-type .custom-control-label::before {
    background: #fff;
    border-color: #F3AA1E !important
}

.custom-checkbox-type .custom-control-input:checked~.custom-control-label::before {
    background: #F3AA1E;
    border-color: #F3AA1E !important;
    outline: 0 !important;
    box-shadow: none !important
}

.custom-checkbox-type-2.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    border-bottom: 2px solid #F3AA1E;
    border-left: 2px solid #F3AA1E
}

.custom-checkbox-type-2 .custom-control-label::before {
    background: #fff;
    border-color: #F3AA1E !important
}

.custom-checkbox-type-2 .custom-control-input:checked~.custom-control-label::before {
    background: #000;
    border-color: #000 !important;
    outline: 0 !important;
    box-shadow: none !important
}

.career-position-list {
    border-radius: 30px;
    padding: 40px;
    gap: 40px
}

@media (max-width:1199.96px) {
    .career-position-list {
        gap: 20px;
        padding: 20px
    }
}

.career-position-list .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-height: 100%
}

@media (max-width:1199.96px) {
    .career-position-list .content {
        gap: 20px
    }
}

.career-position-list .content.pr-img {
    padding-right: 240px
}

@media (max-width:1199.96px) {
    .career-position-list .content.pr-img {
        padding-right: 170px
    }
}

@media (max-width:991.96px) {
    .career-position-list .content.pr-img {
        padding-right: 5px
    }
}

.career-position-list .form-control-search {
    border-radius: 50px;
    border: 0;
    color: #fff;
    background: url(../images/icon-search.svg) 12px 50% no-repeat #b20d0a;
    padding-left: 44px;
    min-height: 42px;
    padding-right: 15px;
    min-width: 220px
}

@media (max-width:991.96px) {
    .career-position-list .form-control-search {
        font-size: 14px
    }
}

.career-position-list .form-control-search::-webkit-input-placeholder {
    color: #F99B9A
}

.career-position-list .form-control-search:-moz-placeholder {
    color: #F99B9A;
    opacity: 1
}

.career-position-list .form-control-search::-moz-placeholder {
    color: #F99B9A;
    opacity: 1
}

.career-position-list .form-control-search:-ms-input-placeholder {
    color: #F99B9A
}

.career-position-list .form-control-search::placeholder {
    color: #F99B9A
}

.head-title-2,
.head-title-tk {
    font-size: 28px
}

@media (max-width:1500px) {
    .head-title-2 {
        font-size: 24px
    }
}

@media (max-width:991.96px) {
    .head-title-2 {
        font-size: 20px
    }
}

@media (max-width:1500px) {
    .head-title-tk {
        font-size: 20px
    }
}

@media (max-width:991.96px) {
    .head-title-tk {
        font-size: 17px
    }
}

@media (max-width:991.96px) {
    .footer-type-2 .btn {
        font-size: 14px
    }
}

@media (max-width:991.96px) {
    .filter-sort-2 .btn {
        font-size: 14px
    }
}

.filter-tab {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr)
}

@media (max-width:991.96px) {
    .filter-tab {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }
}

.filter-tab .btn {
    padding-top: 12px;
    padding-bottom: 12px
}

@media (max-width:991.96px) {
    .filter-tab .btn {
        font-size: 14px;
        padding-top: 7px;
        padding-bottom: 7px
    }
}

@media (max-width:991.96px) {
    .section-careers-form-wrap .h-100 {
        height: auto !important;
        min-height: 100%
    }
}

.row.gx-4 {
    margin-left: -12px;
    margin-right: -12px
}

.row.gx-4>.col {
    padding-right: 12px;
    padding-left: 12px
}

.position-items {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:991.96px) {
    .position-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        font-size: 14px
    }
}

.position-items .item {
    border: 2px dashed #999;
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 16px
}

@media (max-width:1199.96px) {
    .position-items .item {
        gap: 10px
    }
}

@media (max-width:991.96px) {
    .position-items .item h4 {
        font-size: 16px !important
    }
}

@media (max-width:991.96px) {
    .position-items .item svg {
        width: 18px;
        height: 18px;
        min-width: 18px
    }
}

@media (max-width:991.96px) {
    .position-items .btn {
        font-size: 14px
    }
}

.head-job-info {
    gap: 32px
}

@media (max-width:991.96px) {
    .head-job-info {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
        font-size: 14px
    }
}

@media (min-width:992px) {
    .job-detail {
        padding-bottom: 40px
    }
}

@media (max-width:991.96px) {

    .job-detail h1,
    .job-detail h2,
    .job-detail h3 {
        font-weight: 700;
        font-size: 18px
    }
}

@media (max-width:991.96px) {

    .job-detail h4,
    .job-detail h5,
    .job-detail h6 {
        font-weight: 700;
        font-size: 16px
    }
}

.job-detail p {
    margin-bottom: 15px
}

.job-detail ol,
.job-detail ul {
    margin-left: 35px
}

.job-detail ol.list-unstyled,
.job-detail ul.list-unstyled {
    margin-left: 20px
}

.job-detail ol li,
.job-detail ul li {
    margin-bottom: 15px
}

.job-detail ol,
.job-detail ul {
    margin-bottom: 30px
}

.img-f {
    position: absolute;
    z-index: -1;
    right: 20px;
    bottom: 20px;
    width: 140px;
    height: auto
}

.img-f-2 {
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 0;
    width: 340px;
    height: auto
}

@media (max-width:1199.96px) {
    .img-f-2 {
        width: 240px
    }
}

.img-tk {
    max-height: 460px
}

@media (max-width:1800px) {
    .img-tk {
        max-height: 230px
    }
}

@media (max-width:1500px) {
    .img-tk {
        max-height: 150px
    }
}

@media (max-width:991.96px) {
    .img-tk {
        max-height: 180px
    }
}

.attach-icon {
    width: 24px;
    height: 24px;
    min-width: 24px
}

@media (max-width:991.96px) {
    .attach-icon {
        width: 16px;
        height: 16px;
        min-width: 16px
    }
}

.choose-product-type {
    gap: 32px
}

.product-items-type {
    display: flex;
    justify-content: center;
    overflow: hidden
}

@media (min-width:992px) {
    .product-items-type .swiper-container {
        margin-left: 40px
    }
}

.product-items-type .swiper-slide {
    width: auto !important;
    max-width: 140px
}

@media (min-width:992px) {
    .product-sub-items {
        gap: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }
}

@media (max-width:991.96px) {
    .product-sub-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        justify-items: center
    }
}

.product-sub-items .lbl-select {
    min-width: 150px
}

@media (max-width:991.96px) {
    .product-sub-items .lbl-select {
        min-width: 100%
    }
}

.field-others {
    display: flex;
    justify-content: center
}

.field-others .inner {
    max-width: 520px;
    min-width: 520px;
    position: relative
}

@media (max-width:991.96px) {
    .field-others .inner {
        min-width: 100%;
        max-width: 100%;
        width: 100%
    }
}

.field-others .inner .txt {
    font-size: 14px;
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 14px;
    color: #6B6C6C
}

.field-others .inner .form-control {
    padding-right: 60px;
    height: 48px
}

.select-cate {
    width: 100px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: none;
    background: 0 0 !important
}

.select-cate .icon {
    display: flex;
    height: 100px;
    width: 100%;
    padding: 5px;
    align-items: center;
    justify-content: center;
    background: #FFEAE3;
    border-radius: 8px
}

.select-cate .txt {
    color: #6B6C6C;
    text-transform: uppercase
}

.select-cate.active .icon {
    background: #FF5B6A
}

.select-cate.active .icon svg * {
    stroke: #fff
}

.select-cate.active .txt {
    font-weight: 500;
    color: #FF5B6A
}

.attach-files-list .click-type {
    min-width: 24px;
    width: 24px
}

@media (max-width:991.96px) {
    .attach-files-list .click-type {
        min-width: 18px;
        width: 18px
    }
}

.bill-content {
    padding: 30px;
    min-height: 100vh
}

@media (max-width:991.96px) {
    .bill-content {
        padding: 15px 0
    }
}

.bill-content .item {
    padding: 60px 30px
}

@media (max-width:1199.96px) {
    .bill-content .item {
        padding: 20px
    }
}

@media (max-width:991.96px) {
    .bill-content .row-cols-1 {
        gap: 24px
    }
}

.bill-content .bg-1 {
    background: #FEDEDF
}

.bill-content .bg-2 {
    background: #FFECC7
}

.bill-content .bg-3 {
    background: #C7EAD0
}

.bill-content .btn {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto
}

.bill-content .btn svg {
    min-width: 24px
}

.title-apply {
    padding-left: 60px
}

.img-apply {
    max-height: 540px;
    width: auto
}

.txt-lbl {
    padding-top: 10px
}

.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--selected,
.react-datepicker__month-text--in-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--selected,
.react-datepicker__quarter-text--in-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__year-text--in-range,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--selected {
    background-color: #FF5B6A !important
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
    transform: translate(54px) !important
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
    background-color: #ccc !important
}

.bg-dark-red-2 {
    background: #EB1D25 !important
}

.border-dark-red-2 {
    border-color: #EB1D25 !important
}

.box-shadow-red-2 {
    box-shadow: 0 4px 0 0 #F48E93
}

.nav-page {
    background-color: #fff;
    list-style: none;
    text-align: center;
    margin-bottom: 50px
}

@media (max-width:991.96px) {
    .nav-page .swiper-container {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .nav-page .swiper-wrapper {
        justify-content: center
    }
}

.nav-page .swiper-slide {
    max-width: 230px;
    width: auto
}

.nav-page a {
    color: #142f43;
    text-transform: uppercase;
    display: inline-block;
    min-height: 49px;
    padding: 13px 0 5px;
    position: relative
}

@media (max-width:991.96px) {
    .nav-page a {
        font-size: 14px
    }
}

.nav-page a.current {
    color: #ff5b6a;
    font-weight: 700
}

.nav-page a.current::after {
    display: block
}

.nav-page a::after {
    background-color: #ff5b6a;
    content: '';
    display: none;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.nav-page a:focus,
.nav-page a:hover {
    color: #ff5b6a
}

.field-page-img,
.field-page-logo {
    margin-bottom: 30px;
    text-align: center
}

@media (max-width:991.96px) {
    .field-page-logo img {
        max-height: 80px
    }
}

@media (min-width:992px) {
    .f-location .location-search {
        display: flex;
        justify-content: space-between;
        margin: 0 -15px;
        flex-flow: row wrap
    }
}

.f-location .location-search .form-top {
    margin-bottom: 20px;
    font-weight: 700
}

@media (min-width:992px) {
    .f-location .location-search .form-top {
        flex: 1 100%;
        max-width: 100%;
        padding: 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap
    }
}

@media (min-width:992px) {
    .f-location .location-search .form-top .form-control {
        margin-left: 15px
    }
}

@media (min-width:992px) {
    .f-location .location-search .form-top .col-form-label {
        min-width: 71px
    }
}

.f-location .location-search .invalid {
    font-size: 15px !important;
    padding-left: 103px !important;
    margin-top: -10px !important
}

@media (min-width:992px) {

    .f-location .location-search .form-action,
    .f-location .location-search .form-groups {
        padding: 0 15px
    }
}

.f-location .location-search .form-groups {
    font-weight: 700
}

@media (min-width:992px) {
    .f-location .location-search .form-groups {
        flex: 1 0;
        display: flex;
        margin: 0 -15px
    }
}

.f-location .location-search .form-groups .form-control {
    width: 100%;
    display: block
}

@media (min-width:992px) {
    .f-location .location-search .form-groups .form-group {
        flex: 1 0;
        display: flex;
        align-items: center;
        white-space: nowrap;
        padding: 0 15px;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .f-location .location-search .form-groups .col-input {
        flex: 1 0;
        margin-left: 15px
    }
}

.f-location .location-search .form-action .btn {
    font-weight: 700;
    padding-left: 24px;
    padding-right: 24px
}

@media (max-width:991.96px) {
    .f-location .location-search .form-action .btn {
        width: 100%;
        margin-top: 10px
    }
}

.f-location .f-top {
    flex: 1 100%;
    margin-bottom: 13px
}

.f-location .f-top .number {
    color: #ff5b6a
}

.f-location .f-result {
    margin-top: 32px
}

.f-location .f-result .f-map,
.f-location .f-result .f-view {
    flex: 1 0
}

.f-location .f-wrap {
    display: block;
    zoom: 1
}

.f-location .f-wrap:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.f-location .f-view {
    background-color: #fff;
    border: 1px solid #C4C4C4;
    padding: 9px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 545px;
    width: 50%;
    float: left
}

@media (max-width:991.96px) {
    .f-location .f-view {
        width: 100%;
        float: none;
        margin-bottom: 40px
    }
}

.f-location .f-view .f-item {
    border-bottom: 1px dashed #c4c4c4;
    padding: 14px 0 13px
}

.f-location .f-view .f-item:last-child {
    border-bottom: none
}

.f-location .f-view .f-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

.f-location .f-view .f-title strong {
    flex: 1 0
}

.f-location .f-view .f-title button {
    margin-left: 15px;
    text-decoration: underline;
    border: none;
    background: 0 0;
    color: #2f80ed
}

.f-location .f-view .f-address {
    margin-bottom: 4px
}

.f-location .f-view .f-date {
    margin-bottom: 3px
}

.f-location .f-map {
    width: 50%;
    float: left
}

@media (max-width:991.96px) {
    .f-location .f-map {
        width: 100%;
        float: none
    }
}

.f-location .custom-control-label {
    display: block
}

.f-location .f-bottom {
    flex: 1 100%;
    margin-top: 20px;
    text-align: center
}

.f-location .f-bottom .btn {
    font-weight: 700;
    padding-left: 120px;
    padding-right: 120px
}

.f-location .f-not-found {
    color: #ff5b6a;
    margin-top: 40px;
    text-align: center;
    padding-bottom: 30px
}

.f-location .f-not-found p {
    margin-bottom: 30px
}

.f-result {
    padding-top: 15px
}

.f-empty {
    text-align: center
}

.f-empty .f-img {
    margin-bottom: 20px
}

.f-empty p {
    margin-bottom: 25px
}

.f-empty p:last-child {
    margin-bottom: 0
}

.f-empty .btn {
    padding-left: 40px;
    padding-right: 40px
}

.product-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -13px
}

@media (max-width:767.96px) {
    .product-list {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (max-width:430px) {
    .product-list {
        display: block;
        margin: 0;
        flex-flow: row nowrap
    }
}

.product-list.list-3item .item {
    flex: 1 33.3333%;
    max-width: 33.3333%
}

@media (max-width:767.96px) {
    .product-list.list-3item .item {
        flex: 1 50%;
        max-width: 50%;
        padding: 0 10px
    }
}

@media (max-width:430px) {
    .product-list.list-3item .item {
        flex: 1 auto;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px
    }
}

.product-list .item {
    flex: 1 25%;
    max-width: 25%;
    padding: 0 13px;
    margin-bottom: 26px
}

@media (max-width:991.96px) {
    .product-list .item {
        flex: 1 33.3333%;
        max-width: 33.3333%
    }
}

@media (max-width:767.96px) {
    .product-list .item {
        flex: 1 50%;
        max-width: 50%;
        padding: 0 10px
    }
}

@media (max-width:430px) {
    .product-list .item {
        flex: 1 auto;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px
    }
}

.product-list .item.promo-item .inner {
    background-color: #fff9f7
}

.product-list .item.promo-item .inner:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(45deg, #ffc3a0, #ffafbd);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0
}

.product-list .item.promo-item .d-flex,
.product-list .item.promo-item .info,
.product-list .item.promo-item h3 {
    position: relative
}

.product-list .item.promo-item .promo-badge {
    position: absolute;
    left: 0;
    top: -11px;
    z-index: 1
}

.product-list .item.promo-item .promo-badge span {
    display: inline-block;
    padding: 2px 4px 1px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FF8551;
    font-size: 12px;
    font-weight: 700
}

.product-list .item.promo-item .field-img {
    background: var(--gra-3, linear-gradient(17deg, #ffc3a0 0, #ffafbd 100%));
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.product-list .inner {
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 12px;
    width: 100%;
    height: 100%;
    position: relative
}

.product-list .field-img {
    margin: -12px -12px 15px;
    position: relative
}

.product-list .field-img img {
    display: block;
    margin: 0 auto;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.product-list h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-right: 30px
}

@media (min-width:431px) {
    .product-list h3 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
        overflow-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

@media (max-width:430px) {
    .product-list h3 {
        height: auto;
        overflow: visible
    }
}

.product-list h3 a {
    color: #142f43
}

.product-list .field-note {
    opacity: .7;
    margin-bottom: 20px;
    font-size: 14px;
    height: 40px;
    overflow-y: hidden
}

.product-list .field-note p {
    margin-bottom: 0
}

.product-list .price {
    color: #ff5b6a;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 3px
}

@media (max-width:767.96px) {
    .product-list .price {
        font-size: 18px
    }
}

.product-list .discount-f {
    margin-bottom: 0;
    background: url(../images/icon-discount.svg) no-repeat;
    padding-left: 24px;
    min-height: 20px
}

.product-list .price-old {
    color: #6B6C6C;
    text-decoration: line-through
}

.product-list .field-bottom {
    position: absolute;
    right: 10px;
    z-index: 2;
    bottom: -37px
}

.product-list .qty {
    padding-top: 20px;
    text-align: center
}

.product-list .btn-addtocart button {
    width: 100%;
    margin: 0;
    padding: 5px;
    font-size: 24px;
    line-height: 1.3;
    max-height: 45px
}

.product-list .btn-addtocart button.btn-cart {
    border-width: 2px
}

.time-countdown {
    width: 100%;
    background: rgba(255, 91, 106, .85);
    color: #fff;
    text-align: center
}

.time-countdown * {
    display: inline-block;
    font-size: 14px
}

.time-countdown .txt {
    background: url(../images/icon-time.svg) 5px 50% no-repeat;
    padding: 4px 5px 4px 25px
}

.time-countdown .tm {
    font-weight: 500
}

.load-more {
    text-align: center;
    padding-top: 20px
}

.load-more a {
    display: inline-block;
    font-weight: 700;
    color: #ff5b6a;
    position: relative;
    padding-bottom: 12px
}

.load-more a:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    z-index: 1;
    margin-left: -5px;
    bottom: 0;
    border-left: 1px solid #ff5b6a;
    border-bottom: 1px solid #ff5b6a;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.load-more a:focus,
.load-more a:hover {
    color: #ff5b6a
}

.load-more a:focus:before,
.load-more a:hover:before {
    border-color: #ff5b6a
}

.f-sort {
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

@media (max-width:360px) {
    .f-sort {
        display: block
    }
}

.f-sort select {
    margin-left: 15px;
    padding-right: 50px;
    width: auto
}

@media (max-width:360px) {
    .f-sort select {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 10px
    }
}

.cate-menu-list {
    margin-bottom: 40px;
    overflow: hidden
}

@media (max-width:991.96px) {
    .cate-menu-list {
        margin-bottom: 30px
    }
}

.cate-menu-list .swiper,
.cate-menu-list .swiper-container {
    padding-bottom: 40px
}

.cate-menu-list .swiper-pagination {
    bottom: 0
}

@media (max-width:1199px) {
    .cate-menu-list .swiper-slide {
        max-width: 98px
    }
}

.cate-menu-list .swiper-slide a {
    display: block
}

.cate-menu-list .swiper-slide a.current .img img {
    border-color: #ff5b6a
}

.cate-menu-list .swiper-slide a.current .txt {
    color: #ff5b6a
}

.cate-menu-list .swiper-slide .img {
    display: block;
    margin-bottom: 7px
}

.cate-menu-list .swiper-slide .img img {
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 4px solid transparent;
    width: 100%
}

.cate-menu-list .swiper-slide .txt {
    color: #142f43;
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: 500
}

.cate-list {
    margin-top: 40px;
    margin-left: -12px;
    margin-right: -12px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    position: relative
}

.cate-list:after,
.cate-list:before {
    content: "";
    z-index: 0;
    position: absolute
}

.cate-list:before {
    background: url(../images/bg-6.png) no-repeat;
    width: 270px;
    height: 210px;
    right: -44px;
    bottom: 175px
}

.cate-list:after {
    background: url(../images/bg-5.png) no-repeat;
    width: 270px;
    height: 90px;
    left: -25px;
    top: -38px
}

.cate-list .item {
    list-style: none;
    padding: 0 12px;
    margin-bottom: 24px;
    width: 25%;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1
}

.cate-list .content {
    background: #fff;
    padding: 0;
    width: 100%;
    position: relative
}

.cate-list .content a {
    display: block
}

.cate-list .content a:focus img,
.cate-list .content a:hover img {
    box-shadow: 3px 4px 8px -4px #666;
    -webkit-box-shadow: 3px 4px 8px -4px #666
}

.cate-list .content a:focus .field-text,
.cate-list .content a:hover .field-text {
    color: #ff5b6a
}

.cate-list .content img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    transition: .3s
}

.cate-list .field-text {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 15px;
    color: #fff;
    transition: .3s
}

.cate-list .field-text span {
    display: block
}

.cate-list .field-text .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 3px
}

.cms-home .page {
    padding-top: 0
}

@media (max-width:991.96px) {
    .cms-home .page {
        padding-top: 65px
    }
}

@media (max-width:991.96px) {
    .cms-home .sticky-header {
        background-color: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15)
    }
}

.cms-home .sticky-header:before {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.cms-home .sticky-header .logo a {
    padding-top: 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

@media (max-width:991.96px) {
    .cms-home .sticky-header .logo a {
        width: 47px;
        border-radius: 0;
        padding-top: 9px
    }
}

.cms-home .sticky-header .logo img {
    width: 100%;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

@media (max-width:991.96px) {
    .cms-home .sticky-header .logo img {
        min-height: 47px;
        border-radius: 0
    }
}

@media (min-width:992px) {
    .cms-home.fixed-top-header .sticky-header:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@media (min-width:992px) {
    .cms-home.fixed-top-header .sticky-header .logo a {
        padding-top: 16px;
        width: 67px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .cms-home.fixed-top-header .sticky-header .logo img {
        height: auto;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 0
    }
}

.section {
    margin-bottom: 40px
}

@media (max-width:991.96px) {
    .section {
        margin-bottom: 30px
    }
}

.main-slide .swiper-pagination {
    width: 24px;
    bottom: auto;
    left: auto;
    right: 4%;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.main-slide .swiper-pagination-bullet,
.main-slide .swiper-pagination-bullet-active {
    background: #fff
}

.main-slide .swiper-slide {
    text-align: center
}

.top-highlight {
    margin-bottom: 40px
}

@media (min-width:992px) {
    .top-highlight {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15)
    }
}

@media (max-width:991.96px) {
    .top-highlight {
        margin-bottom: 10px
    }
}

@media (max-width:991.96px) {
    .top-highlight .swiper-wrapper {
        flex-wrap: wrap;
        margin: 0 -10px;
        width: auto;
        transform: translate3d(0, 0, 0) !important
    }
}

@media (min-width:992px) {

    .top-highlight .swiper,
    .top-highlight .swiper-container {
        background: #FFEAE3;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden
    }
}

@media (max-width:991.96px) {

    .top-highlight .swiper,
    .top-highlight .swiper-container {
        overflow: visible
    }
}

.top-highlight .swiper-slide {
    position: relative
}

@media (max-width:991.96px) {
    .top-highlight .swiper-slide {
        flex: 1 50%;
        max-width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
        height: auto
    }
}

@media (min-width:992px) {
    .top-highlight .swiper-slide:before {
        content: "";
        height: 70px;
        width: 1px;
        background-color: #D50000;
        z-index: 1;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -35px;
        opacity: .3
    }
}

.top-highlight .swiper-slide a {
    display: flex;
    min-height: 120px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-align: center
}

@media (max-width:991.96px) {
    .top-highlight .swiper-slide a {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
        background: #FFEAE3;
        padding: 10px;
        height: 100%
    }
}

@media (min-width:992px) {

    .top-highlight .swiper-slide a:focus,
    .top-highlight .swiper-slide a:hover {
        background-color: #ff5b6a
    }

    .top-highlight .swiper-slide a:focus span,
    .top-highlight .swiper-slide a:hover span {
        color: #fff
    }
}

.top-highlight .swiper-slide a span {
    display: inline-block;
    position: relative;
    padding-left: 85px;
    min-height: 75px;
    background-image: url(../images/icon-7.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 75px auto;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 26px;
    color: #ff5b6a;
    font-weight: 700
}

@media (min-width:992px) {
    .top-highlight .swiper-slide a span {
        white-space: nowrap
    }
}

@media (max-width:991.96px) {
    .top-highlight .swiper-slide a span {
        padding-top: 65px;
        padding-left: 0 !important;
        padding-right: 0;
        background-position: 50% 0;
        font-size: 16px;
        background-size: 60px auto !important
    }
}

.top-highlight .swiper-slide a.btn-order span {
    background-image: url(../images/icon-8.svg);
    background-size: 80px auto;
    padding-left: 90px
}

.top-highlight .swiper-slide a.btn-bd span {
    background-image: url(../images/icon-9.svg);
    background-size: 62px auto
}

@media (max-width:991.96px) {
    .top-highlight .swiper-slide a.btn-bd span {
        background-size: 55px auto !important
    }
}

.top-highlight .swiper-slide a.btn-store span {
    background-image: url(../images/icon-10.svg)
}

.top-highlight .swiper-slide a.btn-promo span {
    background-size: 85px auto;
    padding-left: 95px
}

.top-highlight .swiper-slide:last-child:before {
    display: none
}

.section-happy-lunch {
    margin-bottom: 40px;
    position: relative
}

@media (max-width:991.96px) {
    .section-happy-lunch {
        margin-bottom: 30px
    }
}

.section-happy-lunch img {
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.section-happy-lunch .countdown {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1
}

@media (max-width:991.96px) {
    .section-happy-lunch .countdown {
        top: 15px;
        right: 15px
    }
}

.head-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width:767.96px) {
    .head-title {
        font-size: 20px;
        margin-bottom: 2rem
    }
}

.head-title span {
    display: inline-block;
    position: relative;
    padding-top: 20px;
    text-transform: uppercase
}

.head-title span:before {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #ff5b6a
}

.head-title .view-all {
    display: block;
    float: right;
    color: #ff5b6a;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 16px;
    padding: 5px 15px;
    margin-top: 13px
}

.head-title .view-all:focus,
.head-title .view-all:hover {
    color: #ff5b6a
}

.sub-title {
    font-size: 18px;
    margin-top: -10px;
    margin-bottom: 15px
}

.highlight-products .swiper,
.highlight-products .swiper-container {
    margin: 0;
    display: block;
    flex-flow: row nowrap;
    padding-bottom: 50px;
    padding-top: 7px
}

.highlight-products .swiper-pagination {
    bottom: 0
}

.highlight-products .product-list h3 {
    font-size: 20px
}

@media (max-width:1199px) {
    .highlight-products .product-list h3 {
        font-size: 18px
    }
}

.highlight-products .product-list .swiper-slide {
    height: auto
}

.highlight-products .product-list .item {
    padding: 5px;
    flex: 1 100%;
    max-width: 100%;
    margin-bottom: 0;
    height: 100%
}

.highlight-products .product-list .field-note {
    margin-bottom: 15px
}

@media (max-width:991.96px) {
    .highlight-products .product-list .price {
        font-size: 20px
    }
}

.highlight-products .product-list .qty {
    width: 144px;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1;
    padding-top: 0
}

.news-home-section {
    margin-bottom: 0
}

.news-list ul {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    z-index: 1;
    margin-bottom: 0
}

@media (max-width:991.96px) {
    .news-list ul {
        margin-right: -7px;
        margin-left: -7px
    }
}

.news-list li {
    flex: 1 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    margin-bottom: 30px
}

@media (max-width:991.96px) {
    .news-list li {
        flex: 1 50%;
        max-width: 50%;
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 15px
    }
}

.news-list .content {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    overflow: hidden;
    height: 100%;
    display: flex;
    width: 100%
}

.news-list .content a {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px;
    color: #142f43
}

.news-list .content a:focus,
.news-list .content a:hover {
    color: #142f43
}

.news-list .content a:focus .field-readmore,
.news-list .content a:hover .field-readmore {
    color: #ff5b6a
}

.news-list .content span {
    display: block
}

.news-list .content .field-img {
    background-color: #fff;
    margin: -15px -15px 15px;
    overflow: hidden
}

.news-list .content .field-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.news-list .content .field-txt {
    font-weight: 700;
    margin-bottom: 5px;
    max-height: 63px;
    flex: 1 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-list .content .field-date {
    opacity: .5;
    margin-bottom: 10px
}

.news-list .content .field-readmore {
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #ebebeb;
    font-weight: 700;
    color: #ff5b6a
}

.top-notify {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    height: 120px;
    max-width: 440px;
    margin: -60px auto 0;
    padding: 0 25px;
    position: relative;
    z-index: 1
}

.top-notify p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1px
}

.top-notify h3 {
    color: #ff5b6a;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.2
}

.top-notify .f-icon {
    border-right: 1px solid rgba(255, 91, 106, .3);
    padding-right: 15px;
    margin-right: 15px
}

.top-notify .f-icon img {
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15)
}

.top-notify .f-content {
    margin-right: 13px;
    padding-top: 5px;
    text-transform: uppercase
}

.section-middle-banner h2 {
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase
}

@media (max-width:991.96px) {
    .section-middle-banner h2 {
        margin-bottom: 20px
    }
}

.section-middle-banner h2 img {
    display: block
}

@media (max-width:991.96px) {
    .section-middle-banner h2 img {
        max-height: 16px
    }
}

.bg-m {
    background: url(../images/bg-m.svg) 0 100% no-repeat;
    background-size: 100% auto;
    padding: 20px 30px
}

@media (max-width:1199px) {
    .bg-m {
        background-size: cover;
        padding: 35px 20px 20px
    }
}

@media (max-width:919.96px) {
    .bg-m {
        padding: 10px
    }
}

.loyal-mark {
    font-size: 14px;
    text-align: right;
    margin-bottom: 0
}

@media (max-width:639.96px) {
    .loyal-mark {
        text-align: left;
        font-size: 12px
    }
}

.loyalty-cards {
    margin-bottom: 30px;
    margin-right: -20px;
    margin-left: -20px;
    display: flex;
    flex-flow: row wrap
}

@media (max-width:991.96px) {
    .loyalty-cards {
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 20px
    }
}

.loyalty-cards .item {
    text-align: center;
    flex: 1 20%;
    max-width: 20%;
    padding: 0 20px;
    position: relative
}

@media (max-width:991.96px) {
    .loyalty-cards .item {
        padding-left: 10px;
        padding-right: 10px
    }
}

.loyalty-cards .item:after {
    background: url(../images/bg-arrow.svg) 0 100% no-repeat;
    content: "";
    width: 80px;
    position: absolute;
    right: 40px;
    bottom: 0;
    top: 0;
    transform: translateX(100%)
}

@media (max-width:991.96px) {
    .loyalty-cards .item:after {
        background-size: 40px;
        right: 20px;
        bottom: 6%
    }
}

@media (max-width:767px) {
    .loyalty-cards .item:after {
        background-size: 30px;
        right: 20px;
        bottom: 4%
    }
}

@media (max-width:480px) {
    .loyalty-cards .item:after {
        bottom: 1%
    }
}

@media (max-width:428px) {
    .loyalty-cards .item:after {
        bottom: 0;
        right: 15px
    }
}

@media (max-width:414px) {
    .loyalty-cards .item:after {
        bottom: -2px
    }
}

@media (max-width:390px) {
    .loyalty-cards .item:after {
        bottom: -4px
    }
}

@media (max-width:360px) {
    .loyalty-cards .item:after {
        bottom: -6px
    }
}

.loyalty-cards .item:last-child:after {
    display: none
}

.section-main {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../images/bg-new-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box, border-box;
    background-position: center center;
    background-origin: padding-box, padding-box;
    background-attachment: scroll, scroll;
    background-color: rgba(0, 0, 0, 0)
}

.section-main .header {
    height: 180px;
    padding: 45px 15px 15px
}

@media (min-width:1200px) {
    .section-main .header {
        padding-left: 52px;
        padding-right: 52px
    }
}

@media (max-width:1440px) {
    .section-main .header {
        padding-top: 20px;
        height: 115px
    }
}

@media (max-width:991.96px) {
    .section-main .header {
        height: auto;
        position: relative;
        padding-top: 15px
    }
}

.section-main .header .logo img {
    width: 120px;
    height: 120px
}

@media (max-width:1440px) {
    .section-main .header .logo img {
        width: 80px;
        height: 80px;
        min-width: 80px
    }
}

@media (max-width:991.96px) {
    .section-main .header .logo img {
        width: 60px;
        height: 60px;
        min-width: 60px
    }
}

@media (min-width:992px) {
    .section-main .h-right {
        display: flex
    }
}

.section-main .nav-home {
    list-style: none;
    margin-bottom: 0
}

@media (max-width:991.96px) {
    .section-main .nav-home.nav-l {
        width: 100%;
        padding-top: 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px
    }

    .section-main .nav-home.nav-l li {
        float: none;
        margin-left: 0
    }

    .section-main .nav-home.nav-l li a {
        text-align: center;
        white-space: normal;
        height: 100%
    }
}

.section-main .nav-home.nav-l li:first-child {
    margin-left: 0
}

.section-main .nav-home li {
    float: left;
    margin-left: 30px
}

@media (max-width:1399.96px) {
    .section-main .nav-home li {
        margin-left: 10px
    }
}

.section-main .nav-home li a {
    display: flex;
    padding: 10px 20px 9px;
    height: 38px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    color: #C20000;
    gap: 5px;
    text-transform: uppercase;
    background: #fff
}

@media (max-width:1399.96px) {
    .section-main .nav-home li a {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:1199.96px) {
    .section-main .nav-home li a {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (max-width:991.96px) {
    .section-main .nav-home li a {
        padding-top: 8px;
        padding-bottom: 7px;
        height: 34px;
        font-size: 13px
    }
}

.section-main .nav-home li a.bg-orange {
    background-color: #FAAE1C
}

.section-main .nav-home li a.bg-red {
    color: #fff;
    background-color: #C20000
}

@media (max-width:991.96px) {
    .section-main .nav-home li svg {
        width: auto;
        height: 15px;
        min-height: 15px
    }
}

@media (min-width:1200px) {

    .section-main .nav-home .dropdown:focus .dropdown-menu,
    .section-main .nav-home .dropdown:hover .dropdown-menu {
        display: block
    }
}

@media (min-width:1200px) {
    .section-main .nav-home .dropdown.show .dropdown-menu {
        display: none
    }

    .section-main .nav-home .dropdown.show:focus .dropdown-menu,
    .section-main .nav-home .dropdown.show:hover .dropdown-menu {
        display: block
    }

    .section-main .nav-home .dropdown.show .dropdown-toggle::after {
        transform: rotate(0deg) !important
    }
}

.section-main .nav-home .dropdown.show .dropdown-toggle:after {
    transform: rotate(180deg)
}

.section-main .nav-home .dropdown .dropdown-toggle {
    display: flex;
    padding: 9px 20px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #FFF;
    font-size: 15px;
    font-weight: 700;
    color: #C20000;
    gap: 5px;
    border: none
}

@media (max-width:1199.96px) {
    .section-main .nav-home .dropdown .dropdown-toggle {
        padding-left: 13px;
        padding-right: 13px
    }
}

@media (max-width:991.96px) {
    .section-main .nav-home .dropdown .dropdown-toggle {
        padding: 8px 12px 7px;
        height: 34px;
        font-size: 13px
    }
}

.section-main .nav-home .dropdown .dropdown-toggle:after {
    min-width: 8px;
    min-height: 4px;
    margin-left: 0
}

@media (max-width:1199.96px) {

    .section-main .nav-home .dropdown .dropdown-toggle img,
    .section-main .nav-home .dropdown .dropdown-toggle svg {
        display: none
    }
}

.section-main .nav-home .dropdown .dropdown-menu {
    border: none;
    background: 0 0;
    min-width: 122px;
    overflow: hidden;
    left: auto !important;
    right: 0;
    top: 0;
    margin-top: 0;
    padding: 4px 0 0;
    transform: translate3d(0, 38px, 0) !important
}

@media (max-width:991.96px) {
    .section-main .nav-home .dropdown .dropdown-menu {
        transform: translate3d(0, 38px, 0) !important;
        padding-top: 2px
    }
}

.section-main .nav-home .dropdown .dropdown-menu .inner {
    background: #fff;
    width: 100%;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden
}

.section-main .nav-home .dropdown .dropdown-menu a {
    padding: 5px 10px;
    border-radius: 0;
    justify-content: start;
    font-weight: 400;
    font-size: 13px;
    color: #142f43;
    height: auto
}

.section-main .nav-home .dropdown.dropdown-app .dropdown-menu {
    width: 160px;
    left: 50% !important;
    margin-left: -80px
}

@media (max-width:1199.96px) {
    .section-main .nav-home .dropdown.dropdown-app .dropdown-menu {
        width: 120px;
        margin-left: -60px
    }
}

.section-main .nav-home .dropdown.hammenu .dropdown-toggle {
    min-height: 38px
}

@media (max-width:991.96px) {
    .section-main .nav-home .dropdown.hammenu .dropdown-toggle {
        padding-left: 15px;
        padding-right: 15px;
        min-height: 34px
    }
}

.section-main .nav-home .dropdown.hammenu .dropdown-toggle svg {
    display: block !important
}

.section-main .nav-home .dropdown.hammenu .dropdown-toggle:after {
    display: none
}

.section-main .nav-home .dropdown.hammenu .dropdown-menu a {
    justify-content: end
}

@media (max-width:991.96px) {
    .section-main .nav-home.nav-r {
        position: absolute;
        z-index: 5;
        right: 15px;
        top: 15px
    }
}

.main-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px
}

@media (max-width:1199.96px) {
    .main-nav {
        gap: 40px
    }
}

@media (max-width:991.96px) {
    .main-nav {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.main-nav .item {
    color: #ED1B24
}

.main-nav .item:focus,
.main-nav .item:hover {
    box-shadow: rgba(245, 123, 128, .8) 0 10px 20px 0
}

.main-nav .item:focus .img img,
.main-nav .item:hover .img img {
    transform: scale(1.2)
}

.main-nav .img {
    margin-bottom: 20px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    width: 100%;
    height: 370px
}

@media (max-width:1600px) {
    .main-nav .img {
        height: 300px
    }
}

@media (max-width:1199.96px) {
    .main-nav .img {
        height: 240px
    }
}

@media (max-width:991.96px) {
    .main-nav .img {
        height: 170px
    }
}

.main-nav .img img {
    transition: .6s cubic-bezier(.165, .84, .44, 1);
    object-fit: cover;
    width: 100%;
    height: 100%
}

.main-nav .title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 3px
}

@media (max-width:1199.96px) {
    .main-nav .title {
        font-size: 24px
    }
}

@media (max-width:991.96px) {
    .main-nav .title {
        font-size: 22px
    }
}

.main-nav .text {
    font-size: 20px;
    font-weight: 400
}

@media (max-width:1199.96px) {
    .main-nav .text {
        font-size: 18px
    }
}

@media (max-width:991.96px) {
    .main-nav .text {
        font-size: 16px
    }
}

@media (min-width:992px) and (max-width:1024px) {
    :lang(en) .section-main .nav-home li a {
        padding-left: 8px;
        padding-right: 8px
    }

    :lang(en) .section-main .nav-home li {
        margin-left: 12px
    }
}

@media (max-width:767.96px) {
    .bottom-fixed {
        padding-bottom: 55px
    }
}

@media (max-width:767.96px) {
    .nav-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        background-color: #fff;
        padding: 10px 15px;
        box-shadow: 0 5px 6px 2px #999;
        -webkit-box-shadow: 0 5px 6px 2px #999
    }

    .nav-bottom .inner {
        position: relative;
        min-height: 44px;
        padding-left: 150px
    }

    .nav-bottom .qty {
        margin-bottom: 0 !important;
        width: 144px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }

    .nav-bottom .qty .lbl {
        display: none !important;
        float: none !important
    }

    .nav-bottom .btn-cart {
        padding: 5px;
        height: 44px;
        width: 100%;
        text-align: center
    }
}

@media (max-width:767.96px) and (max-width:350px) {
    .nav-bottom .btn-cart {
        font-size: 14px;
        padding: 5px 2px
    }
}

@media (min-width:576px) {
    .modal-product-options .modal-dialog {
        max-width: 800px
    }
}

.modal-product-options .modal-footer {
    background: #ECEFF1;
    padding: 15px 1rem;
    display: block;
    zoom: 1;
    justify-content: normal
}

.modal-product-options .modal-footer:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.modal-product-options .modal-footer .quantity {
    margin: 0;
    float: left;
    width: auto;
    max-width: 200px;
    padding-top: 5px;
    display: block;
    zoom: 1
}

.modal-product-options .modal-footer .quantity:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:490px) {
    .modal-product-options .modal-footer .quantity {
        float: none;
        max-width: 100%;
        margin-bottom: 15px
    }
}

.modal-product-options .modal-footer .quantity .lbl {
    display: block;
    float: left;
    margin-right: 10px;
    padding-top: 2px
}

@media (max-width:490px) {
    .modal-product-options .modal-footer .quantity .lbl {
        width: 100px
    }
}

.modal-product-options .modal-footer .quantity .inner {
    width: 130px;
    float: left
}

.modal-product-options .modal-footer .quantity .inner input {
    background: #fff
}

.modal-product-options .modal-footer .btn-secondary {
    float: right;
    margin: 0;
    font-weight: 700
}

@media (max-width:490px) {
    .modal-product-options .modal-footer .btn-secondary {
        float: none;
        width: 100%
    }
}

.product-options .product-info {
    display: block;
    zoom: 1;
    margin-bottom: 10px
}

.product-options .product-info:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.product-options .product-info .field-img {
    width: 80px;
    float: left;
    margin-right: 15px
}

.product-options .product-info .field-info {
    overflow: hidden
}

.product-options .product-info h3 {
    font-size: 18px;
    margin-bottom: 5px
}

.product-options .product-info h3 a {
    color: #142f43
}

.product-options .product-info .field-note {
    margin-bottom: 5px
}

.product-options .product-info .field-note p {
    margin-bottom: 0
}

.product-options .product-info .field-price {
    font-size: 18px;
    font-weight: 700;
    color: #ff5b6a
}

.product-options-list .lbl,
.product-options-list h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    padding-top: 15px
}

.product-options-list .custom-radio {
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
    margin-bottom: 3px
}

.product-options-list .tile-root-qgy {
    border: none;
    height: auto;
    background: 0 0;
    width: 100%;
    text-align: left;
    padding: 7px 0 7px 30px;
    font-size: 15px;
    font-family: Roboto, Arial, sans-serif;
    position: relative
}

.product-options-list .tile-root-qgy:after {
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #0e0e0e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 1
}

.product-options-list .tile-root-qgy:before {
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 4px;
    top: 13px;
    display: none;
    content: "";
    position: absolute;
    z-index: 2
}

.product-options-list .tile-root-qgy.tile-root_selected-1S0:after {
    background: #02ad28;
    border-color: #02ad28
}

.product-options-list .tile-root-qgy.tile-root_selected-1S0:before {
    display: block
}

.product-options-list .custom-radio+.custom-radio {
    margin-top: 0
}

.product-options-list .custom-control-label {
    display: flex;
    flex-flow: row wrap;
    padding-left: 30px
}

.product-options-list .custom-control-label:before {
    left: 0
}

.product-options-list .custom-control-label:after {
    left: 4px
}

.product-options-list .custom-control-label::before {
    width: 20px;
    height: 20px
}

.product-options-list .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: #02AD28;
    border-color: #02AD28
}

.product-options-list .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: 0 0;
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 4px;
    top: 9px
}

.product-options-list .field-txt {
    flex: 1 60%;
    max-width: 60%
}

.product-options-list .field-price {
    flex: 1 40%;
    max-width: 40%;
    text-align: right;
    padding-left: 10px
}

.my-account {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    display: flex
}

@media (max-width:991.96px) {
    .my-account {
        display: block;
        background: 0 0;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

.my-account .account-left {
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    background: #da0303;
    flex: 1 255px;
    max-width: 255px
}

@media (max-width:991.96px) {
    .my-account .account-left {
        display: none
    }
}

.my-account .account-right {
    flex: 1;
    min-width: 0;
    position: relative
}

.my-account .account-right .f-back {
    border: none;
    background: 0 0;
    display: none;
    width: 30px;
    height: 48px;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 1
}

@media (max-width:991.96px) {
    .my-account .account-right .f-back {
        display: block
    }
}

.my-account .account-right .f-back::before {
    border-left: 2px solid #ff5b6a;
    border-bottom: 2px solid #ff5b6a;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg)
}

.my-account .account-right .head-title {
    border-bottom: 1px solid #FF9EA2;
    font-size: 24px;
    font-weight: 700;
    padding: 24px 30px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:991.96px) {
    .my-account .account-right .head-title {
        font-size: 18px;
        padding-top: 0
    }
}

.my-account .account-content {
    padding: 32px 24px 40px
}

@media (max-width:991.96px) {
    .my-account .account-content {
        padding: 30px 0 0
    }
}

.my-account .b-avatar {
    font-weight: 700;
    padding: 32px 15px 24px;
    text-align: center;
    text-transform: uppercase
}

.my-account .b-avatar .f-name {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136px;
    height: 136px;
    margin: 0 auto 16px;
    font-size: 50px
}

.my-account .b-avatar .f-fullname {
    color: #fff
}

.my-account .b-avatar .f-point {
    margin-top: 7px;
    color: #fff
}

.my-account .b-avatar .f-point span {
    display: inline-block;
    text-transform: none;
    font-weight: 400;
    background: url(../images/icon-point.svg) no-repeat;
    padding: 0 0 0 30px
}

.my-account .b-menu ul {
    list-style: none;
    margin-bottom: 0
}

.my-account .b-menu ul li {
    margin-bottom: 1px
}

.my-account .b-menu ul li.active a {
    background-color: rgba(255, 255, 255, .2);
    font-weight: 700
}

.my-account .b-menu ul a {
    display: block;
    color: #fff;
    position: relative;
    padding: 15px 10px 15px 50px
}

.my-account .b-menu ul a img {
    width: 21px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%)
}

.my-account .b-menu ul a:hover {
    background-color: rgba(255, 255, 255, .2)
}

.my-account.menu-only {
    margin: -40px -15px;
    box-shadow: none
}

.my-account.menu-only .account-left {
    border-radius: 0;
    flex: 1 100%;
    max-width: 100%;
    padding-bottom: 30px
}

.my-account.menu-only .account-right {
    display: none
}

.account-content .g-infomation .item {
    display: flex;
    margin-bottom: 20px;
    word-break: break-word
}

.account-content .g-infomation label {
    font-weight: 700;
    flex: 1 102px;
    max-width: 102px;
    margin-right: 10px;
    margin-bottom: 0
}

.account-content .g-infomation span {
    flex: 1 0
}

.account-content .g-infomation .btn {
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px
}

.account-content .g-card {
    border-top: 1px dashed #c4c4c4;
    color: #333;
    display: flex;
    flex-flow: row wrap;
    margin-top: 40px;
    padding-top: 35px
}

@media (max-width:991.96px) {
    .account-content .g-card {
        display: block;
        flex-flow: row nowrap
    }
}

.account-content .g-card h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase
}

.account-content .g-card ul {
    margin-bottom: 24px;
    padding-left: 36px
}

.account-content .g-card ul li {
    margin-bottom: 5px
}

.account-content .g-card ul .no-list {
    list-style: none
}

.account-content .g-card .f-content {
    flex: 1
}

@media (max-width:991.96px) {
    .account-content .g-card .f-content {
        flex: 0 auto;
        margin-bottom: 40px
    }
}

.account-content .g-card .f-img {
    flex: 1 348px;
    max-width: 348px;
    margin-left: 30px;
    text-align: right;
    margin-bottom: 15px
}

@media (max-width:991.96px) {
    .account-content .g-card .f-img {
        flex: 1 100%;
        max-width: 100%;
        margin-left: 0;
        text-align: left
    }
}

.account-content .g-card .f-img img {
    display: block
}

.account-content .g-card .f-img a {
    display: inline-block;
    margin-top: 20px
}

.account-content .g-card .f-note {
    margin-bottom: 5px
}

.account-content .g-card .f-note img {
    margin-right: 1px;
    position: relative;
    top: -1px
}

.account-content .g-card .f-bottom .btn {
    padding-left: 15px;
    padding-right: 15px
}

.account-content .g-card .f-bottom .btn+.btn {
    margin-left: 16px
}

.account-content .g-card .f-rule {
    flex: 1 100%;
    max-width: 100%;
    opacity: .5
}

.account-content .g-card .f-info .f-item {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 17px;
    word-break: break-word
}

.account-content .g-card .f-info .f-left {
    flex: 1 102px;
    max-width: 102px;
    margin-right: 10px;
    font-weight: 500
}

.account-content .g-card .f-info .f-right {
    flex: 1;
    max-width: 100%
}

.account-content .g-card .f-info .f-des {
    color: #333;
    font-size: 14px;
    flex: 1 100%;
    max-width: 100%;
    opacity: .6;
    margin-top: 2px
}

.account-content .g-card .f-info .point {
    color: #ff5b6a
}

.acc-info-form h5 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.acc-info-form .form-action {
    padding-top: 20px
}

.acc-info-form .form-action .btn {
    margin-right: 10px;
    min-width: 160px
}

@media (max-width:991.96px) {
    .acc-info-form .form-action .btn {
        min-width: 60px
    }
}

.acc-history .f-select {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 30px
}

.acc-history .f-select select {
    max-width: 180px;
    margin-left: 15px
}

.acc-history .list-order {
    width: 100%
}

.acc-history .list-order span {
    display: block
}

.acc-history .list-order th {
    white-space: nowrap
}

.acc-history .list-order td,
.acc-history .list-order th {
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle
}

.acc-history .list-order tr td:first-child,
.acc-history .list-order tr th:first-child {
    padding-left: 0
}

.acc-history .list-order tr td:last-child,
.acc-history .list-order tr th:last-child {
    padding-right: 0;
    text-align: right
}

.acc-history .list-order tbody td {
    border-bottom: 1px dashed #c4c4c4;
    padding-top: 24px;
    padding-bottom: 24px
}

.acc-history .list-order tbody tr:last-child td {
    border-bottom: none
}

.acc-history .list-order a {
    text-decoration: underline
}

.acc-history .list-order .f-place {
    min-width: 165px
}

.acc-history .pagination-list {
    justify-content: flex-end;
    margin-top: 10px
}

.acc-history-detail .g-status {
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 30px;
    padding-bottom: 25px;
    text-align: center
}

.acc-history-detail .g-status .f-inner {
    display: flex;
    margin: 0 -6px
}

.acc-history-detail .g-status .f-item {
    flex: 1 0;
    padding: 0 6px;
    position: relative
}

.acc-history-detail .g-status .f-item.current .f-img {
    border-color: #ff5b6a
}

.acc-history-detail .g-status .f-item.current::before {
    background-color: #ff5b6a
}

.acc-history-detail .g-status .f-item.current .f-title {
    color: #142F43
}

.acc-history-detail .g-status .f-item::before {
    background-color: #c4c4c4;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: -50%;
    top: 48px;
    z-index: 1
}

.acc-history-detail .g-status .f-item:first-child::before {
    display: none
}

.acc-history-detail .g-status .f-img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #FFEAE3;
    border: 2px solid #fff;
    width: 96px;
    height: 96px;
    padding: 6px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 2
}

@media (max-width:490px) {
    .acc-history-detail .g-status .f-img {
        width: 100%
    }
}

.acc-history-detail .g-status .f-img span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%
}

.acc-history-detail .g-status .f-title {
    font-weight: 500;
    color: #828282
}

.acc-history-detail .g-status .f-date {
    color: #ff5b6a;
    margin-top: 2px
}

.acc-history-detail .g-status .f-date span {
    display: inline-block
}

.acc-history-detail .g-info {
    margin-bottom: 35px
}

.acc-history-detail .g-info .f-left p {
    margin-bottom: 4px
}

.acc-history-detail .g-info .f-left p:last-child {
    margin-bottom: 0
}

.acc-history-detail .g-info .f-right>* {
    display: flex
}

.acc-history-detail .g-info .f-right .f-title {
    font-weight: 500;
    min-width: 160px;
    margin-bottom: 0
}

.acc-history-detail .g-info .f-right>div+div {
    margin-top: 12px
}

.acc-history-detail .g-info .f-right a {
    display: block
}

.acc-history-detail .g-info .f-name {
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase
}

.acc-history-detail .g-info .f-address {
    margin-bottom: 5px
}

.acc-history-detail .g-info .f-left {
    margin-bottom: 20px
}

@media screen and (min-width:1200px) {
    .acc-history-detail .g-info {
        display: flex;
        margin: 0 -35px 35px
    }

    .acc-history-detail .g-info .f-left,
    .acc-history-detail .g-info .f-right {
        flex: 1 50%;
        max-width: 50%;
        margin-bottom: 0;
        padding: 0 35px
    }

    .acc-history-detail .g-info .f-right {
        border-left: 1px dashed #c4c4c4
    }
}

.acc-history-detail .list-order-detail {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    width: 100%;
    text-align: center;
    overflow: hidden
}

.acc-history-detail .list-order-detail th {
    background: #FFEAE3;
    text-align: center;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500
}

.acc-history-detail .list-order-detail th:first-child {
    text-align: left
}

.acc-history-detail .list-order-detail th:last-child {
    text-align: right
}

.acc-history-detail .list-order-detail td,
.acc-history-detail .list-order-detail th {
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle
}

.acc-history-detail .list-order-detail tr td:first-child {
    padding-left: 0;
    text-align: left
}

.acc-history-detail .list-order-detail tr td:last-child {
    text-align: right
}

.acc-history-detail .list-order-detail thead td {
    font-weight: 700
}

.acc-history-detail .list-order-detail tbody td {
    border-bottom: 1px dashed #c4c4c4;
    padding-top: 24px;
    padding-bottom: 24px
}

.acc-history-detail .list-order-detail tbody tr:last-child td {
    border-bottom: none
}

.acc-history-detail .list-order-detail a {
    text-decoration: underline
}

.acc-history-detail .list-order-detail img {
    max-width: 140px;
    margin-right: 10px
}

@media (max-width:767.96px) {
    .acc-history-detail .list-order-detail img {
        max-width: 50px
    }
}

.acc-history-detail .list-order-detail .f-name div {
    display: flex;
    align-items: center
}

.acc-history-detail .g-sum {
    border-top: 1px solid #c4c4c4;
    padding-top: 16px;
    display: block;
    zoom: 1
}

.acc-history-detail .g-sum:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.acc-history-detail .g-sum table {
    margin-left: auto;
    float: right;
    min-width: 47%
}

@media (max-width:991.96px) {
    .acc-history-detail .g-sum table {
        margin: 0 0 30px;
        width: 100%
    }
}

.acc-history-detail .g-sum table td {
    padding: 8px 15px
}

.acc-history-detail .g-sum table td:first-child {
    min-width: 130px;
    margin-right: 10px
}

.acc-history-detail .g-sum table td:last-child {
    text-align: right
}

.acc-history-detail .g-sum table .red {
    color: #ff5b6a
}

.acc-history-detail .g-sum .btn {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    display: block
}

.acc-history-detail .g-sum .group-btn {
    width: 50%;
    padding-right: 15px;
    padding-top: 10px;
    float: left
}

@media (max-width:991.96px) {
    .acc-history-detail .g-sum .group-btn {
        float: none;
        padding-right: 0;
        width: 100%
    }
}

.acc-history-detail .g-sum .group-btn .s-bt {
    display: block;
    zoom: 1;
    margin: 0 -7px 15px
}

.acc-history-detail .g-sum .group-btn .s-bt:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.acc-history-detail .g-sum .group-btn .s-bt li {
    list-style: none;
    width: 50%;
    float: left;
    padding: 0 7px
}

.acc-history-detail .g-sum .group-btn .s-bt li .btn {
    width: 100%;
    margin: 0
}

.acc-history-detail .g-sum .group-btn .btn-back {
    width: 100%;
    height: auto;
    background-color: #ff5b6a;
    border-color: #ff5b6a;
    color: #fff
}

.acc-history-detail .g-sum .group-btn .btn-back:before {
    display: none
}

.product-list-menu ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: -25px -8px 0
}

.product-list-menu li {
    flex: 1 33.3333333%;
    max-width: 33.3333333%;
    padding: 0 8px;
    margin-top: 25px
}

.product-list-menu .field-bottom {
    display: none
}

.product-list-menu .content {
    background: #fff;
    padding: 15px;
    text-align: center;
    width: 100%;
    position: relative
}

.product-list-menu .content h3 {
    text-transform: none;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 7px;
    margin-bottom: 0
}

.product-list-menu .content h3 a {
    color: #142f43
}

.product-list-menu .content h3 a:focus,
.product-list-menu .content h3 a:hover {
    color: #ff5b6a
}

.product-list-menu .content .field-price {
    font-size: 24px;
    color: #ff5b6a;
    margin-bottom: 15px;
    font-weight: 700
}

.product-list-menu .content .field-img {
    margin-bottom: 10px
}

.product-list-menu .content .field-img img {
    display: block;
    margin: 0 auto;
    max-height: 165px;
    width: auto
}

.product-list-menu .content .field-group {
    background-color: #fff;
    padding-top: 16px;
    margin-top: -16px
}

.product-list-menu .content .field-btn {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%, 0);
    z-index: 1
}

.product-list-menu .content .field-btn button {
    border: none;
    font-weight: 700;
    padding: 9px 5px;
    background: #ffd800;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: 186px;
    margin: 0 auto
}

.product-list-menu .content .field-btn button:hover {
    background: #e7a500
}

.product-list-menu .content:focus,
.product-list-menu .content:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15)
}

@media screen and (min-width:1200px) {

    .product-list-menu .content:focus,
    .product-list-menu .content:hover {
        padding-bottom: 54px
    }

    .product-list-menu .content:focus .field-price,
    .product-list-menu .content:focus h3,
    .product-list-menu .content:hover .field-price,
    .product-list-menu .content:hover h3 {
        background-color: #fff;
        position: relative;
        z-index: 2
    }

    .product-list-menu .content:focus h3,
    .product-list-menu .content:hover h3 {
        padding-top: 16px;
        margin-top: -55px
    }

    .product-list-menu .content:focus .field-btn,
    .product-list-menu .content:hover .field-btn {
        display: block
    }
}

.mark-read {
    margin: -37px 0 0 15px;
    float: right
}

.mark-read button {
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: 0 0;
    border: none;
    color: #2f80ed
}

.mark-read button:focus,
.mark-read button:hover {
    text-decoration: underline
}

.nav-notification {
    background-color: #fff;
    border-bottom: 1px solid #c4c4c4;
    display: flex;
    list-style: none;
    text-align: center;
    margin-bottom: 0
}

.nav-notification li.active a {
    color: #ff5b6a;
    font-weight: 700;
    position: relative
}

.nav-notification li.active a::after {
    background-color: #ff5b6a;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1
}

.nav-notification a {
    color: #333;
    display: flex;
    width: 100%;
    height: 36px;
    padding: 0 15px;
    justify-content: center;
    align-items: top
}

.nav-notification a:focus,
.nav-notification a:hover {
    color: #ff5b6a
}

.acc-notification .items-notification {
    clear: both
}

.acc-notification .items-notification p:last-child {
    margin-bottom: 0
}

.acc-notification .items-notification .item {
    border-bottom: 1px dashed #c4c4c4;
    display: flex;
    padding: 24px 15px
}

.acc-notification .items-notification .item:last-child {
    border-bottom: none
}

.acc-notification .items-notification .item.unread {
    background-color: #FFDFDF
}

.acc-notification .items-notification .f-img {
    flex: 1 61px;
    max-width: 61px;
    margin-right: 15px
}

.acc-notification .items-notification .f-img img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.acc-notification .items-notification .f-content {
    flex: 1 0;
    color: #333
}

.acc-notification .items-notification .f-content a,
.acc-notification .items-notification .f-content a:focus,
.acc-notification .items-notification .f-content a:hover {
    color: #333
}

.acc-notification .items-notification .f-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px
}

.acc-notification .items-notification .f-title .f-date {
    color: #828282;
    margin-left: 4px
}

.acc-notification .items-notification .btn-read {
    text-align: right
}

.acc-notification .items-notification .btn-read button {
    background: 0 0;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    color: #2f80ed
}

.acc-notification .items-notification .btn-read button:focus,
.acc-notification .items-notification .btn-read button:hover {
    text-decoration: underline
}

.acc-notification .nav-pagination {
    padding-top: 20px
}

.acc-notification .pagination-list {
    justify-content: flex-end
}

.acc-notification .f-empty {
    padding-top: 30px
}

.acc-my-coupon .form-add-coupon {
    background: rgba(196, 196, 196, .2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 32px 24px
}

.acc-my-coupon .form-add-coupon label {
    font-weight: 700;
    margin-right: 23px;
    margin-bottom: 0;
    white-space: nowrap
}

.acc-my-coupon .form-add-coupon .btn {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 16px
}

.acc-my-coupon .nav-notification {
    margin-bottom: 30px
}

.acc-my-coupon .list-coupon {
    width: 100%
}

.acc-my-coupon .list-coupon span {
    display: block
}

.acc-my-coupon .list-coupon th {
    white-space: nowrap
}

.acc-my-coupon .list-coupon td,
.acc-my-coupon .list-coupon th {
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle
}

.acc-my-coupon .list-coupon tr td:first-child,
.acc-my-coupon .list-coupon tr th:first-child {
    padding-left: 0
}

.acc-my-coupon .list-coupon tr td:last-child,
.acc-my-coupon .list-coupon tr th:last-child {
    padding-right: 0;
    text-align: center
}

.acc-my-coupon .list-coupon tbody td {
    border-bottom: 1px dashed #c4c4c4;
    padding-top: 15px;
    padding-bottom: 15px
}

.acc-my-coupon .list-coupon tbody tr:last-child td {
    border-bottom: none
}

.acc-my-coupon .list-coupon a {
    text-decoration: underline
}

.acc-my-coupon .list-coupon .f-status {
    white-space: nowrap
}

.acc-my-coupon .pagination-list {
    margin-top: 10px;
    justify-content: flex-end
}

.modal-my-coupon-fail .modal-footer {
    padding-top: 0
}

.modal-my-coupon-fail .btn {
    font-weight: 700;
    padding-left: 48px;
    padding-right: 48px
}

.modal-my-coupon-success {
    text-align: center
}

.modal-my-coupon-success .modal-header {
    color: #02ad28;
    font-weight: 700;
    justify-content: center
}

.modal-my-coupon-success .img {
    margin-bottom: 5px
}

.modal-my-coupon-success .img img {
    max-width: 200px
}

.modal-my-coupon-success .f-title {
    font-weight: 700;
    margin-bottom: 5px
}

.modal-my-coupon-success .f-date {
    color: #ff5b6a;
    margin-bottom: 10px
}

.modal-my-coupon-success .img-code {
    margin-bottom: 0
}

.modal-my-coupon-success .img-code .code {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-top: 6px
}

.modal-my-coupon-success .modal-footer {
    padding-top: 10px
}

.modal-my-coupon-success .btn {
    font-weight: 700;
    padding-left: 50px;
    padding-right: 50px
}

.acc-info-change-password {
    max-width: 650px;
    margin: 0 auto
}

.acc-info-change-password select {
    width: 54%
}

.acc-info-change-password .no-margin {
    margin: 0
}

.acc-info-change-password .form-group {
    display: flex;
    margin-bottom: 24px
}

.acc-info-change-password .form-group .col-form-label {
    flex: 1 160px;
    max-width: 160px;
    margin-right: 10px
}

.acc-info-change-password .form-group .col-input {
    flex: 1 0;
    max-width: 100%
}

.acc-info-change-password .form-action {
    margin-top: 40px;
    text-align: center
}

.acc-info-change-password .form-action .btn {
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px
}

.acc-info-change-password-success {
    text-align: center
}

.acc-info-change-password-success .f-img {
    margin-bottom: 22px
}

.acc-info-change-password-success p {
    margin-bottom: 25px
}

.acc-info-change-password-success .btn {
    font-weight: 700;
    max-width: 350px;
    margin: 0 auto
}

.acc-qna .msg-box {
    font-size: 14px
}

.acc-qna h3 {
    color: #ff5b6a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.acc-qna address {
    line-height: 24px
}

.acc-qna textarea {
    min-height: 100px
}

.acc-qna .f-info .img {
    padding-top: 20px;
    margin-bottom: 20px
}

.acc-qna .f-info p {
    margin-bottom: 5px
}

.acc-qna .f-info a {
    color: #142f43
}

.acc-qna .f-info a:focus,
.acc-qna .f-info a:hover {
    color: #ff5b6a
}

.acc-qna .f-title {
    margin-bottom: 6px
}

.acc-qna .form-group {
    margin-bottom: 24px
}

.acc-qna .btn {
    font-weight: 700;
    padding-left: 48px;
    padding-right: 48px
}

@media screen and (min-width:1200px) {
    .acc-qna {
        display: flex;
        margin: 0 -15px
    }

    .acc-qna .f-info {
        flex: 1 42%;
        max-width: 42%;
        padding: 0 15px
    }

    .acc-qna .f-form {
        flex: 1 58%;
        max-width: 58%;
        padding: 4px 15px 0
    }
}

.acc-delete {
    max-width: 650px;
    margin: 0 auto
}

.acc-delete p:last-child {
    margin-bottom: 0
}

.acc-delete textarea {
    min-height: 100px
}

.acc-delete .custom-radio label {
    font-weight: 400
}

.acc-delete .custom-radio+.custom-radio {
    margin-top: 15px
}

.acc-delete .form-group {
    display: flex;
    margin-bottom: 24px
}

.acc-delete .form-group>label {
    flex: 1 90px;
    max-width: 90px;
    margin-right: 25px
}

.acc-delete .form-group .col-input {
    flex: 1 0;
    max-width: 100%
}

.acc-delete .f-group {
    display: flex;
    margin-top: 15px
}

.acc-delete .f-group .custom-radio {
    margin-right: 30px;
    padding-top: 10px;
    white-space: nowrap
}

.acc-delete .form-action {
    margin-top: 30px;
    text-align: center
}

.acc-delete .form-action .btn {
    font-weight: 700;
    padding-left: 50px;
    padding-right: 50px
}

.register-lpoint .radioGroup-root-3ag {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.register-lpoint .custom-radio+.custom-radio {
    margin-top: 0;
    margin-left: 30px
}

.btn-add-adddress {
    float: right;
    background: 0 0;
    color: #ff5b6a;
    border: none;
    margin: 5px 0 0 10px;
    padding: 0;
    font-size: 16px
}

@media (max-width:991.96px) {
    .btn-add-adddress {
        margin-top: 2px
    }
}

.my-account .tab-account {
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px
}

@media (max-width:991.96px) {
    .my-account .tab-account {
        margin-left: 0;
        margin-right: 0;
        padding: 0
    }
}

.my-account .product-list .inner {
    padding-bottom: 12px
}

.tab-account {
    border-bottom: 1px solid #FF9EA2;
    margin: 0 0 30px
}

.tab-account ul {
    margin-bottom: 0
}

.tab-account li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 0 10px
}

.tab-account li .txt {
    display: block;
    position: relative;
    padding: 0 0 10px;
    color: #6B6C6C;
    cursor: pointer
}

.tab-account li .txt span {
    color: #ff5b6a
}

.tab-account li .txt:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff5b6a;
    z-index: 1;
    display: none
}

.tab-account li.current .txt {
    color: #ff5b6a
}

.tab-account li.current .txt:before {
    display: block
}

.tab-account .swiper-slide {
    max-width: 190px
}

.tab-account .swiper-slide .txt {
    display: block;
    position: relative;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #6B6C6C;
    cursor: pointer
}

.tab-account .swiper-slide .txt span {
    color: #ff5b6a
}

.tab-account .swiper-slide .txt:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff5b6a;
    z-index: 1;
    display: none
}

.tab-account .swiper-slide .txt.current {
    color: #ff5b6a
}

.tab-account .swiper-slide .txt.current:before {
    display: block
}

.order-history-list .inner {
    display: block;
    zoom: 1;
    margin-left: -15px;
    margin-right: -15px
}

.order-history-list .inner:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

@media (max-width:767.96px) {
    .order-history-list .inner {
        margin: 0
    }
}

.order-history-list .item {
    border-bottom: 1px dashed #FF5B6A;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.order-history-list .order-info,
.order-history-list .order-number,
.order-history-list .time,
.order-history-list .total {
    float: left;
    padding: 0 15px
}

@media (max-width:767.96px) {

    .order-history-list .order-info,
    .order-history-list .order-number,
    .order-history-list .time,
    .order-history-list .total {
        float: none;
        padding: 0;
        margin-bottom: 10px
    }
}

.order-history-list .order-number {
    width: 22%
}

@media (max-width:767.96px) {
    .order-history-list .order-number {
        width: 100%
    }
}

.order-history-list .order-info {
    width: 40%
}

@media (max-width:767.96px) {
    .order-history-list .order-info {
        width: 100%
    }
}

.order-history-list .order-info p {
    margin-bottom: 5px
}

.order-history-list .order-info strong {
    font-weight: 500
}

@media (min-width:768px) {
    .order-history-list .time span {
        display: block
    }
}

@media (max-width:767.96px) {
    .order-history-list .time span {
        margin-left: 10px
    }
}

.order-history-list .time,
.order-history-list .total {
    width: 19%
}

@media (max-width:767.96px) {

    .order-history-list .time,
    .order-history-list .total {
        width: 100%
    }
}

.socials-list {
    margin: 0
}

.socials-list li {
    list-style: none;
    border-bottom: 1px solid #ffeae3;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.socials-list li.open .sc-content {
    display: block
}

.socials-list li.open .btn-arrow:before {
    transform: rotate(223deg);
    -webkit-transform: rotate(223deg);
    left: 9px;
    top: 6px
}

.socials-list .sc-head {
    position: relative;
    padding-right: 150px
}

.socials-list .btn-arrow {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ff5b6a;
    background: 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.socials-list .btn-arrow:before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #ff5b6a;
    border-left: 1px solid #ff5b6a;
    z-index: 2;
    position: absolute;
    left: 5px;
    top: 9px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.socials-list .btn-arrow.disabled {
    pointer-events: none;
    cursor: none;
    opacity: .3
}

.socials-list .icon {
    display: inline-block;
    padding: 7px 0 5px 50px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    min-height: 36px
}

.socials-list .icon.fb {
    background-image: url(../images/icon-fb.svg)
}

.socials-list .icon.gg {
    background-image: url(../icons/icon-google.svg)
}

.socials-list .icon.app {
    background-image: url(../images/icon-apple.svg)
}

.socials-list .btn-conntect {
    display: inline-block;
    position: absolute;
    right: 48px;
    margin-top: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    color: #ff5b6a;
    cursor: pointer;
    background: 0 0;
    border: 1px solid #ff5b6a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 6px;
    text-align: center
}

.socials-list .sc-content {
    padding: 0 0 10px 48px;
    display: none
}

.socials-list .sc-content .item {
    margin-top: 15px;
    position: relative;
    padding-right: 160px
}

.socials-list .btn-disconntect {
    background: 0 0;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 48px;
    z-index: 1;
    border: none;
    color: #ff5b6a;
    opacity: .65;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.list-my-coupon .item {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-left-width: 3px;
    border-left-color: #ff5b6a;
    padding: 10px;
    border-radius: 5px 10px 10px 5px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.list-my-coupon .item p {
    margin-bottom: 0
}

.list-my-coupon .item .expire,
.list-my-coupon .item .txt-t {
    font-size: 12px
}

.list-my-coupon .item .title {
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 3px
}

.list-my-coupon .item .info {
    flex-grow: 1
}

.list-my-coupon .item .link-type-2 a:focus,
.list-my-coupon .item .link-type-2 a:hover {
    text-decoration: underline;
    color: #ff5b6a
}

.list-my-coupon .disabled .item {
    border-left-color: #BDBDBD;
    background: #fff
}

.list-my-coupon .disabled .item .title {
    color: #BDBDBD
}

.list-my-coupon .disabled .item .expire,
.list-my-coupon .disabled .item .txt-t {
    color: #828282
}

.list-my-coupon .disabled .item .link-type-2 span {
    color: #BDBDBD
}

.cms-theme .main {
    background: url(../images/bg-7.jpg) #f2eedb;
    font-family: 'Roboto Slab', serif
}

.cms-theme .nav-page {
    background-color: #4E545A;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.cms-theme .nav-page a {
    color: #fff
}

.cms-theme .nav-page a:hover {
    color: #FFD457
}

.cms-theme .nav-page .item.active a {
    background-color: #FFD457;
    color: #4E545A
}

.cms-theme .nav-page .item.active a::after {
    display: none
}

.cms-theme .f-location .location-search .form-top .col-form-label {
    min-width: 77px
}

.cms-theme .f-location .location-search .form-action .btn-secondary {
    background-color: #FFD457
}

.cms-theme .f-location .location-search .form-action .btn-secondary:focus,
.cms-theme .f-location .location-search .form-action .btn-secondary:hover {
    background-color: #e7a500
}

.page-angle-menu .f-logo {
    margin-bottom: 25px;
    text-align: center
}

.page-angle-menu .nav-menu {
    text-align: center
}

.page-angle-menu .nav-menu a {
    color: #142f43;
    display: block;
    padding: 12px 0
}

.page-angle-menu .nav-menu a:hover {
    color: #7E6434
}

.page-angle-menu .nav-menu a.active {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    color: #7E6434;
    font-weight: 700
}

.page-angle-menu .nav-menu .owl-stage-outer {
    padding: 3px 3px 0;
    margin: 0 -3px
}

@media screen and (min-width:992px) {
    .page-angle-menu .nav-menu .owl-item:first-child a.active {
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0
    }

    .page-angle-menu .nav-menu .owl-item:last-child a.active {
        -webkit-border-radius: 5px 0 0;
        -moz-border-radius: 5px 0 0;
        border-radius: 5px 0 0
    }
}

.page-angle-menu .nav-menu.owl-carousel .owl-nav .owl-next,
.page-angle-menu .nav-menu.owl-carousel .owl-nav .owl-prev {
    background: #142f43;
    font-size: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0
}

.page-angle-menu .nav-menu.owl-carousel .owl-nav .owl-next span,
.page-angle-menu .nav-menu.owl-carousel .owl-nav .owl-prev span {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: rotate(-135deg)
}

.page-angle-menu .nav-menu.owl-carousel .owl-nav .owl-next.disabled,
.page-angle-menu .nav-menu.owl-carousel .owl-nav .owl-prev.disabled {
    opacity: .3
}

.page-angle-menu .nav-menu.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.page-angle-menu .nav-menu.owl-carousel .owl-nav .owl-prev span {
    left: 17px;
    transform: rotate(45deg)
}

.page-angle-menu .nav-menu.owl-carousel .owl-nav .owl-next {
    right: 0
}

.page-angle-menu .menu-inside {
    border-bottom: 1px solid #7E6434;
    display: flex;
    list-style: none;
    margin-bottom: 30px;
    padding: 0 40px;
    text-align: center
}

.page-angle-menu .menu-inside li.active a {
    background-color: #7E6434;
    color: #fff;
    font-weight: 700
}

.page-angle-menu .menu-inside a {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    padding: 8px 30px;
    color: #142f43
}

.page-angle-menu .menu-inside a:focus,
.page-angle-menu .menu-inside a:hover {
    color: #7E6434
}

.page-angle-menu .f-content {
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    padding: 30px 0 10px
}

.page-angle-menu .list-menu-angle {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
    padding: 0 20px;
    text-align: center
}

.page-angle-menu .list-menu-angle li {
    flex: 1 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 30px
}

.page-angle-menu .list-menu-angle a {
    color: #142f43
}

.page-angle-menu .list-menu-angle a:focus,
.page-angle-menu .list-menu-angle a:hover {
    color: #ff5b6a
}

.page-angle-menu .list-menutab .menu-content .item {
    display: none
}

.page-angle-menu .list-menutab .menu-content .item.active {
    display: block
}

.page-angle-story h2 {
    color: #7E6434;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase
}

.page-angle-story .f-top {
    display: flex;
    margin: 0 -15px 50px
}

.page-angle-story .f-top h3 {
    color: #7E6434;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}

.page-angle-story .f-top .f-left,
.page-angle-story .f-top .f-right {
    flex: 1 0;
    padding: 0 15px
}

.page-angle-story .f-top .f-right {
    flex: 1 345px;
    max-width: 345px
}

.page-angle-story .f-top .f-title {
    font-size: 18px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    position: relative
}

.page-angle-story .f-top .f-title::before {
    background-color: #7E6434;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0
}

.page-angle-story .f-top .f-title p {
    margin-bottom: 5px
}

.page-angle-story .f-top .f-title p:last-child {
    margin-bottom: 0
}

.page-angle-story .f-top .f-img {
    display: flex;
    margin: 30px -8px 0
}

.page-angle-story .f-top .f-img .item {
    padding: 0 8px;
    flex: 1 0
}

.page-angle-story .f-top .f-right {
    position: relative
}

.page-angle-story .f-top .f-right img {
    max-height: 303px;
    position: relative;
    z-index: 2;
    width: auto
}

.page-angle-story .f-top .f-right::before {
    background-color: #7E6434;
    content: '';
    display: block;
    width: 278px;
    height: 300px;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 1
}

.page-angle-story .t-title {
    color: #7E6434;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.page-angle-story .t-title::before {
    background-color: #7E6434;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 1
}

.page-angle-story .t-title div {
    background: url(../images/bg-7.jpg) #f2eedb;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 2
}

.page-angle-story .f-middle {
    margin: 0 -15px 50px;
    display: flex
}

.page-angle-story .f-middle .f-content,
.page-angle-story .f-middle .f-img {
    flex: 1 0;
    padding: 0 15px
}

.page-angle-story .f-middle .f-img img {
    width: 100%
}

.page-angle-story .f-middle .f-img .mobile {
    display: none
}

.page-angle-story .f-middle .f-timeline {
    list-style: none;
    margin-bottom: 0;
    position: relative
}

.page-angle-story .f-middle .f-timeline li {
    margin-bottom: 0;
    display: flex;
    width: 100%
}

.page-angle-story .f-middle .f-timeline li:last-child .time::after {
    display: none
}

.page-angle-story .f-middle .f-timeline span {
    display: block;
    flex: 1 0;
    padding-bottom: 15px
}

.page-angle-story .f-middle .f-timeline .time {
    color: #7E6434;
    font-weight: 700;
    flex: 1 80px;
    max-width: 80px;
    position: relative
}

.page-angle-story .f-middle .f-timeline .time::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #7E6434;
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 6px
}

.page-angle-story .f-middle .f-timeline .time::after {
    background-color: #7E6434;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 4px;
    top: 9px
}

.page-angle-story .f-middle .f-timeline .text {
    padding-left: 15px
}

.page-angle-story .f-bottom {
    display: flex;
    justify-content: space-between
}

.page-angle-about h2 {
    color: #7E6434;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase
}

.page-angle-about h3 {
    color: #7E6434;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}

.page-angle-about .f-note {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 45px;
    text-align: center
}

.page-angle-about .f-group {
    display: flex;
    align-items: flex-end
}

.page-angle-about .f-group .f-img {
    flex: 1 626px;
    max-width: 626px
}

.page-angle-about .f-group .f-content {
    flex: 1 0;
    padding-left: 20px
}

.page-angle-about .f-list {
    color: #171717;
    display: flex;
    justify-content: space-between;
    list-style: none;
    text-align: center;
    margin-bottom: 30px
}

.page-angle-about .f-list img {
    display: block;
    margin: 0 auto 7px
}

.page-angle-about .f-color .item {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.page-angle-about .f-color .item:last-child {
    margin-bottom: 0
}

.page-angle-about .f-color .f-c {
    flex: 1 55%;
    max-width: 55%;
    display: flex
}

.page-angle-about .f-color .f-c span {
    height: 50px;
    font-size: 0;
    flex: 1 0
}

.page-angle-about .f-color .f-text {
    flex: 1 45%;
    max-width: 45%;
    margin-left: 23px
}

.page-angle-in-us {
    margin-top: -30px
}

.page-angle-in-us .top-slide {
    margin-bottom: 30px
}

.page-angle-in-us .top-slide .owl-dots {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 4%;
    transform: translate(0, -50%);
    width: 10px
}

.page-angle-in-us .top-slide .owl-dots .owl-dot {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #333;
    border: none;
    width: 10px;
    height: 10px;
    opacity: .6;
    margin: 13px 0;
    display: block
}

.page-angle-in-us .top-slide .owl-dots .owl-dot.active {
    opacity: 1
}

.page-angle-in-us .group-slide {
    display: flex;
    margin: 0 -15px
}

.page-angle-in-us .group-slide .item-slide {
    flex: 1 0;
    padding: 0 15px;
    min-width: 0
}

.page-angle-in-us .group-slide img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.page-angle-in-us .group-slide .owl-carousel .owl-nav {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 72px;
    height: 32px
}

.page-angle-in-us .group-slide .owl-carousel .owl-nav .owl-next,
.page-angle-in-us .group-slide .owl-carousel .owl-nav .owl-prev {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    display: block;
    opacity: .7
}

.page-angle-in-us .group-slide .owl-carousel .owl-nav .owl-next span,
.page-angle-in-us .group-slide .owl-carousel .owl-nav .owl-prev span {
    border-left: 2px solid #142f43;
    border-bottom: 2px solid #142f43;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: rotate(-135deg)
}

.page-angle-in-us .group-slide .owl-carousel .owl-nav .owl-next.disabled,
.page-angle-in-us .group-slide .owl-carousel .owl-nav .owl-prev.disabled {
    opacity: .3
}

.page-angle-in-us .group-slide .owl-carousel .owl-nav .owl-next:before,
.page-angle-in-us .group-slide .owl-carousel .owl-nav .owl-prev:before {
    display: none
}

.page-angle-in-us .group-slide .owl-carousel .owl-nav .owl-prev {
    left: 0
}

.page-angle-in-us .group-slide .owl-carousel .owl-nav .owl-prev span {
    left: 13px;
    transform: rotate(45deg)
}

.page-angle-in-us .group-slide .owl-carousel .owl-nav .owl-next {
    right: 0
}

.page-angle-location .f-location .f-view .custom-control {
    padding-left: 0
}

.page-angle-location .f-location .f-view .custom-control-label::after,
.page-angle-location .f-location .f-view .custom-control-label::before {
    display: none
}
