/***
 Theme Name: Ecom
 Description: Job Board Finder HTML template
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/
@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/slick.css);
@import url(../css/plugins/animate.min.css);

/*RESET*/
:root {
    --bs-primary-rgb: 59, 93, 231;
    --secondary: #919199;
    --themeColoeOne: #0a69d8;
    --themeColorTwo: #ffa500;
    --colorGreen: #05a845;
    --colorOlive: #ab9774;
    --colorYellow: #ffd43a;
    --colorRed: #db4437;
    --paraColor: #7d7b7b;
    --colorBlack: #333333;
    --colorWhite: #ffffff;
    --lightBg: #edf5ff;
    --lightBg2: #f5f5f5;
    --headingFont: "Jost", serif;
    --bodyFont: "Roboto", serif;
    --cursiveFont: "Oregano", serif;
    --ratingColor: #f9a61c;
}
/* .common_btn {
    background: var(--themeColorTwo);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
} */

.common_btn {
    background: var(--themeColoeOne);
    padding: 12px 25px;
    color: var(--colorWhite);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.common_btn:hover {
    color: #fff;
}
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,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
}

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%;
}

:root {
    --colorPrimary: #05a845;
    --colorBlack: #191919;
    --colorWhite: #ffffff;
    --gray: #9d9da6;
    --colorRed: #ed4b4b;
    --paraColor: #616161;
    --primary: #222;
    --soft-secondary: rgba(143, 151, 171, 0.15);
    --warning: #f3af3d;
    --ratingColor: #f9a61c;
    --paraFont: "Inter", sans-serif;
    --headingFont: "Poppins", sans-serif;
    --cursiveFont: "Oleo Script", cursive;
    --boxShadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

input,
select,
button,
textarea {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !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 !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;
}
.aiz-range-slider .noUi-connect {
    background: var(--primary);
}
.position-absolute {
    position: absolute !important;
}
.right-0 {
    right: 0 !important;
}
.top-0 {
    top: 0 !important;
}
/*--- Common Classes---------------------*/
::-moz-selection {
    background: #425a8b;
    /* WebKit/Blink Browsers */
    color: #fff;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-menu {
    border-color: #dfdfe6;
    margin: 0;
    border-radius: 0;
    min-width: 14rem;
    font-size: inherit;
    padding: 0;
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    padding: 0.5rem 0;
    border-radius: 4px;
    max-width: 100%;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #74788d;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown-menu.show {
    display: block;
}
.show.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0 !important;
}
::selection {
    background: #425a8b;
    /* WebKit/Blink Browsers */
    color: #fff;
}
.btn_design {
    display: inline-block;
    font-weight: 400;
    line-height: 28px;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /* padding: 3px 10px; */
    font-size: 13px;
    border-radius: 0.25rem;
    margin-left: 6px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 28px;
    width: 28px;
}
.btn-danger2 {
    color: #fff;
    background-color: #bb2d3b !important;
    border-color: #bb2d3b !importany;
}
.header .main-header .header-left .header-shop .number-item2 {
    background-color: #0b9444;
    border-radius: 50%;
    position: absolute;
    top: -23px;
    left: 3px;
    width: 20px;
    height: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}
.btn-secondary {
    color: #fff;
    background-color: #808390;
    border-color: #808390;
}
::-moz-selection {
    background: #425a8b;
    /* Gecko Browsers */
    color: #fff;
}

::-moz-placeholder {
    color: #b2c2e1;
    opacity: 1;
}
.badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px;
    width: 18px;
    font-size: 0.65rem;
    font-weight: 500;
    line-height: unset;
}
.pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
}
.bg-gray,
.hov-bg-gray:hover {
    background-color: var(--gray) !important;
}
::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: 20px;
    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: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

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: #ccebff !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: #fd9636;
    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: #fd9636;
    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: #fd9636;
    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;
}
/* .header-bottom {
    border-top: 1px solid #D5DFE4;
    padding: 10px 0px 10px 0px;
    background: #fff;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
} */
.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: #fd9636 !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: #fd9636;
    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: #fd9636;
}

.btn.btn-info {
    background-color: #27b3d2;
    color: #ffffff;
    font-weight: bold;
}

.btn.btn-info:hover {
    background-color: #fd9636;
    border-color: #fd9636;
}

.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: #fd9636;
}

.btn.btn-link-brand-2 {
    color: #fd9636;
    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: #fd9636;
    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: #fd9636;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .header-right {
        display: none;
    }
}

@media screen and (max-width: 1550px) {
    .icon-list {
        span:first-child {
            display: none;
        }
    }
}
.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;
}

.vendor_info .btn.btn-cart:hover,
.head-main .btn.btn-cart:hover {
    border: none !important;
    background: none !important;
    color: #425a8b;
}

.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;
}

.buy-product .btn.btn-buy {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #444;
    border: 1px solid #fff;
    /* width: 100%; */
    text-align: center;
    padding: 7px 18px;
    background-color: #fff;
}

.btn.btn-buy: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;
    padding: 0px;
    line-height: 30px;
    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;
    margin-top: 15px;
}

.btn.btn-wishlist:hover {
    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: #fd9636;
}

.btn.btn-gray {
    background-color: #d5dfe4;
    font-size: 14px;
    line-height: 18px;
    color: #425a8b;
    border-radius: 0px;
    border-radius: 4px;
    padding: 10px 10px;
    font-weight: 500;
}

.btn.btn-gray:hover {
    color: #fd9636;
}

.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: #fd9636;
}

.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: #fd9636;
}

.btn.btn-link-orange {
    text-decoration: underline;
    color: #fd9636;
}

.btn.btn-category {
    background-color: #fd9636;
    background-image: url(../imgs/page/homepage4/open-close.svg);
    background-repeat: no-repeat;
    background-position: 17px 9px;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    color: #ffffff;
    /* min-width: 223px; */
    text-align: left;
    margin-right: 20px;
}

.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-shop-now {
    background-image: url(../imgs/page/homepage5/shop-now.svg);
    background-position: left 14px center;
    background-repeat: no-repeat;
    padding-left: 45px;
}

.btn.btn-close {
    padding: 0px;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 12;
    right: 0px;
    top: -7px;
    background: url(../imgs/page/homepage9/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 #fd9636;
}

.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: #fd9636 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/next.svg) no-repeat 0px 0px;
}

.swiper-button-next:hover {
    background: url(../imgs/next.svg) no-repeat 0px 0px;
}

.swiper-button-prev {
    background: url(../imgs/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: #fd9636;
    opacity: 0.2;
}

.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fd9636;
    width: 12px;
    height: 12px;
}

.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: 50px;
    left: 55px;
}

.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;
}
.banner-hero .mobile_category {
        display: block;
    }
.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: #fd9636;
}

[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: #fd9636;
    transition: background 450ms;
    height: 6px;
    margin-top: 0px;
}

.noUi-horizontal .noUi-handle {
    background-color: #fd9636;
    border: 1px solid #fd9636;
    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: 20%;
    padding: 0px 10px;
}

.list-col-5 li .item-list {
    border: 1px solid #d5dfe4;
    border-radius: 4px;
    display: flex;
    padding: 15px;
    height: 100%;
}

.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 10px
        11px;
    color: #425a8b;
}

.card-grid-style-1 a.color-gray-1100 {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.card-grid-style-2 {
    display: flex;
    margin-bottom: 10px;
    background: #f6f6f6;
    border-radius: 4px;
    width: calc(100% - 1px);
    min-height: 166px;
    transition-duration: 0.2s;
    overflow: hidden;
    position: relative;
    height: 100%;
}
/* .card-grid-style-2 {
    padding: 15px 30px;
    display: flex;
    margin-bottom: 10px;
    background: #f6f6f6;
    border-radius: 4px;
    width: calc(100% - 1px);
    min-height: 166px;
    transition-duration: 0.2s;
    overflow: hidden;
    position: relative;
    text-align: center;
} */
.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;
    /* 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: 300px;
    overflow: hidden;
    line-height: 165px;
    margin-bottom: 10px;
}

.card-grid-style-3 .card-grid-inner .image-box img {
    vertical-align: middle;
    height: 100%;
}

.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: 16px;
    line-height: 24px;
}

.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.list-products-3 .card-grid-style-3 {
    width: 21.666%;
}

.list-products-5.list-products-3 .hurry-up {
    width: 35%;
}

.login_register {
    display: flex;
}

.login_register li {
    margin-left: 5px;
    color: #425a8b;
    cursor: pointer;
}

.login_register li {
    margin-left: 5px;
}

.login_register li a {
    color: #425a8b;
}

.hurry-up {
    height: calc(100% - 30px);
}

.product_qty_wrapper {
    display: flex;
}

.product_qty_wrapper .btn {
    width: 3px !important;
    background: none !important;
    border: none !important;
}

.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/homepage4/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/homepage2/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 {
    padding: 20px 30px 20px 10px;
    border: 3px solid #425a8b;
}

.top-deals .card-grid-inner:hover {
    border: 3px solid #425a8b;
}

.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;
}

.grid-banner-height {
    background: url(../imgs/page/homepage2/bg-xiaomi.svg) no-repeat;
    padding: 35px 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border-radius: 4px;
    position: relative;
}

.grid-banner-height::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 50%;
    background: url(../imgs/page/homepage2/xiaomi.png) no-repeat left top;
    background-size: cover;
}

.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: 20px; */
    /* 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;
    /* border-top: 1px solid#ddd; */
}

.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: 15px;
    background: #f6f6f6;
    /* margin-top: 30px; */
}

.card-category .card-info {
    text-align: center;
    padding: 10px 10px;
    margin-top: 15px;
}

.card-category .card-image {
    margin-bottom: 10px;
    height: 200px;
    width: 200px;
    margin: auto;
    margin-top: 20px;
}
/* .card-category .card-image img {
    height: 100%;
} */
[dir="rtl"] .aiz-checkbox,
[dir="rtl"] .aiz-radio {
    padding-right: 28px;
    padding-left: 0;
}
.aiz-checkbox-list .aiz-checkbox,
.aiz-radio-list .aiz-radio {
    display: block;
}
.aiz-checkbox.aiz-checkbox-disabled,
.aiz-radio.aiz-radio-disabled {
    opacity: 0.8;
    cursor: not-allowed;
}
.aiz-checkbox-inline .aiz-checkbox,
.aiz-radio-inline .aiz-radio {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}
.aiz-checkbox-inline .aiz-checkbox:last-child,
.aiz-radio-inline .aiz-radio:last-child {
    margin-right: 0;
}
.aiz-checkbox > input,
.aiz-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.aiz-square-check,
.aiz-rounded-check {
    background: 0 0;
    position: relative;
    height: 16px;
    width: 16px;
    border: 1px solid #d1d7e2;
}

.aiz-checkbox .aiz-square-check,
.aiz-checkbox .aiz-rounded-check,
.aiz-radio .aiz-square-check,
.aiz-radio .aiz-rounded-check {
    position: absolute;
    top: 2px;
    left: 0;
}
[dir="rtl"] .aiz-checkbox .aiz-square-check,
[dir="rtl"] .aiz-checkbox .aiz-rounded-check,
[dir="rtl"] .aiz-radio .aiz-square-check,
[dir="rtl"] .aiz-radio .aiz-rounded-check {
    left: auto;
    right: 0;
}
.aiz-square-check {
    border-radius: 3px;
}
.aiz-rounded-check {
    border-radius: 50%;
}
.aiz-square-check:after,
.aiz-rounded-check:after {
    content: "";
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.aiz-square-check:after {
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid var(--primary);
}
.aiz-rounded-check:after {
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
}
.aiz-checkbox > input:checked ~ .aiz-square-check:after,
.aiz-radio > input:checked ~ .aiz-square-check:after,
.aiz-checkbox > input:checked ~ .aiz-rounded-check:after,
.aiz-radio > input:checked ~ .aiz-rounded-check:after {
    visibility: visible;
    opacity: 1;
}
.payment_mobile {
    display: none;
}
.payment_desktop {
    display: flex;
}
.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;
    }
}
/*! nouislider - 14.6.2 - 9/16/2020 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

.noUi-connect {
    height: 100%;
    width: 100%;
}

.noUi-origin {
    height: 10%;
    width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3fb8af;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #ccc;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

.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: #fd9636;
}

.swiper-pagination .swiper-pagination-customs-active {
    background: #fd9636;
}

.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;
}

.modal-header .btn-close {
    margin: -0.5rem 0rem -0.5rem auto;
}

.banner-hero {
    /* padding: 24px 0px 20px 0px; */
    /* position: relative; */
    /* margin-top: 20px; */
}

