@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0
}

thead {
    font-weight: 600
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-spacing: 0
}

img {
    max-width: 100%
}

input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: .4s;
    transition: .4s
}

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

::-webkit-scrollbar {
    background-color: #fff;
    height: 4px;
    width: 4px
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1
}

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

::-moz-placeholder {
    color: #838383
}

::placeholder {
    color: #838383
}

.fix {
    overflow: hidden
}

.hidden {
    display: none
}

.clear {
    clear: both
}

.section {
    float: left;
    width: 100%
}

.f-right {
    float: right
}

.capitalize {
    text-transform: capitalize
}

.uppercase {
    text-transform: uppercase
}

.bg-img {
    background-position: 50%;
    background-size: cover
}

.position-relative {
    position: relative
}

.height-100vh {
    height: 100vh !important
}

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

.bg-grey-9 {
    background-color: var(--color-grey-9)
}

.border-radius-5 {
    border-radius: 5px
}

.border-radius-10 {
    border-radius: 10px
}

.border-radius-20 {
    border-radius: 20px
}

.img-hover-scale img {
    transition: transform .5s
}

.img-hover-scale:hover img {
    transform: scale(1.05);
    transition: transform .5s
}

.hover-up,
.hover-up:hover {
    transition: all .25s cubic-bezier(.02, .01, .47, 1)
}

.hover-up:hover {
    transform: translateY(-5px)
}

.text-price {
    color: var(--color-brand-2) !important
}

.text-brand {
    color: var(--color-brand) !important
}

.text-primary {
    color: var(--color-primary) !important
}

.text-warning {
    color: var(--color-warning) !important
}

.text-danger {
    color: var(--color-danger) !important
}

.text-success {
    color: var(--color-success) !important
}

.text-info {
    color: var(--color-info) !important
}

.text-grey-4 {
    color: var(--color-grey-4) !important
}

.text-muted {
    color: var(--color-muted) !important
}

.text-grey-5,
.text-grey-5 a,
.text-hover-grey-5:hover {
    color: #c1c7cf !important
}

.bg-brand {
    background-color: var(--color-brand) !important
}

.bg-primary {
    background-color: var(--color-primary) !important
}

.bg-warning {
    background-color: var(--color-warning) !important
}

.bg-danger {
    background-color: var(--color-danger) !important
}

.bg-success {
    background-color: var(--color-success) !important
}

.bg-info {
    background-color: var(--color-info) !important
}

.bg-grey-4 {
    background-color: var(--color-grey-4) !important
}

.flex-horizontal-center {
    align-items: center;
    display: flex
}

.h-500 {
    min-height: 500px
}

.border {
    border: 1px solid #eee !important
}

.box-shadow-outer-6 {
    box-shadow: 0 0 11px 0 rgba(78, 42, 222, .03), 0 8px 22px 0 rgba(78, 42, 222, .09)
}

.box-shadow-outer-6:hover {
    box-shadow: 0 0 15px 0 rgba(78, 42, 222, .03), 0 8px 22px 0 rgba(78, 42, 222, .09)
}

.box-shadow-outer-7 {
    box-shadow: 0 0 11px 0 rgba(78, 42, 222, .03), 0 8px 16px 0 rgba(78, 42, 222, .08)
}

.box-shadow-outer-7:hover {
    box-shadow: 0 0 14px 0 rgba(78, 42, 222, .03), 0 8px 18px 0 rgba(78, 42, 222, .09)
}

.box-hover-shadow-outer-3:hover,
.box-shadow-outer-3 {
    box-shadow: 0 5px 16px 0 rgba(118, 126, 173, .09)
}

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

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

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

.border-dotted {
    border-style: dotted !important
}

.border-solid {
    border-style: solid !important
}

.border-double {
    border-style: double !important
}

.border-dashed {
    border-style: dashed !important
}

.border-brand {
    border-color: var(--color-brand) !important
}

.border-muted {
    border-color: #f7f8f9
}

.section-border {
    border-bottom: 1px solid #e6e9ec;
    border-top: 1px solid #e6e9ec
}

.border-color-1 {
    border-color: #e0dede
}

a,
button,
h4,
img,
input,
span {
    transition: all .3s ease 0s
}

@keyframes slideleft {
    10% {
        opacity: 0;
        right: 0;
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: scale(1)
    }

    90% {
        opacity: 0;
        right: 100%;
        transform: scale(0)
    }
}

[data-loader=spinner] {
    animation: spinner 1.2s ease-in-out infinite;
    box-shadow: 0 0 10px #fff;
    display: inline-block;
    height: 35px;
    width: 35px
}

@keyframes spinner {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180deg) rotateY(0)
    }

    to {
        transform: perspective(120px) rotateX(-180deg) rotateY(-180deg)
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 63, 72, .8)
    }

    to {
        box-shadow: 0 0 0 5px transparent
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 63, 72, .1)
    }

    to {
        box-shadow: 0 0 0 20px transparent
    }
}

@keyframes jump {
    0% {
        transform: translate3d(0, 20%, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.jump {
    animation: jump .5s linear infinite alternate;
    transform-origin: 0
}

body {
    color: var(--color-text);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-text), sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-heading);
    font-weight: 600;
    line-height: 1.2
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

p {
    color: var(--color-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px
}

.short-desc p {
    line-height: 20px
}

p:last-child {
    margin-bottom: 0
}

a,
button {
    cursor: pointer;
    text-decoration: none
}

b {
    font-weight: 500
}

.fw-600,
strong {
    font-weight: 600
}

.fw-900 {
    font-weight: 900
}

.fw-300 {
    font-weight: 300
}

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

.section-title {
    font-weight: 700
}

.section-title.style-1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    position: relative
}

.section-title.style-1:after {
    background-color: var(--color-brand);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px
}

.section-title.style-2 {
    background-color: var(--color-brand);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 10px 15px
}

.section-title span {
    color: var(--color-brand)
}

h3.section-title {
    font-size: 22px
}

h5.widget-title {
    font-size: 18px;
    font-weight: 600
}

h5.widget-title a {
    color: var(--color-heading)
}

.text-body {
    color: var(--color-text) !important
}

.font-xxs {
    font-size: 10px
}

.font-xs {
    font-size: 12px
}

.font-sm {
    font-size: 13px
}

.font-md {
    font-size: 14px
}

.font-lg {
    font-size: 15px
}

.font-xl {
    font-size: 16px
}

.font-xxl {
    font-size: 58px
}

.text-style-1 {
    position: relative
}

.text-style-1:after {
    background-color: #ffdb85;
    bottom: 20%;
    content: "";
    display: block;
    height: 20%;
    left: -5%;
    opacity: .8;
    position: absolute;
    transition: transform .5s;
    width: 110%;
    z-index: -1
}

.text-style-1:hover:after {
    height: 30%;
    transition: transform .5s
}

.btn-default {
    background-color: var(--color-brand);
    border-radius: 50px;
    color: #fff;
    padding: 13px 28px
}

.btn-default i {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    transition-duration: .2s
}

.btn-default:hover i {
    margin-left: 15px;
    transition-duration: .2s
}

.btn-lg {
    font-size: 16px;
    padding: 13px 28px
}

.btn-sm {
    font-size: 12px;
    padding: 8px 18px !important
}

.btn-md {
    font-size: 12px;
    padding: 10px 24px !important
}

.btn-outline {
    background-color: transparent !important
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important;
    outline: 0
}

.btn:hover {
    color: #fff
}

.btn-shadow-brand {
    border: 1px solid #f7f8f9;
    box-shadow: 0 2px 6px 0 rgba(88, 151, 251, .16)
}

.btn-shadow-brand:hover {
    border: 1px solid var(--color-brand)
}

.btn-brand {
    background-color: var(--color-brand);
    border-color: var(--color-brand)
}

button.submit,
button[type=submit] {
    background-color: var(--color-brand);
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 40px
}

.btn-brand:hover,
button.submit:hover,
button[type=submit]:hover {
    background-color: var(--color-primary) !important
}

.btn-dark {
    background-color: #212529 !important;
    border-color: #212529 !important;
    color: #fff !important
}

.btn-login {
    font-size: 13px
}

.btn-login .btn {
    min-width: unset
}

.btn-login li {
    display: inline-block;
    margin: 0 5px
}

.btn-login li a {
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    padding: 15px 25px;
    text-transform: none
}

.btn,
.button {
    background: var(--color-brand);
    border: 1px solid var(--color-brand);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 54px;
    transition: all .3s linear 0s
}

.btn:hover,
.button:hover {
    background: var(--color-primary);
    border-color: var(--color-primary)
}

.btn.btn-sm,
.button.btn-sm {
    font-size: 12px;
    line-height: 1.8;
    padding: 8px 18px;
    text-transform: none
}

.btn.btn-rounded,
.button.btn-rounded {
    border-radius: 50px
}

.btn.btn-secondary,
.button.btn-secondary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary)
}

.btn.btn-facebook,
.button.btn-facebook {
    background: #3b5998;
    border-color: #3b5998
}

.btn.btn-google,
.button.btn-google {
    background: #d85040;
    border-color: #d85040
}

.btn.btn-more,
.button.btn-more {
    background-color: #fcf190;
    background: #f3d576;
    background: linear-gradient(41deg, #f3d576, #e7b144 26%, #f3d576 63%, #e7b144 90%, #fcf190);
    border: 2px solid #000;
    border-radius: 0;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    max-width: 300px;
    outline: 2px solid #ebb343;
    text-transform: uppercase
}

.btn.btn-more:hover,
.button.btn-more:hover {
    background-color: #000;
    border-color: #000
}

.profile-btn-update .btn {
    background: transparent;
    border-color: #000;
    border-radius: 40px;
    color: #000;
    padding: 6px 24px;
    width: 100%
}

.profile-btn-update .btn:hover {
    border-color: var(--color-brand);
    color: var(--color-brand)
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1
}

input {
    background: var(--color-grey-9);
    border: 2px solid var(--color-grey-9);
    border-radius: 3px;
    box-shadow: none;
    color: var(--color-body);
    font-size: 13px;
    height: 45px;
    padding-left: 20px;
    width: 100%
}

input:focus {
    background: transparent
}

input.square {
    border-radius: 0
}

select {
    background: transparent;
    border: 0 solid var(--color-grey-9);
    box-shadow: none;
    color: var(--color-body);
    width: 100%
}

option,
select {
    font-size: 13px
}

option {
    background: #fff;
    border: 0 solid #626262;
    padding-left: 10px
}

textarea {
    background: var(--color-grey-9);
    border: 2px solid var(--color-grey-9);
    border-radius: 20px;
    color: var(--color-body);
    font-size: 13px;
    min-height: 200px;
    padding: 10px 10px 10px 20px;
    resize: vertical;
    width: 100%
}

textarea:focus {
    background: transparent;
    outline: none
}

.select2-container--default .select2-selection--single {
    background-color: #f9f9f9;
    border: 2px solid #eee;
    border-radius: 30px 0 0 30px !important;
    border-right: 0;
    height: 52px;
    padding-left: 20px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 50px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 20px
}

.custom_select {
    position: relative;
    width: 100%
}

.custom_select .nice-select {
    margin-bottom: 1rem;
    width: 100%
}

.custom_select .select2-container--default .select2-selection--single {
    background-color: #f4f5f9;
    border: 2px solid #f4f5f9;
    border-radius: 50px !important;
    color: #4f5d77;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px
}

.custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4f5d77;
    font-size: 13px;
    line-height: 45px;
    padding-left: 0
}

.custom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 14px;
    top: 9px
}

.select2-dropdown {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 -3px 23px rgba(0, 0, 0, .06);
    min-width: 220px;
    padding: 15px
}

.select2-dropdown .select2-search--dropdown {
    padding: 0
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    border-radius: 50px;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 20px
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.select2-results__options::-webkit-scrollbar {
    background-clip: padding-box;
    width: 16px
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: #f4f4f4;
    height: 8px
}

.select2-results__options::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-track {
    background-clip: padding-box;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #d1d1d1
}

.select2-results__options::-webkit-scrollbar-button {
    display: none
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ececec;
    color: unset
}

.contact-from-area .contact-form-style button {
    background-color: var(--color-brand);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 40px;
    width: 100%
}

.contact-from-area .contact-form-style button.submit-auto-width {
    display: inline-block;
    width: auto
}

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

.form-group input {
    background: #f4f5f9;
    border: 2px solid #f4f5f9;
    box-shadow: none;
    color: #4f5d77;
    height: 45px;
    padding-left: 20px;
    width: 100%
}

.form-group input:focus {
    background: transparent;
    border-color: #f4f5f9
}

label {
    margin-bottom: 5px
}

label.error {
    color: var(--color-danger);
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 1px
}

.custome-checkbox .form-check-label,
.custome-radio .form-check-label {
    cursor: pointer;
    position: relative
}

.custome-checkbox .form-check-label {
    color: #687188;
    cursor: pointer;
    padding: 0;
    position: relative;
    vertical-align: middle
}

.custome-checkbox .form-check-label:before {
    border: 2px solid #ced4da;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 17px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: 17px
}

.custome-checkbox .form-check-label span {
    vertical-align: middle
}

.custome-checkbox input[type=checkbox]+.form-check-label:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-65%) rotate(-45deg);
    width: 11px
}

.custome-checkbox .form-check-input,
.custome-radio .form-check-input {
    display: none
}

.login_footer {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 5px;
    width: 100%
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label:before {
    background-color: var(--color-brand);
    border-color: var(--color-brand)
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label:after {
    opacity: 1
}

.divider-text-center {
    position: relative;
    text-align: center
}

.divider-text-center:before {
    border-top: 1px solid #ddd;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.divider-text-center span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase
}

.login_wrap {
    border: 2px solid #f7f8f9;
    padding: 20px
}

.login_wrap .btn-close {
    position: absolute;
    right: 30px;
    top: 30px
}

#bb-comment-container {
    min-height: 150px
}

#bb-comment-container .form-select {
    border: none;
    box-shadow: none;
    font-size: 14px;
    margin-left: auto;
    max-width: 126px
}

#bb-comment-container .block__content .block--review:last-child {
    border-bottom: none
}

#Reviews .btn,
#bb-comment .btn {
    background: transparent;
    border-color: #eee;
    border-radius: 7px;
    color: #000;
    min-width: 150px;
    padding: 8px 20px !important
}

#Reviews .btn:hover,
#bb-comment .btn:hover {
    border-color: #000
}

.comments-area {
    background: transparent;
    border-top: 1px solid #f7f7f7;
    margin-top: 20px;
    padding: 25px 0 10px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0
}

.comments-area a {
    color: #2a2a2a
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0
}

.comments-area .comment-list.left-padding {
    padding-left: 25px
}

.comments-area .comment-list .single-comment {
    margin: 0 0 15px;
    padding: 0 0 15px
}

.comments-area .comment-list .single-comment:not(:last-child) {
    border-bottom: 1px solid #eee
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .thumb img {
    border-radius: 50%;
    width: 70px
}

.comments-area .date {
    color: #999;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 20px
}

.comments-area .comment {
    color: #777;
    font-size: 15px;
    margin-bottom: 10px
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 18px
}

.comments-area h4 {
    color: #2a2a2a;
    font-size: 18px;
    margin-bottom: 35px
}

.comment-form .email {
    padding-right: 0
}

.form-control {
    background: transparent;
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    font-size: 14px;
    height: 48px;
    padding-left: 18px
}

.comment-form {
    padding: 0 10px
}

.comment-form .form-group {
    margin-bottom: 10px
}

.comment-form textarea {
    background: transparent;
    border: 1px solid #ccc;
    color: #4f5d77;
    font-size: 13px;
    min-height: 70px;
    padding: 10px 10px 10px 20px;
    resize: vertical;
    width: 100%
}

.comment-form textarea:focus {
    background: transparent;
    border-color: #ccc;
    box-shadow: none;
    outline: none !important
}

.comment-form input[type=text] {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    color: #000;
    font-size: 13px;
    height: 36px;
    width: 100%
}

.comment-form button {
    background-color: var(--color-brand);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 12px !important
}

.comment-form button:hover {
    background-color: var(--color-primary) !important;
    border: none !important
}

.reset-image-upload__file-input {
    border: none !important;
    color: #0071e3;
    flex-direction: row !important;
    height: unset !important;
    justify-content: start !important
}

.reset-image-upload__file-input:hover {
    background: none !important
}

.reset-image-upload__file-input input {
    padding-left: 100%
}

.reset-image-upload__file-input .image-upload__text {
    color: #0071e3;
    font-size: 14px
}

.reset-image-upload__file-input .help-block {
    color: #333
}

.form-control:focus {
    box-shadow: none;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #777;
    font-weight: 300
}

.form-control::placeholder {
    color: #777;
    font-weight: 300
}

.nice-select .list {
    width: 100%
}

.button-contactForm {
    background: var(--color-brand);
    border-color: var(--color-brand);
    color: #fff;
    padding: 12px 25px
}

.search-form form {
    position: relative
}

.search-form form input {
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.search-form form button {
    background-color: transparent;
    border: none;
    border-radius: 0 !important;
    color: var(--color-grey-2);
    font-size: 14px;
    height: 100%;
    padding: 0 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.search-form form button:hover {
    background-color: #68b50f !important;
    color: #fff
}

.single-animation-wrap.slick-active .slider-animated-1 h1 {
    animation-delay: 1.4s;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 h2 {
    animation-delay: 1.2s;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 h3,
.single-animation-wrap.slick-active .slider-animated-1 h4 {
    animation-delay: 1s;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 span {
    animation-delay: .5s;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 p {
    animation-delay: 1.7s;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 a.btn {
    animation-delay: 2s;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1.slider-product-price {
    animation-delay: 1.2s;
    animation-name: flipInY
}

.single-animation-wrap.slick-active .slider-animated-1 .single-slider-img img {
    animation-delay: 1.5s;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap,
.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap-2 {
    animation-delay: 1s;
    animation-name: fadeInUp
}

.home-slider .slider-arrow {
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    visibility: hidden
}

.home-slider:hover .slider-arrow {
    opacity: 1;
    visibility: visible
}

.hero-slider-1 img {
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%
}

.hero-slider-1.style-2 .slider-1-height-2 {
    height: 600px;
    position: relative
}

.hero-slider-1.style-2 .hero-slider-content-2 {
    padding-left: 300px;
    padding-top: 100px
}

.hero-slider-1.style-2 .single-slider-img {
    bottom: 0;
    position: absolute;
    right: 0
}

.hero-slider-1.style-2 .single-slider-img img {
    max-width: 600px
}

.hero-slider-1.style-3 {
    height: unset;
    overflow: hidden;
    position: relative
}

.hero-slider-1.style-3 .slider-1-height-3 {
    height: 404px
}

.hero-slider-1.style-3 .slider-img {
    border-radius: 2px;
    overflow: hidden;
    z-index: 1
}

.hero-slider-1.style-3 .slider-main-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    bottom: 15px;
    color: #fff;
    display: -webkit-box;
    height: 57px;
    left: 10px;
    overflow: hidden;
    padding: 10px 15px 10px 0;
    position: absolute
}

.hero-slider-1.style-3 .hero-slider-content-2 {
    color: #fff;
    padding-left: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.hero-slider-1.style-3 .hero-slider-content-2 h1 {
    font-size: 50px
}

.hero-slider-1.style-3 .hero-slider-content-2 h2 {
    font-size: 38px;
    line-height: 1.2
}

.hero-slider-1.style-3 .hero-slider-content-2 h4 {
    font-size: 18px;
    margin: 0 0 7px
}

.hero-slider-1.style-3 .hero-slider-content-2 p {
    font-size: 14px
}

.hero-slider-1.style-3 .hero-slider-content-2 .btn-default {
    background-color: var(--color-warning);
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    padding: 10px 19px
}

.hero-slider-1-arrow {
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    position: unset !important
}

.hero-slider-1-arrow .slick-arrow {
    background: #f7f7f7;
    border: none;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: none !important;
    font-size: 0;
    height: 36px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-out;
    width: 36px;
    z-index: 100
}

.hero-slider-1-arrow .slick-arrow.slick-prev {
    left: 20px
}

.hero-slider-1-arrow .slick-arrow.slick-prev:before {
    content: "\f053";
    font-family: Font Awesome\ 5 Pro;
    font-size: 14px;
    font-weight: 400
}

.hero-slider-1-arrow .slick-arrow.slick-next {
    right: 20px
}

.hero-slider-1-arrow .slick-arrow.slick-next:before {
    content: "\f054";
    font-family: Font Awesome\ 5 Pro;
    font-size: 14px;
    font-weight: 400
}

.hero-slider-1-arrow .slick-track {
    display: flex;
    justify-content: center;
    text-align: center;
    transform: translateZ(0) !important;
    width: 100% !important
}

.hero-slider-1-arrow .slick-track .slick-slide {
    border-bottom: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    margin: 0 5px;
    max-width: 200px;
    padding: 8px 10px 5px;
    text-transform: capitalize
}

.hero-slider-1-arrow .slick-track .slick-slide.slick-current.slick-active {
    border-color: var(--color-brand)
}

.hero-slider-1-arrow .slick-track .slick-slide .tt-description,
.hero-slider-1-arrow .slick-track .slick-slide .tt-title-slide {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 20px;
    overflow: hidden
}

.hero-slider-content-2 h1 {
    font-size: 58px;
    line-height: 64px;
    margin: 0
}

.hero-slider-content-2 h2 {
    font-size: 46px;
    line-height: 54px;
    margin: 0
}

.hero-slider-content-2 h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    margin: 10px 0 15px
}

.hero-slider-content-2 h4 {
    font-size: 24px;
    margin: 0 0 18px
}

.hero-slider-content-2 p {
    font-size: 18px;
    line-height: 36px;
    margin: 7px 0 22px;
    width: 74%
}

.hero-slider-content-2 span {
    display: block;
    font-size: 15px;
    line-height: 1
}

.single-slider-img {
    display: flex;
    justify-content: flex-end;
    position: relative
}

.dot-style-1 ul {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.dot-style-1 ul li {
    margin: 0 7px
}

.dot-style-1 ul li button {
    background: #eee;
    border: 1px solid #eee;
    font-size: 0;
    height: 8px;
    padding: 0;
    transform: skew(-35deg, 0deg);
    transition: all .3s linear;
    width: 10px
}

.dot-style-1 ul li button:hover {
    background: #c1c1c1
}

.dot-style-1 ul li.slick-active button {
    background: #000;
    border-color: #000;
    width: 20px
}

.dot-style-1.dot-style-1-position-1 ul {
    bottom: 60px;
    left: 15px;
    position: absolute
}

.dot-style-1.dot-style-1-position-1 ul li.slick-active button {
    background: var(--color-brand);
    border-color: var(--color-brand)
}

.dot-style-1.dot-style-1-center ul {
    justify-content: center
}

.dot-style-1.dot-style-1-mt1 ul {
    margin-top: 30px
}

.slider-arrow {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2
}

.slider-arrow .slider-btn {
    background: #f7f7f7;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    transition: all .2s ease-out;
    width: 36px;
    z-index: 100
}

.slider-arrow .slider-btn.slider-prev {
    left: 20px
}

.slider-arrow .slider-btn.slider-prev i {
    margin-right: 4px
}

.slider-arrow .slider-btn.slider-next {
    right: 20px
}

.slider-arrow .slider-btn.slider-next i {
    margin-left: 4px
}

.slider-arrow .slider-btn:hover {
    background-color: #d4d4d4;
    border-color: #d4d4d4
}

.slider-arrow.nav-no-margin .slider-btn.slider-prev {
    left: 0
}

.slider-arrow.nav-no-margin .slider-btn.slider-next {
    right: 0
}

.slider-arrow.slider-arrow-2 .slider-btn {
    border: 1px solid #eee;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px
}

.slider-arrow.slider-arrow-3 .slider-btn {
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    margin-top: -15px;
    width: 30px
}

.slider-arrow.style-3 .slider-btn {
    background: #000;
    border: 1px solid #dcdeed;
    color: var(--color-brand);
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    width: 40px
}

.home-slide-cover {
    padding: 0 30px;
    position: relative
}

.home-slide-cover .slider-arrow {
    left: 0
}

.home-slide-cover .hero-slider-content-2 {
    padding-left: 50px
}

.carousel-8-columns-cover .carousel-8-columns {
    margin: 0 -7px
}

.carousel-8-columns-cover .carousel-8-columns .slick-slide {
    margin: 0 7px
}

.carousel-8-columns-cover .carousel-8-columns .card-1 {
    margin-bottom: 14px
}

.carousel-8-columns-cover .slider-arrow {
    top: -50px
}

.carousel-8-columns-cover .slider-arrow .slider-btn.slider-next {
    right: 0
}

.carousel-8-columns-cover .slider-arrow .slider-btn.slider-prev {
    left: unset;
    right: 40px
}

.carousel-8-columns-cover.arrow-center .slider-arrow {
    margin-top: -50px;
    top: 50%;
    transform: translateY(-50%)
}

.carousel-8-columns-cover.arrow-center .slider-arrow .slider-btn.slider-next {
    right: -30px
}

.carousel-8-columns-cover.arrow-center .slider-arrow .slider-btn.slider-prev {
    left: -30px
}

.carousel-8-columns-cover.arrow-center .slider-arrow.slider-arrow-3 {
    margin-top: 0
}

.carousel-6-columns-cover .carousel-6-columns {
    margin: 0 -7px;
    overflow: hidden
}

.carousel-6-columns-cover .carousel-6-columns .card-1,
.carousel-6-columns-cover .carousel-6-columns .product-cart-wrap {
    margin-left: 7px;
    margin-right: 7px
}

.carousel-6-columns-cover .slider-arrow .slider-btn.slider-next {
    right: 0
}

.carousel-6-columns-cover .slider-arrow .slider-btn.slider-prev {
    left: unset;
    right: 40px
}

.carousel-6-columns-cover.arrow-center .slider-arrow {
    margin-top: -40px;
    top: 50%;
    transform: translateY(-50%)
}

.carousel-6-columns-cover.arrow-center .slider-arrow .slider-btn.slider-next {
    right: -30px
}

.carousel-6-columns-cover.arrow-center .slider-arrow .slider-btn.slider-prev {
    left: -30px
}

.carousel-6-columns-cover.arrow-center .slider-arrow.slider-arrow-3 {
    margin-top: 0
}

.carousel-4-columns-cover .carousel-4-columns {
    margin: 0 -7px;
    overflow: hidden
}

.carousel-4-columns-cover .carousel-4-columns .product-cart-wrap {
    margin-left: 7px;
    margin-right: 7px
}

.carousel-4-columns-cover .carousel-4-columns-arrow {
    margin-top: -100px
}

.carousel-4-columns-cover .slider-arrow .slider-btn.slider-next {
    right: 0
}

.carousel-4-columns-cover .slider-arrow .slider-btn.slider-prev {
    left: unset;
    right: 40px
}

.carousel-4-columns-cover.arrow-center .slider-arrow {
    margin-top: -50px;
    top: 50%;
    transform: translateY(-50%)
}

.carousel-4-columns-cover.arrow-center .slider-arrow .slider-btn.slider-next {
    right: -30px
}

.carousel-4-columns-cover.arrow-center .slider-arrow .slider-btn.slider-prev {
    left: -30px
}

.carousel-4-columns-cover.arrow-center .slider-arrow.slider-arrow-3 {
    margin-top: 0
}

.carousel-3-columns-cover .carousel-3-columns {
    margin: 0 -10px;
    overflow: hidden
}

.carousel-3-columns-cover .carousel-3-columns .slick-slide {
    padding: 0 10px
}

.hover-arrow .slider-arrow {
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    visibility: hidden
}

.hover-arrow:hover .slider-arrow {
    opacity: 1;
    visibility: visible
}

.carousel-columns-cover [class*=carousel-] {
    margin: 0 -10px
}

.carousel-columns-cover [class*=carousel-] .slick-slide {
    padding: 0 10px
}

.card-1 {
    background: #fff;
    border: 1px solid #e9ebf0;
    position: relative;
    text-align: center
}

.card-1 h5 {
    font-weight: 400;
    text-transform: uppercase
}

.card-1 h5 a {
    color: var(--color-text)
}

.card-1:hover a {
    color: var(--color-brand)
}

.hero-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    transition: all .3s ease;
    width: 100%
}

.hero-card .hero-card-icon {
    align-items: center;
    border-radius: 5px;
    display: flex;
    height: 65px;
    justify-content: center;
    margin-bottom: 20px;
    transition: all .3s ease;
    width: 65px
}

.hero-card .hero-card-icon.icon-left {
    align-items: start;
    width: 135px
}

.hero-card .hero-card-icon.icon-left-2 {
    align-items: start;
    width: 265px
}

.hero-card .hero-card-icon i {
    color: #6143f7;
    font-size: 25px
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0
}

.card .card-header {
    background-color: #f7f8f9;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 1rem
}

.nav-tabs {
    flex-wrap: nowrap;
    margin-bottom: 30px;
    overflow: auto
}

.nav-tabs .nav-link {
    background: transparent;
    border: none;
    color: var(--color-grey-4);
    font-size: 15px;
    font-weight: 500;
    margin: 0 25px;
    padding: 10px 0 !important
}

.nav-tabs .nav-link:hover {
    color: #000
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid var(--color-brand);
    color: var(--color-brand)
}

.nav-tabs .nav-link:first-child {
    margin-left: 0 !important
}

.nav-tabs.no-border {
    border: none
}

.nav-tabs.right .nav-item:last-child .nav-link {
    margin-right: 0
}

.nav.right {
    justify-content: end
}

.dashboard-menu {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden
}

.dashboard-menu ul {
    margin: 0;
    padding: 0
}

.dashboard-menu ul li {
    position: relative
}

.dashboard-menu ul li a {
    color: var(--color-grey-2);
    padding: 15px 30px
}

.dashboard-menu ul li a i {
    color: var(--color-grey-4)
}

.dashboard-menu ul li a.active {
    background-color: var(--color-brand);
    color: #fff
}

.dashboard-menu ul li a.active i {
    color: #fff
}

.dashboard-menu ul li:not(:last-child) {
    border-bottom: 1px solid #eee
}

.box-feature-content {
    background: rgba(0, 0, 0, .85);
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    overflow-y: scroll;
    padding-top: 42px;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%;
    z-index: 1090
}

.box-feature-content .btn-close-tt {
    background: var(--color-brand);
    border: none;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    line-height: 21px;
    padding: 5px 12px;
    position: relative;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 15px;
    z-index: 999
}

.box-feature-content .box-feature-overlay {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.box-feature-content .box-feature-content-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    left: 0;
    margin: auto;
    max-width: 1160px;
    padding-top: 10px;
    position: fixed;
    right: 10px;
    top: 0;
    z-index: 10
}

.box-feature-content .box-feature-content-header li {
    color: #000;
    cursor: pointer;
    font-size: 15px;
    line-height: 30px;
    margin: 0 4px;
    padding: 10px 5px;
    white-space: nowrap
}

.box-feature-content .box-feature-content-header li.active {
    border-bottom: 4px solid var(--color-brand);
    color: var(--color-brand);
    font-weight: 700
}

.box-feature-content .box-feature-content-body {
    background-color: #fff;
    margin: 22px auto 0;
    max-width: 1160px;
    padding: 20px;
    position: relative;
    z-index: 9
}

.box-feature-content .box-feature-content-body .content-bfi {
    display: none
}

.box-feature-content .box-feature-content-body .content-bfi h1,
.box-feature-content .box-feature-content-body .content-bfi h2,
.box-feature-content .box-feature-content-body .content-bfi h3,
.box-feature-content .box-feature-content-body .content-bfi h4,
.box-feature-content .box-feature-content-body .content-bfi h5,
.box-feature-content .box-feature-content-body .content-bfi h6,
.box-feature-content .box-feature-content-body .content-bfi p,
.box-feature-content .box-feature-content-body .content-bfi span {
    width: auto
}

.box-feature-content .box-feature-content-body .content-bfi.active {
    display: block
}

.box-feature-content .box-feature-content-body .content-bfi .content__list {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 104px);
    margin: auto;
    max-width: 1200px
}

.box-feature-content.show {
    opacity: 1;
    visibility: visible
}

.rotation>img {
    margin: auto;
    max-height: 100%;
    width: auto !important
}

.resp-container {
    margin: 40px 45px 0;
    overflow: hidden;
    padding-top: 57.8%;
    position: relative
}

.resp-container .resp-iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width:1400px) {
    .resp-container {
        margin: 0 45px;
        padding-top: 37.5%
    }
}

@media screen and (max-width:991px) {
    .resp-container {
        margin-top: 6rem;
        padding-top: 57.8%
    }

    .box-feature-content {
        background: #fff;
        overflow: auto
    }

    .box-feature-content .box-feature-content-header li {
        font-size: 13px;
        line-height: 30px
    }

    .box-feature-content .box-feature-content-header li.active {
        border-bottom-color: transparent
    }

    .box-feature-content .box-feature-content-body {
        padding: 20px 10px 10px
    }

    .box-feature-content #tab-content-color .h-100,
    .box-feature-content #tab-content-video .h-100 {
        display: flex;
        flex-direction: column;
        justify-content: space-around
    }
}

@media screen and (max-width:600px) {
    .box-feature-content .btn-close-tt {
        right: 15px;
        top: 20px
    }

    .box-feature-content .box-feature-content-header {
        justify-content: start;
        margin: unset;
        margin-right: 95px;
        overflow: auto;
        right: 0
    }
}

@media screen and (max-width:575px) {

    #tab-content-color .h-100 .product-image-slider-tab,
    #tab-content-video .h-100 .product-image-slider_featured {
        margin-top: 5%
    }
}

@media screen and (max-width:480px) {
    .box-feature-content .box-feature-content-header {
        margin-right: 100px
    }
}

.deals .countdown-container {
    display: inline-flex
}

.deals .countdown-container .countdown-title {
    color: var(--color-title-cd-desktop);
    font-size: var(--fz-title-cd-desktop)
}

.deals .deal-header {
    background-color: var(--fl-header-color);
    background-image: var(--fl-bg-header-color);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 15px
}

.deals .deal-header h2 {
    color: var(--color-title-desktop);
    font-size: var(--fz-title-desktop)
}

.deals .img-deal {
    margin-right: 5px
}

.countdown-container {
    align-items: center;
    border-radius: 3px;
    color: #000;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 10px 4px 16px
}

.countdown-container .deals-countdown .countdown-section {
    background-color: #000;
    border: none;
    border-radius: 4px;
    display: inline-block;
    height: 30px;
    margin-left: .4rem;
    margin-right: .4rem;
    padding: 3px 2px;
    position: relative;
    text-align: center;
    width: 30px
}

.countdown-container .deals-countdown .countdown-section .countdown-amount {
    color: #fff;
    display: inline-block;
    text-align: center
}

.countdown-container .deals-countdown .countdown-section .countdown-period {
    bottom: -20px;
    color: var(--color-grey-4);
    display: block;
    font-weight: 400;
    left: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}

.countdown-container .deals-countdown .countdown-section:not(:last-child):after {
    animation: flash .5s linear infinite;
    color: #fff;
    content: ":";
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    left: 100%;
    line-height: 1;
    margin-left: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.after-dark .deals-countdown .countdown-section:not(:last-child):after {
    color: #000
}

@keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    to {
        opacity: 1
    }
}

.img-grey-hover {
    filter: grayscale(1);
    opacity: .5;
    transition-duration: .3s
}

.img-grey-hover:hover {
    filter: none;
    opacity: 1;
    transition-duration: .3s
}

.brand-logo {
    margin: 0 20px
}

.brand-logo img {
    display: inline-block;
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .3s ease;
    width: 100%
}

.brand-logo img:hover {
    -moz-filter: grayscale(0);
    filter: grayscale(0)
}

.heading-tab {
    align-items: center;
    justify-content: space-between;
    padding: 4px 15px 4px 25px;
    text-align: left;
    white-space: nowrap
}

.heading-tab .section-title {
    padding-right: 30px
}

.heading-tab .section-title strong {
    color: var(--color-brand-2);
    font-weight: 700
}

.heading-tab .heading-tab-right {
    max-width: calc(100% - 222px)
}

.heading-tab .heading-tab-right .nav-tabs {
    padding: 8px 0
}

.heading-tab .heading-tab-right .nav-tabs .nav-item {
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

.heading-tab .heading-tab-right .nav-tabs .nav-item:not(:last-child):before {
    content: "/";
    position: absolute;
    right: -3px
}

.heading-tab .heading-tab-right .nav-tabs .nav-item>a {
    color: var(--color-grey-2);
    text-transform: uppercase
}

.heading-tab .heading-tab-right .nav-tabs .nav-item>a:hover {
    color: var(--color-brand)
}

.preloader {
    background-color: #f7f7f7;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: .6s;
    width: 100%;
    z-index: 999999
}

.preloader img.jump {
    max-height: 100px
}

.bar,
.loader {
    height: 20px;
    width: 100px
}

.bar {
    align-items: center;
    display: flex;
    position: absolute
}

.bar:after,
.bar:before {
    animation: slideleft 3s ease-in-out infinite;
    background: #3fa9f5;
    border-radius: 10px;
    content: "";
    display: block;
    height: 10px;
    opacity: 0;
    position: absolute;
    width: 10px
}

.bar1:before {
    animation-delay: 0s
}

.bar1:after {
    animation-delay: .3s
}

.bar2:before {
    animation-delay: .6s
}

.bar2:after {
    animation-delay: .9s
}

.bar3:before {
    animation-delay: 1.2s
}

.bar3:after {
    animation-delay: 1.5s
}

.page-header .page-title {
    font-size: 4rem;
    font-weight: 900
}

.page-header.breadcrumb-wrap {
    background-color: #f7f8f9;
    padding: 15px 20px
}

.page-header .breadcrumb {
    background: none;
    border-radius: 0;
    color: #6e6e6e;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

.page-header .breadcrumb .breadcrumb-item a {
    color: #737373
}

.page-header .breadcrumb span {
    padding: 0 10px;
    position: relative;
    text-align: center
}

.page-header .breadcrumb span:before {
    color: #737373;
    content: "\f105";
    display: inline-block;
    font-family: Font Awesome\ 5 Pro;
    font-size: 9px
}

.text-center.social-icons ul {
    display: inline-block
}

.social-icons li {
    float: left;
    list-style: none
}

.social-icons li a {
    background: 0 0;
    border: 0;
    border-radius: 4px;
    color: #333;
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin: 0 4px 4px 0;
    overflow: hidden;
    text-align: center;
    transition: all .3s ease;
    width: 32px
}

.dark .social-icons li a {
    color: #fff
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
    border: 0;
    color: #fff !important
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored .social-snapchat a,
.social-icons.social-icons-colored-hover .social-rss a:hover,
.social-icons.social-icons-colored-hover .social-snapchat a:hover {
    background-color: #faa33d
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #5d82d1
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
    background-color: #40bff5
}

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
    background-color: #35c6ea
}

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
    background-color: #008dde
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
    background-color: #ef4e41
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
    background-color: #e53d00
}

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
    background-color: #d68400
}

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
    background-color: #ff5c30
}

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
    background-color: #f34320
}

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
    background-color: #e13138
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
    background-color: #eb5e4c
}

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
    background-color: #9acf4f
}

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
    background-color: #f7659c
}

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
    background-color: #13c1f3
}

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
    background-color: #45ad76
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
    background-color: #238cc8
}

