@font-face {
    font-family: 'DINBek';
    src: url('Fonts/subset-DINBekBold.woff2') format('woff2'), url('subset-DINBekBold.woff') format('woff'), url('subset-DINBekBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINBek';
    src: url('Fonts/subset-DINBek.woff2') format('woff2'), url('subset-DINBek.woff') format('woff'), url('subset-DINBek.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINBek';
    src: url('Fonts/subset-DINBekLight.woff2') format('woff2'), url('subset-DINBekLight.woff') format('woff'), url('subset-DINBekLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINBek';
    src: url('Fonts/subset-DINBekBlack.woff2') format('woff2'), url('subset-DINBekBlack.woff') format('woff'), url('subset-DINBekBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




/* General Bootstrap */

html {
    font-size: 100px;
    font-weight: 400;
    font-family: 'DINBek' !important;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
}

html.lock {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    position: relative;
    min-height: 100vh;
    font-size: 0;
    background-color: white;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none !important;
    -webkit-font-smoothing: antialiased;
}

*:focus {
    outline: none !important;
}

a {
    text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

.vcenter {
    font-size: 0;
}

.vcenter>* {
    display: inline-block;
    vertical-align: middle;
}

.vcenter:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.font * {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.font img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}

.font table {
    width: 100%;
}


/* Social Icons */
a.social-icon {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
}

a.social-icon:before {
    font-family: FontAwesome;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

a.social-icon.facebook:before {
    content: '\f09a';
}

a.social-icon.facebook-square:before {
    content: '\f082';
}

a.social-icon.facebook-official:before {
    content: '\f230';
}

a.social-icon.twitter:before {
    content: '\f099';
}

a.social-icon.twitter-square:before {
    content: '\f081';
}

a.social-icon.youtube:before {
    content: '\f16a';
}

a.social-icon.instagram:before {
    content: '\f16d';
}

a.social-icon.linkedin:before {
    content: '\f0e1';
}

a.social-icon.spotify:before {
    content: '\f1bc';
}

a.social-icon.medium:before {
    content: '\f23a';
}

a.social-icon.vimeo:before {
    content: '\f27d';
}

a.social-icon.facebook:hover,
a.social-icon.facebook-square:hover,
a.social-icon.facebook-official:hover {
    color: #3c5a96;
}

a.social-icon.facebook:active,
a.social-icon.facebook-square:active,
a.social-icon.facebook-official:active {
    color: #253e6f;
}

a.social-icon.twitter:hover,
a.social-icon.twitter-square:hover {
    color: #1dcaff;
}

a.social-icon.twitter:active,
a.social-icon.twitter-square:active {
    color: #00aced;
}

a.social-icon.youtube:hover {
    color: #e03130;
}

a.social-icon.youtube:active {
    color: #b11618;
}

a.social-icon.instagram:hover {
    color: #EE583F;
}

a.social-icon.instagram:active {
    color: #BD3381;
}

a.social-icon.linkedin:hover {
    color: #1176b5;
}

a.social-icon.linkedin:active {
    color: #0f496a
}

a.social-icon.spotify:hover {
    color: #1db954;
}

a.social-icon.spotify:active {
    color: #1d9e74
}

a.social-icon.copy:before {
    content: '\f0c5';
}


/* Loading */
.loading {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, .75);
    display: none;
}

.loading .load {
    width: 150px;
    animation: loading 3s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
}

.loading .load .loading-inner {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 10;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    animation: loading-circle 2s linear infinite;
    stroke: #1A1A1A;
    fill: transparent;
}

@keyframes loading {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading-circle {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -600;
    }
}


/* General */

.container {
    position: relative;
    width: 13.6rem;
    max-width: 100%;
    padding-left: .32rem;
    padding-right: .32rem;
    margin-left: auto;
    margin-right: auto;
}

section+section {
    margin-top: .26rem;
}


/* Buttons */

.btn-default {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: .48rem;
    padding-left: .2rem;
    padding-right: .2rem;
    color: #ffffff;
    text-align: center;
    border: none;
    border-radius: .48rem;
    background-color: #2CD03E;
    cursor: pointer;
}

.btn-default:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.btn-default span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: inherit;
}

.btn-default.secondary {
    color: #2D2E2C;
    background-color: white;
}

.btn-default.secondary.border {
    border: 1px solid #2D2E2C;
}

.btn-default.tertiary {
    color: white;
    border: 1px solid white;
    background-color: transparent;
}


/* Forms */
.input-error {
    font-size: .14rem;
    padding-top: 0.1rem;
    color: red;
    padding-left: 0.02rem;
}

form.general .form-item {
    position: relative;
    width: 100%;
}

form.general .form-item.disabled {
    pointer-events: none;
}

form.general .form-item input[type='text'],
form.general .form-item input[type='email'],
form.general .form-item input[type='number'],
form.general .form-item input[type='date'],
form.general .form-item input[type='password'],
form.general .form-item textarea {
    width: 100%;
    height: .48rem;
    padding-left: .24rem;
    padding-right: .24rem;
    font-family: 'DINBek';
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    border-radius: .1rem;
    box-shadow: none;
    background-color: white;
    border: 1px solid #E0E0E0;
}

form.general .form-item textarea {
    height: 1.2rem;
    padding: .16rem .24rem;
    resize: none;
}

form.general .form-item[a-error] input[type='text'],
form.general .form-item[a-error] input[type='email'],
form.general .form-item[a-error] input[type='number'],
form.general .form-item[a-error] input[type='date'],
form.general .form-item[a-error] input[type='password'],
form.general .form-item[a-error] input[type='file'],
form.general .form-item[a-error] textarea {
    border-color: red !important;
}

form.general.file-form .form-item[a-error] .form-item-title {
    color: red !important;
}


form.general .form-item .form-note {
    margin-top: .16rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

form.general .form-item .btn-password {
    position: absolute;
    top: .12rem;
    right: .16rem;
}

form.general .form-item .btn-password img {
    width: .24rem;
}

form.general .form-item input[type='text']+label,
form.general .form-item input[type='email']+label,
form.general .form-item input[type='number']+label,
form.general .form-item input[type='date']+label,
form.general .form-item input[type='password']+label,
form.general .form-item textarea+label,
form.general .form-item select~label {
    position: absolute;
    top: .16rem;
    left: .24rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    cursor: text;
    z-index: 10;
    transition: .15s top linear, .15s font-size linear, .15s padding linear;
    -webkit-transition: .15s top linear, .15s font-size linear, .15s padding linear;
    -ms-transition: .15s top linear, .15s font-size linear, .15s padding linear;
    -moz-transition: .15s top linear, .15s font-size linear, .15s padding linear;
    -o-transition: .15s top linear, .15s font-size linear, .15s padding linear;
}

form.general .form-item input[type='text']:focus+label,
form.general .form-item input[type='email']:focus+label,
form.general .form-item input[type='number']:focus+label,
form.general .form-item input[type='date']:focus+label,
form.general .form-item input[type='password']:focus+label,
form.general .form-item textarea:focus+label,
form.general .form-item select:focus~label,
form.general .form-item.active input[type='text']+label,
form.general .form-item.active input[type='email']+label,
form.general .form-item.active input[type='number']+label,
form.general .form-item.active input[type='date']+label,
form.general .form-item.active input[type='password']+label,
form.general .form-item.active textarea+label,
form.general .form-item.active select~label {
    top: -.06rem;
    padding: 0 .04rem;
    font-size: 0.12rem;
    line-height: 1.2em;
    color: #939393;
    background-color: white;
}

form.general .form-item input[a-validate]:not([a-not-required])~label:after,
form.general .form-item textarea[a-validate]:not([a-not-required])~label:after,
form.general .form-item select[a-validate]:not([a-not-required])~label:after {
    content: '*';
    margin-left: .04rem;
    color: #ff0000;
}

form.general.checkout-form .form-item input[a-validate]:not([a-not-required])~label:after,
form.general.checkout-form .form-item textarea[a-validate]:not([a-not-required])~label:after,
form.general.checkout-form .form-item select[a-validate]:not([a-not-required])~label:after {
    content: '*';
    margin-left: .04rem;
    color: #fff;
}

form.general .form-item textarea~.remaining-count {
    display: block;
    padding-top: .16rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}


/* Checkbox */

form.general .form-item input[type='checkbox'] {
    position: absolute;
    left: -9999px;
}

form.general .form-item input[type='checkbox']~label {
    position: relative;
    display: inline-block;
    padding-left: .3rem;
    padding-top: .03rem;
    padding-bottom: .03rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

form.general .form-item input[type='checkbox']~label a {
    color: inherit;
    text-decoration: underline;
}

form.general .form-item input[type='checkbox'][disabled]~label {
    cursor: default;
}

form.general .form-item input[type='checkbox']~label .color {
    display: inline-block;
    vertical-align: middle;
    width: .16rem;
    height: .16rem;
    margin-right: .1rem;
    margin-bottom: .03rem;
    border-radius: .16rem;
    border: 1px solid #E0E0E0;
}

form.general .form-item input[type='checkbox']~label:before {
    content: '';
    position: absolute;
    width: .18rem;
    height: .18rem;
    left: 0;
    top: .03rem;
    border: 2px solid #2D2E2C;
    background-color: white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

form.general .form-item input[type='checkbox']:disabled:not(:checked)~label:before {
    background-color: #DDDDDD;
}

form.general .form-item input[type='checkbox']:checked~label:before {
    border-color: #2CD03E;
    background-color: #2CD03E;
    background-image: url(Icons/tick.svg);
    background-size: .12rem;
    background-position: center;
    background-repeat: no-repeat;
}

form.general .form-item[a-error] input[type='checkbox']~label:before {
    border-color: #FF6060 !important;
}

.form-item input::placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form-item.active input::placeholder {
    opacity: 1;
}

/* Radio */
form.general .form-item .radio input[type='radio'] {
    position: absolute;
    left: -9999px;
}

form.general .form-item .radio input[type='radio']~label {
    position: relative;
    display: inline-block;
    padding-left: .3rem;
    padding-top: .03rem;
    padding-bottom: .03rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

form.general .form-item .radio input[type='radio'][disabled]~label {
    cursor: default;
}

form.general .form-item .radio input[type='radio']~label:before {
    content: '';
    position: absolute;
    width: .18rem;
    height: .18rem;
    left: 0;
    top: .03rem;
    border-radius: .18rem;
    border: 2px solid #2D2E2C;
    background-color: white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

form.general .form-item .radio input[type='radio']:checked~label:before {
    border-color: black;
    background-color: black;
    background-image: url(Icons/tick.svg);
    background-size: .12rem;
    background-position: center;
    background-repeat: no-repeat;
}

form.general .form-item[a-error] .radio input[type='radio']~label:before {
    border-color: #FF6060 !important;
}


/* Radio Box */

form.general .form-item .radio-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

form.general .form-item .radio-box input[type='radio']~label {
    position: relative;
    display: block;
    width: auto;
    min-width: .48rem;
    height: .48rem;
    padding-left: .05rem;
    padding-right: .05rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: .48rem;
    color: #2d2e2c;
    text-align: center;
    cursor: pointer;
    background-color: white;
    border: 1px solid #E0E0E0;
    transition: .1s background-color ease;
    -webkit-transition: .1s background-color ease;
    -ms-transition: .1s background-color ease;
    -moz-transition: .1s background-color ease;
    -o-transition: .1s background-color ease;
}

form.general .form-item .radio-box input[type='radio']:checked~label {
    color: white;
    background-color: black;
}

form.general .form-item .radio-box input[type='radio'].disabled~label {
    color: #939393;
    cursor: default;
}

form.general .form-item .radio-box input[type='radio'].disabled~label:before {
    content: '';
    position: absolute;
    width: .66rem;
    height: 1px;
    top: 0;
    right: 0;
    transform-origin: top right;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #E0E0E0;
}

form.general .form-item .radio-box input[type='radio'].disabled~.btn-stock {
    position: absolute;
    width: .24rem;
    height: .24rem;
    top: -.12rem;
    right: -.12rem;
    border-radius: .24rem;
    border: 1px solid #E0E0E0;
    background-color: white;
    background-image: url(Icons/bell-gray.svg);
    background-size: .16rem;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

form.general .form-item .radio-box input[type='radio'].disabled:checked~label {
    border-color: #DC2B26;
    background: #EBEBEB;
}

form.general .form-item .radio-box input[type='radio'].disabled:checked~label:before {
    background-color: #DC2B26;
}

form.general .form-item .radio-box input[type='radio'].disabled:checked~.btn-stock {
    border-color: #DC2B26;
    background-image: url(Icons/bell-colored.svg);
}


/* Radio Branch */

form.general .form-item .radio-branch-title {
    padding-left: .24rem;
    padding-right: .24rem;
}

form.general .form-item .radio-branch-title div {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

form.general .form-item .radio-branch-title div:nth-child(1) {
    width: 30.3%;
}

form.general .form-item .radio-branch-item label div:nth-child(1) {
    width: calc(30.3% - (.3rem * .7));
}

form.general .form-item .radio-branch-title div:nth-child(2) {
    width: 48.2%;
}

form.general .form-item .radio-branch-item label div:nth-child(2) {
    width: calc((100% + .3rem) * .482);
}

form.general .form-item .radio-branch-title div:nth-child(3) {
    width: 21.5%;
}

form.general .form-item .radio-branch-item label div:nth-child(3) {
    width: calc((100% + .3rem) * .215);
}

form.general .form-item .radio-branch-container {
    padding: .24rem;
    margin-top: .16rem;
    border-radius: .08rem;
    border: 1px solid #E0E0E0;
}

form.general .form-item .radio-branch-item+.radio-branch-item {
    margin-top: .18rem;
}

form.general .form-item .radio-branch-item label div {
    display: inline-block;
    vertical-align: top;
    padding-right: .2rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

form.general .form-item .radio-branch input[type='radio'] {
    position: absolute;
    left: -9999px;
}

form.general .form-item .radio-branch input[type='radio']~label {
    position: relative;
    display: block;
    width: 100%;
    padding-left: .3rem;
    padding-top: .03rem;
    padding-bottom: .03rem;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

form.general .form-item .radio-branch input[type='radio'][disabled]~label {
    cursor: default;
}

form.general .form-item .radio-branch input[type='radio']~label:before {
    content: '';
    position: absolute;
    width: .18rem;
    height: .18rem;
    left: 0;
    top: .03rem;
    border-radius: .18rem;
    border: 2px solid #2D2E2C;
    background-color: white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

form.general .form-item .radio-branch input[type='radio']:checked~label:before {
    border-color: black;
    background-color: black;
    background-image: url(Icons/tick.svg);
    background-size: .12rem;
    background-position: center;
    background-repeat: no-repeat;
}

form.general .form-item[a-error] .radio-branch input[type='radio']~label:before {
    border-color: #FF6060 !important;
}


/* Range Slider */

form.general .range-slider {
    position: relative;
    padding-top: .1rem;
    padding-left: .14rem;
    padding-right: .14rem;
    overflow: hidden;
}

form.general .range-slider .noUi-target {
    background-color: #EBEBEB;
    border-radius: .08rem;
    border: none;
    box-shadow: unset;
}

form.general .range-slider .noUi-horizontal {
    height: .08rem;
}

form.general .range-slider .noUi-connect {
    background-color: #2CD03E;
}

form.general .range-slider .noUi-horizontal .noUi-handle {
    width: .24rem;
    height: .24rem;
    right: -.12rem;
    top: -.08rem;
}

form.general .range-slider .noUi-handle {
    border: none;
    border-radius: .24rem;
    background: #2D2E2C;
    cursor: pointer;
    box-shadow: unset;
}

form.general .range-slider .noUi-handle:before,
form.general .range-slider .noUi-handle:after {
    display: none;
}

form.general .range-slider .slider-values {
    margin-top: .24rem;
}

form.general .range-slider .slider-values .start {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

form.general .range-slider .slider-values .end {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: right;
}


/* Counter */

form.general .counter {
    display: inline-block;
    vertical-align: middle;
    height: .48rem;
    padding-left: .16rem;
    padding-right: .16rem;
    text-align: center;
    border-radius: .48rem;
    background-color: white;
    border: 1px solid #E0E0E0;
}

form.general .counter:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

form.general .minus,
form.general .plus {
    display: inline-block;
    vertical-align: middle;
}

form.general .minus:before {
    content: '';
    display: block;
    width: .16rem;
    height: .16rem;
    background-image: url(Icons/minus.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

form.general .plus:before {
    content: '';
    display: block;
    width: .16rem;
    height: .16rem;
    background-image: url(Icons/plus.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

form.general .count {
    display: inline-block;
    vertical-align: middle;
    width: 1.12rem;
    padding-left: .08rem;
    padding-right: .08rem;
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    cursor: default;
}


/* Select2 */

.select2-search__field {
    padding: .08rem !important;
}

form.general .form-item .select2-container {
    width: 100% !important;
}

form.general .form-item .select2-container--default .select2-selection--single {
    height: .48rem;
    border: 1px solid #E0E0E0;
    border-radius: .1rem;
}

form.general .form-item .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #2D2E2C;
}

form.general .form-item[a-error] .select2-container--default .select2-selection--single {
    border-color: red !important;
}

form.general .form-item .select2-container--default .select2-selection--single:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

form.general .form-item .select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-left: .24rem;
    padding-right: .4rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

form.general .form-item .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #2d2e2c;
}

form.general .form-item .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    height: auto;
    width: auto;
    top: 50%;
    right: .16rem;
    font-size: 0;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

form.general .form-item .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '';
    display: block;
    width: .24rem;
    height: .24rem;
    background-image: url(Icons/dropdown.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

form.general .form-item .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

form.general .form-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}


/* Select2 Dropdown */

.select2-dropdown {
    min-width: 1.2rem;
    border: none;
    border-radius: 0 !important;
    background-color: white;
    box-shadow: 0 .08rem .24rem rgba(77, 77, 77, 0.24);
}

.select2-container--default .select2-results>.select2-results__options {
    padding-top: .08rem;
    padding-bottom: .08rem;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: transparent;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 6px;
}

.select2-results__option {
    padding: .08rem .16rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #2d2e2c;
    background-color: rgba(0, 0, 0, .1);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    font-weight: 700;
    background-color: transparent;
}


/* Header */

header {
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    z-index: 20;
}

header .social-link {
    border-bottom: 1px solid #E0E0E0;
    padding: .24rem;
}

header .social-icon {
    font-size: .2rem;
}

header .social .social-icon+.social-icon {
    margin-left: .2rem;
}

header .top {
    overflow: hidden;
}

header .middle .right .sss-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: .2rem;
}

header .middle .right .sss-link span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
    font-weight: 600 !important;
    font-size: 0.16rem !important;
}


header .middle .right .btn-cart .count {
    position: absolute;
    width: .15rem;
    height: .15rem;
    top: -.06rem;
    right: -.06rem;
    background-color: #2CD03E;
    color: #ffffff;
    font-size: .1rem;
    text-align: center;
    line-height: .15rem;
    border-radius: 50%;
}


header .top .container:after {
    content: '';
    position: absolute;
    width: calc((100vw - 100%) / 2 + .32rem);
    height: 100%;
    left: 100%;
    top: 0;
    margin-left: -.32rem;
    background-color: #EBEBEB;
}

header .top .left {
    display: inline-block;
    vertical-align: middle;
    width: 3.2rem;
}

header .top .left .btn-default {
    height: .3rem;
    padding-left: .16rem;
    padding-right: .16rem;
}

header .top .left .btn-default span {
    font-size: .1rem;
}

header .top .left .btn-default+.btn-default {
    margin-left: .08rem;
}

header .top .right {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 3.2rem);
    padding-top: .08rem;
    padding-bottom: .08rem;
    background-color: #EBEBEB;
    border-radius: 0 0 0 .48rem;
}

header .top .right .promo-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 4.2rem);
    padding-left: .1rem;
    padding-right: .1rem;
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

header .top .right .links {
    display: inline-block;
    vertical-align: middle;
    width: 4.2rem;
    text-align: right;
}

header .top .right .links a+a {
    margin-left: .16rem;
}

header .top .right .links a img {
    width: auto;
    max-width: .24rem;
    margin-right: .04rem;
}

header .top .right .links a span {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

header .middle {
    padding-top: .16rem;
    padding-bottom: .16rem;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

header .middle:first-child {
    border-top: none;
}

header .middle:last-child {
    border-bottom: none;
}

header .middle:first-child:last-child {
    text-align: center;
}

header .middle .left {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
}

header .middle .left a img {
    width: 1.6rem;
    padding: 0.05rem;
    margin: 0;
}

header .middle .left-logo {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    text-align: left;
}

header .middle .left-logo a img {
    width: 1.6rem;
}




header .middle .center {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 4.8rem);
}

header .middle .checkout-center {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 4.8rem);
}

header .middle .checkout-center .center-text {
    font-size: .25rem;
    color: #000;
    font-weight: 400;
}

header .middle .center form {
    display: block;
    width: 6.24rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header .middle .center .form-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1.1rem);
    z-index: 9;
}

header .middle .center .form-item input {
    display: block;
    width: 100%;
    height: .4rem;
    padding-left: .56rem;
    padding-right: .16rem;
    font-family: 'DINBek';
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
    border: 1px solid #2CD03E;
    border-right: none;
    border-radius: .4rem 0 0 .4rem;
    background-image: url(Icons/search.svg);
    background-size: .24rem;
    background-position: .16rem center;
    background-repeat: no-repeat;
}

header .middle .center .form-item input::placeholder {
    color: #939393;
    opacity: 1;
}

header .middle .center .form-item input:-ms-input-placeholder {
    color: #939393;
}

header .middle .center .form-item input::-ms-input-placeholder {
    color: #939393;
}

header .middle .center .btn-default {
    width: 1.1rem;
    height: .4rem;
    border-radius: 0 .4rem .4rem 0;
}

header .middle .center .form-item .autocomplete-list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: .08rem;
    display: none;
}

header .middle .center .form-item .autocomplete-list .item {
    padding: .1rem .2rem;
}

header .middle .center .form-item .autocomplete-list .item+.item {
    border-top: 1px solid #E0E0E0
}

header .middle .center .form-item .autocomplete-list .item a {
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

header .middle .right {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    text-align: right;
}

header .middle .right-logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    text-align: right;
}

header .middle .right .link {
    display: inline-block;
    vertical-align: middle;
}

header .middle .right .link+.link {
    margin-left: .2rem;
}

header .middle .right .link img {
    display: block;
    width: .24rem;
    margin-left: auto;
    margin-right: auto;
}

header .middle .right .link img.processing {
    display: none;
}

header .middle .right .link.processing img {
    display: none;
}

header .middle .right .link.processing img.processing {
    display: block;
}

header .middle .right .link span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 0.12rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

header .middle .right .link *+span {
    margin-top: .02rem;
}

header .middle .mini-cart {
    display: none;
    position: absolute;
    width: 4rem;
    top: 100%;
    right: 0;
    padding: .16rem;
    padding-top: .19rem;
    margin-top: .1rem;
    text-align: left;
    background-color: white;
    z-index: 20;
    filter: drop-shadow(0px 8px 24px rgba(77, 77, 77, 0.24));
}

header .middle .mini-cart.hidden {
    display: none !important;
}

header .middle .mini-cart .cart-top {
    position: relative;
    padding-right: .48rem;
    padding-bottom: .16rem;
    border-bottom: 1px solid #E0E0E0;
}

header .middle .mini-cart .cart-title {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

header .middle .mini-cart .btn-close {
    position: absolute;
    top: -.02rem;
    right: 0;
}

header .middle .mini-cart .btn-close img {
    width: .24rem;
}

header .middle .mini-cart .cart-item {
    position: relative;
    padding-top: .16rem;
    padding-bottom: .16rem;
    border-bottom: 1px solid #E0E0E0;
}

header .middle .mini-cart .cart-item .item-image {
    display: inline-block;
    vertical-align: top;
    width: .96rem;
    margin-right: .16rem;
}

header .middle .mini-cart .cart-item .item-details {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.12rem);
    padding-right: .48rem;
}

header .middle .mini-cart .cart-item .item-details .item-title {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

header .middle .mini-cart .cart-item .item-details .item-prop div {
    margin-top: .08rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

header .middle .mini-cart .cart-item .item-details .item-prop .old-price {
    text-decoration: line-through;
}

header .middle .mini-cart .cart-item .item-details .item-prop .new-price {
    color: #2D2C2E;
}

header .middle .mini-cart .cart-item .item-details .item-prop span+span {
    margin-left: .04rem;
}

header .middle .mini-cart .cart-item .item-details .item-prop span+.montly {
    margin-left: .06rem;
    color: #2D2C2E;
}

header .middle .mini-cart .cart-item .btn-remove {
    position: absolute;
    top: .16rem;
    right: 0;
    border: none;
    background: none;
    cursor: pointer;
}

header .middle .mini-cart .cart-item .btn-remove img {
    width: .24rem;
}

header .middle .mini-cart .cart-bottom {
    margin-top: .16rem;
}

header .middle .mini-cart .cart-bottom .prices {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1.6rem);
}

header .middle .mini-cart .cart-bottom .prices div+div {
    margin-top: .08rem;
}

header .middle .mini-cart .cart-bottom .prices div span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

header .middle .mini-cart .cart-bottom .prices div span:first-child {
    width: 1.05rem;
}

header .middle .mini-cart .cart-bottom .prices div span:last-child {
    width: calc(100% - 1.05rem);
}

header .middle .mini-cart .cart-bottom .btn-default {
    width: 1.6rem;
    padding-left: .12rem;
    padding-right: .12rem;
}

header .middle .mini-cart .no-result {
    margin-top: .16rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

header .bottom {
    position: relative;
}

header .bottom>.container {
    position: static;
}

header .menu {
    text-align: center;
}

header .menu .menu-item {
    display: inline-block;
    vertical-align: middle;
}

header .menu .menu-item>a,
header .menu .menu-item>span {
    display: inline-block;
    vertical-align: middle;
    padding: .24rem 0;
    margin: 0 .24rem;
    font-weight: 600;
    font-size: 0.18rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

header .menu .menu-item.colored {
    display: none;
}

header .menu .menu-item.colored>a,
header .menu .menu-item.colored>span {
    color: #2CD03E;
}

header .menu .menu-item .submenu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding-top: .48rem;
    padding-bottom: .36rem;
    text-align: left;
    border-top: 1px solid #E0E0E0;
    background-color: white;
    z-index: 2;
}

header .menu .menu-item .submenu .col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    padding-right: .24rem;
}

header .menu .menu-item .submenu .menu-image-container {
    width: calc(100% - 8rem);
    padding-right: .32rem;
    margin-top: -.15rem;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

header .menu .menu-item .submenu .menu-image {
    width: 3.43rem;
    max-width: 100%;
}

header .menu .menu-item .submenu .box {
    position: relative;
}

header .menu .menu-item .submenu .box+.box {
    margin-top: .48rem;
}

header .menu .menu-item .submenu .box a {
    display: block;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

header .menu .menu-item .submenu .box a.title {
    font-weight: 700;
}

header .menu .menu-item .submenu .box a:not(.mobile-only)+a {
    margin-top: .12rem;
}

/* Top Admin Bar */
header .admin-bar {
    position: relative;
    padding: .08rem 1rem;
    background-color: #ff0000;
}

header .admin-bar span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: .13rem;
    line-height: 1.2em;
    color: #ffffff;
    text-align: left;
}

header .admin-bar .management-zone {
    float: right;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: .13rem;
    line-height: 1.2em;
    color: #ffffff;
    text-align: left;
}

/* Main Banner */

section.main-banner {
    position: relative;
}

section.main-banner .background {
    width: 100%;
    height: 100%;
}

section.main-banner .background img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

section.main-banner .background-mobile {
    display: none;
}


section.main-banner .item {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

/*
    section.main-banner .video-area {
        width: 100%;
        height: 100%;
        background: #000;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }*/

section.main-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.main-banner .video-area .btn-play {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    cursor: pointer;
}

section.main-banner .item .container {
    height: 100%;
}

section.main-banner .item .title {
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 1.2em;
    color: #ffffff;
}

section.main-banner .item *+.btn-default {
    margin-top: .42rem;
}

section.main-banner .owl-nav {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

section.main-banner .owl-prev {
    position: absolute;
    width: .48rem;
    height: .48rem;
    left: .32rem;
    top: -.24rem;
    background-image: url(Icons/nav-left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

section.main-banner .owl-next {
    position: absolute;
    width: .48rem;
    height: .48rem;
    right: .32rem;
    top: -.24rem;
    background-image: url(Icons/nav-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

section.main-banner .owl-dots {
    position: absolute;
    left: 50%;
    bottom: .08rem;
    padding: .08rem;
    border-radius: .24rem;
    background-color: #2D2E2C;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

section.main-banner .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: rgba(248, 249, 250, 0.48);
}

section.main-banner .owl-dot.active {
    background-color: white;
}

section.main-banner .owl-dot+.owl-dot {
    margin-left: .08rem;
}

/* Whatsapp */
.whatsapp-share {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Contact Sticky Button */
.contact-sticky {
    position: fixed;
    width: 285px;
    bottom: 40px;
    right: 0px;
    background-color: #2CD03E;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 22px;
    z-index: 99;
    box-shadow: 0px 4px 22px 0px #00000052;
}


.contact-sticky .item {
    header .middle .left a img width: 100%;
    height: 40px;
    border-radius: 38px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    display: flex;
    padding-left: 16px;
    align-items: center;
    gap: 10px;
}

.contact-sticky .item img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    margin: 0;
}


/*@media (max-width:1700px) {
    .contact-sticky {
        width: 260px;
        padding: 16px 24px;
        border-top-left-radius: 34px;
        border-bottom-left-radius: 34px;
        gap: 16px;
    }

    .contact-sticky .item {
        width: 100%;
        height: 34px;
        border-radius: 38px;
        background: #fff;
        font-size: 12px;
        font-weight: 600;
    }

        .contact-sticky .item img {
            width: 24px;
            height: 24px;
        }
}*/

@media (max-width:1700px) {
    .contact-sticky {
        width: 220px;
        padding: 12px 16px;
        gap: 12px;
        border-top-left-radius: 28px;
        border-bottom-left-radius: 28px;
    }

    .contact-sticky .item {
        width: 100%;
        height: 32px;
        border-radius: 28px;
        background: #fff;
        font-size: 10px;
        font-weight: 600;
    }

    .contact-sticky .item img {
        width: 20px;
        height: 20px;
    }
}

/*
@media (max-width:1150px) {
    section.showcase .item {
        background-size: contain;
        height: 5rem;
    }
}

@media (max-width:1000px) {
    section.showcase .item {
        background-size: contain;
        height: 4.5rem;
    }
}*/


/* Small Boxes */

section.small-boxes {
    position: relative;
    background-color: #F8F9FA;
    padding: 0.36rem 0;
}

section.main-banner+section.small-boxes {
    margin-top: 0;
}

section.small-boxes .item {
    display: inline-block;
    vertical-align: top;
    width: 16.83%;
    padding-left: .32rem;
    padding-right: .32rem;
}

section.small-boxes .item.large {
    width: 20.5%;
}

section.small-boxes .item:first-child {
    width: 14.5%;
    padding-left: 0;
}

section.small-boxes .item:last-child {
    width: 14.5%;
    padding-right: 0;
}

section.small-boxes .item+.item {
    border-left: 1px solid #E0E0E0;
}

section.small-boxes .item img {
    display: block;
    width: .56rem;
    margin-left: auto;
    margin-right: auto;
}

section.small-boxes .item span {
    display: block;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.small-boxes .item *+span {
    margin-top: .16rem;
}


/* Promo Single */

section.promo-single {
    position: relative;
}

section.promo-single .box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.promo-single .box {
    position: relative;
    padding: .56rem;
    padding-top: .48rem;
    background-color: #EC1551;
}

section.promo-single .box.no-padding {
    padding: 0;
}

section.promo-single .content {
    width: 5.7rem;
    max-width: calc(100% - 5.4rem);
}

section.promo-single .content .text {
    font-weight: 400;
    font-size: 0.3rem;
    line-height: 1.55em;
    color: #ffffff;
}

section.promo-single .content .btn-default {
    padding-left: .68rem;
    padding-right: .68rem;
    color: #0D509F;
}

section.promo-single .content *+.btn-default {
    margin-top: .6rem;
}

section.promo-single img {
    position: absolute;
    width: 4.88rem;
    top: 0;
    right: .24rem;
}

section.promo-single img.full {
    position: static;
    width: 100%;
    top: auto;
    right: auto;
}


/* Promo Double */

section.promo-double {
    position: relative;
}

section.promo-double .container {
    margin: -.12rem auto;
}

section.promo-double .box {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 0.12rem);
    height: 3.35rem;
    background-color: #000;
    margin-right: 0.24rem;
    margin-top: 0.12rem;
    margin-bottom: 0.12rem;
}

section.promo-double .box:nth-child(2) {
    margin-right: 0rem;
}

section.promo-double .box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.promo-double .content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2.3rem;
    height: 100%;
    text-align: center;
    background-color: #2D2E2C;
}

section.promo-double .content .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #ffffff;
}

section.promo-double .content .circle {
    width: 1.62rem;
    height: 1.62rem;
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 1.2em;
    color: #ffffff;
    word-break: break-all;
    border-radius: 1.62rem;
    border: 1px solid white;
}

section.promo-double .content *+.circle {
    margin-top: .28rem;
}

section.promo-double .image {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

section.promo-double .box:has(.image) {
    background-color: transparent;
}

section .promo-double .image.full {
    width: 100%;
}


/* Product Slider */

section.product-slider {
    position: relative;
}

section.product-slider .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.product-slider *+.owl-carousel {
    margin-top: .48rem;
}

section.product-slider .owl-carousel {
    padding-left: .72rem;
    padding-right: .72rem;
}

section.product-slider .item {
    display: block;
    padding-left: .24rem;
    padding-right: .24rem;
}

section.product-slider .item .image {
    position: relative;
}

section.product-slider .item .image img {
    width: 100%;
}

section.product-slider .item .image .tag {
    position: absolute;
    top: .08rem;
    left: .08rem;
    padding: .04rem .08rem;
    font-weight: 700;
    font-size: 0.1rem;
    line-height: 1.2em;
    color: #ffffff;
    border-radius: 1rem;
    background-color: #2CD03E;
}

section.product-slider .item .details {
    padding-top: .24rem;
    text-align: center;
}

section.product-slider .item .details .name {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.product-slider .item .details *+.price {
    margin-top: .12rem;
}

section.product-slider .item .details .price span {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #ff0000;
}

section.product-slider .item .details .price span.old {
    color: #939393;
    text-decoration: line-through;
}

section.product-slider .item .details .price span+span {
    margin-left: .16rem;
}

section.product-slider .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
}

section.product-slider .owl-prev {
    position: absolute;
    width: .48rem;
    height: .48rem;
    left: 0;
    top: -.24rem;
    background-image: url(Icons/nav-left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

section.product-slider .owl-next {
    position: absolute;
    width: .48rem;
    height: .48rem;
    right: 0;
    top: -.24rem;
    background-image: url(Icons/nav-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/* Showcase */

section.showcase {
    position: relative;
}

section.showcase .container {
    overflow: hidden;
}

section.showcase .items {
    display: inline-block;
    width: calc(100% + .24rem);
    margin: -.12rem;
}

section.showcase .item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(33.333% - .24rem);
    height: 6rem;
    /*padding-top: calc((33.333% - .24rem) * 1.538);*/
    margin: .12rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width:1300px) {
    section.showcase .item {
        background-size: contain;
        height: 5.5rem;
    }
}

@media (max-width:1150px) {
    section.showcase .item {
        background-size: contain;
        height: 5rem;
    }
}

@media (max-width:1000px) {
    section.showcase .item {
        background-size: contain;
        height: 4.5rem;
    }
}

section.showcase .item .content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: .24rem;
    text-align: center;
}

section.showcase .item .video-area {
    width: 100%;
    height: 100%;
    background: #000;
}

section.showcase .item .video-area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section .showcase .item .pre-title {
    font-weight: 300;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #ffffff;
}

section.showcase .item .title {
    font-weight: 700;
    font-size: 0.32rem;
    line-height: 1.2em;
    color: #ffffff;
}

section.showcase .item *+.title {
    margin-top: .08rem;
}

section.showcase .item .btn-default {
    width: 100%;
}

section.showcase .item *+.btn-default {
    margin-top: .48rem;
}


/* Showcase Large */

section.showcase-large {
    position: relative;
}

section.showcase-large .container {
    overflow: hidden;
}

section.showcase-large .items {
    display: inline-block;
    width: calc(100% + .16rem);
    margin: -.08rem;
}

section.showcase-large .item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - .16rem);
    height: 0;
    padding-top: calc(50% - .16rem);
    margin: .08rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.showcase-large .item .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

section.showcase-large .item .content .color {
    font-weight: 300;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #ffffff;
}

section.showcase-large .item .content .name {
    font-weight: 700;
    font-size: 0.48rem;
    line-height: 1.2em;
    color: #ffffff;
}

section.showcase-large .item .content *+.name {
    margin-top: .08rem;
}


/* Store */

section.store {
    position: relative;
    height: 5.3rem;
}

section.store .container {
    height: 100%;
}

section.store .image {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 4.8rem);
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

section.store .content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 4.8rem;
    height: 100%;
    padding: .48rem;
    text-align: center;
    background-color: #04202E;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.store .content .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #ffffff;
}

section.store .content .text {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #ffffff;
}

section.store .content *+.text {
    margin-top: .12rem;
}

section.store .content .btn-default {
    width: 100%;
}

section.store .content *+.btn-default {
    margin-top: .44rem;
}


/* Cards */

section.cards {
    position: relative;
    padding-top: .32rem;
    padding-bottom: .48rem;
    background-color: #F8F9FA;
}

section+section.cards {
    margin-top: .48rem;
}

section.cards .pre-title {
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.cards .title {
    font-weight: 400;
    font-size: 0.28rem;
    line-height: 1.2em;
    color: #2CD03E;
    text-align: center;
}

section.cards *+.title {
    margin-top: .08rem;
}

section.cards *+.items {
    margin-top: .4rem;
}

section.cards .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((60% + .8rem) / 3);
    padding: .16rem;
    text-align: center;
}

section.cards .item:first-child {
    width: calc(20% - .4rem);
    text-align: left;
}

section.cards .item:last-child {
    width: calc(20% - .4rem);
    text-align: right;
}

section.cards .item+.item {
    border-left: 1px solid #E0E0E0;
}

section.cards .item .content {
    display: inline-block;
    text-align: center;
}

section.cards .item img {
    display: block;
    width: 1.46rem;
    margin-top: -.16rem;
    margin-left: auto;
    margin-right: auto;
}

section.cards .item span {
    display: block;
    font-weight: 600;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.cards .item *+span {
    margin-top: .16rem;
}


/* Footer */

footer {
    position: relative;
    margin-top: .26rem;
}

footer #newsletter-krea {
    margin-top: .24rem;
}

section.cards+footer {
    margin-top: 0;
}

footer .top {
    padding-top: .48rem;
    padding-bottom: .48rem;
    background-color: #04202E;
}

footer .container {
    display: flex;
}

footer .social-cols {
    margin-left: .2rem;
}

footer .cols {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: .2rem;
}

footer .col {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - .8rem) / 5);
    margin-bottom: .2rem;
}

/*
    footer .col.large {
        width: 28%;
    }*/

footer .col .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #ffffff;
}

footer .col .title a {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #ffffff;
}

footer .col .items {
    position: relative;
}

footer .col *+.items {
    margin-top: .12rem;
}

footer .col .items>* {
    display: block;
    font-weight: 400;
    font-size: 0.12rem;
    line-height: 1.2em;
    color: #ffffff;
}

footer .col .items>*+* {
    margin-top: .16rem;
}

footer .col .items br {
    content: "";
    display: block;
    margin-top: .07rem;
}

footer .bar {
    position: relative;
    padding-top: .16rem;
    padding-bottom: .16rem;
    border-top: 1px solid #E0E0E0;
}

footer .bar .copyright {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: 400;
    font-size: 0.12rem;
    line-height: 1.2em;
    color: #939393;
}

footer .bar .logo {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}

footer .bar .logo img {
    width: .53rem;
}

footer form .btn-submit {
    position: absolute;
    width: .24rem;
    right: .18rem;
    top: .09rem;
    background: none;
    border: none;
    cursor: pointer;
}

footer form .btn-submit img {
    width: 100%;
}

footer form .form-item {
    position: relative;
    width: 100%;
}

footer form .form-item+.form-item {
    margin-top: .16rem;
}

footer form .form-item input[type="text"] {
    width: 100%;
    height: .4rem;
    padding-left: .16rem;
    padding-right: .48rem;
    font-family: 'DINBek';
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: white;
    box-shadow: none;
    border-radius: .4rem;
    background-color: transparent;
    border: 1px solid rgba(248, 249, 250, 0.48);
}

footer form .form-item input[type="text"]::-webkit-input-placeholder {
    color: white;
}

footer form .form-item input[type="text"]::-moz-placeholder {
    color: white;
}

footer form .form-item input[type="text"]:-ms-input-placeholder {
    color: white;
}

footer form .form-item input[type="text"]:-moz-placeholder {
    color: white;
}

footer form .form-item input[type='checkbox'] {
    position: absolute;
    left: -9999px;
}

footer form .form-item input[type='checkbox']~label {
    position: relative;
    display: block;
    padding-left: .24rem;
    font-weight: 400;
    font-size: 0.12rem;
    line-height: 1.2em;
    color: #ffffff;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

footer form .form-item input[type='checkbox'][disabled]~label {
    cursor: default;
}

footer form .form-item input[type='checkbox']~label:before {
    content: '';
    position: absolute;
    width: .16rem;
    height: .16rem;
    left: 0;
    top: 50%;
    margin-top: -.08rem;
    border: 1px solid #E0E0E0;
    background-color: #FFFFFF;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -o-transition: .2s all ease;
}

footer form .form-item input[type='checkbox']:checked~label:after {
    content: '\2713';
    position: absolute;
    width: .12rem;
    height: .12rem;
    top: 50%;
    left: .02rem;
    margin-top: -.06rem;
    background-color: #2D2E2C;
    text-align: center;
}

footer form .form-item[a-error] input[type='checkbox']~label:before {
    background-color: red !important;
}

footer form .form-item .input-error {
    margin-top: .05rem;
    padding-left: .16rem;
    color: red;
}

footer .social {
    font-size: 0 !important;
    display: flex !important;
    gap: .2rem !important;
}

footer *+.social {
    margin-top: .36rem !important;
}

footer .social .social-icon {
    font-size: .2rem;
}

/* Manufacturers */

section.manufacturers {
    padding-top: .48rem;
}

section.manufacturers .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.manufacturers .filter {
    padding: .24rem;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

section.manufacturers *+.filter {
    margin-top: .24rem;
}

section.manufacturers .filter .char {
    width: 3.84%;
    font-weight: 600;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    opacity: .5;
    display: inline-block;
    vertical-align: middle;
}

section.manufacturers .filter .char.active {
    opacity: 1;
}

section.manufacturers .items {}

section.manufacturers .items .item {
    margin-top: .32rem;
}

section.manufacturers .items .item .char {
    width: 20%;
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
    display: inline-block;
    vertical-align: top;
}

section.manufacturers .items .item .list {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

section.manufacturers .items .item .list .list-item {
    width: 20%;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    display: inline-block;
    vertical-align: top;
}

section.manufacturers .items .item .list .list-item:nth-child(n + 6) {
    margin-top: .05rem;
}

/* List */

section.list {
    position: relative;
    padding-top: .48rem;
}

section.list .left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2.88rem;
}

section.list .right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 3.36rem);
    margin-left: .48rem;
}

section.list .breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.list .breadcrumb>* {
    display: inline;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

section.list .breadcrumb>* img {
    width: .24rem;
}

section.list .breadcrumb>*+*:before {
    content: '/';
    margin-left: .08rem;
    margin-right: .06rem;
}

section.list .filter-wrapper {
    margin-top: -.58rem;
}

section.list .top-filter-hide {
    display: none !important;
    visibility: hidden !important;
    height: 0px !important;
}

section.list .filter-title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

section.list .range-options {
    display: block !important;
}

section.list .range-title::before {
    display: none !important;
}

section.list .filter-title::Before {
    position: absolute;
    content: "";
    right: 0;
    width: .14rem;
    height: .14rem;
    background-repeat: no-repeat;
    background-image: url(../Content/Icons/chevron-down-brown.svg);
}

section.list .filter.active .filter-title::before {
    transform: rotateX(180deg);
}

section .list .filters {
    position: relative;
}

section.list *+.filter-wrapper {
    margin-top: .24rem;
}

section.list .filters .selected-filters .item+.item {
    margin-top: .08rem;
}

section.list .filters form.general .form-item input[type='checkbox']~label {
    font-size: .16rem;
}

section.list .filters .selected-filters .item div {
    position: relative;
    display: inline-block;
    padding: .08rem .16rem;
    border-radius: 1rem;
    background-color: #2CD03E;
}

section.list .filters .selected-filters .item span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.4em;
    color: #ffffff;
}

section.list .filters .selected-filters .item a {
    display: inline-block;
    vertical-align: middle;
    margin-left: .08rem;
}

section.list .filters .selected-filters .item a img {
    width: .16rem;
}

section.list .filters .btn-filter-clear {
    display: inline-block;
    margin-top: .24rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2CD03E;
}

section.list .filters>*+* {
    margin-top: .24rem;
}

section.list .filter-container {
    position: relative;
    margin-top: .32rem;
}

section.list .filters+.filter-container {
    margin-top: .48rem;
}

section.list .filter+.filter {
    margin-top: .48rem;
}

section.list .filter .options {
    display: none;
    position: relative;
    max-height: 1.9rem;
    padding-right: .05rem;
    overflow: auto;
}

section.list .filter *+.options {
    margin-top: .24rem;
}

section.list .filter .options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px;
}

section.list .filter .options::-webkit-scrollbar-track {
    background: transparent;
}

section.list .filter .options::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 6px;
}

section.list .filter .form-item+.form-item {
    margin-top: .15rem;
}

section.list .right .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.list .right .bar {
    position: relative;
    padding-top: .16rem;
    padding-bottom: .16rem;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

section.list .right *+.bar {
    margin-top: .16rem;
}

section.list .right .bar .count {
    width: 50%;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.list .right .bar .actions {
    width: 50%;
    text-align: right;
}

section.list .right .bar .actions {
    width: 50%;
    text-align: right;
}

section.list .right .category {
    display: flex;
    gap: .08rem;
    margin-top: .16rem;
    flex-wrap: wrap;
}

section.list .right .category::-webkit-scrollbar {
    display: none;
}

section.list .right .category .item {
    background: rgba(44, 208, 62, 0.2);
    padding: .13rem .16rem;
    border-radius: 10000px;
    font-size: .14rem;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    gap: .12rem;
    line-height: 1.2em;
    flex-shrink: 0;
}

section.list .right .category .item img {
    width: .14rem;
    height: .14rem;
    display: none
}


section.list .right .category .item:hover {
    background: rgba(44, 208, 62, 0.3);
}


section.list .right .category .item.selected {
    background: rgba(1, 1, 1, 1);
    color: #FFF;
    font-weight: 700;
}

section.list .right .category .item.selected:hover {
    background: rgb(31 31 31);
}

section.list .right .category .item.selected img {
    display: inline-block;
}

section.list .right .bar .actions *+.display {
    margin-left: .16rem;
}

section.list .right .bar .actions .display a {
    opacity: .6;
}

section.list .right .bar .actions .display a.active {
    opacity: 1;
}

section.list .right .bar .actions .display a+a {
    margin-left: .08rem;
}

section.list .right .bar .actions .display a img {
    width: .24rem;
}

section.list .right .bar .actions .select2-container {
    width: 100% !important;
}

section.list .right .bar .actions .select2-container--default .select2-selection--single {
    height: .2rem;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

section.list .right .bar .actions .select2-container--default .select2-selection--single:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

section.list .right .bar .actions .select2-container .select2-selection--single .select2-selection__rendered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-left: 0;
    padding-right: .2rem;
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.list .right .bar .actions .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 400;
    color: #2d2e2c;
}

section.list .right .bar .actions .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    height: auto;
    width: auto;
    top: 50%;
    right: 0;
    font-size: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

section.list .right .bar .actions .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '';
    display: block;
    width: .12rem;
    height: .12rem;
    background-image: url(Icons/arrow-down.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
}

section.list .right .bar .actions .select2-container--default.select2-container--open .select2-selection--single {
    border-radius: .04rem .04rem 0 0;
}

section.list .right .bar .actions .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

section.list .right .bar .actions .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

section.list .no-items {
    padding: .5rem;
    font-size: .16rem;
    text-align: center;
}

section.list .products {
    position: relative;
    margin-left: -.24rem;
    margin-right: -.24rem;
    padding-top: .24rem;
    padding-bottom: .24rem;
    display: flex;
    flex-wrap: wrap;
}

section.list .products .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 0.24rem);
    margin: 0.12rem;
    border: 1px solid #e7e7e7;
    transition: ease-in-out .3s;
}

section.list .products .item .highlights {
    display: flex;
    width: 100%;
    height: .34rem;
    background: #2D2E2C;
    color: #FFFFFF;
    font-size: .15rem;
    font-weight: 700;
    align-items: center;
    padding: 0 .1rem;
    gap: .04rem;
}

section.list .products .item .highlights img {
    width: .16rem;
    height: .16rem;
}


section.list .products .item:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .16);
}

section.list .products.quadruple .item {
    width: 25%;
}

section.list .products .item .image {
    position: relative;
}

section.list .products .item .image>a {
    position: relative;
    width: 100%;
    display: block;
}

section.list .products .item .image>a>img {
    width: 100%;
    height: 2.2rem;
    object-fit: contain;
}

section.list .products .item .image .tags {
    position: absolute;
    left: 0;
    top: 0.04rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

section.list .products .item .image .tags .tag {
    position: relative;
    margin: 0.04rem;
    padding: 0.04rem 0.14rem;
    font-weight: 400;
    font-size: 0.1rem;
    line-height: 1.2em;
    text-align: center;
    color: #ffffff;
    border-radius: 1rem;
    background-color: #2CD03E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

section.list .products .item .image .tags .tag img {
    height: 22px !important;
    object-fit: contain;
    padding-right: 10px;
}

section.list .products .item .image .tag.light {
    color: #2CD03E;
    border: 1px solid #2CD03E;
    background-color: transparent;
}

section.list .products .item .image .btn-like {
    position: absolute;
    top: .16rem;
    right: .16rem;
}

section.list .products .item .image .btn-like img {
    width: .24rem;
}

section.list .products .item .image .btn-like img.active {
    display: none;
}

section.list .products .item .image .btn-like.active img {
    display: none;
}

section.list .products .item .image .btn-like.active img.active {
    display: inline-block;
}

section.list .products .item .details {
    display: block;
    padding: 0.16rem;
    text-align: left;
}

section.list .products .item .details .name {
    font-weight: 600;
    font-size: 0.22rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.list .products .item .details .model-name {
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.list .products .item .details *+* {
    margin-top: .12rem;
}

section.list .products .item .details .price span {
    font-weight: 400;
    font-size: 0.17rem;
    line-height: 1.2em;
    color: #2d2e2c;
    font-weight: 600;
}

section.list .products .item .details .price span.old {
    color: #939393;
    text-decoration: line-through;
}

section.list .products .item .details .price span+span {
    margin-left: .16rem;
}

section.list .products .item .details .price span+.montly {
    margin-left: .06rem;
}

section.list .products .item .details .note {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #939393;
}

section.list .products .item .details *+.note {
    margin-top: .12rem;
}

section.list .pagination {
    position: relative;
    text-align: center;
}

section.list .pagination>* {
    display: inline-block;
    vertical-align: middle;
    width: .4rem;
    height: .4rem;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #2D2E2C;
    border-radius: .4rem;
}

section.list .pagination>*+* {
    margin-left: .08rem;
}

section.list .pagination>*:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

section.list .pagination>*>* {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.list .pagination .disabled {
    opacity: .5;
    border: none;
}

section.list .pagination div {
    border: none;
}

section.list .pagination .active {
    background-color: #2D2E2C;
}

section.list .pagination .active>* {
    color: white;
}

section.list *+.bottom {
    margin-top: .48rem;
}

section.list .description .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #31394f;
    text-align: left;
}

section.list .description .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.36em;
    color: #31394f;
}

section.list .description *+.text {
    margin-top: .16rem;
}

section.list .description .btn-read-more {
    display: inline-block;
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2CD03E;
}

section.list .description *+.btn-read-more {
    margin-top: .16rem;
}

section.list .description .btn-read-more.closed .opened-text {
    display: none;
}

section.list .description .btn-read-more.opened .closed-text {
    display: none;
}


/* Detail  */

section .detail {
    position: relative;
}

section.detail .breadcrumb {
    padding-top: .16rem;
    padding-bottom: .16rem;
    border-bottom: 1px solid #E0E0E0;
}

section.detail .breadcrumb>* {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

section.detail .breadcrumb>* img {
    display: block;
    width: .24rem;
}

section.detail .breadcrumb>*+*:before {
    content: '/';
    margin-left: .08rem;
    margin-right: .06rem;
}

section.detail .product {
    position: relative;
    padding-top: .4rem;
}

section.detail .product .images {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 5.6rem);
}

section.detail .product .images .nav {
    position: absolute;
    width: 0.96rem;
    height: 100%;
    overflow: auto;
}

section.detail .product .images .nav::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px;
}

section.detail .product .images .nav::-webkit-scrollbar-track {
    background: transparent;
}

section.detail .product .images .nav::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 6px;
}

section.detail .product .images .nav a {
    display: block;
    width: 100%;
    padding: 2px;
    border: 2px solid transparent;
}

section.detail .product .images .nav a.active {
    border-color: #2CD03E;
}

section.detail .product .images .nav a+a {
    margin-top: .16rem;
}

section.detail .product .images .nav a img {
    width: 100%;
}

section.detail .product .carousel {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - .96rem - .16rem);
    margin-left: calc(0.96rem + 0.16rem);
}

section.detail .product .carousel .actions {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

section.detail .product .carousel .actions .tags {
    position: absolute;
    left: .04rem;
    top: 0.04rem;
    display: flex;
    flex-wrap: wrap;
}

section.detail .product .carousel .actions .tag {
    position: relative;
    margin: 0.04rem;
    padding: 0.04rem 0.14rem;
    font-weight: 400;
    font-size: 0.1rem;
    line-height: 1.2em;
    color: #ffffff;
    border-radius: 1rem;
    background-color: #2CD03E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    text-align: center;
}

section.detail .product .carousel .actions .tag img {
    height: 22px !important;
    object-fit: contain;
    padding-right: 10px;
}

section.detail .product .carousel .actions .btn-like {
    position: absolute;
    width: .32rem;
    right: .24rem;
    top: .24rem;
}

section.detail .product .carousel .actions .btn-like img {
    width: 100%;
}

section.detail .product .carousel .actions .btn-like img.active {
    display: none;
}

section.detail .product .carousel .actions .btn-like.active img {
    display: none;
}

section.detail .product .carousel .actions .btn-like.active img.active {
    display: inline-block;
}

section.detail .product .carousel .owl-carousel .owl-item img {
    height: 3.5rem;
    object-fit: contain;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

section.detail .product .carousel .owl-carousel .owl-item iframe {
    width: 100%;
    object-fit: contain;
    user-select: none;
}

section.detail .product .iframe-item {
    background: #2cd03e;
    height: 0.49rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    display: block;
    width: 100%;
    margin-top: 0.1rem;
    cursor: pointer;
    padding: 0.3rem 0;
}

section.detail .product .iframe-item.mobile-only {
    display: none !important;
}

section .detail .product .carousel .item-text {
    font-size: .12rem;
    color: #939393;
    font-weight: 500;
    margin-top: .24rem;
}

section.detail .product .carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
}

section.detail .product .carousel .owl-prev {
    position: absolute;
    width: .48rem;
    height: .48rem;
    left: .24rem;
    top: -.24rem;
    background-image: url(Icons/nav-left-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

section.detail .product .carousel .owl-next {
    position: absolute;
    width: .48rem;
    height: .48rem;
    right: .24rem;
    top: -.24rem;
    background-image: url(Icons/nav-right-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

section.detail .product .carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: .08rem;
    padding: .08rem;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

section.detail .product .carousel .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #2D2E2C;
}

section.detail .product .carousel .owl-dot.active {
    background-color: rgba(59, 59, 59, .48);
}

section.detail .product .carousel .owl-dot+.owl-dot {
    margin-left: .08rem;
}

section.detail .content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 5.6rem;
    padding-left: .48rem;
}

section.detail .content .item+.item {
    margin-top: .24rem;
}

section.detail .content .line {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: .24rem;
    margin-bottom: .24rem;
    background-color: #E0E0E0;
}

section.detail .content .label {
    position: relative;
    padding-right: 50%;
    margin-bottom: .16rem;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
    width: 100%;
}

section.detail .content .label .tooltip {
    position: absolute;
}

section.detail .content .label .tooltip .tooltiptext {
    top: -0.1rem;
}

section.detail .content .label a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

section.detail .content .label a img {
    display: inline-block;
    vertical-align: middle;
    width: .24rem;
}

section.detail .content .label a span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #000000;
}

section.detail .content .label a *+span {
    margin-left: .08rem;
}

section.detail .content .name {
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.detail .content .color-text {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.detail .content .kdv-message {
    font-weight: 400;
    font-size: 0.12rem;
    line-height: 1.2em;
    color: #2d2e2c;
    margin-top: .06rem;
}

section.detail .content *+.price {
    margin-top: .16rem;
    display: flex;
    align-items: center;
}

section.detail .content .price span {
    font-weight: 600;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2D2C2E;
}

section.detail .content .price span.old {
    color: #939393;
    text-decoration: line-through;
}

section.detail .content .price span.old {
    margin-right: .16rem;
}

section.detail .content .price span+.monthly {
    margin-left: .06rem;
}

section.detail .content .note {
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 1.2em;
    color: #28a840;
}

section.detail .content *+.note {
    margin-top: .16rem;
}

section.detail .content .description {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.detail .content *+.description {
    margin-top: .24rem;
}

section.detail .content .colors {
    margin: -.08rem;
}

section.detail .content .color {
    position: relative;
    display: inline-table;
    vertical-align: top;
    width: 25%;
    padding: .08rem;
}

section.detail .content .color .image {
    position: relative;
    display: block;
    width: 100%;
    padding: 2px;
    border: 2px solid transparent;
    overflow: hidden;
}

section.detail .content .color.active .image {
    border-color: #2CD03E;
}

section.detail .content .color.disabled .image {
    opacity: .5;
}

section.detail .content .color[disabled] .image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(Icons/line.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.detail .content .color .image img {
    width: 100%;
}

section.detail .content .color .color-name {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.detail .content .color *+.color-name {
    margin-top: .12rem;
}

section.detail .content .color[disabled] .color-name {
    color: #939393;
    text-decoration: line-through;
}

section.detail .content .form-item {
    margin-left: -.04rem;
    margin-right: -.04rem;
}

section.detail .content .form-item .radio-box {
    margin: .04rem;
}

input[type="radio"] {
    z-index: -9999;
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
}

section.detail .content .form-tab {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

section.detail .content .form-tab .form-tab-group {
    display: flex;
    gap: .08rem;
}

section.detail .content .form-tab .form-tab-menu {
    position: relative;
    display: block;
    width: auto;
    min-width: .48rem;
    height: .48rem;
    padding-left: .05rem;
    padding-right: .05rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: .48rem;
    color: #2d2e2c;
    text-align: center;
    cursor: pointer;
    background-color: white;
    border: 1px solid #E0E0E0;
    transition: .1s background-color ease;
    -webkit-transition: .1s background-color ease;
    -ms-transition: .1s background-color ease;
    -moz-transition: .1s background-color ease;
    -o-transition: .1s background-color ease;
}

section.detail .content .form-tab .form-tab-menu.active {
    color: white;
    background-color: black;
}

section.detail .content .form-tab .form-tab-item {
    display: none;
}

section.detail .content .form-tab .form-tab-item.active {
    display: flex;
    flex-wrap: wrap;
    gap: 0 .08rem;
}

section.detail .content .form-tab .form-tab-item .car-item {
    display: flex;
    flex-direction: column;
    gap: .16rem;
    cursor: pointer;
    width: calc(100% / 3.2);
}

section.detail .content .form-tab .form-tab-item .car-item.active img {
    border: 1px solid #2CD03E;
}

section.detail .content .form-tab .form-tab-item .car-item img {
    width: 100%;
    height: 1.11rem;
    border: 1px solid #E0E0E0;
    object-fit: cover;
}

section.detail .content .form-tab .form-tab-item .car-item span {
    font-size: .16rem;
    font-weight: 400;
    color: #2D2E2C;
}



section.detail .content .form-bottom .form-item {
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
}

section.detail .content .form-bottom .btn-default {
    width: calc(100% - 2.04rem);
}

section.detail .content .form-bottom .btn-stock-alert span.active {
    display: none;
}

section.detail .content .form-bottom .btn-stock-alert.active span {
    display: none;
}

section.detail .content .form-bottom .btn-stock-alert.active span.active {
    display: inline-block;
}



section.detail .content .item.actions .btn-action {
    position: relative;
    display: block;
    vertical-align: middle;
}

section.detail .content .item.actions .btn-action+.btn-action {
    margin-top: .1rem;
}

section.detail .content .item.actions .btn-action img {
    display: inline-block;
    vertical-align: middle;
    width: .24rem;
}

section.detail .content .item.actions .btn-action span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #000000;
}

section.detail .content .item.actions .btn-action span.active {
    display: none;
    font-weight: 700;
}

section.detail .content .item.actions .btn-action.active span {
    display: none;
}

section.detail .content .item.actions .btn-action.active span.active {
    display: inline-block;
}

section.detail .content .item.actions .btn-action *+span {
    margin-left: .08rem;
}

section.detail .content .item.actions .btn-action .share-container {
    position: absolute;
    padding: .05rem .15rem;
    top: 100%;
    left: 0;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    z-index: 2;
    display: none;
}

section.detail .content .item.actions .btn-action:hover .share-container {
    display: block;
}

section.detail .content .item.actions .btn-action .share-container a {
    font-size: .2rem;
    color: #939393;
}

section.detail .content .item.actions .btn-action .share-container a+a {
    margin-left: .15rem;
}

section.detail *+.tabs {
    margin-top: .6rem;
}

section.detail .tabs .tab-menu a {
    display: inline-block;
    vertical-align: bottom;
    padding: .13rem;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #939393;
    text-align: center;
    border-bottom: 2px solid #E0E0E0;
    ;
}

section.detail .tabs .tab-menu a.active {
    color: #2D2E2C;
    border-color: #2D2E2C;
}

section.detail .tabs .tab-item {
    display: none;
    position: relative;
    padding-top: .48rem;
    padding-bottom: .48rem;
}

section.detail .tabs .tab-item.active {
    display: block;
}

section.detail .tabs .tab-item .text {
    display: block;
    width: 8rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.detail .tabs .tab-item .image img {
    display: block;
    max-width: 100%;
    max-height: 8rem;
    margin-left: auto;
    margin-right: auto;
}

section.detail .tabs .tab-item .hire {
    margin: -.24rem;
}

section.detail .tabs .tab-item .hire .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: .24rem;
}

section.detail .tabs .tab-item .hire img {
    display: block;
    width: 3rem;
    margin-left: auto;
    margin-right: auto;
}

section.detail .tabs .tab-item .hire table {
    width: 100%;
    border-collapse: collapse;
}

section.detail .tabs .tab-item .hire *+table {
    margin-top: .16rem;
}

section.detail .tabs .tab-item .hire table th {
    padding: .08rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
    background-color: #EBEBEB;
}

section.detail .tabs .tab-item .hire table th:first-child {
    padding-left: .16rem;
}

section.detail .tabs .tab-item .hire table th:last-child {
    padding-right: .16rem;
}

section.detail .tabs .tab-item .hire table td {
    padding-top: .16rem;
    padding-bottom: .16rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
}

section.detail .tabs .tab-item .comments .form-title {
    margin-bottom: .24rem;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.detail .tabs .tab-item .comments form {
    display: block;
    width: 5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

section.detail .tabs .tab-item .comments form .form-item+.form-item {
    margin-top: .24rem;
}

section.detail .tabs .tab-item .comments form .form-item input[type="text"],
section.detail .tabs .tab-item .comments form .form-item textarea {
    border-radius: 0;
}

section.detail .tabs .tab-item .comments form .btn-default {
    display: block;
    width: 4rem;
    max-width: 100%;
    margin-top: .48rem;
    margin-left: auto;
    margin-right: auto;
}

section.detail .tabs .tab-item .comments *+.comment-container {
    margin-top: .48rem;
}

section.detail .tabs .tab-item .comments .comment-top {
    padding: .16rem .24rem;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

section.detail .tabs .tab-item .comments .comment-top .count {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.detail .tabs .tab-item .comments .comment-top .actions {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}

section.detail .tabs .tab-item .comments .comment-top .actions .select2-container--default .select2-selection--single {
    height: .2rem;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

section.detail .tabs .tab-item .comments .comment-top .actions .select2-container--default .select2-selection--single:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

section.detail .tabs .tab-item .comments .comment-top .actions .select2-container .select2-selection--single .select2-selection__rendered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-left: 0;
    padding-right: .2rem;
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.detail .tabs .tab-item .comments .comment-top .actions .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 400;
    color: #2d2e2c;
}

section.detail .tabs .tab-item .comments .comment-top .actions .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    height: auto;
    width: auto;
    top: 50%;
    right: 0;
    font-size: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

section.detail .tabs .tab-item .comments .comment-top .actions .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '';
    display: block;
    width: .12rem;
    height: .12rem;
    background-image: url(Icons/arrow-down.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
}

section.detail .tabs .tab-item .comments .comment-top .actions .select2-container--default.select2-container--open .select2-selection--single {
    border-radius: .04rem .04rem 0 0;
}

section.detail .tabs .tab-item .comments .comment-top .actions .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

section.detail .tabs .tab-item .comments .comment-top .actions .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

section.detail .tabs .tab-item .comments .comment {
    position: relative;
    padding-top: .48rem;
    padding-bottom: .48rem;
    border-bottom: 2px solid #E0E0E0;
}

section.detail .tabs .tab-item .comments .comment .comment-info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1.86rem;
    padding-right: .16rem;
}

section.detail .tabs .tab-item .comments .comment .comment-info .name {
    font-weight: 700;
    font-size: 0.18rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.detail .tabs .tab-item .comments .comment .comment-info .date {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.detail .tabs .tab-item .comments .comment .comment-info *+.date {
    margin-top: .08rem;
}

section.detail .tabs .tab-item .comments .comment .comment-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.86rem);
}

section.detail .tabs .tab-item .comments .comment .comment-title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.detail .tabs .tab-item .comments .comment .comment-text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.detail .tabs .tab-item .comments .comment *+.comment-text {
    margin-top: .24rem;
}

section.detail .tabs .tab-item .comments .comment .comment-help {
    position: relative;
}

section.detail .tabs .tab-item .comments .comment *+.comment-help {
    margin-top: .24rem;
}

section.detail .tabs .tab-item .comments .comment .comment-help span {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.detail .tabs .tab-item .comments .comment .comment-help a {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-decoration: underline;
}

section.detail .tabs .tab-item .comments .comment .comment-help>*+* {
    margin-left: .24rem;
}

section.detail .tabs .tab-item .comments .pagination {
    position: relative;
    text-align: center;
}

section.detail .tabs .tab-item .comments *+.pagination {
    margin-top: .48rem;
}

section.detail .tabs .tab-item .comments .pagination>* {
    display: inline-block;
    vertical-align: middle;
    width: .4rem;
    height: .4rem;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #2D2E2C;
    border-radius: .4rem;
}

section.detail .tabs .tab-item .comments .pagination>*+* {
    margin-left: .08rem;
}

section.detail .tabs .tab-item .comments .pagination>*:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

section.detail .tabs .tab-item .comments .pagination>*>* {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.detail .tabs .tab-item .comments .pagination .disabled {
    opacity: .5;
    border: none;
}

section.detail .tabs .tab-item .comments .pagination div {
    border: none;
}

section.detail .tabs .tab-item .comments .pagination .active {
    background-color: #2D2E2C;
}

section.detail .tabs .tab-item .comments .pagination .active>* {
    color: white;
}

section.detail .product-detail-spec {
    width: 100%;
    margin-top: .3rem;
}

section.detail .product-detail-spec .title {
    font-size: .2rem;
    font-weight: 500;
    text-align: center;
    color: #2d2e2c;
}

section.detail .product-detail-spec table {
    width: 64%;
    margin: .25rem auto;
    overflow-x: auto;
}

section.detail .product-detail-spec table tr {
    background-color: #fff;
}

section.detail .product-detail-spec table tr:nth-child(2n+1) {
    background-color: #F2F5FA;
}

section.detail .product-detail-spec table tr:nth-child(2n+1) td {
    color: #2d2e2c;
}

section.detail .product-detail-spec table tr td {
    width: 50%;
    font-size: .14rem;
    color: #04202e;
    padding: 0.1rem;
}

/* Auth */
section.auth {
    position: relative;
    padding-top: .48rem;
    padding-bottom: .48rem;
}

section.auth .container {
    width: 10.88rem;
}

section.auth .container .form-item .info {
    padding-bottom: 0.03rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.auth .container .form-item .info a {
    padding-bottom: 0.03rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-decoration: underline;
}

section.auth .container .register-status .register-tabs {
    display: flex;
    font-size: .16rem;
    margin-bottom: .4rem;
}

section.auth .container .register-status .register-tabs .tab+.tab {
    margin-left: .4rem;
}

section.auth [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

section.auth [type="radio"]:checked+label,
section.auth [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

section.auth [type="radio"]:checked+label:before,
section.auth [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

section.auth [type="radio"]:checked+label:after,
section.auth [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #2D2E2C;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

section.auth [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

section.auth [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

section.auth .container .register-status .register-tab-container:not(.active) {
    display: none;
}

section.auth .col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - .24rem);
}

section.auth .col+.col {
    margin-left: .48rem;
}

section.auth .col>*+* {
    margin-top: .24rem;
}

section.auth .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.auth .title+form {
    margin-top: .2rem;
}

section.auth .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.auth *+.text {
    margin-top: .24rem;
}

section.auth form>*+* {
    margin-top: .24rem;
}

section.auth .btn-default {
    width: 100%;
}

section.auth .btn-forgot {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #000000;
}

section.auth .form-item .half {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

section.auth .form-item .half:last-child {
    text-align: right;
}

section.auth .taxitcard {
    position: relative;
}

section.auth *+.taxitcard {
    margin-top: .56rem;
}

section.auth .taxitcard .pre-title {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #939393;
}

section.auth .taxitcard *+.title {
    margin-top: .08rem;
}

section.auth .taxitcard .pros {
    position: relative;
}

section.auth .taxitcard *+.pros {
    margin-top: .32rem;
}

section.auth .taxitcard .pro-item+.pro-item {
    margin-top: .32rem;
}

section.auth .taxitcard .pro-item img {
    display: inline-block;
    vertical-align: top;
    width: .4rem;
    margin-right: .24rem;
}

section.auth .taxitcard .pro-item .pro-content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .64rem);
}

section.auth .taxitcard .pro-item .pro-title {
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2CD03E;
}

section.auth .taxitcard .pro-item .pro-text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.auth .taxitcard .pro-item *+.pro-text {
    margin-top: .08rem;
}

section.auth .taxitcard *+.btn-default {
    margin-top: .32rem;
}


/* Cart */

section.cart {
    position: relative;
    padding-top: .48rem;
    padding-bottom: .48rem;
}

section.cart .empty {
    position: relative;
    text-align: center;
}

section.cart .empty img {
    display: block;
    width: .48rem;
    margin-left: auto;
    margin-right: auto;
}

section.cart .empty .title {
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.cart .empty *+.title {
    margin-top: .16rem;
}

section.cart .empty .btn-default {
    min-width: 2.88rem;
}

section.cart .empty *+.btn-default {
    margin-top: .48rem;
}

section.cart .left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 65.4%;
}

section.cart .right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30.8%;
    margin-left: 3.8%;
}

section.cart .left .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.cart .left .head {
    padding-bottom: .12rem;
    border-bottom: 1px solid #E0E0E0;
}

section.cart .left *+.head {
    margin-top: .24rem;
}

section.cart .left .head .item {
    display: inline-block;
    vertical-align: top;
    width: 13%;
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.cart .left .head .item.medium {
    width: 20.7%;
    text-align: center;
}

section.cart .left .head .item.large {
    width: 53.3%;
}


section.cart .left .product {
    position: relative;
    padding-top: .24rem;
    padding-bottom: .24rem;
    border-bottom: 1px solid #E0E0E0;
}

section.cart .left .product>* {
    display: inline-block;
    vertical-align: top;
}

section.cart .left .product form.general .count {
    width: 1rem;
    font-weight: 400;
}

section.cart .left .product .image {
    width: 20.7%;
}

section.cart .left .product .image img {
    width: 100%;
}

section.cart .left .product .info {
    width: 32.6%;
    padding-left: .48rem;
    padding-right: .12rem;
    padding-bottom: .48rem;
}

section.cart .left .product .price {
    width: 13%;
}

section.cart .left .product .product-count {
    width: 20.7%;
    text-align: center;
}

section.cart .left .product .total {
    display: inline-flex;
    width: 20%;
    text-align: right;
}

section.cart .left .product span.old {
    display: block;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
    text-decoration: line-through;
}

section.cart .left .product span.new {
    display: block;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2D2C2E;
}

section.cart .left .product span.montly {
    display: block;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2D2C2E;
}

section.cart .left .product span.new+.montly {
    margin-left: .06rem;
}

section.cart .left .product .name {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
    display: inline-block;
}

section.cart .left .product *+.props {
    margin-top: .08rem;
}

section.cart .left .product .prop {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

section.cart .left .product .prop+.prop {
    margin-top: .06rem;
}

section.cart .left .product .btn-remove {
    position: absolute;
    bottom: .24rem;
    opacity: .5;
}

section.cart .left .product .btn-remove img {
    display: inline-block;
    vertical-align: middle;
    width: .24rem;
}

section.cart .left .product .btn-remove span {
    display: inline-block;
    vertical-align: middle;
    margin-left: .08rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: black;
}

section.cart .left .extras {
    position: relative;
    padding-top: .24rem;
    padding-bottom: .24rem;
    border-bottom: 1px solid #E0E0E0;
}

section.cart .left .extras .form-item {
    display: inline-block;
    vertical-align: top;
    width: 2.88rem;
}

section.cart .left .extras .form-item+.form-item {
    margin-left: .32rem;
}

section.cart .left .extras .form-item .note {
    margin-bottom: .16rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.cart .left *+.bottom {
    margin-top: .24rem;
}

section.cart .left .bottom .btn-default {
    width: 2.88rem;
}

section.cart .summary>*+* {
    margin-top: .24rem;
}

section.cart .summary .line {
    height: 1px;
    background-color: #E0E0E0;
}

section.cart .summary .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.cart .summary .item span {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.cart .summary .item span.bold {
    font-weight: 700;
}

section.cart .summary .item span:last-child {
    font-weight: 700;
    text-align: right;
}

section.cart .summary .item.colored span {
    color: #ff0000;
}

section.cart .summary .btn-default {
    width: 100%;
}

section.cart .summary .btn-promotion {
    position: absolute;
    top: .12rem;
    right: .16rem;
}

section.cart .summary .btn-promotion img {
    width: .24rem;
}

section.cart .summary .taxitcard-points {
    position: relative;
    padding-top: .08rem;
    padding-bottom: .08rem;
    padding-right: 1rem;
}

section.cart .summary .taxitcard-points>span {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.cart .summary .taxitcard-points a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

section.cart .summary .taxitcard-points a img {
    display: inline-block;
    vertical-align: middle;
    width: .18rem;
}

section.cart .summary .taxitcard-points a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: .06rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.cart .summary .taxitcard-form {
    display: none;
}

section.cart .summary .taxitcard-points+.taxitcard-form {
    margin-top: .13rem;
}

section.cart .summary .taxitcard-form .btn-taxitcard-submit {
    position: absolute;
    top: 50%;
    right: .16rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

section.cart .summary .taxitcard-form .btn-taxitcard-submit img {
    display: inline-block;
    vertical-align: middle;
    width: .18rem;
}

section.cart .summary .taxitcard-form .btn-taxitcard-submit span {
    display: inline-block;
    vertical-align: middle;
    margin-left: .06rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}


/* Checkout */

section.checkout {
    position: relative;
    padding-top: .48rem;
    padding-bottom: .48rem;
}

section.checkout .left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 65.4%;
}

section.checkout .right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30.8%;
    margin-left: 3.8%;
}

section.checkout .left>*+* {
    margin-top: .24rem;
    padding-top: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.checkout .left>*:last-child {
    padding-bottom: .24rem;
    border-bottom: 1px solid #E0E0E0;
}

section.checkout .left .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout .left .text {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
    margin: .22rem;
}

section.checkout .left .has-taxitcard .col {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

section.checkout .left .has-taxitcard .col:nth-child(2n) {
    text-align: right;
}

section.checkout .left .has-taxitcard .col .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout .left .has-taxitcard .col .text span {
    color: #2CD03E;
    font-weight: 700;
}

section.checkout .left form {
    display: block;
    width: auto;
    margin-left: -.12rem;
    margin-right: -.12rem;
}

section.checkout .left form .col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

section.checkout .left form .col.small {
    width: 25%;
}

section.checkout .left form .col>.card-image {
    max-width: calc(100% - .24rem);
    margin: .12rem;
}

section.checkout .left form.checkout-form.file-form .form-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - .44rem);
    margin: .22rem;
    margin-top: .15rem;
}



section.checkout .left form.checkout-form.file-form .attachment-area .identity {
    display: flex;
    position: relative;
}

section.checkout .left form.checkout-form.file-form .form-item .form-item-title {
    font-size: .13rem;
    padding-bottom: .1rem;
}

section.checkout .left form.checkout-form.file-form .input-main {
    position: relative;
}

section.checkout .left form.checkout-form.file-form .form-item input::-webkit-file-upload-button {
    display: none;
    opacity: 0;
}

section.checkout .left form.checkout-form.file-form .form-item input::file-selector-button {
    display: none;
    opacity: 0;
}

section.checkout .left form.checkout-form.file-form .form-item input[type='file'] {
    width: 100%;
    border: 1px solid #04202e;
    padding: 0.12rem 0.1rem;
    font-size: .14rem;
    font-weight: 400;
    color: #04202e;
    font-family: 'DINBek';
}

section.checkout .left .form-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - .24rem);
    margin: .12rem;
}

section.checkout .left form.checkout-form.file-form .form-item label {
    display: inline-block;
    background-color: #04202e;
    border: none;
    outline: none;
    padding: 0.06rem 0.16rem;
    font-size: .14rem;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: .1rem;
    height: auto;
    transform: translateY(-50%);
}


section.checkout .left .form-item.full {
    width: calc(100% - .24rem);
}

section.checkout .left form.checkout-form.file-form .form-item.full {
    display: inline-flex;
    align-items: center;
    width: calc(100% - .24rem);
}

section.checkout .left form.checkout-form.file-form .form-item.full .btn-add-attachment {
    background: #04202e;
    border: none;
    color: #fff;
    padding: .08rem .48rem;
    border-radius: .04rem;
    cursor: pointer;
}

section.checkout .left form.checkout-form.file-form .form-item.type.remove {
    width: auto !important;
    position: absolute;
    right: -.8rem;
    top: 45%;
    margin: 0;
}

section.checkout .left form.checkout-form.file-form .form-item[a-error]+.remove {
    top: 35%;
}

section.checkout .left form.checkout-form.file-form .form-item.type.remove .remove-identity {
    background: #ff0000;
    border: none;
    color: #fff;
    padding: 0.08rem 0.24rem;
    border-radius: 0.04rem;
    cursor: pointer;
}

section.checkout .left .form-item.type {
    width: auto;
}

section.checkout .left .form-item.type+.form-item.type {
    margin-left: .36rem;
}

section.checkout .left .bottom {
    position: relative;
}

section.checkout .left .bottom div {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c
}

section.checkout .left .bottom .btn-prev {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

section.checkout .left .bottom .btn-prev img {
    display: inline-block;
    vertical-align: middle;
    width: .24rem;
    margin-right: .08rem;
}

section.checkout .left .bottom .btn-prev span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout .summary>*+* {
    margin-top: .24rem;
}

section.checkout .summary .line {
    height: 1px;
    background-color: #E0E0E0;
}

section.checkout .summary .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout .summary .item span {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout .summary .item span.bold {
    font-weight: 700;
}

section.checkout .summary .item span:last-child {
    font-weight: 700;
    text-align: right;
}

section.checkout .summary .item.colored span {
    color: #ff0000;
}

section.checkout .summary .btn-default {
    width: 100%;
}

section.checkout .summary form>*+* {
    margin-top: .08rem;
}

section.checkout .summary form>*+.btn-default {
    margin-top: .24rem;
}

section.checkout .right *+.products {
    margin-top: .24rem;
}

section.checkout .right .products .title {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout .right .products .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout .right .products *+.text {
    padding-top: .16rem;
    margin-top: .16rem;
    border-top: 1px solid #E0E0E0;
}

section.checkout .right .products .text p+p {
    margin-top: .08rem;
}

section.checkout .right *+.product {
    padding-top: .16rem;
    margin-top: .16rem;
    border-top: 1px solid #E0E0E0;
}

section.checkout .right .product img {
    display: inline-block;
    vertical-align: top;
    width: 1.36rem;
}

section.checkout .right .product .content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.36rem);
    padding-left: .16rem;
}

section.checkout .right .product .content .name {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout .right .product .content .prop {
    margin-top: .08rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

section.checkout .right .product .content .prop .old {
    text-decoration: line-through;
}

section.checkout .right .product .content .prop .new {
    color: #2d2e2c;
}

section.checkout .right .product .content .prop .new+.montly {
    margin-left: .06rem;
}

section.checkout .right .product .content .prop .montly {
    color: #2d2e2c;
}

section.checkout .no-items {
    padding: .5rem;
    font-size: .16rem;
    text-align: center;
}


/* Checkout Addess */

section.checkout.address .tab-menu a {
    display: inline-block;
    vertical-align: top;
    padding: .12rem .36rem;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #000000;
    border-radius: 1rem;
    background-color: transparent;
    border: 1px solid #727272;
}

section.checkout.address .tab-menu a.active {
    color: #fff;
    border: 1px solid #2cd03e;
    background-color: #2cd03e;
}

section.checkout.address .tab-menu a+a {
    margin-left: .16rem;
}

section.checkout.address .tab-container {
    margin-top: .24rem;
    padding-top: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.checkout.address .tab-item {
    display: none;
    position: relative;
}

section.checkout.address .tab-item.active {
    display: block;
}

section.checkout.address .actions {
    padding-top: .12rem;
    border-top: 1px solid #E0E0E0;
}

section.checkout.address .actions:last-child {
    margin-bottom: -.12rem;
}

section.checkout.address .actions .btn-default {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - .24rem);
    margin: .12rem;
}

section.checkout.address .left .new-address {
    margin-top: .12rem;
    display: none;
}

section.checkout.address form {
    display: block;
}

section.checkout.address .choose-address {
    margin-left: .12rem;
    margin-right: .12rem;
}

section.checkout.address .choose-store {
    margin-left: .12rem;
    margin-right: .12rem;
    margin-top: .24rem;
    padding-top: 0.12rem;
    border-top: 1px solid #E0E0E0;
}

section.checkout.address .choose-address .address-col {
    display: inline-block;
    vertical-align: middle;
    width: .64rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.checkout.address .choose-address .address-header .address-col {
    font-weight: 700;
}

section.checkout.address .choose-address .address-col:first-child {
    width: calc(100% - (1.12rem * 4));
    text-align: left;
}

section.checkout.address .choose-address .address-col+.address-col {
    margin-left: .48rem;
}

section.checkout.address .choose-address .address-col p+p {
    margin-top: .16rem;
}

section.checkout.address .choose-address .address-col a {
    opacity: .3;
}

section.checkout.address .choose-address .address-col a[href] {
    opacity: 1;
}

section.checkout.address .choose-address .address-col a img {
    width: .24rem;
}

section.checkout.address .choose-address .address-item {
    padding-top: .24rem;
    padding-bottom: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.checkout.address .choose-address .address-header+.address-item {
    margin-top: .24rem;
}

section.checkout.address .choose-address .form-item .radio input[type='radio']~label {
    display: inline-block;
    width: .18rem;
    height: .3rem;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

section.checkout.address .choose-address .form-item .radio input[type='radio']~label:before {
    top: .06rem;
}

/* Checkout Payment */

section.checkout.payment .param .installments {
    margin-top: .24rem;
    padding-top: .2rem;
    border-top: 1px solid #E0E0E0;
}

section.checkout.payment .param .installments .table {
    max-height: 300px;
    padding-top: .2rem;
    padding-right: .2rem;
    margin: 0 .12rem;
    overflow: auto;
}

section.checkout.payment .param .installments .table::-webkit-scrollbar {
    width: 16px;
}

section.checkout.payment .param .installments .table::-webkit-scrollbar-track {
    background-color: transparent;
    border: 1px solid #C4C4C4;
}

section.checkout.payment .param .installments .table::-webkit-scrollbar-thumb {
    width: 100%;
    background: #C4C4C4;
}

section.checkout.payment .param .installments .table::-webkit-scrollbar-thumb:hover {
    background: #C4C4C4;
}

section.checkout.payment .param .installments table {
    width: 100%;
}

section.checkout.payment .param .installments table thead tr td {
    padding: 0 .12rem .12rem .12rem;
    font-weight: 700;
    font-size: .14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.checkout.payment .param .installments table tbody tr td {
    font-weight: 400;
    font-size: .14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
    border-top: 1px solid #E0E0E0;
}

section.checkout.payment .param .installments table tbody tr:first-child td {
    border-top: 2px solid #E0E0E0;
}

section.checkout.payment form.general.param .installments .form-item input[a-validate]:not([a-not-required])~label:after {
    content: ''
}

section.checkout.payment .transfer {
    margin: .12rem;
}

section.checkout.payment .transfer+.transfer {
    margin-top: .48rem;
}

section.checkout.payment .transfer .order-no {
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout.payment .transfer .order-no span {
    color: #2CD03E;
}

section.checkout.payment .transfer *+.tab-menu {
    margin-top: .48rem;
}

section.checkout.payment .transfer .tab-menu a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: .32rem .24rem;
    background: white;
    border: 1px solid #2D2E2C;
    box-shadow: 0 .04rem .1rem rgba(0, 0, 0, 0.15);
}

section.checkout.payment .transfer .tab-menu a:not(.disabled)+a {
    margin-left: .24rem;
}

section.checkout.payment .transfer .tab-menu a.disabled {
    display: none !important;
}

section.checkout.payment .transfer .tab-menu a.active {
    padding: 0;
    border: none;
    box-shadow: none;
}

section.checkout.payment .transfer .tab-item {
    display: none;
    padding-top: .48rem;
}

section.checkout.payment .transfer .tab-item.active {
    display: block;
}

section.checkout.payment .transfer .tab-text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout.payment .transfer .tab-text a {
    color: #150875;
}

section.checkout.payment .transfer .tab-text p+p {
    margin-top: 1.2em;
}

section.checkout.payment .transfer .tab-item *+form {
    margin-top: .12rem;
}

section.checkout.payment .no-taxitcard {
    padding: .12rem;
}

section.checkout.payment .no-taxitcard>*:first-child {
    border-top: 1px solid #E0E0E0;
    padding-top: .24rem;
}

section.checkout.payment .no-taxitcard .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout.payment .no-taxitcard *+.text {
    margin-top: .24rem;
    padding-top: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.checkout.payment .no-taxitcard .btn-default {
    min-width: 3.5rem;
}

section.checkout.payment .no-taxitcard *+.btn-default {
    margin-top: .24rem;
}

section.checkout.payment .taxitcard .card-info {
    margin: .12rem;
    padding-top: .24rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    border-top: 1px solid #E0E0E0;
}

section.checkout.payment .taxitcard .card-info p+p {
    margin-top: .24rem;
}

section.checkout.payment .taxitcard .card-info .form-item {
    margin: 0;
    margin-top: .24rem;
}

section.checkout.payment .taxitcard .card-info span {
    color: #2CD03E;
}

section.checkout.payment .taxitcard .header {
    margin-top: .24rem;
    margin-left: .12rem;
    margin-right: .12rem;
    padding-top: .24rem;
    padding-bottom: .16rem;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

section.checkout.payment .taxitcard .header div {
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout.payment .taxitcard .header div.col.small {
    text-align: center;
}

section.checkout.payment .taxitcard .product {
    padding-top: .24rem;
    padding-bottom: .24rem;
    margin: 0 -.04rem;
}

section.checkout.payment .taxitcard .product .product-image {
    display: inline-block;
    vertical-align: top;
    width: 1.76rem;
}

section.checkout.payment .taxitcard .product .info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.76rem);
    padding-left: .4rem;
}

section.checkout.payment .taxitcard .product .name {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout.payment .taxitcard .product .prop {
    margin-top: .06rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

section.checkout.payment .taxitcard .product *+.props {
    margin-top: .24rem;
}

section.checkout.payment .taxitcard .product .col {
    padding-left: .16rem;
    padding-right: .16rem;
}

section.checkout.payment .taxitcard .product .col.small {
    text-align: center;
}

section.checkout.payment .taxitcard .product .note {
    font-weight: 400;
    font-size: 0.12rem;
    line-height: 1.2em;
    color: #939393;
    text-align: left;
}

section.checkout.payment .taxitcard .product .form-item {
    width: 100%;
    margin: 0;
    text-align: left;
}

section.checkout.payment .taxitcard .product *+.form-item {
    margin-top: .24rem;
}

section.checkout.payment .taxitcard .product .hire-info {
    margin-top: .24rem;
}

section.checkout.payment .taxitcard .product .hire-info .info-item {
    display: none;
}

section.checkout.payment .taxitcard .product .hire-info .info-item div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: left;
}

section.checkout.payment .taxitcard .product .hire-info .info-item div:last-child {
    text-align: right;
}

section.checkout.payment .taxitcard .product .hire-info .info-item span {
    display: block;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout.payment .taxitcard .product .hire-info .info-item span.small {
    margin-top: .08rem;
    font-size: 0.12rem;
    line-height: 1.2em;
    color: #939393;
}

section.checkout.payment .taxitcard .hire {
    padding-left: .12rem;
    padding-right: .12rem;
}

section.checkout.payment .taxitcard *+.hire {
    margin-top: .24rem;
}

section.checkout.payment .taxitcard .hire .hire-title {
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.checkout.payment .taxitcard .hire .hire-header {
    padding-top: .16rem;
    padding-bottom: .13rem;
    border-top: .03rem solid #E0E0E0;
    border-bottom: .03rem solid #E0E0E0;
}

section.checkout.payment .taxitcard .hire *+.hire-header {
    margin-top: .24rem;
}

section.checkout.payment .taxitcard .hire .hire-header div {
    display: inline-block;
    vertical-align: middle;
    width: 33.333%;
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.checkout.payment .taxitcard .hire .hire-header div:first-child {
    text-align: left;
}

section.checkout.payment .taxitcard .hire .hire-header div:last-child {
    text-align: right;
}

section.checkout.payment .taxitcard .hire .hire-items {
    padding-top: .16rem;
    padding-bottom: .16rem;
    border-bottom: 1px solid #E0E0E0;
}

section.checkout.payment .taxitcard .hire .hire-item {
    padding-left: .24rem;
    padding-right: .24rem;
}

section.checkout.payment .taxitcard .hire .hire-item+.hire-item {
    margin-top: .13rem;
}

section.checkout.payment .taxitcard .hire .hire-item div {
    display: inline-block;
    vertical-align: middle;
    width: 33.333%;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.checkout.payment .taxitcard .hire .hire-item div:first-child {
    text-align: left;
}

section.checkout.payment .taxitcard .hire .hire-item div:last-child {
    text-align: right;
}

section.checkout.payment .taxitcard .hire .hire-option {
    width: 50%;
}


/* Omni */

section.omni {
    position: relative;
    padding-top: .48rem;
    padding-bottom: .48rem;
}

section.omni .col {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - .32rem);
}

section.omni .col+.col {
    margin-left: .48rem;
}

section.omni .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.omni .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.omni *+.text {
    margin-top: .24rem;
}

section.omni .line {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: .24rem;
    margin-bottom: .24rem;
    background-color: #E0E0E0;
}

section.omni form.general>*+* {
    margin-top: .24rem;
}

section.omni form.general .btn-default {
    width: calc(50% - .12rem);
}

section.omni form.general .btn-default+.btn-default {
    margin-left: .24rem;
}

section.omni .actions .btn-default {
    width: 100%;
}


/* Result  */

section.result {
    position: relative;
    padding-top: .54rem;
}

section.result .content {
    position: relative;
    display: block;
    width: 6.24rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

section.result .icon {
    display: block;
    width: .48rem;
    margin-left: auto;
    margin-right: auto;
}

section.result .title {
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 1.2em;
    color: #2CD03E;
}

section.result .title+.title {
    margin-top: 0
}

section.result .name-color {
    color: #2d2e2c;
}

section.result *+.title {
    margin-top: .24rem;
}

section.result .text {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.result .text.light {
    font-size: 0.14rem;
    color: #939393;
}

section.result *+.text {
    margin-top: .24rem;
}

section.result .text p+p {
    margin-top: 1.2em;
}

section.result *+.actions {
    margin-top: .24rem;
    padding-top: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.result .text.light+.actions {
    padding-top: 0;
    border-top: none;
}

section.result .actions .btn-default {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - .24rem);
}

section.result .actions .btn-default+.btn-default {
    margin-left: .48rem;
}

section.result .actions .btn-default:first-child:last-child {
    width: 4rem;
    max-width: 100%;
}


/* Account  */

section.account {
    position: relative;
    padding-top: .48rem;
    z-index: 5;
}

section.account .container {
    width: 11.36rem;
}

section.account .menu-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2.88rem;
}

section.account .menu-wrapper .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .menu-wrapper *+.menu {
    margin-top: .24rem;
    padding-top: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.account .menu-wrapper .menu a {
    display: block;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #939393;
}

section.account .menu-wrapper .menu a+a {
    margin-top: .24rem;
}

section.account .menu-wrapper .menu a.active {
    color: #2CD03E;
}

section.account .account-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 2.88rem);
    padding-left: .48rem;
}

section.account .account-wrapper:first-child:last-child {
    width: 100%;
    padding-left: 0;
}

section.account .account-wrapper>div+div {
    margin-top: .4rem;
}

section.account .account-wrapper .account-top .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .account-wrapper .account-top .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

section.account .account-wrapper .account-top *+.text {
    margin-top: .24rem;
}

section.account .account-wrapper .account-top .text.dark {
    font-size: .16rem;
    color: #2D2E2C;
}

section.account .account-wrapper .account-top .text .colored {
    color: #2CD03E;
}

section.account .account-wrapper .account-top .no-result {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .account-wrapper .account-top *+.no-result {
    margin-top: .24rem;
    padding-top: .24rem;
    padding-bottom: .24rem;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

section.account .account-wrapper .account-top+* {
    margin-top: .24rem;
    padding-top: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.account .account-wrapper form.general {
    display: inline-block;
    width: calc(100% + .24rem);
    margin: -.12rem;
}

section.account .account-wrapper *+form.general {
    margin-top: .24rem;
}

section.account .account-wrapper .form-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - .24rem);
    margin: .12rem;
}

section.account .account-wrapper .form-item .form-part {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - .11rem);
}

section.account .account-wrapper .form-item .form-part+.form-part {
    margin-left: .16rem;
}

section.account .account-wrapper .form-item .form-part-half {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - .11rem);
}

section.account .account-wrapper .form-item .form-part-half+.form-part-half {
    margin-left: .22rem;
}

section.account .account-wrapper .form-item .radio {
    display: inline-block;
    vertical-align: middle;
}

section.account .account-wrapper .form-item .radio+.radio {
    margin-left: .24rem;
}

section.account .account-wrapper .form-item .customer-services {
    font-weight: 400;
    font-size: 0.12rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .account-wrapper .form-item .taxitcard-points {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .account-wrapper .form-item .taxitcard-points p+p {
    margin-top: .2rem;
}

section.account .account-wrapper .creditcard-info {
    display: none;
}

section.account .account-wrapper .note {
    width: calc(100% - 0.24rem);
    margin: 0 0.12rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .account-wrapper *+.note {
    margin-top: 0.32rem;
}

section.account .account-wrapper .actions {
    width: calc(100% - .24rem);
    margin: 0 .12rem;
    text-align: right;
}

section.account .account-wrapper .addresses .actions {
    margin-top: .24rem;
}

section.account .account-wrapper *+.actions {
    margin-top: .24rem;
    padding-top: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.account .account-wrapper *+.actions.no-border {
    margin-top: .32rem;
    padding-top: 0;
    border-top: none;
}

section.account .account-wrapper .actions .btn-default {
    display: inline-block;
    vertical-align: bottom;
    width: 2.88rem;
}

section.account .account-wrapper .actions .btn-pay {
    display: none;
}

section.account .account-wrapper .actions .total {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 2.88rem);
    text-align: left;
}

section.account .account-wrapper .actions .total p+p {
    margin-top: .32rem;
}

section.account .account-wrapper .actions .total span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .account-wrapper .actions .total span:first-child {
    width: 3.2rem;
}

section.account .account-wrapper .actions .total span:last-child {
    width: cacl(100% - 1.6rem);
    color: #2CD03E;
}

section.account .account-wrapper table,
section.account .account-wrapper .table {
    width: 100%;
    padding-top: 0 !important;
    border-top: none !important;
    border-collapse: collapse;
}

section.account .account-wrapper form.general table {
    width: calc(100% - .24rem);
    margin: .12rem;
}

section.account .account-wrapper table th {
    padding-top: .27rem;
    padding-bottom: .3rem;
    font-weight: 700;
    font-size: 0.12rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: left;
    border-top: 3px solid #E0E0E0;
    border-bottom: 3px solid #E0E0E0;
}

section.account .account-wrapper table td {
    padding-top: .24rem;
    padding-bottom: .24rem;
    font-weight: 400;
    font-size: 0.12rem;
    line-height: 1.2em;
    color: #2d2e2c;
    border-bottom: 1px solid #E0E0E0;
}

section.account .account-wrapper table td .colored {
    font-weight: 700;
    color: #2CD03E;
}

section.account .account-wrapper table td .form-item {
    margin: 0 !important;
}

section.account .account-wrapper table td .form-item input[type='checkbox']~label {
    width: .18rem;
    height: .18rem;
    padding: 0;
}

section.account .account-wrapper table td .form-item input[type='checkbox']~label:before {
    top: 0;
}

.omni-results section.account {
    padding-bottom: .48rem;
}

.omni-results section.account .container {
    width: 13.6rem;
}

.omni-results section.account .account-wrapper table th {
    font-size: .14rem;
}

.omni-results section.account .account-wrapper table td {
    padding-top: .12rem;
    padding-bottom: .12rem;
}

.omni-results section.account .account-wrapper table td:last-child {
    width: 10%;
    min-width: 1rem;
    text-align: right;
}

.omni-results section.account .account-wrapper table td .btn-default {
    height: .36rem;
    padding-left: .32rem;
    padding-right: .32rem;
}


/* Account Orders */

section.account .order-list .item {
    padding-top: .24rem;
    padding-bottom: .24rem;
    border-bottom: 1px solid #E0E0E0;
    ;
}

section.account .order-list .item span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .order-list .item .icon-status {
    display: inline-block;
    vertical-align: middle;
    width: .32rem;
}



section.account .order-list .item .icon-status {
    height: 100%;
    object-fit: contain;
    max-height: 0.25rem;
}



section.account .order-list .item .icon-status+span {
    max-width: calc(100% - .4rem);
    margin-left: .08rem;
}

section.account .order-list .item .link img {
    display: inline-block;
    vertical-align: middle;
    width: .24rem;
}

section.account .order-list .item .link span {
    max-width: calc(100% - .32rem);
    margin-left: .08rem;
}

section.account .order-list .item .btn-detail span {
    max-width: calc(100% - .24rem);
}

section.account .order-list .item .btn-detail img {
    display: inline-block;
    vertical-align: middle;
    width: .16rem;
    margin-left: .08rem;
}

section.account .order-list .item div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 13%;
    padding-left: .16rem;
    padding-right: .16rem;
}

section.account .order-list .item div+div:before {
    content: '';
    position: absolute;
    width: 1px;
    height: .48rem;
    left: 0;
    top: 50%;
    margin-top: -.24rem;
    background-color: #E0E0E0;
}

section.account .order-list .item div:nth-child(1) {
    width: 31%;
    padding-left: 0;
}

section.account .order-list .item div:nth-child(2) {
    width: 21%;
}

section.account .order-list .item div:nth-child(3) {
    width: 13%;
}

section.account .order-list .item div:nth-child(4) {
    width: 22%;
}

section.account .order-list .item div:nth-child(5) {
    width: 13%;
    padding-right: 0;
}

section.account .order-detail .order-no span {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    display: inline-block;
}

section.account .order-detail .products .order-no span {
    padding-bottom: 0.1rem;
}

section.account .order-detail .order-no span+span {
    margin-left: .24rem;
}

section.account .order-detail .order-top {
    position: relative;
}

section.account .order-detail *+.order-top {
    margin-top: .48rem;
    margin-bottom: .48rem;
}

section.account .order-detail .order-top .status {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 2rem);
}

section.account .order-detail .order-top .status:before {
    content: '';
    position: absolute;
    width: 75%;
    height: 2px;
    left: 12.5%;
    top: .23rem;
    background-color: #E0E0E0;
}

section.account .order-detail .order-top .status .state {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    z-index: 2;
}

section.account .order-detail .order-top .status .state img {
    display: block;
    width: .48rem;
    margin-left: auto;
    margin-right: auto;
}

section.account .order-detail .order-top .status .state span {
    display: block;
    margin-top: .16rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.account .order-detail .order-top .links {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    text-align: right;
}

section.account .order-detail .order-top .links a {
    display: block;
}

section.account .order-detail .order-top .links a+a {
    margin-top: .16rem;
}

section.account .order-detail .order-top .links a>* {
    display: inline-block;
    vertical-align: middle;
}

section.account .order-detail .order-top .links a>*+* {
    margin-left: .08rem;
}

section.account .order-detail .order-top .links a img {
    width: .24rem;
}

section.account .order-detail .order-top .links a img.small {
    width: .16rem;
}

section.account .order-detail .order-top .links a span {
    max-width: calc(100% - .56rem);
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .order-detail *+.products {
    margin-top: .24rem;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding: 20px;
}

section.account .order-detail .product {
    position: relative;
    padding-top: .24rem;
    padding-bottom: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.account .order-detail .product .product-image {
    display: inline-block;
    vertical-align: top;
    width: 1.76rem;
}

section.account .order-detail .product .info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 3.76rem);
    padding-left: .24rem;
}

section.account .order-detail .product .info .name {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .order-detail .product .info .props .prop {
    margin-top: .08rem;
}

section.account .order-detail .product .info .props .prop span {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

section.account .order-detail .product .prices {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
}

section.account .order-detail .product .prices .prop {
    margin-bottom: .08rem;
}

section.account .order-detail .product .prices .prop span {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .order-detail *+.details {
    width: 100%;
    display: flex;
    margin-top: .24rem;
    padding-top: .24rem;
    border-top: 1px solid #E0E0E0;
    gap: .2rem;
}

section.account .order-detail .details .address {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

section.account .order-detail .details .address div+div {
    margin-top: .24rem;
}

section.account .order-detail .details .address p {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .order-detail .details .address p+p {
    margin-top: .08rem;
}

section.account .order-detail .details .summary {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-left: .48rem;
}

section.account .order-detail .details .summary>*+* {
    margin-top: .24rem;
}

section.account .order-detail .details .summary .line {
    display: block;
    height: 1px;
    background-color: #E0E0E0;
}

section.account .order-detail .details .summary span {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .order-detail .details .summary span.colored {
    color: #ff0000;
}

section.account .order-detail .details .summary span:not(:first-child) {
    text-align: right;
}


/* Addresses */

section.account .addresses .tab-menu {
    padding-top: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.account .addresses .tab-menu a {
    display: inline-block;
    vertical-align: middle;
    height: .48rem;
    padding-left: .3rem;
    padding-right: .3rem;
    color: #2d2e2c;
    border: 1px solid black;
}

section.account .addresses .tab-menu a span {
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: inherit;
}

section.account .addresses .tab-menu a.active {
    color: white;
    border-color: #2CD03E;
    background-color: #2CD03E;
}

section.account .addresses .tab-menu a:first-child {
    border-radius: .48rem 0 0 .48rem;
}

section.account .addresses .tab-menu a:last-child {
    border-radius: 0 .48rem .48rem 0;
}

section.account .addresses .tab-container {
    margin-top: .24rem;
    padding-top: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.account .addresses .tab-item {
    display: none;
    margin: -.24rem;
}

section.account .addresses .tab-item.active {
    display: block;
}

section.account .addresses .item {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - .48rem);
    margin: .24rem;
}

section.account .addresses .item p {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .addresses .item p+p {
    margin-top: .16rem;
}

section.account .addresses .item *+.bottom {
    margin-top: .24rem;
}

section.account .addresses .item .btn-address-remove {
    display: inline-block;
    vertical-align: middle;
    opacity: .5;
}

section.account .addresses .item *+.btn-address-remove {
    margin-left: .08rem;
}

section.account .addresses .item .btn-address-remove img {
    display: inline-block;
    vertical-align: middle;
    width: .24rem;
    margin-right: .08rem;
}

section.account .addresses .item .btn-address-remove span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #1d2e31;
}

section.account form.general.new-address {
    display: none;
}


form.general.new-address .hidden {
    display: none;
}

section.account .new-address .actions .btn-default {
    width: calc(50% - .12rem);
}

section.account .new-address .actions .btn-default+.btn-default {
    margin-left: .24rem;
}


/* Products */

section.account .product-list {
    position: relative;
    margin-left: -.24rem;
    margin-right: -.24rem;
    padding-top: .24rem;
    padding-bottom: .24rem;
}

section.account .product-list .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: .24rem;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -o-transition: .2s all ease;
}

section.account .product-list.quadruple .item {
    width: 25%;
}

section.account .product-list .item .image {
    position: relative;
    z-index: 2;
}

section.account .product-list .item .image>a {
    position: relative;
    width: 100%;
    padding-top: 142%;
    display: block;
    overflow: hidden;
}

section.account .product-list .item .image>a>img {
    position: absolute;
}

section.account .product-list .item .image .tag {
    position: absolute;
    top: .08rem;
    left: .08rem;
    padding: .04rem .08rem;
    font-weight: 700;
    font-size: 0.1rem;
    line-height: 1.2em;
    color: #ffffff;
    border-radius: 1rem;
    background-color: #2CD03E;
}

section.account .product-list .item .image .tag.light {
    color: #2CD03E;
    border: 1px solid #2CD03E;
    background-color: transparent;
}

section.account .product-list .item .image .btn-like {
    position: absolute;
    top: .16rem;
    right: .16rem;
}

section.account .product-list .item .image .btn-like img {
    width: .24rem;
}

section.account .product-list .item .image .btn-like img.active {
    display: none;
}

section.account .product-list .item .image .btn-like.active img {
    display: none;
}

section.account .product-list .item .image .btn-like.active img.active {
    display: inline-block;
}

section.account .product-list .item .image .no-stock {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: .15rem;
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #f8f9fa;
    text-align: center;
    border-radius: .5rem;
    background-color: rgba(59, 59, 59, 0.48);
}

section.account .product-list .item .details {
    position: relative;
    display: block;
    padding-top: .24rem;
    text-align: center;
    z-index: 2;
    background-color: white;
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

section.account .product-list .item .details .name {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.account .product-list .item .details *+.price {
    margin-top: .12rem;
}

section.account .product-list .item .details .price span {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #ff0000;
}

section.account .product-list .item .details .price span.old {
    color: #939393;
    text-decoration: line-through;
}

section.account .product-list .item .details .price span+span {
    margin-left: .16rem;
}

section.account .product-list .item .details .note {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

section.account .product-list .item .details *+.note {
    margin-top: .08rem;
}

section.account .product-list .item .details .form-cart {
    display: none;
    margin-bottom: .16rem;
}

section.account .product-list .item .details .form-cart .btn-default {
    width: 100%;
}

section.account .product-list .item .details .size {
    display: none;
    padding-top: .12rem;
    margin-top: .12rem;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
    border-top: 1px solid #E0E0E0;
}

section.account .product-list .item.active {
    z-index: 10;
    box-shadow: 0 .04rem .08rem rgba(0, 0, 0, 0.08);
    transform: translateY(-.12rem);
    -webkit-transform: translateY(-.12rem);
    -ms-transform: translateY(-.12rem);
    -moz-transform: translateY(-.12rem);
    -o-transform: translateY(-.12rem);
}

section.account .product-list .item.active .details {
    margin-left: -.24rem;
    margin-right: -.24rem;
    padding-left: .24rem;
    padding-right: .24rem;
    padding-bottom: .24rem;
    box-shadow: 0 .04rem .08rem rgba(0, 0, 0, 0.08);
    transition: .18s padding-bottom .02s ease;
    -webkit-transition: .18s padding-bottom .02s ease;
    -ms-transition: .18s padding-bottom .02s ease;
    -moz-transition: .18s padding-bottom .02s ease;
    -o-transition: .18s padding-bottom .02s ease;
}


/* Card Limit */

section.card-limit {
    position: relative;
    padding-top: .48rem;
}

section.card-limit .content {
    position: relative;
    display: block;
    width: 6.24rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

section.card-limit .content form>*+* {
    margin-top: .24rem;
}

section.card-limit .content .line {
    height: 1px;
    background-color: #E0E0E0;
}

section.card-limit .content .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.card-limit .content .btn-default {
    width: 100%;
}


/* Aboutus  */

section.aboutus {
    position: relative;
    padding-bottom: .48rem;
}

section.aboutus .banner {
    height: 1.3rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.aboutus .container {
    width: 9.1rem;
}

section.aboutus *+.container {
    margin-top: .48rem;
}

section.aboutus .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.aboutus .text {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - .24rem);
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.5em;
    color: #2d2e2c;
}

section.aboutus .text+.text {
    margin-left: .48rem;
}

section.aboutus .title~.text {
    margin-top: .48rem;
}

section.aboutus .text p+p {
    margin-top: 1.2em;
}

section.aboutus.full .text {
    width: 100%;
}

section.aboutus.full .text+.text {
    margin-left: 0;
    margin-top: 1.2em;
}


/* Contact */

section.contact {
    position: relative;
    padding-top: .48rem;
}

section.contact .container {
    width: 6.88rem;
}

section.contact form {
    margin: -.12rem;
}

section.contact .title {
    width: calc(100% - .24rem);
    margin: .12rem;
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.contact .form-item {
    display: inline-block;
    vertical-align: bottom;
    width: calc(50% - .24rem);
    margin: .12rem;
}

section.contact .form-item.full {
    width: calc(100% - .24rem);
}

section.contact .line {
    width: calc(100% - .24rem);
    height: 1px;
    margin: .12rem;
    background-color: #E0E0E0;
}

section.contact .btn-default {
    width: calc(100% - .24rem);
    margin: .12rem;
}


/* Faq */

section.faq {
    position: relative;
    padding-top: .48rem;
}

section.faq .container {
    width: 6.88rem;
}

section.faq .main-title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.faq .accordion {}

section.faq *+.accordion {
    margin-top: .24rem;
}

section.faq .item {
    position: relative;
    padding-top: .24rem;
    padding-bottom: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.faq .item:last-child {
    border-bottom: 1px solid #E0E0E0;
}

section.faq .item .title {
    position: relative;
    padding-left: .32rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
    cursor: pointer;
}

section.faq .item .title:before {
    content: '';
    position: absolute;
    width: .24rem;
    height: .24rem;
    left: 0;
    top: -.04rem;
    background-image: url(Icons/icon-plus.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

section.faq .item .text {
    display: none;
    padding-top: .16rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.4em;
    color: #2d2e2c;
}

section.faq .item.active .title {
    color: #2CD03E;
}

section.faq .item.active .title:before {
    background-image: url(Icons/icon-plus.png);
}


/* Campaigns */

section.campaigns {
    position: relative;
    padding-top: .48rem;
}

section.campaigns .container {
    width: 11.36rem;
}

section.campaigns .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.campaigns .item {
    margin-top: .24rem;
    padding-top: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.campaigns .item a {
    text-decoration: none;
    color: #2d2e2c;
}

section.campaigns .item img {
    display: inline-block;
    vertical-align: top;
    width: 2.88rem;
}

section.campaigns .item .content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 2.88rem);
    padding-left: .48rem;
}

section.campaigns .item .content .name {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.campaigns .item .content .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.campaigns .item .content *+.text {
    margin-top: .16rem;
}


/* Help */

section.help {
    position: relative;
    padding-top: .48rem;
}

section.help .menu {
    display: inline-block;
    vertical-align: top;
    width: 2.88rem;
    margin-top: -.24rem;
}

section.help .menu a {
    position: relative;
    display: block;
    padding-top: .24rem;
    padding-bottom: .24rem;
    padding-right: .42rem;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #939393;
}

section.help .menu a+a {
    border-top: 1px solid #E0E0E0;
}

section.help .menu a:after {
    content: '';
    position: absolute;
    width: .16rem;
    height: .16rem;
    right: .1rem;
    top: 50%;
    margin-top: -.08rem;
    background-image: url(Icons/arrow-right-gray.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

section.help .menu a.active {
    color: #2CD03E;
}

section.help .menu a.active:after {
    background-image: url(Icons/arrow-right-red.svg);
}

section.help .content {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    width: calc(100% - 2.88rem);
    padding-left: .72rem;
}

section.help .content .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.help .content *+.tab-container {
    margin-top: .24rem;
    padding-top: .24rem;
    border-top: 1px solid #E0E0E0;
}

section.help .content .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.help .content .text *+p {
    margin-top: 1.2em;
}

section.help .content .text h2,
section.help .content .text h3,
section.help .content .text h4,
section.help .content .text h5,
section.help .content .text h6 {
    font-weight: 600;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.help .content .text *+h2,
section.help .content .text *+h3,
section.help .content .text *+h4,
section.help .content .text *+h5,
section.help .content .text *+h6 {
    margin-top: .48rem;
}

section.help .content .tab-item {
    display: none;
}

section.help .content .tab-item.active {
    display: block;
}


/* Sync */

section.sync {
    position: relative;
    padding-top: .48rem;
}

section.sync .container {
    width: 9.12rem;
}

section.sync .item+.item {
    margin-top: .48rem;
}

section.sync .item .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.sync .item .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.sync .item>*:not(form.general),
section.sync .item form.general>* {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - .24rem);
    margin: .12rem;
}


/* Branch */

section.branch {
    position: relative;
    padding-top: .48rem;
}

section.branch .container {
    width: 6.88rem;
}

section.branch .top>*+* {
    margin-top: .24rem;
}

section.branch .top .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.branch .top .line {
    height: 1px;
    background-color: #E0E0E0;
}

section.branch .top .form-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - .12rem);
}

section.branch .top .form-item+.form-item {
    margin-left: .24rem;
}

section.branch .top .no-result {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.branch .items {
    padding-top: .24rem;
    margin: -.12rem;
}

section.branch .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - .24rem);
    margin: .12rem;
    padding: .16rem;
    background-color: #F8F9FA;
}

section.branch .item>*+* {
    margin-top: .16rem;
    padding-top: .16rem;
    border-top: 1px solid #E0E0E0;
}

section.branch .item *+.title,
section.branch .item .title+.text {
    padding-top: 0;
    border-top: none;
}

section.branch .item .image {
    width: 100%;
}

section.branch .item .title {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.branch .item .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

section.branch .item .text p+p {
    margin-top: .08rem;
}

section.branch .item .actions a {
    display: inline-block;
}

section.branch .item .actions a img {
    width: .24rem;
    margin-right: .08rem;
}

section.branch .item .actions a span {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #000000;
}


/* Taxitcard */

section.taxitcard {
    position: relative;
    padding-top: .48rem;
}

section.taxitcard .container {
    width: 9.12rem;
}

section.taxitcard>*+* {
    margin-top: .4rem;
}

section.taxitcard .top .brands {
    width: 50.9%;
}

section.taxitcard .top .card {
    width: 46%;
    margin-left: 3.1%;
}

section.taxitcard .top .btn-default {
    display: block;
    width: 4rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

section.taxitcard .top .btn-text {
    width: 100%;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.36em;
    color: #2d2e2c;
    text-align: center;
}

section.taxitcard .top *+.btn-text {
    margin-top: 0.24rem;
}

section.taxitcard .top *+.btn-default {
    margin-top: .4rem;
}

section.taxitcard .details {
    position: relative;
    padding-top: .48rem;
    padding-bottom: .48rem;
    background-color: #F8F9FA;
    text-align: center;
}

section.taxitcard .details .title {
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 1.333em;
    color: #2d2e2c;
}

section.taxitcard .details .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.36em;
    color: #2d2e2c;
}

section.taxitcard .details *+.text {
    margin-top: .24rem;
}

section.taxitcard .details .text p+p {
    margin-top: 1.36em;
}

section.taxitcard form {
    position: relative;
    margin: -.12rem;
}

section.taxitcard .item {
    margin-left: -.12rem;
    margin-right: -.12rem;
}

section.taxitcard .item+.item {
    margin-top: .24rem;
    padding-top: .48rem;
    border-top: 1px solid #E0E0E0;
}

section.taxitcard .item>* {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - .24rem);
    margin: .12rem;
}

section.taxitcard .item>*.full {
    width: calc(100% - .24rem);
}

section.taxitcard .item .title {
    width: calc(100% - .24rem);
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.taxitcard .item .sync {
    width: calc(100% - .24rem);
}

section.taxitcard .item .sync>span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.taxitcard .item .sync *+.btn-default {
    margin-left: .24rem;
}

section.taxitcard .item .guarantor-text {
    width: calc(100% - .24rem);
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

section.taxitcard .item.guarantor {
    display: none;
}


/* Popups  */

.popup-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: .5rem;
    z-index: 100;
    overflow: auto;
    background-color: rgba(59, 59, 59, 0.48);
    text-align: center;
}

.popup-wrapper.active {
    display: block;
}

.popup-wrapper.active .popup-container {
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.popup-welcome .popup-content {
    min-height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-welcome .popup-container {
    width: 5rem;
}

.popup-welcome .popup-content .text {
    font-size: .16rem;
}

.popup-welcome .popup-content .t,
tle {
    padding: 0 0.5rem;
}

.popup-welcome .popup-content link {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.4em;
    color: #2d2e2c;
    text-decoration: underline;
    margin-top: .2rem;
}

.popup-welcome .popup-content img {
    width: 4rem;
    height: 100%;
    object-fit: contain;
    margin: 0.2rem 0;
}

.popup-container {
    width: 4rem;
    padding: .24rem;
    background-color: white;
    display: inline-block;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}

.popup-container .btn-close {
    position: absolute;
    width: .24rem;
    height: .24rem;
    top: .24rem;
    right: .24rem;
    background-image: url(Icons/close.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.popup-container .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

.popup-container .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.4em;
    color: #2d2e2c;
}

.popup-container *+.text {
    margin-top: .24rem;
}

.popup-container .image {
    width: calc(100% + .48rem);
    margin-left: -.24rem;
}

.popup-container *+.image {
    margin-top: .24rem;
}

.popup-wrapper.added-product *+.detail {
    margin-top: .24rem;
}

.popup-wrapper.added-product .detail .content {
    padding-top: .24rem;
    padding-bottom: .24rem;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.popup-wrapper.added-product .detail .product-image {
    display: inline-block;
    vertical-align: top;
    width: 1.2rem;
}

.popup-wrapper.added-product .detail .product-image img {
    width: 100%;
}

.popup-wrapper.added-product .detail .info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.2rem);
    padding-left: .24rem;
    text-align: left;
}

.popup-wrapper.added-product .detail .name {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

.popup-wrapper.added-product .detail .prop {
    margin-top: .08rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

.popup-wrapper.added-product .detail .prop .old {
    text-decoration: line-through;
}

.popup-wrapper.added-product .detail .prop .new {
    color: #2D2C2E;
}

.popup-wrapper.added-product *+.actions {
    margin-top: .24rem;
}

.popup-wrapper.added-product .actions .btn-back {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - .08rem);
}

.popup-wrapper.added-product .actions .btn-back img {
    display: inline-block;
    vertical-align: middle;
    width: .24rem;
}

.popup-wrapper.added-product .actions .btn-back span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .32rem);
    margin-left: .08rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #000000;
}

.popup-wrapper.added-product .actions .btn-default {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - .08rem);
    margin-left: .16rem;
}

.tooltip {
    position: relative;
    display: inline-block;
    margin-left: 0.05rem;
}

.tooltip img {
    height: .18rem;
    cursor: pointer;
    object-fit: contain
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 2rem;
    background-color: #fff;
    font-weight: 400 !important;
    font-size: 0.14rem !important;
    border: 1px solid #E0E0E0;
    line-height: 1.2em;
    color: #2d2e2c;
    margin-top: 0rem;
    padding: 0.1rem;
    margin-left: .1rem;
    position: absolute;
    border-radius: 0.03rem;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*Blog*/
section.blog .container .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.blog .breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0.48rem;
    width: 13.6rem;
    max-width: 100%;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
    margin-left: auto;
    margin-right: auto;
}

section.blog .breadcrumb>* {
    display: inline;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

section.blog .breadcrumb>* img {
    width: 0.24rem;
}

section.blog .breadcrumb>*+*:before {
    content: '/';
    margin-left: 0.08rem;
    margin-right: 0.06rem;
}

section.blog .container .item-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: .64rem;
}

section.blog .container .item-list .item {
    width: calc((100% - .8rem) / 3);
    margin-right: .4rem;
    margin-bottom: 0.8rem;
}

section.blog+section.our-story {
    padding-top: 0;
}

section.blog .container .item-list .item:nth-child(3n) {
    margin-right: 0;
}

section.blog .container .item-list .item .image {
    max-width: 4rem;
    width: 100%;
    height: 4rem;
    margin-bottom: 0.24rem;
}

section.blog .container .item-list .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.blog .container .item-list .item .title {
    font-size: .24rem;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.08rem;
    text-align: left;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

section.blog .container .item-list .item .date {
    font-size: .16rem;
    color: #000000;
    font-weight: 400;
    padding-bottom: .16rem;
}

section.blog .container .item-list .item .text {
    font-size: .16rem;
    color: #000000;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

section.blog .container .item-list .item a {
    font-size: .16rem;
    color: #000000;
    font-weight: 600;
    padding-top: .16rem;
    display: block;
}

/* BRANDS */

section.brands .container {
    margin-top: 0.48rem;
}

section.brands .container .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.brands .container .items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: .3rem .2rem;
    margin-top: .2rem;
}

section.brands .container .items .item {
    width: calc((100% - .6rem) / 4);
}

section.brands .container .items .item a img {
    width: 100%;
    height: 1.6rem;
    object-fit: cover;
    border: 1px solid #bfbbbb;
}

section.brands .container .items .item .content .name {
    font-weight: 500;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
    margin-top: .08rem;
}

section.brands .container .items .item .content a span.download {
    display: block;
    font-weight: 400;
    font-size: 0.15rem;
    line-height: 1.2em;
    color: #0919c7;
    margin-top: .02rem;
}

/*User Guide*/
.user-guide {
    border-top: 1px solid #939393;
    padding: 0.48rem 0;
}

.user-guide .items {
    /*    width:8rem;
    max-width:100%;
    margin:auto;*/
}

.user-guide .items .items-main {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.user-guide .items .items-main .item {
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
    padding-bottom: .48rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: auto;
}

.user-guide .items .items-main .item:nth-child(3n) {
    margin-right: 0;
}


.user-guide .items .sub-title {
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 1.2em;
    color: #2d2e2c;
    padding-bottom: .48rem;
}

.user-guide .items .sub-title+.item {
    padding-top: .48rem;
}

.user-guide .items .item .number {
    font-weight: 800;
    font-size: 0.22rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

.user-guide .items .item .number+.title {
    padding-top: .0rem;
}

.user-guide .items .item .title {
    font-weight: 600;
    font-size: 0.22rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

.user-guide .items .item .title+.text {
    padding-top: .1rem;
}

.user-guide .items .item .text {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #939393;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    height: 100% !important;
    padding: 15px !important;
}

.offer-btn {
    margin-top: .12rem !important;
}

.offer-btn .btn-default {
    background-color: transparent;
    color: #2CD03E;
    border: 1px solid #2CD03E;
}

/* The End */

.h1-tag {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

/*Out Story*/
section.our-story+section.our-story {
    padding-top: 0;
    margin-top: 0;
}


section.our-story {
    padding: .8rem 0;
    overflow: hidden;
}

section.our-story .item {
    overflow: hidden;
}

section.our-story .item .images {
    /*height: 6rem;*/
    width: 36%;
    float: left;
    margin-right: .6rem;
}

section.our-story .item .images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.our-story .item+.item {
    margin-top: .8rem;
}

section.our-story .item .content .title {
    font-weight: 600;
    font-size: 0.56rem;
    line-height: 1.5em;
    color: #2d2e2c;
    letter-spacing: -.01rem;
}

section.our-story .item .content .title.small {
    font-size: 0.40rem;
}

section.our-story .item .content .title+.text {
    margin-top: .24rem;
}

section.our-story .item .content .text {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.our-story .item .content .text.large {
    font-size: 0.24rem;
}

section.our-story .item .content .text+.button {
    margin-top: .24rem;
}

section.our-story .item .content .button {
    font-weight: 600;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #fff;
    display: inline-block;
    padding: .10rem .6rem;
    border-radius: .4rem;
}

section.our-story .item.right .images {
    float: right;
    margin-right: 0;
    margin-left: .6rem;
}


section.checkout .left form.checkout-form.file-form .text a {
    text-decoration: underline;
    display: inline-flex;
}

section.checkout .left form.checkout-form.file-form .form-text-item {
    margin-left: .2rem;
}

section.checkout .left form.checkout-form.file-form .form-text-item .form-item {
    width: 100%;
}

section.checkout .left form.checkout-form.file-form .form-text-item .form-item .input-error {
    position: relative;
    top: .2rem;
    left: .06rem;
}

section.checkout .left form.checkout-form.file-form .form-text-item .form-item label {
    width: 100%;
    background-color: transparent;
    padding: .03rem .16rem;
    color: #2d2e2c;
    font-size: .16rem;
}

section.checkout .left form.checkout-form.file-form .form-text-item .form-item label a {
    display: inline-flex;
}

section.checkout .left form.checkout-form.file-form .form-text-item .form-item label:before {
    left: -.08rem;
}


/* List */

section.blog-list {
    position: relative;
    padding-top: .48rem;
}

section.blog-list .top {
    display: flex;
    gap: .48rem;
}

section.blog-list .left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
}

section.blog-list .right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    flex: 1;
}


section.blog-list .breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.blog-list .breadcrumb>* {
    display: inline;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #939393;
}

section.blog-list .breadcrumb>* img {
    width: .24rem;
}

section.blog-list .breadcrumb>*+*:before {
    content: '/';
    margin-left: .08rem;
    margin-right: .06rem;
}

section.blog-list .filter-wrapper {
    margin-top: -.58rem;
}

section.blog-list .filter-title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

section.blog-list .range-options {
    display: block !important;
}

section.blog-list .range-title::before {
    display: none !important;
}

section .list .filters {
    position: relative;
}

section.blog-list *+.filter-wrapper {
    margin-top: .24rem;
}

section.blog-list .filters .selected-filters .item+.item {
    margin-top: .08rem;
}

section.blog-list .filters form.general .form-item input[type='checkbox']~label {
    font-size: .16rem;
}

section.blog-list .filters .selected-filters .item div {
    position: relative;
    display: inline-block;
    padding: .08rem .16rem;
    border-radius: 1rem;
    background-color: #2CD03E;
}

section.blog-list .filters .selected-filters .item span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.4em;
    color: #ffffff;
}

section.blog-list .filters .selected-filters .item a {
    display: inline-block;
    vertical-align: middle;
    margin-left: .08rem;
}

section.blog-list .filters .selected-filters .item a img {
    width: .16rem;
}

section.blog-list .filters .btn-filter-clear {
    display: inline-block;
    margin-top: .24rem;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2CD03E;
}

section.blog-list .filters>*+* {
    margin-top: .24rem;
}

section.blog-list .filter-container {
    position: relative;
    margin-top: .08rem;
}

section.blog-list .filters+.filter-container {
    margin-top: .48rem;
}

section.blog-list .filter+.filter {
    margin-top: .32rem;
}

section.blog-list .filter .options {
    display: block;
    position: relative;
    max-height: 1.9rem;
    padding-right: .05rem;
    overflow: auto;
}

section.blog-list .filter *+.options {
    margin-top: .24rem;
}

section.blog-list .filter .options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px;
}

section.blog-list .filter .options::-webkit-scrollbar-track {
    background: transparent;
}

section.blog-list .filter .options::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 6px;
}

section.blog-list .filter .form-item+.form-item {
    margin-top: .15rem;
}

section.blog-list .middle {
    display: flex;
    gap: .48rem;
}

section.blog-list .right .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
}

section.blog-list .right .bar {
    position: relative;
    padding-top: .16rem;
    padding-bottom: .16rem;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

section.blog-list .right *+.bar {
    margin-top: .16rem;
}

section.blog-list .right .bar .count {
    width: 50%;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.blog-list .right .bar .actions {
    width: 50%;
    text-align: right;
}

section.blog-list .right .bar .actions *+.display {
    margin-left: .16rem;
}

section.blog-list .right .bar .actions .display a {
    opacity: .6;
}

section.blog-list .right .bar .actions .display a.active {
    opacity: 1;
}

section.blog-list .right .bar .actions .display a+a {
    margin-left: .08rem;
}

section.blog-list .right .bar .actions .display a img {
    width: .24rem;
}

section.blog-list .right .bar .actions .select2-container {
    width: 100% !important;
}

section.blog-list .right .bar .actions .select2-container--default .select2-selection--single {
    height: .2rem;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

section.blog-list .right .bar .actions .select2-container--default .select2-selection--single:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

section.blog-list .right .bar .actions .select2-container .select2-selection--single .select2-selection__rendered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-left: 0;
    padding-right: .2rem;
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.blog-list .right .bar .actions .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 400;
    color: #2d2e2c;
}

section.blog-list .right .bar .actions .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    height: auto;
    width: auto;
    top: 50%;
    right: 0;
    font-size: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

section.blog-list .right .bar .actions .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '';
    display: block;
    width: .12rem;
    height: .12rem;
    background-image: url(Icons/arrow-down.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
}

section.blog-list .right .bar .actions .select2-container--default.select2-container--open .select2-selection--single {
    border-radius: .04rem .04rem 0 0;
}

section.blog-list .right .bar .actions .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

section.blog-list .right .bar .actions .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

section.blog-list .no-items {
    padding: .5rem;
    font-size: .16rem;
    text-align: center;
}

section.blog-list .products {
    position: relative;
    padding-top: .24rem;
    padding-bottom: .24rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.24rem;
}

section.blog-list .products .item {
    position: relative;
    display: flex;
    width: calc(33.33% - 0.16rem);
    transition: ease-in-out .3s;
    flex-direction: column;
    align-items: flex-start;
}

section.blog-list .products .item .btn-blog {
    margin-top: auto;
    background-color: transparent;
    border: 1px solid #E0E0E0;
    border-radius: .04rem;
    color: #2d2e2c;
    padding: .12rem;
    cursor: pointer;
    font-weight: 600;
    transition: ease-in-out .3s;
    font-size: .13rem;
}

section.blog-list .products .item .btn-blog:hover {
    background-color: #2d2e2c;
    border: 1px solid #2d2e2c;
    color: #fff;
}




section.blog-list .products .item:hover {
    /*        box-shadow: 0 0 11px rgba(33,33,33,.16);
*/
}

section.blog-list .products.quadruple .item {
    width: 25%;
}

section.blog-list .products .item .image {
    width: 100%;
    height: 3.33rem;
    margin-bottom: 0.24rem;
    overflow: hidden;
}

@media (max-width:1250px) {
    section.blog-list .products .item .image {
        height: 2.75rem;
    }
}

@media (max-width:1100px) {
    section.blog-list .products .item .image {
        height: 2.3rem;
    }
}

section.blog-list .products .item .image>a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

section.blog-list .products .item a:first-of-type:hover>img {
    transform: scale(1.2);
}

section.blog-list .products .item .image>a>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: ease-in-out .3s;
}

section.blog-list .products .item .image .tags {
    position: absolute;
    left: 0;
    top: 0.04rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

section.blog-list .products .item .image .tags .tag {
    position: relative;
    margin: 0.04rem;
    padding: 0.04rem 0.14rem;
    font-weight: 400;
    font-size: 0.1rem;
    line-height: 1.2em;
    text-align: center;
    color: #ffffff;
    border-radius: 1rem;
    background-color: #2CD03E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

section.blog-list .products .item .image .tags .tag img {
    height: 22px !important;
    object-fit: contain;
    padding-right: 10px;
}

section.blog-list .products .item .image .tag.light {
    color: #2CD03E;
    border: 1px solid #2CD03E;
    background-color: transparent;
}

section.blog-list .products .item .image .btn-like {
    position: absolute;
    top: .16rem;
    right: .16rem;
}

section.blog-list .products .item .image .btn-like img {
    width: .24rem;
}

section.blog-list .products .item .image .btn-like img.active {
    display: none;
}

section.blog-list .products .item .image .btn-like.active img {
    display: none;
}

section.blog-list .products .item .image .btn-like.active img.active {
    display: inline-block;
}

section.blog-list .products .item .details {
    display: block;
    text-align: left;
    margin-bottom: .12rem;
}

section.blog-list .products .item .details .name {
    font-weight: 600;
    font-size: 0.22rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.blog-list .products .item .details .model-name {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.blog-list .products .item .details *+* {
    margin-top: .12rem;
}

section.blog-list .products .item .details .price span {
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 1.2em;
    color: #2d2e2c;
    font-weight: 600;
}

section.blog-list .products .item .details .price span.old {
    color: #939393;
    text-decoration: line-through;
}

section.blog-list .products .item .details .price span+span {
    margin-left: .16rem;
}

section.blog-list .products .item .details .price span+.montly {
    margin-left: .06rem;
}

section.blog-list .products .item .details .note {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #939393;
}

section.blog-list .products .item .details *+.note {
    margin-top: .12rem;
}

section.blog-list .pagination {
    position: relative;
    text-align: center;
}

section.blog-list .pagination>* {
    display: inline-block;
    vertical-align: middle;
    width: .4rem;
    height: .4rem;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #2D2E2C;
    border-radius: .4rem;
}

section.blog-list .pagination>*+* {
    margin-left: .08rem;
}

section.blog-list .pagination>*:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

section.blog-list .pagination>*>* {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2d2e2c;
}

section.blog-list .pagination .disabled {
    opacity: .5;
    border: none;
}

section.blog-list .pagination div {
    border: none;
}

section.blog-list .pagination .active {
    background-color: #2D2E2C;
}

section.blog-list .pagination .active>* {
    color: white;
}

section.blog-list *+.bottom {
    margin-top: .48rem;
}

section.blog-list .description .title {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: #31394f;
    text-align: left;
}

section.blog-list .description .text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 1.36em;
    color: #31394f;
}

section.blog-list .description *+.text {
    margin-top: .16rem;
}

section.blog-list .description .btn-read-more {
    display: inline-block;
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #2CD03E;
}

section.blog-list .description *+.btn-read-more {
    margin-top: .16rem;
}

section.blog-list .description .btn-read-more.closed .opened-text {
    display: none;
}

section.blog-list .description .btn-read-more.opened .closed-text {
    display: none;
}

/* BLOG DETAIL*/

section.blog-detail {
    margin-top: .48rem;
}

section.blog-detail .image {
    margin-bottom: .24rem;
}

section.blog-detail .image img {
    width: 100%;
    height: auto;
}

section.blog-detail .image.half {
    text-align: center;
}

section.blog-detail .image.half img {
    width: 50%;
    height: auto;
}

/*
    section.blog-detail .content .title {
        font-size: .16rem;
        margin-bottom: .24rem;
    }

        section.blog-detail .content .title h1 {
            font-size: .36rem !important;
        }

        section.blog-detail .content .title h2 {
            font-size: .18rem !important;
        }

        section.blog-detail .content .title h3 {
            font-size: .16rem !important;
        }*/

section.blog-detail .content .text.font ul {
    margin-bottom: .24rem;
}

section.blog-detail .content .text.font ul li {
    font-size: .18rem !important;
    line-height: 1.5em !important;
    list-style-position: inside !important;
}

section.blog-detail .content .text.font ul li p {
    display: inline;
}

section.blog-detail .content .text.font p,
section.blog-detail .content .text.font p {
    font-size: .18rem !important;
    margin-bottom: .24rem;
    line-height: 1.5em !important;
}

section.blog-detail .content .text.font p a {
    color: black;
    text-decoration: underline;
}

section.blog-detail .content .text.font h1 {
    font-size: .36rem !important;
}

section.blog-detail .content .text.font h1+p {
    padding-top: .1rem;
}

section.blog-detail .content .text.font h2 {
    font-size: .27rem !important;
}

section.blog-detail .content .text.font h2+p {
    padding-top: .1rem;
}

section.blog-detail .content .text.font h3 {
    font-size: .21rem !important;
}

section.blog-detail .content .text.font h3+p {
    padding-top: .1rem;
}

section.blog-detail .content .text.font h4 {
    font-size: .18rem !important;
}

section.blog-detail .content .text.font h4+p {
    padding-top: .1rem;
}

section.blog-detail .content table {
    width: 100%;
    border-collapse: collapse;
}

section.blog-detail .content .table {
    margin-top: .16rem;
}

section.blog-detail .content table th {
    padding: .08rem;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
    background-color: #EBEBEB;
}

section.blog-detail .content table th:first-child {
    padding-left: .16rem;
}

section.blog-detail .content table th:last-child {
    padding-right: .16rem;
}

section.blog-detail .content table td {
    padding-top: .16rem;
    padding-bottom: .16rem;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 1.2em;
    color: #2d2e2c;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
}


/* Campaign Page */

section.campaign-page {
    margin: 120px 0;
}

section.campaign-page .content {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: .8rem;
}

section.campaign-page .image-container {
    width: 4.45rem;
}

section.campaign-page .image-container .owl-item {
    width: 4.45rem;
    height: 2.95rem;
    object-fit: contain;
}

section.campaign-page .image-container .nav {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    gap: 0.04rem;
    margin-top: 0.08rem;
    justify-content: center;
}

section.campaign-page .image-container .nav a {
    opacity: .5;
}

section.campaign-page .image-container .nav a.active {
    opacity: 1;
}

section.campaign-page .image-container .nav a img {
    width: .85rem;
    height: .56rem;
}

section.campaign-page .info-container {
    display: flex;
    flex-direction: column;
    gap: .28rem;
    width: 100%;
}

section.campaign-page .info-container .title {
    font-size: .48rem;
    font-weight: 600;
    color: #2D2E2C;
}

section.campaign-page .info-container .text {
    font-size: .20rem;
    font-weight: 400;
    color: #2D2E2C;
}

section.campaign-page .info-container .description {
    font-size: .14rem;
    font-weight: 500;
    color: #2D2E2C;
}

section.campaign-page .info-container .btn-default {
    max-width: 2.40rem;
}

section.campaign-page .models {
    margin-top: 0.4rem;
    width: 100%;
}

section.campaign-page .models .title {
    font-size: .24rem;
    font-weight: 600;
}

section.campaign-page .models table {
    margin-top: .24rem;
    font-size: .14rem;
    color: #2D2E2C;
    font-weight: 400;
    width: 100%;
}

section.campaign-page .models table,
td {
    border: 1px solid #BABABA;
    border-collapse: collapse;
}

section.campaign-page .models table td {
    padding: .1rem .12rem;
}

section.campaign-page .models table .name {
    width: 30%;
}

section.campaign-page .models table .link {
    width: 10%;
    text-align: center;
}

section.campaign-page .models table .link a {
    color: #2D2E2C;
    font-weight: 600;
    text-decoration: underline;
}

section.campaign-page .form-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.26);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
    z-index: 100;
}

section.campaign-page .form-container.active {
    opacity: 1;
    visibility: visible;
}

section.campaign-page .form-container .form {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    right: -40%;
    width: 40%;
    min-width: 7rem;
    height: 100vh;
    padding: .62rem .65rem;
    background: #FFF;
    transition: right 0.4s ease;
    overflow-y: auto;
    overflow-x: hidden;
}

section.campaign-page .form-container.active .form {
    right: 0;
    visibility: visible;
    opacity: 1;
}

section.campaign-page .form-container .form .header {
    display: flex;
    justify-content: space-between;
}

section.campaign-page .form-container .form .btn-close {
    cursor: pointer;
    position: absolute;
    top: .30rem;
    right: .40rem;
}

section.campaign-page .form-container .form .header .logo {
    width: 1.6rem;
    object-fit: contain;
}

section.campaign-page .form-container .form .header .content {
    max-width: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: .12rem;
}

section.campaign-page .form-container .form .header .content .title {
    font-size: .18rem;
    font-weight: 600;
}

section.campaign-page .form-container .form .header .content .text {
    font-size: .14rem;
}

section.campaign-page .form-container .form .body {
    margin-top: .45rem;
}

section.campaign-page .form-container .form .body h6 {
    font-size: .2rem;
    font-weight: 600;
    color: rgba(45, 46, 44, 1);
    margin-bottom: .11rem;
}

section.campaign-page .form-container .form .body h6 span {
    color: rgba(220, 38, 38, 1);
}

section.campaign-page .form-container .form .body .form-group {
    display: flex;
    flex-direction: column;
    gap: .11rem;
    padding: .24rem 0;
}

section.campaign-page .form-container .form .body .form-group .row {
    display: flex;
    flex-direction: row;
    gap: .11rem;
}

section.campaign-page .form-container .form .body .form-group .row .form-item {
    width: auto;
}

section.campaign-page .form-container .form .body .form-group .wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: .11rem;
}

section.campaign-page .form-container .form .body .form-group .wrap .form-item {
    width: 49%;
}

section.campaign-page .form-container .form .body .btn-default {
    min-width: 2.4rem;
    margin-top: .48rem;
}


section.campaign-page [type="radio"]:checked+label:before,
section.campaign-page [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .2rem;
    height: .2rem;
    border: 1px solid rgba(45, 46, 44, 1);
    border-radius: 100%;
    background: #fff;
}

section.campaign-page [type="radio"]:checked+label:before {
    border: 1px solid rgba(44, 208, 62, 1);
    ;
}

section.campaign-page [type="radio"]:checked+label,
section.campaign-page [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: .28rem;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: rgba(45, 46, 44, 1);
    font-size: .15rem;
    font-weight: 500;
}

section.campaign-page [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

section.campaign-page [type="radio"]:checked+label:after {
    content: '';
    width: .14rem;
    height: .14rem;
    background: rgba(44, 208, 62, 1);
    position: absolute;
    top: .04rem;
    left: .04rem;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


/* Right Sheet*/

section.right-sheet {}

section.right-sheet .form-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.26);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
    z-index: 100;
}

section.right-sheet .form-container.active {
    opacity: 1;
    visibility: visible;
}

section.right-sheet .form-container .form {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    right: -40%;
    width: 40%;
    min-width: 7rem;
    height: 100vh;
    padding: .62rem .65rem;
    background: #FFF;
    transition: right 0.4s ease;
    overflow-y: auto;
    overflow-x: hidden;
}

section.right-sheet .form-container.active .form {
    right: 0;
    visibility: visible;
    opacity: 1;
}

section.right-sheet .form-container .form .header {
    display: flex;
    justify-content: space-between;
}

section.right-sheet .form-container .form .btn-close {
    cursor: pointer;
    position: absolute;
    top: .30rem;
    right: .40rem;
}

section.right-sheet .form-container .form .header .logo {
    width: 1.6rem;
    object-fit: contain;
}

section.right-sheet .form-container .form .header .content {
    max-width: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: .12rem;
}

section.right-sheet .form-container .form .header .content .title {
    font-size: .18rem;
    font-weight: 600;
}

section.right-sheet .form-container .form .header .content .text {
    font-size: .14rem;
}

section.right-sheet .form-container .form .body {
    margin-top: .45rem;
}

section.right-sheet .form-container .form .body h6 {
    font-size: .2rem;
    font-weight: 600;
    color: rgba(45, 46, 44, 1);
    margin-bottom: .11rem;
}

section.right-sheet .form-container .form .body h6 span {
    color: rgba(220, 38, 38, 1);
}

section.right-sheet .form-container .form .body .form-group {
    display: flex;
    flex-direction: column;
    gap: .11rem;
    padding: .24rem 0;
}

section.right-sheet .form-container .form .body .form-group .row {
    display: flex;
    flex-direction: row;
    gap: .11rem;
}

section.right-sheet .form-container .form .body .form-group .row .form-item {
    width: auto;
}

section.right-sheet .form-container .form .body .form-group .wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: .11rem;
}

section.right-sheet .form-container .form .body .form-group .wrap .form-item {
    width: 49%;
}

section.right-sheet .form-container .form .body .btn-default {
    min-width: 2.4rem;
    margin-top: .48rem;
}


section.right-sheet [type="radio"]:checked+label:before,
section.right-sheet [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .2rem;
    height: .2rem;
    border: 1px solid rgba(45, 46, 44, 1);
    border-radius: 100%;
    background: #fff;
}

section.right-sheet [type="radio"]:checked+label:before {
    border: 1px solid rgba(44, 208, 62, 1);
    ;
}

section.right-sheet [type="radio"]:checked+label,
section.right-sheet [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: .28rem;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: rgba(45, 46, 44, 1);
    font-size: .15rem;
    font-weight: 500;
}

section.right-sheet [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

section.right-sheet [type="radio"]:checked+label:after {
    content: '';
    width: .14rem;
    height: .14rem;
    background: rgba(44, 208, 62, 1);
    position: absolute;
    top: .04rem;
    left: .04rem;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


/* Plate Query */


section.plate-query {
    margin: 1.10rem 0;
}

section.plate-query .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
}

section.plate-query .content .help-icon {
    width: 2.04rem;
    height: 2.04rem;
}

section.plate-query .content .info {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin: 0 1.6rem;
}

section.plate-query .content .query-container {
    width: 100%;
    max-width: 5.6rem;
}

section.plate-query .content .query-container form {
    display: flex;
    flex-direction: column;
    gap: .12rem;
}

section.plate-query .content .query-container input {
    height: .54rem !important;
    font-size: .16rem !important;
}

section.plate-query .content .query-container label {
    font-size: .16rem !important;
}

section.plate-query .content .query-container .form-item.active label {
    font-size: .13rem !important;
}

section.plate-query .content .query-container button {
    margin-top: .16rem;
    height: .48rem;
    font-size: .16rem;
}

section.plate-query .content .query-container button.disabled {
    background: rgba(136, 136, 136, 1);
    pointer-events: none;
}

section.plate-query .content .query-container .message {
    font-weight: 500;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: rgb(239 76 76);
    display: none
}

section.plate-query .content .query-container .message.disabled {
    display: none;
}

section.plate-query .result {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: .4rem;
    gap: .4rem;
}

section.plate-query .result .contact-us {
    background: rgba(245, 245, 245, 1);
    width: 5.60rem;
    height: 1.43rem;
    border: 1px solid rgba(206, 206, 206, 1);
    border-radius: .08rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .16rem;
}

section.plate-query .result .contact-us .title {
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 1.2em;
}

section.plate-query .result .contact-us .branch {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 1.2em;
}

section.plate-query .result .contact-us .phone-container {
    display: flex;
    flex-direction: row;
    gap: .16rem;
    justify-content: center;
    align-items: center;
}

section.plate-query .result .contact-us .phone-container img {
    width: .32rem;
    height: .32rem;
}

section.plate-query .result .contact-us .phone-container span {
    font-weight: 700;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: rgba(0, 0, 0, 1);
    text-decoration: underline;
}

section.plate-query .result .pdf-row {
    display: flex;
    flex-direction: row;
    gap: .12rem;
    width: 5.6rem;
}

section.plate-query .result .pdf-item {
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: row;
    gap: .12rem;
    border: 1px solid rgba(231, 231, 231, 1);
    border-radius: .04rem;
    padding: .12rem;
    height: .8rem;
    align-items: center;
    width: 100%;
    justify-content: center;
}

section.plate-query .result .pdf-item img {
    width: .24rem;
    height: .24rem;
}

section.plate-query .result .pdf-item span {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: rgba(45, 46, 44, 1);
}

section.plate-query .result .product {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

section.plate-query .result .product .title {
    font-weight: 600;
    font-size: 0.28rem;
    line-height: 1.2em;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

section.plate-query .result .product .item {
    border: 1px solid rgba(231, 231, 231, 1);
    border-radius: .04rem;
    width: 5.6rem;
    height: 6rem;
    padding: .32rem .28rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

section.plate-query .result .product .item .image {
    width: 100%;
    height: 3.4rem;
    object-fit: contain;
}

section.plate-query .result .product .item .detail {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

section.plate-query .result .product .item .detail .name {
    font-weight: 700;
    font-size: 0.24rem;
    line-height: 1.2em;
    color: rgba(45, 46, 44, 1);
}

section.plate-query .result .product .item .detail .pdf-item img {
    width: 0.36rem;
    height: 0.36rem;
}


section.plate-query .result .product .pdf-item {
    padding: .12rem .2rem;
    gap: .2rem;
}

section.plate-query .result .product .pdf-item img {
    width: .36rem;
    height: .36rem;
}


/*Basic Page*/

section.basic-page {
    padding: .48rem 0;
}

section.basic-page .container {
    display: flex;
    flex-direction: column;
    gap: .08rem;
}

section.basic-page .text-center {
    text-align: center;
}

section.basic-page .text-left {
    text-align: left;
}

section.basic-page .text-right {
    text-align: right;
}

section.basic-page .title {
    font-size: .52rem;
    font-weight: 700;
    line-height: 1.2;
}

section.basic-page * + .title {
    margin-top: .24rem;
}

section.basic-page .text {
    font-size: .22rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: .06rem;
}

section.basic-page .image-container {
    display: flex;
    justify-content: center;
}

section.basic-page .image-container img {
    height: auto;
    max-width: 100%;
}

section.basic-page .image-container.full img {
    width: 100%;
}

section.basic-page .buttons {
    display: flex;
    align-items: center;
    gap: .18rem;
}

section.basic-page * + .buttons {
    margin-top: .24rem;
}

section.basic-page * + .content {
    margin-top: .18rem;
}

section.basic-page .content {
    font-size: .14rem !important;
    line-height: 1.5em !important;
}

section.basic-page .content ul {
    margin: .24rem 0;
}

section.basic-page .content ul li {
    font-size: .18rem !important;
    line-height: 1.5em !important;
    list-style-position: inside !important;
}

section.basic-page .content ul li p {
    display: inline;
}

section.basic-page .content p,
section.basic-page .content p {
    font-size: .18rem !important;
    margin-bottom: .24rem;
    line-height: 1.5em !important;
}

section.basic-page .content a {
    color: black;
    text-decoration: underline;
}

section.basic-page .content h1 {
    font-size: .36rem !important;
}

section.basic-page .content h1+p {
    padding-top: .1rem;
}

section.basic-page .content h2 {
    font-size: .27rem !important;
}

section.basic-page .content h2+p {
    padding-top: .1rem;
}

section.basic-page .content h3 {
    font-size: .21rem !important;
}

section.basic-page .content h3+p {
    padding-top: .1rem;
}

section.basic-page .content h4 {
    font-size: .18rem !important;
}

section.basic-page .content h4+p {
    padding-top: .1rem;
}


section.basic-page * + .table {
    margin-top: .24rem;
}

section.basic-page .table  * + .title {
    margin-top: .12rem;
}

section.basic-page .table .title {
    font-size: .24rem;
    font-weight: 600;
    line-height: 1.2;
}

section.basic-page .table .text {
    font-size: .16rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: .12rem;
}

section.basic-page table {
    margin-top: .24rem;
    font-size: .14rem;
    color: #2D2E2C;
    font-weight: 400;
    width: 100%;
}

section.basic-page table,
td {
    border: 1px solid #BABABA;
    border-collapse: collapse;
}

section.basic-page table td {
    padding: .1rem .12rem;
}

section.basic-page table .name {
    width: 30%;
}

section.basic-page table .link {
    width: 10%;
    text-align: center;
}

section.basic-page table .link a {
    color: #2D2E2C;
    font-weight: 600;
    text-decoration: underline;
}