.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-big.banner-big-3 {
    padding: 50px 40px 25px 40px;
    background-image: url(../imgs/page/homepage4/bg-banner.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover !important;
}

.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 {
    background-image: url(../imgs/page/homepage2/laptop.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
}

.banner-hero.banner-1 .banner-small.banner-laptop::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 125px;
    width: 100%;
    background-image: url(../imgs/page/homepage2/circle-top.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    z-index: 1;
    border-top-left-radius: 8px;
}

.banner-hero.banner-1 .banner-small.banner-laptop * {
    z-index: 2;
    position: relative;
}

.banner-hero.banner-1 .banner-small.banner-player {
    background-image: url(../imgs/page/homepage2/player.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
}

.banner-hero.banner-1 .banner-small.banner-apple {
    background-image: url(../imgs/page/homepage2/apple-day.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
}

.banner-hero.banner-1 .banner-small.banner-samsung {
    background-image: url(../imgs/page/homepage2/samsung.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
}

.banner-hero.banner-8 .banner-big {
    height: 518px;
    border-radius: 8px;
    padding: 10px 20px 10px 50px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain !important;
    background-image: url(../imgs/page/homepage8/bg-banner.png);
}

@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;
}

.banner-homepage3 {
    background-color: #d1ecfd;
    background-image: url(../imgs/page/homepage3/bg-circle.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 0px;
}

.container-banner {
    max-width: 1400px;
    margin: auto;
}

.banner-homepage3 .box-swiper .swiper-container {
    padding-bottom: 0px;
}

.banner-homepage3 .swiper-pagination-custom {
    bottom: 40px;
    padding-left: 0px;
}

.banner-homepage3 .swiper-pagination .swiper-pagination-customs {
    background-color: #ffffff;
}

.banner-homepage3 .swiper-pagination .swiper-pagination-customs-active,
.banner-homepage3 .swiper-pagination .swiper-pagination-customs:hover {
    background-color: #fd9636;
}

.header {
    padding: 0px 0;
    float: left;
    width: 100%;
    position: relative;
    /* border-bottom: 1px solid #D5DFE4; */
    height: 90px;
}

/* .header .container {
    max-width: 100%;
} */

.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;
}

.header .main-header .header-left .header-logo {
    max-width: 150px;
    width: 100%;
}

.header .main-header .header-left .header-logo a {
    display: block;
}

.header .main-header .header-left .header-logo a img {
    min-height: 9px;
    height: 70px;
}

.header .main-header .header-left .header-nav {
    display: inline-block;
    width: 45%;
    text-align: center;
}

.header .main-header .header-left .header-search {
    width: 100%;
}

.header .main-header .header-left .header-search .box-header-search {
    border-radius: 8px;
    border: 1px solid #d5dfe4;
    padding: 5px;
}

.icon_size {
    font-size: 20px;
    position: absolute;
    top: -12px;
    /* left: 0; */
    right: 10px;
}

.header
    .main-header
    .header-left
    .header-search
    .box-header-search
    .form-search {
    display: flex;
}

.header
    .main-header
    .header-left
    .header-search
    .box-header-search
    .box-keysearch {
    width: 100%;
}

.header
    .main-header
    .header-left
    .header-search
    .box-header-search
    .box-keysearch
    input {
    border: 0px !important;
}

.remove_cart {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 7px 22px;
    background-color: #425a8b;
}

.remove_cart:hover {
    border: 1px solid #425a8b;
    background-color: #ffffff;
    color: #425a8b;
}

.header
    .main-header
    .header-left
    .header-search
    .box-header-search
    .box-category {
    position: relative;
    margin-right: 15px;
    min-width: 120px;
}

.header
    .main-header
    .header-left
    .header-search
    .box-header-search
    .box-category::before {
    content: "";
    height: 14px;
    width: 1px;
    background-color: #ebf0f3;
    position: absolute;
    top: 8px;
    right: -14px;
}

.header
    .main-header
    .header-left
    .header-search
    .box-header-search
    .box-category
    select {
    height: 100%;
    width: 100%;
    border: 0px;
    padding: 0px 20px 0px 5px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../imgs/template/arrow-down.svg);
    background-position: right center;
    background-repeat: no-repeat;
}

.header .main-header .header-left .header-shop {
    width: 35%;
    text-align: right;
}

.header .main-header .header-left .header-shop .icon-list {
    display: inline-block;
    padding: 0px 15px 0px 22px;
    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: #0ba9ed;
}

.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);
    margin-right: 20px;
}

.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;
}
.fl-main-container .fl-container.fl-flasher .fl-icon {
    font-size: 1.6em !important;
}
.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: #fd9636;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 13px;
    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 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: relative;
    top: 2px;
}

.header .main-menu li.has-children ul .has-sub-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: relative;
    top: 2px;
}

.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: #fd9636;
}

.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: 220px;
    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;
}

.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;
}

@media (min-width: 1400px) {
    .header-container .container {
        max-width: 1360px;
    }
}
@media (min-width: 1700px) {
    .header-container .container {
        max-width: 1670px;
    }
}

.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;
}

.header-bottom .dropdown {
    padding: 0px;
}

.header-bottom .header-nav {
    width: 100%;
    padding-left: 20px;
}

.header-bottom .header-nav .main-menu {
    padding-top: 3px;
}

.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/homepage4/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/homepage4/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/homepage4/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: 0 !important;
    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: 0px;
    top: calc(100% + 31px);
    z-index: 99;
    width: 360px;
    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; */
    box-shadow: var(--boxShadow);
}
.item_scroll {
    overflow-y: scroll;
    height: 300px;
}
.aiz-switch input:empty {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}
.aiz-switch input:empty ~ span {
    display: inline-block;
    position: relative;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 24px;
    height: 21px;
    width: 40px;
    border-radius: 12px;
}
.form-switch .form-check-input {
    width: 3em !important;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
/*rating*/
.rating i {
    color: #c3c3c5;
    font-size: 1rem;
    letter-spacing: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/* .fa-star:before {
    content: "\f005";
} */
.rating i.hover,
.rating i.active,
.text-rating {
    color: #ffa707;
}
.bg-rating {
    background-color: #ffa707;
}
.rating i.half {
    position: relative;
}
.rating-space i {
    margin-left: 6px;
}
.rating i.half:after {
    position: absolute;
    content: "\f005";
    top: 0;
    left: 0;
    font-size: inherit;
    color: #ffa707;
    z-index: 1;
}
.rating i.half {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.rating-sm i {
    font-size: 0.8125rem;
}
.rating-lg i {
    font-size: 1.125rem;
}
.rating-input label {
    cursor: pointer;
}
.rating-input input {
    display: none;
}
.rating-mr-1 i {
    margin-right: 0.5rem;
}

.form-check-input {
    width: 1em;
    height: 20px !important;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.frown {
    font-size: 24px;
    padding-bottom: 15px;
    opacity: 0.7;
}
.empty {
    font-weight: 700;
    font-size: 16px;
}
.dropdown-cart.dropdown-open {
    display: block;
    visibility: visible;
}

.dropdown-account {
    width: 200px;
    left: 0;
    display: none;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 27px);
    z-index: 99;
    width: 220px;
    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: 500;
    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: 15px;
    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: #8c9ec5;
}

.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;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-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: #0e224d;
}

.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/homepage4/arrow-down.svg);
}

.top-brand-2 {
    background-color: #fd9636;
}

.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/homepage5/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/homepage5/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.last_a {
    display: block;
    padding-right: 0px !important;
}
.nav-small li a:hover {
    color: #fd9636;
}

.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: #fff;
    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: 14px;
    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: 26px;
    display: inline-block;
    border-right: 1px solid #d5dfe4;
    text-align: center;
    margin-right: 15px;
}
.list-nav-arrow .img-link img {
    height: 26px;
    width: 26px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}
.list-nav-arrow .img-link span {
    /* display: inline-block; */
    /* margin-top: 0px; */
    /* position: absolute; */
    /* top: -3px; */
    vertical-align: top;
}
.menu-texts li .sub-menu {
    display: none;
}

.menu-texts li .sub-menu li .sub-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: #fff;
    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 START */
.main_menu {
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    line-height: 50px;
}

.menu_category_bar {
    /* background: var(--colorPrimary); */
    width: 100%;
    height: 50px;
    color: #425a8b;
    padding: 0px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
}

.menu_category_bar i {
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}

