@import url(https://fonts.bunny.net/css?family=dm-sans:400,500,700|kanit:700);
/*import vendors*/
@import url(../css/vendors/normalize.css);
@import url(../css/vendors/uicons-regular-rounded.css);
@import url(../css/plugins/swiper-bundle.min.css);
@import url(../css/plugins/select2.min.css);
@import url(../css/plugins/slick.css);
@import url(../css/plugins/animate.min.css);
/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    /* border: 0; */
    font-size: 100%;
    vertical-align: baseline;
}
main {
    display: block;
    clear: both;
}
thead {
    font-weight: 600;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    top: 0 !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

input,
select,
button,
textarea {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
}

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

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

li.hr span {
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    margin: 20px 0;
    display: block;
}

/*--- Common Classes---------------------*/
::-moz-selection {
    background: #425a8b; /* WebKit/Blink Browsers */
    color: #fff;
}
::selection {
    background: #425a8b; /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #425a8b; /* Gecko Browsers */
    color: #fff;
}

::-moz-placeholder {
    color: #b2c2e1;
    opacity: 1;
}

::placeholder {
    color: #b2c2e1;
    opacity: 1;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
    color: #b2c2e1;
    opacity: 1;
}

.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: center center;
    background-size: cover;
}

.position-relative {
    position: relative;
}

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

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

.border-radius {
    border-radius: 4px;
}

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

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

.border-radius-15 {
    border-radius: 15px;
}

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