.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
    background-color: #2592c3
}

.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
    background-color: #ffb21d
}

.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
    background-color: #377bda
}

.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
    background-color: #1879fd
}

.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
    background-color: #17a3eb
}

.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
    background-color: #ff7e30
}

.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
    background-color: #6a8a7b
}

.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
    background-color: #ab47ac
}

.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
    background-color: #ff48a3
}

.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
    background-color: #75788d
}

.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
    background-color: #ff9233
}

.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
    background-color: #426d9b
}

.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
    background-color: #ea3d23
}

.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
    background-color: #3f91cb
}

.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
    background-color: #ff8e2e
}

.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
    background-color: #1a8e8c
}

.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
    background-color: #b3b5b8
}

.social-icons.social-icons-border li a {
    background: 0 0;
    border: 1px solid #d7d7d7;
    color: #333
}

.dark .social-icons.social-icons-border li a {
    border: 1px solid #333 !important
}

.dark .social-icons li a .social-icons.social-icons-dark li a {
    background: #888;
    color: #fff
}

.social-icons.social-icons-light li a {
    background: #fff;
    border: 1px solid #eee;
    color: #333
}

.social-icons.social-icons-rounded li a {
    border-radius: 50%
}

.social-icons.social-icons-square li a {
    border-radius: 0
}

.social-icons.social-icons-xs li a {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 20px
}

.social-icons.social-icons-sm li a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    width: 30px
}

.social-icons.social-icons-md li a {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    width: 38px
}

.social-icons.social-icons-lg li a {
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    width: 42px
}

.social-icons.social-icons-xl li a {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    width: 48px
}

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
    background-color: #eee
}

.dark .social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
    background-color: #1f1f1f
}

.social-icons li:hover i {
    animation: toTopFromBottom .2s forwards
}

.leaflet-map {
    height: 350px;
    width: 100%
}

table {
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    vertical-align: middle;
    width: 100%
}

table td,
table th {
    border: 1px solid #eee;
    padding: 10px 20px;
    vertical-align: middle
}

table thead>tr>th {
    border-bottom: 0;
    vertical-align: middle
}

table p {
    margin-bottom: 0
}

table.clean td,
table.clean th {
    border: 0;
    border-top: 1px solid #eee
}

table .product-thumbnail img {
    max-width: 80px
}

.divider {
    height: 4px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.divider.center_icon {
    height: auto;
    text-align: center
}

.divider:after,
.divider:before {
    border-top: 1px solid #eee;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.divider:before {
    margin-top: -1px
}

.divider:after {
    margin-top: 1px
}

.divider i {
    background-color: #fff;
    color: #aaa;
    font-size: 20px;
    line-height: 1;
    padding: 0 20px;
    position: relative;
    z-index: 1
}

.banner-left-icon {
    background: #fff;
    justify-content: center;
    position: relative
}

.banner-left-icon:hover .banner-icon {
    transform: translateY(-5px);
    transition-duration: .3s
}

.banner-left-icon .banner-icon {
    margin-right: 18px;
    max-width: 36px;
    transition-duration: .3s
}

.banner-left-icon .banner-text h3 {
    color: var(--color-grey-2);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px
}

.banner-left-icon .banner-text p {
    color: var(--color-grey-4);
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0
}

.banner-left-icon.style-2 {
    border: 1px solid #eee;
    padding: 20px;
    position: relative
}

.banner-img {
    clear: both;
    position: relative
}

.banner-img.banner-1 .banner-text {
    top: 30%
}

.banner-img.banner-2 .banner-text {
    right: 10px
}

.banner-img .banner-text {
    max-width: 50%;
    padding: 20px 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.banner-img .banner-text span {
    color: var(--color-grey-4)
}

.banner-img .banner-text h4 {
    font-weight: 600;
    margin-bottom: 15px
}

.banner-img .banner-text:hover h4 {
    margin-left: 5px
}

.banner-img .banner-text a {
    color: var(--color-brand)
}

.banner-img .banner-text a i {
    font-size: 10px;
    margin-left: 5px;
    transition-duration: .3s
}

.banner-img .banner-text a:hover i {
    margin-left: 10px;
    transition-duration: .3s
}

.banner-img .banner-text.center_center {
    right: 50%;
    transform: translate(50%, -50%)
}

.banner-img .banner-text.center_right {
    right: 0
}

.banner-img .banner-text.top_left {
    top: 0;
    transform: translateY(0)
}

.banner-img .banner-text.top_right {
    right: 0;
    top: 0;
    transform: translateY(0)
}

.banner-img .banner-text.bottom_left,
.banner-img .banner-text.bottom_right {
    bottom: 0;
    top: unset;
    transform: translateY(0)
}

.banner-img .banner-text.bottom_right {
    right: 0
}

.banner-img.style-2 {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    height: 428px;
    overflow: hidden
}

.banner-img.style-2 h4 {
    color: #fff
}

.banner-big .btn {
    background: var(--color-brand-2);
    background: linear-gradient(90deg, var(--color-brand-2) 0, var(--color-brand) 100%);
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    padding: 10px 24px
}

.deal-container {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 20px 15px;
    position: relative
}

.deal-container.flashSale-main {
    background-color: var(--fl-bg-color);
    background-image: var(--fl-bg-image)
}

.deal {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    width: 100%
}

.deal h2 {
    color: var(--color-danger);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 5px;
    max-width: 240px
}

.deal h5 {
    color: var(--color-grey-2);
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
    max-width: 240px
}

.deal .deal-img {
    margin-bottom: 5px
}

.deal .deal-img img {
    border-radius: 8px 8px 0 0
}

.deal .product-action-1 {
    display: grid;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 20%;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: auto;
    z-index: 9
}

.deal .product-action-1>a {
    background-color: #f5f5f5;
    border: none;
    border-radius: 5px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-bottom: 3px;
    position: relative;
    text-align: center;
    width: 32px
}

.deal .product-action-1>a>i {
    color: var(--color-grey-1)
}

.deal .product-action-1>a:hover {
    background-color: var(--color-brand)
}

.deal .product-action-1>a:hover>i {
    color: #fff
}

.deal .product-badges {
    display: flex
}

.deal .product-badges.product-badges-mrg {
    margin: 0 0 10px
}

.deal .product-badges.product-badges-position {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9
}

.deal .product-badges span {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    margin-right: 10px;
    padding: 6px 12px;
    text-transform: uppercase
}

.deal .product-badges span:last-child {
    margin-right: 0
}

.deal .product-badges span.hot {
    background-color: var(--color-danger)
}

.deal .product-badges span.new {
    background-color: var(--color-brand)
}

.deal .product-badges span.sale {
    background-color: var(--color-warning)
}

.deal .product-badges span.best {
    background-color: var(--color-success)
}

.deal:hover .product-action-1 {
    opacity: 1;
    visibility: visible
}

.deal .deal-content {
    align-self: center;
    padding: 10px 15px;
    width: 100%
}

.deal .deal-content .product-option-item-label {
    display: none
}

.deal .product-title {
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    line-height: 1.23;
    margin-bottom: 10px;
    overflow: hidden
}

.deal .product-title a {
    color: var(--color-grey-1)
}

.deal .product-price {
    align-items: center;
    border-top: 1px solid #eee;
    color: var(--color-danger);
    display: flex;
    flex-flow: wrap;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
    padding-top: 10px
}

.deal .product-price .new-price {
    letter-spacing: -.01em;
    margin-right: 10px
}

.deal .product-price .old-price {
    color: #ccc;
    font-weight: 400;
    text-decoration: line-through
}

.deal .btn {
    background: var(--color-brand-2);
    background: linear-gradient(90deg, var(--color-brand-2) 0, var(--color-brand) 100%);
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    padding: 10px 24px
}

.deal .btn i {
    font-size: 10px;
    margin-left: 5px;
    transition-duration: .3s
}

.deal .btn:hover i {
    margin-left: 10px;
    transition-duration: .3s
}

.deal .deal-bottom {
    align-self: flex-end
}

.deal .deal-bottom .deals-countdown {
    margin-bottom: 20px;
    margin-left: -12px
}

.banner-bg {
    background-position: 50%;
    background-size: cover;
    padding: 50px
}

.section-deals .deal-container {
    background-color: #ebbc34;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width:600px) {
    .deal-container.flashSale-main {
        background-image: var(--fl-bg-image-mobile)
    }
}

.hero-2 {
    min-height: 640px;
    padding: 160px 0 100px
}

.parallax-wrapper {
    position: absolute;
    width: 100%;
    z-index: 3
}

.parallax-wrapper .parallax-img-area {
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.parallax-wrapper .parallax-img-area .parallax-img {
    position: absolute;
    text-align: right;
    z-index: 2
}

.parallax-wrapper .parallax-img-area .parallax-img.img-1 {
    right: 0;
    top: 100px;
    width: 52%;
    z-index: 2
}

.parallax-wrapper .parallax-img-area .parallax-img.img-2 {
    right: 220px;
    top: 40px;
    width: 52%;
    z-index: 3
}

.parallax-wrapper .parallax-img-area .parallax-img.img-3 {
    left: -210px;
    opacity: .1 !important;
    top: 193px;
    width: 320px
}

.parallax-wrapper .parallax-img-area .parallax-img.img-4 {
    left: 50%;
    opacity: .08 !important;
    width: 180px
}

.parallax-wrapper .parallax-img-area .parallax-img.img-5 {
    bottom: 20%;
    opacity: .3;
    right: 0;
    width: 12%;
    z-index: 2
}

.parallax-wrapper .parallax-img-area .parallax-img.img-6 {
    bottom: 0;
    left: -150px;
    opacity: .2;
    width: 25%;
    z-index: 3
}

.parallax-wrapper .parallax-img-area .parallax-img.img-7 {
    left: 10%;
    opacity: .2 !important;
    top: 10%;
    width: 16%
}

.parallax-wrapper .parallax-img-area .parallax-img.img-8 {
    bottom: 40%;
    left: 50%;
    opacity: .2 !important;
    width: 10%
}

.hero-content {
    position: absolute;
    width: 100%;
    z-index: 4
}

.hero-content h1 {
    line-height: 1.1
}

.about-count {
    margin-bottom: -100px;
    position: relative;
    z-index: 100
}

.about-count .achievements-grid {
    grid-column-gap: 80px;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto;
    justify-content: center
}

.about-count .w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto
}

.about-count .achievement-wrapper {
    text-align: center
}

.about-count .achievement-number {
    color: #1f2559;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.042em;
    margin-bottom: 8px
}

.about-count .achievement-text {
    margin: 0 auto;
    max-width: 110px
}

.hero-card-icon {
    align-items: center;
    border-radius: 5px;
    display: flex;
    height: 65px;
    justify-content: center;
    margin-bottom: 20px;
    transition: all .3s ease;
    width: 65px
}

.hero-card-icon.icon-left {
    align-items: start;
    width: 165px
}

.single-content>ol {
    list-style-type: decimal;
    margin-bottom: 30px;
    padding-left: 1em
}

.single-content>ol li:not(:last-child) {
    margin-bottom: 16px
}

.single-content>ol ol {
    list-style-type: lower-alpha;
    margin: 20px 0 30px;
    padding-left: 25px
}

.single-content>ol ol ol {
    list-style-type: lower-roman
}

.page-404 {
    background-color: #fff
}

.page-404 img {
    max-width: 300px
}

.page-404 img.logo {
    max-width: 150px
}

.product-cart-wrap {
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s
}

.product-cart-wrap .js-add-to-wishlist-button span,
.product-cart-wrap .js-remove-from-wishlist-button span {
    display: none
}

.product-cart-wrap .product-description>ul {
    margin-bottom: 10px
}

.product-cart-wrap .product-description>ul>li {
    padding-left: 12px;
    position: relative
}

.product-cart-wrap .product-description>ul>li:before {
    background-color: var(--color-brand);
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 5px
}

.product-cart-wrap .product-img-action-wrap {
    position: relative
}

.product-cart-wrap .product-img-action-wrap .product-img {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s
}

.product-cart-wrap .product-img-action-wrap .product-img a > img {
    height: 220px;
    margin: 8px 0;
    min-height: 220px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    padding: 25px 0px;
}

.product-cart-wrap .product-img-action-wrap .product-img a img.hover-img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 2
}

.product-cart-wrap .product-action-1 {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9
}

.product-cart-wrap .product-action-1.show {
    bottom: 26px;
    left: unset;
    opacity: 1;
    right: 20px;
    top: unset;
    transform: none;
    visibility: visible
}

.product-cart-wrap .product-action-1 a.action-btn,
.product-cart-wrap .product-action-1 button {
    background-color: #f5f5f5;
    border: none;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 3px;
    position: relative;
    text-align: center;
    width: 40px
}

.product-cart-wrap .product-action-1 a.action-btn.small,
.product-cart-wrap .product-action-1 button.small {
    height: 32px;
    line-height: 32px;
    width: 32px
}

.product-cart-wrap .product-action-1 a.action-btn.small i,
.product-cart-wrap .product-action-1 button.small i {
    font-size: 12px
}

.product-cart-wrap .product-action-1 a.action-btn:after,
.product-cart-wrap .product-action-1 button:after {
    background-color: var(--color-brand);
    border-radius: 5px;
    bottom: 100%;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .1);
    color: #fff;
    content: attr(aria-label);
    font-size: 11px;
    left: 50%;
    line-height: 1.3;
    opacity: 0;
    padding: 7px 10px;
    position: absolute;
    transform: translateX(-50%) translateY(0);
    transition-delay: .1s;
    transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    visibility: hidden;
    white-space: nowrap
}

.product-cart-wrap .product-action-1 a.action-btn:before,
.product-cart-wrap .product-action-1 button:before {
    border: 7px solid transparent;
    border-top: 7px solid var(--color-brand);
    bottom: 100%;
    content: "";
    left: calc(50% - 7px);
    margin-bottom: -13px;
    opacity: 0;
    position: absolute;
    transition-delay: .1s;
    transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    visibility: hidden;
    z-index: 9
}

.product-cart-wrap .product-action-1 a.action-btn:last-child,
.product-cart-wrap .product-action-1 button:last-child {
    margin-right: 0
}

.product-cart-wrap .product-action-1 a.action-btn i,
.product-cart-wrap .product-action-1 button i {
    color: var(--color-grey-1);
    font-size: 15px
}

.product-cart-wrap .product-action-1 a.action-btn:hover,
.product-cart-wrap .product-action-1 button:hover {
    background-color: var(--color-brand)
}

.product-cart-wrap .product-action-1 a.action-btn:hover:after,
.product-cart-wrap .product-action-1 button:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-8px);
    visibility: visible
}

.product-cart-wrap .product-action-1 a.action-btn:hover:before,
.product-cart-wrap .product-action-1 button:hover:before {
    opacity: 1;
    transform: translateY(-8px);
    visibility: visible
}

.product-cart-wrap .product-action-1 a.action-btn:hover i,
.product-cart-wrap .product-action-1 button:hover i {
    color: #fff
}

.product-cart-wrap .product-badges.product-badges-mrg {
    margin: 0 0 10px
}

.product-cart-wrap .product-badges.product-badges-position {
    position: absolute;
    right: 5px;
    top: 8px;
    z-index: 9
}

.product-cart-wrap .product-badges span {
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    font-size: 11px !important;
    letter-spacing: .02rem;
    line-height: 1;
    margin-right: 10px;
    padding: 4px 8px
}

.product-cart-wrap .product-badges span:last-child {
    margin-right: 0
}

.product-cart-wrap .product-badges span.hot {
    background-color: var(--color-danger)
}

.product-cart-wrap .product-badges span.new {
    background-color: var(--color-brand)
}

.product-cart-wrap .product-badges span.sale {
    background-color: var(--color-warning)
}

.product-cart-wrap .product-badges span.best {
    background-color: var(--color-success)
}

.product-cart-wrap .product-content-wrap {
    padding: 10px 2px
}

.product-cart-wrap .product-content-wrap .product-category a {
    color: var(--color-grey-4);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.product-cart-wrap .product-content-wrap .product-category a:hover {
    color: var(--color-brand)
}

.product-cart-wrap .product-content-wrap h2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    line-height: 1.2;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px 0 0;
    word-break: break-all
}

.product-cart-wrap .product-content-wrap h2 a {
    color: var(--color-grey-1);
}

.product-cart-wrap .product-content-wrap h2 a:hover {
    color: var(--color-brand)
}

.product-cart-wrap .product-content-wrap .product-price {
    padding-top: 5px
}

.product-cart-wrap .product-content-wrap .product-price span {
    color: var(--color-brand-2);
    font-size: 16px;
    font-weight: 700
}

.product-cart-wrap .product-content-wrap .product-price span.new-price {
    color: var(--color-brand)
}

.product-cart-wrap .product-content-wrap .product-price span.old-price {
    color: var(--color-grey-4);
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 22px;
    text-decoration: line-through
}

.product-cart-wrap .product-content-wrap .product-price span.label-sale {
    background-color: var(--color-brand);
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: 1px;
    line-height: 1;
    margin-left: 5px;
    margin-right: 10px;
    padding: 4px 8px;
    text-transform: uppercase
}

.product-cart-wrap .product-content-wrap .description {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 77px;
    overflow: hidden
}

.product-cart-wrap .product-content-wrap .rating-result>span {
    display: block;
    overflow: hidden
}

.product-cart-wrap .product-content-wrap .rating-result:before {
    color: var(--color-warning);
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: Font Awesome\ 5 Pro;
    font-size: 12px;
    letter-spacing: 3px
}

.product-cart-wrap .product-content-wrap .add-to-cart {
    background-color: #f5f5f5;
    border-radius: 5px;
    bottom: 25px;
    color: var(--color-grey-1);
    display: block;
    font-size: 16px;
    font-weight: 300;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 44px
}

.product-cart-wrap .product-content-wrap .add-to-cart:hover {
    background-color: var(--color-brand);
    color: #fff
}

.product-cart-wrap .product-content-wrap .add-to-cart img {
    display: inline-block;
    margin-top: 11px;
    width: 20px
}

.product-cart-wrap .product-stock .status-bar {
    background-color: #ededed;
    border-radius: 5px;
    margin: 0 0 10px
}