.menu_category_bar.\.ratate_arrow i {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.menu_category_bar p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #425a8b;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu_category_bar span {
    display: block;
    width: 17px;
    height: auto;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.menu_category_bar i {
    font-size: 16px;
}

.menu_cat_item {
    background: var(--colorWhite);
    box-shadow: var(--boxShadow);
    width: 100%;
    /* height: 503px; */
    position: relative;
    z-index: 9;
}

.menu_cat_item li a {
    border-bottom: 1px solid #6598331f;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--paraColor);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    line-height: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12.5px 30px;
    position: relative;
}

.menu_cat_item li:last-child a {
    border: none;
}

.menu_cat_item li a span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.menu_cat_item > li:hover > a {
    color: var(--colorPrimary);
    background: #6598330f;
}

.menu_cat_item > li:hover .droap_arrow::after {
    color: var(--colorPrimary);
    opacity: 1;
}

/* .menu_cat_item>li>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    position: absolute;
    content: "\f105";
    top: 22px;
    right: 30px;
    color: var(--paraColor);
    opacity: .8;
    font-size: 14px;
    border: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
} */
.menu_cat_item li a span i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.menu_cat_droapdown {
    width: 250px;
    background: var(--colorWhite);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 105%;
    padding: 0;
    box-shadow: var(--boxShadow);
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    /* height: 100%; */
    min-height: 100%;
}

.box-quantity .input-quantity .minus-cart {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 36px;
    width: 18px;
    cursor: pointer;
    background: url(../imgs/page/product/minus.svg) no-repeat 0px 7px;
}
.box-quantity .input-quantity .plus-cart {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 18px;
    cursor: pointer;
    background: url(../imgs/page/product/plus.svg) no-repeat 0px 7px;
}
.buy-product .box-quantity .input-quantity input {
    border: 0px;
    /* border-bottom: 2px solid #dde4f0; */
    width: 66px;
    height: 35px;
    text-align: center;
    left: 0;
    margin-left: 10px;
}
.buy-product .btn.btn-buy:hover {
    border: 1px solid #425a8b;
    background-color: #425a8b;
    color: #fff !important;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.buy-product .box-quantity .input-quantity .minus-cart {
    position: absolute;
    top: 0px;
    left: 8px;
    height: 30px;
    width: 18px;
    cursor: pointer;
    background: url(../imgs/page/product/minus.svg) no-repeat 0px 7px;
}
.buy-product .box-quantity .input-quantity .plus-cart {
    position: absolute;
    top: 0px;
    right: 30px;
    height: 30px;
    width: 18px;
    cursor: pointer;
    background: url(../imgs/page/product/plus.svg) no-repeat 0px 7px;
}
.buy-product .font-xl {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    line-height: 26px;
}
.menu_cat_droapdown li a {
    padding: 0px 20px !important;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_cat_droapdown li a i {
    width: auto;
}

.menu_cat_droapdown li:hover > a {
    color: var(--colorPrimary);
}

.menu_cat_item li:hover .menu_cat_droapdown {
    opacity: 1;
    visibility: visible;
    left: 100%;
}
.desktop_shows {
    display: block;
}
.mobile_shows {
    display: none;
}
.sub_category {
    width: 250px;
    background: var(--colorWhite);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 105%;
    padding: 0;
    border-radius: 0px 0px 10px 10px;
    box-shadow: var(--boxShadow);
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    height: 100%;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
}

.menu_cat_droapdown li:hover .sub_category {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.toggle_menu.\.show_category {
    display: block;
    position: absolute;
    width: 333px;
    /* top: 0px; */
    margin-top: 15px;
}

.toggle_menu {
    display: none;
}
.bg-label-success {
    background-color: #ddf6e8 !important;
    color: #28c76f !important;
}
.btn-primary {
    color: #fff;
    background-color: #7367f0;
    border-color: #7367f0;
}
.btn.btn-success {
    background: #85b567 !important;
}
.pagination {
    --bs-pagination-padding-x: 0.35rem;
    --bs-pagination-padding-y: 0.745rem;
    --bs-pagination-font-size: 0.9375rem;
    --bs-pagination-color: #5d596c;
    --bs-pagination-bg: rgba(75, 70, 92, 0.08);
    --bs-pagination-border-width: 0px;
    --bs-pagination-border-color: rgba(75, 70, 92, 0.08);
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: #5d596c;
    --bs-pagination-hover-bg: rgba(75, 70, 92, 0.16);
    --bs-pagination-hover-border-color: rgba(75, 70, 92, 0.16);
    --bs-pagination-focus-color: #5d596c;
    --bs-pagination-focus-bg: rgba(75, 70, 92, 0.16);
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #7367f0;
    --bs-pagination-active-border-color: #7367f0;
    --bs-pagination-disabled-color: #a5a3ae;
    --bs-pagination-disabled-bg: rgba(75, 70, 92, 0.08);
    --bs-pagination-disabled-border-color: rgba(75, 70, 92, 0.08);
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid
        var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-item.active .page-link,
.pagination li.active > a:not(.page-link) {
    border-color: #7367f0;
    background-color: #7367f0;
    color: #fff;
}
.page-item > .page-link.active {
    border-color: #7367f0;
    background-color: #7367f0;
    color: #fff;
}
.page-item.first .page-link.active,
.page-item.last .page-link.active,
.page-item.next .page-link.active,
.page-item.prev .page-link.active,
.page-item.previous .page-link.active {
    border-color: #7367f0;
    background-color: #7367f0;
    color: #fff;
}
.btn.btn_des {
    border-radius: 20px;
    padding: 0 !important;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    width: 85px;
}
.menu_item {
    line-height: 60px;
    position: relative;
}

.menu_icon {
    line-height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 15px;
}

.menu_icon li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: var(--colorBlack);
    border-radius: 50%;
    border: 1px solid rgba(11, 28, 6, 0.14);
    position: relative;
    transition: all linear 0.3s;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.menu_icon li a span {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background: var(--colorPrimary);
    line-height: 20px;
    font-size: 12px;
    color: var(--colorWhite);
    border-radius: 50%;
    top: -4px;
    right: -4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.menu_icon li a:hover,
.menu_icon li a.active {
    color: var(--colorPrimary) !important;
    border-color: var(--colorPrimary);
}

.menu_item li {
    margin-right: 25px;
    float: left;
}

.menu_item li a {
    text-transform: capitalize;
    color: var(--paraColor);
    font-weight: 500;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    font-size: 16px;
}

.menu_item li a i {
    margin-left: 3px;
    font-size: 12px;
}

.menu_item > li:hover > a,
.menu_item li a.active {
    color: var(--colorPrimary);
}

.menu_item li a.flash_sell {
    line-height: initial;
    background: #f00c0c26;
    color: var(--colorRed);
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.menu_item li a.flash_sell:hover,
.menu_item li a.flash_sell.active {
    background: var(--colorRed);
    color: var(--colorWhite);
}

.main_menu.menu_fix {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0;
    z-index: 999;
    animation: menu_animate 1.5s;
    border-bottom: 1px solid #66983321;
    -webkit-animation: menu_animate 1.5s;
}

@keyframes menu_animate {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }

    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

.mega_menu {
    position: absolute;
    background: var(--colorWhite);
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
    z-index: 999;
    top: 80px;
    left: 0;
    box-shadow: var(--boxShadow);
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

.mega_menu_colum {
    position: relative;
}

.mega_menu_colum_text {
    position: absolute;
    top: 20px;
    left: 20px;
}

.mega_menu_colum_text h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.mega_menu_colum_text h5 span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #dc3545;
}

.mega_menu_colum_text h3 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
}

.mega_menu_colum_text .common_btn {
    line-height: 0;
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.mega_menu_colum h4,
.menu_cat_droapdown h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--paraColor);
}

.mega_menu_colum.menu_banner {
    height: 100%;
}

.mega_menu_colum.menu_banner a {
    height: 100%;
    overflow: hidden;
    max-height: 310px;
}

.wsis__mega_menu_item {
    line-height: 35px;
}

.wsis__mega_menu_item li {
    margin: 0;
    width: 100%;
    float: none;
}

.wsis__mega_menu_item li a {
    color: var(--paraColor);
    display: block;
    width: 100%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    font-size: 14px;
    font-weight: 400;
}

.wsis__mega_menu_item li a:hover {
    color: var(--colorPrimary);
    padding-left: 5px;
}

.menu_item li:hover .mega_menu {
    top: 60px;
    opacity: 1;
    visibility: visible;
}

.relative_li {
    position: relative;
}

.menu_droapdown {
    position: absolute;
    top: 120%;
    left: 0;
    background: var(--colorWhite);
    z-index: 999;
    width: 230px;
    max-height: 500px;
    box-shadow: var(--boxShadow);
    line-height: 35px;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    overflow: hidden;
    overflow-y: auto;
}

.menu_droapdown::-webkit-scrollbar {
    scrollbar-width: thin !important;
    background: #eee;
    width: 5px;
}

.menu_droapdown::-webkit-scrollbar-thumb {
    background: #c5dbaf;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.menu_droapdown > li {
    margin: 0;
    width: 100%;
    position: relative;
}

.menu_droapdown > li > a {
    color: var(--paraColor);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    padding: 2px 25px;
    border-bottom: 1px solid var(--colorWhite);
    position: relative;
}

.menu_droapdown > li:last-child a {
    border: none;
}

.menu_droapdown > li > a > i {
    font-size: 10px;
    margin-right: 5px;
    font-weight: 900;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.menu_droapdown > li > a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: var(--colorPrimary);
    top: 18px;
    left: 20px;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.menu_droapdown > li:hover > a,
.menu_droapdown > li .active {
    color: var(--colorPrimary);
    padding-left: 30px;
}

.menu_droapdown > li:hover i {
    margin-right: 0;
}

.menu_droapdown > li > a:hover::after,
.menu_droapdown > li > a.active::after {
    opacity: 1;
}

.menu_item li:hover .menu_droapdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.menu_droapdown2 {
    width: 220px;
    position: absolute;
    top: -20px;
    left: 110%;
    background: var(--colorWhite);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.menu_droapdown2 li {
    width: 100%;
}

.menu_droapdown2 li a {
    color: #575757;
    width: 100%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.menu_droapdown2 > li > a:hover {
    color: #007aff;
}

.menu_droapdown > li:hover .menu_droapdown2 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.mini_cart .offcanvas-header {
    background: var(--colorPrimary);
    padding: 10px 20px;
}

.mini_cart .offcanvas-header h5 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: var(--colorWhite);
    padding: 10px 0px;
}

.mini_cart .offcanvas-header h5 span {
    color: var(--colorWhite);
    margin-left: 5px;
}

.mini_cart .offcanvas-header .btn-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin-right: 0px;
    background: var(--colorWhite);
    color: var(--colorPrimary);
    opacity: 1;
    transition: all linear 0.3s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.mini_cart .offcanvas-header .btn-close:hover {
    background: var(--colorBlack);
    color: var(--colorWhite);
}

.mini_cart ul {
    display: block;
    overflow-y: auto !important;
    scrollbar-width: thin;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    padding-left: 5px;
    max-height: 500px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    margin-bottom: 10px;
}

.mini_cart ul::-webkit-scrollbar {
    scrollbar-width: thin !important;
    background: var(--colorPrimary);
    width: 5px;
}

.mini_cart ul::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.mini_cart li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.mini_cart li:last-child {
    margin-bottom: 0;
    border: none;
}

.mini_cart .cart_img {
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.mini_cart .cart_img img {
    height: 100%;
}

.wsis__del_icon {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--colorWhite);
    background: #6598339c;
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    opacity: 0;
}

.wsis__del_icon:hover {
    opacity: 1;
}

.mini_cart .cart_text {
    max-width: 70%;
    margin-left: 20px;
}

.mini_cart .cart_text a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    color: var(--colorBlack);
}

.mini_cart .cart_text a:hover {
    color: var(--colorPrimary);
}

.mini_cart .cart_text p {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorBlack);
    margin-top: 5px;
}

.mini_cart .cart_text p del {
    color: var(--paraColor);
    font-weight: 400;
    margin-left: 5px;
}

.mini_cart h5 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 13px 0px;
}

.mini_cart h5 span {
    color: var(--colorBlack);
    font-weight: 600;
    font-size: 20px;
}

.minicart_btn_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.minicart_btn_area a {
    width: 100%;
}

/* MENU END */

.menu-texts li .sub-menu li:hover .sub-sub-menu {
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    min-width: 250px;
    height: auto;
    background-color: #fff;
    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;
}

.menu-texts.menu-close li a .text-link {
    display: none;
}

.menu-texts.menu-close li a .img-link {
    margin-right: 0px;
    margin-left: 10px;
}

.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: 15px;
    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 .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;
    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: 30px;
    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: 105px 0px 75px 0px;
}

.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-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;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
    justify-content: left;
}
.size-28px {
    height: 28px;
    width: 28px;
}
.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 {
    padding-right: 0px;
}

.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: #fff3ea;
    padding: 50px 30px 0px 30px;
    height: 225px;
    background-image: url(../imgs/page/homepage1/metaverse.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;
}

.label2 {
    /* position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2; */
    border-radius: 30px;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    margin-left: 10px;
    background-color: #fd9636;
}
.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/homepage2/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/homepage2/headphone.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 85%;
    padding-bottom: 100px;
    min-height: 315px;
}

.bg-watch {
    background-image: url(../imgs/page/homepage2/watch.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 58%;
    padding-bottom: 100px;
    min-height: 315px;
}

.bg-ipad {
    background-image: url(../imgs/page/homepage2/ipad.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 80% auto;
    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/homepage2/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/homepage2/next.svg) no-repeat top right;
}

.text-underline {
    text-decoration: underline;
}

.box-slide-bg-1 {
    background: url(../imgs/page/homepage3/banner.png) no-repeat bottom right;
    background-size: 70% auto;
    height: 100%;
    display: inline-block;
    width: 100%;
}

.block-water {
    background-image: url(../imgs/page/homepage3/water.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 55% auto;
    padding-bottom: 40px;
    min-height: 240px;
}

.block-kitchen {
    background-image: url(../imgs/page/homepage3/kitchen.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 85% auto;
    padding-bottom: 40px;
    min-height: 240px;
}

.block-electric {
    background-image: url(../imgs/page/homepage3/electric.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 85% auto;
    padding-bottom: 40px;
    min-height: 240px;
}

.box-icon-flash {
    padding: 0px 0px 0px 55px;
    background-image: url(../imgs/page/homepage3/flash.svg);
    background-repeat: no-repeat;
    background-position: left -13px top 5px;
}

.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-text-hurryup {
    padding: 2px 0px 2px 50px;
    background-image: url(../imgs/page/homepage3/clock.svg);
    background-repeat: no-repeat;
    background-position: left 0px top 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;
}

.banner-ads {
    background: url(../imgs/page/homepage3/bg-ads.png) no-repeat 0px 0px;
    background-size: cover;
    padding: 50px 10px;
    position: relative;
}

.banner-ads::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 400px;
    background: url(../imgs/page/homepage3/bg-left-ads.png) no-repeat bottom
        right;
    background-size: contain;
}

.banner-ads::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 350px;
    background: url(../imgs/page/homepage3/bg-right-ads.png) no-repeat bottom
        left;
    background-size: contain;
}

.card-ads-1 .card-grid-inner {
    background: url(../imgs/page/homepage3/bg-kitchen.png) no-repeat 0px 0px;
    padding: 20px 0px 0px 0px;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
}

.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 {
    background: url(../imgs/page/homepage3/bg-kitchen2.png) no-repeat bottom
        right;
    background-size: cover;
    padding: 20px 0px 0px 0px;
    border-radius: 4px;
    overflow: hidden;
    height: 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;
}

.block-ads-1 {
    background: url(../imgs/page/homepage3/bg-ads-2.png) no-repeat 0px 0px;
    padding: 50px 40px;
}

.block-ads-2 {
    background: url(../imgs/page/homepage3/bg-ads-3.png) no-repeat 0px 0px;
    padding: 50px 40px;
}

.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: #fd9636;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.box-sidebar .head h4 {
    color: #ffffff;
}

.box-button-control {
    text-align: right;
    float: right;
    padding-top: 6px;
}

.box-button-control .swiper-button-next-style-2 {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 17px;
    height: 17px;
    background: url(../imgs/page/homepage4/arrow-next-white.svg) no-repeat
        center right;
}

.box-button-control .swiper-button-prev-style-2 {
    top: auto;
    left: auto;
    right: auto;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../imgs/page/homepage4/arrow-prev-white.svg) no-repeat
        center right;
}

