@font-face {
  font-family: WooCommerce;
  src: url("https://file.hstatic.net/1000230347/file/woocommerce_9ea306cc895f4727adcf355c9ffe09d2.eot");
  src: url("https://file.hstatic.net/1000230347/file/woocommerce_9ea306cc895f4727adcf355c9ffe09d2.eot") format("embedded-opentype"), url("https://file.hstatic.net/1000230347/file/woocommerce_4b6330f53c1740e7bd8ecf041104d808.woff") format("woff"), url("https://file.hstatic.net/1000230347/file/woocommerce_9da9d6eb02374ab69f7a27f85cf73f8e.ttf") format("truetype"), url("https://file.hstatic.net/1000230347/file/woocommerce_190bc422ab7a4b80ba191d7811c46fd7.svg#WooCommerce") format("svg");
  font-weight: 400;
  font-style: normal; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scrollX {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

@keyframes marquesina {
  0% {
    transform: translate(-50%); }
  to {
    transform: translate(0); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulse50 {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  50% {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%); }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); } }

@keyframes pulse50 {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  50% {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%); }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); } }

@keyframes ripple {
  from {
    opacity: 1;
    width: 65px;
    height: 65px; }
  to {
    opacity: 0;
    width: 100px;
    height: 100px; } }

#loader {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  content: '';
  left: 0;
  top: 0;
  z-index: 9999; }
  #loader img {
    width: 45px; }
  #loader span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: ripple 1.5s ease-out infinite; }

/* swal */
.swal-modal .swal-text {
  text-align: center; }

.swal-footer {
  text-align: center; }
  .swal-footer .swal-button--confirm {
    background: #2659f3; }

/* modal boostrap */
#modalNotiCart .modal-header {
  background: var(--primary-color);
  color: #fff; }

#modalNotiCart .modal-body a {
  color: var(--primary-color);
  font-weight: 600; }

#modalNotiCart .modal-footer {
  justify-content: center; }

body {
  color: var(--text-color);
  background: #fff;
  overflow-x: hidden;
  max-width: 100%;
  font-family: 'Inter', sans-serif; }
  body.onload {
    overflow: hidden !important; }

.bi {
  fill: #2659f3; }

.form-control:focus,
a,
button,
.page-link:focus,
.btn, .btn:focus {
  outline: none !important;
  box-shadow: none; }

.form-control:focus {
  border-color: var(--secondary-color); }

a {
  color: var(--text-color); }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: none;
    color: var(--text-color); }

.card {
  border-radius: 20px;
  box-shadow: 0 0 8px 2px rgba(179, 179, 179, 0.15); }

.btn {
  border-radius: 20px; }

.hidden {
  display: none !important; }

.btn-action {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color); }
  .btn-action:hover {
    filter: brightness(1.1); }

a.link {
  text-decoration: none;
  color: var(--text-color);
  cursor: pointer; }
  a.link:hover {
    color: var(--primary-color);
    filter: brightness(1);
    text-decoration: none; }

.pos-relative.embed-responsive.embed-responsive-1by1 img {
  --image-scale: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(var(--image-scale));
  object-fit: contain;
  max-width: 100%;
  max-height: 100%; }

img, iframe {
  max-width: 100%;
  left: 0; }

#fb-root iframe {
  left: initial !important; }

.title_page {
  font-size: 1.4rem;
  padding: 10px 0; }

.title_page, .title-head {
  font-weight: 400; }

.title-head {
  font-size: 1rem;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: red; }

.row-grid {
  --col: 12;
  display: grid;
  grid-template-columns: repeat(var(--col), minmax(0, 1fr));
  grid-gap: 15px; }

.scroll::-webkit-scrollbar {
  width: 3px; }

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 1px solid var(--primary-color); }

/** lazyload **/
.lazyload:not(.loaded) {
  background: #ebebeb; }

.lazyload.banner1120x350:not(.loaded) {
  background: #ebebeb;
  width: 100%;
  height: 0;
  padding-top: 31.25%; }

.lazyload.loaded {
  background: transparent; }

/**Topbar
.topbar{
background: var(--topbar-bg);
min-height: 40px;
padding: 5px;
font-size: 14px;
display: flex;
flex-wrap: wrap;
align-items: center;
color: var(--topbar-color);
.link{
color: var(--topbar-color);
}
}**/
.top-banner .lazyload:not(.loaded) {
  width: 100%; }

/**slick **/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block !important;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left !important;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  --size: 44px;
  top: 50%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: var(--size);
  height: var(--size);
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border: 1px solid #ebebeb;
  background: #ebebeb;
  line-height: var(--size);
  text-align: center;
  z-index: 1;
  overflow: hidden;
  opacity: .7;
  border-radius: 100%; }
  .slick-arrow:hover, .slick-arrow:focus {
    outline: none; }
  .slick-arrow.slick-disabled {
    cursor: default;
    display: none !important; }
  .slick-arrow:not(.slick-disabled):hover {
    opacity: 1;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    background: #fff;
    color: #333; }
  .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
    font-family: "Font Awesome\ 5 Free";
    background: transparent;
    font-weight: 900;
    height: var(--size);
    width: var(--size);
    font-size: 18px;
    color: #333;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .slick-arrow.slick-prev {
    left: 0; }
    .slick-arrow.slick-prev:before {
      content: "\f104"; }
  .slick-arrow.slick-next {
    right: 0; }
    .slick-arrow.slick-next:before {
      content: "\f105"; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      border-radius: 0;
      height: 10px;
      width: 10px;
      border: 1px solid #e5e5e5;
      background-color: #fff;
      padding: 0;
      font-size: 0; }
    .slick-dots li.slick-active button {
      border-color: var(--primary-color);
      background-color: var(--primary-color); }

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  padding: 0;
  border-radius: 15px;
  height: 24px;
  align-items: center;
  display: flex !important;
  justify-content: center; }
  .slick-dots li button {
    height: 2px;
    width: 16px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0;
    margin: 0 3px;
    opacity: .5; }
    .slick-dots li button:hover {
      opacity: 1; }
  .slick-dots li.slick-active button {
    opacity: 1; }

/**Header**/
#header_account > a {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 86px; }

.header_menu {
  transition: all .4s;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1001; }
  .header_menu.is_sticky {
    box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.25); }
    .header_menu.is_sticky .top-bannertext, .header_menu.is_sticky .type-suggest {
      display: none; }
    .header_menu.is_sticky .mid-header {
      padding: 8px 0px; }
      .header_menu.is_sticky .mid-header .icon-header {
        width: 30px;
        height: 30px; }
      .header_menu.is_sticky .mid-header .fas {
        font-size: 22px; }
      .header_menu.is_sticky .mid-header .media-body span, .header_menu.is_sticky .mid-header .media-body a {
        font-size: 14px; }
    @media (min-width: 992px) {
      .header_menu.is_sticky .logo-wrapper img {
        width: 12vw; } }
    @media (max-width: 1366px) {
      .header_menu.is_sticky .mid-header .media-body span, .header_menu.is_sticky .mid-header .media-body a {
        font-size: 10px; }
      .header_menu.is_sticky .logo-wrapper img {
        width: 14vw; } }
    @media (max-width: 1366px) {
      .header_menu.is_sticky .logo-wrapper img {
        width: 45vw; } }

.toggle-nav,
.icon-bar {
  width: 24px;
  flex-direction: column;
  height: 20px;
  justify-content: space-between;
  border-radius: 0px; }
  .toggle-nav .bar,
  .icon-bar .bar {
    height: 3px;
    background: #fff;
    width: 24px;
    border-radius: 1px; }
    .toggle-nav .bar:nth-child(2, 2),
    .icon-bar .bar:nth-child(2, 2) {
      width: 75%; }

.icon-bar {
  cursor: auto !important; }

.icon-bar .bar {
  background: var(--text-color);
  height: 2px; }
  .icon-bar .bar:nth-child(2) {
    width: 24px; }

.bottom-header {
  display: none; }
  .bottom-header--wrap {
    background: #e5eeff; }
    .bottom-header--wrap .navigation, .bottom-header--wrap .navigation .menu-item {
      background: transparent; }
  .bottom-header .navigation {
    display: flex;
    margin: auto;
    justify-content: space-between;
    padding: 0; }

.mid-header {
  background: var(--header-background);
  color: #ffffff;
  padding: 15px 0px;
  /*@media(min-width: 992px) {
		background-size: cover;
		background-image: url('https://file.hstatic.net/1000230347/file/tabbar_eebb3f7d84684ecca4872e6ac66252f1.png');
		.container {max-width: 87vw !important;}
		#search-header > form {
			width: 80%;
			margin: auto;
			padding-left: 10%;
		}
	}*/ }
  .mid-header .header-left li {
    padding: 5px;
    border-radius: 10px;
    transition: all .4s; }
    .mid-header .header-left li:hover {
      background-color: rgba(0, 96, 255, 0.12); }
  .mid-header .toggle-nav {
    width: 24px;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    border-radius: 0px; }
    .mid-header .toggle-nav .bar {
      height: 3px;
      background: var(--header-color);
      width: 24px;
      border-radius: 1px; }
      .mid-header .toggle-nav .bar:nth-child(2) {
        width: 75%; }
  .mid-header .logo-wrapper {
    display: block; }
    @media (max-width: 992px) {
      .mid-header .logo-wrapper {
        min-width: 100px;
        margin: auto; } }
    @media (max-width: 767px) {
      .mid-header .logo-wrapper img {
        width: 215px; } }
  .mid-header a {
    /*color: var(--header-color);*/
    color: var(--header-color); }
    .mid-header a:hover {
      text-decoration: none; }
  .mid-header .fas {
    font-size: 18px; }

.left-header {
  font-size: 14px; }

.mini-cart .no-item {
  text-align: center; }
  .mini-cart .no-item p {
    margin: 0 auto; }

.mini-cart > a {
  color: var(--header-color); }
  @media (min-width: 768px) {
    .mini-cart > a {
      display: flex;
      align-items: center; } }
  .mini-cart > a .count_item {
    display: block;
    background: #cd444e;
    background: #ff0000;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 10px;
    border-radius: 50%;
    /*color: var(--header-background);*/
    color: #fff; }
    @media (max-width: 575px) {
      .mini-cart > a .count_item {
        font-size: 9px; } }

.search-filter {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap; }
  .search-filter--item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 0;
    border-radius: 5px;
    color: #000; }
    .search-filter--item.s1 {
      width: 60%; }
    .search-filter--item.s2 {
      width: 40%; }
    .search-filter--item h4 {
      margin: 0;
      font-size: 16px;
      white-space: nowrap;
      font-weight: normal; }
    .search-filter--item .slider-val {
      background: #2659f3;
      color: #fff;
      padding: 5px 10px;
      font-size: 11px;
      border-radius: 5px;
      min-width: 99.5px;
      text-align: center;
      font-weight: 600; }
    .search-filter--item .slider-price {
      width: 100%;
      margin: 0 10px;
      border-radius: 50px;
      border: none !important;
      outline: none;
      height: 4px;
      background: #dbd5d5; }
      .search-filter--item .slider-price .ui-state-default {
        background: #fbe263;
        border-radius: 50%;
        border: none;
        outline: none;
        top: 50%;
        transform: translateY(-50%); }
      .search-filter--item .slider-price .ui-slider-range {
        background: #2659f3;
        border: none;
        outline: none; }

@media (max-width: 767px) {
  body.cart-page footer {
    display: none; }
  .mid-header .header-left {
    justify-content: flex-end; }
    .mid-header .header-left li {
      padding: 5px; }
  .search-filter--item {
    width: 100%;
    flex-wrap: wrap; }
    .search-filter--item h4 {
      width: 100%;
      margin-bottom: 10px; }
    .search-filter--item .slider-price {
      width: calc(100% - 184px);
      margin: 0 15px; }
    .search-filter--item .slider-val {
      margin: 0 !important;
      font-size: 10px;
      min-width: 77px; } }

/**search bar header **/
@media (max-width: 991px) {
  #search-header .custom-input-group .input-group-field {
    height: 35px; } }

@media (max-width: 991px) {
  #search-header {
    order: 1;
    margin-top: 10px; } }

#search-header .btn {
  /*background: var(--header-color);*/
  background: #0b234d;
  border-radius: 0; }
  #search-header .btn span {
    color: var(--header-color); }

.icon-header {
  width: 35px;
  height: 35px;
  /*background: var(--header-color);*/
  background: #0b234d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .icon-header svg {
    fill: #fff;
    width: 45%; }

