html {
    overflow-x: hidden
}

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

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

*, input, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-x: hidden
}

html, body {
    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 8px;
    min-height: 40px;
    padding: 0 20px
}

a {
    color: #000
}

a:hover {
    color: var(--color-primary-theme)
}

.dropdown-menu {
    box-shadow: none
}

.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;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 16px;
    color: #333
}
@media (max-width:991px) {
    body {
        font-size: 14px;
    }
    h4, .h4 {
        font-size: 17px;
    }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1.4
}

a {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

h1, .h1 {
    font-size: 2.4em
}

h2, .h2 {
    font-size: 1.86667em
}

h3, .h3 {
    font-size: 1.6em
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 1.06667em
}

h6, .h6 {
    font-size: 1.06667em
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--color-primary-theme);
    letter-spacing: .01em
}

p {
    margin: 0 0 15px 0
}

p img {
    margin: 0
}

ul, ol {
    margin: 0;
    padding: 0
}

ul {
    list-style: none inside
}

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

button {
    overflow: visible
}

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

form {
    margin-bottom: 30px
}

form a {
    color: #000
}

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

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%
}

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 #e1e1e1;
    padding: 0 20px;
    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;
    background-color: #ddd;
    border-color: #ddd
}

label, legend {
    display: block;
    margin-bottom: 2px
}

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
}

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

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

form.form-horizontal input[type="text"], form.form-horizontal input[type="search"], form.form-horizontal input[type="password"], form.form-horizontal input[type="email"], form.form-horizontal input[type="file"], form.form-horizontal input[type="number"], form.form-horizontal input[type="tel"], form.form-horizontal textarea, form.form-horizontal select, form.form-horizontal label, .form-horizontal input[type="text"], .form-horizontal input[type="search"], .form-horizontal input[type="password"], .form-horizontal input[type="email"], .form-horizontal input[type="file"], .form-horizontal input[type="number"], .form-horizontal input[type="tel"], .form-horizontal textarea, .form-horizontal select, .form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto
}

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
}

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

.form-group .form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: .375rem 20px;
    font-size: 1em;
    line-height: 1.5;
    color: #333;
    background-color: #f9f9f9;
    background-image: none;
    margin: 0
}
.form-group .form-control::placeholder{
    color: #cecece;
}
.form-group input, .form-group select {
    height: 45px
}

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

.rte table {
    table-layout: fixed
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.clearboth {
    clear: both
}

.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
}

.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
}

.ajax-load {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    opacity: 0;
    visibility: hidden
}

.ajax-load.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

.close-window {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8040;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%
}

.close-window .fa {
    display: block;
    font-size: 1.33333em;
    line-height: 25px;
    color: #fff
}

.awe-popup.loading {
    z-index: 9998
}

.awe-popup.loading .loader {
    left: 50%;
    position: fixed;
    top: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.awe-popup.loaded-content .loader {
    display: none
}

.awe-popup.addcart-popup .content {
    min-width: auto
}

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

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

.modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0.5rem;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0
}

.modal-header {
    background-color: #1c1c1c;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
}

@media (max-width: 480px) {
    .modal-header {
        padding: 10px
    }
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-header .close {
    margin-top: -2px
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.modal-header .modal-title {
    padding-left: 6rem;
    position: relative;
    min-height: 44px;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    color: #fff
}

@media (max-width: 480px) {
    .modal-header .modal-title {
        font-size: 14px;
        min-height: 34px;
        padding-left: 40px;
        line-height: 34px
    }
}

.modal-header .modal-title span {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 23px;
    text-align: center;
    line-height: 44px;
    color: #1c1c1c;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #fff
}

@media (max-width: 480px) {
    .modal-header .modal-title span {
        height: 34px;
        width: 34px;
        line-height: 32px
    }
}

@media (max-width: 767px) {
    #myModal .close {
        color: #fff !important
    }
}

@media (max-width: 767px) {
    #myModal .modal-content, #myModal .modal-header {
        border-radius: 0
    }

    #myModal .modal-body {
        padding: 7px
    }
}

#myModal .media-body .product-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 600
}

#myModal .media-body .product-new-price span {
    color: #3ba66b
}

.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 700px 104px;
    position: relative
}

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

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

body {
    color: #000
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea.form-control, select.form-control {
    border-radius: 0px;
    color: #333;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 10px
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea.form-control:focus, select.form-control:focus {
    outline: none;
    box-shadow: none
}

a:hover, a:focus {
    text-decoration: none
}

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

@media (max-width: 480px) {
    .row {
        margin-right: -7px;
        margin-left: -7px
    }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 480px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 7px;
        padding-right: 7px
    }
}

.container, .container-fluid {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 480px) {
    .container, .container-fluid {
        padding-left: 7px;
        padding-right: 7px
    }
}

@media (max-width: 1199px) {
    .opacity_menu.current {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0 !important;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 9999
    }
}

.nd-header-search {
    position: relative;
    margin-right: 10px;
    width: 100%
}

@media (max-width: 1199px) and (min-width: 991px) {

}

@media (max-width: 767px) {
    .nd-header-search {
        margin-right: 0;
        width: 100%
    }
}

.nd-header-search form {
    margin-bottom: 0;
    position: relative
}

.nd-header-search form input {
    width: 99%;
    margin-bottom: 0;
    height: 46px;
    min-height: 46px;
    line-height: 46px;
    background: transparent;
    outline: none;
    padding: 0 50px 0 20px;
    border: 1px solid #cecece;
    overflow: hidden;
    border-radius: 25px !important;
    font-size: 14px;
    color: #999ea1;
    background: transparent
}

.nd-header-search form button {
    position: absolute;
    right: 0;
    color: #fff;
    padding: 0;
    height: 46px;
    width: 46px;
    top: 0;
    border-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: var(--color-primary-theme)
}

.nd-header-search form button svg {
    width: 20px;
    height: 20px
}

@media (min-width: 992px) {
    .nd-header-search form button:hover, .nd-header-search form button:focus {
        color: #fff;
        background-color: #2e8053
    }
}

.nd-header-search .results-box {
    color: #000;
    position: absolute;
    top: 41px;
    z-index: 9999;
    width: calc(100% - 10px);
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33)
}

.nd-header-search .results-box a {
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
    display: block
}

.nd-header-search .results-box a .img {
    text-align: center;
    float: left;
    width: 70px;
    margin-right: 5px
}

.nd-header-search .results-box a .d-title {
    text-transform: none;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3
}

.nd-header-search .results-box a .d-title.d-price {
    color: #eb3e32 !important;
    font-weight: 600;
    margin-top: 3px
}

.nd-header-search .results-box a:hover .d-title, .nd-header-search .results-box a:focus .d-title {
    color: #3ba66b
}