.box-content .card-grid-style-3 .card-grid-inner .image-box {
    height: 133px;
    line-height: 135px;
}

.block-charge {
    background-image: url(../imgs/page/homepage4/quick-charge.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 25px 200px 25px 35px;
    background-size: auto 100%;
    height: 250px;
}

.block-player {
    background-image: url(../imgs/page/homepage4/player.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 25px 200px 25px 35px;
    background-size: auto 90%;
    height: 250px;
}

.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 #fd9636;
    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;
}

.dropdown .sidebar-left::before {
    content: "";
    height: auto;
    width: 1px;
    /* background-color: #DDE4F0; */
    z-index: 12;
    right: -1px;
    top: 25px;
    bottom: 25px;
    position: absolute;
}

.dropdown .sidebar-left .menu-texts {
    position: relative;
    top: auto;
    left: auto;
}

.dropdown .sidebar-left .menu-texts li a {
    line-height: 35px;
}

.dropdown .sidebar-left .menu-texts li a .text-link {
    display: inline;
}

.dropdown .sidebar-left .menu-texts li a .img-link {
    border-right: 0px;
    height: 35px;
}

.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: 0px;
    top: 0px;
    padding: 4px 10px;
}

.dropdown .sidebar-left .menu-texts li .sub-menu li .sub-sub-menu {
    bottom: 0px;
    top: 0px;
    padding: 4px 10px;
}

.dropdown .sidebar-left .menu-texts li .sub-menu li a:hover {
    color: #fd9636;
    font-weight: bold;
}

.dropdown .sidebar-left .menu-texts {
    border: 0px;
    padding-top: 15px;
    width: 100% !important;
    min-width: 285px;
}

.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: #fd9636;
    border-color: #fd9636;
}

.list-style-brand-2 .card-grid-style-3:hover .card-grid-inner {
    border-color: #fd9636;
}

.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: #fd9636;
}

.card-hide-cart .box-btn-cart {
    display: none;
}

.box-newsletter.bg-brand-2 {
    background-image: url(../imgs/page/homepage5/bg-newsletter.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.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: #f0f3f8;
    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 #fd9636;
    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-left {
    position: relative;
    width: 100%;
    height: 535px;
    background: url(../imgs/page/homepage6/banner1.png) no-repeat top center;
    background-size: cover;
    margin-bottom: 30px;
}

.banner-middle {
    position: relative;
    width: 100%;
    height: 535px;
    background-size: cover;
}

.banner-right-home6 {
    position: relative;
    width: 100%;
    height: 535px;
    background: url(../imgs/page/homepage6/banner3.png) no-repeat top center;
    background-size: cover;
    margin-bottom: 30px;
}

.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%;
}

.swiper-button-prev-style-4 {
    left: 40px;
    bottom: 10px;
    top: auto;
    background: url(../imgs/page/homepage6/prev.svg) no-repeat center;
    height: 56px;
    width: 56px;
}

.swiper-button-prev-style-4:hover {
    background: url(../imgs/page/homepage6/prev.svg) no-repeat center;
}

.swiper-button-next-style-4 {
    left: 98px;
    bottom: 10px;
    top: auto;
    background: url(../imgs/page/homepage6/next.svg) no-repeat center;
    height: 56px;
    width: 56px;
}

.swiper-button-next-style-4:hover {
    background: url(../imgs/page/homepage6/next.svg) no-repeat center;
}

.sale-tag {
    background-color: #fd9636;
    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;
}

.banner-bottom-1 {
    width: 100%;
    height: 265px;
    background: url(../imgs/page/homepage6/reading-table.png) no-repeat center;
    margin-bottom: 30px;
    display: inline-block;
    background-size: cover;
    position: relative;
}

.banner-bottom-2 {
    width: 100%;
    height: 265px;
    background: url(../imgs/page/homepage6/table-lamp.png) no-repeat center;
    margin-bottom: 30px;
    display: inline-block;
    background-size: cover;
    position: relative;
}

.banner-bottom-3 {
    width: 100%;
    height: 566px;
    background: url(../imgs/page/homepage6/top-rate.png) no-repeat center;
    margin-bottom: 30px;
    display: inline-block;
    background-size: cover;
    position: relative;
}

.banner-bottom-4 {
    width: 100%;
    height: 265px;
    background: url(../imgs/page/homepage6/sofa.png) no-repeat center;
    margin-bottom: 30px;
    display: inline-block;
    background-size: cover;
    position: relative;
}

.banner-bottom-5 {
    width: 100%;
    height: 265px;
    background: url(../imgs/page/homepage6/relax.png) no-repeat center;
    margin-bottom: 30px;
    display: inline-block;
    background-size: cover;
    position: relative;
}

.top-style-1 {
    position: absolute;
    top: 35%;
    left: 40px;
}

.top-style-2 {
    position: absolute;
    top: 20%;
    left: 40px;
}

.banner-ads-3 {
    background-color: #dbece5;
    border-radius: 4px;
    padding: 25px 35px;
    background-image: url(../imgs/page/homepage6/chair.png);
    background-repeat: no-repeat;
    background-position: bottom right 5px;
    max-width: 886px;
    margin: auto;
}

.header-brand-2 {
    border-top: 0px;
}

.header-brand-2 .box-header-bottom {
    display: flex;
    width: 100%;
    background-color: #fd9636;
    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/homepage7/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: #fd9636;
}

.list-brand-2 .box-count .deals-countdown {
    background-color: #fd9636;
}

.list-brand-2 .card-grid-style-3 .card-grid-inner .info-right a.btn-cart:hover {
    background-color: #fd9636;
    border-color: #fd9636;
}

.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;
}

.box-ads-2::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../imgs/page/homepage7/bg-trans.png);
}

.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;
}

.bg-newsletter-home7::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background: url(../imgs/page/homepage7/newsletter-left.png) no-repeat bottom
        left;
    background-size: auto;
    z-index: 1;
}

.bg-newsletter-home7::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background: url(../imgs/page/homepage7/newsletter-right.png) no-repeat
        bottom right;
    background-size: auto;
    z-index: 1;
}

.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-1::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
    background: url(../imgs/page/homepage8/bg-sale1.png) no-repeat bottom right;
    z-index: 1;
}

.block-sale-2.circle-2 * {
    position: relative;
    z-index: 2;
}

.block-sale-2.circle-2::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
    background: url(../imgs/page/homepage8/bg-sale2.png) no-repeat bottom right;
    z-index: 1;
}

.block-sale-2.circle-3 * {
    position: relative;
    z-index: 2;
}

.block-sale-2.circle-3::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
    background: url(../imgs/page/homepage8/bg-sale3.png) no-repeat bottom right;
    z-index: 1;
}

.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: #fd9636;
}

.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: #fd9636;
}

.swiper-button-next-ecom {
    position: absolute;
    top: 50%;
    right: -75px;
    margin-top: -28px;
    background: url(../imgs/page/homepage8/next.svg) no-repeat center;
    height: 56px;
    width: 56px;
}

.swiper-button-next-ecom:hover {
    background: url(../imgs/page/homepage8/next.svg) no-repeat center;
}

.swiper-button-prev-ecom {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: -75px;
    background: url(../imgs/page/homepage8/prev.svg) no-repeat center;
    height: 56px;
    width: 56px;
}

.swiper-button-prev-ecom:hover {
    background: url(../imgs/page/homepage8/prev.svg) no-repeat center;
}

.box-ads-3 {
    overflow: hidden;
    min-height: 150px;
    max-height: 170px;
}

.box-ads-3::before {
    background: url(../imgs/page/homepage8/bg-trans.png);
}

.box-ads-3 img {
    height: 100%;
    max-width: none;
}

.bg-newsletter-home8 {
    background-image: url(../imgs/page/homepage8/bg-newsletter.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 200px;
    padding-top: 60px;
}

.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: #fd9636;
    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: #f6f6f6;
}

.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;
    margin-right: 10px;
}

.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 {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.item-cat .box-image {
    margin-bottom: 10px;
}

.item-cat .box-image .inner-image {
    /* width: 100%; */
    background: url(../imgs/page/homepage10/circle.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 165px;
}

.item-cat.product_list .box-image .inner-image {
    width: 100%;
    background: url(../imgs/page/homepage10/circle.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 240px;
}

.item-cat .box-image .inner-image img {
    height: 100%;
    border-radius: 50% !important;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}
.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4);
    display: none !important;
}
#sslczPayBtn {
    position: relative;
    background: #3498db;
    border: 0 none;
    color: #fff;
    padding: 8px 20px 8px 70px;
    border-radius: 4px;
    /* height: 42px; */
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    width: 254px;
    outline: 0;
    overflow: hidden;
    /* margin-top: -27px; */
    position: absolute !important;
}
.item-cat .box-category-1 .box-image .inner-image,
.card-category .card-image {
    position: relative;
}

.item-cat .box-category-1 .box-image .inner-image .image_overlay {
    background-image: linear-gradient(
        rgb(11 148 68 / 60%),
        rgb(237 28 36 / 60%)
    );
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.card-category .card-image .image_overlay {
    background-image: linear-gradient(
        rgb(11 148 68 / 60%),
        rgb(237 28 36 / 60%)
    );
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
/* .card-image img {
    height: 200px;
} */
.item-cat .box-category-1:hover .box-image .inner-image .image_overlay,
.card-category:hover .card-image .image_overlay {
    opacity: 1;
}

.item-cat.product_list .box-image .inner-image img {
    height: 100%;
    border-radius: 10px !important;
    vertical-align: middle;
    display: inline-block;
    /* -webkit-border-radius: 50% !important; */
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.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-newsletter-home10::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: url(../imgs/page/homepage10/bg-newsletter1.png) no-repeat bottom
        left;
    background-size: contain;
}

.box-newsletter-home10::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: url(../imgs/page/homepage10/bg-newsletter2.png) no-repeat bottom
        right;
    background-size: contain;
}

.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%;
}

@media (min-width: 768px) {
    .display-list .card-grid-style-3 .card-grid-inner {
        display: flex;
    }

    .display-list .card-grid-style-3 .card-grid-inner .image-box {
        width: 25%;
        min-width: 260px;
        max-width: 260px;
        margin-bottom: 40px;
    }

    .display-list .card-grid-style-3 .card-grid-inner .info-right {
        width: 100%;
    }

    .display-list .card-grid-style-3 .card-grid-inner .info-right .btn-cart {
        max-width: 260px;
    }

    .display-list .card-grid-style-3 .card-grid-inner .tools {
        bottom: 10px;
        left: 10px;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 260px;
    }

    .display-list .card-grid-style-3 .card-grid-inner .tools .btn {
        margin-bottom: 0px !important;
        margin-right: 10px;
    }
}

.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%;
}
.box-quantity.box-design {
    display: flex;
    /* width: 100%; */
    background: #fff;
    width: 140px;
    margin: auto;
}
.box-quantity .input-quantity {
    min-width: 99px;
    max-width: 99px;
    margin-right: 20px;
    position: relative;
}
.buy-product .box-quantity .input-quantity {
    min-width: 90px;
    max-width: 90px;
    margin-right: 0px;
    position: relative;
}
.box-quantity .input-quantity input {
    border: 0px;
    border-bottom: 3px solid #dde4f0;
    width: 80px;
    height: 36px;
    text-align: center;
    left: 0;
    margin-left: 10px;
}