.type-suggest {
  display: flex;
  margin-top: 10px;
  justify-content: flex-start;
  overflow-x: auto; }
  @media (max-width: 767px) {
    .type-suggest {
      display: none; } }
  .type-suggest::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .type-suggest::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .type-suggest::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .type-suggest::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }
  .type-suggest a {
    display: inline-block;
    /*padding: 2px 10px;
		background: #fbe263;*/
    /*color: var(--header-color);*/
    color: #808089;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 10px;
    white-space: nowrap;
    font-weight: bold; }

/*Topbar*/
.top-banner-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden; }
  .top-banner-slider:not(.slick-initialized) > a {
    flex: 0 0 100%; }

/** Subheader **/
.subheader {
  background: #fff;
  color: var(--text-color);
  display: flex;
  align-items: center;
  padding-top: 8px; }
  @media (max-width: 992px) {
    .subheader {
      display: none; } }
  .subheader .container {
    display: grid;
    grid-template-columns: calc(100% / 3  - 90px) 1fr;
    justify-content: space-between;
    align-items: center; }
    .subheader .container > * {
      padding-bottom: 8px; }

.shop-policises {
  justify-content: flex-start; }
  .shop-policises li {
    display: flex;
    align-items: center; }
    .shop-policises li + * {
      margin-left: 15px; }
  .shop-policises div {
    width: 32px;
    height: 32px;
    padding: 4px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .shop-policises .link {
    font-size: 16px; }

.product-badge {
  max-height: 16px;
  margin-top: .5rem;
  margin-right: .5rem;
  display: block; }

/** Custom input group **/
.custom-input-group {
  overflow: hidden;
  border-radius: 12px;
  position: relative; }
  .custom-input-group input.form-control {
    border-radius: 12px !important; }
  .custom-input-group .input-group-field {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    background: transparent;
    color: #363636;
    outline: none;
    padding: 0 50px 0 10px;
    float: right;
    border: 1px solid #dddde3;
    overflow: hidden;
    background: #fff;
    border-radius: 12px; }
  .custom-input-group .input-group-btn {
    position: absolute;
    right: 0px;
    z-index: 4;
    height: 100%; }
    .custom-input-group .input-group-btn, .custom-input-group .input-group-btn button {
      border: none; }

/**Product item **/
.item_product_main {
  margin-top: .5rem;
  margin-bottom: .5rem;
  background: #fff; }
  .item_product_main .price-box + .product-action {
    min-height: 33px; }
  .item_product_main .preorder-note {
    font-size: 12px;
    background: #06b52c;
    color: #fff;
    padding: 5px 8px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 10px; }
  .item_product_main .product-thumbnail {
    position: relative;
    overflow: hidden; }
  @media (min-width: 1025px) {
    .item_product_main {
      font-size: 16px; }
      .item_product_main:hover {
        box-shadow: 0px 0px 6px 0px rgba(50, 50, 93, 0.1), 1px 1px 5px rgba(0, 0, 0, 0.02); }
        .item_product_main:hover .product-name a {
          color: var(--primary-color); }
        .item_product_main:hover .group_action {
          opacity: 1; } }
  .item_product_main a {
    text-decoration: none;
    color: var(--text-color); }
  .item_product_main .btn-views {
    color: var(--primary-color);
    background: #fff;
    border-radius: 0;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    margin: 0;
    font-size: 12px;
    border: 2px solid var(--primary-color); }
    .item_product_main .btn-views.btn-first {
      background-color: var(--primary-color);
      color: #fff; }
      @media screen and (max-width: 992px) {
        .item_product_main .btn-views.btn-first {
          background-color: #fff;
          color: var(--primary-color);
          display: none; } }
    .item_product_main .btn-views.btn-last {
      background-color: #fff;
      color: var(--primary-color); }
    @media screen and (max-width: 1199px) {
      .item_product_main .btn-views {
        padding: 5px 2px;
        border-width: 1px;
        font-size: 12px; } }
    @media screen and (max-width: 992px) {
      .item_product_main .btn-views {
        flex: 0 0 100%;
        max-width: 100%; } }
  .item_product_main .variants-box {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 5px; }
    .item_product_main .variants-box--item {
      width: 20px;
      height: 20px;
      cursor: pointer;
      border-radius: 50%;
      display: inline-block;
      border: 2px solid transparent; }
      .item_product_main .variants-box--item.active {
        border-color: #ff910d; }
      .item_product_main .variants-box--item:not(:last-child) {
        margin-right: 5px; }
  .item_product_main .product-name {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
    height: 42px;
    text-align: left;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 8px; }
  .item_product_main .product-info {
    padding: 0;
    text-align: center;
    border-radius: 0 0 16px 16px;
    background: #f8faff; }
    .item_product_main .product-info .price-box {
      margin-top: 5px;
      display: block;
      /*justify-content: center;
      align-items: center;
      gap: 5px;*/
      width: 100%; }
      .item_product_main .product-info .price-box .price {
        display: block;
        margin-bottom: 5px; }
  .item_product_main .price-contact,
  .item_product_main .price {
    font-weight: bold;
    color: var(--price-color); }
  .item_product_main .compare-price {
    color: var(--text-secondary-color);
    text-decoration: line-through;
    font-size: 0.8rem; }
  .item_product_main .group_action {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    transition: opacity .2s ease-out;
    opacity: 0; }
    @media screen and (max-width: 1199px) {
      .item_product_main .group_action {
        opacity: 1; } }
  .item_product_main .image_thumb {
    display: block; }
  .item_product_main .label_product {
    background: #ffcfcf;
    padding: 5px 8px;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 20px; }
    .item_product_main .label_product .label_wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #ed1c24; }
  @media (max-width: 767px) {
    .item_product_main .product-reviews-badge .product-reviews-star i {
      font-size: 14px !important; } }

.product-frame {
  z-index: 2; }

/** Heading bar **/
.heading-bar {
  font-size: 16px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 15px; }
  .heading-bar__title {
    color: var(--text-color);
    font-size: 1.4em;
    margin: 0px;
    line-height: 1.2; }
    .heading-bar__title a:hover {
      color: var(--primary-color); }
  .heading-bar__action .link.more {
    color: var(--primary-color); }

.payment-method--wrap {
  display: flex;
  gap: 15px;
  justify-content: center; }
  @media (max-width: 767px) {
    .payment-method--wrap {
      flex-wrap: wrap; } }

footer {
  background: #f8faff; }
  footer .form_newsletter .btn-action {
    background-color: #0b234d;
    border-color: #0b234d; }

/** top footer **/
.top-footer {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #ebebf0;
  border-bottom: 1px solid #ebebf0; }

.newsletter-form .input-group-field {
  padding: 0px 90px 0px 10px; }

/** mid footer **/
.form_register noscript {
  display: none; }

.mid-footer {
  font-size: 14px;
  padding-top: 40px;
  color: #4b4c4c;
  background: #17479d;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px; }

.mid-footer p {
  margin-bottom: 5px;
  color: #f8f9fa; }
  .mid-footer p .title-footer {
    font-weight: 700;
    color: #fbe263; }
  .mid-footer p b {
    color: #fbe263; }

.bg-footer-bottom {
  color: var(--header-color);
  background: var(--header-background);
  text-align: center; }

.logo-footer img {
  max-width: 280px; }

.about-company {
  line-height: 24px;
  margin-top: 18px;
  font-size: 16px; }

.mid-footer .f-block.f-support > p {
  /*color: #2bff2d;*/
  color: #f3dd6c;
  line-height: 1;
  font-size: 16px;
  font-family: 'brandon', sans-serif;
  font-weight: bold;
  margin-bottom: 10px; }
  .mid-footer .f-block.f-support > p > a {
    color: #fff; }

.mid-footer .li_menu {
  list-style: "-";
  padding-bottom: 6px;
  list-style-position: inside;
  color: #f8f9fa; }

.mid-footer .list-menu .link {
  color: #f8f9fa; }

.mid-footer .follow_option .link {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 50%;
  border: 1px solid;
  background: #fff; }

.mid-footer .follow_option .link.facebook {
  color: var(--header-background);
  border-color: var(--header-background); }

.mid-footer .follow_option .link.twitter {
  color: var(--header-background);
  border-color: var(--header-background); }

.mid-footer .follow_option .link.linkedin {
  color: var(--header-background);
  border-color: var(--header-background); }

.mid-footer .follow_option .link.google {
  color: var(--header-background);
  border-color: var(--header-background); }

.mid-footer .follow_option .link.youtube {
  color: var(--header-background);
  border-color: var(--header-background); }

.top-footer .title-footer {
  font-size: 16px;
  color: #23486c;
  margin-bottom: 15px;
  font-weight: bold; }

.fa-zing-me {
  background: url("//theme.hstatic.net/1000230347/1001380508/14/icon-zing.png?v=658") center no-repeat;
  width: 20px;
  height: 20px; }

.variant-title {
  font-size: .8rem;
  font-weight: 400;
  color: #898989; }

.home-parnter {
  border-radius: 8px 8px 0 0;
  background: #f8faff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden; }

.home-parnter #home-partner-list {
  display: flex;
  gap: 3vw;
  animation: scrollX 48s linear infinite;
  will-change: transform;
  backface-visibility: hidden; }

#home-partner-list .item-partner {
  flex: 0 0 20%;
  text-align: center;
  background: #fff;
  padding: 16px 0;
  border-radius: 16px; }
  @media (max-width: 767px) {
    #home-partner-list .item-partner {
      flex: 0 0 36%;
      padding: 15px; } }

.mid-footer .line-parker {
  margin-top: 1rem; }
  .mid-footer .line-parker a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fbe263;
    text-transform: uppercase; }
  .mid-footer .line-parker img {
    width: 100px; }

.mid-footer .title-menu {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  display: flex;
  color: #fbe263;
  justify-content: space-between;
  align-items: center; }
  .mid-footer .title-menu .fa {
    transition: transform .3s ease-out; }
  .mid-footer .title-menu.open_ .fa {
    transform: rotate(180deg); }

.mid-footer .list-menu {
  list-style: none;
  padding: 0px; }
  .mid-footer .list-menu .link {
    font-size: 14px; }

.mid-footer .follow_option li + * {
  margin-left: 5px; }

.mid-footer .follow_option .link {
  font-size: 25px;
  color: var(--primary-color); }

@media (max-width: 767px) {
  .mid-footer {
    padding-top: 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
    .mid-footer .logo-footer {
      text-align: center; }
    .mid-footer .list-menu.toggle-mn {
      display: none; } }

.fot_copyright {
  font-size: 14px; }
  @media (max-width: 767px) {
    .fot_copyright {
      font-size: 12px;
      text-align: center; } }

/** navigation **/
.list-group-item.active {
  z-index: 2;
  color: initial;
  background-color: initial;
  border-color: initial; }

.list-group-item + .list-group-item.active {
  margin-top: 0;
  border-top-width: 0; }

.toogle-nav-wrapper {
  cursor: pointer;
  position: relative;
  margin-bottom: -8px;
  margin-top: -8px; }
  .toogle-nav-wrapper .navigation-wrapper {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 100%;
    margin-top: 7px; }
  .toogle-nav-wrapper.visible .navigation-wrapper, .toogle-nav-wrapper:hover .navigation-wrapper {
    opacity: 1;
    visibility: visible;
    z-index: 90; }
  .toogle-nav-wrapper .navigation .submenu {
    left: 100% !important;
    top: -1px !important;
    height: calc(100% + 2px); }

.navigation {
  --nav-height: 421px;
  background: #fff;
  border-radius: 8px; }
  .navigation a {
    padding: 5px !important;
    font-size: 16px; }
  .navigation .list-group-item {
    padding: 8px 15px;
    cursor: pointer;
    border-bottom: 0px; }
    .navigation .list-group-item:hover {
      background: #fff; }
      .navigation .list-group-item:hover > a {
        color: var(--primary-color); }
    .navigation .list-group-item > a {
      text-decoration: none; }
      .navigation .list-group-item > a > span > img {
        width: 16px;
        /*height: 1.6vw;*/
        min-width: 16px;
        object-fit: contain;
        margin-right: 8px; }
        .navigation .list-group-item > a > span > img.right {
          margin-right: 0px;
          margin-left: 8px; }
  .navigation .menu-title.list-group-item {
    font-weight: 700;
    padding-left: 15px;
    padding-top: 10px; }
  .navigation .menu-item {
    position: initial;
    border: none;
    border-radius: 0;
    padding: 5px;
    font-weight: 400; }
  @media (min-width: 1024px) {
    .navigation > li:hover > .submenu {
      z-index: 900;
      opacity: 1;
      display: flex; } }
  .navigation .submenu {
    display: none;
    align-items: flex-start;
    padding: 15px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #fff;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #dddddd #dddddd #dddddd #e1e1e1;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
    font-size: 14px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.06) -2px 0px 8px 0px;
    opacity: 0;
    transition: all .1s ease;
    z-index: -1; }
    .navigation .submenu.large {
      width: 200%; }
    .navigation .submenu .submenu__banner {
      width: 50%; }
      .navigation .submenu .submenu__banner img {
        border-radius: 6px; }
    .navigation .submenu__list {
      width: 50%;
      --col-menu: 4;
      padding: 0px;
      height: auto;
      list-style: none;
      display: flex;
      flex-wrap: wrap; }
      .navigation .submenu__list > .submenu__item--main {
        width: 50%; }
    .navigation .submenu__col {
      display: flex;
      flex-direction: column;
      align-items: start;
      font-size: 14px;
      position: relative;
      padding-right: 10px;
      width: 50%; }
      .navigation .submenu__col .submenu__item--main {
        display: flex;
        gap: 5px;
        align-items: center; }
      .navigation .submenu__col .submenu__col_list {
        display: none;
        border-radius: 8px;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff;
        white-space: nowrap;
        box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.18);
        padding: 8px;
        z-index: 1; }
      .navigation .submenu__col:hover .submenu__col_list {
        display: block; }
    .navigation .submenu__item--main {
      font-weight: 400; }
  .navigation .label-new > a {
    position: relative; }
    .navigation .label-new > a span:before {
      position: absolute;
      right: 15px;
      top: 50%;
      content: '';
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      transform: translateY(-50%);
      background-image: url("https://file.hstatic.net/1000230347/file/new_f18528be219d48ee9ddbaf1cada1c047.gif"); }
  .navigation .label-hot > a {
    position: relative; }
    .navigation .label-hot > a span:before {
      position: absolute;
      right: 15px;
      top: 50%;
      content: '';
      width: 15px;
      height: 17px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      transform: translateY(-50%);
      background-image: url("https://file.hstatic.net/1000230347/file/flame-rev_780b5327e12f42a0908f5ac6707286d7.gif"); }

/** blog item **/
.blogwp .link {
  font-size: 1rem;
  filter: brightness(0.9); }
  .blogwp .link:hover {
    filter: brightness(1.2); }

.blogwp h3, .blogwp h3 a.link {
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.25rem; }

.blogwp .media {
  line-height: 1.4; }
  .blogwp .media .media-body {
    font-size: 12px; }

.blogwp .button_custome_35.link {
  font-size: 14px;
  color: var(--primary-color); }

.blogwp .lead {
  font-size: 14px;
  margin-top: .3rem;
  margin-bottom: 0px;
  word-break: break-word; }

.blogwp.media .image-blog {
  width: 100px;
  flex: 0 0 100px; }

.blogwp.media + * {
  margin-top: 15px;
  border-top: 2px solid #f7f7f7;
  padding-top: 15px; }

@media (max-width: 991px) {
  .blogwp.media h3, .blogwp.media h3 a.link {
    font-size: 1rem; } }

/** Tab **/
.tabs-group {
  overflow-x: auto;
  overflow-y: hidden; }
  .tabs-group::-webkit-scrollbar {
    display: none; }
  .tabs-group {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }

.tabs li {
  position: relative;
  border-radius: 4px;
  white-space: nowrap;
  color: var(--text-color);
  background: #eee;
  border: 1px solid transparent;
  font-size: 14px;
  user-select: none; }
  .tabs li:not(:last-of-type) {
    margin-right: .5rem; }
  .tabs li:not(.current) {
    cursor: pointer; }
  .tabs li:hover {
    color: var(--primary-color);
    background: #fff;
    border-color: var(--primary-color); }

.tabs li.current {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color); }
  .tabs li.current:after {
    background: var(--primary-color); }

.tab-content {
  display: none; }
  .tab-content.current {
    display: block; }

/** mobile-menu **/
#mobile-menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  overflow-y: auto;
  padding-bottom: 45px; }
  #mobile-menu .mobile-menu-body {
    max-height: calc(100% - 68px);
    overflow-y: auto; }
  #mobile-menu .mobile-menu-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: var(--header-background); }
    #mobile-menu .mobile-menu-footer a {
      color: #fff; }
  @media (max-width: 1023px) {
    #mobile-menu.active {
      left: 0;
      z-index: 99999;
      opacity: 1; }
      #mobile-menu.active + .menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9998;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
    #mobile-menu .subheader {
      display: block; } }
  #mobile-menu .user-menu {
    background: var(--header-background);
    color: #fff;
    --text-color: #fff;
    padding: 10px 15px; }
    #mobile-menu .user-menu .fas {
      font-size: 24px; }
  #mobile-menu .shop-policises {
    flex-direction: column;
    align-items: start;
    align-items: flex-start !important; }
  #mobile-menu .shop-policises li {
    padding: 10px 15px;
    --header-color: var(--text-color); }
  #mobile-menu .shop-policises li + * {
    margin: 0px; }
  #mobile-menu [data-toggle-submenu] {
    float: right;
    width: 30px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  #mobile-menu .navigation {
    min-height: auto; }
  #mobile-menu .navigation .menu-item.active .submenu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    background: #fff;
    transform: none;
    height: 100%; }
  #mobile-menu .toggle-submenu {
    margin-left: -20px;
    margin-right: -20px;
    background: #eee;
    padding: 10px 15px;
    margin-bottom: 15px;
    color: var(--text-color);
    font-size: 16px;
    text-transform: uppercase; }
  #mobile-menu .navigation .submenu__list {
    --col-menu: 1; }