.product-cart-wrap .product-stock .status-bar .sold-bar {
    background-image: linear-gradient(235deg, var(--color-brand) 0, #77ccfd 100%);
    border-radius: 4px;
    height: 8px
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-33 {
    width: 33.3333333333%
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-10 {
    width: 10%
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-40 {
    width: 40%
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-6 {
    width: 6.6666666667%
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-42 {
    width: 42.8571428571%
}

.product-cart-wrap .product-stock .product-stock-status {
    display: flex;
    flex-wrap: wrap
}

.product-cart-wrap .product-stock .product-stock-status .sold {
    flex-grow: 1;
    margin-right: 20px
}

.product-cart-wrap .product-stock .product-stock-status .available {
    flex-shrink: 0
}

.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span {
    font-size: 15px
}

.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.label {
    color: #444
}

.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.value {
    color: #333;
    font-weight: 700
}

.product-cart-wrap:hover .product-img-action-wrap .product-action-1,
.product-cart-wrap:hover .product-img-action-wrap .product-img a img.hover-img {
    opacity: 1;
    visibility: visible
}

.product-cart-wrap.small {
    border: 0;
    text-align: center
}

.product-cart-wrap.small:hover {
    box-shadow: none
}

.product-cart-wrap.small h2 {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0
}

.product-cart-wrap.small .product-badges span {
    font-size: 10px
}

@media screen and (min-width:992px) {
    .product-cart-wrap.product-style-2 .product-content-wrap h2 {
        font-size: 20px;
        height: 54px
    }
}

.product-list-small article:not(:last-child) {
    margin-bottom: 20px
}

.product-list-small .title-small {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px
}

.product-list-small .title-small a {
    color: var(--color-grey-1)
}

.product-list-small .product-price {
    color: var(--color-brand);
    font-size: 16px;
    font-weight: 500
}

.product-list-small .product-price span.old-price {
    color: var(--color-grey-4);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 7px;
    text-decoration: line-through
}

.range .list-group-item {
    background: none;
    border: 0;
    display: block;
    padding: 0;
    position: relative
}

.range .checkbox {
    font-size: .8em
}

.range .price-filter {
    display: block;
    margin-top: 20px
}

.range #slider-range,
.range .slider-range {
    background: #222;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #222;
    height: 4px
}

.range #slider-range .ui-slider-range,
.range .slider-range .ui-slider-range {
    background: var(--color-brand);
    border: none;
    border-radius: 0;
    box-shadow: none
}

.range .ui-slider-handle.ui-state-default.ui-corner-all {
    background: var(--color-brand);
    border: none;
    border-radius: 100%;
    height: 14px;
    line-height: 10px;
    top: -6px;
    width: 14px
}

.range .label-input {
    margin-top: 15px
}

.range .label-input span {
    color: #282828;
    margin-right: 5px
}

.range .label-input span.to:before {
    content: "- "
}

.range .label-input input {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    height: unset;
    margin: 0;
    padding-left: 0
}

.range .check-box-list {
    margin-top: 15px
}

.range .check-box-list li {
    margin-bottom: 5px
}

.range .check-box-list li:last-child {
    margin: 0
}

.range .check-box-list li label {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.range .check-box-list li label input {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 1px
}

.range .check-box-list .count {
    color: #666;
    margin-left: 5px
}

.btn.btn-small {
    border-radius: 3px;
    display: table;
    line-height: 1;
    min-width: unset;
    padding: 10px 15px
}

.product-sidebar .single-post {
    position: relative
}

.product-sidebar .single-post:not(:last-child) {
    border-bottom: 1px dotted rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    padding-bottom: 10px
}

.product-sidebar .single-post .content {
    padding-left: 95px
}

.product-sidebar .single-post i {
    font-size: 12px
}

.product-sidebar .image {
    float: left;
    height: 80px;
    margin-right: 10px;
    overflow: hidden;
    width: 80px
}

.shop-product-filter {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px
}

.shop-product-filter.style-2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

.shop-product-filter .sort-by-product-area {
    display: flex;
    position: relative
}

.shop-product-filter .sort-by-product-area .sort-by-cover {
    position: relative
}

.shop-product-filter .sort-by-product-area .sort-by-product-wrap {
    align-items: center;
    background: #f7f8f9;
    border: 1px solid #f7f8f9;
    border-radius: 26px;
    color: #777;
    cursor: pointer;
    display: flex;
    padding: 11px 16px;
    transition: all .3s ease 0s
}

.shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by {
    margin-right: 5px
}

.shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by i {
    color: #ababab;
    font-size: 14px;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by span {
    font-size: 13px;
    font-weight: 500
}

.shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
    color: var(--color-text);
    font-size: 13px;
    font-weight: 500
}

.shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
    color: var(--color-text);
    font-size: 15px;
    margin-left: 10px;
    position: relative;
    top: 2px
}

.sort-by-dropdown {
    background: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 -3px 23px rgba(0, 0, 0, .06);
    color: var(--color-text);
    font-weight: 500;
    left: 0;
    min-width: 100%;
    opacity: 0;
    padding: 16px 0 21px;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    z-index: 99
}

.sort-by-dropdown.show {
    opacity: 1;
    visibility: visible
}

.sort-by-dropdown ul li {
    display: block
}

.sort-by-dropdown ul li a {
    color: var(--color-text);
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 30px;
    position: relative
}

.sort-by-dropdown ul li a.active:before {
    color: var(--color-brand);
    content: "\f00c";
    font-family: Font Awesome\ 5 Pro;
    font-size: 12px;
    font-weight: 900;
    left: 10px;
    position: absolute;
    top: 5px
}

.sort-by-dropdown ul li a:hover {
    background-color: var(--color-brand);
    color: #fff
}

.product-list {
    position: relative
}

.product-list .product-cart-wrap {
    border: 0;
    border-radius: 0;
    display: flex;
    overflow: unset
}

.product-list .product-cart-wrap:not(:last-child) {
    margin-bottom: 30px
}

.product-list .product-cart-wrap:hover {
    box-shadow: none
}

.product-list .product-cart-wrap:hover .product-img {
    box-shadow: 0 0 20px rgba(0, 0, 0, .08)
}

.product-list .product-cart-wrap .product-img-action-wrap {
    max-width: 33%;
    position: relative
}

.product-list .product-cart-wrap .product-img-action-wrap .product-img {
    border: 1px solid #eee;
    border-radius: 10px
}

.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner {
    overflow: hidden;
    padding: 10px
}

.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner a img {
    height: auto
}

.product-list .product-cart-wrap h2 {
    font-size: 22px
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 {
    bottom: unset;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 20px;
    position: relative
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn {
    background-color: var(--color-brand);
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 44px;
    margin-right: 0;
    padding: 0 23px;
    position: relative;
    text-align: center;
    width: auto
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn i {
    color: #fff;
    margin-right: 8px
}

.detail-gallery {
    position: relative
}

.detail-gallery .zoom-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2
}

.slider-nav-thumbnails .slick-slide {
    opacity: .5;
    position: relative
}

.slider-nav-thumbnails .slick-slide.slick-current {
    opacity: 1
}

.slider-nav-thumbnails .slick-slide.slick-current:before {
    border-bottom: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -6px;
    width: 0
}

.slider-nav-thumbnails .slick-slide.slick-current img {
    border: 1px solid #dbdbdb
}

.slider-nav-thumbnails div.slick-slide {
    margin: 0 3px
}

.slider-nav-thumbnails button.slick-arrow {
    margin: 0
}

.slider-nav-thumbnails .slick-prev {
    left: 0
}

.slider-nav-thumbnails .slick-next {
    right: 0
}

.slider-nav-thumbnails .slick-next,
.slider-nav-thumbnails .slick-prev {
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.detail-info .product-price ins {
    color: red;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none
}

.detail-info .product-price span.old-price {
    color: #888;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    text-decoration: line-through
}

.detail-info .product-meta {
    border-top: 1px solid #eee;
    padding-top: 15px
}

.list-filter {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-filter li {
    display: inline-block;
    margin-right: 5px
}

.list-filter li a {
    color: #555;
    display: block;
    min-width: 30px;
    position: relative;
    text-align: center;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.color-filter.list-filter a span {
    border-radius: 50%;
    display: block;
    height: 26px;
    width: 26px
}

.color-filter.list-filter a span.product-color-white {
    border: 1px solid #ddd
}

.color-filter.list-filter li.active a:before {
    background: #4cd964;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    height: 10px;
    line-height: 1;
    position: absolute;
    right: 3px;
    text-rendering: auto;
    top: -3px;
    width: 10px
}

.size-filter.list-filter a {
    background: #fff;
    border-radius: 4px;
    padding: 0 7px
}

.size-filter.list-filter li a {
    border: 1px solid #e5e5e5;
    color: #555;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    text-align: center;
    text-transform: uppercase
}

.size-filter.list-filter li span {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #555;
    cursor: pointer;
    display: block;
    line-height: 26px;
    min-width: 50px;
    padding: 0 10px;
    text-align: center
}

.size-filter.list-filter li input[type=checkbox],
.size-filter.list-filter li input[type=radio] {
    display: none
}

.size-filter.list-filter li a:hover,
.size-filter.list-filter li input[type=checkbox]:checked~span,
.size-filter.list-filter li input[type=radio]:checked~span,
.size-filter.list-filter li.active a {
    background-color: var(--color-brand);
    border-color: var(--color-brand);
    color: #fff
}

.detail-qty {
    border-radius: 4px;
    max-width: 70px;
    padding: 9px 20px;
    position: relative;
    width: 100%
}

.detail-qty>a {
    color: #707070;
    font-size: 16px;
    position: absolute;
    right: 8px
}

.detail-qty>a:hover {
    color: var(--color-brand)
}

.detail-qty>a.qty-up {
    top: 0
}

.detail-qty>a.qty-down {
    bottom: 0
}

.attr-detail .select-box select {
    height: 40px;
    width: 100%
}

.attr-detail.attr-brand {
    margin-top: 23px
}

.attr-detail.attr-brand .select-box {
    display: block;
    margin-bottom: 20px
}

.attr-detail.attr-color table {
    margin-bottom: 15px
}

.detail-extralink>div {
    display: inline-block;
    vertical-align: top
}

.detail-extralink .detail-qty {
    background: #fff;
    margin: 0 6px 15px 0
}

.detail-info .product-price-cover {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 15px 0
}

.detail-info .product-price-cover .product-price {
    line-height: 1
}

.detail-info .product-price-cover .action-btn {
    color: var(--color-brand-2)
}

.button.button-add-to-cart {
    background-color: #27a200;
    height: 47px
}

.button.button-add-to-cart:hover {
    background-color: #27a200 !important
}

.button.button-eserve {
    background-color: #2764b7;
    border: none
}

.button.button-eserve:hover {
    background-color: #2764b7 !important
}

.button.button-hotline {
    background-color: #e74141;
    border: none
}

.button.button-hotline:hover {
    background-color: #e74141 !important
}

.product-extra-link2 a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid var(--color-brand);
    border-radius: 4px;
    color: var(--color-brand);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 7px;
    position: relative;
    text-align: center;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    vertical-align: top
}

.product-extra-link2 a:hover {
    background-color: var(--color-brand);
    color: #fff
}

.tab-style3 .nav-tabs .nav-item a.active {
    border-bottom-color: var(--color-brand);
    color: var(--color-brand)
}

.tab-style3 .nav-tabs li.nav-item a {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    display: block;
    padding: .5rem 1rem;
    text-align: center;
    text-transform: uppercase
}

.tab-content.shop_info_tab {
    margin-top: 40px
}

.tab-pane .comments-area {
    border: 0;
    padding-top: 0
}

.product-color-red {
    background: #ff596d
}

.product-color-yellow {
    background: #ffdb33
}

.product-color-white {
    background: #fff
}

.product-color-orange {
    background: #ffbb51
}

.product-color-cyan {
    background: #80e6ff
}

.product-color-green {
    background: #38cf46
}

.product-color-purple {
    background: #ff8ff8
}

.detail-gallery .slick-slider {
    background-color: #fefefe;
    border-radius: 10px;
    margin-bottom: 10px
}

.detail-gallery .slick-slider img {
    opacity: .96
}

.detail-gallery .slick-slider.slider-nav-thumbnails {
    background: none;
    border-radius: 0
}

.detail-gallery .slick-slider button.slick-arrow {
    background: none;
    border: 0;
    font-size: 14px;
    padding: 0
}

.detail-gallery .slick-slider button.slick-arrow i,
.mail-to-friend {
    color: var(--color-grey-4)
}

.mail-to-friend {
    font-size: 12px
}

.mail-to-friend i {
    margin-right: 5px
}

.attr-color,
.attr-size,
.product-detail-rating {
    align-items: center;
    display: flex
}

.product-detail-rating {
    justify-content: space-between
}

.product-more-infor {
    padding: 0 0 0 14px
}

.product-more-infor li {
    display: flex;
    margin: 0 0 10px;
    position: relative
}

.product-more-infor li :before {
    background-color: #9b9b9b;
    border-radius: 100%;
    content: "";
    height: 6px;
    left: -14px;
    position: absolute;
    top: 9px;
    width: 6px
}

.product-more-infor li span {
    display: inline-block;
    flex: 0 0 165px
}

.product-more-infor li:last-child {
    margin: 0
}

.progress+.progress {
    margin-top: 1rem
}

.progress span {
    background: #fff;
    line-height: 16px;
    padding-right: 10px;
    width: 45px
}

.shop-filter-toogle {
    display: block;
    font-size: 1rem;
    margin-top: 5px;
    position: relative
}

.shop-filter-toogle i {
    margin-left: 5px
}

.shop-filter-toogle i.angle-down {
    display: none;
    opacity: 0;
    visibility: hidden
}

.shop-filter-toogle.active i.angle-down {
    display: inline-block;
    opacity: 1;
    visibility: visible
}

.shop-filter-toogle.active i.angle-up {
    display: none;
    opacity: 0;
    visibility: hidden
}

.shop-product-filter-header .categor-list li {
    font-size: 12px
}

.shop-product-filter-header .categor-list li+li {
    border-top: 1px solid #f7f8f9;
    margin-top: 5px;
    padding-top: 5px
}

.shop-product-filter-header .categor-list li a {
    color: var(--color-text);
    font-size: 14px;
    margin-right: 10px
}

.shop-product-filter-header .categor-list li a:hover {
    color: var(--color-brand)
}

.shop-product-filter-header .color-filter {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.shop-product-filter-header .product-rate-cover+.product-rate-cover {
    margin-top: 15px
}

.shop-product-filter-header .header-filter {
    margin-bottom: 5px
}

.shop-product-filter-header .header-filter .header-filter-item {
    border: 1px solid #999;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 10px 0;
    padding: 3px 19px
}

.shop-product-filter-header .header-filter .header-filter-item.active,
.shop-product-filter-header .header-filter .header-filter-item.is_filter {
    border-color: var(--color-brand);
    background-color: var(--color-brand);
    color: #fff;
}


.shop-product-filter-header .shop-filter-content .item {
    display: none;
    margin-bottom: 20px;
    padding-top: 5px;
}

.shop-product-filter-header .shop-filter-content .item .price-filter {
    padding-left: 10px
}

.shopping-summery tbody tr img {
    border-radius: 0;
    max-width: 80px
}

.cart-totals {
    box-shadow: 0 -3px 23px rgba(0, 0, 0, .06)
}

.order_review {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px
}

.toggle_info {
    background-color: #f7f8f9;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px
}

.coupon_form .panel-body,
.login_form .panel-body {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px
}

.payment_option .custome-radio {
    margin-bottom: 10px
}

.payment_option .custome-radio .form-check-label {
    color: #292b2c;
    font-weight: 600
}

.custome-radio .form-check-label:before {
    border: 1px solid #908f8f;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    width: 16px
}

.custome-radio input[type=checkbox]+.form-check-label:after,
.custome-radio input[type=radio]+.form-check-label:after {
    border-radius: 100%;
    content: "";
    height: 10px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 8px;
    width: 10px
}

.custome-radio input[type=checkbox]:checked+.form-check-label:after,
.custome-radio input[type=radio]:checked+.form-check-label:after {
    background-color: var(--color-brand);
    opacity: 1
}

.post-list article:not(:last-child) {
    margin-bottom: 20px
}

.post-list .post-thumb {
    max-width: 200px;
    overflow: hidden
}

.post-list .post-thumb a {
    margin-bottom: 0
}

.post-list .post-title {
    font-weight: 500
}

.post-list .post-title a {
    color: var(--color-grey-1)
}

.single-content {
    text-rendering: optimizeLegibility
}

.single-content p {
    font-weight: 400;
    margin-bottom: 1.2em
}

.single-content ul {
    list-style: disc;
    padding-left: 1rem
}

.single-content ul li {
    margin-bottom: 7px;
    position: relative
}

.single-content a,
.single-content a * {
    color: #0a58ca
}

.single-content ol {
    list-style: auto;
    padding-left: 1rem
}

.single-content ol li {
    margin-bottom: 7px;
    position: relative
}

.single-content .product-image-slider .single-hero-slider .single-slider-img img {
    height: 540px;
    -o-object-fit: contain;
    object-fit: contain
}

.single-header {
    margin-bottom: 15px
}

.single-header.style-2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.single-header .entry-meta.meta-1 {
    display: block
}

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

.single-thumbnail {
    margin-bottom: 30px
}

.single-thumbnail img {
    border-radius: 10px;
    overflow: hidden
}

.entry-bottom {
    align-items: center;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding-top: 20px
}

.entry-meta {
    line-height: 1.5
}

.entry-meta.meta-2 .author-img img {
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.entry-meta.meta-2 .author-name {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    text-transform: uppercase
}

.entry-meta .author-add {
    font-size: 12px
}

.entry-meta.meta-1 span {
    margin-right: 10px
}

.entry-meta.meta-1 span i {
    color: var(--color-brand);
    margin-right: 3px
}

.entry-meta.meta-0 span {
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;
    padding: 4px 10px 4px 19px;
    position: relative;
    text-transform: uppercase
}

.entry-meta.meta-0 span:before {
    background: none;
    border: 1px solid var(--color-brand);
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 6px;
    left: 8px;
    margin-right: 3px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 6px
}

span.has-dot {
    padding-left: 10px;
    position: relative
}

span.has-dot:before {
    background: #999;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    left: -2px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 4px
}

h6.post-title {
    font-size: 14px
}

@media screen and (min-width:1025px) {
    .loop-grid h6.post-title {
        font-size: 16px
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .sidebar-widget h6.post-title {
        font-size: 15px
    }
}

.section-news-featured h6.post-title,
.widget_alitheme_lastpost .post-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 36px;
    overflow: hidden
}

.post-title a {
    color: var(--color-grey-1)
}

.post-title a:hover {
    color: var(--color-brand)
}

.post-thumb {
    overflow: hidden;
    position: relative
}

.post-thumb.border-radius-5 img {
    border-radius: 5px
}

.post-thumb a {
    line-height: 1
}

.post-thumb .entry-meta {
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 2
}

.post-thumb .entry-meta a {
    background-color: var(--color-brand);
    border-radius: 30px;
    color: #fff !important;
    display: inline-block;
    padding: 8px 16px
}

.post-thumb.img-object-cover a img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loop-grid {
    position: relative
}

.loop-grid article {
    background: #fff;
    overflow: hidden;
    position: relative
}

.loop-grid.first-post .entry-content {
    padding: 10px 0 0
}

.loop-grid.first-post .entry-content .post-title {
    font-size: 20px
}

.loop-grid .entry-content-2 {
    padding: 10px 0
}

.loop-grid .entry-content-2 .post-title {
    font-size: 16px
}

.loop-grid.loop-list {
    position: relative
}

.loop-grid.loop-list article {
    align-items: center;
    display: flex
}

.loop-grid.loop-list article .post-thumb {
    min-height: 280px;
    min-width: 350px
}

.img-hover-slide,
.loop-grid.loop-list article .post-thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    -ms-transition: all .4s ease
}

.img-hover-slide,
.loop-grid.loop-list article .post-thumb,
.top-right-icon {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease
}

.top-right-icon {
    border-radius: 5px;
    bottom: 15px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    transition-duration: .4s;
    -ms-transition: all .4s ease;
    width: 30px;
    z-index: 3
}

.entry-meta.meta-1,
.entry-meta.meta-2 {
    display: flex;
    justify-content: space-between;
    padding: 4px 0
}

.entry-meta a.read-more {
    border: 1px solid #abd7ab;
    border-radius: 30px;
    color: #98ca98;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 15px
}

.text-limit-2-row {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 36px;
    overflow: hidden
}

.header-top-ptb-1 {
    background-color: #f2f3f8;
    border-bottom: 1px solid #f2f2f2;
    font-size: 13px;
    padding: 7px 0
}

.header-info-right {
    display: flex;
    justify-content: flex-end
}

.header-info>ul {
    display: flex
}

.header-info>ul>li {
    align-items: center;
    display: flex;
    margin-right: 30px;
    position: relative
}

.header-info>ul>li:before {
    background: #dedfe2;
    content: "";
    height: 20px;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.header-info>ul>li:last-child {
    margin-right: 0
}

.header-info>ul>li:last-child:before {
    display: none
}

.header-info>ul>li a {
    color: #444;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px
}

.header-info>ul>li a .text_name {
    font-size: 15px;
    max-width: 100px;
    text-transform: capitalize
}

.header-info>ul>li a i {
    font-size: 14px;
    margin-right: 5px
}

.header-info>ul>li a.language-dropdown-active i.fa-chevron-down {
    font-size: 8px;
    margin-left: 5px
}

.header-info>ul>li>ul.language-dropdown {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 -3px 23px rgba(0, 0, 0, .06);
    left: 0;
    min-width: 200px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    transform: translateY(20px);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    visibility: hidden;
    z-index: 2
}

.header-info>ul>li>ul li {
    display: block
}

.header-info>ul>li>ul li a {
    color: #333;
    display: block;
    padding: 7px 20px
}

.header-info>ul>li>ul li a:hover {
    background-color: rgba(78, 151, 253, .1);
    color: var(--color-brand)
}

.header-info>ul>li:hover>a {
    color: #333
}

.header-info>ul>li:hover>ul.language-dropdown {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

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

.header-wrap.header-space-between {
    justify-content: space-between
}

.logo a {
    display: block
}

.logo.logo-width-1 a img {
    max-width: 220px;
    width: auto
}

.search-style-1 form {
    position: relative;
    width: 370px
}

.search-style-1 form input {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 26px;
    color: #444;
    font-size: 14px;
    height: 48px;
    padding: 3px 50px 3px 20px;
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.header-action .header-action-icon.header-action-mrg-none2,
.header-action .header-action-icon:last-child {
    margin-right: 0
}

.header-action .header-action-icon>a span.pro-count {
    border-radius: 100%;
    bottom: -8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -11px;
    text-align: center;
    width: 20px
}

.header-action-2 {
    align-items: center;
    display: flex
}

.header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 14px
}

.header-action-2 .header-action-icon-2>a {
    color: #333;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    position: relative
}

.header-action-2 .header-action-icon-2>a img {
    max-width: 1.8em;
    width: 100%
}

.header-action-2 .header-action-icon-2>a i {
    color: #fff;
    font-size: 20px
}

.header-action-2 .header-action-icon-2>a span.pro-count {
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -9px;
    width: 18px
}

.cart-dropdown-wrap ul li {
    display: flex;
    margin: 0 0 20px
}

.cart-dropdown-wrap ul li .shopping-cart-img a {
    display: block
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
    background-color: var(--color-primary)
}

.header-height-2 {
    min-height: 200px
}

.header-height-3 {
    min-height: 132px
}

.header-height-4 {
    min-height: 120px
}

.search-style-2 form {
    display: flex;
    position: relative
}

.search-style-2 form input::-webkit-input-placeholder {
    color: #444;
    opacity: 1
}

.main-categories-wrap>a>i {
    font-size: 14px;
    font-weight: 300;
    margin-left: 18px
}

header.header-area .sticky-bar:not(.stick) .main-categories-wrap>a.cant-close>i {
    display: none
}

.hotline p i {
    font-size: 12px;
    margin-right: 10px
}

.search-popup-wrap.search-visible {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible
}

.mobile-header-wrapper-style.sidebar-visible {
    opacity: 1;
    transform: translate(0);
    visibility: visible
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
    display: block
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
    height: 100%
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .title {
    color: #c1c1c1;
    margin-bottom: 10px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categories-wrap a i {
    top: 25px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categories-wrap .categories-dropdown-active-small {
    background-color: transparent;
    box-shadow: none;
    padding: 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categories-wrap .categories-dropdown-active-small li:hover {
    background: transparent
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categories-wrap .categories-dropdown-active-small a {
    border-bottom: 1px solid #eee;
    padding: 8px 18px 9px 0
}

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

.search-style-1 {
    margin-right: 28px
}

.search-style-1 form input::-moz-input-placeholder {
    color: #444;
    opacity: 1
}

.search-style-1 form input::-webkit-input-placeholder {
    color: #444;
    opacity: 1
}

.search-style-1 form input:focus {
    background-color: #fff;
    border: 1px solid var(--color-brand)
}

.search-style-1 form button {
    background-color: transparent;
    border: none;
    color: var(--color-brand);
    font-size: 16px;
    height: 100%;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.search-style-1 form button:hover {
    color: var(--color-primary)
}

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

.header-action .header-action-icon {
    display: flex;
    margin-right: 28px;
    position: relative
}

.header-action .header-action-icon.header-action-mrg-none {
    margin-right: 13px
}

.header-action .header-action-icon>a {
    color: #333;
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    position: relative
}

.header-action .header-action-icon>a span.pro-count.blue {
    background-color: var(--color-brand)
}

.header-action .header-action-icon:hover>a {
    color: var(--color-brand)
}

.header-action .header-action-icon:hover .cart-dropdown-wrap {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2,
.header-action.header-action-hm3 .header-action-icon:last-child {
    margin-right: 0
}

.header-action-2 .header-action-icon-2 {
    display: flex;
    padding: 0 8px;
    position: relative
}

.header-action-2 .header-action-icon-2>a svg {
    height: 1em;
    width: 1em
}

.header-action-2 .header-action-icon-2>a span.pro-count.blue {
    background-color: var(--color-brand)
}

.header-action-2 .header-action-icon-2.active>a {
    fill: var(--color-brand);
    color: var(--color-brand)
}

.header-action-2 .header-action-icon-2.active .cart-dropdown-wrap {
    opacity: 1;
    transform: translate(0);
    visibility: visible
}

.header-top {
    background-color: #f2f2f2
}

.header-middle-ptb-1 {
    background-color: #000;
    padding: 10px 0;
    position: relative
}

.cart-dropdown-wrap {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    height: 100vh;
    opacity: 0;
    padding: 30px 30px 27px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    visibility: hidden;
    width: 380px;
    z-index: 1080
}

.cart-dropdown-wrap.cart-dropdown-hm2 {
    transform: translate(380px)
}

.cart-dropdown-wrap ul {
    height: calc(100% - 180px);
    overflow: auto
}

.cart-dropdown-wrap ul li:last-child {
    margin: 0
}

.cart-dropdown-wrap ul li .shopping-cart-img {
    flex: 0 0 80px;
    margin-right: 20px
}

.cart-dropdown-wrap ul li .shopping-cart-img a img {
    max-width: 100%
}

.cart-dropdown-wrap ul li .shopping-cart-title {
    margin: 6px 0 0
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 9px
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
    color: #696969
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
    color: var(--color-brand)
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 {
    color: var(--color-brand);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
    color: #696969;
    font-size: 14px;
    font-weight: 400
}

.cart-dropdown-wrap ul li .shopping-cart-delete {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
    margin: 6px 5px 0 0
}

.cart-dropdown-wrap ul li .shopping-cart-delete a {
    color: #000;
    font-size: 18px
}

.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
    color: #333
}

.cart-dropdown-wrap .shopping-cart-footer {
    bottom: 10px;
    position: absolute;
    width: calc(100% - 60px)
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
    border-top: 2px solid #f3f3f3;
    margin: 27px 0 20px;
    padding: 17px 0 0
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 700;
    margin: 0
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
    color: var(--color-brand-2);
    float: right;
    font-size: 18px
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    width: 100%
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    background-color: var(--color-brand);
    border-radius: 1px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 13px 20px;
    text-align: center;
    text-transform: uppercase;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    width: 50%
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:nth-child(2) {
    background-color: #68b50f
}

.cart-dropdown-wrap .tt-cart-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.cart-dropdown-wrap .tt-cart-title h4 {
    font-size: 18px
}

.cart-dropdown-wrap .tt-cart-title .box-icon--close {
    color: #333
}

.cart-dropdown-wrap .icon-bag {
    text-align: center
}

.cart-dropdown-wrap .icon-bag i {
    display: block;
    font-size: 69px
}

.cart-dropdown-wrap .icon-bag span {
    display: inline-block;
    margin-top: 10px
}

.sticky-bar.stick {
    animation: fadeInDown .7s ease-in-out 0s 1 normal none running;
    box-shadow: 0 8px 16px 0 rgba(85, 93, 102, .3);
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 999
}

.sticky-bar.stick.sticky-white-bg {
    background-color: #fff
}

.sticky-bar.stick.sticky-blue-bg {
    background-color: var(--color-brand)
}

.header-height-1 {
    min-height: 133px
}

.search-style-2 form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #f8f8f8;
    border: 2px solid #eee;
    border-radius: 26px 0 0 26px;
    border-right: none;
    color: #444;
    font-size: 14px;
    min-height: 52px;
    padding: 3px 35px 3px 20px;
    position: relative;
    transition: all .3s ease 0s;
    width: 170px
}

.search-style-2 form select:focus {
    color: #333
}

.search-style-2 form select:after {
    content: "asdf";
    position: absolute
}

.search-style-2 form input {
    background-color: #fff;
    border: none;
    border-radius: 0 2px 2px 0;
    border-radius: 3px;
    color: #444;
    font-size: 13px;
    height: 42px;
    min-height: 40px;
    padding: 3px 96px 3px 20px;
    width: 330px
}

.search-style-2 form input::-moz-input-placeholder {
    color: #000;
    opacity: 1
}

.search-style-2 form button {
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    height: 36px;
    margin: 2px;
    padding: 2px 15px;
    position: absolute;
    right: 2px;
    top: 1px
}

.header-bottom-bg-color,
.search-style-2 form button {
    background-color: var(--color-brand)
}

.header-bottom-shadow {
    box-shadow: 0 1px 20px rgba(0, 0, 0, .05)
}

.header-bottom .header-action-right a span.pro-count {
    background-color: #fff;
    color: var(--color-brand)
}

.search-style-3 form {
    display: flex;
    position: relative
}

.search-style-3 form input {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #444;
    font-size: 14px;
    height: 40px;
    padding: 3px 50px 3px 15px;
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.search-style-3 form input::-moz-input-placeholder {
    color: #444;
    opacity: 1
}

.search-style-3 form input::-webkit-input-placeholder {
    color: #444;
    opacity: 1
}

.search-style-3 form button {
    background-color: #2764b7;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    margin-left: 10px;
    padding: 5px 30px
}

.search-style-3 form button:hover {
    background-color: #2764b7 !important
}

.search-popup-wrap {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .5s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 99999
}

.search-popup-wrap .search-popup-content form input {
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid var(--color-brand);
    color: #919191;
    font-size: 50px;
    font-weight: 300;
    height: auto;
    max-width: 100%;
    opacity: 0;
    padding: 21px 50px 16px 0;
    transform: translateY(50px);
    transition-delay: 0s;
    transition: all .5s ease-in-out, opacity .5s linear;
    width: 1170px
}

.search-popup-wrap .search-popup-content form input::-moz-input-placeholder {
    color: #919191;
    opacity: 1
}

.search-popup-wrap .search-popup-content form input::-webkit-input-placeholder {
    color: #919191;
    opacity: 1
}

.search-popup-wrap.search-visible .search-popup-content form input {
    opacity: 1;
    transform: none;
    transition-delay: .6s
}

.close-style-wrap {
    position: absolute;
    right: 55px;
    top: 40px
}

.close-style-wrap.close-style-position-inherit {
    position: inherit
}

.close-style-wrap .close-style {
    background-color: transparent;
    border: none;
    height: 30px;
    padding: 0;
    position: relative;
    width: 30px
}

.close-style-wrap .close-style>i {
    display: block;
    height: 2px;
    left: 50%;
    margin: 0 !important;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 29px
}

.close-style-wrap .close-style>i.icon-top {
    transform: translate(-50%, -50%) rotate(45deg)
}

.close-style-wrap .close-style>i.icon-top:before {
    transform: scaleX(1) translateZ(0);
    transform-origin: right;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.close-style-wrap .close-style>i.icon-top:after {
    transform: scaleX(0) translateZ(0);
    transform-origin: left;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1)
}

.close-style-wrap .close-style>i.icon-bottom {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.close-style-wrap .close-style>i.icon-bottom:before {
    transform: scaleX(1) translateZ(0);
    transform-origin: right;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.close-style-wrap .close-style>i.icon-bottom:after {
    transform: scaleX(0) translateZ(0);
    transform-origin: left;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1)
}

.close-style-wrap .close-style>i:after,
.close-style-wrap .close-style>i:before {
    background-color: #333;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.burger-icon {
    cursor: pointer;
    height: 20px;
    padding-left: 20px;
    position: relative;
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.burger-icon>span {
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px
}

.burger-icon>span.burger-icon-top {
    top: 2px
}

.burger-icon>span.burger-icon-bottom {
    bottom: 2px
}

.burger-icon>span.burger-icon-mid {
    top: 9px
}

.burger-icon>span:after,
.burger-icon>span:before {
    background-color: #333;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.burger-icon.burger-icon-brand>span:after,
.burger-icon.burger-icon-brand>span:before,
.burger-icon.burger-icon-white>span:after,
.burger-icon.burger-icon-white>span:before {
    background-color: #fff
}

.body-overlay-1 {
    background: rgba(0, 0, 0, .7) none repeat scroll 0 0;
    cursor: crosshair;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    visibility: hidden;
    width: 100%;
    z-index: 9999
}

.mobile-menu-active .body-overlay-1 {
    opacity: 1;
    visibility: visible
}

.main-wrapper,
.mobile-header-wrapper-style {
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.mobile-header-wrapper-style {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .09);
    left: 0;
    min-height: 100vh;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: translate(-200px);
    visibility: hidden;
    width: 360px;
    z-index: 99999
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 30px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 204px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px 30px 15px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 8px 0 9px;
    position: relative
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
    border-bottom: none
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand {
    background-color: transparent;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 40px;
    z-index: 9
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i {
    font-size: 14px;
    font-weight: 300
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active>.menu-expand {
    background: hsla(0, 0%, 100%, .2)
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active>.menu-expand i:before {
    content: "\f106"
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    text-transform: capitalize
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
    margin-right: 5px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
    border-top: 1px solid hsla(0, 0%, 100%, .15);
    margin-top: 20px;
    padding: 18px 0 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
    border-bottom: none;
    padding: 10px 0 12px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children .menu-expand {
    top: 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
    color: hsla(0, 0%, 100%, .7);
    display: block;
    font-size: 14px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
    margin-top: 32px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a {
    color: var(--color-brand)
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
    padding: 25px 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
    margin-bottom: 13px;
    position: relative
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
    margin-bottom: 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a span {
    float: right;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 8px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
    background-color: transparent;
    box-shadow: none;
    display: none;
    margin-top: 5px;
    padding: 10px 0 0;
    width: 100%;
    z-index: 11
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
    padding-bottom: 10px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
    padding-bottom: 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
    color: hsla(0, 0%, 100%, .7);
    font-size: 14px;
    font-weight: 400
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover,
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a {
    color: var(--color-brand)
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border .title {
    color: #c1c1c1;
    margin-bottom: 15px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border .categories-button-active-2 {
    color: #c1c1c1
}

.mobile-social-icon a {
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    line-height: 34px;
    margin-right: 15px;
    text-align: center;
    transition-duration: .5s
}

.mobile-social-icon a:hover {
    transform: translateY(-2px);
    transition-duration: .5s
}

.mobile-social-icon a:last-child {
    margin-right: 0
}

.mobile-social-icon a.facebook {
    background-color: #3b5999;
    border: 1px solid #3b5999
}

.mobile-social-icon a.twitter {
    background-color: #55acee;
    border: 1px solid #55acee
}

.mobile-social-icon a.tumblr {
    background-color: #35465c;
    border: 1px solid #35465c
}

.mobile-social-icon a.instagram {
    background-color: #e4405f;
    border: 1px solid #e4405f
}

.mobile-search {
    padding: 10px
}

.mobile-search form input {
    border: 1px solid #eee
}

.categories-button-active-2 {
    display: block !important;
    padding: 21px 0
}

.categories-button-active-2 i {
    float: right;
    position: relative;
    top: 5px
}

#news-flash ul {
    width: 100%
}

#news-flash ul li {
    height: 26px !important
}

#news-flash ul li a {
    align-items: center;
    display: flex !important
}

#news-flash ul li span.button-detail {
    background: #fff;
    border-radius: 3px;
    color: #333;
    font-size: 13px;
    padding: 1px 12px 1px 3px
}

.header-info i {
    font-size: 12px
}

.header-style-2 .header-top-ptb-1 {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    font-size: 11px;
    font-weight: 300;
    padding: 9px 0;
    text-transform: uppercase
}

.header-style-2 .header-middle-ptb-1 {
    padding: 35px 0
}

.header-style-2 .select2-container--default .select2-selection--single {
    border: 1px solid #e8e8e8;
    border-radius: 0 !important;
    border-right: 0;
    height: 52px;
    padding-left: 20px
}

.header-style-2 .search-style-2 form input {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    color: #444;
    padding: 3px 62px 3px 20px;
    width: 540px
}

.header-style-2 .search-style-2 form button {
    background: var(--color-brand);
    color: #fff
}

.header-style-3 .header-top-ptb-1 {
    background-color: var(--color-brand);
    border: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    padding: 9px 0;
    text-transform: uppercase
}

.header-style-3 .header-top-ptb-1 a,
.header-style-3 .header-top-ptb-1 i {
    color: #fff
}

.header-style-3 .header-top-ptb-1 .language-dropdown a {
    color: var(--color-grey-1)
}

.header-style-3 .header-middle-ptb-1 {
    padding: 35px 0
}

.header-style-3 .header-bottom-bg-color {
    background-color: #fff
}

.header-style-3 .main-categories-wrap>a,
.header-style-3 .main-menu.main-menu-light-white>nav>ul>li>a {
    color: #494949
}

.header-style-3 .main-nav {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.header-style-3 .sticky-bar.stick.sticky-blue-bg {
    background-color: #fff
}

.header-style-3 .hotline p {
    color: var(--color-brand) !important
}

.header-style-4 {
    position: relative
}

.header-style-4 .header-top-ptb-1 {
    background-color: var(--color-grey-1);
    border-bottom: 1px solid var(--color-grey-1);
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    padding: 9px 0;
    text-transform: uppercase
}

.header-style-4 .header-top-ptb-1 a,
.header-style-4 .header-top-ptb-1 i {
    color: #fff
}

.header-style-4 .header-top-ptb-1 .language-dropdown a {
    color: var(--color-grey-1)
}

.header-style-4 .header-middle-ptb-1 {
    padding: 40px 0
}

.header-style-4 .select2-container--default .select2-selection--single {
    background-color: var(--color-brand);
    border: 2px solid #eee;
    border-radius: 30px 0 0 30px !important;
    border-right: 0;
    height: 52px;
    padding-left: 20px
}

.header-style-4 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff
}

.header-style-4 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent
}

.header-style-4 .header-bottom-bg-color {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.header-style-4 .main-categories-wrap>a {
    background: var(--color-brand);
    color: #fff;
    line-height: 60px;
    padding: 0 30px
}

.header-style-4 .main-categories-wrap>a i.up {
    right: 30px
}

.header-style-4 .main-menu.main-menu-light-white>nav>ul>li>a {
    color: #494949
}

.header-style-4 .stick .main-menu.main-menu-light-white>nav>ul>li>a {
    color: #fff !important
}

.header-style-4 .categories-dropdown-active-large {
    top: 100%
}

.header-style-4 .hotline p {
    color: var(--color-brand) !important
}

.header-style-4 .stick .hotline p {
    color: #fff !important
}

.header-style-5 .select2-container--default {
    width: 115px !important
}

.header-style-5 .select2-container--default .select2-selection--single {
    border: 1px solid #e8e8e8;
    font-size: 13px;
    height: 45px;
    padding-left: 10px
}

.header-style-5 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 45px
}

.header-style-5 .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 7px;
    top: 10px
}

.header-style-5 .search-style-2 form input {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    color: #444;
    font-size: 13px;
    line-height: 45px;
    min-height: 45px;
    padding: 3px 62px 3px 20px;
    width: 240px
}

.header-style-5 .search-style-2 form button {
    font-size: 16px
}

.header-style-5 .header-bottom {
    border-bottom: 1px solid #f7f8f9
}

.header-style-5 .header-bottom .header-action-right a span.pro-count {
    color: #fff
}

.header-style-5 .header-action-2 .header-action-icon-2>a {
    font-size: 24px
}

.main-menu.main-menu-mrg-1 {
    margin: 0 0 0 27px
}

.main-menu>nav>ul>li.position-static {
    position: static
}

.main-menu>nav>ul>li>a {
    color: #444;
    display: inline-block;
    font-size: 13px;
    font-weight: 500
}

.main-menu>nav>ul>li>a i {
    font-size: 8px;
    margin-left: 4px;
    position: relative;
    top: -3px
}

.main-menu>nav>ul>li>a.active {
    color: var(--color-brand)
}

.main-menu>nav>ul>li ul.sub-menu {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 -3px 23px rgba(0, 0, 0, .06);
    left: 0;
    margin-top: 20px;
    opacity: 0;
    padding: 33px 0 35px;
    position: absolute;
    top: 100%;
    transition: all .25s ease 0s;
    visibility: hidden;
    width: 275px;
    z-index: 999
}

.main-menu>nav>ul>li ul.sub-menu li {
    display: block;
    line-height: 1;
    margin-bottom: 21px;
    position: relative
}

.main-menu>nav>ul>li ul.sub-menu li:last-child {
    margin-bottom: 0
}

.main-menu>nav>ul>li ul.sub-menu li ul.level-menu {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 -3px 23px rgba(0, 0, 0, .06);
    left: 100%;
    margin-top: 20px;
    opacity: 0;
    padding: 33px 0 35px;
    position: absolute;
    top: -110px;
    transition: all .25s ease 0s;
    visibility: hidden;
    width: 240px
}

.main-menu>nav>ul>li ul.sub-menu li ul.level-menu.level-menu-modify {
    top: -25px
}

.main-menu>nav>ul>li ul.sub-menu li a i {
    float: right;
    font-size: 9px;
    position: relative;
    top: 4px
}

.main-menu>nav>ul>li ul.sub-menu li:hover>a {
    color: #000
}

.main-menu>nav>ul>li ul.sub-menu li:hover>ul.level-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.main-menu>nav>ul>li ul.mega-menu {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 -3px 23px rgba(0, 0, 0, .06);
    left: 0;
    margin-top: 20px;
    opacity: 0;
    padding: 35px 25px 35px 35px;
    position: absolute;
    top: 100%;
    transition: all .25s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999
}

.main-menu>nav>ul>li ul.mega-menu li {
    display: block;
    float: left;
    line-height: 1;
    padding-right: 10px;
    position: relative
}

.main-menu>nav>ul>li ul.mega-menu li:last-child {
    margin-bottom: 0
}

.main-menu>nav>ul>li ul.mega-menu li.sub-mega-menu-width-22 {
    width: 22%
}

.main-menu>nav>ul>li ul.mega-menu li.sub-mega-menu-width-34 {
    width: 34%
}

.main-menu>nav>ul>li ul.mega-menu li a.menu-title {
    display: block;
    font-size: 16px;
    font-weight: 500
}

.main-menu>nav>ul>li ul.mega-menu li ul {
    margin-top: 28px
}

.main-menu>nav>ul>li ul.mega-menu li ul li {
    display: block;
    float: none;
    line-height: 1;
    margin-bottom: 14px
}

.main-menu>nav>ul>li ul.mega-menu li ul li:last-child {
    margin-bottom: 0
}

.main-menu>nav>ul>li ul.mega-menu li ul li a {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.4
}

.main-menu>nav>ul>li ul.mega-menu li ul li a:hover {
    color: #000
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap {
    overflow: hidden;
    position: relative
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap a {
    display: block
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap a img {
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    width: 100%
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
    left: 30px;
    position: absolute;
    top: 32px
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin: 5px 0 11px
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.old-price {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: line-through
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
    background-color: var(--color-brand);
    border-radius: 26px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 22px 14px
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 3px
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap:hover a img {
    transform: scale3d(1.1, 1.1, 1.1)
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap:hover .menu-banner-btn a {
    background-color: var(--color-danger)
}

.main-menu>nav>ul>li:hover>a {
    color: var(--color-brand)
}

.main-menu>nav>ul>li:hover ul.mega-menu,
.main-menu>nav>ul>li:hover ul.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.main-menu.hover-boder>nav>ul>li>a {
    position: relative
}

.main-menu.hover-boder>nav>ul>li>a:after {
    background: var(--color-brand);
    bottom: 34px;
    content: none;
    height: 1px;
    left: auto;
    position: absolute;
    right: 0;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    width: 0
}

.main-menu.hover-boder>nav>ul>li:hover>a:after {
    left: 0;
    right: auto;
    width: 100%
}

.main-menu.hover-boder.hover-boder-white>nav>ul>li>a:after {
    background: #fff;
    bottom: 18px
}

.main-menu.hover-boder.hover-boder-modify>nav>ul>li>a:after {
    bottom: 28px
}

.main-menu.main-menu-light-white>nav>ul>li>a {
    color: #fff
}

.main-menu.main-menu-padding-1 {
    margin-left: 5px;
    overflow: auto;
    padding: 5px 0;
    white-space: nowrap
}

.main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 0 0 15px
}

.main-menu.main-menu-padding-1>nav>ul>li:first-child {
    padding-left: 5px
}

.main-menu.main-menu-lh-2>nav>ul>li {
    line-height: 40px
}

.main-menu.main-menu-lh-2>nav>ul>li.menu-hot>a {
    color: var(--color-brand-2);
    font-size: 15px;
    font-weight: 600
}

.main-menu.main-menu-lh-2>nav>ul>li.menu-renewed>a {
    background-color: var(--color-brand);
    border-radius: 50px;
    color: #fff;
    line-height: 20px;
    padding: 3px 8px
}

.main-menu.main-menu-lh-3>nav>ul>li {
    line-height: 80px
}

.main-menu.main-menu-grow {
    flex-grow: 1
}

.main-menu>nav>ul>li {
    display: inline-block;
    position: relative
}

.main-menu>nav>ul>li ul.sub-menu li a {
    color: #555;
    display: block;
    font-size: 14px;
    padding: 0 30px
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
    margin: 0 0 28px
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.new-price {
    color: var(--color-danger);
    font-size: 24px;
    font-weight: 700
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
    align-items: center;
    background-color: #ffd55a;
    border-radius: 100%;
    display: flex;
    height: 80px;
    justify-content: center;
    line-height: 80px;
    position: absolute;
    right: 7%;
    top: 13%;
    width: 80px
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    text-align: center
}

.main-menu.main-menu-lh-1>nav>ul>li {
    line-height: 92px
}

.main-categories-wrap {
    position: relative
}

.main-categories-wrap>a {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    padding-right: 30px
}

.main-categories-wrap>a span {
    margin-right: 12px
}

.main-categories-wrap>a>i {
    margin-right: 10px;
    position: absolute;
    right: 10px
}

.main-categories-wrap>a>i.up {
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden
}

.main-categories-wrap>a.open>i {
    opacity: 0;
    visibility: hidden
}

.main-categories-wrap>a.open>i.up {
    opacity: 1;
    visibility: visible
}

.main-categories-wrap.desktop-categories>a {
    background-color: var(--color-brand);
    border-radius: 10px 10px 0 0;
    color: #000;
    line-height: 47px;
    min-width: 280px;
    padding-left: 30px;
    text-transform: uppercase
}

.hotline .header-conact {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px
}

.hotline .header-conact>i {
    font-size: 30px;
    margin-right: 10px
}

.hotline .header-conact span {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    max-width: 80px
}

.hotline .header-conact .location-info {
    margin-left: 10px
}

.hotline .header-conact .location-info span {
    display: block;
    text-transform: capitalize
}

.hotline .header-conact .location-info span.address {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
    max-width: 136px;
    overflow: hidden;
    text-overflow: ellipsis
}

.categories-dropdown-active-large {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
    display: none;
    font-size: 15px;
    font-weight: 400;
    left: 0;
    list-style-type: none;
    margin: 0;
    min-width: 100%;
    padding: 7px 0;
    position: absolute;
    top: 100%;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    z-index: 9
}

.categories-dropdown-active-large.open,
.desktop-categories:hover .categories-dropdown-active-large {
    display: block
}

.categories-dropdown-active-small {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 -3px 23px rgba(0, 0, 0, .06);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 14px 0 23px;
    width: 100%;
    z-index: 9
}

.categories-dropdown-wrap ul li {
    color: #000;
    display: block;
    position: relative;
    transition: all .3s ease 0s
}

.categories-dropdown-wrap ul li a {
    align-items: center;
    background-color: transparent !important;
    color: inherit !important;
    display: flex;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 18px 10px 8px;
    position: relative;
    transition: all .1s ease 0s
}

.categories-dropdown-wrap ul li a i {
    color: #5e5d5a;
    font-size: 20px;
    font-weight: 100;
    height: 24px;
    margin-right: 7px;
    text-align: center;
    width: 24px
}

.categories-dropdown-wrap ul li a:hover {
    background-color: #000 !important;
    color: var(--color-brand) !important
}

.categories-dropdown-wrap ul li a:hover img {
    filter: invert(1)
}

.categories-dropdown-wrap ul li:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.categories-dropdown-wrap ul li.has-children>a:after {
    content: "\f105";
    font-family: Font Awesome\ 5 Pro;
    margin-top: -10px;
    position: absolute;
    right: 20px;
    top: 50%
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 -3px 23px rgba(0, 0, 0, .06);
    left: 100%;
    margin: 0;
    min-width: 800px;
    padding: 20px 0;
    right: 0;
    top: 0;
    width: 100%
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu>ul li a {
    padding-left: 15px
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .submenu-title {
    color: var(--color-brand);
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 34px
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 {
    display: block;
    margin-bottom: 15px;
    position: relative
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info {
    padding: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info a {
    color: #272a2c !important;
    padding: 0;
    position: relative;
    text-transform: capitalize
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info a:before {
    background-color: #272a2c;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all .5s ease-in-out;
    width: 50%
}

.categories-dropdown-wrap .more_categories {
    border-top: 1px solid #eaeaea;
    color: var(--color-brand);
    cursor: pointer;
    font-size: 13px;
    margin-top: 10px;
    padding: 10px 34px 0;
    position: relative
}

.categories-dropdown-wrap .more_categories:before {
    background-color: var(--color-brand);
    content: "";
    height: 1px;
    position: absolute;
    right: 31px;
    top: 21px;
    width: 15px
}

.categories-dropdown-wrap .more_categories:after {
    background-color: var(--color-brand);
    content: "";
    height: 15px;
    position: absolute;
    right: 38px;
    top: 14px;
    width: 1px
}

.categories-dropdown-wrap .more_categories.show:after {
    content: none;
    display: none
}

.desktop-categories .categories-dropdown-wrap ul li>.dropdown-menu {
    height: auto;
    opacity: 0;
    padding: 0;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    visibility: hidden;
    width: 100%
}

.desktop-categories .categories-dropdown-wrap ul li>.dropdown-menu .nav_item {
    font-weight: 600
}

.desktop-categories .categories-dropdown-wrap ul li:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.pagination-area .page-item {
    margin: 0 5px
}

.pagination-area .page-item:first-child {
    margin-left: 0
}

.pagination-area .page-item:first-child .page-link {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%
}

.pagination-area .page-item:last-child .page-link {
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%
}

.pagination-area .page-item.active .page-link,
.pagination-area .page-item:hover .page-link {
    background: var(--color-brand);
    color: #fff
}

.pagination-area .page-link {
    background: #f7f8f9;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    display: block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 10px;
    text-align: center;
    width: 40px
}

.pagination-area .page-link.dot {
    background-color: transparent;
    color: var(--color-text);
    letter-spacing: 2px
}

.widget-category {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 30px;
    position: relative
}

.widget-category ul>li {
    padding: 6px 0;
    transition-duration: .2s
}

.widget-category ul>li:hover {
    padding-left: 5px;
    transition-duration: .2s
}

.widget-category ul>li a {
    color: var(--color-grey-2)
}

.widget-category ul>li a:hover {
    color: var(--color-brand)
}

.follow-us a {
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 46px;
    overflow: hidden;
    padding: 12px 10px;
    width: 50%
}

.follow-us a .social-count {
    font-weight: 700
}

.follow-us a:hover i {
    transform: translateY(-35px) !important
}

.follow-us a i {
    backface-visibility: hidden;
    display: inline-block;
    font-size: 16px;
    transform: translateY(0);
    transition: .2s cubic-bezier(.65, .23, .31, .88);
    vertical-align: middle
}

.follow-us a i.nth-2 {
    left: 0;
    position: absolute;
    top: 38px
}

.follow-us i.v-align-space {
    border-right: 1px solid hsla(0, 0%, 100%, .5);
    line-height: 1;
    padding-right: 4px
}

.follow-us .social-icon {
    display: inline-block;
    position: relative;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.follow-us a.follow-us-facebook,
.single-social-share a.facebook-icon {
    background: #305c99
}

.follow-us a.follow-us-twitter,
.single-social-share a.twitter-icon {
    background: #00cdff
}

.follow-us a.follow-us-instagram,
.single-social-share a.instagram-icon {
    background: #3f729b
}

.follow-us a.follow-us-youtube,
.single-social-share a.pinterest-icon {
    background: #e22b26
}

.sidebar-widget .widget-header h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase
}

.sidebar-widget.price_range,
.sidebar-widget.product-sidebar {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px
}

.sidebar-widget .banner-img {
    float: none
}

.widget_archive li,
.widget_categories li.cat-item,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li {
    border-bottom: 1px dotted rgba(0, 0, 0, .15);
    display: table;
    font-size: 14px;
    padding: 7px 0;
    text-align: right;
    width: 100%
}

.widget_categories li.cat-item:last-child {
    border: none
}

.widget_archive li a,
.widget_categories li.cat-item a,
.widget_pages li a {
    color: #000;
    float: left;
    padding: 0;
    text-align: left
}

.newsletter .h4 {
    font-size: 1.2rem;
    font-weight: 700
}

.newsletter p .icon-fa-phone {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px
}

.widget_tags {
    background-color: #f7f8f9;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 14px;
    padding: 20px;
    position: relative
}

.widget_tags a {
    background-color: #fff;
    border-radius: 26px;
    color: var(--color-grey-2);
    display: inline-block;
    margin: 0 5px 7px 0;
    padding: 3px 12px
}

.newsletter .icon-email {
    margin-right: 15px;
    max-width: 40px
}

.newsletter .form-subcriber input {
    border-color: #eee;
    border-radius: 2px 0 0 2px;
    font-size: 14px;
    padding: 0 20px 0 30px
}

.newsletter .form-subcriber button {
    background: var(--color-brand) !important;
    border: 0;
    border-radius: 0 2px 2px 0;
    font-size: 14px;
    padding: 0 30px
}

.download-app {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 33px
}

.download-app a {
    display: block;
    margin-right: 12px
}

.download-app a img {
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    width: 170px
}

.footer-list {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.footer-list li {
    display: block;
    margin: 0 0 3px;
    transition-duration: .3s
}

.footer-list li:last-child {
    margin: 0
}

.footer-list li:hover {
    padding-left: 5px;
    transition-duration: .3s
}

.footer-list li a {
    color: var(--color-grey-1);
    display: block;
    font-size: 14px
}

.footer-list li a:hover {
    color: var(--color-brand)
}

.footer-bottom {
    border-top: 1px solid #eee
}

#scrollUp {
    background-color: var(--color-brand);
    border-radius: 5px;
    bottom: calc(50% - 20px);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    color: #fff;
    cursor: pointer;
    height: 40px;
    right: 30px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    transition: .3s ease;
    width: 40px;
    z-index: 999 !important
}

#scrollUp.active {
    opacity: 1;
    visibility: visible
}

#scrollUp i {
    display: block;
    font-size: 16px;
    line-height: 40px
}

#scrollUp:hover {
    transform: translateY(-5px)
}

.tt-title-footer {
    font-size: 18px
}

.links li {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 5px
}

.links li>a {
    color: var(--color-brand-2);
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.section-padding-30 {
    padding: 30px 0
}

.section-padding-50 {
    padding: 50px 0
}

.section-padding-60 {
    padding: 60px 0
}

.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-35 {
    padding: 35px 0
}

.ptb-32 {
    padding: 32px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0
}

.ptb-160 {
    padding: 160px 0
}

.ptb-170 {
    padding: 170px 0
}

.ptb-177 {
    padding: 177px 0
}

.ptb-180 {
    padding: 180px 0
}

.ptb-190 {
    padding: 190px 0
}

.ptb-200 {
    padding: 200px 0
}

.ptb-210 {
    padding: 210px 0
}

.ptb-220 {
    padding: 220px 0
}

.ptb-290 {
    padding: 290px 0
}

.ptb-310 {
    padding: 310px 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-105 {
    padding-top: 105px !important
}

.pt-110 {
    padding-top: 110px !important
}

.pt-115 {
    padding-top: 115px !important
}

.pt-120 {
    padding-top: 120px !important
}

.pt-125 {
    padding-top: 125px !important
}

.pt-130 {
    padding-top: 130px !important
}

.pt-135 {
    padding-top: 135px !important
}

.pt-140 {
    padding-top: 140px !important
}

.pt-145 {
    padding-top: 145px !important
}

.pt-150 {
    padding-top: 150px !important
}

.pt-155 {
    padding-top: 155px !important
}

.pt-160 {
    padding-top: 160px !important
}

.pt-165 {
    padding-top: 165px !important
}

.pt-170 {
    padding-top: 170px !important
}

.pt-175 {
    padding-top: 175px !important
}

.pt-180 {
    padding-top: 180px !important
}

.pt-185 {
    padding-top: 185px !important
}

.pt-190 {
    padding-top: 190px !important
}

.pt-195 {
    padding-top: 195px !important
}

.pt-200 {
    padding-top: 200px !important
}

.pt-260 {
    padding-top: 260px !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-105 {
    padding-bottom: 105px !important
}

.pb-110 {
    padding-bottom: 110px !important
}

.pb-115 {
    padding-bottom: 115px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

.pb-125 {
    padding-bottom: 125px !important
}

.pb-130 {
    padding-bottom: 130px !important
}

.pb-135 {
    padding-bottom: 135px !important
}

.pb-140 {
    padding-bottom: 140px !important
}

.pb-145 {
    padding-bottom: 145px !important
}

.pb-150 {
    padding-bottom: 150px !important
}

.pb-155 {
    padding-bottom: 155px !important
}

.pb-160 {
    padding-bottom: 160px !important
}

.pb-165 {
    padding-bottom: 165px !important
}

.pb-170 {
    padding-bottom: 170px !important
}

.pb-175 {
    padding-bottom: 175px !important
}

.pb-180 {
    padding-bottom: 180px !important
}

.pb-185 {
    padding-bottom: 185px !important
}

.pb-190 {
    padding-bottom: 190px !important
}

.pb-195 {
    padding-bottom: 195px !important
}

.pb-200 {
    padding-bottom: 200px !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-105 {
    padding-left: 105px !important
}

.pl-110 {
    padding-left: 110px !important
}

.pl-115 {
    padding-left: 115px !important
}

.pl-120 {
    padding-left: 120px !important
}

.pl-125 {
    padding-left: 125px !important
}

.pl-130 {
    padding-left: 130px !important
}

.pl-135 {
    padding-left: 135px !important
}

.pl-140 {
    padding-left: 140px !important
}

.pl-145 {
    padding-left: 145px !important
}

.pl-150 {
    padding-left: 150px !important
}

.pl-155 {
    padding-left: 155px !important
}

.pl-160 {
    padding-left: 160px !important
}

.pl-165 {
    padding-left: 165px !important
}

.pl-170 {
    padding-left: 170px !important
}

.pl-175 {
    padding-left: 175px !important
}

.pl-180 {
    padding-left: 180px !important
}

.pl-185 {
    padding-left: 185px !important
}

.pl-190 {
    padding-left: 190px !important
}

.pl-195 {
    padding-left: 195px !important
}

.pl-200 {
    padding-left: 200px !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-105 {
    padding-right: 105px !important
}

.pr-110 {
    padding-right: 110px !important
}

.pr-115 {
    padding-right: 115px !important
}

.pr-120 {
    padding-right: 120px !important
}

.pr-125 {
    padding-right: 125px !important
}

.pr-130 {
    padding-right: 130px !important
}

.pr-135 {
    padding-right: 135px !important
}

.pr-140 {
    padding-right: 140px !important
}

.pr-145 {
    padding-right: 145px !important
}

.pr-150 {
    padding-right: 150px !important
}

.pr-155 {
    padding-right: 155px !important
}

.pr-160 {
    padding-right: 160px !important
}

.pr-165 {
    padding-right: 165px !important
}

.pr-170 {
    padding-right: 170px !important
}

.pr-175 {
    padding-right: 175px !important
}

.pr-180 {
    padding-right: 180px !important
}

.pr-185 {
    padding-right: 185px !important
}

.pr-190 {
    padding-right: 190px !important
}

.pr-195 {
    padding-right: 195px !important
}

.pr-200 {
    padding-right: 200px !important
}

.plr-5-percent {
    padding: 0 5%
}

.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-15 {
    margin: 15px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mtb-150 {
    margin: 150px 0
}

.mtb-290 {
    margin: 290px 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-105 {
    margin-top: 105px !important
}

.mt-110 {
    margin-top: 110px !important
}

.mt-115 {
    margin-top: 115px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mt-125 {
    margin-top: 125px !important
}

.mt-130 {
    margin-top: 130px !important
}

.mt-135 {
    margin-top: 135px !important
}

.mt-140 {
    margin-top: 140px !important
}

.mt-145 {
    margin-top: 145px !important
}

.mt-150 {
    margin-top: 150px !important
}

.mt-155 {
    margin-top: 155px !important
}

.mt-160 {
    margin-top: 160px !important
}

.mt-165 {
    margin-top: 165px !important
}

.mt-170 {
    margin-top: 170px !important
}

.mt-175 {
    margin-top: 175px !important
}

.mt-180 {
    margin-top: 180px !important
}

.mt-185 {
    margin-top: 185px !important
}

.mt-190 {
    margin-top: 190px !important
}

.mt-195 {
    margin-top: 195px !important
}

.mt-200 {
    margin-top: 200px !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
    margin-left: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-105 {
    margin-left: 105px !important
}

.ml-110 {
    margin-left: 110px !important
}

.ml-115 {
    margin-left: 115px !important
}

.ml-120 {
    margin-left: 120px !important
}

.ml-125 {
    margin-left: 125px !important
}

.ml-130 {
    margin-left: 130px !important
}

.ml-135 {
    margin-left: 135px !important
}

.ml-140 {
    margin-left: 140px !important
}

.ml-145 {
    margin-left: 145px !important
}

.ml-150 {
    margin-left: 150px !important
}

.ml-155 {
    margin-left: 155px !important
}

.ml-160 {
    margin-left: 160px !important
}

.ml-165 {
    margin-left: 165px !important
}

.ml-170 {
    margin-left: 170px !important
}

.ml-175 {
    margin-left: 175px !important
}

.ml-180 {
    margin-left: 180px !important
}

.ml-185 {
    margin-left: 185px !important
}

.ml-190 {
    margin-left: 190px !important
}

.ml-195 {
    margin-left: 195px !important
}

.ml-200 {
    margin-left: 200px !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-105 {
    margin-right: 105px !important
}

.mr-110 {
    margin-right: 110px !important
}

.mr-115 {
    margin-right: 115px !important
}

.mr-120 {
    margin-right: 120px !important
}

.mr-125 {
    margin-right: 125px !important
}

.mr-130 {
    margin-right: 130px !important
}

.mr-135 {
    margin-right: 135px !important
}

.mr-140 {
    margin-right: 140px !important
}

.mr-145 {
    margin-right: 145px !important
}

.mr-150 {
    margin-right: 150px !important
}

.mr-155 {
    margin-right: 155px !important
}

.mr-160 {
    margin-right: 160px !important
}

.mr-165 {
    margin-right: 165px !important
}

.mr-170 {
    margin-right: 170px !important
}

.mr-175 {
    margin-right: 175px !important
}

.mr-180 {
    margin-right: 180px !important
}

.mr-185 {
    margin-right: 185px !important
}

.mr-190 {
    margin-right: 190px !important
}

.mr-195 {
    margin-right: 195px !important
}

.mr-200 {
    margin-right: 200px !important
}

@media only screen and (max-width:768px) {
    .logo.logo-width-1 a img {
        width: 120px
    }

    .header-action .header-action-icon,
    .header-action .header-action-icon.header-action-mrg-none,
    .header-action .header-action-icon.header-action-mrg-none2 {
        margin-right: 15px
    }

    .header-action .header-action-icon>a {
        font-size: 20px
    }

    .header-action-2 .header-action-icon-2 {
        padding: 0 6px
    }

    .header-action-2 .header-action-icon-2:last-child {
        padding: 0 0 0 6px
    }

    .header-action-2 .header-action-icon-2>a {
        margin-right: 5px
    }

    .cart-dropdown-wrap {
        width: 290px
    }

    .cart-dropdown-wrap ul li .shopping-cart-img {
        flex: 0 0 60px;
        margin-right: 10px
    }

    .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
        padding: 12px 22px 13px
    }

    .main-categories-wrap>a {
        font-weight: 500
    }

    .categories-dropdown-wrap ul li a {
        padding: 5px 12px
    }

    .search-popup-wrap .search-popup-content form input {
        font-size: 25px;
        padding: 21px 20px 12px 0;
        width: 270px
    }

    .mobile-header-wrapper-style {
        width: 300px
    }

    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
        padding: 20px
    }

    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
        padding: 30px 20px
    }

    .header-height-1,
    .header-height-2 {
        min-height: 65px
    }

    .hero-slider-1 {
        height: 298px
    }

    .hero-slider-content-2 h1 {
        font-size: 32px;
        line-height: 1.2
    }

    .hero-slider-content-2 h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px
    }

    .hero-slider-content-2 h4 {
        font-size: 16px;
        margin: 0 0 10px
    }

    .hero-slider-content-2 .btn-default {
        background-color: var(--color-brand);
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        padding: 10px 22px
    }

    .hero-slider-content-2 p {
        font-size: 14px;
        line-height: 1.3
    }

    .banner-big h4 {
        font-size: 12px
    }

    .banner-big h2 {
        font-size: 16px
    }

    .banner-big .btn {
        background: none;
        border: 0;
        border-radius: 50px;
        color: #fff;
        font-size: 13px;
        margin-top: -15px;
        padding: 0
    }

    .home-slider .slider-arrow {
        display: none
    }

    .home-slider .hero-slider-1.style-2 {
        height: 400px
    }

    .home-slider .hero-slider-1.style-2 .hero-slider-content-2 {
        padding-left: 0;
        padding-top: 100px
    }

    .home-slider .hero-slider-1.style-2 .single-slider-img img {
        max-width: 400px
    }

    .home-slider .hero-slider-1.style-2 .slider-1-height-2 {
        height: 400px;
        position: relative
    }

    .banner-img {
        float: left
    }

    .banner-img.f-none {
        float: none
    }

    .hero-slider-1.style-3 .slider-1-height-3 {
        height: 390px
    }

    .hero-slider-1.style-3 .hero-slider-content-2 {
        padding-left: 20px
    }

    .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 {
        padding-left: 0
    }

    .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h1 {
        font-size: 30px
    }

    .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h2 {
        font-size: 14px
    }

    .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h4 {
        font-size: 12px
    }

    .header-style-3 .header-bottom-bg-color {
        background-color: var(--color-brand)
    }

    .header-style-3 .main-nav {
        border: none !important
    }

    .header-style-3 .sticky-bar.stick.sticky-blue-bg,
    .header-style-4 .header-bottom-bg-color {
        background-color: var(--color-brand)
    }

    .header-style-4 .main-nav {
        border: none !important
    }

    .header-style-4 .sticky-bar.stick.sticky-blue-bg {
        background-color: var(--color-brand)
    }

    .font-xxl {
        font-size: 38px
    }

    .single-content .product-image-slider .single-hero-slider .single-slider-img img {
        height: 340px
    }

    .image-upload__uploader-container .image-upload__uploader {
        height: 70px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {

    .header-action .header-action-icon,
    .header-action .header-action-icon.header-action-mrg-none,
    .header-action .header-action-icon.header-action-mrg-none2 {
        margin-right: 20px
    }

    .header-action .header-action-icon>a {
        font-size: 22px
    }

    .header-action-2 .header-action-icon-2 {
        padding: 0 10px
    }

    .header-action-2 .header-action-icon-2:last-child {
        padding: 0 0 0 10px
    }

    .header-action-2 .header-action-icon-2>a {
        font-size: 22px
    }

    .cart-dropdown-wrap {
        width: 310px
    }

    .search-popup-wrap .search-popup-content form input {
        font-size: 25px;
        padding: 21px 20px 12px 0;
        width: 480px
    }

    .comment-form .name {
        margin-bottom: 1rem;
        padding-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .header-action .header-action-icon,
    .header-action .header-action-icon.header-action-mrg-none,
    .header-action .header-action-icon.header-action-mrg-none2 {
        margin-right: 33px
    }

    .header-action-2 .header-action-icon-2>a {
        fill: #fff;
        color: #fff
    }

    .search-popup-wrap .search-popup-content form input {
        font-size: 35px;
        width: 650px
    }

    .header-bottom {
        padding: 5px 0
    }

    .header-height-1,
    .header-height-2,
    .header-height-3,
    .header-height-4 {
        min-height: 50px
    }

    .header-style-5 .header-bottom {
        border-bottom: 1px solid #f7f8f9;
        padding: 25px 0
    }

    .comment-form .email {
        padding-left: 0
    }

    .loop-grid.pr-30 {
        padding-right: 0 !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .logo.logo-hm3 a img {
        width: 120px
    }

    .main-menu.main-menu-mrg-1 {
        margin: 0 0 0 15px
    }

    .main-menu>nav>ul>li ul.sub-menu li ul.level-menu.level-menu-modify {
        width: 165px
    }

    .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
        left: 20px;
        top: 22px
    }

    .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
        font-size: 20px;
        line-height: 1.3;
        margin: 5px 0 7px
    }

    .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
        margin: 0 0 10px
    }

    .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
        padding: 10px 16px 13px
    }

    .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
        height: 70px;
        line-height: 70px;
        width: 70px
    }

    .main-menu.main-menu-padding-1>nav>ul>li {
        padding: 0 8px
    }

    .main-menu.main-menu-padding-1.hm3-menu-padding>nav>ul>li {
        padding: 0 6px
    }

    .search-style-1 {
        margin-right: 15px
    }

    .search-style-1 form {
        width: 170px
    }

    .header-action.header-action-hm3 .header-action-icon {
        margin-right: 15px
    }

    .header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2,
    .header-action.header-action-hm3 .header-action-icon:last-child {
        margin-right: 0
    }

    .search-style-2 form input {
        padding: 3px 77px 3px 10px;
        width: 262px
    }

    .search-suggest {
        max-width: 262px
    }

    .hotline p {
        font-size: 15px
    }

    .search-popup-wrap .search-popup-content form input {
        width: 820px
    }

    .header-height-1 {
        min-height: 157px
    }

    .header-height-2 {
        min-height: 224px
    }

    .header-height-3 {
        min-height: 133px
    }

    .header-height-4 {
        min-height: 144px
    }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .main-menu.main-menu-padding-1>nav>ul>li {
        padding: 0 14px
    }
}

@media only screen and (max-width:575px) {
    .slider-arrow .slider-btn.slider-next {
        right: 0 !important
    }

    .slider-arrow .slider-btn.slider-prev {
        left: 0 !important
    }

    .hero-slider-1 {
        height: unset;
        max-height: 180px
    }

    .hero-slider-content-2 {
        padding-top: 20px;
        text-align: center
    }

    .hero-slider-content-2 p {
        width: 100%
    }

    .header-height-2 {
        min-height: 40px
    }

    .header-bottom-bg-color {
        padding: 10px 0 3px
    }

    .popular-categories .slider-btn.slider-prev {
        left: unset !important;
        right: 50px !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-4 {
        margin-bottom: 1rem
    }

    .mb-sm-5 {
        margin-bottom: 2rem
    }

    .nav.right {
        justify-content: start
    }

    .hero-slider-1.style-2 .single-slider-img {
        display: none
    }

    ul.footer-list {
        margin-bottom: 0
    }

    .section-padding-60 {
        padding: 30px 0
    }

    .pt-40,
    .pt-60 {
        padding-top: 30px !important
    }

    .pb-60 {
        padding-bottom: 30px !important
    }

    .mb-60 {
        margin-bottom: 30px !important
    }

    .hero-slider-1.style-3 .slider-1-height-3 {
        height: 220px
    }

    .hero-slider-1.style-3 .hero-slider-content-2 {
        padding-left: 15px;
        padding-top: 0;
        position: relative;
        text-align: left
    }

    .hero-slider-1.style-3 .hero-slider-content-2 h1 {
        font-size: 18px
    }

    .hero-slider-1.style-3 .hero-slider-content-2 h2 {
        font-size: 16px
    }

    .hero-slider-1.style-3 .hero-slider-content-2 h4 {
        font-size: 14px
    }

    .hero-slider-1.style-3 .hero-slider-content-2 p {
        font-size: 11px
    }

    .hero-slider-1.style-3 .hero-slider-content-2 a.btn {
        display: none
    }

    .header-style-5 {
        border-bottom: 1px solid #f7f8f9;
        padding: 15px 0
    }

    .header-style-5 .search-style-2 {
        display: none
    }

    .header-style-5 .header-action-2 .header-action-icon-2>a {
        font-size: 18px
    }

    .header-style-5 .sticky-bar.stick.sticky-white-bg {
        background-color: #fff;
        padding: 15px 0
    }

    .font-xxl {
        font-size: 28px
    }

    .w-50 {
        width: 100% !important
    }

    .product-list .product-cart-wrap {
        display: block
    }

    .product-list .product-cart-wrap .product-img-action-wrap {
        max-width: 100%
    }

    .shop-product-filter {
        display: block
    }

    .shop-product-filter .totall-product {
        margin-bottom: 15px
    }

    .table td {
        display: block;
        text-align: center;
        width: 100%
    }

    .table td:before {
        content: attr(data-title) " ";
        float: left;
        font-weight: 700;
        margin-right: 15px;
        text-transform: capitalize
    }

    .table thead {
        display: none
    }

    .table.tbl-content td {
        display: table-cell
    }

    .loop-grid.pr-30 {
        padding-right: 0 !important
    }

    .loop-grid.loop-list article {
        display: block
    }
}

@media screen and (max-width:991px) {
    .dot-style-1.dot-style-1-position-1 ul {
        bottom: 0;
        left: 50%;
        transform: translate(-50%)
    }

    .dot-style-1 ul li {
        margin: 0 3px
    }

    .dot-style-1 ul li button {
        height: 1px;
        transform: skew(0deg, 0deg);
        width: 15px
    }

    .dot-style-1 ul li.slick-active button {
        width: 15px
    }

    .autocomplete-res ul {
        font-size: 13px
    }
}

@media only screen and (max-width:767px) {
    .pt-30 {
        padding-top: 20px !important
    }

    .deal-container.flashSale-main {
        background-image: var(--fl-bg-image-mobile)
    }

    h5.widget-title a:after {
        content: "\f078";
        font-family: Font Awesome\ 5 Pro;
        font-weight: 400;
        position: absolute;
        right: 0;
        top: 0
    }
}

@media screen and (max-width:600px) {
    .hero-slider-1.style-3 .slider-img:after {
        content: none
    }

    .hero-slider-1.style-3 .slider-main-title,
    .product-cart-wrap .product-img-action-wrap .product-action-1 {
        display: none
    }

    .deals .deal-header {
        padding: 15px 7px
    }

    .deals .deal-header h2 {
        color: var(--color-title-mobile);
        font-size: var(--fz-title-mobile);
        margin-bottom: 0 !important
    }

    .deals .deal-header h2 img {
        max-width: 15px
    }

    .deals .countdown-container {
        font-size: 10px;
        padding: 0
    }

    .deals .countdown-container .countdown-title {
        color: var(--color-title-cd-mobile);
        font-size: var(--fz-title-cd-mobile)
    }

    .deals .countdown-container .deals-countdown .countdown-section {
        font-size: 10px;
        height: 18px;
        line-height: 19px;
        margin-left: .2rem;
        margin-right: .2rem;
        padding: 0 2px;
        width: 18px
    }

    .deals .countdown-container .deals-countdown .countdown-section:not(:last-child):after {
        font-size: 13px;
        margin-left: 1px
    }

    .tag-suggest {
        font-size: 12px;
        top: -2px !important
    }

    .btn.btn-more,
    .button.btn-more {
        font-size: 14px;
        margin-top: 0;
        max-width: 160px;
        padding: 8px 20px !important
    }

    .best-seller-container .products-collection-link {
        border: 1px solid #eee;
        border-radius: 7px;
        margin: 0 auto 10px !important;
        padding: 8px 20px;
        width: 150px
    }

    .best-seller-container .products-collection-link:hover {
        border-color: #000
    }

    .rating_wrap_mobile {
        align-items: center;
        display: flex;
        margin-bottom: 5px !important
    }

    .rating_wrap_mobile .action-btn {
        font-size: 12px
    }

    .rating_wrap_mobile .rating:before {
        top: -2px !important
    }

    .rating_wrap_mobile .single-social-share {
        margin-left: auto;
        margin-top: 0 !important
    }

    .header-action-2 .header-action-icon-2>a .nm i {
        font-size: 12px;
        margin-top: 3px
    }

    .hr-mobile-footer {
        border: 1px solid #eee;
        margin: 8px 0
    }
}

@media screen and (min-width:768px) {

    .carousel-4-columns-cover .slider-arrow,
    .carousel-6-columns-cover .slider-arrow {
        top: -50px
    }

    footer .collapse,
    footer .collapse:not(.show),
    footer .collapsing {
        display: block !important;
        height: unset !important
    }
}

@media screen and (min-width:576px) {
    #loginModal .modal-dialog {
        max-width: 435px
    }

    .product-collections-heading {
        padding-right: 100px
    }
}

@media screen and (min-width:992px) {
    .mb-lg-5 {
        margin-bottom: 40px !important
    }

    .hr-space {
        height: 20px
    }
}

@media screen and (min-width:1025px) {
    .row-custom-width-sidebar>.col-lg-9 {
        width: 70%
    }

    .row-custom-width-sidebar>.col-lg-3 {
        width: 30%
    }

    .profile-usertitle-name {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 28px;
        height: 27px;
        overflow: hidden;
        padding-left: 20px
    }
}

@media screen and (min-width:1200px) {
    .col-xl-2-5 {
        width: 20%
    }
}

@media screen and (min-width:1366px) {
    .header-action-2 .header-action-icon-2 {
        padding: 0 17px
    }
}

.image-viewer__item {
    height: 70px;
    margin-right: 3px;
    margin-top: 5px;
    position: relative;
    text-align: initial;
    transition: all .3s cubic-bezier(.46, .03, .52, .96);
    width: 70px
}

.image-viewer__item img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.image-upload__uploader-container {
    display: inline-block;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    order: 2;
    width: 100%
}

.image-upload__uploader-container:hover {
    cursor: pointer
}

.image-upload__uploader-container .image-upload__uploader {
    align-items: center;
    border: 1px dashed #c4c6cf;
    border-radius: 5px;
    color: #637381;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    height: 75px;
    justify-content: center;
    position: relative
}

.image-upload__uploader-container .image-upload__uploader:hover {
    background: rgba(235, 188, 52, .4)
}

.image-upload__uploader-container .image-upload__uploader:hover .image-upload__file-input {
    cursor: pointer
}

.image-upload__icon {
    color: #333;
    font-size: 20px;
    margin-bottom: 8px
}

.image-upload__text {
    color: #637381;
    font-size: 12px;
    margin-top: 12px;
    padding: 0 3px;
    text-align: center
}

.image-upload__file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.image-viewer__item {
    display: inline-block;
    flex: 0 0 calc(16.66667% - 3px);
    max-width: calc(16.66667% - 3px)
}

.image-viewer__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.image-viewer__icon-remove {
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: -1px;
    z-index: 1
}

.image-viewer__icon-remove i {
    background: #fff;
    border: 1px solid #848484;
    border-radius: 50%;
    color: #848484;
    display: inline-block;
    font-size: 10px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    width: 18px
}

.image-viewer__list.is-loading .loading {
    display: block !important
}

.help-block {
    cursor: help;
    display: block;
    font-size: .9em;
    font-style: italic
}

.image-upload__viewer .image-viewer__list .loading {
    display: none;
    height: auto;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: auto
}

.image-upload__viewer .image-viewer__list .loading .half-circle-spinner {
    height: 30px;
    width: 30px
}

.block--review .block__header .block__info {
    width: 100%
}

.block--review .lh-1 {
    line-height: 1
}

.block--review .block__images a {
    border: 1px solid #dee2e6;
    border-radius: .25rem !important;
    display: inline-block;
    height: 48px;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 48px
}

.block--review .block__images a img {
    border: none;
    -o-object-fit: cover;
    object-fit: cover
}

.block--review .block__images .more-review-images span {
    align-items: center;
    align-self: center;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 22px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.block--review .block__images.block__images_total a {
    border: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    padding: 1.5px;
    width: inherit
}

.block__content {
    position: relative
}

.review__loading {
    align-items: center;
    background: rgba(0, 0, 0, .03);
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 31
}

@media screen and (max-width:600px) {
    .image-upload__uploader-container {
        flex: 0 0 100%;
        max-width: 100%
    }

    .image-viewer__list {
        justify-content: space-between
    }

    .image-upload__uploader-container .image-upload__uploader {
        height: 65px
    }

    .image-viewer__item {
        flex: 0 0 15%;
        max-width: 15%
    }

    .image-upload__text {
        margin-top: 6px
    }

    .comment-form {
        padding: 0
    }
}

.offcanvas {
    background-clip: padding-box;
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    opacity: 0;
    outline: 0;
    position: absolute;
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    visibility: hidden;
    z-index: 997
}

.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem .5rem
}

.offcanvas-header .btn-close {
    margin-bottom: -.5rem;
    margin-right: -.5rem;
    margin-top: -.5rem;
    padding: .5rem
}

.offcanvas-title {
    margin-bottom: 0
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 3rem 1rem 1rem
}

.offcanvas-top {
    box-shadow: 0 8px 16px 0 rgba(85, 93, 102, .3);
    -webkit-box-shadow: 0 8px 16px 0 rgba(85, 93, 102, .3);
    left: 0;
    right: -1px;
    top: 47px;
    transform: translateY(-10px)
}

.offcanvas.show {
    transform: translateY(0)
}

.offcanvas.show,
.offcanvasShow .body-overlay-1 {
    opacity: 1;
    visibility: visible
}

.offcanvas.offcanvas-compare {
    background-color: #292a30;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 15px 15px 78px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(10px);
    z-index: 9999
}

.offcanvas.offcanvas-compare.show {
    transform: translateY(0)
}

.offcanvas.offcanvas-compare .offcanvas-body {
    background-color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.offcanvas.offcanvas-compare .offcanvas-body .table__compare>div {
    height: 206px;
    margin-top: 100px;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: auto;
    position: relative
}

.offcanvas.offcanvas-compare .offcanvas-body .table__compare>div table {
    border-collapse: collapse;
    color: #d3d3d3;
    table-layout: fixed;
    width: unset
}

.offcanvas.offcanvas-compare .offcanvas-body .table__compare>div thead th {
    left: 0;
    position: sticky;
    top: 0
}

.offcanvas.offcanvas-compare .offcanvas-body .table__compare>div thead th:first-child {
    z-index: 3
}

.offcanvas.offcanvas-compare .offcanvas-body .table__compare>div td,
.offcanvas.offcanvas-compare .offcanvas-body .table__compare>div th {
    padding: 10px 100px;
    text-transform: capitalize
}

.offcanvas.offcanvas-compare .offcanvas-body .table__compare>div th {
    background: #000;
    color: #fff;
    white-space: nowrap
}

.offcanvas.offcanvas-compare .offcanvas-body .table__compare>div tr {
    background: #333
}

.offcanvas.offcanvas-compare .offcanvas-body .table__compare>div tr:nth-child(2n) {
    background: #262626
}

.offcanvas.offcanvas-compare .offcanvas-body .table__compare>div tr:not(:last-of-type) {
    border-bottom: 2px solid rgba(255, 255, 0, .25)
}

.offcanvas.offcanvas-compare .offcanvas-body .table__compare>div td:first-child,
.offcanvas.offcanvas-compare .offcanvas-body .table__compare>div th:first-child {
    left: 0;
    position: sticky;
    width: 200px;
    z-index: 2
}

tr:nth-child(odd) .offcanvas.offcanvas-compare .offcanvas-body .table__compare>div td:first-child {
    background: #333;
    box-shadow: inset -2px 0 rgba(0, 0, 0, .25)
}

tr:nth-child(2n) .offcanvas.offcanvas-compare .offcanvas-body .table__compare>div td:first-child {
    background: #262626;
    box-shadow: inset -2px 0 rgba(0, 0, 0, .25)
}

#msform {
    margin-top: 20px;
    position: relative;
    text-align: center
}

#msform fieldset {
    background: #fff;
    border: 0;
    border-radius: .5rem;
    box-sizing: border-box;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    width: 100%
}

#msform fieldset .list-group .list-group-item {
    display: flex;
    gap: 5px
}

#msform fieldset .list-group .list-group-item .form-check-input {
    flex: 0 0 1em
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button {
    background: var(--color-brand);
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin: 10px 0 10px 5px;
    max-width: 150px;
    padding: 10px 5px
}

#msform .action-button:focus,
#msform .action-button:hover {
    background-color: var(--color-brand-2)
}

#msform .action-button-previous {
    background: #616161;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin: 10px 5px 10px 0;
    max-width: 100px;
    padding: 10px 5px
}

#msform .action-button-previous:focus,
#msform .action-button-previous:hover {
    background-color: #000
}

.card {
    border: none;
    position: relative;
    z-index: 0
}

.fs-title {
    color: var(--color-brand);
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left
}

.success-text {
    color: #198754;
    font-weight: 400
}

.steps {
    color: gray;
    font-size: 15px;
    font-weight: 400;
    margin-top: 3px;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    color: #d3d3d3;
    margin-bottom: 30px;
    overflow: hidden
}

#progressbar .active {
    color: var(--color-brand)
}

#progressbar li {
    float: left;
    font-size: 15px;
    font-weight: 400;
    list-style-type: none;
    position: relative;
    width: 50%
}

#progressbar #account:before {
    content: "\f13e";
    font-family: Font Awesome\ 5 Pro
}

#progressbar #personal:before {
    content: "\f54e";
    font-family: Font Awesome\ 5 Pro
}

#progressbar #payment:before {
    content: "\f030";
    font-family: Font Awesome\ 5 Pro
}

#progressbar #confirm:before {
    content: "\f00c";
    font-family: Font Awesome\ 5 Pro
}

#progressbar li:before {
    background: #d3d3d3;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 45px;
    margin: 0 auto 10px;
    padding: 2px;
    width: 50px
}

#progressbar li:after {
    background: #d3d3d3;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: -1
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: var(--color-brand)
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: var(--color-brand)
}

.fit-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.installmentInfo {
    padding: 0 0 20px
}

.inforPackage,
.inforPaper {
    display: flex;
    flex-direction: column;
    font-size: 15px
}

.inforPackage .row .valueColumn {
    text-align: right
}

.inforPaper {
    grid-gap: 5px;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px
}

.billing-address-form-wrapper .form-control.is-invalid+.invalid-feedback+label,
.billing-address-form-wrapper .form-control.is-valid+.invalid-feedback+label,
.billing-address-form-wrapper .form-control:-webkit-autofill+label,
.billing-address-form-wrapper .form-control:not(:placeholder-shown):focus+label,
.billing-address-form-wrapper .form-control:not(:placeholder-shown):valid+label,
.billing-address-form-wrapper .form-input-wrapper.select--arrow label,
.customer-address-payment-form .form-control.is-invalid+.invalid-feedback+label,
.customer-address-payment-form .form-control.is-valid+.invalid-feedback+label,
.customer-address-payment-form .form-control:-webkit-autofill+label,
.customer-address-payment-form .form-control:not(:placeholder-shown):focus+label,
.customer-address-payment-form .form-control:not(:placeholder-shown):valid+label,
.customer-address-payment-form .form-input-wrapper.select--arrow label,
.customer-tax-information-form .form-control.is-invalid+.invalid-feedback+label,
.customer-tax-information-form .form-control.is-valid+.invalid-feedback+label,
.customer-tax-information-form .form-control:-webkit-autofill+label,
.customer-tax-information-form .form-control:not(:placeholder-shown):focus+label,
.customer-tax-information-form .form-control:not(:placeholder-shown):valid+label,
.customer-tax-information-form .form-input-wrapper.select--arrow label {
    background: #fff;
    font-size: 12px;
    left: 10px;
    padding: 0 5px;
    top: -9px
}

.billing-address-form-wrapper .form-input-wrapper,
.customer-address-payment-form .form-input-wrapper,
.customer-tax-information-form .form-input-wrapper {
    position: relative
}

.billing-address-form-wrapper .form-input-wrapper label,
.customer-address-payment-form .form-input-wrapper label,
.customer-tax-information-form .form-input-wrapper label {
    color: #6b7078;
    font-size: 14px;
    left: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.billing-address-form-wrapper .form-control,
.customer-address-payment-form .form-control,
.customer-tax-information-form .form-control {
    border-color: #ced4da
}

.billing-address-form-wrapper .form-control:focus,
.customer-address-payment-form .form-control:focus,
.customer-tax-information-form .form-control:focus {
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    color: var(--bs-body-color);
    outline: 0
}

.billing-address-form-wrapper input.form-control,
.billing-address-form-wrapper select.form-control,
.customer-address-payment-form input.form-control,
.customer-address-payment-form select.form-control,
.customer-tax-information-form input.form-control,
.customer-tax-information-form select.form-control {
    height: 45px
}

.billing-address-form-wrapper .select--arrow i,
.customer-address-payment-form .select--arrow i,
.customer-tax-information-form .select--arrow i {
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.billing-address-form-wrapper .select--arrow .form-control,
.customer-address-payment-form .select--arrow .form-control,
.customer-tax-information-form .select--arrow .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 30px 0 15px
}

.billing-address-form-wrapper .select--arrow .form-control.is-valid,
.customer-address-payment-form .select--arrow .form-control.is-valid,
.customer-tax-information-form .select--arrow .form-control.is-valid {
    background-image: none
}

.form-control-date {
    background: #fff;
    font-size: 12px !important;
    left: 10px !important;
    padding: 0 5px !important;
    top: -9px !important
}

.product-inventory {
    margin: 10px 0
}

.product-inventory .subtitle {
    margin-bottom: 7px
}

.product-inventory .store-container {
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    max-height: 222px;
    overflow-x: hidden;
    overflow-y: auto
}

.product-inventory .store-container .store-item {
    padding: 10px 15px 10px 10px;
    position: relative
}

.product-inventory .store-container .store-item .info {
    align-items: center;
    display: flex;
    gap: 5px;
    overflow: hidden
}

.product-inventory .store-container .store-item .info>a {
    position: relative
}

.product-inventory .store-container .store-item .info .phone_store {
    color: var(--color-brand-2);
    min-width: 108px
}

.product-inventory .store-container .store-item .info .map_store {
    margin-left: 10px;
    overflow: hidden;
    padding-left: 10px;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-inventory .store-container .store-item .info .map_store:before {
    content: "\f068";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    left: -11px;
    position: absolute
}

.product-inventory .store-container .store-item .info .order_store {
    color: var(--color-brand)
}

.product-inventory .store-container .store-item .info .status_store {
    color: #20863d
}

.product-inventory .store-container .store-item.other {
    border-bottom: 1px solid #eee
}

.product-inventory .store-container .store-item.other:last-child {
    border-bottom: none
}

.product-inventory .store-container .store-item:nth-child(odd) {
    background-color: #f5f5f5
}

.text-justify {
    text-align: justify
}

p:empty {
    margin-bottom: 0
}

.required:after {
    color: #fc655e;
    content: " *"
}

.product-attributes ul {
    list-style: none;
    padding-left: 0
}

.half-circle-spinner {
    border-radius: 100%;
    height: 60px;
    margin: 0 auto;
    position: relative;
    width: 60px
}

.half-circle-spinner,
.half-circle-spinner * {
    box-sizing: border-box
}

.half-circle-spinner .circle {
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.half-circle-spinner .circle.circle-1 {
    animation: half-circle-spinner-animation 1s infinite;
    border-top-color: var(--color-primary)
}

.half-circle-spinner .circle.circle-2 {
    animation: half-circle-spinner-animation 1s infinite alternate;
    border-bottom-color: var(--color-primary)
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.button-loading {
    cursor: default;
    position: relative;
    text-shadow: none;
    transition: border-color .2s ease-out
}

.button-loading,
.button-loading span {
    color: transparent !important
}

.button-loading,
.button-loading:active,
.button-loading:focus,
.button-loading:hover {
    color: transparent
}

.button-loading:before {
    animation: button-loading-spinner 1s linear infinite;
    border: 3px solid #f1f1f1;
    border-bottom-color: transparent;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px
}

.button-loading-dark {
    border: none !important
}

.button-loading-dark:before {
    border-color: #000 #000 transparent !important
}

.button-loading.btn-fill-out {
    border: 1px solid var(--color-primary);
    color: transparent !important
}

.button-loading.btn-fill-out:before {
    background-color: transparent;
    border-color: var(--color-primary);
    border-bottom-color: transparent;
    width: 18px
}

.button-loading.btn-fill-out:after {
    display: none
}

@keyframes button-loading-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

#alert-container,
#alert-container-prioritize {
    bottom: 10px;
    position: fixed;
    right: 5px;
    z-index: 999
}

#alert-container .alert,
#alert-container-prioritize .alert {
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, .1);
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 450px !important;
    min-height: 45px !important;
    padding: 15px 40px 15px 60px;
    position: relative
}

#alert-container .alert.alert-success,
#alert-container-prioritize .alert.alert-success {
    background-color: #bff9d0;
    color: #299c77
}

#alert-container .alert .message-icon,
#alert-container-prioritize .alert .message-icon {
    fill: #299c77;
    stroke: #299c77;
    font-size: 20px;
    left: 5%;
    position: absolute;
    top: 30%
}

#alert-container .alert.alert-dismissible .close,
#alert-container-prioritize .alert.alert-dismissible .close {
    font-size: 10px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 20px
}

#alert-container-prioritize {
    z-index: 99999
}

body.show-admin-bar #alert-container {
    top: 140px
}

body.show-admin-bar .mobile-header-wrapper-style,
body.show-admin-bar .sticky-bar.stick {
    top: 40px
}

.product__color {
    padding-bottom: 7px
}

.product__color ol,
.product__color ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.product__color .color-swatch li {
    display: inline-block;
    margin-right: 4px;
    vertical-align: top
}

.product__color .color-swatch li:last-child {
    margin-right: 0
}

.product__color .color-swatch li span {
    margin-bottom: 0
}

.text-swatch li {
    display: inline-block;
    margin-right: 5px
}

.text-swatch li input[type=checkbox],
.text-swatch li input[type=radio] {
    display: none
}

.text-swatch li input[type=checkbox]:checked~span,
.text-swatch li input[type=radio]:checked~span {
    border: 1px solid var(--color-brand);
    color: var(--color-brand)
}

.text-swatch li span {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 5px 15px;
    position: relative;
    transition: .2s
}

.text-swatch li input[type=checkbox]:checked~span:after {
    bottom: 1px
}

.widget__title {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: .3px;
    margin-bottom: 20px;
    text-transform: capitalize
}

.attribute-name {
    margin-bottom: 5px
}

.attribute-values ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget--colors .color-swatch li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    vertical-align: top
}

.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio],
.custom-radio input[type=checkbox],
.custom-radio input[type=radio] {
    display: none
}

.custom-checkbox label,
.custom-radio label {
    display: block
}

.custom-checkbox span,
.custom-radio span {
    border: 1px solid #eee;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 26px;
    position: relative;
    width: 26px
}

.custom-checkbox input[type=checkbox]:checked~span:before,
.custom-checkbox input[type=radio]:checked~span:before,
.custom-radio input[type=checkbox]:checked~span:before,
.custom-radio input[type=radio]:checked~span:before {
    background-color: inherit;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    content: "";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    height: 30px;
    line-height: 1;
    opacity: .5;
    position: absolute;
    right: -3px;
    text-rendering: auto;
    top: -3px;
    transition: all .3s ease 0s;
    width: 30px
}

.custom-checkbox.disabled label,
.custom-radio.disabled label {
    position: relative
}

.custom-checkbox.disabled label:after,
.custom-checkbox.disabled label:before,
.custom-radio.disabled label:after,
.custom-radio.disabled label:before {
    background-color: var(--hover-main-color);
    content: "";
    height: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: 50% 50%;
    transition: all .4s ease;
    width: 1px;
    z-index: 20
}

.custom-checkbox.disabled label:before,
.custom-radio.disabled label:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.custom-checkbox.disabled label:after,
.custom-radio.disabled label:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.custom-checkbox.disabled span,
.custom-radio.disabled span {
    opacity: .9
}

.custom-checkbox.disabled input[type=checkbox]:checked~span:before,
.custom-checkbox.disabled input[type=radio]:checked~span:before,
.custom-radio.disabled input[type=checkbox]:checked~span:before,
.custom-radio.disabled input[type=radio]:checked~span:before {
    display: none
}

.rating_wrap .rating {
    display: inline-block;
    font-family: Font Awesome\ 5 Pro !important;
    height: 20px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 76px
}

.rating_wrap .rating:before {
    color: #d2d2d2;
    content: "\f005\f005\f005\f005\f005";
    float: left;
    font-size: 12px;
    font-weight: 900;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0
}

.rating_wrap .rating_num {
    color: #696969;
    display: inline-block;
    font-size: 12px
}

.rating_wrap .product_rate {
    color: #edb867;
    font-family: Font Awesome\ 5 Pro !important;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0
}

.rating_wrap .product_rate:before {
    content: "\f005\f005\f005\f005\f005";
    font-size: 12px;
    font-weight: 900;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0
}

.rating_wrap.rating_wrap_detail .rate_title strong {
    font-size: 110%
}

.rating_wrap.rating_wrap_detail .rating {
    height: 24px;
    width: 122px
}

.rating_wrap.rating_wrap_detail .product_rate:before,
.rating_wrap.rating_wrap_detail .rating:before {
    font-size: 20px
}

.rating_wrap.rating_wrap_detail .count_rating {
    color: #1e209b;
    text-decoration: underline
}

.rating_wrap.rating_wrap_detail_item .rating {
    height: 24px;
    width: 88px
}

.rating_wrap.rating_wrap_detail_item .product_rate:before,
.rating_wrap.rating_wrap_detail_item .rating:before {
    font-size: 14px
}

.rating_wrap.rating_wrap_detail_item .count_rating {
    color: #1e209b;
    text-decoration: underline
}

.ps-checkbox {
    display: block;
    position: relative
}

.ps-checkbox>input {
    box-sizing: border-box;
    position: absolute;
    visibility: hidden
}

.ps-checkbox label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 30px;
    position: relative
}

.ps-checkbox label:before {
    border: 1px solid #000;
    height: 20px;
    left: 0;
    top: 0;
    width: 20px
}

.ps-checkbox label:after,
.ps-checkbox label:before {
    content: "";
    display: block;
    position: absolute;
    transition: all .4s ease;
    z-index: 10
}

.ps-checkbox label:after {
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    height: 10px;
    left: 7px;
    opacity: 0;
    top: 4px;
    transform: rotate(0deg);
    width: 6px
}

.ps-checkbox input[type=checkbox]:checked~label:before {
    background-color: #222;
    border-color: #222
}

.ps-checkbox input[type=checkbox]:checked~label:after {
    opacity: 1;
    transform: rotate(45deg)
}

.ps-my-account {
    margin-top: 40px
}

.customer-page .profile-sidebar .profile-usermenu li.list-group-item a.active {
    color: var(--color-primary)
}

.avatar-upload .avatar-input {
    border: none
}

.list-content-loading {
    background: rgba(0, 0, 0, .3);
    border-radius: 3px;
    bottom: 0;
    display: none;
    left: 0;
    margin: -15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.list-content-loading .half-circle-spinner .circle.circle-1 {
    border-top-color: #fff
}

.list-content-loading .half-circle-spinner .circle.circle-2 {
    border-bottom-color: #fff
}

.list-content-loading.collection {
    background: hsla(0, 0%, 95%, .8)
}

.list-content-loading.collection .half-circle-spinner .circle.circle-1 {
    border-top-color: #000
}

.list-content-loading.collection .half-circle-spinner .circle.circle-2 {
    border-bottom-color: #000
}

.list-content-loading .half-circle-spinner {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.list-content-loading .half-circle-spinner .circle {
    border: 5px solid transparent
}

@media screen and (max-width:768px) {
    .post-list .post-thumb {
        max-width: 100%
    }

    .deals-countdown .countdown-section {
        padding: .4rem 0 .3rem
    }
}

.product-cart-wrap .product-action-1 {
    text-align: center
}

.product-cart-wrap .product-action-1 a.action-btn.button-loading,
.product-cart-wrap .product-action-1 button.button-loading {
    background-color: var(--color-primary) !important;
    text-indent: -9999px
}

.product-cart-wrap .product-action-1 a.action-btn.button-loading:before,
.product-cart-wrap .product-action-1 button.button-loading:before {
    animation: button-loading-spinner 1s linear infinite;
    border: 3px solid;
    border-color: #fff #fff transparent;
    left: 50%;
    margin-bottom: 0;
    opacity: 1;
    visibility: visible
}

.product-cart-wrap .product-action-1 a.action-btn.button-loading:after,
.product-cart-wrap .product-action-1 button.button-loading:after {
    display: none
}

.product-wrap-options .text-swatch li span {
    font-size: 13px;
    padding: 0 8px
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h5 {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 5px
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h5 span {
    float: right;
    font-size: 15px
}

.cart-dropdown-wrap li.content-loading {
    overflow: hidden;
    position: relative
}

.cart-dropdown-wrap li.content-loading:before {
    animation: button-loading-spinner 1s linear infinite;
    border-color: var(--color-primary);
    border-bottom-color: transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    content: "";
    height: 18px;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px
}

.cart-dropdown-wrap li.content-loading:after {
    background: rgba(0, 0, 0, .02);
    bottom: -10px;
    content: "";
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 small {
    color: #9b9b9b;
    font-size: 80%
}

.product__attribute .attribute-swatch-item.pe-none {
    cursor: not-allowed !important;
    pointer-events: unset !important
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span {
    background-color: #ccc;
    border-color: #ccc;
    color: unset;
    cursor: not-allowed;
    opacity: .5
}

.group_button_buy_product {
    transition: all .3s
}

.cart-dropdown-wrap small {
    font-size: 80%
}

.cart-dropdown-wrap small.text-name-in {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 22px;
    overflow: hidden
}

.slick-slide figure a {
    display: block
}

.slick-slide img {
    display: block;
    margin: 0 auto
}

@media only screen and (max-width:480px) {

    .carousel-4-columns,
    .carousel-6-columns {
        max-width: none
    }
}

.progress span {
    min-width: 45px;
    width: auto
}

#labelf_star0 {
    display: none
}

.rate {
    display: flex
}

.rate>input {
    display: none
}

.rate>label {
    color: #ffc700;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    position: relative;
    white-space: nowrap
}

.rate>label>span {
    bottom: -16px;
    color: #5c5c5c;
    font-size: 14px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.rate>label:before {
    color: inherit;
    content: "\f005";
    display: inline-block;
    font-family: Font Awesome\ 5 Pro !important;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    transition: color .35s ease;
    width: 55px
}

.rate>input:checked~label {
    color: #ccc
}

.rate>input:checked+label {
    color: #ffc700
}

.rate>input:checked+label>span {
    color: #ffc700;
    font-weight: 700
}

.rate:hover>label {
    color: #ffc700 !important
}

.rate>input:hover~label {
    color: #ccc !important
}

.rate>input:hover+label {
    color: #ffc700 !important
}

.pagination-area .page-item .page-link {
    color: var(--color-primary)
}

.pagination-area .page-item .page-link.active {
    background: var(--color-primary);
    color: #fff
}

.product-cart-wrap .product-img-action-wrap .product-action-1 {
    min-width: 110px
}

small {
    font-size: 80%
}

.text-left {
    text-align: left
}

.mobile-social-icon a.linkedin {
    background-color: #0e76a8;
    border: 1px solid #0e76a8
}

.single-content article.entry-wraper ol,
.single-content article.entry-wraper ul {
    list-style: disc;
    margin-bottom: 10px;
    padding-left: 25px
}

.single-content article.entry-wraper ol li,
.single-content article.entry-wraper ul li {
    font-weight: 400;
    list-style: disc
}

.single-content article.entry-wraper ol,
.single-content article.entry-wraper ol li {
    list-style: decimal
}

.single-content article.entry-wraper table {
    background-color: transparent;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%
}

.single-content article.entry-wraper table caption {
    caption-side: top;
    color: #6c757d;
    font-size: 90%;
    font-weight: 500;
    padding: 10px 0;
    text-align: center
}

.single-content article.entry-wraper table th {
    border: solid #dee2e6;
    border-width: 1px 1px 2px;
    padding: .75rem;
    vertical-align: bottom
}

.single-content article.entry-wraper table td {
    border: 1px solid #dee2e6
}

.single-content article.entry-wraper table tbody tr th {
    border-bottom-width: 1px
}

.single-content article.entry-wraper table blockquote {
    border: solid #ccc;
    border-width: 0 0 0 5px;
    font-style: italic;
    margin: 0 0 1rem;
    padding: 2px 8px 2px 20px
}

.single-content article.entry-wraper table blockquote p {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0
}

.single-content article.entry-wraper h2 {
    font-size: 1.75rem
}

.single-content article.entry-wraper h3 {
    font-size: 1.5rem
}

.single-content article.entry-wraper h4 {
    font-size: 1.25rem
}

.single-content article.entry-wraper h5 {
    font-size: 1rem
}

.single-content article.entry-wraper h6 {
    font-size: .9rem
}

.single-content article.entry-wraper .single-more-articles ul {
    list-style: none
}

.custom-modal .modal-dialog {
    border: 0;
    border-radius: 0;
    margin: auto;
    max-width: 1000px !important;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%) !important
}

.custom-modal .modal-dialog .modal-content {
    border-radius: 0;
    padding: 0
}

.custom-modal .modal-dialog .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2
}

#quick-view-modal .modal-body.modal-empty {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 500px
}

#quick-view-modal .form-group {
    margin-bottom: 0
}

.newsletter .form-subcriber button {
    white-space: nowrap
}

.header-info.header-info-right>ul>li img {
    vertical-align: middle
}

.header-info.header-info-right>ul>li img.img-avt {
    border: 2px solid var(--color-brand)
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu {
    max-height: 386px;
    min-width: 0;
    overflow: auto
}

.categories-dropdown-wrap .mega-menu-col ul {
    margin-bottom: 10px
}

.categories-dropdown-wrap .mega-menu-col ul li {
    width: 100%
}

.categories-dropdown-wrap .mega-menu-col ul li a {
    padding: 1px 18px
}

.categories-dropdown-wrap .mega-menu-col ul li a:hover {
    background-color: transparent !important;
    color: var(--color-brand) !important
}

.post-thumb .entry-meta a {
    white-space: nowrap
}

.entry-meta.meta-1 span:last-child:before {
    display: none
}

.section--shopping-cart .table-responsive {
    padding: 0 10px
}

.section--shopping-cart .table-responsive .table--cart.content-loading:after {
    left: -10px;
    right: -10px
}

.section--shopping-cart .table--cart.content-loading {
    position: relative
}

.section--shopping-cart .table--cart.content-loading:before {
    animation: button-loading-spinner 1s linear infinite;
    border-color: var(--color-primary);
    border-bottom-color: transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    content: "";
    height: 18px;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px
}

.section--shopping-cart .table--cart.content-loading:after {
    background: rgba(0, 0, 0, .02);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -10px
}

.product-extra-link2 a {
    height: 44px;
    line-height: 44px;
    padding: 0 12px
}

.button-installment {
    background-color: #2f80ed;
    border-radius: 4px !important;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    padding: 5px 10px;
    text-align: center
}

.button-installment.danger {
    background-color: #dc3545
}

.button-installment:hover {
    color: #fff
}

.button-kredivo {
    background-color: #e57837;
    border-radius: 4px !important;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    padding: 5px 10px;
    text-align: center
}

.button-kredivo.danger {
    background-color: #dc3545
}

.button-kredivo:hover {
    color: #fff
}

.style-content-mb>* {
    margin-bottom: 15px
}

.tab-style3 {
    position: relative
}

.tab-style3 .ck-content {
    max-height: 550px;
    overflow: hidden
}

.tab-style3 .bg-article {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .5));
    bottom: 30px;
    height: 105px;
    left: 0;
    position: absolute;
    width: 100%
}

.tab-style3 .btn-view {
    border: 1px solid #eee;
    border-radius: 7px;
    color: #000;
    display: block;
    margin: 20px auto auto;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    width: 150px
}

.tab-style3 .btn-view:hover {
    border-color: #000
}

.deal-co {
    margin: 15px 0;
    padding: 0 7px
}

.popular-categories .card-1 h3 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.popular-categories .card-1 h3 a {
    color: #000
}

.popular-categories .card-1:hover h3 a {
    color: var(--color-brand)
}

.preloader {
    z-index: 9999999
}

.header-info>ul>li>ul.language-dropdown {
    border-radius: 0;
    padding: 0
}

@media screen and (max-width:768px) {

    .hero-slider-content,
    .hero-slider-content-2 {
        margin-bottom: 20px
    }
}

.image-upload__uploader-container .image-upload__uploader {
    line-height: 13px
}

.block--review {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 15px
}

.block--review .block__header {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.block--review .block__header img {
    border: 1px solid #ddd;
    border-radius: 50%
}

.block--review .block__header h5 {
    color: var(--color-heading);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 0
}

.block--review .block__header .block__info .item_ordered {
    color: var(--color-brand);
    font-size: 12px
}

.block--review .block__content {
    padding-top: 10px
}

.block--review .block__reply {
    background-color: #63bf4e;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 2px 10px
}

.block--review .block__reply a {
    font-size: 13px
}

.block--review .bg-qtv {
    background-color: #ccc;
    color: #757575
}

.block--review .block__reply_comments {
    margin-left: 20px
}

.block--review .block__reply_comments .block__header img {
    -o-object-fit: contain;
    object-fit: contain;
    padding: 2px
}

.block--review textarea {
    height: 75px
}

.block--review .block__content {
    background: #f5f5f5;
    border-radius: 5px;
    margin: 10px 0;
    padding: 30px 20px;
    position: relative
}

.block--review .block__content:before {
    content: "\f10d";
    left: 10px;
    top: 3px
}

.block--review .block__content:after,
.block--review .block__content:before {
    color: #ddd;
    font-family: Font Awesome\ 5 Pro !important;
    font-weight: 900;
    position: absolute
}

.block--review .block__content:after {
    bottom: 3px;
    content: "\f10e";
    right: 10px
}

.block--review .block__header {
    align-items: start
}

.block--review>.block__header p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-heading);
    display: -webkit-box;
    font-style: italic;
    max-height: 50px;
    overflow: hidden;
    word-break: break-all
}

.block--review>.block__header p i {
    font-size: 16px;
    margin-right: 0
}

.block--review>.block__header p span {
    color: var(--color-heading);
    font-weight: inherit;
    margin-left: .5em
}

.pagination-area .page-item.disabled .page-link {
    background: #f7f8f9;
    color: var(--color-primary) !important;
    cursor: not-allowed
}

.pagination-area .page-item .page-link {
    border-radius: 50%;
    min-width: 40px;
    padding: 0 10px;
    width: auto
}

.categories-dropdown-wrap ul li a img {
    margin-right: 7px;
    margin-top: 1px;
    max-width: 24px;
    opacity: .9;
    vertical-align: top
}

.btn.btn-danger {
    background: #fff;
    border-color: #b02a37;
    color: #b02a37
}

.btn.btn-danger:hover {
    background-color: #bb2d3b;
    color: #fff
}

@media only screen and (max-width:768px) {
    .logo.logo-width-1 a img {
        max-height: 70px;
        max-width: 155px !important;
        width: auto
    }

    .header-style-4 .header-bottom-bg-color {
        border-top: none
    }
}

.form-group--icon .product-cat-label {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 2px 0 0 2px;
    border-right-color: rgba(0, 0, 0, .2);
    color: #444;
    font-size: 14px;
    line-height: 35px;
    min-height: 46px;
    padding: 3px 25px 3px 17px;
    position: relative;
    transition: all .3s ease 0s;
    white-space: nowrap
}

.form-group--icon .product-cat-label:after {
    color: #444;
    content: "\f078";
    display: inline-block;
    font-family: Font Awesome\ 5 Pro;
    font-size: 10px;
    position: absolute;
    right: 12px;
    top: 3px
}

.form-group--icon .product-category-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 100%;
    left: 0;
    min-height: 46px;
    opacity: 0;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.shop-product-filter-header .custome-checkbox {
    align-items: center;
    display: flex
}

.shop-product-filter-header .custome-checkbox .checkbox-item {
    margin: 0 10px 10px 0
}

.shop-product-filter-header .show-advanced-filters {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 30px
}

.shop-product-filter-header .show-advanced-filters .angle-down {
    display: none
}

.shop-product-filter-header .show-advanced-filters.active .angle-down {
    display: inline-block
}

.shop-product-filter-header .show-advanced-filters.active .angle-up {
    display: none
}

.shop-product-filter-header .advanced-search-widgets {
    margin-bottom: 40px
}

.shop-product-filter-header .brands-filter {
    margin-bottom: 15px;
    overflow: auto;
    white-space: nowrap
}

.shop-product-filter-header .brands-filter .brands-filter-item {
    display: inline-block
}

.shop-product-filter-header .brands-filter .brands-filter-item .form-check-input {
    display: none
}

.shop-product-filter-header .brands-filter .brands-filter-item .form-check-input:checked~label {
    border-color: var(--color-brand)
}

.shop-product-filter-header .brands-filter .brands-filter-item .form-check-label {
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    margin: 0 5px 0 0
}

.shop-product-filter-header .brands-filter .brands-filter-item .form-check-label img {
    max-height: 37px;
    -o-object-fit: contain;
    object-fit: contain
}

.shop-product-filter-header .brands-filter .brands-filter-item input[type=checkbox]:checked+.form-check-label {
    border-color: #4a90e2
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label,
.product-filter-item:disabled~span,
.product-filter-item[disabled]~span {
    cursor: not-allowed;
    opacity: .3
}

.custom-radio label,
.custome-checkbox label {
    display: inline-block
}

.faqs-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 40px
}

.faqs-list h4 {
    margin-bottom: 10px;
    margin-top: 30px
}

.faqs-list h4:first-child {
    margin-top: 0
}

.faqs-list .card {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    margin-bottom: 10px
}

.faqs-list .card .card-header {
    background: #fff;
    border-radius: 0
}

.faqs-list .card .card-header h2 button {
    background: #fff;
    border: none;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    position: relative;
    text-decoration: none !important;
    text-transform: none;
    width: 100%
}

.faqs-list .card .card-header h2 button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    border: 1px solid #ced4da;
    border-radius: 50%;
    color: #ced4da;
    content: "";
    height: 40px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: -7px;
    transform: scale(.7) !important;
    transition: transform .2s ease-in-out;
    width: 40px
}

.faqs-list .card .card-header h2 button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.form-group--icon {
    position: relative
}

.block--review .block__images.block__images_total a {
    height: auto
}

.lg-backdrop {
    z-index: 10400 !important
}

.lg-outer {
    z-index: 10500 !important
}

.ps-custom-scrollbar {
    max-height: 250px
}

.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #666
}

.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: hsla(0, 0%, 80%, .9)
}

.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 0 !important;
    opacity: 1 !important;
    width: 6px
}

select.form-control {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: auto;
    height: 32px
}

.alert-dismissible .btn-close {
    cursor: pointer
}

input.qty-input::-webkit-inner-spin-button,
input.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input.qty-input[type=number] {
    -moz-appearance: textfield;
    background: transparent;
    border: none;
    height: 20px;
    padding-left: 10px
}

.detail-extralink .detail-qty {
    padding: 9px 20px 9px 10px
}

.ps-list--categories li {
    border-bottom: 1px dotted rgba(0, 0, 0, .15);
    padding: 7px 20px 7px 0;
    position: relative
}

.ps-list--categories li:last-child {
    border-bottom: none
}

.ps-list--categories li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding-left: 15px;
    position: relative
}

.ps-list--categories li a:before {
    content: "+";
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0
}

.ps-list--categories li.current-menu-item>a {
    color: var(--color-primary)
}

.ps-list--categories li .sub-toggle {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 32px
}

.ps-list--categories li .sub-menu {
    background-color: transparent;
    border: none;
    display: none;
    opacity: 1;
    padding-left: 20px !important;
    position: relative;
    transition: all 0s ease;
    visibility: visible;
    z-index: unset
}

.ps-list--categories li .sub-menu li.current-menu-item>a {
    color: var(--color-primary)
}

.ps-list--categories li .sub-menu li a {
    background-color: transparent;
    border: none;
    color: inherit;
    font-size: 12px;
    padding: 0 0 0 15px
}

.ps-list--categories li .sub-menu li.menu-item-has-children .sub-toggle {
    display: inline-block
}

.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
    left: 0;
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0);
    visibility: visible
}

#quick-view-modal.custom-modal .modal-dialog .modal-content {
    max-height: calc(100vh - 50px);
    overflow: auto
}

.mobile-menu-wrap .main-categories-wrap .categories-dropdown-wrap .menu-expand {
    border-radius: 50%;
    color: hsla(0, 0%, 100%, .7);
    cursor: pointer;
    padding: 5px 10px;
    position: absolute;
    right: 0
}

.mobile-menu-wrap .main-categories-wrap .categories-dropdown-wrap .menu-expand i {
    color: #333;
    font-size: 12px;
    margin-right: 0 !important
}

.mobile-menu-wrap .main-categories-wrap .categories-dropdown-wrap .dropdown {
    padding-left: 15px
}

.mobile-menu-wrap .main-categories-wrap .categories-dropdown-wrap .dropdown li a {
    font-size: 13px
}

.product-detail .short-desc ol,
.product-detail .short-desc ul {
    list-style: disc;
    margin-bottom: 10px;
    padding-left: 25px
}

.product-detail .short-desc ol li,
.product-detail .short-desc ul li {
    font-weight: 400;
    list-style: disc
}

.product-detail .short-desc ol,
.product-detail .short-desc ol li {
    list-style: decimal
}

.product-detail .short-desc table {
    background-color: transparent;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%
}

.product-detail .short-desc table caption {
    caption-side: top;
    color: #6c757d;
    font-size: 90%;
    font-weight: 500;
    padding: 10px 0;
    text-align: center
}

.product-detail .short-desc table th {
    border: solid #dee2e6;
    border-width: 1px 1px 2px;
    padding: .75rem;
    vertical-align: bottom
}

.product-detail .short-desc table td {
    border: 1px solid #dee2e6
}

.product-detail .short-desc table tbody tr th {
    border-bottom-width: 1px
}

.product-detail .short-desc table blockquote {
    border: solid #ccc;
    border-width: 0 0 0 5px;
    font-style: italic;
    margin: 0 0 1rem;
    padding: 2px 8px 2px 20px
}

.product-detail .short-desc table blockquote p {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0
}

.product-detail .short-desc h2 {
    font-size: 1.75rem
}

.product-detail .short-desc h3 {
    font-size: 1.5rem
}

.product-detail .short-desc h4 {
    font-size: 1.25rem
}

.product-detail .short-desc h5 {
    font-size: 1rem
}

.product-detail .short-desc h6 {
    font-size: .9rem
}

.product-detail .shop_info_tab.entry-main-content ol,
.product-detail .shop_info_tab.entry-main-content ul {
    list-style: disc;
    margin-bottom: 10px;
    padding-left: 25px
}

.product-detail .shop_info_tab.entry-main-content ol li,
.product-detail .shop_info_tab.entry-main-content ul li {
    font-weight: 400;
    list-style: disc
}

.product-detail .shop_info_tab.entry-main-content ol,
.product-detail .shop_info_tab.entry-main-content ol li {
    list-style: decimal
}

.product-detail .shop_info_tab.entry-main-content table {
    background-color: transparent;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%
}

.product-detail .shop_info_tab.entry-main-content table caption {
    caption-side: top;
    color: #6c757d;
    font-size: 90%;
    font-weight: 500;
    padding: 10px 0;
    text-align: center
}

.product-detail .shop_info_tab.entry-main-content table th {
    border: solid #dee2e6;
    border-width: 1px 1px 2px;
    padding: .75rem;
    vertical-align: bottom
}

.product-detail .shop_info_tab.entry-main-content table td {
    border: 1px solid #dee2e6
}

.product-detail .shop_info_tab.entry-main-content table tbody tr th {
    border-bottom-width: 1px
}

.product-detail .shop_info_tab.entry-main-content table blockquote {
    border: solid #ccc;
    border-width: 0 0 0 5px;
    font-style: italic;
    margin: 0 0 1rem;
    padding: 2px 8px 2px 20px
}

.product-detail .shop_info_tab.entry-main-content table blockquote p {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0
}

.product-detail .shop_info_tab.entry-main-content h2 {
    font-size: 1.75rem
}

.product-detail .shop_info_tab.entry-main-content h3 {
    font-size: 1.5rem
}

.product-detail .shop_info_tab.entry-main-content h4 {
    font-size: 1.25rem
}

.product-detail .shop_info_tab.entry-main-content h5 {
    font-size: 1rem
}

.product-detail .shop_info_tab.entry-main-content h6 {
    font-size: .9rem
}

.product-option input {
    height: auto;
    width: auto
}

.pagination-area.pagination-page .pagination {
    display: inline-block
}

.pagination-area.pagination-page .pagination .page-item {
    display: inline-block;
    margin-bottom: 15px
}

body {
    overflow-x: hidden !important
}

.dot-style-1 ul li,
.nav.nav-tabs li {
    list-style: none
}

input.qty-input[type=number] {
    line-height: 20px
}

.modal-open .modal {
    padding-right: 0 !important
}

body.show-admin-bar.modal-open {
    height: calc(100vh - 40px)
}

body.modal-open {
    height: 100vh;
    overflow: hidden !important
}

.modal-title {
    font-size: 20px
}

.locations {
    height: 100%;
    margin-bottom: 0;
    max-height: 166px;
    overflow-y: auto
}

.locations .location-item {
    border-bottom: .5px dashed #ccc;
    margin-bottom: 5px;
    padding: 5px 0 10px
}

.locations .location-item a {
    align-items: center;
    display: flex
}

.locations .location-item a .icon {
    color: var(--color-brand);
    font-size: 26px;
    margin-left: 10px;
    margin-right: 15px
}

.locations .location-item:last-child {
    border-bottom: none
}

.header-conact .location {
    position: relative
}

.header-conact .location i {
    font-size: 28px
}

.order-tracking {
    background: rgba(51, 51, 51, .3);
    border: 1px solid transparent;
    border-radius: 3px;
    color: hsla(0, 0%, 100%, .9) !important;
    font-weight: 400;
    padding: 7px;
    transition: all .3s ease 0s
}

.order-tracking i {
    font-size: 18px
}

.order-tracking strong {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-left: 6px
}

.order-tracking:hover {
    border-color: rgba(235, 188, 52, .1)
}

.pulse {
    bottom: 0;
    display: inline-block;
    height: 4px;
    left: 1px;
    margin: 0 auto;
    right: 0;
    transform: rotateX(55deg);
    width: 6px
}

.pulse,
.pulse:after {
    border-radius: 50%;
    position: absolute
}

.pulse:after {
    animation: pulsate 1s ease-out;
    animation-delay: 1.1s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 1px 2px #fff;
    content: "";
    height: 16px;
    margin: -3px 0 0 -13px;
    width: 32px
}

.pulse {
    animation-name: pulse
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes pulsate {
    0% {
        opacity: 1;
        transform: scale(0)
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 0;
        transform: scale(1.2)
    }
}

.header-cart .mini-cart-icon {
    width: unset !important
}

.header-cart .mini-cart-icon img {
    max-width: 1em
}

.header-cart .mini-cart-icon>div {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin-left: 18px
}

.header-cart .mini-cart-icon>div strong {
    color: var(--color-brand);
    font-size: 15px;
    font-weight: 700
}

.header-cart .mini-cart-icon .pro-count.blue {
    left: 16px;
    right: unset;
    top: -4px
}

.tt-title {
    color: var(--color-brand-2);
    font-size: 20px;
    margin-bottom: 12px
}

.feature-news-title {
    position: relative
}

.feature-news-title>a {
    position: absolute;
    right: 0;
    top: 0
}

.progress {
    background: rgba(0, 0, 0, .1);
    height: 1rem;
    overflow: visible;
    position: relative
}

.progress .progress-bar {
    border-radius: .25rem
}

.progress .sold {
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    height: 100%;
    left: 0;
    line-height: 17px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.progress>img {
    left: -2px;
    position: absolute;
    top: -5px
}

.product-options {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.product-options>a {
    border: 1px solid #eee;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-right: 5px;
    padding: 2px 10px
}

.product-options>a.active,
.product-options>a:hover {
    background: var(--color-brand);
    border-color: var(--color-brand);
    color: #fff
}

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

.specifications span {
    background: #eaeaea;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
    overflow: hidden;
    padding: 2px 6px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.shortcode-products-overflowing-arrows {
    left: 0
}

.shortcode-products-overflowing-arrows .slider-btn {
    background-color: var(--color-brand);
    border-radius: 50%;
    box-shadow: 6px 0 4px rgba(0, 0, 0, .05), 4px 0 4px rgba(0, 0, 0, .09);
    color: #fff;
    filter: drop-shadow(0 4px 7px rgba(0, 0, 0, .15));
    font-size: 16px
}

.shortcode-products-overflowing-arrows .slider-btn:hover {
    background-color: var(--color-brand-2)
}

.shortcode-products-overflowing-arrows .slider-btn.slick-disabled {
    display: none !important
}

.shortcode-products-overflowing-arrows .slider-btn.slider-prev {
    left: 0
}

.shortcode-products-overflowing-arrows .slider-btn.slider-next {
    right: 0
}

#deals-are-overflowing-arrows,
.flash-sale-arrow {
    left: 0
}

#deals-are-overflowing-arrows .slider-btn,
.flash-sale-arrow .slider-btn {
    background-color: hsla(0, 0%, 100%, .7);
    border-radius: 50%;
    box-shadow: 6px 0 4px rgba(0, 0, 0, .05), 4px 0 4px rgba(0, 0, 0, .09);
    color: #666;
    filter: drop-shadow(0 4px 7px rgba(0, 0, 0, .15));
    font-size: 16px
}

#deals-are-overflowing-arrows .slider-btn:hover,
.flash-sale-arrow .slider-btn:hover {
    background-color: var(--color-brand)
}

#deals-are-overflowing-arrows .slider-btn.slick-disabled,
.flash-sale-arrow .slider-btn.slick-disabled {
    display: none !important
}

#deals-are-overflowing-arrows .slider-btn.slider-prev,
.flash-sale-arrow .slider-btn.slider-prev {
    left: 0
}

#deals-are-overflowing-arrows .slider-btn.slider-next,
.flash-sale-arrow .slider-btn.slider-next {
    right: 0
}

.best-seller-container {
    border-top: 1px solid #eee
}

.best-seller-container .half-circle-spinner {
    margin-top: 20px
}

.best-seller-container .carousel-best-seller {
    margin: 0 -7px
}

.best-seller-container .carousel-best-seller-arrow {
    left: 0
}

.best-seller-container .carousel-best-seller-arrow .slider-btn {
    background-color: hsla(0, 0%, 74%, .9);
    border-radius: 0;
    color: #fff;
    font-size: 26px
}

.best-seller-container .carousel-best-seller-arrow .slider-btn:hover {
    background-color: var(--color-brand)
}

.best-seller-container .carousel-best-seller-arrow .slider-btn.slick-disabled {
    display: none !important
}

.best-seller-container .carousel-best-seller-arrow .slider-btn.slider-prev {
    left: 0
}

.best-seller-container .carousel-best-seller-arrow .slider-btn.slider-next {
    right: 0
}

.product-tabs .product-collections-heading {
    display: flex;
    white-space: nowrap
}

.product-tabs .product-collections-heading h3 {
    margin-right: 30px;
    padding-right: 30px;
    position: relative
}

.product-tabs .product-collections-heading h3:after {
    background-color: #eee;
    content: "";
    height: 18px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px
}

.product-tabs .product-collections-heading .nav-tabs .nav-item .nav-link {
    padding: 0 0 15px !important
}

.product-tabs .product-collections-heading .nav-tabs .nav-item .nav-link.active {
    font-weight: 700
}

.section-brands .carousel-6-columns-cover.arrow-center .slider-arrow .slider-btn {
    background-color: hsla(0, 0%, 74%, .9);
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    line-height: 31px
}

.site-features .col-md-2-5 {
    width: 20%
}

.product-detail .single-social-share .mobile-social-icon a {
    color: #fff;
    font-size: 12px;
    height: unset;
    line-height: 18px;
    padding: 2px 7px;
    width: unset
}

.product-detail .box-feature-details {
    display: flex;
    flex-wrap: wrap
}

.product-detail .box-feature-details .box-feature-item {
    margin-right: 6px;
    max-width: 58px;
    text-align: center
}

.product-detail .box-feature-details .box-feature-item .box-feature-item-img {
    align-items: center;
    border: 1px solid #eee;
    border-radius: 10px;
    display: flex;
    height: 56px;
    justify-content: center;
    line-height: 43px;
    margin: auto;
    padding: 5px;
    transition: all .3s ease 0s;
    width: 56px
}

.product-detail .box-feature-details .box-feature-item .box-feature-item-img img {
    filter: grayscale(1)
}

.product-detail .box-feature-details .box-feature-item .box-feature-item-title {
    color: #000;
    font-size: 12px;
    line-height: 17px;
    margin-top: 5px;
    transition: all .3s ease 0s
}

.product-detail .box-feature-details .box-feature-item:hover {
    filter: grayscale(0)
}

.product-detail .box-feature-details .box-feature-item.box-feature-item-color .box-feature-item-img img {
    filter: none !important
}

.product-detail .box-feature-details .box-feature-item:hover .box-feature-item-img {
    border: 1px solid var(--color-brand)
}

.product-detail .box-feature-details .box-feature-item:hover .box-feature-item-img img {
    filter: hue-rotate(40deg)
}

.product-detail .box-feature-details .box-feature-item:hover .box-feature-item-title {
    color: var(--color-brand)
}

.product-detail .detail-info .title-detail {
    font-size: 24px
}

.product-detail #Reviews .progress {
    background: transparent;
    height: 1rem
}

.product-detail #Reviews .progress .progress-bar {
    background: rgba(0, 0, 0, .1);
    max-width: 240px;
    min-width: 240px;
    position: relative
}

.product-detail #Reviews .progress .progress-bar>div {
    background-color: #7dbb68;
    height: 1rem
}

.product-detail #Reviews .progress span {
    min-width: 35px;
    padding-right: 0
}

.product-detail #Reviews .progress span i {
    color: var(--color-warning)
}

.product-detail #Reviews .progress p {
    color: #000;
    font-size: .75rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.product-detail #Reviews .progress .count_item {
    background: #fff;
    margin-top: -4px;
    padding-left: 8px;
    white-space: nowrap
}

#view360Modal .description {
    bottom: 5px;
    position: absolute;
    right: 5px
}

.widget-info {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 17px 15px
}

.widget-info-item {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 15px
}

.widget-info-item .icon {
    background: var(--color-brand);
    border-radius: 50%;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    padding: 5px;
    text-align: center;
    width: 50px
}

.widget-info-item .icon i {
    color: #fff;
    font-size: 30px
}

.widget-info-item .banner-text {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 42px;
    overflow: hidden;
    padding-left: 6px
}

.widget-info-item .banner-text p {
    font-size: 13px;
    line-height: 19px
}

#carousel-3-columns-text~.slider-arrow {
    margin-top: -15px
}

#carousel-3-columns-text~.slider-arrow .slider-btn {
    background: hsla(0, 0%, 100%, .8);
    border-radius: 50%
}

#carousel-3-columns-text~.slider-arrow .slider-btn.slider-prev {
    left: 0
}

#carousel-3-columns-text~.slider-arrow .slider-btn.slider-next {
    right: 0
}

.header-sales {
    animation: gradient 15s ease infinite;
    background: linear-gradient(-45deg, #ed1c66, #6a23d5, #23a6d5, #23d5ab, #f03e3e, #e8890c, #e73c7e);
    background-size: 400% 400%;
    color: #fff;
    padding: 7px 0
}

.header-sales .countdown-container {
    background-color: transparent;
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0
}

.header-sales .countdown-container .deals-countdown .countdown-section {
    background: rgba(51, 51, 51, .7)
}

@keyframes gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

#deals-are-overflowing,
.carousel-flash-sales {
    margin: 0 -7px
}

#deals-are-overflowing .item {
    margin: 15px 0;
    padding: 0 7px
}

#deals-are-overflowing .item .product-cart-wrap .product-content-wrap {
    padding-left: 10px !important;
    padding-right: 10px !important
}

#deals-are-overflowing .item .product-cart-wrap .product-content-wrap .product-price {
    height: 52px
}

.search-suggest {
    line-height: 1;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap
}

.search-suggest>a {
    color: #fff;
    font-size: 12px;
    position: relative
}

.search-suggest>a:not(:last-child) {
    margin-right: 5px;
    padding-right: 7px
}

.search-suggest>a:not(:last-child):after {
    background-color: rgba(39, 162, 0, .2);
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px
}

.search-suggest>a:hover {
    color: var(--color-brand)
}

.super-discount {
    margin-left: 2rem
}

.super-discount>a {
    line-height: 13px
}

.super-discount .button_offcanvas img {
    margin-right: 5px;
    max-width: 28px
}

.super-discount .button_offcanvas .content {
    color: #000;
    font-size: 13px
}

.super-discount .button_offcanvas .content span {
    color: #737373;
    display: inline-block;
    font-size: 13px
}

.super-discount .button_offcanvas .icon i {
    color: #000;
    padding-left: 10px
}

.product-image-slider-tab .slick-list .slick-slide img,
.product-image-slider_featured .slick-list .slick-slide img {
    max-height: calc(100vh - 220px)
}

.product-image-slider-tab .slick-arrow,
.product-image-slider_featured .slick-arrow {
    color: #000;
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    z-index: 10
}

.product-image-slider-tab .slick-arrow.slick-disabled,
.product-image-slider_featured .slick-arrow.slick-disabled {
    display: none
}

.product-image-slider-tab .slick-arrow.slider-prev,
.product-image-slider_featured .slick-arrow.slider-prev {
    left: 0
}

.product-image-slider-tab .slick-arrow.slider-next,
.product-image-slider_featured .slick-arrow.slider-next {
    right: 0
}

.camera-slider .bs-overlay img {
    max-height: calc(100vh - 220px)
}

.camera-slider .slick-arrow {
    color: #000;
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    z-index: 10
}

.camera-slider .slick-arrow.slick-disabled {
    display: none
}

.camera-slider .slick-arrow.slider-prev {
    left: 0
}

.camera-slider .slick-arrow.slider-next {
    right: 0
}

.slider-nav-thumbnails.slick-slider .slick-list,
.slider-nav-thumbnails.slick-slider .slick-track {
    transform: translateZ(0) !important
}

.slider-nav-thumbnails {
    margin-top: 10px
}

.slider-nav-thumbnails .slick-slide {
    cursor: pointer;
    outline: none
}

.slider-nav-thumbnails .slick-slide.slick-current.slick-active {
    opacity: 1
}

.slider-nav-thumbnails .slick-slide img {
    background: transparent;
    padding: 3px
}

.slider-nav-thumbnails .slick-slide.slick-current.slick-active img {
    background: var(--color-brand)
}

.slider-nav-thumbnails img {
    margin: 0 5px;
    width: 105px
}

.slider-nav-thumbnails .slick-slide:first-child img {
    margin-left: 0
}

.slider-nav-thumbnails .slick-slide:last-child img {
    margin-right: 0
}

#product-image-slider-featured-thumbnail,
.slider-product-image-thumbnails {
    margin-top: 10px
}

#product-image-slider-featured-thumbnail.slick-slider .slick-list,
#product-image-slider-featured-thumbnail.slick-slider .slick-list .slick-track,
.slider-product-image-thumbnails.slick-slider .slick-list,
.slider-product-image-thumbnails.slick-slider .slick-list .slick-track {
    transform: translateZ(0) !important
}

#product-image-slider-featured-thumbnail.slick-slider .slick-list .slick-track .slick-slide,
.slider-product-image-thumbnails.slick-slider .slick-list .slick-track .slick-slide {
    cursor: pointer;
    outline: none
}

#product-image-slider-featured-thumbnail.slick-slider .slick-list .slick-track .slick-slide img,
.slider-product-image-thumbnails.slick-slider .slick-list .slick-track .slick-slide img {
    background: transparent;
    padding: 3px
}

#product-image-slider-featured-thumbnail.slick-slider .slick-list .slick-track .slick-slide.slick-current.slick-active,
.slider-product-image-thumbnails.slick-slider .slick-list .slick-track .slick-slide.slick-current.slick-active {
    opacity: 1
}

#product-image-slider-featured-thumbnail.slick-slider .slick-list .slick-track .slick-slide.slick-current.slick-active img,
.slider-product-image-thumbnails.slick-slider .slick-list .slick-track .slick-slide.slick-current.slick-active img {
    background: var(--color-brand)
}

#product-image-slider-featured-thumbnail.slick-slider .slick-list .slick-track .slick-slide:first-child img,
.slider-product-image-thumbnails.slick-slider .slick-list .slick-track .slick-slide:first-child img {
    margin-left: 0
}

#product-image-slider-featured-thumbnail.slick-slider .slick-list .slick-track .slick-slide:last-child img,
.slider-product-image-thumbnails.slick-slider .slick-list .slick-track .slick-slide:last-child img {
    margin-right: 0
}

#product-image-slider-featured-thumbnail img,
.slider-product-image-thumbnails img {
    margin: 0 5px;
    width: 105px
}

.thumbnail-video {
    position: relative
}

.thumbnail-video:before {
    color: #fff;
    content: "\f144";
    font-family: Font Awesome\ 5 Pro;
    font-size: 36px;
    font-weight: 300;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width:600px) {

    #product-image-slider-featured-thumbnail.slick-slider .slick-list .slick-track,
    .slider-product-image-thumbnails.slick-slider .slick-list .slick-track {
        width: 100% !important
    }

    #product-image-slider-featured-thumbnail.slick-slider .slick-list .slick-track .slick-slide,
    .slider-product-image-thumbnails.slick-slider .slick-list .slick-track .slick-slide {
        width: 20%
    }

    #product-image-slider-featured-thumbnail.slick-slider .slick-list .slick-track .slick-slide img,
    .slider-product-image-thumbnails.slick-slider .slick-list .slick-track .slick-slide img {
        margin: 3px 0;
        width: auto
    }

    .product-detail-rating .pro-details-brand {
        font-size: 14px
    }
}

.buy-online-sales {
    background-color: var(--color-brand);
    border-radius: 10px;
    padding: 10px
}

.buy-online-sales .buy-online-sales-header {
    color: #fff
}

.buy-online-sales .buy-online-sales-header .time {
    text-align: right
}

.buy-online-sales .buy-online-sales-header .time .countdown-container {
    justify-content: end;
    margin: 0 -5px 10px 0;
    padding-right: 0
}

.buy-online-sales .buy-online-sales-header .time .countdown-container .deals-countdown .countdown-section {
    background: rgba(23, 19, 19, .8);
    border-radius: 3px;
    padding: 3px
}

.buy-online-sales .buy-online-sales-header .time .title-expire {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: right
}

.buy-online-sales .buy-online-sales-header .time .progress {
    background: #e9ecef;
    height: 1rem;
    margin-left: auto;
    max-width: 64%
}

.buy-online-sales .buy-online-sales-header .time .progress img {
    left: -2px;
    position: absolute;
    top: -5px
}

.buy-online-sales .buy-online-sales-header .title {
    font-size: 18px;
    font-weight: 700
}

.buy-online-sales .buy-online-sales-header .new-price {
    color: #ffd028;
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0
}

.buy-online-sales .buy-online-sales-header .new-price img {
    display: inline-block;
    margin-top: -5px
}

.buy-online-sales .buy-online-sales-body {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 10px
}

.buy-online-sales .buy-online-sales-footer .btn-buy-now {
    background-color: var(--color-brand);
    border-color: var(--color-brand-2);
    margin-top: 10px;
    text-transform: uppercase
}

.buy-online-sales .buy-online-sales-footer .btn-buy-now:hover {
    background-color: var(--color-brand) !important;
    border-color: var(--color-brand)
}

.buy-online-sales .buy-online-sales-footer .btn-installment {
    background-color: #2f80ed;
    border-color: #2f80ed;
    padding: 8px 5px !important
}

.buy-online-sales .buy-online-sales-footer .btn-installment span {
    font-size: 12px
}

.buy-online-sales .buy-online-sales-footer .btn-installment:hover {
    background-color: var(--color-brand);
    border-color: var(--color-brand)
}

.buy-online-sales .btn-buy-now-style-2 {
    background-color: #fff;
    color: var(--color-brand-2)
}

.buy-online-sales .btn-buy-now-style-2:hover {
    background-color: #fff !important;
    color: var(--color-brand-2) !important
}

.buy-online-sales .btn-buy-now-style-2.button-loading:before {
    border-color: #000
}

.banner-collections {
    margin-bottom: 30px
}

.banner-collections img {
    width: 100%
}

.form-login-social {
    align-items: center;
    display: flex;
    gap: 5px;
    text-transform: capitalize
}

.form-login-social .btn-facebook,
.form-login-social .btn-google {
    border-radius: 3px;
    flex: 1 1
}

#compare-modal .container-close {
    background-color: #f1f1f1;
    display: inline-block;
    padding: 10px 10px 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

#compare-modal .half-circle-spinner {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 999
}

#compare-modal .half-circle-spinner:after {
    conent: "";
    background: #000;
    height: 100%;
    opacity: .7;
    width: 100%
}

#compare-modal .half-circle-spinner .circle {
    z-index: 10
}

.modal-fullscreen {
    height: 100vh;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-body {
    overflow: hidden;
    padding: 3rem
}

.modal-fullscreen .modal-body .table__compare {
    height: 100%;
    overflow: auto
}

.modal-fullscreen .modal-body .table__compare table {
    border-collapse: collapse;
    table-layout: fixed
}

.modal-fullscreen .modal-body .table__compare tr:first-child {
    position: sticky;
    top: 0;
    z-index: 10
}

.modal-fullscreen .modal-body .table__compare tr td {
    background-color: #fff;
    border: none
}

.modal-fullscreen .modal-body .table__compare tr td:first-child {
    left: 0;
    position: sticky;
    top: 0;
    white-space: nowrap;
    width: 160px;
    z-index: 10
}

.modal-fullscreen .modal-body .table__compare tr td:not(:first-child) {
    width: 280px
}

.modal-fullscreen .modal-body .table__compare tr:nth-child(odd) td {
    background-color: #f7f7f7
}

.modal-fullscreen .modal-body .table__compare tr.pr_image .row_img img {
    max-width: 120px
}

.modal-fullscreen .modal-body .table__compare .pr_title h5 {
    font-size: 16px;
    font-weight: 700
}

.modal-fullscreen .modal-body .table__compare .pr_title h5 a {
    color: var(--color-brand)
}

.hotline-fix-right {
    background-color: var(--color-brand-2);
    border-radius: 50%;
    bottom: 120px;
    display: inline-block;
    height: 40px;
    line-height: 46px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 998
}

.hotline-fix-right i {
    color: #fff;
    font-size: 20px;
}

.icon-zalo {
    bottom: 20px;
    position: fixed;
    right: 30px;
    z-index: 999 !important;
    width: 40px;
    height: 40px;
}

.icon-messager {
    bottom: 70px;
    position: fixed;
    right: 30px;
    z-index: 999 !important;
    width: 40px;
    height: 40px;
}

.icon-messager a {
    display: block;
}

.icon-messager a svg {
    width: 40px;
    height: 40px;
}

.zalo-chat-widget {
    bottom: 24px !important;
    height: 50px !important;
    left: unset !important;
    right: 25px !important;
    width: 50px !important;
    z-index: 998 !important
}

.fb_dialog {
    z-index: 100 !important
}

.custom-arrow-style-2~.slider-arrow .slider-btn {
    background: var(--color-brand);
    color: #000;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg)
}

.heading-collection-banner {
    display: flex;
    justify-content: space-between
}

.heading-collection-banner h3 {
    max-width: 500px;
    white-space: nowrap
}

.tag-suggest {
    display: inline-flex;
    list-style-type: none !important;
    margin: 0 0 0 40px;
    overflow: auto;
    padding: 0 0 14px;
    white-space: nowrap
}

.tag-suggest li:not(:first-child) {
    margin-left: 10px;
    padding-left: 10px;
    position: relative
}

.tag-suggest li:not(:first-child):before {
    content: "/";
    left: -4px;
    position: absolute
}

.tag-suggest li a {
    color: #000
}

.tag-suggest li a:hover {
    color: var(--color-brand)
}

.img-gray-scale {
    cursor: pointer;
    filter: grayscale(100%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.img-gray-scale:hover {
    filter: grayscale(0)
}

.best-seller-container .products-collection-link {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    text-align: center
}

.best-seller-container .products-collection-link:hover {
    color: var(--color-brand)
}

.best-seller-container .products-collection-link .far {
    font-size: 16px;
    margin-left: 4px;
    position: relative;
    top: 2px
}

.widget-filters-current {
    margin-bottom: 5px;
    margin-top: 10px
}

.widget-filters-current ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.widget-filters-current ul li {
    background-color: var(--color-brand);
    border-color: var(--color-brand);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 5px;
    min-width: 50px;
    padding: 3px 5px;
    text-align: center
}

.widget-filters-current ul li button {
    background: none;
    border: none;
    color: inherit;
    outline: none
}

.widget-filters-current ul li button:disabled {
    cursor: not-allowed
}

.widget-filters-current ul li .fal {
    font-size: 10px;
    margin-left: 5px
}

.widget-filters-current ul li.clear {
    background: none;
    transition: all .3s ease 0s
}

.widget-filters-current ul li.clear:hover {
    border-color: var(--color-brand)
}

.widget-filters-current ul li.clear:hover a {
    color: var(--color-brand) !important
}

.autocomplete-res {
    background: #fff;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    display: none;
    margin-top: -2px;
    min-height: 120px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1050
}

.autocomplete-res ul {
    max-height: 190px;
    overflow: auto;
    padding: 10px 15px
}

.autocomplete-res ul li {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    margin-bottom: 7px;
    padding-bottom: 7px
}

.autocomplete-res ul li img {
    margin-right: 7px;
    max-height: 42px;
    max-width: 42px
}

.autocomplete-res ul li .info h3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 14px;
    max-height: 40px;
    overflow: hidden;
    word-break: break-all
}

.autocomplete-res ul li .info h3 a {
    color: #000;
    font-size: 13px
}

.autocomplete-res ul li .info .price {
    color: var(--color-brand-2);
    font-size: 14px;
    font-weight: 700
}

.autocomplete-res ul li .info .price del {
    color: #8e8e90;
    font-size: 12px;
    font-weight: 400
}

.autocomplete-res ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.autocomplete-res .totalblock {
    background: #f8f9fa;
    font-size: 13px;
    padding: 6px 15px
}

.autocomplete-res .totalblock #total {
    color: var(--color-brand-2)
}

.mh-200 {
    min-height: 200px
}

.form-apply-coupon input {
    height: 42px;
    padding-right: 104px
}

.form-apply-coupon .btn {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.help-block a {
    color: #000;
    font-weight: 600;
    letter-spacing: .5px
}

.help-block a i {
    color: var(--color-brand-2);
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.avatar-view {
    margin-top: -56px
}

.avatar-view img {
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow: 0 .015rem .15rem rgba(0, 0, 0, .075) !important;
    max-width: 89px
}

.info-account {
    display: grid;
    gap: 10px;
    grid-auto-rows: minmax(auto, auto);
    grid-template-columns: repeat(3, 1fr)
}

.info-account .info-account-item {
    border-right: 1px solid #eee;
    display: flex;
    justify-content: center;
    padding-right: 7px
}

.info-account .info-account-item:last-child {
    border-right: none
}

.info-account .info-account-item .icon {
    font-size: 24px;
    margin-right: 7px
}

.info-account .info-account-item .icon.icon-cart {
    color: var(--color-brand)
}

.info-account .info-account-item .icon.icon-signal {
    color: #0d6efd
}

.info-account .info-account-item .icon.icon-heart {
    color: #ff3551
}

.info-account .info-account-item .content {
    text-align: center
}

.info-account .info-account-item .content .number-main {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px
}

.info-account .info-account-item .content .description {
    font-size: 13px;
    line-height: 1.1
}

ul.lists {
    list-style-type: disc;
    padding-left: 1.5rem
}

.border8 {
    background-color: #f1f1f1;
    height: 1px;
    margin: 20px 0 15px;
    position: relative
}

.border8 span {
    background-color: #fff;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -10px;
    width: 160px
}

.tbl-content {
    table-layout: fixed
}

.tbl-content td {
    min-width: 100px;
    position: relative
}

.tbl-content .main-col {
    background: #fff;
    left: 0;
    max-width: 151px;
    min-width: 151px;
    position: sticky;
    width: 151px;
    z-index: 1
}

.offcanvas-top .slider-arrow {
    top: 0 !important
}

.offcanvas-top .slider-arrow.nav-no-margin .slider-btn.slider-prev {
    left: unset;
    right: 60px
}

.offcanvas-top .slider-arrow.nav-no-margin .slider-btn.slider-next {
    right: 20px
}

.detail-promotion {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px
}

.detail-promotion .heading {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 700;
    padding: 8px 10px
}

.detail-promotion .promotion-content {
    font-size: 14px;
    padding: 12px
}

.detail-promotion .promotion-content ul li {
    margin-bottom: 6px;
    padding-left: 22px;
    position: relative
}

.detail-promotion .promotion-content ul li:not(:empty):before {
    color: #33ac41;
    content: "\f058";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    left: -1px;
    position: absolute;
    top: 0
}

.promotion-online {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px
}

.promotion-online .pr-top {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 10px
}

.promotion-online .pr-top p {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0
}

.promotion-online .pr-content {
    padding: 10px
}

.promotion-online .pr-content ol,
.promotion-online .pr-content ul {
    counter-reset: my-awesome-counter;
    font-size: 14px
}

.promotion-online .pr-content ol li,
.promotion-online .pr-content ul li {
    counter-increment: my-awesome-counter;
    margin: .25rem;
    padding-left: 2rem;
    position: relative
}

.promotion-online .pr-content ol li:before,
.promotion-online .pr-content ul li:before {
    background-image: linear-gradient(to bottom right, #f4d779, #e7b144);
    border-radius: 50%;
    color: #000;
    content: counter(my-awesome-counter);
    display: inline-block;
    height: 1.2rem;
    left: 5px;
    line-height: 1.2rem;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 1.2rem
}

.promotion-online .pr-content.financial_km ol li:before,
.promotion-online .pr-content.financial_km ul li:before {
    background-image: linear-gradient(to bottom right, #e7b144, #f4d779);
    content: "✓"
}

@media screen and (min-width:768px) {
    .entry-content-2 .post-title {
        height: 40px;
        overflow: hidden
    }

    #news-flash {
        min-width: 600px
    }

    .best-seller-container .products-collection-link {
        position: absolute;
        right: 0;
        top: -42px
    }
}

@media (min-width:992px) {
    .header-sales .countdown-container {
        justify-content: end
    }

    .home-slider {
        height: 362px
    }

    .hero-slider-1.style-3,
    .hero-slider-1.style-3 img {
        height: 307px
    }

    .mb-md-30 {
        margin-bottom: 30px !important
    }

    .offset-custom-slider {
        margin-left: 26%;
        width: 74%
    }

    .categories-dropdown-active-large.open>ul {
        height: 353px
    }
}

@media (min-width:1025px) {
    .hotline .header-conact {
        font-size: 13px
    }

    .hotline .header-conact>i {
        font-size: 28px
    }

    .hotline .header-conact span {
        font-size: 13px
    }

    .header-action-2 .header-action-icon-2>a {
        font-size: 26px
    }

    .single-header.style-2 .article-title {
        font-size: 36px
    }

    .comments-area {
        padding-bottom: 25px
    }
}

@media screen and (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1170px
    }

    .col-xl-8-62 {
        width: 62%
    }

    .col-xl-4-38 {
        width: 38%
    }

    .col-xl-24 {
        width: 24%
    }

    .col-xl-28 {
        width: 28%
    }

    .search-style-2 form input {
        width: 300px
    }

    .search-suggest {
        max-width: 300px
    }

    .offset-custom-slider {
        margin-left: 24.8%;
        width: 75.5%
    }

    .section-top .feature-news {
        margin-top: -38px
    }

    .super-discount .button_offcanvas img {
        margin-right: 3px;
        max-width: 24px
    }

    .super-discount .button_offcanvas .content {
        font-size: 15px
    }

    .super-discount .button_offcanvas .content span {
        font-size: 11px
    }

    .super-discount .button_offcanvas .icon i {
        padding-left: 5px
    }

    .main-categories-wrap>a {
        padding-right: 48px
    }

    .shop-product-filter-header .brands-filter,
    .widget-filters-current {
        margin-left: -100px
    }
}

@media (min-width:1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1240px
    }

    .product-extra-link2 a {
        padding: 0 25px
    }

    .search-style-2 form input {
        width: 340px
    }

    .search-suggest {
        max-width: 340px
    }

    .home-slider {
        height: 499px
    }

    .hero-slider-1.style-3,
    .hero-slider-1.style-3 img {
        height: 444px
    }

    .categories-dropdown-active-large.open>ul {
        height: 485px
    }

    .offset-custom-slider {
        margin-left: 23.5%;
        width: 76.5%
    }

    #news-flash {
        min-width: 990px
    }
}

@media (min-width:1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1450px
    }

    .col-xxl-grid-7 {
        width: 14.285714%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxxl-3 {
        width: 25%
    }

    .offset-xxxl-1 {
        margin-left: 8.3333333333%
    }

    .main-categories-wrap>a>i,
    .main-categories-wrap>a>i.up {
        right: 10px
    }

    .offset-custom-slider {
        margin-left: 19.9%;
        width: 80.1%
    }

    .hotline .header-conact {
        font-size: 14px
    }

    .hotline .header-conact>i {
        font-size: 30px
    }

    .search-style-2 form input {
        width: 650px
    }

    .search-suggest {
        max-width: 500px
    }

    .main-menu>nav>ul>li>a {
        font-size: 15px
    }

    .newsletter .h4 {
        font-size: 1.4rem
    }

    .tt-title-footer {
        font-size: 22px
    }

    .has-buy-now-button .button.button-add-to-cart,
    .has-buy-now-button .button.button-buy-now {
        padding: 10px 20px
    }

    .hotline .header-conact .location-info span.address {
        max-width: 150px
    }

    .shop-product-filter-header .brands-filter,
    .widget-filters-current {
        margin-left: -117px
    }
}

@media (max-width:1400px) {
    .main-menu.main-menu-lh-2>nav>ul>li.menu-hot>a {
        font-size: 13px
    }

    .main-menu.main-menu-padding-1>nav>ul>li {
        padding: 0 0 0 10px
    }

    .banner-left-icon .banner-icon {
        margin-right: 12px;
        max-width: 33px
    }

    .has-buy-now-button .button.button-add-to-cart,
    .has-buy-now-button .button.button-buy-now,
    .product-extra-link2 a {
        font-size: 14px
    }

    .product-cart-wrap .product-img-action-wrap .product-img a img {
        height: 180px;
        min-height: 180px
    }
}

@media (max-width:1279px) {
    .categories-dropdown-active-large.open {
        min-height: 365px;
        overflow-y: clip
    }
}

@media (max-width:1199px) {
    .header-action-2 .header-action-icon-2>a .header-action-icon-2>a {
        font-size: 20px
    }

    .header-info.header-info-right>ul>li img {
        max-width: 20px
    }

    .hotline>i .header-conact>i {
        font-size: 25px
    }

    .hotline>i .header-conact span {
        font-size: 13px
    }

    .search-style-2 form button {
        font-size: 12px;
        padding: 5px 10px
    }

    .categories-dropdown-wrap ul li a,
    .search-style-2 form input {
        font-size: 13px
    }

    .categories-dropdown-wrap ul li a i {
        font-size: 15px
    }

    .main-categories-wrap.desktop-categories>a {
        font-size: 14px;
        min-width: 240px;
        padding-left: 14px
    }

    .categories-dropdown-active-large {
        min-width: 240px
    }

    .feature-news-title>a {
        display: none
    }

    .hero-slider-1-arrow .slick-track .slick-slide {
        cursor: pointer;
        font-size: 13px;
        max-width: 125px
    }
}

@media (max-width:1024px) {
    .hero-slider-1.style-3 .slider-1-height-3 {
        height: unset
    }

    .banner-left-icon .banner-icon {
        margin-right: 12px;
        max-width: 30px
    }

    .banner-left-icon .banner-text h3 {
        font-size: 12px
    }

    .banner-left-icon .banner-text p {
        font-size: 11px;
        line-height: 13px
    }

    .main-categories-wrap>a {
        padding-right: 12px
    }

    .main-categories-wrap>a>i {
        right: 5px
    }

    .categories-dropdown-wrap ul li a {
        font-size: 12px
    }

    .categories-dropdown-wrap ul li a i {
        font-size: 13px;
        height: 16px;
        width: 16px
    }

    .categories-dropdown-wrap ul li a img {
        max-width: 18px !important
    }

    .section-padding-30.product-tabs {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .section-padding-60.section-brands {
        padding: 30px 0
    }

    .has-buy-now-button .button.button-add-to-cart,
    .has-buy-now-button .button.button-buy-now,
    .product-extra-link2 a {
        font-size: 13px
    }

    .button-installment {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 13px;
        overflow: hidden
    }

    .header-info>ul>li a {
        font-size: 10px;
        line-height: 16px
    }

    .search-suggest {
        margin-top: 4px
    }

    .search-suggest>a {
        font-size: 10px
    }

    .header-sales .countdown-container {
        font-size: 12px;
        margin-left: 0
    }

    .logo.logo-width-1 a img {
        max-width: 210px
    }

    .header-conact .location i {
        font-size: 20px
    }

    .hotline .header-conact span {
        font-size: 10px;
        line-height: 16px
    }

    .hotline .header-conact .location-info span.address {
        font-size: 12px;
        max-width: 124px
    }

    .header-cart .mini-cart-icon>div,
    .order-tracking strong {
        font-size: 10px
    }
}

@media (max-width:991px) {

    .container,
    .container-md,
    .container-sm {
        max-width: unset
    }

    .header-bottom {
        background: #000;
        padding: 5px 0
    }

    .header-bottom .header-wrap {
        justify-content: space-between
    }

    .feature-news .post-list .post-title {
        font-size: 11px
    }

    .section-padding-30.site-features {
        padding: 0 0 15px
    }

    .banner-left-icon .banner-icon {
        margin-right: 5px;
        max-width: 20px
    }

    .banner-left-icon .banner-text h3 {
        font-size: 11px;
        margin-bottom: 3px
    }

    .banner-left-icon .banner-text p {
        font-size: 9px
    }

    .mobile-menu-wrap .main-categories-wrap>a {
        color: #fff
    }

    .mobile-menu-wrap .main-categories-wrap>a>i {
        right: 0;
        top: 25px
    }

    .text-swatch li {
        margin-right: 4px
    }

    .text-swatch li span {
        font-size: 13px;
        padding: 0 8px
    }

    .specifications>span {
        font-size: 12px;
        margin-right: 3px;
        padding: 2px 8px
    }

    .heading-collection-banner {
        flex-direction: column
    }

    .heading-collection-banner h3 {
        max-width: unset
    }

    .tag-suggest {
        margin-left: 0;
        padding: 5px 0 !important
    }

    .progress span.percent {
        left: 50%
    }
}

@media (max-width:767px) {
    .mh-200 {
        min-height: 200px
    }

    .site-features .banner-left-icon {
        display: block !important;
        text-align: center
    }

    .site-features .banner-left-icon .banner-icon {
        margin: auto
    }

    .site-features .banner-left-icon .banner-text h3 {
        font-size: 10px
    }

    .header-sales {
        padding: 7px 0 6px
    }

    .header-sales .header-sales-content {
        font-size: 10px;
        text-align: center
    }

    .header-sales .header-sales-content #news-flash ul {
        left: 0;
        right: 0
    }

    .widget-info-item {
        justify-content: flex-start
    }

    .buy-online-sales .buy-online-sales-header .time .countdown-container {
        font-size: 15px;
        padding-left: 0
    }

    .buy-online-sales .buy-online-sales-footer .btn-installment {
        font-size: 12px;
        line-height: 1.3;
        padding: 4px 2px !important
    }

    .buy-online-sales .buy-online-sales-footer .btn-installment span {
        font-size: 10px
    }

    .single-header.style-2 .article-title {
        font-size: 24px
    }

    .banner-best-seller {
        margin-bottom: 20px
    }

    .banner-img .banner-text {
        max-width: 80%;
        padding: 15px 20px
    }

    .banner-img .banner-text h3 {
        font-size: 16px
    }

    .product-tabs .product-collections-heading {
        flex-wrap: wrap
    }

    .product-tabs .product-collections-heading h3 {
        margin-bottom: 10px;
        margin-right: 12px;
        padding-right: 0;
        text-align: center;
        white-space: nowrap
    }

    .product-tabs .product-collections-heading h3:after {
        content: none
    }

    .product-tabs .product-collections-heading .nav-tabs {
        flex-wrap: nowrap;
        justify-content: start;
        margin-bottom: 10px !important;
        overflow: auto;
        white-space: nowrap
    }

    .product-tabs .product-collections-heading .nav-tabs .nav-item .nav-link {
        font-size: 13px;
        padding: 0 0 5px !important
    }

    .product-tabs .product-collections-heading .nav-tabs .nav-item .nav-link.active {
        border-bottom: 0
    }

    .heading-tab {
        flex-wrap: wrap;
        padding: 12px 10px
    }

    .heading-tab h3.section-title {
        margin-bottom: 5px !important;
        padding-right: 5px
    }

    .heading-tab .heading-tab-right {
        max-width: unset;
        overflow: auto
    }

    .heading-tab .heading-tab-right .nav-tabs {
        padding: 5px 0
    }

    .heading-tab .heading-tab-right .nav-item>a {
        font-size: 12px
    }

    .section-brands .carousel-6-columns-cover.arrow-center .slider-arrow .slider-btn.slider-prev {
        left: -15px !important
    }

    .section-brands .carousel-6-columns-cover.arrow-center .slider-arrow .slider-btn.slider-next {
        right: -15px !important
    }

    .form-login-social .btn-facebook,
    .form-login-social .btn-google {
        padding: 12px 15px
    }

    footer h5[aria-expanded=true]:after {
        content: "\f077";
        font-family: Font Awesome\ 5 Pro;
        font-size: 13px;
        transition: all .3s
    }

    footer h5[aria-expanded=false]:after {
        content: "\f078";
        font-family: Font Awesome\ 5 Pro;
        font-size: 13px;
        transition: all .3s
    }
}

@media (max-width:600px) {
    .product-detail #Reviews .progress .progress-bar {
        max-width: calc(100% - 140px);
        min-width: calc(100% - 140px)
    }

    #news-flash ul li .text-detail {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: 25px;
        max-width: 200px;
        overflow: hidden
    }

    h3.section-title {
        font-size: 15px;
        margin-top: 2px
    }

    .page-header.breadcrumb-wrap {
        margin-bottom: 20px;
        padding: 7px 0
    }

    .deals {
        overflow: hidden
    }

    .deals .d-title {
        flex-direction: column
    }

    .deals .deal-container {
        border-radius: 0;
        margin: 0 -12px;
        padding: 10px 5px
    }

    .best-seller-container {
        padding: 5px 0 0
    }

    #deals-are-overflowing .product-cart-wrap .product-content-wrap {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .product-cart-wrap .product-content-wrap .product-price span.label-sale {
        font-size: 10px !important;
        margin-left: 3px;
        margin-right: 0;
        padding: 3px 6px
    }

    .shop-product-filter .sort-by-product-area .sort-by-product-wrap {
        border-radius: 3px;
        cursor: pointer;
        padding: 4px 8px
    }

    .shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by i {
        font-size: 13px;
        margin-right: 8px;
        top: 1px
    }

    .shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by span {
        font-size: 10px
    }

    .shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
        font-size: 12px
    }

    .shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
        font-size: 14px;
        margin-left: 8px;
        top: 1px
    }

    .shop-product-filter-header .header-filter .header-filter-item {
        font-size: 13px;
        margin: 0 7px 10px 0;
        padding: 2px 13px
    }

    .shop-product-filter-header .brands-filter .brands-filter-item .form-check-label img {
        height: 30px
    }

    #view360Modal .description {
        bottom: -10px;
        font-size: 12px;
        right: unset
    }

    .single-header .single-header-meta {
        align-items: start;
        flex-direction: column
    }

    .product-cart-wrap .product-img-action-wrap .product-img a img {
        height: 150px;
        min-height: 150px
    }

    .hotline-fix-right,
    .icon-zalo,
    #scrollUp,
    .icon-messager {
        right: 15px
    }

    .zalo-chat-widget {
        right: 13px !important
    }

    .fb_reset .fb_dialog_content>iframe {
        margin: 0 !important
    }
}