.box-quantity .input-quantity .minus-carts {
    position: absolute;
    top: 0px;
    left: 18px;
    height: 36px;
    width: 18px;
    cursor: pointer;
    background: url(../imgs/page/product/minus.svg) no-repeat 0px 7px;
}
.bg-soft-primary {
    background-color: rgba(59, 93, 231, 0.25) !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.button_style {
    background: #f5f5f5;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 16px;
}
.button_style i {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}
.aiz-checkbox-list {
    padding: 0 0;
    /* padding-left: 10px; */
    margin-left: 16px;
    padding-bottom: 15px;
}
.h-24px,
.size-24px {
    height: 24px;
}
.colour_filter {
    height: 150px;
    overflow: auto;
}
.w-24px,
.size-24px {
    width: 24px;
}
/*range slider - no ui slider*/
.aiz-range-slider .noUi-connect {
    background: var(--primary);
}
.aiz-range-slider .noUi-target {
    border-color: var(--soft-secondary);
}
.noUi-horizontal {
    height: 10px;
}
.noUi-handle {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    background: var(--warning);
    cursor: pointer;
    box-shadow: none !important;
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}

.rounded {
    border-radius: 0.25rem !important;
}
.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.aiz-checkbox,
.aiz-radio {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.875rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.aiz-checkbox-list .aiz-checkbox,
.aiz-radio-list .aiz-radio {
    display: block;
}
.aiz-checkbox.aiz-checkbox-disabled,
.aiz-radio.aiz-radio-disabled {
    opacity: 0.8;
    cursor: not-allowed;
}
.aiz-checkbox-inline .aiz-checkbox,
.aiz-radio-inline .aiz-radio {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}
.aiz-checkbox-inline .aiz-checkbox:last-child,
.aiz-radio-inline .aiz-radio:last-child {
    margin-right: 0;
}
.aiz-checkbox > input,
.aiz-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.aiz-checkbox .aiz-square-check,
.aiz-checkbox .aiz-rounded-check,
.aiz-radio .aiz-square-check,
.aiz-radio .aiz-rounded-check {
    position: absolute;
    top: 2px;
    left: 0;
}
.text-secondary,
.hov-text-secondary:hover {
    color: var(--secondary) !important;
}
.margin_section {
    margin-left: 12px;
}
.radio_type input {
    /* background: #000; */
    position: absolute;
    opacity: 0;
}

.aiz-checkbox .aiz-square-check,
.aiz-checkbox .aiz-rounded-check,
.aiz-radio .aiz-square-check,
.aiz-radio .aiz-rounded-check {
    /* left: auto; */
    right: 0;
}
.aiz-checkbox-list label {
    /* display: block; */
    margin-bottom: 5px !important;
    margin-right: 10px;
}
.aiz-square-check {
    border-radius: 3px;
}
.aiz-rounded-check {
    border-radius: 50%;
}
.aiz-square-check:after,
.aiz-rounded-check:after {
    content: "";
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.aiz-square-check:after {
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid var(--primary);
}
.aiz-rounded-check:after {
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
}
.aiz-checkbox > input:checked ~ .aiz-square-check:after,
.aiz-radio > input:checked ~ .aiz-square-check:after,
.aiz-checkbox > input:checked ~ .aiz-rounded-check:after,
.aiz-radio > input:checked ~ .aiz-rounded-check:after {
    visibility: visible;
    opacity: 1;
}

/*aiz megabox*/
.aiz-megabox {
    position: relative;
    cursor: pointer;
}

.aiz-megabox .aiz-megabox-elem {
    border: 1px solid #dfdfe6;
    border-radius: 0.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0.25rem;
}
.aiz-megabox > input:checked ~ span .aiz-rounded-check:after,
.aiz-megabox > input:checked ~ span .aiz-square-check:after {
    visibility: visible;
    opacity: 1;
}

.aiz-megabox > input:checked ~ .aiz-megabox-elem,
.aiz-megabox > input:checked ~ .aiz-megabox-elem {
    border-color: var(--primary);
}

.aiz-megabox > input:checked ~ .aiz-megabox-elem.border-transparent {
    border-color: var(--primary) !important;
}

/*input group/ form group*/
.input-group > .input-group-prepend > .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-text {
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #74788d;
    background-color: #f7f8fa;
    border: 1px solid #dfdfe6;
    border-radius: 4px;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.8rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.4rem 0.7rem;
    font-size: 0.8125rem;
}

/*input with icon*/
.aiz-input-icon {
    position: relative;
}
.aiz-input-icon.aiz-input-icon--left .form-control {
    padding-left: 2.6rem;
}
.aiz-input-icon.aiz-input-icon--right .form-control {
    padding-right: 2.6rem;
}
.aiz-input-icon > .aiz-input-icon__icon {
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    width: 2.6rem;
}
.aiz-input-icon--left > .aiz-input-icon__icon {
    left: 0;
}
.aiz-input-icon--right > .aiz-input-icon__icon {
    right: 0;
}
.fs-15 {
    font-size: 15px;
    font-weight: 500;
}
.box-quantity .input-quantity .plus-carts {
    position: absolute;
    top: 0px;
    right: 12px;
    height: 36px;
    width: 18px;
    cursor: pointer;
    background: url(../imgs/page/product/plus.svg) no-repeat 0px 7px;
}
.mini_cart .offcanvas-header {
    background: var(--themeColoeOne);
    padding: 10px 20px;
}

.mini_cart .offcanvas-header h5 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: var(--colorWhite);
    padding: 10px 0px;
}

.mini_cart .offcanvas-header h5 span {
    color: var(--colorWhite);
    margin-left: 5px;
}

.mini_cart .offcanvas-header .btn-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin-right: 0px;
    background: var(--colorWhite);
    color: var(--themeColoeOne);
    opacity: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.mini_cart .offcanvas-header .btn-close:hover {
    background: var(--colorBlack);
    color: var(--colorWhite);
}

.mini_cart ul {
    display: block;
    overflow-y: auto !important;
    scrollbar-width: thin;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    padding-left: 5px;
    max-height: 660px;
    margin-bottom: 10px;
}

.mini_cart ul::-webkit-scrollbar {
    scrollbar-width: thin !important;
    background: var(--themeColoeOne);
    width: 5px;
}

.mini_cart ul::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.mini_cart li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.mini_cart li:last-child {
    margin-bottom: 0;
    border: none;
}

.mini_cart .cart_img {
    width: 85px;
    height: 90px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.mini_cart .cart_img:hover {
    border-color: var(--themeColoeOne);
}

.del_icon {
    position: absolute;
    top: 50%;
    right: 10px;
    color: var(--colorBlack);
    font-size: 18px;
    transform: translateY(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.del_icon:hover {
    color: red;
}

.mini_cart .cart_text {
    width: 70%;
    margin-left: 15px;
}

.mini_cart .cart_text a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    color: var(--colorBlack);
    font-family: var(--headingFont);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mini_cart .cart_text a:hover {
    color: var(--themeColoeOne);
}

.mini_cart .cart_text p {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-top: 2px;
}

.mini_cart .cart_text p del {
    color: var(--paraColor);
    font-weight: 400;
    margin-left: 5px;
    font-size: 12px;
}

.mini_cart .cart_text span {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.mini_cart .cart_text span b {
    font-weight: 500;
}

.mini_cart h5 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 13px 0px;
}

.mini_cart h5 span {
    color: var(--colorBlack);
    font-weight: 600;
    font-size: 20px;
}

.minicart_btn_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.minicart_btn_area a {
    width: 100%;
}
.default_home .mini_cart .offcanvas-header {
    background: var(--themeColorTwo);
}

.mini_cart .cart_img {
    border: 1px solid #eee;
    background: var(--lightBg2);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.mini_cart .cart_img:hover {
    border-color: var(--themeColorTwo);
}

.mini_cart .cart_text a:hover {
    color: var(--themeColorTwo);
}
.mini_cart .cart_text a:hover {
    color: var(--colorGreen);
}
.mini_cart .offcanvas-header {
    background: var(--colorGreen);
}
.mini_cart .cart_img:hover {
    border-color: var(--colorGreen);
}
.mini_cart .offcanvas-header .btn-close {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.mini_cart .offcanvas-header {
    background: var(--colorOlive);
}

.mini_cart .cart_text a:hover {
    color: var(--colorOlive);
}

.mini_cart .offcanvas-header .btn-close {
    color: var(--colorRed);
}

.mini_cart .offcanvas-header .btn-close:hover {
    color: var(--colorWhite);
}

.mini_cart .cart_img:hover {
    border-color: var(--colorOlive);
}
.background_user {
    background: #f3f5f7;
}
.box-quantity .button-buy {
    width: 100%;
    display: flex;
}

/* .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: 10px;
}

.nav-tabs-product li {
    padding: 0px 30px 10px 0px;
}

.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: #0ba9ed;
}

.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: #fd9636;
}

.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: #fd9636;
    font-weight: bold;
    background-color: #f0f3f8;
    border-color: #fd9636;
}

.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: #fd9636;
    font-weight: bold;
    background-color: #f0f3f8;
    border-color: #fd9636;
}

.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: #fd9636;
}

.galleries {
    padding: 0px 0px 0px 105px;
    position: relative;
    width: 100%;
}

.detail-gallery {
    width: 100%;
    /* border: 4px solid #DDE4F0; */
    border-radius: 4px;
}

.rating.details {
    display: contents;
}

.byAUthor {
    margin-right: 10px;
}

.text_name {
    font-size: 15px;
    /* margin-top: 20px; */
}

.slider-nav-thumbnails {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 94px;
}

.vendor_info .btn.btn-cart,
.head-main .btn.btn-cart {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #425a8b;
    border: none;
    width: 100%;
    text-align: center;
    /* padding: 7px 22px; */
    transition: all 0.3s ease 0s;
    display: ruby;
}

.cart_design .btn.btn-cart {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #425a8b;
    color: #ffffff;
    border: none;
    width: 100%;
    text-align: center;
    padding: 12px 22px;
    transition: all 0.3s ease 0s;
    display: ruby;
    border-radius: 20px;
}

.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;
}

.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: #fd9636;
}

.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;
}

.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 {
    display: inline-block;
    width: 100%;
    height: 125px;
    overflow: hidden;
}

.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 .thumb img {
    width: 70px;
    border-radius: 15px;
    height: 70px;
}

.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: #fd9636;
}

.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: 25px 25px 10px 25px;
    margin-bottom: 25px;
}

.item-featured {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.item-featured .featured-icon {
    min-width: 40px;
    max-width: 40px;
    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: 50%;
}

.item-wishlist .wishlist-price {
    width: 22%;
    text-align: center;
}

.item-wishlist .wishlist-status {
    width: 12%;
    text-align: center;
}
.absolute-md-top-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
}
.badge-warning {
    background-color: var(--warning);
}
.badge-inline {
    width: auto;
}
.item-wishlist .wishlist-status .btn.btn-gray {
    padding: 4px 10px;
}
.opacity-60,
.hov-opacity-60:hover {
    opacity: 0.6 !important;
}
.fl-title {
    display: none !important;
}
.item-wishlist .wishlist-action {
    width: 20%;
    text-align: center;
}

.item-wishlist .wishlist-action .btn-cart {
    max-width: 126px;
    padding: 6px 15px;
}

.item-wishlist .wishlist-remove {
    width: 17%;
    text-align: center;
}

.product-wishlist {
    display: flex;
    width: 100%;
}

.product-wishlist .product-image {
    min-width: 90px;
    max-width: 90px;
    padding: 5px;
    text-align: center;
    margin-right: 15px;
    align-items: center;
    align-content: center;
    display: flex;
}
.sign_out {
    color: #ffffff !important;
    background: #222;
    border-radius: 40px;
    padding: 10px 55px !important;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    /* margin-left: -8px !important; */
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    white-space: nowrap !important;
}
.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;
}
.fw-400 {
    font-weight: 400 !important;
}
.fs-20 {
    font-size: 1.25rem !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.text-primary,
.hov-text-primary:hover {
    color: var(--primary) !important;
}
.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;
}

