﻿.display,
.hidden {
    display: none !important;
}

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

html {
    overflow-x: hidden;
}

html,
body {
    padding: 0px !important;
    padding: 0;
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    border: 1px solid #e9e9e9;
    color: #1c1c1c;
    margin: 0 0 19px;
    min-height: 40px;
    padding: 0 20px;
}

a {
    color: #333;
}

a:hover {
    color: var(--main_color, #e4b95b);
    text-decoration: none;
    cursor: pointer;
}

.dropdown-menu {
    box-shadow: none;
}

.dropdown-menu > li > a {
    white-space: inherit;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: none;
}

body,
input,
textarea,
button,
select {
    line-height: 1.7;
    font-family: "Roboto Condensed", sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
    box-shadow: none;
}

header nav {
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-family: "Roboto Condensed", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    font-weight: inherit;
}

a:focus {
    outline: none;
}

p {
    margin: 0 0 15px 0;
}

p img {
    margin: 0;
}

em {
    font-style: italic;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ul.square {
    list-style: square outside;
}

ul.disc {
    list-style: disc outside;
}

ol.alpha {
    list-style: lower-alpha outside;
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-wrap {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

th {
    font-weight: 500;
}

th,
td {
    text-align: center;
    padding: 15px;
    border: 1px solid #ebebeb;
    color: #1c1c1c;
}

a,
.text-link {
    color: #333;
    text-decoration: none;
    background: transparent;
}

button {
    overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

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

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.table-wrapper {
    max-width: 100%;
    overflow: auto;
}

form {
    margin-bottom: 30px;
}

a:focus,
.btn:focus,
input[type="submit"]:focus,
button:focus,
.page-link:focus,
.button:focus,
.btn-button:focus {
    outline: none;
    box-shadow: none;
}

input,
textarea,
button,
select {
    font-size: 1em;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
}

button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input,
textarea,
select,
fieldset {
    border-radius: 0;
    max-width: 100%;
}

input.input-full,
textarea.input-full,
select.input-full,
fieldset.input-full {
    width: 100%;
}

fieldset {
    border: 1px solid #ebebeb;
    padding: 15px;
}

legend {
    border: 0;
    padding: 0;
}

optgroup {
    font-weight: bold;
}

input {
    display: inline-block;
    width: auto;
}

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

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    width: 100%;
    max-width: 100%;
    display: block;
}

input[type="text"][disabled],
input[type="text"].disabled,
input[type="search"][disabled],
input[type="search"].disabled,
input[type="password"][disabled],
input[type="password"].disabled,
input[type="email"][disabled],
input[type="email"].disabled,
input[type="file"][disabled],
input[type="file"].disabled,
input[type="number"][disabled],
input[type="number"].disabled,
input[type="tel"][disabled],
input[type="tel"].disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
    cursor: default;
}

textarea {
    min-height: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url("//bizweb.dktcdn.net/100/387/180/themes/765139/assets/ico-select.png?1590391918558");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff !important;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
}

.ie9 select,
.lt-ie9 select {
    padding-right: 10px;
    background-image: none;
}

option {
    color: #000;
    background-color: #fff;
}

select::-ms-expand {
    display: none;
}

label,
legend {
    display: block;
    font-weight: 400;
}

label.inline,
legend.inline {
    display: inline;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    font-weight: normal;
}

label[for] {
    cursor: pointer;
}

.label-hint {
    color: #999;
}

form.form-horizontal,
.form-horizontal {
    margin-bottom: 0;
}

input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
    border-color: red;
    color: red;
}

label.error {
    color: red;
}

.hidden {
    display: none;
}

label {
    /*display: inline-block !important;*/
}

.input-group {
    /*position: relative;*/
    /*display: table;*/
    /*border-collapse: separate;*/
}

.input-group .input-group-field:first-child,
.input-group .input-group-btn:first-child,
.input-group .input-group-btn:first-child > .btn,
.input-group .input-group-btn:first-child > input[type="submit"],
.input-group input[type="hidden"]:first-child + .input-group-field,
.input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
.input-group
input[type="hidden"]:first-child
+ .input-group-btn
> input[type="submit"] {
    border-radius: 0;
}

.input-group .input-group-field:last-child,
.input-group .input-group-btn:last-child > .btn,
.input-group .input-group-btn:last-child > input[type="submit"] {
    border-radius: 0;
}

.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
}

.input-group-field,
.input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.input-group .btn,
.input-group input[type="submit"],
.input-group .input-group-field {
    height: 40px;
}

.input-group .input-group-field {
    width: 100%;
    margin-bottom: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0;
}

.form-group {
    margin: 0;
    padding: 0 0 8px;
    border: 0;
}

.flexbox,
.awe-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.list-inline {
    *zoom: 1;
}

.list-inline:after {
    content: "";
    display: table;
    clear: both;
}

.list-inline li {
    float: left;
    margin: 0;
}

.text-bold {
    font-weight: bold !important;
}

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

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

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

.f-left {
    float: left !important;
}

.f-right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.inline {
    display: inline !important;
}

.block {
    display: block !important;
}

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

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.flexbox > div {
    flex: 1;
}

.background-none {
    background: none !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: none !important;
}

.ov-h {
    overflow: hidden !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.margin-0 {
    margin: 0px !important;
}

.margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.margin-horizontal-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.padding-0 {
    padding: 0px !important;
}

.padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.padding-horizontal-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

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

.margin-5 {
    margin: 5px !important;
}

.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-horizontal-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-horizontal-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-horizontal-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-horizontal-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.margin-horizontal-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.padding-horizontal-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.margin-horizontal-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-horizontal-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.margin-25 {
    margin: 25px !important;
}

.margin-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.margin-horizontal-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.padding-horizontal-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-vertical-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.margin-horizontal-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.padding-horizontal-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.margin-35 {
    margin: 35px !important;
}

.margin-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.margin-horizontal-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-left-35 {
    margin-left: 35px !important;
}

.margin-right-35 {
    margin-right: 35px !important;
}

.padding-35 {
    padding: 35px !important;
}

.padding-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.padding-horizontal-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-bottom-35 {
    padding-bottom: 35px !important;
}

.padding-left-35 {
    padding-left: 35px !important;
}

.padding-right-35 {
    padding-right: 35px !important;
}

.margin-40 {
    margin: 40px !important;
}

.margin-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.margin-horizontal-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

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

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.padding-horizontal-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.margin-45 {
    margin: 45px !important;
}

.margin-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.margin-horizontal-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-left-45 {
    margin-left: 45px !important;
}

.margin-right-45 {
    margin-right: 45px !important;
}

.padding-45 {
    padding: 45px !important;
}

.padding-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.padding-horizontal-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-bottom-45 {
    padding-bottom: 45px !important;
}

.padding-left-45 {
    padding-left: 45px !important;
}

.padding-right-45 {
    padding-right: 45px !important;
}

.margin-50 {
    margin: 50px !important;
}

.margin-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.margin-horizontal-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.padding-horizontal-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.margin-55 {
    margin: 55px !important;
}

.margin-vertical-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.margin-horizontal-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}

.margin-top-55 {
    margin-top: 55px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-left-55 {
    margin-left: 55px !important;
}

.margin-right-55 {
    margin-right: 55px !important;
}

.padding-55 {
    padding: 55px !important;
}

.padding-vertical-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.padding-horizontal-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.padding-top-55 {
    padding-top: 55px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-left-55 {
    padding-left: 55px !important;
}

.padding-right-55 {
    padding-right: 55px !important;
}

.margin-60 {
    margin: 60px !important;
}

.margin-vertical-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.margin-horizontal-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.padding-60 {
    padding: 60px !important;
}

.padding-vertical-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.padding-horizontal-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-left-60 {
    padding-left: 60px !important;
}

.padding-right-60 {
    padding-right: 60px !important;
}

.margin-65 {
    margin: 65px !important;
}

.margin-vertical-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}

.margin-horizontal-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
}

.margin-top-65 {
    margin-top: 65px !important;
}

.margin-bottom-65 {
    margin-bottom: 65px !important;
}

.margin-left-65 {
    margin-left: 65px !important;
}

.margin-right-65 {
    margin-right: 65px !important;
}

.padding-65 {
    padding: 65px !important;
}

.padding-vertical-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.padding-horizontal-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
}