@media (max-width:575px) {

    .has-buy-now-button .button.button-add-to-cart,
    .has-buy-now-button .button.button-buy-now {
        height: 45px;
        padding: 10px
    }

    .button-installment {
        height: 45px;
        padding: 4px 10px
    }
}

@media (max-width:320px) {
    .button-installment {
        font-size: 12px
    }

    .logo.logo-width-1 a img {
        max-width: 110px
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .product-extra-link2 a {
        padding: 0 28px
    }
}

#popup-custom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999
}

#popup-custom .popup-overlay {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#popup-custom .popup-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 1
}

#popup-custom .popup-wrapper .popup-main {
    margin: 0 auto;
    max-width: 600px;
    width: 100%
}

.scroll-style-2::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.scroll-style-2::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 10px
}

.scroll-style-2::-webkit-scrollbar-thumb {
    background-color: #2f80ed;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

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

.scroll-style-3::-webkit-scrollbar {
    background-color: #fff;
    height: 6px;
    width: 6px
}

.scroll-style-3::-webkit-scrollbar-thumb {
    background-color: #c1c1c1
}

.carousel-slider-wrapper {
    overflow: auto
}

.carousel-slider-wrapper .categories-8-columns {
    display: flex;
    margin: 0 0 10px
}

.carousel-slider-wrapper .categories-8-columns .card-1 {
    flex: 0 0 calc(12.5% - 10px);
    margin-right: 10px;
    max-width: calc(12.5% - 10px)
}

.atpercentsale {
    font-size: 90%
}

#RegisteredCustomersModal .btn-close {
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 0
}