@media (min-width: 1200px) {
    .display-list .card-grid-style-1 {
        display: flex;
        border: 1px solid #dde4f0;
        border-radius: 5px;
        overflow: hidden;
    }

    .card-grid-style-2 .image-box {
        min-width: 108px;
        max-width: 108px;
        position: relative;
        padding-right: 15px;
        text-align: center;
    }
    .display-list .card-grid-style-1 .image-box {
        max-width: 465px;
        min-width: 445px;
        width: 35%;
        padding-right: 20px;
        margin-bottom: 0px;
    }

    .display-list .card-grid-style-1 .image-box img {
        display: block;
        border-radius: 0px;
    }

    .display-list .card-grid-style-1 .blog-info {
        width: 75%;
        padding: 10px;
    }

    .display-list-2 .card-grid-style-1 .image-box {
        max-width: 397px;
        min-width: 377px;
    }
}

.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;
}

.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: #fd9636;
}

.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;
    height: 400px;
    overflow: auto;
}

.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: #fd9636;
    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: #fd9636;
}

.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.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: #fd9636;
    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: #fd9636;
    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: #fd9636;
    border-color: #fd9636;
    color: #ffffff;
}

.pagination li .page-prev {
    background: url(../imgs/page/homepage2/prev.svg) no-repeat center;
    min-height: 32px;
    padding: 5px 20px;
    border: 0px;
}

.pagination li .page-prev:hover {
    background-color: transparent;
}

.pagination li .page-next {
    background: url(../imgs/page/homepage2/next.svg) no-repeat center;
    min-height: 32px;
    padding: 5px 20px;
    border: 0px;
}

.pagination li .page-next:hover {
    background-color: transparent;
} */
.pagination-secondary .page-item.active .page-link,
.pagination-secondary.pagination li.active > a:not(.page-link) {
    border-color: #a8aaae;
    background-color: #a8aaae;
    color: #fff;
}
.pagination-secondary .page-item > .page-link.active {
    border-color: #a8aaae;
    background-color: #a8aaae;
    color: #fff;
}
.pagination-secondary .page-item.first .page-link.active,
.pagination-secondary .page-item.last .page-link.active,
.pagination-secondary .page-item.next .page-link.active,
.pagination-secondary .page-item.prev .page-link.active,
.pagination-secondary .page-item.previous .page-link.active {
    border-color: #a8aaae;
    background-color: #a8aaae;
    color: #fff;
}
.pagination-success .page-item.active .page-link,
.pagination-success.pagination li.active > a:not(.page-link) {
    border-color: #28c76f;
    background-color: #28c76f;
    color: #fff;
}
.pagination-success .page-item > .page-link.active {
    border-color: #28c76f;
    background-color: #28c76f;
    color: #fff;
}
.pagination-success .page-item.first .page-link.active,
.pagination-success .page-item.last .page-link.active,
.pagination-success .page-item.next .page-link.active,
.pagination-success .page-item.prev .page-link.active,
.pagination-success .page-item.previous .page-link.active {
    border-color: #28c76f;
    background-color: #28c76f;
    color: #fff;
}
.pagination-info .page-item.active .page-link,
.pagination-info.pagination li.active > a:not(.page-link) {
    border-color: #00cfe8;
    background-color: #00cfe8;
    color: #fff;
}
.pagination-info .page-item > .page-link.active {
    border-color: #00cfe8;
    background-color: #00cfe8;
    color: #fff;
}
.pagination-info .page-item.first .page-link.active,
.pagination-info .page-item.last .page-link.active,
.pagination-info .page-item.next .page-link.active,
.pagination-info .page-item.prev .page-link.active,
.pagination-info .page-item.previous .page-link.active {
    border-color: #00cfe8;
    background-color: #00cfe8;
    color: #fff;
}
.pagination-warning .page-item.active .page-link,
.pagination-warning.pagination li.active > a:not(.page-link) {
    border-color: #ff9f43;
    background-color: #ff9f43;
    color: #fff;
}
.pagination-warning .page-item > .page-link.active {
    border-color: #ff9f43;
    background-color: #ff9f43;
    color: #fff;
}
.pagination-warning .page-item.first .page-link.active,
.pagination-warning .page-item.last .page-link.active,
.pagination-warning .page-item.next .page-link.active,
.pagination-warning .page-item.prev .page-link.active,
.pagination-warning .page-item.previous .page-link.active {
    border-color: #ff9f43;
    background-color: #ff9f43;
    color: #fff;
}
.pagination-danger .page-item.active .page-link,
.pagination-danger.pagination li.active > a:not(.page-link) {
    border-color: #ea5455;
    background-color: #ea5455;
    color: #fff;
}
.pagination-danger .page-item > .page-link.active {
    border-color: #ea5455;
    background-color: #ea5455;
    color: #fff;
}
.pagination-danger .page-item.first .page-link.active,
.pagination-danger .page-item.last .page-link.active,
.pagination-danger .page-item.next .page-link.active,
.pagination-danger .page-item.prev .page-link.active,
.pagination-danger .page-item.previous .page-link.active {
    border-color: #ea5455;
    background-color: #ea5455;
    color: #fff;
}
.pagination-dark .page-item.active .page-link,
.pagination-dark.pagination li.active > a:not(.page-link) {
    border-color: #4b4b4b;
    background-color: #4b4b4b;
    color: #fff;
}
.pagination-dark .page-item > .page-link.active {
    border-color: #4b4b4b;
    background-color: #4b4b4b;
    color: #fff;
}
.pagination-dark .page-item.first .page-link.active,
.pagination-dark .page-item.last .page-link.active,
.pagination-dark .page-item.next .page-link.active,
.pagination-dark .page-item.prev .page-link.active,
.pagination-dark .page-item.previous .page-link.active {
    border-color: #4b4b4b;
    background-color: #4b4b4b;
    color: #fff;
}
.pagination-gray .page-item.active .page-link,
.pagination-gray.pagination li.active > a:not(.page-link) {
    border-color: rgba(75, 70, 92, 0.05);
    background-color: rgba(75, 70, 92, 0.05);
    color: #fff;
}
.pagination-gray .page-item > .page-link.active {
    border-color: rgba(75, 70, 92, 0.05);
    background-color: rgba(75, 70, 92, 0.05);
    color: #fff;
}
.pagination-gray .page-item.first .page-link.active,
.pagination-gray .page-item.last .page-link.active,
.pagination-gray .page-item.next .page-link.active,
.pagination-gray .page-item.prev .page-link.active,
.pagination-gray .page-item.previous .page-link.active {
    border-color: rgba(75, 70, 92, 0.05);
    background-color: rgba(75, 70, 92, 0.05);
    color: #fff;
}
.page-item.active .page-link,
.page-item:active .page-link {
    transform: scale(0.98);
    box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
    /* display: none; */
}
.page-item.first .page-link,
.page-item.last .page-link,
.page-item.next .page-link,
.page-item.prev .page-link,
.page-item.previous .page-link {
    padding-top: 0.6rem;
    padding-bottom: 0.645rem;
}
.page-link,
.page-link > a {
    border-radius: 0.375rem;
    line-height: 1;
    text-align: center;
    min-width: calc(2.4275rem + 0px);
}
.page-link:focus,
.page-link > a:focus {
    color: #5d596c;
}
.page-link.btn-primary {
    box-shadow: none !important;
}
.pagination.pagination-square .page-item a {
    border-radius: 0;
}
.pagination.pagination-round .page-item a {
    border-radius: 50%;
}
.pagination-lg .page-link,
.pagination-lg > li > a:not(.page-link) {
    min-width: calc(3rem + 0px);
}
.pagination-lg > .page-item.first .page-link,
.pagination-lg > .page-item.last .page-link,
.pagination-lg > .page-item.next .page-link,
.pagination-lg > .page-item.prev .page-link,
.pagination-lg > .page-item.previous .page-link {
    padding-top: 0.8rem;
    padding-bottom: 0.8325rem;
}
.pagination-sm .page-link,
.pagination-sm > li > a:not(.page-link) {
    min-width: calc(1.75rem + 0px);
}
.pagination-sm > .page-item.first .page-link,
.pagination-sm > .page-item.last .page-link,
.pagination-sm > .page-item.next .page-link,
.pagination-sm > .page-item.prev .page-link,
.pagination-sm > .page-item.previous .page-link {
    padding-top: 0.362rem;
    padding-bottom: 0.452rem;
}
.page-item:not(:first-child) .page-link {
    margin-left: 0.25rem;
}
.shop-template .font-sm {
    font-weight: 600;
}
.fs-18 {
    font-size: 18px;
}
.modal-body .list-checkbox li .cb-container {
    margin-bottom: 2px;
    padding-left: 26px;
}

.align-top {
    vertical-align: top;
}

@media (min-width: 792px) {
    .col-w-1 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-w-2 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-w-1 {
        flex: 0 0 auto;
        width: 33%;
    }

    .col-w-2 {
        flex: 0 0 auto;
        width: 31%;
    }
}

.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 #fd9636;
}

.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;
}

@media (max-width: 1550px) {
    .banner-hero.banner-2 .block-2 {
        right: -10px;
    }

    .header .main-header .header-left .header-shop .icon-list {
        padding: 0px 18px 0px 18px;
        /* width: 25px;
        height: 25px; */
    }
    .header-container .main-header .header-left .header-shop {
        width: 55%;
    }

    /* .header .main-header .header-left .header-shop {
        width: 16%;
    } */
}