.padding-top-65 {
    padding-top: 65px !important;
}

.padding-bottom-65 {
    padding-bottom: 65px !important;
}

.padding-left-65 {
    padding-left: 65px !important;
}

.padding-right-65 {
    padding-right: 65px !important;
}

.margin-70 {
    margin: 70px !important;
}

.margin-vertical-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.margin-horizontal-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-right-70 {
    margin-right: 70px !important;
}

.padding-70 {
    padding: 70px !important;
}

.padding-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.padding-horizontal-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-left-70 {
    padding-left: 70px !important;
}

.padding-right-70 {
    padding-right: 70px !important;
}

.margin-75 {
    margin: 75px !important;
}

.margin-vertical-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}

.margin-horizontal-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
}

.margin-top-75 {
    margin-top: 75px !important;
}

.margin-bottom-75 {
    margin-bottom: 75px !important;
}

.margin-left-75 {
    margin-left: 75px !important;
}

.margin-right-75 {
    margin-right: 75px !important;
}

.padding-75 {
    padding: 75px !important;
}

.padding-vertical-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.padding-horizontal-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.padding-top-75 {
    padding-top: 75px !important;
}

.padding-bottom-75 {
    padding-bottom: 75px !important;
}

.padding-left-75 {
    padding-left: 75px !important;
}

.padding-right-75 {
    padding-right: 75px !important;
}

.margin-80 {
    margin: 80px !important;
}

.margin-vertical-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.margin-horizontal-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-left-80 {
    margin-left: 80px !important;
}

.margin-right-80 {
    margin-right: 80px !important;
}

.padding-80 {
    padding: 80px !important;
}

.padding-vertical-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.padding-horizontal-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-left-80 {
    padding-left: 80px !important;
}

.padding-right-80 {
    padding-right: 80px !important;
}

.margin-85 {
    margin: 85px !important;
}

.margin-vertical-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}

.margin-horizontal-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
}

.margin-top-85 {
    margin-top: 85px !important;
}

.margin-bottom-85 {
    margin-bottom: 85px !important;
}

.margin-left-85 {
    margin-left: 85px !important;
}

.margin-right-85 {
    margin-right: 85px !important;
}

.padding-85 {
    padding: 85px !important;
}

.padding-vertical-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}

.padding-horizontal-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
}

.padding-top-85 {
    padding-top: 85px !important;
}

.padding-bottom-85 {
    padding-bottom: 85px !important;
}

.padding-left-85 {
    padding-left: 85px !important;
}

.padding-right-85 {
    padding-right: 85px !important;
}

.margin-90 {
    margin: 90px !important;
}

.margin-vertical-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.margin-horizontal-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-left-90 {
    margin-left: 90px !important;
}

.margin-right-90 {
    margin-right: 90px !important;
}

.padding-90 {
    padding: 90px !important;
}

.padding-vertical-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.padding-horizontal-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-bottom-90 {
    padding-bottom: 90px !important;
}

.padding-left-90 {
    padding-left: 90px !important;
}

.padding-right-90 {
    padding-right: 90px !important;
}

.margin-95 {
    margin: 95px !important;
}

.margin-vertical-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}

.margin-horizontal-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
}

.margin-top-95 {
    margin-top: 95px !important;
}

.margin-bottom-95 {
    margin-bottom: 95px !important;
}

.margin-left-95 {
    margin-left: 95px !important;
}

.margin-right-95 {
    margin-right: 95px !important;
}

.padding-95 {
    padding: 95px !important;
}

.padding-vertical-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}

.padding-horizontal-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
}

.padding-top-95 {
    padding-top: 95px !important;
}

.padding-bottom-95 {
    padding-bottom: 95px !important;
}

.padding-left-95 {
    padding-left: 95px !important;
}

.padding-right-95 {
    padding-right: 95px !important;
}

.margin-100 {
    margin: 100px !important;
}

.margin-vertical-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.margin-horizontal-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-left-100 {
    margin-left: 100px !important;
}

.margin-right-100 {
    margin-right: 100px !important;
}

.padding-100 {
    padding: 100px !important;
}

.padding-vertical-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.padding-horizontal-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-left-100 {
    padding-left: 100px !important;
}

.padding-right-100 {
    padding-right: 100px !important;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .table-responsive-block table,
    .table-responsive-block thead,
    .table-responsive-block tbody,
    .table-responsive-block th,
    .table-responsive-block td,
    .table-responsive-block tr {
        display: block;
    }

    .table-responsive-block thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive-block tr {
        background: #fff;
        margin-bottom: 20px;
        border: #ebebeb 1px solid;
    }

    .table-responsive-block td {
        border: none;
        position: relative;
        padding-left: 40%;
        text-align: right;
    }

    .table-responsive-block td.last {
        padding: 0;
    }

    .table-responsive-block td.last a {
        color: var(--main_color, #e4b95b);
    }

    .table-responsive-block td a {
        padding-left: 30%;
        display: block;
    }

    .table-responsive-block td:before {
        position: absolute;
        top: 9px;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        text-align: left;
        white-space: nowrap;
        font-weight: 400;
        display: block;
    }

    .table-responsive-block .table-order td:nth-of-type(1):before {
        content: "Đơn hàng";
    }

    .table-responsive-block .table-order td:nth-of-type(2):before {
        content: "Ngày";
    }

    .table-responsive-block .table-order td:nth-of-type(3):before {
        content: "Địa chỉ";
    }

    .table-responsive-block .table-order td:nth-of-type(4):before {
        content: "Giá trị";
    }

    .table-responsive-block .table-order td:nth-of-type(5):before {
        content: "TT Thanh toán";
    }

    .table-responsive-block .table-order td:nth-of-type(6):before {
        content: "TT Vận chuyển";
    }

    .table-responsive-block #order_details td:nth-of-type(1):before {
        content: "Sản phẩm";
    }

    .table-responsive-block #order_details td:nth-of-type(2):before {
        content: "Mã sản phẩm";
    }

    .table-responsive-block #order_details td:nth-of-type(3):before {
        content: "Giá";
    }

    .table-responsive-block #order_details td:nth-of-type(4):before {
        content: "Số lượng";
    }

    .table-responsive-block #order_details td:nth-of-type(5):before {
        content: "Tổng";
    }

    .table-responsive-block #order_details td:nth-of-type(6):before {
        content: "Tình trạng";
    }

    .table-responsive-block .totalorders td:nth-of-type(1):before {
        content: "Tạm tính";
    }

    .table-responsive-block .totalorders td:nth-of-type(2):before {
        content: "Phí vận chuyển";
    }

    .table-responsive-block .totalorders td:nth-of-type(3):before {
        content: "Tổng tiền";
    }

    .table-responsive-block .totalorders td:nth-of-type(4):before {
        content: "Số lượng";
    }

    .table-responsive-block .totalorders td:nth-of-type(5):before {
        content: "Tổng";
    }

    .table-responsive-block .totalorders td:nth-of-type(6):before {
        content: "Tình trạng";
    }
}

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