#registerd-customers .list {
    height: 280px;
    overflow: auto
}

#registerd-customers .list .item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px
}

#registerd-customers .list .item span {
    color: #000;
    display: block
}

#registerd-customers .list .item span.name {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #585858;
    display: -webkit-box;
    height: 24px;
    overflow: hidden
}

#registerd-customers .list .item span.status {
    color: #585858
}

.swal2-container .swal2-popup {
    border: 1.5px solid #545454
}

.swal2-container .swal2-title {
    font-size: 1em;
    padding: 1.8em 1em 0
}

.swal2-container .swal2-html-container {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    margin: 1em 3em .3em
}

.swal2-container .swal2-close {
    background: #ccc;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    margin-right: 7px;
    margin-top: 7px
}

.swal2-container .swal2-actions {
    margin: .5em auto 0
}

.swal2-container .swal2-styled {
    padding: .625em 2.1em
}

.swal2-container .swal2-confirm {
    background-color: var(--color-brand)
}

@media only screen and (max-width:1200px) {
    .carousel-slider-wrapper .categories-8-columns .card-1 {
        flex: 0 0 calc(16.66667% - 10px);
        max-width: calc(16.66667% - 10px)
    }
}

@media only screen and (max-width:767px) {
    .carousel-slider-wrapper .categories-8-columns {
        margin-right: -10px
    }

    .carousel-slider-wrapper .categories-8-columns .card-1 {
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px)
    }

    .flash-sale-list-mobile {
        background-image: var(--fl-bg-list-mobile);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 -.75rem;
        overflow: hidden;
        padding: 10px
    }
}