.hover-up {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
    transform: translateY(-2px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

a {
    text-decoration: none;
    color: #0ba9ed;
}

a:hover {
    color: #0ba9ed;
}

*:hover {
    transition-duration: 0.2s;
}

.img-responsive {
    max-width: 100%;
}

body {
    font-family: "DM Sans", sans-serif;
}

.font-xs-bold {
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}

.font-sm-bold {
    font-family: "DM Sans", sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: bold !important;
}

.font-md-bold {
    font-family: "DM Sans", sans-serif;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: bold !important;
}

.font-lg-bold {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.font-xs {
    font-family: "DM Sans", sans-serif;
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 400;
}

.font-sm {
    font-family: "DM Sans", sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400;
}

.font-sm-lh32 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
}

.font-md {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.font-lg {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.font-xl {
    font-family: "DM Sans", sans-serif;
    font-size: 28px;
    line-height: 32px;
}

.font-xxl {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

.font-2xl {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.font-3xl {
    font-family: "DM Sans", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}

.font-base {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.font-base-2 {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
}

.font-desc {
    font-family: "DM Sans", sans-serif;
    font-size: 19px;
    line-height: 27px;
    font-weight: 400;
}

.bg-1 {
    background-color: #eae4e9;
}

.bg-2 {
    background-color: #fff3ea;
}

.bg-3 {
    background-color: #fff2f3;
}

.bg-4 {
    background-color: #fff1f6 !important;
}

.bg-5 {
    background-color: #dbece5;
}

.bg-6 {
    background-color: #e8fcff !important;
}

.bg-7 {
    background-color: #f0efeb;
}

.bg-8 {
    background-color: #dfe7fd;
}

.bg-9 {
    background-color: #d1ecfd !important;
}

.bg-10 {
    background-color: #ddd3fa !important;
}

.bg-11 {
    background-color: #d4f7ff;
}

.bg-11-2 {
    background-color: #dcf4e0;
}

.bg-11-3 {
    background-color: #f7e5d5;
}

.bg-12 {
    background-color: #d9d9d9;
}

.bg-13 {
    background-color: #fff4f6;
}

.bg-14 {
    background-color: #e0f2ee;
}

.bg-15 {
    background-color: #5c74a6;
}

.bg-16 {
    background-color: #c8dce8;
}

.bg-17 {
    background-color: #c4e3d6;
}

.bg-18 {
    background-color: #a4eee1;
}

.bg-19 {
    background-color: #cbe9ff;
}

.bg-20 {
    background-color: #ffd5c8;
}

.bg-21 {
    background-color: #caefdf;
}

.bg-22 {
    background-color: #b8f2ff;
}

.bg-26 {
    background-color: #fff5db;
}

.bg-27 {
    background-color: #f5ecdd !important;
}

.bg-28 {
    background-color: #bad0e7 !important;
}

.bg-29 {
    background-color: #ffdebf !important;
}

.bg-30 {
    background-color: #d6eff2 !important;
}

.bg-31 {
    background-color: #f8faff !important;
}

.bg-32 {
    background-color: #f9f9f9 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 64px;
    line-height: 83px;
    font-weight: bold;
}

h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 45px;
    line-height: 58px;
    font-weight: bold;
}

h3 {
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    line-height: 41px;
    font-weight: bold;
}

h4 {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
}

h5 {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}

h6 {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

.bgrd-4 {
    border-radius: 4px;
}

.bg-brand-1 {
    background-color: #0ba9ed !important;
}

.bg-brand-2 {
    background-color: #2e486f !important;
}

.bg-color-success {
    background-color: #5bc694;
}

.bg-color-danger {
    background-color: #f53658;
}

.bg-color-info {
    background-color: #27b3d2;
}

.bg-gray-50 {
    background-color: #f0f3f8;
}

.bd-gray-200 {
    border-color: #cad6ec !important;
}

.box-count {
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.box-count .deals-countdown {
    border-radius: 34px;
    background-color: #425a8b;
    display: flex;
    padding: 4px 12px;
    width: 84%;
    margin: auto;
    max-width: 230px;
}
.box-count .deals-countdown .countdown-section {
    display: inline-block;
    text-align: center;
    width: 25%;
    line-height: 12px;
    position: relative;
}
.box-count .deals-countdown .countdown-section::before {
    content: ":";
    position: absolute;
    top: 3px;
    right: -1px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}
.box-count .deals-countdown .countdown-section span {
    display: block;
    color: #ffffff;
}
.box-count .deals-countdown .countdown-section .countdown-period {
    text-transform: capitalize;
}
.box-count .deals-countdown .countdown-section:last-child::before {
    display: none;
}
.box-count.box-count-square {
    margin-bottom: 5px;
}
.box-count.box-count-square .deals-countdown {
    background-color: #ffffff;
    width: 100%;
    margin: auto;
    text-align: center;
    display: inline-block;
    max-width: 250px;
}
.box-count.box-count-square .deals-countdown .countdown-section {
    display: inline-block;
    text-align: center;
    line-height: 12px;
    position: relative;
    margin: 0px 7px;
    width: auto;
}
.box-count.box-count-square .deals-countdown .countdown-section::before {
    content: ":";
    position: absolute;
    top: 12px;
    right: -9px;
    font-weight: bold;
    font-size: 16px;
    color: #425a8b;
}
.box-count.box-count-square
    .deals-countdown
    .countdown-section
    .countdown-period {
    color: #8c9ec5;
}
.box-count.box-count-square .deals-countdown .countdown-amount {
    background-color: #2e486f;
    border-radius: 4px;
    color: #ffffff;
    padding: 10px 0px;
    width: 42px;
    display: inline-block;
    margin-bottom: 5px;
}
.box-count.hide-period {
    margin-bottom: 0px;
    position: relative;
    bottom: -5px;
    display: inline-block;
    vertical-align: middle;
}
.box-count.hide-period .deals-countdown {
    padding: 4px 2px;
}
.box-count.hide-period .countdown-section .countdown-period {
    display: none;
}

.box-all-hurry {
    display: inline-block;
    position: relative;
    bottom: -20px;
}

.box-text-hurryup {
    vertical-align: middle;
    line-height: 16px;
    padding: 7px 0px 0px 0px;
}
.box-text-hurryup .font-md-bold {
    line-height: 20px;
}
.box-text-hurryup .font-xs {
    line-height: 14px;
}

.lh-14 {
    line-height: 14px !important;
}

.lh-16 {
    line-height: 16px !important;
}

.divide {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #d5dfe4;
    margin: 10px 0px 20px 0px;
}

.box-progress {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
}
.box-progress .progress-bar {
    display: inline-block;
    width: 100%;
    background-color: #d5dfe4;
    height: 9px;
    border-radius: 24px;
    overflow: visible;
}
.box-progress .progress-bar .progress-bar-inner {
    background-color: #2e486f;
    border-radius: 24px;
    width: 50%;
    height: 9px;
    position: relative;
}
.box-progress .progress-bar .progress-bar-inner::before {
    content: "";
    height: 15px;
    border-radius: 50%;
    background-color: #2e486f;
    width: 15px;
    position: absolute;
    top: -3px;
    right: -3px;
}
.box-progress.box-progress-small .progress-bar {
    height: 6px;
}
.box-progress.box-progress-small .progress-bar .progress-bar-inner {
    height: 6px;
}
.box-progress.box-progress-small .progress-bar .progress-bar-inner::before {
    height: 11px;
    width: 11px;
    top: -3px;
}

.width-100 {
    width: 100%;
}

.section-box {
    display: inline-block;
    width: 100%;
}

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

.font-medium {
    font-weight: 500 !important;
}

.font-18 {
    font-size: 18px;
    line-height: 23px;
    color: #0ba9ed;
    font-weight: 400;
}

.font-30 {
    font-size: 30px;
    line-height: 39px;
    color: #0e224d;
    font-weight: bold;
}

.font-32 {
    font-size: 32px;
    line-height: 31px;
    color: #0e224d;
    font-weight: bold;
}

.font-33 {
    font-size: 30px;
    line-height: 35px;
    color: #0e224d;
    font-weight: bold;
}

.font-59 {
    font-size: 59px;
    line-height: 64px;
    color: #0e224d;
    font-weight: bold;
}

.font-55 {
    font-size: 55px;
    line-height: 62px;
    color: #0e224d;
    font-weight: bold;
}

.font-16 {
    font-size: 16px !important;
    line-height: 23px !important;
    color: #425a8b !important;
}

.font-68 {
    font-size: 68px;
    line-height: 70px;
}

.font-11 {
    font-size: 11px !important;
    line-height: 18px !important;
}

.font-17 {
    font-size: 17px;
    line-height: 22px;
}

.font-46 {
    font-size: 46px;
    line-height: 60px;
}

.font-23 {
    font-size: 23px;
    line-height: 26px;
}

.h-500 {
    height: 500px !important;
}

.color-brand-1 {
    color: #0ba9ed !important;
}

.color-brand-2 {
    color: #2e486f !important;
}

.color-brand-3 {
    color: #425a8b !important;
}

.color-blue {
    color: #3aa1ff !important;
}

.color-success {
    color: #5bc694;
}

.color-danger {
    color: #f53658;
}

.color-warning {
    color: #ffb067;
}

.color-gray-500 {
    color: #8c9ec5;
}

.color-gray-700 {
    color: #6b83b6;
}

.color-gray-900 {
    color: #425a8b;
}

.color-gray-1000 {
    color: #0e224d;
}

.color-gray-1100 {
    color: #253d4e;
}

.color-white {
    color: #ffffff !important;
}

.color-green {
    color: #00ff8a !important;
}

.color-border-1 {
    color: #d5dfe4;
}

.background-gray-100 {
    background-color: #dde4f0 !important;
}

.background-gray-50 {
    background-color: #f0f3f8 !important;
}

.w-auto {
    width: auto !important;
}

.mw-80 {
    max-width: 80%;
}

.border-bottom {
    border-color: #dde4f0 !important;
}

.pagination {
    margin-bottom: 20px;
}

.opacity-100 {
    opacity: 1 !important;
}

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

a,
button,
img,
input,
span,
h4 {
    transition: all 0.3s ease 0s;
}

@keyframes slideleft {
    10% {
        opacity: 0;
        transform: scale(0);
        right: 0;
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    90% {
        opacity: 0;
        transform: scale(0);
        right: 100%;
    }
}
[data-loader="spinner"] {
    width: 35px;
    height: 35px;
    display: inline-block;
    animation: spinner 1.2s infinite ease-in-out;
    background: url(../imgs/theme/favicon.svg);
    box-shadow: 0 0 10px #fff;
}
@keyframes spinner {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    }
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
    }
    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}
@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}
@keyframes jump {
    0% {
        transform: translate3d(0, 20%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.jump {
    transform-origin: 0;
    animation: jump 0.5s linear alternate infinite;
}

/*TYPOGRAPHY*/
body {
    color: #425a8b;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
    position: relative;
}

.font-heading,
.display-1,
.display-2,
.heading-lg,
.heading-sm-1 {
    font-family: "DM Sans", sans-serif;
    color: #425a8b;
    font-weight: 700;
    line-height: 1.2;
}

.page-content {
    line-height: 1.25;
}
.page-content p {
    margin-bottom: 10px;
}
.page-content h5 {
    margin-bottom: 15px;
}

a.text-brand-3 {
    color: #425a8b;
}
a.text-brand-3:hover {
    color: #0ba9ed;
}

.btn {
    border-radius: 4px;
    padding: 10px 22px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}
.btn.btn-arrow {
    font-size: 12px;
    line-height: 32px;
    color: #0ba9ed;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 15px;
    text-transform: uppercase;
    background: url(../imgs/template/icons/arrow.svg) no-repeat right 0px top
        20px;
}
.btn.btn-brand-2 {
    background-color: #2e486f;
    color: #ffffff;
    font-weight: bold;
}
.btn.btn-brand-2:hover {
    background-color: #425a8b;
}
.btn.btn-brand-3 {
    background-color: #425a8b;
    color: #ffffff;
    font-weight: bold;
}
.btn.btn-brand-3:hover {
    background-color: #2e486f;
}
.btn.btn-info {
    background-color: #27b3d2;
    color: #ffffff;
    font-weight: bold;
}
.btn.btn-info:hover {
    background-color: #2e486f;
    border-color: #2e486f;
}
.btn.btn-arrow-right {
    background-image: url(../imgs/template/icons/arrow-white.svg);
    background-position: center right 18px;
    background-repeat: no-repeat;
    padding-right: 34px;
}
.btn.btn-link {
    color: #425a8b;
    font-size: 14px;
    line-height: 18px;
}
.btn.btn-link:hover {
    color: #2e486f;
}
.btn.btn-link-brand-2 {
    color: #2e486f;
    font-size: 12px;
    line-height: 32px;
    font-weight: bold;
    padding-left: 0px;
    text-transform: uppercase;
}
.btn.btn-link-brand-2:hover {
    color: #425a8b;
}
.btn.btn-arrow-brand-2 {
    background-image: url(../imgs/template/icons/arrow-brand-2.svg);
    background-position: center right 18px;
    background-repeat: no-repeat;
    padding-right: 34px;
}
.btn.btn-arrow-brand-2:hover {
    background-image: url(../imgs/template/icons/arrow-gray.svg);
    background-position: center right 18px;
    background-repeat: no-repeat;
}
.btn.btn-arrow-2 {
    background-image: url(../imgs/template/icons/arrow-2.svg);
    background-position: top 3px right 10px;
    background-repeat: no-repeat;
    padding: 0px 40px 0px 0px;
    font-size: 17px;
    line-height: 19px;
    color: #2e486f;
    font-weight: bold;
}
.btn.btn-arrow-2:hover {
    color: #425a8b;
    background-image: url(../imgs/template/icons/arrow-2-hover.svg);
}
.btn.btn-arrow-2-reverse {
    color: #425a8b;
    background-image: url(../imgs/template/icons/arrow-2-hover.svg);
}
.btn.btn-arrow-2-reverse:hover {
    background-image: url(../imgs/template/icons/arrow-2.svg);
    color: #2e486f;
}
.btn.btn-arrow-small {
    background-size: 5px;
    background-position: top 6px right 18px;
    line-height: 18px;
    padding-right: 30px;
}
.btn.btn-cart {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #425a8b;
    border: 1px solid #8c9ec5;
    width: 100%;
    text-align: center;
    padding: 7px 22px;
    transition: all 0.3s ease 0s;
}
.btn.btn-cart:hover {
    border: 1px solid #425a8b;
    background-color: #425a8b;
    color: #ffffff;
}
.btn.btn-buy {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #8c9ec5;
    width: 100%;
    text-align: center;
    padding: 7px 22px;
    background-color: #425a8b;
}
.btn.btn-buy:hover,
.buttonMain:hover {
    border: 1px solid #425a8b;
    background-color: #ffffff;
    color: #425a8b;
}
.btn.btn-trend {
    border: 1px solid #d5dfe4;
    height: 30px;
    width: 30px;
    background: #ffffff url(../imgs/template/icons/trend.svg) no-repeat center;
    padding: 0px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    will-change: opacity, transform;
}
.btn.btn-trend:hover {
    background: #ffffff url(../imgs/template/icons/trend-hover.svg) no-repeat
        center;
}
.btn.btn-wishlist {
    border: 1px solid #d5dfe4;
    height: 30px;
    width: 30px;
    background: #ffffff url(../imgs/template/icons/wishlist.svg) no-repeat
        center;
    padding: 0px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    will-change: opacity, transform;
    transition-duration: 0.2s;
    transition-delay: 0.1s;
}
.btn.btn-wishlist.hoverd {
    background: #ffffff url(../imgs/template/icons/wishlist-hover.svg) no-repeat
        center;
}
.btn.btn-compare {
    border: 1px solid #d5dfe4;
    height: 30px;
    width: 30px;
    background: #ffffff url(../imgs/template/icons/compare.svg) no-repeat center;
    padding: 0px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    will-change: opacity, transform;
    transition-delay: 0.14s;
}
.btn.btn-compare:hover {
    background: #ffffff url(../imgs/template/icons/compare-hover.svg) no-repeat
        center;
}
.btn.btn-quickview {
    border: 1px solid #d5dfe4;
    height: 30px;
    width: 30px;
    background: #ffffff url(../imgs/template/icons/view.svg) no-repeat center;
    padding: 0px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    will-change: opacity, transform;
    transition-delay: 0.18s;
}
.btn.btn-quickview:hover {
    background: #ffffff url(../imgs/template/icons/view-hover.svg) no-repeat
        center;
}
.btn.btn-gray-abs {
    position: absolute;
    bottom: -20px;
    right: -15px;
    background-color: #d5dfe4;
    font-size: 14px;
    line-height: 18px;
    color: #425a8b;
    border-radius: 0px;
    border-top-left-radius: 4px;
    padding: 4px 10px;
}
.btn.btn-gray-abs:hover {
    color: #2e486f;
}
.btn.btn-gray {
    background-color: #d5dfe4;
    font-size: 12px;
    line-height: 18px;
    color: #425a8b;
    border-radius: 0px;
    border-radius: 4px;
    padding: 2px 10px;
}
.btn.btn-gray:hover {
    color: #2e486f;
}
.btn.btn-out-stock {
    background-color: #fff3ea;
    font-size: 12px;
    line-height: 18px;
    color: #f53658;
    border-radius: 0px;
    border-radius: 4px;
    padding: 2px 10px;
}
.btn.btn-out-stock:hover {
    color: #2e486f;
}
.btn.btn-open {
    height: 112px;
    width: 49px;
    background: #ffffff url(../imgs/template/open.svg) no-repeat center 68px;
    padding: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
}
.btn.btn-view-all {
    background: url(../imgs/template/icons/arrow-line.svg) no-repeat right 0px
        center;
    padding-right: 26px;
    color: #425a8b;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.btn.btn-view-all:hover {
    color: #2e486f;
}
.btn.btn-link-orange {
    text-decoration: underline;
    color: #2e486f;
}
.btn.btn-category {
    background-color: #2e486f;
    background-image: url(../imgs/page/homepage1/open-close.svg);
    background-repeat: no-repeat;
    background-position: 14px center;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    color: #ffffff;
    min-width: 183px;
    text-align: left;
}
.btn.btn-border {
    border-radius: 8px;
    border: 1px solid #b2c2e1;
    padding: 8px 16px;
    background: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #425a8b;
    margin-bottom: 10px;
}
.btn.btn-border:hover {
    background-color: #b2c2e1;
    color: #0e224d;
}
.btn.btn-filter {
    background-image: url(../imgs/page/shop/filter.svg);
    background-repeat: no-repeat;
    background-position: 15px 12px;
    background-color: #ebf0f3;
    padding: 8px 10px 8px 37px;
    border-radius: 4px;
}
.btn.btn-add-wishlist {
    background-image: url(../imgs/template/wishlist.svg);
    background-position: 0px -2px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 35px;
}
.btn.btn-add-compare {
    background-image: url(../imgs/template/compare.svg);
    background-position: 0px -2px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 35px;
}
.btn.btn-delete {
    background-image: url(../imgs/page/wishlist/delete.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    height: 34px;
    width: 34px;
}
.btn.arrow-back {
    background-image: url(../imgs/page/cart/back.svg);
    background-position: left 20px center;
    background-repeat: no-repeat;
    padding-left: 45px;
}
.btn.arrow-back:hover {
    background-image: url(../imgs/page/cart/back-hover.svg);
}
.btn.arrow-next {
    background-image: url(../imgs/page/checkout/arrow-next.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    padding-right: 45px;
}
.btn.arrow-next:hover {
    background-image: url(../imgs/page/cart/arrow-next-hover.svg);
}
.btn.update-cart {
    background-image: url(../imgs/page/cart/reload.svg);
    background-position: left 20px center;
    background-repeat: no-repeat;
    padding-left: 45px;
}
.btn.update-cart:hover {
    background-image: url(../imgs/page/cart/reload-hover.svg);
}
.btn.btn-amazon {
    padding: 5px 10px;
    border: 1px solid #dde4f0;
}
.btn.btn-amazon img {
    max-height: 42px;
}
.btn.btn-gpay {
    padding: 5px 10px;
    border: 1px solid #dde4f0;
}
.btn.btn-gpay img {
    max-height: 42px;
}
.btn.btn-paypal {
    padding: 5px 10px;
    border: 1px solid #dde4f0;
}
.btn.btn-paypal img {
    max-height: 42px;
}
.btn.btn-tags {
    background-color: #ffffff;
    border: 1px solid #8c9ec5;
    padding: 7px 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #425a8b;
    font-weight: bold;
}
.btn.btn-tags:hover {
    color: #ffffff;
    background-color: #425a8b;
}
.btn.btn-login {
    border: 1px solid #dde4f0;
    border-radius: 4px;
    padding: 14px 22px;
    background-color: #ffffff;
    width: 100%;
}
.btn.btn-login img {
    vertical-align: middle;
    margin-left: 5px;
}

.btn.btn-close {
    padding: 0px;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 12;
    right: 0px;
    top: -7px;
    background: url(../imgs/page/homepage1/close.svg) no-repeat center;
}
.btn.btn-success {
    background-color: #5bc694;
    border-color: #5bc694;
}
.btn.btn-success:hover {
    background-color: #425a8b;
    border-color: #425a8b;
}
.btn.btn-link-brand-3 {
    color: #425a8b;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
}

.dropdown-language {
    display: inline-block;
}
.dropdown-language .dropdown-toggle::after {
    display: none;
}
.dropdown-language .btn {
    padding: 0px;
}

.btn-tooltip {
    position: relative;
}
.btn-tooltip:after {
    bottom: 0;
    right: 34px;
    position: absolute;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 11px;
    padding: 7px 10px;
    color: #425a8b;
    background-color: #d5dfe4;
    content: attr(aria-label);
    line-height: 1.3;
    box-shadow: 0;
    transition: 0;
    opacity: 0;
    visibility: hidden;
    transform: 0;
    transition-duration: 0.2s;
}
.btn-tooltip:before {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 0;
    transition-delay: 0.1s;
    border: 7px solid transparent;
    border-left-color: transparent;
    border-left-color: #d5dfe4;
    z-index: 9;
    margin-bottom: 0;
    transition: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
}
.btn-tooltip:hover:after {
    opacity: 1;
    visibility: visible;
    transform: 0;
    transition-duration: 0.2s;
}
.btn-tooltip:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translateY(-8px);
    transition-duration: 0.2s;
}

.tag-dot {
    border-radius: 4px;
    padding: 5px 5px 5px 20px;
    display: inline-block;
    background: #d5dfe4 url(../imgs/template/icons/circle.svg) no-repeat 10px
        11px;
    color: #425a8b;
}

.cb-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.cb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 2px solid #cad6ec;
    border-radius: 4px;
}

.cb-container input:checked ~ .checkmark {
    border: 2px solid #2e486f;
}

.cb-container .text-small {
    color: #8c9ec5;
}

.cb-container input:checked ~ .text-small {
    color: #0e224d;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb-container input:checked ~ .checkmark:after {
    display: block;
}

.cb-container input:checked ~ .text-lbl {
    color: #425a8b;
}

.cb-container .checkmark:after {
    left: -1px;
    top: -1px;
    width: 16px;
    height: 16px;
    background: #2e486f url(../imgs/page/shop/tick.svg) no-repeat center;
}

.cb-container-2 {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 4px;
    cursor: pointer;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.cb-container-2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px solid #425a8b;
    border-radius: 0px;
}

.cb-container-2 input:checked ~ .checkmark {
    border: 1px solid #425a8b;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb-container-2 input:checked ~ .checkmark:after {
    display: block;
}

.cb-container-2 input:checked ~ .text-lbl {
    color: #425a8b;
}

.cb-container-2 .checkmark:after {
    left: 0px;
    top: 1px;
    width: 16px;
    height: 16px;
    background: url(../imgs/page/product/checked.svg) no-repeat center;
}

/*COMPONENTS -> FORM*/
.form-control {
    border: 1px solid #dde4f0 !important;
}

.form-control::-webkit-date-and-time-value {
    color: #6b83b6;
    font-size: 14px;
    line-height: 18px;
}

.form-control::-moz-placeholder {
    color: #b2c2e1;
    font-size: 14px;
    line-height: 18px;
}

.form-control::placeholder {
    color: #b2c2e1;
    font-size: 14px;
    line-height: 18px;
}

.form-control:disabled,
.form-control[readonly] {
    color: #6b83b6;
    font-size: 14px;
    line-height: 18px;
}

.box-swiper {
    position: relative;
    width: 100%;
}
.box-swiper .swiper-container {
    position: relative;
    height: 100%;
}
.box-swiper .swiper-container .item-logo {
    border: 1px solid #8c9ec5;
    padding: 39px 0px 36px 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.04);
}
.box-swiper .swiper-container .item-logo img {
    max-width: 100%;
}
.box-swiper .swiper-container .item-logo:hover {
    border: 1px solid #5971a3;
    box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
}

.swiper-button-next {
    background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}
.swiper-button-next:hover {
    background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}

.swiper-button-prev {
    background: url(../imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}
.swiper-button-prev:hover {
    background: url(../imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 31px;
    height: 31px;
    margin-top: 0px;
}

.swiper-button-next {
    left: auto;
    right: 0px;
    top: 20px;
}

.swiper-button-prev {
    left: auto;
    right: 40px;
    top: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-pagination {
    text-align: center;
    width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #2e486f;
    opacity: 0.2;
}
.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2e486f;
    width: 12px;
    height: 12px;
}
.box-swiper .swiper-pagination .swiper-pagination-bullet-active,
.box-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}

.swiper-pagination-bullet {
    margin: 10px;
}

/*Style of the location of the div that wraps the custom pager*/
.swiper-pagination-custom {
    bottom: 40px;
    padding-left: 70px;
}

.swiper-pagination-customs {
    background: url(../imgs/slider/swiper/dot.svg) no-repeat 0px 0px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    margin-right: 4px;
}

/*Customize the style representation when pager is activated*/
.swiper-pagination-customs-active,
.swiper-pagination-customs:hover {
    background: url(../imgs/slider/swiper/dot-active.svg) no-repeat 0px 0px;
    width: 12px;
    height: 12px;
    margin-bottom: -1px;
    margin-left: 3px;
    margin-right: 3px;
}

.box-button-slider {
    position: absolute;
    top: 10px;
    right: 0px;
}

.swiper-group-1 .swiper-pagination {
    bottom: 30px;
    right: 25px;
    left: unset;
    width: unset;
}
.swiper-group-1.swiper-home-3 .swiper-pagination {
    left: 0px;
}
.swiper-group-1.home-9 .swiper-pagination {
    bottom: 20px;
    left: 25px;
}

/* This line can be removed it was just for display on CodePen: */
.slider-labels {
    margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -6px;
    top: -6px;
    background-color: #345dbb;
}

/* Styling;
 */
.noUi-background {
    background: #d6d7d9;
}

.noUi-connect {
    background: #345dbb;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #345dbb;
    border: 8px solid rgba(53, 93, 187, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #2e486f;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.ui-slider-handle {
    display: none;
}

.ui-widget.ui-widget-content {
    border: 0px solid #ebebeb;
}

.noUi-target {
    border-radius: 12px;
}

.noUi-horizontal {
    height: 6px;
}

.noUi-background {
    background: #dde4f0;
}

.noUi-origin {
    border-radius: 12px;
}

.noUi-connect {
    background: #2e486f;
    transition: background 450ms;
    height: 6px;
    margin-top: 0px;
}

.noUi-horizontal .noUi-handle {
    background-color: #2e486f;
    border: 1px solid #2e486f;
    box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
    left: -6px;
    top: -6px;
}

.noUi-handle:active {
    border-width: 1px;
    left: -6px;
    top: -6px;
}

.list-col-5 {
    display: table;
    table-layout: fixed;
    width: calc(100% + 20px);
    margin: 0px -10px;
}
.list-col-5 li {
    float: left;
    width: 25%;
    padding: 0px 10px;
}
.list-col-5 li .item-list {
    border: 1px solid #d5dfe4;
    border-radius: 4px;
    display: flex;
    padding: 15px;
    height: 100%;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}
.list-col-5 li .item-list:hover {
    background-color: #f4f7fc;
    border: 1px solid #8c9ec5;
}
.list-col-5 li .item-list .icon-left {
    padding-right: 10px;
    min-width: 50px;
    max-width: 50px;
    padding-top: 5px;
}
.list-col-5 li .item-list .info-right {
    vertical-align: top;
}

.card-grid-style-1 {
    display: inline-block;
    width: 100%;
}
.card-grid-style-1 .image-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.card-grid-style-1 .image-box img {
    border-radius: 4px;
}
.card-grid-style-1 .tag-dot {
    border-radius: 4px;
    padding: 5px 5px 5px 20px;
    display: inline-block;
    background: #d5dfe4 url(../imgs/template/icons/circle.svg) no-repeat 8px
        11px;
    color: #425a8b;
}
.card-grid-style-1 a.color-gray-1100 {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.card-grid-style-2 {
    border: 1px solid #d5dfe4;
    padding: 15px;
    display: flex;
    margin-bottom: 24px;
    border-radius: 4px;
    width: calc(100% - 1px);
    min-height: 166px;
    transition-duration: 0.2s;
    overflow: hidden;
    position: relative;
}
.card-grid-style-2:hover {
    border: 1px solid #8c9ec5;
    transition-duration: 0.2s;
}
.card-grid-style-2.mh-auto {
    min-height: auto;
}
.card-grid-style-2.card-none-border {
    border: 0px;
    padding: 0px;
}
.card-grid-style-2 .image-box {
    min-width: 135px;
    max-width: 135px;
    position: relative;
    padding-right: 15px;
    text-align: center;
}
.card-grid-style-2 .image-box.mw-84 {
    max-width: 99px;
    min-width: 99px;
}
.card-grid-style-2 .image-box.mw-84 img {
    border-radius: 4px;
}
.card-grid-style-2 .image-box .label {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 2;
    border-radius: 30px;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
}
.card-grid-style-2 .info-right {
    width: 100%;
    position: relative;
}
.card-grid-style-2 .info-right a:hover {
    color: #425a8b !important;
}
.card-grid-style-2 .price-info {
    margin-top: 10px;
}
.card-grid-style-2 .price-info .price-line {
    text-decoration: line-through;
    font-size: 16px;
    line-height: 24px;
}
.card-grid-style-2 .price-info .price-main {
    margin-right: 10px;
}
.card-grid-style-2.card-grid-none-border {
    border: 0px;
    padding: 0px 5px 0px 0px;
    min-height: 0px;
    border-radius: 0px;
}
.card-grid-style-2.card-grid-none-border .image-box .label {
    left: 10px;
    top: 0px;
}
.card-grid-style-2.card-grid-none-border .image-box {
    min-width: 125px;
    max-width: 125px;
    padding-right: 10px;
}
.card-grid-style-2.card-grid-none-border .image-box img {
    max-width: 90%;
}

.card-grid-style-2-small {
    padding-bottom: 20px;
}
.card-grid-style-2-small .image-box {
    max-width: 100px;
    min-width: 100px;
}

.card-grid-style-3 {
    margin-bottom: 30px;
    transition-duration: 0.2s;
}
.card-grid-style-3:hover {
    transform: translateY(-2px);
    transition-duration: 0.2s;
}
.card-grid-style-3:hover .card-grid-inner {
    border-color: #8c9ec5;
    transition-duration: 0.2s;
}
.card-grid-style-3 .card-grid-inner {
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #d5dfe4;
    padding: 15px;
    position: relative;
    transition-duration: 0.2s;
}
.card-grid-style-3 .card-grid-inner .tools {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    z-index: 12;
    transition-duration: 0.2s;
    transition: all 0.3s ease 0s;
}
.card-grid-style-3 .card-grid-inner .image-box {
    position: relative;
    text-align: center;
    width: 100%;
    display: inline-block;
    height: 165px;
    overflow: hidden;
    line-height: 165px;
    margin-bottom: 10px;
}
.card-grid-style-3 .card-grid-inner .image-box img {
    max-height: 100%;
    max-width: 95%;
    vertical-align: middle;
}
.card-grid-style-3 .card-grid-inner .image-box .label {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    border-radius: 30px;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
}
.card-grid-style-3 .card-grid-inner .info-right a:hover {
    color: #425a8b !important;
}
.card-grid-style-3 .card-grid-inner .info-right a.btn:hover {
    color: #fff !important;
}
.card-grid-style-3 .card-grid-inner .info-right .rating {
    margin-top: 5px;
}
.card-grid-style-3 .card-grid-inner .price-info {
    margin-top: 10px;
}
.card-grid-style-3 .card-grid-inner .price-info .price-line {
    text-decoration: line-through;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
}
.card-grid-style-3 .card-grid-inner .price-info .price-main {
    margin-right: 10px;
}
.card-grid-style-3 .card-grid-inner .list-features {
    padding-left: 15px;
    margin: 20px 0px 0px 0px;
}
.card-grid-style-3 .card-grid-inner .list-features li {
    font-size: 10px;
    line-height: 18px;
    list-style-type: disc;
    padding: 0px;
}
.card-grid-style-3.card-grid-none-border .card-grid-inner {
    border-color: #ffffff;
}
.card-grid-style-3.card-grid-none-border .card-grid-inner .box-add-cart {
    min-height: 36px;
}
.card-grid-style-3.card-grid-none-border
    .card-grid-inner
    .box-add-cart
    .btn-cart {
    display: none;
}
.card-grid-style-3.card-grid-none-border .card-grid-inner:hover {
    border-color: #8c9ec5;
}
.card-grid-style-3.card-grid-none-border
    .card-grid-inner:hover
    .box-add-cart
    .btn-cart {
    display: block;
}
.card-grid-style-3.hover-hide-show-cart .box-progress-small {
    display: block;
    padding: 19px 0px 0px 0px;
}
.card-grid-style-3.hover-hide-show-cart .box-add-cart {
    display: none;
}
.card-grid-style-3.hover-hide-show-cart:hover .box-progress-small {
    display: none;
}
.card-grid-style-3.hover-hide-show-cart:hover .box-add-cart {
    display: block;
}

.card-grid-style-4 {
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #d5dfe4;
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
}
.card-grid-style-4 .card-grid-inner {
    display: flex;
    margin: 0px -5px;
    flex-wrap: wrap;
}
.card-grid-style-4 .card-grid-inner .image-box {
    flex: 0 0 auto;
    width: 50%;
    padding: 0px 5px;
}
.card-grid-style-4 .card-grid-inner .info-right {
    flex: 0 0 auto;
    width: 50%;
    padding: 2px 5px 0px 5px;
}
.card-grid-style-4 .box-link {
    line-height: 10px;
}

.list-products-5 {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
    width: calc(100% + 20px);
}
.list-products-5 .card-grid-style-3 {
    padding: 10px;
    margin-bottom: 0px;
    flex: 0 0 auto;
    width: 20%;
}
.list-products-5.list-products-3 .card-grid-style-3 {
    width: 21.666%;
}
.list-products-5.list-products-3 .hurry-up {
    width: 35%;
}

.hurry-up {
    height: calc(100% - 30px);
}
.hurry-up .card-grid-inner {
    height: 100%;
    padding-top: 0;
}
.hurry-up .card-grid-inner .image-box {
    height: 370px;
    line-height: 360px;
    margin-bottom: 10px;
}
.hurry-up .card-grid-inner .image-box .box-swiper .swiper-container {
    padding-bottom: 10px;
}
.hurry-up .card-grid-inner .image-box .swiper-pagination-custom {
    bottom: 10px;
    padding-left: 0px;
}
.hurry-up .card-grid-inner .price-info {
    margin-top: 20px;
}
.hurry-up .card-grid-inner .list-features {
    margin-top: 0px;
}
.hurry-up .card-grid-inner .price-line {
    font-size: 20px;
    line-height: 24px;
}
.hurry-up .label {
    background: url(../imgs/template/label.svg) no-repeat 0px 0px;
    border-radius: 0px;
    top: 0px;
    left: 0px;
    height: 120px;
    width: 120px;
    position: absolute;
    z-index: 12;
}
.hurry-up .label span {
    transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    top: 33px;
    left: -1px;
}

.hurry-up-2 .label {
    background: url(../imgs/page/homepage1/hurry-up-2.svg) no-repeat 0px 0px;
}
.hurry-up-2 .label span {
    top: 30px;
    left: -3px;
}

.top-deals {
    margin-bottom: 30px;
}
.top-deals .label {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100px;
    background: url(../imgs/page/homepage1/topdeals.svg) no-repeat 0px 0px;
    z-index: 12;
    border-radius: 0;
}
.top-deals .label span {
    transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 7px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
}
.top-deals .card-grid-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-deals .card-grid-inner {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.top-deals .card-grid-inner:hover {
    border: 3px solid #2e486f;
}
.top-deals .card-grid-inner .image-box {
    height: 210px;
    line-height: 190px;
}
.top-deals .card-grid-inner .image-box .swiper-container {
    padding-bottom: 40px;
}
.top-deals
    .card-grid-inner
    .box-count.box-count-square
    .deals-countdown
    .countdown-amount {
    width: 33px;
}
.top-deals .card-grid-inner .box-count .deals-countdown {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
}
.top-deals
    .card-grid-inner
    .box-count.box-count-square
    .deals-countdown
    .countdown-section {
    margin: 0px 5px 0px 4px;
}
.top-deals
    .card-grid-inner
    .box-count.box-count-square
    .deals-countdown
    .countdown-section::before {
    right: -7px;
}
.top-deals .box-top-deals {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.top-deals .box-top-deals .top-deals-left {
    flex: 0 0 auto;
    width: 40%;
    max-width: 100%;
    padding: 0px 10px;
}
.top-deals .box-top-deals .swiper-pagination-custom {
    bottom: 0px;
    padding-left: 0px;
}
.top-deals .box-top-deals .top-deals-right {
    flex: 0 0 auto;
    width: 60%;
    max-width: 100%;
    padding: 0px 10px;
}
.top-deals .box-top-deals .top-deals-right .price-info .price-line {
    font-size: 20px;
    font-weight: 400;
}
.top-deals .box-top-deals .top-deals-right .box-progress {
    padding-bottom: 0px;
}
.top-deals
    .box-top-deals
    .top-deals-right
    .box-progress
    .progress-bar
    .progress-bar-inner,
.top-deals .box-top-deals .top-deals-right .box-progress .progress-bar {
    height: 7px;
}
.top-deals
    .box-top-deals
    .top-deals-right
    .box-progress
    .progress-bar
    .progress-bar-inner:before {
    height: 13px;
    width: 13px;
}

.card-vendor {
    border-radius: 4px;
    border: 1px solid #d5dfe4;
    padding: 20px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}
.card-vendor:hover {
    border-color: #8c9ec5;
}
.card-vendor .btn-gray:hover {
    background-color: #425a8b;
    color: #ffffff;
}
.card-vendor .card-top-vendor {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d5dfe4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.card-vendor .card-top-vendor .card-top-vendor-left {
    width: 30%;
    max-width: 115px;
    min-width: 115px;
}
.card-vendor .card-top-vendor .card-top-vendor-left img {
    max-height: 40px;
}
.card-vendor .card-top-vendor .card-top-vendor-right {
    width: 80%;
    text-align: right;
}
.card-vendor .card-bottom-vendor {
    position: relative;
}

.location {
    background: url(../imgs/page/vendor/location.svg) no-repeat 0px 0px;
    padding: 0px 0px 0px 32px;
    color: #8c9ec5;
    font-size: 16px;
    line-height: 24px;
}

.phone {
    background: url(../imgs/page/vendor/phone.svg) no-repeat 0px 0px;
    padding: 0px 0px 1px 32px;
    color: #8c9ec5;
    font-size: 16px;
    line-height: 24px;
}

.card-staff {
    margin-bottom: 35px;
    width: 100%;
    display: inline-block;
}
.card-staff .image-staff {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d5dfe4;
}
.card-staff .image-staff img {
    display: block;
    width: 100%;
}
.card-staff .info-staff {
    width: 100%;
    display: inline-block;
}
.card-staff .info-staff h4 {
    margin-bottom: 5px;
}

.card-grid-inner:hover .btn.btn-trend,
.card-grid-inner:hover .btn.btn-wishlist,
.card-grid-inner:hover .btn.btn-wishlist,
.card-grid-inner:hover .btn.btn-compare,
.card-grid-inner:hover .btn.btn-quickview {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.swiper-slide .card-grid-style-2:last-child.border-bottom {
    border: 0 !important;
}

.card-category {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.card-category .card-info {
    text-align: center;
}
.card-category .card-image {
    margin-bottom: 10px;
}

.card-circle {
    text-align: center;
}
.card-circle .card-image {
    text-align: center;
    margin-bottom: 10px;
}
.card-circle .card-image .inner-image {
    width: 154px;
    height: 154px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f0f3f8;
}
.card-circle .card-image .inner-image img {
    max-width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.card-circle .card-info a {
    color: #425a8b;
}

.list-products-5 .card-style-full-image {
    margin-bottom: 30px;
}
.list-products-5 .card-style-full-image .card-grid-inner {
    padding: 0px;
    border: 0px;
}
.list-products-5 .card-style-full-image .card-grid-inner .info-right {
    padding: 0px;
}
.list-products-5 .card-style-full-image .card-grid-inner .image-box {
    height: auto;
}
.list-products-5 .card-style-full-image .card-grid-inner .image-box img {
    width: 100%;
    max-width: 100%;
}
.list-products-5 .card-style-full-image .card-grid-inner .image-box .label {
    top: 15px;
    left: 15px;
}

.card-product-small {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.card-product-small .card-image {
    background-color: #f0f3f8;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.card-product-small .card-info .box-prices {
    display: flex;
    margin-top: 5px;
}
.card-product-small .card-info .box-prices * {
    width: 50%;
    font-size: 12px;
    line-height: 12px;
}
.card-product-small .card-info .box-prices .price-bold {
    font-weight: bold;
}
.card-product-small .card-info .box-prices .price-line {
    text-decoration: line-through;
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
.loader {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    animation-fill-mode: both;
    animation: load7 1.8s infinite ease-in-out;
    color: #425a8b;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}
.loader:before {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    animation-fill-mode: both;
    animation: load7 1.8s infinite ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: -3.5em;
    animation-delay: -0.32s;
}
.loader:after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    animation-fill-mode: both;
    animation: load7 1.8s infinite ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 3.5em;
}

.swiper-pagination {
    text-align: left;
}
.swiper-pagination .swiper-pagination-customs {
    background: #d9d9d9;
    border-radius: 50%;
}
.swiper-pagination .swiper-pagination-customs:hover {
    background: #2e486f;
}
.swiper-pagination .swiper-pagination-customs-active {
    background: #2e486f;
}
.swiper-pagination.swiper-pagination-2 {
    top: auto;
    height: auto;
    z-index: 123;
    line-height: 30px;
    text-align: center;
}

.box-newsletter {
    padding: 90px 0px;
    background: #0e224d url(../imgs/template/bg-newsletter.svg) no-repeat right
        10px bottom 10px;
}
.box-newsletter .box-form-newsletter {
    position: relative;
}
.box-newsletter .box-form-newsletter .input-newsletter {
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    border: 0px;
    height: 50px;
    padding: 5px 20px;
}
.box-newsletter .box-form-newsletter .btn-brand-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*page loading*/
.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    transition: 0.6s;
    margin: 0 auto;
}
.preloader img {
    max-width: 250px;
}

@keyframes rotate {
    0%,
    49.999%,
    100% {
        transform: none;
    }
    50%,
    99.999% {
        transform: rotate(90deg);
    }
}
@keyframes shift-left {
    0%,
    100% {
        transform: translateX(0%);
    }
    50% {
        transform: scale(0.65) translateX(-75%);
    }
}
@keyframes shift-right {
    0%,
    100% {
        transform: translateX(0%);
    }
    50% {
        transform: scale(0.65) translateX(75%);
    }
}
.preloader-dots {
    --uib-size: 40px;
    --uib-speed: 0.9s;
    --uib-color: #425a8b;
    position: relative;
    height: calc(var(--uib-size) / 2);
    width: var(--uib-size);
    filter: url("#uib-jelly-ooze");
    animation: rotate calc(var(--uib-speed) * 2) linear infinite;
}
.preloader-dots::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 25%;
    width: 50%;
    height: 100%;
    background: var(--uib-color);
    border-radius: 100%;
    animation: shift-left var(--uib-speed) ease infinite;
}
.preloader-dots::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 25%;
    width: 50%;
    height: 100%;
    background: var(--uib-color);
    border-radius: 100%;
    animation: shift-right var(--uib-speed) ease infinite;
}

/*select 2 style*/
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #425a8b;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #425a8b transparent transparent transparent;
    border-width: 5px 5px 0 5px;
}

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

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cad6ec;
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 8px;
}

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

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #d5dfe4;
    color: #425a8b;
}

.modal-header .btn-close {
    margin: -0.5rem 0rem -0.5rem auto;
}

.banner-hero {
    padding: 24px 0px 20px 0px;
    position: relative;
}
.banner-hero .box-swiper {
    height: 100%;
}
.banner-hero.banner-1 {
    background-color: #ffffff;
}
.banner-hero.banner-1 .banner-big {
    height: 500px;
    border-radius: 8px;
    padding: 60px 60px 25px 60px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain !important;
}
.banner-hero.banner-1 .banner-big.banner-big-2 {
    padding: 110px 60px 25px 60px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 320px;
}

.banner-hero.banner-1 .banner-small {
    height: 238px;
    border-radius: 8px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 24px;
    position: relative;
}
.banner-hero.banner-1 .banner-small.banner-small-1 {
    background-image: url(../imgs/page/homepage1/banner-small-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60% auto;
}
.banner-hero.banner-1 .banner-small.banner-small-2 {
    background-image: url(../imgs/page/homepage1/banner-small-2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 70% auto;
}

.banner-hero.banner-1 .banner-small.banner-laptop * {
    z-index: 2;
    position: relative;
}

@keyframes hero-thumb-animation {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes hero-thumb-animation-2 {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}
@keyframes hero-thumb-sm-animation {
    0% {
        transform: translateY(-20px) translateX(50px);
    }
    100% {
        transform: translateY(-20px) translateX(0px);
    }
}
@keyframes hero-thumb-sm-2-animation {
    0% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0px);
    }
}
.shape-1 {
    animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-1-2 {
    animation: hero-thumb-animation-2 2s linear infinite alternate;
}

.shape-2 {
    animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
    animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.banner-right {
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    height: 670px;
    background: url(../imgs/page/homepage1/bg-topsell.png) no-repeat 0px 0px;
    background-size: cover;
    padding: 50px 10px;
}
.banner-right .text-no {
    background-color: #0ba9ed;
    border-radius: 13px;
    color: #ffffff;
    font-size: 16px;
    line-height: 23px;
    display: inline-block;
    padding: 0px 16px;
}
.banner-right .text-main {
    font-size: 32px;
    line-height: 31px;
    color: #0e224d;
    font-weight: bold;
}
.banner-right .text-desc {
    font-size: 22px;
    line-height: 32px;
    color: #425a8b;
}

.header {
    padding: 0px 0;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #d5dfe4;
}
/* .header .container {
    max-width: 92%;
} */
.header .main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header .main-header .header-left {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 0px;
    justify-content: space-between;
}
.header .main-header .header-left .header-logo {
    max-width: fit-content;
    width: 100%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.header .main-header .header-left .header-logo a {
    display: block;
}
.header .main-header .header-left .header-logo a img {
    min-height: 37px;
    max-width: 120px;
}
.info-right a {
    color: unset;
}
.header .main-header .header-left .header-nav {
    display: inline-block;
    width: 45%;
    text-align: center;
}
.header-search {
    /* width: 45%; */
    z-index: 1003;
}
.header-search .box-header-search {
    border-radius: 8px;
    border: 1px solid #d5dfe4;
    padding: 5px;
    flex-shrink: 0;
    flex-grow: 1;
    z-index: 9999;
    background: #fff;
}
.header-search .box-header-search .form-search {
    display: flex;
}
.header-search .box-header-search .box-keysearch {
    width: 100%;
    position: relative;
}
.header-search .box-header-search .box-keysearch input {
    border: 0px !important;
}
.header .main-header .header-left .header-shop {
    width: 100%;
    text-align: right;
}
.header .main-header .header-left .header-shop .icon-list {
    display: inline-block;
    padding: 0px 15px 0px 30px;
    background-repeat: no-repeat;
    background-position: 0px -1px;
    position: relative;
    font-size: 16px;
    color: #425a8b;
    line-height: 24px;
    cursor: pointer;
}
.header .main-header .header-left .header-shop .icon-list:hover {
    color: #2e486f;
}
.header .main-header .header-left .header-shop .icon-list:last-child {
    padding-right: 0px;
}
.header .main-header .header-left .header-shop .icon-list img {
    float: left;
    margin: 3px 6px 0px 0px;
}
.header .main-header .header-left .header-shop .icon-account {
    background-image: url(../imgs/template/account.svg);
}
.header .main-header .header-left .header-shop .icon-wishlist {
    background-image: url(../imgs/template/wishlist.svg);
    background-position: 0px 2px;
    padding-left: 35px;
}
.header .main-header .header-left .header-shop .icon-cart {
    background-image: url(../imgs/template/cart.svg);
    background-position: 0px 2px;
    padding-left: 35px;
}
.header .main-header .header-left .header-shop .icon-compare {
    background-image: url(../imgs/template/compare.svg);
    background-position: 0px 2px;
}
.header .main-header .header-left .header-shop .number-item {
    background-color: #2e486f;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: 14px;
    width: 20px;
    height: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}
.header .main-header .header-right {
    max-width: 225px;
    width: 100%;
}
.header .main-header .header-right .block-signin {
    text-align: right;
}
.header .nav-main-menu {
    width: auto;
    padding: 0px;
    float: none;
}
.header .burger-icon {
    display: none;
}
/* .header .main-menu {
  display: inline-block;
  padding-top: 3px;
} */

.header .main-menu {
    display: flex;
    padding-top: 3px;
    white-space: nowrap;
}
.header .main-menu li {
    float: left;
    position: relative;
    text-align: left;
}
.header .main-menu li.has-children > a::after {
    content: "\f151";
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1 !important;
    font-size: 14px;
    opacity: 1;
    margin-left: 0px;
    position: absolute;
    top: 35%;
    right: 20px;
}
.header .main-menu li.hr {
    padding: 0px 22px;
}
.header .main-menu li.hr span {
    background-color: #dde4f0;
    height: 1px;
    width: 100%;
    display: block;
    margin: 5px 0;
}
.header .main-menu li a {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #425a8b;
    line-height: 24px;
    display: block;
    padding: 13px 12px 13px 12px;
    text-decoration: none;
    position: relative;
}
.header .main-menu li a:hover {
    color: #2e486f;
}
.header .main-menu li a:hover i {
    opacity: 1;
    transition: 0.2s;
}
.header .main-menu li a i {
    font-size: 12px;
    margin-right: 8px;
    opacity: 0.38;
    transition: 0.2s;
}
.header .main-menu li ul {
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
    position: absolute;
    top: calc(100% + 9px);
    left: 0px;
    z-index: 999999;
    min-width: 250px;
    border-radius: 0 0 4px 4px;
    padding: 8px 0px 8px 0;
    box-shadow: 0;
    background-color: #ffffff;
    border: 1px solid #d5dfe4;
}
.header .main-menu li ul li {
    width: 100%;
}
.header .main-menu li ul li a {
    font-size: 14px;
    color: #425a8b;
    position: relative;
    padding: 6px 22px 6px 22px;
    transition: 0.2s;
    white-space: normal;
}
.header .main-menu li ul li a:hover {
    padding-left: 25px;
    transition: 0.2s;
}
.header .main-menu li ul li a.closer {
    padding: 8px 22px 8px 22px;
}
.header .main-menu li ul li ul {
    top: 0px;
    left: 100%;
}
.header .main-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.header .main-menu li:hover > ul li {
    width: 100%;
}
.header .text-link-bd-btom {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #425a8b;
    display: inline-block;
    position: relative;
    padding-left: 13px;
}
.header .text-link-bd-btom:hover {
    color: #425a8b;
}
.header .text-link-bd-btom::before {
    content: "";
    background: #425a8b;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    animation: shadow-pulse 1s infinite;
}
.header .block-signin .btn-shadow {
    box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
}
.header.stick {
    padding: 0px 0px;
}
.header.header-2 {
    background-color: #dbece5;
}

.sticky-bar.stick {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    left: 0;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #dde4f0;
    background: #fff;
}
.sticky-bar.stick.sticky-white-bg {
    background-color: #fff;
}
.sticky-bar.stick.sticky-blue-bg {
    background-color: #3286e0;
}

.user-account {
    display: flex;
    align-items: center;
}
.user-account img {
    max-width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.user-account .user-name {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}

.perfect-scroll {
    height: 100vh;
    width: 300px;
    position: relative;
}

.body-overlay-1 {
    background: transparent;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    cursor: crosshair;
    z-index: 1002;
}

.mobile-menu-active .body-overlay-1 {
    opacity: 1;
    visibility: visible;
}

.header-top {
    background-color: #425a8b;
    color: #ffffff;
    padding: 10px 0px;
}
.header-top span {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.header-top a {
    color: #425a8b;
}
.header-top .line-right {
    position: relative;
    display: inline-block;
    padding-right: 35px;
}
.header-top .line-right::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 15px;
    width: 1px;
    height: 18px;
    border-right: 1px dashed #425a8b;
}
.header-top.header-top-green {
    background-color: #425a8b;
}
.header-top.header-top-green a {
    color: #dde4f0;
}
.header-top.header-top-green .line-right::before {
    border-right: 1px dashed #dde4f0;
}

.header-style-2 {
    background-color: #425a8b;
}
.header-style-2.sticky-bar.stick {
    background-color: #425a8b;
    border-bottom: 1px solid #008c99;
}
.header-style-2 .burger-icon.burger-icon-white > span::before,
.header-style-2 .burger-icon.burger-icon-white > span::after {
    background-color: #cad6ec;
}
.header-style-2 .main-menu > li > a {
    color: #ffffff;
}
.header-style-2 .main-menu > li > a:hover {
    color: #8c9ec5;
}
.header-style-2 .btn-default {
    background-color: #425a8b;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-image: url(../imgs/theme/icons/arrow-small-right-w.svg);
    background-repeat: no-repeat;
    background-position: center right 25px;
    padding-right: 56px;
}

.header-style-3 {
    background-color: #fff3ea;
}
.header-style-3.sticky-bar.stick {
    background-color: #fff3ea;
}

.header-style-4 {
    background-color: #e8fcff;
}
.header-style-4.sticky-bar.stick {
    background-color: #e8fcff;
}

.header-style-5 {
    z-index: 2;
}
.header-style-5 .burger-icon.burger-icon-white > span::before,
.header-style-5 .burger-icon.burger-icon-white > span::after {
    background-color: #cad6ec;
}
.header-style-5 .main-menu > li > a {
    color: #ffffff;
}
.header-style-5 .main-menu > li > a:hover {
    color: #8c9ec5;
}
.header-style-5.sticky-bar.stick {
    background-color: #425a8b;
    border-bottom: 1px solid #008c99;
}
.header-style-5 .btn-default {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-image: url(../imgs/theme/icons/arrow-small-right-w.svg);
    background-repeat: no-repeat;
    background-position: center right 25px;
    padding-right: 56px;
}

.header-container .main-header .header-left .header-nav {
    width: 35%;
}
/* .header-container .main-header .header-left .header-shop {
  width: 45%;
} */

.header-bottom {
    border-top: 1px solid #d5dfe4;
    padding: 10px 0px 10px 0px;
}
.header-bottom .dropdown-toggle::after {
    display: none;
}
.header-bottom .container {
    display: flex;
    align-items: center;
}
.header-bottom .dropdown {
    padding: 0px;
}
.header-bottom .header-nav {
    width: 100%;
    padding-left: 20px;
}
.header-bottom .header-nav .main-menu {
    padding-top: 0px;
}
.header-bottom .header-nav .main-menu li a {
    padding: 9px 13px 5px 18px;
    font-size: 14px;
}
.header-bottom .header-nav .main-menu li.has-children > a::after {
    content: "";
    background: url(../imgs/page/homepage1/angle-down.svg) no-repeat 0px 0px;
    height: 10px;
    width: 11px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -4px;
}
.header-bottom .discount {
    display: inline-block;
    padding: 9px 0px 9px 42px;
    background-image: url(../imgs/page/homepage1/discount.svg);
    background-position: left center;
    background-repeat: no-repeat;
    min-width: 160px;
    max-height: 53px;
}
.header-bottom .dropdown-right {
    background-image: url(../imgs/page/homepage1/arrow-down.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 20px 0px 0px;
    display: block;
    margin-left: 0px;
}
.header-bottom .dropdown-menu {
    width: 100%;
    padding: 3px 0px;
}
.header-bottom .dropdown-menu .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu {
    border: 1px solid #d5dfe4;
    border-radius: 4px;
}

.menu-topbar-right .dropdown-menu {
    border: 1px solid #d5dfe4;
    border-radius: 0 0 4px 4px;
}
.menu-topbar-right .dropdown-menu[data-bs-popper] {
    margin-top: 10px;
}

.dropdown-item {
    font-size: 14px;
    color: #425a8b;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: #425a8b;
    text-decoration: none;
    background-color: #d5dfe4;
}

.dropdown-language .dropdown-item img {
    margin-right: 5px;
}

.box-dropdown-cart {
    position: relative;
}

.dropdown-cart {
    display: none;
    visibility: hidden;
    position: absolute;
    right: -70px;
    top: calc(100% + 22px);
    z-index: 99;
    width: 320px;
    background-color: #fff;
    padding: 22px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 0 0 4px 4px;
    border: 1px solid #d5dfe4;
}
.dropdown-cart.dropdown-open {
    display: block;
    visibility: visible;
}

.dropdown-account {
    width: 200px;
    left: -30px;
    display: none;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 22px);
    z-index: 9999;
    width: fit-content;
    white-space: nowrap;
    background-color: #fff;
    padding: 22px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 0 0 4px 4px;
    border: 1px solid #d5dfe4;
}
.dropdown-account.dropdown-open {
    display: block;
    visibility: visible;
}
.dropdown-account ul li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.dropdown-account ul li:last-child {
    margin: 0;
}
.dropdown-account ul li a {
    color: #425a8b;
}
.dropdown-account ul li a:hover {
    color: #0ba9ed;
}

.item-cart {
    display: flex;
    text-align: left;
}
.item-cart .cart-image {
    min-width: 80px;
    max-width: 80px;
    margin-right: 15px;
}
.item-cart .cart-image img {
    width: 100%;
}
.item-cart .color-brand-3:hover {
    color: #0ba9ed !important;
}

.mobile-header-wrapper-style {
    position: fixed;
    top: 0;
    width: 360px;
    min-height: 100vh;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    z-index: 1003;
}
.mobile-header-wrapper-style.sidebar-visible {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
    padding: 0px 0px 30px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo {
    position: relative;
    border-bottom: 1px solid #d5dfe4;
    padding-bottom: 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    background-color: #ffffff;
    align-items: center;
    align-self: center;
    border-bottom: 0;
    margin-bottom: 15px;
}
.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-top
    .mobile-header-logo
    a
    img {
    width: 100px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area {
    padding: 30px 30px 30px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu {
    max-width: 300px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li {
    display: block;
    position: relative;
    padding: 13px 0;
}
.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.has-children
    .menu-expand {
    right: 0;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    font-size: 12px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 38px;
    top: 5px;
    color: #425a8b;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li.has-children
    .menu-expand
    i {
    font-size: 18px;
    font-weight: 300;
    opacity: 0.5;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li.has-children.active
    > .menu-expand {
    background: rgba(255, 255, 255, 0.2);
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li.has-children.active
    > .menu-expand
    i::before {
    content: "\f113";
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    a {
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #425a8b;
    transition-duration: 0.2s;
}
.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 {
    padding: 10px 0 0 10px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li {
    padding: 10px 0;
    border-bottom: none;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li.has-children
    .menu-expand {
    top: 0px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li:hover
    a {
    padding-left: 13px;
    transition-duration: 0.2s;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li
    a {
    font-size: 14px;
    display: block;
    font-weight: 600;
    color: #425a8b;
    padding-left: 10px;
    position: relative;
    transition-duration: 0.2s;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li
    ul {
    margin-top: 0;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li.has-children.active {
    padding-bottom: 0;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li.hr {
    padding: 0 0 0 10px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul
    li.hr
    span {
    background-color: #dde4f0;
    height: 1px;
    width: 100%;
    display: block;
    margin: 5px 0;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-menu-wrap
    nav
    .mobile-menu
    li:hover
    > a {
    color: #425a8b;
    padding-left: 3px;
    transition-duration: 0.2s;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .categories-dropdown-wrap
    ul
    li
    a {
    padding: 5px 15px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #425a8b;
    margin: 17px 0 30px 0;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info {
    position: relative;
    margin-bottom: 13px;
}
.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 {
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: #425a8b;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info
    a:hover {
    color: #425a8b;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info
    a
    i {
    font-size: 14px;
    color: #425a8b;
    margin-right: 8px;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info
    .lang-curr-dropdown {
    margin-top: 5px;
    display: none;
    background-color: transparent;
    box-shadow: none;
    padding: 10px 0 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: 0px;
}
.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 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    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: #425a8b;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-info-wrap
    .single-mobile-header-info:hover
    > a {
    color: #425a8b;
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .mobile-header-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-header-wrapper-style
    .mobile-header-wrapper-inner
    .mobile-header-content-area
    .site-copyright {
    font-size: 13px;
    color: #425a8b;
}

.burger-icon {
    position: absolute;
    width: 24px;
    height: 20px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: 37px;
    right: 0px;
    z-index: 1004;
}
.burger-icon > span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
}
.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.burger-close {
    position: fixed;
    top: 32px;
    right: 30px;
}
.burger-icon.burger-close > span.burger-icon-top {
    display: none;
    opacity: 0;
}
.burger-icon.burger-close > span.burger-icon-mid {
    top: 8px;
    transform: rotate(45deg);
}
.burger-icon.burger-close > span.burger-icon-bottom {
    bottom: 10px;
    transform: rotate(-45deg);
}

.burger-icon > span::before,
.burger-icon > span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #333;
}

.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
    background-color: #2e486f;
}

.mobile-search form {
    background-color: #eae4e9;
    border-radius: 8px;
    height: 44px;
    padding: 0px 15px 0px 44px;
    position: relative;
}
.mobile-search form input {
    border: 0;
    background-color: transparent;
    width: 100%;
    padding: 12px 10px;
}
.mobile-search form i {
    position: absolute;
    left: 18px;
    top: 14px;
    font-size: 18px;
    color: #5971a3;
}

.mobile-social-icon h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}
.mobile-social-icon a {
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    transition-duration: 0.5s;
    height: 30px;
    width: 30px;
    display: inline-flex;
    background: #efeaff;
    border-radius: 30px;
    line-height: 1;
    align-content: center;
    justify-content: center;
}
.mobile-social-icon a img {
    max-width: 18px;
}
.mobile-social-icon a img:hover {
    opacity: 0.8;
}
.mobile-social-icon a:hover {
    transform: translateY(-2px);
    transition-duration: 0.5s;
    margin-top: -2px;
}
.mobile-social-icon a:last-child {
    margin-right: 0;
}

.mobile-account {
    margin: 20px 0 25px 0;
    padding: 30px 0 20px 0;
    border-top: thin solid #dde4f0;
    border-bottom: thin solid #dde4f0;
}
.mobile-account ul.mobile-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.mobile-account h6 {
    font-weight: 600;
    font-size: 18px;
}
.mobile-account ul li {
    padding: 8px 0;
}
.mobile-account ul li a {
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    display: inline-block;
    color: #425a8b;
    transition-duration: 0.2s;
}
.mobile-account ul li:hover a {
    padding-left: 3px;
    transition-duration: 0.2s;
    color: #425a8b;
}

.topbar {
    padding: 10px 70px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d5dfe4;
    z-index: 1002;
    position: relative;
    background: #ffffff;
}
.topbar .container-topbar {
    display: flex;
}
.topbar .container-topbar .menu-topbar-left,
.topbar .container-topbar .menu-topbar-right,
.topbar .container-topbar .info-topbar {
    width: 33.3%;
}
.topbar .container-topbar .menu-topbar-right {
    text-align: right;
}

.top-gray-1000 {
    background-color: #2e486f;
}
.top-gray-1000 .nav-small li a {
    color: #ffffff;
}
.top-gray-1000 .color-brand-3 {
    color: #ffffff !important;
}
.top-gray-1000 .dropdown-right {
    background-image: url(../imgs/page/homepage1/arrow-down.svg);
}

.top-brand-2 {
    background-color: #2e486f;
}
.top-brand-2 .nav-small li a {
    color: #ffffff;
}
.top-brand-2 .color-brand-3 {
    color: #ffffff !important;
}
.top-brand-2 .color-success {
    color: #ffffff !important;
}
.top-brand-2 .dropdown-right {
    background-image: url(../imgs/page/homepage1/arrow-white.svg);
}

.top-brand-1 {
    background-color: #0ba9ed;
}
.top-brand-1 .nav-small li a {
    color: #ffffff;
}
.top-brand-1 .color-brand-3 {
    color: #ffffff !important;
}
.top-brand-1 .color-success {
    color: #ffffff !important;
}
.top-brand-1 .dropdown-right {
    background-image: url(../imgs/page/homepage1/arrow-white.svg);
}

.dropdown-right {
    background-image: url(../imgs/template/arrow-down.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 15px 0px 0px;
    display: inline-block;
    margin-left: 10px;
}

.nav-small li {
    position: relative;
    display: inline-block;
}
.nav-small li a {
    display: block;
    padding: 0px 30px 0px 0px;
    color: #425a8b;
}
.nav-small li a:hover {
    color: #2e486f;
}
.nav-small li a::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 15px;
    width: 1px;
    height: 13px;
    background-color: #d5dfe4;
}
.nav-small li:last-child a::before {
    display: none;
}

.sidebar-left {
    position: absolute;
    top: 0px;
    background-color: #ffffff;
    left: 0px;
    width: 50px;
    height: 100%;
    border-right: 1px solid #d5dfe4;
    z-index: 1001;
    padding-top: 0px;
    padding-bottom: 25px;
}
.sidebar-left.stick .btn.btn-open {
    height: 68px;
    background: #fff url(../imgs/template/open.svg) no-repeat center center;
}
.sidebar-left .menu-icons {
    padding: 142px 0px 0px 0px;
}
.sidebar-left .menu-icons li a {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.sidebar-left .menu-icons li a img {
    vertical-align: middle;
}

.menu-texts {
    position: absolute;
    top: 112px;
    left: 0px;
    background-color: #ffffff;
    min-width: 320px;
    border-right: 1px solid #d5dfe4;
    border-bottom: 1px solid #d5dfe4;
}
.menu-texts li a {
    display: block;
    padding: 0px 20px 0px 0px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #425a8b;
    text-decoration: none;
}
.menu-texts li a:hover,
.menu-texts li a.active {
    color: #0ba9ed;
}
.menu-texts li a:hover .img-link,
.menu-texts li a.active .img-link {
    position: relative;
}
.menu-texts li a:hover .img-link::before,
.menu-texts li a.active .img-link::before {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #425a8b;
    position: absolute;
    top: 0px;
    right: 0px;
}
.menu-texts li a img {
    vertical-align: middle;
}
.menu-texts li a .img-link {
    height: 50px;
    width: 50px;
    display: inline-block;
    border-right: 1px solid #d5dfe4;
    text-align: center;
    margin-right: 15px;
}
.menu-texts li .sub-menu {
    display: none;
}
.menu-texts li:hover .sub-menu,
.menu-texts li.submenu-open .sub-menu {
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    min-width: 250px;
    height: auto;
    background-color: #ffffff;
    border-left: 1px solid #d5dfe4;
    border-right: 1px solid #d5dfe4;
    border-bottom: 1px solid #d5dfe4;
    padding-top: 8px;
    padding-bottom: 10px;
    min-height: 100%;
}
.menu-texts li:hover .sub-menu li a,
.menu-texts li.submenu-open .sub-menu li a {
    font-weight: 400;
    color: #718bc2;
    padding-left: 25px;
    line-height: 38px;
}
.menu-texts li:hover .sub-menu li a:hover,
.menu-texts li.submenu-open .sub-menu li a:hover {
    color: #0ba9ed;
}
.menu-texts > li.has-children > a {
    padding-right: 30px;
    background: url(../imgs/template/icons/arrow-gray.svg) no-repeat right 20px
        center;
}
.menu-texts > li.has-children > a:hover,
.menu-texts > li.has-children > a.active {
    color: #0ba9ed;
    background: url(../imgs/template/icons/arrow-gray-hover.svg) no-repeat right
        20px center;
}
.menu-texts.menu-close {
    min-width: auto;
    border: 0;
}
.menu-texts.menu-close li.has-children a {
    padding: 0px;
    background-image: none;
}
.menu-texts.menu-close li a {
    padding: 0px 20px;
}
.menu-texts.menu-close li a .text-link {
    display: none;
}
.menu-texts.menu-close li a .img-link {
    margin-right: 0px;
}

.select2-container {
    max-width: unset;
    min-width: 130px;
}

.sidebar-title {
    border-bottom: thin solid #425a8b;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.search-form form {
    position: relative;
}
.search-form form input {
    border: 1px solid #ececec;
    border-radius: 10px;
    height: 64px;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
}
.search-form form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: none;
    font-size: 20px;
    height: 100%;
    padding: 0 24px;
    background-color: transparent;
    color: #242424;
}

.widget-categories {
    background-color: #fff3ea !important;
}
.widget-categories li {
    padding: 8px 0;
}
.widget-categories li + li {
    border-top: 1px solid #425a8b;
}
.widget-categories li a {
    color: #425a8b;
    font-size: 16px;
}
.widget-categories li span.count {
    background-color: #ddd3fa;
    color: #425a8b;
    border-radius: 3px;
    display: block;
    padding: 3px 5px;
    min-width: 26px;
    text-align: center;
}
.widget-categories li:hover span.count {
    background-color: #425a8b;
    color: #ffffff;
}

.post-list-small-item {
    transition-duration: 0.2s;
}
.post-list-small-item:hover {
    transition-duration: 0.2s;
    transform: translateY(-3px);
}
.post-list-small-item figure img {
    max-width: 85px;
    border-radius: 5px;
}
.post-list-small-item .post-meta {
    font-size: 13px;
}
.post-list-small-item .post-meta img {
    max-width: 30px;
    border-radius: 50%;
    margin-right: 5px;
}
.post-list-small-item h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.post-list-small-item:not(:last-child) {
    margin-bottom: 15px;
}

.footer .icon-socials {
    display: inline-block;
    margin-right: 8px;
    height: 32px;
    width: 32px;
    transition-duration: 0.2s;
}
.footer .icon-socials:hover {
    transform: translateY(-3px);
    transition-duration: 0.2s;
}
.footer .icon-socials.icon-facebook {
    background: url(../imgs/template/icons/facebook-gray.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}
.footer .icon-socials.icon-facebook:hover {
    background: url(../imgs/template/icons/facebook.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}
.footer .icon-socials.icon-twitter {
    background: url(../imgs/template/icons/twitter-gray.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}
.footer .icon-socials.icon-twitter:hover {
    background: url(../imgs/template/icons/twitter.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}
.footer .icon-socials.icon-instagram {
    background: url(../imgs/template/icons/instagram-gray.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}
.footer .icon-socials.icon-instagram:hover {
    background: url(../imgs/template/icons/instagram.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}
.footer .icon-socials.icon-linkedin {
    background: url(../imgs/template/icons/linkedin-gray.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}
.footer .icon-socials.icon-linkedin:hover {
    background: url(../imgs/template/icons/linkedin.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}
.footer .icon-socials.icon-youtube {
    background: url(../imgs/template/icons/youtube.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}
.footer .icon-socials.icon-youtube:hover {
    background: url(../imgs/template/icons/youtube-1.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}
.footer .icon-socials.icon-tiktok {
    background: url(../imgs/template/icons/tiktok-grey.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}
.footer .icon-socials.icon-tiktok:hover {
    background: url(../imgs/template/icons/tiktok-dark.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}
.footer .width-20 {
    width: 20%;
}
.footer .width-25 {
    width: 25%;
}
.footer .width-23 {
    width: 23%;
}
.footer .width-16 {
    width: 16%;
}
.footer .menu-footer {
    display: inline-block;
}
.footer .menu-footer li {
    list-style: none;
    margin-bottom: 8px;
}
.footer .menu-footer li a {
    color: #425a8b;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: block;
    background: url(../imgs/template/icons/arrow-gray.svg) no-repeat 0px 6px;
    padding: 0px 0px 0px 15px;
    transition-duration: 0.2s;
}
.footer .menu-footer li a:hover {
    /* color: #0BA9ED; */
    font-weight: 500;
    transition-duration: 0.2s;
    padding-left: 18px;
}
.footer .footer-bottom {
    border-top: 1px solid #cad6ec;
    padding: 30px 0px;
    color: #8c9ec5;
    font-size: 14px;
}
.footer .footer-bottom a {
    text-decoration: none;
}

#scrollUp {
    width: 42px;
    height: 42px;
    color: #ffffff;
    right: 30px;
    bottom: 50px;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 999 !important;
    border: 0;
    background-color: #fff;
    transition-duration: 0.2s;
    background-color: #425a8b;
}
#scrollUp i {
    display: block;
    line-height: 46px !important;
    font-size: 20px;
    color: #fff;
}
#scrollUp:hover {
    transform: translateY(-3px);
    transition-duration: 0.2s;
}

.menu-bottom li {
    display: inline-block;
}
.menu-bottom li a {
    display: block;
    padding: 0px 15px;
}
.menu-bottom li:last-child a {
    padding-right: 0px;
}

.footer-1 {
    background-color: #f0f3f8;
    /* margin: 0px 0px 50px 0px; */
    padding: 65px 0px 0px 0px;
}
.bottomStrip .site-copyright {
    text-align: center;
    padding: 18px 0;
    background: #2e486f;
    color: #fff;
}
.bottomStrip .site-copyright a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.footer-2-top a {
    vertical-align: top;
    display: inline-block;
    padding-right: 10px;
}
.footer-2-top .font-xs {
    padding: 32px 12px 0px 12px;
}

.footer-2-bottom {
    display: flex;
    margin-bottom: 20px;
}
.footer-2-bottom .head-left-footer {
    min-width: 95px;
    vertical-align: top;
}
.footer-2-bottom .tags-footer {
    width: 100%;
    padding-top: 2px;
}
.footer-2-bottom .tags-footer a {
    color: #425a8b;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 30px 0px 0px;
    position: relative;
}
.footer-2-bottom .tags-footer a::before {
    content: "";
    position: absolute;
    top: 1px;
    right: 15px;
    height: 16px;
    width: 1px;
    background-color: #8c9ec5;
}
.footer-2-bottom .tags-footer a:last-child {
    padding-right: 0px;
}
.footer-2-bottom .tags-footer a:last-child::before {
    display: none;
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
    padding: 30px 0;
}

.section-padding-50 {
    padding: 50px 0;
}

.section-padding-60 {
    padding: 60px 0;
}

.section-padding {
    padding: 25px 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-0 {
    padding-left: 0px !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-0 {
    padding-right: 0px !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%;
}

/***************************
    Page section margin 
****************************/
.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;
}

.mb-24 {
    margin-bottom: 24px;
}

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

.mt-8 {
    margin-top: 8px !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: 0px !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;
}

.list-brands {
    display: flex;
    width: 100%;
    border: 1px solid #d5dfe4;
    padding: 16px;
    border-radius: 4px;
    margin: 10px 0px 0px 0px;
}
.list-brands a {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
}
.list-brands a img {
    opacity: 0.3;
    max-height: 15px;
}
.list-brands a:hover img {
    opacity: 1;
}

.head-main {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #d5dfe4;
    margin-bottom: 30px;
    position: relative;
}

.nav-tabs {
    border-bottom: 0px;
    padding-top: 40px;
    display: inline-block;
    text-align: right;
    width: 100%;
    vertical-align: bottom;
}
.nav-tabs li {
    display: inline-block;
    padding: 0px 10px 0px 10px;
}
.nav-tabs li a {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 24px;
    color: #8c9ec5;
}
.nav-tabs li a:hover {
    color: #425a8b;
    font-weight: 400;
}
.nav-tabs li a.active {
    color: #425a8b;
    font-weight: bold;
}

.nav-tabs li:last-child a {
    padding-right: 0px;
}

.list-links-disc {
    display: inline-block;
    width: 100%;
    padding: 15px 0px 10px 0px;
}
.list-links-disc li {
    margin: 0px 0px 6px 0px;
    list-style: none;
    transition: 0.2s;
}
.list-links-disc li:hover {
    padding-left: 2px;
    transition: 0.2s;
}
.list-links-disc li a {
    display: block;
    padding: 0px 0px 0px 10px;
    background: url(../imgs/template/icons/arrow-small.svg) no-repeat left
        center;
    color: #6b83b6;
}
.list-links-disc li a:hover {
    color: #0ba9ed;
    background: url(../imgs/template/icons/arrow-small-hover.svg) no-repeat left
        center;
}

.image-gallery {
    display: table;
    table-layout: fixed;
    margin: 0px -10px 20px -10px;
    width: calc(100% + 20px);
}
.image-gallery .image-big {
    float: left;
    width: 62.5%;
    padding: 0px 10px;
}
.image-gallery .image-small {
    float: left;
    width: 37.5%;
    padding: 0px 10px;
}

.banner-2 {
    background-color: #dfe7fd;
    padding: 40px 30px;
    height: 470px;
    margin-bottom: 25px;
}

.bg-xbox {
    background-image: url(../imgs/page/homepage1/xbox.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 260px;
    border-radius: 4px;
}

.banner-img-left {
    background-color: #d1ecfd;
    padding: 20px 20px 0px 220px;
    height: 225px;
}

.bg-controller {
    background-image: url(../imgs/page/homepage1/controller.png);
    background-repeat: no-repeat;
    background-position: bottom left 10px;
    background-size: auto 80%;
    border-radius: 4px;
}

.bg-metaverse {
    background-color: #ebebeb;
    padding: 50px 30px 0px 30px;
    height: 225px;
    background-image: url(../imgs/page/homepage1/oralScanner.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 80%;
    border-radius: 4px;
}

.bg-electronic {
    background-color: #e8fcff;
    padding: 30px 30px 0px 30px;
    text-align: center;
    height: 225px;
    background-image: url(../imgs/page/homepage1/electronic.png);
    background-repeat: no-repeat;
    background-position: bottom 5px center;
    background-size: auto 45%;
    border-radius: 4px;
}

.bg-phone {
    background-color: #ddd3fa;
    padding: 30px 200px 30px 30px;
    height: 225px;
    background-image: url(../imgs/page/homepage1/phone.png);
    background-repeat: no-repeat;
    background-position: bottom right 10px;
    background-size: auto 75%;
    border-radius: 4px;
}

.select2-dropdown {
    border: 1px solid #ececec;
    border-radius: 0 0 4px 4px;
    padding: 15px;
    min-width: 220px;
    top: 8px;
}

.block-drone {
    background-image: url(../imgs/page/homepage1/drone.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 25px 200px 25px 35px;
    background-size: auto 150px;
    height: 250px;
}

.block-samsung {
    background-image: url(../imgs/page/homepage1/samsung.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 25px 200px 25px 35px;
    background-size: auto 220px;
    height: 250px;
}

.block-iphone {
    background-image: url(../imgs/page/homepage1/iphone-12.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 25px 35px 25px 35px;
    background-size: auto 160px;
    height: 250px;
}

.label-green {
    background-color: #5bc694;
    border-radius: 4px;
    padding: 2px 8px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.list-disc {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn.btn-gray-1000 {
    background-color: #0e224d;
    color: #ffffff;
}
.btn.btn-link-white {
    text-decoration: underline;
    color: #ffffff;
}

.lh-65 {
    line-height: 65px;
}

.saleoff {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 93px;
    width: 106px;
    background: url(../imgs/page/homepage1/saleoff.svg) no-repeat 0px 0px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #ffffff;
    font-family: "Kanit", sans-serif;
    padding: 25px 0px 0px 15px;
    border-radius: 8px 0 0 0;
}

.list-none-border {
    padding: 15px 0px;
    border: 0px !important;
    margin: -10px 0px 0px 0px;
}
.list-none-border.list-brands a img {
    opacity: 0.3;
    max-height: 20px;
    width: 100%;
    transition: 0.2s;
}
.list-none-border.list-brands a:hover img {
    opacity: 0.8;
    transition: 0.2s;
}

.list-9-col {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.list-9-col li {
    flex: 0 0 auto;
    width: 11.11%;
    padding: 0px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.list-9-col li .box-category {
    border-radius: 4px;
    border: 1px solid #d5dfe4;
    padding: 5px 5px 10px 5px;
}
.list-9-col li .box-category:hover {
    border: 1px solid #8c9ec5;
}
.list-9-col li .box-category .image {
    height: 80px;
    line-height: 80px;
    margin-bottom: 5px;
}
.list-9-col li .box-category .image img {
    max-height: 90%;
    vertical-align: middle;
}
.list-9-col li .box-category .text-info a {
    line-height: 18px;
    display: block;
}

.font-24 {
    font-size: 24px;
    line-height: 24px;
}

.lbl-new-arrival {
    background-color: #a4eee1;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 7px;
}

.box-bdrd-4 {
    border-radius: 4px;
    padding: 30px 20px;
}

.bg-headphone {
    background-image: url(../imgs/page/homepage1/chair.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 55%;
    padding-bottom: 100px;
    min-height: 315px;
}

.box-slider-item .head {
    border-bottom: 1px solid #dde4f0;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.swiper-button-prev-style-2,
.swiper-button-prev-style-2:hover {
    top: -62px;
    right: 20px;
    width: 17px;
    background: url(../imgs/page/homepage1/prev.svg) no-repeat top right;
}

.swiper-button-next-style-2,
.swiper-button-next-style-2:hover {
    top: -62px;
    width: 17px;
    background: url(../imgs/page/homepage1/next.svg) no-repeat top right;
}

.text-underline {
    text-decoration: underline;
}

.box-all-hurry-round {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px 40px 10px 30px;
    bottom: 0px;
}
.box-all-hurry-round .box-count.box-count-square .deals-countdown {
    background-color: transparent;
}
.box-all-hurry-round .box-count.hide-period {
    bottom: -1px;
}

.box-all-hurry-round
    .box-count.box-count-square
    .deals-countdown
    .countdown-amount {
    margin-bottom: 0px;
}
.box-all-hurry-round
    .box-count.box-count-square
    .deals-countdown
    .countdown-amount {
    width: 35px;
}

.card-ads-1 .card-grid-inner .image-box {
    margin-bottom: 0px;
    height: auto;
    line-height: 100%;
    margin-top: 30px;
    overflow: visible;
}
.card-ads-1 .card-grid-inner .image-box img {
    max-width: 100%;
}

.card-ads-2 .card-grid-inner .image-box {
    margin-bottom: 0px;
    height: auto;
    line-height: 100%;
    margin-top: 15px;
    overflow: visible;
    text-align: left;
}
.card-ads-2 .card-grid-inner .image-box img {
    max-width: 100%;
    max-height: 260px;
}
.card-ads-2 .box-count.box-count-square .deals-countdown {
    background-color: transparent;
    border-radius: 0px;
}
.card-ads-2 .box-count.box-count-square .deals-countdown .countdown-amount {
    width: 35px;
    background-color: #425a8b;
}
.card-ads-2 .box-count.box-count-square .deals-countdown .countdown-section {
    margin-left: 0px;
    margin-right: 14px;
}
.card-ads-2 .box-count.hide-period .deals-countdown {
    padding-left: 0px;
}

.box-button-slider-normal {
    text-align: right;
}
.box-button-slider-normal .swiper-button-next,
.box-button-slider-normal .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: inline-block;
}

.box-sidebar {
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.box-sidebar .head {
    background-color: #2e486f;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.box-sidebar .head h4 {
    color: #ffffff;
}

.box-button-control {
    text-align: right;
    float: right;
    padding-top: 6px;
}

.box-content .card-grid-style-3 .card-grid-inner .image-box {
    height: 133px;
    line-height: 135px;
}

.text-shadow {
    text-shadow: -2px -2px 0px #fff500, 2px 2px 0px #ff6bc4;
}

.h-175 {
    height: 175px;
}

.mh-307 {
    min-height: 307px;
}

.box-promotions {
    border: 3px solid #2e486f;
    padding: 10px;
    height: 501px;
    overflow: hidden;
    border-radius: 4px;
}
.box-promotions img {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
}

.dropdown .menu-texts.menu-close {
    min-width: 320px;
}
.dropdown .dropdown-menu {
    width: auto;
}
.dropdown .menu-texts.menu-close > li.has-children > a {
    background: url(../imgs/template/icons/arrow-gray.svg) no-repeat right 20px
        center;
}
.dropdown .sidebar-left {
    top: auto;
    height: auto;
    padding: 15px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-color: #dde4f0;
}

.dropdown .sidebar-left .menu-texts {
    position: relative;
    top: auto;
    left: auto;
}
.dropdown .sidebar-left .menu-texts li a {
    line-height: 45px;
}
.dropdown .sidebar-left .menu-texts li a .text-link {
    display: inline;
}
.dropdown .sidebar-left .menu-texts li a .img-link {
    border-right: 0px;
    height: 45px;
}
.dropdown .sidebar-left .menu-texts li a:hover .img-link::before {
    display: none;
}
.dropdown .sidebar-left .menu-texts li a.active .img-link::before {
    display: none;
}
.dropdown .sidebar-left .menu-texts li .sub-menu {
    bottom: -16px;
    top: -16px;
    padding: 15px 10px;
    border: 1px solid #dde4f0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0px;
}
.dropdown .sidebar-left .menu-texts li .sub-menu li a:hover {
    color: #2e486f;
    font-weight: bold;
}
.sub-menu .has-children a {
    font-weight: 600 !important;
}

.dropdown .sidebar-left .menu-texts {
    border: 0px;
}

.lbl-newarrival {
    border-radius: 4px;
    background-color: #5bc694;
    display: inline-block;
    padding: 5px 10px;
}

.banner-slide {
    position: relative;
    background-size: cover !important;
    /* min-height: 550px; */
}

/* .banner-desc {
  position: absolute;
  max-width: 767px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
} */

.list-no-border {
    position: relative;
}
.list-no-border li .item-list {
    border: 0px;
}
.list-no-border li .item-list:hover {
    border: 0px;
}

.border-none {
    border: 0px !important;
}

.ads1 {
    max-width: 914px;
    width: 100%;
}

.list-9-col li .box-category {
    padding: 5px 3px 10px 3px;
}

.list-style-brand-2 .btn-cart:hover {
    background-color: #2e486f;
    border-color: #2e486f;
}
.list-style-brand-2 .card-grid-style-3:hover .card-grid-inner {
    border-color: #2e486f;
}
.list-style-brand-2 .card-grid-style-3:hover a.color-gray-500,
.list-style-brand-2 .card-grid-style-3:hover .rating span {
    color: #2e486f;
}

.card-hide-cart .box-btn-cart {
    display: none;
}

.box-newsletter.bg-brand-2 .color-warning {
    color: #425a8b;
}
.box-newsletter.bg-brand-2 .box-form-newsletter .btn-brand-3 {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.bg-footer-homepage5 .footer-1 {
    background-color: #fff5db;
    margin-bottom: 0px;
}
.bg-footer-homepage5 .footer-2 {
    padding-top: 50px;
    background-color: #f0f3f8;
}

.sidebar-border .head {
    border-bottom: 0px;
    margin-bottom: 0px;
}
.sidebar-border .content-slider {
    border: 1px solid #2e486f;
    border-top: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 5px;
}
.sidebar-border .card-grid-style-2 .info-right .font-xs-bold {
    font-size: 14px;
    font-weight: 500;
}
.sidebar-border .card-grid-style-2 .info-right .price-info {
    margin-top: 5px;
}

.banner-home5 .swiper-pagination-custom {
    padding-left: 0px;
    text-align: center;
}

.banner-middle {
    position: relative;
    width: 100%;
    height: 535px;
    background-size: cover;
}

.box-adsolute-banner {
    position: absolute;
    bottom: 10px;
    left: 10px;
    min-width: 220px;
    padding: 15px;
    background-color: #ffffff;
}
.box-adsolute-banner .btn-link-brand-2 {
    text-decoration: underline;
    padding: 0px 0px;
    font-weight: 400;
    line-height: 18px;
}

.banner-middle .box-adsolute-banner {
    top: 20%;
    left: 40px;
    background-color: transparent;
}

.list-categories-5 {
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
}
.list-categories-5 li {
    padding: 0px 10px;
    flex: 0 0 auto;
    width: 20%;
}

.sale-tag {
    background-color: #2e486f;
    padding: 4px;
    color: #ffffff;
    display: inline-block;
}

.home6-style .card-grid-inner {
    padding: 0px;
}
.home6-style .card-grid-inner .image-box {
    background-color: #f7f7f7;
    padding: 20px;
    line-height: 218px;
    height: 250px;
}
.home6-style .card-grid-inner .image-box .label {
    top: 15px;
    left: 15px;
}
.home6-style .card-grid-inner .info-right {
    padding: 0px 20px 20px 20px;
}
.home6-style .price-info {
    display: block;
}
.home6-style .box-btn-cart {
    display: none;
}
.home6-style:hover .price-info {
    display: none;
}
.home6-style:hover .box-btn-cart {
    display: block;
}

.top-style-1 {
    position: absolute;
    top: 35%;
    left: 40px;
}

.top-style-2 {
    position: absolute;
    top: 20%;
    left: 40px;
}

.header-brand-2 {
    border-top: 0px;
}
.header-brand-2 .box-header-bottom {
    display: flex;
    width: 100%;
    background-color: #2e486f;
    border-radius: 4px;
    border-bottom: 2px solid #d36b0b;
    padding: 10px 20px 10px 0px;
}
.header-brand-2 .box-header-bottom .main-menu li a {
    color: #ffffff !important;
}
.header-brand-2 .box-header-bottom .main-menu li a:hover {
    color: #3aa1ff !important;
}
.header-brand-2 .box-header-bottom .main-menu li ul li a {
    color: #425a8b !important;
}
.header-brand-2
    .box-header-bottom
    .header-nav
    .main-menu
    li.has-children
    > a::after {
    background: url(../imgs/page/homepage1/arrow-down.svg) no-repeat 0px 0px;
}
.header-brand-2 .box-header-bottom .btn-category {
    position: relative;
}
.header-brand-2 .box-header-bottom .btn-category:before {
    content: "";
    height: 20px;
    width: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 11px;
    right: -2px;
    opacity: 0.5;
}

.border-none {
    border: 0px !important;
}

.banner-right-7 {
    max-height: 500px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.banner-big-7 {
    max-height: 500px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.banner-big-7 img {
    width: 100%;
}

.swiper-home7 .swiper-pagination {
    text-align: left;
    padding-left: 0px;
    padding-right: 30px;
    left: 30px;
    bottom: 20px;
}

.swiper-pagination-3.swiper-pagination-custom {
    bottom: 0px;
    padding-left: 0px;
}

.swiper-group-9
    .swiper-pagination-3.swiper-pagination
    .swiper-pagination-customs {
    background-color: #425a8b;
}
.swiper-group-9
    .swiper-pagination-3.swiper-pagination
    .swiper-pagination-customs.swiper-pagination-customs-active {
    background-color: #2e486f;
}

.list-brand-2 .box-count .deals-countdown {
    background-color: #2e486f;
}
.list-brand-2 .card-grid-style-3 .card-grid-inner .info-right a.btn-cart:hover {
    background-color: #2e486f;
    border-color: #2e486f;
}

.box-menu-category {
    border-radius: 4px;
    background-color: #f0f3f8;
    padding: 21px 30px 19px 30px;
}
.box-menu-category .list-nav-arrow li {
    margin-bottom: 13px;
}

.block-sale-1 {
    background-color: #d1ecfd;
    border-radius: 4px;
    padding: 25px 15px 25px 25px;
}
.block-sale-1 h3 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 10px;
    color: #0e224d;
}
.block-sale-1 .col-lg-4 {
    line-height: 130px;
}
.block-sale-1 .col-lg-4 img {
    max-height: 130px;
    display: inline-block;
    vertical-align: middle;
}

.box-ads-1 {
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
}
.box-ads-1 .ads-1 {
    width: 40%;
    padding: 0px 10px;
}
.box-ads-1 .ads-2 {
    width: 40%;
    padding: 0px 10px;
}
.box-ads-1 .ads-3 {
    width: 20%;
    padding: 0px 10px;
}

.box-ads-2 {
    max-width: 1100px;
    position: relative;
    width: 100%;
    padding: 0px 0px;
    text-align: center;
    margin: auto;
}
.box-ads-2 * {
    position: relative;
    z-index: 3;
}
.box-ads-2 img {
    z-index: 1;
    display: block;
}
.box-ads-2 .ads-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 4;
}

.home7-style .card-grid-inner .image-box {
    background-color: #ffffff;
}

.mw-newsletter {
    max-width: 500px;
    width: 100%;
}

.bg-newsletter-home7 {
    position: relative;
    background-image: none;
}
.bg-newsletter-home7 * {
    position: relative;
    z-index: 2;
}

.banner-8 .swiper-pagination-custom {
    bottom: 20px;
    padding-left: 50px;
}
.banner-8 .box-banner-big h1 {
    line-height: 63px;
}

.height-100 {
    height: 100% !important;
}

.block-sale-2 {
    background-color: #d1ecfd;
    border-radius: 4px;
    padding: 20px 20px 0px 20px;
    position: relative;
    overflow: hidden;
    height: 220px;
}
.block-sale-2 img {
    display: block;
}
.block-sale-2 .box-sale h4 {
    line-height: 26px;
}
.block-sale-2.circle-1 * {
    position: relative;
    z-index: 2;
}

.block-sale-2.circle-2 * {
    position: relative;
    z-index: 2;
}

.block-sale-2.circle-3 * {
    position: relative;
    z-index: 2;
}

.block-sale-3 {
    background-color: #bad0e7;
    border-radius: 4px;
    padding: 20px 20px 0px 20px;
    position: relative;
    overflow: hidden;
    height: 260px;
}

.style-label-right .card-grid-style-2 > .label {
    left: auto;
    right: 15px;
    position: absolute;
    top: 10px;
    z-index: 2;
    border-radius: 30px;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    background-color: #2e486f;
}

.pick-by-ecom .top-deals .card-grid-inner .image-box .swiper-container {
    padding-bottom: 20px;
}

.pick-by-ecom {
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.swiper-pagination-3 {
    text-align: center;
    bottom: -10px;
}
.swiper-pagination-3.swiper-pagination .swiper-pagination-customs {
    background-color: #ffffff;
}
.swiper-pagination-3.swiper-pagination .swiper-pagination-customs-active {
    background-color: #2e486f;
}

.swiper-button-next-ecom {
    position: absolute;
    top: 50%;
    right: -75px;
    margin-top: -28px;
    background: url(../imgs/page/homepage1/next.svg) no-repeat center;
    height: 56px;
    width: 56px;
}
.swiper-button-next-ecom:hover {
    background: url(../imgs/page/homepage1/next.svg) no-repeat center;
}

.swiper-button-prev-ecom {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: -75px;
    background: url(../imgs/page/homepage1/prev.svg) no-repeat center;
    height: 56px;
    width: 56px;
}
.swiper-button-prev-ecom:hover {
    background: url(../imgs/page/homepage1/prev.svg) no-repeat center;
}

.box-ads-3 {
    overflow: hidden;
    min-height: 150px;
    max-height: 170px;
}

.box-ads-3 img {
    height: 100%;
    max-width: none;
}

.notify-text {
    display: inline;
    padding: 0px 0px 0px 20px;
    background: url(../imgs/page/homepage9/check.svg) no-repeat left center;
    display: inline-block;
}

.box-notify {
    background-color: #2e486f;
    padding: 10px 0px;
    position: relative;
    z-index: 1003;
}

.banner-home9 .swiper-pagination-custom {
    padding-left: 30px;
    bottom: 25px;
}
.banner-home9 .banner-big-home9 {
    border-radius: 4px;
    padding: 20px 30px 40px 30px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 300px;
}
.banner-home9 .banner-big-home9 .info-banner {
    position: relative;
    z-index: 2;
    width: 100%;
}
.banner-home9 .banner-big-home9 .box-img-banner {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}
.banner-home9 .banner-big-home9 .box-img-banner img {
    max-width: 400px;
}
.banner-home9 .banner-small {
    border-radius: 4px;
    padding: 25px 25px 0px 25px;
    min-height: 300px;
}
.banner-home9 .banner-small img {
    max-width: 90%;
}

.box-slider-product {
    border: 1px solid #d5dfe4;
    padding: 10px 20px 15px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.box-slider-product .head-slider {
    padding-bottom: 15px;
}
.box-slider-product .box-button-slider-2 {
    position: relative;
    text-align: right;
}
.box-slider-product .box-button-slider-2 .swiper-button-next-style-top {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: cover;
}
.box-slider-product .box-button-slider-2 .swiper-button-prev-style-top {
    top: auto;
    position: relative;
    right: auto;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: cover;
}

.title-border-bottom {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #d5dfe4;
    margin-bottom: 15px;
}
.title-border-bottom::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    height: 2px;
    width: 100px;
    background-color: #8c9ec5;
}

.bg-home9 {
    background-color: #f8faff;
}

.box-product-category {
    border-radius: 4px;
    padding: 20px 20px 0px 20px;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d5dfe4;
}
.box-product-category .box-menu-category {
    padding: 0px 20px 0px 0px;
}

.box-category-left {
    width: 25%;
    min-width: 270px;
    max-width: 270px;
}

.box-category-right {
    width: 100%;
}

.box-quickmenu {
    background-color: #f0f3f8;
    padding: 10px 0px;
    border-top: 0px solid #d5dfe4;
    border-bottom: 1px solid #d5dfe4;
}
.box-quickmenu .box-inner-quickmenu {
    max-width: 90%;
    margin: auto;
}
.box-quickmenu .box-inner-quickmenu ul li {
    display: inline-block;
    position: relative;
    padding: 0px 30px 0px 0px;
}
.box-quickmenu .box-inner-quickmenu ul li a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #425a8b;
}
.box-quickmenu .box-inner-quickmenu ul li a:hover {
    color: #0ba9ed;
}
.box-quickmenu .box-inner-quickmenu ul li::before {
    content: "|";
    position: absolute;
    top: -1px;
    right: 15px;
    color: #425a8b;
    height: 20px;
    width: 1px;
}
.box-quickmenu .box-inner-quickmenu ul li:last-child::before {
    display: none;
}

.list-categories-style-1 {
    display: flex;
    width: 100%;
    margin: 0px -10px;
}

.item-cat {
    padding: 0px 10px;
    width: 100%;
    text-align: center;
}
.item-cat .box-image {
    margin-bottom: 10px;
}

.item-cat .box-image .inner-image img {
    max-width: 90%;
    vertical-align: middle;
    display: inline-block;
}

.banner-home10 .swiper-pagination-custom {
    padding: 0px;
    text-align: center;
    bottom: 30px;
}
.banner-home10 .banner-big-home10 {
    display: flex;
    width: 100%;
    border-radius: 4px;
    padding: 20px 20px 70px 40px;
    min-height: 400px;
    position: relative;
    align-items: center;
}
.banner-home10 .banner-big-home10 .info-banner {
    width: 100%;
    position: relative;
    z-index: 2;
}
.banner-home10 .banner-big-home10 .info-banner .box-count-square {
    max-width: 250px;
    margin-left: -7px;
    margin-top: 15px;
}
.banner-home10
    .banner-big-home10
    .info-banner
    .box-count-square
    .deals-countdown {
    padding: 0px;
    text-align: left;
    border-radius: 0px;
    background-color: transparent;
}
.banner-home10 .banner-big-home10 .box-img-banner {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}
.banner-home10 .banner-big-home10 .box-img-banner img {
    max-width: 270px;
}
.banner-home10 .banner-big-home10 .box-img-banner-2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.banner-home10 .banner-big-home10 .box-img-banner-2 img {
    max-width: 370px;
}

.list-products-home10 .home7-style .image-box {
    background-color: #dbece5;
}

.banner-small-home10 {
    position: relative;
    border-radius: 4px;
    padding: 50px 40px;
    min-height: 410px;
}
.banner-small-home10 * {
    position: relative;
    z-index: 2;
}
.banner-small-home10 h1 {
    line-height: 63px;
}
.banner-small-home10 .box-img-banner {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    height: 100%;
    align-items: end;
    display: flex;
}
.banner-small-home10 .box-img-banner img.img1 {
    max-width: 230px;
    max-height: 100%;
}
.banner-small-home10 .box-img-banner img.img2 {
    max-width: 100%;
    max-height: 100%;
}
.banner-small-home10 .box-img-banner img.img3 {
    max-width: 210px;
    max-height: 100%;
}

.box-newsletter-home10 {
    position: relative;
    background-image: none;
}
.box-newsletter-home10 * {
    position: relative;
    z-index: 2;
}

.box-ads-home10 {
    max-width: 800px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.box-ads-home10 img {
    max-width: 100%;
    height: auto;
}
.box-ads-home10 .info-ads-home10 {
    padding: 0px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.display-list .btn-tooltip {
    position: relative;
}
.display-list .btn-tooltip:after {
    color: #425a8b;
    background-color: #d5dfe4;
    top: -35px;
    left: 0;
    position: absolute;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 11px;
    padding: 7px 10px;
    content: attr(aria-label);
    line-height: 1.3;
    box-shadow: 0;
    transition: 0;
    opacity: 0;
    visibility: hidden;
    transform: 0;
    transition-duration: 0.2s;
    bottom: unset;
    right: unset;
}
.display-list .btn-tooltip:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    border: 7px solid transparent;
    border-top-color: #d5dfe4;
    z-index: 9;
    margin-bottom: 0;
    transition: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: -8px;
}
.display-list .btn-tooltip:hover:after {
    opacity: 1;
    visibility: visible;
    transform: 0;
    transition-duration: 0.2s;
}
.display-list .btn-tooltip:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translateY(-8px);
}

.gallery-image {
    display: flex;
    width: 100%;
}
.gallery-image .image-left {
    min-width: 129px;
    max-width: 129px;
    width: 25%;
    padding-right: 15px;
}
.gallery-image .image-left ul {
    display: flex;
    flex-wrap: wrap;
}
.gallery-image .image-left ul li {
    border: 4px solid #dde4f0;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}
.gallery-image .image-left ul li:hover,
.gallery-image .image-left ul li.active {
    background-color: #f5f5f5;
    border-color: #8c9ec5;
}
.gallery-image .image-left ul li:last-child {
    margin-bottom: 0px;
}
.gallery-image .image-left ul li img {
    max-height: 90%;
    height: 90%;
    max-width: 100%;
    width: auto;
    display: block;
    margin: auto;
}
.gallery-image .image-main {
    width: 100%;
    border: 4px solid #dde4f0;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
}
.gallery-image .image-main img {
    width: 100%;
}

.box-quantity {
    /* display: flex;
  width: 100%; */
    margin-bottom: 10px;
}
.box-quantity .input-quantity {
    min-width: 60px;
    max-width: 90px;
    position: relative;
    border: 1px solid;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.box-quantity .input-quantity input {
    border: 0px;
    width: 100%;
    height: 36px;
    text-align: center;
    font-size: 16px;
    max-width: 50px;
}
.box-quantity .input-quantity .minus-cart {
    position: absolute;
    top: 1px;
    left: 6px;
    height: 36px;
    width: 12px;
    cursor: pointer;
    background: url(../imgs/page/product/minus.svg) no-repeat 0px 7px;
}
.box-quantity .input-quantity .plus-cart {
    position: absolute;
    top: 4px;
    right: 6px;
    height: 25px;
    width: 14px;
    cursor: pointer;
    background: url(../imgs/page/product/plus.svg) no-repeat 0px 7px;
    background-size: contain;
}
.box-quantity .button-buy {
    width: 100%;
    display: flex;
}
.button-buy {
    display: flex;
    gap: 10px;
}
.box-quantity .button-buy .btn {
    max-width: 200px;
    margin-right: 15px;
}
.box-quantity .button-buy-full .btn {
    max-width: 100%;
    margin-right: 0px;
}

.lbcb {
    display: block;
}
.lbcb input {
    float: left;
    margin: 3px 10px 0px 0px;
}

.line-througt {
    text-decoration: line-through;
}

.box-bought-together {
    display: flex;
    margin-bottom: 30px;
}
.box-bought-together .box-product-bought {
    display: flex;
    width: 100%;
}
.box-bought-together .box-product-bought .product-bought {
    width: 50%;
    border: 4px solid #dde4f0;
    border-radius: 4px;
    padding: 20px;
    min-width: 216px;
    max-width: 216px;
    margin-right: 50px;
    position: relative;
}
.box-bought-together .box-product-bought .product-bought::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -49px;
    height: 40px;
    width: 40px;
    background: url(../imgs/page/product/plus-brand-3.svg) no-repeat center;
    margin-top: -20px;
}
.box-bought-together .box-product-bought .product-bought:first-child::before {
    display: none;
}
.box-bought-together .box-product-bought .product-bought:last-child {
    margin-right: 0px;
}
.box-bought-together .price-bought {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 30px;
}
.box-bought-together .price-bought .box-btn-add-cart {
    width: 100%;
    margin-top: 20px;
}
.box-bought-together .price-bought .box-btn-add-cart a {
    max-width: 216px;
}

.nav-tabs-product {
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}
.nav-tabs-product li {
    padding: 10px 20px;
    text-align: center;
}
.nav-tabs-product li a {
    padding: 0px;
    font-size: 24px;
    line-height: 31px;
    color: #8c9ec5;
    font-weight: bold;
}
.nav-tabs-product li a:hover {
    font-weight: bold;
}

a:hover span.btn-wishlist {
    background: #ffffff url(../imgs/template/icons/wishlist-hover.svg) no-repeat
        center;
}
a:hover span.btn-compare {
    background: #ffffff url(../imgs/template/icons/compare-hover.svg) no-repeat
        center;
}
a:hover span {
    color: #2e486f;
}

.list-dot {
    padding-left: 15px;
}
.list-dot li {
    list-style: disc;
    margin-bottom: 5px;
}

.list-colors {
    margin-top: 10px;
}
.list-colors li {
    display: inline-block;
    border: 1px solid #8c9ec5;
    padding: 5px;
    border-radius: 2px;
    margin-right: 4px;
    max-width: 45px;
    cursor: pointer;
}
.list-colors li:hover,
.list-colors li.active {
    border-color: #2e486f;
}
.list-colors li img {
    display: block;
}
.list-colors li.disabled {
    border-style: dashed;
    border-color: #b2c2e1;
}
.list-colors li.disabled img {
    opacity: 0.3;
}

.list-styles {
    margin-top: 10px;
}
.list-styles li {
    display: inline-block;
    border: 1px solid #8c9ec5;
    padding: 5px 8px;
    border-radius: 2px;
    margin-right: 4px;
    cursor: pointer;
    margin-bottom: 8px;
}
.list-styles li.active,
.list-styles li:hover {
    color: #2e486f;
    font-weight: bold;
    background-color: #f0f3f8;
    border-color: #2e486f;
}
.list-styles li.disabled {
    border-style: dashed;
    border-color: #b2c2e1;
    color: #8c9ec5;
}
.list-styles li.disabled:hover {
    color: #8c9ec5;
    font-weight: 400;
    background-color: #ffffff;
    border-color: #b2c2e1;
}

.list-sizes {
    margin-top: 10px;
}
.list-sizes li {
    display: inline-block;
    border: 1px solid #8c9ec5;
    padding: 5px 8px;
    border-radius: 2px;
    margin-right: 4px;
    font-size: 16px;
    line-height: 16px;
    color: #425a8b;
    cursor: pointer;
    margin-bottom: 8px;
}
.list-sizes li.active,
.list-sizes li:hover {
    color: #2e486f;
    font-weight: bold;
    background-color: #f0f3f8;
    border-color: #2e486f;
}
.list-sizes li.disabled {
    border-style: dashed;
    border-color: #b2c2e1;
    color: #8c9ec5;
}
.list-sizes li.disabled:hover {
    color: #8c9ec5;
    font-weight: 400;
    background-color: #ffffff;
    border-color: #b2c2e1;
}

.label {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    border-radius: 30px;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    background-color: #2e486f;
}

.galleries {
    padding: 0px 0px 0px 105px;
    position: relative;
    width: 100%;
}

.detail-gallery {
    width: 100%;
    border: 4px solid #dde4f0;
    border-radius: 4px;
}
/* 
.slider-nav-thumbnails {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 94px;
} */
.slider-nav-thumbnails {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 112px;
    height: 100%;
    overflow-y: auto;
}
.slider-nav-thumbnails .slick-slide .item-thumb,
.slider-nav-thumbnails-2 .slick-slide .item-thumb {
    height: 109px;
    border: 1px solid #dde4f0;
    border-radius: 4px;
    margin-bottom: 16px;
    text-align: center;
    line-height: 108px;
    cursor: pointer;
    position: relative;
}
.slider-nav-thumbnails .slick-slide .item-thumb.slick-current,
.slider-nav-thumbnails .slick-slide .item-thumb:hover,
.slider-nav-thumbnails-2 .slick-slide .item-thumb.slick-current,
.slider-nav-thumbnails-2 .slick-slide .item-thumb:hover {
    border-color: #2e486f;
}

.slider-nav-thumbnails .slick-slide .item-thumb img,
.slider-nav-thumbnails-2 .slick-slide .item-thumb img {
    display: inline-block;
    height: auto;
    max-width: 90%;
    vertical-align: middle;
    max-height: 90%;
}

.slider-nav-thumbnails .slick-prev,
.slider-nav-thumbnails-2 .slick-prev {
    display: none !important;
}

.slider-nav-thumbnails .slick-next,
.slider-nav-thumbnails-2 .slick-next {
    display: none !important;
}

.slick-initialized .slick-slide {
    text-align: center;
}

.product-image-slider.slick-slider .slick-track figure {
    /* height: 610px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-slider-2.slick-slider .slick-track figure {
    /* height: 460px; */
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.product-image-slider .slick-slide img,
.product-image-slider-2 .slick-slide img {
    /* display: inline-block;
  vertical-align: middle;*/
    max-width: 99%;
    display: block;
    margin: auto;
    max-height: 100%;
}

.detail-gallery {
    position: relative;
}

#ModalQuickview .btn-close {
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 123;
}

.galleries-2 {
    width: 100%;
    position: relative;
}

.zoomContainer {
    z-index: 9999;
}

.slider-nav-thumbnails-2 {
    margin-top: 20px;
}
.slider-nav-thumbnails-2 .slick-slide {
    padding: 0px 5px;
}

.link {
    color: #8c9ec5;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.display-text-short p {
    margin-bottom: 15px;
}

.title-question {
    font-size: 18px;
    color: #425a8b;
    line-height: 28px;
}

.product-rate {
    background-image: url(../imgs/page/product/rating-stars.png);
    background-position: 0 -12px;
    background-repeat: repeat-x;
    height: 12px;
    width: 60px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.product-rating {
    height: 12px;
    background-repeat: repeat-x;
    background-image: url(../imgs/page/product/rating-stars.png);
    background-position: 0 0;
}

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

.progress-bar {
    background-color: #0ba9ed;
}

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

.comments-area h6,
.vendor-logo h6 {
    font-size: 16px;
    color: #425a8b;
    font-weight: 700;
    line-height: 1.2;
}

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

.comments-area .comment-list .single-comment {
    margin: 0 0 15px 0;
    border: 1px solid #dde4f0;
    border-radius: 4px;
    padding: 20px;
    transition: 0.2s;
}

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

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

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

.comments-area .comment-list .single-comment img {
    min-width: 80px;
    max-width: 80px;
}

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

.text-brand {
    color: #425a8b !important;
    line-height: 1.2;
}

.comments-area .comment-list .single-comment .reply {
    opacity: 0;
    transition: 0.2s;
    color: #0ba9ed;
}

.comments-area .comment-list .single-comment:hover .reply {
    opacity: 1;
    transition: 0.2s;
}

.comments-area .comment-list .single-comment .reply:hover {
    color: #2e486f;
}

.product-description .tab-content .contact-infor {
    font-size: 15px;
    color: #425a8b;
    list-style: none;
    padding: 0px;
}

.contact-infor li {
    color: #425a8b;
}

.contact-infor li:not(:last-child) {
    margin-bottom: 10px;
}

.contact-infor li img {
    margin-right: 8px;
    max-width: 16px;
    float: left;
}

.box-border-product {
    border-radius: 8px;
    border: 1px solid #8c9ec5;
    padding: 15px;
}
.box-border-product .box-quantity {
    width: 30%;
    min-width: 100px;
    max-width: 100px;
}
.box-border-product .box-quantity .input-quantity {
    margin-right: 0px;
}
.box-border-product .buy-product {
    align-items: center;
}
.box-border-product .text-quantity {
    width: 100%;
}

.box-progress-product .progress {
    background-color: #d5dfe4;
    height: 8px;
    border-radius: 4px;
}
.box-progress-product .progress .progress-bar {
    background-color: #425a8b;
    height: 8px;
}

.banner-right-product {
    height: 320px !important;
    padding-top: 20px;
}
.banner-right-product .font-md-bold {
    line-height: 20px !important;
}

.box-featured-product {
    background-color: #f0f3f8;
    border-radius: 4px;
    padding: 15px 15px 10px 15px;
    margin-bottom: 15px;
}

.item-featured {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.item-featured .featured-icon {
    min-width: 30px;
    max-width: 30px;
    margin-right: 15px;
}

.h-100 {
    height: 100%;
}

.vertical-align-middle {
    vertical-align: middle;
}

.box-wishlist {
    max-width: 95%;
    margin: auto;
}

.head-wishlist {
    margin-bottom: 10px;
}
.head-wishlist .item-wishlist {
    padding: 5px 15px;
    background-color: #f0f3f8;
    border-radius: 4px;
}

.content-wishlist {
    margin-bottom: 70px;
}
.content-wishlist .item-wishlist {
    border: 1px solid #dde4f0;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.item-wishlist {
    display: flex;
    width: 100%;
    align-items: center;
}
.item-wishlist .wishlist-cb {
    width: 4%;
    max-width: 25px;
}
.item-wishlist .wishlist-cb .cb-layout {
    display: inline-block;
    margin: 3px 0px 0px 0px;
}
.item-wishlist .wishlist-product {
    width: 52%;
}
.item-wishlist .wishlist-price {
    width: 12%;
    text-align: center;
}
.item-wishlist .wishlist-status {
    width: 12%;
    text-align: center;
}
.item-wishlist .wishlist-status .btn.btn-gray {
    padding: 4px 10px;
}
.item-wishlist .wishlist-action {
    width: 15%;
    text-align: center;
}
.item-wishlist .wishlist-action .btn-cart {
    max-width: 126px;
    padding: 6px 15px;
}
.item-wishlist .wishlist-remove {
    width: 8%;
    text-align: center;
}

.product-wishlist {
    display: flex;
    width: 100%;
}
.product-wishlist .product-image {
    min-width: 130px;
    max-width: 130px;
    padding: 5px;
    text-align: center;
    margin-right: 15px;
    align-items: center;
    align-content: center;
    display: flex;
}
.product-wishlist .product-info {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding-right: 15px;
}
.product-wishlist .product-info a {
    display: block;
    margin-bottom: 5px;
}
.product-wishlist .product-info .rating {
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
}

.box-cart-left {
    border: 1px solid #dde4f0;
    border-radius: 4px;
    padding: 20px;
}

.select-style1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../imgs/page/cart/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.summary-cart {
    border: 1px solid #dde4f0;
    padding: 10px;
    margin-bottom: 30px;
}

.box-payment {
    display: flex;
    margin: 0px -10px;
}
.box-payment .btn {
    width: 33.3%;
    margin: 0px 5px;
    align-items: center;
    display: flex;
}

.box-border {
    border: 1px solid #dde4f0;
    padding: 20px;
    border-radius: 4px;
}

.border-bottom-4 {
    border-bottom: 4px solid #dde4f0;
    position: relative;
}

.text-or {
    display: inline-block;
    bottom: -18px;
    position: relative;
    background: #ffffff;
    padding: 5px;
}

.arrow-back-1 {
    background: url(../imgs/page/checkout/arrow-left.svg) no-repeat left top
        12px;
    padding: 7px 0px 9px 25px;
    display: inline-block;
    color: #0ba9ed !important;
}
.arrow-back-1:hover {
    color: #425a8b !important;
}

.checkboxOffer {
    float: left;
    margin: 3px 10px 0px 0px;
}

.listCheckout .item-wishlist {
    border-radius: 4px;
    border: 1px solid #dde4f0;
    padding: 15px;
    margin-bottom: 10px;
}
.listCheckout .item-wishlist .wishlist-product {
    width: 76%;
}

.box-compare-products {
    display: flex;
    color: #425a8b;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}
.box-compare-products table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dde4f0;
    border-radius: 4px;
}
.box-compare-products table tr td {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #dde4f0;
    padding: 10px 10px;
    min-width: 200px;
}
.box-compare-products table tr td:first-child {
    min-width: 150px;
    max-width: 150px;
}
.box-compare-products .font-xs {
    font-weight: 500;
}

.compare-col-1 {
    width: 15%;
    min-width: 148px;
    max-width: 148px;
}

.compare-col-2 {
    width: 40%;
}

.compare-col-3 {
    width: 40%;
}

.compare-col-4 {
    width: 40%;
}

.nav-center {
    text-align: center;
}
.nav-center nav {
    display: inline-block;
}

.min-height-135 {
    min-height: 115px;
}

.info-blog {
    max-width: 780px;
    margin: auto;
}

.image-feature {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.image-feature img {
    border-radius: 4px;
}

.image-single {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.content-text p {
    color: #0e224d;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.box-author {
    display: flex;
    align-items: center;
}
.box-author .img-author {
    width: auto;
    align-items: center;
    display: flex;
}
.box-author .img-author img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

.facebook {
    background: url(../imgs/page/blog/fb.svg) no-repeat center;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 7px;
}

.printest {
    background: url(../imgs/page/blog/printest.svg) no-repeat center;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 7px;
}

.twitter {
    background: url(../imgs/page/blog/tw.svg) no-repeat center;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 7px;
}

.instagram {
    background: url(../imgs/page/blog/ins.svg) no-repeat center;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 7px;
}

.share-link {
    display: flex;
    align-items: center;
}

.comment-box .comment-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}
.comment-box .comment-item .comment-content {
    width: 100%;
    padding-left: 90px;
    color: #0e224d;
}
.comment-box .comment-item .top-comment {
    display: flex;
    width: 100%;
    align-items: center;
}
.comment-box .comment-item .top-comment .image-author {
    min-width: 75px;
    max-width: 75px;
    margin-right: 15px;
}
.comment-box .comment-item .top-comment .image-author img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
}
.comment-box .comment-item .top-comment .author-name {
    width: 100%;
}
.comment-box .comment-item .top-comment .author-name .info-author {
    width: 100%;
}
.comment-box .comment-item .top-comment .author-name .info-author span {
    display: inline-block;
    margin-right: 10px;
}
.comment-box .comment-item .top-comment .author-name .comment-content {
    width: 100%;
}
.comment-box .comment-item-small .top-comment {
    display: flex;
    width: 100%;
    align-items: center;
}
.comment-box .comment-item-small .top-comment .image-author {
    min-width: 40px;
    max-width: 40px;
    margin-right: 15px;
}
.comment-box .comment-item-small .top-comment .image-author img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.comment-box .comment-item-small .comment-content {
    padding-left: 55px;
}

.box-contact {
    position: relative;
    margin: 4rem 0;
}
.box-contact * {
    z-index: 2;
    position: relative;
}
.box-contact::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #dde4f0;
    z-index: 1;
}

.map iframe {
    display: block;
    width: 100%;
}

.box-banner-vendor {
    margin-left: -10px;
    margin-right: -10px;
}
.box-banner-vendor .vendor-right {
    max-width: 293px;
    min-width: 293px;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}
.box-banner-vendor .vendor-right .box-featured-product {
    margin-bottom: 0px;
}
.box-banner-vendor .vendor-left {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.box-banner-vendor .vendor-left .banner-vendor > img {
    border-radius: 4px;
}

.box-info-vendor {
    padding: 15px 25px;
    position: relative;
}
.box-info-vendor .avarta {
    max-width: 150px;
    text-align: center;
    padding: 25px 15px 15px 15px;
    position: relative;
    top: -65px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #d5dfe4;
    max-height: 140px;
}
.box-info-vendor .avarta .btn-buy {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}
.box-info-vendor .info-vendor {
    padding: 0px 20px;
    width: 30%;
}
.box-info-vendor .vendor-contact {
    width: 60%;
}

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

.form-register .btn-buy {
    padding: 14px 22px;
}
.form-register .form-control {
    padding: 14px 20px;
}
.form-register .form-group {
    margin-bottom: 22px;
}

.checkagree {
    float: left;
    margin: 2px 10px 0px 0px;
    border: 1px solid #dde4f0;
}

.nav-tabs-account {
    text-align: left;
}
.nav-tabs-account li a {
    font-weight: bold;
}
.nav-tabs-account li a:hover {
    font-weight: bold;
}
.nav-tabs-account li:first-child {
    padding-left: 0px;
}
.nav-tabs-account li:first-child a {
    padding-left: 0px;
}

.list-notifications .item-notification {
    border: 1px solid #dde4f0;
    display: flex;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    align-items: center;
}
.list-notifications .item-notification .image-notification {
    min-width: 130px;
    max-width: 130px;
}
.list-notifications .item-notification .info-notification {
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
}
.list-notifications .item-notification .button-notification {
    width: 10%;
    min-width: 150px;
    max-width: 150px;
    text-align: center;
}

.list-orders .item-orders {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.list-orders .item-orders:last-child {
    margin-bottom: 0px;
}
.list-orders .item-orders .image-orders {
    min-width: 130px;
    max-width: 130px;
    border: 1px solid #8c9ec5;
    text-align: center;
    padding: 8px;
}
.list-orders .item-orders .image-orders img {
    max-width: 100%;
}
.list-orders .item-orders .info-orders {
    padding-left: 20px;
    width: 50%;
    padding-right: 20px;
}
.list-orders .item-orders .quantity-orders {
    width: 25%;
}
.list-orders .item-orders .price-orders {
    width: 10%;
    min-width: 150px;
    max-width: 150px;
    text-align: center;
}

.body-orders {
    padding: 20px;
}

.box-orders {
    border: 1px solid #d5dfe4;
    border-radius: 4px;
    margin-bottom: 30px;
}
.box-orders .head-orders {
    display: flex;
    border-bottom: 1px solid #d5dfe4;
    padding: 20px;
    width: 100%;
    align-items: center;
}
.box-orders .head-orders .head-left {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}
.box-orders .head-orders .head-right {
    width: 20%;
    text-align: right;
}

.label-delivery {
    display: inline-block;
    padding: 7px 16px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 12px;
    background-color: #2e486f;
}

.label-delivered {
    background-color: #5bc694;
}

.label-cancel {
    background-color: #f53658;
}

.h54 {
    height: 54px;
    line-height: 34px;
}

.form-tracking .form-control {
    height: 54px;
}
.form-tracking .btn-buy {
    height: 54px;
    line-height: 34px;
}
.form-tracking .box-input {
    width: 100%;
    margin-right: 15px;
}
.form-tracking .box-button {
    width: 10%;
    min-width: 185px;
    max-width: 185px;
}

.list-features {
    margin: 20px 0px 20px 0px;
}
.list-features ul {
    padding: 0px 0px 0px 15px;
    margin: 0px;
}
.list-features ul li {
    list-style: disc;
    color: #8c9ec5;
    font-size: 16px;
    line-height: 32px;
}

.list-steps {
    display: flex;
    width: 100%;
    margin: 30px 0px;
    min-width: 768px;
}
.list-steps .item-step {
    width: 50%;
    position: relative;
}
.list-steps .item-step::before {
    height: 10px;
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 1px;
    top: 33px;
    margin-top: -5px;
    background-color: #425a8b;
}
.list-steps .item-step:last-child::before {
    display: none;
}
.list-steps .item-step .rounded-step {
    position: relative;
    z-index: 2;
}
.list-steps .item-step .rounded-step .icon-step {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #cad6ec;
    margin-bottom: 20px;
}
.list-steps .item-step .rounded-step .icon-step.step-1 {
    background-image: url(../imgs/page/account/tick.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.list-steps .item-step .rounded-step .icon-step.step-1.active {
    background-image: url(../imgs/page/account/tick-active.svg);
    background-color: #5bc694;
}
.list-steps .item-step .rounded-step .icon-step.step-2 {
    background-image: url(../imgs/page/account/in-production.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.list-steps .item-step .rounded-step .icon-step.step-2.active {
    background-image: url(../imgs/page/account/in-production-active.svg);
    background-color: #5bc694;
}
.list-steps .item-step .rounded-step .icon-step.step-3 {
    background-image: url(../imgs/page/account/shipping.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.list-steps .item-step .rounded-step .icon-step.step-3.active {
    background-image: url(../imgs/page/account/shipping-active.svg);
    background-color: #5bc694;
}
.list-steps .item-step .rounded-step .icon-step.step-4 {
    background-image: url(../imgs/page/account/delivery-truck.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.list-steps .item-step .rounded-step .icon-step.step-4.active {
    background-image: url(../imgs/page/account/delivery-active.svg);
    background-color: #5bc694;
}
.list-steps .item-step .rounded-step .icon-step.step-5 {
    background-image: url(../imgs/page/account/delivered.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.list-steps .item-step .rounded-step .icon-step.step-5.active {
    background-image: url(../imgs/page/account/delivered-active.svg);
    background-color: #5bc694;
}

.map-account {
    width: 100%;
    margin: 30px 0px;
}
.map-account iframe {
    width: 100%;
    height: 340px;
}

#tab-setting .form-control {
    min-height: 44px;
}

.list-services {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px 0px -10px;
}
.list-services li {
    font-family: "DM Sans", sans-serif;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: bold !important;
    color: #425a8b;
    display: inline-block;
    width: 100%;
    padding: 0px 10px 0px 37px;
    background: url(../imgs/page/about/checked.svg) no-repeat 10px 1px;
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 15px;
}

.box-images-logo img {
    opacity: 1;
    max-height: 28px;
    margin-right: 30px;
    margin-bottom: 40px;
}

.border-1 {
    border-top: 1px solid #d5dfe4;
}

.breadcrumbs-div {
    padding: 16px 0px;
    margin-bottom: 30px;
    background-color: #f0f3f8;
}

.breadcrumb {
    margin: 0px;
}
.breadcrumb li a {
    display: inline-block;
    padding: 0px 30px 0px 0px;
    background: url(../imgs/page/shop/arrow-right.svg) no-repeat top 5px right
        10px;
}
.breadcrumb li:last-child a {
    background-image: none;
}

.sidebar-border {
    border: 1px solid #dde4f0;
    margin-bottom: 30px;
}
.sidebar-border .sidebar-head {
    border-bottom: 1px solid #dde4f0;
    padding: 22px 23px 18px 23px;
}
.sidebar-border .sidebar-content {
    padding: 22px;
}

.list-nav-arrow li {
    margin: 0px 0px 15px 0px;
    transition-duration: 0.2s;
}
.list-nav-arrow li:hover {
    padding-left: 3px;
    transition-duration: 0.2s;
}
.list-nav-arrow li:hover .number {
    background-color: #2e486f;
    color: #fff;
    transition-duration: 0.2s;
}
.list-nav-arrow li a {
    font-size: 16px;
    line-height: 24px;
    color: #425a8b;
    display: block;
    padding: 0px 0px 0px 15px;
    background: url(../imgs/page/shop/arrow-menu.svg) no-repeat 0px 6px;
}
.list-nav-arrow li a:hover {
    color: #2e486f;
}
.list-nav-arrow li a .number {
    background-color: #f0f3f8;
    border-radius: 7px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #425a8b;
    padding: 3px 0px;
    float: right;
    min-width: 25px;
    text-align: center;
    transition-duration: 0.2s;
}

.list-checkbox {
    display: inline-block;
    width: 100%;
    padding: 15px 0px 10px 0px;
}
.list-checkbox li {
    position: relative;
    padding: 0px 30px 6px 0px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.list-checkbox li .number-item {
    position: absolute;
    top: 35%;
    right: 0px;
    transform: translateY(-50%);
    padding: 4px 5px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 7px;
    font-weight: 500;
    background: #f0f3f8;
    color: #425a8b;
}

.list-color {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.list-color li {
    flex: 0 0 auto;
    width: 20%;
    padding: 0px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.list-color li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.list-color li a:hover,
.list-color li a.active {
    background-image: url(../imgs/page/shop/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.list-color li a.color-red {
    background-color: #f53658;
}
.list-color li a.color-green {
    background-color: #5bc694;
}
.list-color li a.color-blue {
    background-color: #1aaeed;
}
.list-color li a.color-purple {
    background-color: #9c79ff;
}
.list-color li a.color-black {
    background-color: #0e224d;
}
.list-color li a.color-gray {
    background-color: #dde4f0;
}
.list-color li a.color-pink {
    background-color: #ff94bc;
}
.list-color li a.color-brown {
    background-color: #ab5f3e;
}
.list-color li a.color-yellow {
    background-color: #f9d915;
}

.slide-shop .card-grid-style-2 {
    margin-bottom: 35px;
}
.slide-shop .card-grid-style-2.border-bottom {
    border-width: 0px !important;
}
.slide-shop .card-grid-style-2 .image-box .label {
    left: 2px;
    top: 2px;
}
.slide-shop .card-grid-style-2.card-grid-none-border .image-box {
    min-width: 84px;
    max-width: 84px;
    margin-right: 13px;
    border: 1px solid #ccc;
    padding-right: 0px;
    border-radius: 4px;
}

.view-type-list {
    display: inline-block;
    height: 34px;
    width: 34px;
    background: url(../imgs/page/shop/list.svg) no-repeat center;
    background-size: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.view-type-list:hover,
.view-type-list.active {
    background: url(../imgs/page/shop/list-hover.svg) no-repeat center;
}

.view-type-grid {
    display: inline-block;
    height: 34px;
    width: 34px;
    background: url(../imgs/page/shop/grid.svg) no-repeat center;
    background-size: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.view-type-grid:hover,
.view-type-grid.active {
    background: url(../imgs/page/shop/grid-hover.svg) no-repeat center;
}

.dropdown-sort {
    line-height: 21px;
    display: inline-block;
    vertical-align: middle;
}
.dropdown-sort .dropdown-toggle {
    padding: 5px 0px 10px 7px;
}
.dropdown-sort .dropdown-toggle:after {
    content: "\f151";
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1 !important;
    font-size: 14px;
    opacity: 1;
    margin-left: 2px;
    position: relative;
    top: 6px;
    border: 0px !important;
    color: rgba(66, 90, 139, 0.6117647059);
}

.border-1-right {
    position: relative;
    margin-right: 30px;
    line-height: 21px;
    display: inline-block;
    vertical-align: middle;
}
.border-1-right::before {
    content: "";
    height: 34px;
    width: 1px;
    background-color: #d5dfe4;
    position: absolute;
    top: 3px;
    right: -15px;
}
.border-1-right.span {
    padding: 5px 10px 10px 7px;
}
.border-1-right.span::before {
    content: "";
    height: 34px;
    width: 1px;
    background-color: #d5dfe4;
    position: absolute;
    top: 1px;
    right: -15px;
}

.box-btn .btn {
    padding: 0px;
}

.link-see-more {
    background: url(../imgs/page/shop/arrow-brand-2.svg) no-repeat top 6px right
        0px;
    color: #2e486f;
    display: inline-block;
    padding: 0px 15px 0px 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.border-brand-2 {
    position: relative;
}
.border-brand-2::before {
    content: "";
    height: 3px;
    width: 68px;
    background-color: #2e486f;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.pagination li {
    padding: 2px;
}
.pagination li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #425a8b;
    border-radius: 4px;
    border: 1px solid #d5dfe4;
    min-width: 36px;
    text-align: center;
}
.pagination li a:hover,
.pagination li a.active {
    background-color: #2e486f;
    border-color: #2e486f;
    color: #ffffff;
}

.pagination li .page-prev:hover {
    background-color: transparent;
}

.pagination li .page-next:hover {
    background-color: transparent;
}

.shop-template .font-sm {
    font-weight: 500;
}

.modal-body .list-checkbox li .cb-container {
    margin-bottom: 2px;
    padding-left: 26px;
}

.align-top {
    vertical-align: top;
}

.filters-icon {
    background-image: url(../imgs/page/shop/filter.svg);
    background-repeat: no-repeat;
    background-position: 13px 9px;
    padding: 0px 0px 0px 34px;
}

.banner-ads-top {
    border: 1px solid #dde4f0;
    border-radius: 4px;
    overflow: hidden;
}
.banner-ads-top img {
    display: block;
}

.banner-top-gray-100 .banner-ads-top {
    background-color: #f9fafb !important;
}

.slider-shop-2 .card-grid-style-2 {
    border: 1px solid #d5dfe4;
    margin-left: 1px;
}
.slider-shop-2 .card-grid-style-2:hover {
    border: 1px solid #2e486f;
}
.slider-shop-2 .swiper-button-next {
    right: -50px;
    top: 50%;
    margin-top: -30px;
}
.slider-shop-2 .swiper-button-prev {
    left: -50px;
    right: auto;
    top: 50%;
    margin-top: -30px;
}

.sidebar-ads .bg-electronic {
    height: auto;
    margin-bottom: 25px;
    padding-bottom: 105px;
    padding-top: 20px;
    background-size: auto 40%;
}

.big-deal {
    background-color: #27b3d2;
    border-radius: 30px;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 10px 16px;
}

.slider-shop-2 .card-grid-style-2 {
    margin-left: 1px;
}

.page-content p {
    margin-bottom: 15px;
}

.scrolling-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* height: 50px; */
    /* background: #2e486f; */
}

.scrolling-wrapper {
    overflow: hidden;
    width: 100%;
    background-color: #000; /* adjust as needed */
}

.scrolling-text {
    display: flex;
    gap: 2.3rem;
    align-items: center;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}

.scrolling-text p {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
}

.scrolling-text span {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.mobile-logo img {
    max-width: 50%;
}

.eventName,
.cartInfo h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
}
section.dealBg {
    background: url(../imgs/page/homepage1/dealbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*.bg-home9 .card-grid-style-3 .card-grid-inner {
  min-height: 430px;
}*/
.topbrandWrap .card-grid-style-4 .card-grid-inner .info-right {
    width: 100%;
}
.topbrandWrap .card-grid-style-4 {
    padding: 20px 15px;
}
a:has(.eventName):hover {
    color: #111;
}

/* detail css */
.bulkPrices table {
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.bulkPrices table tr th,
.bulkPrices table tr td {
    padding: 8px;
}
.skuTable table tr th,
.skuTable table tr td {
    border: 1px solid #ddd;
}
.bulkPrices table tr,
.skuTable table tr {
    border-bottom: 1px solid #ddd;
}
.nav-tabs li a {
    position: relative;
    transition: color 0.3s ease;
}
.skuTable {
    max-height: 500px;
    overflow-y: auto;
    height: 100%;
}

/* Animated line */
.nav-tabs li a::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 3px;
    background: #4ea1d7;
    transition: width 0.4s ease, left 0.4s ease;
    transform: translateX(-50%);
    opacity: 0;
}
/* When active class is present */
.nav-tabs li a.active::before {
    width: 100%;
    left: 50%;
    opacity: 1;
}
.stars i.yellow {
    color: #fdc040;
}
.comment-list {
    max-height: 500px;
    overflow-y: scroll;
}

#rating fieldset,
label {
    margin: 0;
    padding: 0;
}

#rating .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

#rating .rating > input {
    display: none;
}
#rating .rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

#rating .rating > .half:before {
    content: "\f089";
    position: absolute;
}

#rating .rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

#rating .rating > input:checked ~ label,
#rating .rating:not(:checked) > label:hover,
#rating .rating:not(:checked) > label:hover ~ label {
    color: #fdc040;
}

#rating .rating > input:checked + label:hover,
#rating .rating > input:checked ~ label:hover,
#rating .rating > label:hover ~ input:checked ~ label,
#rating .rating > input:checked ~ label:hover ~ label {
    color: #fdc040;
}

.list-dot.detail li {
    list-style-type: none;
}
.list-dot.detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 4px 8px;
}
.slider-nav-thumbnails .slick-slide .item-thumb i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #11111157;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}
.has-children.btn.btn-category.customHover > a {
    padding: 0;
    color: #fff;
}
.header .main-menu li.has-children.btn.btn-category.customHover > a::after {
    position: absolute;
    right: 0;
    top: 5px;
}

.btnWrap {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.btnWrap button {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #2e486f;
}
.btnWrap button:first-child {
    border-right: 1px solid;
    padding-right: 12px;
}
.header
    .main-menu
    li.has-children.btn.btn-category.customHover
    > a
    + ul.sub-menu
    a::after {
    transform: rotate(-90deg);
}
.offerCard {
    margin-bottom: 16px;
}
.header-search {
    position: relative;
    display: flex;
    gap: 10px;
}
.searchResult {
    position: absolute;
    background: #fff;
    width: 100%;
    border: 1px solid;
    background: #f0f3f8;
    padding: 8px;
    z-index: 1002;
    display: none;
    top: 50px;
}
.algoliImg {
    width: 80px;
    height: auto;
    object-fit: contain;
}
.flexer {
    display: flex;
    justify-content: space-between;
}
.productWrap .card-grid-style-3 {
    margin-bottom: 0;
}
.productWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}
.productWrap img {
    max-width: 80px !important;
}
.productWrap .card-grid-inner {
    display: flex;
}
.productWrap .card-grid-style-3 .card-grid-inner .image-box {
    height: auto;
    max-width: 80px;
}

.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}
body.no-scroll {
    overflow: hidden;
}

.section-box.shop-template .tab-content ul {
    list-style: disc;
    padding-left: 20px;
}
.section-box.shop-template .tab-content ol {
    list-style: decimal;
    padding-left: 20px;
}
.display-text-short {
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 200px;
    overflow: auto;
}
.buttonMain {
    padding: 10px 20px;
    background-color: #2e486f;
    color: #ffffff;
    border-radius: 4px;
}
.primaryColor {
    color: #2e486f !important;
}
.primaryColorBg {
    background-color: #2e486f !important;
}
.text-primary {
    color: #2e486f !important;
}
.loginSection {
    background: url(../imgs/register.jpg);
    min-height: 80vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    /* background-color: #4ca2d84a; */
    position: relative;
    z-index: 4;
}
.loginSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e9e95c;
    z-index: 1;
}
.loginSection > .row {
    position: relative;
    z-index: 9;
}
.loginSection .authCard {
    background-color: #f0f3f8;
    padding: 4rem 1.5rem 4rem;
}
.prdName {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.checkoutCard.shadow-sm {
    box-shadow: 0 0 12px 8px rgb(241 241 241 / 59%) !important;
}
.cartInfo small {
    margin-top: 4px;
    display: inline-block;
}
.profileNav .badge.rounded-pill {
    padding: 8px 16px 7px;
    font-size: 12px;
    font-weight: 300;
}
.profileNav {
    margin-bottom: 80px;
    margin-top: 50px;
}
.btnWidth {
    width: fit-content !important;
    display: inline-block;
}
.profileNav .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #425a8b;
    color: #fff;
}
.profileNav .nav-pills .nav-link {
    color: #425a8b;
    border-radius: 4px;
    padding: 10px 26px;
}
.profileNav .nav.nav-pills {
    padding-bottom: 8px;
}
.buttonMain {
    border: none;
}
.mobFilter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    border: none;
    padding: 12px;
    background: #425a8b;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: none;
}
.sidebar-border.mobOpner {
    display: block;
    position: relative;
}
.mobFltrButtonWrap {
    display: flex;
    opacity: 0;
}
.myProductSwiper,
.similarSwiper,
.recentSwiper {
    position: relative;
    overflow: hidden;
    visibility: hidden;
}

.myProductSwiper.swiper-initialized,
.similarSwiper.swiper-initialized,
.recentSwiper.swiper-initialized {
    visibility: visible;
}
.head-main.flexer {
    display: flex;
    justify-content: space-between;
}
.productNavs {
    position: relative;
}
.productNavs > * {
    top: unset;
}
.cms-description ul,
.cms-description ol {
    list-style: unset;
    padding-left: 20px;
}
.lang-dropdown {
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.skiptranslate {
    display: none;
}
#languageSwitcher {
    background: transparent;
    border: 1px solid #d5dfe4;
    border-radius: 6px;
    padding: 0 6px;
}
.contactUs .box-contact::before {
    display: none;
}
.gallerySwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 400px;
}
.gallerySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallerySec {
    padding: 65px 0;
    position: relative;
}
.cartInfo h6 a {
    color: unset;
}
.note {
    background: #ffffff;
    padding: 10px;
    margin-top: 19px;
    color: #dc3545;
    font-weight: 500;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.cartPrice {
    font-size: 16px;
}
.cardDelWrap button {
    padding: 0;
    border: none;
}
.cartPriceDel {
    display: flex;
    gap: 12px;
    justify-content: end;
    align-items: center;
}
.cadPoints {
    animation: smoothBlink 3s ease-in-out infinite;
    margin-top: 10px;
    display: inline-block;
    font-weight: 900;
}

@keyframes smoothBlink {
    0%,
    70%,
    100% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
}
.gpClass {
    gap: 8px 0;
}
.delete-cart-item.btn:hover {
    all: unset;
    color: unset;
}
.delete-cart-item.btn:hover i {
    color: red;
}
.linkSocials {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    font-size: 20px;
}
.linkSocials a {
    color: #fff;
    transition: transform 0.2s ease-in-out;
}
.linkSocials a:hover {
    transform: scale(1.2);
}
.linkSocials svg {
    width: 18px;
    height: auto;
}
.homeSocial {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
    padding: 16px 10px;
    background: #7b8cae;
    overflow: hidden;
}
.homeSocial span {
    writing-mode: sideways-lr;
    position: absolute;
    background: #2e486f;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease-in;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.homeSocial:hover span {
    transform: translateY(-100%);
}
.rewardNone .rewardCoins {
    display: none;
}
.rewardCoins.dtl {
    font-size: 18px;
    margin-top: 10px;
}
.rewardCoins.dtl span {
    font-size: 14px;
    margin-left: 4px;
}
.cartempty {
    margin: 100px 0 300px;
}
.cartempty > div {
    box-shadow: 0 0 20px 5px #eee;
}
.cartempty .card-body {
    padding: 4rem 0;
}
.cms-description img {
    width: 100%;
    height: auto;
}
.closeSearch {
    position: absolute;
    top: 0px;
    right: 4px;
    background: #2e486f;
    color: #fff;
    padding: 4px 8px;
    z-index: 10;
    border-radius: 20px;
}
#searchInput {
    font-size: 16px !important ;
}
.vstack .fw-semibold {
    margin-bottom: 14px !important;
}
.page-item.disabled .page-link {
    line-height: 24px;
}
.loginSection .card.shadow-sm {
    margin: 2rem 0;
}
.mobileCategories .btn.btn-category {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px 0 8px 42px;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    padding: 0 40px 0 20px;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: #111;
}
.overlay-content .menu-expand {
    font-size: 18px;
    position: absolute;
    right: 0;
}
.overlay-content .mobile-menu li {
    position: relative;
}
.overlay-content .mobile-menu a {
    color: var(--bs-heading-color);
    margin-bottom: 4px;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 2;
}
#myNav .has-children.active > .sub-menu {
    display: block !important;
}

.overlay-content
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul.sub-menu {
    padding: 10px 0 0 10px;
}
    .mobile-menu-wrap
    nav
    .mobile-menu
    li
    ul.sub-menu ul.sub-menu {
    list-style: square;
    padding-left: 20px;
    margin-bottom: 4px;
}
.sub-menu li.has-children + li a{
    font-weight: 600;
}