@media (min-width: 768px) and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    #open-filters {
        display: none;
    }
}

@media (max-width: 991px) {
    #open-filters {
        color: #fff;
        background: var(--main_color, #e4b95b);
        position: fixed;
        right: 0;
        top: 35% !important;
        padding: 4px 10px;
        cursor: pointer;
        z-index: 999;
        font-size: 18px;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    #open-filters.openf {
        right: 256px;
    }

    #open-filters.openf i:before {
        content: "\f00d";
    }

    #open-filters span {
        display: none;
    }

    .sidebar {
        position: fixed;
        width: 256px;
        background: #fff;
        top: 0;
        bottom: 0;
        right: 0;
        border-top: solid 1px #bbbbbb;
        border-left: solid 1px #bbbbbb;
        overflow: hidden;
        overflow-y: auto;
        z-index: 9999;
        visibility: hidden;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        padding: 0;
    }

    .sidebar.openf {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .sidebar .aside-filter {
        margin-left: 0px;
    }

    #nav-mobile {
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    #nav-mobile.open_sidebar_menu {
        visibility: visible;
    }

    .top-cart-content {
        display: none !important;
    }
}

.opacity_menu.open_opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 9999;
}

.heading {
    margin-bottom: 30px;
}

.heading h2,
.heading h1,
.heading h4 {
    font-family: "Now";
    font-weight: 700;
    font-size: 40px;
    color: var(--main_color, #e4b95b);
    padding: 0;
    margin: 0;
}

.heading h2 a,
.heading h2 span,
.heading h1 a,
.heading h1 span,
.heading h4 a,
.heading h4 span {
    color: var(--main_color, #e4b95b);
}

.heading h2 a:hover,
.heading h1 a:hover,
.heading h4 a:hover {
    color: #333;
}

.btn,
input[type="submit"] {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
}

.btn[disabled],
input[disabled][type="submit"],
.btn.disabled,
input.disabled[type="submit"] {
    cursor: default;
    background-color: #ebebeb;
}

.btn.btn-primary,
input.btn-primary[type="submit"] {
    /*border-radius: 30px;*/
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    background-color: var(--main_color, #e4b95b);
}

.btn.btn-primary:hover,
input.btn-primary[type="submit"]:hover {
    background-color: var(--dark_color, #e4b95b);
    opacity: 0.8;
}


.btn.btn-white,
input.btn-white[type="submit"] {
    background: #fff;
    color: #333;
    border: 1px solid #ebebeb;
    font-weight: 400;
}

.btn.btn-white:hover,
input.btn-white[type="submit"]:hover {
    background: var(--main_color, #e4b95b);
    color: #fff;
    border-color: var(--main_color, #e4b95b);
}

.btn.btn-gray,
input.btn-gray[type="submit"] {
    background: #9e9e9e;
    color: #fff;
}

.btn.btn-gray:hover,
input.btn-gray[type="submit"]:hover {
    background: var(--main_color, #e4b95b);
}

.btn.btn-gray a,
input.btn-gray[type="submit"] a {
    color: #fff;
}

.btn.btn-full,
input.btn-full[type="submit"] {
    display: block;
    width: 100%;
}

.btn-link {
    color: var(--main_color, #e4b95b);
}

.btn-link:hover {
    text-decoration: underline;
}

.btn-main {
    height: 45px;
    text-align: center;
    position: relative;
    border-radius: 45px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 0 30px;
    background: var(--main_color, #e4b95b);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
    border: none;
}

.btn-main:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--main_color, #e4b95b);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 45px;
}

.btn-main i {
    padding-left: 10px;
}

.btn-main:hover {
    color: #fff;
}

.btn-main:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.tab-wrap .tabs-title {
    *zoom: 1;
    display: inline-block;
    position: relative;
    z-index: 9;
    margin: 0 0 26px;
}

.tab-wrap .tabs-title:after {
    content: "";
    display: table;
    clear: both;
}

.tab-wrap .tabs-title li {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    float: left;
}

.tab-wrap .tabs-title li:before {
    content: "|";
    padding: 0 16px;
    color: #1c1c1c;
}

.tab-wrap .tabs-title li:first-child:before {
    display: none;
}

.tab-wrap .tabs-title li.current {
    color: #212121;
}

.tab-wrap .tab-content {
    position: relative;
}

ul.tabs li {
    background: none;
    display: inline-block;
    cursor: pointer;
}

ul.tabs li.current {
    color: #000;
}

.tab-content {
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*height: 0;*/
    /*overflow: hidden;*/
}

.tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.title-head {
    font-size: 24px;
}

.title_modules {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    text-align: left;
}

.title_modules a,
.title_modules .large {
    display: inline-block;
    z-index: 2;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .title_modules a,
    .title_modules .large {
        padding: 0;
        font-size: 22px;
    }
}

.title_modules a:hover {
    color: var(--main_color, #e4b95b);
}

.title_modules .mini {
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    margin-top: 5px;
    color: #6e7874;
    display: block;
    max-width: 60%;
    margin: 5px auto 0;
}

@media (max-width: 767px) {
    .title_modules .mini {
        padding: 0;
        max-width: 90%;
    }
}

.header_r .accout {
    font-weight: 400;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 45px;
    position: relative;
}

@media (max-width: 991px) {
    .header_r .accout {
        display: none;
    }
}

.header_r .accout i {
    margin-right: 3px;
}

.header_r .accout .group_ac {
    display: none;
    width: 110px;
    position: absolute;
    top: 45px;
    /*left: 0px;*/
    right: 0;
    background: #fff;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}

.header_r .accout .group_ac:before,
.header_r .cartsearch .searchhd #search:before,
ul#cart-sidebar:before {
    content: "";
    position: absolute;
    top: -5px;
    /*left: 48px;*/
    right: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #ebebeb transparent;
}

.header_r .cartsearch .searchhd #search:before {
    right: 12px;
}

.header_r .accout .group_ac a {
    display: block;
    text-align: left;
    line-height: 25px;
    font-weight: 400;
}

.header_r .accout span {
    font-size: 14px;
    color: #acacac;
}

.header_r .accout:hover span {
    color: #333;
}

.header_r .accout:hover .group_ac {
    display: block;
}

.header_r .cartsearch {
    /*display: inline-block;*/
    display: inline-flex;
    /*float: right;*/
    text-align: right;
    position: relative;
}

.header_r .cartsearch > div + div {
    /*margin-left: 15px;*/
    /*padding-left: 15px;*/
}

.header_r .cartsearch > div + div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #ebebeb;
}

@media (max-width: 991px) {
    .header_r .cartsearch {
        top: 20px;
        position: absolute;
        right: 0;
    }
}

.header_r .cartsearch .searchhd {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*float: left;*/
    /*display: inline-block;*/
}

@media (max-width: 991px) {
    .header_r .cartsearch .searchhd {
        display: none;
    }
}

.header_r .cartsearch .searchhd div {
    position: absolute;
    right: 0;
    /*top: 0;*/
    top: 100%;
    width: 260px;
    /*height: 45px;*/
    z-index: 999;
    margin-bottom: 0;
    display: none;
    transition: all 0.3s ease;
    border-radius: 3px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
    .header_r .cartsearch .searchhd div {
        width: 100%;
    }
}

.header_r .cartsearch .searchhd div input {
    /*position: absolute;*/
    /*top: -41px;*/
    /*z-index: 999;*/
    /*left: -140px;*/
    /*border-radius: 30px;*/
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 15px;
    border: 0;
    /*right: -10px;*/
    background: #f5f5f5;
}

@media (max-width: 991px) {
    .header_r .cartsearch .searchhd div input {
        top: 0;
        left: 0;
    }
}

.header_r .cartsearch .searchhd div button {
    position: absolute;
    /*left: 25px;*/
    /*top: -45px;*/
    right: 0;
    top: 0;
    z-index: 999;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

@media (max-width: 991px) {
    .header_r .cartsearch .searchhd div button {
        top: 0;
        right: 0;
        left: auto;
    }
}

.header_r .cartsearch .searchhd:hover div {
    display: block;
}

.header_r .cartsearch .carthd {
    /*float: left;*/
    display: inline-block;
    position: relative;
}

.mini-cart:hover .top-cart-content {
    display: block
}

.mini-cart {
    height: 45px;
    line-height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-cart .img_hover_cart .icon_hotline {
    font-size: 14px;
    font-weight: 400;
}

.mini-cart .img_hover_cart .icon_hotline i {
    position: relative;
}

.mini-cart .img_hover_cart .icon_hotline .bolds {
    margin-left: 9px;
}

.mini-cart .img_hover_cart:hover {
    color: var(--main_color, #e4b95b);
}

.mini-cart .img_hover_cart:hover .bolds {
    color: #333;
}

.wraphead_mobile {
    background: transparent;
    position: relative;
}

@media (max-width: 991px) {
    .wraphead_mobile {
        /*height: 135px;*/
        background: var(--main_color, #e4b95b);
    }
}

.wraphead_mobile .container {
    position: relative;
}

.menubutton {
    position: absolute;
    z-index: 999;
    color: #fff;
    font-size: 18px;
    left: 15px;
    top: 27px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .menubutton .fas {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menubutton {
        font-size: 0px;
        top: 40px;
    }
}

@media (max-width: 767px) {
    .menubutton {
        font-size: 0px;
        top: 33px;
    }
}

.menubutton:hover {
    color: #fff;
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .menubutton {
        left: 15px;
    }
}

.wrapmenu_right {
    height: 100vh;
    width: 375px;
    z-index: 99999;
    left: 0;
    top: 0px !important;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(-375px);
    -ms-transform: translateX(-375px);
    -o-transform: translateX(-375px);
    transform: translateX(-375px);
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .wrapmenu_right {
        width: 280px;
        -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        -o-transform: translateX(-280px);
        transform: translateX(-280px);
    }
}

.wrapmenu_right.open_sidebar_menu {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.wrapmenu {
}

.wrapmenu .logo {
    margin-bottom: 25px;
}

.wrapmenu .p-r-30 {
    padding: 0 30px;
}

.wrapmenu .contenttop {
    color: #333;
    text-align: left;
    margin-top: 30px;
}

.wrapmenu .contenttop a {
    color: #333;
    font-weight: 700;
}

.wrapmenu .contenttop a:hover {
    color: var(--main_color, #e4b95b);
}

.wrapmenu .social {
    width: 100%;
}

.wrapmenu .social a {
    display: inline-block;
    margin-left: 15px;
}

.wrapmenu .social a:first-child {
    margin-left: 0;
}

.wrapmenu .social a i {
    color: var(--main_color, #e4b95b);
}

.wrapmenu .social a i:hover {
    color: var(--main_color, #e4b95b);
}

.wrapmenu form {
    padding: 0px;
    margin-top: 20px;
}

.wrapmenu form input {
    height: 25px !important;
    line-height: 25px;
    min-height: 25px;
    border-radius: 3px !important;
    font-size: 13px;
    padding: 0 40px 0 15px;
}

.wrapmenu form button {
    padding: 0;
    width: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    height: 25px !important;
    right: 5px;
    line-height: 28px;
}

.wrapmenu form button .fas {
    color: var(--main_color, #e4b95b);
}

.wrapmenu {
    position: relative;
}

.wrapmenu_full {
    position: fixed;
    top: 0 !important;
    bottom: 0;
    left: -1px;
    z-index: 9999;
    width: 375px;
    background: #fff;
    max-height: 100vh;
    overflow-y: auto;
}

.wrapmenu_full::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.wrapmenu_full::-webkit-scrollbar {
    width: 0px;
    background-color: #fff;
}

.wrapmenu_full::-webkit-scrollbar-thumb {
    border: 0px solid #cdcfdd;
}

@media (max-width: 767px) {
    .wrapmenu_full {
        width: 280px;
    }
}

.wrapmenu_full .container {
    position: relative;
}

.wrapmenu_full .logo {
    width: 100%;
    text-align: center;
}

.wrapmenu_full .logo a {
    padding: 10px;
    display: block;
}

.wrapmenu_full .menu_mobile {
    height: 100%;
    margin-top: 0;
    border-top: 0px;
    background: #fff;
    padding: 0 0px;
}

.wrapmenu_full .menu_mobile p {
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    font-weight: 700;
    color: var(--main_color, #e4b95b);
    text-transform: uppercase;
    text-align: left;
    padding: 0 30px;
    box-shadow: 0px 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
    -os-box-shadow: 0px 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
    .wrapmenu_full .menu_mobile {
        padding: 0;
    }
}

.wrapmenu_full .menu_mobile .ul_collections {
    padding-left: 0;
    max-height: 90vh;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 0px;
}

.wrapmenu_full .menu_mobile .ul_collections::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.wrapmenu_full .menu_mobile .ul_collections::-webkit-scrollbar {
    width: 0px;
    background-color: #fff;
}

.wrapmenu_full .menu_mobile .ul_collections::-webkit-scrollbar-thumb {
    border: 0px solid #cdcfdd;
}

.wrapmenu_full .menu_mobile .ul_collections li {
    position: relative;
    display: block;
    padding: 0 0px;
    border-bottom: solid 1px #ebebeb;
}

.wrapmenu_full .menu_mobile .ul_collections li:last-child {
    border-bottom: none;
}

.wrapmenu_full .menu_mobile .ul_collections li.special a {
    color: var(--main_color, #e4b95b);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 15px;
    text-transform: unset;
    font-weight: 400;
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 > a {
    padding-left: 50px;
    position: relative;
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 > a:before {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    content: "";
    background: var(--main_color, #e4b95b);
    position: absolute;
    left: 30px;
    top: 20px;
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 ul {
    padding-left: 0;
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1:first-child {
    border-top: solid 1px #ebebeb;
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1.current > a {
    color: var(--main_color, #e4b95b);
}

.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1.current
> a:before {
    border-color: var(--main_color, #e4b95b);
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 a {
    padding: 10px 50px 10px 70px;
    position: relative;
    line-height: 22px;
    text-transform: unset;
    font-weight: 400;
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 a:before {
    content: "";
    top: 18px;
    left: 45px;
    position: absolute;
    width: 9px;
    height: 9px;
    border: solid 2px #d7d7d7;
    border-radius: 50%;
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1:last-child {
    border-bottom: 0px;
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .fa {
    top: 5px;
    right: 20px;
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 {
    padding-left: 0px;
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1.current {
    border-top: 0px;
}

.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1.current
> a {
    color: var(--main_color, #e4b95b);
}

.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1.current
> a:before {
    border-color: var(--main_color, #e4b95b);
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .fa {
    top: 7px;
    right: 20px;
}

.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1:last-child {
    border-bottom: 0px;
}

.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
ul.level2 {
    padding-left: 0px;
}

.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
ul.level3 {
    padding-left: 0px;
}

.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
.level2:first-child,
.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
.level3:first-child {
    border-top: solid 1px #ebebeb;
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level2 a,
.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
.level3
a {
    padding: 10px 50px 10px 90px;
    position: relative;
    line-height: 22px;
    text-transform: unset;
    font-weight: 400;
}

.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
.level2
a:before,
.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
.level3
a:before {
    content: "";
    top: 16px;
    left: 70px;
    position: absolute;
    width: 9px;
    height: 9px;
    border: solid 2px #d7d7d7;
    border-radius: 50%;
}

.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
.level2
.level3
a:before,
.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
.level3
.level3
a:before {
    border-radius: 0;
}

.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
.level2.current
> a,
.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
.level3.current
> a {
    color: var(--main_color, #e4b95b);
}

.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
.level2.current
> a:before,
.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
.level3.current
> a:before {
    border-color: var(--main_color, #e4b95b);
}

.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
.level2:last-child,
.wrapmenu_full
.menu_mobile
.ul_collections
li.level0
.level1
.level1
.level3:last-child {
    border-bottom: 0px;
}

.wrapmenu_full .menu_mobile .ul_collections li .fa {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 9px;
    color: #333;
    text-align: center;
    font-size: 10px;
}

.wrapmenu_full .menu_mobile .ul_collections li a {
    padding: 10px 0px;
    font-size: 16px;
    display: block;
    color: #333;
    text-decoration: none;
}

.wrapmenu_full .menu_mobile .ul_collections li a:hover {
    color: var(--main_color, #e4b95b);
}

.wrapmenu_full .menu_mobile .ul_ li span {
    padding-left: 15px;
}

.wrapmenu_full .menu_mobile .ul_ li .phone_ {
    color: red;
    padding-left: 5px;
}

.wrapmenu_full .menu_mobile .ul_ li a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 15px;
}

.tophead {
    font-size: 12px;
    background: #f5f5f5;
    height: 35px;
    color: #8c8c8c;
    line-height: 35px;
}

.tophead a {
    color: #8c8c8c;
}

.tophead a:hover {
    color: var(--main_color, #e4b95b);
}

.tophead .f-right a:first-child {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .tophead .contenttop {
        text-align: center;
    }

    .tophead .contenttop .account_xs {
        float: none !important;
        margin: 0 auto;
        display: inline-block;
    }
}

.contactphone {
    height: 90px;
    display: block;
    line-height: 90px;
    font-weight: 700;
    font-size: 12px;
}

.contactphone .fa {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    width: 25px;
    text-align: center;
    height: 25px;
    background: var(--main_color, #e4b95b);
    border-radius: 2px;
    margin-right: 8px;
}

.contactphone span {
    font-weight: 700;
}

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

.contactphone span span {
    font-weight: 400;
    font-size: 14px;
}

.contactphone:hover {
    color: #333;
}

.contactphone:hover span span {
    color: var(--main_color, #e4b95b);
}

.header.header_menu {
    z-index: 1000;
    float: left;
    width: 100%;
    height: 90px;
}

@media (max-width: 767px) {
    .header.header_menu {
        height: 90px;
    }
}

@media (min-width: 1200px) {
    #menu-overlay {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        display: none;
    }

    #menu-overlay.reveal {
        display: block;
    }
}

.menubar_pc {
    display: inline-block;
    float: left;
    line-height: 115px;
    padding-left: 12px;
}

@media (max-width: 767px) {
    .menubar_pc {
        line-height: 90px;
    }
}

.menubar_pc .navbars {
    display: inline-block;
}

.menubar_pc .navbars img {
    max-width: 64px;
    margin-top: -7px;
}

.menubar_pc .navbars span {
    font-size: 21px;
    font-weight: 400;
    color: #333;
    margin-left: 15px;
}

.logo_center {
    width: auto;
    display: inline-block;
    left: 0;
    z-index: 9;
    text-align: center;
    padding: 0;
    margin: 0 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo_center {
        margin: 0 40px;
    }
}

@media (max-width: 991px) {
    .logo_center {
        width: 170px;
        line-height: 90px;
        text-align: center;
        top: 0px;
        margin: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .logo_center {
        top: 0;
    }
}

.logo_center .logo-wrapper {
    text-align: center;
}

.cartgroup {
    position: relative;
    float: right;
    padding-right: 0;
    z-index: 99;
}

@media (max-width: 991px) {
    .cartgroup {
        float: right;
    }
}

@media (max-width: 767px) {
    .cartgroup {
        padding-right: 0;
    }
}

.cartgroup .header-right {
    float: left;
    margin-right: 0px;
}

.cartgroup .header-right .cart_header {
    line-height: 90px;
}

.cartgroup .inline-b {
    float: left;
    display: inline-block;
}

.cartgroup .inline-b.searchion {
    width: 40px;
    line-height: 93px;
    text-align: right;
    cursor: pointer;
    position: relative;
}

@media (max-width: 1199px) {
    .cartgroup .inline-b.searchion {
        width: 35px;
    }
}

@media (max-width: 767px) {
    .cartgroup .inline-b.searchion {
        line-height: 82px;
    }
}

.cartgroup .inline-b.searchion:hover .searchmini {
    display: block;
}

.searchmini {
    width: 250px;
    height: 50px;
    line-height: 50px;
    float: right;
}

.searchmini.show {
    display: block;
}

@media (max-width: 991px) {
    .searchmini {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .searchmini {
        width: 260px;
    }
}

@media (max-width: 767px) {
    .searchmini {
        top: 60px;
    }
}

.searchmini form {
    width: 100%;
    height: 32px;
    line-height: 33px;
    margin: 9px 0 0 0;
    padding: 0;
    position: relative;
}

.searchmini form input {
    width: 100%;
    height: 32px !important;
    min-height: unset;
    line-height: 32px;
    border: solid 1px #ebebeb;
    background: transparent;
    border-radius: 0px !important;
    padding: 0 40px 0 15px;
    background: #fff;
    color: #959595;
    font-size: 12px;
}

.searchmini form input::-webkit-input-placeholder {
    color: #959595;
}

.searchmini form input::-moz-placeholder {
    color: #959595;
}

.searchmini form input:-ms-input-placeholder {
    color: #959595;
}

.searchmini form button {
    width: 30px;
    height: 33px !important;
    line-height: 33px;
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 5px;
}

.searchmini form button .fa {
    font-size: 16px;
    color: #333;
}

@media (min-width: 992px) {
    .serachpc form {
        width: 100%;
        height: 32px;
        line-height: 33px;
        margin: 6px 0 0 0;
        padding: 0;
        position: relative;
    }

    .serachpc form input {
        width: 100%;
        height: 36px !important;
        min-height: unset;
        line-height: 36px;
        border: solid 1px #ebebeb;
        background: transparent;
        border-radius: 0px !important;
        padding: 0 40px 0 15px;
        background: #fff;
        color: #959595;
        font-size: 12px;
    }

    .serachpc form input::-webkit-input-placeholder {
        color: #959595;
    }

    .serachpc form input::-moz-placeholder {
        color: #959595;
    }

    .serachpc form input:-ms-input-placeholder {
        color: #959595;
    }

    .serachpc form button {
        width: 30px;
        height: 36px !important;
        line-height: 36px;
        box-shadow: none;
        border: none;
        background: transparent;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 5px;
    }

    .serachpc form button .fa {
        font-size: 16px;
        color: #333;
    }
}

.serachpc_searchpage form {
    width: 100%;
    height: 32px;
    line-height: 33px;
    margin: 6px 0 0 0;
    padding: 0;
    position: relative;
}

.serachpc_searchpage form input {
    min-width: 300px;
    height: 45px !important;
    min-height: unset;
    line-height: 45px;
    border: solid 1px #ebebeb;
    background: transparent;
    border-radius: 45px !important;
    padding: 0 40px 0 15px;
    background: #fff;
    color: #959595;
    font-size: 12px;
}

.serachpc_searchpage form input::-webkit-input-placeholder {
    color: #959595;
}

.serachpc_searchpage form input::-moz-placeholder {
    color: #959595;
}

.serachpc_searchpage form input:-ms-input-placeholder {
    color: #959595;
}

@media (max-width: 767px) {
    .serachpc_searchpage form input {
        min-width: 250px;
    }
}

.serachpc_searchpage form button {
    width: 30px;
    height: 45px !important;
    line-height: 45px;
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 15px;
}

.serachpc_searchpage form button .fa {
    font-size: 16px;
    color: #333;
}

.mid-header {
    padding: 0px;
    float: left;
    width: 100%;
    height: 90px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 998;
    background-size: cover;
}

@media (max-width: 991px) {
    .mid-header {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .mid-header {
        line-height: 90px;
        height: 90px;
    }
}

@media (max-width: 767px) {
    .mid-header {
        height: 90px;
    }
}

.mid-header .content_header {
    position: relative;
    height: 90px;
}

@media (max-width: 767px) {
    .mid-header .content_header {
        height: 90px;
    }
}

.mid-header .content_header .header-right {
    position: relative;
}

.mid-header .content_header .header-right .bolds {
    font-weight: 700;
}

@media (max-width: 991px) and (min-width: 768px) {
    .mid-header .content_header .header-right .top-cart-contain {
        position: absolute;
        right: 0px;
    }
}

@media (max-width: 767px) {
    .mid-header .content_header .header-right .top-cart-contain {
        position: absolute;
        bottom: 5px;
        right: 0px;
    }
}

.mid-header .content_header .header-right .top-cart-contain .img_hover_cart {
    display: block;
    float: left;
    margin-left: 35px;
}

@media (max-width: 1199px) {
    .mid-header .content_header .header-right .top-cart-contain .img_hover_cart {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .mid-header .content_header .header-right .top-cart-contain .img_hover_cart {
        line-height: 95px;
        height: 90px;
    }
}

.mid-header .header_search_ .input-group-field {
    font-size: 14px;
    border-right: none;
    padding: 0 0 0 20px;
}

.mid-header .header_search_ .icon-fallback-text {
    background: transparent;
    border: 1px solid #ddd;
    border-left: none;
}

.mid-header .header_search_ .icon-fallback-text .fa-search {
    font-size: 17px;
}

.logo {
    display: inline-block;
}

.logo img {
    max-height: 70px;
    transition: all 0.3s ease 0s;
    width: auto
}

.mini-cart .heading-cart .content_cart_header {
    line-height: 21px;
    padding-left: 20px;
    margin-top: -11px;
    float: right;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .mini-cart .heading-cart .content_cart_header {
        padding-left: 15px;
        margin-top: -8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mini-cart .heading-cart .content_cart_header {
        margin-top: 25px;
    }
}

@media (max-width: 321px) {
    .mini-cart .heading-cart .content_cart_header {
        padding-left: 5px;
    }
}

.mini-cart .heading-cart .bg_cart {
    color: #8d90a6;
}

.mini-cart .heading-cart .bg_cart .count_item_pr {
    font-size: 14px;
    color: var(--main_color, #e4b95b);
    font-weight: 400;
}

.mini-cart .heading-cart .bg_cart strong {
    color: var(--main_color, #e4b95b);
}

.mini-cart .heading-cart .bg_cart i {
    font-size: 24px;
    color: var(--main_color, #e4b95b);
    display: block;
    float: left;
    line-height: 30px;
    width: 100%;
}

@media (max-width: 991px) {
    .mini-cart .heading-cart .bg_cart i {
        margin-right: 30px;
    }
}

.mini-cart .heading-cart .bg_cart .text-giohang {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: block;
}

.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none;
}

.top-cart-contain .price {
    color: var(--main_color, #e4b95b);
    text-transform: uppercase;
}

.top-cart-contain .product-details .price {
    color: var(--main_color, #e4b95b);
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px;
}

.top-cart-content {
    right: 0px;
    top: 45px;
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    z-index: 99;
    border-radius: 10px;
}

.top-cart-content.visited {
    display: block;
}

.top-cart-content .buttonclosed {
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 16px;
    color: #b2b6b5;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 999;
    cursor: pointer;
}

.top-cart-content .buttonclosed:hover {
    color: var(--main_color, #e4b95b);
}

.top-cart-content .empty {
    text-align: left;
    color: #333;
}

.top-cart-content .product-details-bottom {
    margin-bottom: 0px;
}

.top-cart-content .product-name {
    margin: 0;
    width: 170px;
    line-height: 20px;
    padding-right: 35px;
    font-weight: 400;
    word-break: break-word;
}

.top-cart-content .product-name a {
    font-size: 14px;
    line-height: 20px !important;
    font-weight: 400;
    color: #333;
}

.top-cart-content .product-name:hover > a {
    text-decoration: none;
    color: var(--main_color, #e4b95b);
}

.top-cart-content .product-details-bottom span {
    font-size: 14px;
    font-weight: 700;
    color: var(--main_color, #e4b95b);
    margin-top: 5px;
    display: block;
    line-height: 24px;
}

.top-cart-content li {
    list-style: none;
}

.top-cart-content li.item {
    border-top: solid 1px #eaebf3;
    overflow: hidden;
    padding: 20px 0px;
    position: relative;
}

.top-cart-content li.item:first-child {
    border-top: none;
}

.top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: 0;
}

.top-cart-content li.item .wrap_item {
    overflow: hidden;
    padding: 20px 20px 20px 0px;
    border-bottom: solid 1px #eaebf3;
    width: 100%;
    float: left;
}

.top-cart-content li.item .image_drop {
    float: left;
    display: block;
    width: 85px;
    position: relative;
    margin-right: 15px;
}

.top-cart-content li.item .image_drop .product-image {
    float: left;
    display: block;
    width: 85px;
    position: relative;
    margin-right: 15px;
}

.top-cart-content li.item .image_drop .remove-item-cart {
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}

.top-cart-content li.item .image_drop .remove-item-cart:hover {
    color: var(--main_color, #e4b95b);
}

.top-cart-content li.item .image_drop .remove-item-cart:before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
}

.top-cart-content li.item .detail-item {
    display: block;
    float: left;
    width: calc(100% - 105px);
    -o-width: calc(100% - 105px);
    -moz-width: calc(100% - 105px);
    -webkit-width: calc(100% - 105px);
    position: relative;
}

.top-cart-content li.item .detail-item a:hover {
    text-decoration: none;
}

.top-cart-content li.item .detail-item .fa {
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.top-cart-content li.item .detail-item .fa:hover {
    color: var(--main_color, #e4b95b);
}

.top-cart-content li.item .detail-item .fa:before {
    margin-left: 4px;
}

.top-cart-content li.item .detail-item input {
    display: inline-block;
    width: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    padding-right: 20px;
}

.top-cart-content li.item .detail-item button.items-count {
    display: inline-block;
}

.top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: em(13px);
    background: #f5f5f5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ebebeb solid;
}

.top-subtotal {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    border-top: solid 1px #ebebeb;
    text-align: left;
    text-transform: none;
    padding: 10px 20px;
    line-height: 26px;
}

.top-subtotal .price {
    font-weight: 700 !important;
    font-size: 16px !important;
    float: right;
}

.qty_drop_cart {
    font-size: 12px;
    position: relative;
    height: 40px;
    padding-top: 5px;
    padding-left: 0px;
    width: 80px;
    position: relative;
}

.qty_drop_cart .btn_increase,
.qty_drop_cart .btn_reduced {
    width: 20px;
    height: 17px;
    color: #000;
    line-height: 17px;
    right: 0;
}

.qty_drop_cart .btn_increase:hover,
.qty_drop_cart .btn_reduced:hover {
    color: var(--main_color, #e4b95b);
}

.qty_drop_cart button.btn_increase {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 20px;
    height: 17px;
    line-height: 25px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    background: #e1e1e1;
    color: #fff;
}

.qty_drop_cart button.btn_reduced {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 20px;
    height: 17px;
    line-height: 25px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #e1e1e1;
    background: #fff !important;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 21px;
}

.qty_drop_cart input {
    display: inline-block;
    float: left;
    width: 80px !important;
    height: 33px;
    min-height: 33px;
    padding: 0;
    text-align: center;
    border: 1px solid #eaebf3;
    color: #333;
    padding-right: 20px;
}

.pd {
    padding: 0 24px;
}

.top-subtotal {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0px;
    text-align: left;
    text-transform: none;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
}

.top-subtotal .price_big {
    font-size: 18px !important;
}

.top-subtotal .price {
    font-weight: 700 !important;
    line-height: 29px;
    margin-top: 0 !important;
    font-size: 16px;
    color: var(--main_color, #e4b95b) !important;
    float: right;
}

ul#cart-sidebar {
    margin: 0;
    padding: 0;
    max-height: 625px;
    min-width: 325px;
    position: relative;
}

ul#cart-sidebar:before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: -13px;*/
    /*right: 35px;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-style: solid;*/
    /*border-width: 0 10px 13px 10px;*/
    /*border-color: transparent transparent #fff transparent;*/
}

ul#cart-sidebar .list-item-cart {
    padding: 16px 24px;
    max-height: 310px;
    overflow: auto;
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
    border: 4px solid #cdcfdd;
}

ul#cart-sidebar .list-item-cart li.list-item {
    max-height: 400px;
    overflow-y: auto;
}

ul#cart-sidebar .list-item-cart li.action {
    display: none;
}

ul#cart-sidebar .list-item-cart.hasclass li.action {
    display: block;
}

ul#cart-sidebar .list-item-cart li.list-item .price2 {
    font-weight: 700;
    color: var(--main_color, #e4b95b);
    font-size: 14px;
    display: list-item;
    margin-bottom: 5px;
}

ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar {
    width: 5px;
}

ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.9);
}

ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb {
    background: var(--main_color, #e4b95b);
    border-radius: 15px;
}

ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:hover,
ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:active {
    background: var(--main_color, #e4b95b);
    border-radius: 15px;
}

ul#cart-sidebar .no-item p {
    margin: 0;
    padding: 10px 15px 15px 15px;
}

ul#cart-sidebar .textsucssed {
    display: block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 15px;
    color: var(--main_color, #e4b95b);
    font-weight: 500;
}

ul#cart-sidebar .textsucssed i {
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    background: #f697a4;
    margin-right: 5px;
    color: #fff;
}

ul#cart-sidebar .textsucssed i:before {
    content: "\f00c";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 12px;
}

ul#cart-sidebar .right_ct {
    text-align: center;
    padding: 12px 24px;
    width: 100%;
}

ul#cart-sidebar .right_ct .btn,
ul#cart-sidebar .right_ct input[type="submit"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
}

ul#cart-sidebar .right_ct .btn.btn-primary,
ul#cart-sidebar .right_ct input.btn-primary[type="submit"] {
    background: var(--main_color, #e4b95b);
    border-radius: 30px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

ul#cart-sidebar .right_ct .btn.btn-primary i,
ul#cart-sidebar .right_ct input.btn-primary[type="submit"] i {
    margin-right: 5px;
}

ul#cart-sidebar .right_ct .btn.btn-primary:hover,
ul#cart-sidebar .right_ct input.btn-primary[type="submit"]:hover {
    color: #fff;
    background: #fff;
    border: 1px solid var(--main_color, #e4b95b);
}

ul#cart-sidebar .right_ct .btn.btn-primary:hover span {
    color: var(--main_color, #e4b95b);
}

ul#cart-sidebar .right_ct .btn.btn-white,
ul#cart-sidebar .right_ct input.btn-white[type="submit"] {
    border: none;
    color: #333;
    background: #fff;
    width: 120px;
    text-align: center;
    border: solid 1px #ebebeb;
    border-radius: 0px;
}

ul#cart-sidebar .right_ct .btn.btn-white:hover,
ul#cart-sidebar .right_ct input.btn-white[type="submit"]:hover {
    color: var(--main_color, #e4b95b);
    background: #fff;
    border-color: var(--main_color, #e4b95b);
}

.li-fix-1 {
    background: #fff;
    border-top: 1px solid #ebebeb;
    display: block;
}

.li-fix-2 {
    display: block;
    width: 295px;
}

.topbar {
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 1;
    background: #e14457;
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar {
        height: unset;
    }
}

.topbar p {
    margin-bottom: 0px;
    margin-left: 30px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 991px) {
    .topbar p {
        margin-left: 15px;
    }
}

.topbar p:first-child {
    margin-left: 0;
}

.topbar p a {
    color: #fff;
}

.topbar p a:hover {
    color: #333;
}

.topbar p i {
    margin-right: 5px;
}

.topbar .logisn {
    color: #fff;
}

.topbar .logisn a {
    color: #fff;
    display: inline-block;
}

.topbar .logisn a:hover {
    color: var(--main_color, #e4b95b);
}

.header_nav_main {
    height: 50px;
    background: var(--main_color, #e4b95b);
}

.heade_menunav {
    position: relative;
    z-index: 999;
    height: 50px;
}

@media (max-width: 991px) {
    .heade_menunav {
        background: var(--main_color, #e4b95b);
    }

    .heade_menunav .wapnav {
        height: 50px;
        line-height: 50px;
    }

    .heade_menunav .wapnav .cloed {
        color: #fff;
        position: relative;
        height: 50px;
        line-height: 50px;
        position: absolute;
        z-index: 9999;
        cursor: pointer;
        font-size: 20px;
        left: 0;
        padding: 0 0px;
        text-align: center;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .heade_menunav .wapnav .cloed span {
        font-size: 24px;
        line-height: 50px;
        color: var(--main_color, #e4b95b);
    }

    .heade_menunav .wapnav .cloed .fa {
        color: #fff;
        line-height: 50px;
        padding-right: 5px;
    }

    .heade_menunav .wapnav .rightnav {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        margin-right: 30px;
    }

    .heade_menunav .wapnav .rightnav .group_accout {
        line-height: 50px;
        width: 30px;
        text-align: center;
        margin-right: 15px;
        float: left;
    }

    .heade_menunav .wapnav .rightnav .group_accout .imguser {
        height: 50px;
        line-height: 50px;
    }

    .heade_menunav .wapnav .rightnav .group_accout .imguser .fas {
        font-size: 16px;
    }

    .heade_menunav .wapnav .rightnav .group_accout .groupc {
        top: 50px;
    }

    .heade_menunav .wapnav .rightnav .searchmobile {
        width: 40px;
        display: inline-block;
        float: left;
        height: 50px;
        text-align: center;
        position: relative;
    }

    .heade_menunav .wapnav .rightnav .searchmobile .fa {
        font-size: 16px;
        color: #fff;
    }

    .heade_menunav .wapnav .rightnav .searchmobile:hover .searchform {
        display: block;
    }

    .heade_menunav .wapnav .rightnav .searchmobile .searchform {
        position: absolute;
        width: 200px;
        right: -30px;
        top: 4px;
        display: block;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .heade_menunav .wapnav .rightnav .searchmobile .searchform {
        width: 180px;
    }
}

@media (max-width: 991px) {
    .heade_menunav .wapnav .rightnav .searchmobile .searchform form {
        margin-bottom: 0px;
        position: relative;
        border: solid 1px #ebebeb;
        width: 100%;
    }

    .heade_menunav .wapnav .rightnav .searchmobile .searchform form input {
        padding: 0 35px 0 25px;
    }

    .heade_menunav .wapnav .rightnav .searchmobile .searchform form button {
        position: absolute;
        right: 1px;
        top: 2px;
        background: #fff;
        width: 30px;
        text-align: center;
        display: block;
        padding: 0;
        height: 35px;
    }

    .heade_menunav .wapnav .rightnav .searchmobile .searchform form button .fa {
        color: #333;
    }
}

.header-main {

}

.header-main .wrap_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .header-main .wrap_main {
        justify-content: center;
    }
}

.header-nav {
    /*text-align: left;*/
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-nav > ul.item_big {
    text-align: left;
    margin: 0;
    padding: 0;
}

.header-nav > ul.item_big > li.nav-item {
    display: inline-block;
    float: none;
    position: relative;
    margin: 0 13px;
    border-radius: 0;
    padding: 0;
    height: var(--header-height, 100px);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-nav > ul.item_big > li.nav-item {
        margin: 0 10px;
    }
}

.header-nav > ul.item_big > li.nav-item:first-child {
    /*margin-left: -16px;*/
}

.header-nav > ul.item_big > li.nav-item.has-mega {
    position: static !important;
}

.header-nav > ul.item_big > li.nav-item > a {
    display: block;
    text-align: left;
    font-size: var(--header-font-size, 16px);
    font-weight: 300;
    height: var(--header-height, 100px);
    line-height: var(--header-height, 100px);
    position: relative;
    text-decoration: none;
    color: var(--header-color, #fff);
    text-transform: uppercase;
}

.header-nav > ul.item_big > li.nav-item > a:hover {
    color: var(--header-color-hover, #fff);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-nav > ul.item_big > li.nav-item > a {
        font-size: 14px;
    }
}

.header-nav > ul.item_big > li.nav-item > a > i {
    margin-left: 5px;
}

.header-nav > ul.item_big > li.nav-item:hover {
    /*background: #fff;*/
}

.header-nav > ul.item_big > li.nav-item:hover > a {
    color: var(--header-color-hover, var(--main_color, #e4b95b));
}

.header-nav > ul.item_big > li.nav-item:hover > ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    z-index: 999;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease,
    max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease,
    max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end,
    max-width 0s step-end, padding 0s step-end;
}

.header-nav > ul.item_big > li.nav-item .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease,
    max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease,
    max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end,
    max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 250px;
    padding: 0;
    background-color: var(--header-background-lv2, var(--header-background, var(--main_color, #e4b95b)));
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.header-nav > ul.item_big > li.nav-item > ul li {
    float: none;
}

.header-nav > ul.item_big > li.nav-item > ul li:last-child > a {
    border-bottom: 0;
}

.header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
    display: block;
    position: absolute;
    width: 200px;
    padding: 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
}

.header-nav > ul.item_big > li.nav-item > ul li a {
    font-weight: 400;
    font-size: var(--header-lv2-font-size, 14px);
    display: block;
    color: var(--header-color-lv2, #fff);
    position: relative;
    border-bottom: 1px dashed var(--header-color-lv2, #fff);
    text-align: left;
    padding: 10px;
    padding-left: 24px;
    line-height: 1.4;
}

.header-nav > ul.item_big > li.nav-item > ul li a:hover {
    color: var(--header-color-hover-lv2, #fff);
}

.header-nav > ul.item_big > li.nav-item > ul li a i {
    position: absolute;
    right: -10px;
    padding: 0px 10px;
    top: 0;
}

.header-nav > ul.item_big > li.nav-item > ul li ul {
    display: none;
    left: 200px;
    top: 0px;
}

.header-nav > ul.item_big > li.nav-item > ul > li {
    color: #333;
}

.header-nav > ul.item_big > li.nav-item > ul > li:hover > a {
    /*color: var(--main_color, #e4b95b);*/
}

.header-nav > ul.item_big > li.nav-item > ul > li > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 4px;
    top: 14px;
    background: url(/catalog/view/theme/chusalon/image/icon-menu.png) no-repeat scroll 0 0;
}

.header-nav > ul.item_big > li.active {
    background: #fff;
    border-top-color: var(--main_color, #e4b95b);
}

.header-nav > ul.item_big > li.active > a {
    color: var(--main_color, #e4b95b);
    font-weight: 700;
}

.header-nav > ul.item_big > li.active > a:before {
    content: "\f004";
    font-family: "Font Awesome\ 5 Free";
    width: 30px;
    font-weight: 900;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--main_color, #e4b95b);
    font-size: 12px;
}

.header-nav ul {
    display: inline-block;
}

.header-nav ul li ul a.text2line:hover {
    color: var(--main_color, #e4b95b) !important;
    background: transparent !important;
}

.header-nav li li {
    position: relative;
}

#nav-mobile {
    z-index: 999;
}

.backtop {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 99;
    top: auto !important;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    background: var(--main_color, #e4b95b);
    text-decoration: none;
    opacity: 0 !important;
}

.backtop .fa {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.backtop:hover {
    background: var(--main_color, #e4b95b);
}

.backtop.show {
    opacity: 1 !important;
}

.fancybox-close {
    background-color: transparent !important;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: 0.75s;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}