@media only screen and (max-width:320px) {
    .carousel-slider-wrapper .categories-8-columns .card-1 {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px)
    }
}

@media only screen and (min-width:768px) {
    .flash-sale-list {
        background-image: var(--fl-bg-list);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 3px;
        padding: 10px
    }

    .modal-custom {
        max-width: 650px
    }

    .modal-custom-2 {
        max-width: 500px
    }
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

#list_store_checkout .list-group-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

#list_store_checkout .list-group-item:last-child {
    border-bottom: 0
}

.newsletter-form-product #list_store_checkout {
    max-height: 200px;
    overflow: auto
}

.newsletter-form-product #list_store_checkout .list-group-item {
    border-color: #eee;
    display: flex;
    font-size: 13px
}

.newsletter-form-product #list_store_checkout .list-group-item input {
    height: 24px;
    margin-right: 5px;
    max-width: 12px
}

.tskt-content table td,
.tskt-content table th {
    font-size: 13px;
    padding: 5px 10px
}

@keyframes ldio-dzfmoc1s107 {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.ldio div {
    animation: ldio-dzfmoc1s107 1s linear infinite;
    border-radius: 50%;
    box-shadow: 0 2px 0 0 #ebbc34;
    height: 80px;
    left: 10px;
    position: absolute;
    top: 10px;
    transform-origin: 40px 41px;
    width: 80px
}

.loadingio-spinner-eclipse {
    display: inline-block;
    height: 88px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 88px
}

.ldio {
    backface-visibility: hidden;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(.88);
    transform-origin: 0 0;
    width: 100%
}

.ldio div {
    box-sizing: content-box
}

.skeleton-loading .is-loading {
    border-radius: 0 !important;
    overflow: hidden;
    position: relative
}

.skeleton-loading .is-loading:after {
    animation: shine 1.5s linear infinite;
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    border-radius: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 996
}

.skeleton-loading .skeleton-header-flashsales {
    height: 48px
}

.skeleton-loading .deal-container {
    background-color: #ececec !important
}

.skeleton-loading .carousel-flash-sales-container {
    overflow: hidden
}

.skeleton-loading .carousel-flash-sales-container .carousel-flash-sales {
    display: flex;
    justify-content: center
}

.skeleton-loading .carousel-flash-sales-container .carousel-flash-sales .item {
    flex: 0 0 16.6666%
}

.skeleton-loading .carousel-flash-sales-container .carousel-flash-sales .slick-list {
    flex: 0 0 100%;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-flash-sales-container .carousel-flash-sales .slick-track {
    display: flex;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-flash-sales-container .carousel-flash-sales .slick-track>.item {
    flex: 0 0 16.6666%
}

.skeleton-loading .carousel-best-seller-container {
    overflow: hidden
}

.skeleton-loading .carousel-best-seller-container .carousel-best-seller {
    display: flex
}

.skeleton-loading .carousel-best-seller-container .carousel-best-seller .item {
    flex: 0 0 16.6666%
}

.skeleton-loading .carousel-best-seller-container .carousel-best-seller .slick-list {
    flex: 0 0 100%;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-best-seller-container .carousel-best-seller .slick-track {
    display: flex;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-best-seller-container .carousel-best-seller .slick-track>.item {
    flex: 0 0 16.6666%
}

.skeleton-loading .carousel-3-columns-cover {
    overflow: hidden
}

.skeleton-loading .carousel-3-columns-cover .carousel-3-columns {
    display: flex
}

.skeleton-loading .carousel-3-columns-cover .carousel-3-columns .item {
    flex: 0 0 33.33333%;
    padding: 0 10px
}

.skeleton-loading .carousel-3-columns-cover .carousel-3-columns .item img {
    height: 180px
}

.skeleton-loading .carousel-3-columns-cover .carousel-3-columns .slick-list {
    flex: 0 0 100%;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-3-columns-cover .carousel-3-columns .slick-track {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-3-columns-cover .carousel-3-columns .slick-track>div {
    flex: 0 0 33.33333%
}

.skeleton-loading .carousel-banners-2-columns-container {
    overflow: hidden
}

.skeleton-loading .carousel-banners-2-columns-container .carousel-banners-2-columns {
    display: flex
}

.skeleton-loading .carousel-banners-2-columns-container .carousel-banners-2-columns .item {
    flex: 0 0 50%;
    padding: 0 10px
}

.skeleton-loading .carousel-banners-2-columns-container .carousel-banners-2-columns .item img {
    height: 219px
}

.skeleton-loading .carousel-banners-2-columns-container .carousel-banners-2-columns .slick-list {
    flex: 0 0 100%;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-banners-2-columns-container .carousel-banners-2-columns .slick-track {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-banners-2-columns-container .carousel-banners-2-columns .slick-track>.item {
    flex: 0 0 50%;
    padding: 0 10px
}

.skeleton-loading .popular-categories .card-1 img {
    height: 146px
}

.skeleton-loading .carousel-4-columns-container {
    overflow: hidden
}

.skeleton-loading .carousel-4-columns-container .carousel-4-columns {
    display: flex
}

.skeleton-loading .carousel-4-columns-container .carousel-4-columns .item {
    flex: 0 0 25%;
    padding: 0 10px
}

.skeleton-loading .carousel-4-columns-container .carousel-4-columns .slick-list {
    flex: 0 0 100%;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-4-columns-container .carousel-4-columns .slick-track {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-4-columns-container .carousel-4-columns .slick-track>div {
    flex: 0 0 25%
}

.skeleton-loading .carousel-4-columns-cover {
    overflow: hidden
}

.skeleton-loading .carousel-4-columns-cover .carousel-4-columns-news {
    display: flex
}

.skeleton-loading .carousel-4-columns-cover .carousel-4-columns-news .item {
    flex: 0 0 25%
}

.skeleton-loading .carousel-4-columns-cover .carousel-4-columns-news .slick-list {
    flex: 0 0 100%;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-4-columns-cover .carousel-4-columns-news .slick-track {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-4-columns-cover .carousel-4-columns-news .slick-track>div {
    flex: 0 0 25%
}

.skeleton-loading .carousel-banners-1-columns-container {
    overflow: hidden
}

.skeleton-loading .carousel-banners-1-columns-container .carousel-banners-1-columns {
    display: flex
}

.skeleton-loading .carousel-banners-1-columns-container .carousel-banners-1-columns .item {
    flex: 0 0 100%
}

.skeleton-loading .carousel-banners-1-columns-container .carousel-banners-1-columns .slick-list {
    flex: 0 0 100%;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-banners-1-columns-container .carousel-banners-1-columns .slick-track {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-banners-1-columns-container .carousel-banners-1-columns .slick-track>.item {
    flex: 0 0 100%
}

.skeleton-loading .carousel-banners-1-columns-vertical,
.skeleton-loading .carousel-banners-1-columns-vertical-mobile {
    display: flex
}

.skeleton-loading .carousel-banners-1-columns-vertical .item,
.skeleton-loading .carousel-banners-1-columns-vertical-mobile .item {
    flex: 0 0 100%
}

.skeleton-loading .carousel-banners-1-columns-vertical .slick-list,
.skeleton-loading .carousel-banners-1-columns-vertical-mobile .slick-list {
    flex: 0 0 100%;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-banners-1-columns-vertical .slick-track,
.skeleton-loading .carousel-banners-1-columns-vertical-mobile .slick-track {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-banners-1-columns-vertical .slick-track>.item,
.skeleton-loading .carousel-banners-1-columns-vertical-mobile .slick-track>.item {
    flex: 0 0 100%
}

.skeleton-loading .carousel-6-columns-container {
    overflow: hidden
}

.skeleton-loading .carousel-6-columns-container .carousel-6-columns {
    display: flex;
    justify-content: center
}

.skeleton-loading .carousel-6-columns-container .carousel-6-columns .item {
    flex: 0 0 16.66667%
}

.skeleton-loading .carousel-6-columns-container .carousel-6-columns .slick-list {
    flex: 0 0 100%;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-6-columns-container .carousel-6-columns .slick-track {
    display: flex;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .carousel-6-columns-container .carousel-6-columns .slick-track>.item {
    flex: 0 0 16.66667%
}

.skeleton-loading .skeleton-fanpage {
    height: 145px
}

.skeleton-loading .product-image-slider-container {
    overflow: hidden
}

.skeleton-loading .product-image-slider-container .product-image-slider {
    display: flex
}

.skeleton-loading .product-image-slider-container .product-image-slider figure {
    flex: 0 0 100%
}

.skeleton-loading .product-image-slider-container .product-image-slider .slick-list {
    flex: 0 0 100%;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .product-image-slider-container .product-image-slider .slick-track {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .product-image-slider-container .product-image-slider .slick-track>figure {
    flex: 0 0 100%
}

.skeleton-loading .banner-collections {
    display: flex
}

.skeleton-loading .banner-collections .item {
    flex: 0 0 100%
}

.skeleton-loading .banner-collections .slick-list {
    flex: 0 0 100%;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .banner-collections .slick-track {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    transform: translateZ(0) !important;
    width: 100% !important
}

.skeleton-loading .banner-collections .slick-track>.item {
    flex: 0 0 100%
}

.carousel-4-columns-news {
    margin: 0 -.5rem
}

@keyframes shine {
    to {
        background-position-x: -200%
    }
}

@media screen and (max-width:1366px) {
    .skeleton-loading .carousel-banners-2-columns-container .carousel-banners-2-columns .item img {
        height: 185px
    }
}

@media screen and (max-width:1280px) {
    .product-cart-wrap .product-content-wrap .product-price span {
        font-size: 14px
    }

    .skeleton-loading .skeleton-top img {
        height: 52
    }

    .skeleton-loading .carousel-3-columns-cover .carousel-3-columns .item img {
        height: 140px
    }

    .skeleton-loading .carousel-banners-2-columns-container .carousel-banners-2-columns .item img {
        height: 175px
    }
}

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

    .skeleton-loading .carousel-best-seller-container .carousel-best-seller .item,
    .skeleton-loading .carousel-best-seller-container .carousel-best-seller .slick-track>.item,
    .skeleton-loading .carousel-flash-sales-container .carousel-flash-sales .item,
    .skeleton-loading .carousel-flash-sales-container .carousel-flash-sales .slick-track>.item {
        flex: 0 0 25%
    }
}

@media screen and (max-width:1024px) {
    .skeleton-loading .skeleton-top img {
        height: 43px
    }

    .skeleton-loading .carousel-3-columns-cover .carousel-3-columns .item img {
        height: 112px
    }

    .skeleton-loading .carousel-4-columns-container {
        overflow: hidden
    }

    .skeleton-loading .carousel-4-columns-container .carousel-4-columns .item,
    .skeleton-loading .carousel-4-columns-container .carousel-4-columns .slick-track>div {
        flex: 0 0 33.33333%
    }

    .skeleton-loading .carousel-6-columns-container .carousel-6-columns .item,
    .skeleton-loading .carousel-6-columns-container .carousel-6-columns .slick-track>.item {
        flex: 0 0 25%
    }
}

@media screen and (max-width:991px) {
    .skeleton-loading .skeleton-top img {
        height: 37px
    }

    .skeleton-loading .home-slider {
        height: 350px;
        overflow: hidden
    }

    .skeleton-loading .home-slider .hero-slider-1 {
        display: flex
    }

    .skeleton-loading .home-slider .hero-slider-1 .single-hero-slider {
        flex: 0 0 100%
    }

    .skeleton-loading .home-slider .hero-slider-1 .slick-list,
    .skeleton-loading .home-slider .hero-slider-1 .slick-track {
        transform: translateZ(0) !important
    }

    .skeleton-loading .home-slider .hero-slider-1 .slick-list>.single-hero-slider,
    .skeleton-loading .home-slider .hero-slider-1 .slick-track>.single-hero-slider {
        flex: 0 0 100%
    }

    .skeleton-loading .carousel-3-columns-cover .carousel-3-columns .item img {
        height: 94px
    }
}

@media screen and (max-width:767px) {
    .skeleton-loading .skeleton-top img {
        height: 96px
    }

    .skeleton-loading .carousel-best-seller-container .carousel-best-seller .item,
    .skeleton-loading .carousel-best-seller-container .carousel-best-seller .slick-track>.item,
    .skeleton-loading .carousel-flash-sales-container .carousel-flash-sales .item,
    .skeleton-loading .carousel-flash-sales-container .carousel-flash-sales .slick-track>.item {
        flex: 0 0 33.33333%
    }

    .skeleton-loading .carousel-3-columns-cover .carousel-3-columns .item {
        flex: 0 0 50%
    }

    .skeleton-loading .carousel-3-columns-cover .carousel-3-columns .item .banner-img {
        width: 100%
    }

    .skeleton-loading .carousel-3-columns-cover .carousel-3-columns .slick-track>div {
        flex: 0 0 50%
    }

    .skeleton-loading .carousel-6-columns-container .carousel-6-columns {
        justify-content: unset
    }

    .skeleton-loading .carousel-6-columns-container .carousel-6-columns .item,
    .skeleton-loading .carousel-6-columns-container .carousel-6-columns .slick-track>.item {
        flex: 0 0 33.33333%
    }
}

@media screen and (max-width:575px) {
    .skeleton-loading .skeleton-top img {
        height: 68px
    }

    .skeleton-loading .home-slider {
        height: 185px
    }

    .skeleton-loading .carousel-best-seller-container .carousel-best-seller .item,
    .skeleton-loading .carousel-best-seller-container .carousel-best-seller .slick-track>.item,
    .skeleton-loading .carousel-flash-sales-container .carousel-flash-sales .item,
    .skeleton-loading .carousel-flash-sales-container .carousel-flash-sales .slick-track>.item {
        flex: 0 0 50%
    }

    .skeleton-loading .carousel-3-columns-cover .carousel-3-columns .item img {
        height: 73px
    }

    .skeleton-loading .carousel-banners-2-columns-container {
        overflow: hidden
    }

    .skeleton-loading .carousel-banners-2-columns-container .carousel-banners-2-columns .item {
        flex: 0 0 100%
    }

    .skeleton-loading .carousel-banners-2-columns-container .carousel-banners-2-columns .item img {
        height: 126px
    }

    .skeleton-loading .carousel-banners-2-columns-container .carousel-banners-2-columns .slick-track>.item {
        flex: 0 0 100%
    }

    .skeleton-loading .carousel-4-columns-container {
        overflow: hidden
    }

    .skeleton-loading .carousel-4-columns-container .carousel-4-columns .item,
    .skeleton-loading .carousel-4-columns-container .carousel-4-columns .slick-track>div,
    .skeleton-loading .carousel-6-columns-container .carousel-6-columns .item,
    .skeleton-loading .carousel-6-columns-container .carousel-6-columns .slick-track>.item {
        flex: 0 0 50%
    }
}

@media screen and (max-width:320px) {

    .skeleton-loading .carousel-3-columns-cover .carousel-3-columns .item,
    .skeleton-loading .carousel-3-columns-cover .carousel-3-columns .slick-track>div {
        flex: 0 0 100%
    }
}

.skeleton-ske {
    animation: skeleton-loading 1.5s infinite;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    height: 200px;
    margin-bottom: 10px;
    width: 100%
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0
    }

    to {
        background-position: -200% 0
    }
}

.slick-slider-content-ske img {
    display: block;
    width: 100%
}

.count_comment {
    border-bottom: 2px solid var(--color-brand);
    display: inline-block
}

a.link-more {
    font-size: 14px
}

.brand-logo {
    margin: 0
}

.brand-logo img {
    height: 60px
}

.product-cart-wrap .product-badges {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    pointer-events: none;
    right: 0;
    row-gap: 5px;
    top: 0;
    z-index: 2 !important
}

.product-cart-wrap .product-badges .badge {
    background-color: #ffc200;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    line-height: 18px;
    padding: 0 10px
}

.product-cart-wrap .product-badges .badge.badge-lucky {
    background-color: #ed1c24
}

body.home-page #main-section .section-deals .deal-banner {
    align-items: center;
    display: flex;
    display: grid;
    flex-wrap: nowrap;
    grid-template-columns: repeat(3, 32.5%);
    justify-content: space-between;
    margin: 20px 0 10px;
    overflow: auto;
    white-space: nowrap
}

body.home-page #main-section .section-deals .deal-banner img {
    max-width: 500px;
    width: 100%
}

@media only screen and (max-width:767px) {
    body.home-page #main-section .section-deals .deal-banner {
        display: inline-block;
        scroll-snap-align: center
    }

    body.home-page #main-section .section-deals .deal-banner span:not(:last-child) {
        margin-right: 10px
    }

    body.home-page #main-section .section-deals .deal-banner img {
        max-width: 250px
    }
}

@media only screen and (max-width:480px) {
    body.home-page #main-section .section-deals .deal-banner img {
        max-width: 100vw
    }
}

.single-content .product-cart-wrap .product-content-wrap .rating_wrap {
    display: none
}

.section-shortcode.product-for-blog.layout-list {
    max-width: 650px
}

@media screen and (min-width:576px) {
    .section-shortcode.product-for-blog.layout-list .product-cart-wrap .product-content-wrap .product-price span {
        font-size: 20px
    }

    .section-shortcode.product-for-blog.layout-list .product-cart-wrap .product-content-wrap .product-price span.old-price {
        font-size: 15px
    }
}

.section-shortcode.product-for-blog.layout-grid,
.section-shortcode.product-for-blog.layout-slide {
    max-width: 800px
}