@import url("./root.css");
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,
i,
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;
    vertical-align: baseline;
}
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: 0.4s;
    transition: 0.4s;
}
::-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 0.5s;
}
.img-hover-scale:hover img {
    transform: scale(1.05);
    transition: transform 0.5s;
}
.hover-up,
.hover-up:hover {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
    transform: translateY(-5px);
}
.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, 0.03),
        0 8px 22px 0 rgba(78, 42, 222, 0.09);
}
.box-shadow-outer-6:hover {
    box-shadow:
        0 0 15px 0 rgba(78, 42, 222, 0.03),
        0 8px 22px 0 rgba(78, 42, 222, 0.09);
}
.box-shadow-outer-7 {
    box-shadow:
        0 0 11px 0 rgba(78, 42, 222, 0.03),
        0 8px 16px 0 rgba(78, 42, 222, 0.08);
}
.box-shadow-outer-7:hover {
    box-shadow:
        0 0 14px 0 rgba(78, 42, 222, 0.03),
        0 8px 18px 0 rgba(78, 42, 222, 0.09);
}
.box-hover-shadow-outer-3:hover,
.box-shadow-outer-3 {
    box-shadow: 0 5px 16px 0 rgba(118, 126, 173, 0.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 0.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, 0.8);
    }
    to {
        box-shadow: 0 0 0 5px transparent;
    }
}
@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 63, 72, 0.1);
    }
    to {
        box-shadow: 0 0 0 20px transparent;
    }
}
@keyframes jump {
    0% {
        transform: translate3d(0, 20%, 0);
    }
    to {
        transform: translateZ(0);
    }
}
.jump {
    animation: jump 0.5s linear infinite alternate;
    transform-origin: 0;
}
body {
    color: var(--color-text);
    font-size: 13px;
    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;
}
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;
}
.section-title {
    font-weight: 600;
}
.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 span {
    color: var(--color-brand);
}
h3.section-title {
    font-size: 22px;
}
h5.widget-title {
    font-size: 18px;
    font-weight: 600;
}
.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: 0.8;
    position: absolute;
    transition: transform 0.5s;
    width: 110%;
    z-index: -1;
}
.text-style-1:hover:after {
    height: 30%;
    transition: transform 0.5s;
}
.text-limit-2-row {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.4;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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: 0.2s;
}
.btn-default:hover i {
    margin-left: 15px;
    transition-duration: 0.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, 0.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: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 30px;
}
.btn-brand:hover,
button.submit:hover,
button[type="submit"]:hover {
    background-color: var(--color-primary) !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;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
}
.btn:hover,
.button:hover {
    background: 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;
}
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: 50px;
    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, 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 30px;
    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;
    font-size: 13px;
    height: 45px;
    padding-left: 20px;
    width: 100%;
}
.form-group input:focus {
    background: transparent;
    border-color: #f4f5f9;
}
label {
    margin-bottom: 5px;
}
.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;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    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;
}
.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding: 45px 0;
}
.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 {
    border-top: 1px solid #eee;
    padding-top: 45px;
}
.comment-form,
.comment-form .form-group {
    margin-bottom: 20px;
}
.comment-form textarea {
    background: #f4f5f9;
    border: 2px solid #f4f5f9;
    border-radius: 20px;
    color: #4f5d77;
    font-size: 13px;
    min-height: 200px;
    padding: 10px 10px 10px 20px;
    resize: vertical;
    width: 100%;
}
.comment-form textarea:focus {
    background: transparent;
    border-color: #f4f5f9;
    box-shadow: none;
    outline: none !important;
}
.comment-form input {
    background: #f4f5f9;
    border: 2px solid #f4f5f9;
    border-radius: 50px;
    box-shadow: none;
    color: #4f5d77;
    font-size: 13px;
    height: 45px;
    padding-left: 20px;
    width: 100%;
}
.comment-form button {
    background-color: var(--color-brand);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 30px;
}
.comment-form button:hover {
    background-color: var(--color-primary) !important;
    border: none !important;
}
.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 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.search-form form button {
    background-color: transparent;
    border: none;
    color: var(--color-grey-2);
    font-size: 14px;
    height: 100%;
    padding: 0 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.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: 0.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;
}
.hero-slider-1 {
    height: 620px;
}
.hero-slider-1 img {
    max-height: 620px;
}
.hero-slider-1.style-2 {
    height: 600px;
}
.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;
    position: relative;
}
.hero-slider-1.style-3 .slider-1-height-3 {
    height: 542px;
}
.hero-slider-1.style-3 .slider-img {
    border-radius: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.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-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;
}
.dot-style-1 ul li {
    margin: 0 7px;
}
.dot-style-1 ul li button {
    background: none;
    border: 1px solid #c1c1c1;
    border-radius: 30px;
    font-size: 0;
    height: 10px;
    padding: 0;
    transition: all 0.3s linear;
    width: 10px;
}
.dot-style-1 ul li button:hover {
    background: #c1c1c1;
}
.dot-style-1 ul li.slick-active button {
    background: var(--color-brand);
    border-color: var(--color-brand);
    width: 20px;
}
.dot-style-1.dot-style-1-position-1 ul {
    bottom: 35px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.dot-style-1.dot-style-1-center ul {
    justify-content: center;
}
.dot-style-1.dot-style-1-mt1 ul {
    margin-top: 30px;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.slider-arrow .slider-btn {
    background: #fff;
    border: 1px solid #dcdeed;
    border-radius: 50%;
    color: var(--color-brand);
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease-out;
    width: 55px;
    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: var(--color-brand);
    border-color: var(--color-brand);
    color: #fff;
}
.slider-arrow.slider-arrow-2 .slider-btn {
    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 {
    border: 1px solid #dcdeed;
    font-size: 12px;
    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-6-columns-cover .carousel-6-columns {
    margin: 0 -15px;
    overflow: hidden;
}
.carousel-6-columns-cover .carousel-6-columns .card-1 {
    margin-left: 15px;
    margin-right: 15px;
}
.carousel-6-columns-cover .slider-arrow {
    top: -60px;
}
.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: 50px;
}
.carousel-6-columns-cover.arrow-center .slider-arrow {
    margin-top: -50px;
    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 -14px;
    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;
}
.card-1 {
    background: transparent !important;
    position: relative;
    text-align: center;
    margin-right: 2px;
    margin-left: 2px;
}
.card-1 h5 {
    font-weight: 400;
}

.card-1 h5 a {
    font-size: var(--fs-small) !important;
    color: var(--primary-color) !important;
    font-weight: normal;
}

.card-1:hover a {
    color: var(--color-brand);
}
.hero-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    transition: all 0.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 0.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: 0.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
}
.card .card-header {
    background-color: #f7f8f9;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 1rem;
}
.nav-tabs {
    margin-bottom: 30px;
}
.nav-tabs .nav-link {
    background: transparent;
    border: none;
    color: var(--color-grey-4);
    font-size: 16px;
    font-weight: 500;
    margin: 0 25px;
    padding: 10px 0 !important;
}
.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);
    font-size: 14px;
    padding: 15px 30px;
}
.dashboard-menu ul li a i {
    color: var(--color-grey-4);
    font-size: 12px;
}
.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;
}
.deals-countdown .countdown-section {
    background-color: var(--color-brand);
    border: none;
    border-radius: 0.3rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    padding: 0.9rem 0 0.3rem;
    position: relative;
}
.deals-countdown .countdown-section .countdown-amount {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    text-align: center;
    width: 50px;
}
.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%;
}
.deals-countdown .countdown-section:not(:last-child):after {
    color: var(--color-grey-1);
    content: ":";
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    left: 100%;
    line-height: 1;
    margin-left: 12px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.img-grey-hover {
    filter: grayscale(1);
    opacity: 0.5;
    transition-duration: 0.3s;
}
.img-grey-hover:hover {
    filter: none;
    opacity: 1;
    transition-duration: 0.3s;
}
.brand-logo img {
    display: inline-block;
    max-height: 50px;
    width: auto;
}
.heading-tab {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
}
.preloader {
    background-color: #f7f7f7;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.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: 0.3s;
}
.bar2:before {
    animation-delay: 0.6s;
}
.bar2:after {
    animation-delay: 0.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: white;
    padding: 10px 20px;
}
.breadcrumb .breadcrumb-item a , .total-product p {
    color: var(--primary-color) !important;
    font-size: var(--fs-smaller) !important;
}
.breadcrumb .breadcrumb-item i {
    color: var(--primary-color) !important;
    font-size: var(--fs-smaller) !important;
}
.page-header .breadcrumb {
    background: none;
    border-radius: 0;
    display: inline-block;
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.page-header .breadcrumb span {
    padding: 0 10px;
    position: relative;
    text-align: center;
}
.page-header .breadcrumb span:before {
    content: ">";
    display: inline-block;
    font-family: Font Awesome\5 Pro;
    font-size: 9px;
}
.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;
    position: relative;
}
.banner-left-icon:hover .banner-icon {
    transform: translateY(-5px);
    transition-duration: 0.3s;
}
.banner-left-icon .banner-icon {
    margin-right: 20px;
    max-width: 60px;
    transition-duration: 0.3s;
}
.banner-left-icon .banner-text .icon-box-title,
.banner-left-icon .banner-text h3 {
    color: var(--color-grey-2);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.banner-left-icon .banner-text p {
    color: var(--color-grey-4);
    margin-bottom: 0;
}
.banner-left-icon.style-2 {
    border: 1px solid #eee;
    padding: 20px;
    position: relative;
}
.banner-img {
    clear: both;
    position: relative;
}
.banner-img:hover img {
    opacity: 0.9;
}
.banner-img.banner-1 .banner-text {
    top: 30%;
}
.banner-img.banner-2 .banner-text {
    right: 10px;
}
.banner-img .banner-text {
    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 i {
    font-size: 10px;
    margin-left: 5px;
    transition-duration: 0.3s;
}
.banner-img .banner-text a:hover i {
    margin-left: 10px;
    transition-duration: 0.3s;
}
.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 {
    background-color: #f5f6f9;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    min-height: 420px;
    padding: 50px;
}
.deal,
.deal > div {
    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-content {
    align-self: center;
}
.deal .product-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.23;
    margin-bottom: 20px;
    max-width: 240px;
}
.deal .product-title a {
    color: var(--color-grey-1);
}
.deal .product-price {
    align-items: center;
    color: var(--color-danger);
    display: flex;
    flex-flow: wrap;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 20px;
}
.deal .product-price .new-price {
    font-weight: 400;
    letter-spacing: -0.01em;
    margin-right: 10px;
}
.deal .product-price .old-price {
    color: #ccc;
    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: 0.3s;
}
.deal .btn:hover i {
    margin-left: 10px;
    transition-duration: 0.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;
}
.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: 0.1 !important;
    top: 193px;
    width: 320px;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-4 {
    left: 50%;
    opacity: 0.08 !important;
    width: 180px;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-5 {
    bottom: 20%;
    opacity: 0.3;
    right: 0;
    width: 12%;
    z-index: 2;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-6 {
    bottom: 0;
    left: -150px;
    opacity: 0.2;
    width: 25%;
    z-index: 3;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-7 {
    left: 10%;
    opacity: 0.2 !important;
    top: 10%;
    width: 16%;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-8 {
    bottom: 40%;
    left: 50%;
    opacity: 0.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 0.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 {
    overflow: hidden;
    position: relative;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}
.product-cart-wrap:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.product-cart-wrap .product-img-action-wrap {
    position: relative;
}
.product-cart-wrap .product-img-action-wrap .product-img {
    overflow: hidden;
    position: relative;
}
.product-cart-wrap .product-img-action-wrap .product-img a img {
    width: 100%;
    aspect-ratio: 9/11;
}
.product-cart-wrap .product-img-action-wrap .product-img a img.hover-img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition:
        opacity 0.25s,
        visibility 0.25s,
        transform 1.5s cubic-bezier(0, 0, 0.2, 1);
    visibility: hidden;
    z-index: 2;
}
.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.product-cart-wrap .product-action-1 {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    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: 44px;
    line-height: 44px;
    margin-right: 3px;
    position: relative;
    text-align: center;
    width: 44px;
}
.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, 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: 0.1s;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s cubic-bezier(0.71, 1.7, 0.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: 0.1s;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s cubic-bezier(0.71, 1.7, 0.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 {
    display: flex;
}
.product-cart-wrap .product-badges.product-badges-mrg {
    margin: 0 0 10px;
}
.product-cart-wrap .product-badges.product-badges-position {
    position: absolute;
    top: 20px;
    z-index: 9;
    padding: 0px 10px 0px 10px;
    right: 10px;
}
.product-cart-wrap .product-badges span {
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    margin-right: 10px;
    padding: 6px 12px;
    text-transform: uppercase;
}
.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 .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 {
    font-size: var(--fs-smaller);
    font-weight: 400;
}
.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);
    font-size: var(--fs-smaller);
    font-weight: 400;
}
.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);
    font-size: var(--fs-smaller);
    font-weight: 400;
    margin: 0 0 0 7px;
    text-decoration: line-through;
}
.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: "" "" "" "" "";
    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:hover .product-img-zoom a img {
    transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.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;
}
.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: 0.8em;
}
.range .price-filter {
    display: block;
    margin-top: 20px;
}
.range #slider-range,
.range .slider-range {
    background: var(--color-brand);
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: var(--color-brand);
    height: 4px;
}
.range #slider-range .ui-slider-range,
.range .slider-range .ui-slider-range {
    background: #222;
    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: -5px;
    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, 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 0.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, 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: "";
    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, 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: 0.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 {
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}
.detail-info .product-price ins 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;
}
.list-filter li a {
    color: #555;
    display: block;
    min-width: 30px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.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 {
    text-transform: uppercase;
}
.size-filter.list-filter li a,
.size-filter.list-filter li span {
    border: 1px solid #e5e5e5;
    color: #555;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    text-align: center;
}
.size-filter.list-filter li span {
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    display: block;
}
.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: 80px;
    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;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.detail-info .product-price-cover .product-price {
    line-height: 1;
}
.button.button-add-to-cart {
    padding: 10px 40px;
}
.product-extra-link2 a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    vertical-align: top;
    width: 40px;
}
.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: 0.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: #000;
    border-radius: 10px;
    margin-bottom: 30px;
}
.detail-gallery .slick-slider img {
    opacity: 0.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;
    padding: 15px 0;
}
.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;
}
.progress-bar {
    background-color: var(--color-brand);
}
.shop-filter-toggle {
    display: block;
    margin-bottom: 20px;
    position: relative;
    color: var(--primary-color);
}
.shop-filter-toggle i {
    margin-left: 5px;
}
.shop-filter-toggle i.angle-down {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.shop-filter-toggle.active i.angle-down {
    display: inline-block;
    opacity: 1;
    visibility: visible;
}
.shop-filter-toggle.active i.angle-up {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.shop-filter-toggle.is-filtering .title:after {
    background: red;
    border-radius: 50%;
    content: " ";
    height: 7px;
    position: absolute;
    top: 10%;
    width: 7px;
}
.shop-product-filter-header {
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
    display: none;
    margin-bottom: 50px;
    padding: 30px;
}
.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;
}
.shopping-summery tbody tr img {
    border-radius: 0;
    max-width: 80px;
}
.cart-totals {
    box-shadow: 0 -3px 23px rgba(0, 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 h1 {
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 32px;
}
.single-content h2 {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 30px;
}
.single-content h3 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 28px;
}
.single-content h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 26px;
}
.single-content h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
}
.single-content h6 {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.single-content p {
    font-weight: 400;
    margin-bottom: 1.2em;
}
.single-content ul {
    list-style: circle;
    padding-left: 1rem;
}
.single-content ul li {
    margin-bottom: 7px;
    position: relative;
}
.single-header {
    margin-bottom: 30px;
}
.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;
}
.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 {
    margin-right: 3px;
}
.entry-meta.meta-0 span {
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.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;
}
.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;
}
.loop-grid {
    position: relative;
}
.loop-grid article {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
}
.loop-grid .entry-content {
    padding: 30px;
}
.loop-grid .entry-content-2 {
    padding: 20px;
}
.loop-grid.loop-list {
    position: relative;
}
.loop-grid.loop-list article {
    align-items: center;
    display: flex;
}
.loop-grid.loop-list article .post-thumb {
    min-width: 350px;
}
.img-hover-slide,
.loop-grid.loop-list article .post-thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
    overflow: hidden;
    -ms-transition: all 0.4s ease;
}
.img-hover-slide,
.loop-grid.loop-list article .post-thumb,
.top-right-icon {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.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: 0.4s;
    -ms-transition: all 0.4s ease;
    width: 30px;
    z-index: 3;
}
.entry-meta.meta-1,
.entry-meta.meta-2 {
    display: flex;
    justify-content: space-between;
}
.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;
}
.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: #000;
    font-weight: 500;
    font-size: 10px;
    text-decoration: underline;
}
.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, 0.06);
    left: 0;
    min-width: 200px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    transform: translateY(20px);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    z-index: 2;
}
.header-info > ul > li > ul li {
    display: block;
}
.header-info > ul > li > ul li a {
    color: dimgray;
    display: block;
    padding: 5px 20px;
}
.header-info > ul > li > ul li a:hover {
    background-color: rgba(78, 151, 253, 0.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 {
    width: 150px;
}
.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 0.25s cubic-bezier(0.645, 0.045, 0.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;
    gap: 9px;
}
.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: 30px;
    line-height: 1;
    position: relative;
    width: 1em;
}
.header-action-2 .header-action-icon-2 > a img {
    width: 100%;
}
.header-action-2 .header-action-icon-2 > a span.pro-count {
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -5px;
    width: 14px;
}
.cart-dropdown-wrap ul li {
    display: flex;
    flex-wrap: wrap;
    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: 15px;
}
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
    .main-categories-wrap
    a
    i {
    margin-right: 15px;
}
.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
    a {
    color: hsla(0, 0%, 100%, 0.7);
}
.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 14px;
    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:hover > a {
    fill: var(--color-brand);
    color: var(--color-brand);
}
.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.header-middle-ptb-1 {
    padding: 25px 0;
}
.cart-dropdown-wrap {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    opacity: 0;
    padding: 30px 20px 27px;
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    width: 360px;
    z-index: 99;
}
.cart-dropdown-wrap.cart-dropdown-hm2 {
    right: -63px;
}
.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: dimgray;
}
.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: dimgray;
    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 0 0;
}
.cart-dropdown-wrap ul li .shopping-cart-delete a {
    color: dimgray;
    font-size: 18px;
}
.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
    color: #333;
}
.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);
    float: right;
    font-size: 18px;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    background-color: var(--color-brand);
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 42px 17px;
}
.sticky-bar.stick {
    animation: fadeInDown 0.7s ease-in-out 0s 1 normal none running;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.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 0.3s ease 0s;
    width: 170px;
}
.search-style-2 {
    border: 1px solid var(--color-primary);
}
.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: transparent;
    color: #444;
    font-size: 14px;
    min-height: 52px;
    padding: 3px 62px 3px 20px;
    border-radius: 0px !important;
}
.search-style-2 form input::-moz-input-placeholder {
    color: #444;
    opacity: 1;
}
.search-style-2 form input:focus {
    border: none;
}
.search-style-2 form button {
    background-color: transparent;
    border: none;
    color: var(--color-brand);
    font-size: 20px;
    height: 100%;
    padding: 5px 17px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header-bottom-bg-color {
    background-color: var(--color-brand);
}
.header-bottom-shadow {
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
}
.header-bottom .header-action-right a span.pro-count {
    background-color: #fff;
    color: var(--color-brand);
}
.search-style-3 form {
    position: relative;
}
.search-style-3 form input {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 26px;
    color: #444;
    font-size: 14px;
    height: 40px;
    padding: 3px 50px 3px 20px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.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 input:focus {
    border: 1px solid var(--color-brand);
}
.search-style-3 form button {
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 14px;
    height: 100%;
    padding: 0 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.search-style-3 form button:hover {
    color: var(--color-brand);
}
.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 0.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 0.5s ease-in-out,
        opacity 0.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: 0.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: 40px;
    padding: 0;
    position: relative;
    width: 40px;
}
.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 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.close-style-wrap .close-style > i.icon-top:after {
    transform: scaleX(0) translateZ(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.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 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.close-style-wrap .close-style > i.icon-bottom:after {
    transform: scaleX(0) translateZ(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.close-style-wrap .close-style > i:after,
.close-style-wrap .close-style > i:before {
    background-color: #111;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.burger-icon {
    cursor: pointer;
    height: 20px;
    position: relative;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 24px;
}
.burger-icon > span {
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.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-white > span:after,
.burger-icon.burger-icon-white > span:before {
    background-color: #fff;
}
.body-overlay-1 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    cursor: crosshair;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.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 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-header-wrapper-style {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    min-height: 100vh;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate(200px);
    visibility: hidden;
    width: 360px;
    z-index: 99999;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
    background-color: var(--color-brand);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 30px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    align-items: center;
    background-color: #fff;
    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: 120px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area {
    padding: 30px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    display: block;
    padding: 18px 0 20px;
    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%, 0.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: "";
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    a {
    color: #fff;
    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%, 0.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%, 0.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: #fff;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap {
    margin-bottom: 30px;
    padding: 25px 0 30px;
}
.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: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.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%, 0.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 {
    color: var(--color-brand);
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info:hover
    > a {
    color: hsla(0, 0%, 100%, 0.7);
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-border {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}
.mobile-social-icon a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    text-align: center;
    transition-duration: 0.5s;
    width: 34px;
}
.mobile-social-icon a:hover {
    transform: translateY(-2px);
    transition-duration: 0.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.facebook:hover {
    background-color: #fff;
    color: #333;
}
.mobile-social-icon a.twitter {
    background-color: #55acee;
    border: 1px solid #55acee;
}
.mobile-social-icon a.twitter:hover {
    background-color: #fff;
    color: #333;
}
.mobile-social-icon a.tumblr {
    background-color: #35465c;
    border: 1px solid #35465c;
}
.mobile-social-icon a.tumblr:hover {
    background-color: #fff;
    color: #333;
}
.mobile-social-icon a.instagram {
    background-color: #e4405f;
    border: 1px solid #e4405f;
}
.mobile-social-icon a.instagram:hover {
    background-color: #fff;
    color: #333;
}
.mobile-search {
    padding: 30px 0;
}
.categories-button-active-2 {
    display: block !important;
    padding: 21px 0;
}
.categories-button-active-2 i {
    float: right;
    position: relative;
    top: 5px;
}
#news-flash {
    margin-bottom: -8px;
    min-width: 400px;
}
.header-info i {
    color: var(--primary-color);
    font-size: var(--fs-smaller);
}
.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: 14px;
    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, 0.06);
    left: 0;
    margin-top: 20px;
    opacity: 0;
    padding: 33px 0 35px;
    position: absolute;
    top: 100%;
    transition: all 0.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, 0.06);
    left: 100%;
    margin-top: 20px;
    opacity: 0;
    padding: 33px 0 35px;
    position: absolute;
    top: -110px;
    transition: all 0.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, 0.06);
    left: 0;
    margin-top: 20px;
    opacity: 0;
    padding: 35px 25px 35px 35px;
    position: absolute;
    top: 100%;
    transition: all 0.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, 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: dimgray;
    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 0.6s cubic-bezier(0.25, 0.8, 0.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 > nav > ul > li {
    padding: 0 17px;
}
.main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 60px;
}
.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: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 500;
}
.main-categories-wrap > a span {
    margin-right: 10px;
}
.main-categories-wrap > a > i.up {
    opacity: 0;
    position: absolute;
    right: 0;
    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;
}
.hotline p {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
}
.hotline p span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}
.categories-dropdown-active-large {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
    font-size: 14px;
    font-weight: 400;
    left: 0;
    list-style-type: none;
    margin: 0;
    min-width: 270px;
    opacity: 0;
    padding: 15px 0 10px;
    position: absolute;
    top: 177%;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    z-index: 10;
}
.categories-dropdown-active-large.open {
    opacity: 1;
    visibility: visible;
}
.categories-dropdown-active-small {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
    display: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 14px 0 23px;
    width: 100%;
    z-index: 9;
}
.categories-dropdown-wrap ul li {
    display: block;
}
.categories-dropdown-wrap ul li a {
    align-items: center;
    color: #444;
    display: flex;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 34px;
}
.categories-dropdown-wrap ul li a:hover {
    background-color: rgba(78, 151, 253, 0.1);
    color: var(--color-brand);
}
.categories-dropdown-wrap ul li a i,
.categories-dropdown-wrap ul li a svg {
    font-size: 18px;
    margin-right: 16px;
    opacity: 0.9;
}
.categories-dropdown-wrap ul li a svg {
    height: auto;
    width: 18px;
}
.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 {
    position: relative;
}
.categories-dropdown-wrap ul li.has-children > a:after {
    content: "";
    font-family: Font Awesome\5 Pro;
    margin-top: -10px;
    position: absolute;
    right: 30px;
    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, 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 .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 0.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;
}
.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: 0.2s;
}
.widget-category ul > li:hover {
    padding-left: 5px;
    transition-duration: 0.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: 0.2s cubic-bezier(0.65, 0.23, 0.31, 0.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%, 0.5);
    line-height: 1;
    padding-right: 4px;
}
.follow-us .social-icon {
    display: inline-block;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.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 {
    border-bottom: 1px solid #eee;
}
.sidebar-widget .widget-header h5 {
    font-size: 14px;
    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, 0.15);
    display: table;
    font-size: 14px;
    padding: 7px 0;
    text-align: right;
    width: 100%;
}
.widget_categories {
    background-color: #f7f8f9;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 20px 10px;
}
.widget_categories li.cat-item:last-child {
    border: none;
}
.widget_archive li a,
.widget_categories li.cat-item a,
.widget_pages li a {
    float: left;
    padding: 0;
    text-align: left;
}
.newsletter h4,
.newsletter h5 {
    color: #fff;
}
.widget_tags {
    background-color: #f7f8f9;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}
.widget_tags a {
    background-color: #fff;
    border-radius: 26px;
    color: var(--color-grey-2);
    display: inline-block;
    margin: 0 8px 10px 0;
    padding: 4px 15px 5px;
}
.newsletter .icon-email {
    margin-right: 15px;
    max-width: 40px;
}
.newsletter .form-subcriber input {
    border: 0;
    border-radius: 50px 0 0 50px;
    font-size: 14px;
    padding: 0 20px 0 30px;
}
.newsletter .form-subcriber button {
    border: 0;
    border-radius: 0 50px 50px 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, 0.08);
    width: 170px;
}
.footer-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.footer-list li {
    display: block;
    margin: 0 0 13px;
    transition-duration: 0.3s;
}
.footer-list li:last-child {
    margin: 0;
}
.footer-list li:hover {
    padding-left: 5px;
    transition-duration: 0.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: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 30px;
    text-align: center;
    transition: 0.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);
}
.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 {
        fill: #fff;
        color: #fff;
        font-size: 22px;
        margin-right: 10px;
    }
    .cart-dropdown-wrap {
        right: -39px;
        width: 290px;
    }
    .cart-dropdown-wrap.cart-dropdown-hm2 {
        right: -63px;
    }
    .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;
    }
}
@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 {
        width: 340px;
    }
    .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: 480px) {
    .carousel-4-columns,
    .carousel-6-columns {
        max-width: 375px;
        overflow: hidden;
    }
    .slider-arrow .slider-btn.slider-next {
        right: 0 !important;
    }
    .slider-arrow .slider-btn.slider-prev {
        left: 0 !important;
    }
    .hero-slider-1 {
        height: unset;
    }
    .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;
    }
    .banner-img,
    .banner-left-icon {
        margin-bottom: 15px;
    }
    .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;
    }
    .heading-tab {
        display: block !important;
    }
    .heading-tab h3.section-title {
        margin-bottom: 15px !important;
    }
    .nav.right {
        justify-content: start;
    }
    .hero-slider-1.style-2 .single-slider-img {
        display: none;
    }
    ul.footer-list {
        margin-bottom: 30px;
    }
    .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 .total-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;
    }
    .loop-grid.pr-30 {
        padding-right: 0 !important;
    }
    .loop-grid.loop-list article {
        display: block;
    }
}
.image-viewer__item {
    background-color: #eee;
    border: 1px solid #c4c6cf;
    height: 70px;
    margin-right: 2px;
    margin-top: 5px;
    position: relative;
    text-align: initial;
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.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;
}
.image-upload__uploader-container:hover {
    cursor: pointer;
}
.image-upload__uploader-container .image-upload__uploader {
    align-items: center;
    border: 1px dashed #c4c6cf;
    display: flex;
    flex-direction: column;
    height: 70px;
    justify-content: center;
    position: relative;
    width: 70px;
}
.image-upload__uploader-container .image-upload__uploader:hover {
    background: #d9edf7;
}
.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: #333;
    font-size: 10px;
    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;
}
.image-viewer__list {
    display: block;
    width: 100%;
}
.image-viewer__icon-remove {
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: -1px;
    z-index: 1;
}
.image-viewer__icon-remove i {
    background: #848484;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}
.image-viewer__list.is-loading .loading {
    display: block !important;
}
.help-block {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    cursor: help;
    display: block;
    font-size: 0.9em;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 5px;
}
.image-upload__viewer .image-viewer__list .loading {
    background-color: rgba(146, 162, 177, 0.52);
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.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: 0.25rem !important;
    display: inline-block;
    height: 100px;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 100px;
}
.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, 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;
}
.block__content .review__loading {
    align-items: center;
    background: rgba(0, 0, 0, 0.03);
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 31;
}
p:empty {
    margin-bottom: 0;
}
.required:after {
    color: #fc655e;
    content: " *";
}
.product-attributes ul {
    list-style: none;
    padding-left: 0;
}
.button-loading {
    border: 1px solid #c4cdd5;
    cursor: default;
    position: relative;
    text-shadow: none;
    transition: border-color 0.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;
    border-color: #fff #fff transparent;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px;
}
.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 {
    position: fixed;
    right: 5px;
    top: 100px;
    z-index: 9999999;
}
#alert-container .alert {
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.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 {
    background-color: #bff9d0;
    color: #299c77;
}
#alert-container .alert .message-icon {
    fill: #299c77;
    stroke: #299c77;
    font-size: 20px;
    left: 5%;
    position: absolute;
    top: 30%;
}
#alert-container .alert.alert-dismissible .close {
    font-size: 10px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 20px;
}
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: 10px;
}
.product__color ol,
.product__color ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product__color .color-swatch li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.product__color .color-swatch li:last-child {
    margin-right: 0;
}
.product__color .color-swatch li span {
    margin-bottom: 0;
}
.widget__title {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.attribute-name {
    margin-bottom: 5px;
}
.attribute-values ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.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-radius: 50%;
    cursor: pointer;
    display: block;
    height: 25px;
    position: relative;
    width: 25px;
}
.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: var(--color-primary);
    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;
}
.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 0.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: 0.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: 80px;
}
.rating_wrap .rating:before {
    color: #d2d2d2;
    content: "";
    float: left;
    font-size: 12px;
    font-weight: 900;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
}
.rating_wrap .rating_num {
    color: dimgray;
    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: "";
    font-size: 12px;
    font-weight: 900;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
}
.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 0.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, 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 .half-circle-spinner {
    left: 0;
    position: absolute;
    right: 0;
    top: 200px;
}
.list-content-loading .half-circle-spinner .circle {
    border: 5px solid transparent;
}
@media screen and (max-width: 768px) {
    .list-content-loading {
        top: 15px;
    }
    .post-list .post-thumb {
        max-width: 100%;
    }
    .deals-countdown .countdown-section {
        padding: 0.4rem 0 0.3rem;
    }
    .deals-countdown .countdown-section .countdown-amount {
        font-size: 15px;
        height: 40px;
        width: 40px;
    }
}
.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-cart-wrap .product-grid-4 .col-6 .product-cart-wrap .product-action-1 {
    margin-top: 10px;
    position: static;
    text-align: left;
}
.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 {
    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, 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;
}
.product__attribute .attribute-swatch-item.pe-none > div {
    pointer-events: none !important;
}
.cart-dropdown-wrap small {
    font-size: 80%;
}
.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;
}
.rate {
    display: flex;
}
.rate > input {
    display: none;
}
.rate > label {
    color: #ffc700;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}
.rate > label:before {
    color: inherit;
    content: "★";
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    transition: color 0.35s ease;
    width: 20px;
}
.rate > input:checked ~ label {
    color: #ccc;
}
.rate > input:checked + label {
    color: #ffc700;
}
.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: 25px;
    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: 0.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: 0.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: 800px !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: 30px;
    top: 30px;
    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-wrap {
    min-height: 60px;
}
.categories-dropdown-wrap ul li.has-children .dropdown-menu {
    min-width: 0;
}
.categories-dropdown-wrap .mega-menu-col ul li {
    width: 100%;
}
.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, 0.02);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -10px;
}
.product-extra-link2 a {
    height: 44px;
    line-height: 44px;
}
.has-buy-now-button .button.button-add-to-cart,
.has-buy-now-button .button.button-buy-now {
    padding: 10px 20px;
}
.has-buy-now-button .button.button-buy-now {
    background-color: var(--color-primary);
}
.deal-co {
    margin: 15px 0;
}
.popular-categories .card-1 h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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: 25px;
}
.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 {
    padding-left: 15px;
}
.block--review .block__content {
    padding-top: 10px;
}
.block--review:last-child {
    border-bottom: none;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.block--review .block__content {
    padding-top: 0;
}
.block--review .block__header {
    align-items: start;
}
.block--review > .block__header {
    padding-bottom: 15px;
}
.block--review > .block__header p {
    color: var(--color-heading);
}
.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: 0.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: 0 !important;
    min-width: 40px;
    padding: 0 10px;
    width: auto;
}
.categories-dropdown-wrap ul li a {
    padding: 5px 25px;
    white-space: normal;
}
.categories-dropdown-wrap ul li a img {
    margin-right: 16px;
    margin-top: 1px;
    opacity: 0.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: 120px;
        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: 2px solid #eee;
    border-right: none;
    color: #444;
    font-size: 14px;
    line-height: 42px;
    min-height: 42px;
    padding: 3px 35px 3px 20px;
    position: relative;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}