/** bread-crumb **/
.bread-crumb, .bread-crumb .breadcrumb {
  background: #dbe8ff; }

.bread-crumb, .bread-crumb .link {
  color: #999; }

.bread-crumb strong, .bread-crumb .link, .bread-crumb span {
  font-weight: 300;
  font-size: 14px; }

.bread-crumb strong {
  color: var(--text-color); }

.bread-crumb li.active {
  color: var(--header-background); }

/** section **/
.section {
  margin-bottom: 0px;
  /*&:last-child {margin-bottom: 15px;}*/ }

/** pagination **/
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

.page-item.disabled:not(.active) {
  display: none; }

.page-item .page-link, .page-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 3px;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  font-size: .875rem;
  color: #8898aa; }
  .page-item .page-link:hover, .page-item span:hover {
    z-index: 2;
    color: #8898aa;
    text-decoration: none;
    background-color: #dee2e6;
    border-color: #dee2e6; }
  @media (max-width: 767px) {
    .page-item .page-link, .page-item span {
      width: 30px;
      height: 30px; } }

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

/** custom  checkbox**/
.custom-checkbox {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.7rem; }
  .custom-checkbox input {
    display: none; }
  .custom-checkbox:not(.color) input:checked ~ .fa:after {
    background-color: var(--primary-color);
    border-color: var(--primary-color); }
  .custom-checkbox input:checked ~ .fa:before {
    z-index: 2;
    background: no-repeat 50%/50% 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E"); }
  .custom-checkbox .fa {
    display: inline; }
    .custom-checkbox .fa:after, .custom-checkbox .fa:before {
      content: '';
      pointer-events: none;
      background-color: var(--filter-color, #fff);
      box-shadow: none;
      position: absolute;
      top: .125rem;
      left: 0rem;
      display: block;
      width: 1.25rem;
      height: 1.25rem; }
    .custom-checkbox .fa:after {
      border: 1px solid #cad1d7;
      transition: all .3s ease;
      border-radius: .2rem;
      background-color: var(--filter-color, #fff);
      border-color: var(--filter-color); }

.open_opacity {
  position: fixed;
  z-index: 9997;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%; }

.mini-cart {
  position: relative; }

/*@media(min-width: 1024px){
	.mini-cart:hover{
		.top-cart-content{
			z-index: 199;
			visibility: visible;
			opacity: 1;
			box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,0.07)
		}
	}
}*/
.top-cart-content {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  width: 400px;
  right: 0%;
  top: calc(100% + 8px);
  color: var(--text-color);
  padding: 10px 15px;
  font-size: 14px; }
  .top-cart-content:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -9px;
    right: 10px; }
  .top-cart-content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -9px;
    z-index: 0; }
  .top-cart-content .list-item-cart,
  .top-cart-content .mini-products-list {
    list-style: none;
    padding: 0px;
    z-index: 1;
    position: relative; }
  .top-cart-content .list-item-cart {
    max-height: 30ch;
    overflow: auto; }
    .top-cart-content .list-item-cart::-webkit-scrollbar {
      width: 3px; }
    .top-cart-content .list-item-cart::-webkit-scrollbar-thumb {
      background-color: var(--light);
      outline: 1px solid var(--light); }
  .top-cart-content .detail-item,
  .top-cart-content .product-details {
    width: 100%; }
  .top-cart-content .product-name a {
    color: var(--text-color); }
  .top-cart-content .border_list {
    display: flex;
    align-items: start;
    width: 100%; }
  .top-cart-content .image_drop {
    width: 90px;
    height: 90px;
    margin-right: 10px; }
  .top-cart-content .product-details {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
  .top-cart-content .item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px; }
  .top-cart-content .product-name {
    margin-right: 10px;
    margin-bottom: 0px; }
  .top-cart-content .remove-item-cart {
    margin-right: 10px;
    cursor: pointer; }
  .top-cart-content .top-subtotal {
    margin: 10px 0; }
    .top-cart-content .top-subtotal .price_big {
      font-size: 16px;
      font-weight: 500; }
  .top-cart-content .pd.right_ct .btn {
    display: block;
    background: var(--header-background);
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px !important; }
    .top-cart-content .pd.right_ct .btn:hover {
      filter: brightness(1.2); }

.btn-main {
  border-color: var(--primary-color);
  color: var(--primary-color); }
  .btn-main:hover {
    color: #fff;
    background: var(--primary-color); }
  .btn-main--primary {
    color: #fff;
    background: var(--primary-color); }
    .btn-main--primary:hover {
      color: #fff;
      filter: brightness(1.2); }

.backtop {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  top: auto !important;
  height: 40px;
  width: 40px;
  background-color: var(--primary-color);
  border: 2px solid #fff;
  line-height: 36px;
  border-radius: 4px;
  font-size: 20px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-120px);
  opacity: 0;
  visibility: hidden;
  text-align: center; }
  .backtop:hover {
    color: #fff;
    filter: brightness(1.3); }
  .backtop.show {
    transition: all 0.3s ease-out 0s;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible; }
  @media (max-width: 767px) {
    .backtop {
      right: 10px;
      bottom: 100px; } }

#hrv-loyalty {
  display: none; }

@media (max-width: 767px) {
  #hrv-loyalty {
    bottom: 3rem !important;
    left: -0.5em !important; }
  .fb_dialog_mobile {
    top: initial !important;
    bottom: 5.5rem !important;
    position: fixed !important; }
    .fb_dialog_mobile img {
      bottom: 8rem !important;
      left: 10px; }
  .container-fluid {
    padding: unset; } }

.mailchimp-error a {
  color: var(--primary); }

/* The moving element */
.item_skeleton {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.item_skeleton::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #e2e2e2;
  height: 402px; }
  @media (max-width: 767px) {
    .item_skeleton::after {
      height: 308.7px; } }

.ega-cr-addon {
  z-index: 9996 !important; }
  .ega-cr-addon ul {
    min-height: 54px; }

#quick-view-product {
  bottom: 0;
  left: 0;
  overflow-x: auto;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0 !important;
  z-index: 9999; }
  #quick-view-product .fancybox-overlay {
    display: block !important;
    height: 100vh;
    background: none;
    z-index: 100; }
  #quick-view-product .quick-view-product {
    position: absolute;
    width: 950px;
    top: 5%;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 30px;
    background-color: #fff;
    z-index: 8011;
    border-radius: 0px; }
  #quick-view-product .details-product {
    width: 100%;
    float: left; }

#search-header input[name="q"] {
  padding-top: 8px;
  padding-bottom: 8px; }

