@charset "UTF-8";
:root {
  --shop-color-bg: #ffffff;
  --shop-color-main: #c2021a;
  --shop-color-text: #0B2341;
  --shop-color-hover: #c2021a;
  --shop-color-button: #c2021a;
  --shop-color-button-text: #ffffff;
  --shop-color-border: #e6e6e6;
  --shop-bg-header: #ffffff;
  --shop-color-header: #0B2341;
  --home-slider-color: #df0000; }

@font-face {
  font-family: 'FontAwesome';
  src: url("//theme.hstatic.net/200000844461/1001350821/14/fontawesome-webfont.eot?v=65");
  src: url("//theme.hstatic.net/200000844461/1001350821/14/fontawesome-webfont.eot?v=65") format("embedded-opentype"), url("//theme.hstatic.net/200000844461/1001350821/14/fontawesome-webfont.woff2?v=65") format("woff2"), url("//theme.hstatic.net/200000844461/1001350821/14/fontawesome-webfont.woff?v=65") format("woff"), url("//theme.hstatic.net/200000844461/1001350821/14/fontawesome-webfont.ttf?v=65") format("truetype"), url("//theme.hstatic.net/200000844461/1001350821/14/fontawesome-webfont.svg?v=65") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'League Spartan';
  src: url("//theme.hstatic.net/200000844461/1001350821/14/LeagueSpartan-Regular.ttf?v=65") format("truetype"); }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fa {
  font-family: "FontAwesome" !important; }

html, body {
  border: 0;
  background-color: #fff; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth; }

img {
  max-width: 100%; }

body {
  color: var(--shop-color-text);
  line-height: 1.45;
  font-size: 16px;
  background: var(--shop-color-bg);
  font-family: "League Spartan", sans-serif;
  overflow-x: hidden;
  position: initial; }

@media (max-width: 767px) {
  body {
    font-size: 14px; } }

.hidden {
  display: none !important; }

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

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 1.3 - Typography */
h1, h2, h3, h4, h5, h6 {
  color: var(--shop-color-title);
  margin: 0 0 13px 0;
  font-weight: 700;
  line-height: 1.5; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--shop-color-title); }

img {
  max-width: 100%; }

/* 1.4 - Links and Buttons */
a {
  color: var(--shop-color-text);
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

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

a:active {
  outline: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

textarea {
  resize: none; }

/* 1.5 - Lists */
ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.typeList-style * {
  max-width: 100% !important; }

.typeList-style ul {
  list-style: initial;
  padding-left: 20px; }

.typeList-style ol {
  list-style-type: decimal;
  padding-left: 20px; }

.typeList-style ul ul {
  list-style-type: circle; }

.typeList-style ul ul ul {
  list-style-type: square; }

.typeList-style ul li, .typeList-style ol li {
  margin: 5px 0; }

/* 1.6 - Variable */
.combo-info .combo-item--title, .product-loop .proloop-detail h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.actionToolbar_mobile.toolbar_style_1 .toolbar-item__label {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

/*-----End Variable---*/
/* 1.7 - Button */
.button {
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  padding: 15px 35px;
  line-height: normal;
  color: var(--shop-color-button-text);
  background-color: var(--shop-color-hover);
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  outline: none !important;
  -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.button:before {
  content: '';
  display: block;
  background-color: var(--shop-color-button);
  position: absolute;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.button.btnwhite {
  color: var(--shop-color-text);
  border: 2px solid var(--shop-color-button); }

.button.btnwhite:before {
  background-color: #ffffff; }

.button {
  /*&:hover i{
	animation: toRightFromLeft .3s forwards;
}*/ }
  .button i {
    margin-left: 5px;
    font-weight: 600; }

@media (min-width: 992px) {
  .button:hover,
  .button:focus {
    border-color: var(--shop-color-button-text);
    background-color: var(--shop-color-button-text);
    color: var(--shop-color-button);
    opacity: 0.9; }
  .button:hover:before, .button:focus:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    background-color: var(--shop-color-button);
    color: var(--shop-color-button-text); }
  .button.btnwhite:hover:before, .button.btnwhite:focus:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    background-color: var(--shop-color-button);
    color: var(--shop-color-button-text); } }

@media (max-width: 767px) {
  .button {
    font-size: 14px;
    padding: 10px 15px; } }

@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%); }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%); }
  51% {
    opacity: 1; } }

@keyframes toRightFromLeft {
  49% {
    transform: translate(100%); }
  50% {
    opacity: 0;
    transform: translate(-100%); }
  51% {
    opacity: 1; } }

/* 1.8 - Anmaiton css3 */
@-webkit-keyframes marginRight {
  0% {
    background-position: 90%; }
  100% {
    background-position: 15%; } }

@keyframes marginRight {
  0% {
    background-position: 90%; }
  100% {
    background-position: 15%; } }

