@charset "UTF-8";
/***

==============================
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=lobster-two:400,700|dm-sans:400,500,700|mulish:400,700|jost:400);
/*import vendors*/
@import url(../css/vendors/normalize.css);
@import url(../css/vendors/bootstrap.min.css);
@import url(../css/vendors/uicons-regular-rounded.css);
@import url(../css/plugins/swiper-bundle.min.css);
@import url(../css/plugins/magnific-popup.css);
@import url(../css/plugins/select2.min.css);
@import url(../css/plugins/slick.css);
@import url(../css/plugins/jquery-ui.css);
@import url(../css/plugins/perfect-scrollbar.css);
@import url(../css/plugins/animate.css);
@import url(../css/plugins/jquery.timepicker.min.css);
@import url(../css/plugins/glightbox.min.css);
@import url(../css/font.css);

/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
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%;
}

input,
select,
button,
textarea {
  font-family: "Playfair Display", serif;;
  font-size: 14px;
}

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

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

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

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

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

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

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

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

*: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;
}

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

body {
  font-family: "Playfair Display", serif;;
}

.font-3xl {
  font-family: "Playfair Display", serif;;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  color: #1C1D1D;
}

.font-2xl {
  font-family: "Playfair Display", serif;;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #1C1D1D;
}

.font-xl {
  font-family: "Playfair Display", serif;;
  font-weight: 500 !important;!i;!;
  font-size: 25px;
  line-height: 33px;
  color: #1C1D1D;
  /* padding-top: 10px; */
}

.font-lg {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: #1C1D1D;
}

.font-md {
  font-family: "Playfair Display", serif;;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D1D;
}

.font-sm {
  font-family: "Playfair Display", serif;;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #1C1D1D;
}

.font-xs {
  font-family: "Playfair Display", serif;;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #1C1D1D;
}

.font-5xl-bold {
  font-family: "Playfair Display", serif;;
  font-weight: 700;
  font-size: 64px;
  line-height: 82px;
  color: #1C1D1D;
}

.font-4xl-bold {
  font-family: "Playfair Display", serif;;
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  color: #1C1D1D;
}

.font-3xl-bold {
  font-family: "Playfair Display", serif;;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: #09582b;
}

.font-2xl-bold {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #1C1D1D;
}

.font-xl-bold {
  font-family: "Playfair Display", serif;;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #1C1D1D;
}

.font-lg-bold {
  font-family: "Playfair Display", serif;;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #1C1D1D;
}

.font-md-bold {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 17px !important;
  line-height: 20px;
  color: #1C1D1D;
}

.font-sm-bold {
  font-family: "Playfair Display", serif;;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #1C1D1D;
}

.font-xs-bold {
  font-family: "Playfair Display", serif; !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 18px;
  color: #1C1D1D;
}

.font-16-bold {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Playfair Display", serif;;
}

.font-42-bold {
  font-size: 35px;
  line-height: 38px;
  font-weight: 500;
  font-family: "Playfair Display", serif;;
}

.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  /* font-family: "Lobster Two", display; */
  font-style: normal;
  font-weight: 700;
  color: #1C1D1D;
}

.heading-1 {
  font-size: 90px;
  line-height: 113px;
}

.heading-2 {
  font-size: 40px;
  line-height: 50px;
}

.heading-3 {
  font-size: 45px;
  line-height: 56px;
}

.heading-4 {
  font-size: 32px;
  line-height: 40px;
}

.heading-5 {
  font-size: 22px;
  line-height: 27px;
}

.heading-6 {
  font-size: 18px;
  line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;;
  font-style: normal;
  font-weight: 500;
  color: #09582b;
}

h1 {
  font-size: 90px;
  line-height: 113px;
}

h2 {
  font-size: 64px;
  line-height: 80px;
}

h3 {
  font-size: 45px;
  line-height: 56px;
}

h4 {
  font-size: 30px;
  line-height: 35px;
}

h5 {
  font-size: 22px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

.display-1, .display-2, .display-3, .display-4, .display-5 {
  font-family: "Playfair Display", serif;;
  font-style: normal;
  font-weight: 700;
  color: #1C1D1D;
}

.display-1 {
  font-size: 220px;
  line-height: 158px;
}

.display-2 {
  font-size: 180px;
  line-height: 182px;
}

.display-3 {
  font-size: 158px;
  line-height: 158px;
}

.display-4 {
  font-size: 132px;
  line-height: 132px;
}

.display-5 {
  font-size: 98px;
  line-height: 98px;
}

.text-bold {
  font-weight: 700;
}

.text-xs {
  font-family: "Playfair Display", serif;;
  font-size: 12px;
  line-height: 16px;
}

.text-sm {
  font-family: "Playfair Display", serif;;
  font-size: 14px;
  line-height: 18px;
}

.text-md {
  font-family: "Playfair Display", serif;;
  font-size: 16px;
  line-height: 28px;
}

.text-lg {
  font-family: "Playfair Display", serif;;
  font-size: 18px;
  line-height: 23px;
}

.text-xl {
  font-family: "Playfair Display", serif;;
  font-size: 20px;
  line-height: 28px;
}

.text-2xl {
  font-family: "Playfair Display", serif;;
  font-size: 24px;
  line-height: 32px;
}

.text-3xl {
  font-family: "Playfair Display", serif;;
  font-size: 30px;
  line-height: 42px;
}

.text-4xl {
  font-family: "Playfair Display", serif;;
  font-size: 40px;
  line-height: 53px;
}

.text-5xl {
  font-family: "Playfair Display", serif;;
  font-size: 64px;
  line-height: 82px;
}

.neutral-900 {
  color: #c7c7c7;
}

.neutral-500 {
  color: #646667 !important;
}

.neutral-400 {
  color: #BEC0C1;
}

.neutral-200 {
  color: #DBE2E5;
}

.neutral-100 {
  color: #EFF2F3;
}

.neutral-0 {
  color: #ffffff;
}

.title-line {
  position: relative;
  display: inline-block;
}
.title-line::before {
  content: "";
  height: 1px;
  width: 90px;
  background-color: #09582B;
  position: absolute;
  right: -100px;
  bottom: 7px;
}

.title-line-2 {
  position: relative;
  display: inline-block;
}
.title-line-2::before {
  content: "";
  height: 1px;
  width: 205px;
  background-color: #09582B;
  position: absolute;
  right: -230px;
  bottom: 7px;
}

.brand-1 {
  color: #09582B;
}

.brand-2 {
  color: #EDA62A;
}

.brand-3 {
  color: #E35946;
}

.hover-icon {
  display: none !important;
}

.color-white {
  color: #fff;
}

.bg-1 {
  background-color: #E6E6E8 !important;
}

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

.bg-3 {
  background-color: #BFDDDE !important;
}

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

.bg-5 {
  background-color: #FFF5F2 !important;
}

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

.bg-7 {
  background-color: #EAEEFF !important;
}

.bg-8 {
  background-color: #FFF8EE !important;
}

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

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

a {
  text-decoration: none;
  color: #1C1D1D;
}
a * {
  color: #1C1D1D;
}
a:hover, a:hover * {
  color: #09582b;
}

img {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
img:hover {
  transform: scale(1.02);
}
.text-justify{
  text-align: justify;
}
.font-jost {
  font-family: "Playfair Display", serif; !important;
}

.swiper-button-prev.swiper-button-prev-style-4 {
  border-color: #EEEEEE !important;
  height: 36px !important;
  width: 36px !important;
  background-image: url(../imgs/template/icons/arrow-prev.svg) !important;
  background-position: center !important;
  border: 0px solid #EEEEEE;
  margin-right: 10px !important;
  top: 50%;
  left: 15px;
}

.swiper-button-next.swiper-button-next-style-4 {
  background-image: url(../imgs/template/icons/arrow-next.svg) !important;
  height: 36px !important;
  width: 36px !important;
  background-position: center !important;
  border: 0px solid #EEEEEE;
  top: 50%;
  right: 15px;
}

.box-quick-button {
  position: absolute;
  top: 21px;
  right: -65px;
  width: 42px;
  z-index: 12;
  transition: all 0.3s ease-in-out;
  line-height: 24px;
}
.box-quick-button .btn {
  padding: 0px;
  width: 42px;
  height: 42px;
  line-height: 37px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #1C1D1D;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #DBE2E5;
}
.box-quick-button .btn svg {
  color: #1C1D1D;
  height: 20px;
}
.box-quick-button .btn:hover, .box-quick-button .btn:hover * {
  background-color: #09582b;
  color: #fff;
}
.box-quick-button .btn:hover svg, .box-quick-button .btn:hover svg *, .box-quick-button .btn:hover * svg, .box-quick-button .btn:hover * svg * {
  color: #fff;
  stroke: #fff;
}

.cardImage {
  overflow: hidden;
}

.cardProduct .cardImage:hover .box-quick-button, .cardProductSmall .cardImage:hover .box-quick-button, .cardProductStyle3 .cardImage:hover .box-quick-button, .cardProductStyle2 .cardImage:hover .box-quick-button, .cardProductStyle4 .cardImage:hover .box-quick-button, .cardProductDeal .cardImage:hover .box-quick-button {
  right: 21px;
}

.box-slide-customers, .box-pagination-leftright {
  max-width: 650px;
  margin: auto;
  text-align: center;
}
.box-slide-customers .box-pagination-button, .box-pagination-leftright .box-pagination-button {
  bottom: -5px;
}
.box-slide-customers .swiper-pagination .swiper-pagination-bullet, .box-pagination-leftright .swiper-pagination .swiper-pagination-bullet {
  border: 0px;
  height: 8px;
  width: 8px;
  margin: 0px 10px;
  background-color: #DDDDDD;
}
.box-slide-customers .swiper-pagination .swiper-pagination-bullet-active, .box-pagination-leftright .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #111111;
}

.box-page-style2 .swiper-pagination .swiper-pagination-bullet {
  border: 0px;
  height: 8px;
  width: 8px;
  margin: 0px 10px;
  background-color: #DDDDDD;
}
.box-page-style2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #111111;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1430px;
  }
}
.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);
}