.nd-header-search .results-box a+a {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.nd-header-search .results-box a.note {
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 7px 0px
}

.nd-header-search .results-box a.note:hover, .nd-header-search .results-box a.note:focus {
    color: #3ba66b
}

.nd-header-search .results-box .note {
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 7px 0px
}

.nd-header-search .results-box .note:hover, .nd-header-search .results-box .note:focus {
    color: #3ba66b
}

.nd-header-search .results-box .nd-loading {
    display: block;
    padding: 7px;
    text-align: center;
    background-color: #fff
}

.header .logo {
    display: inline-block;
    overflow: hidden
}

@media (max-width: 767px) {
    .header .logo img {
        max-width: 130px
    }
}

@media (max-width: 1199px) and (min-width: 991px) {

}

.header .middle-header {
    padding: 20px 0;
    background: #3ba66b;
    position: relative
}

@media (min-width: 1199px) {
    .header .middle-header:after {
        content: "";
        /*background:url(/catalog/view/theme/teenglow/image/bg-after-header.png) no-repeat top center;*/
        position: absolute;
        width: 100%;
        height: 47px;
        bottom: -47px;
        z-index: 9
    }
}

@media (max-width: 767px) {
    .header .middle-header {
        padding-bottom: 10px;
        padding-top: 10px
    }
}

.header .middle-header .header-left {
    display: flex;
    align-items: center
}

.header .middle-header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media (max-width: 767px) {
    .header .middle-header .header-right .header-page-link {
        position: absolute;
        top: 0;
        right: 7px
    }
}

.header .group-account {
    padding: 0;
    margin: 0;
    text-align: right
}

.header .group-account li {
    display: inline-block;
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .header .group-account li {
        margin-right: 18px
    }

    .header .group-account li:last-child {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .header .group-account li:last-child {
        margin-right: 0
    }
}

.header .group-account li .icon {
    position: relative;
    display: inline-flex;
    height: 60px;
    align-items: center;
    justify-content: center
}

.header .group-account li .icon span {
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: var(--color-secondary-theme);
    color: #fff;
    text-align: center;
    line-height: 17px;
    border-radius: 17px;
    top: 13px;
    font-size: 10px;
    right: -12px;
}

.header .group-account li .icon svg {
    width: 25px;
    height: 25px;
    fill: #fff
}

.header .group-account li .icon svg path {
    fill: var(--color-primary-theme)
}

.header .group-account .icon:hover .drop-account {
    opacity: 1;
    visibility: visible
}

.header .group-account .user {
    position: relative;
    border: 1px solid var(--color-primary-theme);
    border-radius: 100px;
    padding: 2px 16px;
}

.header .group-account .user .icon{
    height: fit-content;
}

@media (min-width: 1199px) {
    .header .group-account .cart-drop {
        margin-right: 0;
        background: var(--color-primary-theme);
        padding: 15px 20px;
        border-radius: 0 0 25px 25px;
        margin-top: -20px;
        margin-bottom: -12px;
        text-align: center;
    }
    .header .group-account .cart-drop {
        margin-right: 0;
        background: var(--color-primary-theme);
        padding: 15px 20px 3px;
        border-radius: 0 0 25px 25px;
        margin-top: -20px;
        margin-bottom: -12px;
        text-align: center;
    }
    .header .group-account li.cart-drop .icon svg path{
        fill:#FFF;
    }
}

@media (max-width: 767px) {
    .header .group-account .user {
        display: none
    }
}

.header .group-account .user:hover .drop-account {
    opacity: 1;
    visibility: visible
}

.header .group-account .drop-account {
    width: 130px;
    position: absolute;
    top: 55px;
    right: 0;
    background: #fff;
    text-align: center;
    z-index: 99;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    border-radius: 4px;
    transition-duration: 0s;
    transition-delay: .1s;
    opacity: 0;
    visibility: hidden
}

.header .group-account .drop-account:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -10px;
    margin-left: -1px;
    right: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%)
}

.header .group-account .drop-account a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    padding: 0 5px
}

.header .group-account .drop-account a:first-child {
    border-bottom: solid 1px #ebebeb
}

.cart-drop:hover .top-cart-content {
    opacity: 1;
    visibility: visible
}

.top-cart-content {
    right: 0px;
    top: 60px;
    position: absolute;
    background: #fff;
    padding: 0;
    line-height: normal;
    text-align: left;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    z-index: 10000;
    transition-duration: 0s;
    transition-delay: .1s;
    opacity: 0;
    visibility: hidden
}

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

.bg-header-nav .header-nav>ul.item_big>li.nav-item {
    display: inline-block;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px;
    height: 47px
}

@media (max-width: 1199px) {
    .bg-header-nav .header-nav>ul.item_big>li.nav-item {
        margin-right: 0px
    }
}


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

.bg-header-nav .header-nav>ul.item_big>li.nav-item>a {
    display: block;
    text-align: left;
    padding: 0px 15px;
    font-size: 16px;
    font-family: "arial", sans-serif;
    font-weight: bold;
    height: 47px;
    line-height: 47px;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: 500
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bg-header-nav .header-nav>ul.item_big>li.nav-item>a {
        padding: 0px 15px
    }
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>a.caret-down:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    display: inline-block;
    top: 50%;
    left: 100%;
    margin-left: -10px;
    margin-top: -2px;
    transition: 0.5s
}

