:root {
  --container_width: 1300px;
  --drawer-transition-timing: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@font-face {
  font-family: Nunito;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/assets/font/nunito/nunito300.woff2") format("woff2");
}
@font-face {
  font-family: Nunito;
  font-weight: 700;

  font-style: normal;
  font-display: swap;
  src: url("/assets/font/nunito/nunito700.woff2") format("woff2");
}
@font-face {
  font-family: Nunito;
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url("/assets/font/nunito/nunito300i.woff2") format("woff2");
}
@font-face {
  font-family: Nunito;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("/assets/font/nunito/nunito700i.woff2") format("woff2");
}
body {
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  color: #000;
  line-height: 1.6em;
  overflow: auto;
  background-color: #fdfdfd;
  overflow-x: hidden;
}
a,
a:visited,
a span {
  color: #000;
  text-decoration: none;
  position: relative;
  transition: color 0.1s linear;
}
a {
  touch-action: manipulation;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=range],
input[type=color],
select,
textarea {
  display: block;
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 0 10px;
  margin: 0 0 15px;
  line-height: 22px;
  border: 1px solid #cbcbcb;
  outline: none;
  background: #fff;
  color: #5f6a7d;
  font: 13px HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  appearance: none;
  text-rendering: optimizeLegibility;
}
.promo-banner {
  background-color: #e94a6b;
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: fixed;
  width: 100%;
  height: 0;
  line-height: 0;
  z-index: 5000;
  top: 0;
  transition: all 0.3s linear;
  overflow: hidden;
}
.promo-banner .promo-banner__content {
  margin: 0 auto;
  padding: 0 1.5rem;
}
.promo-banner p {
  margin-bottom: 0;
  display: inline;
  line-height: 1;
}
.promo-banner .promo-banner__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}
.promo-banner .promo-banner__close:before {
  font-family: Arial, Helvetica CY, Nimbus Sans L, sans-serif !important;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\d7";
  text-align: center;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
.header_top_w {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}
.logo,
.header__logo {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-transform: none;
  line-height: 1;
}
.logo img,
.header__logo img {
  width: 100%;
  display: inline-block;
  color: #fff;
  max-width: 200px;
}
.PageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  background: #2F4267;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.overhidden {
  overflow: hidden;
}
.header {
  position: relative;
  z-index: 990;
  width: 100%;
  top: 0;
}
.header .side-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  box-shadow: 0px 0px 16px rgba(28, 119, 255, 0.1);
  width: calc(100vw - 50px);
  height: 100vh;
  opacity: 0;
  max-height: none;
  z-index: 9999999;
  transition: transform 0.5s var(--drawer-transition-timing), opacity 0.5s var(--drawer-transition-timing), visibility 0.5s var(--drawer-transition-timing);
  transform: translateX(calc(-100vw + 64px));
  background: #fff;
  box-shadow: none;
  touch-action: manipulation;
  overflow: hidden;
}
.header .side-menu:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: 2px 0 10px rgba(54, 54, 54, 0.2), -2px 0 10px rgba(54, 54, 54, 0.2);
  opacity: 0;
  transition: opacity 0.5s var(--drawer-transition-timing);
}
.header .side-menu .side-header {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  max-height: 60px;
  background: inherit;
  text-align: center;
  z-index: 1;
  padding: 0px 15px;
  margin: 7px 0 16px;
  justify-content: space-between;
}
.header .side-menu .side-body {
  position: relative;
  height: calc(100% - 75px);
  overflow-y: auto;
  overflow-x: hidden;
}
.header .side-menu .logo.mlogo img {
  max-width: 150px;
}
.header .side-menu .side-close {
  cursor: pointer;
}
.header .side-menu .action_block {
  padding: 15px;
}
.header .side-menu .search-mobile {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header .side-menu .search-mobile input {
  background: #FFF;
  border: 1px solid #000000;
  border-radius: 8px;
  min-height: 32px;
  margin: 0;
  padding: 12px 16px 12px 40px;
  width: 100%;
}
.header .side-menu .search-mobile .search-submit {
  right: unset;
  left: 9px;
  top: 12px;
}
.header .side-menu .mobile-links {
  padding: 15px;
}
.header .side-menu .mobile-links .m-link {
  line-height: 24px;
  color: #000000;
  display: block;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
}
.header .side-menu .mobile-links .m-link:active {
  background-color: #fff;
}
.header .side-menu .mobile-links .m-link .m-link-title {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
.header .side-menu .mobile-links .sub-link svg {
  position: absolute;
  right: 5px;
  top: 20px;
}
.header .side-menu .mobile-links .m-sub-menus {
  position: absolute;
  top: 0;
  left: 100%;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.5s var(--drawer-transition-timing), opacity 0.5s var(--drawer-transition-timing), visibility 0.5s var(--drawer-transition-timing);
  visibility: hidden;
  opacity: 1;
  z-index: 99999;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
.header .side-menu .mobile-links .m-sub-menus.active {
  opacity: 1;
  transform: translateX(-100%);
  visibility: visible;
}
.header .side-menu .mobile-links .m-sub-menus .m-sub-links {
  padding: 0 20px;
}
.header .side-menu .mobile-links .m-sub-header {
  padding: 15px 0;
  position: relative;
  text-align: center;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  font-weight: bold;
}
.header .side-menu .mobile-links .m-sub-header .back-sub {
  position: absolute;
  left: 5px;
  top: 15px;
  transform: rotate(180deg);
  width: 25px;
  height: 30px;
}
.header .side-menu .mobile-links .m-sub-header .back-sub:active {
  background-color: #fff;
}
.header .side-menu .mobile-links .m-sub-header .back-sub svg {
  right: 8px !important;
  top: 7px !important;
}
.header .side-menu .menu_footer {
  position: absolute;
  bottom: 0;
  padding: 16px 0 20px;
  left: 0;
  width: calc(100% - 30px);
  margin: 0 15px;
  z-index: 9999;
  background: #FDFDFD;
}
.header .side-menu .menu_footer .easter {
  background: #E94A6B;
  border-radius: 8px;
  padding: 16px 0px;
  margin-bottom: 24px;
  border: 2px solid #E94A6B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .side-menu .menu_footer .easter span {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.header .side-menu .menu_footer .right_item {
  border-radius: 8px;
  padding: 16px 0px;
  display: flex;
  border: 2px solid #000000;
  align-items: center;
  margin-bottom: 16px;
  justify-content: center;
}
.header .side-menu .menu_footer .right_item span {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  margin-left: 5px;
}
.header .promo-banner {
  transition: all 0s linear;
  height: auto;
  min-height: 30px;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
.header .main-nav {
  clear: both;
  transition: all 0.2s linear;
  animation: fadeIn 0.2s linear none;
  background: #fff;
}
.header .main-nav .header_top_w {
  position: fixed;
  top: 30px;
  width: 100%;
}
.header .main-nav .header_top_w .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  max-width: var(--container_width);
  margin: 0 auto;
  padding: 15px 0px;
}
.header .main-nav .header__logo {
  width: 100%;
  max-width: none;
  margin-left: unset;
  margin-right: unset;
}
.header .main-nav .header__logo a {
  display: inline-block;
}
.header .main-nav .header__flexhtem--fill {
  flex: 1 0 0;
  align-items: center;
}
.header .main-nav .header__flexhtem--fill.header_search .search-container {
  width: 100%;
  max-width: 791px;
  margin: 0 auto;
  padding: 0;
}
.header .main-nav .header__flexhtem--fill.header_search .search__form {
  max-width: 100%;
}
.header .main-nav .header__flexhtem--fill.header_search .search__form .search-submit {
  top: 13px;
  left: 15px;
  max-width: 30px;
}
.header .main-nav .header__flexhtem--fill.header_icons {
  flex: none;
}
.search__container {
  position: relative;
  width: 100%;
  display: flex;
}
.search__form {
  width: 100%;
  max-width: 650px;
  position: relative;
  flex: 0 0 auto;
}
.search__form input {
  z-index: 29;
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.search__form input,
.search__form input:active,
.search__form input:focus {
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  background-color: transparent;
  padding-right: 35px;
  border-color: #000000;
}
.search-submit {
  position: absolute;
  z-index: 1000;
  color: #000;
  font-size: 20px;
  top: 9px;
  right: 7px;
  cursor: pointer;
}
.search__button {
  position: absolute;
  margin-top: 0;
  top: 0;
  height: 50px;
  width: 50px;
  right: 0px;
  padding: 0;
  background-color: #000;
  border-color: transparent;
  border-radius: 0px 3px 3px 0;
  color: white;
  font-size: 24px;
}
.search__button:hover {
  color: white;
  background-color: #989898;
  border: 1px solid #000;
  border-left: 0px;
}
.top-bar--right-menu {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
}
.top-bar__menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mini_cart {
  float: right;
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #000;
  letter-spacing: 0px;
  width: 70px;
  max-width: 70px;
  text-align: center;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  z-index: 2001;
  white-space: nowrap;
}
.mini_cart span {
  padding-left: 5px;
  padding-right: 5px;
}
.widemenu {
  list-style: none;
  margin: 0;
  padding: 15px 20px 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 50px;
}
.widemenu__link {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  text-decoration: none;
}
.widemenu__submenu-heading {
  display: block;
  margin-bottom: 6px;
  padding: 12px 0;
  border-bottom: 1px solid #000000;
}
.widemenu__submenu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widemenu__submenu-item {
  padding: 6px 0;
  margin: 0;
}
.header_main-menu {
  margin-top: 120px !important;
}
.header_main-menu .widemenu {
  margin: 0 auto;
  padding: 20px 0;
  max-width: var(--container_width);
  width: 95%;
}
.nav-desktop__tier-1-item,
.nav-desktop__tier-2-item,
.nav-desktop__tier-3-item {
  margin: 0;
}
.nav-desktop__tier-1-link,
.nav-desktop__tier-2-link,
.nav-desktop__tier-3-link {
  position: relative;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #000;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}
.nav-desktop__tier-2,
.nav-desktop__tier-3 {
  margin: 0;
  position: absolute;
  z-index: 100;
  text-align: left;
  opacity: 0;
  width: 270px;
}
.nav-desktop__tier-2 {
  top: 100%;
  left: 0;
  transition: opacity 0.2s linear;
  height: 40px;
  overflow: hidden;
}
.nav-desktop__tier-2--full-width-menu {
  position: absolute;
  left: 0;
  width: 100vw;
  box-shadow: 0 0 32px #003e9b33;
  border-radius: 0 0 16px 16px;
  background: #F2F7FB;
}
.menu {
  flex: 1 1 auto;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
.menu li {
  vertical-align: top;
  padding-right: 10px;
}
.menu a {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
}
.dropdown_column {
  display: table-cell;
  padding: 15px 20px 30px;
  width: 16.666%;
  vertical-align: top;
}
.dropdown_column ul {
  margin: 0;
  padding: 0;
}
.dropdown_column li a {
  padding-bottom: 0;
  text-transform: none;
}
.dropdown_content {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.dropdown_content p {
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0;
  color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: block;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  margin-bottom: 0;
}
.mega-menu {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  max-width: var(--container_width);
  margin: 0 auto;
  padding: 24px 0;
}
.mega-menu .dropdown_column {
  width: 100%;
  padding: 15px 20px 30px;
}
.mega-menu .dropdown_column li a {
  font-size: 16px;
  line-height: 24px;
}
.mega-menu .dropdown_column .dropdown_Content li a {
  opacity: 0.8;
}
a.menu_title,
p.menu__html_title {
  font-weight: 600;
  font-size: 18px!important;
  line-height: 24px;
  color: #000;
}
.dropdown_title,
.menu__html_title.menu_title {
  margin-bottom: 12px;
}
.nav-desktop__tier-1-link {
  border-bottom: solid 1px transparent;
}
.nav-desktop__tier-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-desktop__tier-1 .last_item .right_item {
  background: #E94A6B !important;
  border-radius: 8px!important;
  border: unset!important;
  padding: 10px !important;
}
.nav-desktop__tier-1 .last_item .right_item span {
  color: #fff !important;
}
.nav-desktop__tier-1 .nav-desktop__tier-1-item {
  display: inline-block;
  margin-right: 20px;
}
.nav-desktop__tier-1 .nav-desktop__tier-1-item .details {
  display: block;
  overflow: hidden;
}
.nav-desktop__tier-1 .nav-desktop__tier-1-item svg {
  margin-bottom: 2px;
  transition: all 0.2s ease;
}
.nav-desktop__tier-1 .nav-desktop__tier-1-item.open svg {
  transform: rotate(180deg);
}
.nav-desktop__tier-1 .nav-desktop__tier-1-item.open .nav-desktop__tier-2 {
  opacity: 1;
  z-index: 101;
  height: auto;
}
.nav-desktop__tier-1 .nav-desktop__tier-1-link {
  display: block;
  padding: 12px 0;
  white-space: nowrap;
}
.mega-menu__html .calendar_list .calendar_item {
  display: flex!important;
  align-items: center;
}
.mega-menu__html .calendar_list .calendar_item .calendar_icon {
  margin-right: 8px;
  margin-left: 0 !important;
}
.mega-menu__html .calendar_list .calendar_item {
  display: flex!important;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 17px;
  flex-wrap: wrap;
  padding: 0;
}
.mega-menu__html .calendar_list .calendar_item p {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
  padding: 0;
  text-transform: capitalize;
}
.calendar_item span {
  font-size: 12px!important;
  padding: 0 !important;
  line-height: 24px;
  margin-left: 11px;
}
.calendar_icon {
  display: flex!important;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.calendar_icon .icon {
  height: 12px;
  width: 24px;
  border-radius: 3px 3px 0 0;
  transform: unset !important;
  line-height: 1;
  background: #e94a6b;
}
.calendar_icon .icon.lasticon {
  background-color: #000;
  border-radius: 0 0 3px 3px;
  height: 15px;
  margin-top: 1px;
}
.calendar_icon .icon svg {
  transform: unset !important;
  display: none;
}
.calendar_icon span.date {
  position: absolute!important;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  font-size: 12px!important;
  line-height: 8px!important;
  left: 0;
  bottom: 3px;
  right: 0;
  margin: 0 auto;
  padding: 0!important;
}
span.mo {
  position: absolute!important;
  font-size: 6px !important;
  line-height: 8px !important;
  margin: 0 auto !important;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  padding: 0!important;
}
.calendar_icon span.mo {
  color: #fff;
  top: 3px;
}
.active_link {
  pointer-events: all;
}
.active_link .mini-cart-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000006e;
  z-index: 9999;
  text-align: center;
}
.cart_image {
  float: left;
  width: 100%;
  max-width: 132px;
  min-width: 132px;
  text-align: center;
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cart_image img {
  border-radius: 8px;
  max-width: 100%;
  max-height: 100%;
}
ul.cart_items {
  overflow: auto;
  height: calc(100vh - 280px);
  padding-bottom: 320px!important;
}
ul.variant-options {
  list-style-type: disc!important;
  box-shadow: unset!important;
}
ul.variant-options li {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #858585;
}
ul.variant-options li:before {
  content: "\2022";
  color: black;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.doubly,
.money {
  position: relative;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-decoration: inherit !important;
}
.cart-container {
  float: right;
}
.cart-container .cart_content {
  overflow: hidden;
  position: fixed;
  right: -800px;
  top: 0;
  height: 100%;
  z-index: 91199992;
  background: #fff;
  border-left: 1px solid #ccc;
  transition: right 0.35s ease-in-out;
}
.cart-container .cart_content ul {
  background: #FFFFFF;
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
.cart-container .cart_content ul li {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  clear: both;
}
.cart-container .cart_content .mini-cart-action {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right: -1000px;
  border-top: 1px solid #D9D9D9;
  transition: right 0.35s ease-in-out;
}
.cart-container .cart_content .mini-cart-action li {
  margin-bottom: 12px;
}
.cart-container .cart_content .cart_subtotal {
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  padding-top: 10px;
}
.cart-container .cart_content .cart_subtotal .right .money {
  color: #e94a6b;
}
.cart-container .cart_content .cart_voucher_save .right {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.cart-container.active_link .cart_content {
  display: block;
  overflow-y: auto;
  max-height: 100vh!important;
  height: 100vh!important;
  top: 0px!important;
  right: 0px!important;
  border-radius: unset!important;
  z-index: 9999!important;
  position: fixed !important;
}
.cart-container.active_link .cart_content .mini-cart-action {
  transition: right 0.35s ease-in-out;
  right: 0;
}
.cart-container .progress-message {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.cart-container form {
  margin: 15px 0 0;
  padding: 0;
}
.cart-container ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
  background: #FFFFFF;
}
.cart-container ul li {
  list-style: none;
  clear: both;
  padding-left: 0;
  padding-right: 0;
}
.cart-container ul li.mini-cart__item {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
  margin-bottom: 0;
}
.cart-container .cart_items {
  padding-top: 0;
  padding-bottom: 0;
}
.mini-cart-button-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.mini-cart-button-wrapper .add_to_cart {
  border-radius: 4px;
  margin-top: 8px;
  height: 54px;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
  border: none;
  position: relative;
  background: #E94A6B;
}
.additional-checkout-buttons {
  text-align: center;
  margin-top: 8px;
}
.paypal-button.paypal-button-color-gold {
  background: #ffc439;
  color: #111;
  height: 54px;
  min-height: 54px;
  max-height: 54px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bold-red {
  font-weight: blod;
  color: #E94A6B;
  margin-left: 5px;
}
.cartpopup_header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 15px;
  padding-top: 15px;
  background: #fff;
  /* position: fixed; */
  position: sticky;
  width: 100%;
  top: 0px;
}
.mini_cart_close_button {
  position: absolute;
  right: 15px;
  top: 19px;
  width: 28px;
  padding: 0;
  color: #000;
  font-size: 15px;
}
.js-empty-cart__message {
  margin-top: 40px;
}
.box-cart-btn {
  display: flex;
  flex-direction: column;
}
p {
  margin: 0 20px;
  font-style: normal;
  line-height: 1.6em;
}
p.empty_cart {
  text-align: center;
  font-weight: 500;
  padding: 20px 10px 10px;
  color: inherit;
}
p.sub_title_empty_cart {
  font-weight: 400;
  font-size: 24px;
  color: #858585;
  text-align: center;
}
.button-cart {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 40px 18px;
}
.continue-shopping-btn {
  border: 1px solid #000;
  padding: 13px 60px;
  border-radius: 8px;
  font-weight: 500;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.continue-shopping-btn span {
  font-weight: 500;
  font-size: 20px;
}
.go-to-best-seller-btn {
  background: #E94A6B;
  padding: 13px 60px;
  border-radius: 8px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.go-to-best-seller-btn span {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.preview-item-link {
  height: fit-content;
}
.mini-cart__item-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
}
.mini-cart__item-content .product-quantity-box {
  margin: 0;
  width: 145px;
  border: 1px solid #c3c3c3;
  border-radius: 8px;
  max-width: 190px;
  -webkit-user-select: none;
  user-select: none;
}
.mini-cart__item-content .product-quantity-box .quantity {
  text-align: center;
  padding: 10px;
  height: 40px;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  float: left;
  font-size: 24px;
  border: none;
  padding: 0 5px;
  width: 40%;
  min-height: 32px;
  margin-bottom: 0;
  color: #000;
}
.mini-cart__item-content .product-quantity-box .product-minus,
.mini-cart__item-content .product-quantity-box .product-plus {
  font-size: 15px;
  line-height: 32px;
  height: 32px;
  padding-right: 2px;
  width: 32px;
  background: #F2F2F2;
  border-radius: 4px;
  color: #000;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
li.mini-cart__item a,
li.mini-cart__item a:active,
#header li.mini-cart__item a,
#header li.mini-cart__item a:active {
  position: relative;
  font-size: inherit;
  text-align: left;
}
.mini-cart__item-title {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.mini-cart__item-title a {
  font-size: 18px!important;
  line-height: 27px!important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: -o-ellipsis-lastline !important;
  text-overflow: ellipsis !important;
}
.mini-cart__item-title .variant_option {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #000;
  opacity: 0.8;
  margin: 8px 0 5px;
}
.mini-cart__item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-cart__item-price {
  padding-top: 0;
  line-height: 1;
  font-weight: bold;
  align-items: baseline;
  display: flex;
}
.mini-cart__item-price .money {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #e94a6b;
}
.mini-cart__item-price .was_price {
  display: none;
}
.mini-cart__item-price .was_price .money {
  font-size: 16px!important;
  font-weight: normal!important;
  line-height: 24px!important;
  color: #858585 !important;
}
.sale,
.sale span {
  color: #e94a6b;
}
.money.was_price {
  font-weight: 400;
  font-size: 16px;
  color: #858585 !important;
  margin-right: 3px;
}
.was_price,
.was_price span {
  text-decoration: line-through !important;
  color: #8c8b8b !important;
  text-shadow: none;
  font-weight: 400;
}
.cart-progressbar {
  margin-top: 14px;
  margin-bottom: 18px;
  background-color: #F2F2F2;
  border-radius: 4px;
  position: relative;
}
.cart-progressbar > div {
  background-color: #E94A6B;
  height: 8px;
  border-radius: 4px;
}
.progress-icon {
  position: absolute;
  right: 0px;
  top: -14px;

}

.js-change-quantity,.mini_cart_close_button, .remove-item_close_button, .preview-item_close_button{
  cursor: pointer;
}
.progress-icon-1 {
  position: absolute;
  right: 37%;
  top: -5px;
}
.slick-slide:before {
  display: none;
}
.slick-slide img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.slick-next,
.slick-prev {
  background-color: #ffffff;
  z-index: 15;
  height: 40px;
  border-radius: 50%;
  opacity: 0.75;
  background-image: none;
  top: calc(50% - 20px);
}
.slick-next:after,
.slick-prev:after {
  display: block;
  font-family: 'Glyphicons Halflings';
  content: "\e257";
  color: #333;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.slick-next:hover,
.slick-prev:hover {
  opacity: 1;
  transform: scale(1.25);
  transform-origin: left center;
}
.slick-next:after {
  content: "\e258";
}
.slick-next:hover {
  transform: scale(1.25);
  transform-origin: right center;
}
.slick-dots li {
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  background-color: #333;
  border-color: #333;
}
.slick-dots li button {
  display: none;
}
.main-wrapper {
  position: relative;
  z-index: 666;
  padding-top: 60px;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
.banner-container {
  margin: 0 auto;
  max-width: var(--container_width);
  position: relative;
}
.banner-container .grid-banner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
.banner-container .grid-banner .banner-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.banner-container .grid-banner .banner-item:first-child {
  grid-row: 1 / 3;
}
.section-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.section-wrapper .section-content {
  max-width: var(--container_width);
  width: 100%;
  padding-top: 30px;
  overflow: hidden;
}
.heading-1 {
  font-size: 36px;
  line-height: 48px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
.heading-2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}
.heading-3 {
  font-size: 30px;
  line-height: 28px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.shop-products {
  padding-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.shop-products .product-item {
  display: inline-block;
}
.shop-products .product-item .shop-product-title {
  font-weight: bold;
  line-height: 1.5;
  color: #1B2631;
  font-size: 27px;
}
.shop-products .product-item .shop-product-des {
  font-size: 25px;
  line-height: 1.5;
}
.shop-products .product-item .product-img {
  width: 100%;
}
.shop-products .product-item .product-img img {
  width: 100%;
  border-radius: 10px;
}
.shop-products .product-item .product-title {
  margin: 10px 0;
  line-height: 20px;
  height: 38px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #666;
}
.shop-products .product-item .product-price {
  font-size: 16px;
  color: #666;
}
.shop-products.best-seller {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.shop-products.best-seller .product-item {
  background-color: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
}
.shop-products.best-seller .product-item .product-title {
  padding: 0 10px;
}
.shop-products.best-seller .product-item .product-img img {
  border-radius: 10px 10px 0 0;
}
.shop-products.best-seller .product-item .product-bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 10px;
}
.shop-products.best-seller .product-item .product-bottom .product-price {
  font-size: 22px;
  color: #ff9900;
}
.shop-products.best-seller .product-item .product-bottom .product-cate {
  color: #999;
}
.shop-products.new-arrival {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.shop-products.new-arrival .product-item {
  border-radius: 0;
  overflow: hidden;
}
.shop-products.new-arrival .product-item .product-title {
  padding: 0 10px;
  text-align: center;
}
.shop-products.new-arrival .product-item .product-img img {
  border-radius: 5px;
}
.shop-products.new-arrival .product-item .product-bottom {
  display: flex;
  justify-content: center;
  padding: 0 10px 10px;
}
.shop-products.new-arrival .product-item .product-bottom .product-price {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.shop-products.shop-reviews {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.shop-products.shop-reviews .product-item {
  position: relative;
  padding: 10px;
}
.shop-products.shop-reviews .product-item .product-inner {
  border: 1px solid #d4d4d4;
  padding: 15px;
  border-radius: 15px;
}
.shop-products.shop-reviews .product-item .product-wish {
  position: absolute;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 25px;
  right: 25px;
  background: #fff;
  box-shadow: 0 0 3px #000;
  z-index: 99;
  color: #999;
  justify-content: center;
  align-items: center;
  line-height: 30px;
}
.shop-products.shop-reviews .product-item .product-wish-icon {
  fill: #999;
  width: 20px;
  height: 20px;
}
.shop-products.shop-reviews .product-item .product-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  height: auto;
}
.shop-products.shop-reviews .product-item .product-price {
  color: #ff57a5;
  font-size: 23px;
  font-weight: bold;
}
.shop-products.shop-reviews .product-item .product-sold {
  display: flex;
  align-items: end;
  line-height: 1;
}
.shop-products.shop-reviews .product-item .product-sold .label {
  color: #999;
  font-weight: normal;
  padding: 0 0 0 5px;
}
.c-rate {
  color: #ff9900;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
.c-rate .icon-star {
  padding-right: 2px;
  font-size: 13px;
}
.c-rate .c-rate-count {
  padding-left: 5px;
}
.shop-customers {
  margin-top: 30px;
}
.shop-customers .product-item {
  padding: 0 10px;
}
.shop-customers .product-item .product-inner {
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 15px;
}
.shop-customers .product-item .customer-info {
  padding: 10px 15px 0;
}
.shop-customers .product-item .customer-title {
  padding-bottom: 5px;
}
.shop-customers .product-item .customer-name {
  padding-right: 5px;
}
.shop-customers .product-item .customer-flag {
  width: 20px;
  border-radius: 0;
}
.shop-customers .product-item .customer-rate {
  color: #ff9900;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
.shop-customers .product-item .customer-rate .icon-star-half,
.shop-customers .product-item .customer-rate .icon-star-empty,
.shop-customers .product-item .customer-rate .icon-star {
  padding-right: 3px;
}
.shop-customers .product-item .c-title {
  padding-bottom: 5px;
}
.shop-customers .product-item .c-content {
  padding-bottom: 5px;
  height: 65px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #666;
  line-height: 22px;
}
.shop-customers .product-item .customer-bottom {
  padding: 10px 0 5px;
  font-size: 12px;
  color: #666;
}
.shop-customers .product-item .customer-bottom .num {
  padding: 0 5px 0 3px;
}
.shop-customers .product-img img {
  border-radius: 0;
}
.page-layout {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .shop-recipients-row {
    grid-template-columns: 1fr 1fr!important;
  }
  .shop-recipients-row .shop-recipients-item:nth-child(5) {
    display: none;
  }

}

@media screen and (max-width: 970px) {
  .shop-recipients-row {
    margin-top: 15px;
    grid-template-columns: 1fr 1fr!important;
  }
}

.shop-recipients-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
}
.shop-recipients-item {
  display: block;
  text-align: center;
}
.shop-recipients-item:nth-child(1) {
  color: #238cc0;
}
.shop-recipients-item:nth-child(2) {
  color: #6bc0ea;
}
.shop-recipients-item:nth-child(3) {
  color: #e9aa3c;
}
.shop-recipients-item:nth-child(4) {
  color: #f0843b;
}
.shop-recipients-item:nth-child(5) {
  color: #bf1818;
}
.shop-recipients-item:hover .image-shop-recipients {
  transition: all 0.5s ease-out;
  transform: translateY(-20px) scale(1) translateZ(0);
  box-shadow: 0 4px 25px #0000004d, 0 0 1px #00000040;
}
.shop-recipients-item img {
  max-width: 302px;
  max-height: 302px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  mix-blend-mode: multiply;
  -webkit-filter: contrast(1.1);
  filter: contrast(1.1);
  box-shadow: #00000029 0 3px 6px, #0000003b 0 3px 6px;
}
.shop-recipients-head {
  margin-top: 15px;
}
.shop-gift-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
}
.shop-gift-row .shop-gift-item {
  position: relative;
}
.shop-gift-row .shop-gift-item .title-sub {
  font-size: 20px;
  color: #f1eae0;
  position: absolute;
  top: 10px;
  margin-top: 0 !important;
  z-index: 2;
  right: 15px;
}
.shop-gift-row .shop-gift-item .action_button {
  position: absolute;
  border-radius: 6px;
  top: 45px;
  font-weight: 600;
  letter-spacing: 2px;
  background: #F1EAE0;
  color: #2a586d;
  border-color: #F1EAE0;
  font-size: 16px;
  right: 62px;
  margin: 0;
  min-height: auto;
  height: auto;
  padding: 8px 10px;
}
.shop-gift-row .shop-gift-item .action_button:hover {
  color: #F16523;
}
.shop-gift-row .shop-gift-item:first-child .title-sub {
  left: 15px;
  right: unset;
  text-align: left;
}
.shop-gift-row .shop-gift-item:first-child .action_button {
  background: #f1eae0;
  color: #841a20;
  border-color: #f1eae0;
  left: 58px;
  right: unset;
}
.shop-gift-row .shop-gift-item:first-child .action_button:hover {
  color: #F16523;
}
.shop-gift-row .image-shop-gift {
  width: 100%;
  border-radius: 10px;
}
.quick-search {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 24px;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  background-color: #09273f;
  border-radius: 15px;
  color: #FFF;
  padding: 10px 30px 20px;
}
.quick-search-title {
  font-size: 24px;
  line-height: 30px;
}
.quick-search-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: end;
}
.quick-label {
  white-space: nowrap;
  padding: 10px 0;
}
.quick-input-box select {
  background: #fff url(/assets/img/select.png) no-repeat 96% 50%;
  background-position: 100% 50%;
  background-size: 18px 12px;
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  font-size: 16px;
  margin-bottom: 0;
  border-radius: 5px;
  padding-right: 30px;
}
.quick-search-btn {
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #009933;
  white-space: nowrap;
  border: none;
}
.flex {
  display: flex !important;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.shop-categories {
  padding-top: 30px;
  margin-left: 0;
  margin-right: 0;
}
.shop-categories .shop-category-item {
  padding: 15px;
  text-align: center;
}
.shop-categories .shop-category-item .shop-category-img {
  width: 100%;
  transition: transform 0.2s;
}
.shop-categories .shop-category-item .shop-category-img img {
  width: 100%;
  border-radius: 50%;
}
.shop-categories .shop-category-item .shop-category-img.sq img {
  border-radius: 10px;
}
.shop-categories .shop-category-item .shop-category-title {
  position: relative;
  white-space: nowrap;
}
.shop-categories .shop-category-item .shop-category-title:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.2s;
  position: absolute;
  bottom: -8px;
}
.shop-categories .shop-category-item:hover .shop-category-img {
  transform: scale(1.08);
}
.shop-categories .shop-category-item:hover .shop-category-title:after {
  width: 100%;
}
.shop-steps-box {
  margin-left: 0;
  margin-right: 0;
}
.shop-steps-box .step-item {
  position: relative;
  padding: 10px;
  text-align: center;
}
.shop-steps-box .step-img {
  position: relative;
}
.shop-steps-box .step-img img {
  width: 100%;
}
.shop-steps-box .step-img .next-step {
  position: absolute;
  right: -23px;
  top: 45%;
}
.shop-steps-box .step-des {
  color: #666;
}

.shop-happy .happy-item {
  padding: 10px;
}
.shop-happy .happy-item img {
  border-radius: 10px;
}
.action-redirect {
  text-align: right;
  padding-right: 10px;
}
.action-redirect a {
  text-decoration: underline;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  padding-top: 5px;
  padding-right: 5px;
  color: #333333;
}
.action-redirect a:hover {
  color: #FF5E00;
}
.action-redirect a:after,
.action-redirect a:before {
  position: absolute;
  content: "";
  background: #FF5E00;
  right: 0;
  top: 5px;
}
.action-redirect a:after {
  width: 10px;
  height: 2px;
}
.action-redirect a:before {
  width: 2px;
  height: 10px;
}
.bottom-sign {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  overflow: visible;
  margin: 30px auto 0;
  border-style: none;
  border-width: 2px;
  border-color: #676767;
  background-color: #ebebeb;
  background-image: url("/assets/img/NewLetterBackground.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 60px 20px;
  flex: 1 1 0%;
  text-align: center;
}
.bottom-sign .section-content {
  padding-top: 0;
}
.bottom-sign .bottom-sign-title {
  color: #e78534;
  font-size: 48px;
  font-family: Nunito, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.25;
}
.bottom-sign .bottom-sign-des {
  text-align: center;
  font-size: 24px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 500;
  line-height: 32px;
  color: #666666;
}
.bottom-sign .b-sign-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  width: 450px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.bottom-sign .b-sign-row input {
  position: relative;
  flex: 1 0 0px;
  box-sizing: border-box;
  text-align: left;
  color: #000000;
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  padding: 20px 24px;
  height: 56px;
  border-radius: 16px 0 0 16px;
  margin: 0;
}
.bottom-sign .b-sign-row input:focus {
  box-shadow: #0064cd 0 0 5px;
}
.bottom-sign .b-sign-row .b-sign-btn {
  background: #3b4148;
  border-style: none;
  border-color: #000000;
  border-width: 0px;
  color: #ffffff;
  letter-spacing: 0px;
  white-space: normal;
  text-align: center;
  word-break: break-word;
  align-self: flex-end;
  cursor: pointer;
  padding: 0 32px;
  font-size: 24px;
  line-height: 32px;
  border-radius: 0 16px 16px 0;
  height: 56px;
}
.bottom-sign .b-sign-row .b-sign-btn:active {
  box-shadow: 0 0 5 #0064cd;
}
.footer {
  padding: 60px 0;
  pointer-events: all;
  font-size: 16px;
  border-top: solid 1px #1b1f23;
  background-color: #323843;
  background-position: center center;
  color: #aeaaaa;
}
.footer .footer-container {
  max-width: var(--container_width);
  margin: 0 auto;
  padding: 0 15px;
}
.footer .footer-container .row {
  margin-left: 0;
  margin-right: 0;
}
.footer .f-logo {
  padding-bottom: 30px;
}
.footer .f-title {
  font-weight: bold;
  text-transform: uppercase;
}
.footer .f-links {
  padding-top: 15px;
  padding-left: 10px;
}
.footer .f-links .f-link {
  display: block;
  color: #eaeaeb;
  margin-bottom: 10px;
  font-size: 14px;
}
.footer .f-links .f-link:hover {
  text-decoration: underline;
}
.footer .footer-reviews {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 164px;
  margin-bottom: 41px;
}
.footer .footer-reviews img {
  max-width: 164px;
  object-fit: contain;
}
.footer .footer-reviews span {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.footer .total-reviews {
  margin: 0;
  text-align: left;
  padding: 0 15px;
}
.footer .footer-payment {
  max-width: 136px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.theme-s2 .setcion-title {
  text-align: center;
  font-size: 21px;
  position: relative;
}
.theme-s2 .setcion-title .see_all {
  position: absolute;
  right: 10px;
  top: 25px;
  color: #0064cd;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
.theme-s2 .footer {
  padding-top: 30px;
  background-color: #111;
}
.theme-s2 .footer .footer-top {
  color: #fff;
}
.theme-s2 .footer .footer-top .footer-form {
  padding: 45px 15px;
  background: #fff8e7;
  width: 100%;
  margin: 30px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.theme-s2 .footer .footer-top .footer-form form {
  max-width: 750px;
  width: 100%;
}
.theme-s2 .footer .footer-top .footer-form form .reveal-input {
  margin: 0;
  border: 1px solid #fb6718;
  border-radius: 15px;
}
.theme-s2 .footer .footer-top .footer-form form .reveal-btn {
  background-color: #fb6718;
  white-space: nowrap;
  border: none;
  height: 48px;
  padding: 0 10px;
  border-radius: 15px;
  margin-left: 15px;
  font-weight: bold;
}
.theme-s2 .footer .f-title {
  color: #eaeaeb;
}
.theme-s2 .footer .f-links {
  padding-left: 0;
}
.theme-s2 .footer .f-links p {
  padding: 0;
  color: #eaeaeb;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.header-left {
  display: flex;
  align-items: center;
}
.menu-icon {
  width: 20px;
  height: 16px;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  background-color: #333333;
  padding: 5px 0;
  background-clip: content-box;
  cursor: pointer;
  margin-right: 10px;
  display: none;
}
.customer_login_link {
  cursor: pointer;
}
.mymodal {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  padding: 5px !important;
  max-height: 100%;
}
.mymodal .modal-lg {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto !important;
}
.mymodal .modal-content {
  border-radius: 15px;
}
.mymodal .modal-close {
  font-size: 30px;
  font-weight: normal;
  color: #8c8a8a;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 10px;
}
.mymodal .modal-close:hover {
  color: #666666;
}
.mymodal .modal-section {
  max-width: 1300px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.mymodal .modal-section .login-nav-tabs {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 2px solid #b6cde4;
  margin: 0;
  padding: 0;
}
.mymodal .modal-section .login-nav-tabs .tab {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
  background: transparent;
  opacity: 0.7;
  text-transform: capitalize;
  width: 50%;
  text-align: center;
}
.mymodal .modal-section .login-nav-tabs .tab a {
  padding: 14px;
  display: block;
}
.mymodal .modal-section .login-nav-tabs .tab.active {
  border-radius: 16px 16px 0 0;
  border-bottom: 3px solid #000000;
  opacity: 1;
  margin-bottom: -2px;
}
.mymodal .modal-section .tab-pane {
  display: none;
  padding-top: 20px;
}
.mymodal .modal-section .tab-pane.active {
  display: block;
}
.mymodal .modal-section .tab-pane .login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 30px;
}
.mymodal .modal-section .tab-pane .popup-form {
  padding-bottom: 30px;
}
.mymodal .modal-section .login_loginbysocial {
  margin-right: 30px;
}
.mymodal .modal-section .box-content {
  padding: 25px;
}
.mymodal .modal-section .list-content-famvibe-reward {
  padding: 15px 30px;
}
.mymodal .modal-section .box-title-famvibe {
  margin: 15px 0;
  display: flex;
  align-items: baseline;
}
.mymodal .modal-section .box-title-famvibe .login-icon {
  width: 48px;
  height: 48px;
}
.mymodal .modal-section .title-famvibe-reward {
  font-size: 25px;
  font-weight: 700;
  margin: 0 20px;
  display: flex;
  align-items: center;
}
.mymodal .modal-section .item-content-famvibe-reward {
  margin: 15px 18px;
}
.mymodal .modal-section .item-content-famvibe-reward::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 15px;
  margin-bottom: 2px;
}
.mymodal .tip-label {
  color: #8c8b8b;
  padding: 0 20px;
  line-height: 1.6;
  font-size: 15px;
}
.mymodal .h_buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.mymodal .h_buttons div {
  color: #FFF;
  width: 100%;
  cursor: pointer;
  height: 36px;
  margin: 4px auto 4px auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 #888888;
  align-items: center;
  border-color: #888888;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  justify-content: center;
  transition: filter 0.2s linear, color 0.2s linear;
  background-color: white;
}
.mymodal .h_buttons div:hover {
  filter: brightness(80%);
}
.mymodal .h_buttons div > span {
  width: 100%;
  height: 100%;
  display: inline-flex;
  font-size: 14px;
  align-items: center;
  font-weight: normal;
  justify-content: center;
  color: black;
  white-space: nowrap;
}
.mymodal .h_buttons div .icon,
.mymodal .h_buttons div i {
  width: 22px;
  height: 22px;
  margin: 0 10px;
}
.mymodal .acceptsMarketing {
  display: flex;
  align-items: center;
  margin: 0;
}
.mymodal .acceptsMarketing input {
  margin: 0;
  height: 23px;
  width: 23px;
  position: relative;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #000000;
}
.mymodal .acceptsMarketing input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  width: 24px;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}
.mymodal .acceptsMarketing input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 21px;
  width: 21px;
  background: #000000;
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid #fff;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.mymodal .acceptsMarketing input:checked:after {
  opacity: 1;
}
.mymodal .acceptsMarketing .accepts_marketing {
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 5px;
}
.famvibe-reward {
  background: linear-gradient(90deg, #ddd6f3 0%, #faaca8 100%);
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.famvibe-reward-mobile {
  background: linear-gradient(90deg, #ddd6f3 0%, #faaca8 100%);
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.error_tip {
  color: #f44336;
  padding: 10px 0;
}
.right {
  float: right;
  position: relative;
}
#btn-to-password,
#btn-to-login {
  font-size: 14px;
}
.global-button {
  width: 100%;
  height: 71px;
  font-size: 24px;
  line-height: 24px;
  border-radius: 16px;
  background: #000;
  font-weight: 600;
  border: none;
  margin-top: 20px;
  margin-bottom: 16px;
  color: #fff;
}
.global-button.global-button--primary {
  border-color: #E94A6B;
  background: #E94A6B;
}
#readmore a.more {
  display: block;
  margin-left: 5px;
  border-left: 3px solid #000000;
  padding-left: 5px;
  opacity: 0.8;
  font-weight: 600;
}
#readmore .moreText {
  display: none;
}
.header__flexhtem--fill.header_search .search-container {
  max-width: 200px;
  padding-left: 20px;
}
.header__flexhtem--fill.header_search .search-container .search-link {
  display: none;
}
.header__flexhtem--fill.header_search .search-container .search__form input {
  padding-left: 50px;
  border-radius: 8px;
}
.header__flexhtem--fill .top-bar__menu li {
  text-align: center;
  margin: 0px 10px;
  line-height: 1;
}
.header__flexhtem--fill .top-bar__menu .label_icon {
  color: #000000;
  display: block;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0px;
}
.header__flexhtem--fill .top-bar__menu .mini_cart {
  max-width: 100%;
  display: block;
  padding: 0;
  width: 100%;
  color: #2f4267 !important;
  height: auto!important;
}
.header__flexhtem--fill .top-bar__menu .mini_cart .cart_count {
  position: absolute;
  color: #fff;
  top: 0;
  right: 0px;
  width: 12px;
  height: 12px;
  letter-spacing: -0.01em;
  background: #E94A6B;
  border-radius: 100%;
  font-size: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.main-nav .header_top_w {
  background: #ffffff;
}
.header_main-menu {
  max-width: var(--container_width);
  width: 95%;
  margin: 0 auto;
  padding: 7.5px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
}
.header_main-menu .nav-desktop__tier-2--full-width-menu {
  width: 100%;
}
.header_main-menu .right_item {
  border-radius: 8px;
  padding: 10px !important;
  display: flex;
  border: 2px solid #FFF;
  align-items: center;
  border: 1px solid #000 !important;
}
.header_main-menu .right_item span {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  margin-left: 5px;
}
.nav-desktop__tier-1 .nav-desktop__tier-1-item {
  margin-right: 38px;
}
.preview-item-section,
.remove-item-section,
.remove-item-voucher-section,
.select-voucher-popup-background,
.poupup-message-section {
  position: fixed;
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000006e;
  z-index: 10000;
  text-align: center;
}
.preview-item_close_button,
.remove-item_close_button,
.remove-item-voucher_close_button {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 28px;
  padding: 0px;
  color: white;
  font-size: 15px;
}
.preview-item-headline,
.remove-item-headline {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.remove-item-voucher-headline {
  padding: 16px 24px 10px 24px;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.second-voucher-headline {
  font-size: 16px!important;
  line-height: 22px!important;
  font-weight: 400 !important;
}
.main-preview-item,
.main-remove-item {
  display: inline-block;
  position: relative;
  padding: 26px;
  background: #fff;
  border-radius: 16px;
}
.main-remove-item-voucher {
  /*display: inline-block;*/
  position: relative;
  max-width: 357px;
  background: #fff;
  border-radius: 16px;
  padding: 0px 0px 24px 0px;
}
.main-popup-message {
  display: inline-block;
  position: relative;
  max-width: 200px;
  background: #fff;
  border-radius: 24px;
  padding: 24px 16px 24px 16px;
  text-align: center;
}
.main-preview-item img {
  max-width: 480px;
  width: 100%;
  max-height: 85vh;
  border-radius: 16px;
}
.main-remove-item img {
  max-width: 240px;
  width: 100%;
  max-height: 85vh;
  border-radius: 16px;
}
.main_preview_item_container {
  max-width: 95%;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  text-align: center;
}
.popup_action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.popup_action a {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 13px 20px;
  margin: 0 8px;
}
a.remove-item-btn,
a.remove-item-voucher-btn,
.cancel-voucher-btn {
  border-radius: 8px;
  border: 1px solid #000;
}
a.cancel-item-btn,
a.cancel-item-voucher-btn,
.apply-voucher-btn {
  border-radius: 8px;
  border: 1px solid #e94a6b !important;
  background-color: #e94a6b;
  color: #fff !important;
}
.remove-item-image-wrapper {
  position: relative;
  margin: auto;
  max-width: 240px;
}
.remove-item-price-wrapper {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #FCB132;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 6px 12px 0px;
  width: fit-content;
  height: fit-content;
}
.remove-item-was-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  text-decoration-line: line-through;
  color: #fff;
}
.remove-item-price {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: right;
  color: #fff;
}
a.preview-item-checkout-btn {
  border-radius: 8px;
  border: 1px solid #e94a6b !important;
  background-color: #e94a6b;
  color: #fff !important;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  padding: 16px 20px;
  margin: 0 8px;
}
@media screen and (min-width: 481px) {
  .mini-cart-action li {
    margin-top: 12px!important;
  }
}
@media screen and (min-width: 746px) {
  .cart_content,
  div.cartpopup_header,
  .cart-container .cart_content .mini-cart-action {
    max-width: 487px;
  }
  .cart-container .cart_content .mini-cart-action {
    width: 487px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-desktop__tier-1 .nav-desktop__tier-1-item {
    margin-right: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .cart-container.active_link .cart_content {
    width: 500px;
  }
}
@media screen and (max-width: 1300px) {
  .main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .index-products-list{
    padding: 0!important;
  }
}

.index-products-list{
  width: 100%!important;
}

@media screen and (max-width: 1200px) {
  .page-layout {
    padding-left: 16px;
    padding-right: 16px;
  }
  .heading-3 {
    font-size: 16px;
    line-height: 24px;
  }
  .quick-search {
    display: block;
    padding-top: 20px;
  }
  .quick-search .quick-search-title {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 970px) {
  html,
  body {
    overflow-x: hidden;
  }
  .header .main-nav .header__flexhtem--fill.header_search .search-container {
    max-width: 296px;
  }
  .header .main-nav .header__flexhtem--fill.header_search .search-container .search__form input {
    border-radius: 50px;
  }
  .bottom-sign {
    padding: 60px 20px;
  }
  .bottom-sign .section-content {
    padding-top: 0;
  }
  .section-wrapper .section-content {
    padding-top: 30px;
  }
  .section-wrapper .section-content .heading-1 {
    font-size: 22px;
  }
  .shop-recipients-row {
    margin-top: 15px;
  }
  .shop-products,
  .shop-gift-row,
  .shop-categories {
    padding-top: 10px;
  }
  .shop-products {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .shop-products.best-seller,
  .shop-products.new-arrival {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .quick-search-form {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .quick-search-btn {
    font-size: 16px;
  }
  .mymodal .modal-lg {
    width: 100%;
  }
  .mymodal .h_buttons {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .famvibe-reward-mobile {
    display: block;
    border-radius: 16px!important;
    margin-top: 30px;
  }
  .famvibe-reward-mobile .list-content-famvibe-reward {
    padding: 0 15px;
  }
  .famvibe-reward-mobile .title-famvibe-reward {
    font-size: 35px;
  }
  .PageOverlay.is-visible {
    opacity: 0.5;
    visibility: visible;
  }
  .menu-icon {
    display: inline-block;
  }
  .header .side-menu {
    display: block;
  }
  .header .side-menu.open {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
  .header .header__logo img {
    width: auto;
    max-width: 150px;
    max-height: 70px;
  }
  .header .main-nav .header_top_w .header_top {
    width: 100%;
    padding: 5px 2.5%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  .header .main-nav .header_search {
    display: none;
  }
  .header .main-nav .header__flexhtem--fill .top-bar__menu .header-wish,
  .header .main-nav .header__flexhtem--fill .top-bar__menu .header-currency,
  .header .main-nav .header__flexhtem--fill .top-bar__menu .header-login {
    display: none;
  }
  .header_main-menu {
    display: none;
  }
  .main-wrapper {
    padding-top: 100px;
  }
  .shop-gift-row {
    grid-template-columns: 1fr;
  }
  .quick-search-form {
    grid-template-columns: 1fr 1fr;
    gap: 0px 24px;
  }
  .quick-search-btn {
    font-size: 16px;
  }
  .shop-steps-box .step-img .next-step {
    display: none !important;
  }
  .bottom-sign {
    padding: 20px;
    border-radius: 15px;
  }
  .bottom-sign .section-content {
    padding-top: 0;
  }
  .bottom-sign .bottom-sign-title {
    font-size: 35px;
  }
  .bottom-sign .bottom-sign-des {
    font-size: 16px;
  }
  .bottom-sign .b-sign-row {
    width: 100%;
  }
  .bottom-sign .b-sign-row input {
    height: 48px;
    padding: 0 10px;
    border-radius: 10px 0 0 10px;
  }
  .bottom-sign .b-sign-row .b-sign-btn {
    font-size: 18px;
    padding: 0 15px;
    height: 48px;
    border-radius: 0 10px 10px 0;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer .f-logo {
    padding-bottom: 20px;
  }
  .footer .footer-content--child {
    display: flex;
    justify-content: space-between;
    gap: 37px;
    padding-bottom: 30px;
  }
  .footer .footer-reviews {
    margin-bottom: 0;
  }
  .footer .footer-payment {
    max-width: unset;
    align-content: end;
    gap: 4px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: flex-end;
  }
  .footer .footer-col:first-child {
    width: 100%;
  }
  .footer .row {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
  }
  .footer .footer-col {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    width: 300px;
  }
  .footer .footer-col .f-links {
    width: 100%;
  }
  .theme-s2 .footer {
    padding: 40px 0;
  }
  .theme-s2 .footer .footer-top-des {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mymodal .modal-lg {
    width: 100%;
  }
  .mymodal .modal-section .tab-pane .login {
    grid-template-columns: 1fr;
  }
  .grid .grid-item {
    width: calc(50% - 28px) !important;
  }
}
@media screen and (max-width: 745px) {
  .cart_content,
  .cart-container.active_link,
  .cart-container .cart_content .mini-cart-action {
    max-width: unset!important;
    width: 100%;
  }

  .grid .grid-item {
    width: calc(50% - 28px) !important;
  }
}
@media screen and (max-width: 480px) {
  html,
  body {
    overflow-x: hidden;
  }
  .quick-search-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .quick-item {
    flex: 1;
    width: 100%;
  }
  .quick-search-btn {
    margin-top: 15px;
    font-size: 16px;
  }
  .bottom-sign {
    padding: 20px;
  }
  .bottom-sign .section-content {
    padding-top: 0;
  }
  .bottom-sign .bottom-sign-title {
    font-size: 24px;
  }
  .bottom-sign .bottom-sign-des {
    font-size: 14px;
  }
  .footer .footer-payment {
    grid-template-columns: 1fr 1fr;
    min-width: 100px;
  }
  .famvibe-reward-mobile {
    display: block;
    border-radius: 16px!important;
    margin-top: 30px;
  }
  .famvibe-reward-mobile .list-content-famvibe-reward {
    padding: 15px !important;
  }
  .famvibe-reward-mobile .title-famvibe-reward {
    font-size: 22px !important;
    margin-right: 0 !important;
    white-space: nowrap;
  }
  .mymodal .modal-lg {
    width: 100%;
  }
  .mymodal .modal-section .box-content {
    padding: unset;
  }

  .grid .grid-item {
    width: calc(100% - 40px) !important;
  }
}
@media screen and (max-height: 667px) {
  .header .side-menu .menu_footer {
    position: static;
  }
  .mymodal .modal-lg {
    width: 100%;
  }
  .grid .grid-item {
    width: calc(50% - 28px) !important;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.delay-0s {
  animation-delay: 0;
}
.delay-025s {
  animation-delay: 0.25s;
  opacity: 0;
}
.delay-05s {
  animation-delay: 0.5s;
  opacity: 0;
}
.delay-075s {
  animation-delay: 0.75s;
  opacity: 0;
}
.delay-1s {
  animation-delay: 1s;
  opacity: 0;
}
.animate_right,
.animate_left,
.animate_up,
.animate_down {
  opacity: 0;
}
.ie .animated,
.ie .animate_right,
.ie .animate_left,
.ie .hsContent,
.ie #slide-1 .animated {
  opacity: 1 !important;
}
.ie delay-025s,
.ie .delay-0s,
.ie .delay-025s,
.ie .delay-05s,
.ie .delay-075s,
.ie .delay-1s {
  opacity: 1 !important;
}
.ie select {
  background-image: none !important;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 13px;
  z-index: 996;
  border: none;
  outline: none;
  background: #CBCBCB;
  color: #000000;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.5;
}
#myBtn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 992px) {
  button#myBtn {
    left: 50px;
  }
}
@media (max-width: 767px) {
  button#myBtn {
    font-size: 0;
    width: 50px;
    height: 50px;
    bottom: 80px;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.has_dropdown {
  position: relative;
}
.has_dropdown:hover .custom_dropdown {
  opacity: 1;
  visibility: visible;
}
.custom_dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 140px;
  background: #F2F7FB;
  box-shadow: 0px 0px 32px rgba(0, 62, 155, 0.2);
  border-radius: 8px;
  z-index: 9;
  padding: 5px 8px;
  margin: 0;
}
.custom_dropdown li {
  list-style: none;
  margin: 0!important;
  padding: 8px 0;
}
.custom_dropdown li:hover {
  background: #D9E8F4;
  border-radius: 12px;
}
.custom_dropdown li.logout {
  opacity: 0.7;
}
.custom_dropdown li.logout a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_dropdown li.logout a svg {
  margin-left: 10px;
}
.custom_dropdown li a {
  font-size: 12px;
  line-height: 24px;
}

@media screen and (max-width: 640px){
  .footer .footer-col {
    width: 100%;
  }

  .footer .f-links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
  }

  .footer .footer-col.open .f-links {
    height: auto;
    max-height: 500px;
    transition: max-height 1s ease-in;
  }

  .footer .footer-col.open .f-title::after {
    content: "\e253";
  }

  .footer .f-title {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0;
    padding-bottom: 10px;
    cursor: pointer;
  }

  .footer .f-title:after {
    content: "\e252";
    font-family: "Glyphicons Halflings";
    color: #f2f2f2;
    float: right;
    font-size: 14px;
    line-height: 23px;
  }
}

@media screen and (max-width: 767px){
  .footer .footer-col .f-title {
    text-align: left;
    width: 100%;
    flex: 0 0 auto;
  }
}


.footer .f-title {
  font-weight: bold;
  text-transform: uppercase;
}


.product-reviews .review-summary {
  display: flex;
  padding: 0 20px;
}
.product-reviews .summary-left {
  display: flex;
  position: relative;
}
.product-reviews .summary-left .stars {
  color: #f0843b;
}
.product-reviews .summary-left .stars i {
  font-size: 18px;
}
.product-reviews .summary-left .summary-text {
  padding-left: 5px;
  cursor: pointer;
  color: #333;
  font-size: 16px;
}
.product-reviews .summary-left .summary-box {
  position: absolute;
  left: 6px;
  top: 40px;
  width: 403px;
  padding: 20px 20px 24px 20px;
  transform-origin: top center;
  box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.14);
  background-color: #fff;
  font-size: 14px;
  z-index: 109;
  display: none;
}
.product-reviews .summary-left .summary-box .sr-title {
  text-align: center;
}
.product-reviews .summary-left .summary-box .sr-title i {
  color: #f0843b;
}
.product-reviews .summary-left .summary-box .sr-item {
  display: flex;
  align-items: center;
}
.product-reviews .summary-left .summary-box .sr-item i {
  color: #f0843b;
}
.product-reviews .summary-left .summary-box .sr-item .progress {
  flex: 1;
  margin: 0 10px;
}
.product-reviews .summary-left .summary-box .sr-num {
  width: 60px;
  flex: 0 0 auto;
  padding-left: 10px;
}
.product-reviews .summary-left.active .summary-box {
  display: block;
}
.product-reviews .summary-left.active .progress .progress-value {
  display: block;
}
.product-reviews .grid {
  position: relative;
  padding: 20px 10px;
}
.product-reviews .grid .grid-item-wrap {
  width: 100%;
}
.product-reviews .grid .grid-item {
  width: calc(20% - 18px);
  margin: 7px;
  background-color: #F0F0F0;
  overflow: hidden;
}
.product-reviews .grid .grid-item:hover {
  background: #f8f8f8;
}
.product-reviews .grid .grid-item .block {
  padding: 10px 10px 0;
}
.product-reviews .grid .grid-item .block.time {
  color: #767676;
  font-size: 11px;
  padding: 5px 10px 0;
  height: 20px;
}
.product-reviews .grid .grid-item .block.stars {
  color: #f0843b;
}
.product-reviews .grid .grid-item .star {
  font-size: 14px;
}
.product-reviews .grid .grid-item .box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-reviews .grid .grid-item .item-img {
  padding: 0;
  position: relative;
}
.product-reviews .grid .grid-item .item-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  cursor: zoom-in;
}
.product-reviews .more-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-reviews .more-box .btn-more-reviews {
  border-radius: 2px;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  border: 1px solid #E8E8E8;
  color: #282828;
}
.product-reviews .more-box .btn-more-reviews:hover {
  background-color: #E8E8E8;
}
.product-reviews .pre-wrap {
  white-space: normal;
}
.product-reviews .main-text {
  font-size: 14px;
  line-height: 19px;
}
.product-reviews .action {
  cursor: pointer;
}
.product-reviews .progress {
  height: 10px;
}
.product-reviews .progress .progress-value {
  height: 10px;
  background: #7B7B7B;
  transition: all 0.5s ease;
  animation: progressBarGrowAnimation 0.6s ease forwards;
}
@keyframes progressBarGrowAnimation {
  0% {
    width: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn-write-pr {
  font-size: 16px;
  padding: 6px 12px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  line-height: 26px;
  cursor: pointer;
  color: #000000;
}
.btn-write-pr:hover {
  background-color: #E8E8E8;
}
#writeReviewModal .label {
  color: #333;
  font-size: 16px;
  width: 100px;
  padding-right: 10px;
  flex: 0 0 auto;
  text-align: right;
}
#writeReviewModal .form-item {
  margin: 0 0 16px;
}
#writeReviewModal .input-block {
  flex: 1;
  position: relative;
}
#writeReviewModal .rate-stars .star {
  color: #F16523;
  cursor: pointer;
}
#writeReviewModal .rate-stars .star::before {
  font-size: 30px;
  content: "\e9d7";
  margin-right: 5px;
  font-family: 'icomoon' !important;
  display: inline-block;
  font-style: normal;
}
#writeReviewModal .rate-stars .star.active::before {
  content: "\e9d9";
}
.upload-file {
  opacity: 0;
  height: 40px;
  width: 124px;
  position: relative;
  z-index: 1;
}
.btn-upload {
  background-color: #111;
  color: #fff;
  padding: 3px 8px;
  width: 120px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  z-index: 0;
  top: 5px;
  position: absolute;
  cursor: pointer;
}
.btn-upload span {
  padding-left: 5px;
}
.global-button.btn-review-submit {
  width: 120px;
  height: 40px;
  font-size: 18px;
}
textarea {
  padding: 15px;
  line-height: 2;
}
.hb {
  float: right;
  font-size: 15px;
  margin-right: 20px;
  color: #999;
}