.form-group--icon .product-cat-label:after {
    color: #444;
    content: "";
    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: 42px;
    opacity: 0;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.shop-product-filter-header .custome-checkbox {
    max-height: 300px;
    overflow-y: auto;
}
.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;
}
.custom-radio label,
.custome-checkbox label {
    display: inline-block;
}
.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, 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;
    padding-inline-end: 45px;
    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(0.7) !important;
    transition: transform 0.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;
}
@media screen and (min-width: 769px) {
    .mobile-header-wrapper-style.sidebar-visible {
        opacity: 0;
        transform: translate(200px);
        visibility: hidden;
    }
    .mobile-menu-active .body-overlay-1 {
        opacity: 0;
        visibility: hidden;
    }
}
.lg-backdrop {
    z-index: 10400 !important;
}
.lg-outer {
    z-index: 10500 !important;
}
.ps-custom-scrollbar {
    max-height: 250px;
    overflow-y: auto;
}
.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%, 0.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: 11px 20px 11px 10px;
}
.ps-list--categories li {
    border-bottom: 1px dotted rgba(0, 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: scroll;
}
#quick-shop-modal.custom-modal .modal-dialog {
    max-width: 600px !important;
}
#quick-shop-modal.custom-modal .modal-dialog .modal-content {
    max-height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
}
#quick-shop-modal.custom-modal .modal-dialog .modal-content .modal-body {
    padding: 30px;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .detail-info
    .product-price-cover {
    border: none;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body.modal-empty {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 300px;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body.modal-empty
    .loading-spinner {
    display: flex;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .loading-spinner,
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body.modal-empty
    .quick-shop-content {
    display: none;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .title-detail {
    color: #253d4e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .product-price-cover {
    margin-bottom: 20px;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .product-price-cover
    .product-price
    .current-price {
    font-size: 24px;
    font-weight: 700;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .product-price-cover
    .product-price
    .old-price {
    color: #adadad;
    text-decoration: line-through;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .product-price-cover
    .product-price
    .save-price {
    color: #3bb77e;
    font-weight: 600;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .pr_switch_wrap {
    margin-bottom: 20px;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .detail-extralink {
    align-items: center;
    display: flex;
    gap: 15px;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .detail-extralink
    .detail-qty {
    margin-bottom: 0;
    margin-right: 0;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .detail-extralink
    .detail-qty
    .qty-down,
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .detail-extralink
    .detail-qty
    .qty-up {
    color: #7e7e7e;
    text-decoration: none;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .detail-extralink
    .detail-qty
    .qty-down:hover,
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .detail-extralink
    .detail-qty
    .qty-up:hover {
    color: #3bb77e;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .detail-extralink
    .product-extra-link2
    .button {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    margin-bottom: 0;
    padding: 12px 25px;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .detail-extralink
    .product-extra-link2
    .button
    i {
    font-size: 14px;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .font-xs {
    margin-top: 15px;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .font-xs
    a {
    text-decoration: none;
}
#quick-shop-modal.custom-modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-detail.accordion-detail
    .detail-info
    .font-xs
    a
    i {
    margin-left: 5px;
}
.mobile-menu-wrap .main-categories-wrap .categories-dropdown-wrap .menu-expand {
    border-radius: 50%;
    color: hsla(0, 0%, 100%, 0.7);
    cursor: pointer;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}
.mobile-menu-wrap
    .main-categories-wrap
    .categories-dropdown-wrap
    .menu-expand
    i,
.mobile-menu-wrap
    .main-categories-wrap
    .categories-dropdown-wrap
    .menu-expand
    svg {
    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: 25px;
    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: 0.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: 0.9rem;
}
.product-detail .shop_info_tab.entry-main-content ol,
.product-detail .shop_info_tab.entry-main-content ul {
    list-style: disc;
    margin-bottom: 25px;
    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: 0.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: 0.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,
html {
    overflow-x: hidden !important;
}
.dot-style-1 ul li,
.nav.nav-tabs li {
    list-style: none;
}
input.qty-input[type="number"] {
    line-height: 20px;
}
.panel--search-result {
    background-color: #fff;
    margin-top: 10px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: scaleZ(0);
    transition: all 0.4s ease;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
.panel--search-result .panel__content {
    max-height: 400px;
    overflow-y: auto;
}
.panel--search-result .panel__footer {
    border-top: 1px solid #eaeaea;
    padding: 10px 0;
    text-align: center;
}
.panel--search-result.active {
    opacity: 1;
    transform: scaleX(1);
    visibility: visible;
}
.header-right .panel--search-result {
    border: 2px solid rgba(var(--color-brand-rgb), 0.4);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0;
    left: -2px;
    width: calc(100% + 4px);
}
.mobile-search .product-cart-wrap:not(:last-child) {
    margin-bottom: 0 !important;
}
.mobile-search .panel--search-result {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 5px;
    border-color: rgba(var(--color-brand-rgb), 0.4);
    border-top: 0;
    top: 97%;
}
.product-sidebar .custome-checkbox.ps-custom-scrollbar {
    margin-left: -1.5rem;
    overflow-y: hidden;
}
.shop-product-filter-header
    .custome-checkbox
    .ps-list--categories
    > .form-check {
    padding-left: 0;
}
@media screen and (max-width: 991px) {
    .hero-slider-1.style-3 .hero-slider-content-2 {
        padding-left: 60px;
        top: 35%;
    }
}
.customer-page .card {
    border: none;
}
.customer-page .nav-tabs .nav-item .nav-link {
    padding: 10px 20px !important;
}
.customer-page .delete-account-section {
    border: 1px solid #dee2e6;
}
.customer-page .delete-account-section .customer-page-title {
    font-size: 20px;
}
.customer-page .delete-account-section h2 {
    margin-bottom: 0.5rem;
}
.customer-page .delete-account-section p {
    margin-bottom: 15px;
}
.customer-page button.btn.btn-outline-danger {
    background: #fff;
    border: 1px solid #dc3545;
    color: #dc3545;
}
.customer-page button.btn.btn-outline-danger:hover {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.tp-product-details-additional-info table {
    border: 1px solid #e0e2e3;
    width: 100%;
}
.tp-product-details-additional-info table tr:not(:last-child) {
    border-bottom: 1px solid #eceded;
}
.tp-product-details-additional-info table td {
    padding: 12px 34px;
}
.tp-product-details-additional-info table td:first-child {
    background-color: #f9f9f9;
    color: #000;
    font-size: 16px;
    width: 306px;
}
.tp-product-details-additional-info table td:last-child {
    font-size: 16px;
}
.main-menu ul li a svg {
    height: 18px;
    margin-top: -3px;
    margin-inline-end: 3px;
    vertical-align: middle;
    width: 18px;
}
.mobile-social-icon a svg {
    height: 18px;
    margin-top: 7px;
    vertical-align: top;
    width: 18px;
}
#news-flash ul li svg {
    height: 18px;
    margin-top: 2px;
    vertical-align: top;
    width: 18px;
}
.bb-product-filter-items li label:after,
.bb-product-filter-items li label:before {
    top: 2px !important;
}
.size-filter.list-filter li {
    margin-inline-end: 5px;
}
.size-filter.list-filter li span {
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
}
.section--shopping-cart .table--cart thead .main-heading {
    background: #f4f5f9;
}
.section--shopping-cart .table--cart > tbody {
    border-top: none;
}
@media (max-width: 768px) {
    .section--shopping-cart .divider.center_icon {
        margin: 30px 0 0 !important;
    }
    .section--shopping-cart .table-responsive {
        background: #f4f5f9;
    }
    .section--shopping-cart .table-responsive .table--cart tr:first-child td {
        padding-top: 25px;
    }
    .section--shopping-cart .cart-totals .table-responsive {
        background: none;
        padding: 0;
    }
    .section--shopping-cart .cart-totals .table-responsive .cart_total_amount,
    .section--shopping-cart .cart-totals .table-responsive .cart_total_label {
        box-shadow: none;
    }
}
.bb-product-filter-link i {
    text-align: center;
    width: 20px;
}
.hero-slider-content-2 {
    padding: 50px 0;
}