#search-header .search-suggest {
  width: calc(100% - 20px);
  position: absolute;
  top: 48px;
  left: 10px;
  background: #e1ecff;
  border-radius: 12px;
  right: 20px;
  z-index: 999;
  box-shadow: 0 4px 32px -2px rgba(0, 0, 0, 0.14);
  display: none;
  transition: all .3s; }
  #search-header .search-suggest--line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    font-size: 12px;
    color: #e71119;
    font-weight: 700; }
    #search-header .search-suggest--line img {
      width: 200px;
      border-radius: 6px;
      max-width: 30vw;
      margin-left: 10px; }
  #search-header .search-suggest--list {
    display: flex;
    list-style-type: none;
    padding: 0;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0; }
    #search-header .search-suggest--list li {
      border: none; }
      #search-header .search-suggest--list li a {
        padding: 8px;
        border-radius: 20px;
        border: 1px solid #17479d;
        background: #ffffff;
        font-size: 11px;
        color: var(--header-background);
        font-weight: 500;
        padding-left: 32px;
        position: relative;
        display: inline-block; }
        #search-header .search-suggest--list li a.style1:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h24v24H0z' fill='%2317479d' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/clipPath%3E%3Cg fill='%23000' fill-rule='evenodd' clip-path='url(%23a)' clip-rule='evenodd'%3E%3Cpath d='M23.707 5.293a1 1 0 0 1 0 1.414l-9.5 9.5a1 1 0 0 1-1.414 0L8.5 11.914l-6.793 6.793a1 1 0 0 1-1.414-1.414l7.5-7.5a1 1 0 0 1 1.414 0l4.293 4.293 8.793-8.793a1 1 0 0 1 1.414 0z' fill='%2317479d' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M16 6a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V7h-5a1 1 0 0 1-1-1z' fill='%2317479d' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          position: absolute;
          left: 10px;
          top: 3px;
          content: '';
          width: 14px;
          height: 14px;
          background-size: cover;
          transform: translateY(50%); }
        #search-header .search-suggest--list li a.style2 .search-suggest--icon {
          position: absolute;
          left: 10px;
          top: 3px;
          content: '';
          width: 14px;
          height: 14px;
          background-size: cover;
          transform: translateY(50%); }
  #search-header .search-suggest--wrap {
    padding: 10px; }
    #search-header .search-suggest--wrap h6 {
      font-weight: 500;
      margin-bottom: 15px;
      color: #000;
      font-size: 0.85rem;
      text-transform: uppercase; }

#search-header .search-suggest > ul {
  padding: 0;
  margin: 0; }

#search-header .search-suggest > ul li {
  list-style: none;
  border-bottom: 1px dotted #e1e1e1; }

#search-header .search-suggest > ul li a {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  color: #4c4c4c; }

#search-header .search-suggest .more {
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px; }
  #search-header .search-suggest .more b {
    position: relative;
    text-transform: uppercase; }
    #search-header .search-suggest .more b:before {
      position: absolute;
      right: -20px;
      top: 36%;
      transform: translateY(-67%);
      font-family: "Font Awesome\ 5 Free";
      content: '\f105';
      background: transparent;
      font-weight: 900;
      height: 16px;
      width: 16px;
      font-size: 18px;
      color: #333;
      display: block;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }

#search-header .search-suggest li a img {
  margin-right: 10px; }

#search-header .search-suggest li a > div {
  display: flex;
  flex-direction: column; }

#search-header .search-suggest li a > div > div {
  display: flex; }

#search-header .search-suggest li a > div > div del {
  margin-left: 30px; }

div.suggest-price > span.n-suggest-price {
  color: #fa0303 !important;
  font-weight: bold;
  font-size: 16px; }

#search-header .search-suggest li a > div > div del {
  color: #999; }

@media only screen and (max-width: 750px) {
  .sweettooth-widget-rendered .sweettooth-widget-tab .sweettooth-tab {
    right: auto !important;
    bottom: auto !important;
    top: 50% !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .sweettooth-widget-rendered .sweettooth-widget-tab .sweettooth-tab .sweettooth-cta {
    padding: 10px 12px !important; }
  .sweettooth-widget-rendered .sweettooth-widget-tab span {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    width: 22px;
    font-size: 22px !important;
    height: 22px; }
  .sweettooth-widget-rendered .sweettooth-widget-tab span::before {
    content: "\f4b9";
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 2px; }
  .sweettooth-widget-rendered .sweettooth-widget-tab span + span {
    display: none !important; } }

.header-cart-price .btn-proceed-checkout-mobile.disabled,
.top-cart-content .pd.right_ct .btn.disabled,
#popupCartModal .checkout_button.disabled,
.add_to_cart.disabled {
  background-color: var(--secondary) !important;
  cursor: not-allowed;
  opacity: .4; }

.cart-noti {
  font-size: 14px;
  display: none; }

.price-box .col-9 {
  display: flex;
  align-items: center; }

.price-box .old-price {
  margin-left: 10px; }

.price-box .product-discount {
  float: right;
  width: 68px;
  height: 68px;
  background: url(https://theme.hstatic.net/1000230347/1000729967/14/icon-product-discount_large.png) center no-repeat;
  text-align: center;
  color: #fff;
  font-size: 11px; }

.price-box .product-discount span {
  margin-top: 20px;
  display: block;
  line-height: 15px; }

.price-box .product-discount strong {
  font-weight: bold;
  font-size: 14px;
  display: block; }

.submenu__item > a {
  padding-top: 4px;
  display: block;
  padding-bottom: 4px;
  justify-content: space-between;
  align-items: center; }

.submenu__item > a i {
  font-size: 12px;
  margin-top: 5px; }

.submenu__list .row {
  height: 100%; }

.submenu__list .col {
  padding-top: 8px;
  padding-bottom: 8px; }

.submenu__item > .submenu {
  z-index: 1;
  transform: scale(0, 1);
  transform-origin: 0 0; }

.submenu__item:hover > .submenu {
  opacity: 1;
  transform: scale(1, 1); }

#popup-promotion {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
  width: 100vw; }

#popup-promotion.show {
  visibility: visible;
  opacity: 1; }

#popup-promotion .popup-promotion-content-w {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  margin: auto; }

#popup-promotion .popup-promotion-content-w .popup-promotion-content {
  position: relative; }

#popup-promotion .popup-promotion-content-w .popup-promotion-content .close-popup-promotion {
  position: absolute;
  right: 6px;
  top: 6px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  font-size: 20px; }

@media (min-width: 768px) {
  #popup-promotion .popup-promotion-content-w .popup-promotion-content {
    width: 30vw;
    margin: auto; } }

@media screen and (max-width: 992px) {
  #popup-promotion .popup-promotion-content-w .popup-promotion-content .img-responsive {
    max-width: 80vw; }
  .navigation .submenu {
    z-index: 1;
    transition: none;
    opacity: 1;
    display: none;
    overflow: auto;
    padding-top: 0; }
  .submenu__list .row {
    height: auto; }
  .submenu__list .col {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    flex: 0 0 100%; }
  .submenu__item > .submenu {
    transform: none;
    position: static !important;
    border: none;
    box-shadow: none;
    width: auto !important; }
  #mobile-menu .submenu__list [data-toggle-submenu] {
    display: none; } }

.overview-cate {
  border: 1px solid #ebeef1;
  padding: 15px; }

.overview-cate h2 {
  font-size: 16px;
  margin: 0;
  color: red; }

.overview-cate ul {
  padding-left: 15px;
  padding-top: 10px;
  margin: 0;
  list-style: none; }

.overview-cate ul li {
  padding-top: 2px;
  padding-bottom: 2px; }

.overview-cate ul li a:hover {
  text-decoration: underline; }

.page-404 .btn-action {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff; }

/* New style loop 15/06/2023 */
.item_product_main .btn-views {
  font-size: 10.5px; }

.item_product_main .btn-first {
  position: relative;
  padding-left: 15px !important;
  justify-content: flex-end; }

.item_product_main .btn-first:before {
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  content: '';
  left: 5px;
  top: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-cart-plus' viewBox='0 0 16 16'%3E%3Cpath d='M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9V5.5z'/%3E%3Cpath d='M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E%3C/svg%3E"); }

@media screen and (max-width: 1024px) {
  #quick-view-product .quick-view-product {
    width: calc(100vw - 30px); }
  #quick-view-product a.quickview-close.close-window {
    top: 5px;
    right: 5px; }
  #quick-view-product .title-product {
    margin-top: 15px; }
  #quick-view-product .more-view-wrapper {
    display: none; } }

@media screen and (max-width: 992px) {
  .item_product_main {
    box-shadow: 0 0 6px 0px rgba(169, 169, 169, 0.4); }
  .item_product_main .group_action {
    padding: 5px;
    opacity: 1; }
  .item_product_main .btn-views.btn-first {
    background-color: var(--primary-color);
    color: #fff;
    justify-content: center;
    display: flex;
    border-radius: 15px; }
  .item_product_main .btn-first:before {
    left: 20%; } }

.ega-cr-addon--shopee .ega-ul .ega-menu__item:nth-child(4) div.ega-menu__icon {
  position: relative; }
  .ega-cr-addon--shopee .ega-ul .ega-menu__item:nth-child(4) div.ega-menu__icon:before {
    position: absolute;
    right: -10px;
    top: -5px;
    content: attr(data-count);
    background: red;
    border-radius: 50%;
    z-index: 1;
    width: 18px;
    height: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }

/* End New style 15/06/2023*/
.noti-head {
  position: relative;
  cursor: pointer; }
  @media (min-width: 768px) {
    .noti-head {
      margin-left: 10px; } }
  .noti-head svg {
    width: 28px;
    height: 28px; }
  .noti-head--count {
    position: absolute;
    right: 4px;
    top: -3px;
    color: #fff;
    background: red;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }

.top-bannertext {
  transition: all .2s;
  padding: 0.6rem 0rem 0.2rem 0;
  /*background: rgba(0, 96, 255, 0.12);*/
  background: #ffcf00;
  position: relative;
  width: 100%;
  border: inset;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: unset;
  border: 0;
  box-shadow: unset;
  border-color: currentcolor;
  vertical-align: middle; }

.top-bannertext .top-bannertext--wrap {
  display: inline-block;
  overflow: hidden;
  transform: translate(0);
  animation: marquesina 50s infinite normal linear 1s; }

.top-bannertext .top-bannertext--wrap ul {
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  list-style-position: inside; }

.top-bannertext .top-bannertext--wrap ul li {
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  padding-right: 114px;
  position: relative; }
  .top-bannertext .top-bannertext--wrap ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px; }
    .top-bannertext .top-bannertext--wrap ul li a b {
      font-family: 'Roboto'; }

.top-bannertext .top-bannertext--wrap ul li:after {
  content: '';
  width: 3.5px;
  height: 3.5px;
  background-color: #fff;
  background-image: none;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  right: 50px; }

@media (max-width: 767px) {
  .top-bannertext {
    padding: 10px 0 8px 0; }
  /*.top-bannertext {
	max-height: 39px;
}*/
  .top-bannertext .top-banner--wrap ul li {
    padding-right: 55px; }
  .top-bannertext .top-banner--wrap ul li::after {
    right: 25px; } }

.snowflake {
  color: #fff;
  font-size: 1em;
  text-shadow: 0 0 1px #000; }

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(80px); }
  100% {
    transform: translateX(0px); } }

.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall,snowflakes-shake;
  -webkit-animation-duration: 10s,3s;
  -webkit-animation-timing-function: linear,ease-in-out;
  -webkit-animation-iteration-count: infinite,infinite;
  -webkit-animation-play-state: running,running;
  animation-name: snowflakes-fall,snowflakes-shake;
  animation-duration: 10s,3s;
  animation-timing-function: linear,ease-in-out;
  animation-iteration-count: infinite,infinite;
  animation-play-state: running,running; }

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s,0s;
  animation-delay: 0s,0s; }

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s,1s;
  animation-delay: 1s,1s; }

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s,.5s;
  animation-delay: 6s,.5s; }

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s,2s;
  animation-delay: 4s,2s; }

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s,2s;
  animation-delay: 2s,2s; }

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s,3s;
  animation-delay: 8s,3s; }

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s,2s;
  animation-delay: 6s,2s; }

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s,1s;
  animation-delay: 2.5s,1s; }

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s,0s;
  animation-delay: 1s,0s; }

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s,1.5s;
  animation-delay: 3s,1.5s; }

/* Demo Purpose Only*/
.demo {
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center; }

@font-face {
  font-family: 'Display-Medium';
  src: url("https://file.hstatic.net/1000230347/file/display-medium_5775a93329a84dbe9fba4999f848cfe3.ttf"); }

@font-face {
  font-family: 'Display-ExtraBold';
  src: url("https://file.hstatic.net/1000230347/file/display-extrabold_cb146811f9154289add780156248161e.ttf"); }

@keyframes spinWheel {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

@keyframes shakingv2 {
  0% {
    transform: translate(0, 0) rotate(0deg); }
  25% {
    transform: translate(5px, 5px) rotate(5deg); }
  50% {
    transform: translate(0, 0) rotate(0eg); }
  75% {
    transform: translate(-5px, 5px) rotate(-5deg); }
  100% {
    transform: translate(0, 0) rotate(0deg); } }

@keyframes scaleCTA {
  0% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(1.2); }
  100% {
    transform: translate(-50%, -50%) scale(1); } }