@-webkit-keyframes h-alo-ring-ring {
  0% {
    transform: rotate(0deg) 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(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes h-alo-ring-ring {
  0% {
    transform: rotate(0deg) 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(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@-webkit-keyframes widthAnimation {
  0% {
    width: 0;
    opacity: 1; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }

@keyframes widthAnimation {
  0% {
    width: 0;
    opacity: 1; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

@-webkit-keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes scroll-in {
  0% {
    top: 2px; }
  49% {
    top: -14px; }
  50% {
    top: 19px; }
  100% {
    top: 2px; } }

@keyframes scroll-out {
  0% {
    top: 2px; }
  49% {
    top: 19px; }
  50% {
    top: -14px; }
  100% {
    top: 2px; } }

@keyframes popoverTheLookDot {
  from {
    opacity: 0.6;
    transform: scale(0.6); }
  to {
    opacity: 0;
    transform: scale(1.2); } }

@keyframes scaleDown1 {
  0% {
    transform: scale(1);
    opacity: 0; }
  1% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotateIconLoad {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes pulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(3.4);
    transform: scale(3.4);
    opacity: 0; } }

@keyframes shine {
  100% {
    left: 125%; } }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes slideshowFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes slideshowFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes iconSkew {
  0% {
    transform: rotate(0deg) 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(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes pulselive {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 0.3; } }

@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
    opacity: 0; } }

@keyframes rightarrow {
  0% {
    transform: translateX(-8px); }
  100% {
    transform: translateX(0); } }

@keyframes downscroll {
  0% {
    transform: translateY(-3px); }
  100% {
    transform: translateY(3px); } }

/* 2.0 - CSS  General */
.dFlex-row {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

@media (max-width: 767px) {
  .dFlex-row {
    margin-left: -7px;
    margin-right: -7px; }
  .col-pd {
    padding: 0 7px; } }

.lazyload-image {
  box-sizing: content-box;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto; }

.lazyload-image img {
  display: block; }

.lazyload-image .lazyload-image__placeholder {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.lazyload-image .lazyload-image__placeholder.aspect-ratio {
  padding-bottom: calc((var(--height-img)/var(--width-img)) * 100%); }

.lazyload-image .lazyload-image__placeholder img {
  position: absolute;
  width: auto;
  height: auto;
  max-height: 100%;
  left: 50%;
  top: 50%;
  border: none;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "blur-up: auto", "object-fit: contain";
  -o-object-fit: contain;
  object-fit: contain; }

.lazyload-image .lazyload-image__placeholder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  border: none;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.lazyload-image .lazyload-image__placeholder .lazyloading {
  opacity: 0.6;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transition: opacity 100ms, filter 150ms;
  -webkit-transition: opacity 100ms, filter 150ms; }

.lazyload-image .lazyload-image__placeholder .lazyloaded {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0); }

.mainBody-theme.body-scroll {
  overflow: hidden; }

table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse; }

.owl-carousel.slider-owl .owl-item img {
  width: auto !important;
  text-align: center;
  margin: auto;
  overflow: hidden; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: initial !important; }

img.lazyload:not([src]) {
  visibility: hidden; }

/*.product-loop.product-horizontal .product--image .prod-img img:not(.lazyloaded) {min-height:140px;}*/
.lazyloading {
  opacity: 0.3;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: opacity 300ms, filter 400ms;
  -webkit-transition: opacity 300ms, filter 400ms; }

.lazyloaded {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: opacity 300ms, filter 400ms;
  -webkit-transition: opacity 300ms, filter 400ms; }

.sitebox-recaptcha {
  padding: 6px 0 0;
  text-align: left;
  color: #9e9e9e;
  font-size: 13px;
  clear: both; }

.sitebox-recaptcha a {
  color: #2962ff; }

.grecaptcha-badge {
  visibility: hidden; }

.owlCarousel-style {
  /*&.owl-carousel .owl-stage {margin: 5px 0;display: flex;display: -ms-flex;}*/ }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev,
  .owlCarousel-style.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -60px;
    z-index: 3;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 50%;
    color: #858380;
    background: #fff;
    border: 1px solid var(--shop-color-border);
    outline: none;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev span,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next span {
      font-size: 0; }
      .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before,
      .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
        content: "";
        font-family: 'FontAwesome';
        font-size: 22px; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev svg,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next svg {
      width: 14px;
      height: 14px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
    right: 55px; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before {
      content: "\f104"; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-next {
    right: 7px; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
      content: "\f105"; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev.disabled,
  .owlCarousel-style.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.5; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev.disabled:hover,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next.disabled:hover {
      background: rgba(255, 255, 255, 0.3);
      color: #858380;
      cursor: no-drop; }
  .owlCarousel-style.owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .owlCarousel-style .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center; }
    .owlCarousel-style .owl-dots .owl-dot {
      /*&.active {
			border-radius: 50%;
			border: 2px solid #000000;
		}*/ }
      .owlCarousel-style .owl-dots .owl-dot {
        margin: 0 3px;
        outline: 0; }
      .owlCarousel-style .owl-dots .owl-dot span {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        width: 7px;
        height: 7px;
        margin: 5px;
        border-radius: 50%;
        background: #928c8c; }
      .owlCarousel-style .owl-dots .owl-dot.active span {
        background: #000000; }
  .owlCarousel-style .product-loop .product-inner {
    margin-bottom: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
      right: 52px; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-next {
      right: 7px; } }
  @media (min-width: 992px) {
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev:hover,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next:hover {
      background: var(--shop-color-button);
      color: #fff; } }
  @media (max-width: 767px) {
    .owlCarousel-style .owl-item:hover {
      box-shadow: none; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev, .owlCarousel-style.owl-carousel .owl-nav .owl-next {
      width: 35px;
      height: 35px;
      line-height: 35px; }
      .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before, .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
        font-size: 18px; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
      right: 50px; }
    .owlCarousel-style .owl-dots .owl-dot span {
      width: 5px;
      height: 5px;
      margin: 4px; }
    .owlCarousel-style .owl-dots {
      bottom: -30px; } }

.banner-hover-effect {
  position: relative;
  overflow: hidden;
  display: block; }
  .banner-hover-effect:before, .banner-hover-effect::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s; }
  .banner-hover-effect:before {
    top: 0;
    left: 0;
    z-index: 1; }
  .banner-hover-effect:after {
    bottom: 0;
    right: 0;
    z-index: 2; }
  @media (min-width: 1200px) {
    .banner-hover-effect:hover:before, .banner-hover-effect:hover:after {
      width: 100%;
      height: 100%; }
    .banner-hover-effect img {
      display: block;
      margin: 0;
      height: auto;
      transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out; }
    .banner-hover-effect:hover img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); } }

.flow-zoom {
  overflow: hidden; }
  .flow-zoom img {
    transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -webkit-transition: all 400ms ease; }
  .flow-zoom:hover img {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15); }

.tooltip-cs {
  position: relative; }
  .tooltip-cs .tooltip-hover {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    line-height: 24px;
    background: #17191a;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 8px;
    border-radius: 3px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease; }
    .tooltip-cs .tooltip-hover:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 1px;
      left: 50%;
      width: 0;
      height: 0;
      border: solid;
      border-width: 8px 8px 0 8px;
      border-color: transparent;
      border-top-color: #000;
      -webkit-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
  .tooltip-cs:hover .tooltip-hover {
    opacity: 1;
    visibility: visible; }

.pd-top {
  padding-top: 40px; }

.lazy-img__prod, .lazy-img__100 {
  padding-bottom: 100%; }

.lazy-img__100 .boxlazy-img__aspect {
  padding: 15px; }

.lazy-img-cb {
  padding-bottom: 100%;
  display: block;
  height: 0;
  position: relative; }
  .lazy-img-cb img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    object-fit: contain;
    transform: translate(-50%, -50%); }

.boxlazy-img__insert {
  position: relative;
  height: 0;
  display: block;
  width: 100%; }

.boxlazy-img__aspect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .boxlazy-img__aspect img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%); }
  .boxlazy-img__aspect iframe {
    max-height: 100%;
    display: block;
    transition: 0s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
    overflow: hidden;
    /*font-family: "blur-up: auto", "object-fit: contain";	-o-object-fit: contain;	object-fit: contain;*/ }

/* 2.2 - Breadcrumb */
.breadcrumb-shop {
  background: var(--shop-color-bg);
  padding: 0 0px;
  border-bottom: 1px solid #dfe2e6;
  border-top: 1px solid #dfe2e6; }

.breadcrumb-paralax {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0px 0;
  margin-bottom: 40px;
  background-color: #fafafa; }

.breadcrumb-list {
  overflow: hidden; }

.breadcrumb-list .breadcrumb-arrows {
  padding: 10px 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
  list-style: none; }

.breadcrumb-list .breadcrumb-arrows > li {
  display: inline-block; }

.breadcrumb-list .breadcrumb-arrows > li + li:before {
  padding: 0 3px;
  margin-left: 5px;
  color: #ccc;
  font-family: 'FontAwesome';
  content: "/\00a0"; }

@media (max-width: 767px) {
  .breadcrumb-list .breadcrumb-arrows {
    padding: 7px 0;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: scroll; }
  .breadcrumb-list .breadcrumb-arrows > li + li:before {
    padding: 0 2px; }
  .breadcrumb-list .breadcrumb-arrows::-webkit-scrollbar {
    display: none; }
  .breadcrumb-list .breadcrumb-arrows {
    -ms-overflow-style: none;
    scrollbar-width: none; } }

/* 2.3 - Pagination */
#pagination {
  margin: 30px 0; }
  #pagination .pagination {
    margin: 0;
    padding: 0;
    justify-content: center;
    -webkit-justify-content: center; }
    #pagination .pagination > li {
      display: inline-block;
      vertical-align: middle; }
      #pagination .pagination > li:not(:last-child) {
        margin-right: 8px; }
      #pagination .pagination > li > span, #pagination .pagination > li a {
        position: relative;
        float: left;
        line-height: 33px;
        text-decoration: none;
        color: #333e48;
        background-color: #fff;
        border: 1px solid #dee2e6;
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 0 !important;
        font-weight: 600;
        padding: 0;
        cursor: pointer; }
        #pagination .pagination > li > span.current, #pagination .pagination > li a.current {
          background-color: var(--shop-color-main);
          border-color: var(--shop-color-main);
          color: #fff; }
      #pagination .pagination > li > a:hover, #pagination .pagination > li > a:focus, #pagination .pagination > li > span:hover, #pagination .pagination > li > span:focus {
        z-index: 2;
        color: #fff;
        background-color: var(--shop-color-hover);
        border-color: var(--shop-color-hover); }

/* 2.4 - 404 */
.layout-pageNot {
  padding: 40px 0; }

.layout-pageNot h1 span {
  display: block;
  color: #fff;
  font-size: 170px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }

.layout-pageNot .subtext {
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto 30px;
  font-weight: 400; }

@media (min-width: 992px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media (min-width: 1366px) {
  .container {
    max-width: 1290px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1410px; } }

@media (max-width: 992px) {
  .row-mg0 {
    margin: 0; } }

@media (max-width: 767px) {
  .container.container-pd, .container-fluid.container-pd {
    padding-left: 7px;
    padding-right: 7px; }
  .container.container-pd-parent {
    padding-left: 2px;
    padding-right: 2px; }
  .container.container-pd0 {
    padding-left: 0px;
    padding-right: 0px; }
  .row-mg-parent {
    margin: 0 -2px; } }

/* 2.5 - CSS Loading  */
.animated-background, .loading-mask .loading-mask__image .mask-line, .loading-mask .loading-mask__detail .mask-line {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  position: relative; }

.loading-mask .loading-mask__image {
  position: relative;
  overflow: hidden;
  width: 100%; }

.loading-mask .loading-mask__detail {
  padding: 10px; }

.loading-mask .loading-mask__detail .mask-line {
  height: 10px;
  width: 100%;
  border-radius: 8px;
  margin: 4px 0; }
  .loading-mask .loading-mask__detail .mask-line:nth-child(2) {
    width: 80%; }
  .loading-mask .loading-mask__detail .mask-line:nth-child(3) {
    width: 65%; }

.product-loop-load {
  border: 1px solid #eae8e4;
  margin-left: -1px;
  margin-bottom: -1px; }

.product-loadding {
  padding-left: 0;
  padding-right: 0; }

.btn-loadmore {
  position: relative;
  color: var(--shop-color-button);
  border: 1px solid var(--shop-color-button);
  background: var(--shop-color-hover);
  margin-top: 20px;
  text-transform: initial;
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 25px; }

.btn-loadmore:before {
  background: #fff; }

.btn-loadmore:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: var(--shop-color-button);
  animation: spinner .6s linear infinite;
  opacity: 0;
  transition: opacity 1s ease; }

.btn-loadmore.btn-loading {
  padding-left: 40px;
  padding-right: 10px; }

.btn-loadmore.btn-loading:after {
  opacity: 1; }

.wrapperMain_content {
  min-height: 80vh;
  position: relative;
  z-index: 0;
  background: var(--shop-color-bg); }
  @media (max-width: 1199px) and (min-width: 992px) {
    .wrapperMain_content {
      min-height: 65vh; } }

/*======== coupon -- popover ==========*/
.coupon-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: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px; }
  .coupon-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: #242424;
    border-bottom: 0; }
  .coupon-popover .popover-body {
    width: 360px;
    border-radius: 8px;
    background: #ffffff;
    padding: 24px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px; }
  .coupon-popover .popover-content__coupon {
    font-size: 13px;
    color: #000000; }
    .coupon-popover .popover-content__coupon .dfex-txt {
      padding: 12px 24px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .coupon-popover .popover-content__coupon .dfex-txt.dfex-none {
        display: none; }
      .coupon-popover .popover-content__coupon .dfex-txt--1 {
        width: 33%;
        min-width: 100px;
        flex: 0 0 auto;
        font-size: 13px;
        line-height: 20px;
        color: #787878; }
      .coupon-popover .popover-content__coupon .dfex-txt--2 {
        padding-left: 20px; }
        .coupon-popover .popover-content__coupon .dfex-txt--2 span {
          width: 24px;
          height: 24px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 6px;
          background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22labrj0lkfa%22%20d%3D%22M6.527%202.099c.521%200%20.946.425.949.948v8.004c0%20.524-.425.949-.949.949H.95C.425%2012%200%2011.575%200%2011.051V3.047C0%202.524.425%202.1.949%202.1zm-.002.663H.946c-.157%200-.285.128-.285.285v8.002c0%20.157.128.285.285.285h5.579c.157%200%20.285-.128.285-.285V3.047c0-.157-.128-.285-.285-.285zM8.66%200c.524%200%20.949.425.949.949v8.004c0%20.523-.425.948-.949.948-.184%200-.332-.147-.332-.331%200-.185.148-.332.332-.332.158%200%20.285-.128.285-.285V.949c0-.158-.127-.285-.285-.285H3.082c-.158%200-.285.127-.285.285%200%20.184-.148.331-.332.331-.184%200-.332-.147-.332-.331%200-.524.425-.949.949-.949z%22%2F%3E%20%20%20%20%3C%2Fdefs%3E%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%28-2760%20-4524%29%20translate%282708%2080%29%20translate%2852%204304%29%20translate%280%20140%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23E5F2FF%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%286%206%29%20translate%281%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22n5b3eobj0b%22%20fill%3D%22%23fff%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23labrj0lkfa%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23787878%22%20xlink%3Ahref%3D%22%23labrj0lkfa%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23017FFF%22%20mask%3D%22url%28%23n5b3eobj0b%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200H12V12H0z%22%20transform%3D%22translate%28-1%29%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
          background-repeat: no-repeat;
          background-size: 24px; }
      .coupon-popover .popover-content__coupon .dfex-txt--3 {
        width: 100%; }
        .coupon-popover .popover-content__coupon .dfex-txt--3 ul {
          list-style-type: disc;
          margin-bottom: 0;
          margin-top: 0;
          margin-left: 16px; }
        .coupon-popover .popover-content__coupon .dfex-txt--3 ul li {
          list-style-position: outside; }
        .coupon-popover .popover-content__coupon .dfex-txt--3 ul li + li {
          margin-top: 3px; }
        .coupon-popover .popover-content__coupon .dfex-txt--3 ul li::marker {
          color: #000; }
      .coupon-popover .popover-content__coupon .dfex-txt--cta {
        width: 100%; }
        .coupon-popover .popover-content__coupon .dfex-txt--cta .btn-popover {
          display: block;
          width: 100%;
          padding: 0px 12px;
          font-size: 13px;
          height: 44px;
          line-height: 42px;
          border-radius: 4px;
          font-weight: 500;
          color: #fff;
          background: red;
          border: 1px solid red; }
          .coupon-popover .popover-content__coupon .dfex-txt--cta .btn-popover + .btn-popover {
            margin-top: 12px;
            color: red;
            background: #fff; }
    .coupon-popover .popover-content__coupon .dfex-bkg:nth-child(2n+1) {
      background-color: #fafafa; }
  .coupon-popover.top > .arrow {
    border-top-color: #ffffff; }
  .coupon-popover.bottom > .arrow {
    border-bottom-color: #ffffff; }
  .coupon-popover.left > .arrow {
    border-left-color: #ffffff; }
  .coupon-popover.right > .arrow {
    border-right-color: #ffffff; }
  .coupon-popover.bs-popover-top > .arrow::before {
    border-top-color: #ffffff; }
  @media (max-width: 767px) {
    .coupon-popover {
      position: fixed !important;
      z-index: 1010;
      width: 100%;
      max-width: 100%;
      left: 0 !important;
      right: 0 !important;
      top: initial !important;
      bottom: 0;
      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; }
      .coupon-popover.fade.show {
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important; }
    .coupon-popover .popover-header {
      display: block; }
      .coupon-popover .popover-header:before {
        content: "";
        position: absolute;
        left: calc(50% - 24px);
        top: -14px;
        width: 48px;
        height: 6px;
        border-radius: 3px;
        background: #ffffff; }
    .coupon-popover .popover-body {
      margin-left: 0;
      margin-right: 0;
      border-radius: 0;
      box-shadow: none;
      padding: 0;
      width: 100%; }
    .coupon-popover .arrow {
      display: none; }
    .coupon-popover .popover-content__coupon .dfex-txt {
      padding: 12px 20px; }
      .coupon-popover .popover-content__coupon .dfex-txt.dfex-none {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }

@media (max-width: 767px) {
  .modal-coupon--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-coupon--backdrop.js-modal-show {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

.coupon-initial .listCoupon {
  background: #fff;
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px; }

.coupon-initial .title-coupon h2 {
  font-size: 16px;
  margin: 0 0 8px; }

.coupon-initial .coupon-item {
  padding-left: 7px;
  padding-right: 7px; }
  .coupon-initial .coupon-item__inner {
    background: var(--home-coupon-bg);
    display: flex;
    display: -ms-flex;
    border-radius: 15px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08); }
  .coupon-initial .coupon-item__left {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    border-right: 1px dashed var(--shop-color-border);
    padding: 8px; }
    .coupon-initial .coupon-item__left:after, .coupon-initial .coupon-item__left:before {
      content: "";
      width: 20px;
      height: 10px;
      right: -10px;
      position: absolute;
      background: var(--shop-color-bg);
      z-index: 99;
      border: 1px solid rgba(0, 0, 0, 0.08); }
    .coupon-initial .coupon-item__left:after {
      top: -1px;
      border-top: 0;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
    .coupon-initial .coupon-item__left:before {
      bottom: -1px;
      border-bottom: 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .coupon-initial .coupon-item__left .cp-img {
      background: var(--home-coupon-light);
      border-radius: 10px; }
  .coupon-initial .coupon-item__right {
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -ms-justify-content: space-between;
    padding: 10px;
    color: var(--home-coupon-text); }
    .coupon-initial .coupon-item__right .cp-icon {
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      position: absolute;
      top: 5px;
      right: 5px;
      padding: 5px; }
    .coupon-initial .coupon-item__right .cp-top {
      padding-bottom: 12px;
      padding-right: 24px; }
      .coupon-initial .coupon-item__right .cp-top h3 {
        margin: 0 0 2px;
        font-size: 14px;
        font-weight: 700;
        color: var(--home-coupon-text); }
      .coupon-initial .coupon-item__right .cp-top p {
        font-size: 12px;
        font-weight: 500;
        margin: 0; }
    .coupon-initial .coupon-item__right .cp-bottom {
      display: flex;
      display: -ms-flex;
      justify-content: space-between;
      -ms-justify-content: space-between; }
      .coupon-initial .coupon-item__right .cp-bottom .cp-bottom-btn {
        display: flex;
        display: -ms-flex; }
      .coupon-initial .coupon-item__right .cp-bottom p {
        font-size: 10px;
        margin: 0; }
      .coupon-initial .coupon-item__right .cp-bottom p strong {
        letter-spacing: 0.4px;
        font-size: 11px; }
    .coupon-initial .coupon-item__right .cp-btn {
      padding: 3px 6px;
      font-size: 10px;
      min-width: 92px;
      letter-spacing: 0.5px;
      border-radius: 20px;
      margin-top: auto; }

.coupon-initial .list-coupon-slide {
  padding-bottom: 15px; }

.coupon-initial .swiper-pagination {
  bottom: -6px; }

.coupon-initial.coupon-second .coupon-item__inner {
  position: relative;
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--home-coupon-border);
  border-bottom: 1px solid var(--home-coupon-border); }
  .coupon-initial.coupon-second .coupon-item__inner:before, .coupon-initial.coupon-second .coupon-item__inner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 100%; }
  .coupon-initial.coupon-second .coupon-item__inner:before {
    left: 0;
    background: repeating-linear-gradient(var(--home-coupon-border), var(--home-coupon-border) 4px, var(--shop-color-bg) 0, var(--shop-color-bg) 12px, var(--home-coupon-border) 0, var(--home-coupon-border) 16px) 0px/1px 100% no-repeat, radial-gradient(circle at 0px 8px, var(--shop-color-bg), var(--shop-color-bg) 4px, var(--home-coupon-border) 0, var(--home-coupon-border) 5px, var(--home-coupon-bg) 0) 1px 0/100% 16px repeat-y; }
  .coupon-initial.coupon-second .coupon-item__inner:after {
    right: 0;
    background: repeating-linear-gradient(var(--home-coupon-border), var(--home-coupon-border) 4px, var(--shop-color-bg) 0, var(--shop-color-bg) 12px, var(--home-coupon-border) 0, var(--home-coupon-border) 16px) 9px/1px 100% no-repeat, radial-gradient(circle at 8px 8px, var(--shop-color-bg), var(--shop-color-bg) 4px, var(--home-coupon-border) 0, var(--home-coupon-border) 5px, var(--home-coupon-bg) 0) 1px 0/100% 16px repeat-y; }

.coupon-initial.coupon-second .coupon-item__left {
  display: none; }

.coupon-initial.coupon-second .coupon-item__right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px 15px; }
  .coupon-initial.coupon-second .coupon-item__right .cp-top {
    padding-bottom: 20px; }

.coupon-initial.bgWhite .coupon-item__inner:before {
  background: repeating-linear-gradient(var(--home-coupon-border), var(--home-coupon-border) 4px, transparent 0, transparent 12px, var(--home-coupon-border) 0, var(--home-coupon-border) 16px) 0px/1px 100% no-repeat, radial-gradient(circle at 0px 8px, transparent, transparent 4px, var(--home-coupon-border) 0, var(--home-coupon-border) 5px, var(--home-coupon-bg) 0) 1px 0/100% 16px repeat-y; }

.coupon-initial.bgWhite .coupon-item__inner:after {
  background: repeating-linear-gradient(var(--home-coupon-border), var(--home-coupon-border) 4px, transparent 0, transparent 12px, var(--home-coupon-border) 0, var(--home-coupon-border) 16px) 9px/1px 100% no-repeat, radial-gradient(circle at 8px 8px, transparent, transparent 4px, var(--home-coupon-border) 0, var(--home-coupon-border) 5px, var(--home-coupon-bg) 0) 1px 0/100% 16px repeat-y; }

.coupon-initial.bgWhite .coupon-item__left:after, .coupon-initial.bgWhite .coupon-item__left:before {
  background: #fff; }

@media (max-width: 1199px) and (min-width: 768px) {
  .coupon-initial .coupon-item {
    margin-bottom: 14px; } }

@media (max-width: 767px) {
  .coupon-initial .listCoupon {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.25s ease 0s; }
    .coupon-initial .listCoupon::-webkit-scrollbar {
      display: none; }
    .coupon-initial .listCoupon .coupon-item {
      padding-left: 0;
      padding-right: 15px;
      margin-bottom: 0;
      float: none;
      display: inline-block;
      flex: 0 0 90%;
      -ms-flex: 0 0 94%;
      max-width: 90%; } }

/*--------------------------------------------------------------------------------
MODAL COUPON
--------------------------------------------------------------------------------*/
.modal-coupon .modal-dialog {
  max-width: 390px; }

.modal-coupon .modal-header p {
  padding-right: 30px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: initial; }

.modal-coupon .modal-header .btn-close-coupon {
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0;
  opacity: 1;
  display: block;
  outline: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  padding: 0;
  margin: 0; }
  .modal-coupon .modal-header .btn-close-coupon svg {
    display: block;
    margin: auto;
    height: 100%;
    width: 22px;
    opacity: 0.55;
    -webkit-transition: -webkit-transform .25s, opacity .25s;
    -moz-transition: -moz-transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s; }
  .modal-coupon .modal-header .btn-close-coupon:hover svg {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12); }

.modal-coupon .modal-content .title-coupon {
  display: none; }

.modal-coupon .modal-content .coupon-item {
  padding: 0; }

.modal-coupon .modal-content .cp-icon {
  display: none; }

@media (max-width: 991px) {
  .modal-coupon .coupon-initial .listCoupon {
    display: block;
    margin: 0;
    padding: 0; }
  .modal-coupon .coupon-initial .listCoupon .coupon-item {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%; } }

/*=== HEADER ++ FOOTER ++ MAINMENU ======================*/
.sitenav-content .btnclose {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 5;
  border: 0;
  background: transparent;
  text-align: center;
  outline: none; }
  .sitenav-content .btnclose svg {
    width: 16px;
    height: 30px; }

.sitenav-content__title {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--shop-color-border);
  text-align: center; }
  .sitenav-content__title .btn-close {
    display: none;
    width: 32px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -6px;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none; }
    .sitenav-content__title .btn-close svg {
      width: 18px;
      height: 30px; }
  .sitenav-content__title .txt-title {
    font-size: 18px;
    color: var(--shop-color-title);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 500; }

.sitenav-content__block {
  padding-top: 20px; }

@media (min-width: 992px) {
  .sitenav-content .sitenav-boxscroll {
    overflow-y: scroll;
    max-height: 55vh;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    margin-right: -20px;
    padding-right: 20px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .sitenav-content .sitenav-boxscroll::-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); }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; } }

@media (max-width: 767px) {
  .sitenav-content .btnclose {
    display: block; }
  .sitenav-content__title {
    text-align: left;
    padding-right: 40px; }
    .sitenav-content__title .btn-close {
      display: block; }
    .sitenav-content__title .txt-title {
      font-size: 15px; } }

.sitenav-search {
  margin-bottom: 20px; }
  .sitenav-search form.searchform {
    position: relative;
    padding: 0; }
  .sitenav-search form.searchform input.input-search {
    height: 44px;
    line-height: 28px;
    padding: 8px 50px 8px 20px;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid var(--shop-color-border);
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .sitenav-search form.searchform .btn-search {
    width: 50px;
    height: 44px;
    line-height: 40px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear; }
  .sitenav-search form.searchform .btn-search svg {
    width: 18px;
    height: 44px;
    opacity: 0.4; }
  .sitenav-search form.searchform input.input-search:focus {
    background: #f2f5fa;
    outline: none;
    border-color: var(--shop-color-main); }
  .sitenav-search form.searchform.expanded .btn-search svg {
    opacity: 1; }
  .sitenav-search .smart-search-wrapper .dataEmpty {
    padding-bottom: 0px; }

.sitenav-cart .cart-view-scroll .mini-cart__item {
  position: relative;
  border-bottom: 1px dotted var(--shop-color-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0; }
  .sitenav-cart .cart-view-scroll .mini-cart__item:last-child {
    border-bottom: 0; }
  .sitenav-cart .cart-view-scroll .mini-cart__item td {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    vertical-align: middle; }
  .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left {
    width: 90px;
    padding-right: 15px;
    max-width: none;
    text-align: center; }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left img {
      display: block;
      border: 1px solid #ededed; }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left .mnc-gift {
      position: absolute;
      top: 5px;
      left: 0px;
      display: block;
      padding: 4px;
      background: #ffffff;
      border: 1px solid #ededed;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 24px;
      border-radius: 50%; }
      .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left .mnc-gift img {
        border: 0;
        margin: auto; }
  .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right {
    padding-left: 5px;
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px); }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-title {
      display: block;
      font-size: 14px;
      font-weight: 600;
      padding-right: 28px;
      text-transform: uppercase;
      color: var(--shop-color-text); }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-variant {
      display: block;
      font-size: 13px;
      margin: 0px 0 7px; }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-note {
      font-size: 12px; }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-value {
      float: left;
      width: 28px;
      height: 28px;
      background: #fff;
      text-align: center;
      font-size: 13px;
      line-height: 1;
      color: #252a2b;
      border: 0;
      border-top: 1px solid #f9f9f9;
      border-bottom: 1px solid #f9f9f9;
      padding: 0; }
      .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-value:focus {
        outline: none; }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-btn {
      float: left;
      font-weight: 500;
      font-size: 18px;
      padding: 0;
      height: 28px;
      width: 28px;
      text-align: center;
      background: #f9f9f9;
      color: var(--shop-color-text);
      border: 1px solid #f9f9f9;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      display: flex;
      align-items: center;
      justify-content: center; }
      .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-btn svg {
        display: block;
        width: 10px;
        height: 100%;
        margin: 0 auto; }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price {
      display: flex;
      display: -ms-flex;
      justify-content: flex-end;
      -ms-justify-content: flex-end;
      flex-direction: column;
      -ms-flex-direction: column; }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price .mnc-price {
      display: block;
      text-align: right;
      float: right;
      line-height: 26px;
      font-weight: 600;
      color: var(--shop-color-text); }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price .mnc-ori-price {
      text-align: right;
      float: right; }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__remove {
      position: absolute;
      right: 0px;
      top: 10px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center; }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__remove a {
      width: 20px;
      height: 20px;
      line-height: 20px;
      display: block;
      color: var(--shop-color-text); }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__remove a svg {
      width: 12px; }

.sitenav-cart .cart-view-scroll .mini-cart__empty .svgico-mini-cart {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center; }

.sitenav-cart .cart-view-scroll .mini-cart__empty .svgico-mini-cart svg {
  stroke: var(--shop-color-main);
  width: 50px;
  height: 50px;
  margin: auto; }

.sitenav-cart .cart-view-line {
  clear: both;
  width: 100%;
  border-top: 1px solid var(--shop-color-border);
  margin: 0 0 5px; }

.sitenav-cart .cart-view-total .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sitenav-cart .cart-view-total .mnc-total {
  font-size: 16px;
  font-weight: 500;
  color: #252a2b; }

.sitenav-cart .cart-view-total #total-view-cart {
  font-weight: 600;
  font-size: 18px;
  color: red;
  text-align: right; }

.sitenav-cart .cart-view-total .linktocheckout {
  margin: 5px 0 5px;
  padding: 10px 10px;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
  display: block; }

.sitenav-cart .cart-view-total .linktocheckout.disabled {
  pointer-events: none;
  opacity: 0.7;
  background: #151515;
  border-color: #151515; }

.sitenav-cart .cart-view-total .linktocheckout:before {
  background-color: #ff0000; }

.sitenav-cart .cart-view-total .linktocart {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  color: #1a73e8; }

.sitenav-cart .cart-view-total .linkcoupon {
  background: #fff;
  border: 0;
  font-size: 14px;
  text-decoration: underline;
  color: #1a73e8;
  cursor: pointer; }

.sitenav-cart .cart-view-total .action-link {
  display: flex;
  justify-content: space-between; }

.sitenav-cart .cart-view-total .action-link-empty {
  display: none; }

.sitenav-cart .cart-view-total .summary-alert {
  display: none;
  background-color: #fee3e8;
  border: 1px solid #fdd0d8;
  color: #d20909;
  font-size: 13px;
  padding: 10px 15px;
  margin: 10px 0;
  text-align: left; }

.sitenav-cart .cart-shipping .shipping-title {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0.5px;
  min-height: 30px; }

.sitenav-cart .cart-shipping .price {
  font-weight: 600;
  color: #ff2c26; }

.sitenav-cart .cart-shipping .free-ship {
  text-transform: uppercase;
  color: #333333;
  font-weight: 600; }

.sitenav-cart .cart-shipping__bar {
  height: 8px;
  width: 100%;
  background-color: #e9e9e9;
  border-radius: 5px;
  margin: 15px 0 10px;
  position: relative; }
  .sitenav-cart .cart-shipping__bar span {
    background-color: #ffbc11;
    width: 0;
    border-radius: 5px;
    transition: width .4s ease-in-out;
    display: block;
    height: 100%;
    position: relative; }
    .sitenav-cart .cart-shipping__bar span .icon {
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      position: absolute;
      top: 3px;
      right: 14px;
      transform: translate(50%, -50%);
      font-weight: 700;
      content: "";
      font-size: 12px;
      color: #ffbc11;
      border: 1px solid #ffbc11;
      background: currentColor; }
      .sitenav-cart .cart-shipping__bar span .icon svg {
        fill: #fff; }

.sitenav-cart .cart-shipping.cart-shipping-free .cart-shipping__bar .shipping-bar {
  background-color: #3d9851; }

.sitenav-cart .cart-shipping.cart-shipping-free .cart-shipping__bar .shipping-bar .icon {
  background-color: #3d9851;
  border-color: #3d9851;
  color: #3d9851; }

.sitenav-cart.cart-empty .cart-shipping {
  display: none; }

.sitenav-cart.cart-empty .sitenav-footer {
  display: none; }

.sitenav-cart.cart-empty .action-link-empty {
  display: flex;
  justify-content: space-around;
  margin-top: 10px; }

.sitenav-cart.cart-empty .linkreturn, .sitenav-cart.cart-empty .linkcoupon {
  background: #fff;
  border: 0;
  font-size: 14px;
  text-decoration: underline;
  color: #1a73e8;
  cursor: pointer; }

@media (min-width: 992px) {
  .sitenav-cart .mini-cart__empty .svgico-mini-cart {
    padding: 10px 0 5px; }
  .sitenav-cart .mini-cart__empty .svgico-mini-cart p {
    font-size: 18px; }
  .sitenav-cart .cart-view-scroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .sitenav-cart .cart-view-scroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .sitenav-cart .cart-view-scroll::-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); }
  .sitenav-cart .cart-view .cart-view-scroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; } }

@media (max-width: 991px) {
  .sitenav-cart .mini-cart__empty .svgico-mini-cart {
    padding: 0 0 5px; }
  .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title {
    margin-bottom: 0; }
  .sitenav-cart .cart-view-coupon {
    display: none; }
  .sitenav-cart .sitenav-header .cart-shipping {
    margin-top: 15px; }
  .sitenav-cart.cart-empty .action-link-empty {
    flex-direction: column; }
  .sitenav-cart.cart-empty .action-link-empty a {
    margin-bottom: 8px; } }

@media (max-width: 575px) {
  .sitenav-cart .cart-shipping .free-ship {
    display: block; }
  .sitenav-cart .cart-shipping.cart-shipping-free .free-ship {
    display: inline-block; } }

@media (max-width: 360px) {
  .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price {
    display: block; }
  .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price .mnc-price {
    width: 100%;
    text-align: left;
    margin-top: 5px; } }

.sitenav-account .site_account_panel_list {
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: height 0.2s ease-in-out; }
  .sitenav-account .site_account_panel_list .site_account_header {
    margin: 0 0 20px;
    padding-bottom: 8px;
    text-align: center;
    border-bottom: 1px solid var(--shop-color-border); }
    .sitenav-account .site_account_panel_list .site_account_header .site_account_title {
      font-size: 18px;
      color: var(--shop-color-title);
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 500;
      margin: 0; }
      .sitenav-account .site_account_panel_list .site_account_header .site_account_title.size-small {
        font-size: 15px; }
    .sitenav-account .site_account_panel_list .site_account_header .site_account_legend {
      margin: 5px 0 0;
      font-size: 14px; }
  .sitenav-account .site_account_panel_list .site_account_panel {
    width: 100%;
    visibility: hidden;
    transition: visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1); }
    .sitenav-account .site_account_panel_list .site_account_panel.site_account_default {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
    .sitenav-account .site_account_panel_list .site_account_panel.site_account_sliding {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    .sitenav-account .site_account_panel_list .site_account_panel.is-selected {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper {
      position: relative;
      width: 100%;
      margin-bottom: 12px; }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field {
      display: block;
      padding: 14px 10px 3px;
      border-radius: 2px;
      border: 1px solid #d4d6d8;
      width: 100%;
      line-height: normal;
      height: 42px;
      color: #1e2d7d;
      -webkit-appearance: none;
      resize: none;
      font-size: 12px;
      outline: none;
      box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
      transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__floating-label {
      position: absolute;
      left: 10px;
      top: 0;
      line-height: 42px;
      font-size: 12px;
      margin-bottom: 0;
      color: #677279;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: left top;
      transform-origin: left top;
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      pointer-events: none; }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field:focus + .form__floating-label,
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field.is-filled + .form__floating-label {
      -webkit-transform: translateY(-5px) scale(0.8);
      transform: translateY(-5px) scale(0.8); }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__submit {
      width: 100%;
      outline: none;
      padding: 0px 28px;
      height: 42px;
      line-height: 42px; }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action {
      margin-top: 16px;
      font-size: 12px; }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action > p {
      margin-bottom: 4px; }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action > p .link {
      color: var(--shop-color-main);
      transition: color 0.2s ease-in-out;
      background: transparent;
      border: none;
      border-radius: 0;
      padding: 0;
      outline: none; }
  .sitenav-account .site_account_panel_list .site_account_info {
    text-align: left;
    font-size: 14px; }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul {
      margin: 0; }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li {
      position: relative;
      margin-bottom: 5px; }
      .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li.user-name {
        margin-top: -5px;
        margin-bottom: 8px; }
      .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li:not(.user-name) {
        padding-left: 10px; }
        .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li:not(.user-name):before {
          content: "";
          height: 4px;
          width: 4px;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 10px;
          background: var(--shop-color-text); }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li span {
      font-size: 15px;
      color: #282c2d;
      font-weight: 500; }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a {
      color: var(--shop-color-text);
      padding: 0 4px;
      margin-bottom: 10px; }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a:hover {
      color: var(--shop-color-hover); }

.sitenav-overlay {
  background: rgba(225, 225, 225, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear; }

.sitenav-menu .mobile-menu__section .mobile-menu__section-title {
  font-size: 15px;
  color: var(--shop-color-title);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper + .mobile-menu__help-wrapper {
  margin-top: 15px; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper {
  color: #677279;
  display: flex;
  display: -ms-flex;
  align-items: center; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper .icon--bi-phone {
  margin-right: 16px;
  width: 24px;
  height: 24px; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper .icon--bi-email {
  margin-right: 18px;
  width: 22px;
  height: 22px; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper a {
  border-bottom: 0 !important;
  text-transform: none !important; }

.sitenav-menu .menuList-links li.has-submenu.level0 > ul.submenu-links {
  border: 0; }

.sitenav-menu .menuList-links > li {
  border: 0; }

.sitenav-menu .menuList-links > li > a {
  font-weight: 600; }

.sitenav-menu .menuList-links > li.has-submenu .icon-plus-submenu:hover {
  border: none; }

.sitenav-menu .menuList-links .has-submenu.level0 > ul.submenu-links li a {
  font-weight: 500; }

/*-------- TOOLBAR BOTTOM MOBILE ***ADDTHIS ** SHARING ----------------*/
.fb_dialog_content iframe {
  right: 0px !important; }

.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_contact__dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: transparent;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.addThis_contact__icons {
  position: fixed;
  top: auto !important;
  bottom: 105px;
  right: 18px;
  margin: 0;
  z-index: 1000;
  cursor: pointer; }
  .addThis_contact__icons .box-item {
    position: relative; }
    .addThis_contact__icons .box-item + .box-item {
      margin-top: 18px; }
    .addThis_contact__icons .box-item .svgico {
      position: relative;
      z-index: 4;
      display: block;
      height: 48px;
      width: 48px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #ffffff;
      cursor: pointer;
      background: var(--shop-color-main);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      animation: pulse 2s infinite;
      animation: pulse 2s infinite; }
      .addThis_contact__icons .box-item .svgico svg {
        fill: #ffffff;
        width: 28px;
        height: 100%;
        transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
    .addThis_contact__icons .box-item:before, .addThis_contact__icons .box-item:after {
      position: absolute;
      content: '';
      height: 48px;
      width: 48px;
      left: 0;
      top: 0;
      background: var(--shop-color-main);
      border-radius: 50%; }
    .addThis_contact__icons .box-item:before {
      animation: euiBeaconPulseSmall 2s infinite ease-out; }
    .addThis_contact__icons .box-item:after {
      animation: euiBeaconPulseSmall 2s  infinite ease-out 0.4s; }
    .addThis_contact__icons .box-item.box-contact .svgico > svg {
      animation: iconSkew 1s infinite ease-out; }
    .addThis_contact__icons .box-item.box-contact .svgico .svgico--close {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transform: scale(0.3);
      transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
    .addThis_contact__icons .box-item.box-contact .svgico .svgico--close svg {
      fill: #ffffff;
      width: 17px;
      height: 100%; }
    .addThis_contact__icons .box-item.box-live .svgico {
      background: #ff0000; }
    .addThis_contact__icons .box-item.box-live:before, .addThis_contact__icons .box-item.box-live:after {
      background: #ff0000; }
    .addThis_contact__icons .box-item.box-chatmsg:before, .addThis_contact__icons .box-item.box-chatmsg:after {
      display: none; }
    .addThis_contact__icons .box-item.box-chatmsg .svgico {
      background: #ffffff;
      padding: 3px;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
      transition: box-shadow 150ms linear; }
    .addThis_contact__icons .box-item.box-chatmsg .svgico svg {
      width: 100%;
      height: 100%; }

.addThis_contact__lists {
  position: absolute;
  bottom: 145px;
  border-radius: 12px;
  right: 30px;
  max-width: 300px;
  overflow: hidden;
  background-color: #f5f6fa;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 100% bottom;
  transform-origin: 100% bottom;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .addThis_contact__lists .addThis_close {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    border: 0;
    outline: none;
    padding: 6px;
    background: transparent; }
    .addThis_contact__lists .addThis_close svg {
      opacity: 0.6;
      width: 24px;
      height: 24px;
      display: block;
      margin: auto; }
  .addThis_contact__lists .addThis_listing {
    padding: 0;
    margin: 0; }
    .addThis_contact__lists .addThis_listing .addThis_item {
      margin: 0;
      padding: 0;
      margin: 0; }
      .addThis_contact__lists .addThis_listing .addThis_item--icon {
        padding: 10px 15px;
        cursor: pointer;
        width: 100%;
        height: auto;
        border-radius: 0;
        box-shadow: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; }
      .addThis_contact__lists .addThis_listing .addThis_item--icon svg {
        display: block;
        border-radius: 50%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 32px;
        height: 32px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); }
      .addThis_contact__lists .addThis_listing .addThis_item--icon .tooltip-text {
        opacity: 1;
        visibility: visible;
        position: initial;
        width: calc(100% - 32px);
        padding-left: 15px;
        text-align: left;
        background: transparent;
        color: #1d243e;
        font-size: 13px;
        font-weight: 400; }
    .addThis_contact__lists .addThis_listing .addThis_item:not(:last-of-type) {
      border-bottom: 1px solid #ecedf1;
      box-shadow: 0 1px 0 0 #fff; }
    .addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
      display: block; }

.addThis_contact__dialog.active {
  opacity: 1;
  visibility: visible; }
  .addThis_contact__dialog.active .addThis_contact__lists {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  .addThis_contact__dialog.active + .addThis_contact__icons .svgico .svgico--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .addThis_contact__dialog.active + .addThis_contact__icons .svgico > svg {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3); }
  .addThis_contact__dialog.active + .addThis_contact__icons .box-live {
    opacity: 0;
    visibility: hidden; }

@media (min-width: 992px) {
  .addThis_contact__lists .addThis_listing .addThis_item--icon:hover {
    background: #ffffff; }
  .addThis_contact__lists .addThis_listing .addThis_item--icon:hover .tooltip-text {
    color: var(--shop-color-hover); }
  .addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
    display: none; } }

@media (max-width: 991px) {
  .addThis_contact__dialog {
    background-color: rgba(0, 0, 0, 0.5); }
  .addThis_contact__icons {
    right: 12px;
    bottom: 80px; }
    .addThis_contact__icons .box-item .svgico {
      height: 45px;
      width: 45px; }
    .addThis_contact__icons .box-item .svgico svg {
      width: 24px; }
    .addThis_contact__icons .box-item .svgico .svgico--close svg {
      width: 16px; }
    .addThis_contact__icons .box-item:before, .addThis_contact__icons .box-item:after {
      height: 45px;
      width: 45px; }
  .addThis_contact__lists {
    left: 15px;
    right: 15px;
    bottom: 110px;
    max-width: 100%; }
    .addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
      display: block; }
  .addThis_contact.toolbar-mobile-1 .addThis_contact__icons {
    bottom: 90px; }
    .addThis_contact.toolbar-mobile-1 .addThis_contact__icons .box-item.box-contact {
      display: none; }
  .addThis_contact.toolbar-mobile-1 .addThis_contact__lists {
    bottom: 80px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  .addThis_contact.toolbar-mobile-2 .addThis_contact__icons {
    bottom: 140px; }
    .addThis_contact.toolbar-mobile-2 .addThis_contact__icons .box-item.box-contact, .addThis_contact.toolbar-mobile-2 .addThis_contact__icons .box-item.box-chatmsg {
      display: none; }
  .addThis_contact.toolbar-mobile-2 .addThis_contact__dialog {
    display: none; } }

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  top: auto !important;
  right: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  display: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
  .actionToolbar_mobile.toolbar_style_1 .toolbar-wrapper {
    height: 55px;
    padding: 6px 5px 4px; }
  .actionToolbar_mobile.toolbar_style_1 .toolbar-item {
    flex: 0 0 auto;
    width: 20%; }
    .actionToolbar_mobile.toolbar_style_1 .toolbar-item__btn {
      border: 0;
      background: none;
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      width: 100%;
      padding-right: 2px;
      padding-left: 2px; }
    .actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon {
      width: 20px;
      height: 22px;
      display: block;
      position: relative; }
      .actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon svg {
        display: block;
        margin: 0 auto;
        height: 100%; }
      .actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon .count {
        display: inline-block;
        vertical-align: top;
        background: #ff0000;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        text-align: center;
        position: absolute;
        border-radius: 50%;
        min-width: 16px;
        height: 16px;
        line-height: 16px;
        top: -4px;
        left: 12px; }
    .actionToolbar_mobile.toolbar_style_1 .toolbar-item__label {
      margin-top: 4px;
      right: 10px;
      left: 10px;
      text-align: center;
      font-weight: 500;
      font-size: 11px;
      line-height: 1; }
  .actionToolbar_mobile.toolbar_style_2 {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-wrapper {
      margin: 0 -2px;
      padding: 5px; }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item {
      padding: 0 1px;
      -webkit-flex: 1 1;
      flex: 1 1;
      max-width: calc(100%/3); }
      .actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink {
        border-radius: 20px;
        padding: 2px;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        background: var(--shop-color-main);
        color: #ffffff; }
        .actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink svg {
          display: block;
          border-radius: 50%;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 30px;
          height: 30px;
          border: 1px solid #ffffff;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); }
        .actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink .box-text {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: calc(100% - 30px);
          padding: 2px 6px 2px 4px;
          line-height: 1.3;
          font-size: 10px;
          font-weight: 600;
          text-align: center;
          white-space: initial;
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
          @media (max-width: 991px) and (min-width: 768px) {
            .actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink .box-text {
              font-size: 12px; } }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores {
      position: absolute;
      right: 8px;
      bottom: calc(100% + 10px);
      max-width: 90px; }
      .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink {
        border-radius: 0;
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column; }
        .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .box-text {
          width: 100%;
          padding: 2px 8px;
          border-radius: 8px;
          text-align: center;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          display: inline-block; }
        .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink svg {
          margin: 0 auto 4px; }
        .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .iconmap-down {
          animation: downscroll 0.45s ease-in alternate infinite;
          -webkit-animation: downscroll 0.45s ease-in alternate infinite; }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink {
      background: transparent; }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .box-text {
      background: #db8b00; }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item-msg .toolbar-item--boxlink {
      background: #00a4cf; }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item-zalo .toolbar-item--boxlink {
      background: #1272e8; }
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item-phone .toolbar-item--boxlink {
      background: #e81a23; }
    @media (max-width: 767px) {
      .actionToolbar_mobile.toolbar_style_2 .container-pd {
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 991px) {
    .actionToolbar_mobile {
      display: block; } }

@media (max-width: 991px) {
  .actionToolbar-cart {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  body.scroll-body-up .actionToolbar-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  body.scroll-body-up .summary-button {
    transform: translateY(100%); }
  body.scroll-body-up .summary-button {
    transform: translateY(100%); }
  .addThis_product_scroll .addThis_contact__icons {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all .3s ease 0.2s;
    transition: all 0.3s ease0 0.2s; }
  body.scroll-body-up .addThis_product_scroll .addThis_contact__icons {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@media (min-width: 992px) {
  .col-lg-cus5 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .layout-collections .col-lg-cus5 {
    width: 25%; }
  #layout-cart .col-lg-cus5 {
    width: 100%;
    max-width: 100%; } }

/*-------- END TOOLBAR BOTTOM MOBILE ***ADDTHIS ** SHARING ----------------*/
/* - Modal contact form */
.modal {
  z-index: 999999; }

.modal-addThis {
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }
  .modal-addThis.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s; }
  .modal-addThis.fade.show .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.modal-contactform .modal-header h4.modal-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%; }

.modal-contactform .modal-header button.close {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  padding: 0;
  margin: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  outline: none; }
  .modal-contactform .modal-header button.close:hover {
    background-color: rgba(0, 0, 0, 0.6); }

.modal-contactform .modal-header button.close svg {
  display: block;
  margin: auto;
  height: 30px;
  width: 14px;
  text-align: center;
  fill: #f3f3f3; }

.modal-contactform .modal-body.body-popupform .form-control {
  background: #f3f5f6;
  border-radius: 0; }
  .modal-contactform .modal-body.body-popupform .form-control:focus {
    background: #fff; }

.modal-contactform .modal-body.body-popupform .input-group input, .modal-contactform .modal-body.body-popupform .input-group textarea {
  border-color: #eee;
  font-size: 14px; }

.modal-contactform .modal-body.body-popupform .input-group input:focus, .modal-contactform .modal-body.body-popupform .input-group textarea:focus {
  outline: none;
  box-shadow: none; }

.modal-contactform .modal-body.body-popupform .btnSubmit-modal {
  padding: 10px 28px;
  outline: none; }

@media (min-width: 768px) {
  .modal-contactform .modal-dialog {
    max-width: 605px; } }

/* modal-succes */
.modal-succesform .modal-body .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: var(--shop-color-main); }

.modal-succesform .modal-body p:not(.modal-title) {
  font-size: 15px;
  margin: 10px 0 5px; }

.modal-succesform .modal-body p.txtloading {
  color: #aaa;
  font-size: 14px; }

@media (min-width: 768px) {
  .modal-succesform .modal-dialog {
    max-width: 450px; } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

.modal-icon.sweet-alert {
  padding-top: 15px; }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

.sweet-alert .sa-icon.sa-success {
  width: 80px;
  height: 80px;
  border: 4px solid #4cae4c;
  border-radius: 50%;
  margin: 20px auto 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -moz-transform-origin: 0px 60px;
  -o-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

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

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* - Modal popup contact form */
.modal-popupContact {
  color: #333;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

.modal-popupContact .close-popup-contact {
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  outline: none; }

.modal-popupContact .close-popup-contact svg {
  display: block;
  margin: auto;
  height: 30px;
  width: 14px;
  text-align: center;
  fill: #f3f3f3; }

.modal-popupContact .close-popup-contact:hover {
  background-color: rgba(0, 0, 0, 0.6); }

.modal-popupContact.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-popupContact.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-popupContact.fade.show .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.modal-popupContact.popupBanner .modal-content {
  background-color: transparent;
  width: auto;
  margin-left: auto;
  margin-right: auto; }

.modal-popupContact.popupForm .modal-content {
  position: relative;
  overflow: hidden;
  padding: 0;
  display: unset;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e6e6e6; }

.modal-popupContact.popupForm .modal-content.lazyloaded {
  background-image: url(//theme.hstatic.net/200000844461/1001350821/14/popup_contact_bkg.jpg?v=65); }

.modal-popupContact.popupForm .modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f3f3f3;
  opacity: 0.75;
  width: 58%; }

.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
  position: relative;
  padding: 50px 25px;
  float: right;
  width: 58%; }

.modal-popupContact.popupPromotion .modal-content {
  overflow: hidden; }

.modal-popupContact.popupPromotion .modal-body {
  padding: 0; }

.modal-popupContact.popupPromotion .popup-discount {
  padding: 30px 40px; }

.modal-popupContact.popupPromotion .desc-popup-discount {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px; }

.modal-popupContact.popupPromotion .title-popup-discount {
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center; }

.modal-popupContact.popupPromotion .code-popup-discount {
  display: flex;
  justify-content: center; }

.modal-popupContact.popupPromotion .code-popup-discount input {
  width: 50%;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
  line-height: 1.6;
  background-color: #f3f3f3;
  color: #000;
  border-style: dashed;
  border-color: #c5c5c5;
  border-width: 2px;
  border-radius: 5px; }
  .modal-popupContact.popupPromotion .code-popup-discount input:focus {
    outline: none; }

.modal-popupContact.popupPromotion .code-popup-discount button {
  height: 45px;
  min-width: 155px;
  padding: 10px 32px;
  margin-left: 20px;
  border: 0;
  border-radius: 4px;
  background-color: #ff0000;
  color: #fff; }

.modal-popupContact.popupPromotion .code-popup-discount button:focus {
  outline: none; }

.modal-popupContact.popupPromotion .code-popup-discount button.disabled {
  pointer-events: none;
  opacity: 0.95; }

.title-popup-contact {
  font-size: 24px;
  margin: 0px 0px 10px;
  font-weight: 500; }

.message-popup-contact {
  margin-bottom: 25px; }

.title-adv-popup-contact {
  font-size: 14px;
  margin-bottom: 5px; }

.list-adv-popup-contact li {
  list-style-type: disc;
  margin-left: 25px;
  font-size: 14px; }

.popup-form-customer .input-group {
  width: 100%;
  display: block;
  margin-bottom: 0; }

.popup-form-customer .input-group input {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  height: 45px;
  padding: 10px 20px;
  line-height: 25px;
  background: #fff;
  border: 1px solid #e7e7e7;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.popup-form-customer button.input-group-addon {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
  height: 45px;
  padding: 10px 20px;
  line-height: 25px; }

.popup-form-customer .input-group .input-group-addon {
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  border-color: var(--shop-color-main); }

.popup-form-customer .input-group .input-group-addon:hover,
.popup-form-customer .input-group .input-group-addon:focus {
  background-color: #fff;
  border-color: var(--shop-color-main);
  color: var(--shop-color-main); }

.popup-form-customer .succes-popup {
  font-size: 13px;
  min-height: 25px;
  visibility: hidden;
  margin: 0;
  text-align: center; }

.popup-form-customer .succes-popup.error {
  visibility: visible;
  color: red; }

.popup-form-customer .succes-popup.success {
  visibility: visible;
  color: #27a208; }

.contact-form .input-group {
  width: 100%;
  margin-bottom: 20px; }

.contact-form .input-group input,
.contact-form .input-group textarea {
  color: #5c5c5c;
  height: 45px;
  width: 100%;
  font-weight: 500;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid var(--shop-color-border);
  border-radius: 4px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.contact-form .input-group textarea {
  width: 100%;
  height: 130px;
  padding: 20px 20px; }

.contact-form .input-group textarea:focus {
  outline: none; }

.field-error {
  position: absolute;
  bottom: -16px;
  font-size: 12px;
  color: #ff0000; }

@media (min-width: 768px) {
  .modal-popupContact .modal-dialog-centered {
    max-width: 650px; } }

@media (max-width: 767px) {
  .modal-popupContact.popupForm .modal-content:before,
  .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    width: 100%; }
  .modal-popupContact.popupPromotion .popup-discount {
    padding: 20px 15px; }
  .modal-popupContact.popupPromotion .code-popup-discount {
    flex-wrap: wrap; }
  .modal-popupContact.popupPromotion .code-popup-discount input {
    width: 100%; }
  .modal-popupContact.popupPromotion .code-popup-discount button {
    width: 100%;
    margin: 15px 0 0 0; } }

/*====== POPUP CONTACT ====================================================================*/
/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp {
  text-align: center;
  padding: 0 !important;
  font-size: 0;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear;
  z-index: 9999; }

.modal-productApp:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-productApp .modal-dialog-centered {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 14px; }

.modal-productApp.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  display: inline-flex; }

.modal-productApp .modal-dialog-centered .modal-content {
  width: 100%; }

.modal-productApp.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-productApp.fade.show .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.modal-productApp .modal-footer {
  padding: 15px;
  text-align: center;
  flex-wrap: wrap; }

.modal-productApp .modal-footer .button {
  margin: 0 5px;
  font-weight: 600;
  outline: none; }

.modal-productApp .modal-footer .button:first-child:not(:hover) {
  color: var(--shop-color-button); }

.modal-productApp .modal-footer .button:first-child:not(:hover):before {
  background: #ffffff; }

.modal-productApp .modal-header {
  padding: 15px 20px; }

.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  padding: 0px 30px 0px 0px; }

.modal-productApp .modal-header .combo-title {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: bold; }

.modal-productApp .modal-header .close-modal-app {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333;
  right: 13px;
  top: 9px;
  z-index: 9;
  opacity: 1;
  margin: 0; }

.modal-productApp .modal-header .close-modal-app svg {
  display: inline-block;
  fill: currentColor;
  position: relative;
  width: 12px;
  height: 28px; }

#combo-program {
  max-height: 400px;
  overflow: auto; }

#combo-program .combo-title b {
  color: #ff0707; }

#combo-program .combo-w {
  border: 0;
  margin-bottom: 0px;
  padding: 0px 10px 0px 40px;
  position: relative; }

#combo-program .combo-w:after {
  content: '\2714\fe0e';
  font-size: 16px;
  position: absolute;
  top: calc(50% - 11px);
  left: 11px;
  color: var(--shop-color-main);
  opacity: 0; }

#combo-program .combo-w:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 10px);
  left: 7px; }

#combo-program .combo-w.checked:after {
  opacity: 1; }

#combo-program .combo-w.checked:before {
  border: 1px solid var(--shop-color-main); }

#combo-program table tr {
  margin-bottom: 3px; }

#combo-program table tr:first-child td {
  border-top: 0; }

#combo-program table label {
  font-weight: normal;
  font-size: 13px;
  display: block;
  border: none;
  padding: 2px 5px;
  cursor: pointer; }

#combo-program table label:after {
  content: "";
  display: table;
  clear: both; }

#combo-program table label img {
  display: inline-block;
  width: 85px;
  float: left; }

#combo-program table label p {
  display: inline-block;
  width: calc(100% - 85px);
  float: left;
  margin-bottom: 0px;
  padding-left: 15px; }

#combo-program table label .discount-promotion-price b {
  color: #fa0303; }

#combo-program table label .discount-promotion-price del {
  margin-left: 5px; }

#combo-program table input {
  display: none; }

#combo-program table input:checked + label {
  color: #000;
  background: #fff8f8; }

#buyxgety-program {
  border: 2px dotted var(--shop-color-main);
  padding: 10px;
  position: relative;
  min-height: 100px;
  z-index: 0; }

#buyxgety-program .buyxgety-heading {
  padding: 5px 60px 5px 0;
  position: relative; }

#buyxgety-program .buyxgety-heading h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px; }

#buyxgety-program .buyxgety-heading p {
  font-size: 12px; }

#buyxgety-program .buyxgety-heading:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  top: 6px;
  background-image: url("https://file.hstatic.net/200000593853/file/gift-filled_774ac33d774c4a29aa86ed5620d5b902.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center; }

#buyxgety-program .modal-body {
  padding: 15px 30px; }

.buyxgety_item {
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 10px 10px; }

.buyxgety_item .buyxgety_checkbox {
  width: 30px; }

.buyxgety_item .buyxgety_image {
  width: 70px;
  text-align: center; }

.buyxgety_item .buyxgety_image img {
  padding: 3px;
  border: 1px solid #eee; }

.buyxgety_item .buyxgety_item_title {
  width: calc(100% - 70px);
  padding-left: 10px; }

.buyxgety_item .buyxgety_list_variant select {
  font-size: 94%;
  font-style: italic;
  min-width: 110px;
  outline: none;
  padding: 1px 15px 2px;
  margin: 2px 0 5px; }

.buyxgety_item .buyxgety_checkbox input[type=radio] {
  cursor: pointer;
  width: 15px;
  height: 15px; }

.buyxgety_item .buyxgety_item_title .bxy__tt1 span {
  margin-bottom: 2px;
  margin-right: 8px;
  font-weight: 500;
  font-size: 10px;
  padding: 1px 6px 2px;
  border: 1px solid #ffe1db;
  background: #fef4f4;
  color: #ff0000;
  border-radius: 3px;
  display: inline-block; }

.buyxgety_item .buyxgety_item_title .bxy__tt1 a {
  color: #315399; }

.buyxgety_item .buyxgety_item_title .bxy__tt2 strong {
  color: #ff0000; }

.buyxgety_item .buyxgety_item_title .bxy__tt2 span {
  color: #315399; }

.product-loop .proloop-image .gift.product_gift_label .lazyload,
.product-loop-ldpage .gift.product_gift_label .lazyload {
  min-height: 25px; }

.product-loop .proloop-image .gift.product_gift_label img,
.product-loop-ldpage .gift.product_gift_label img {
  display: inline-block; }

table.table-cart tr td.item .ico-gift {
  display: inline-block;
  width: 16px;
  vertical-align: text-bottom;
  margin-left: 10px; }

@media (max-width: 767px) {
  .buyxgety_item {
    padding: 5px 0px 10px; }
  .modal-productApp .modal-dialog-centered {
    margin: 30px 10px 50px; }
  .modal-productApp .modal-header {
    padding-left: 15px; }
  .modal-productApp .modal-header .name-combo,
  .modal-productApp .modal-header .modal-title {
    font-size: 18px; }
  .modal-productApp .modal-footer .button {
    width: 100%;
    margin: 0; }
  .modal-productApp .modal-footer .button + .button {
    margin-top: 10px; } }

/* . RENDER COMBO */
/*-------------------------------------------*/
.combo-info--title {
  font-size: 17px;
  margin: 0 0 10px;
  font-weight: 600; }

.combo-info--content + .combo-info--content {
  border-top: 0; }

.combo-info .combo-content--name {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px; }

.combo-info .combo-content--list .list-combos {
  display: flex;
  -ms-display: flex;
  flex-wrap: wrap; }

.combo-info .combo-content--total {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  padding-top: 15px;
  border-left: 0;
  border-top: 1px dashed #ddd;
  text-align: left; }
  .combo-info .combo-content--total p {
    margin: 0 0 10px;
    font-size: 15px; }
  .combo-info .combo-content--total p span.combo-total-price {
    color: #ff2c26;
    font-size: 16px; }
  .combo-info .combo-content--total p.txt1 {
    font-weight: 700; }
  .combo-info .combo-content--total p.txt2 .combo-total-priceInit {
    font-weight: 500;
    font-size: 16px; }
  .combo-info .combo-content--total .add-combo {
    font-size: 13px;
    background: #f00;
    border: none;
    padding: 12px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    white-space: nowrap;
    min-width: 185px;
    height: 45px;
    text-transform: uppercase; }
    .combo-info .combo-content--total .add-combo:focus {
      outline: none; }

.combo-info .combo-item {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column; }
  .combo-info .combo-item--images {
    position: relative;
    margin-bottom: 15px; }
    .combo-info .combo-item--images .lazy-img-cb {
      overflow: hidden; }
    .combo-info .combo-item--images a {
      width: 100px;
      text-align: center;
      display: block; }
  .combo-info .combo-item--detail {
    padding-right: 20px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column; }
    .combo-info .combo-item--detail p {
      margin-bottom: 0; }
  .combo-info .combo-item--title {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500; }
    .combo-info .combo-item--title input {
      margin-right: 5px;
      cursor: pointer;
      vertical-align: -2px; }
  .combo-info .combo-item--option {
    margin-bottom: 10px; }
    .combo-info .combo-item--option .options-title {
      color: #999;
      font-weight: 500; }
    .combo-info .combo-item--option .select-option {
      display: inline-block;
      position: relative;
      margin-right: 8px;
      margin-top: 8px; }
      .combo-info .combo-item--option .select-option:hover label {
        opacity: 1;
        visibility: visible; }
    .combo-info .combo-item--option .select-option label {
      position: absolute;
      top: -34px;
      left: 50%;
      transform: translateX(-50%);
      height: 24px;
      line-height: 24px;
      background: #17191a;
      color: #fff;
      font-size: 12px;
      text-decoration: none;
      white-space: nowrap;
      padding: 0 15px;
      border-radius: 3px;
      z-index: 990;
      opacity: 0;
      visibility: hidden;
      transition: all 300ms ease;
      display: none; }
      .combo-info .combo-item--option .select-option label:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 1px;
        left: 50%;
        width: 0;
        height: 0;
        border: solid;
        border-width: 8px 8px 0 8px;
        border-color: transparent;
        border-top-color: #000;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%); }
    .combo-info .combo-item--option .select-option select {
      font-size: 12px;
      color: #000;
      padding: 5px;
      border-color: #ececec;
      border-radius: 2px;
      outline: none;
      font-weight: 500; }
    .combo-info .combo-item--option .select-option select.disable {
      pointer-events: none;
      padding: 3px 8px;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none; }
    .combo-info .combo-item--option .select-option select option[disabled] {
      color: rgba(0, 0, 0, 0.3); }
    .combo-info .combo-item--option.is-hide {
      display: none; }
    .combo-info .combo-item--option.disable .options-title {
      display: none; }
    .combo-info .combo-item--option.disable .filter-option {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      pointer-events: none;
      padding: 5px 8px; }
  .combo-info .combo-item--bottom {
    margin-top: auto; }
  .combo-info .combo-item--priceInit {
    margin-top: auto; }
    .combo-info .combo-item--priceInit span b {
      font-weight: 600; }
    .combo-info .combo-item--priceInit del {
      margin-left: 5px;
      color: rgba(0, 0, 0, 0.26);
      font-size: 12px;
      font-weight: 500; }
  .combo-info .combo-item--price {
    color: #d0011b;
    font-weight: 600;
    margin-top: 5px;
    font-size: 15px; }
    .combo-info .combo-item--price .price-tt {
      font-size: 12px;
      color: #757575;
      display: block; }
    .combo-info .combo-item--price del {
      color: rgba(0, 0, 0, 0.26);
      margin-left: 5px;
      font-size: 12px; }
  .combo-info .combo-item.item-force .combo-item--images a,
  .combo-info .combo-item.item-force .combo-item--title input {
    pointer-events: none; }
  .combo-info .combo-item.item-force:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none; }
  .combo-info .combo-item.disabled .combo-item--images a.image {
    opacity: 0.5; }
  .combo-info .combo-item:not(:last-child) .combo-item--images:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100px;
    margin: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(#000, #000), linear-gradient(#000, #000), transparent;
    background-position: center;
    background-size: 50% 2px , 2px 50%;
    background-repeat: no-repeat; }

@media (min-width: 992px) {
  .combo-info .combo-content--total {
    position: relative;
    text-align: left;
    min-width: 195px; }
    .combo-info .combo-content--total .wrapbox-total {
      display: flex;
      align-items: center;
      height: 100%; }
      .combo-info .combo-content--total .wrapbox-total .combo-total {
        margin-right: 30px; }
      .combo-info .combo-content--total .wrapbox-total .combo-total p {
        margin: 0; }
      .combo-info .combo-content--total .wrapbox-total .combo-total .txt2 {
        margin-top: 1px; }
  .combo-info .combo-content--list {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .combo-info .combo-item--option {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .combo-info .combo-item--option .options-title {
      margin-right: 10px;
      min-width: 90px;
      font-size: 13px;
      margin-top: 8px; }
  .combo-info--content {
    padding: 20px;
    border: 2px dashed #e70505;
    border-radius: 4px; }
  .combo-info--vertical .combo-info--content {
    overflow: hidden; }
  .combo-info--vertical .combo-content--total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .combo-info--vertical .combo-item--price .price-tt {
    display: inline-block;
    margin-right: 5px; }
  .combo-info--vertical.width-small {
    max-width: calc(66.666667% - 15px); }
    .combo-info--vertical.width-small .combo-item {
      flex: 0 0 50%;
      max-width: 50%; }
  .combo-info--vertical .combo-item:nth-child(3n) .combo-item--detail {
    padding: 0; }
  .combo-info--horizontal .combo-info--content {
    display: block; }
  .combo-info--horizontal .combo-info--content .combo-item--images a {
    width: 80px; }
  .combo-info--horizontal .combo-content--total {
    border-left: 0;
    padding-left: 0; }
  .combo-info--horizontal .combo-item--bottom {
    text-align: right;
    max-width: 150px;
    flex: 0 0 150px;
    margin-top: 0; }
  .combo-info--horizontal .combo-item {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
    border-bottom: 1px dashed #e4e5f0; }
    .combo-info--horizontal .combo-item--title {
      position: initial; }
      .combo-info--horizontal .combo-item--title input {
        position: absolute;
        top: 0;
        left: 0; }
    .combo-info--horizontal .combo-item--detail {
      padding-right: 0;
      padding-left: 15px;
      flex-direction: row;
      justify-content: space-between; }
    .combo-info--horizontal .combo-item--option .options-title {
      margin-right: 15px;
      flex: 0 0 100%;
      color: #999;
      margin-top: 0; }
    .combo-info--horizontal .combo-item--option .select-option {
      margin-right: 4px;
      margin-top: 4px; }
    .combo-info--horizontal .combo-item--price .price-tt {
      display: inline-block;
      padding-right: 3px; }
    .combo-info--horizontal .combo-item--price del {
      display: block; }
    .combo-info--horizontal .combo-item--price {
      margin: 0;
      font-size: 14px; }
    .combo-info--horizontal .combo-item:last-child {
      border-bottom: 0; }
    .combo-info--horizontal .combo-item:not(:last-child) .combo-item--images:before {
      display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .combo-info--content, .combo-info--priceInit, .combo-info--price,
  .combo-info--price span {
    font-size: 14px; }
  .combo-info .combo-item {
    flex: 0 0 48%;
    max-width: 48%; } }

@media (max-width: 991px) {
  .combo-info--content {
    display: block; }
  .combo-info .combo-item--option .options-title {
    font-size: 12px;
    color: #999; }
  .combo-info .combo-item--option .select-option {
    margin-right: 4px;
    margin-top: 4px; }
  .combo-info .combo-content--total {
    width: 100%;
    padding-top: 15px; }
    .combo-info .combo-content--total .wrapbox-total {
      text-align: left; }
    .combo-info .combo-content--total .add-combo {
      padding: 12px 20px;
      width: 100%;
      height: 45px; }
  .combo-info .combo-content--list {
    margin: 0 -12px;
    overflow: hidden; }
    .combo-info .combo-content--list .list-combos {
      flex-wrap: nowrap;
      overflow: scroll;
      padding: 0 12px; }
    .combo-info .combo-content--list .list-combos::-webkit-scrollbar {
      display: none; }
  .combo-info .combo-item--detail {
    padding-right: 12px; }
  .combo-info .combo-item--priceInit, .combo-info .combo-item--price,
  .combo-info .combo-item--price span {
    font-size: 12px; }
  .combo-info--vertical .combo-content--total {
    display: block; } }

@media (max-width: 767px) {
  .combo-info .combo-item {
    flex: 0 0 49%;
    max-width: 49%; } }

@media (max-width: 360px) {
  .combo-info .combo-item--priceInit, .combo-info .combo-item--price,
  .combo-info .combo-item--price span {
    font-size: 11px; } }

/*===== APP DISPLAY PROMOTION  ============================================*/
.hrvpmo-grids .hrv-pmo-coupon, .hrvpmo-grids .hrv-pmo-discount {
  margin: 0; }

.hrvpmo-grids .dlpm-card-section {
  padding: 20px 15px 0; }

.hrvpmo-grids .dlpm-discount-list {
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px); }

.section-home-hrvpmo {
  padding: 0 0 20px;
  margin: 0; }

.section-home-hrvpmo .hrv-pmo-coupon .dlpm-card-section,
.section-home-hrvpmo .hrv-pmo-discount .dlpm-card-section {
  margin-bottom: 20px; }

.wrapper-collection-hrvpmo .hrv-pmo-coupon .dlpm-card-section,
.wrapper-collection-hrvpmo .hrv-pmo-discount .dlpm-card-section {
  margin-top: 25px; }

.product-hrvpmo .dlpm-aside {
  padding: 12px 12px 6px; }

.product-hrvpmo .dlpm-aside .dlpm-aside__header {
  margin-bottom: 10px; }

.product-hrvpmo .dlpm-aside .dlpm-voucher-list .mini-voucher {
  padding: 7px 12px; }

@media (max-width: 767px) {
  .hrvpmo-grids .dlpm-card-section {
    padding: 18px 15px 0; }
  .hrvpmo-grids .dlpm-coupons .dlpm-body:has( > .dlpm-coupons--slide) {
    padding-left: 0;
    padding-right: 0; }
  .hrvpmo-grids .dlpm-slide.dlpm-next {
    right: -15px; }
  .hrvpmo-grids .dlpm-slide.dlpm-pre {
    left: -15px; } }

/*--------------------------------------------------------------------------------
SIDEBAR MAIN
--------------------------------------------------------------------------------*/
.sidebar-main .sitenav-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background: transparent; }
  .sidebar-main .sitenav-wrapper.sitenav-right {
    right: 0; }
    .sidebar-main .sitenav-wrapper.sitenav-right .sitenav-inner {
      right: 0;
      -webkit-transform: translateX(120%);
      transform: translateX(120%);
      -webkit-transition: transform 0.35s ease,right 0.25s ease, visibility 0s;
      transition: transform 0.35s ease,right 0.25s ease, visibility 0s; }
  .sidebar-main .sitenav-wrapper.sitenav-left {
    left: 0; }
    .sidebar-main .sitenav-wrapper.sitenav-left .sitenav-inner {
      left: 0;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: transform 0.35s ease,left 0.25s ease, visibility 0s;
      transition: transform 0.35s ease,left 0.25s ease, visibility 0s; }
  .sidebar-main .sitenav-wrapper .sitenav-inner {
    margin: 0 auto;
    max-width: 480px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffff;
    background-clip: padding-box;
    display: flex;
    flex-direction: column; }
    .sidebar-main .sitenav-wrapper .sitenav-inner:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 1;
      opacity: 1;
      visibility: visible; }

.sidebar-main.is-show-right .sitenav-wrapper.show {
  left: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.sidebar-main.is-show-right .sitenav-wrapper.show .sitenav-inner {
  right: 0;
  width: 85%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .sidebar-main.is-show-right .sitenav-wrapper.show .sitenav-inner:after {
    visibility: hidden;
    opacity: 0; }

.sidebar-main.is-show-right .sitenav-wrapper.show .sidebar-overlay {
  opacity: 1;
  visibility: visible; }

.sidebar-main.is-show-left .sitenav-wrapper.show {
  right: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner {
  left: 0;
  width: 85%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner:after {
    visibility: hidden;
    opacity: 1; }

.sidebar-main.is-show-left .sitenav-wrapper.show .sidebar-overlay {
  opacity: 1;
  visibility: visible; }

.sidebar-main .sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }

.sitenav-inner .sitenav-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid var(--shop-color-border); }
  .sitenav-inner .sitenav-header__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0; }
  .sitenav-inner .sitenav-header__btn svg {
    width: 17px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer; }
  .sitenav-inner .sitenav-header .cart-shipping {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 18px; }
    .sitenav-inner .sitenav-header .cart-shipping__title {
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      letter-spacing: 0.5px;
      min-height: 30px; }
      .sitenav-inner .sitenav-header .cart-shipping__title .price {
        font-weight: 600;
        color: #ff2c26; }
      .sitenav-inner .sitenav-header .cart-shipping__title .free-ship {
        text-transform: uppercase;
        color: #333333;
        font-weight: 600; }

.sitenav-inner .sitenav-content {
  padding: 15px;
  position: relative;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px; }
  .sitenav-inner .sitenav-content::-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); }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }
  .sitenav-inner .sitenav-content .more-notify {
    padding: 8px 0;
    border-top: 1px solid var(--shop-color-border); }
  .sitenav-inner .sitenav-content .more-notify a {
    color: #0d6efd; }

.sitenav-inner .sitenav-footer {
  padding: 15px;
  margin-top: auto;
  border-top: 1px solid var(--shop-color-border); }

.menuList-links {
  margin: 0; }

.menuList-links li {
  position: relative; }

.menuList-links li a {
  color: var(--shop-color-text);
  position: relative;
  font-size: 15px;
  display: block; }

.menuList-links li a:hover, .menuList-links li a:focus {
  color: var(--shop-color-hover); }

.menuList-links > li {
  border-bottom: 1px dashed var(--shop-color-border); }

.menuList-links > li:last-child {
  border-bottom: none; }

.menuList-links > li > a {
  padding: 12px 0;
  font-weight: 500;
  font-size: 15px; }

.menuList-links > li.has-submenu > a {
  padding-right: 30px; }

.menuList-links > li.has-submenu span.icon-plus-submenu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent; }

.icon-plus-submenu:after, .icon-plus-submenu:before {
  background: rgba(9, 9, 9, 0.6);
  content: '';
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

.icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1); }

li.has-submenu.opened > a .icon-plus-submenu:after {
  -moz-transform: translateY(-50%) scale(1, 0);
  -ms-transform: translateY(-50%) scale(1, 0);
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0); }

.menuList-links > li.has-submenu .icon-plus-submenu:hover {
  border: 1px solid var(--shop-color-border); }

ul.menuList-links li ul.submenu-links {
  display: none; }

ul.submenu-links li a {
  padding: 8px 0 8px 0px; }

li.has-submenu.level0 > ul.submenu-links {
  border-top: 1px dashed var(--shop-color-border); }

li.has-submenu.level0 > ul.submenu-links li a {
  padding-left: 12px; }

li.has-submenu.level1 > ul.submenu-links li a {
  padding-left: 25px; }

li.has-submenu.level2 > ul.submenu-links li a {
  padding-left: 35px; }

.fixed-mess {
  position: fixed;
  bottom: 40px;
  top: auto !important;
  right: 15px;
  z-index: 99; }
  @media (min-width: 1200px) {
    .fixed-mess svg {
      width: 60px;
      height: 60px; } }
  @media (max-width: 991px) {
    .fixed-mess {
      display: none; } }

/* modal-succes */
.modalForm-success svg {
  fill: #009900;
  width: 80px;
  height: 80px;
  margin-bottom: 15px; }

.modalForm-success p {
  font-size: 18px; }

/*END modal-succes */
.list-product-slide {
  padding: 10px 0; }
  .list-product-slide .swiper-slide {
    height: initial; }
  .list-product-slide .product-loop-slide {
    margin-bottom: 0;
    height: 100%;
    padding-left: 0;
    padding-right: 0; }
  .list-product-slide .swiper-button {
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    transform: scale(0); }
    .list-product-slide .swiper-button svg {
      width: 15px;
      height: 100%;
      display: block;
      margin: 0 auto;
      fill: #000;
      stroke: #000; }
    .list-product-slide .swiper-button.swiper-prev {
      left: 10px; }
    .list-product-slide .swiper-button.swiper-next {
      right: 10px; }
    .list-product-slide .swiper-button.swiper-button-disabled {
      opacity: .8;
      cursor: default; }
      .list-product-slide .swiper-button.swiper-button-disabled svg {
        fill: #9e9e9e; }
  @media (min-width: 992px) {
    .list-product-slide:hover .swiper-button {
      opacity: 1;
      visibility: visible;
      transform: scale(1); } }
  @media (max-width: 991px) {
    .list-product-slide .swiper-button {
      width: 30px;
      height: 30px;
      opacity: 1;
      visibility: visible;
      transform: scale(1); }
    .list-product-slide .swiper-button svg {
      width: 12px; } }

.product-sharing {
  width: 35px;
  height: 35px;
  line-height: 35px; }
  .product-sharing .sharing__iconCircleState {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: rgba(28, 27, 27, 0.5);
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15); }
    .product-sharing .sharing__iconCircleState .sharing__primaryState, .product-sharing .sharing__iconCircleState .sharing__secondaryState {
      display: block;
      -webkit-transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
      transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
      transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
      transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1); }
      .product-sharing .sharing__iconCircleState .sharing__primaryState svg, .product-sharing .sharing__iconCircleState .sharing__secondaryState svg {
        height: 35px;
        width: 14px;
        display: block;
        line-height: 35px;
        margin: auto; }
    .product-sharing .sharing__iconCircleState .sharing__primaryState svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .product-sharing .sharing__iconCircleState .sharing__secondaryState {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      text-align: center;
      opacity: 0;
      -webkit-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
  .product-sharing a {
    right: 3px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
    .product-sharing a svg {
      height: 30px;
      line-height: 30px;
      width: 18px;
      display: block;
      margin: auto; }
  .product-sharing a:nth-child(2) {
    top: 50px;
    -ms-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear; }
  .product-sharing a:nth-child(3) {
    top: 90px;
    -ms-transition: all 150ms linear 100ms;
    -webkit-transition: all 150ms linear 100ms;
    transition: all 150ms linear 100ms; }
  .product-sharing a span.toollip-txt {
    border-radius: 2px;
    text-align: center;
    background: #1c1b1b;
    padding: 0 8px;
    visibility: hidden;
    opacity: 0;
    margin-right: 10px;
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 999;
    color: #ffffff;
    font-size: 10px;
    white-space: nowrap; }
  .product-sharing a span.toollip-txt:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    /*border-width: 7px 7px 7px 0;
		border-color: transparent #1c1b1b transparent transparent;*/
    border-width: 7px 0px 7px 7px;
    border-color: transparent  transparent transparent #1c1b1b;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto; }
  .product-sharing a:nth-child(2) span.toollip-txt {
    -ms-transition: all 200ms linear 250ms;
    -webkit-transition: all 200ms linear 250ms;
    transition: all 200ms linear 250ms; }
  .product-sharing a:nth-child(3) span.toollip-txt {
    -ms-transition: all 200ms linear 350ms;
    -webkit-transition: all 200ms linear 350ms;
    transition: all 200ms linear 350ms; }
  .product-sharing a span.url-link {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .product-sharing.sharing-active .sharing__iconCircleState {
    background: #1c1b1b;
    color: #fff; }
    .product-sharing.sharing-active .sharing__iconCircleState .sharing__primaryState {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    .product-sharing.sharing-active .sharing__iconCircleState .sharing__secondaryState {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .product-sharing.sharing-active a {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .product-sharing.sharing-active a span.toollip-txt {
    visibility: visible;
    opacity: 1;
    margin-right: 0; }
  .product-sharing input.linkToCopy {
    opacity: 0;
    position: absolute;
    left: 180%;
    top: -20px; }

.modal-product-quickview .productDetail--gallery .product-container-gallery {
  position: relative; }

.productDetail-information {
  /*.description-content.expandable-toggle.opened .description-productdetail {
	max-height: 230px;
	overflow: hidden;
}*/ }
  .productDetail-information .product-toshare {
    display: flex;
    align-items: center;
    padding: 0 15px; }
    .productDetail-information .product-toshare .pro-title {
      min-width: 20%;
      font-size: 14px;
      font-weight: 600; }
    .productDetail-information .product-toshare a {
      position: relative;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-size: 14px;
      text-align: center;
      line-height: 30px;
      margin-right: 10px;
      color: #fff;
      cursor: pointer; }
      .productDetail-information .product-toshare a:hover {
        color: #fff; }
      .productDetail-information .product-toshare a svg {
        width: 30px;
        height: 30px;
        vertical-align: initial; }
    @media (max-width: 991px) {
      .productDetail-information .product-toshare {
        display: none; } }
  .productDetail-information .product-deliverly .head-deliverly {
    font-size: 14px;
    color: red;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #eae4e8; }
  .productDetail-information .product-deliverly .title-deliverly {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600; }
  .productDetail-information .product-deliverly .infoList-deliverly .deliverly-item {
    position: relative;
    padding: 4px 10px 0 40px;
    margin-bottom: 15px;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center; }
  .productDetail-information .product-deliverly .infoList-deliverly .deliverly-item span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    display: inline-block;
    vertical-align: middle; }
  .productDetail-information .product-description .panel-group {
    margin: 0;
    border-top: 1px solid #ebecf0; }
    .productDetail-information .product-description .panel-group .panel-title {
      position: relative; }
    .productDetail-information .product-description .panel-group .panel-title h2 {
      text-transform: uppercase;
      font-size: 17px;
      font-weight: 400;
      margin: 0;
      padding: 20px 0;
      cursor: pointer; }
    .productDetail-information .product-description .panel-group .panel-title:after,
    .productDetail-information .product-description .panel-group .panel-title:before {
      content: '';
      display: block;
      position: absolute;
      margin-right: 25px;
      top: 50%;
      right: 0;
      -moz-transition: all .25s linear;
      -o-transition: all .25s linear;
      -webkit-transition: all .25s linear;
      transition: all .25s linear; }
    .productDetail-information .product-description .panel-group .panel-title:before {
      width: 13px;
      height: 1px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: rgba(9, 9, 9, 0.6); }
    .productDetail-information .product-description .panel-group .panel-title:after {
      width: 1px;
      height: 13px;
      right: 6px;
      background: rgba(9, 9, 9, 0.6);
      transform-origin: center;
      -moz-transform: translateY(-50%) scale(1, 1);
      -ms-transform: translateY(-50%) scale(1, 1);
      -webkit-transform: translateY(-50%) scale(1, 1);
      transform: translateY(-50%) scale(1, 1); }
    .productDetail-information .product-description .panel-group .panel-description {
      display: none;
      padding: 0px 0 20px; }
    .productDetail-information .product-description .panel-group.opened h2 {
      font-weight: bold; }
    .productDetail-information .product-description .panel-group.opened .panel-title {
      color: #000; }
    .productDetail-information .product-description .panel-group.opened .panel-title:after {
      -moz-transform: translateY(-50%) scale(1, 0);
      -ms-transform: translateY(-50%) scale(1, 0);
      -webkit-transform: translateY(-50%) scale(1, 0);
      transform: translateY(-50%) scale(1, 0); }
  .productDetail-information .product-description h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .productDetail-information .product-description .description-title {
    margin-top: 15px;
    font-size: 18px;
    padding: 10px 0;
    font-weight: 600; }
  .productDetail-information .product-description .description-content:not(.opened) .expandable-content_toggle {
    margin-top: 30px;
    border: 0; }
  .productDetail-information .product-description .description-content .expandable-content_toggle {
    outline: none; }
  .productDetail-information .product-description .description-content .description-btn {
    position: relative; }
  .productDetail-information .product-description .description-content .description-btn:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff); }
  .productDetail-information .product-description .expandable-content_toggle {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #c2021a;
    padding: 7px 15px;
    color: #c2021a;
    position: relative;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    background: #fff;
    z-index: 99;
    outline: none; }
  .productDetail-information .product-description .expandable-content_toggle-icon {
    position: relative;
    margin-right: 15px;
    width: 10px;
    height: 10px;
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out; }
  .productDetail-information .product-description .expandable-content_toggle-icon:before, .productDetail-information .product-description .expandable-content_toggle-icon:after {
    content: "";
    position: absolute;
    background: #c2021a;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    top: 50%;
    left: 50%; }
  .productDetail-information .product-description .expandable-content_toggle-icon:before {
    width: 2px;
    height: 10px; }
  .productDetail-information .product-description .expandable-content_toggle-icon:after {
    width: 10px;
    height: 2px; }
  .productDetail-information .product-description .expandable-content_toggle.btn-closemore .expandable-content_toggle-icon:before {
    content: none; }
  .productDetail-information .product-customer {
    position: relative; }
  .productDetail-information .product-customer .hrv-product-reviews-heading {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 170px; }
  .productDetail-information .product-customer #hrv-product-reviews-summary {
    width: 50%;
    padding: 0 0 10px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex; }
  .productDetail-information .product-customer #btnnewreview {
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid var(--shop-color-button);
    color: var(--shop-color-button);
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 0;
    font-size: 15px;
    min-width: 150px; }
  .productDetail-information .product-customer #hrv-product-reviews-form h3 {
    display: block;
    font-weight: 600;
    font-size: 14px; }
  .productDetail-information .product-customer .hrv-product-reviews-form {
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
    margin: 0;
    max-width: 720px; }
  .productDetail-information .product-customer #hrv-product-reviews-list > div {
    border-top: 1px solid var(--shop-color-border);
    padding: 15px 0; }
  .productDetail-information .product-customer #hrv-product-reviews-list p {
    margin: 0; }
  .productDetail-information .product-customer #hrv-product-reviews-list > div .hrv-product-reviews-star i[class^="star-"] {
    font-size: 14px; }
  .productDetail-information .product-customer #btnSubmitReview {
    background: var(--shop-color-button); }
  @media (max-width: 767px) {
    .productDetail-information .product-customer .product-reviews-summary-actions {
      width: 100%;
      padding: 0; } }
  .productDetail-information .productCarousel-slider:not(.owl-loaded), .productDetail-information .productCarousel-thumb:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    overflow: hidden; }
  .productDetail-information .productCarousel-slider:not(.owl-loaded) .product-gallery {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
  .productDetail-information .productDetail--gallery .wrapbox-detail {
    display: flex;
    display: -ms-flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 15px;
    margin-top: 15px; }
  .productDetail-information .productDetail--gallery .product-reviews {
    position: relative;
    padding-left: 15px;
    margin-left: 15px; }
  .productDetail-information .productDetail--gallery .product-reviews:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ddd; }
  .productDetail-information .productDetail--gallery .product-reviews .star-off-png {
    font-size: 16px; }
  .productDetail-information .productDetail--gallery .product-reviews p {
    text-align: center;
    font-size: 12px;
    margin: 0; }
  .productDetail-information .box-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px; }
    .productDetail-information .box-title h2 {
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 600;
      color: #000;
      text-transform: uppercase;
      display: inline-block;
      position: relative; }
    .productDetail-information .box-title h2:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background: #000;
      bottom: -11px; }

.productDetail--gallery .actionPrev-link {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 20;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #81868a;
  border: 1px solid #81868a; }
  .productDetail--gallery .actionPrev-link svg {
    fill: #fff;
    height: 40px;
    width: 20px;
    display: block;
    margin: auto; }

.productDetail--gallery .wrapbox-gallery {
  position: relative; }

.productDetail--gallery .product-percent {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 9;
  display: none; }
  .productDetail--gallery .product-percent span {
    display: block;
    background: red;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0 0 10px 10px; }

.productDetail--gallery .product-sharing {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out; }

.productDetail--gallery .productCarousel-slider {
  overflow: hidden; }
  .productDetail--gallery .productCarousel-slider .owl-nav button {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0px;
    font-size: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    outline: none;
    text-align: center;
    display: inline-block;
    background: transparent; }
  .productDetail--gallery .productCarousel-slider .owl-nav button.owl-prev {
    left: 0px; }
  .productDetail--gallery .productCarousel-slider .owl-nav button.owl-next {
    right: 0px; }
  .productDetail--gallery .productCarousel-slider .owl-nav button span {
    font-size: 0; }
  .productDetail--gallery .productCarousel-slider .owl-nav button:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 35px;
    display: inline-block; }
  .productDetail--gallery .productCarousel-slider .owl-nav .owl-prev:before {
    content: "\f104"; }
  .productDetail--gallery .productCarousel-slider .owl-nav .owl-next:before {
    content: "\f105"; }
  .productDetail--gallery .productCarousel-slider .owl-nav button.disabled {
    opacity: 0; }
  .productDetail--gallery .productCarousel-slider .owl-dots {
    padding: 5px 0;
    text-align: center; }
  .productDetail--gallery .productCarousel-slider .owl-dots .owl-dot {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-width: 2px;
    background: #ddd;
    border: 1px solid #fff;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
  .productDetail--gallery .productCarousel-slider .owl-dots .owl-dot.active {
    background: var(--shop-color-main); }

.productDetail--gallery .productCarousel-thumb .product-thumb__item {
  display: block;
  border: 1px solid var(--shop-color-border);
  padding: 5px; }

.productDetail--gallery .productCarousel-thumb .product-thumb__item {
  cursor: pointer; }
  .productDetail--gallery .productCarousel-thumb .product-thumb__item .boxlazy-img__aspect.icon-play {
    background: rgba(255, 255, 255, 0.7); }
    .productDetail--gallery .productCarousel-thumb .product-thumb__item .boxlazy-img__aspect.icon-play img {
      max-width: 80%; }

.productDetail--gallery .productCarousel-thumb .current .product-thumb .product-thumb__item {
  border-color: var(--shop-color-main); }

@media (min-width: 992px) {
  .productDetail--gallery .productCarousel-thumb {
    position: initial;
    max-width: 90%;
    margin: 15px auto 0; } }

@media (max-width: 991px) {
  .productDetail--gallery .mobile_gallery .owl-dots {
    padding: 10px;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center; } }

.productDetail--content .wrapbox-detail {
  padding: 0 15px;
  background: #fff; }

.productDetail--content .wrapbox-detail > [class*='product-'] {
  margin-bottom: 15px; }

.productDetail--content .product-heading {
  padding-top: 15px; }

.productDetail--content .product-heading h1 {
  font-size: 24px;
  margin-bottom: 5px; }

.productDetail--content .product-heading span + span:before {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: var(--shop-color-border);
  margin: 0 7px; }

.productDetail--content .product-heading .pro-soldold strong {
  color: var(--shop-color-main); }

.productDetail--content .product-heading .pro-vendor strong a, .productDetail--content .product-heading #pro_sku strong, .productDetail--content .product-heading .pro_sku strong {
  color: var(--shop-color-main); }

.productDetail--content .product-heading .product-reviews {
  margin-bottom: 0; }

.productDetail--content .product-heading .haravan-product-reviews-badge {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center; }

.productDetail--content .product-heading .haravan-product-reviews-badge p {
  margin: 0; }

.productDetail--content .product-heading .product-reviews .rating-star .hrv-product-reviews-star i {
  font-size: 15px; }

.productDetail--content .product-heading .hrv-product-reviews-star {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-right: 5px; }

.productDetail--content .product-heading .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
  color: #fdd836 !important; }

.productDetail--content .product-heading .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
  color: #fdd836 !important; }

.productDetail--content .product-price {
  margin: 0;
  border-radius: 4px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-align-items: center; }
  .productDetail--content .product-price span.pro-title {
    min-width: 120px;
    font-weight: 600; }
  .productDetail--content .product-price span.pro-price {
    font-size: 28px;
    font-weight: 600;
    color: red;
    padding-right: 10px; }
  .productDetail--content .product-price del {
    font-size: 18px;
    color: #878c8f;
    margin-right: 10px; }
  .productDetail--content .product-price span.pro-percent {
    display: inline-block;
    padding: 3px 14px;
    background: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #ff0000;
    border: 1px solid #ff0000;
    vertical-align: text-bottom; }

.productDetail--content #price-preview {
  padding-top: 15px;
  margin-bottom: 15px; }

.productDetail--content .product-available p.txt-inventory {
  color: #dea554;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 0px; }

.productDetail--content .product-coutdown .pro-coutdown {
  margin-bottom: 20px; }
  .productDetail--content .product-coutdown .pro-coutdown p {
    font-size: 15px;
    text-transform: uppercase; }
  .productDetail--content .product-coutdown .pro-coutdown .section_cout {
    display: inline-block;
    width: 55px;
    color: #808080; }
  .productDetail--content .product-coutdown .pro-coutdown .section_cout span {
    display: block; }
  .productDetail--content .product-coutdown .pro-coutdown .section_cout span:not(.text) {
    display: block;
    background: #f1f4f9;
    width: 44px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    color: #333;
    margin: 10px auto 5px; }
  .productDetail--content .product-coutdown .pro-coutdown .section_cout span.text {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500; }

.productDetail--content .product-variants .select {
  display: none;
  visibility: hidden; }

.productDetail--content .product-variants .select-actions .addcart-area {
  width: calc(100% - 150px);
  float: left;
  padding-left: 15px; }

.productDetail--content .product-variants .select-actions .addcart-area .btn-addtocart {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  outline: none;
  font-weight: 600;
  font-size: 15px; }
  .productDetail--content .product-variants .select-actions .addcart-area .btn-addtocart:focus {
    color: #fff; }

.productDetail--content .product-variants .select-actions .quantity-area {
  width: 150px;
  float: left; }

.productDetail--content .product-variants .select-actions .quantity-area input.quantity-input {
  background: #fff;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  width: 60px;
  padding: 0;
  text-align: center;
  border: 1px solid #f3f4f4;
  border-left: none;
  border-right: none;
  border-radius: 1px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none; }

.productDetail--content .product-variants .select-actions .quantity-area .qty-btn {
  float: left;
  background: #f3f4f4;
  border: solid 1px #f3f4f4;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.productDetail--content .product-actions {
  width: 100%; }

.productDetail--content .product-actions .select-actions .addcart-area {
  display: flex;
  display: -ms-flex;
  margin-top: 15px; }

.productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart {
  background: var(--shop-color-main);
  border: 1px solid var(--shop-color-main);
  color: var(--shop-color-main); }
  .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart:before {
    background: #fff;
    color: var(--shop-color-main); }
  .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart:hover {
    color: #fff; }
  .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart:focus {
    color: #fff; }

.productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart.disabled {
  background: #fff;
  border-color: #929292;
  color: #929292; }
  .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart.disabled:before {
    background: #fff;
    color: #929292; }
  .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart.disabled:hover {
    color: #929292; }
  .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart.disabled:focus {
    color: #929292; }

.productDetail--content .product-actions .select-actions .addcart-area .btn-buynow.disabled {
  opacity: 0.8;
  cursor: no-drop;
  pointer-events: none; }

.productDetail--content .product-actions .select-actions .addcart-area button {
  width: 100%;
  border-radius: 4px;
  padding: 12px 20px;
  outline: none;
  font-weight: 600;
  font-size: 15px; }

.productDetail--content .product-actions .select-actions .addcart-area button + button {
  margin-left: 15px; }

.productDetail--content .product-actions .select-actions .quantity-area {
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-align-items: center;
  justify-content: space-between; }

.productDetail--content .product-actions .select-actions .quantity-area .quantity-title {
  min-width: 135px;
  font-weight: 600;
  padding-left: 15px; }

.productDetail--content .product-actions .select-actions .quantity-area .quantity-input {
  background: #fff;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  border: 1px solid #f3f4f4;
  border-left: none;
  border-right: none;
  border-radius: 1px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .productDetail--content .product-actions .select-actions .quantity-area .quantity-input:focus {
    outline: none; }

.productDetail--content .product-actions .select-actions .quantity-area .qty-btn {
  float: left;
  background: #fff;
  border: 1px solid #f3f4f4;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .productDetail--content .product-actions .select-actions .quantity-area .qty-btn svg {
    display: block;
    width: 12px;
    height: 100%;
    margin: 0 auto;
    fill: #a4aaaf;
    transition: all .2s ease-in-out; }
  .productDetail--content .product-actions .select-actions .quantity-area .qty-btn:hover svg {
    fill: #000; }

.productDetail--content .product-actions .select-actions .link-area {
  margin-top: 15px; }
  .productDetail--content .product-actions .select-actions .link-area .btn-link {
    width: 100%;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 600;
    min-height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; }

.productDetail--content .product-actions .btn-product-gift {
  background: #f4f4f4;
  color: #929292;
  opacity: 1;
  width: 100%;
  border-color: #929292; }
  .productDetail--content .product-actions .btn-product-gift:before {
    display: none; }

.productDetail--content .product-actions .btn-product-contact {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 6px; }

.productDetail--content .product-actions .pro-qty {
  width: 100%; }

.productDetail--content .product-actions .pro-share {
  display: none; }
  .productDetail--content .product-actions .pro-share svg {
    fill: #402da1; }
  .productDetail--content .product-actions .pro-share span {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #402da1; }
  @media (max-width: 991px) {
    .productDetail--content .product-actions .pro-share {
      display: flex;
      align-items: flex-end;
      flex: 0 0 auto;
      max-width: 100%; } }

.productDetail--content .product-support {
  border-top: 1px solid #ebecf0;
  padding: 20px 0; }
  .productDetail--content .product-support h3 {
    text-transform: uppercase;
    margin: 20px 0; }

.productDetail--content .product-container-order {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  /*
		.product-heading{-webkit-order: 1;order: 1;}
		.product-price{-webkit-order: 2;order: 2;}
		.product-available{-webkit-order: 3;order: 3;}
		.product-variants{-webkit-order: 4;order: 4;}
		*/ }

.productDetail--content .combo-info {
  width: 100%; }

.productDetail--content .selector-buyxgety {
  width: 100%; }

.productDetail--content .size-guide {
  margin-left: auto; }
  .productDetail--content .size-guide .btn-size-guide {
    font-size: 14px;
    color: #252a2b;
    font-weight: 500;
    padding: 2px;
    margin-bottom: 5px;
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none; }
  .productDetail--content .size-guide span {
    padding-bottom: 1px;
    background-image: linear-gradient(to right, #777a7b 0%, #777a7b 100%);
    background-size: 100% 1px;
    background-position: 0px 94%;
    background-repeat: no-repeat; }

@media (min-width: 1200px) {
  .productDetail--content .product-variants.is-sizeguide {
    padding-right: 160px; }
  .productDetail--content .size-guide {
    position: absolute;
    bottom: 5px;
    right: 15px; } }

@media (max-width: 1199px) {
  .productDetail--content .wrapbox-detail {
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column; }
  .productDetail--content .product-heading h1 {
    font-size: 20px; } }

@media (min-width: 992px) {
  .productDetail--content .product-boxright {
    padding-left: 0; } }

@media (max-width: 991px) {
  .productDetail--content .product-price span.pro-price {
    font-size: 22px; }
  .productDetail--content .product-price del {
    font-size: 16px; }
  .productDetail--content .product-price span.pro-percent {
    padding: 3px 10px;
    font-size: 10px; }
  .productDetail--content .product-price span.pro-title {
    display: none; }
  .productDetail--content .product-actions .btn-buynow, .productDetail--content .product-actions .quantity-title {
    display: none; }
  .productDetail--content .product-actions .quantity-area {
    padding-left: 15px;
    padding-right: 15px; }
  .productDetail--content .product-actions .select-actions .addcart-area button {
    font-size: 13px; } }

@media (max-width: 767px) {
  .productDetail--content .product-container-detail .product-boxleft [class*='product-'] {
    padding-left: 0; }
  .productDetail--content .product-variants .select-swatch .swatch .title-swap {
    width: 28%; }
  .productDetail--content .product-heading .pro-vendor {
    display: block;
    margin-top: 5px; }
  .productDetail--content .product-heading .pro-vendor:before {
    display: none; } }

.productDetail--box {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%; }

.productDetail--box [class^="product-"] {
  padding: 15px;
  background: #fff; }

.productDetail--navs {
  background: #fff;
  padding: 15px 0 0;
  margin-bottom: 50px;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%; }
  .productDetail--navs .tab-title {
    border-bottom: 1px solid #ededed;
    justify-content: center;
    gap: 15px 20px; }
  .productDetail--navs .tab-title .nav-item {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -1px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid transparent;
    color: var(--shop-color-text); }
    .productDetail--navs .tab-title .nav-item.active {
      border-color: var(--shop-color-main);
      /*&:before {
				position: absolute;
				content: "";
				width: 100%;
				height: 1px;
				background: var(--shop-color-title);
				bottom: -11px;
				left: 0;
			}*/ }
  .productDetail--navs .tab-title .nav-item + .nav-item {
    margin-left: 25px; }
  .productDetail--navs .tab-content {
    padding-top: 20px; }
  @media (max-width: 767px) {
    .productDetail--navs {
      padding: 15px 15px 0;
      margin-bottom: 30px; }
      .productDetail--navs .tab-title .nav-item {
        font-size: 16px;
        border-bottom: 2px solid transparent;
        margin-bottom: -1px; } }

.is-border {
  border-top: 15px solid var(--shop-color-bg); }

.mg-top {
  margin-top: 15px; }

.pd-top {
  padding-top: 40px; }
  @media (max-width: 991px) {
    .pd-top {
      padding-top: 20px; } }

.productToolbar-addcart .product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .productToolbar-addcart .product-actions .block-quantity {
    width: 140px;
    float: left; }
  .productToolbar-addcart .product-actions .block-addcart {
    width: calc(100% - 140px);
    float: left;
    padding-left: 10px;
    /*.add-to-cartProduct.disabled:before {background: #ffffff;}*/ }
    .productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct {
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      border-radius: 4px; }
    .productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct:focus {
      outline: none; }
    .productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct.disabled {
      background-color: #fff;
      border-color: #929292;
      color: #929292; }
  .productToolbar-addcart .product-actions .quantity-selector .quantity-title {
    margin-bottom: 8px;
    display: none; }
  .productToolbar-addcart .product-actions .quantity-selector .quantity-number {
    background: #fff;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 55px;
    border: 1px solid #f3f4f4;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none; }
    .productToolbar-addcart .product-actions .quantity-selector .quantity-number:focus {
      outline: none; }
  .productToolbar-addcart .product-actions .quantity-selector .qty-btn {
    float: left;
    background: #f3f4f4;
    border: 1px solid #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 40px;
    line-height: 38px;
    width: 40px;
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .productToolbar-addcart .product-actions .quantity-selector .qty-btn svg {
      display: block;
      width: 12px;
      height: 100%;
      margin: 0 auto;
      fill: #a4aaaf;
      transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out; }
    .productToolbar-addcart .product-actions .quantity-selector .qty-btn:hover svg {
      fill: #333; }

@media (min-width: 992px) {
  .productToolbar-addcart .product-actions .quantity-selector .quantity-title {
    display: block;
    font-weight: 600;
    min-width: 120px; }
  .productToolbar-addcart .product-actions .block-addcart {
    width: 100%;
    padding-left: 0;
    padding-top: 10px; }
  .productToolbar-addcart .product-actions .block-quantity {
    width: 100%;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center; } }

.product-variants {
  position: relative;
  z-index: 1;
  padding: 0 15px; }

.check-action-variant:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff5f5;
  z-index: -1; }

.check-action-tt {
  color: red;
  font-weight: 500;
  margin: 0; }
  .check-action-tt.text-effect {
    animation: 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.1s 1 forwards headShake; }

/*===== QUICK VIEW DETAIL ================================*/
.modal-product-quickview {
  background: rgba(3, 17, 27, 0.3);
  z-index: 99999 !important; }
  .modal-product-quickview .modal-dialog-centered {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 28px auto;
    min-height: calc(100% - (28px * 2)); }
  .modal-product-quickview .modal-dialog-centered .modal-content {
    pointer-events: auto;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden; }
  .modal-product-quickview .modal-paramlink {
    position: relative;
    padding: 0;
    z-index: 5;
    border-bottom: 1px solid var(--shop-color-border); }
  .modal-product-quickview .modal-paramlink:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: #f7f5f5; }
  .modal-product-quickview .modal-paramlink .quickview-close {
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    color: #272727;
    z-index: 999;
    width: 36px;
    height: 36px;
    border: 9px solid transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; }
    .modal-product-quickview .modal-paramlink .quickview-close:before, .modal-product-quickview .modal-paramlink .quickview-close:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background-color: rgba(39, 39, 39, 0.5);
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .modal-product-quickview .modal-paramlink .quickview-close:before {
      transform-origin: 50% 50%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .modal-product-quickview .modal-paramlink .quickview-close:after {
      transform-origin: 50% 50%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .modal-product-quickview .modal-paramlink .quickview-close:hover {
      background: #e5e5e5; }
    .modal-product-quickview .modal-paramlink .quickview-close:hover:before, .modal-product-quickview .modal-paramlink .quickview-close:hover:after {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    @media (max-width: 767px) {
      .modal-product-quickview .modal-paramlink .quickview-close {
        top: 5px; } }
  .modal-product-quickview .modal-paramlink .paramlink-topbar {
    position: relative;
    display: block;
    padding: 8px 50px;
    width: 100%; }
  .modal-product-quickview .modal-paramlink .paramlink-topbar .purl-title {
    font-size: 15px;
    margin: 0;
    display: block; }
  .modal-product-quickview .modal-paramlink .paramlink-topbar .purl-title span {
    overflow: hidden;
    visibility: initial;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .modal-product-quickview .modal-paramlink .paramlink-topbar .purl-link {
    margin: 0;
    font-size: 13px; }
  .modal-product-quickview .modal-detailProduct {
    padding: 0; }
  .modal-product-quickview .product-container-detail > [class*='product-'] {
    padding-left: 15px;
    padding-right: 15px; }
  .modal-product-quickview .modal-detailProduct .productDetail-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .modal-product-quickview .modal-detailProduct .productDetail--gallery, .modal-product-quickview .modal-detailProduct .productDetail--content {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderproduct:not(.owl-loaded),
  .modal-product-quickview .modal-detailProduct .quickview-sliderthumb:not(.owl-loaded) {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderproduct:not(.owl-loaded) .product-gallery {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderthumb:not(.owl-loaded) .product-thumb {
    -webkit-flex: 0 0 calc((100% - 50px)/6);
    -ms-flex: 0 0 calc((100% - 50px)/6);
    flex: 0 0 calc((100% - 50px)/6);
    max-width: calc((100% - 50px)/6);
    margin-right: 10px; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderproduct {
    overflow: hidden; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav button {
    display: inline-block;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    outline: none;
    font-size: 0;
    line-height: 35px;
    text-align: center;
    background: transparent; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav button.owl-prev {
    left: 0px; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav button.owl-next {
    right: 0px; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav button:before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 35px; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav .owl-prev:before {
    content: "\f104"; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav .owl-next:before {
    content: "\f105"; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-nav button.disabled {
    opacity: 0; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-dots {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-width: 2px;
    border-radius: 50%;
    border: 1px solid #fff;
    outline: none;
    background: #ddd;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderproduct .owl-dots .owl-dot.active {
    background: var(--shop-color-main); }
  .modal-product-quickview .modal-detailProduct .quickview-sliderthumb {
    max-width: 88%;
    margin: 10px auto 0; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderthumb .product-thumb__item {
    display: block;
    margin: 1px;
    border: 1px solid #f4f4f4; }
  .modal-product-quickview .modal-detailProduct .quickview-sliderthumb .current .product-thumb__item {
    border-color: #0d5cb6; }
  .modal-product-quickview .modal-detailProduct .product-container-detail {
    font-size: 13px; }
  .modal-product-quickview .modal-detailProduct .product-viewdetail {
    text-align: center; }
  .modal-product-quickview .modal-detailProduct .product-heading h2 {
    font-size: 18px;
    margin-bottom: 5px; }
  .modal-product-quickview .modal-detailProduct .product-viewdetail a {
    text-decoration: underline;
    display: inline-block;
    color: var(--shop-color-text); }
  .modal-product-quickview .modal-detailProduct .product-viewdetail a svg {
    width: 10px;
    height: 10px;
    margin-left: 5px; }
  .modal-product-quickview .modal-detailProduct .product-variants .select-actions .quantity-area {
    width: 130px; }
  .modal-product-quickview .modal-detailProduct .product-variants .select-actions .quantity-area input.quantity-input {
    width: 50px;
    height: 38px;
    line-height: 36px; }
  .modal-product-quickview .modal-detailProduct .product-variants .select-actions .quantity-area input.qty-btn {
    width: 38px;
    height: 38px;
    line-height: 36px; }
  .modal-product-quickview .modal-detailProduct .product-variants .select-actions .addcart-area {
    padding-left: 10px;
    width: calc(100% - 130px); }
  .modal-product-quickview .modal-detailProduct .product-variants .select-actions .addcart-area .btn-addtocart {
    height: 38px;
    line-height: 38px;
    font-size: 13px; }
  .modal-product-quickview .modal-toolbarProduct {
    padding: 8px 15px 10px;
    border-top: 1px solid var(--shop-color-border); }
  .modal-product-quickview .modal-detailProduct .productDetail--promotion {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
  .modal-product-quickview .modal-detailProduct .product-toshare {
    padding: 0; }
  .modal-product-quickview .product-promotion {
    margin-bottom: 10px;
    display: none; }
    .modal-product-quickview .product-promotion .promotion-inner {
      display: flex;
      padding: 15px;
      border: 1px solid red;
      border-radius: 4px;
      align-items: center;
      background: #fee2e2;
      position: relative;
      transition: all 300ms ease; }
      .modal-product-quickview .product-promotion .promotion-inner .pro-icon {
        position: absolute;
        right: 15px;
        width: 24px;
        height: 24px;
        border: 0;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.01);
        top: calc(50% - 12px); }
        .modal-product-quickview .product-promotion .promotion-inner .pro-icon svg {
          height: 100%;
          display: block;
          margin: auto;
          width: 18px;
          fill: red; }
      .modal-product-quickview .product-promotion .promotion-inner .pro-image {
        flex: 0 0 30px; }
      .modal-product-quickview .product-promotion .promotion-inner .pro-txt {
        font-size: 20px;
        margin-left: 20px;
        font-weight: 600;
        color: #333333;
        flex: 0 0 calc(100% - 30px);
        padding-right: 70px; }
        .modal-product-quickview .product-promotion .promotion-inner .pro-txt a {
          color: #d70018;
          display: none; }
      .modal-product-quickview .product-promotion .promotion-inner .pro-link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
      .modal-product-quickview .product-promotion .promotion-inner:hover .pro-icon {
        border-color: #333; }
        .modal-product-quickview .product-promotion .promotion-inner:hover .pro-icon svg {
          fill: #333; }
  .modal-product-quickview .product-variants {
    padding: 0; }

.product-form-preorder {
  display: none; }

#quick-view-modal.has-preorder .product-form-preorder {
  display: block;
  border-top: 1px solid #f5f5f5;
  padding-top: 15px; }

#quick-view-modal.has-preorder .contact_form_tt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px; }

#quick-view-modal.has-preorder .contact_form_pr .sitebox-recaptcha {
  padding: 0;
  margin-bottom: 10px; }

#quick-view-modal.has-preorder .contact_form_pr .contact-form .input-group {
  margin-bottom: 12px; }

#quick-view-modal.has-preorder .contact_form_pr .contact-form .input-group input, #quick-view-modal.has-preorder .contact_form_pr .contact-form .input-group textarea {
  color: #212121;
  height: inherit;
  padding: 8px 15px;
  font-size: 14px; }

#quick-view-modal.has-preorder .contact_form_pr .contact-form .input-group textarea {
  height: 80px; }

#quick-view-modal.has-preorder .contact_form_pr .btn-submit-contact-pr {
  width: 100%;
  border-radius: 4px; }

#quick-view-modal.has-preorder .contact_form_pr .alert-preorder {
  display: none;
  margin-bottom: 10px;
  padding: 10px 10px; }

#quick-view-modal.has-preorder .pro_sku, #quick-view-modal.has-preorder .pro-soldold, #quick-view-modal.has-preorder .pro-vendor, #quick-view-modal.has-preorder .product-viewaction, #quick-view-modal.has-preorder .product-toshare {
  display: none; }

@media (min-width: 992px) {
  .modal.modal-product-quickview.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s; }
  .modal.modal-product-quickview.fade.show .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .modal-product-quickview .modal-dialog-centered {
    max-width: 840px; }
  .wrapper-quickview .productDetail--content {
    padding-left: 5px; }
  .wrapper-quickview .productDetail--content .wrapbox-detail {
    padding-right: 0; }
  .wrapper-quickview .modal-paramlink .paramlink-topbar,
  .wrapper-quickview .modal-paramlink .quickview-sharing {
    display: none; }
  .wrapper-quickview .modal-paramlink .quickview-close {
    right: 10px;
    left: initial; }
  .wrapper-quickview .modal-detailProduct {
    padding: 25px 20px; }
  .wrapper-quickview .modal-detailProduct .quickview-sliderproduct {
    border: 1px solid #f4f4f4; }
  .wrapper-quickview .modal-detailProduct .product-price {
    background: none;
    padding: 0;
    border-radius: 0; }
  .wrapper-quickview .modal-detailProduct .product-price .pro-title {
    width: 28%; }
  .wrapper-quickview .modal-detailProduct .product-toshare .pro-title {
    width: 28%; }
  .wrapper-quickview .modal-detailProduct .product-price .pro-price {
    font-size: 22px; }
  .wrapper-quickview .modal-detailProduct .product-price del {
    font-size: 16px; }
  .wrapper-quickview .modal-detailProduct .product-price .pro-percent {
    padding: 3px 10px;
    font-size: 10px; }
  .wrapper-quickview .modal-detailProduct .product-variants .select-swatch .swatch .title-swap {
    width: 28%;
    padding-left: 0; }
  .wrapper-quickview .modal-detailProduct .product-variants .select-swatch .swatch:first-child {
    margin-top: 0; }
  .wrapper-quickview .modal-detailProduct .product-variants .select-swatch .swatch:last-child {
    margin-bottom: 0; }
  .wrapper-quickview .modal-detailProduct .productDetail--content .product-actions {
    padding-top: 0;
    border-top: 0; }
  .wrapper-quickview .modal-detailProduct .productDetail--content .product-actions .quantity-title {
    margin-bottom: 0; }
  .wrapper-quickview .modal-detailProduct .productToolbar-addcart .product-actions .quantity-selector .qty-btn {
    height: 30px;
    line-height: 30px;
    width: 30px; }
  .wrapper-quickview .modal-detailProduct .productToolbar-addcart .product-actions .quantity-selector .qty-btn svg {
    width: 9px; }
  .wrapper-quickview .modal-detailProduct .productToolbar-addcart .product-actions .quantity-selector .quantity-number {
    height: 30px;
    line-height: 30px;
    width: 40px; } }

@media (max-width: 991px) {
  .modal-product-quickview .modal-dialog-centered {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: calc(100% - 50px);
    min-height: auto;
    max-height: calc(100% - 50px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    background-clip: padding-box;
    border-radius: 16px 16px 0 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px; }
  .modal-product-quickview .modal-dialog-centered .modal-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0;
    border: 0;
    border-radius: 16px 16px 0 0; }
  .modal-product-quickview .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 0 65px; }
  .modal-product-quickview.has-preorder .modal-body {
    padding-bottom: 0; }
  .modal-product-quickview.fade .modal-dialog {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease; }
  .modal-product-quickview.fade.show .modal-dialog {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .modal-product-quickview.fade.show .modal-dialog .modal-paramlink:before {
    -webkit-animation: widthAnimation 3s ease-in-out;
    animation: widthAnimation 3s ease-in-out; }
  .modal-product-quickview .productDetail--content {
    margin-top: 0; }
  .wrapper-quickview .modal-detailProduct .productDetail--gallery, .wrapper-quickview .modal-detailProduct .productDetail--content {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .wrapper-quickview .modal-detailProduct .productDetail--gallery {
    border-bottom: 1px solid var(--shop-color-border); }
  .wrapper-quickview .modal-detailProduct .quickview-sliderthumb {
    display: none !important; }
  .wrapper-quickview .modal-detailProduct .product-viewdetail {
    text-align: left;
    margin-top: 10px; }
  .wrapper-quickview .modal-detailProduct .product-viewaction {
    position: fixed;
    padding: 10px 15px 12px;
    margin: 0;
    border-top: 1px solid var(--shop-color-border);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: #ffffff; } }

/* Setting varian màu sắc */
/*.swatch .swatch-element.color label.tim {
font-size:0;background: #eb11eb;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.tim {background: #eb11eb;}
.swatch .swatch-element.color label.vang {
font-size:0;background: #ffff05;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.vang {background: #ffff05;}
.swatch .swatch-element.color label.cam {
font-size:0;background: #f54105;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.cam {background: #f54105;}
.swatch .swatch-element.color label.hong {
font-size:0;background: #f23895;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.hong {background: #f23895;}
.swatch .swatch-element.color label.den {
font-size:0;background: #000000;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.den {background: #000000;}
.swatch .swatch-element.color label.xam {
font-size:0;background: #cccaca;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.xam {background: #cccaca;}
.swatch .swatch-element.color label.trang {
font-size:0;background: #fffcfc;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.trang {background: #fffcfc;}
.swatch .swatch-element.color label.xanh-duong {
font-size:0;background: #1757eb;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.xanh-duong {background: #1757eb;}
.swatch .swatch-element.color label.xanh {
font-size:0;background: #099116;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.xanh {background: #099116;}
.swatch .swatch-element.color label.xanh-la {
font-size:0;background: #52ff52;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.xanh-la {background: #52ff52;}
.swatch .swatch-element.color label.do {
font-size:0;background: #ff0000;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.do {background: #ff0000;}
.swatch .swatch-element.color label.bac {
font-size:0;background: #cccaca;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.bac {background: #cccaca;}
.swatch .swatch-element.color label.nau {
font-size:0;background: #964B00;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.nau {background: #964B00;}
.swatch .swatch-element.color label.xanh-nhat {
font-size:0;background: #a2e5ff;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.xanh-nhat {background: #a2e5ff;}
.swatch .swatch-element.color label.blue-blue {
font-size:0;background: #0196ff;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.blue-blue {background: #0196ff;}
.swatch .swatch-element.color label.blue-grey {
font-size:0;background: #035080;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.blue-grey {background: #035080;}
.swatch .swatch-element.color label.vang-nhat {
font-size:0;background: #ffffa1;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.vang-nhat {background: #ffffa1;}
.swatch .swatch-element.color label.blue-black {
font-size:0;background: #022d44;border-radius:50%;
padding: 0;
min-width: 26px;
width: 26px;height: 26px;line-height: 26px;
background-image: none;
&.sd {box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;}
&.sd:before {content:none;}
&.sd:after {content:none;}
}
.variantColor .vrt-color span.blue-black {background: #022d44;}
*/
.select-swatch {
  /*.swatch:first-child{margin-top: 15px;}
	.swatch:last-child{border-bottom: 1px dotted #ebecf0;padding-bottom:15px;}*/
  /*.swatch .swatch-element.color label {overflow: hidden;}*/ }
  .select-swatch .swatch {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .select-swatch .swatch input {
    display: none; }
  .select-swatch .swatch .title-swap {
    min-width: 120px;
    font-weight: 600;
    margin-bottom: 5px; }
  .select-swatch .swatch .select-swap {
    width: 72%;
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  .select-swatch .swatch .title-swap strong {
    font-size: 85%;
    display: block;
    color: #4ea8cd;
    line-height: 1.1;
    padding-bottom: 3px; }
  .select-swatch .swatch .swatch-element {
    display: inline-block;
    margin: 0 8px 8px 0;
    border-radius: 3px;
    position: relative;
    vertical-align: bottom; }
    .select-swatch .swatch .swatch-element:not(.color) {
      overflow: hidden; }
  .select-swatch .swatch .swatch-element label {
    position: relative;
    display: block;
    margin: 0;
    padding: 7px 10px;
    min-width: 70px;
    font-size: 12px;
    font-weight: 500;
    color: var(--shop-color-title);
    background-color: #fff;
    border: 1px solid #bdbfbe;
    border-radius: 4px;
    text-align: center;
    cursor: pointer; }
  .select-swatch .swatch .swatch-element label span {
    display: block;
    padding: 0 10px;
    overflow: hidden; }
  .select-swatch .swatch .swatch-element.soldout {
    cursor: no-drop; }
  .select-swatch .swatch .swatch-element.soldout label {
    opacity: .5;
    cursor: no-drop;
    pointer-events: none; }
  .select-swatch .swatch .swatch-element.soldout label span:before, .select-swatch .swatch .swatch-element.soldout label span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    margin-top: 0;
    width: 100%;
    height: 1px;
    background: #bdbfbe; }
  .select-swatch .swatch .swatch-element.soldout label span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .select-swatch .swatch .swatch-element.soldout label span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .select-swatch .swatch .swatch-element label.sd:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -1px;
    top: -1px;
    border-style: solid;
    border-width: 0px 19px 19px 0px;
    border-color: transparent var(--shop-color-main) transparent transparent; }
  .select-swatch .swatch .swatch-element label.sd:after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    right: -1px;
    top: -1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fffff' d='M0 0h16c2.21 0 4 1.79 4 4v16L0 0z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124)'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M4.654 7.571L8.88 3.176c.22-.228.582-.235.81-.016.229.22.236.582.017.81L5.04 8.825c-.108.113-.258.176-.413.176-.176 0-.33-.076-.438-.203L2.136 6.37c-.205-.241-.175-.603.067-.808.242-.204.603-.174.808.068L4.654 7.57z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124) translate(7.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* NOTIFICATION PRODUCT */
.jGrowl.top-right {
  right: 0;
  top: 16%; }

.jGrowl .jGrowl-notification {
  position: relative;
  background: #ffffff;
  border: 0;
  opacity: 1;
  width: 270px;
  padding-left: 20px;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3); }

.jGrowl .jGrowl-notification:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(194, 2, 26, 0.04); }

.jGrowl-message .jGowl-text {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--shop-color-main); }

.jGrowl-message img {
  border: 1px solid #ececec; }

.jGrowl-message .jGrowl-note .jGrowl-title {
  font-size: 13px;
  color: var(--shop-color-text); }

.jGrowl-message .jGrowl-note ins {
  display: block;
  color: var(--shop-color-main); }

.jGrowl-message .col-md-8 {
  padding-left: 0; }

.jGrowl-notification .jGrowl-close {
  font-size: 0px;
  color: #ffffff;
  background-color: var(--shop-color-main);
  position: absolute;
  right: 6px;
  z-index: 99;
  border: none;
  float: right;
  font-weight: 700;
  cursor: pointer;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 14px;
  border-radius: 50%; }
  .jGrowl-notification .jGrowl-close:focus {
    outline: none; }

.jGrowl-notification .jGrowl-close:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: 0px;
  top: 0px;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M638.6,500l322.7-322.7c38.3-38.3,38.3-100.3,0-138.6C923,0.4,861,0.4,822.7,38.7L500,361.4L177.3,38.7C139,0.4,77,0.4,38.7,38.7C0.4,77,0.4,139,38.7,177.3L361.4,500L38.7,822.7C0.4,861,0.4,923,38.7,961.3C57.9,980.4,82.9,990,108,990s50.1-9.6,69.3-28.7L500,638.6l322.7,322.7c19.1,19.1,44.2,28.7,69.3,28.7c25.1,0,50.1-9.6,69.3-28.7c38.3-38.3,38.3-100.3,0-138.6L638.6,500z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.jGrowl .jGrowl-closer.ui-corner-all {
  display: none !important; }

/*==============Topbar===============*/
.topbar {
  border-bottom: 1px solid rgba(11, 35, 65, 0.1);
  font-size: 14px; }
  .topbar .topbar-left {
    display: flex;
    align-items: center;
    flex-flow: wrap; }
    .topbar .topbar-left .topbar-info {
      padding: 12px 20px;
      font-weight: 600;
      border-left: 1px solid rgba(11, 35, 65, 0.1); }
      .topbar .topbar-left .topbar-info:last-child {
        border-right: 1px solid rgba(11, 35, 65, 0.1); }
      .topbar .topbar-left .topbar-info a, .topbar .topbar-left .topbar-info p {
        display: flex;
        color: #0B2341; }
      .topbar .topbar-left .topbar-info a:hover {
        color: var(--shop-color-hover); }
      .topbar .topbar-left .topbar-info p {
        margin: 0; }
      .topbar .topbar-left .topbar-info i {
        color: #0B2341;
        font-size: 18px;
        margin-right: 8px; }
  .topbar .topbar-right {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-flow: wrap; }
    .topbar .topbar-right .topbar-social {
      display: flex;
      align-items: center;
      padding: 7px 0;
      border-left: 1px solid rgba(11, 35, 65, 0.1); }
      .topbar .topbar-right .topbar-social i {
        font-size: 18px;
        margin-top: 8px; }
      .topbar .topbar-right .topbar-social svg {
        width: 20px;
        height: 20px;
        margin-top: 3px;
        fill: currentColor; }
      .topbar .topbar-right .topbar-social .svg-shopee svg {
        margin-top: 1px; }
      .topbar .topbar-right .topbar-social li {
        padding: 0 12px;
        border-right: 1px solid rgba(11, 35, 65, 0.1);
        height: 30px;
        line-height: 30px;
        min-width: 45px;
        text-align: center; }
        .topbar .topbar-right .topbar-social li:last-child {
          border-right: none; }
    .topbar .topbar-right .header-wrap-action {
      border-left: 1px solid rgba(11, 35, 65, 0.1);
      border-right: 1px solid rgba(11, 35, 65, 0.1); }
  @media (max-width: 991px) {
    .topbar {
      position: relative; }
      .topbar .row > div {
        padding: 0;
        position: unset; }
      .topbar .topbar-left .topbar-info {
        padding: 12px 15px; }
        .topbar .topbar-left .topbar-info i {
          margin: 0; }
        .topbar .topbar-left .topbar-info span {
          display: none; }
        .topbar .topbar-left .topbar-info.active span {
          display: block;
          position: fixed;
          width: 100%;
          background: var(--shop-bg-header);
          left: 0;
          top: 0;
          height: 42px;
          line-height: 45px;
          text-align: center;
          z-index: 2; }
      .topbar .topbar-right .topbar-social {
        display: none; } }

/*==============END Topbar===============*/
/*========Header========*/
.mainHeader {
  width: 100%;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  box-shadow: 0 2px 40px rgba(15, 15, 15, 0.05);
  background: var(--shop-bg-header);
  color: var(--shop-color-header);
  /*a{
	color: var(--shop-color-header);
	&:hover{
	color: var(--shop-color-hover);
}
}*/
  /*.header-wrap-right{display: flex;align-items: center;gap: 0 30px;justify-content: end;}*/ }
  .mainHeader .flex-container-header {
    margin: 0 -10px;
    padding: 8px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .mainHeader .flex-container-header > [class*='header-wrap-'] {
      padding: 0px 10px; }
  .mainHeader .header-wrap-logo, .mainHeader .header-wrap-contact {
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%; }
  .mainHeader .header-wrap-contact {
    text-align: right; }
    .mainHeader .header-wrap-contact .btn-more {
      display: inline-flex; }
    .mainHeader .header-wrap-contact a span {
      font-size: 12px;
      font-weight: 600;
      border-bottom: 1px solid; }
  .mainHeader .header-wrap-menu {
    flex: 1; }
    .mainHeader .header-wrap-menu .navbar-mainmenu {
      text-align: center;
      position: relative; }
    .mainHeader .header-wrap-menu .menuList-main {
      margin: 0; }
      .mainHeader .header-wrap-menu .menuList-main > li {
        display: inline-block;
        margin: 0 10px;
        position: relative;
        /*&:hover>a{
				&:before{
				-ms-transition: all .4s ease;
				-o-transition: all .4s ease;
				-moz-transition: all .4s ease;
				-webkit-transition: all .4s ease;
				transition: all .4s ease;
				transform: scale(1);
			}
			}*/ }
        .mainHeader .header-wrap-menu .menuList-main > li > a {
          position: relative;
          z-index: 2;
          display: block;
          width: 100%;
          letter-spacing: 0.75px;
          font-weight: 600;
          font-size: 16px;
          padding: 22px 5px;
          -webkit-transition: none;
          transition: none;
          color: var(--shop-color-header);
          /*&:before{
					content: "";
					bottom: 12px;
					width: 5px;
					height: 5px;
					background-color: var(--shop-color-hover);
					position: absolute;
					border-radius: 100%;
					margin: 0 auto;
					left: 0;
					right: 0;
					-ms-transition: all .4s ease;
					-o-transition: all .4s ease;
					-moz-transition: all .4s ease;
					-webkit-transition: all .4s ease;
					transition: all .4s ease;
					transform: scale(0);
				}*/ }
          .mainHeader .header-wrap-menu .menuList-main > li > a svg {
            display: inline-block;
            vertical-align: middle;
            margin-left: 0;
            -webkit-transition: transform .2s;
            -moz-transition: transform .2s;
            -o-transition: transform .2s;
            transition: transform .2s;
            fill: currentColor; }
        .mainHeader .header-wrap-menu .menuList-main > li.active > a, .mainHeader .header-wrap-menu .menuList-main > li:hover > a, .mainHeader .header-wrap-menu .menuList-main > li.active:hover > a {
          color: var(--shop-color-hover); }
      .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain {
        background: #fff;
        min-width: 230px;
        max-width: 180%;
        padding: 12px 0;
        position: absolute;
        z-index: 99;
        top: 150%;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain ul.menuList-submain {
        left: 100%;
        top: 0; }
      .mainHeader .header-wrap-menu .menuList-main li.has-submenu:hover > .menuList-submain {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth {
        position: initial; }
        .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .multicolumn {
          padding: 25px;
          left: 0;
          right: 0;
          max-height: 75vh;
          overflow-x: hidden;
          overflow-y: auto; }
        .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .multicolumn-container {
          max-width: calc(2400px + 80px * 2);
          margin-left: auto;
          margin-right: auto;
          display: flex;
          justify-content: space-between;
          align-items: start; }
        .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu {
          flex: 0 0 auto;
          width: 70%;
          gap: 20px;
          justify-content: space-between; }
        .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu.subchildmenu-full {
          width: 70%; }
        .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu li a {
          padding: 3px 0; }
        .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .menuBanner {
          width: 30%;
          padding-left: 15px; }
        .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item {
          text-align: left;
          margin-bottom: 10px; }
        .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item > a {
          font-weight: 600;
          padding-bottom: 15px;
          /*margin-bottom: 20px;*/
          border-bottom: 1px solid #ccc;
          display: block; }
        @media (min-width: 992px) {
          .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item {
            -ms-flex: 0 0 calc(100%/2 - 10px);
            flex: 0 0 calc(100%/2 - 10px);
            max-width: calc(100%/2 - 10px); }
            .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item .subchildmenu-item li {
              margin-bottom: 10px; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .mainHeader .header-wrap-menu .menuList-main > li > a {
          font-size: 13px; } }
    .mainHeader .header-wrap-menu .menuList-submain {
      /*li:not(:first-child){	border-top: 1px solid #ecf0f1}*/ }
      .mainHeader .header-wrap-menu .menuList-submain li {
        position: relative; }
        .mainHeader .header-wrap-menu .menuList-submain li a {
          padding: 5px 22px;
          text-align: left;
          display: block;
          font-weight: 500;
          color: var(--shop-color-text); }
        .mainHeader .header-wrap-menu .menuList-submain li a svg {
          width: 15px;
          position: absolute;
          right: 15px;
          top: 50%;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: right 0.3s ease-in-out;
          -ms-transition: right 0.3s ease-in-out;
          transition: right 0.3s ease-in-out; }
        .mainHeader .header-wrap-menu .menuList-submain li a:hover svg {
          right: 10px;
          opacity: 0.8; }
      .mainHeader .header-wrap-menu .menuList-submain li.has-submenu {
        padding-right: 30px; }
      .mainHeader .header-wrap-menu .menuList-submain li a:hover, .mainHeader .header-wrap-menu .menuList-submain li a:hover i {
        color: var(--shop-color-main); }
  .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    color: var(--shop-color-header);
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .mainHeader .header-wrap-action .header-action {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
    .mainHeader .header-wrap-action .header-action .header-action-item {
      margin-left: 0;
      align-self: center;
      padding: 0 10px;
      border-right: 1px solid rgba(11, 35, 65, 0.1); }
      .mainHeader .header-wrap-action .header-action .header-action-item:last-child {
        border: none; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text {
        position: relative;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
        position: absolute;
        width: 24px;
        height: 15px;
        top: 100%;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle svg {
        -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
        filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link {
        position: relative;
        display: block;
        font-size: 13px;
        color: var(--shop-color-header);
        white-space: nowrap; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon,
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
        display: inline-block;
        vertical-align: middle; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
        padding-left: 2px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
        font-size: 11px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtbl {
        font-size: 13px;
        display: block;
        font-weight: 500; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
        max-width: 115px;
        overflow: hidden; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .fa {
        display: inline-block;
        font-size: 16px;
        vertical-align: middle;
        margin-left: 3px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
        position: relative;
        width: 32px;
        height: 30px;
        text-align: center; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
        width: 20px;
        height: 30px;
        fill: currentColor; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
        width: 20px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
        width: 18px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.3);
        transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
          width: 18px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
        display: inline-block;
        vertical-align: top;
        background: var(--shop-color-header);
        color: var(--shop-bg-header);
        font-size: 11px;
        text-align: center;
        position: absolute;
        left: 20px;
        top: -4px;
        padding: 0px 3px;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 50%; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link:hover svg.svg-ico-search {
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
        position: absolute;
        top: calc(100% + 15px);
        left: auto;
        right: -15px;
        z-index: 990;
        min-width: 280px;
        border-radius: 3px;
        color: #677279;
        background: #fff;
        border: solid 1px #dfe3e8;
        box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
        will-change: transform; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .box-triangle {
          position: absolute;
          bottom: calc(100% - 2px);
          margin: 0 auto;
          width: 22px;
          height: 15px;
          right: 19px; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .box-triangle svg {
          -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
          width: 100%;
          height: 100%;
          max-height: 100%;
          overflow: hidden;
          padding: 15px 20px; }
          .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
            font-size: 18px;
            color: var(--shop-color-title);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin: 0;
            font-weight: 500;
            padding-bottom: 8px;
            text-align: center;
            border-bottom: 1px solid var(--shop-color-border); }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown .box-triangle {
        right: 58px; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown .box-triangle {
        right: 98px; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart {
        padding-left: 10px;
        position: relative; }
    .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .box-triangle {
      visibility: visible;
      opacity: 1; }
    .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_dropdown {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1); }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
      visibility: visible; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays:before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh;
      width: 100%;
      background: #000;
      opacity: 0.7;
      z-index: 100;
      margin: auto; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
      z-index: 101; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink {
    display: none; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink a {
    margin-right: 0px;
    width: 20px;
    line-height: 32px;
    color: #fff;
    height: 35px;
    display: block;
    font-size: 28px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
    right: initial;
    left: 16px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
    width: 25px; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
      width: 25px;
      height: 35px;
      cursor: pointer;
      display: block;
      position: relative; }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar, .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after, .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
        height: 1px;
        background: var(--shop-color-header); }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
        position: relative;
        top: 16px;
        display: block;
        margin: auto;
        width: 25px;
        -ms-transition: all 0ms 100ms, width 150ms linear;
        -webkit-transition: all 0ms 100ms, width 150ms linear;
        transition: all 0ms 100ms, width 150ms linear;
        -ms-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px); }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 7px;
        width: 25px;
        -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 25px;
        -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
      height: 35px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu.js-action-show .hamburger-menu {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .mainHeader .header-menu-desktop .wrap-logo-sticky {
    display: none; }
  .mainHeader .header-navbar-menu .header-wrap-menu {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .mainHeader .header-wrap-menu-desktop {
    display: flex;
    align-items: center;
    gap: 30px; }
    .mainHeader .header-wrap-menu-desktop .header-hotline a {
      color: var(--shop-color-header);
      font-size: 16px;
      font-weight: 600; }
  @media (min-width: 1200px) {
    .mainHeader {
      position: relative;
      /*&:not(.hSticky) {
		.header-wrap-action .header-action .header-action-item.header-action_locale .header-action_dropdown {left:-50%;right:auto;}
	}*/ }
      .mainHeader .header-wrap-menu ul.menuList-primary > li > a {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1200px) and (max-width: 1366px) {
    .mainHeader .header-wrap-menu-desktop {
      gap: 20px; }
      .mainHeader .header-wrap-menu-desktop .header-action .btn-contact {
        padding: 10px 25px;
        font-size: 14px; }
    .mainHeader .header-wrap-menu .menuList-main > li > a, .mainHeader .header-wrap-menu-desktop .header-hotline a {
      font-size: 14px; } }
  @media (min-width: 992px) {
    .mainHeader .header-wrap-logo a img {
      max-width: 210px;
      max-height: 70px; }
    .mainHeader .header-wrap-logo .wrap-logo,
    .mainHeader .header-wrap-logo.wrap-logo-sticky .wrap-logo {
      min-width: 100px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_dropdown {
      width: 420px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown {
      width: 420px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown {
      width: 340px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_dropdown {
      width: 420px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown.header-action_widthAuto {
      width: auto;
      min-width: 260px; }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse {
      border-radius: 50%;
      height: 6px;
      width: 6px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 4px;
      opacity: 1;
      margin: 0 auto;
      transform: rotateX(55deg); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse:after {
        content: "";
        border-radius: 50%;
        height: 25px;
        width: 25px;
        position: absolute;
        margin: -8px 0 0 -12px;
        animation: pulsate 1s ease-out;
        animation-iteration-count: infinite;
        opacity: 0;
        animation-delay: 1.1s; }
    .mainHeader .header-wrap-info li:nth-child(2) {
      margin-left: 15px; }
    .mainHeader .header-wrap-info li svg {
      width: 22px;
      height: 22px;
      transform: translateY(-2px); } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .mainHeader .container {
      width: auto; }
    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
      font-size: 26px; }
    .mainHeader .header-wrap-logo a img {
      max-width: 200px;
      max-height: 70px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
      font-size: 10px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
      font-size: 12px; } }
  @media (max-width: 991px) {
    .mainHeader .header-wrap-iconav, .mainHeader .header-wrap-contact {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .mainHeader .mainHeader-middle {
      position: relative; }
    .mainHeader .mainHeader-middle .container {
      width: auto; }
    .mainHeader .flex-container-header {
      margin: 0; }
      .mainHeader .flex-container-header > [class*='header-wrap-'] {
        position: initial;
        padding: 0; }
      .mainHeader .flex-container-header .header-wrap-right {
        flex: 0 0 85px; }
      .mainHeader .flex-container-header .header-wrap-iconav .header-action {
        justify-content: start;
        -webkit-justify-content: start; }
    .mainHeader .header-wrap-logo {
      text-align: center;
      max-width: calc(100% - 140px); }
    .mainHeader .header-wrap-action:not(.header-wrap-iconav) {
      justify-content: end; }
    .mainHeader .header-wrap-action .header-action {
      position: initial;
      gap: 0;
      /*.header-action-item.header-action_cart {display: none;}*/ }
      .mainHeader .header-wrap-action .header-action .header-action-item {
        position: initial;
        margin-left: 0px;
        padding: 6px 10px; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
          top: calc(100% - 5px); }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
          display: none; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
          right: 0;
          left: 0;
          top: 100%;
          width: 100vw;
          height: 100vh; }
        .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
          opacity: 1;
          visibility: visible;
          -webkit-transform: scale(1);
          transform: scale(1); }
        .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon > svg,
        .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .count-holder {
          opacity: 0;
          visibility: visible;
          -webkit-transform: scale(1);
          transform: scale(1); }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
        padding: 0 0px 80px; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown {
        right: 0;
        left: 0px;
        top: 100%;
        width: 100vw;
        height: 100vh; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
        overflow: auto;
        padding-bottom: 120px;
        -webkit-overflow-scrolling: touch; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart.show-mb {
        display: block; }
    .mainHeader .header-wrap-menu-desktop {
      display: none; } }
  @media (max-width: 992px) and (min-width: 768px) {
    .mainHeader .header-wrap-logo a img {
      max-height: 65px; }
    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
      font-size: 26px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action__link .box-text {
      padding: 3px 10px; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .mainHeader .header-wrap-logo a img {
      max-height: 60px; }
    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
      font-size: 20px; }
    .mainHeader .header-wrap-logo .wrap-logo a {
      transition: none;
      word-wrap: break-word;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      max-width: 180px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_text .box-triangle {
      top: calc(100% - 5px); }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
      max-width: 90px;
      vertical-align: initial; }
    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
      font-size: 8px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw .fa {
      font-size: 10px;
      margin-left: 1px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
      font-size: 10px; }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
      overflow: auto;
      padding-bottom: 180px;
      -webkit-overflow-scrolling: touch; }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
      width: 18px; }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
      width: 18px; }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
      width: 18px; }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
      width: 18px; }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
      width: 28px; }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
      min-width: 16px;
      height: 16px;
      line-height: 16px;
      left: 12px;
      top: 1px; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item {
      padding: 0; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu {
      margin-right: 0; } }

.mainHeader.mainHeader_temp02 {
  /*.header-wrap-action .header-action .header-action-item.locationContainer .header-action__link .box-text {background: #ffffff;}*/ }
  .mainHeader.mainHeader_temp02 .header-wrap-search {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto; }
    .mainHeader.mainHeader_temp02 .header-wrap-search .wpo-wrapper-search {
      position: relative; }
    .mainHeader.mainHeader_temp02 .header-wrap-search .searchform {
      display: flex;
      align-items: center; }
      .mainHeader.mainHeader_temp02 .header-wrap-search .searchform .wpo-search-inner {
        flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto; }
      .mainHeader.mainHeader_temp02 .header-wrap-search .searchform input {
        border: none;
        outline: none;
        border-radius: 40px 0 0 40px;
        width: 100%;
        height: 46px;
        padding: 0 20px; }
      .mainHeader.mainHeader_temp02 .header-wrap-search .searchform button {
        background: #cf3424;
        color: #fff;
        width: 60px;
        height: 46px;
        border-radius: 0 40px 40px 0; }
        .mainHeader.mainHeader_temp02 .header-wrap-search .searchform button svg {
          width: 18px;
          height: 18px;
          fill: currentColor; }
  .mainHeader.mainHeader_temp02 .header-wrap-search {
    margin-left: auto; }
    .mainHeader.mainHeader_temp02 .header-wrap-search .searchform-product {
      position: relative;
      z-index: 99; }
    .mainHeader.mainHeader_temp02 .header-wrap-search .searchform-product .input-search {
      padding: 9px 9px 9px 40px;
      width: 100%;
      background: #f7f7f7;
      border: 1px solid transparent;
      font-size: 12px;
      font-weight: 500;
      margin: 0;
      display: inline-block;
      border-radius: 0px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      -webkit-transition: all 150ms linear;
      transition: all 150ms linear; }
    .mainHeader.mainHeader_temp02 .header-wrap-search .searchform-product .btn-search {
      position: absolute;
      padding: 0;
      top: 0px;
      bottom: 0;
      left: 0;
      border: 0;
      opacity: .5;
      width: 40px;
      background: transparent;
      transition: opacity 150ms linear; }
    .mainHeader.mainHeader_temp02 .header-wrap-search .searchform-product .btn-search svg {
      width: 16px;
      height: 38px;
      display: block;
      margin: auto;
      fill: #000; }
    .mainHeader.mainHeader_temp02 .header-wrap-search .searchform-product .input-search:focus {
      outline: none; }
    .mainHeader.mainHeader_temp02 .header-wrap-search .smart-search-wrapper {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 80;
      background: #fff;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
      padding-left: 15px;
      padding-right: 15px; }
    .mainHeader.mainHeader_temp02 .header-wrap-search .search-box {
      border-radius: 4px; }
  .mainHeader.mainHeader_temp02 .header-wrap-action .header-action_search .header-action_dropdown .sitenav-content .boxtitle {
    border-bottom: 0; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .mainHeader.mainHeader_temp02 .header-action-item.header-wrap-search {
      display: none; } }
  @media (min-width: 992px) {
    .mainHeader.mainHeader_temp02 .flex-container-header {
      -webkit-align-items: center;
      align-items: center; }
    .mainHeader.mainHeader_temp02 .header-wrap-menu {
      padding-left: 0px;
      padding-right: 0; }
      .mainHeader.mainHeader_temp02 .header-wrap-menu .navbar-mainmenu {
        height: 100%; }
      .mainHeader.mainHeader_temp02 .header-wrap-menu .menuList-main {
        height: 100%;
        display: -webkit-flex;
        display: flex;
        -ms-justify-content: center;
        justify-content: center; }
      .mainHeader.mainHeader_temp02 .header-wrap-menu .menuList-main > li {
        display: -webkit-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center; }
      .mainHeader.mainHeader_temp02 .header-wrap-menu ul.menuList-primary > li {
        margin: 0 10px; }
    .mainHeader.mainHeader_temp02 .header-wrap-logo, .mainHeader.mainHeader_temp02 .header-wrap-action {
      -ms-align-self: center;
      align-self: center; }
    .mainHeader.mainHeader_temp02 .header-wrap-action {
      padding: 7px 0px;
      display: flex;
      align-items: center;
      justify-content: end; }
    .mainHeader.mainHeader_temp02 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse {
      background: #000000; }
    .mainHeader.mainHeader_temp02 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse:after {
      box-shadow: 0 0 1px 2px #000000; }
    .mainHeader.mainHeader_temp02 .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_text {
      padding: 0 5px;
      background: #ffffff;
      border-radius: 5px; } }
  @media (max-width: 991px) {
    .mainHeader.mainHeader_temp02 .header-wrap-logo {
      padding-left: 0;
      padding-right: 0;
      flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      text-align: center; }
    .mainHeader.mainHeader_temp02 .header-top .header-wrap-search {
      display: none; } }

.mainHeader--height {
  position: relative;
  z-index: 1; }
  .mainHeader--height.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999 !important;
    animation: smoothScroll 0.8s forwards;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); }
    .mainHeader--height.fixed-header .topbar {
      display: none; }

@keyframes smoothScroll {
  0% {
    transform: translateY(-90px); }
  100% {
    transform: translateY(0px); } }

.header-action {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }
  .header-action .header-action-item {
    margin-left: 10px;
    align-self: center; }
    .header-action .header-action-item .header-action_text {
      position: relative;
      height: 100%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .header-action .header-action-item .header-action_text .box-triangle {
      position: absolute;
      width: 24px;
      height: 15px;
      top: 100%;
      z-index: 999;
      visibility: hidden;
      opacity: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .header-action .header-action-item .header-action_text .box-triangle svg {
      -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
      filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
    .header-action .header-action-item .header-action_text .header-action__link {
      position: relative;
      display: block;
      font-size: 13px;
      color: var(--shop-color-text);
      white-space: nowrap; }
    .header-action .header-action-item .header-action_text .header-action__link .box-icon,
    .header-action .header-action-item .header-action_text .header-action__link .box-text {
      display: inline-block;
      vertical-align: middle; }
    .header-action .header-action-item .header-action_text .header-action__link .box-text {
      padding-left: 2px; }
    .header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
      font-size: 11px; }
    .header-action .header-action-item .header-action_text .header-action__link .box-text .txtbl {
      font-size: 13px;
      display: block;
      font-weight: 500; }
    .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
      white-space: nowrap;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: middle;
      max-width: 115px;
      overflow: hidden; }
    .header-action .header-action-item .header-action_text .header-action__link .box-text .fa {
      display: inline-block;
      font-size: 16px;
      vertical-align: middle;
      margin-left: 3px; }
    .header-action .header-action-item .header-action_text .header-action__link .box-icon {
      position: relative;
      width: 32px;
      height: 40px;
      text-align: center; }
    .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
      width: 22px;
      height: 40px;
      fill: currentColor; }
    .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
      width: 22px; }
    .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
      width: 20px; }
    .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transform: scale(0.3);
      transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
      .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
        width: 18px; }
    .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
      display: inline-block;
      vertical-align: top;
      background: #ff0000;
      color: #fff;
      font-size: 11px;
      text-align: center;
      position: absolute;
      left: 16px;
      top: -1px;
      padding: 0px 3px;
      min-width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%; }
    .header-action .header-action-item .header-action_text .header-action__link:hover svg.svg-ico-search {
      -ms-transform: rotate(-5deg);
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg); }
    .header-action .header-action-item .header-action_dropdown {
      position: absolute;
      top: calc(100% + 15px);
      left: auto;
      right: -15px;
      z-index: 990;
      min-width: 280px;
      border-radius: 3px;
      color: #677279;
      background: #fff;
      border: solid 1px #dfe3e8;
      box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
      transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
      will-change: transform; }
      .header-action .header-action-item .header-action_dropdown .box-triangle {
        position: absolute;
        bottom: calc(100% - 2px);
        margin: 0 auto;
        width: 22px;
        height: 15px;
        right: 19px; }
      .header-action .header-action-item .header-action_dropdown .box-triangle svg {
        -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
        filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
      .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        padding: 15px 20px; }
        .header-action .header-action-item .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
          font-size: 18px;
          color: var(--shop-color-title);
          text-transform: uppercase;
          letter-spacing: 0.5px;
          margin: 0;
          font-weight: 500;
          padding-bottom: 8px;
          text-align: center;
          border-bottom: 1px solid var(--shop-color-border); }
    .header-action .header-action-item.header-action_account .header-action_dropdown .box-triangle {
      right: 58px; }
    .header-action .header-action-item.header-action_search .header-action_dropdown .box-triangle {
      right: 98px; }
  .header-action .header-action-item.js-action-show .header-action_text .box-triangle {
    visibility: visible;
    opacity: 1; }
  .header-action .header-action-item.js-action-show .header-action_dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1); }
  .header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
    visibility: visible; }
  .header-action .header-action-item.header-action_locale.js-action-show .overlays:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 100;
    margin: auto; }
  .header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
    z-index: 101; }

.header-search-mobile {
  position: relative;
  display: none;
  padding: 5px 10px;
  background: #fff; }
  .header-search-mobile .searchform-mobile {
    position: relative; }
    .header-search-mobile .searchform-mobile input.input-search {
      width: 100%;
      padding: 7px 40px 7px 15px;
      margin: 0;
      border-radius: 30px;
      border: 1px solid #eaeaea;
      background: #fff;
      color: #252a2b;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none; }
      .header-search-mobile .searchform-mobile input.input-search:focus {
        outline: none;
        background: #fff; }
    .header-search-mobile .searchform-mobile .btn-search {
      width: 40px;
      height: 36px;
      line-height: 36px;
      border: 0;
      outline: none;
      box-shadow: none;
      position: absolute;
      padding: 0;
      top: 0px;
      right: 0px;
      background: transparent; }
      .header-search-mobile .searchform-mobile .btn-search svg {
        width: 15px;
        height: 36px;
        line-height: 36px;
        vertical-align: inherit;
        opacity: 0.6; }
      .header-search-mobile .searchform-mobile .btn-search span.search-close svg {
        fill: var(--shop-color-main);
        width: 20px; }
    .header-search-mobile .searchform-mobile .btn-search span.search-icon {
      display: block;
      height: 100%; }
    .header-search-mobile .searchform-mobile .btn-search span.search-close {
      display: none; }
    .header-search-mobile .searchform-mobile.expanded .btn-search span.search-icon {
      display: none; }
    .header-search-mobile .searchform-mobile.expanded .btn-search span.search-close {
      display: block;
      height: 100%; }
  .header-search-mobile .smart-search-wrapper {
    position: absolute;
    right: 0px;
    left: 0px;
    z-index: 100;
    top: calc(100% + 0px);
    width: initial;
    background: #fff;
    padding: 0 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    z-index: 999; }
  @media (max-width: 991px) {
    .header-search-mobile {
      display: block; } }

.smart-search-wrapper {
  width: 100%;
  background: #fff;
  color: var(--shop-color-text); }

.smart-search-wrapper .item-ult {
  padding: 12px 0;
  border-bottom: 1px dotted #dfe0e1;
  clear: both;
  width: 100%;
  float: left; }

.smart-search-wrapper .item-ult .thumbs {
  width: 40px;
  display: inline-block;
  text-align: right; }

.smart-search-wrapper .item-ult .title {
  width: calc(100% - 40px);
  padding-right: 5px;
  float: left;
  line-height: 20px;
  position: relative;
  margin-top: 0px !important; }

.smart-search-wrapper .item-ult .title a {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  float: left;
  width: 100%;
  margin: 10px 0 5px; }

.smart-search-wrapper .item-ult .title p {
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
  float: left;
  margin: 0; }

.smart-search-wrapper .item-ult .title p del {
  font-size: 11px;
  font-weight: 400;
  margin-left: 7px;
  color: #797979; }

.smart-search-wrapper .resultsMore {
  width: 100%;
  float: left; }

.smart-search-wrapper .resultsMore a {
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 10px 0; }

.smart-search-wrapper .dataEmpty {
  text-align: center;
  padding: 20px 0; }

/*== CART MINI MOBILE ==*/
.siteCart-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent; }
  .siteCart-mobile__dialog {
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.35s ease,bottom 0.25s ease, visibility 0s;
    transition: transform 0.35s ease,bottom 0.25s ease, visibility 0s;
    border-radius: 16px 16px 0 0;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
    display: flex;
    flex-direction: column; }
  .siteCart-mobile__content {
    height: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .siteCart-mobile__header {
    padding: 0 8px;
    cursor: pointer;
    border-bottom: 1px solid #dee2e6;
    background: #ff0000;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .siteCart-mobile__header .boxinfo {
      padding: 12px 8px;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .siteCart-mobile__header .boxinfo:nth-child(2) {
        font-weight: 600;
        text-align: center; }
      .siteCart-mobile__header .boxinfo:nth-child(3) {
        text-align: right; }
  .siteCart-mobile__body {
    position: relative;
    overflow: hidden;
    visibility: hidden;
    background: #ffffff;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .siteCart-mobile__body .sitenav-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: hidden; }
    .siteCart-mobile__body .sitenav-content__title {
      display: none; }
    .siteCart-mobile__body .cart-view {
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -ms-flex-direction: column;
      flex-direction: column; }
      .siteCart-mobile__body .cart-view-scroll {
        padding: 0 15px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; }
        .siteCart-mobile__body .cart-view-scroll .mini-cart__empty td {
          padding-top: 20px;
          padding-bottom: 20px; }
        .siteCart-mobile__body .cart-view-scroll .mini-cart__item {
          background: #ffffff; }
      .siteCart-mobile__body .cart-view-line {
        margin-top: auto;
        position: relative;
        z-index: 1; }
      .siteCart-mobile__body .cart-view-total {
        padding: 0 12px 05px; }
        .siteCart-mobile__body .cart-view-total .mini-cart__button .mnc-cta {
          flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          max-width: 100%; }
        .siteCart-mobile__body .cart-view-total .mini-cart__button .mnc-cta:last-child {
          display: none; }
  .siteCart-mobile__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }

.siteCart-mobile > .siteCart-mobile__header {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(0); }

.siteCart-mobile.show-cart {
  top: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.siteCart-mobile.show-cart > .siteCart-mobile__header {
  display: none; }

.siteCart-mobile.show-cart .boxtitle {
  display: none; }

.siteCart-mobile.show-cart .siteCart-mobile__dialog {
  bottom: 0;
  max-height: calc(100% - 60px);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.siteCart-mobile .siteCart-mobile__dialog .siteCart-mobile__header {
  visibility: hidden; }

.siteCart-mobile.show-cart .siteCart-mobile__dialog .siteCart-mobile__header {
  visibility: visible;
  -webkit-transition: visibility 0.5s ease;
  transition: visibility 0.5s ease; }

.siteCart-mobile.show-cart .siteCart-mobile__dialog .siteCart-mobile__body {
  visibility: visible; }

.siteCart-mobile.show-cart .siteCart-mobile__header {
  border-radius: 16px 16px 0 0;
  -webkit-transition: visibility 0s ease;
  transition: visibility 0s ease; }

.siteCart-mobile.show-cart .siteCart-mobile__header:before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -14px;
  width: 48px;
  height: 6px;
  border-radius: 3px;
  background: #ffffff; }

.siteCart-mobile.show-cart .siteCart-mobile__overlay {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

@media (max-width: 991px) {
  .siteCart-mobile {
    display: block; }
  body.body-showcart {
    overflow: hidden; }
  .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_dropdown,
  .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .box-triangle {
    display: none !important; }
  body:not(.mainBody-mbcart) .siteCart-mobile {
    display: block; }
  /*body:not(.mainBody-mbcart) .siteCart-mobile > .siteCart-mobile__header,
	body.mainBody-mbcart.template-page .siteCart-mobile > .siteCart-mobile__header{display:none}*/
  body:not(.mainBody-mbcart) .siteCart-mobile > .siteCart-mobile__header {
    display: none; }
  /*body.mainBody-mbcart.template-page .mainFooter{padding-bottom: 0;}*/
  body.mainBody-mbcart.template-cart .mainFooter {
    padding-bottom: 56px; }
  body:not(.mainBody-mbcart).template-cart .wrapper-mainCart .order-summary-block .summary-button {
    position: relative; }
  .mainFooter-product {
    padding-bottom: 54px; }
  body.mainBody-mbcart .mainFooter.mainFooter-product {
    padding-bottom: 56px; }
  .productDetail-toolbar {
    border-top: 1px solid var(--shop-color-border);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    background: #fff;
    margin: auto;
    padding: 5px 0px 8px;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease; }
  .mainBody-product.scroll-down .actionToolbar_product {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  body.mainBody-mbcart .mainBody-product + .siteCart-mobile:not(.show-cart) {
    opacity: 0;
    visibility: hidden; }
  body.mainBody-mbcart .mainBody-product.scroll-down + .siteCart-mobile {
    opacity: 1;
    visibility: visible; }
  body.mainBody-mbcart .mainBody-product.scroll-down .productDetail-toolbar {
    padding-bottom: 55px; }
  /* cart */ }

/*========END Header========*/
/*========Footer========*/
footer {
  background: #0f0f0f;
  color: rgba(255, 255, 255, 0.8); }
  footer .logo-footer {
    max-width: 160px;
    margin-top: 20px; }
  footer a {
    color: rgba(255, 255, 255, 0.8); }
    footer a:hover {
      color: var(--shop-color-hover); }
  footer .widget-footer .title-footer, footer .widget-footer .fter-title {
    position: relative;
    margin-bottom: 30px;
    padding: 15px 0;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px; }
    @media (max-width: 991px) {
      footer .widget-footer .title-footer, footer .widget-footer .fter-title {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
        margin: 0px; }
        footer .widget-footer .title-footer:not(.fter-title, .fter-title):before, footer .widget-footer .fter-title:not(.fter-title, .fter-title):before {
          content: "\f107";
          font-family: "FontAwesome";
          position: absolute;
          top: 12px;
          right: 10px;
          text-align: center;
          font-size: 22px;
          transition: all 0.4s ease-in-out 0s;
          -moz-transition: all 0.4s ease-in-out 0s;
          -o-transition: all 0.4s ease-in-out 0s;
          -webkit-transition: all 0.4s ease-in-out 0s;
          -ms-transition: all 0.4s ease-in-out 0s; }
        footer .widget-footer .title-footer.opened, footer .widget-footer .fter-title.opened {
          font-weight: 700; }
        footer .widget-footer .title-footer.opened:before, footer .widget-footer .fter-title.opened:before {
          -moz-transform: rotate(-180deg);
          -webkit-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); } }
  footer .widget-footer:last-child .title-footer {
    border: none; }
  footer .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0; }
    footer .footer-top .footerNav-link, footer .footer-top .footerNav-social {
      display: flex;
      flex-flow: wrap;
      gap: 25px; }
    footer .footer-top .footerNav-social {
      justify-content: end; }
      footer .footer-top .footerNav-social svg {
        width: 20px;
        height: 20px;
        fill: currentColor;
        margin-top: -5px; }
      footer .footer-top .footerNav-social .svg-shopee svg {
        margin-top: -7px; }
  footer .footer-center {
    padding: 50px 0; }
    footer .footer-center .footerNav-link li {
      margin-bottom: 10px; }
      footer .footer-center .footerNav-link li:last-child {
        margin: 0; }
    footer .footer-center .address-footer ul li {
      margin-bottom: 10px; }
      footer .footer-center .address-footer ul li:last-child {
        margin: 0; }
  footer .footer-copyright {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    footer .footer-copyright p {
      margin: 0; }
  @media (min-width: 1200px) {
    footer.footer_fixed {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: -1; } }
  @media (max-width: 991px) {
    footer.has-toolbar {
      padding-bottom: 55px; }
    footer .block-collapse {
      display: none;
      padding-top: 15px; }
    footer .footer-top .footerNav-link, footer .footer-top .footerNav-social {
      gap: 15px 20px;
      justify-content: center; }
    footer .footer-top .footerNav-social {
      margin-top: 15px; }
    footer .footer-center {
      padding: 30px; } }

/*========END Footer========*/
/*========Article loop========*/
.item-article {
  padding: 15px;
  background: #fff;
  transition: all 0.3s; }
  .item-article .info-article {
    padding: 20px 10px 10px 10px; }
    .item-article .info-article .title-article h4 {
      font-size: 19px; }
    .item-article .info-article .view-article a {
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 10px; }
      .item-article .info-article .view-article a i {
        transition: all 0.3s;
        color: var(--shop-color-text); }
      .item-article .info-article .view-article a:hover i {
        -webkit-transform: translateX(5px);
        transform: translateX(5px); }
  @media (max-width: 767px) {
    .item-article .info-article .title-article h4 {
      font-size: 18px; } }

/*========END Article loop========*/
/*======Product loop small=====*/
.product-loop-small {
  padding: 0;
  margin-bottom: 30px; }
  .product-loop-small .product-inner {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 15px; }
    .product-loop-small .product-inner .proloop-image {
      padding: 0;
      flex: 0 0 85px;
      border-radius: 50px; }
      .product-loop-small .product-inner .proloop-image .product--image img {
        border-radius: 50px; }
    .product-loop-small .product-inner .proloop-detail {
      padding: 0;
      flex: auto; }
      .product-loop-small .product-inner .proloop-detail .detail-title {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: start; }
        .product-loop-small .product-inner .proloop-detail .detail-title h3 {
          margin: 0;
          font-size: 18px;
          font-weight: 600; }
        .product-loop-small .product-inner .proloop-detail .detail-title .wrapper-action-loop {
          margin-top: 0 !important;
          text-align: right; }
          .product-loop-small .product-inner .proloop-detail .detail-title .wrapper-action-loop .proloop--price {
            padding: 0;
            display: flex;
            flex-flow: column;
            justify-content: end;
            margin: 0;
            font-weight: 600; }
            .product-loop-small .product-inner .proloop-detail .detail-title .wrapper-action-loop .proloop--price .price {
              margin: 0;
              font-size: 16px;
              color: var(--shop-color-main); }
            .product-loop-small .product-inner .proloop-detail .detail-title .wrapper-action-loop .proloop--price .price-del {
              color: #8d8a8a;
              text-decoration: line-through; }
        .product-loop-small .product-inner .proloop-detail .detail-title .title-line {
          border-bottom: 1px dashed #ccc;
          min-width: 30px;
          flex: auto;
          margin: 0 10px;
          height: 16px; }
      .product-loop-small .product-inner .proloop-detail .proloop-desc {
        margin-top: 10px;
        opacity: 0.8; }
    .product-loop-small .product-inner:hover {
      box-shadow: none; }
  @media (max-width: 991px) {
    .product-loop-small .product-inner .proloop-detail .detail-title h3 {
      font-size: 16px; }
    .product-loop-small .product-inner .proloop-detail .detail-title .title-line {
      min-width: 15px;
      margin: 0 5px; }
    .product-loop-small .product-inner .proloop-detail .proloop-desc {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .product-loop-small {
      margin-bottom: 25px; }
      .product-loop-small .product-inner .proloop-detail {
        text-align: left; } }
  @media (max-width: 576px) {
    .product-loop-small .product-inner {
      gap: 10px; }
      .product-loop-small .product-inner .proloop-image {
        flex: 0 0 55px; }
      .product-loop-small .product-inner .proloop-detail .detail-title h3 {
        font-size: 14px; }
      .product-loop-small .product-inner .proloop-detail .detail-title .tag-menu {
        font-size: 9px;
        margin-left: 5px; }
      .product-loop-small .product-inner .proloop-detail .detail-title .title-line {
        height: 14px; }
      .product-loop-small .product-inner .proloop-detail .proloop-desc {
        margin: 0; } }

/*======END Product loop small=====*/
/*========Product loop======*/
.product-loop {
  position: relative;
  margin-bottom: 30px; }
  .product-loop .product-inner {
    background: #fff;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-radius: 5px; }
    .product-loop .product-inner:hover .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
      background-color: var(--shop-color-main);
      border-color: var(--shop-color-main) !important;
      color: var(--shop-color-button-text); }
      .product-loop .product-inner:hover .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart .btn-icon {
        background: var(--shop-color-button-text); }
  .product-loop .proloop-image {
    position: relative;
    overflow: hidden;
    padding: 5px; }
    .product-loop .proloop-image .pro-sale, .product-loop .proloop-image .pro-soldout {
      position: absolute;
      top: 7px;
      z-index: 3;
      border-radius: 3px;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      padding: 2px 5px; }
    .product-loop .proloop-image .pro-soldout {
      left: 7px;
      background: #565656;
      font-size: 11px;
      padding-top: 3px;
      padding-bottom: 3px; }
    .product-loop .proloop-image .pro-sale {
      left: 7px;
      background: red;
      letter-spacing: 0.5px;
      min-width: 40px;
      text-align: center; }
    .product-loop .proloop-image .pro-sale + .pro-soldout {
      top: 32px; }
    .product-loop .proloop-image .product--image {
      position: relative;
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      transition: all 0.3s; }
      .product-loop .proloop-image .product--image .lazy-img.second-image {
        transform: translate(5px);
        -ms-transform: translate(5px);
        -webkit-transform: translate(5px); }
    .product-loop .proloop-image .proloop-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .product-loop .proloop-image .gift.product_gift_label {
      width: 30px;
      height: 30px;
      line-height: 25px;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1;
      text-align: center;
      border-radius: 50%;
      padding: 0 5px;
      background: #ffffff;
      border: 1px solid var(--shop-color-border); }
    .product-loop .proloop-image .pro-iconbox {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1;
      text-align: center; }
    .product-loop .proloop-image .gift.product_gift_label:not(.d-none) + .pro-iconbox {
      top: 40px; }
    .product-loop .proloop-image .sticker_frame {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99; }
    .product-loop .proloop-image .icon-quickview {
      font-family: 'FontAwesome';
      content: "\f06e";
      position: absolute;
      top: 60%;
      left: 50%;
      font-size: 18px;
      transform: translate(-50%, -50%);
      z-index: 995;
      width: 50px;
      height: 50px;
      line-height: 48px;
      border-radius: 50%;
      border: 1px solid #eee;
      text-align: center;
      background: #fff;
      color: #6d6565;
      opacity: 0;
      -webkit-transition: all ease-in-out .3s;
      -ms-transition: all ease-in-out .3s;
      transition: all ease-in-out .3s; }
      .product-loop .proloop-image .icon-quickview:hover {
        background-color: var(--shop-color-main);
        color: #fff;
        border-color: var(--shop-color-main); }
    .product-loop .proloop-image .lazy-img {
      position: relative;
      width: 100%;
      height: 0;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      padding-bottom: 100%;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
      .product-loop .proloop-image .lazy-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        object-fit: contain;
        transform: translate(-50%, -50%);
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        max-height: 100%; }
  .product-loop .proloop-detail {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 30px 30px; }
    .product-loop .proloop-detail h3 {
      font-size: 20px;
      margin: 12px 0; }
      .product-loop .proloop-detail h3 a {
        color: var(--shop-color-text); }
    .product-loop .proloop-detail .proloop--vendor {
      margin-bottom: 6px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .product-loop .proloop-detail .proloop--vendor a {
        color: #999999; }
    .product-loop .proloop-detail .proloop--variant {
      margin-bottom: 14px;
      margin-left: -5px;
      margin-right: -5px;
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      /*	-ms-flex-wrap: wrap;flex-wrap: wrap;*/
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .product-loop .proloop-detail .proloop--variant .list-color, .product-loop .proloop-detail .proloop--variant .list-option {
        padding: 0 5px; }
      .product-loop .proloop-detail .proloop--variant .vrt-option {
        margin-left: 8px;
        font-size: 13px;
        color: #9a9a9a; }
      .product-loop .proloop-detail .proloop--variant .vrt-color {
        font-size: 0;
        width: 16px;
        height: 16px;
        line-height: 14px;
        border: 1px solid #d4d4d4;
        padding: 1px;
        margin-right: 5px;
        margin-bottom: 5px; }
        .product-loop .proloop-detail .proloop--variant .vrt-color span {
          display: block;
          margin: 0;
          width: 100%;
          height: 100%; }
      .product-loop .proloop-detail .proloop--variant .vrt-color:last-of-type {
        margin-right: 0px; }
      .product-loop .proloop-detail .proloop--variant .vrt-color.color-count {
        font-size: 14px;
        width: auto;
        border: 0; }
      .product-loop .proloop-detail .proloop--variant .vrt-color.color-count span {
        background: #ffffff;
        line-height: 100%; }
      .product-loop .proloop-detail .proloop--variant .list-color {
        -ms-flex-order: 2;
        order: 2; }
      .product-loop .proloop-detail .proloop--variant .list-option {
        -ms-flex-order: 3;
        order: 3;
        padding-bottom: 1px;
        -ms-justify-content: end;
        justify-content: end; }
      .product-loop .proloop-detail .proloop--variant .list-option.not-colors {
        -ms-flex-order: 1;
        order: 1;
        -ms-justify-content: start;
        justify-content: start; }
        .product-loop .proloop-detail .proloop--variant .list-option.not-colors .vrt-option:first-of-type {
          margin-left: 0px; }
    .product-loop .proloop-detail .proloop--price {
      margin: 0;
      font-weight: 600;
      font-size: 16px;
      display: flex;
      flex-flow: wrap;
      align-items: center;
      gap: 5px; }
      .product-loop .proloop-detail .proloop--price .price-del {
        color: #878c8f;
        text-decoration: line-through;
        font-weight: 300;
        font-size: 13px; }
      .product-loop .proloop-detail .proloop--price .price {
        margin-right: 6px; }
      .product-loop .proloop-detail .proloop--price.on-sale .price {
        color: #ff2c26; }
    .product-loop .proloop-detail .proloop-actions {
      width: 100%;
      margin-top: 15px;
      /*&.action-count {
			.actions-primary {opacity: 0;}
			.actions-boxqty {opacity: 1;visibility: visible;}
		}*/ }
      .product-loop .proloop-detail .proloop-actions__inner {
        position: relative; }
        .product-loop .proloop-detail .proloop-actions__inner .btn-proloop {
          background: #ffffff;
          font-weight: 600;
          border: 1px solid #e9eaec;
          padding: 7px 10px;
          text-align: center;
          border-radius: 30px;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .product-loop .proloop-detail .proloop-actions__inner .btn-proloop-contact {
          width: 100%;
          color: var(--shop-color-text);
          border: 1px solid #e9eaec; }
        .product-loop .proloop-detail .proloop-actions__inner .btn-proloop-gift {
          width: 100%;
          color: #c4c4c4;
          border: 1px solid #e9eaec; }
        .product-loop .proloop-detail .proloop-actions__inner .btnico {
          display: block;
          width: 32px;
          height: 32px;
          outline: none;
          border: 0;
          background: #151517;
          border-radius: 50%;
          transition: all 0.5s;
          cursor: pointer; }
          .product-loop .proloop-detail .proloop-actions__inner .btnico svg {
            width: 16px;
            height: 100%;
            display: block;
            margin: auto;
            fill: #ffffff; }
        .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
          /*display: inline-block;background: #fff;
						color: var(--shop-color-text);
						border: 1px solid transparent;
						border-radius: 16px;
						position: relative;    max-width: 100%;
						padding: 0 38px 0 10px;
						height: 32px;line-height: 30px;letter-spacing: -0.2px;
						outline:none;font-size: 11.5px;font-weight: 600;text-transform: uppercase;
						max-width: 100%;
						transition: border 0.5s ease ;-o-transition: border 0.5s ease ;-moz-transition: border 0.5s ease ;-webkit-transition: border 0.5s ease ;
						.btnadd{  display: block;white-space: nowrap;    overflow: hidden; text-overflow: ellipsis;}
						.btnico {position: absolute;right: -1px;top: -1px;}*/
          margin: 0 auto;
          font-weight: 600;
          border-radius: 30px;
          padding: 12px 20px 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 5px;
          background-color: transparent;
          border: 1px solid var(--shop-color-main);
          color: var(--shop-color-main);
          transition: all 0.5s;
          outline: none;
          /*&:hover{
						background-color: var(--shop-color-main);
						border-color: var(--shop-color-main) !important;
						color: var(--shop-color-button-text);
						.btn-icon{
						background: var(--shop-color-button-text);
					}
					}*/ }
          .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart .btn-icon {
            background: var(--shop-color-text);
            -webkit-mask: url(//theme.hstatic.net/200000844461/1001350821/14/img-right-small.png?v=65) center/contain;
            mask: url(//theme.hstatic.net/200000844461/1001350821/14/img-right-small.png?v=65) center/contain;
            mask-repeat: no-repeat;
            mask-size: 16px;
            width: 20px;
            height: 20px;
            display: inline-block;
            transition: all 0.5s; }
        .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart.disabled {
          color: #c4c4c4;
          pointer-events: none; }
        .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart.disabled .btnico {
          background: #eaeaea; }
        .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btnsold {
          height: 32px;
          font-size: 12px;
          display: flex;
          align-items: center;
          text-transform: uppercase;
          justify-content: center;
          font-weight: 600;
          color: #c4c4c4; }
        .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty {
          justify-content: end;
          -ms-justify-content: end;
          position: absolute;
          opacity: 0;
          visibility: hidden;
          top: 0;
          left: 0;
          right: 0; }
          .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
            border: 1px solid #e9eaec;
            border-radius: 15px;
            overflow: hidden;
            margin-right: 6px; }
          .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
            height: 32px;
            line-height: 30px; }
          .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
            height: 30px;
            width: 30px;
            background: #ffffff;
            color: var(--shop-color-text);
            opacity: 0.75;
            border: 0;
            outline: none;
            padding: 0 5px; }
            .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
              width: 13px;
              height: 100%; }
          .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
            width: 40px;
            height: 30px;
            padding: 0;
            float: left;
            font-size: 15px;
            font-weight: 500;
            text-align: center;
            background: #fff;
            color: #9c9c9c;
            border: 0;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none; }
    .product-loop .proloop-detail .wrapper-action-loop {
      margin-top: auto;
      display: -ms-flexbox;
      display: flex;
      flex-flow: column;
      -ms-flex-align: center;
      align-items: center; }
      .product-loop .proloop-detail .wrapper-action-loop .proloop-actions {
        -ms-flex: 1;
        flex: 1; }
  .product-loop .proloop--review {
    margin-bottom: 6px; }
    .product-loop .proloop--review .haravan-product-reviews-badge {
      overflow: hidden;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; }
        .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
          color: #fdd836 !important;
          font-size: 13px;
          margin-right: -3px;
          display: inline-block; }
        .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
          color: #dadada !important; }
      .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + span, .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p {
        margin-bottom: 0;
        margin-left: 6px;
        color: #637381; }
      .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p {
        margin-bottom: 0;
        margin-left: 8px;
        font-size: 0;
        visibility: hidden; }
        .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p:before {
          content: "(0)";
          display: inline-block;
          visibility: visible; }
      .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + span, .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p:before {
        font-size: 12px; }
  .product-loop .proloop--review + .proloop--action {
    margin-top: 0; }
  .product-loop:not(.product-horizontal) .pro-percent {
    display: none; }
  .product-loop:not(.product-horizontal) .prohzt-soldout {
    display: none; }
  .product-loop.product-only .proloop-detail .proloop-actions__inner .btnico .btnico-secondary {
    display: none; }
  .product-loop.product-horizontal {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0; }
    .product-loop.product-horizontal .product-inner {
      display: -ms-flex;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      box-shadow: none; }
    .product-loop.product-horizontal .proloop-image {
      display: block;
      min-width: 100px;
      padding: 10px; }
    .product-loop.product-horizontal .proloop-image .icon-quickview {
      display: none; }
    .product-loop.product-horizontal .pro-soldout {
      display: none; }
    .product-loop.product-horizontal .prohzt-soldout {
      display: block;
      font-size: 12px;
      font-weight: 500;
      color: #878c8f; }
    .product-loop.product-horizontal .proloop-detail {
      padding-left: 5px;
      padding-right: 0;
      text-align: left; }
      .product-loop.product-horizontal .proloop-detail .proloop--price {
        padding-bottom: 0; }
      .product-loop.product-horizontal .proloop-detail .proloop--price .price-del {
        margin-right: 4px; }
      .product-loop.product-horizontal .proloop-detail .proloop--review {
        display: none; }
      .product-loop.product-horizontal .proloop-detail .proloop--review .haravan-product-reviews-badge {
        -ms-justify-content: left;
        justify-content: left; }
      .product-loop.product-horizontal .proloop-detail .proloop-actions {
        display: none; }
    .product-loop.product-horizontal .pro-sale {
      display: none; }
    .product-loop.product-horizontal .pro-percent {
      display: inline-block;
      min-width: 36px;
      padding: 1px 4px;
      background: #fbf1f1;
      text-transform: uppercase;
      text-align: center;
      font-weight: 600;
      font-size: 10px;
      letter-spacing: 0.5px;
      color: #ff0000;
      border: 1px solid #f0e8ee;
      border-radius: 3px;
      vertical-align: text-bottom; }
    .product-loop.product-horizontal:hover .product-inner {
      box-shadow: none; }
  @media (min-width: 992px) {
    .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
      padding: 0 40px 0 10px;
      font-size: 11px; }
    .product-loop .product-inner {
      position: relative;
      -webkit-transition: all .4s ease-in-out;
      -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
      .product-loop .product-inner:before {
        content: "";
        position: absolute;
        display: inline-block;
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -30px;
        z-index: 0;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        transition: all .3s ease;
        box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.02); }
    .product-loop .product-inner .proloop-detail {
      background: transparent;
      -webkit-transition: transform 300ms ease;
      -moz-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
      -o-transition: transform 300ms ease;
      transition: transform 300ms ease; }
      .product-loop .product-inner .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart:not(.disabled):hover {
        border-color: #151517; }
    .product-loop .product-inner:hover {
      /*&:before{
					opacity: 1;
					visibility: visible;
				}*/ }
      .product-loop .product-inner:hover .proloop-image {
        /*.product--image{opacity: 0.4;}*/ }
        .product-loop .product-inner:hover .proloop-image .icon-quickview {
          top: 50%;
          opacity: 1; }
    .product-loop .proloop-detail .proloop--price.prices-ctas .price-del {
      display: block; } }
  @media (max-width: 991px) {
    .product-loop .proloop-image .icon-quickview {
      display: none; }
    .product-loop .proloop-actions {
      position: initial;
      visibility: visible; }
      .product-loop .proloop-actions .proloop-actions__inner .btn-proloop-cart .btnadd:hover:after {
        display: none; }
    .product-loop .proloop--review .haravan-product-reviews-badge {
      justify-content: center; }
    .product-loop.product-horizontal .proloop-image {
      padding: 5px;
      min-width: 90px; }
    .product-loop.product-horizontal .proloop-detail {
      padding-left: 5px; }
    .product-loop.product-horizontal .proloop-detail .proloop--price {
      padding-bottom: 0; }
    .product-loop.product-only {
      margin-bottm: 8px; }
      .product-loop.product-only .product-inner {
        flex-direction: row;
        -ms-flex-direction: row; }
      .product-loop.product-only .proloop-image {
        width: 110px; }
      .product-loop.product-only .proloop-image .pro-sale, .product-loop.product-only .proloop-image .pro-soldout {
        display: none; }
      .product-loop.product-only .proloop--variant {
        display: none; }
      .product-loop.product-only .proloop--review .haravan-product-reviews-badge {
        -ms-justify-content: left;
        justify-content: left; }
      .product-loop.product-only .proloop-detail {
        position: relative;
        width: calc(100% - 110px);
        padding: 8px 10px 8px;
        text-align: left; }
        .product-loop.product-only .proloop-detail h3 {
          font-size: 15px;
          margin-bottom: 10px; }
        .product-loop.product-only .proloop-detail .proloop--price .price {
          margin-bottom: 2px;
          margin-right: 6px; }
        .product-loop.product-only .proloop-detail .proloop--price .pro-percent {
          display: inline-block;
          padding: 2px 5px;
          background: #fff;
          color: #ff0000;
          border: 1px solid #ffe7e7;
          border-radius: 3px;
          text-transform: uppercase;
          line-height: 1.2;
          font-weight: 600;
          font-size: 10px;
          vertical-align: text-bottom; }
        .product-loop.product-only .proloop-detail .proloop--price .price-del {
          margin-right: 4px; }
        .product-loop.product-only .proloop-detail .proloop-actions__inner .btnico .btnico-first {
          display: none; }
        .product-loop.product-only .proloop-detail .proloop-actions__inner .btnico .btnico-secondary {
          display: block; }
        .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart .btnadd {
          display: none; }
        .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
          margin-left: auto;
          min-width: 80px;
          margin-right: 0px;
          border: 0;
          overflow: unset; }
        .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
          display: none; }
        .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
          color: #000; }
        .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
          height: 28px;
          width: 28px;
          border: 1px solid #000;
          border-radius: 14px; }
        .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
          width: 10px;
          fill: #000;
          stroke: #000; }
        .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty {
          justify-content: end;
          -ms-justify-content: end; }
        .product-loop.product-only .proloop-detail .wrapper-action-loop {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          margin-top: 0; }
          .product-loop.product-only .proloop-detail .wrapper-action-loop .proloop--price {
            width: auto;
            margin-right: auto; }
          .product-loop.product-only .proloop-detail .wrapper-action-loop .proloop-actions {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: 1%;
            text-align: right; } }
  @media (max-width: 767px) {
    .product-loop {
      margin-bottom: 25px; }
      .product-loop .proloop-detail h3 {
        font-size: 13px; }
      .product-loop .proloop-detail .proloop--price {
        font-size: 14px; }
        .product-loop .proloop-detail .proloop--price .price-del {
          font-size: 13px; }
        .product-loop .proloop-detail .proloop--price .price {
          margin-right: 0px; }
        .product-loop .proloop-detail .proloop--price.on-sale .price {
          margin-right: 6px; }
      .product-loop .proloop-detail .proloop-vendor {
        font-size: 10px; }
      .product-loop .proloop-detail .proloop--variant {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-justify-content: center;
        justify-content: center;
        margin-bottom: 10px; }
        .product-loop .proloop-detail .proloop--variant .vrt-color:last-of-type {
          margin-right: 0px; }
        .product-loop .proloop-detail .proloop--variant .vrt-option {
          margin: 1px 5px 2px;
          font-size: 12px; }
        .product-loop .proloop-detail .proloop--variant .list-option.not-colors {
          -ms-justify-content: center;
          justify-content: center; }
          .product-loop .proloop-detail .proloop--variant .list-option.not-colors .vrt-option:not(:last-of-type) {
            margin-left: 5px; }
        .product-loop .proloop-detail .proloop--variant .list-option {
          -ms-justify-content: center;
          justify-content: center; }
      .product-loop .proloop-detail .proloop-actions {
        padding-bottom: 4px;
        padding-top: 10px; }
        .product-loop .proloop-detail .proloop-actions__inner .btnico {
          width: 30px;
          height: 30px; }
        .product-loop .proloop-detail .proloop-actions__inner .btnico svg {
          width: 13px; }
        .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
          font-size: 11px;
          padding: 6px; }
        .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty {
          -ms-justify-content: center;
          justify-content: center; }
        .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
          height: 30px; }
        .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
          margin-right: 8px;
          height: 30px;
          max-width: 100px; }
        .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
          height: 30px;
          width: 30px; }
        .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
          width: 13px; }
        .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
          width: calc(100% - 60px);
          height: 30px;
          font-size: 12px; }
      .product-loop .proloop-detail .wrapper-action-loop {
        margin-top: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*.proloop--price{ -ms-flex:0 0 auto; flex:0 0 auto; width: 100%;margin-right: 0;margin-left: 0;padding-right:0;}
				.proloop-actions{-ms-flex:0 0 auto; flex:0 0 auto; width: 100%;text-align: center;padding-left:0px;}*/ }
      .product-loop.prod-action-small {
        padding-left: 1px;
        padding-right: 1px;
        margin-bottom: 2px; }
        .product-loop.prod-action-small .proloop-detail .proloop-actions .proloop-actions__inner .actions-primary .btn-proloop-cart {
          display: flex;
          display: -ms-flex;
          align-items: center;
          max-width: 100%;
          height: 25px;
          padding: 0 30px 0 0;
          margin: 0 auto;
          font-size: 10px; }
        .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .btnadd {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .btnico {
          width: 25px;
          height: 25px; }
        .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .btnico svg {
          width: 12px;
          height: 25px; }
        .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
          height: 25px; }
        .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
          margin-right: 5px;
          height: 25px; }
        .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
          height: 25px;
          width: 25px; }
        .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
          width: 10px; }
        .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
          width: calc(100% - 50px);
          height: 25px;
          font-size: 12px; }
      .product-loop.product-horizontal .proloop-detail {
        padding-left: 10px; }
      .product-loop.product-only .proloop-detail .proloop--price .price {
        display: block; } }
  @media (max-width: 350px) {
    .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
      display: none; }
    .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
      padding: 0 35px 0 0;
      font-size: 11px; } }

/*========END Product loop======*/