* {
  transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.form-control {
  height: 48px;
  border-radius: 4px;
  color: #1C1D1D;
  border: 1px solid #DBE2E5;
  padding: 10px 20px;
}
.form-control:focus {
  border-color: #09582B;
}

textarea.form-control {
  height: auto;
}

.form-control::-moz-placeholder {
  color: #646667;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
}

.form-control::placeholder {
  color: #646667;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #646667;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
}

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

.box-pagination {
  display: flex;
  justify-content: center;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.pagination li {
  padding: 0px;
}

.pagination li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 42px;
  color: #1C1D1D;
  border: 0px;
  max-width: 42px;
  min-width: 42px;
  width: 100%;
  text-align: center;
  padding: 0px 0px;
  margin-left: 5px;
  margin-right: 5px;
  height: 42px;
  border-radius: 50%;
}
.pagination li a.active, .pagination li a:hover {
  background-color: #09582B;
  color: #fff;
}

.pagination li .page-prev {
  background: none;
  min-height: 42px;
  line-height: 38px;
  border: 0px;
  border-radius: 50% !important;
}
.pagination li .page-prev svg {
  color: #1C1D1D;
  height: 24px;
}
.pagination li .page-prev:hover * {
  color: #fff;
}

.pagination li .page-next {
  min-height: 42px;
  line-height: 38px;
  border: 0;
  border-radius: 50% !important;
}
.pagination li .page-next svg {
  color: #1C1D1D;
  height: 24px;
}
.pagination li .page-next:hover * {
  color: #fff;
}

.page-item:not(:first-child) .page-link {
  margin-left: 0px;
}

.border-bottom {
  border-bottom: 1px solid #E5E5E5;
}

.btn-next-style-1 {
  background-image: url(../imgs/template/icons/arrow-next.svg) !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50% !important;
  background-position: center !important;
  border: 0px solid #EEEEEE;
  background-color: #EFF2F3 !important;
}
.btn-next-style-1:hover {
  background-color: #09582B !important;
  background-image: url(../imgs/template/icons/arrow-next-hover.svg) !important;
}

.btn-prev-style-1 {
  height: 30px !important;
  width: 30px !important;
  border-radius: 50% !important;
  background-image: url(../imgs/template/icons/arrow-prev.svg) !important;
  background-position: center !important;
  border: 0px solid #EEEEEE;
  margin-right: 5px !important;
  background-color: #EFF2F3 !important;
}
.btn-prev-style-1:hover {
  background-color: #09582B !important;
  background-image: url(../imgs/template/icons/arrow-prev-hover.svg) !important;
}

.box-count {
  text-align: left;
  margin: 0px 0px 20px 0px;
}
.box-count .deals-countdown {
  border-radius: 0px;
  display: flex;
  padding: 4px 0px;
  width: 100%;
  margin: auto;
  max-width: 100%;
}
.box-count .deals-countdown .countdown-section {
  display: inline-block;
  text-align: center;
  width: 25%;
  position: relative;
  max-width: 80px;
  border: 1px solid #1C1D1D;
  margin-right: 12px;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-count .deals-countdown .countdown-section span {
  display: block;
  color: #fff;
}
.box-count .deals-countdown .countdown-section .countdown-amount {
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
  color: #1C1D1D;
}
.box-count .deals-countdown .countdown-section .countdown-period {
  text-transform: capitalize;
  color: #1C1D1D;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.box-count .deals-countdown .countdown-section:last-child::before {
  display: none;
}

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

.box-popup-search {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12346;
  visibility: hidden;
}
.box-popup-search .box-search-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.box-popup-search .box-search-wrapper {
  position: absolute;
  top: 0px;
  right: -350px;
  max-width: 350px;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  padding: 25px;
  background-color: #ffffff;
  transition: all 0.45s ease-in-out;
}
.box-popup-search .box-search-wrapper.active {
  right: 0px;
}
.box-popup-search .search-icon {
  background-image: url(../imgs/template/icons/search-w.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border-radius: 50px;
  background-color: #09582B;
  border: 0;
  color: #fff;
}
.box-popup-search .search-icon::-moz-placeholder {
  color: #fff;
}
.box-popup-search .search-icon::placeholder {
  color: #fff;
}
.box-popup-search .search-icon::-webkit-input-placeholder {
  color: #fff;
}
.box-popup-search .search-icon:-ms-input-placeholder {
  color: #fff;
}
.box-popup-search .arrow-select {
  background-image: url(../imgs/template/icons/arrow-down-filter.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
}
.box-popup-search .btn-close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  background: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  width: 31px;
  height: 31px;
}

.box-quick-search a {
  text-decoration: underline;
  display: inline-block;
  margin-right: 10px;
}

.link-under {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: underline;
  padding-bottom: 2px;
  color: #111111;
  display: inline-block;
}

.box-popup-account {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12346;
  display: none;
}
.box-popup-account .box-account-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.box-popup-account .box-account-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  left: 0px;
  margin: auto;
  max-width: 500px;
  z-index: 2;
  width: 100%;
  padding: 0px 0px;
  background-color: #ffffff;
  overflow: auto;
  max-height: 100%;
  border-radius: 8px;
}
.box-popup-account .btn-close-popup {
  position: absolute;
  top: 24px;
  right: 24px;
  height: 31px;
  width: 31px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  z-index: 5;
}

.box-popup-newsletter {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12346;
  display: block;
}
.box-popup-newsletter .box-newsletter-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.box-popup-newsletter .box-newsletter-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  left: 0px;
  margin: auto;
  max-width: 946px;
  z-index: 2;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  overflow: hidden;
  max-height: 100%;
  border-radius: 8px;
  /* min-height: 534px; */
}
.box-popup-newsletter .box-newsletter-wrapper .box-newsletter-inner {
  border: 2px dashed #565656;
  /* min-height: 489px; */
  position: relative;
  border-radius: 8px;
}
.box-popup-newsletter .box-newsletter-wrapper .box-newsletter-inner .blockleaf {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.box-popup-newsletter .box-newsletter-wrapper .box-newsletter-inner .blockstar {
  position: absolute;
  top: 30px;
  left: 30px;
}
.box-popup-newsletter .box-newsletter-wrapper .box-newsletter-inner .blockline {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
.box-popup-newsletter .box-newsletter-wrapper .box-form-newsletter {
  justify-content: center;
}
.box-popup-newsletter .btn-close-popup {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 31px;
  width: 31px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  z-index: 5;
}

.box-popup-cart {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12346;
  visibility: hidden;
}
.box-popup-cart .box-cart-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.box-popup-cart .box-cart-wrapper {
  position: absolute;
  top: 0px;
  right: -350px;
  max-width: 350px;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  padding: 25px;
  background-color: #ffffff;
  transition: all 0.45s ease-in-out;
}
.box-popup-cart .box-cart-wrapper.active {
  right: 0px;
}
.box-popup-cart .btn-close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  background: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  width: 31px;
  height: 31px;
}
.box-popup-cart .cardProduct.cardProduct4 .cardImage {
  height: 123px;
  line-height: 118px;
  width: 123px;
}

.form-account-info, .form-password-info {
  padding: 25px;
}

.form-login {
  margin-top: 25px;
}
.form-login .btn {
  width: 100%;
}

.form-register {
  margin-top: 25px;
  display: none;
}
.form-register .btn {
  width: 100%;
}

.button-tab {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  display: inline-block;
  margin-right: 24px;
  color: #999999;
}
.button-tab.active {
  color: #1C1D1D;
}

.text-agree {
  display: inline-block;
  padding-left: 12px;
}

.cb-agree {
  float: left;
  margin: 6px 0px 0px 0px;
}

.form-password-info {
  display: none;
}

.block-head {
  padding: 130px 0px 68px 0px;
}

.heading-banner {
  position: relative;
}
.heading-banner .text-up {
  font-size: 116px;
  line-height: 116px;
  color: #09582B;
  font-family: "Lobster Two", display;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
  font-weight: 700;
}
.heading-banner .text-under {
  text-transform: uppercase;
  font-size: 116px;
  line-height: 116px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 5px;
  left: -5px;
  z-index: 1;
  font-family: "Lobster Two", display;
}

.banner-homepage4 .heading-banner .text-up, .banner-homepage4 .heading-banner .text-under {
  font-size: 95px;
  line-height: 95px;
}
.banner-homepage4 .heading-banner .text-under {
  top: 4px;
  left: -4px;
}

.lbl-hot {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 12;
  background-color: #09572b;
  border-radius: 5px;
  padding: 6px 15px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
}

.box-count-circle .deals-countdown .countdown-section {
  border: 0px;
  max-width: 50px;
  margin-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.box-count-circle .deals-countdown .countdown-section:last-child {
  margin-right: 0px;
}
.box-count-circle .deals-countdown .countdown-section .countdown-amount {
  font-size: 22px;
  font-weight: 700;
  font-family: "Lobster Two", display;
  color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  background-color: #09582B;
  display: inline-block;
}
.box-count-circle .deals-countdown .countdown-section .countdown-period {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Playfair Display", serif;;
}

.block-section {
  padding: 40px 0px 0px 0px;
}

.box-banner-popup {
  height: 253px;
  width: 100%;
  background: url(../imgs/template/bg-popup.png) no-repeat top center;
  background-size: cover;
  margin-bottom: 20px;
}

.box-404 {
  padding: 50px;
  background-color: #FFF5F2;
}

.rounded-text {
  color: #09582B;
  /* padding: 5px 18px 5px 18px; */
  /* border-radius: 50px; */
}

.modal {
  --bs-modal-width: unset;
  padding: 20px;
}
.modal .modal-dialog {
  max-width: 888px;
}
.modal .btn-close-popup {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 31px;
  width: 31px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  z-index: 5;
}
.modal .slick-arrow {
  display: none !important;
}
.modal .detail-gallery {
  margin-bottom: 0;
}
.modal .box-main-gallery {
  height: unset;
}

.btn-close {
  --bs-btn-close-bg: none;
}

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

.animation-animationFramesOne {
  animation: animationFramesOne 20s infinite linear;
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.animation-rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.zooming-image {
  position: relative;
  width: 137px; /* Điều chỉnh kích thước khung chứa hình ảnh */
  height: 141px;
  overflow: hidden;
  animation: zoom-in-out 2s infinite alternate;
}

@keyframes zoom-in-out {
  0% {
    transform: scale(0.8); /* Kích thước ban đầu */
  }
  50% {
    transform: scale(1.2); /* Kích thước phóng to */
  }
  100% {
    transform: scale(1); /* Kích thước thu nhỏ */
  }
}
/*TYPOGRAPHY*/
body {
  font-family: "Playfair Display", serif;;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.btn {
  border-radius: 4px;
  padding: 10px 0px 10px 22px;
  font-family: "Playfair Display", serif;;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.btn.btn-brand-3-sm {
  background-color: #09582B;
  color: #fff;
  padding: 3px 14px 5px 14px;
  border-radius: 50px;
}
.btn.btn-brand-3-sm:hover {
  background-color: #09582B;
}
.btn.btn-brand-1-sm-sq {
  background-color: #09582B;
  color: #ffffff;
  padding: 10px 26px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.btn.btn-brand-1-sm-sq:hover {
  background-color: #8d8d8d;
}
.btn.btn-brand-1-xl {
  background-color: #09582B;
  color: #ffffff;
  padding: 10px 26px;
  border-radius: 4px;
  font-size: 14px;
  height: 48px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.btn.btn-brand-1-xl:hover {
  background-color: #E35946;
}
.btn.btn-brand-1-bold {
  background-color: #09582B;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 12px;
  height: 48px;
  line-height: 26px;
  font-weight: 700;
  text-transform: none;
}
.btn.btn-brand-1-bold:hover {
  background-color: #E35946;
}
.btn.btn-brand-1-xl-bold {
  background-color: #09582B;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 17px;
  height: 48px;
  line-height: 26px;
  font-weight: 500;
  text-transform: none;
}
.btn.btn-brand-1-xl-bold svg {
  fill: #ffffff;
}
.btn.btn-brand-1-xl-bold:hover {
  background-color: #E35946;
}
.btn.btn-brand-1-border {
  background-color: #ffffff;
  color: #09582B;
  border: 1px solid #09582B;
  padding: 10px 26px;
  border-radius: 4px;
  font-size: 12px;
  height: 48px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn.btn-brand-1-border:hover {
  background-color: #ffffff;
  border-color: #E35946;
  color: #E35946;
}
.btn.btn-brand-1-border-2 {
  background-color: #ffffff;
  color: #09582B;
  border: 1px solid #09582B;
  padding: 10px 26px 10px 26px;
  border-radius: 5px;
  font-size: 17px;
  height: 48px;
  line-height: 26px;
  font-weight: 500;
  text-transform: none;
}
.btn.btn-brand-1-border-2 svg {
  color: #09582B;
}
.btn.btn-brand-1-border-2:hover {
  background-color: #ffffff;
  border-color: #565656;
  color: #565656;
}
.btn.link-add-cart {
  padding: 10px 16px;
  color: #1C1D1D;
}
.btn.link-add-cart:hover {
  color: #09582B;
}
.btn.btn-brand-2 {
  background-color: #EDA62A;
  color: #ffffff;
  padding: 6px 30px;
  border-radius: 60px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.btn.btn-brand-2:hover {
  background-color: #E35946;
}
.btn.btn-neutral-200-sm-sq {
  background-color: #DBE2E5;
  color: #1C1D1D;
  padding: 10px 26px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.btn.btn-neutral-200-sm-sq:hover {
  background-color: #09582B;
  color: #ffffff;
}
.btn.btn-brand-3 {
  background-color: #E35946;
  color: #ffffff;
  padding: 12px 56px;
  border-radius: 80px;
  font-size: 14px;
  line-height: 28px;
}
.btn.btn-brand-3:hover {
  background-color: #09582B;
}
.btn.btn-brand-1 {
  background-color: #09582B;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn.btn-brand-1:hover {
  background-color: #020202;
}
.btn.btn-bold {
  font-weight: 700;
}
.btn.btn-brand-1-medium {
  background-color: #09582B;
  color: #ffffff;
  padding: 10px 23px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 21px;
}
.btn.btn-brand-1-medium:hover {
  background-color: #565656;
}
.btn.btn-double-border {
  padding: 0px;
  font-size: 18px;
  line-height: 23px;
  position: relative;
}
.btn.btn-double-border span {
  z-index: 2;
  border-radius: 4px;
  font-weight: 700;
  padding: 15px 23px 15px 23px;
  color: #1C1D1D;
  border: 2px solid #1C1D1D;
  background-color: #ffffff;
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  height: 53px;
}
.btn.btn-double-border:hover span {
  color: #09582B;
}
.btn.btn-double-border::before {
  content: "";
  z-index: 1;
  padding: 15px 23px;
  border-radius: 4px;
  border: 2px solid #1C1D1D;
  background-color: #ffffff;
  position: absolute;
  top: 6px;
  left: -6px;
  height: 53px;
  right: 9px;
  bottom: -6px;
}
.btn.btn-arrow-right {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #1C1D1D;
}
.btn.btn-arrow-right img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}
.btn.btn-arrow-right:hover {
  color: #09582B;
}
.btn.btn-brand-1-big {
  background-color: #09582B;
  color: #ffffff;
  padding: 15px 32px;
  border-radius: 80px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.btn.btn-brand-1-big:hover {
  background-color: #E35946;
}
.btn.btn-brand-3-big {
  background-color: #E35946;
  color: #ffffff;
  padding: 15px 32px;
  border-radius: 80px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.btn.btn-brand-3-big:hover {
  background-color: #09582B;
}
.btn.btn-add-cart {
  background-color: #DBE2E5;
  padding: 12px 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #1C1D1D;
  border-radius: 4px;
  text-transform: uppercase;
}
.btn.btn-add-cart:hover {
  background-color: #09582B;
  color: #ffffff;
}
.btn.btn-tag {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #1C1D1D;
  padding: 5px 18px;
  border: 1px solid #DBE2E5;
  border-radius: 36px;
  background-color: #ffffff;
}
.btn.btn-tag:hover {
  background-color: #09582B;
  color: #ffffff;
}
.btn.btn-login {
  background-color: #09582B;
  color: #ffffff;
  padding: 10px 23px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
}
.btn.btn-line-bottom {
  padding: 3px 10px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.2196078431);
  border-radius: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.btn.btn-line-bottom:after {
  border: 0px;
  height: 10px;
  width: 10px;
  background: url(../imgs/template/icons/arrow-down.svg) no-repeat center;
  vertical-align: top;
  margin-top: 6px;
}
.btn.btn-search {
  background-color: transparent;
  position: absolute;
  top: -5px;
  left: -24px;
  height: 28px;
  width: 28px;
}
.btn.btn-search svg {
  height: 24px;
}
.btn.btn-tag-filter {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #1C1D1D;
  padding: 9px 12px;
  border: 1px solid #DBE2E5;
  border-radius: 4px;
}
.btn.show {
  border-color: transparent;
}

.btn:first-child:active, :not(.btn-check) + .btn:active {
  border-color: transparent;
}

.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: #E35946;
  background-color: #3D565F;
  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: #3D565F;
  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;
}

.btn-vendor {
  background-color: #10919E;
  background-image: url("../imgs/template/icons/icon-store.svg");
  background-position: 15px center;
  background-repeat: no-repeat;
  color: white;
  padding: 9px 18px 9px 40px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
}

a.follow-vendor {
  font-size: 12px;
  font-weight: bold;
  color: #09582B;
}

.hr {
  width: 100%;
  height: 1px;
  background-color: #DBE2E5;
}

.vendor-features li {
  list-style: disc;
  margin-bottom: 10px;
  font-weight: 400x;
}
.vendor-features li span {
  color: #1C1D1D;
}

.cb-container {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0px;
  cursor: pointer;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.cb-container .text-small {
  color: #1C1D1D;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

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

.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  border: 1px solid #09582B;
}

.cb-container input:checked ~ .checkmark {
  background-image: url(../imgs/template/icons/checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #09582B;
}

.cb-container input:checked ~ .text-small {
  color: #1C1D1D;
  font-weight: 500;
}

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

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

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

.box-swiper {
  position: relative;
  width: 100%;
}
.box-swiper .swiper-container {
  position: relative;
  height: 100%;
  padding-bottom: 35px;
}
.box-swiper .swiper-container .item-logo {
  border: 1px solid #ccc;
  padding: 39px 0px 36px 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
}
.box-swiper .swiper-container .item-logo img {
  max-width: 100%;
}
.box-swiper .swiper-container .item-logo:hover {
  border: 1px solid #ccc;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
}

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

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

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

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  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-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.swiper-pagination {
  text-align: center;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 1px solid #09582B;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #09582B;
  width: 10px;
  height: 10px;
}
.swiper-pagination.swiper-pagination-2 .swiper-pagination-bullet {
  background: #B9CAD0;
}
.swiper-pagination.swiper-pagination-2 .swiper-pagination-bullet-active {
  background: #09582B;
}

.swiper-pagination-bullet {
  margin: 0px 5px;
}

/*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: 0px;
  left: 0px;
}

.box-button-swiper {
  position: relative;
  display: flex;
  align-items: center;
}
.box-button-swiper .swiper-button-prev, .box-button-swiper .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

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

.swiper-1-item-flash .swiper-slide {
  padding-top: 5px;
}

.swiper-1-item-bestseller .swiper-slide {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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: #DBE2E5;
}

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

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

.noUi-horizontal .noUi-handle {
  background-color: #09582B;
  border: 1px solid #09582B;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
  left: -6px;
  top: -6px;
}

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

.cardProduct {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.cardProduct a {
  text-decoration: none;
}
.cardProduct .cardImage {
  position: relative;
  margin-bottom: 20px;
  background-color: #EFF2F3;
  text-align: center;
  overflow: hidden;
}
.cardProduct .cardImage img {
  max-height: 100%;
  vertical-align: middle;
  max-width: 100%;
}
.cardProduct .cardInfo {
  position: relative;
}
.cardProduct .cardInfo .cardTitle {
  margin-bottom: 5px;
  color: #1C1D1D;
}
.cardProduct .cardInfo .cardTitle:hover {
  color: #09582B;
}
.cardProduct .cardInfo .cardDesc {
  margin-bottom: 12px;
  color: #09582B;
}
.cardProduct .cardInfo .cardPriceSale {
      text-decoration: line-through;
      color: #646667;
      font-size: 17px;
      line-height: 25px;
      padding-left: 10px;
}
.cardProduct.cardProduct2 .cardInfo .cardDesc {
  margin-bottom: 0px;
}
.cardProduct.cardProduct2 .cardInfo .product-info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cardProduct.cardProduct2 .cardInfo .product-info-bottom .rating img {
  margin-left: 2px;
}
.cardProduct.cardProduct3 {
  border: 1px solid #DBE2E5;
  padding: 20px;
}
.cardProduct.cardProduct3 .cardImage {
  height: 274px;
  line-height: 264px;
  background-color: #ffffff;
}
.cardProduct.cardProduct3 .cardImage .lbl-hot {
  top: 0px;
  left: 0px;
}
.cardProduct.cardProduct3 .cardInfo .cardDesc {
  margin-bottom: 0px;
}
.cardProduct.cardProduct3 .cardInfo .product-info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cardProduct.cardProduct3 .cardInfo .product-info-bottom .rating img {
  margin-left: 2px;
}
.cardProduct.cardProduct4 {
  margin-bottom: 24px;
  display: flex;
  width: 100%;
  align-items: center;
}
.cardProduct.cardProduct4 .cardImage {
  height: 158px;
  line-height: 158px;
  width: 158px;
  background-color: #ffffff;
  border: 1px solid #DBE2E5;
  margin-right: 26px;
  margin-bottom: 0px;
}
.cardProduct.cardProduct4 .cardImage img {
  display: block;
}
.cardProduct.cardProduct4 .cardInfo .rating {
  margin-bottom: 10px;
}
.cardProduct.cardProduct4 .cardInfo .rating img {
  margin-right: 2px;
}
.cardProduct.cardProduct4 .cardInfo .product-price-bottom {
  display: flex;
}
.cardProduct.cardProduct4 .cardInfo .product-price-bottom .cardDesc {
  margin-bottom: 0px;
  /* margin-right: 10px; */
}
.cardProduct.cardProduct4 .cardInfo .product-price-bottom .cardPriceSale {
  text-decoration: line-through;
}
.cardProduct.cardProduct5 {
  margin-bottom: 40px;
}
.cardProduct.cardProduct5 .cardImage {
  height: 290px;
  line-height: 280px;
  background-color: #ffffff;
  border: 1px solid #DBE2E5;
}
.cardProduct.cardProduct5 .cardInfo .cardDesc {
  margin-bottom: 0px;
}
.cardProduct.cardProduct5 .cardInfo .product-info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cardProduct.cardProduct5 .cardInfo .product-info-bottom .rating img {
  margin-left: 2px;
}
.cardProduct.cardProduct5 .cardInfo .product-info-bottom .cardPriceSale {
  text-decoration: line-through;
  color: #646667;
  font-size: 18px;
  line-height: 30px;
}
.cardProduct.cardProduct5 .cardInfo .cardProductDesc {
  margin-top: 10px;
}
.cardProduct.cardProduct6 {
  margin-bottom: 40px;
}
.cardProduct.cardProduct6 .cardImage {
  height: 290px;
  line-height: 280px;
}
.cardProduct.cardProduct6 .cardInfo .cardDesc {
  margin-bottom: 0px;
}
.cardProduct.cardProduct6 .cardInfo .product-info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cardProduct.cardProduct6 .cardInfo .product-info-bottom .rating img {
  margin-left: 2px;
}
.cardProduct.cardProduct6 .cardInfo .product-info-bottom .cardPriceSale {
  text-decoration: line-through;
  color: #646667;
  font-size: 18px;
  line-height: 30px;
}
.cardProduct.cardProduct6 .cardInfo .cardProductDesc {
  margin-top: 10px;
}
.cardProduct.cardProduct7 {
  margin-bottom: 40px;
}
.cardProduct.cardProduct7 .cardImage {
  height: 290px;
  line-height: 280px;
}
.cardProduct.cardProduct7 .cardInfo .cardDesc {
  margin-bottom: 0px;
}
.cardProduct.cardProduct7 .cardInfo .product-info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cardProduct.cardProduct7 .cardInfo .product-info-bottom .rating img {
  margin-left: 2px;
}
.cardProduct.cardProduct7 .cardInfo .product-info-bottom .cardPriceSale {
  text-decoration: line-through;
  color: #646667;
  font-size: 18px;
  line-height: 30px;
}
.cardProduct.cardProduct7 .cardInfo .cardProgressBar {
  margin-top: 18px;
}

.cardProductStyle3, .cardProductStyle2, .cardProduct, .cardProductSmall {
  text-align: center;
  margin-bottom: 20px;
}
.cardProductStyle3 .cardImage, .cardProductStyle2 .cardImage, .cardProduct .cardImage, .cardProductSmall .cardImage {
  position: relative;
  margin-bottom: 20px;
  background-color: #F7FAFA;
  overflow: hidden;
}
.cardProductStyle3 .cardImage img, .cardProductStyle2 .cardImage img, .cardProduct .cardImage img, .cardProductSmall .cardImage img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}
.cardProductStyle3 .cardImage .imageMain, .cardProductStyle2 .cardImage .imageMain, .cardProduct .cardImage .imageMain, .cardProductSmall .cardImage .imageMain {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.cardProductStyle3 .cardImage .imageHover, .cardProductStyle2 .cardImage .imageHover, .cardProduct .cardImage .imageHover, .cardProductSmall .cardImage .imageHover {
  opacity: 0;
  visibility: hidden;
  top: 30px;
  bottom: -30px;
  position: absolute;
  transition: all 0.3s;
  left: 0px;
  right: 0px;
  margin: auto;
}
.cardProductStyle3 .cardImage .button-select, .cardProductStyle2 .cardImage .button-select, .cardProduct .cardImage .button-select, .cardProductSmall .cardImage .button-select {
  position: absolute;
  left: 0px;
  bottom: -20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  line-height: 24px;
  width: 100%;
  padding: 11px 12px;
}
.cardProductStyle3 .cardImage .button-select a, .cardProductStyle2 .cardImage .button-select a, .cardProduct .cardImage .button-select a, .cardProductSmall .cardImage .button-select a {
  background-color: #09582B;
  padding: 12px 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
}
.cardProductStyle3 .cardImage .button-select a:hover, .cardProductStyle2 .cardImage .button-select a:hover, .cardProduct .cardImage .button-select a:hover, .cardProductSmall .cardImage .button-select a:hover {
  background-color: #565656;
  color: #fff;
}
.cardProductStyle3 .cardImage:hover .button-select, .cardProductStyle2 .cardImage:hover .button-select, .cardProduct .cardImage:hover .button-select, .cardProductSmall .cardImage:hover .button-select {
  bottom: 0px;
  opacity: 1;
}
.cardProductStyle3 .cardImage:hover .imageMain, .cardProductStyle2 .cardImage:hover .imageMain, .cardProduct .cardImage:hover .imageMain, .cardProductSmall .cardImage:hover .imageMain {
  opacity: 0;
  visibility: hidden;
}
.cardProductStyle3 .cardImage:hover .imageHover, .cardProductStyle2 .cardImage:hover .imageHover, .cardProduct .cardImage:hover .imageHover, .cardProductSmall .cardImage:hover .imageHover {
  opacity: 1;
  visibility: visible;
  top: 0px;
  bottom: 0px;
}
.cardProductStyle3 .cardInfo, .cardProductStyle2 .cardInfo, .cardProduct .cardInfo, .cardProductSmall .cardInfo {
  position: relative;
}

.cardProduct {
  text-align: left;
}

.mb-0 .cardProduct {
  margin-bottom: 0;
}

.cardBlog {
  margin-bottom: 30px;
}
.cardBlog .cardImage {
  position: relative;
  margin-bottom: 24px;
}
.cardBlog .cardImage .box-date-info {
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 3;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardBlog .cardImage .box-date-info .box-inner-date {
  position: relative;
}
.cardBlog .cardImage .box-date-info .heading-6 {
  color: #09582B;
  line-height: 18px;
}
.cardBlog .cardImage .box-date-info .font-md {
  line-height: 16px;
}
.cardBlog .cardInfo .btn-arrow-right {
  padding-left: 0px;
}
.cardBlog .cardInfo .btn-arrow-right:hover {
  color: #09582B;
}
.cardBlog .cardInfo .btn-arrow-right:hover img {
  display: none;
}
.cardBlog .cardInfo .btn-arrow-right:hover .hover-icon {
  display: inline-block !important;
}
.cardBlog .cardInfo .cardTitle {
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
}
.cardBlog .cardInfo .cardTitle * {
  color: #1C1D1D;
}
.cardBlog .cardInfo .cardTitle:hover {
  color: #09582B;
}
.cardBlog .cardInfo .cardTitle:hover * {
  color: #09582B;
}
.cardBlog .cardInfo .cardDesc {
  color: #646667;
  margin-bottom: 24px;
}
.cardBlog.cardBlog2 {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
}
.cardBlog.cardBlog2 .cardImage {
  max-width: 238px;
  min-width: 238px;
  margin-right: 30px;
  margin-bottom: 0px;
}
.cardBlog.cardBlog2 .cardInfo .cardDesc {
  margin-bottom: 10px;
}
.cardBlog.cardBlog2 .btn-arrow-right {
  color: #09582B;
  font-size: 14px;
  line-height: 18px;
}

.cardFeature {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 29px 21px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.cardFeature .cardImage {
  min-height: 75px;
  margin-right: 25px;
  text-align: center;
  width: 70px;
}
.cardFeature .cardImage img {
  display: block;
}
.cardFeature .cardInfo {
  position: relative;
}

.cardProductDeal {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 14px;
  border: 1px solid #DBE2E5;
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.cardProductDeal .cardImage {
  width: 100%;
  max-width: 320px;
  position: relative;
  margin-right: 25px;
}
.cardProductDeal .cardInfo {
  width: 100%;
}
.cardProductDeal .cardInfo .cardTitle {
  margin-bottom: 8px;
}
.cardProductDeal .cardInfo .cardPrice {
  color: #09582B;
}
.cardProductDeal .cardInfo .rating {
  margin-left: 2px;
}
.cardProductDeal .cardInfo .cardDesc {
  margin-top: 17px;
  margin-bottom: 27px;
}

.cardCollection {
  margin-bottom: 30px;
}
.cardCollection .cardImage {
  position: relative;
  margin-bottom: 24px;
}
.cardCollection .cardImage img {
  width: 100%;
}

.cardReview {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 39px 44px;
  text-align: center;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
}
.cardReview .cardRating {
  margin-bottom: 16px;
}
.cardReview .cardRating img {
  margin: 0px 1px;
}
.cardReview .cardReviewText {
  margin-bottom: 16px;
}
.cardReview .cardAuthor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardReview .cardAuthor img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 7px;
}

.cardCategory {
  text-align: center;
  margin-bottom: 30px;
}
.cardCategory .cardImage {
  text-align: center;
  margin-bottom: 12px;
}
.cardCategory .cardImage img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.cardCategory .cardInfo a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #1C1D1D;
}
.cardCategory .cardInfo a:hover {
  color: #09582B;
}

.cardCategory2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.cardCategory2 .cardImage {
  min-height: 340px;
  line-height: 340px;
  width: 100%;
  position: relative;
}
.cardCategory2 .cardImage img {
  vertical-align: middle;
}
.cardCategory2 .cardInfo {
  position: absolute;
  bottom: 15px;
  left: 56px;
  right: 56px;
  padding: 10px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
}
.cardCategory2 .cardInfo a * {
  color: #09582B;
}
.cardCategory2 .cardInfo a:hover * {
  color: #E35946;
}

.cardPromotion {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 32px;
}
.cardPromotion .cardImage {
  position: relative;
}
.cardPromotion .cardImage img {
  display: block;
  width: 100%;
}
.cardPromotion .cardInfo {
  padding: 17px 25px;
  background-color: #09582B;
  color: #ffffff;
}
.cardPromotion .cardInfo * {
  color: #ffffff;
}
.cardPromotion .cardInfo .box-desc-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cardTrending {
  height: 400px;
  background-color: #DBE2E5;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  padding: 77px 18px 0px 18px;
  text-align: left;
}
.cardTrending .cardInfo {
  max-width: 260px;
  margin: auto auto auto 0;
  text-align: left;
}
.cardTrending.cardTrendingRight {
  text-align: right;
}
.cardTrending.cardTrendingRight .cardInfo {
  max-width: 205px;
  margin: auto 0 auto auto;
}

.cardBlogStyle1 {
  margin-bottom: 50px;
}
.cardBlogStyle1 .cardImage {
  position: relative;
  margin-bottom: 35px;
}
.cardBlogStyle1 .cardImage img {
  width: 100%;
  display: block;
}
.cardBlogStyle1 .cardInfo .btn.btn-arrow-right {
  font-size: 18px;
  line-height: 22px;
  color: #09582B;
  font-weight: 500;
}
.cardBlogStyle1 .cardInfo .btn.btn-arrow-right:hover {
  color: #1C1D1D;
}

.cardBlogStyle2 {
  position: relative;
  margin-bottom: 30px;
}

.tag-up {
  position: absolute;
  top: 22px;
  right: 21px;
  background-color: #09582B;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  border-radius: 5px;
  padding: 5px 18px;
  z-index: 5;
}

.cardFeaturePost {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.cardFeaturePost .cardImage {
  min-width: 130px;
  margin-right: 15px;
}
.cardFeaturePost .cardInfo .lbl-tag-brand {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #565656;
  display: block;
  margin-bottom: 9px;
}
.cardFeaturePost .cardInfo .link-feature {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #1C1D1D;
}
.cardFeaturePost .cardInfo .link-feature:hover {
  color: #09582b;
}

.cardProduct8 {
  margin-bottom: 24px;
}
.cardProduct8 .cardImage {
  height: auto !important;
  margin-bottom: 8px;
  line-height: normal !important;
}
.cardProduct8 .cardImage img {
  width: 100%;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.loader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  color: #069;
  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: center;
  bottom: 0px !important;
}
.swiper-pagination .swiper-pagination-customs {
  background: #ffffff;
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-customs:hover {
  background: #fff;
}
.swiper-pagination .swiper-pagination-customs-active {
  background: #069;
}
.swiper-pagination.swiper-pagination-2 {
  top: auto;
  height: auto;
  z-index: 123;
  line-height: 30px;
  text-align: center;
}

/*page loading*/
.preloader {
  background-color: #fff;
  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: 50px;
}

.page-loading-inner {
  width: 100%;
  height: 40px;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.page-loading-inner div {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  box-sizing: content-box;
  margin: -10px -20px;
}
.page-loading-inner div:nth-child(1) {
  background: #565656;
  animation: page-loading-inner 1s linear infinite;
  animation-delay: -0.5s;
}
.page-loading-inner div:nth-child(2) {
  background: #020202;
  animation: page-loading-inner 1s linear infinite;
  animation-delay: 0s;
}
.page-loading-inner div:nth-child(3) {
  background: #09582B;
  animation: page-loading-inner-o 1s linear infinite;
  animation-delay: -0.5s;
}

.page-loading {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
}

@keyframes page-loading-inner-o {
  0% {
    opacity: 1;
    transform: translate(0 0);
  }
  49.99% {
    opacity: 1;
    transform: translate(30px, 0);
  }
  50% {
    opacity: 0;
    transform: translate(30px, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes page-loading-inner {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@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: 30px;
  --uib-speed: .9s;
  --uib-color: #425A8B;
  position: relative;
  height: calc(var(--uib-size) / 2);
  width: var(--uib-size);
  filter: url("#uib-jelly-ooze");
  animation: rotate calc(var(--uib-speed) * 2) linear infinite;
}
.preloader-dots::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 25%;
  width: 50%;
  height: 100%;
  background: var(--uib-color);
  border-radius: 100%;
  animation: shift-left var(--uib-speed) ease infinite;
}
.preloader-dots::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 25%;
  width: 50%;
  height: 100%;
  background: var(--uib-color);
  border-radius: 100%;
  animation: shift-right var(--uib-speed) ease infinite;
}

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

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

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

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

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

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ccc;
  color: #069;
}

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

.box-banner-info {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  z-index: 3;
  max-width: 1430px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
}

.box-cover-image {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 708px;
  background-color: #E3CEE3;
}
.box-cover-image img {
  position: relative;
  z-index: 1;
}

.banner-homepage1 .container {
  position: relative;
}
.banner-homepage1 .block-sale {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
}
.banner-homepage1 .blockleaf {
  position: absolute;
  bottom: 50px;
  right: 40px;
  z-index: 3;
}
.banner-homepage1 .block-info-banner {
  position: absolute;
  top: 210px;
  right: 30px;
  z-index: 3;
  max-width: 570px;
  width: 100%;
}

.banner-homepage2 .box-cover-image {
  background-position: right 150px bottom;
  background-size: auto 100%;
  height: 820px;
}
.banner-homepage2 .box-banner-info {
  text-align: left;
}
.banner-homepage2 .box-pagination-button {
  justify-content: flex-start;
}

.banner-homepage3 .box-cover-image {
  background-size: cover;
  background-position: top center;
  height: 787px;
}
.banner-homepage3 .block-info-banner {
  background-color: #ffffff;
  padding: 40px;
  max-width: 40%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 5%;
  position: relative;
  width: 100%;
  border-radius: 10px;
  text-align: justify;
}
.banner-homepage3 .block-info-banner .lbl-hot {
  top: auto;
  left: auto;
  position: relative;
  border-radius: 0px;
}
.banner-homepage3 .swiper-pagination-banner {
  bottom: -24px !important;
  text-align: center;
}

.text-shadow {
  color: #09582B;
}

.banner-homepage4 {
  position: relative;
}
.banner-homepage4 .box-cover-image {
  background-color: transparent;
  background-size: cover;
  background-position: center top;
  height: 616px;
  border-radius: 8px;
  border: 1px solid #DBE2E5;
}
.banner-homepage4 .block-info-banner {
  top: 40%;
  right: auto;
  max-width: 100%;
  width: 100%;
  padding-left: 60px;
  transform: translateY(-40%);
}

.banner-homepage5 {
  background-color: #ffffff;
  padding-top: 53px;
}
.banner-homepage5 .heading-banner .text-up {
  font-size: 80px;
  line-height: 80px;
  text-transform: none;
}
.banner-homepage5 .container {
  position: relative;
}
.banner-homepage5 .leaf {
  position: absolute;
  bottom: 30px;
  left: 30%;
  z-index: 12;
}
.banner-homepage5 .sale-up-60 {
  position: absolute;
  bottom: 110px;
  left: -115px;
  z-index: 12;
}
.banner-homepage5 .star-banner {
  position: absolute;
  top: 10px;
  left: 33%;
  z-index: 1;
}
.banner-homepage5 .block-info-banner {
  padding-top: 90px;
}
.banner-homepage5 .box-product-banner {
  display: flex;
  align-items: flex-end;
  margin: 0px -10px;
  position: relative;
  z-index: 3;
}
.banner-homepage5 .box-product-banner .product-1 {
  width: 47%;
  padding: 0px 10px;
}
.banner-homepage5 .box-product-banner .product-2 {
  width: 53%;
  padding: 0px 10px;
}

.box-pagination-button {
  position: absolute;
  bottom: 30px;
  max-width: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: 40px;
  justify-content: flex-start;
}

.box-button-right-left {
  position: static;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.box-button-right-left .swiper-button-prev, .box-button-right-left .swiper-button-next {
  top: 45%;
  margin-top: -20px;
  position: absolute;
}
.box-button-right-left .swiper-button-prev {
  left: 20px;
}
.box-button-right-left .swiper-button-next {
  right: 20px;
}

.swiper-button-next-banner, .swiper-button-prev-banner {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.swiper-button-prev-banner {
  margin-right: 10px;
}

.swiper-pagination-banner {
  position: relative;
  display: inline-block;
  bottom: auto !important;
  text-align: left;
  width: auto;
  left: auto;
  padding: 0px 0px 0px 0px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.swiper-pagination-center-bottom {
  position: relative;
  display: inline-block;
  top: 35px;
}

@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;
}

.promotion-content .promotion-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 450px;
  z-index: 1;
}
.promotion-content .promotion-label {
  position: absolute;
  right: 50%;
  bottom: 10%;
  z-index: 2;
}
.promotion-content .block-info-banner {
  position: absolute;
  left: 50px;
  top: 60px;
  z-index: 3;
}
.promotion-content .block-info-banner .heading-banner .text-up {
  font-size: 80px;
}
.promotion-content .block-info-banner .heading-banner .text-under {
  font-size: 80px;
  color: #EDA62A;
}
.promotion-content .block-info-banner .font-3xl-bold {
  font-size: 21px;
  line-height: 23px;
}
.promotion-content .block-info-banner .title-line::before {
  right: -100px;
}
.promotion-content .block-info-banner .title-line-2::before {
  content: none;
}

.call-phone {
  background: url(../imgs/template/icons/call.svg) no-repeat left top 1px;
  padding-left: 22px;
}

.address-footer {
  background: url(../imgs/page/homepage3/address.png) no-repeat left top 1px;
  padding-left: 30px;
}

.time-footer {
  background: url(../imgs/page/homepage3/time.png) no-repeat left top 1px;
  padding-left: 30px;
}

.header {
  padding: 0px 0;
  float: left;
  width: 100%;
  position: fixed;
  border-bottom: 1px solid #eee;
  background-color: transparent;
  z-index: 1004;
  top: 0px;
  left: 0px;
}
.header .main-header {
  display: flex;
  align-items: center;
  position: relative;
}
.header .main-header .header-logo {
  max-width: 130px;
  width: 10%;
  min-width: 170px;
}
.header .main-header .header-logo a {
  display: block;
}
.header .main-header .header-logo a img {
  min-height: 25px;
  display: block;
  margin: 0px;
}
.header .main-header .header-menu {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.header .main-header .header-account {
  width: auto;
  min-width: 80px;
  text-align: right;
}
.header .main-header .header-account .account-icon {
  padding-left: 2px;
  text-decoration: none;
  padding-right: 2px;
  position: relative;
}
.header .main-header .header-account .account-icon svg {
  fill: #1C1D1D !important;
  color: #1C1D1D !important;
  height: 24px;
}
.header .main-header .header-account .account-icon:hover svg {
  color: #09582B !important;
  fill: #09582B !important;
}
.header .nav-main-menu {
  width: auto;
  padding: 0px 0px 0px 10px;
  float: none;
}
.header .burger-icon {
  display: none;
}
.header .number-tag {
  background-color: #09582B;
  font-family: "Playfair Display", serif;
  position: absolute;
  top: -10px;
  right: -7px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 15px;
  font-weight: 400;
}
.header .main-menu > li {
  padding: 23px 0px 23px 0px;
}
.header .main-menu li {
  float: left;
  position: relative;
  text-align: left;
}
.header .main-menu li.has-children > a::after {
  content: "";
  background: url(../imgs/template/icons/angle-down.svg) no-repeat center;
  height: 8px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
  display: none;
}
.header .main-menu li.has-mega-menu {
  position: static;
}
.header .main-menu li.has-mega-menu .sub-menu ul {
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
}
.header .main-menu li.hr {
  padding: 0px 22px;
}
.header .main-menu li.hr span {
  background-color: #B9CAD0;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.header .main-menu li a {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  color: #1C1D1D;
  line-height: 25px;
  display: block;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  position: relative;
}
.header .main-menu li a:hover {
  color: #005c28;
}
.header .main-menu li .mega-menu {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 2;
}
.header .main-menu li div.sub-menu {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.4s;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 999999;
  min-width: 220px;
  width: 100%;
  border-radius: 0px;
  padding: 0px;
  background-color: #fff;
  display: none;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
  max-width: 1430px;
}
.header .main-menu li div.sub-menu .menu-inner {
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  border: 0px;
  background-color: transparent;
  box-shadow: none;
}
.header .main-menu li div.sub-menu .menu-inner .col-menu-2 {
  width: 40%;
}
.header .main-menu li div.sub-menu .menu-inner .col-menu-2 img {
  width: 100%;
  display: block;
}
.header .main-menu li div.sub-menu .menu-inner .col-menu {
  width: 20%;
  padding: 25px 30px 25px 30px;
}
.header .main-menu li div.sub-menu .menu-inner .col-menu a {
  padding-left: 0px;
  padding-right: 0px;
  color: #1C1D1D;
  text-transform: none;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0px 5px 0px;
  transition-duration: 0.2s;
}
.header .main-menu li div.sub-menu .menu-inner .col-menu a svg {
  color: #1C1D1D;
  margin-right: 5px;
}
.header .main-menu li div.sub-menu .menu-inner .col-menu a:hover {
  color: #09582B;
  padding-left: 3px;
  transition-duration: 0.2s;
}
.header .main-menu li div.sub-menu .menu-inner .col-menu a:hover * {
  color: #09582B;
}
.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 999999;
  min-width: 280px;
  border-radius: 0px;
  padding: 10px 0px 10px 0;
  background-color: #ffffff;
  border: 0px solid #CDE2E7;
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
}
.header .main-menu li ul li {
  width: 100%;
}
.header .main-menu li ul li a {
  font-size: 16px;
  color: #1C1D1D;
  position: relative;
  text-transform: none;
  padding: 7px 22px 7px 22px;
  transition: 0.2s;
}
.header .main-menu li ul li a:hover {
  padding-left: 25px;
  transition: 0.2s;
  border-radius: 0px;
  color: #005c28;
}
.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, .header .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}
.header .main-menu li:hover > ul li, .header .main-menu li:hover > .sub-menu li {
  width: 100%;
}
.header .main-menu li:hover > .mega-menu {
  opacity: 1;
  pointer-events: auto;
  top: calc(100% - 20px);
  visibility: visible;
}
.header.header-style-1 {
  background-color: transparent;
  position: relative;
}
.header.header-style-1 .header-menu {
  text-align: center;
}
.header.header-style-1 .header-menu .header-nav {
  display: table;
  margin: auto;
}
.header.header-style-1 .header-logo {
  min-width: 150px;
}
.header .box-top-header {
  background-color: #E6E6E8;
  padding: 8px 0px;
}
.header .top-header {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
}
.header .top-header .head-support {
  display: inline;
  /* width: 100%; */
  /* max-width: 280px; */
  /* min-width: 280px; */
  float: left;
}
.header .top-header .head-support .phone-support {
  display: inline-block;
  padding: 3px 0px 3px 35px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  background: url(../imgs/template/icons/phone-yellow.svg) no-repeat left center;
  color: #09582B;
}
.header .top-header .top-menu {
  /* display: flex; */
  /* min-width: 280px; */
  background: url(../imgs/template/icons/email.svg) no-repeat left center;
  padding-left: 30px;
  /* position: absolute; */
  /* left: 210px; */
  height: 13px;
  line-height: 13px;
  float: left;
  margin-top: 7px;
  margin-left: 20px;
}
.header .top-header .top-menu .menu-top li {
  display: inline-block;
  padding-right: 19px;
}
.header .top-header .top-menu .menu-top li a {
  font-size: 14px;
  /* line-height: 21px; */
  font-weight: 400;
  color: #1C1D1D;
}
.header .top-header .top-menu .menu-top li:last-child {
  padding-right: 0px;
}
.header .top-header .header-top-info span {
  color: #1C1D1D;
  font-size: 15px;
  line-height: 21px;
}
.header .top-header .lang-currency {
  width: 100%;
  /* max-width: 280px; */
  /* min-width: 280px; */
  text-align: right;
}
.header .top-header .lang-currency .dropdown {
  display: inline-block;
  /* float: right; */
}
.header .top-header .lang-currency .dropdown .btn.btn-line-bottom {
  color: #1C1D1D;
}
.header .top-header .lang-currency .dropdown .btn.btn-line-bottom:after {
  background-image: url(../imgs/template/icons/arrow-down-grey.svg);
}
.header .top-header .lang-currency .dropdown:last-child .btn.btn-line-bottom {
  padding-right: 0px;
}
.header .top-header .lang-currency .dropdown:last-child .btn.btn-line-bottom img, .dropdown-menu li img{
  padding-right: 5px;
}
.header .header-search {
  min-width: 345px;
}
.header .header-search .box-formsearch {
  width: 100%;
  border: 1px solid #DBE2E5;
  border-radius: 4px;
  position: relative;
  height: 42px;
}
.header .header-search .box-formsearch form {
  display: flex;
  width: 100%;
}
.header .header-search .box-formsearch form .form-control {
  border: 0px;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  color: #1C1D1D;
  font-size: 16px;
  line-height: 16px;
}
.header .header-search .box-formsearch form .btn-search {
  background-color: transparent;
  border: 0px;
  background-image: url(../imgs/template/icons/search-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 40px;
  z-index: 2;
}

.header-style-2 {
  position: relative;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
}
.header-style-2 .main-header {
  justify-content: space-between;
  padding: 0px;
}
.header-style-2 .main-header .burger-icon {
  top: 19px;
}
.header-style-2 .main-header .header-account {
  min-width: 345px;
  text-align: right;
}
.header-style-2 .main-header .header-logo {
  min-width: auto;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.header-style-2 .main-header .header-logo img {
  display: inline-block !important;
}
.header-style-2 .main-menu li {
  padding: 18px 0px 18px 0px;
}
.header-style-2 .main-menu li a {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0px 15px 0px 15px;
}
.header-style-2 .main-menu li ul li {
  padding: 6px 0px;
}
.header-style-2 .main-menu li ul li a {
  text-transform: none;
}
.header-style-2 .box-top-header {
  background-color: #09582B;
}
.header-style-2 .box-top-header * {
  color: #ffffff;
}
.header-style-2 .top-header .top-menu {
  text-align: right;
}
.header-style-2 .top-header .top-menu .menu-top li a {
  color: #ffffff;
}
.header-style-2 .top-header .header-top-info {
  width: 100%;
  display: inline-block;
  max-width: 500px;
}
.header-style-2 .box-middle-header {
  position: relative;
  padding: 25px 0px;
  border-bottom: 1px solid #DBE2E5;
}
.header-style-2 .box-bottom-header .container {
  position: relative;
}
.header-style-2 .box-bottom-header .header-menu {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.header-style-2 .box-bottom-header .header-menu .header-nav {
  display: table;
  margin: auto;
}

.header-style-3 {
  background-color: #ffffff;
  position: relative;
}
.header-style-3 .top-header .head-support {
  display: flex;
}
.header-style-3 .box-top-header {
  padding: 8px 0px;
  background-color: #E3CEE3;
}
.header-style-3 .head-socials {
  position: relative;
  padding-right: 23px;
  margin-right: 23px;
}
.header-style-3 .head-socials::before {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #646667;
  position: absolute;
  right: 0px;
  top: -3px;
}
.header-style-3 .box-middle-header .header-menu {
  width: 40%;
}
.header-style-3 .box-middle-header .header-menu .main-menu li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.header-style-3 .box-middle-header .header-logo {
  width: 20%;
  text-align: center;
  max-width: 50%;
}
.header-style-3 .box-middle-header .header-logo img {
  display: inline-block !important;
}
.header-style-3 .box-middle-header .header-account {
  width: 40%;
  text-align: right;
}

.box-head-1 {
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #DBE2E5;
}
.box-head-1 .logo-menu img {
  height: 40px;
}

.header-style-4 {
  background-color: #ffffff;
  position: relative;
}
.header-style-4 .main-header .header-account {
  width: auto;
  min-width: 488px;
  display: flex;
  align-items: center;
}
.header-style-4 .account-icon.search {
  display: none;
}

.header-style-5 {
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
}
.header-style-5 .main-header {
  justify-content: space-between;
  padding: 0px;
}
.header-style-5 .main-header .header-logo {
  max-width: 190px;
  width: 10%;
  min-width: 190px;
  text-align: left;
}
.header-style-5 .main-header .header-logo a img {
  display: inline-block;
  vertical-align: middle;
}
.header-style-5 .main-header .header-search {
  min-width: auto;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.header-style-5 .main-header .header-search .box-formsearch {
  max-width: 500px;
  width: 100%;
  border-radius: 55px;
}
.header-style-5 .main-header .header-search .box-formsearch form .form-control {
  border-radius: 55px;
}
.header-style-5 .main-header .header-account {
  min-width: 195px;
}
.header-style-5 .box-bottom-header {
  background-color: #09582B;
}
.header-style-5 .box-main-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header-style-5 .box-main-menu .header-menu {
  width: 60%;
  text-align: left;
  position: static;
}
.header-style-5 .box-main-menu .header-menu .header-nav {
  display: block;
}
.header-style-5 .box-main-menu .header-menu .nav-main-menu {
  padding-left: 0px;
}
.header-style-5 .main-menu > li:first-child a {
  padding-left: 0px;
}
.header-style-5 .main-menu > li > a {
  color: #ffffff;
}
.header-style-5 .main-menu > li > a:hover {
  color: #EDA62A;
}
.header-style-5 .head-support {
  display: flex;
  align-items: center;
}
.header-style-5 .head-support .lang-currency {
  display: flex;
  align-items: center;
}
.header-style-5 .head-support .lang-currency .btn.btn-line-bottom {
  border-bottom: 0px;
}
.header-style-5 .head-support .lang-currency .btn.btn-line-bottom:after {
  margin-left: 3px;
  background-image: url(../imgs/template/icons/arrow-down-white.svg);
}
.header-style-5 .head-support .lang-currency .dropdown:last-child .btn {
  padding-right: 0px;
}
.header-style-5 .head-support .phone-support {
  display: inline-block;
  padding: 3px 0px 3px 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: url(../imgs/template/icons/phone-yellow.svg) no-repeat left center;
  color: #ffffff;
  margin-right: 50px;
}

.link-underline {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #1C1D1D;
  color: #111111;
  display: inline-block;
}

.link-underline-white {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline-block;
}

.mobile-menu-head {
  padding: 21px 0px 25px 0px;
  position: relative;
}

.close-mobile {
  position: absolute;
  top: 21px;
  right: 27px;
}

.box-head-2 {
  display: none;
  padding: 0px 20px;
}

.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: 1004;
  left: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 0px solid #B9CAD0;
  background: #ffffff;
}
.sticky-bar.stick .box-top-header {
  display: none;
}

.header-style-5.stick .box-middle-header {
  display: none;
}

.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: 100%;
  position: relative;
  max-width: 430px;
  padding: 0px 20px 0px 20px;
  display: inline-block;
}

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

.dropdown-menu {
  border: 0px solid #3D565F;
  border-radius: 4px;
  z-index: 2345;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
  overflow: hidden;
  min-width: 170px;
}
.dropdown-menu li {
  padding: 0px 10px;
}

.dropdown-item {
  font-size: 14px;
  font-weight: 400;
  color: #1C1D1D;
  border-radius: 4px;
  padding: 7px 8px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
  text-decoration: none;
  background-color: #eef8f9;
}

.dropdown-sort .dropdown-menu {
  padding: 0px;
}
.dropdown-sort .dropdown-item {
  font-weight: 400;
  padding: 10px 15px;
  color: #1C1D1D;
}
.dropdown-sort .dropdown-item.active, .dropdown-sort .dropdown-item:active, .dropdown-sort .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #555555;
}

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

.box-dropdown-cart {
  position: relative;
}
.box-dropdown-cart .dropdown-account {
  padding: 25px 25px;
  width: 150px;
}
.box-dropdown-cart .dropdown-account ul li {
  margin-bottom: 15px;
}
.box-dropdown-cart .dropdown-account ul li a {
  color: #fff;
  text-decoration: none;
}
.box-dropdown-cart .dropdown-account ul li a img {
  float: left;
  margin: 4px 10px 0px 0px;
}

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

.dropdown-account {
  width: 200px;
  right: 0;
  display: none;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 30px);
  border-radius: 8px;
  z-index: 99;
  width: 220px;
  background-color: #000000;
  padding: 22px;
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #000000;
}
.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: #fff;
}
.dropdown-account ul li a:hover {
  color: #09582B;
}

.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: #09582B !important;
}

.search-post svg {
  height: 16px;
  color: #071920;
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0px;
  max-width: 430px;
  width: 100%;
  min-height: 100vh;
  bottom: 0;
  left: 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: 9999;
  padding-top: 0px;
}
.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 0px 0px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo {
  position: relative;
  border-bottom: 1px solid #CDE2E7;
  padding: 15px 30px 15px 30px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo img {
  width: 60px;
}
.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: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu {
  max-width: 430px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: flex;
  position: static;
  padding: 10px 0 20px 0;
  align-items: center;
  justify-content: space-between;
}
.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: auto;
  position: relative;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 24px;
  line-height: 44px;
  top: auto;
  color: #071920;
  background-image: url(../imgs/template/icons/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 17px;
  line-height: 24px;
  font-family: "Playfair Display", serif;;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #181A1F;
  transition-duration: 0.2s;
  text-decoration: none;
}
.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 a:hover {
  color: #10919E;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 0px 0 0px 10px;
  position: absolute;
  top: 0px;
  left: -430px;
  width: 100%;
  background: #fff;
  z-index: 1234;
  height: 100%;
  transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul.menu-show {
  left: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0 20px 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: 17px;
  line-height: 24px;
  display: block;
  font-weight: 500;
  color: #111111;
  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: #B9CAD0;
  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: #10919E;
  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 #071920;
  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: #071920;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: #071920;
}
.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: #071920;
  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: #071920;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
  color: #071920;
}
.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 .mobile-header-border nav {
  display: inline-block;
  width: 100%;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: 12px;
  color: #071920;
  padding-bottom: 20px;
}

.burger-icon {
  position: absolute;
  width: 20px;
  height: 22px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 20px;
  right: 2px;
  z-index: 1004;
}
.burger-icon.burger-close {
  width: 20px;
}
.burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
}
.burger-icon > span.burger-icon-top {
  top: 0px;
}
.burger-icon > span.burger-icon-bottom {
  bottom: 4px;
}
.burger-icon > span.burger-icon-mid {
  top: 7px;
}
.burger-icon.burger-close {
  position: fixed;
  top: 20px;
  right: 15px;
}
.burger-icon.burger-close span {
  height: 2px;
}
.burger-icon.burger-close > span.burger-icon-top {
  display: none;
  opacity: 0;
}
.burger-icon.burger-close > span.burger-icon-mid {
  top: 20px;
  transform: rotate(45deg);
}
.burger-icon.burger-close > span.burger-icon-bottom {
  bottom: 1px;
  transform: rotate(-45deg);
}

.header-type6 .burger-icon {
  top: 14px;
}

.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: #111111;
}

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

.mobile-search form {
  background-color: #E6E6E8;
  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: #122830;
}

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

.mobile-account {
  margin: 20px 0 25px 0;
  padding: 30px 0 20px 0;
  border-top: thin solid #B9CAD0;
  border-bottom: thin solid #B9CAD0;
}
.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: #071920;
  transition-duration: 0.2s;
  text-decoration: none;
}
.mobile-account ul li:hover a {
  padding-left: 3px;
  transition-duration: 0.2s;
  color: #071920;
}

.box-download-app {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CDE2E7;
  border-top: 1px solid #CDE2E7;
  margin-bottom: 20px;
  margin-top: 20px;
}

.nav-tabs-mobile {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.nav-tabs-mobile li {
  padding: 0px;
  position: relative;
}
.nav-tabs-mobile li a {
  padding: 10px;
  display: flex;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #09582B;
}
.nav-tabs-mobile li a svg {
  height: 14px;
  vertical-align: middle;
  float: left;
  margin: 2px 5px 0px 0px !important;
  color: #09582B;
}
.nav-tabs-mobile li a:hover, .nav-tabs-mobile li a:hover *, .nav-tabs-mobile li a.active {
  color: #10919E;
}
.nav-tabs-mobile li a:hover::before, .nav-tabs-mobile li a:hover *::before, .nav-tabs-mobile li a.active::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background-color: #10919E;
}
.nav-tabs-mobile li a.active * {
  color: #10919E;
}

.notifications-item {
  padding: 20px 0px 0px 0px;
}
.notifications-item .item-notify {
  margin-bottom: 30px;
  display: flex;
}
.notifications-item .item-notify .item-image {
  min-width: 32px;
  max-width: 32px;
  width: 100%;
  margin-right: 15px;
}
.notifications-item .item-notify .item-info {
  width: 100%;
}
.notifications-item .item-notify .item-time {
  width: 63px;
  max-width: 63px;
  margin-left: 20px;
  min-width: 63px;
}

.footer {
  background-color: #020202;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  padding: 50px 0px 0px 0px;
}
.footer .menu-footer {
  display: inline-block;
}
.footer .menu-footer li {
  list-style: none;
  margin-bottom: 12px;
}
.footer .menu-footer li a {
  color: #c7c7c7;
  font-size: 16px;
  line-height: 30px;
  font-family: "Playfair Display", serif;;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 0px 0px 0px 15px;
  transition-duration: 0.2s;
  background: url(../imgs/template/icons/arrow-menu.svg) no-repeat left center;
}
.footer .menu-footer li a:hover {
  transition-duration: 0.2s;
  padding-left: 17px;
  /* text-decoration: underline; */
  color: #fff;
}
.footer .menu-footer li a.facebook {
  background: url(../imgs/template/icons/fb.svg) no-repeat left center;
  padding-left: 24px;
}
.footer .menu-footer li a.twitter {
  background: url(../imgs/template/icons/tw.svg) no-repeat left center;
  padding-left: 24px;
}
.footer .menu-footer li a.instagram {
  background: url(../imgs/template/icons/instagram.svg) no-repeat left center;
  padding-left: 24px;
}
.footer .menu-footer li a.pinterest {
  background: url(../imgs/template/icons/pin.svg) no-repeat left center;
  padding-left: 24px;
}
.footer .menu-footer li a.youtube {
  background: url(../imgs/template/icons/youtube.svg) no-repeat left center;
  padding-left: 24px;
}
.footer .menu-footer li a.facebook:hover, .footer .menu-footer li a.twitter:hover, .footer .menu-footer li a.instagram:hover, .footer .menu-footer li a.pinterest:hover, .footer .menu-footer li a.youtube:hover {
  padding-left: 26px;
}
.footer .desc-company {
  margin-bottom: 7px;
}
.footer .phone-footer, .footer .email-footer {
  margin-bottom: 7px;
}
.footer .phone-footer {
  background: url(../imgs/template/icons/phone.svg) no-repeat left center;
  padding-left: 30px;
}
.footer .email-footer {
  background: url(../imgs/template/icons/email.svg) no-repeat left center;
  padding-left: 30px;
  height: 13px;
  line-height: 13px;
}
.footer p.color-white {
  color: rgba(255, 255, 255, 0.8352941176);
}
.footer.footer-white {
  background-color: #ffffff;
  border-top: 1px solid #EEEEEE;
}
.footer.footer-white .color-white {
  color: #1C1D1D;
}
.footer.footer-white .menu-footer li a {
  color: rgba(17, 17, 17, 0.7725490196);
}
.footer.footer-white .desc-company {
  color: rgba(17, 17, 17, 0.7725490196) !important;
}
.footer.footer-white .btn.btn-line-bottom {
  color: rgba(17, 17, 17, 0.7725490196);
  border-bottom-color: #DDDDDD;
}
.footer.footer-white .btn.btn-line-bottom:after {
  background-image: url(../imgs/template/icons/arrow-down-grey.svg);
}
.footer.footer-style-2 {
  background-color: #09582B;
}
.footer.footer-style-2 .menu-footer li a {
  color: #ffffff;
  background-image: url(../imgs/template/icons/arrow-menu-white.svg);
}
.footer.footer-style-2 .menu-footer li a.facebook {
  background: url(../imgs/template/icons/fb-w.svg) no-repeat left center;
  padding-left: 24px;
}
.footer.footer-style-2 .menu-footer li a.twitter {
  background: url(../imgs/template/icons/tw-w.svg) no-repeat left center;
  padding-left: 24px;
}
.footer.footer-style-2 .menu-footer li a.instagram {
  background: url(../imgs/template/icons/instagram-w.svg) no-repeat left center;
  padding-left: 24px;
}
.footer.footer-style-2 .menu-footer li a.pinterest {
  background: url(../imgs/template/icons/pin-w.svg) no-repeat left center;
  padding-left: 24px;
}
.footer.footer-style-2 .menu-footer li a.youtube {
  background: url(../imgs/template/icons/youtube-w.svg) no-repeat left center;
  padding-left: 24px;
}
.footer.footer-style-2 .menu-footer li a.facebook:hover, .footer.footer-style-2 .menu-footer li a.twitter:hover, .footer.footer-style-2 .menu-footer li a.instagram:hover, .footer.footer-style-2 .menu-footer li a.pinterest:hover, .footer.footer-style-2 .menu-footer li a.youtube:hover {
  padding-left: 26px;
}
.footer.footer-style-2 .phone-footer {
  background: url(../imgs/template/icons/phone-w.svg) no-repeat left center;
}
.footer.footer-style-2 .email-footer {
  background: url(../imgs/template/icons/email-w.svg) no-repeat left center;
}
.footer.footer-style-2 a {
  color: #ffffff;
}
.footer.footer-style-4 .footer-1 .container {
  max-width: 1170px;
}
.footer.footer-style-4 .footer-1 .box-form-subscribe {
  max-width: 310px;
}
.footer.footer-style-4 .footer-2 .box-container-footer {
  max-width: 1170px;
  margin: auto;
}
.footer.footer-style-5 .box-socials-footer a:last-child {
  margin-right: 0px;
}
.footer.footer-style-5 .footer-bottom {
  padding: 61px 0px 30px 0px;
}
.footer.footer-style-5 .box-container-footer {
  max-width: 1170px;
  margin: auto;
}

.box-top-menu-footer {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.box-socials-footer a {
  display: inline-block;
  margin-right: 15px;
}
.box-socials-footer a svg {
  fill: #fff;
  height: 28px;
}

.logo-footer {
  margin-bottom: 12px;
  max-width: 70%;
}

.footer-2 {
  position: relative;
  background: #E6E6E8;
  color: #1C1D1D;
}

.footerBorder {
  position: relative;
}
.footerBorder::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.231372549);
  position: absolute;
  left: -10px;
  top: 0px;
}

.box-payments img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  transition-duration: 0.2s;
}
.box-payments img:last-child {
  margin-right: 0px;
}
.box-payments img:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

.footer-bottom {
  padding: 15px 0;
  /* border-top: 1px solid #DBE2E5; */
}
.footer-bottom a {
  color: #c7c7c7;
}
.footer-bottom a:hover {
  color: #fff;
}

.menu-bottom {
  display: inline-block;
  padding-left: 0px;
}
.menu-bottom li {
  display: inline-block;
  color: #646667;
  padding: 0px 8px;
}
.menu-bottom li a {
  color: #c7c7c7;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.menu-bottom li a:hover {
  color: #fff;
}
.menu-bottom li:first-child {
  padding-left: 0px;
}

.bg-download {
  background-color: #A0DDF8;
  background-image: url(../imgs/page/homepage1/bg-download.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 123px 0px;
  position: relative;
}
.bg-download .container-sub {
  position: relative;
  z-index: 2;
}
.bg-download::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../imgs/page/homepage1/phone.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: 1;
}

.bg-download-2 {
  background-image: url(../imgs/page/homepage2/bg-download.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 123px 0px;
  position: relative;
}
.bg-download-2 .container-sub {
  position: relative;
  z-index: 2;
}
.bg-download-2::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../imgs/page/homepage1/phone.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: 1;
}

.bg-download-3 {
  background-image: url(../imgs/page/homepage3/bg-download-3.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 123px 0px;
  position: relative;
}
.bg-download-3 .container-sub {
  position: relative;
  z-index: 2;
}
.bg-download-3::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../imgs/page/homepage1/phone.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: 1;
}

#scrollUp {
  width: 42px;
  height: 42px;
  color: #fff;
  right: 20px;
  bottom: 60px;
  border-radius: 80px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 999 !important;
  border: 0;
  transition-duration: 0.2s;
  background-color: #565656;
}
#scrollUp i {
  display: block;
  line-height: 44px !important;
  font-size: 20px;
  color: #fff;
}
#scrollUp:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
  background-color: #09582b;
}

footer a {
  text-decoration: none;
}

.icon-socials {
  display: inline-block;
  margin-right: 8px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  transition-duration: 0.2s;
  vertical-align: middle;
}
.icon-socials:last-child {
  margin-right: 0px;
}
.icon-socials.icon-facebook {
  background: url(../imgs/template/icons/fb.png) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-facebook:hover {
  background: url(../imgs/template/icons/fb.png) no-repeat center;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
}
.icon-socials.icon-twitter {
  background: url(../imgs/template/icons/tw.png) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-twitter:hover {
  background: url(../imgs/template/icons/tw.png) no-repeat center;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
}
.icon-socials.icon-instagram {
  background: url(../imgs/template/icons/instagram.png) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-instagram:hover {
  background: url(../imgs/template/icons/instagram.png) no-repeat center;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
}
.icon-socials.icon-linkedin {
  background: url(../imgs/template/icons/linkedin.png) no-repeat center;
  transition-duration: 0.2s;
}
.icon-socials.icon-linkedin:hover {
  background: url(../imgs/template/icons/linkedin.png) no-repeat center;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
}
.icon-socials:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
  border-radius: 50%;
}

.box-footer-top {
  padding: 30px 0px 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 60px;
}

/*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;
}

.ml-3 {
  margin-left: 3px;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

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

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

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.block-section-2 {
  background-image: url(../imgs/page/homepage1/banner-section2.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.box-info-section2 {
  padding-top: 72px;
  padding-bottom: 102px;
  position: relative;
  z-index: 5;
}

.block-section-img {
  position: absolute;
  right: 140px;
  bottom: 0px;
  z-index: 3;
}
.block-section-img img {
  display: block;
}

.block-sale-60 {
  position: absolute;
  left: 43%;
  bottom: 0px;
  z-index: 4;
}
.block-sale-60 img {
  display: block;
}

.top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.top-head .btn.btn-arrow-right {
  padding: 10px 0px 10px 20px;
  min-width: 124px;
}
.top-head h4 {
  position: relative;
}
.top-head h4::after {
  content: "";
  position: absolute;
  width: 262px;
  height: 53px;
  bottom: 0px;
  z-index: -1;
  background-image: url("../imgs/template/brush-bg.svg");
  left: -20px;
  display: none;
}

h4.brush-bg {
  position: relative;
  z-index: 1;
}
h4.brush-bg::after {
  content: "";
  position: absolute;
  width: 262px;
  height: 53px;
  bottom: 0px;
  z-index: -1;
  background-image: url("../imgs/template/brush-bg.svg");
  left: 50%;
  background-position: center center;
  transform: translateX(-50%);
  display: none;
}

.block-section-3 {
  padding: 92px 0px 0px 0px;
}

.box-category-list {
  background-color: #EFF2F3;
  padding: 35px;
}

.menu-category li {
  margin-bottom: 10px;
}
.menu-category li a {
  display: flex;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Playfair Display", serif;;
  color: #1C1D1D;
  padding: 10px 25px;
}
.menu-category li a.active {
  color: #ffffff;
  background-color: #09582B;
  border-radius: 46px;
}
.menu-category li a:hover {
  border-radius: 40px;
  background-color: #BFDDDE;
  color: #1C1D1D;
}
.menu-category li a img {
  margin-right: 10px;
}

.box-section-4 {
  padding: 62px 120px;
  background-image: url(../imgs/page/homepage1/bg-section4.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.box-collection {
  border: 10px solid #ffffff;
  padding: 30px 40px 89px 40px;
  background-color: #FFF8EE;
  background-image: url(../imgs/page/homepage1/bg-collection1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  position: relative;
}
.box-collection.box-collection-2 {
  background-color: #EAEEFF;
  background-image: url(../imgs/page/homepage1/bg-collection2.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}

.star-bg-1 {
  position: absolute;
  bottom: 20px;
  right: 35%;
  z-index: 1;
}

.star-bg-2 {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.box-collection-info {
  position: relative;
  z-index: 2;
}

.block-section-5 {
  padding-top: 90px;
}

.box-section-animal {
  padding: 48px 0px;
  text-align: center;
  background-image: url(../imgs/page/homepage1/bg-animal.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 230px;
}

.box-section-kid {
  padding: 64px 0px 64px 200px;
  text-align: center;
  background-image: url(../imgs/page/homepage1/bg-kid.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-color: #A0DDF8;
  height: 230px;
}

.box-animal-kid {
  display: flex;
  width: 100%;
}
.box-animal-kid .box-section-animal {
  width: 100%;
  margin-right: 30px;
  max-width: 877px;
}
.box-animal-kid .box-section-kid {
  width: 100%;
  max-width: 527px;
}

.block-section-6 {
  padding: 58px 0px 0px 0px;
}

.list-product-4 {
  padding: 0px;
  margin: 0px;
}
.list-product-4 li {
  list-style: none;
}

.block-section-7 {
  padding-bottom: 50px;
}

.box-disount-1 {
  height: 284px;
  width: 100%;
  background-color: #EFF2F3;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 36px;
  background-image: url(../imgs/page/homepage1/dress.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.box-disount-2 {
  height: 284px;
  width: 100%;
  /* background-color: #C2E9FF; */
  display: flex;
  /* padding: 36px; */
  /* align-items: center; */
  background-image: url(../imgs/page/homepage1/apparels.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.box-discount-items {
  display: flex;
  flex-wrap: wrap;
}

.block-section-8 {
  padding-bottom: 50px;
}

.block-section-10 {
  padding: 80px 0px 0px 0px;
}

.box-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.box-logos img {
  margin-bottom: 20px;
}

.box-author {
  display: flex;
  align-items: center;
}
.box-author img {
  max-width: 56px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  margin-right: 10px;
}
.box-author .author-info {
  text-align: left;
}
.box-author .author-info .author-name {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1C1D1D;
}
.box-author .author-info .post-meta {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #646667;
}

.list-faqs {
  padding: 0px;
  margin: 0px;
  list-style: none;
  border: 0px;
}
.list-faqs li {
  margin-bottom: 15px;
  width: 100%;
}
.list-faqs li a {
  display: flex;
  padding: 14px 26px 16px 26px;
  border: 1px solid #ECF1F2;
  color: #4E6770;
  border-radius: 4px;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.list-faqs li a span {
  width: 100%;
  display: inline-block;
}
.list-faqs li a svg {
  display: inline-block;
  margin-top: 4px;
  transition-duration: 0.2s;
}
.list-faqs li a:hover, .list-faqs li a.active {
  background-color: #B097EA;
  color: #EDA62A !important;
}
.list-faqs li a:hover svg, .list-faqs li a:hover *, .list-faqs li a.active svg, .list-faqs li a.active * {
  color: #EDA62A !important;
}
.list-faqs li a:hover svg {
  transform: rotate(-45deg);
  transition-duration: 0.2s;
}

.box-pagination-testimonials {
  position: relative;
  display: inline-block;
}
.box-pagination-testimonials .firstNumber, .box-pagination-testimonials .lastNumber {
  position: absolute;
  top: 3px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}
.box-pagination-testimonials .firstNumber {
  left: 0px;
}
.box-pagination-testimonials .lastNumber {
  right: 0px;
}
.box-pagination-testimonials .swiper-pagination.swiper-pagination-testimonials {
  text-align: left;
  position: relative;
  padding: 0px 34px 0px 30px;
}
.box-pagination-testimonials .swiper-pagination.swiper-pagination-testimonials .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #ffffff;
  opacity: 0.2;
  margin: 0px;
}
.box-pagination-testimonials .swiper-pagination.swiper-pagination-testimonials .swiper-pagination-bullet-active {
  opacity: 1;
  width: 50px;
  height: 2px;
}

.box-testimonials {
  background-image: url(../imgs/page/homepage1/bg-testimonials.png);
  background-repeat: no-repeat;
  background-position: top right 35%;
}

.block-section-1 {
  padding-bottom: 50px;
  background-color: #ffffff;
}

.box-page-swiper {
  position: absolute;
  top: -80px;
  right: 0px;
}
.box-page-swiper .swiper-button-prev, .box-page-swiper .swiper-button-next {
  left: auto;
  right: auto;
  top: auto;
  display: inline-block;
  position: relative;
}

.nav-tabs {
  border-bottom: 0px;
  justify-content: center;
}

.nav-tabs li {
  padding-left: 10px;
  padding-right: 10px;
}
.nav-tabs li:last-child {
  padding-right: 0px;
}
.nav-tabs li:first-child {
  padding-left: 0px;
}

.nav-tabs .nav-link {
  font-size: 16px;
  line-height: 27px;
  /* font-family: "Lobster Two", display; */
  font-weight: 500;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  color: #1C1D1D;
  border: 1px solid #09582B;
  border-radius: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  /* border: 0px; */
  border: 1px solid #09582B;
  color: #fff;
  background: #09582B;
  border-radius: 5px;
}

.box-tabs {
  margin-top: 25px;
  text-align: center;
  margin-bottom: 50px;
}

.box-padding {
  text-align: center;
  padding: 30px 20px;
}

.box-sale-event {
  background-color: #E6E6E8;
}

.block-testimonials-type-1 {
  padding: 100px 0px;
}

.instagram-title {
  display: inline-block;
  padding: 0px 0px 0px 30px;
  background: url(../imgs/template/icons/instagram.svg) no-repeat left center;
}

.box-gallery-instagram {
  display: flex;
  align-items: center;
  margin: 40px 0px 40px 0px;
  overflow: hidden;
  width: 100%;
}
.box-gallery-instagram .box-gallery-instagram-inner {
  margin-left: -100px;
  margin-right: -100px;
  display: flex;
  align-items: center;
}
.box-gallery-instagram .box-gallery-instagram-inner .gallery-item {
  padding-right: 0px;
}
.box-gallery-instagram .box-gallery-instagram-inner .gallery-item img {
  display: block;
  max-width: 100%;
}
.box-gallery-instagram .box-gallery-instagram-inner .gallery-item:last-child {
  margin-left: 0px;
}

.box-subsciber {
  padding: 40px 0px 80px 0px;
  max-width: 550px;
  margin: auto;
  text-align: center;
}
.box-subsciber .text-subscribe {
  margin-top: 12px;
  margin-bottom: 40px;
}

.box-form-subscribe {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #1C1D1D;
  margin-top: 30px;
  max-width: 540px;
}
.box-form-subscribe .form-sub {
  display: flex;
}
.box-form-subscribe .form-sub .form-control {
  border: 0px;
  height: 40px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  background-color: transparent;
  padding: 5px 10px 5px 0px;
  color: #646667;
}
.box-form-subscribe .form-sub .form-control::-moz-placeholder {
  color: #646667;
}
.box-form-subscribe .form-sub .form-control::placeholder {
  color: #646667;
}

.btn-subscribe {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #1C1D1D;
  padding: 5px 0px 5px 20px;
}

.image-sale-event img {
  display: block;
}

.box-banner-home1 {
  position: relative;
  background-color: #E3CEE3;
}

.box-banner-hero {
  display: flex;
  position: relative;
}
.box-banner-hero .banner-1 {
  width: 50%;
  position: relative;
  height: 584px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-banner-hero .banner-2 {
  width: 50%;
  position: relative;
  height: 584px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-button-bottm {
  bottom: 32px;
  z-index: 3;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0px;
}

.block-section-features {
  padding: 30px 0px;
}

.box-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-product-5-col {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  justify-content: center;
}
.list-product-5-col .cardProduct {
  width: 20%;
  padding: 0px 10px;
}

.block-section-collection {
  padding: 40px 0px 10px 0px;
}

.box-deal-of-day {
  padding: 70px 0px 90px 170px;
  background: url(../imgs/page/homepage2/bg-clothes.png) no-repeat top center;
  background-size: cover;
  position: relative;
}

.box-info-deal-day {
  max-width: 250px;
  width: 100%;
  text-align: center;
  position: relative;
}

.box-image-deal-day {
  position: absolute;
  right: 0px;
  top: -80px;
}

.block-section-6-homepage2 {
  padding: 130px 0px 100px 0px;
}

.block-reviews {
  padding: 90px 0px 120px 0px;
  background: url(../imgs/page/homepage2/bg-review.png) no-repeat top center;
  background-size: cover;
  text-align: center;
}

.box-pagination-button-center {
  text-align: center;
  padding-left: 15px;
  margin-top: 40px;
  justify-content: center;
  bottom: -20px;
}

.box-gallery-instagram-type-5 {
  display: flex;
  width: 100%;
  margin: 40px -2px 0px -2px;
}

.gallery-1 {
  display: inline-block;
  width: 39.5%;
  padding: 0px 2px;
}
.gallery-1 img {
  width: 100%;
}

.gallery-2 {
  width: 61.5%;
  padding: 0px 2px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-2 img {
  width: 32.33%;
  margin-left: 1%;
  display: inline-block;
  height: auto;
  margin-bottom: 1%;
}

.block-instagram-type-5 {
  padding-bottom: 50px;
}

.kidify-icon {
  background: url(../imgs/page/homepage2/instagram.svg) no-repeat left center;
  padding: 3px 0px 3px 25px;
  font-size: 20px;
  line-height: 28px;
  color: #646667;
  display: inline-block;
}

.box-form-newsletter {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.box-form-newsletter form {
  display: flex;
  max-width: 487px;
  align-items: center;
  width: 100%;
}
.box-form-newsletter form .btn.btn-brand-1 {
  height: 42px;
  min-width: 119px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.box-form-newsletter form .form-control {
  height: 42px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.block-subscriber {
  padding-bottom: 80px;
}

.block-section-best-sale {
  padding-bottom: 40px;
}

.block-latest-news {
  padding-top: 80px;
}

.box-logos-inline {
  display: flex;
  overflow: hidden;
  padding: 20px 0px;
  align-items: center;
}
.box-logos-inline .item-logo {
  min-width: 210px;
  text-align: center;
}

.block-logos .container-fluid {
  padding: 0px;
  border-top: 1px solid #DBE2E5;
}

.list-categories {
  display: flex;
  margin: 0px -10px;
  justify-content: center;
}
.list-categories li {
  padding: 0px 10px;
  width: 11.11%;
}

.block-section-categories {
  padding: 80px 0px 0px 0px;
}

.block-new-arrivals .box-button-right-left .swiper-button-prev {
  top: 35%;
  left: -60px;
}
.block-new-arrivals .box-button-right-left .swiper-button-next {
  right: -60px;
  top: 35%;
}

.box-subscriber-2 {
  border: 3px dashed #E35946;
  background: url(../imgs/page/homepage3/bg-subscriber.png) no-repeat top center;
  background-size: cover;
  padding: 39px 20px 33px 20px;
}

.block-section-features-2 {
  background-color: #e6e6e8;
  padding-bottom: 0px;
  padding-top: 34px;
}
.block-section-features-2 .cardFeature {
  border: 0px;
}

.banner-homepage4 .box-button-right-left .swiper-button-prev {
  top: 42%;
}
.banner-homepage4 .box-button-right-left .swiper-button-next {
  top: 42%;
}

.block-section-features-3 {
  padding-top: 60px;
}

.box-features-3 {
  border-radius: 8px;
  background-color: #EFF2F3;
  padding: 10px;
}
.box-features-3 .cardFeature {
  border: 0px;
  background-color: transparent;
  margin-bottom: 0px;
}

.nav-tabs-regular {
  border-bottom: 0px;
  justify-content: flex-end;
  display: flex;
}
.nav-tabs-regular .nav-item {
  padding: 0px 20px;
}
.nav-tabs-regular .nav-item .nav-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  font-family: "Playfair Display", serif;;
  padding-right: 0px;
}
.nav-tabs-regular .nav-item:last-child {
  padding-right: 0px;
}

.title-head-bg {
  background-color: #09582B;
  padding: 14px 10px;
  width: 100%;
  margin-bottom: 34px;
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
  font-family: "Playfair Display", serif;;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.box-product-2 .cardProduct2 {
  margin-bottom: 30px;
  border: 1px solid #DBE2E5;
  background-color: #ffffff;
}
.box-product-2 .cardProduct2 .cardInfo {
  padding: 0px 12px 16px 12px;
}
.box-product-2 .cardImage {
  height: 375px;
  line-height: 365px;
}

.block-section-deal-day-4 {
  background-color: #FDEFEE;
  background-image: url(../imgs/page/homepage4/bg-deal.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 95px 0px;
}

.block-section-shop-cat {
  padding-bottom: 70px;
}

.block-section-events-4 {
  position: relative;
  padding-top: 0px;
}

.box-subscriber-3 {
  background: url(../imgs/page/homepage4/bg-subscriber.png) no-repeat top center;
  background-size: cover;
}

.block-section-gallery {
  position: relative;
}
.block-section-gallery .box-gallery-instagram {
  margin: 40px 0px 56px 0px;
}
.block-section-gallery .box-gallery-instagram .box-gallery-instagram-inner {
  margin-left: -140px;
  margin-right: -140px;
}
.block-section-gallery .box-gallery-instagram .box-gallery-instagram-inner .gallery-item {
  padding-left: 5px;
  padding-right: 5px;
}

.block-subscriber-2 {
  padding-bottom: 40px;
}

.block-section-categories-slider {
  padding-top: 40px;
  padding-bottom: 30px;
}

.box-categories-slider {
  padding-top: 50px;
  border-top: 1px solid #DBE2E5;
}

.box-discount-section {
  background: url(../imgs/page/homepage5/bg-discount.png) no-repeat top center;
  background-size: cover;
  background-color: #09582B;
  padding: 42px 0px;
  display: flex;
  align-items: center;
}

.box-discount-left {
  display: flex;
  align-items: center;
  width: 70%;
}
.box-discount-left * {
  color: #ffffff;
}
.box-discount-left .item-discount {
  padding: 0px 10px;
  width: 100%;
  text-align: center;
}

.box-discount-right {
  width: 30%;
  text-align: center;
}

.text-46 {
  font-size: 46px;
  line-height: 46px;
  font-weight: bold;
}

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

.text-32-bold {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  display: inline-block;
  color: #1C1D1D;
}

.nav-tabs-style2 {
  display: flex;
}
.nav-tabs-style2 .nav-item {
  padding: 0px 0px 0px 0px;
  margin-right: 5px;
}
.nav-tabs-style2 .nav-item .nav-link {
  padding: 7px 30px;
  font-family: "Playfair Display", serif;;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #1C1D1D;
}
.nav-tabs-style2 .nav-item .nav-link:hover, .nav-tabs-style2 .nav-item .nav-link.active {
  border: 0px;
  background-color: #E35946;
  border-radius: 60px;
  color: #ffffff;
}

.box-countdown-right {
  display: flex;
  align-items: center;
}

.box-countdown .box-count {
  margin-bottom: 0px;
}
.box-countdown .box-count-circle .deals-countdown .countdown-section .countdown-period {
  display: none;
}

.lbl-flash {
  background-color: #E35946;
  padding: 34px 0px 0px 0px;
  text-align: center;
  background-image: url(../imgs/template/icons/flash.svg);
  background-repeat: no-repeat;
  background-position: top 10px center;
  height: 61px;
  width: 47px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  color: #ffffff;
  line-height: 22px;
  font-size: 12px;
}

.progress {
  border-radius: 100px;
  background-color: #DBE2E5;
  height: 10px;
}

.progress-bar {
  border-radius: 100px;
  background-color: #09582B;
}

.box-ads-5 {
  display: flex;
  margin: 0px -10px;
}
.box-ads-5 .item-ads-left {
  padding: 0px 10px;
}
.box-ads-5 .item-ads-right {
  padding: 0px 10px;
}

.block-section-blog-slider {
  background-color: #EEF9FF;
  padding: 91px 0px 67px 0px;
}
.block-section-blog-slider .box-button-right-left .swiper-button-prev {
  left: -60px;
}
.block-section-blog-slider .box-button-right-left .swiper-button-next {
  right: -60px;
}
.block-section-blog-slider .btn-prev-style-1, .block-section-blog-slider .btn-next-style-1 {
  background-color: #ffffff !important;
}
.block-section-blog-slider .btn-prev-style-1:hover, .block-section-blog-slider .btn-next-style-1:hover {
  background-color: #09582B !important;
}

.block-section-ads-5 {
  margin-bottom: 100px;
}

.top-head-abs {
  background-color: rgb(255, 255, 255);
  padding: 10px 30px 10px 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  left: 0px;
  right: 0px;
  max-width: 320px;
  text-align: center;
  margin: auto;
  display: inline-block;
  border-radius: 8px;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
}
.top-head-abs .kidify-icon {
  padding: 1px 0px 1px 25px;
  line-height: 20px;
}

.block-section-instagram-5 {
  position: relative;
  padding-top: 0px;
  margin-top: 80px;
}

.block-shop-head {
  padding: 90px 0px 105px 0px;
  background-color: #EDE7E9;
  background-image: url(../imgs/page/shop/bg-head.png);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

.breadcrumbs {
  margin-top: 8px;
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs ul li {
  display: inline-block;
  padding: 0px 15px 0px 15px;
  position: relative;
  /* margin-left: 25px; */
}
.breadcrumbs ul li::before {
  content: "";
  height: 20px;
  width: 10px;
  background-image: url(../imgs/template/icons/arrow-breadcrumb.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 2px;
  right: -5px;
}
.breadcrumbs ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #09582B;
}
.breadcrumbs ul li:last-child::before {
  display: none;
}
.breadcrumbs ul li:last-child a {
  color: #646667;
}

.box-tags-head {
  max-width: 823px;
  margin-top: 35px;
}
.box-tags-head a {
  margin-right: 10px;
  margin-bottom: 10px;
}

.box-filters-sidebar {
  padding-right: 50px;
}
.box-filters-sidebar .title-filter {
  margin-bottom: 24px;
  margin-top: 8px;
}
.box-filters-sidebar .block-filter {
  border-top: 1px solid #EEEEEE;
  padding: 24px 0px 10px 0px;
}
.box-filters-sidebar .block-filter .head-filter {
  margin-bottom: 20px;
}
.box-filters-sidebar .block-filter .item-collapse {
  margin-bottom: 20px;
  background-image: url(../imgs/template/icons/arrow-up.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  cursor: pointer;
}
.box-filters-sidebar .block-filter .item-collapse.collapsed-item {
  background-image: url(../imgs/template/icons/arrow-down-collapse.svg);
}
.box-filters-sidebar .block-filter .list-sizes .item-size.active {
  font-weight: 500;
}

.box-collapse {
  position: relative;
}

.list-colors li {
  margin-bottom: 12px;
  cursor: pointer;
}
.list-colors li .box-colors label {
  color: #111111;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}
.list-colors li .box-colors .item-color {
  height: 24px;
  width: 24px;
  padding: 2px;
}
.list-colors li .box-colors .item-color::before {
  height: 18px;
  width: 18px;
  top: 2px;
  left: 2px;
}
.list-colors li.active .box-colors label {
  font-weight: 500;
}
.list-colors li.active .box-colors .item-color {
  border-color: #111111;
}

.box-colors {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-colors .item-color {
  height: 20px;
  width: 20px;
  border: 1px solid #EEEEEE;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  padding: 1px;
  cursor: pointer;
}
.box-colors .item-color::before {
  content: "";
  height: 16px;
  width: 16px;
  background-color: #003466;
  position: absolute;
  border-radius: 50%;
  top: 1px;
  left: 1px;
}
.box-colors .item-color.color-2::before {
  background-color: #C8815F;
}
.box-colors .item-color.color-3::before {
  background-color: #777777;
}
.box-colors .item-color.color-4::before {
  background-color: #443DF6;
}
.box-colors .item-color.color-5::before {
  background-color: #FC3131;
}
.box-colors .item-color.color-6::before {
  background-color: #FFD687;
}
.box-colors .item-color.active {
  border-color: #111111;
}

.block-size {
  margin-bottom: 24px;
}

.list-sizes {
  margin-top: 10px;
}
.list-sizes .item-size {
  height: 36px;
  line-height: 36px;
  padding: 0px 12px;
  border: 1px solid #DBE2E5;
  border-radius: 40px;
  margin-right: 5px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.list-sizes .item-size.out-stock {
  color: #EFF2F3;
  border-color: #EFF2F3;
  text-decoration: line-through;
}
.list-sizes .item-size.active, .list-sizes .item-size:hover {
  border-color: #09582B;
  background-color: #09582B;
  color: #fff;
}

.block-color, .block-size {
  margin-bottom: 21px;
}
.block-color span, .block-color label, .block-size span, .block-size label {
  color: #646667;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  margin-right: 9px;
}
.block-color label, .block-size label {
  color: #1C1D1D;
}
.block-color .list-colors, .block-size .list-colors {
  margin-top: 10px;
}

.box-filter-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #DBE2E5;
  padding-bottom: 18px;
}

.box-sortby {
  margin-right: 16px;
}

.dropdown-sort .btn {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #111111;
  padding-right: 20px;
  background-image: url(../imgs/template/icons/sort.svg);
  background-position: right center;
  background-repeat: no-repeat;
  outline: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.dropdown-sort .btn:focus, .dropdown-sort .btn:active, .dropdown-sort .btn:first-child:active, .dropdown-sort .btn.show {
  outline: 0;
  border-color: transparent;
}
.dropdown-sort .dropdown-toggle::after {
  display: none;
}

.box-sort {
  display: flex;
  align-items: center;
}

.box-view-style {
  display: flex;
  align-items: center;
}

.view-type {
  display: inline-block;
  padding: 10px;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  margin-left: 8px;
}
.view-type.view-list {
  background-image: url(../imgs/page/shop/view-list.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.view-type.view-list:hover, .view-type.view-list.active {
  background-image: url(../imgs/page/shop/view-list-active.svg);
}
.view-type.view-grid {
  background-image: url(../imgs/page/shop/view-grid.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.view-type.view-grid:hover, .view-type.view-grid.active {
  background-image: url(../imgs/page/shop/view-grid-active.svg);
}

.content-products {
  padding-top: 60px;
  padding-bottom: 50px;
}

.number-item {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 5px;
  font-size: 13px;
  line-height: 16px;
  border-radius: 7px;
  font-weight: 500;
  background: #EFF2F3;
  color: #1C1D1D;
  height: 24px;
  bottom: 0px;
  margin: auto;
}

.list-filter-checkbox li {
  position: relative;
  margin-bottom: 12px;
}

.list-color {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}
.list-color li {
  flex: 0 0 auto;
  width: 12%;
  padding: 0px 5px;
  text-align: center;
  margin-bottom: 5px;
}
.list-color li .box-circle-color {
  padding: 3px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: inline-block;
  background: #ffffff;
  line-height: 26px;
  margin-bottom: 5px;
}
.list-color li .box-circle-color a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-bottom: 5px;
  vertical-align: middle;
}
.list-color li .box-circle-color a:hover, .list-color li .box-circle-color a.active {
  background-image: url(../imgs/page/shop/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.list-color li .box-circle-color a.color-red {
  background-color: #FF3C11;
}
.list-color li .box-circle-color a.color-green {
  background-color: #10919E;
}
.list-color li .box-circle-color a.color-blue {
  background-color: #45B1E7;
}
.list-color li .box-circle-color a.color-purple {
  background-color: #E3CEE3;
}
.list-color li .box-circle-color a.color-cyan-2 {
  background-color: #BFDDDE;
}
.list-color li .box-circle-color a.color-cyan {
  background-color: #A0DDF8;
}
.list-color li .box-circle-color a.color-black {
  background-color: #1C1D1D;
}
.list-color li .box-circle-color a.color-gray {
  background-color: #DBE2E5;
}
.list-color li .box-circle-color a.color-brown {
  background-color: #E6E6E8;
}
.list-color li .box-circle-color a.color-yellow {
  background-color: #FCC605;
}
.list-color li .box-circle-color a.color-orange {
  background-color: #F25E17;
}
.list-color li.active .box-circle-color {
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
}
.list-color li span.font-xs {
  display: none;
}

.block-may-also-like {
  padding: 60px 0px 50px 0px;
  border-top: 1px solid #DBE2E5;
  /* border-bottom: 1px solid #DBE2E5; */
  margin-top: 50px;
}

.block-shop-head-2 {
  border-top: 1px solid #DBE2E5;
  border-bottom: 1px solid #DBE2E5;
  padding-top: 2px;
  padding-bottom: 10px;
}

.block-shop-head-3 {
  background-color: #FFEFEA;
  background-image: url("../imgs/page/shop/page-head-3-bg.png");
  padding-top: 200px;
  padding-bottom: 120px;
  background-position: center bottom;
  text-align: center;
}
.block-shop-head-3 .breadcrumbs ul {
  display: flex;
  justify-content: center;
}

.list-category-5-col {
  display: flex;
  align-items: center;
  margin: 0px -10px;
  flex-wrap: wrap;
  justify-content: center;
}
.list-category-5-col li {
  width: 20%;
  padding: 0px 10px;
}

.banner-12 {
  background-image: url("../imgs/page/shop/banner_12.png");
  background-position: center center;
  position: relative;
  width: 100%;
  height: 282px;
  margin: 30px 0;
}
.banner-12 .block-info-banner {
  position: absolute;
  left: 25%;
  top: 70px;
}
.banner-12 .block-info-banner .heading-banner .text-up {
  font-size: 60px;
  line-height: 60px;
  text-transform: none;
}

h5.item-collapse {
  margin-bottom: 20px;
  background-image: url(../imgs/template/icons/arrow-up.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  cursor: pointer;
}
h5.item-collapse.collapsed-item {
  background-image: url(../imgs/template/icons/arrow-down-collapse.svg);
}

.box-meta-post span {
  display: inline-block;
  margin-right: 32px;
}
.box-meta-post span:last-child {
  margin-right: 0px;
}

.head-sidebar {
  margin-bottom: 28px;
  border-bottom: 1px solid #DBE2E5;
  padding-bottom: 10px;
}

.sidebar-border {
  border: 1px solid #DBE2E5;
  padding: 32px 47px;
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
  margin-bottom: 32px;
}

.box-blog-column {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.box-blog-column .col-1 {
  width: 67%;
  padding: 0px 10px;
}
.box-blog-column .col-2 {
  width: 33%;
  padding: 0px 10px;
}

.box-inner-blog-padding {
  padding-right: 60px;
}

.block-shop-head.block-blog-head {
  background-image: url(../imgs/page/blog/bg-blog.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #EEF9FF;
}

.block-shop-head.block-blog-head-2 {
  background-image: url(../imgs/page/blog/bg-blog-2.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #EEF9FF;
}

.list-galleries {
  display: flex;
  margin: 0px -1px;
  flex-wrap: wrap;
}
.list-galleries li {
  width: 33.33%;
  padding: 1px;
}
.list-galleries li a img {
  display: block;
}

.list-featured-posts li:last-child .cardFeaturePost {
  margin-bottom: 0px;
}

.top-head-blog {
  max-width: 946px;
  margin: auto;
}
.top-head-blog .box-author {
  justify-content: center;
  margin-top: 20px;
}

.label-tag {
  display: inline-block;
  background-color: #09582B;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  border-radius: 5px;
  padding: 5px 18px;
}

.top-head-blog {
  padding-top: 40px;
  margin-bottom: 40px;
}

.feature-image {
  max-width: 1190px;
  margin: auto auto 58px auto;
}

.container-1190 {
  max-width: 1190px;
  margin: auto;
  padding: 0px 15px;
}

.content-detail {
  max-width: 946px;
  margin: auto;
  /* font-size: 17px; */
  /* line-height: 28px; */
  /* font-weight: 400; */
  /* color: #1C1D1D; */
  margin-top: 40px;
}
.content-detail p {
  margin-bottom: 15px;
  color: #1C1D1D;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}
.content-detail h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #09582b;
}

.box-comments {
  max-width: 946px;
  margin: auto;
}
.box-comments .list-comments .item-comment {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 33px;
  background-color: #EEF9FF;
}
.box-comments .list-comments .item-comment .item-comment-image {
  min-width: 110px;
  max-width: 110px;
  margin-right: 16px;
}
.box-comments .list-comments .item-comment .item-comment-image img {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  display: block;
}
.box-comments .list-comments .item-comment .item-comment-info {
  position: relative;
}

.form-comment {
  margin-top: 50px;
}

.title-comment {
  margin-bottom: 30px;
}

.list-ticks {
  max-width: 602px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px -10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.list-ticks li {
  width: 50%;
  padding: 0px 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}
.list-ticks li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.box-experiences {
  background-color: #eaeaea;
  padding: 45px 50px 18px 50px;
  text-align: center;
  border-radius: 5px;
}
.box-experiences strong {
  display: block;
  margin-bottom: 9px;
}
.box-experiences p {
  font-size: 16px;
  line-height: 24px;
}

.box-gallery-about {
  padding: 50px 0px 50px 0px;
  /* background-color: #FFF5F2; */
  /* margin-bottom: 91px; */
}

.box-gallery-list {
  display: flex;
  align-items: center;
  margin: 0px -5px;
}
.box-gallery-list .gallery-main {
  padding: 0px 5px;
  width: 33.03%;
}
.box-gallery-list .gallery-main img {
  margin-bottom: 5px;
}
.box-gallery-list .gallery-sub {
  width: 66.96%;
  padding: 0px 5px;
  display: flex;
  flex-wrap: wrap;
}
.box-gallery-list .gallery-sub a {
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.swiper-auto .swiper-slide {
  max-width: 458px;
}

.box-slider-about {
  margin-bottom: 95px;
}
.box-slider-about .box-pagination-button {
  max-width: 1190px;
  width: 100%;
  display: table;
  margin: 0px;
}
.box-slider-about .box-swiper .swiper-container {
  padding-left: 20px;
}

.box-reviews-about {
  padding: 0px 15px;
}

.box-map {
  margin-bottom: 40px;
}
.box-map iframe {
  width: 100%;
  height: 550px;
}

.box-info-contact {
  margin-bottom: 45px;
  border-bottom: 1px solid #DBE2E5;
  padding-bottom: 35px;
}

.box-contact-right {
  padding-left: 20px;
}

.block-contact::before {
  content: "";
  height: 580px;
  width: 100%;
  background-color: #f3f3f3;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: none;
}
.block-contact .container-1190, .block-contact .container {
  position: relative;
  z-index: 2;
}

.block-breadcrumb-type-1 {
  background-color: #EFF2F3;
}

.detail-gallery {
  width: 100%;
  display: flex;
}

.slick-vertical .slick-slide {
  margin-bottom: 4px;
}

.detail-gallery {
  position: relative;
  margin-bottom: 30px;
}

.box-main-gallery {
  position: relative;
  width: 100%;
  max-width: 460px;
  height: 635px;
  overflow: hidden;
}
.box-main-gallery.big {
  max-width: 100%;
}

.slick-prev {
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 42px;
  width: 42px;
  background-color: #ffffff;
  background-image: url(../imgs/template/icons/arrow-up-slide.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 123;
  border: 0px;
  border-radius: 50%;
}
.slick-prev svg {
  display: none;
}
.slick-prev:hover {
  background-color: #09582B;
}

.slick-next {
  position: absolute;
  bottom: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 42px;
  width: 42px;
  background-color: #ffffff;
  background-image: url(../imgs/template/icons/arrow-down-slide.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 123;
  border: 0px;
  border-radius: 50%;
}
.slick-next svg {
  display: none;
}
.slick-next:hover {
  background-color: #09582B;
}

.slider-nav-thumbnails {
  min-width: 100px;
  max-width: 100px;
  margin-right: 10px;
  height: 605px;
}
.slider-nav-thumbnails .slick-prev {
  display: none !important;
}
.slider-nav-thumbnails .slick-next {
  display: none !important;
}
.slider-nav-thumbnails:hover .slick-prev {
  display: inline-block !important;
}
.slider-nav-thumbnails:hover .slick-next {
  display: inline-block !important;
}

.slick-vertical .slick-slide {
  height: 114px;
  overflow: hidden;
}

.block-rating {
  margin-bottom: 12px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.block-rating img {
  margin-right: 2px;
}
.block-rating span {
  margin-left: 7px;
}

.block-price {
  margin-bottom: 15px;
}
.block-price .price-line {
  font-size: 22px;
  line-height: 32px;
  color: #646667;
  display: inline-block;
  font-weight: 400;
  text-decoration: line-through;
}
.block-price .price-main {
  margin-right: 13px;
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
  color: #09582B;
  font-weight: bold;
}

.block-view {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 25px;
}

.block-color, .block-size {
  margin-bottom: 10px;
}
.block-color span, .block-color label, .block-size span, .block-size label {
  color: #1C1D1D;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  margin-right: 9px;
}
.block-color label, .block-size label {
  color: #1C1D1D;
}
.block-color .list-colors, .block-size .list-colors {
  margin-top: 10px;
}

.block-size {
  margin-bottom: 24px;
}

.list-sizes {
  margin-top: 10px;
}
.list-sizes .item-size {
  height: 36px;
  min-width: 36px;
  line-height: 36px;
  padding: 0px 12px;
  border: 1px solid #DBE2E5;
  border-radius: 40px;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  color: #1C1D1D;
}
.list-sizes .item-size.out-stock {
  color: #646667;
  border-color: #646667;
  text-decoration: line-through;
}
.list-sizes .item-size.active, .list-sizes .item-size:hover {
  border-color: #09582B;
  background-color: #09582B;
  color: #fff;
}

.box-list-sizes {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-start;
}
.box-list-sizes .list-sizes {
  margin-right: 20px;
}
.box-list-sizes .link-underline {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #646667;
  border-bottom-color: #DBE2E5;
}
.box-list-sizes .link-underline:hover {
  color: #09582B;
  border-bottom-color: #09582B;
}

.box-form-cart {
  display: flex;
  width: 100%;
}
.box-form-cart .form-cart {
  min-width: 136px;
  max-width: 136px;
  width: 100%;
  border: 1px solid #DBE2E5;
  border-radius: 4px;
  position: relative;
  height: 48px;
  margin-right: 8px;
}
.box-form-cart .form-cart .minus {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 54px;
  height: 100%;
  z-index: 2;
  background-image: url(../imgs/template/icons/minus.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.box-form-cart .form-cart .plus {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 54px;
  height: 100%;
  z-index: 2;
  background-image: url(../imgs/template/icons/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.box-form-cart .form-cart input[type=text] {
  border: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
}
.box-form-cart .btn {
  min-width: 210px;
  margin-right: 8px;
}
.box-form-cart .btn:last-child {
  margin-right: 0px;
}

.box-product-info {
  padding: 0px 20px;
}
.box-product-info .list-color li {
  max-width: 50px;
}
.box-product-info .list-color {
  padding-top: 10px;
}
.box-product-info .list-color li {
  margin-bottom: 0px;
  max-width: 50px;
}
.box-product-info .list-color li .box-circle-color {
  height: 30px;
  width: 30px;
  line-height: 26px;
}
.box-product-info .list-color li .box-circle-color a {
  width: 24px;
  height: 24px;
}

.flash-sale-red {
  color: #E35946;
  padding: 0px 0px 0px 25px;
  background-image: url(../imgs/template/icons/flash2.svg);
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

.block-product-content {
  padding-top: 40px;
}

.zoom-image {
  position: absolute;
  z-index: 12;
  height: 42px;
  width: 42px;
  background-image: url(../imgs/template/icons/zoom.svg);
  background-position: center;
  background-repeat: no-repeat;
  top: 20px;
  right: -150px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.box-main-gallery:hover .zoom-image {
  right: 15px;
}

.product-image-slider figure {
  position: relative;
}
.product-image-slider .slick-next {
  right: -210px;
  left: auto;
  bottom: auto;
  top: 50%;
  transition: all 0.5s ease-in-out;
  transform: translateY(-50%) rotate(-90deg);
}
.product-image-slider .slick-prev {
  left: -210px;
  right: auto;
  bottom: auto;
  top: 50%;
  transition: all 0.5s ease-in-out;
  transform: translateY(-50%) rotate(-90deg);
}
.product-image-slider:hover .slick-prev {
  left: 10px;
}
.product-image-slider:hover .slick-next {
  right: 10px;
}
.product-image-slider .slick-list {
  max-height: 645px;
}

.box-product-tag {
  padding-top: 24px;
  border-top: 1px solid #DBE2E5;
  margin-top: 32px;
}

.box-product-right {
  width: 14%;
}

.box-images-product-middle {
  width: 44.32%;
}

.nav-tab-product {
  display: flex;
  /* border-bottom: 1px solid #DBE2E5; */
  margin-bottom: 30px;
  justify-content: flex-start;
}
.nav-tab-product .nav-item {
  /* padding: 0px 20px; */
}
.nav-tab-product .nav-item .nav-link {
  /* font-family: "Playfair Display", serif;; */
  /* font-size: 20px; */
  line-height: 39px;
  /* font-weight: 400; */
  /* padding: 10px 0px; */
  /* color: #1C1D1D; */
}
.nav-tab-product .nav-item .nav-link.active {
  color: #ffffff;
}

.block-product-content .tab-pane p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1C1D1D;
  margin-bottom: 5px;
}
.block-product-content .tab-pane h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #1C1D1D;
}
.block-product-content .tab-pane ul {
  /* margin-bottom: 35px; */
  list-style-type: disc;
  /* padding-left: 15px; */
}
.block-product-content .tab-pane ul li {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 18px;
  color: #1C1D1D;
  list-style: none;
}
.block-product-content .tab-pane ul li span {
  /* min-width: 120px; */
  display: inline-block;
}
.block-product-content .tab-pane ul li span:first-child {
  margin-right: 25px;
}

.recent-viewed {
  background-color: #FFF5F2;
  border: 0px;
  padding: 92px 0px 31px 0px;
}

.box-img-detail-1 {
  margin: 0px -10px;
  display: flex;
  padding-bottom: 30px;
}
.box-img-detail-1 .image-detail-main {
  width: 68%;
  padding: 0px 10px;
}
.box-img-detail-1 .image-detail-sub {
  width: 32.5%;
  padding: 0px 10px;
}

.box-info-total-rate .item-rate-total {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 5px;
}
.box-info-total-rate .item-rate-total .text-star {
  display: inline-block;
  min-width: 50px;
  margin-right: 10px;
}
.box-info-total-rate .item-rate-total .box-info-progress {
  width: 100%;
  margin-right: 10px;
}
.box-info-total-rate .item-rate-total .box-info-progress .progress {
  height: 5px;
}
.box-info-total-rate .item-rate-total .num-percen {
  min-width: 50px;
  max-width: 80px;
  display: inline-block;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 21px;
  color: #646667;
  border: 1px solid #DBE2E5;
  border-radius: 4px;
}

.social-brand-1 {
  display: inline-block;
  margin-left: 5px;
}
.social-brand-1 svg {
  fill: #09582B;
}

.box-tag-right {
  display: flex;
  align-items: center;
}

.product-image-slider .slick-slide img {
  display: block;
  height: auto;
  max-width: 100%;
}
.product-image-slider .slick-initialized .slick-slide {
  height: 645px;
}

.box-product-right-2 {
  background-color: #F4FEFF;
  border: 1px solid #DBE2E5;
  border-radius: 4px;
  padding: 30px 20px;
  min-width: 270px;
}

.slider-nav-thumbnails-2 {
  margin: 0 -3px;
}
.slider-nav-thumbnails-2 .slick-slide {
  margin: 0 3px;
}
.slider-nav-thumbnails-2 .slick-next {
  bottom: 50%;
  left: unset;
  transform: rotate(-90deg);
  right: 15px;
  margin-bottom: -20px;
}
.slider-nav-thumbnails-2 .slick-prev {
  bottom: 50%;
  left: 15px;
  transform: rotate(-90deg);
  right: unset;
  margin-bottom: -20px;
}
.slider-nav-thumbnails-2 .item-thumb {
  max-height: 130px;
  overflow: hidden;
}

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

.product-review-box {
  border-bottom: 1px solid #DBE2E5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.product-review-box .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.table-cart thead tr th {
  background-color: #09582B;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
}
.table-cart tbody tr td {
  padding: 20px 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #1C1D1D;
  vertical-align: middle;
  text-align: center;
}

.box-product-cart {
  display: flex;
  width: 100%;
  align-items: center;
}
.box-product-cart .image-product-cart {
  min-width: 89px;
  max-width: 89px;
  margin-right: 15px;
}
.box-product-cart .title-product-cart {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
}

.product-quantity {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.product-quantity .icon {
  cursor: pointer;
  height: 100%;
  padding-left: 1rem !important;
  align-items: center !important;
  display: flex;
}
.product-quantity .icon-plus {
  padding-right: 1rem;
  padding-left: 0px !important;
}

.quantity {
  border: 1px solid #DBE2E5;
  height: 48px;
  max-width: 136px;
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
}

.input-quantity {
  width: 100%;
  text-align: center;
}

.table > :not(caption) > * > * {
  background-color: #FFF5F2;
  box-shadow: none !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #ffffff;
}

.table-compare > :not(caption) > * > * {
  background-color: #fff;
  box-shadow: none !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #ffffff;
}

.size-product {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.box-cart-total, .box-calc-shipping {
  border: 1px solid #DBE2E5;
  padding: 25px 18px;
  border-radius: 4px;
}

.box-calc-shipping {
  padding-bottom: 10px;
}

.box-button-checkout {
  text-align: right;
}
.box-button-checkout .btn-brand-1-border-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.box-cart-total .item-total {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #DBE2E5;
  padding-bottom: 13px;
  margin-bottom: 13px;
  align-items: center;
  justify-content: space-between;
}
.box-cart-total .item-total:last-child {
  border-bottom: 0px;
}

.box-form-discount-inner {
  position: relative;
}
.box-form-discount-inner .btn-apply {
  padding: 10px 20px;
  background-color: #DBE2E5;
  border-radius: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
  min-width: 115px;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #1C1D1D;
}
.box-form-discount-inner .btn-apply:hover {
  background-color: #09582B;
  color: #ffffff;
}

.box-form-discount {
  margin-bottom: 30px;
}

.block-cart {
  margin-bottom: 160px;
}

.box-table-cart {
  margin-top: 50px;
}
.box-table-cart .table-responsive {
  margin-bottom: 50px;
}

.icon-16 {
  height: 16px;
}

.table-cart {
  min-width: 900px;
}

.dashboard-menu .nav-item a {
  font-size: 18px;
  padding: 15px 0;
  color: #1C1D1D;
}
.dashboard-menu .nav-item a.active {
  color: #09582B;
}

.dashboard-content .card {
  border: 1px solid #DBE2E5;
}
.dashboard-content .card-header {
  background-color: #fff;
  border-bottom: 1px solid #DBE2E5;
}
.dashboard-content .card-header h3 {
  font-size: 24px;
  line-height: 40px;
}

.table > :not(caption) > * > * {
  background-color: #fff;
}

.box-enter-code {
  border: 1px solid #E35946;
  border-radius: 4px;
  padding: 18px 28px;
  background-color: #FFF5F2;
}

.cb-control {
  float: left;
  margin: 3px 10px 0px 0px;
}

.box-form-checkout label {
  color: #1C1D1D;
}

.box-enter-code {
  margin-bottom: 45px;
}

.coupon-code {
  background-image: url(../imgs/page/checkout/code.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 32px;
  display: inline-block;
}

.box-total-checkout {
  border: 1px solid #DBE2E5;
  padding: 21px 38px;
  border-radius: 4px;
  margin-left: 30px;
}

.head-total-checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DBE2E5;
  padding-bottom: 19px;
  margin-bottom: 25px;
}

.box-list-item-checkout {
  position: relative;
}

.item-checkout {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.item-checkout span {
  color: #1C1D1D;
}
.item-checkout .title-item {
  display: inline-block;
  width: 50%;
  color: #1C1D1D;
}
.item-checkout .num-item {
  display: inline-block;
  width: 10%;
  min-width: 30px;
  max-width: 30px;
  color: #1C1D1D;
}
.item-checkout .price-item {
  display: inline-block;
  width: 50%;
  min-width: 150px;
  text-align: right;
  color: #1C1D1D;
}

.box-list-item-checkout, .box-footer-checkout {
  padding-bottom: 20px;
  border-bottom: 1px solid #DBE2E5;
  margin-bottom: 25px;
}

.box-other-address {
  display: none;
}

@media (max-width: 1550px) {
  .cardFleet {
    padding: 15px;
  }
  .cardFleet .cardInfoBottom .passenger .icon-circle, .cardFleet .cardInfoBottom .luggage .icon-circle {
    margin-right: 7px;
  }
}
@media (max-width: 1399.98px) {
  .header .main-header .header-left .header-right {
    width: 22%;
  }
  .header.header-style-1 .header-logo {
    min-width: 130px;
}
.header .main-menu li a {

    font-size: 15px;

    padding: 5px 10px 5px 10px;

}
  .header .main-header .header-left .header-nav {
    width: 86%;
  }
  .banner-home2, .block-padding-100 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner-homepage2 .box-cover-image {
    background-position: right 50px top;
  }
  .cardProduceCircle .cardImage {
    width: 240px;
    height: 240px;
    line-height: 240px;
  }
  .list-categories li .cardCategory .cardImage img {
    width: 100px;
    height: 100px;
  }
  .cardProduct.cardProduct6 .cardImage {
    height: 235px;
    line-height: 235px;
  }
  .box-category-list {
    padding: 15px 15px 15px 15px;
  }
  .menu-category li a {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 15px;
  }
  .btn.btn-brand-3 {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (max-width: 1199.98px) {
  .burger-icon {
    display: inline-block;
  }
  .header .burger-icon {
    display: block;
  }
  .header .main-header .header-left .header-right {
    width: 100%;
    text-align: right;
    padding-right: 40px;
  }
  .header .main-header .header-left .header-nav {
    width: 0%;
  }
  .box-search-ride {
    flex-wrap: wrap;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 20px;
    padding: 0px 15px;
  }
  .header .container {
    max-width: 100%;
  }
  .box-cover-image {
    height: 700px;
  }
  .header .main-header .header-account {
    min-width: 190px;
    padding-right: 35px;
  }
  .header-style-4 .main-header .header-account {
    min-width: 143px;
    padding-right: 0px;
  }
  .banner-homepage2 .box-cover-image {
    background-position: right -100px bottom;
    height: 700px;
  }
  .box-dropdown-2 {
    bottom: 160px;
    right: 87px;
  }
  .box-dropdown-1 {
    left: 110px;
  }
  .header .main-header {
    padding: 16px 0px;
  }
  .header.header-style-2 .main-header .header-menu {
    width: 0%;
  }
  .header.header-style-2 .main-header .header-logo {
    max-width: 100%;
    width: 100%;
    min-width: 65px;
  }
  .header.header-style-2 .main-header .header-logo a {
    justify-content: flex-start;
    display: flex;
  }
  .image-background {
    background-size: auto 74%;
  }
  .header.header-style-3 .header-logo {
    min-width: 85px;
    max-width: 85px;
    text-align: left;
  }
  .header .main-header .header-account .account-icon {
    padding-left: 0;
    padding-right: 0.4rem;
  }
  .header .number-tag {
    right: -5px;
  }
  .header.header-style-2 .box-middle-header, .header.header-style-3 .box-middle-header {
    padding: 0px 0px;
  }
  .header-style-1 .box-top-header, .header-style-2 .box-top-header {
    /* display: none; */
  }
  .block-section-img {
    right: 0px;
  }
  .block-sale-60 img {
    width: 250px;
  }
  .block-section-img img {
    width: 90%;
    margin: auto 0 auto auto;
  }
  .list-product-5-col .cardProduct {
    width: 25%;
  }
  .box-deal-of-day {
    padding: 30px 0px 40px 30px;
  }
  .box-image-deal-day {
    top: -50px;
    text-align: right;
  }
  .box-image-deal-day img {
    width: 70%;
    margin: auto 0px auto auto;
  }
  .header.header-style-3 .box-top-header {
    display: none;
  }
  .header.header-style-3 .box-middle-header .header-menu {
    width: 0%;
  }
  .header.header-style-3 .box-middle-header .header-account {
    width: 100%;
  }
  .header .main-header .header-logo a img {
    margin: 0px;
    max-height: 45px;
  }
  .list-categories {
    flex-wrap: wrap;
  }
  .list-categories li {
    width: 16.66%;
  }
  .list-categories li .cardCategory .cardImage img {
    width: 100px;
    height: 100px;
  }
  .header.header-style-4 .main-header .header-account {
    min-width: 180px;
  }
  .header.header-style-4 .account-icon.search {
    display: block;
  }
  .nav-tabs-regular .nav-item {
    padding: 0px 10px;
    margin-bottom: 10px;
  }
  .nav-tabs-regular {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .banner-homepage4 .box-cover-image {
    height: 400px;
  }
  .header.header-style-5 .box-bottom-header {
    display: none;
  }
  .nav-tabs-style2 {
    flex-wrap: wrap;
  }
  .cardProduct.cardProduct7 .cardImage {
    height: 240px;
    line-height: 230px;
  }
  .list-category-5-col li .cardCategory .cardImage img {
    width: 90px;
    height: 90px;
  }
  .box-contact-right {
    padding-left: 0px;
  }
  .box-blog-column .col-1 {
    width: 65%;
  }
  .box-blog-column .col-2 {
    width: 35%;
  }
  .sidebar-border {
    padding: 22px;
  }
}
@media (max-width: 991.98px) {
  .box-404 {
    padding: 30px;
  }
  .box-404 .text-5xl {
    font-size: 46px;
    line-height: 46px;
  }
  .banner-homepage3 .block-info-banner {
    margin-left: 20px;
    max-width: 60%;
  }
  .box-collection-info p {
    max-width: 60%;
  }
  .box-popup-newsletter .box-newsletter-wrapper {
    max-width: 750px;
  }
  .block-section-2 .font-3xl-bold {
    font-size: 16px;
    max-width: 50%;
    line-height: 24px;
  }
  .box-banner-hero .banner-2, .box-banner-hero .banner-1 {
    height: 384px;
  }
  .btn.btn-brand-1-big, .btn.btn-brand-3-big {
    font-size: 16px;
  }
  .promotion-content .promotion-banner {
    right: -100px;
  }
  .banner-homepage2 .box-cover-image {
    height: 600px;
    background-size: auto 90% !important;
  }
  .box-filters-sidebar {
    padding-right: 0;
  }
  .banner-homepage12 .box-cover-image {
    background-size: auto 100% !important;
  }
  .box-dropdown-2 {
    right: 10px;
  }
  .box-dropdown-1 {
    left: 20px;
  }
  .box-info-sale-countdown {
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .box-info-collection-1 {
    padding-left: 0px;
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .image-background {
    background-size: 300px auto;
    background-position: bottom right;
  }
  .header .box-top-header {
    padding: 5px 0px;
  }
  .box-slide-collection {
    margin-left: auto;
  }
  .box-slider-product-images {
    margin-bottom: 30px;
  }
  .box-banner-home1 .box-cover-image {
    height: 500px;
    background-size: cover;
  }
  .box-banner-home1 .box-banner-info {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    height: 350px;
  }
  .banner-homepage1 .block-info-banner {
    top: 20px;
    right: auto;
    left: 20px;
  }
  .banner-homepage1 .block-info-banner .text-center {
    text-align: left !important;
  }
  .banner-homepage1 .block-info-banner .font-3xl-bold {
    font-size: 14px;
    line-height: 18px;
  }
  .banner-homepage1 .block-info-banner .title-line::before {
    right: -110px;
    bottom: 4px;
  }
  .banner-homepage1 .block-info-banner .heading-4 {
    font-size: 16px;
    line-height: 22px;
  }
  .banner-homepage1 .block-info-banner .font-2xl-bold {
    font-size: 18px;
    line-height: 22px;
  }
  .banner-homepage1 .block-info-banner .btn.btn-arrow-right {
    padding: 10px 10px;
  }
  .banner-homepage1 .block-info-banner .btn.btn-double-border span {
    padding: 15px 13px;
  }
  .banner-homepage1 .block-info-banner .title-line-2::before {
    width: 86px;
    right: -120px;
    bottom: 5px;
  }
  .banner-homepage4 .block-info-banner {
    top: 40%;
    right: auto;
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    transform: translateY(-50%);
  }
  .banner-homepage4 .heading-banner .text-up, .banner-homepage4 .heading-banner .text-under {
    font-size: 68px;
    line-height: 78px;
  }
  .box-banner-home1 .block-sale img {
    width: 58px;
  }
  .heading-banner .text-up, .heading-banner .text-under {
    font-size: 48px;
    line-height: 48px;
  }
  .heading-banner {
    line-height: 48px;
  }
  .box-section-kid {
    padding: 64px 0px 64px 0px;
  }
  .box-collection.box-collection-2 {
    margin-top: 30px;
  }
  .box-discount-items .box-disount-1 {
    width: 50%;
  }
  .box-discount-items .box-disount-2 {
    width: 50%;
  }
  .list-product-5-col .cardProduct {
    width: 33.33%;
  }
  .list-product-5-col .cardProduct:nth-child(10) {
    display: none;
  }
  .header.header-style-2 .header-search {
    display: none;
  }
  .header.header-style-2 .main-header .header-logo {
    max-width: 115px;
    width: 10%;
    text-align: left;
    min-width: 115px;
  }
  .header.header-style-2 .main-header .header-account {
    min-width: 190px;
    text-align: right;
  }
  .box-image-deal-day {
    top: 10px;
    text-align: right;
  }
  .box-image-deal-day img {
    width: 55%;
    margin: auto 0px auto auto;
  }
  .banner-homepage4 .box-cover-image {
    background-size: cover;
    background-position: right top;
    height: 435px;
  }
  .header.header-style-4 .header-search {
    display: none;
  }
  .block-section-features-product .top-head {
    justify-content: center;
  }
  .banner-homepage5 .block-info-banner {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .banner-homepage5 .leaf {
    left: auto;
    right: 10px;
    bottom: 0px;
  }
  .banner-homepage5 .sale-up-60 {
    bottom: 290px;
    left: -15px;
  }
  .cardCategory .cardImage img {
    width: 100px;
    height: 100px;
  }
  .box-discount-section {
    flex-wrap: wrap;
  }
  .box-discount-left {
    flex-wrap: wrap;
    width: 100%;
  }
  .box-discount-right {
    width: 100%;
  }
  .box-discount-left .item-discount {
    width: 33.33%;
    margin-bottom: 30px;
  }
  .nav-tabs-style2 .nav-item {
    margin-bottom: 20px;
  }
  .box-top-menu-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .box-blog-column .col-1 {
    width: 100%;
  }
  .box-blog-column .col-2 {
    width: 100%;
  }
  .box-inner-blog-padding {
    padding-right: 0px;
  }
  .box-images-product-middle {
    width: 100%;
  }
  .box-product-info {
    padding: 0px 20px 0 0;
  }
  .box-main-gallery {
    max-width: 100%;
  }
  .box-form-cart {
    flex-wrap: wrap;
  }
  .box-product-right {
    width: 100%;
  }
  .box-product-right .top-head-right {
    margin-top: 30px;
    text-align: left !important;
  }
  .box-product-right .list-products {
    display: flex;
    margin: 0px -5px;
  }
  .box-product-right .list-products .cardProduct.cardProduct8 {
    padding: 0px 5px;
    width: 33.33%;
  }
  .box-total-checkout {
    margin-left: 0px;
    margin-top: 30px;
    padding: 15px 15px;
  }
  .box-table-cart {
    margin-top: 38px;
  }
  .top-head-blog {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    max-width: 140px;
  }
  .box-cover-image {
    height: 650px;
  }
  .box-dropdown-2 {
    right: 0px;
    bottom: 100px;
  }
  .nav-tabs-big .nav-link {
    font-size: 16px;
    line-height: 24px;
  }
  .hasborder {
    border-right: 0px;
  }
  .header.header-type7 .header-search {
    display: none;
  }
  .header.header-type7 .header-middle {
    width: 100%;
    text-align: left;
  }
  .header.header-type7 .main-header {
    padding: 16px 0px 16px 0px;
  }
  .box-view-style {
    display: none;
  }
  .box-list-products .product-item {
    width: 50% !important;
  }
  .right-filter .box-filter-top .box-sortby {
    margin-right: 0px;
  }
  .block-filter-middle {
    position: fixed;
    top: 0px;
    left: -300px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 12344;
    display: block;
    background-color: #ffffff;
    padding: 0px 10px 0px 10px;
    width: 100%;
    max-width: 300px;
    transition: all 0.3s ease-in-out;
  }
  .block-filter-middle.active {
    left: 0;
  }
  .box-your-filter-shop2 {
    margin-top: 0px;
  }
  .box-filter-top-style3 .box-sort {
    justify-content: space-between;
    width: 100%;
  }
  .block-filter-middle .box-filters-sidebar {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    display: block;
    padding: 0px;
  }
  .box-banner-home1 .box-cover-image {
    height: 400px;
  }
  .box-animal-kid {
    flex-wrap: wrap;
  }
  .box-animal-kid .box-section-animal {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .box-section-kid {
    padding: 64px 70px 64px 0px;
    text-align: right;
  }
  .block-section-img img {
    display: none;
  }
  .block-sale-60 {
    left: auto;
    bottom: 5px;
    right: 20px;
  }
  .box-section-4 {
    padding: 22px 20px;
  }
  .box-discount-items .box-disount-2, .box-discount-items .box-disount-1 {
    width: 100%;
  }
  .box-gallery-instagram .box-gallery-instagram-inner {
    margin-left: 0px;
    margin-right: 0px;
    flex-wrap: wrap;
  }
  .box-gallery-instagram .box-gallery-instagram-inner .gallery-item {
    width: 33.33%;
  }
  .box-banner-hero {
    flex-wrap: wrap;
  }
  .box-banner-hero .banner-1, .box-banner-hero .banner-2 {
    width: 100%;
    height: 300px;
  }
  .list-product-5-col .cardProduct {
    width: 50%;
  }
  .box-image-deal-day {
    display: none;
  }
  .cardProduct .cardImage {
    height: 290px;
    line-height: 290px;
  }
  .box-info-deal-day {
    margin: auto;
  }
  .header .top-header .lang-currency {
    /* max-width: 170px; */
    /* min-width: 160px; */
  }
  .banner-homepage3 .block-info-banner {
    margin-left: 20px;
    max-width: 70%;
  }
  .list-categories li {
    width: 25%;
  }
  .block-new-arrivals .box-button-right-left .swiper-button-prev {
    left: -18px;
  }
  .block-new-arrivals .box-button-right-left .swiper-button-next {
    right: -18px;
  }
  .cardCategory2 .cardImage {
    min-height: 250px;
    line-height: 240px;
  }
  .block-section-gallery .box-gallery-instagram .box-gallery-instagram-inner {
    margin-left: 0px;
    margin-right: 0px;
  }
  .banner-homepage5 .box-product-banner {
    flex-wrap: wrap;
  }
  .banner-homepage5 .box-product-banner .product-1 {
    width: 100%;
  }
  .banner-homepage5 .box-product-banner .product-2 {
    width: 100%;
  }
  .box-discount-left .item-discount {
    width: 100%;
  }
  .block-section-falshsale-5 .top-head {
    display: inline-block;
    width: 100%;
  }
  .block-section-falshsale-5 .top-head h4 {
    margin-bottom: 20px;
  }
  .block-section-falshsale-5 .box-count-circle .deals-countdown .countdown-section {
    margin-right: 10px;
  }
  .block-section-falshsale-5 .text-32-bold {
    font-size: 20px;
    line-height: 28px;
    margin-right: 10px !important;
  }
  .box-ads-5 {
    flex-wrap: wrap;
  }
  .item-ads-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .item-ads-right {
    width: 100%;
  }
  .box-comments .list-comments .item-comment {
    padding: 15px;
  }
  .nav-tab-product {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .box-404 {
    padding: 20px;
  }
  .box-404 .text-5xl {
    font-size: 36px;
    line-height: 36px;
  }
  .product-content-2 .box-product-info {
    margin-bottom: 30px;
  }
  .box-main-gallery {
    height: 500px;
  }
  .promotion-banner {
    display: none;
  }
  .promotion-content .promotion-label {
    position: absolute;
    right: -37px;
    bottom: -16px;
    z-index: 2;
  }
  .promotion-content .promotion-label img {
    max-width: 150px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .box-cover-image {
    height: 500px;
  }
  .box-pagination-button {
    bottom: 20px;
  }
  .box-pagination-button-center {
    bottom: -20px;
  }
  .banner-homepage2 .box-cover-image {
    height: 500px;
  }
  .banner-homepage4 .box-banner-info {
    padding: 20px;
    max-width: 290px;
  }
  .banner-homepage4 .box-pagination-button, .banner-homepage4 .box-page-swiper {
    display: none;
  }
  .nav-tabs li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .top-header .top-menu {
    display: none;
  }
  .header .top-header .top-menu .menu-top li {
    padding-right: 10px;
  }
  .header .top-header {
    justify-content: space-between;
  }
  .banner-homepage2 .box-cover-image {
    background-image: none !important;
  }
  .banner-homepage12 .box-cover-image {
    background-image: url(../imgs/page/homepage12/banner.png) !important;
  }
  .cardProductSmall .cardImage, .cardProduct .cardImage, .cardProductStyle2 .cardImage, .cardProductStyle3 .cardImage {
    height: auto;
    line-height: 24px;
  }
  .text-68 {
    font-size: 40px;
    line-height: 50px;
  }
  .pagination li a {
    line-height: 40px;
    max-width: 40px;
    min-width: 40px;
    margin-left: 2px;
    margin-right: 2px;
    height: 40px;
  }
  .block-banner-shop {
    padding: 100px 0px 60px 0px;
  }
  .block-our-store .row {
    margin: 0px -10px;
  }
  .block-our-store .row .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-banner-home1 .box-cover-image {
    height: 350px;
  }
  .block-sale-60 {
    right: 0px;
    bottom: 70px;
  }
  .block-sale-60 img {
    width: 150px;
  }
  .cardProductDeal {
    flex-wrap: wrap;
  }
  .cardProductDeal .cardImage {
    margin-right: 0px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .cardProductDeal .cardImage img {
    width: 100%;
  }
  .cardBlog.cardBlog2 {
    flex-wrap: wrap;
  }
  .cardBlog.cardBlog2 .cardImage {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .cardBlog.cardBlog2 .cardImage img {
    width: 100%;
  }
  .cardProduct.cardProduct5 .cardImage {
    height: auto;
    line-height: normal;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .box-gallery-instagram-type-5 {
    flex-wrap: wrap;
  }
  .gallery-1, .gallery-2 {
    width: 100%;
  }
  .list-categories li {
    width: 33.33%;
  }
  .banner-homepage3 .box-cover-image {
    height: 550px;
  }
  .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .banner-homepage4 .heading-banner .text-up, .banner-homepage4 .heading-banner .text-under {
    font-size: 48px;
    line-height: 58px;
  }
  .cardProduct.cardProduct3 .cardImage {
    height: auto;
    line-height: normal;
  }
  .cardPromotion .cardInfo {
    padding: 11px 10px;
  }
  h2 {
    font-size: 44px;
    line-height: 54px;
  }
  .list-category-5-col li {
    width: 33.33%;
  }
  .font-42-bold {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 499.98px) {
  .box-gallery-instagram {
    flex-wrap: wrap;
  }
  .box-gallery-instagram .gallery-item {
    width: 50%;
  }
  .box-cover-image {
    height: 500px;
  }
  .box-payments {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 0px !important;
  }
  .box-all-payments {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .block-banner-video {
    height: 380px;
  }
  .cardCategoriesStyle1 {
    padding: 0px 5px 0px 10px;
    height: 450px;
  }
  .cardCategoriesStyle1 .cardImage {
    width: 60%;
  }
  .cardCategoriesStyle1 .cardInfo {
    padding: 44px 0px 24px 0px;
  }
  .cardCategoriesStyle1 .cardInfo h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .text-72-bold {
    font-size: 52px;
    line-height: 66px;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .box-form-cart {
    flex-wrap: wrap;
  }
  .box-form-cart .form-cart {
    margin-bottom: 20px;
    width: calc(50% - 8px);
    max-width: 100%;
    min-width: auto;
  }
  .box-form-cart .form-cart .minus {
    width: 44px;
  }
  .box-form-cart .form-cart .plus {
    width: 44px;
  }
  .box-form-cart .btn {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 50%;
  }
  .number-product {
    display: none;
  }
  .box-open {
    flex-wrap: wrap;
  }
  .box-open .open-info {
    margin-bottom: 30px;
    text-align: center;
  }
  .box-open .open-button {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .box-banner-home1 .box-cover-image {
    height: 300px;
  }
  .box-collection {
    padding: 15px 15px 89px 15px;
  }
  .box-logos img {
    margin-bottom: 10px;
    max-height: 35px;
  }
  .banner-homepage3 .block-info-banner {
    padding: 20px;
    max-width: 90%;
  }
  .banner-homepage3 .block-info-banner .btn {
    padding: 10px 10px;
  }
  .banner-homepage5 .heading-banner .text-up {
    font-size: 48px;
    line-height: 48px;
  }
  .banner-homepage1 .block-info-banner {
    left: 10px;
  }
  .banner-homepage1 .block-sale {
    right: 10px;
  }
  .btn.btn-arrow-right {
    font-size: 16px;
    line-height: 24px;
  }
  .box-gallery-list {
    flex-wrap: wrap;
  }
  .box-gallery-list .gallery-main, .box-gallery-list .gallery-sub {
    width: 100%;
  }
  .box-comments .list-comments .item-comment {
    flex-wrap: wrap;
  }
  .box-comments .list-comments .item-comment .item-comment-info {
    width: 100%;
    margin-top: 15px;
  }
  .nav-tab-product .nav-item {
    padding: 0px 10px;
  }
  .nav-tab-product .nav-item .nav-link {
    font-size: 16px;
    line-height: 24px;
  }
  .font-4xl-bold {
    font-size: 38px;
    line-height: 46px;
  }
  .item-checkout .price-item {
    width: 20%;
    min-width: 60px;
  }
  .item-checkout .title-item {
    width: 80%;
  }
  .box-button-checkout .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 449.98px) {
  .banner-homepage2 .box-cover-image {
    height: 450px;
    background-size: auto 90% !important;
  }
  .number-product {
    display: none;
  }
  .box-sortby {
    margin-right: 0px;
  }
  .clear-filter {
    display: none;
  }
  .header.header-style-1 .header-logo {
    min-width: 100px;
  }
  .header.header-style-4 .header-logo {
    max-width: 100px;
    min-width: 100px;
  }
  .cardReview {
    padding: 20px 15px;
  }
  .heading-2 {
    font-size: 34px;
    line-height: 44px;
  }
  .list-product-5-col .cardProduct {
    width: 100%;
  }
  .cardProduct.cardProduct6 .cardImage {
    height: auto;
    line-height: normal;
  }
  .cardProduct.cardProduct7 .cardImage {
    height: auto;
    line-height: normal;
  }
  .banner-homepage5 .leaf {
    display: none;
  }
  .banner-homepage5 .btn.btn-double-border span {
    padding: 15px 13px 15px 13px;
  }
  .banner-homepage5 .btn.btn-arrow-right {
    padding: 10px 15px;
  }
  .list-ticks li {
    width: 100%;
  }
  .box-product-tag {
    flex-wrap: wrap;
  }
  .box-tag-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .box-tag-right {
    width: 100%;
  }
  .slider-nav-thumbnails {
    display: none;
  }
}
@media (max-width: 349.98px) {
  .mobile-header-wrapper-style {
    width: 310px;
  }
  .perfect-scroll {
    width: 100%;
  }
  .box-list-products .product-item {
    width: 100% !important;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .cardTeam .cardImage img {
    height: 290px;
    width: 290px;
  }
  .list-categories li {
    width: 50%;
  }
  .btn.btn-brand-1-big, .btn.btn-brand-3-big {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1400px) {
  .container.wide {
    max-width: 1544px;
  }
}
/*OTHER SCREEN*/
.page-content p {
  margin-bottom: 15px;
}