@media (max-width: 1399.98px) {
    .block-samsung {
        padding: 25px 100px 25px 35px;
        background-size: auto 170px;
    }

    .block-drone {
        padding: 25px 120px 25px 35px;
        background-size: auto 130px;
    }

    .block-iphone {
        background-size: auto 110px;
    }

    .image-gallery .font-33 {
        font-size: 20px;
        line-height: 27px;
    }

    .image-gallery .font-32 {
        font-size: 25px;
        line-height: 32px;
    }

    .bg-metaverse {
        background-size: auto 75%;
    }

    .list-col-5 li {
        padding: 0px 4px;
    }

    .item-list .font-lg-bold {
        font-size: 16px;
        line-height: 24px;
    }

    .card-grid-style-4 .card-grid-inner .info-right {
        width: 60%;
    }

    .card-grid-style-4 .card-grid-inner .image-box {
        width: 40%;
    }

    .banner-homepage3 {
        padding-left: 65px;
    }

    .display-list .card-grid-style-3 .card-grid-inner .image-box {
        min-width: 210px;
        max-width: 210px;
    }

    .box-info-vendor .vendor-contact {
        position: relative;
        top: -40px;
        width: 100%;
    }

    .box-info-vendor {
        flex-wrap: wrap;
    }

    .box-info-vendor .info-vendor {
        width: 70%;
    }

    .border-vendor {
        margin-top: -40px !important;
    }

    .banner-image {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .burger-icon {
        display: inline-block;
    }

    .topbar .container-topbar .menu-topbar-right {
        text-align: center;
        width: 100%;
    }

    .list-products-5 .card-grid-style-3 {
        width: 33.333%;
    }

    .list-products-5.list-products-3 .card-grid-style-3 {
        width: 33.333%;
    }

    .header .main-header .header-left .header-shop {
        width: 35%;
        padding-right: 35px;
        min-width: 189px;
    }

    .header .main-header .header-left .header-nav {
        width: 0%;
    }

    .header .main-header .header-left .header-search {
        width: 65%;
    }

    .header .burger-icon {
        display: block;
    }

    .box-count.box-count-square .deals-countdown {
        padding: 4px 0px;
    }

    .block-iphone {
        background-size: auto 150px;
    }

    .list-9-col li {
        width: 16.66%;
    }

    .top-deals .box-top-deals .top-deals-right,
    .top-deals .box-top-deals .top-deals-left {
        width: 100%;
    }

    .top-deals .card-grid-inner .image-box {
        height: auto;
        line-height: 100%;
    }

    .bg-headphone {
        padding-bottom: 30px;
    }

    .font-xl {
        font-size: 20px;
        line-height: 26px;
    }

    .font-33 {
        font-size: 25px;
    }

    .font-32 {
        font-size: 24px;
    }

    .box-wishlist {
        max-width: 100%;
    }

    .btn.btn-arrow-2 {
        background-position: top 3px right 0px;
        padding: 0px 20px 0px 0px;
        font-size: 14px;
        line-height: 16px;
        background-size: 14px;
    }

    .info-blog .btn.btn-arrow-2 {
        padding: 0px 18px 0px 0px;
        font-size: 12px !important;
        line-height: 16px !important;
        background-size: 12px;
    }

    .gallery-image .image-left {
        min-width: 99px;
        max-width: 99px;
        padding-right: 10px;
    }

    .pl-mb-0 {
        padding-left: 0px !important;
    }

    .list-services li {
        width: 100%;
    }

    .bg-newsletter-home7::before,
    .bg-newsletter-home7::after {
        background-size: auto 50%;
    }

    .btn-category:before {
        display: none;
    }

    .banner-home9 .banner-small {
        padding: 15px 10px 0px 10px;
    }

    .banner-home9 .banner-big-home9 .box-img-banner img {
        max-width: 200px;
    }

    .box-newsletter-home10::after {
        background-size: 250px;
    }

    .box-newsletter-home10::before {
        background-size: 250px;
    }

    .card-grid-style-2 {
        padding: 15px 7px;
    }

    .card-grid-style-2 .image-box {
        min-width: 105px;
        max-width: 105px;
        padding-right: 10px;
    }

    .banner-home10 .banner-big-home10 .box-img-banner-2 img {
        max-width: 270px;
    }

    .banner-home10 .banner-big-home10 .box-img-banner img {
        max-width: 210px;
    }
}

@media (max-width: 991.98px) {
    .footer .width-20 {
        width: 50%;
    }

    .footer .width-16 {
        width: 50%;
    }

    .list-products-5 .card-grid-style-3 {
        width: 50%;
    }

    .topbar {
        display: none;
    }

    .header .main-header .header-left .header-shop {
        padding-top: 5px;
    }

    .btn.btn-open {
        background-position: center 15px;
        height: 50px;
        position: absolute;
        background-color: transparent;
    }

    .sidebar-left {
        height: auto;
        min-height: 54px;
        top: 0px;
        border: 0;
        background-color: transparent;
    }

    .sidebar-left .menu-texts {
        border-top: 0;
    }

    .sidebar-left .menu-texts li a .img-link {
        border: 0;
    }

    .sidebar-left .menu-texts li.submenu-open .sub-menu {
        border-top: 1px solid #d5dfe4;
    }

    .dropdown .sidebar-left {
        background-color: #ffffff;
    }

    .banner-hero.banner-1 .banner-big {
        margin-bottom: 25px;
    }

    .list-products-5.list-products-3 .card-grid-style-3 {
        width: 50%;
    }

    .list-col-5 li {
        width: 50%;
        height: 110px;
        margin-bottom: 15px;
    }

    .bg-metaverse {
        padding: 20px 15px 0px 15px;
    }

    .bg-controller {
        background-position: center left 10px;
        background-size: auto 65%;
    }

    .banner-img-left {
        padding: 20px 20px 0px 170px;
        height: 225px;
    }

    .footer .width-25 {
        width: 100%;
    }

    .footer .width-23 {
        width: 50%;
    }

    .menu-texts {
        top: 53px;
    }

    .box-all-hurry {
        bottom: -10px;
        text-align: center;
    }

    .header.stick {
        padding: 5px 0px 0px 0px;
    }

    .banner-ads::before {
        width: 200px;
    }

    .banner-ads::after {
        width: 150px;
    }

    .bg-headphone {
        background-size: auto 95%;
    }

    .menu-texts {
        display: none;
    }

    .dropdown .menu-texts {
        display: block;
    }

    .nav-tabs {
        text-align: center;
    }

    .gallery-image {
        margin-bottom: 40px;
    }

    .single-product-3 {
        margin-bottom: 20px;
    }

    .content-wishlist .item-wishlist {
        flex-wrap: wrap;
    }

    .item-wishlist .wishlist-cb {
        width: 8%;
    }

    .item-wishlist .wishlist-product {
        width: 92%;
    }

    .item-wishlist .wishlist-price {
        width: 20%;
        margin-top: 15px;
    }

    .item-wishlist .wishlist-status {
        width: 27%;
        margin-top: 15px;
    }

    .item-wishlist .wishlist-action {
        width: 35%;
        margin-top: 15px;
    }

    .item-wishlist .wishlist-remove {
        width: 18%;
        margin-top: 15px;
    }

    .head-wishlist .item-wishlist .wishlist-price,
    .head-wishlist .item-wishlist .wishlist-status,
    .head-wishlist .item-wishlist .wishlist-action,
    .head-wishlist .item-wishlist .wishlist-remove {
        display: none;
    }

    .product-wishlist .product-info {
        padding-right: 0px;
    }

    .box-bought-together {
        flex-wrap: wrap;
    }

    .box-bought-together .box-product-bought .product-bought {
        min-width: auto;
        max-width: none;
        margin-bottom: 30px;
        padding: 10px 0px;
    }

    .box-bought-together .price-bought {
        padding-left: 0px;
    }

    .box-banner-vendor {
        flex-wrap: wrap;
    }

    .box-banner-vendor .vendor-left {
        width: 100%;
    }

    .box-banner-vendor .vendor-right {
        width: 100%;
        max-width: 100%;
    }

    .border-vendor {
        margin-top: 30px !important;
    }

    .list-orders .item-orders {
        flex-wrap: wrap;
    }

    .list-orders .item-orders .info-orders {
        width: 75%;
        padding-right: 0px;
    }

    .list-orders .item-orders .image-orders {
        min-width: auto;
        max-width: none;
        width: 25%;
    }

    .list-orders .item-orders .quantity-orders {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .list-orders .item-orders .price-orders {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .box-orders .head-orders {
        display: inline-block;
    }

    .box-orders .head-orders .head-right {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .list-orders .item-orders .quantity-orders {
        width: 50%;
    }

    .list-orders .item-orders .price-orders {
        width: 50%;
        text-align: right;
        min-width: auto;
        max-width: none;
    }

    .nav-tabs-account {
        text-align: left;
    }

    .list-services {
        margin-bottom: 30px;
    }

    .list-services li {
        width: 50%;
    }

    .box-newsletter.bg-brand-2 {
        background-image: none;
    }

    .list-categories-5 li {
        width: 33.33%;
    }

    .banner-bottom-3 {
        height: 766px;
    }

    .ads-info h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .ads-info h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-home9 .banner-big-home9 .box-img-banner img {
        max-width: 300px;
    }

    .notify-text {
        margin-bottom: 10px;
    }

    .box-notify {
        padding: 10px 0px 0px 0px;
    }

    .nav-tabs.pr-100 {
        padding-right: 0px !important;
    }
}

@media (max-width: 767.98px) {
    .footer .width-20 {
        width: 100%;
    }
    .card-category .card-image {
        margin-bottom: 10px;
        height: 150px;
        width: 150px;
        margin: auto;
        margin-top: 0px;
    }
    .card-category {
        margin-bottom: 10px;
    }
    .card-grid-style-2 {
        display: block;
        margin-bottom: 10px;
        border-radius: 4px;
        width: calc(100% - 1px);
        min-height: 166px;
        transition-duration: 0.2s;
        overflow: hidden;
        position: relative;
    }
    .card-info h5 {
        font-size: 16px;
        /* line-height: 0px; */
        padding-bottom: 10px;
    }
    .card-category .card-info {
        margin-top: 0px;
    }
    .footer .width-16 {
        width: 100%;
    }

    .footer .width-23 {
        width: 100%;
    }

    .burger-icon {
        top: 17px;
    }

    .sticky-bar.stick .burger-icon {
        top: 17px;
    }

    .mobile-header-wrapper-style
        .mobile-header-wrapper-inner
        .mobile-header-top
        .mobile-header-logo
        a
        img {
        max-width: 140px;
    }

    .mobile-header-wrapper-style
        .mobile-header-wrapper-inner
        .mobile-header-content-area {
        padding: 30px;
    }

    .nav.nav-right {
        margin-top: 30px;
    }

    .list-products-5.list-products-3 .hurry-up {
        width: 100%;
    }

    .list-products-5.list-products-3 .hurry-up .card-grid-inner {
        height: auto;
    }

    .image-gallery {
        margin-bottom: 0px;
    }

    .image-gallery .image-big {
        width: 100%;
        margin-bottom: 25px;
    }

    .image-gallery .image-small {
        width: 100%;
        margin-bottom: 25px;
    }

    h1 {
        font-size: 44px;
        line-height: 63px;
    }

    h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .box-newsletter {
        padding-bottom: 110px;
    }

    .box-promotions {
        height: auto;
        max-height: 515px;
    }

    .banner-hero.banner-1 .banner-big.banner-big-3 {
        background-position: center top;
    }

    .font-68 {
        font-size: 40px;
        line-height: 42px;
    }

    .list-9-col li {
        width: 25%;
    }

    .card-grid-style-2 .image-box {
        min-width: 110px;
        max-width: 110px;
        padding-right: 10px;
    }

    .nav-tabs li a h4 {
        font-size: 20px;
    }

    .border-1-right {
        margin-right: 15px;
    }

    .border-1-right::before {
        display: none;
    }

    .dropdown .sidebar-left .menu-texts {
        display: block;
    }

    .dropdown .sidebar-left .menu-texts.menu-close {
        min-width: 320px;
    }

    .box-info-vendor .avarta .btn-buy {
        padding-left: 5px;
        padding-right: 5px;
        width: auto;
        font-size: 10px !important;
        line-height: 14px !important;
    }

    .box-info-vendor .avarta {
        max-width: 115px;
        padding: 15px 5px 10px 5px;
        top: -40px;
        width: 35%;
    }

    .box-info-vendor .info-vendor {
        width: 65%;
    }

    .box-info-vendor .info-vendor {
        padding: 0px 0px 0px 20px;
    }

    .box-info-vendor .info-vendor h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .box-info-vendor .info-vendor .mr-20 {
        margin-right: 0px;
    }

    .box-info-vendor {
        padding: 5px 5px;
    }

    .box-info-vendor .vendor-contact {
        top: -20px;
    }

    .location,
    .phone {
        font-size: 14px;
        line-height: 22px;
    }

    .form-tracking .box-button {
        min-width: 120px;
        max-width: 120px;
    }

    .form-tracking .btn-buy {
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-orders .head-orders .head-left {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .box-orders .head-orders .head-left h5 {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 15px;
    }

    .list-notifications .item-notification .button-notification {
        min-width: 110px;
        max-width: 110px;
        text-align: center;
    }

    .list-notifications .item-notification .button-notification .btn-buy {
        padding: 7px 10px;
    }

    .list-notifications .item-notification .info-notification {
        padding-left: 10px;
        padding-right: 10px;
    }

    .list-notifications .item-notification .info-notification h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .list-notifications .item-notification .info-notification .font-md {
        font-size: 12px;
        line-height: 14px;
    }

    .box-account-template {
        padding-top: 35px;
    }

    .nav-tabs-account li a {
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner-slide {
        min-height: 350px;
    }

    .banner-bottom-3 {
        height: 666px;
    }

    .bg-newsletter-home7::after {
        display: none;
    }

    .banner-right-7 {
        max-height: none;
    }

    .box-ads-3 img {
        max-width: 230%;
    }

    .banner-hero.banner-8 .banner-big {
        padding: 50px 20px 50px 50px;
        height: auto !important;
    }

    .block-sale-3,
    .block-sale-2 {
        height: auto;
    }

    .banner-8 .box-banner-big h1 {
        line-height: 33px;
    }

    .box-product-category .d-flex {
        flex-wrap: wrap;
    }

    .box-category-left,
    .box-category-right {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .box-category-right {
        margin-top: 30px;
    }

    .box-ads-home10 {
        min-height: 150px;
    }

    .box-ads-home10 img {
        max-width: none;
        height: 100%;
        max-height: 150px;
    }
}

@media (max-width: 575.98px) {
    .header {
        padding: 1px 0;
    }

    .header.stick {
        padding: 0px 0;
    }

    .header-container {
        padding: 5px 0 0px 0;
    }

    .header-container.stick {
        padding: 5px 0 0px 0px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next-style-2,
    .swiper-button-prev-style-2 {
        display: block;
    }

    .header .main-header .header-left .header-shop {
        min-width: 189px;
    }

    .header .main-header .header-left .header-search {
        display: none;
    }
    .btn.btn-category {
        display: none;
    }
    .payment_mobile {
        display: flex;
    }
    .mobile-device {
        display: none;
    }
    .box-border {
        margin-top: 15px;
    }
    .payment_desktop {
        display: none;
    }
    .header .container {
        max-width: 100%;
    }
    .header-bottom {
        border-top: 0px;
        padding: 0px;
        background: #fff;
    }
    .header .main-header .header-left .header-logo {
        max-width: 100%;
    }

    .header .main-header .header-left .header-shop {
        width: 55%;
    }

    .list-products-5.list-products-3 .card-grid-style-3 {
        width: 100%;
    }

    h1 {
        font-size: 34px;
        line-height: 53px;
    }

    h2 {
        font-size: 25px;
        line-height: 35px;
    }

    h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-hero .mobile_category {
        display: none;
    }
    .sub_mobile_cat{
        display:none;
    }
    .card-grid-style-2 img {
        height: 120px;
    }
    .card-grid-style-2 {
        padding: 5px 7px;
    }
    /* .buy-product .button-buy .btn.btn-buy{
        width: 120px;
    } */
    .box-quantity.box-design {
        width: 120px;
    }
    .sidebar-left {
        top: -2px;
    }
    .burger-icon {
        top: 38px;
        right: 16px;
    }
    .mini_cart .cart_img {
        width: 75px;
        height: 75px;
    }
    .header-shop {
        margin-right: 22px;
    }
    .sticky-bar.stick .burger-icon {
        top: 38px;
    }
    .font-lg-bold {
        font-family: "DM Sans", sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
    }
    .card-category .card-info {
        text-align: center;
        padding: 10px 10px;
        margin-top: 10px;
        height: 75px;
    }
    /* .card-grid-style-2 {
    height: 370px;
} */
    /* .btn.btn-category {
    padding: 10px 20px 10px 35px;
    min-width: 33px;
    width: 33px;
    display: none;
} */
    /* .header-logo {
        margin-left: 36px;
    } */

    .box-newsletter {
        padding-bottom: 150px;
    }

    .banner-hero.banner-1 .banner-big.banner-big-2 {
        padding: 100px 40px 55px 40px;
    }

    .nav-tabs.pr-100 {
        padding-right: 0px !important;
    }

    .breadcrumb {
        padding-left: 45px;
    }

    .product-wishlist .product-image {
        min-width: 90px;
        max-width: 90px;
        padding: 1px;
        margin-right: 10px;
    }

    .product-wishlist .product-info h5 {
        font-size: 15px;
        line-height: 20px;
    }

    .listCheckout .product-wishlist .product-info h5 {
        font-size: 12px;
        line-height: 16px;
    }

    .mb-mobile {
        margin-bottom: 15px;
    }

    .list-services li {
        width: 100%;
    }

    .box-images-logo img {
        max-height: 16px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .list-categories-5 li {
        width: 50%;
    }

    .banner-home9 .banner-big-home9 .box-img-banner img {
        max-width: 250px;
    }

    .banner-home10 .banner-big-home10 .box-img-banner img {
        max-width: 180px;
    }

    .banner-home10 .banner-big-home10 .box-img-banner-2 img {
        max-width: 250px;
    }
}

@media (max-width: 499.98px) {
    .list-col-5 li {
        width: 100%;
        height: auto;
    }

    .banner-2 {
        padding: 20px 15px;
    }

    .font-33 {
        font-size: 20px;
        line-height: 23px;
    }

    .font-18 {
        font-size: 16px;
        line-height: 20px;
    }

    .bg-phone {
        background-color: #ddd3fa;
        padding: 30px 30px 30px 30px;
    }

    .nav-tabs li {
        padding: 0px 0px 0px 0px;
    }

    .nav-tabs-product li {
        padding: 5px 0px 5px 0px;
        width: 100%;
        border: 1px solid #e7e7e7;
        margin-bottom: 10px;
    }

    .nav-tabs li a {
        padding: 0px 5px;
        font-size: 12px;
        line-height: 20px;
    }

    h3 {
        font-size: 22px;
        line-height: 31px;
    }

    .font-base {
        font-size: 14px;
        line-height: 18px;
    }

    .box-count.box-count-square .deals-countdown .countdown-section {
        margin: 0px 4px;
    }

    .box-count.box-count-square .deals-countdown .countdown-section::before {
        right: -6px;
    }

    .box-count .deals-countdown {
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-grid-style-2 .image-box {
        min-width: 95px;
        max-width: 95px;
        padding-right: 10px;
    }

    .list-brands {
        padding: 10px 5px;
    }

    h1 {
        font-size: 29px;
        line-height: 45px;
    }

    h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-hero.banner-1 .banner-big {
        padding: 60px 20px 25px 20px;
        background-position: center bottom;
    }

    .box-newsletter {
        padding-bottom: 190px;
    }

    .block-drone,
    .block-samsung {
        padding-right: 35px;
    }

    .header-bottom .dropdown-right {
        /* width: 0%; */
        overflow: hidden;
        padding: 0px;
    }

    /* .btn.btn-category {
        padding: 10px 20px 10px 35px;
        min-width: 33px;
        width: 33px;
    } */

    .banner-ads::before {
        width: 150px;
    }

    .banner-ads::after {
        width: 100px;
    }

    .font-46 {
        font-size: 35px;
        line-height: 49px;
    }

    .banner-hero.banner-1 .banner-small {
        padding: 10px;
    }

    .list-9-col li {
        width: 33.33%;
    }

    .dropdown .sidebar-left {
        min-width: 58px;
        border-style: solid;
        border-width: 1px;
        padding: 0px;
        width: 58px;
    }

    .dropdown .sidebar-left .menu-texts {
        display: block;
    }

    /* .dropdown .sidebar-left .menu-texts.menu-close {
        min-width: auto;
    } */

    /* .dropdown .sidebar-left .menu-texts.menu-close li a .text-link {
        display: none;
    } */

    .dropdown .sidebar-left .menu-texts.menu-close li .sub-menu {
        bottom: -1px;
        top: -1px;
    }

    .list-products-5 .card-grid-style-3 {
        width: 100%;
    }

    .box-bought-together .box-product-bought .product-bought {
        padding: 5px;
        margin-right: 30px;
    }

    .box-bought-together .box-product-bought .product-bought::before {
        left: -39px;
    }

    .gallery-image .image-left {
        min-width: 69px;
        max-width: 69px;
        width: 25%;
        padding-right: 10px;
    }

    .slider-nav-thumbnails {
        width: 75px;
    }

    .galleries {
        padding-left: 90px;
    }

    .list-orders .item-orders .image-orders {
        min-width: auto;
        max-width: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .list-orders .item-orders .info-orders {
        width: 100%;
        padding-left: 0px;
    }

    .list-orders .item-orders .info-orders h5 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }

    .list-orders .item-orders .quantity-orders {
        margin-top: 10px;
    }

    .list-orders .item-orders .price-orders {
        margin-top: 10px;
    }

    .list-notifications .item-notification {
        flex-wrap: wrap;
    }

    .list-notifications .item-notification .image-notification {
        min-width: auto;
        max-width: none;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .list-notifications .item-notification .info-notification {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }

    .nav-tabs-account li a {
        font-size: 14px;
        line-height: 20px;
    }

    .nav-tabs li a h4 {
        font-size: 16px;
    }

    .banner-bottom-3 {
        height: 466px;
    }

    .dropdown .menu-texts.menu-close > li.has-children > a {
        background-image: none !important;
    }

    .banner-home9 .banner-big-home9 .box-img-banner img {
        max-width: 220px;
    }
}

@media (max-width: 449.98px) {
    /* .box-quantity {
        flex-wrap: wrap;
    } */
    /* .product_shows{
    display: none;
} */
    .desktop_shows {
        display: none;
    }
    .mobile_shows {
        display: block;
    }
    .box-quantity {
        display: block;
        width: 100%;
    }
    .buy-product .btn.btn-buy {
        padding: 7px 8px;
    }
    .button-buy {
        margin-top: 20px;
        width: 100%;
    }

    .item-wishlist .wishlist-price {
        width: 50%;
    }

    .item-wishlist .wishlist-status {
        width: 50%;
    }

    .item-wishlist .wishlist-action {
        width: 50%;
    }

    .item-wishlist .wishlist-remove {
        width: 50%;
    }

    .listCheckout .item-wishlist .wishlist-status {
        width: 20%;
    }

    .listCheckout .item-wishlist .wishlist-price {
        width: 30%;
    }

    .listCheckout .product-wishlist .product-image {
        min-width: 60px;
        max-width: 60px;
    }

    .listCheckout .item-wishlist {
        padding: 7px;
    }

    .box-border {
        padding: 10px;
    }

    .slider-nav-thumbnails {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
    }

    .galleries {
        padding-left: 0px;
    }

    .slider-nav-thumbnails .slick-slide {
        padding: 0px 5px;
    }

    .slider-nav-thumbnails .slick-slide .item-thumb {
        margin-top: 15px;
    }

    .slider-nav-thumbnails .slick-slide .item-thumb {
        height: auto;
        line-height: 100%;
        padding: 5px;
    }

    .product-image-slider.slick-slider .slick-track figure {
        height: auto;
        padding: 20px 0px;
    }

    .box-orders .head-orders .head-left .font-md {
        margin-bottom: 10px;
        margin-right: 0px !important;
        display: inline-block;
        width: 100%;
    }

    .nav-tabs-account li {
        width: 100%;
        border: 1px solid #dde4f0;
        margin-bottom: 10px;
        text-align: center;
    }

    .nav-tabs-account li a {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .nav-tabs-account li a {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .list-categories-5 li {
        width: 100%;
    }

    .ads-info h4 {
        font-size: 12px;
        line-height: 14px;
    }

    .ads-info h3 {
        font-size: 14px;
        line-height: 16px;
    }

    .banner-home9 .banner-big-home9 .box-img-banner img {
        max-width: 200px;
    }

    .banner-small-home10 .box-img-banner img.img1 {
        max-width: 170px;
    }

    .banner-small-home10 .box-img-banner img.img3 {
        max-width: 190px;
    }

    .banner-small-home10 {
        padding: 20px 20px;
    }

    .box-newsletter-home10::before {
        background-size: 180px;
    }

    .box-newsletter-home10::after {
        background-size: 180px;
    }

    .banner-home10 .banner-big-home10 .box-img-banner img {
        max-width: 150px;
    }

    .banner-home10 .banner-big-home10 .box-img-banner-2 img {
        max-width: 250px;
    }
}

@media (max-width: 349.98px) {
    .list-9-col li {
        width: 50%;
    }

    .mobile-header-wrapper-style {
        width: 310px;
    }

    .perfect-scroll {
        width: 100%;
    }

    .box-quantity {
        flex-wrap: wrap;
    }

    .box-bought-together .box-product-bought {
        flex-wrap: wrap;
    }

    .box-bought-together .box-product-bought .product-bought {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 50px;
    }

    .box-bought-together .box-product-bought .product-bought::before {
        content: "";
        top: -50px;
        left: 0px;
        right: 0px;
        margin: auto;
        margin-top: 0px;
    }

    .btn.arrow-next {
        background-position: right 12px center;
        padding-right: 35px;
    }

    .arrow-back-1 {
        padding: 7px 0px 9px 15px;
        background-size: 12px;
    }

    .pagination li a {
        min-width: 30px;
    }

    .pagination li .page-prev {
        padding: 5px 15px;
    }
}

@media (min-width: 1400px) {
    .container.wide {
        max-width: 1544px;
    }
}

/*OTHER SCREEN*/
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .header-right {
        display: none;
    }
}

@media screen and (max-width: 1550px) {
    /* .icon-list span:first-child {
        display: none;
    } */
}

.page-content p {
    margin-bottom: 15px;
}

/*# sourceMappingURL=style.css.map */