@media (max-width: 1199px) and (min-width: 992px) {
    .bg-header-nav .header-nav>ul.item_big>li.nav-item>a.caret-down:before {
        left: 105%
    }
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>a {
    color: #ffffff;
}
.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover {
    background-color: var(--color-secondary-theme);
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>a.caret-down:before {
    transform: rotate(180deg);
    border-color: #FFFFFF transparent transparent transparent
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -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
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item .fa-caret-down {
    visibility: hidden;
    display: none
}

.bg-header-nav .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: 99%;
    left: 0px;
    width: 250px;
    padding: 0;
    background-color: #fff;
    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%;
    z-index: 99
}

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

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

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

@media (max-width: 1199px) and (min-width: 992px) {
    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
        position: relative;
        left: 0;
        width: 100%;
        padding-left: 0;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04)
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:hover>ul li a {
        padding-left: 25px
    }
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 5px 20px 5px 10px;
    color: #333;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a.caret-down:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
    display: inline-block;
    top: 50%;
    left: 100%;
    margin-left: -15px;
    margin-top: -2px;
    transition: 0.5s;
    transform: rotate(270deg)
}

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

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

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li:hover>a {
    color: var(--color-primary-theme)
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li:hover>a.caret-down:before {
    border-color: var(--color-primary-theme) transparent transparent transparent
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li ul li:hover>a {
    color: var(--color-primary-theme)
}

.bg-header-nav .header-nav>ul.item_big>li.active>a {
    color: var(--color-primary-theme)
}

.bg-header-nav .header-nav>ul.item_big>li.active>a:before {
    border-color: var(--color-primary-theme) transparent transparent transparent !important
}

.bg-header-nav .header-nav>ul.item_big>li.active>a span>i.icon-down {
    border-color: var(--color-primary-theme) transparent transparent transparent
}

.bg-header-nav .header-nav ul li ul a.text2line:hover {
    color: var(--color-primary-theme) !important;
    background: transparent !important
}

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

.menu_mnd {
    position: relative
}

.menu_mnd .title_menu {
    padding: 0px;
    position: relative;
    height: 45px;
    line-height: 45px;
    color: #fff;
    cursor: pointer
}

.menu_mnd .title_menu:before {
    position: absolute;
    top: 0;
    right: 20px;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.menu_mnd .title_menu .title_ {
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    display: block;
    position: relative;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.1)
}

@media (min-width: 991px) {
    .menu_mnd .title_menu .title_ {
        border-radius: 0 20px
    }
}

.menu_mnd .title_menu .title_:before {
    font-weight: 900;
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px
}

.menu_mnd .title_menu .nav_button {
    position: absolute;
    left: 20px;
    top: -4px
}

.menu_mnd .title_menu .nav_button span {
    font-size: 18px;
    float: right
}

.menu_mnd:hover .list_menu_header, .menu_mnd.index .list_menu_header {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    padding: 0;
    -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
}

.list_menu_header {
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    padding: 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;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: relative;
    top: 0px;
    z-index: 99;
    left: 0;
    width: 100%;
    padding: 0px;
    background-color: #fff
}

.list_menu_header .hidden-lgg {
    display: none
}

.list_menu_header.menu_all_site {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    padding: 0;
    -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
}

@media (min-width: 1200px) {
    .list_menu_header {
        padding: 0px
    }
}

@media (max-width: 1199px) {
    .list_menu_header {
        overflow: hidden;
        max-height: 0px;
        max-width: 0px;
        opacity: 1;
        -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;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        position: relative;
        top: 0;
        left: 0px;
        padding: 0;
        z-index: 999
    }
}

.list_menu_header .ul_menu {
    margin-left: 0px;
    padding-left: 0px;
    background: #fff;
    margin-bottom: 0px;
    border-top: 0px;
    position: relative;
    padding: 0px 0px;
    border-top: 0px
}

.list_menu_header .ul_menu li {
    list-style: none;
    padding: 0px 0px;
    display: none
}

@media (max-width: 1199px) {
    .list_menu_header .ul_menu li {
        padding: 0px 0px
    }
}

.list_menu_header .ul_menu li:nth-child(1) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(2) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(3) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(4) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(5) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(6) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(7) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(8) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(9) {
    display: block !important
}

.list_menu_header .ul_menu li.xemthem {
    display: block
}

.list_menu_header .ul_menu li.xemthem:hover a, .list_menu_header .ul_menu li.thugon:hover a {
    filter: invert(1);
    color: #fff !important
}

.list_menu_header .ul_menu li:last-child a {
    border-bottom: none
}

.list_menu_header .ul_menu .nav_item a {
    font-family: "arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    display: block;
    color: #333;
    position: relative;
    text-transform: none;
    border-bottom: solid 1px transparent;
    padding: 10px 35px 10px 20px
}

@media (max-width: 1499px) and (min-width: 1200px) {
    .list_menu_header .ul_menu .nav_item a {
        padding: 12px 35px 11px 20px
    }
}

.list_menu_header .ul_menu .nav_item a span {
    display: block;
    font-size: 11px;
    line-height: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 10px;
    white-space: nowrap;
    padding-right: 15px
}

.list_menu_header .ul_menu .nav_item .fa {
    font-size: 16px;
    width: 24px;
    line-height: 45px;
    color: #323c42;
    position: absolute;
    right: 10px;
    top: 0px;
    text-align: center
}

@media (max-width: 1600px) and (min-width: 1280px) {
    .list_menu_header .ul_menu .nav_item .fa {
        line-height: 45px
    }
}

@media (max-width: 1199px) {
    .list_menu_header .ul_menu .nav_item .fa {
        margin-top: 0;
        line-height: 36.15px
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .list_menu_header .ul_menu .nav_item .fa {
        line-height: 36.19px
    }
}

@media (min-width: 992px) {
    .list_menu_header .ul_menu .nav_item .fa-angle-right {
        visibility: visible
    }

    .list_menu_header .ul_menu .nav_item .fa-angle-down {
        visibility: hidden
    }
}

@media (max-width: 991px) {
    .list_menu_header .ul_menu .nav_item .fa-angle-right {
        visibility: hidden
    }

    .list_menu_header .ul_menu .nav_item .fa-angle-down {
        visibility: visible
    }
}

.list_menu_header .ul_menu .nav_item:hover, .list_menu_header .ul_menu .nav_item:focus {
    background: #3ba66b
}

.list_menu_header .ul_menu .nav_item:hover.lev-1, .list_menu_header .ul_menu .nav_item:focus.lev-1 {
    box-shadow: 0px 1px 24.57px 2.43px rgba(0, 0, 0, 0.12)
}

.list_menu_header .ul_menu .nav_item:hover>a, .list_menu_header .ul_menu .nav_item:focus>a {
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center left;
    background-position-x: 15px
}

.list_menu_header .ul_menu .nav_item:hover>a .fa, .list_menu_header .ul_menu .nav_item:focus>a .fa {
    color: #fff
}

.list_menu_header .ul_menu .nav_item:hover>a:after, .list_menu_header .ul_menu .nav_item:focus>a:after {
    display: block
}

.list_menu_header .ul_menu .nav_item:hover>.fa, .list_menu_header .ul_menu .nav_item:focus>.fa {
    color: #3ba66b
}

.list_menu_header .ul_menu .nav_item:hover>.ul_content_right_1, .list_menu_header .ul_menu .nav_item:focus>.ul_content_right_1 {
    display: block
}

.list_menu_header .ul_menu .ul_content_right_1 {
    position: absolute;
    left: 240px;
    width: 1040px;
    min-height: 100%;
    top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    background: #fff;
    padding: 15px 5px 15px 5px;
    display: none;
    box-shadow: 4px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 4px 2px 10px 0px rgba(0, 0, 0, 0.1)
}

@media (max-width: 1600px) and (min-width: 1440px) {
    .list_menu_header .ul_menu .ul_content_right_1 {
        left: 240px;
        width: 1040px
    }
}

@media (max-width: 1439px) and (min-width: 1366px) {
    .list_menu_header .ul_menu .ul_content_right_1 {
        left: 220px;
        width: 960px
    }
}

@media (max-width: 1365px) and (min-width: 1280px) {
    .list_menu_header .ul_menu .ul_content_right_1 {
        left: 220px;
        width: 960px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .list_menu_header .ul_menu .ul_content_right_1 {
        position: absolute;
        left: 268px;
        width: 672px;
        height: 100%
    }
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item {
    padding: 0px 15px;
    display: block;
    float: left;
    background: #fff
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item.lv2 {
    padding: 0 5px
}

@media (min-width: 1200px) {
    .list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-lg-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 992) and (max-width: 1199px) {
    .list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-md-3:nth-child(4n+1) {
        clear: left
    }
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item h4, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .h4 {
    font-family: "arial", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding: 0px 0px 3px 0px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
    border-bottom: 0px;
    text-transform: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item h4 a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .h4 a {
    text-transform: uppercase !important;
    text-align: left;
    padding: 0;
    font-weight: bold
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item h4 a:hover, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .h4 a:hover {
    color: #3ba66b
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item>a {
    font-family: "arial", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding: 0px 0px 3px 0px;
    color: #333;
    text-transform: initial;
    margin-bottom: 0px;
    position: relative;
    border-bottom: 0px;
    text-transform: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item>a:before {
    content: none;
    background-image: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item>a:after {
    content: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .fa {
    font-size: 14px;
    width: 25px;
    line-height: 49px;
    color: #333;
    position: absolute;
    right: 10px;
    top: 0px;
    text-align: center
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus {
    background: #fff
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover>a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus>a {
    background: #fff;
    color: #3ba66b;
    text-decoration: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover>.fa, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus>.fa {
    color: #3ba66b
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover .ul_content_right_2, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus .ul_content_right_2 {
    display: block
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 {
    left: 0;
    width: 100%;
    top: 0;
    padding-left: 0px;
    margin-left: 0px;
    background: transparent;
    margin-bottom: 10px;
    float: left;
    background: #fff
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item {
    width: 100%;
    display: block;
    float: left;
    padding: 0px;
    background: #fff
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a {
    font-family: "arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    display: block;
    padding: 0px 0px 0px 0px;
    color: #888;
    position: relative;
    text-transform: initial;
    border-bottom: none;
    margin-bottom: 0px;
    margin-bottom: 5px
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:before {
    content: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:after {
    content: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item .fa {
    font-size: 14px;
    width: 25px;
    line-height: 36px;
    color: #333;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus {
    background: #fff
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover h4 a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover .h4 a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus h4 a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus .h4 a {
    color: #3ba66b
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover>a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus>a {
    background: #fff;
    color: #3ba66b;
    text-decoration: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover>.fa, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus>.fa {
    color: #3ba66b
}

@media (min-width: 1200px) {
    .list_menu_header.normal .ul_menu li.li_check {
        display: unset
    }
}

@media (max-width: 991px) {
    .ul_content_right_1 {
        position: relative !important;
        left: unset !important;
        min-height: unset !important;
        width: 100% !important;
        top: unset !important;
        padding: 0 !important;
        margin: 0 !important
    }
}

@media (min-width: 992px) {
    .contactbar, .bottom-nav-bar-mobile {
        display: none
    }
}

@media (max-width: 1199px) {
    .header-left {
        background-color: #fff;
        height: 100vh;
        position: fixed;
        top: 0 !important;
        left: 0;
        z-index: 99999;
        width: 330px;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation;
        padding: 0
    }

    .header-left.current {
        visibility: visible;
        transform: translateX(0)
    }
}



@media (max-width: 767px) {
    .header-left .container {
        padding: 0;
        max-width: 100%
    }

    .header-left .heade_menunavs {
        position: relative;
        height: 100vh;
        width: 100%
    }
}

@media (max-width: 1199px) {
    .header-left .heade_menunavs .wrap_main {
        display: block !important;
        max-height: 100vh;
        height: 100vh;
        overflow: hidden;
        overflow-y: auto;
        background: #fff;
        width: 100%;
        padding-bottom: 50px
    }

    .header-left .heade_menunavs .menu_mnd {
        width: 100%;
        float: left
    }

    .header-left .heade_menunavs .menu_mnd .title_menu {
        width: 100%;
        background: #3ba66b
    }

    .header-left .heade_menunavs .menu_mnd .title_menu:before {
        transform: rotate(45deg);
        content: "";
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        top: 12px;
        right: 20px
    }

    .header-left .heade_menunavs .menu_mnd .title_menu:after {
        content: "";
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        top: 12px;
        right: 20px;
        transform: rotate(-45deg)
    }

    .header-left .heade_menunavs .menu_mnd .title_menu .title_ {
        font-size: 18px;
        padding-left: 10px
    }

    .header-left .heade_menunavs .menu_mnd .list_menu_header {
        overflow: visible;
        max-height: 3000px;
        max-width: 3000px;
        opacity: 1;
        padding: 0;
        -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-left .heade_menunavs .menu_mnd .list_menu_header .ul_menu li {
        position: relative;
        float: left;
        width: 100%;
        background: #fff;
        box-shadow: none
    }

    .header-left .heade_menunavs .menu_mnd .list_menu_header .ul_menu li ul {
        display: none;
        box-shadow: none
    }

    .header-left .heade_menunavs .menu_mnd .list_menu_header .ul_menu li>a {
        color: #333
    }

    .header-left .heade_menunavs .menu_mnd .list_menu_header .ul_menu li.current {
        background: #3ba66b;
        box-shadow: none
    }

    .header-left .heade_menunavs .menu_mnd .list_menu_header .ul_menu li.current>a {
        color: #fff
    }

    .header-left .heade_menunavs .menu_mnd .list_menu_header .ul_menu li.current>ul {
        display: block;
        height: auto;
        box-shadow: none;
        float: left;
        padding: 5px 5px !important
    }

    .header-left .heade_menunavs .menu_mnd .list_menu_header .ul_menu li.current>ul li h4 a, .header-left .heade_menunavs .menu_mnd .list_menu_header .ul_menu li.current>ul li .h4 a {
        text-transform: none !important
    }

    .header-left .heade_menunavs .menu_mnd .list_menu_header .ul_menu li.current>ul li ul {
        display: block;
        margin-bottom: 5px
    }

    .header-left .heade_menunavs .menu_mnd .list_menu_header .ul_menu li .current {
        color: #fff !important;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -os-transform: rotate(180deg);
        transition: all 0.5s;
        margin-top: -2px
    }

    .header-left .heade_menunavs .bg-header-nav {
        width: 100%;
        float: left;
        padding-top: 10px
    }

    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li.nav-item {
        height: unset;
        width: 100%;
        float: left
    }

    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li.nav-item a {
        padding: 0 10px !important;
        color: #333;
        height: unset;
        line-height: 35px
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li.nav-item a {
        text-transform: initial;
        font-size: 15px
    }
}

@media (max-width: 1199px) {
    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li a.caret-down:before {
        content: none
    }

    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li .fa-caret-down {
        visibility: visible;
        position: absolute;
        right: 5px;
        top: 0;
        width: 30px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block
    }

    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li .fa-caret-down:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #333 transparent transparent transparent;
        display: inline-block;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        transition: 0.5s
    }

    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li ul {
        overflow: visible;
        opacity: 1;
        padding: 0;
        width: 100%;
        max-width: unset;
        max-height: unset;
        -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;
        box-shadow: none;
        padding-left: 10px;
        display: none
    }

    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li ul li a {
        border: none
    }

    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li ul li ul {
        position: relative;
        left: 0;
        width: 100%;
        box-shadow: none;
        border: none;
        padding-left: 10px;
        display: none
    }

    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li ul li ul li a {
        color: #8c8c8c !important
    }

    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li.current>a {
        color: #000000
    }

    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li.current .fa.current {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -os-transform: rotate(180deg);
        transition: all 0.5s;
        margin-top: 0px;
        color: #3ba66b
    }

    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li.current>ul {
        display: block;
        position: relative
    }

    .account-max-1024 a {
        margin-bottom: 0;
        width: 50%;
        display: inline-block;
        text-align: center;
        color: #fff;
        padding: 20px 5px
    }

    .account-max-1024 a:first-child {
        border-right: 1px solid #fff
    }

    .account-max-1024 .close-menu {
        position: absolute;
        right: 5px;
        top: 5px
    }

    .account-max-1024 .close-menu svg {
        width: 15px;
        height: 15px
    }

    .account-max-1024 .close-menu svg path {
        fill: #fff
    }
}

@media (max-width: 1199px) {
    .header .category-action svg {
        height: 25px;
        width: 25px
    }

    .header .category-action svg path {
        fill: var(--color-primary-theme)
    }
}

@media (max-width: 991px) {
    .contactbar {
        width: 100%;
        position: fixed;
        bottom: 0px;
        background: #fff;
        left: 0;
        top: unset !important;
        z-index: 9999 !important;
        padding-top: 10px;
        border-top: solid 1px #ebebeb;
        padding-bottom: 20px
    }

    .contactbar .incontact {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .bottom-nav-bar-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        display: block;
        box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
        -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
        -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
        -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
        z-index: 9;
        height: 60px;
        top: auto !important
    }

    .bottom-nav-bar-mobile .inner-group {
        display: flex
    }

    .bottom-nav-bar-mobile .itembar {
        width: calc(100% / 5);
        display: inline-flex;
        height: 60px;
        margin: 0 5px;
        text-align: center;
        align-items: center;
        justify-content: center
    }

    .bottom-nav-bar-mobile .itembar:first-child {
        margin-left: 0
    }

    .bottom-nav-bar-mobile .itembar:last-child {
        margin-right: 0
    }

    .bottom-nav-bar-mobile .itembar .bar-menu {
        width: 100%
    }

    .bottom-nav-bar-mobile .itembar a, .bottom-nav-bar-mobile .itembar span {
        font-size: small;
        text-decoration: none;
        display: block;
        text-align: center;
        font-size: 11px
    }

    .bottom-nav-bar-mobile .itembar .cartbar-mobile {
        position: relative
    }

    .bottom-nav-bar-mobile .itembar .cartbar-mobile:before {
        content: attr(data-count-pr);
        width: 18px;
        height: 18px;
        border-radius: 20px;
        background: #3ba66b;
        color: #fff;
        text-align: center;
        line-height: 18px;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        font-size: 9px
    }

    .bottom-nav-bar-mobile .itembar .icon {
        height: 20px
    }

    .bottom-nav-bar-mobile .itembar .icon svg {
        width: 20px;
        height: 20px
    }

    .bottom-nav-bar-mobile .itembar .icon svg#iconhome path {
        fill: #3ba66b
    }

    .bottom-nav-bar-mobile .itembar .icon svg#iconcate path {
        fill: #3ba66b
    }

    .bottom-nav-bar-mobile .itembar .icon svg#iconcart path {
        fill: #3ba66b
    }

    .bottom-nav-bar-mobile .itembar .icon svg#iconwishlist path {
        fill: #3ba66b
    }

    .bottom-nav-bar-mobile .itembar .icon svg#iconblog path, .bottom-nav-bar-mobile .itembar .icon svg#iconblog circle {
        fill: #3ba66b
    }

    .bottom-nav-bar-mobile .itembar.center .bar-menu {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        margin-top: -20px
    }
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.footer {
    margin-top: 80px;
    background: #3ba66b;
    padding: 50px 0 0;
    position: relative
}

.footer #copyright {
    text-align: center
}

@media (max-width: 1199px) and (min-width: 991px) {
    .footer #copyright {
        padding: 0 5px
    }
}

@media (max-width: 767px) {
    .footer {
        padding-top: 30px;
        padding-bottom: 0px
    }
}

.footer:before {
    content: "";
    /*background:url(/catalog/view/theme/teenglow/image/bg-before-footer.png) no-repeat top center;*/
    position: absolute;
    width: 100%;
    height: 47px;
    top: -47px;
    left: 0
}

.footer .col-mailchimp {
    text-align: left
}

@media (min-width: 991px) {
    .footer .col-mailchimp {
        margin-top: 10px
    }
}

.footer .col-mailchimp p {
    color: #fff
}

.footer .col-logo-footer {
    text-align: center
}

@media (min-width: 1199px) {
    .footer .col-logo-footer {
        padding-left: 50px;
        padding-right: 50px
    }
}

.footer .col-logo-footer .text_introduction {
    margin-top: 15px;
    font-size: 14px;
    color: #fff
}

.footer .col-logo-footer .img-footer {
    margin-bottom: -65px;
    margin-top: 10px
}

@media (min-width: 991px) {
    .footer .col-logo-footer .img-footer {
        height: 213px
    }
}

@media (max-width: 767px) {
    .footer .col-logo-footer {
        margin-bottom: 30px
    }
}

.footer .col-contact-footer {
    text-align: center
}

@media (min-width: 1199px) {

}

@media (min-width: 991px) {
    .footer .col-contact-footer {
        margin-top: 25px
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .footer .col-contact-footer {
        margin-top: 18px
    }
}

.footer .first-footer {
    padding-bottom: 20px;
    margin-bottom: 0
}

.footer h4, .footer .h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase
}

@media (min-width: 767px) {
    .footer h4, .footer .h4 {
        margin-bottom: 25px
    }
}

.footer ul {
    padding: 0
}

@media (max-width: 991px) {
    .footer ul {
        padding-top: 0;
        margin-bottom: 0
    }


}

.footer ul li {
    color: #fff;
    line-height: 26px;
    font-size: 16px
}

.footer ul li a {
    color: #fff;
    font-size: 16px
}

.footer ul li a:hover {
    color: var(--color-secondary-theme)
}

.footer ul li a svg {
    width: 6px;
    height: 6px;
    fill: #ffffff;
    margin-right: 5px
}

.footer .copyright {
    color: #fff;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.1)
}

.footer .copyright .inner {
    padding: 15px 0
}

.footer .copyright a {
    color: #fff;
    font-size: 13px
}

.footer .copyright a:hover {
    color: var(--color-primary-theme)
}

.mail_footer {
    width: 100%;
    min-height: 50px;
    margin-top: 20px
}

@media (max-width: 767px) {
    .mail_footer {
        width: 100%;
        margin-bottom: 0;
        height: unset
    }
}

.mail_footer form {
    position: relative;
    margin-bottom: 0
}

.mail_footer form .groupiput {
    width: 100%
}

.mail_footer form input {
    height: 40px;
    border-radius: 0;
    line-height: 40px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    float: left;
    padding: 0 110px 0 20px;
    background: #fff;
    border-color: #fff;
    font-size: 14px;
    color: #333;
    border-radius: 25px !important
}

.mail_footer form input::placeholder {
    color: #333
}

.mail_footer form input::-ms-input-placeholder {
    color: #333
}

.mail_footer form input:focus {
    border-color: #fff;
    outline: none;
    box-shadow: none
}

.mail_footer form input:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right-color: #f5f5f5
}

.mail_footer form input:last-child {
    border-right-color: #f5f5f5
}

.mail_footer form .subscribe {
    display: inline-block;
    padding: 0 15px;
    border-radius: 0 !important;
    background: var(--color-secondary-theme);
    float: left;
    margin-left: 0px;
    font-size: 14px;
    color: #fff;
    border: solid 1px var(--color-secondary-theme);
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    height: 40px;
}

.mail_footer form .subscribe button {
    height: 38px;
    line-height: 38px;
    padding: 0;
    width: 100%;
    border: none;
    color: #fff;
    background: var(--color-secondary-theme)
}

.mail_footer form .subscribe:hover {
    opacity: 0.8
}

.mail_footer .mailchimp-alerts {
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    background: transparent;
    height: 24px;
    line-height: 24px;
    display: inline;
    align-items: center;
    color: red;
    margin-left: 10px
}

.mail_footer .mailchimp-alerts .mailchimp-error, .mail_footer .mailchimp-alerts .mailchimp-success, .mail_footer .mailchimp-alerts .mailchimp-submitting {
    font-style: italic;
    margin-top: 0;
    padding: 0
}

.mail_footer .mailchimp-alerts .mailchimp-error a, .mail_footer .mailchimp-alerts .mailchimp-success a, .mail_footer .mailchimp-alerts .mailchimp-submitting a {
    color: #fff
}

.mail_footer .mailchimp-alerts .mailchimp-error a:hover, .mail_footer .mailchimp-alerts .mailchimp-error a:focus, .mail_footer .mailchimp-alerts .mailchimp-success a:hover, .mail_footer .mailchimp-alerts .mailchimp-success a:focus, .mail_footer .mailchimp-alerts .mailchimp-submitting a:hover, .mail_footer .mailchimp-alerts .mailchimp-submitting a:focus {
    text-decoration: underline
}

.social-footer {
    text-align: center
}

.social-button {
    margin-right: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff
}

.social-button svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59)
}

.footer-payment {
    padding-top: 10px;
    max-width: 180px
}

.footer-payment img {
    margin-bottom: 2px
}

.btn-blues, #btnnewreview, .nd-button {
    position: relative;
    display: inline-block;
    padding: 15px 28px;
    line-height: normal;
    border: 1px solid var(--color-primary-theme);
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    background-color: var(--color-primary-theme);;
    color: #fff;
    border-radius: 100px
}

@media (max-width: 480px) {
    .btn-blues, #btnnewreview, .nd-button {
        padding: 12px 25px
    }
}

.btn-blues strong, #btnnewreview strong, .nd-button strong {
    font-weight: 400
}

.btn-blues:hover, .btn-blues:focus, #btnnewreview:hover, #btnnewreview:focus, .nd-button:hover, .nd-button:focus {
    color: #fff;
    background-color: #3ba66b;
    border-color: #3ba66b;
    box-shadow: none;
    outline: none
}

.required {
    font-size: 13px;
    color: red
}

.backdrop__body-backdrop___1rvky {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #363636;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out
}

@media (max-width: 480px) {
    .backdrop__body-backdrop___1rvky {
        z-index: 999
    }
}

.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5
}

.mobile-main-menu {
    height: 100vh;
    overflow-y: auto;
    width: 340px;
    position: fixed;
    background-color: #fff;
    z-index: 999999 !important;
    top: 0 !important;
    left: 0;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation
}

@media (max-width: 480px) {
    .mobile-main-menu {
        width: calc(100vw - 65px);
        transform: translateX(calc(-100vw + 65px))
    }
}

.mobile-main-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px transparent;
    -moz-box-shadow: inset 0 0 0px transparent;
    border-radius: 0px;
    background-color: #fff
}

.mobile-main-menu::-webkit-scrollbar {
    width: 0px;
    background-color: #fff
}

.mobile-main-menu::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px transparent;
    -moz-box-shadow: inset 0 0 0px transparent;
    background-color: #e5e5e5
}

.mobile-main-menu.active {
    visibility: visible;
    transform: translateX(0)
}

.mobile-main-menu.active .la-scroll-fix-infor-user {
    opacity: 1;
    transform: translateX(0)
}

.mobile-main-menu .la-scroll-fix-infor-user {
    opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
    transform: translateX(-80px);
    height: 100%;
    overflow: auto;
    padding-bottom: 10px;
    position: relative
}

.mobile-main-menu .la-scroll-fix-infor-user .user-info {
    background-color: #3ba66b;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    align-items: center;
    padding: 5px
}

.mobile-main-menu .la-scroll-fix-infor-user .user-info .user-avatar {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 10px
}

.mobile-main-menu .la-scroll-fix-infor-user .user-info .user-avatar .no-avt {
    background-color: #fff;
    border-radius: 15px;
    height: 50px;
    width: 50px;
    font-size: 30px;
    text-align: center;
    color: #818285;
    position: relative
}

.mobile-main-menu .la-scroll-fix-infor-user .user-info .user-avatar .no-avt svg {
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0
}

.mobile-main-menu .la-scroll-fix-infor-user .user-info .user-name {
    flex: 1;
    display: -ms-flexbox;
    display: flex
}

.mobile-main-menu .la-scroll-fix-infor-user .user-info .user-name p {
    margin-bottom: 0;
    width: 50%;
    display: inline-block;
    text-align: center
}

.mobile-main-menu .la-scroll-fix-infor-user .user-info .user-name p a {
    font-weight: 600;
    color: #fff;
    font-size: 15px
}

.mobile-main-menu .la-scroll-fix-infor-user .user-info .user-name p a:hover, .mobile-main-menu .la-scroll-fix-infor-user .user-info .user-name p a:focus {
    color: #fff
}

.mobile-main-menu .la-scroll-fix-infor-user .user-info .user-name.has-login {
    flex-direction: column
}

.mobile-main-menu .la-scroll-fix-infor-user .user-info .user-name.has-login p {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.mobile-main-menu .la-scroll-fix-infor-user .evo-close-menu {
    position: absolute;
    margin-left: 0;
    right: 5px;
    top: 5px;
    line-height: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 0;
    z-index: 999;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
}

.mobile-main-menu .la-scroll-fix-infor-user .evo-close-menu svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.5px
}

.mobile-main-menu .la-scroll-fix-infor-user .evo-close-menu svg path {
    color: #fff
}

.mobile-main-menu .la-scroll-fix-infor-user .evo-close-menu:hover {
    transform: translate(0%, 0%) rotate(360deg)
}

.mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px transparent;
    -moz-box-shadow: inset 0 0 0px transparent;
    border-radius: 0px;
    background-color: #fff
}

.mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar {
    width: 0px;
    background-color: #fff
}

.mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px transparent;
    -moz-box-shadow: inset 0 0 0px transparent;
    background-color: #e5e5e5
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope {
    position: relative;
    display: block
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a {
    padding: 8px 7.5px;
    padding-right: 25px;
    text-decoration: none;
    color: #222;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
    font-size: 15px;
    font-weight: 600
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg {
    height: 20px !important;
    width: 20px !important;
    position: absolute;
    right: 7.5px;
    top: 50%;
    transform: translate(0, -50%)
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg:after, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: currentColor;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg:before {
    width: 11px;
    height: 1px;
    opacity: 1
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg:after {
    width: 1px;
    height: 11px
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg.active:before, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg.active:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg.active:before {
    opacity: 0
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a:hover, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a:focus {
    color: #3ba66b
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope.active>a {
    color: #3ba66b
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 {
    display: none;
    padding-left: 0;
    padding-right: 0
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 li a {
    padding-left: 15px;
    text-transform: none;
    font-weight: normal
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 li .ul-has-child2 {
    display: none;
    padding-left: 0;
    padding-right: 0
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 li .ul-has-child2 li a {
    padding-left: 22.5px;
    font-weight: normal
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope.sale-menu>a {
    color: #FF5F89;
    font-weight: 600;
    text-transform: uppercase
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .evo-mb-split {
    display: block;
    background-color: #f3f3f3;
    padding: 5px 10px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px
}

.mobile-main-menu .la-scroll-fix-infor-user ul {
    padding: 0
}

.product-block-item {
    position: relative;
    overflow: hidden
}

.product-block-item .sale-label {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    color: #fff;
    background-color: #F14E18;
    border-radius: 10px 0
}

.product-block-item .product-transition {
    position: relative;
    display: block;
    overflow: hidden
}

.product-block-item .product-action {
    text-align: center;
    width: 100px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-bottom: -50px
}

.product-block-item:hover .product-action {
    margin-bottom: 0
}

.product-block-item:hover .product-thumbnail {
    transform: scale(1.05)
}

.product-block-item .action {
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    background: #3ba66b;
    margin: 0 2px
}

.product-block-item .action.setWishlist {
    background: #eb3e32
}

.product-block-item .action svg {
    width: 20px;
    height: 20px
}

.product-block-item .action svg path {
    fill: #fff
}

.product-block-item .action:hover {
    cursor: pointer;
}

.product-block-item .action:hover svg {
    fill: #fff
}

.product-block-item .action.active {
    background: #eb3e32
}

.product-block-item .action.active:hover {
    background: var(--color-primary-theme)
}

.product-block-item .action.active svg path {
    fill: #fff
}

.product-block-item .group-buttons {
    margin-bottom: 0;
    display: inline-block;
    margin-bottom: 0
}

.product-block-item .product-info .item-product-name {
    padding-top: 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    width: 100%;
    color: #000;
    line-height: 1.3;
    margin-bottom: 5px;
    display: block;
    min-height: 49px;
}

@media (max-width: 767px) {
    .product-block-item .product-info .item-product-name {
        font-size: 14px
    }
}

.product-block-item .product-info .item-product-name:hover, .product-block-item .product-info .item-product-name:focus {
    color: var(--color-primary-theme)
}

.product-block-item .product-info .product__price {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    font-size: 16px;
    color: #eb3e32;
    font-weight: 700
}

@media (max-width: 767px) {
    .product-block-item .product-info .product__price {
        font-size: 14px
    }
}

.product-block-item .product-info .product__price .old-price {
    text-decoration: line-through;
    font-size: 13px;
    color: #999;
    margin-left: 5px;
    font-weight: normal
}

@media (max-width: 767px) {
    .product-block-item .product-info .product__price .old-price {
        font-size: 12px
    }
}

@media (min-width: 1025px) {
    .product-block-item:hover .has-multiimage .group-buttons .action {
        opacity: 1;
        transform: scale(1, 1)
    }
}

@media (max-width: 480px) {
    .s480-f {
        display: block;
        font-size: 0;
        clear: both
    }

    .col-full {
        width: 100%
    }
}

.form-signup .errors {
    color: red
}

.cart_sidebar {
    text-align: left;
    position: fixed;
    width: 340px;
    top: 0 !important;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 999999;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    right: 0
}

@media (max-width: 480px) {
    .cart_sidebar {
        width: 100%;
        transform: translateX(100%)
    }
}

.cart_sidebar.active {
    visibility: visible;
    transform: translateX(0)
}

.cart_sidebar.active .cart-content {
    opacity: 1;
    transform: translateX(0)
}

.cart_sidebar .cart-content {
    opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
    transform: translateX(80px);
    height: 100%;
    position: relative
}

.cart_sidebar .cart-content .cart_heading {
    padding: 15px 15px;
    display: block;
    position: relative
}

.cart_sidebar .cart-content .cart_heading .cart_title {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: #222;
    font-weight: 600
}

.cart_sidebar .cart-content .cart_heading .cart_btn-close {
    position: absolute;
    margin-left: 0;
    right: 15px;
    top: 18px;
    line-height: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
    z-index: 999;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
}

.cart_sidebar .cart-content .cart_heading .cart_btn-close svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.5px
}

.cart_sidebar .cart-content .cart_heading .cart_btn-close:hover {
    transform: translate(0%, 0%) rotate(360deg)
}

.cart_sidebar .cart-content .cart-footer {
    padding: 10px
}

.cart_sidebar .cart-content .cart-footer hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.cart_sidebar .cart-content .cart-footer .cart__subtotal {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px
}

.cart_sidebar .cart-content .cart-footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left
}

.cart_sidebar .cart-content .cart-footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left
}

.cart_sidebar .cart-content .cart-footer .cart__subtotal .cart__totle .total-price {
    color: #eb3e32
}

.cart_sidebar .cart-content .cart-footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative;
    padding-top: 24px
}

.cart_sidebar .cart-content .cart-footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background-color: #3ba66b;
    color: #fff;
    text-align: center
}

.cart_sidebar .cart-content .cart-footer .cart__btn-proceed-checkout-dt button:hover, .cart_sidebar .cart-content .cart-footer .cart__btn-proceed-checkout-dt button:focus {
    background-color: #2e8053
}

.cart_sidebar .cart-content .cart_body {
    padding: 15px;
    height: calc(100vh - 210px);
    overflow-y: auto
}

@media (max-width: 767px) {
    .cart_sidebar .cart-content .cart_body {
        height: calc(100vh - 270px)
    }
}

.cart_sidebar .cart-content .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5
}

.cart_sidebar .cart-content .cart_body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.cart_sidebar .cart-content .cart_body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5
}

.cart_sidebar .cart-content .cart_body .cart-empty .empty-icon {
    display: block
}

.cart_sidebar .cart-content .cart_body .cart-empty .empty-icon .ico-cart {
    height: 200px;
    width: 200px;
    background-image: url(/catalog/view/theme/teenglow/image/mobile-shopping.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 569px) {
    .cart_sidebar .cart-content .cart_body .cart-empty .empty-icon .ico-cart {
        height: 180px;
        width: 180px
    }
}

.cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty {
    margin-top: 20px;
    text-align: center
}

.cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty a {
    background-color: #3ba66b;
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    height: auto;
    line-height: 1.1
}

.cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty a:hover, .cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty a:focus {
    background-color: #2e8053;
    color: #fff
}

.cart_sidebar .cart-content .cart_body .cart_product {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%
}

@media (min-width: 500px) and (max-width: 569px) {
    .cart_sidebar .cart-content .cart_body .cart_product {
        margin-bottom: 5px;
        padding-bottom: 5px
    }
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_image {
    display: table-cell;
    width: 24%;
    vertical-align: top;
    position: relative
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info {
    padding-left: 15px;
    vertical-align: top
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .cart_name {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 600
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .cart_name a {
    color: #222
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .cart_name a:hover, .cart_sidebar .cart-content .cart_body .cart_product .cart_info .cart_name a:focus {
    color: var(--color-primary-theme)
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name {
    width: 50%;
    float: left
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_size {
    font-size: 13px;
    margin-bottom: 0;
    display: block;
    font-weight: normal
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_quantity {
    font-size: 12px;
    margin-bottom: 0;
    display: block;
    font-weight: normal;
    color: #333
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-minus {
    float: left;
    border-right: 0
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-plus {
    float: left;
    border-left: 0
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select input {
    display: inline-block;
    height: 28px;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    float: left;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices {
    width: 50%;
    float: left
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price {
    margin-bottom: 5px;
    margin-top: 5px
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price .cart__sale-price {
    font-weight: 600;
    display: block;
    font-size: 14px;
    color: #eb3e32
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove {
    font-size: 13px;
    color: #3ba66b
}

.cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:hover, .cart_sidebar .cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:focus {
    text-decoration: underline
}

.help-block.form-error {
    color: red;
    font-size: 12px
}

.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
    right: 12px !important
}

.addThis_listSharing {
    position: fixed;
    bottom: 150px;
    z-index: 999;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    top: auto !important
}

@media (max-width: 767px) {
    .addThis_listSharing {
        bottom: 0;
        width: 100%;
        right: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .addThis_listSharing ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

.addThis_listSharing.is-show {
    right: 0;
    opacity: 1;
    visibility: visible
}

@media (min-width: 992px) and (max-width: 1024px) {
    .addThis_listSharing.is-show {
        right: 10px
    }
}

.addThis_listing .addThis_item {
    margin-bottom: 5px;
    margin-right: 10px
}

@media (max-width: 767px) {
    .addThis_listing .addThis_item {
        flex: 1;
        margin-right: 0;
        margin-bottom: 0
    }

    .addThis_listing .addThis_item:nth-child(1) {
        background-color: #e8434c
    }

    .addThis_listing .addThis_item:nth-child(2) {
        background-color: #3985f7
    }

    .addThis_listing .addThis_item:nth-child(3) {
        background-color: #70f3ff
    }

    .addThis_listing .addThis_item:nth-child(4) {
        background-color: #f5ae16
    }
}

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

@media (min-width: 768px) {
    .addThis_listing .addThis_item a svg {
        height: 44px;
        width: 44px
    }
}

@media (max-width: 767px) {
    .addThis_listing .addThis_item a {
        width: 100%;
        border-radius: 0
    }

    .addThis_listing .addThis_item a svg {
        height: 44px
    }

    .addThis_listing .addThis_item a svg circle {
        display: none
    }
}

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

@media (max-width: 767px) {
    .addThis_listing .addThis_item a .tooltip-text {
        display: none
    }
}

.addThis_listing .addThis_item .addThis_item-icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.addThis_listing .addThis_item .addThis_item-icon:hover {
    text-decoration: none;
    opacity: .9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13)
}

.addThis_listing .addThis_item .addThis_item-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1
}

.actionToolbar_mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    height: 45px;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding: 5px 10px
}

.actionToolbar_mobile ul.actionToolbar_listing {
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.actionToolbar_mobile ul.actionToolbar_listing li {
    width: 20%;
    float: left
}

.actionToolbar_mobile ul.actionToolbar_listing li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative
}

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
    fill: #696969;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
    margin-top: -25px;
    display: inline-block;
    vertical-align: top
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
    width: 44px;
    height: 44px
}

.alert.animated.fadeInDown, .alert.animated.bounceInDown {
    width: 350px
}

@media (max-width: 480px) {
    .alert.animated.fadeInDown, .alert.animated.bounceInDown {
        width: 280px
    }
}

#nd-sale-pop {
    position: fixed;
    top: auto !important;
    left: 10px;
    max-width: 400px;
    padding: 16px;
    background: #fff;
    font-size: 14px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    color: #333;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all 2s;
    bottom: -100%
}

#nd-sale-pop.salepop-show {
    opacity: 1;
    visibility: visible
}

@media (min-width: 992px) {
    #nd-sale-pop.salepop-show {
        bottom: 80px
    }
}

#nd-sale-pop .sale-pop-wrap {
    display: flex;
    justify-content: space-between
}

#nd-sale-pop .sale-pop-img {
    width: 64px
}

#nd-sale-pop .sale-pop-body {
    width: calc(100% - 74px)
}

#nd-sale-pop .sale-pop-name {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold
}

#nd-sale-pop .sale-pop-name a:hover {
    color: #3ba66b
}

#nd-sale-pop .sale-pop-cta {
    display: block;
    margin-top: 5px;
    color: #3ba66b
}

#nd-sale-pop .sale-pop-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    color: initial
}

#nd-sale-pop:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2)
}

@media (max-width: 767px) {
    #nd-sale-pop {
        left: 5px;
        bottom: 80px;
        max-width: 90%;
        padding: 5px 10px;
        font-size: 12px
    }

    #nd-sale-pop b {
        font-size: 12px
    }
}

.sale-pop-regis {
    display: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    font-weight: 300;
    width: 100%;
    border: 2px solid #3ba66b;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 25px;
    transition: all 0.3s;
    left: 0;
    right: 0;
    position: absolute;
    background: #fff;
    bottom: 100%;
    top: auto
}

.sale-pop-regis:after {
    content: '';
    display: block;
    background-image: none;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3ba66b;
    filter: drop-shadow(0 1px 0 #3ba66b);
    bottom: -6px;
    right: 50%;
    margin-right: -3px;
    position: absolute
}

.sale-pop-regis input:not([type=checkbox]) {
    outline: unset;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #000;
    cursor: text;
    margin-bottom: 10px
}

.sale-pop-regis .regis-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #3ba66b;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    color: #fff
}

.sale-pop-regis .regis-body {
    padding: 30px 30px 15px 30px;
    line-height: 18px;
    box-sizing: border-box;
    width: 100%;
    display: block
}

.sale-pop-regis .regis-btn {
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    box-sizing: border-box;
    background: #3ba66b;
    color: #fff;
    transition: 0.3s all;
    border: 0;
    height: auto;
    font-size: 14px;
    font-weight: 700
}

@media (max-width:1199px) {
    .account-max-1024 {
        position: relative;
        display: flex !important;
        flex: 1;
        background: var(--color-primary-theme)
    }
}