@keyframes slideHand {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-55%); }
  100% {
    transform: translateX(0); } }

@keyframes blinking {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(4); }
  50% {
    transform: rotate(0deg) scale(1);
    opacity: 1; }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(4); } }

.learn-more {
  min-width: 64%;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 80%;
  gap: 8px;
  color: #2659f3 !important;
  border: 1px solid;
  padding: 5px;
  margin: auto;
  border-radius: 20px;
  transition: all .4s; }
  .learn-more:hover {
    background: #2659f3;
    color: #fff !important; }

/*h1, h2, h3, h4, h5, h6, h7 {font-family: 'Display-ExtraBold';}
b, strong {font-family: 'Display-ExtraBold';}*/
.section_flashsale.flashsale .title_module_main .ega-badge-ctd__item {
  font-weight: bold; }

.overview-cate h2, .title-head {
  color: #2659f3; }

.asidecollection {
  position: sticky;
  top: 10px; }

.button_actions .btn_base.disabled {
  background: #000 !important;
  color: #fff; }

/*.title_page, .title-head, .overview-cate h2 {font-family: 'Display-ExtraBold';} */
.overview-cate {
  display: none;
  border: none;
  padding: 0;
  margin-top: 0; }
  .overview-cate h2 {
    margin-top: 10px; }
  .overview-cate ul {
    padding-top: 5px;
    padding-left: 18px;
    list-style-type: none; }
    .overview-cate ul li {
      position: relative; }
      .overview-cate ul li:before {
        position: absolute;
        transition: all .4s;
        content: '';
        width: 8px;
        height: 8px;
        left: -18px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #2659f3; }
      .overview-cate ul li:hover:before {
        transform: translateY(-50%) rotate(180deg);
        border-radius: 50%; }

.btns-sticky {
  bottom: 15px !important;
  right: 15px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; }

.social-icon {
  width: 110%;
  height: 110%;
  margin-top: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .social-icon svg {
    width: 32px;
    height: 32px; }
  .social-icon svg.fb {
    fill: #0a7cff; }

.coccoc-alo-ph-circle {
  width: 80px;
  height: 80px;
  /*top: 32px;
left: 32px;*/
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(10, 124, 255, 0.4);
  opacity: .1;
  -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.coccoc-alo-ph-circle-fill {
  width: 62px;
  z-index: -1;
  height: 62px;
  /*top: 27px;
left: 27px;*/
  position: absolute;
  background-color: #0a7cff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@-o-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .3; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .4; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; } }

@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .3; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .4; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; } }

@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .3; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .4; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; } }

@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .3; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .4; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; } }

@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

.blink-elm {
  position: relative; }
  .blink-elm:before {
    position: absolute;
    right: 14%;
    top: -8%;
    content: '';
    background-image: url("https://file.hstatic.net/1000230347/file/blingking_icon_abe82de0f56a42b18d15dcc76455ef5e.png");
    width: 45px;
    height: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation-name: blinking;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .blink-elm:after {
    position: absolute;
    left: 6%;
    bottom: -23%;
    content: '';
    background-image: url("https://file.hstatic.net/1000230347/file/blingking_icon_abe82de0f56a42b18d15dcc76455ef5e.png");
    width: 45px;
    height: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation-name: blinking;
    animation-duration: 4000ms;
    animation-delay: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.item_product_main {
  border: 1px solid #d7e5ff;
  transition: all .15s;
  border-radius: 16px;
  height: calc(100% - 1rem); }
  .item_product_main > form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .item_product_main .product-variants-color {
    min-height: 38px; }
    .item_product_main .product-variants-color .swatch-color {
      width: 100%;
      justify-content: center;
      padding: 0;
      margin: 0;
      border: none; }
      .item_product_main .product-variants-color .swatch-color .swatch-element {
        margin: 5px; }
        .item_product_main .product-variants-color .swatch-color .swatch-element label {
          padding: 0;
          width: 20px;
          height: 20px !important;
          line-height: 20px !important;
          background-size: contain;
          background-position: center;
          overflow: hidden;
          margin-bottom: 0; }
          .item_product_main .product-variants-color .swatch-color .swatch-element label:before {
            width: 32px; }
          .item_product_main .product-variants-color .swatch-color .swatch-element label:after {
            top: 2px;
            right: 2px; }
      .item_product_main .product-variants-color .swatch-color.slick-slider .slick-arrow {
        --size: 30px; }
        .item_product_main .product-variants-color .swatch-color.slick-slider .slick-arrow.slick-prev {
          left: -5px; }
        .item_product_main .product-variants-color .swatch-color.slick-slider .slick-arrow.slick-next {
          right: -5px; }
        .item_product_main .product-variants-color .swatch-color.slick-slider .slick-arrow:before {
          font-size: 12px; }
      @media (min-width: 992px) {
        .item_product_main .product-variants-color .swatch-color.slick-slider .slick-arrow.slick-prev {
          left: -10px; }
        .item_product_main .product-variants-color .swatch-color.slick-slider .slick-arrow.slick-next {
          right: -10px; } }
  .item_product_main:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 8px 2px rgba(38, 89, 243, 0.15); }
  .item_product_main .pos-relative {
    border-radius: 16px 16px 0 0; }
  .item_product_main .image_thumb {
    transition: all .4s; }
  .item_product_main .product-name a {
    color: #1e1e1e;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 0.8rem;
    display: inline-block; }
  .item_product_main .label-promos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    padding: 10px 5px 5px 5px; }
  .item_product_main .label-promo {
    display: inline-block;
    border-radius: 15px;
    font-size: 10px;
    color: #fff;
    margin-right: 5px;
    position: relative; }
    .item_product_main .label-promo:before {
      position: absolute;
      left: 6px;
      top: 48%;
      transform: translateY(-50%);
      content: '';
      width: 12px;
      height: 12px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .item_product_main .label-promo.tl {
      color: #2659f3;
      background: #e0ebff;
      font-weight: bold;
      padding: 5px 8px;
      padding-left: 22px; }
      .item_product_main .label-promo.tl:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M331 121h45v105c0 140.832-114.168 256-255 256H0v30h181c157.401 0 285-128.599 285-286V121h46L421 0z' fill='%232659f3' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M0 362h46v90H0zM76 272h45v180H76zM151 449.761a222.745 222.745 0 0 0 45-10.886V181h-45zM271 394.234V91h-45v334.849c16.331-8.659 31.357-19.364 45-31.615z' fill='%232659f3' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
    .item_product_main .label-promo.new {
      color: #ed1c24;
      font-weight: bold;
      padding: 5px 8px;
      padding-left: 20px;
      background: #ffe0e2; }
      .item_product_main .label-promo.new:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M2.332 13.299h5.65V30h-5.65zM20.233 8.109h.02c.009-.582.016-1.414-.12-1.97h-.01c-.35-1.34-1.35-2.51-2.24-3.42-.88-.89-2.2-.96-3.15-.17-.9.75-.9 1.81-.9 2.65 0 .23 0 .46-.02.7l-.07 1.02c-.76 1.73-1.64 2.59-2.75 3.67-.31.31-.65.64-1.01 1.01V30h14.18l5.31-11.82c.38-1.13.2-2.38-.5-3.351a3.614 3.614 0 0 0-2.97-1.53h-7.14l.04-.1c.75-1.76 1.22-2.91 1.33-5.09z' fill='%23ed1c24' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
    .item_product_main .label-promo.mottangmot {
      margin-left: 15px;
      color: #06b50b;
      background: #e5ffe0;
      font-weight: bold;
      padding: 5px 8px;
      padding-left: 24px; }
      .item_product_main .label-promo.mottangmot:before {
        width: 36px;
        height: 36px;
        left: -15px;
        background-color: #fff;
        border: 2px solid;
        border-radius: 50%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%2306b50b' d='M32 3C16.01 3 3 16.01 3 32s13.01 29 29 29 29-13.01 29-29S47.99 3 32 3zm3 31h-6v6h-4v-6h-6v-4h6v-6h4v6h6zm10 7h-4V24.236l-5.105 2.553-1.79-3.578 8-4A1.999 1.999 0 0 1 45 21z' opacity='1' data-original='%23ffb24d' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
    .item_product_main .label-promo.textgift {
      margin-left: 15px;
      background-color: #ffdae0;
      color: #FF6B7D;
      font-weight: bold;
      padding: 5px 8px;
      padding-left: 24px; }
      .item_product_main .label-promo.textgift:before {
        width: 36px;
        height: 36px;
        left: -15px;
        border: 2px solid;
        border-radius: 50%;
        background-size: 80% 80%;
        background-color: #ffdae0;
        border-color: #FF6B7D;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 403.08 464.001' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg data-name='Calque 2'%3E%3Cg data-name='40- Gift'%3E%3Cpath fill='%233467c2' d='M378.333 217.011v156.954a11.478 11.478 0 0 1-6.5 10.343L338.6 400.3l-56.05 26.975-73.97 35.591a11.479 11.479 0 0 1-9.857.046l-83.015-39-56.058-26.331-28.308-13.3a11.478 11.478 0 0 1-6.6-10.388V227.3l34.905-1.01 56.058-1.63 166.845-4.86 56.047-1.63z' opacity='1' data-original='%23c5c5ff' class=''%3E%3C/path%3E%3Cpath fill='%2317479d' d='M403.08 177.4v29.72a34.416 34.416 0 0 1-19.5 31.02l-164.87 79.34a34.418 34.418 0 0 1-29.57.13L19.79 238.061A34.439 34.439 0 0 1 0 206.891v-29.71a34.459 34.459 0 0 1 19.5-31.03l164.87-79.33a34.418 34.418 0 0 1 29.57-.14l169.35 79.56a34.437 34.437 0 0 1 19.79 31.16z' opacity='1' data-original='%23a4a4f7' class=''%3E%3C/path%3E%3Cpath fill='%233467c2' d='m397.3 158.311-178.59 85.94a34.383 34.383 0 0 1-29.57.13L5.7 158.211a34.318 34.318 0 0 1 13.8-12.06l164.87-79.33a34.418 34.418 0 0 1 29.57-.14l169.35 79.56a34.372 34.372 0 0 1 14.01 12.07z' opacity='1' data-original='%23c5c5ff' class=''%3E%3C/path%3E%3Cg fill='%23ff9fb3'%3E%3Cpath d='m215.508 150.543-89.417 53.174a21.241 21.241 0 0 0-10.383 18.257v201.938L59.65 397.581V195.493a21.239 21.239 0 0 1 10.2-18.142l101.909-62.046z' fill='%23ff9fb3' opacity='1' data-original='%23ff9fb3' class=''%3E%3C/path%3E%3Cpath d='M338.6 198.231V400.3l-56.05 26.975V225.244a21.24 21.24 0 0 0-9.905-17.963l-89.907-56.738 43.754-35.238 102.258 65a21.24 21.24 0 0 1 9.85 17.926z' fill='%23ff9fb3' opacity='1' data-original='%23ff9fb3' class=''%3E%3C/path%3E%3Cpath d='M375.77 91.861c-.5 1.94-1.06 3.83-1.66 5.67-22.39 68.16-113.15 65.16-151.55 60.63-10.67-1.25-17.3-2.63-17.3-2.63l-6.14-47.51c45.55-170.67 200.94-110.18 176.65-16.16z' fill='%23ff9fb3' opacity='1' data-original='%23ff9fb3' class=''%3E%3C/path%3E%3C/g%3E%3Cpath fill='%23ff8293' d='M374.11 97.531c-22.39 68.16-113.15 65.16-151.55 60.63-6.54-4.62-10.45-7.59-10.45-7.59l-5.66-18.59a185.384 185.384 0 0 1 18.05-28.23c23.37-30.39 67.95-69.31 125.04-29.21a155.238 155.238 0 0 1 19.8 16.72z' opacity='1' data-original='%23ff8293' class=''%3E%3C/path%3E%3Cpath fill='%23ff6b7d' d='M349.54 74.541v.01c-11.39 13.22-51.93 51.42-125.04 29.2 23.37-30.39 67.95-69.31 125.04-29.21z' opacity='1' data-original='%23ff6b7d' class=''%3E%3C/path%3E%3Cpath fill='%23ff9fb3' d='m196.79 108.021-6.13 47.51s-2.17.45-6.04 1.07c-27.21 4.38-138.22 17.24-162.97-59.55-.54-1.68-1.04-3.42-1.5-5.19-24.29-94.02 131.1-154.51 176.64 16.16z' opacity='1' data-original='%23ff9fb3' class=''%3E%3C/path%3E%3Cpath fill='%23ff8293' d='m189.47 131.981-4.85 24.62c-27.21 4.38-138.22 17.24-162.97-59.55l4.93-5.79a155.753 155.753 0 0 1 19.79-16.71c57.1-40.12 101.68-1.19 125.05 29.2a185.384 185.384 0 0 1 18.05 28.23z' opacity='1' data-original='%23ff8293' class=''%3E%3C/path%3E%3Cpath fill='%23ff6b7d' d='M171.42 103.751c-73.11 22.22-113.65-15.98-125.05-29.2 57.1-40.12 101.68-1.19 125.05 29.2z' opacity='1' data-original='%23ff6b7d' class=''%3E%3C/path%3E%3Cpath fill='%23ff6b7d' d='M210.251 170.306a19.314 19.314 0 0 0 19.219-17.053c2.624-22.888 1.682-60.7-33.19-60.7-35.1 0-34.939 38.305-31.726 61.145a19.334 19.334 0 0 0 19.163 16.612z' opacity='1' data-original='%23ff6b7d' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .item_product_main .label-promo.tryprice {
      margin-left: 15px;
      color: #ffa100;
      background: #ffe7be;
      font-weight: bold;
      padding: 5px 8px;
      padding-left: 24px; }
      .item_product_main .label-promo.tryprice:before {
        width: 36px;
        height: 36px;
        left: -15px;
        border: 2px dashed;
        border-radius: 50%;
        background-size: 80% 80%;
        background-color: #ffe7be;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m453.168 191.938 11.836-74.663c.615-3.926-.352-7.939-2.695-11.162s-5.859-5.376-9.785-5.991l-74.678-11.836-34.307-67.354c-3.721-7.354-12.744-10.225-20.068-6.606L256 48.105l-67.441-33.779c-7.295-3.647-16.348-.747-20.068 6.606l-34.336 67.354-74.648 11.836c-8.174 1.289-13.77 8.979-12.48 17.153l11.836 74.663L4.395 245.39c-5.859 5.859-5.859 15.352 0 21.211l54.467 53.452-11.836 74.663c-1.289 8.174 4.307 15.864 12.48 17.153l74.648 11.836 34.336 67.354c1.787 3.545 4.951 6.226 8.73 7.456a15.125 15.125 0 0 0 11.426-.908L256 463.286l67.383 34.321a14.946 14.946 0 0 0 11.426.908c3.779-1.23 6.943-3.911 8.73-7.456l34.307-67.354 74.678-11.836c3.926-.615 7.441-2.769 9.785-5.991s3.311-7.236 2.695-11.162l-11.836-74.663 54.438-53.452c5.859-5.859 5.859-15.352 0-21.211zM196 150.996c24.814 0 45 20.186 45 45s-20.186 45-45 45-45-20.186-45-45 20.186-45 45-45zm120 210c-24.814 0-45-20.186-45-45s20.186-45 45-45 45 20.186 45 45-20.186 45-45 45zm40.605-184.395-180 180c-5.859 5.859-15.352 5.859-21.211 0s-5.859-15.352 0-21.211l180-180c5.859-5.859 15.352-5.859 21.211 0s5.86 15.352 0 21.211z' fill='%23ffa100' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Ccircle cx='316' cy='315.996' r='15' fill='%23ffa100' opacity='1' data-original='%23000000' class=''%3E%3C/circle%3E%3Ccircle cx='196' cy='195.996' r='15' fill='%23ffa100' opacity='1' data-original='%23000000' class=''%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"); }
    .item_product_main .label-promo.preorder {
      margin-left: 15px;
      color: #06b50b;
      background: #e5ffe0;
      font-weight: bold;
      padding: 5px 8px;
      padding-left: 24px; }
      .item_product_main .label-promo.preorder:before {
        width: 36px;
        height: 36px;
        left: -15px;
        background-color: #c4ffb8;
        border-radius: 50%;
        background-size: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%2306b50b' d='M383.2 293.37c-4.44 0-8.03 3.59-8.03 8.03v73.83H331.2c-4.44 0-8.03 3.59-8.03 8.029 0 4.44 3.59 8.03 8.03 8.03h52c4.439 0 8.03-3.59 8.03-8.03V301.4c0-4.44-3.59-8.03-8.03-8.03zm0 0c-4.44 0-8.03 3.59-8.03 8.03v73.83H331.2c-4.44 0-8.03 3.59-8.03 8.029 0 4.44 3.59 8.03 8.03 8.03h52c4.439 0 8.03-3.59 8.03-8.03V301.4c0-4.44-3.59-8.03-8.03-8.03zm58.12-18.05V135.05a8.03 8.03 0 0 0-4.011-6.96L227.77 7.08a8.001 8.001 0 0 0-8.029 0L10.19 128.09a8.05 8.05 0 0 0-4.011 6.96v241.91c0 2.86 1.53 5.521 4.011 6.95l209.55 121.01c1.24.72 2.63 1.08 4.01 1.08 1.39 0 2.77-.36 4.01-1.08l65.91-37.99c22.4 23.94 54.23 38.95 89.53 38.95 67.609 0 122.62-55.01 122.62-122.62 0-46.6-26.13-87.2-64.5-107.94zM346.85 94.41l-197.439 114a8.037 8.037 0 0 0-4.01 6.96v43.67l-53.19-30.7v-48.32l201.5-116.31zM223.76 488.7 22.24 372.32V139.69L223.75 23.31l53.9 31.131L80.17 168.43a8.038 8.038 0 0 0-4.02 6.96v57.591a8.03 8.03 0 0 0 4.01 6.949l69.25 39.98c1.25.72 2.64 1.07 4.02 1.07 1.391 0 2.78-.351 4.021-1.07a8.035 8.035 0 0 0 4.01-6.95V220l201.45-116.32 62.35 36.011v128.38c-13.12-4.801-27.29-7.431-42.06-7.431-67.62 0-122.62 55.011-122.62 122.62 0 26.48 8.47 51 22.79 71.061zm159.44 1.12c-58.76 0-106.561-47.801-106.561-106.561S324.44 276.7 383.2 276.7c58.75 0 106.56 47.8 106.56 106.56S441.95 489.82 383.2 489.82zm0-196.45c-4.44 0-8.03 3.59-8.03 8.03v73.83H331.2c-4.44 0-8.03 3.59-8.03 8.029 0 4.44 3.59 8.03 8.03 8.03h52c4.439 0 8.03-3.59 8.03-8.03V301.4c0-4.44-3.59-8.03-8.03-8.03zm0 0c-4.44 0-8.03 3.59-8.03 8.03v73.83H331.2c-4.44 0-8.03 3.59-8.03 8.029 0 4.44 3.59 8.03 8.03 8.03h52c4.439 0 8.03-3.59 8.03-8.03V301.4c0-4.44-3.59-8.03-8.03-8.03zm0 0c-4.44 0-8.03 3.59-8.03 8.03v73.83H331.2c-4.44 0-8.03 3.59-8.03 8.029 0 4.44 3.59 8.03 8.03 8.03h52c4.439 0 8.03-3.59 8.03-8.03V301.4c0-4.44-3.59-8.03-8.03-8.03z' opacity='1' data-original='%23003673' class=''%3E%3C/path%3E%3Cpath fill='%23e5ffe0' d='M425.26 139.69v128.38c-13.12-4.801-27.29-7.431-42.06-7.431-67.62 0-122.62 55.011-122.62 122.62 0 26.48 8.47 51 22.79 71.061l-59.61 34.38L22.24 372.32V139.69L223.75 23.31l53.9 31.131L80.17 168.43a8.038 8.038 0 0 0-4.02 6.96v57.591a8.03 8.03 0 0 0 4.01 6.949l69.25 39.98c1.25.72 2.64 1.07 4.02 1.07 1.391 0 2.78-.351 4.021-1.07a8.035 8.035 0 0 0 4.01-6.95V220l201.45-116.32z' opacity='1' data-original='%2373d8ff' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
  .item_product_main .product-action.custom {
    margin-top: 5px;
    display: flex;
    align-items: center;
    padding: 8px 0 10px 0; }
    .item_product_main .product-action.custom .group_action {
      padding-top: 0;
      opacity: 1;
      width: calc(100% - 50px);
      margin: 0;
      justify-content: flex-end; }
      .item_product_main .product-action.custom .group_action .btn-views {
        transition: all .8s;
        padding: 0 !important;
        color: #fff;
        font-size: 0;
        flex: none;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        position: relative; }
        .item_product_main .product-action.custom .group_action .btn-views.btn-first {
          background-color: #da1f26;
          border-color: #da1f26; }
        .item_product_main .product-action.custom .group_action .btn-views.btn-last {
          background-color: #2659f3;
          border-color: #2659f3;
          margin-right: 10px; }
          .item_product_main .product-action.custom .group_action .btn-views.btn-last:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-eye' viewBox='0 0 16 16'%3E%3Cpath d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z'/%3E%3Cpath d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E"); }
        .item_product_main .product-action.custom .group_action .btn-views:hover {
          transform: scale(1.2); }
        .item_product_main .product-action.custom .group_action .btn-views:before {
          width: 65%;
          height: 65%;
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          position: absolute;
          content: '';
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
    .item_product_main .product-action.custom .label_product {
      margin-right: 10px;
      position: static;
      width: 50px;
      height: 32px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: transparent;
      background-image: url("https://file.hstatic.net/1000230347/file/tag-percent_b0f205ed1ad446b3adcf3087f5961d68.png"); }
      .item_product_main .product-action.custom .label_product:after {
        display: none; }

body.layout-priority .item_product_main {
  position: relative; }
  body.layout-priority .item_product_main:before {
    z-index: 1;
    background-size: cover;
    width: 56px;
    height: 32px;
    position: absolute;
    left: -6px;
    top: 15px;
    content: '';
    background-image: url("https://file.hstatic.net/1000230347/file/tag3_74f9174dea3346248fc8ac61387e70ab.png");
    background-position: center; }

body.layout-priority #floatCardUpgrade, body.layout-priority .price-mis {
  display: none !important; }

body.layout-onetlg .item_product_main {
  position: relative; }
  body.layout-onetlg .item_product_main:before {
    z-index: 1;
    background-size: cover;
    width: 56px;
    height: 32px;
    position: absolute;
    left: -6px;
    top: 15px;
    content: '';
    background-image: url("https://file.hstatic.net/1000230347/file/tag_onetl_c4237aa19341401da92ae5d997840c30.png");
    background-position: center; }

body.layout-onetlg .price-mis {
  display: none !important; }

.frame-mb {
  position: absolute;
  width: auto;
  white-space: nowrap;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #ee4949;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 1.5rem; }

.sticktl {
  z-index: 999999999;
  cursor: pointer;
  border-radius: 50%;
  position: fixed;
  bottom: 18px;
  right: 18px;
  width: 72px;
  height: 72px;
  background-color: #003d83;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://file.hstatic.net/1000230347/file/test_917b6f3a8a0f49c58c48e011ebefbf35.gif"); }

.vqmm {
  z-index: 999999999;
  cursor: pointer;
  position: fixed;
  bottom: 96px;
  right: 18px;
  width: 72px;
  height: 72px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://file.hstatic.net/1000230347/file/border-wheel_dad3c9a992f44b9c9f129bdd8c9b32f0.png"); }
  .vqmm-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block; }
    .vqmm-wrap .wheel {
      width: 62%;
      position: absolute;
      top: 49%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .vqmm-wrap .wheel-wrap {
        animation-name: spinWheel;
        animation-duration: 10000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
    .vqmm-wrap .point {
      width: 16%;
      position: absolute;
      top: 48%;
      left: 50%;
      transform: translate(-50%, -50%); }

.vqbd {
  z-index: 999999999;
  cursor: pointer;
  position: fixed;
  bottom: 180px;
  right: 18px;
  width: 120px;
  /*width: 130px;
	height: 84px;
	animation: pulse 3s infinite;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('https://file.hstatic.net/1000230347/file/icon-bd_5ff393686c5e4b9984eff4a4c95e1fa5.png');*/ }

.lixi {
  z-index: 999999999;
  cursor: pointer;
  position: fixed;
  bottom: 154px;
  right: 30px;
  width: 100px;
  height: 100px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://file.hstatic.net/1000230347/file/round-blue_0862130d085741b7a88514a74e4f193b.png"); }
  .lixi-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block; }
    .lixi-wrap .macost-v1 {
      width: 62%;
      position: absolute;
      top: 23%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .lixi-wrap .macost-v1 .macost-wrap {
        animation-name: shakingv2;
        animation-duration: 3000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
    .lixi-wrap .macost-v2 {
      width: 15%;
      position: absolute;
      top: 24%;
      left: 21%;
      transform: translate(-50%, -50%); }
      .lixi-wrap .macost-v2 .macost-wrap {
        animation-name: shakingv2;
        animation-duration: 2000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
  .lixi-cta {
    width: 95%;
    max-width: unset;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: scaleCTA;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .lixi-cta--bg {
    width: 123%;
    max-width: unset;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .lixi-cta--hand {
    width: 14%;
    max-width: unset;
    position: absolute;
    top: 24%;
    left: 64%;
    animation-name: slideHand;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

/* Start popupcart */
.popcart {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

#popupCartModal .modal-title {
  margin-right: 18px; }

#popupCartModal .modal-dialog {
  position: absolute;
  right: 15px;
  bottom: 50%;
  transform: translateY(50%); }

#popupCartModal .modal-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

#popupCartModal .modal-content {
  padding: 10px 15px; }

#popupCartModal .fa.fa-check {
  color: var(--success); }

#popupCartModal .media-left.thumb_img {
  margin-right: 1rem; }

#popupCartModal button.close {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #fff;
  background: var(--primary-color);
  opacity: 1;
  width: 18px;
  height: 18px;
  font-size: 16px;
  border-radius: 50%; }

#popupCartModal h4.title.right_title,
#popupCartModal .modal-title {
  color: var(--primary-color);
  font-size: 1rem; }

#popupCartModal h4.title.right_title a:hover,
#popupCartModal .modal-title a:hover {
  color: var(--primary-color); }

#popupCartModal .checkout_button {
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  font-weight: 600; }

#popupCartModal .checkout_button:hover {
  filter: brightness(1.2); }

#popupCartModal .media-body.body_content {
  font-size: 14px; }

#popupCartModal .media-body.body_content .product-new-price {
  margin-top: 0.5rem;
  color: var(--primary-color);
  font-weight: 500; }

#popupCartModal .thumb_img {
  margin-right: 10px;
  position: relative;
  border-radius: 0px;
  text-align: center;
  height: 100%;
  overflow: hidden;
  min-width: 70px;
  min-height: 70px;
  width: 70px;
  border: 1px solid #ececec;
  padding: 5px; }

@media (max-width: 600px) {
  #popupCartModal {
    z-index: 99999; }
  #popupCartModal .modal-dialog {
    position: absolute;
    bottom: 75%;
    margin: 0; }
  #popupCartModal .title.right_title {
    display: none; } }

/** Product infor **/
.selector-wrapper {
  display: none; }

.title-product {
  font-weight: 300;
  font-size: 1.8rem; }

@media (max-width: 767px) {
  .title-product {
    font-size: 1.2rem; } }

.group-status .line {
  color: #999; }

.group-status {
  font-size: 14px; }

@media (max-width: 575px) {
  .group-status {
    font-size: 12px; }
  .group-status > span {
    display: block; }
  .group-status .line {
    display: none; } }

.status_name {
  color: var(--primary-color); }

.details-pro .price-box {
  position: relative;
  margin: 15px 0 10px;
  padding: 10px 16px;
  background: #f1f1f1;
  border-radius: 4px;
  display: block; }

.details-pro .price-box .product-badge {
  display: block; }

.details-pro .product-price {
  font-size: 30px;
  color: var(--price-color);
  font-weight: 500;
  line-height: 30px;
  font-family: inherit; }

.swatch-element {
  position: relative;
  margin: 8px 12px 0px 0px;
  overflow: hidden;
  border-radius: 4px; }
  .swatch-element.color .do {
    background-color: #dd0b0b !important; }
  .swatch-element.color .den {
    background-color: #000000 !important; }
  .swatch-element.color .vang {
    background-color: #ffff00 !important; }
  .swatch-element.color .hong {
    background-color: #ffc0cb !important; }
  .swatch-element.color .trang {
    background-color: #ffffff !important; }
  .swatch-element.color .xanh {
    background-color: #007fff !important; }
  .swatch-element.color .bac {
    background-color: #c0c0c0 !important; }
  .swatch-element.color .cam {
    background-color: #ffa500 !important; }
  .swatch-element.color .la {
    background-color: #009f6b !important; }
  .swatch-element.color .tim {
    background-color: #8b00ff !important; }
  .swatch-element.color .xanhdam {
    background-color: #0044ff !important; }
  .swatch-element.color .xanhla {
    background-color: #009f6b !important; }
  .swatch-element.color .blueviolet {
    background-color: #304384 !important; }
  .swatch-element.color .xanh-la-ma {
    background-color: #00ff00 !important; }
  .swatch-element.color .vangchanh {
    background-color: #ccff00 !important; }
  .swatch-element.color .vang-nghe {
    background-color: #fec864 !important; }
  .swatch-element.color .vang-dat {
    background-color: #c79b07 !important; }
  .swatch-element.color .xam {
    background-color: #888888 !important; }
  .swatch-element.color .hongdam {
    background-color: #f0569f !important; }
  .swatch-element.color .xanhtim {
    background-color: #6682c1 !important; }
  .swatch-element.color + .tooltip {
    z-index: -1;
    white-space: nowrap; }
  .swatch-element.color:hover + .tooltip {
    opacity: 1;
    z-index: 100;
    top: -30px;
    min-width: 30px;
    background: #000;
    color: #fff;
    padding: 4px 6px;
    font-size: 10px;
    border-radius: 4px; }
    .swatch-element.color:hover + .tooltip:after {
      content: '';
      position: absolute;
      left: 16px;
      bottom: -3px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 2.5px 0 2.5px;
      border-color: #000000 transparent transparent transparent; }

.swatch-element label {
  padding: 8px 12px;
  font-size: 13px;
  border-radius: 6px;
  height: 32px !important;
  min-width: auto !important;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd; }

.swatch-element input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer; }

.swatch .swatch-element input:checked + label {
  background: #fff;
  border-color: var(--primary-color) !important;
  color: var(--primary-color);
  position: relative; }

.swatch .swatch-element input:checked + label:after {
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0;
  width: 6px;
  height: 6px; }

.swatch .swatch-element input:checked + label:before {
  content: '';
  padding: 4px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: -15px;
  right: -13px;
  background: var(--primary-color);
  width: 26px;
  height: 24px;
  transform: rotate(45deg); }

.button_actions {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .button_actions .btn_base {
    height: 48px;
    line-height: 45px;
    color: var(--primary-color);
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 45px;
    padding: 0px 35px;
    border-radius: 5px;
    margin-top: 0px;
    border: solid 1px var(--primary-color);
    background: #fff;
    font-weight: 600;
    flex: 0 0 auto;
    width: calc((100% - 15px)/2); }
    .button_actions .btn_base:hover {
      background: var(--primary-color);
      color: #fff;
      filter: brightness(1.2); }
      .button_actions .btn_base:hover svg {
        stroke: #fff; }
    .button_actions .btn_base.buy_now {
      background: var(--primary-color);
      color: #fff;
      border: 1px solid var(--primary-color); }
    .button_actions .btn_base svg {
      stroke: var(--primary-color);
      margin-right: 10px; }
    @media (max-width: 575px) {
      .button_actions .btn_base {
        min-width: 100%;
        width: 100%; }
        .button_actions .btn_base.buy_now {
          margin-top: 15px;
          margin-left: 0; } }
  @media (max-width: 575px) {
    .button_actions {
      flex-wrap: wrap; } }

.swatch .color label {
  width: 30px;
  min-width: unset !important;
  height: 30px !important;
  line-height: 30px !important;
  border: 1px solid #eee !important;
  border-radius: 6px !important; }

.swatch .color label:before {
  content: none; }

.swatch {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.swatch .header {
  flex: 0 0 100px;
  margin-right: 10px;
  font-weight: 500; }

.form_button_details {
  margin-top: 12px; }

.soluong label {
  justify-content: flex-start; }

.input_number_product,
.custom-btn-number {
  border: none;
  display: flex;
  height: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  align-items: center; }

.btn.btn_num {
  padding: 4px;
  width: 30px;
  border: 1px solid #ced4da;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn.btn_num.num_1 {
  border-radius: 4px 0px 0px 4px;
  border-right: 0; }

.btn.btn_num.num_2 {
  border-radius: 0px 4px 4px 0px;
  border-left: 0; }

.prd_quantity {
  width: 75px !important;
  text-align: center;
  border-radius: 0;
  height: 30px; }

.swatch,
.product-summary {
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  padding: 5px 0 12px 0; }

.large-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  max-width: 100%;
  max-height: 100%; }

#thumblist_quickview {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px;
  /**.item.slick-slide.slick-current.slick-active{
	border-color: var(--primary-color);
}**/ }

#thumblist_quickview:not(.slick-slider) {
  display: flex;
  align-items: center;
  overflow: hidden; }

#thumblist_quickview .slick-slide.slick-slide {
  margin: 0 5px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee; }

#thumblist_quickview .slick-slide.active {
  border-color: var(--primary-color); }

#thumblist_quickview .slick-slide {
  position: relative;
  height: 80px; }

#thumblist_quickview .slick-slide img {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 2px; }

a.quickview-close.close-window {
  position: absolute;
  top: 0;
  right: -55px;
  background: #fff;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  color: #000;
  justify-content: center;
  opacity: 0.7; }

a.quickview-close.close-window:hover {
  opacity: 1; }

#quick-view-product .quick-view-product {
  border-radius: 8px;
  padding: 15px; }

.head-qv.group-status a:hover {
  color: var(--primary-color); }

/* End popupcart */
.quickview-more {
  display: block;
  margin-top: 15px;
  font-weight: 700;
  color: #ed1c24; }

.quickview-preorder:not(.d-none) {
  background: #06b52c;
  color: #fff;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 6px;
  margin-top: 15px; }

.navigation .label-new > a span:before, .navigation .label-hot > a span:before {
  display: none; }

.hrv-crv-customer-review .hrv-crv-star-groups svg path {
  fill: #F3C63F; }

.hrv-crv-customer-review .hrv-crv-star-container {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 8px; }

.hrv-crv-customer-review .hrv-crv-star-total {
  margin-top: 7px;
  font-weight: 400;
  font-size: 12px;
  color: #f3c63f; }

/*.hrv-crv-customer-review:has(.hrv-crv-container.active){
  margin-bottom: 6px;
}*/
.note-cart {
  display: block; }

.modal-tc {
  position: fixed;
  transition: all .4s;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.09); }

.modal-tc.open {
  bottom: 10px; }

.modal-tc--text {
  font-size: 14px; }

.modal-tc--text a {
  color: var(--header-background);
  font-weight: 500; }

.modal-tc--button {
  margin-left: 15px;
  min-width: 65px; }

.modal-tc--button .btn {
  padding: 5px 10px;
  font-size: 14px;
  background: var(--header-background);
  border-color: var(--header-color);
  white-space: nowrap; }

@media (min-width: 992px) {
  .bottom-header {
    display: block;
    border-bottom: 1px solid #f4f4f4; }
  .new-container .container, .container-sm, .container-md, .container-lg, .container-xl, .navigation .submenu, .bottom-header .navigation {
    max-width: 90vw; } }

@media (max-width: 1366px) {
  .header-left, .navigation a {
    font-size: 10px; }
  .icon-header {
    width: 30px;
    height: 30px; } }

/*@media (min-width: 1440px) {
	.new-container .container,.container-sm,.container-md,.container-lg,.container-xl {
		max-width:1400px;
	}
}
@media (min-width: 1366px) {
	.new-container .container,.container-sm,.container-md,.container-lg,.container-xl {
		max-width:1306px;
	}
}*/
@media (max-width: 1366px) {
  .navigation .list-group-item {
    font-size: 11px; } }

@media (min-width: 1200px) {
  .modal-tc--text {
    white-space: nowrap; } }

@media (min-width: 768px) {
  .product-info .product-action.mb {
    display: none; }
  .form_register .form_newsletter {
    width: 75%; } }

@media (max-width: 767px) {
  .item_product_main .label-promos {
    gap: 0px;
    overflow-x: auto;
    padding: 10px;
    font-size: 9px; }
    .item_product_main .label-promos::-webkit-scrollbar {
      width: 1px;
      height: 0; }
    .item_product_main .label-promos::-webkit-scrollbar-thumb {
      background-color: #fff;
      outline: 1px solid #fff; }
  .item_product_main .label-promo.new {
    flex: 0 0 35%; }
  .item_product_main .label-promo.tl {
    padding-left: 18px; }
  .item_product_main .label-promo {
    flex: 0 0 55%; }
  #search-header .search-suggest--line {
    align-items: flex-start; }
  .modal-tc {
    width: calc(100vw - 40px); }
  .modal-tc--button .btn {
    font-size: 12px; }
  .modal-tc.open {
    bottom: 65px; }
  .btns-sticky {
    bottom: 65px !important; }
  .lixi {
    bottom: 162px;
    right: 21px; }
  .product-thumbnail .product-action:not(.mb) {
    display: none; }
  .vqbd {
    bottom: 80px; }
  .vqmm {
    left: 0px;
    right: unset;
    bottom: 3rem; }
  .sticktl {
    /*left: 8px;
		right: unset;
		bottom: 7.5rem;*/ }
  .invi-scrollmb::-webkit-scrollbar {
    width: 1px;
    height: 0; }
  .invi-scrollmb::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 1px solid transparent; } }

/* Poppver voucher css */
/*======== voucher -- popover ==========*/
.custom-popover {
  margin-left: 15px;
  margin-right: 15px;
  max-width: 400px;
  font-family: inherit;
  font-size: 13px;
  z-index: 500;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px; }

.custom-popover .popover-header {
  display: none;
  text-align: center;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
  font-size: 20px;
  padding: 15px 10px;
  font-weight: 600;
  width: 100%;
  color: #343a40;
  border-bottom: 0; }

.custom-popover .popover-body {
  width: 360px;
  border-radius: 8px;
  background: #fff;
  padding: 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px; }
  .custom-popover .popover-body p {
    margin: 0; }

.custom-popover .popover-content__voucher {
  font-size: 13px;
  color: #343a40; }

@media (max-width: 767px) {
  .modal-voucher--backdrop {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .modal-voucher--backdrop.js-modal-show {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .custom-popover {
    position: fixed !important;
    z-index: 1010;
    width: 100%;
    max-width: 100%;
    left: 0 !important;
    right: 0 !important;
    top: initial !important;
    bottom: 54px;
    margin: 0;
    -webkit-transform: translateY(100%) !important;
    transform: translateY(100%) !important;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
    border-radius: 16px 16px 0 0; }
  .custom-popover.fade.show {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important; }
  .custom-popover .popover-header {
    display: block;
    padding: 5px; }
  .custom-popover .popover-header:before {
    content: "";
    position: absolute;
    left: calc(50% - 24px);
    top: -14px;
    width: 48px;
    height: 6px;
    border-radius: 3px;
    background: #ffffff; }
  .custom-popover .popover-body {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: 100%; }
  .custom-popover .arrow {
    display: none; }
  .custom-popover .popover-content__voucher {
    font-size: 16px; } }

/* EGA CSS */
.ega-cr-addon {
  transition: all 0.3s ease-out; }

.ega-cr-addon .ega-menu__link {
  color: #324e69;
  text-align: center;
  width: 100%;
  font-size: 10px;
  text-decoration: none;
  display: block;
  padding: 10px 10px 6px; }

.ega-cr-addon.ega-cr-addon--default {
  border-radius: 20px 20px 0 0; }

.ega-cr-addon .ega-menu__icon,
.ega-cr-addon ul {
  margin: auto; }

.ega-cr-addon .ega-menu__icon div {
  margin-top: 5px; }

.ega-cr-addon li {
  cursor: pointer; }

.ega-cr-addon .ega-menu__icon svg {
  color: #324e69;
  fill: #324e69 !important; }

.ega-cr-addon .ega-menu__icon img {
  width: 100%;
  height: auto; }

.ega-cr-addon .ega-menu__icon * {
  fill: #324e69 !important; }

#ega-cart-count {
  position: absolute;
  background-color: red;
  width: 10px;
  top: -4px;
  right: -15px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff !important;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.ega-cr-addon {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  display: block;
  box-shadow: 0 7px 36px rgba(16, 42, 67, 0.15); }

.ega-cr-addon .ega-ul {
  display: flex;
  justify-content: stretch;
  width: 100%;
  background: #fff;
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin: auto;
  overflow-x: hidden; }

.ega-cr-addon.show .ega-ul {
  flex-wrap: wrap; }

.ega-cr-addon .ega-menu__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.ega-loadmore-btn span {
  width: 5px;
  height: 5px;
  display: block;
  background: #000;
  margin: 3px auto;
  position: relative; }

.ega-loadmore-btn + .ega-menu__item {
  order: -1; }

.ega-loadmore-btn {
  display: none; }

.ega-loadmore-btn span:after,
.ega-loadmore-btn span:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute; }

.ega-loadmore-btn span:before {
  left: -8px; }

.ega-loadmore-btn span:after {
  right: -8px; }

.ega-cr-addon.show .ega-loadmore-btn span {
  display: block;
  height: 3px;
  transition: all 0.2s ease-out;
  background: transparent !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out; }

.ega-cr-addon.show .ega-loadmore-btn span:after,
.ega-cr-addon.show .ega-loadmore-btn span:before {
  width: 21px; }

.ega-cr-addon.show .ega-loadmore-btn span:before {
  top: -2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.ega-cr-addon.show .ega-loadmore-btn span:after {
  top: -2px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.crbtn-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9999;
  opacity: 0;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear; }

.crbtn-modal.show {
  opacity: 1; }

.crbtn-modal.modal-index {
  z-index: 2147483647; }

.crbtn-modal__content {
  background-color: #fff;
  position: relative;
  width: auto;
  max-width: 500px;
  width: 100%;
  padding: 16px;
  margin: 1.75rem auto;
  border-radius: 10px;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.crbtn-modal-showed {
  overflow: hidden; }

.crbtn-modal__header {
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #0d5302; }

.crbtn-modal__header svg {
  margin-right: 5px; }

.crbtn-modal__footer {
  font-size: 14px;
  margin-top: 16px; }

.crbtn-modal__cta {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #ff424e;
  padding: 8px 0;
  border-radius: 4px; }

.crbtn-modal__cta:disabled {
  cursor: not-allowed;
  background-color: #a0a0a0; }

.crbtn-modal.crbtn-modal---toast .crbtn-modal__content {
  max-width: 300px !important;
  border-radius: 7px;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

#cr-addon-pro,
.crbtn-modal.crbtn-modal---toast .crbtn-modal__body {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #f1f1f1;
  margin-left: -16px;
  margin-right: -16px;
  font-size: 16px;
  line-height: 20px; }

.crbtn-modal__left img {
  max-width: 100%; }

.crbtn-modal__right {
  display: flex;
  flex-direction: column; }

.crbtn-modal__left {
  margin-right: 10px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 100%;
  overflow: hidden;
  min-width: 100px;
  min-height: 100px; }

.crbtn-modal---toast.top .crbtn-modal__content {
  top: 10px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0); }

.crbtn-modal---toast.right .crbtn-modal__content {
  right: 10px;
  left: auto;
  transform: translateX(200px);
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px); }

.crbtn-modal.show.crbtn-modal---toast .crbtn-modal__content {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0); }

.crbtn-modal .crbtn-modal__close {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  line-height: 25px;
  background-color: transparent;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer; }

#crQVModal.show {
  background: rgba(0, 0, 0, 0.3); }

#crQVModal .crbtn-modal__content {
  transform: translateY(400px);
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -ms-transform: translateY(400px);
  -o-transform: translateY(400px); }

#crQVModal.show .crbtn-modal__content {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0); }

#crQVModal {
  --variantColor: #f57224;
  --priceColor: #f57224;
  --ctaColor: #fff;
  --ctaBackground: #ff330c; }

.ega-cr-addon .ega-menu__icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain; }

@media (min-width: 600px) {
  .crbtn-modal.crbtn-modal---toast .crbtn-modal__body,
  .ega-cr-addon.ega-hidden--desktop {
    display: none; } }

@media (max-width: 600px) {
  .ega-cr-addon .ega-ul {
    max-width: 100% !important; }
  .crbtn-modal__content {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out; }
  .ega-cr-addon .ega-menu__title {
    margin-top: 3px; }
  .ega-cr-addon .ega-menu__item {
    font-size: 10px; }
  .ega-cr-addon li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .crbtn-modal---toast.top.right .crbtn-modal__content {
    max-width: 100% !important;
    right: 0;
    bottom: 0;
    top: auto;
    margin: auto;
    transform: translateX(0) translateY(400px);
    -webkit-transform: translateX(0) translateY(400px);
    -moz-transform: translateX(0) translateY(400px);
    -ms-transform: translateX(0) translateY(400px);
    -o-transform: translateX(0) translateY(400px); }
  .crbtn-modal---toast.top.right.hasQv .crbtn-modal__content {
    transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0); }
  .crbtn-modal---toast.top.right .crbtn-modal__content * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .show.crbtn-modal---toast.top .crbtn-modal__content {
    right: 0;
    transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0); }
  .crbtn-modal.show {
    background: rgba(0, 0, 0, 0.3); }
  #crQVModal .crbtn-modal__content {
    position: absolute;
    bottom: 0;
    margin: 0 auto; } }

label.cr-variants-label {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  height: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 32px;
  margin: 8px 12px 0 0;
  border-radius: 16px;
  border: 1px solid #fff;
  padding-left: 20px;
  background: #eff0f5;
  padding-right: 20px;
  font-weight: 400;
  font-size: 12px;
  color: #212121;
  letter-spacing: 0; }

label.cr-variants-label.checked {
  color: var(--variantColor);
  background: transparent;
  border: 1px solid var(--variantColor);
  position: relative; }

label.cr-variants-label.checked span {
  position: relative;
  z-index: 1; }

label.cr-variants-label.checked:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--variantColor);
  z-index: 0;
  opacity: 0.13; }

.cr-variants-wrapper {
  margin-top: 15px; }

.cr-variants-wrapper p {
  font-size: 12px;
  color: #9e9e9e;
  font-weight: 400;
  margin-bottom: 0; }

.cr-variants-price {
  margin-bottom: 4px;
  margin-top: 4px;
  font-weight: 500;
  font-size: 18px;
  color: var(--priceColor);
  letter-spacing: -0.56px; }

#cr-addon-variants {
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 182px;
  overflow-y: auto; }

#cr-addon-addtocart {
  border: none;
  align-items: center;
  width: 100%;
  color: var(--ctaColor);
  background: var(--ctaBackground); }

.cr-variants-title {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.2; }

.cr-variants-selected {
  font-size: 12px;
  color: #a0a0a0;
  margin-top: 4px;
  margin-bottom: 2px;
  line-height: 1.1; }

svg#cr-ic-spinner {
  -webkit-animation: a 0.4s linear infinite;
  animation: a 0.4s linear infinite;
  vertical-align: top;
  font-size: 18px; }

#crFormModal.crbtn-modal.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  flex-direction: column;
  padding: 15px; }

#crFormModal .crbtn-modal__header {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-align: center; }

#crFormModal .crbtn-modal__body {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

#crFormModal .crbtn-modal__close {
  right: 5px;
  top: 5px; }

#crFormModal h3 {
  margin: 0;
  margin-bottom: 10px; }

#crFormModal form {
  width: 100%;
  text-align: center;
  margin: 0; }

#crFormModal .cr-form-group {
  width: 100%;
  margin-bottom: 12px;
  font-size: 14px; }

#crFormModal .cr-form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
  background: #f7f6f6; }

#crFormModal .crbtn-modal__cta {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  width: auto;
  color: #fff;
  background-color: #ff424e;
  padding: 10px 15px;
  border-radius: 4px;
  border: none; }

.crbtn-modal__succsess {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  flex-direction: column;
  transition: opacity 0.2s linear;
  text-align: center; }

.cr-form-success {
  font-size: 16px;
  font-weight: 700; }

.crbtn-modal.success .crbtn-modal__succsess {
  z-index: 10;
  opacity: 1;
  visibility: visible; }

span.cr-form-error {
  line-height: 1.2;
  color: #ff424e;
  font-size: 12px; }

.sa {
  width: 140px;
  height: 140px;
  padding: 26px; }

.sa,
.sa-success {
  background-color: #fff; }

.sa-success {
  border-radius: 50%;
  border: 4px solid #a5dc86;
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  width: 80px; }

.sa-success:after,
.sa-success:before {
  background: #fff;
  content: "";
  height: 120px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 60px; }

.sa-success:before {
  border-radius: 40px 0 0 40px;
  width: 26px;
  height: 80px;
  top: -17px;
  left: 5px;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.crbtn-modal.success .sa-success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

.sa-success-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(164, 219, 132, 0.25);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2; }

.sa-success-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1; }

.sa-success-long,
.sa-success-tip {
  background-color: #a5dc86;
  border-radius: 2px;
  height: 5px;
  position: absolute;
  z-index: 2; }

.crbtn-modal.success .sa-success-tip {
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25px;
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.crbtn-modal.success .sa-success-long {
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 47px;
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
