@charset "UTF-8";
:root {
  --shop-color-bg: #ffffff;
  --shop-color-main: #171718;
  --shop-color-text: #020C17;
  --shop-color-title: #0B2341;
  --shop-color-hover: #0B2341;
  --shop-color-button: #0B2341;
  --shop-color-border: #E5E7E8;
  --topbar-bg: #82AC85;
  --topbar-color-text: #ffffff;
  --btn-color-text: #fff;
  --btn-color-bg: #0B2341;
  --home-coupon-bg: #fff;
  --home-coupon-light: #82AC85;
  --home-coupon-border: #82AC85;
  --home-coupon-text: #000;
  --footer-bg-color-1: #ffffff;
  --footer-bg-color-2: #ffffff;
  --footer-bg-color-copyright: #ffffff;
  --footer-color-title: #0B2341;
  --footer-color-text: #020C17;
  --footer-color-hover: #0B2341;
  --bg-color-style01: #ffffff;
  --btn-color-style01: #ff0000;
  --btn-hover-color-style01: #e70505;
  --bg-color-style02: #f7f7f7;
  --btn-color-style02: #ff0000;
  --btn-hover-color-style02: #e70505;
  --bg-color-style03: #ffffff;
  --btn-color-style03: #ff0000;
  --btn-hover-color-style03: #e70505;
  --bg-color-style04: #ffffff;
  --btn-color-style04: #ff0000;
  --btn-hover-color-style04: #e70505; }

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

* {
  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%; }

img {
  max-width: 100%; }

body {
  color: var(--shop-color-text);
  line-height: 1.45;
  font-size: 14px;
  background: var(--shop-color-bg);
  /*font-family: "Spectral", sans-serif;*/
  font-family: "Bricolage Grotesque", sans-serif;
  overflow-x: hidden;
  position: initial; }

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

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 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, .article-loop .article-title .post-title a, .article-loop .article-detail .entry-content, .list-blogs-latest .item-article .post-content h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

/*-----End Variable---*/
/* 1.7 - Button */
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
  padding: 8px 24px;
  line-height: normal;
  height: 38px;
  color: var(--btn-color-text);
  border-radius: 0;
  background: var(--btn-color-bg);
  border: 1px solid var(--btn-color-bg);
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  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.btnwhite {
    color: var(--btn-color-bg);
    background: var(--btn-color-text); }
  .button.btnred {
    background-color: #e70505;
    border-color: #e70505; }
  .button.btnfull {
    display: flex;
    width: 100%; }
  .button.btnline {
    text-decoration: underline; }

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

@media (min-width: 992px) {
  .button {
    min-width: 190px;
    padding: 8px 24px;
    height: 46px;
    font-size: 14px; }
    .button:hover, .button:focus {
      border: 1px solid var(--btn-color-bg);
      color: var(--btn-color-bg);
      background: #fff; }
    .button.btnwhite:hover, .button.btnwhite:focus {
      border-color: var(--shop-color-hover);
      background-color: var(--shop-color-hover);
      color: #ffffff; }
    .button.btnred:hover, .button.btnred:focus {
      color: #fff;
      border-color: #ff0000; } }

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

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

.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-nav .owl-prev,
.owlCarousel-style.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -50px;
  z-index: 3;
  width: 30px;
  height: 30px;
  line-height: 28px;
  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 {
  right: 47px; }
  .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: #fff;
    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-carousel .owl-stage {
  margin: 5px 0;
  display: flex;
  display: -ms-flex; }

.owlCarousel-style .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center; }
  .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 {
    border-radius: 50%;
    border: 2px solid #000000; }
  .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: 47px; }
  .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 {
    top: -45px; }
    .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: 45px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-next {
    right: 7px; }
  .owlCarousel-style .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 4px; }
  .owlCarousel-style .owl-dots {
    bottom: -30px; } }

.owlCarousel-dfex.owl-loaded .owl-stage {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  margin-top: 3px; }

.owlCarousel-dfex.owl-loaded .owl-stage:after {
  display: none; }

.owlCarousel-dfex.owl-loaded .product-loop {
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 14px; }

.owlCarousel-dfex.owl-carousel:not(.owl-loaded) {
  display: flex;
  display: -ms-flex;
  overflow: hidden; }

.owlCarousel-dfex .owl-item img {
  width: initial; }

@media (min-width: 1200px) {
  .owlCarousel-dfex:not(.owl-loaded) .product-loop {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .owlCarousel-dfex:not(.owl-loaded) .product-loop {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%; } }

@media (max-width: 991px) {
  .owlCarousel-dfex:not(.owl-loaded) .product-loop {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%; } }

@media (max-width: 767px) {
  .owlCarousel-dfex.owl-loaded .product-loop {
    padding-bottom: 0; } }

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

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

.breadcrumb-list {
  overflow: hidden;
  padding: 16px 0px; }

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

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

.breadcrumb-list .breadcrumb-arrows > li strong {
  font-weight: 700; }

.breadcrumb-list .breadcrumb-arrows > li a {
  color: var(--shop-color-text); }

.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 {
    font-size: 10px;
    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 {
  padding: 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; }
  .pagination span {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px 0 0; }
  .pagination a {
    --width: 30px;
    font-size: 16px;
    width: var(--width);
    height: var(--width);
    line-height: var(--width);
    text-align: center;
    color: #575757;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid transparent; }
    .pagination a.active-page, .pagination a:hover {
      border-bottom: 1px solid #0B2341;
      color: #0B2341; }
    .pagination a.prev-page:before, .pagination a.next-page:before {
      content: " ";
      width: 10px;
      height: 10px;
      transform: rotate(45deg);
      cursor: pointer;
      display: block; }
    .pagination a.prev-page:before {
      border-left: 1px solid #0B2341;
      border-bottom: 1px solid #0B2341;
      margin-left: 5px; }
    .pagination a.next-page:before {
      border-right: 1px solid #0B2341;
      border-top: 1px solid #0B2341;
      margin-right: 5px; }
  @media (max-width: 991px) {
    .pagination {
      padding: 20px 0; } }

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

/* 2.5 - container */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 16px;
  padding-left: 16px; }

.row {
  margin-left: -16px;
  margin-right: -16px; }

.container, .container-fluid {
  padding-left: 16px;
  padding-right: 16px; }

.wrapperMain_content {
  min-height: 80vh; }

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

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1900px; }
  .container {
    max-width: 1440px; }
  .w-80 {
    width: 80%;
    margin: auto; } }

@media (min-width: 1400px) {
  .container, .container-fluid {
    padding-left: 75px;
    padding-right: 75px; }
  .mainHeader .container-fluid, .topbar-bottom .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1520px) {
  .container, .container-fluid {
    padding-left: 82px;
    padding-right: 82px; }
  .mainHeader .container-fluid, .topbar-bottom .container-fluid {
    padding-left: 82px;
    padding-right: 82px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .wrapperMain_content {
    min-height: 65vh; } }

@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.6 - 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-loading {
  padding-left: 0;
  padding-right: 0; }

.product-loading .proloop-image {
  padding-bottom: 100%; }

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

/*=== HEADER ++ FOOTER ++ MAINMENU ======================*/
.topbar {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  padding: 8px 0;
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--topbar-bg);
  color: var(--topbar-color-text);
  border-bottom: 1px solid #dfe2e6;
  font-weight: 700;
  z-index: 2; }
  .topbar .owl-carousel:not(.owl-loaded) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden; }
  .topbar .owl-carousel:not(.owl-loaded) .discount {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .topbar .owl-carousel.owl-loaded .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .topbar .owl-carousel.owl-loaded .owl-stage .discount {
    height: 100%; }
  .topbar .topbar-slideText {
    position: relative;
    overflow: hidden; }
    .topbar .topbar-slideText .discount:not(:first-child) {
      display: none; }
    .topbar .topbar-slideText .discount.txt-none {
      display: none; }
    .topbar .topbar-slideText .discount.txt-block {
      display: inline-block; }
    .topbar .topbar-slideText .owl-nav button.owl-prev, .topbar .topbar-slideText .owl-nav button.owl-next {
      position: absolute;
      top: calc(50% - 14px);
      padding: 0;
      height: 28px;
      width: 28px;
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--topbar-color-text);
      background-color: transparent;
      border: 0;
      outline: none;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s; }
      .topbar .topbar-slideText .owl-nav button.owl-prev:before, .topbar .topbar-slideText .owl-nav button.owl-next:before {
        content: "";
        background-repeat: no-repeat;
        background-size: 100%;
        width: 24px;
        height: 24px; }
    .topbar .topbar-slideText .owl-nav button.owl-prev {
      left: 0px; }
      .topbar .topbar-slideText .owl-nav button.owl-prev:before {
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 6.5L9.5 12.5L15.5 18.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
    .topbar .topbar-slideText .owl-nav button.owl-next {
      right: 0px; }
      .topbar .topbar-slideText .owl-nav button.owl-next:before {
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 6.5L15.5 12.5L9.5 18.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .topbar .discount {
    padding: 0 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center; }
  @media (max-width: 767px) {
    .topbar {
      font-size: 12px; }
    .topbar .topbar-slideText .discount {
      padding: 0 22px; }
    .topbar .topbar-slideText .owl-nav button.owl-prev {
      left: -10px;
      opacity: 1; }
    .topbar .topbar-slideText .owl-nav button.owl-next {
      right: -10px;
      opacity: 1; } }

.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-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__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 .shipping-bar {
    padding-left: 20px;
    padding-right: 5px; }
  .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: 12;
  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; }

.topbar-banner {
  position: relative; }
  .topbar-banner svg {
    position: absolute;
    top: calc(50% - 13px);
    right: 34px;
    width: 26px;
    height: 26px;
    cursor: pointer; }
  @media (max-width: 991px) {
    .topbar-banner svg {
      top: calc(50% - 7px);
      right: 10px;
      width: 14px;
      height: 14px; } }

.mainHeader {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #000000;
  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;
  padding-bottom: 16px;
  position: relative;
  z-index: 6; }
  .mainHeader .mainHeader-menu {
    position: relative; }
  .mainHeader .flex-container-header {
    gap: 8px;
    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 .mainHeader-middle {
    padding: 24px 0 16px; }
  .mainHeader .header-wrap-menu .menuList-main {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px; }
    .mainHeader .header-wrap-menu .menuList-main > li {
      display: inline-block;
      position: relative; }
      .mainHeader .header-wrap-menu .menuList-main > li > a {
        position: relative;
        z-index: 2;
        display: block;
        padding: 32px 0;
        width: 100%;
        font-weight: 700;
        font-size: 12px;
        -webkit-transition: none;
        transition: none;
        color: #0B2341; }
        .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; }
      .mainHeader .header-wrap-menu .menuList-main > li.active a, .mainHeader .header-wrap-menu .menuList-main > li.active a:focus {
        opacity: 1; }
      .mainHeader .header-wrap-menu .menuList-main > li:hover > a, .mainHeader .header-wrap-menu .menuList-main > li.active:hover a {
        opacity: 1; }
      .mainHeader .header-wrap-menu .menuList-main > li:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0%;
        transform-origin: 0%; }
      .mainHeader .header-wrap-menu .menuList-main > li:hover > a svg {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .mainHeader .header-wrap-menu .menuList-main .has-submenu .menuList-submain {
      background: #fff;
      min-width: 230px;
      max-width: 180%;
      padding: 12px 0;
      position: absolute;
      z-index: 9;
      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 .has-submenu .menuList-submain ul.menuList-submain {
      left: 100%;
      top: 0; }
    .mainHeader .header-wrap-menu .menuList-main .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: 20px 0 40px;
        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: 100%;
        padding: 0 24px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu {
        flex: 0 0 auto;
        width: 60.5%; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu.subchildmenu-full {
        width: 100%; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu li a {
        padding: 0 0 4px; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .menuBanner {
        flex: 0 0 auto;
        width: 39.5%; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item {
        text-align: left;
        margin-bottom: 15px;
        padding-left: 0; }
      .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item > a {
        font-weight: 700;
        margin-bottom: 12px;
        display: block; }
      @media (min-width: 991px) {
        .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item {
          padding-right: 16px; } }
      @media (min-width: 1200px) {
        .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .multicolumn-container {
          max-width: 1440px;
          padding: 0 86px; }
        .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item {
          padding-right: 40px; } }
    @media (min-width: 1200px) {
      .mainHeader .header-wrap-menu .menuList-main {
        gap: 24px; }
        .mainHeader .header-wrap-menu .menuList-main > li > a {
          font-size: 14px; } }
  .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-size: 14px;
        font-weight: 400;
        color: var(--shop-color-text);
        opacity: 0.85; }
      .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 {
      opacity: 1; }
  .mainHeader .header-wrap-logo {
    display: flex;
    gap: 8px;
    align-items: center; }
    .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-main);
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .mainHeader .header-wrap-logo img {
      height: 18px;
      width: auto; }
  .mainHeader .header-action {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    gap: 4px;
    align-items: center;
    font-size: 12px; }
    .mainHeader .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-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-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-action .header-action-item .header-action_text .header-action__link {
      position: relative;
      color: var(--shop-color-text);
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px; }
      .mainHeader .header-action .header-action-item .header-action_text .header-action__link .box-icon {
        position: relative;
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
      .mainHeader .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
        width: 18px;
        height: 18px; }
      .mainHeader .header-action .header-action-item .header-action_text .header-action__link .box-icon .svg-ico-close {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 16px;
        height: 16px;
        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-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
        display: none;
        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%; }
      .mainHeader .header-action .header-action-item .header-action_text .header-action__link .box-text {
        display: none; }
    .mainHeader .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-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-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-action .header-action-item .header-action_dropdown .header-dropdown_content {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        padding: 15px 20px; }
        .mainHeader .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-action .header-action-item.header-action_account .header-action_text .header-action__link .box-icon.active {
      color: #82AC85; }
      .mainHeader .header-action .header-action-item.header-action_account .header-action_text .header-action__link .box-icon.active svg {
        fill: #82AC85; }
    .mainHeader .header-action .header-action-item.header-action_account .header-action_dropdown .box-triangle {
      right: 58px; }
    .mainHeader .header-action .header-action-item.js-action-show .header-action_text .box-triangle {
      visibility: visible;
      opacity: 1; }
    .mainHeader .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-action .header-action-item.header-action_menu .box-icon .svg-ico-menumb {
      height: 28px;
      width: 28px; }
    .mainHeader .header-action .header-action-item.header-action_menu .box-icon .svg-ico-close {
      height: 34px; }
    .mainHeader .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-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
      visibility: visible; }
    @media (min-width: 992px) {
      .mainHeader .header-action {
        gap: 10px; }
        .mainHeader .header-action .header-action-item.header-action_menu {
          display: none; }
        .mainHeader .header-action .header-action-item .header-action_text .header-action__link .box-text {
          display: inline-block; } }
    @media (min-width: 1200px) {
      .mainHeader .header-action {
        gap: 24px;
        font-size: 14px; }
        .mainHeader .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
          width: 24px;
          height: 24px; } }
  .mainHeader .header-wrap-info {
    display: none; }
    .mainHeader .header-wrap-info .header-info {
      display: flex;
      gap: 8px;
      align-items: center;
      font-size: 12px; }
      .mainHeader .header-wrap-info .header-info .item {
        display: inline-flex; }
      .mainHeader .header-wrap-info .header-info a {
        color: #0B2341;
        display: inline-flex;
        align-items: center;
        gap: 8px; }
      .mainHeader .header-wrap-info .header-info svg {
        height: 18px; }
  .mainHeader .header-navbar {
    display: flex;
    align-items: center;
    gap: 16px; }
    .mainHeader .header-navbar .header-wrap-menu {
      flex: 1;
      display: none; }
    .mainHeader .header-navbar .header-wrap-search {
      width: 100%; }
      .mainHeader .header-navbar .header-wrap-search .search-box form.searchform {
        position: relative;
        padding: 0; }
      .mainHeader .header-navbar .header-wrap-search .search-box form.searchform input.input-search {
        height: 40px;
        line-height: 28px;
        padding: 8px 12px 8px 44px;
        width: 100%;
        background: #F5F8FC;
        border: 1px solid #0B2341;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        display: inline-block;
        border-radius: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none; }
      .mainHeader .header-navbar .header-wrap-search .search-box form.searchform .btn-search {
        width: 24px;
        height: 24px;
        position: absolute;
        padding: 0;
        top: 0px;
        left: 12px;
        background: transparent;
        top: 0;
        bottom: 0;
        margin: auto; }
      .mainHeader .header-navbar .header-wrap-search .search-box form.searchform input.input-search:focus {
        background: #f2f5fa;
        outline: none;
        border-color: var(--shop-color-main); }
      .mainHeader .header-navbar .header-wrap-search .search-box form.searchform.expanded .btn-search svg {
        opacity: 1; }
  .mainHeader.hSticky .header-box-live {
    display: none; }
  .mainHeader.hSticky {
    visibility: hidden;
    opacity: 0; }
  .mainHeader.hSticky.hSticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  .mainHeader.hSticky.hSticky-nav.hSticky-up {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  .mainHeader.hSticky-nav .topbar, .mainHeader.hSticky-nav .topbar-banner {
    display: none; }
  .mainHeader.hSticky-nav .header-wrap-menu ul.menuList-primary > li > a {
    padding-top: 25px;
    padding-bottom: 25px; }
  @media (min-width: 992px) {
    .mainHeader {
      padding-bottom: 0; }
      .mainHeader .mainHeader-middle {
        padding: 22px 0 0; }
      .mainHeader .flex-container-header .header-wrap-info,
      .mainHeader .flex-container-header .header-wrap-action {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%; }
      .mainHeader .flex-container-header .header-wrap-logo {
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 27%; }
      .mainHeader .header-wrap-logo {
        justify-content: center; }
        .mainHeader .header-wrap-logo img {
          height: auto;
          width: auto; }
        .mainHeader .header-wrap-logo .header-action {
          display: none; }
      .mainHeader .header-wrap-info {
        display: block; }
        .mainHeader .header-wrap-info .header-info {
          gap: 10px; }
      .mainHeader .header-navbar .header-wrap-menu {
        display: block; }
      .mainHeader .header-navbar .header-wrap-search {
        max-width: 230px; }
        .mainHeader .header-navbar .header-wrap-search .search-box {
          padding: 22px 0; } }
  @media (min-width: 1200px) {
    .mainHeader .header-navbar .header-wrap-search {
      max-width: 330px; }
    .mainHeader .flex-container-header .header-wrap-info,
    .mainHeader .flex-container-header .header-wrap-action {
      -ms-flex: 0 0 32%;
      flex: 0 0 32%;
      max-width: 32%; }
    .mainHeader .flex-container-header .header-wrap-logo {
      -ms-flex: 0 0 34%;
      flex: 0 0 34%;
      max-width: 34%; }
    .mainHeader .header-wrap-info .header-info {
      gap: 24px;
      font-size: 14px; }
    .mainHeader .header-wrap-info .header-info svg {
      height: 24px; } }

.locked-scroll .mainHeader {
  z-index: 999; }

.locked-scroll .mainHeader-middle {
  position: relative;
  z-index: 999; }

.locked-scroll .sitenav-overlay {
  opacity: 1;
  visibility: visible; }

.mainBody-theme.body-scroll .mainHeader.hSticky.hSticky-nav.hSticky-up {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

@media (max-width: 991px) {
  .locked-scroll {
    overflow: hidden;
    width: 100%;
    top: 0; } }

/*====== FOOTER ========================*/
.footerNav-social {
  display: flex;
  gap: 16px; }
  .footerNav-social li {
    display: inline-flex; }
  .footerNav-social li a {
    display: inline-flex; }

.mainFooter {
  background: var(--footer-bg-color-copyright);
  line-height: 1.6;
  padding: 32px 0; }
  .mainFooter .logo-bct {
    display: block; }
  .mainFooter .footer-logo {
    margin-bottom: 32px; }
  .mainFooter .footer-policy .list-policy {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 16px; }
    .mainFooter .footer-policy .list-policy .item-policy {
      width: calc((100% - (1*10px)) / 2); }
  .mainFooter .footer-policy .item-policy .item-inner {
    display: flex;
    align-items: center;
    gap: 8px; }
  .mainFooter .footer-policy .item-policy .media-policy {
    text-align: center; }
    .mainFooter .footer-policy .item-policy .media-policy img {
      width: 30px;
      height: 30px; }
    .mainFooter .footer-policy .item-policy .media-policy a {
      display: flex;
      align-items: center;
      justify-content: center; }
  .mainFooter .footer-policy .item-policy .info-policy h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700; }
  @media (min-width: 992px) {
    .mainFooter .footer-policy .list-policy {
      border-bottom: 1px solid #E5E7E8;
      flex-wrap: nowrap;
      gap: 20px;
      padding-bottom: 32px;
      margin-bottom: 32px; }
      .mainFooter .footer-policy .list-policy .item-policy {
        width: calc((100% - (3*20px)) / 4); }
        .mainFooter .footer-policy .list-policy .item-policy .media-policy img {
          width: 48px;
          height: 48px; } }
  .mainFooter .widget-footer .ft-logo img {
    max-width: 150px;
    margin-bottom: 15px; }
  .mainFooter .widget-footer .ft-logo a {
    color: var(--footer-color-title); }
  .mainFooter .widget-footer .title-footer {
    position: relative;
    font-size: 14px;
    color: var(--footer-color-title);
    margin: 0px;
    padding: 0 0 12px;
    font-weight: 700;
    border-bottom: none; }
  .mainFooter .widget-footer .content-footer {
    display: block; }
  .mainFooter .widget-footer .footerNav-link li {
    position: relative;
    margin: 0 0 8px; }
    .mainFooter .widget-footer .footerNav-link li a {
      color: var(--footer-color-text); }
    .mainFooter .widget-footer .footerNav-link li a:hover, .mainFooter .widget-footer .footerNav-link li a:focus {
      color: var(--footer-color-hover); }
  @media (max-width: 991px) {
    .mainFooter .widget-footer.block-collapse .title-footer {
      padding: 8px 0; }
      .mainFooter .widget-footer.block-collapse .title-footer:before {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        transition: all 0.4sease-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.4sease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s; }
      .mainFooter .widget-footer.block-collapse .title-footer.opened {
        font-weight: 700; }
      .mainFooter .widget-footer.block-collapse .title-footer.opened:before {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .mainFooter .widget-footer.block-collapse .content-footer {
      display: none;
      padding: 10px 0px 20px; }
    .mainFooter .widget-footer.block-collapse .title-footer.opened + .content-footer {
      display: block; } }
  .mainFooter .footer-media {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    /*flex-direction: column; */ }
    .mainFooter .footer-media .newsletter-form .form-group {
      margin-bottom: 0; }
    .mainFooter .footer-media .newsletter-form .input-group-btn {
      width: 100%;
      margin-top: 16px; }
      .mainFooter .footer-media .newsletter-form .input-group-btn .button {
        width: 100%; }
    .mainFooter .footer-media .newsletter-form .checkbox-group input {
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer; }
    .mainFooter .footer-media .newsletter-form .checkbox-group label {
      position: relative;
      cursor: pointer; }
      .mainFooter .footer-media .newsletter-form .checkbox-group label a {
        text-decoration: underline; }
      .mainFooter .footer-media .newsletter-form .checkbox-group label:before {
        content: '';
        -webkit-appearance: none;
        background-color: #F6FBFF;
        border: 1px solid #DCEFFF;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px; }
    .mainFooter .footer-media .newsletter-form .checkbox-group input:checked + label:after {
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      left: 7px;
      width: 5px;
      height: 10px;
      border: solid #0B2341;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
    @media (max-width: 991px) {
      .mainFooter .footer-media {
        border-top: 1px solid #E5E7E8;
        padding-top: 24px;
        justify-content: space-between; }
        .mainFooter .footer-media .widget-footer {
          width: calc(50% - 16px); }
          .mainFooter .footer-media .widget-footer.wrapbox-newsletter {
            width: 100%;
            margin-bottom: 44px; } }
  .mainFooter .footer-copyright .copyright-wrapper {
    text-align: center;
    margin-top: 24px;
    border-top: 1px solid rgba(11, 35, 65, 0.08);
    padding: 24px 0; }
  .mainFooter .footer-copyright p {
    font-size: 10px;
    margin: 0 0 4px; }
  .mainFooter .footer-copyright p:last-child {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .mainFooter .footer-copyright .copyright-wrapper {
      padding: 32px 0;
      margin-top: 32px; }
    .mainFooter .footer-copyright p {
      font-size: 14px;
      margin: 0 0 8px; } }
  .mainFooter .footer-main .footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px 20px; }
  .mainFooter .footer-main .footer-collapsed .widget-footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 10%;
    max-width: 100%; }
  .mainFooter.has-toolbar {
    padding-bottom: 55px; }
  @media (min-width: 992px) {
    .mainFooter {
      padding: 64px 0; }
      .mainFooter .footer-logo {
        margin-bottom: 64px; }
      .mainFooter .footer-main .footer-wrapper {
        flex-direction: row; }
      .mainFooter .footer-main .footer-collapsed {
        -ms-flex: 0 0 calc(75% - 20px);
        flex: 0 0 calc(75% - 20px);
        max-width: calc(75% - 20px);
        display: flex;
        flex-wrap: wrap;
        gap: 24px 20px; }
        .mainFooter .footer-main .footer-collapsed .widget-footer {
          -ms-flex: 0 0 calc((100% - (20px*2)) / 3);
          flex: 0 0 calc((100% - (20px*2)) / 3);
          max-width: calc((100% - (20px*2)) / 3); }
      .mainFooter .footer-main .footer-media {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        gap: 30px; }
        .mainFooter .footer-main .footer-media > div {
          width: 100%; }
      .mainFooter.has-toolbar {
        padding-bottom: 0; } }

/*== smart search ==*/
.smart-search-wrapper {
  width: 100%;
  position: absolute;
  top: 142%;
  right: 0;
  z-index: 10;
  padding-top: 1px;
  height: 100vh; }
  .smart-search-wrapper .overlay-close {
    background: rgba(5, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; }
  .smart-search-wrapper .results-wrapper {
    position: relative;
    z-index: 2; }
  .smart-search-wrapper .results-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    padding: 20px 16px; }
  .smart-search-wrapper .resultsContent h4 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 22px; }
  .smart-search-wrapper .resultsContent .content {
    display: flex;
    flex-direction: column; }
  .smart-search-wrapper .item-ult {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .smart-search-wrapper .item-ult:not(.a-item) {
      border-bottom: 1px solid #575757;
      margin-bottom: 0px; }
    .smart-search-wrapper .item-ult .thumbs {
      width: 40px;
      height: 40px;
      display: inline-block;
      text-align: right; }
    .smart-search-wrapper .item-ult .title {
      width: calc(100% - 40px);
      padding: 8px;
      position: relative; }
      .smart-search-wrapper .item-ult .title a {
        font-weight: 700;
        width: 100%;
        margin: 0 0 8px;
        display: block;
        white-space: initial;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .smart-search-wrapper .item-ult .title p {
        font-weight: 700;
        margin: 0; }
      .smart-search-wrapper .item-ult .title p del {
        font-weight: 400;
        margin-left: 7px;
        color: #575757; }
    .smart-search-wrapper .item-ult.a-item a {
      padding-left: 12px;
      position: relative; }
      .smart-search-wrapper .item-ult.a-item a:before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #000;
        top: 8px;
        left: 0;
        display: block;
        position: absolute; }
  .smart-search-wrapper .resultsMore {
    width: 100%; }
    .smart-search-wrapper .resultsMore a {
      text-align: center;
      display: block;
      padding: 10px 0; }
  .smart-search-wrapper .dataEmpty {
    text-align: center;
    padding: 10px;
    background: rgba(130, 172, 133, 0.2);
    border-radius: 4px; }
  @media (min-width: 992px) {
    .smart-search-wrapper {
      top: 101%; }
      .smart-search-wrapper .item-ult .thumbs {
        width: 140px;
        height: 140px; }
      .smart-search-wrapper .item-ult .title {
        width: calc(100% - 140px);
        font-size: 16px;
        padding: 16px; }
      .smart-search-wrapper .resultsMore a {
        padding: 20px 0 0;
        font-size: 16px; } }
  @media (min-width: 1200px) {
    .smart-search-wrapper .results-inner {
      flex-direction: row;
      max-width: calc(1440px - (86px*2));
      padding: 40px;
      margin: auto; }
    .smart-search-wrapper .resultsContent h4 {
      font-size: 32px; }
    .smart-search-wrapper .resultsProduct {
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%; }
    .smart-search-wrapper .resultsArticle {
      -ms-flex: 0 0 calc(40% - 20px);
      flex: 0 0 calc(40% - 20px);
      max-width: calc(40% - 20px); } }

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

/*===== Artcile LOOP ==========================*/
.item-article {
  border-radius: 8px;
  border: 1px solid #E5E7E8;
  overflow: hidden; }
  .item-article .media-article {
    position: relative; }
    .item-article .media-article .aspect-ratio {
      display: block;
      padding-bottom: calc(2/3 * 100%);
      position: relative;
      overflow: hidden;
      border-radius: 8px; }
      .item-article .media-article .aspect-ratio img, .item-article .media-article .aspect-ratio iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
      .item-article .media-article .aspect-ratio time {
        position: absolute;
        top: 5px;
        left: 5px;
        background: #fff;
        padding: 5px 12px;
        border-radius: 4px;
        font-size: 12px; }
  .item-article .info-article {
    padding: 16px; }
    .item-article .info-article .title-article h4 {
      font-weight: 700;
      font-size: 20px; }
      .item-article .info-article .title-article h4 a {
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        min-height: 43px;
        color: #0B2341; }
    .item-article .info-article .short-article {
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      color: #575757; }
    .item-article .info-article .view-article {
      margin-top: 24px; }
      .item-article .info-article .view-article a {
        display: flex;
        align-items: center;
        color: #575757;
        gap: 8px; }
        .item-article .info-article .view-article a svg {
          width: 20px;
          height: 20px; }

/*===== PRODUCT LOOP ==========================*/
.lazy-img__prod {
  padding-bottom: 100%; }

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

.product-loop {
  position: relative; }

.product-loop .product-inner {
  background: #fff;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #E5E7E8;
  position: relative;
  overflow: hidden; }
  .product-loop .product-inner .proloop-default {
    position: relative;
    z-index: 1;
    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; }
  .product-loop .product-inner .proloop-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
    .product-loop .product-inner .proloop-hover .proloop-detail {
      height: 100%; }

.product-loop .proloop-image {
  position: relative;
  overflow: hidden; }
  .product-loop .proloop-image .pro-sale, .product-loop .proloop-image .pro-soldout {
    position: absolute;
    top: 15px;
    z-index: 3;
    border-radius: 4.5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 5px;
    letter-spacing: -0.5px;
    text-transform: uppercase; }
  .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: 10px;
    background: #E75E6F;
    min-width: 40px;
    text-align: center; }
  .product-loop .proloop-image .pro-sale + .pro-soldout {
    top: 47px; }
  .product-loop .proloop-image .product--image {
    position: relative;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex; }
    .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: 50%;
    left: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
    z-index: 995;
    width: 34px;
    height: 34px;
    line-height: 31px;
    border-radius: 50%;
    border: 1px solid #eee;
    text-align: center;
    background: #fff;
    color: #6d6565;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
    .product-loop .proloop-image .icon-quickview:hover {
      background-color: #444;
      color: #fff;
      border: 1px solid #fff; }
  .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;
  padding: 8px;
  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;
  min-height: 190px; }
  .product-loop .proloop-detail h3 {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: 700;
    letter-spacing: -0.5px; }
    .product-loop .proloop-detail h3 a {
      color: var(--shop-color-title);
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
  .product-loop .proloop-detail .proloop--name-en {
    margin-bottom: 12px;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 20px; }
  .product-loop .proloop-detail .proloop--vendor {
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.5px;
    text-transform: uppercase; }
    .product-loop .proloop-detail .proloop--vendor a {
      color: #0B2341; }
  .product-loop .proloop-detail .proloop--price {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.5px;
    color: var(--shop-color-title);
    margin-right: auto;
    padding-right: 5px;
    display: flex;
    flex-direction: column; }
    .product-loop .proloop-detail .proloop--price .price-del {
      color: #575757;
      text-decoration: line-through;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: -0.01em; }
  .product-loop .proloop-detail .proloop--content ul {
    display: flex;
    gap: 18px;
    flex-direction: column; }
    .product-loop .proloop-detail .proloop--content ul li {
      padding-left: 32px;
      position: relative;
      font-weight: 400;
      font-size: 14px; }
      .product-loop .proloop-detail .proloop--content ul li p {
        margin-bottom: 0; }
      .product-loop .proloop-detail .proloop--content ul li:before {
        content: '';
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.25 7.75L9.75 16.25L5.75 12.25' stroke='%230B2341' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0; }
  .product-loop .proloop-detail .proloop--view {
    margin-top: auto; }
  .product-loop .proloop-detail .proloop-actions {
    position: relative; }
    .product-loop .proloop-detail .proloop-actions .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 .btn-proloop.btn-proloop-contact {
        width: 100%;
        color: var(--shop-color-text);
        border: 1px solid #e9eaec; }
      .product-loop .proloop-detail .proloop-actions .btn-proloop.btn-proloop-gift {
        width: 100%;
        color: #c4c4c4;
        border: 1px solid #e9eaec; }
    .product-loop .proloop-detail .proloop-actions .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%;
      height: 32px;
      width: 32px;
      line-height: 32px;
      outline: none;
      transition: border 0.5s ease;
      -o-transition: border 0.5s ease;
      -moz-transition: border 0.5s ease;
      -webkit-transition: border 0.5s ease; }
      .product-loop .proloop-detail .proloop-actions .btn-proloop-cart .btnadd {
        display: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .product-loop .proloop-detail .proloop-actions .btn-proloop-cart .btnico {
        position: absolute;
        right: -1px;
        top: -1px;
        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 .btn-proloop-cart .btnico svg {
          width: 24px;
          height: 100%;
          display: block;
          margin: auto; }
      .product-loop .proloop-detail .proloop-actions .btn-proloop-cart.disabled {
        color: #c4c4c4;
        pointer-events: none; }
      .product-loop .proloop-detail .proloop-actions .btn-proloop-cart.disabled .btnico {
        background: #eaeaea; }
    .product-loop .proloop-detail .proloop-actions .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 .wrapper-action-loop {
    /*margin-top: auto;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .product-loop .proloop-detail .wrapper-action-loop .prices-ctas {
      margin-right: auto;
      padding-right: 5px; }
    .product-loop .proloop-detail .wrapper-action-loop .proloop-actions {
      width: 32px;
      height: 32px; }

@media (min-width: 992px) {
  .product-loop .product-inner {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
    .product-loop .product-inner .proloop-detail {
      padding: 24px 16px;
      -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 .btn-proloop-cart:not(.disabled):hover {
        border-color: #151517; }
    .product-loop .product-inner:hover {
      -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
      border: 1px solid #002B5C;
      /*.proloop-image{
					.product--image {
						.lazy-img.first-image {-webkit-opacity: 0; -moz-opacity: 0;opacity: 0;transform: translate(calc(-100% - 5px));-ms-transform: translate(calc(-100% - 5px));-webkit-transform: translate(calc(-100% - 5px));}
						.lazy-img.second-image {-webkit-opacity: 1; -moz-opacity: 1;opacity: 1;transform: translate(-100%);-ms-transform: translate(-100%);-webkit-transform: translate(-100%);}
					}
					.icon-quickview {opacity: 1;}
				}*/ }
      .product-loop .product-inner:hover .proloop-hover {
        opacity: 1;
        visibility: visible;
        z-index: 2; }
  .product-loop .proloop-detail {
    padding: 10px 10px 12px;
    min-height: 230px; }
    .product-loop .proloop-detail h3 {
      font-size: 18px; }
    .product-loop .proloop-detail h3 a {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .product-loop .proloop-detail .proloop--name-en {
      margin-bottom: 20px; }
    .product-loop .proloop-detail .proloop--price {
      font-size: 24px; }
      .product-loop .proloop-detail .proloop--price.prices-ctas .price-del {
        display: block; }
    .product-loop .proloop-detail .proloop--vendor {
      font-size: 12px; } }

.banner-loop .banner-aspect {
  height: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden; }
  .banner-loop .banner-aspect .image {
    position: relative;
    padding-bottom: 230%;
    overflow: hidden; }
    .banner-loop .banner-aspect .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .banner-loop .banner-aspect .image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.05); }
  .banner-loop .banner-aspect .info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 10%; }
    .banner-loop .banner-aspect .info .text {
      font-weight: 700;
      font-size: 20px;
      color: #fff; }

@media (min-width: 992px) {
  .banner-loop .banner-aspect .image {
    padding-bottom: calc(530/628 * 100%); }
  .banner-loop .banner-aspect .info .text {
    font-size: 36px; } }

.list-collection {
  margin: 0 -16px;
  padding-left: 16px; }
  .list-collection:not(.owl-loaded) {
    width: auto;
    display: flex;
    gap: 8px;
    overflow-x: scroll; }
    .list-collection:not(.owl-loaded)::-webkit-scrollbar {
      display: none; }
    .list-collection:not(.owl-loaded) .product-loop {
      -ms-flex: 0 0 42%;
      flex: 0 0 42%;
      max-width: 42%; }
  @media (min-width: 992px) {
    .list-collection {
      margin: 0;
      padding-left: 0; }
      .list-collection:not(.owl-loaded) {
        gap: 20px;
        overflow: hidden; }
        .list-collection:not(.owl-loaded)[data-view="4"] .product-loop {
          -ms-flex: 0 0 calc((100% - (20px*3)) / 4);
          flex: 0 0 calc((100% - (20px*3)) / 4);
          max-width: calc((100% - (20px*3)) / 4); }
        .list-collection:not(.owl-loaded)[data-view="3"] .product-loop {
          -ms-flex: 0 0 calc((100% - (20px*2)) / 3);
          flex: 0 0 calc((100% - (20px*2)) / 3);
          max-width: calc((100% - (20px*2)) / 3); } }

.grid-collection {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .grid-collection .product-loop {
    -ms-flex: 0 0 calc((100% - 8px) / 2);
    flex: 0 0 calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2); }
  .grid-collection .banner-loop {
    -ms-flex: 0 0 calc((100% - 8px) / 2);
    flex: 0 0 calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2); }
  @media (min-width: 992px) {
    .grid-collection {
      gap: 20px; }
      .grid-collection .product-loop {
        -ms-flex: 0 0 calc((100% - 40px) / 3);
        flex: 0 0 calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3); }
      .grid-collection .banner-loop {
        -ms-flex: 0 0 calc(((100% - 10px) / 3) * 2);
        flex: 0 0 calc(((100% - 10px) / 3) * 2);
        max-width: calc(((100% - 10px) / 3) * 2); } }

/*-- tooltip --*/
.popover-body {
  padding: 3px 8px; }

.tooltip-inner {
  background-color: var(--shop-color-main) !important;
  color: #fff;
  z-index: 99; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: var(--shop-color-main) !important; }

/*===== INDEX ==========================*/
[class^="section-home-"] {
  margin-bottom: 48px;
  overflow: hidden; }
  [class^="section-home-"].section-last {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    [class^="section-home-"] {
      margin-bottom: 64px; } }

.list-blog {
  display: flex; }
  .list-blog.type-1:not(.owl-loaded) {
    margin: 0 -16px;
    padding-left: 16px;
    width: auto;
    display: flex;
    gap: 8px;
    overflow-x: scroll; }
    .list-blog.type-1:not(.owl-loaded)::-webkit-scrollbar {
      display: none; }
    .list-blog.type-1:not(.owl-loaded) .item-article {
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%; }
  .list-blog.type-2 {
    flex-direction: column;
    gap: 16px; }
    .list-blog.type-2 .item-article {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  @media (min-width: 992px) {
    .list-blog.type-1 {
      margin: 0;
      padding-left: 0; }
      .list-blog.type-1:not(.owl-loaded) {
        gap: 20px;
        overflow: hidden;
        flex-direction: row; }
        .list-blog.type-1:not(.owl-loaded)[data-view="4"] .item-article {
          -ms-flex: 0 0 calc((100% - (20px*3)) / 4);
          flex: 0 0 calc((100% - (20px*3)) / 4);
          max-width: calc((100% - (20px*3)) / 4); }
        .list-blog.type-1:not(.owl-loaded)[data-view="3"] .item-article {
          -ms-flex: 0 0 calc((100% - (20px*2)) / 3);
          flex: 0 0 calc((100% - (20px*2)) / 3);
          max-width: calc((100% - (20px*2)) / 3); }
    .list-blog.type-2 {
      margin: 0;
      padding-left: 0;
      gap: 20px;
      overflow: hidden;
      flex-direction: row; }
      .list-blog.type-2[data-view="4"] .item-article {
        -ms-flex: 0 0 calc((100% - (20px*3)) / 4);
        flex: 0 0 calc((100% - (20px*3)) / 4);
        max-width: calc((100% - (20px*3)) / 4); }
      .list-blog.type-2[data-view="3"] .item-article {
        -ms-flex: 0 0 calc((100% - (20px*2)) / 3);
        flex: 0 0 calc((100% - (20px*2)) / 3);
        max-width: calc((100% - (20px*2)) / 3); } }

.section-heading {
  margin-bottom: 16px;
  text-align: center; }
  .section-heading h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--shop-color-title); }
    .section-heading h2 a {
      color: var(--shop-color-title); }
  .section-heading .desc {
    margin: 8px 0 16px; }
  @media (min-width: 992px) {
    .section-heading {
      margin-bottom: 32px; }
      .section-heading h2 {
        font-size: 36px; }
      .section-heading .desc {
        margin: 16px 0 32px; } }

.effect-image {
  position: relative;
  overflow: hidden; }
  .effect-image img {
    -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; }
  .effect-image:hover img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04); }

.owl-carousel .owl-item .effect-image img.owl-lazy {
  -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; }

.owlStyle .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  outline: none;
  box-shadow: none;
  border: none; }
  .owlStyle .owl-carousel .owl-nav button svg {
    width: 14px;
    height: 14px; }
  .owlStyle .owl-carousel .owl-nav button.owl-prev {
    left: 0; }
  .owlStyle .owl-carousel .owl-nav button.owl-next {
    right: 0; }
  .owlStyle .owl-carousel .owl-nav button.disabled {
    opacity: 0.5; }
  @media (min-width: 992px) {
    .owlStyle .owl-carousel .owl-nav button.owl-prev {
      left: -16px; }
    .owlStyle .owl-carousel .owl-nav button.owl-next {
      right: -16px; }
    .owlStyle .owl-carousel .owl-nav button:hover {
      background: var(--shop-color-main); } }

.owlStyle .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px; }
  .owlStyle .owl-carousel .owl-dots button {
    width: 8px;
    height: 8px;
    background: none;
    border-radius: 100%;
    -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;
    margin: 0 4px;
    outline: none;
    box-shadow: none;
    border: none; }
    .owlStyle .owl-carousel .owl-dots button span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(87, 87, 87, 0.3); }
    .owlStyle .owl-carousel .owl-dots button.active span {
      background: #002B5C; }

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

.section-home-slider {
  position: relative;
  overflow: hidden;
  margin-top: 16px; }
  .section-home-slider .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
  .section-home-slider .owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .section-home-slider .owl-carousel .slider-item {
    position: relative; }
  .section-home-slider .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    padding: 0;
    opacity: 1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #444444;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    outline: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    display: none;
    align-items: center;
    justify-content: center; }
    .section-home-slider .owl-carousel .owl-nav button.owl-prev {
      left: 30px; }
    .section-home-slider .owl-carousel .owl-nav button.owl-next {
      right: 30px; }
    .section-home-slider .owl-carousel .owl-nav button svg {
      width: 20px;
      height: 20px; }
  .section-home-slider .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot {
      margin: 0 4px;
      outline: 0; }
      .section-home-slider .owl-carousel .owl-dots .owl-dot span {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5); }
      .section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
        background: #002B5C; }
    @media (min-width: 992px) {
      .section-home-slider .owl-carousel .owl-dots {
        bottom: 20px; }
        .section-home-slider .owl-carousel .owl-dots .owl-dot span {
          width: 12px;
          height: 12px; } }
  .section-home-slider .slide-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px; }
    .section-home-slider .slide-box:before {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(11, 35, 65, 0) 0%, rgba(11, 35, 65, 0.45) 100%); }
    .section-home-slider .slide-box .slide-text {
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: auto;
      padding: 24px 24px 40px;
      display: flex;
      align-items: flex-end; }
      .section-home-slider .slide-box .slide-text .content {
        display: flex;
        flex-direction: column; }
        .section-home-slider .slide-box .slide-text .content h3 {
          font-weight: 700;
          font-size: 24px;
          margin-bottom: 8px;
          color: #fff; }
        .section-home-slider .slide-box .slide-text .content .detail {
          margin-bottom: 14px;
          color: #fff; }
    @media (min-width: 992px) {
      .section-home-slider .slide-box .slide-text {
        width: 50%;
        padding: 64px; }
        .section-home-slider .slide-box .slide-text .content h3 {
          font-size: 40px;
          margin-bottom: 16px; }
        .section-home-slider .slide-box .slide-text .content .detail {
          margin-bottom: 24px; } }
  @media (min-width: 992px) {
    .section-home-slider {
      margin-top: 24px; } }

.section-home-intro .home-intro {
  display: flex;
  flex-direction: column;
  gap: 16px 20px; }
  .section-home-intro .home-intro .home-intro--text {
    display: flex;
    align-items: center; }
    .section-home-intro .home-intro .home-intro--text .content-box {
      display: flex;
      flex-direction: column; }
      .section-home-intro .home-intro .home-intro--text .content-box h2, .section-home-intro .home-intro .home-intro--text .content-box h3 {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 8px; }
      .section-home-intro .home-intro .home-intro--text .content-box .detail {
        margin-bottom: 16px; }
  .section-home-intro .home-intro .home-intro--media .banner-box {
    overflow: hidden;
    position: relative;
    padding-bottom: calc(751/1260 * 100%);
    border-radius: 8px; }
    .section-home-intro .home-intro .home-intro--media .banner-box img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .section-home-intro .home-intro .home-intro--media .video-box {
    overflow: hidden;
    position: relative;
    padding-bottom: calc(483/358 * 100%);
    border-radius: 8px; }
    .section-home-intro .home-intro .home-intro--media .video-box video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .section-home-intro .home-intro.has-subbanner .home-intro--text {
    align-items: flex-start;
    background: #88CDD3;
    overflow: hidden;
    border-radius: 8px;
    flex-direction: column; }
    .section-home-intro .home-intro.has-subbanner .home-intro--text .content-box {
      padding: 16px; }
      .section-home-intro .home-intro.has-subbanner .home-intro--text .content-box h2, .section-home-intro .home-intro.has-subbanner .home-intro--text .content-box h3, .section-home-intro .home-intro.has-subbanner .home-intro--text .content-box .detail {
        color: #ffffff; }

@media (min-width: 992px) {
  .section-home-intro .home-intro {
    flex-direction: row; }
    .section-home-intro .home-intro .home-intro--media {
      -ms-flex: 0 0 calc(70% - 20px);
      flex: 0 0 calc(70% - 20px);
      max-width: calc(70% - 20px); }
    .section-home-intro .home-intro .home-intro--text {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%; }
      .section-home-intro .home-intro .home-intro--text .content-box h2 {
        font-size: 36px;
        margin-bottom: 16px; }
      .section-home-intro .home-intro .home-intro--text .content-box h3 {
        font-size: 24px;
        margin-bottom: 16px; }
      .section-home-intro .home-intro .home-intro--text .content-box .detail {
        margin-bottom: 32px; }
    .section-home-intro .home-intro.has-subbanner .home-intro--media .video-box {
      padding-bottom: calc(713/1266 * 100%); }
    .section-home-intro .home-intro.has-subbanner .home-intro--text .content-box {
      padding: 24px; } }

.section-home-brand .listing-brand {
  display: flex;
  gap: 8px 20px;
  flex-direction: column; }
  .section-home-brand .listing-brand .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.section-home-brand .brand-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 10px; }
  .section-home-brand .brand-card .banner a {
    padding-bottom: calc(490/530 * 100%);
    overflow: hidden;
    position: relative;
    display: block; }
  .section-home-brand .brand-card .banner a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover; }
  .section-home-brand .brand-card .title h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0; }
  .section-home-brand .brand-card .title a {
    display: flex;
    color: #fff;
    padding: 16px;
    justify-content: space-between;
    align-items: center; }
  .section-home-brand .brand-card .title a svg {
    width: 20px;
    height: 20px; }
  .section-home-brand .brand-card .title.bg-1 {
    background: #88CDD3; }
  .section-home-brand .brand-card .title.bg-2 {
    background: #EFB8A9; }
  .section-home-brand .brand-card .title.bg-3 {
    background: #0B2341; }

@media (min-width: 992px) {
  .section-home-brand .listing-brand {
    flex-direction: row; }
    .section-home-brand .listing-brand .item {
      -ms-flex: 0 0 calc((100% - (22px*2)) / 3);
      flex: 0 0 calc((100% - (22px*2)) / 3);
      max-width: calc((100% - (22px*2)) / 3); }
  .section-home-brand .brand-card .title h3 {
    font-size: 24px; }
  .section-home-brand .brand-card .title a {
    padding: 30px 24px; }
    .section-home-brand .brand-card .title a svg {
      width: 42px;
      height: 42px; } }

.section-home-collection .wraplist-ctas {
  margin-top: 24px; }
  .section-home-collection .wraplist-ctas .btn-collection {
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 4px; }
  .section-home-collection .wraplist-ctas .btn-collection svg {
    height: 16px;
    width: 20px;
    margin-left: 2px;
    fill: currentColor;
    overflow: hidden;
    margin-bottom: 1px; }
  @media (min-width: 992px) {
    .section-home-collection .wraplist-ctas {
      margin-top: 40px; }
      .section-home-collection .wraplist-ctas .btn-collection:hover svg path {
        -webkit-animation: rightarrow 0.46s ease-out alternate infinite 0.2s;
        animation: rightarrow 0.46s ease-out alternate infinite 0.2s; } }

.section-home-collection.feature-collection .section-content {
  background: #EFB8A9;
  padding: 38px 0; }

@media (min-width: 992px) {
  .section-home-collection.feature-collection .section-content {
    padding: 40px 0; } }

.section-home-collection.tab-collection .tablist {
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-bottom: 1px solid #575757;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .section-home-collection.tab-collection .tablist::-webkit-scrollbar {
    display: none; }
  .section-home-collection.tab-collection .tablist a {
    display: inline-flex;
    justify-content: center;
    padding: 6px 18px;
    color: #0B2341;
    position: relative; }
    .section-home-collection.tab-collection .tablist a:after {
      content: "";
      position: absolute;
      bottom: 0;
      height: 3px;
      background: #0B2341;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
      left: 0;
      right: 0; }
    .section-home-collection.tab-collection .tablist a.active {
      font-size: 16px;
      font-weight: 700; }
      .section-home-collection.tab-collection .tablist a.active:after {
        opacity: 1;
        visibility: visible; }

.section-home-collection.tab-collection .section-content {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .section-home-collection.tab-collection .section-content > div {
    width: 100%; }
  .section-home-collection.tab-collection .section-content .tabpant {
    display: none; }
    .section-home-collection.tab-collection .section-content .tabpant.active {
      display: block; }

.section-home-collection.tab-collection.type-1 .section-wraper {
  display: flex;
  flex-direction: column;
  gap: 16px 20px; }
  .section-home-collection.tab-collection.type-1 .section-wraper .section-content {
    gap: 16px; }
  .section-home-collection.tab-collection.type-1 .section-wraper .section-heading {
    text-align: left; }
  .section-home-collection.tab-collection.type-1 .section-wraper .section-content--tablist {
    overflow: hidden; }

@media (min-width: 992px) {
  .section-home-collection.tab-collection.type-1 .tablist {
    overflow: hidden; }
    .section-home-collection.tab-collection.type-1 .tablist a {
      width: 100%; }
  .section-home-collection.tab-collection.type-1 .section-wraper {
    flex-direction: row; }
    .section-home-collection.tab-collection.type-1 .section-wraper .section-heading {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%; }
    .section-home-collection.tab-collection.type-1 .section-wraper .section-content {
      gap: 20px;
      -ms-flex: 0 0 calc(70% - 20px);
      flex: 0 0 calc(70% - 20px);
      max-width: calc(70% - 20px); }
  .section-home-collection.tab-collection.type-2 .tablist {
    width: 50%;
    margin: auto;
    max-width: max-content;
    overflow: hidden; }
  .section-home-collection.tab-collection.type-2 .section-wraper .section-content {
    gap: 36px; } }

.section-home-feedback .list-feedback .feedback-card {
  display: flex;
  padding: 12px;
  overflow: hidden;
  border-radius: 8px;
  flex-direction: column;
  gap: 16px 0; }
  .section-home-feedback .list-feedback .feedback-card .text, .section-home-feedback .list-feedback .feedback-card .media {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .section-home-feedback .list-feedback .feedback-card .text {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0; }
  .section-home-feedback .list-feedback .feedback-card .aspect-ratio {
    overflow: hidden;
    position: relative;
    padding-bottom: calc(424/238 * 100%);
    border-radius: 8px; }
    .section-home-feedback .list-feedback .feedback-card .aspect-ratio video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .section-home-feedback .list-feedback .feedback-card .media {
    display: block; }
  .section-home-feedback .list-feedback .feedback-card.bg-1 {
    background: #EFB8A9; }
  .section-home-feedback .list-feedback .feedback-card.bg-2 {
    background: #88CDD3; }
  .section-home-feedback .list-feedback .feedback-card.bg-3 {
    background: #82AC85; }

.section-home-feedback .list-feedback:not(.owl-loaded) {
  width: auto;
  display: flex;
  gap: 8px;
  overflow-x: scroll;
  margin: 0 -16px;
  padding-left: 16px; }
  .section-home-feedback .list-feedback:not(.owl-loaded)::-webkit-scrollbar {
    display: none; }
  .section-home-feedback .list-feedback:not(.owl-loaded) .item {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%; }

@media (min-width: 992px) {
  .section-home-feedback .list-feedback:not(.owl-loaded) {
    gap: 20px;
    margin: 0;
    padding-left: 0; }
    .section-home-feedback .list-feedback:not(.owl-loaded) .item {
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%; }
  .section-home-feedback .list-feedback .feedback-card {
    padding: 16px 12px;
    flex-direction: row; }
    .section-home-feedback .list-feedback .feedback-card .text, .section-home-feedback .list-feedback .feedback-card .media {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .section-home-feedback .list-feedback .feedback-card .text {
      padding: 26px 26px 26px 12px; } }

.section-home-recommend {
  background: #88CDD3;
  padding: 40px 0; }
  .section-home-recommend .recommend-card {
    display: flex;
    flex-direction: column; }
    .section-home-recommend .recommend-card .recommend-card--text {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .section-home-recommend .recommend-card .recommend-card--text .text h3 {
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 8px; }
      .section-home-recommend .recommend-card .recommend-card--text .text p {
        color: #ffffff; }
    .section-home-recommend .recommend-card .recommend-card--video {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .section-home-recommend .recommend-card .recommend-card--video .aspect-ratio {
        overflow: hidden;
        position: relative;
        padding-bottom: calc(353/624 * 100%);
        border-radius: 8px; }
        .section-home-recommend .recommend-card .recommend-card--video .aspect-ratio video, .section-home-recommend .recommend-card .recommend-card--video .aspect-ratio iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .section-home-recommend .list-recommend:not(.owl-loaded) {
    width: auto;
    display: flex;
    gap: 8px;
    overflow-x: scroll; }
    .section-home-recommend .list-recommend:not(.owl-loaded)::-webkit-scrollbar {
      display: none; }
    .section-home-recommend .list-recommend:not(.owl-loaded) .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  @media (min-width: 992px) {
    .section-home-recommend {
      padding: 64px 0; }
      .section-home-recommend .recommend-card {
        flex-direction: row;
        align-items: center; }
        .section-home-recommend .recommend-card .recommend-card--text {
          -ms-flex: 0 0 40%;
          flex: 0 0 40%;
          max-width: 40%;
          padding: 20px 60px 20px 0; }
          .section-home-recommend .recommend-card .recommend-card--text .text h3 {
            font-size: 36px;
            margin-bottom: 16px; }
        .section-home-recommend .recommend-card .recommend-card--video {
          -ms-flex: 0 0 60%;
          flex: 0 0 60%;
          max-width: 60%; }
      .section-home-recommend.owlStyle .owl-nav button.owl-prev {
        left: auto;
        right: 58.5%; } }

.section-home-intro2 {
  padding: 40px 0;
  background: #82AC85; }
  .section-home-intro2 * {
    color: #ffffff; }
  .section-home-intro2 .home-intro {
    display: flex;
    flex-direction: column;
    gap: 40px 180px; }
    .section-home-intro2 .home-intro .home-intro--text {
      display: flex;
      align-items: center; }
      .section-home-intro2 .home-intro .home-intro--text .content-box {
        display: flex;
        flex-direction: column; }
        .section-home-intro2 .home-intro .home-intro--text .content-box h2 {
          font-weight: 700;
          font-size: 42px;
          margin-bottom: 8px;
          color: #96C499; }
        .section-home-intro2 .home-intro .home-intro--text .content-box .detail {
          margin-bottom: 16px; }
  @media (min-width: 992px) {
    .section-home-intro2 {
      padding: 64px 0; }
      .section-home-intro2 .home-intro {
        flex-direction: row;
        justify-content: space-between; }
        .section-home-intro2 .home-intro .home-intro--text {
          -ms-flex: 0 0 calc(60% - 180px);
          flex: 0 0 calc(60% - 180px);
          max-width: calc(60% - 180px);
          padding-right: 80px; }
          .section-home-intro2 .home-intro .home-intro--text .content-box h2 {
            font-size: 80px;
            margin-bottom: 16px; }
          .section-home-intro2 .home-intro .home-intro--text .content-box .detail {
            margin-bottom: 32px; }
        .section-home-intro2 .home-intro .home-intro--media {
          -ms-flex: 0 0 40%;
          flex: 0 0 40%;
          max-width: 40%; } }

.section-home-blog .section-heading {
  display: flex;
  justify-content: center; }
  .section-home-blog .section-heading .action {
    display: none; }

.section-home-blog .section-action {
  display: flex;
  justify-content: center;
  margin-top: 24px; }

@media (min-width: 992px) {
  .section-home-blog .section-heading {
    align-items: center;
    justify-content: space-between; }
    .section-home-blog .section-heading .action {
      display: block; }
  .section-home-blog .section-action {
    display: none; } }

/*===== PRODUCT DETAIL ==========================*/
/* 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; }
  .swatch .swatch-element.color label.tim.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.tim.sd:before {
    content: none; }
  .swatch .swatch-element.color label.tim.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; }
  .swatch .swatch-element.color label.vang.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.vang.sd:before {
    content: none; }
  .swatch .swatch-element.color label.vang.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; }
  .swatch .swatch-element.color label.cam.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.cam.sd:before {
    content: none; }
  .swatch .swatch-element.color label.cam.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; }
  .swatch .swatch-element.color label.hong.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.hong.sd:before {
    content: none; }
  .swatch .swatch-element.color label.hong.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; }
  .swatch .swatch-element.color label.den.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.den.sd:before {
    content: none; }
  .swatch .swatch-element.color label.den.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; }
  .swatch .swatch-element.color label.xam.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xam.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xam.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; }
  .swatch .swatch-element.color label.trang.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.trang.sd:before {
    content: none; }
  .swatch .swatch-element.color label.trang.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; }
  .swatch .swatch-element.color label.xanh-duong.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xanh-duong.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xanh-duong.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; }
  .swatch .swatch-element.color label.xanh.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xanh.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xanh.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; }
  .swatch .swatch-element.color label.xanh-la.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xanh-la.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xanh-la.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; }
  .swatch .swatch-element.color label.do.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.do.sd:before {
    content: none; }
  .swatch .swatch-element.color label.do.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; }
  .swatch .swatch-element.color label.bac.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.bac.sd:before {
    content: none; }
  .swatch .swatch-element.color label.bac.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; }
  .swatch .swatch-element.color label.nau.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.nau.sd:before {
    content: none; }
  .swatch .swatch-element.color label.nau.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; }
  .swatch .swatch-element.color label.xanh-nhat.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xanh-nhat.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xanh-nhat.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; }
  .swatch .swatch-element.color label.blue-blue.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.blue-blue.sd:before {
    content: none; }
  .swatch .swatch-element.color label.blue-blue.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; }
  .swatch .swatch-element.color label.blue-grey.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.blue-grey.sd:before {
    content: none; }
  .swatch .swatch-element.color label.blue-grey.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; }
  .swatch .swatch-element.color label.vang-nhat.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.vang-nhat.sd:before {
    content: none; }
  .swatch .swatch-element.color label.vang-nhat.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; }
  .swatch .swatch-element.color label.blue-black.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.blue-black.sd:before {
    content: none; }
  .swatch .swatch-element.color label.blue-black.sd:after {
    content: none; }

.variantColor .vrt-color span.blue-black {
  background: #022d44; }

.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;
		}
		&: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");
		}
	}*/ }
  .select-swatch .swatch {
    margin-top: 15px;
    gap: 16px;
    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 {
    color: #002B5C;
    width: 70px; }
  .select-swatch .swatch .select-swap {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 8px; }
  .select-swatch .swatch .swatch-element {
    display: inline-block;
    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;
    color: var(--shop-color-title);
    background-color: #fff;
    border: 1px solid #575757;
    text-align: center;
    cursor: pointer; }
  .select-swatch .swatch .swatch-element.color label {
    overflow: hidden; }
  .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:not(.color) label.sd {
    background: var(--shop-color-title);
    color: #fff; }

.listProduct-row {
  margin: 0 -16px;
  padding-left: 16px; }
  .listProduct-row:not(.owl-loaded) {
    width: auto;
    display: flex;
    gap: 8px;
    overflow-x: scroll; }
    .listProduct-row:not(.owl-loaded)::-webkit-scrollbar {
      display: none; }
    .listProduct-row:not(.owl-loaded) .product-loop {
      -ms-flex: 0 0 42%;
      flex: 0 0 42%;
      max-width: 42%; }
  @media (min-width: 992px) {
    .listProduct-row {
      margin: 0;
      padding-left: 0; }
      .listProduct-row:not(.owl-loaded) {
        gap: 20px;
        overflow: hidden; }
        .listProduct-row:not(.owl-loaded) .product-loop {
          -ms-flex: 0 0 calc((100% - (20px*3)) / 4);
          flex: 0 0 calc((100% - (20px*3)) / 4);
          max-width: calc((100% - (20px*3)) / 4); } }

.productDetail-related {
  margin-top: 28px; }
  .productDetail-related .productRelated-title h2 {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    text-align: center; }
  .productDetail-related .listProduct-row {
    margin: 0; }
  @media (min-width: 992px) {
    .productDetail-related {
      margin-top: 48px; }
      .productDetail-related .productRelated-title h2 {
        margin: 0 0 24px;
        font-size: 36px; } }

.productDetail-recently-viewed {
  margin-top: 28px; }
  .productDetail-recently-viewed .productViewed-title h2 {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    text-align: center; }
  .productDetail-recently-viewed .listProduct-row {
    margin: 0; }
  @media (min-width: 992px) {
    .productDetail-recently-viewed {
      margin-top: 48px; }
      .productDetail-recently-viewed .productViewed-title h2 {
        margin: 0 0 24px;
        font-size: 36px; } }

.section-product-blog, .section-product-blog-special {
  margin-top: 28px; }
  @media (min-width: 992px) {
    .section-product-blog, .section-product-blog-special {
      margin-top: 48px; } }

.section-product-keysearch {
  margin-top: 28px; }
  .section-product-keysearch .section-content {
    overflow-x: scroll;
    padding-bottom: 20px; }
    .section-product-keysearch .section-content::-webkit-scrollbar-track {
      border-radius: 40px;
      background-color: #F5F5F5;
      -webkit-box-shadow: inset 0 0 10px #F5F5F5; }
    .section-product-keysearch .section-content::-webkit-scrollbar {
      background-color: #F5F5F5;
      width: 2px;
      height: 6px; }
    .section-product-keysearch .section-content::-webkit-scrollbar-thumb {
      background-color: #B3B7BB;
      border-radius: 10px; }
  .section-product-keysearch .list-keysearch {
    display: flex;
    gap: 16px; }
    .section-product-keysearch .list-keysearch .item a {
      display: inline-flex;
      white-space: nowrap;
      padding: 8px 24px;
      background: #FAFAFA;
      border-radius: 40px;
      color: #0B2341; }
  @media (min-width: 992px) {
    .section-product-keysearch {
      margin-top: 48px; } }

.productDetail-linkcopy {
  position: relative;
  overflow: hidden; }
  .productDetail-linkcopy input.linkToCopy {
    opacity: 0;
    position: absolute;
    left: 180%;
    top: -20px; }

.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 {
  margin: 24px 0 48px;
  padding-bottom: 24px; }
  .productDetail-information .product-deliverly .infoList-deliverly .deliverly-item {
    position: relative;
    justify-content: center;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    gap: 8px; }
    .productDetail-information .product-deliverly .infoList-deliverly .deliverly-item span {
      width: 30px; }
  .productDetail-information .product-deliverly .infoList-deliverly:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    overflow: hidden; }
    .productDetail-information .product-deliverly .infoList-deliverly:not(.owl-loaded) .deliverly-item {
      flex: 0 0 100%;
      -ms-flex: 0 0 100%; }
  @media (min-width: 992px) {
    .productDetail-information .product-deliverly {
      margin-bottom: 0; } }

.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 #171718;
  padding: 7px 15px;
  color: #171718;
  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: #171718;
  -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 .description-content.expandable-toggle.opened .description-productdetail {
  max-height: 230px;
  overflow: hidden; }

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

.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 .product-heading {
  margin-bottom: 16px; }
  .productDetail--content .product-heading h1 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px; }
  .productDetail--content .product-heading .pro-vendor {
    font-weight: 700;
    font-size: 12px;
    color: var(--shop-color-title);
    margin-bottom: 8px;
    text-transform: uppercase; }
  .productDetail--content .product-heading .pro-name-en {
    color: #575757; }

.productDetail--content .product-price {
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-align-items: center;
  gap: 16px;
  margin-bottom: 16px; }
  .productDetail--content .product-price span.pro-price {
    font-size: 24px;
    font-weight: 700;
    color: #E34444; }
  .productDetail--content .product-price del {
    font-size: 24px;
    color: #575757; }
  .productDetail--content .product-price span.pro-percent {
    display: none;
    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 .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 {
  position: relative;
  z-index: 1; }
  .productDetail--content .product-variants .select {
    display: none;
    visibility: hidden; }
  .productDetail--content .product-variants .check-action-tt {
    color: #E34444;
    font-weight: 500;
    margin: 0;
    font-size: 12px; }
    .productDetail--content .product-variants .check-action-tt.text-effect {
      animation: 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.1s 1 forwards headShake; }

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

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

.productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart {
  background: #0B2341;
  border: 1px solid #0B2341;
  color: #ffffff; }

.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%;
  padding: 12px 20px;
  outline: none;
  font-size: 16px; }

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

.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 .quantity-area {
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-align-items: center;
  gap: 16px;
  margin-top: 12px; }
  .productDetail--content .product-actions .quantity-area .quantity-title {
    color: #002B5C;
    width: 70px; }
  .productDetail--content .product-actions .quantity-area .quantity-input {
    background: #fff;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .productDetail--content .product-actions .quantity-area .quantity-input:focus {
      outline: none; }
  .productDetail--content .product-actions .quantity-area .qty-btn {
    float: left;
    background: #fff;
    border: none;
    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 .quantity-area .qty-btn svg {
      display: block;
      width: 24px;
      height: 100%;
      margin: 0 auto;
      fill: #a4aaaf;
      transition: all .2s ease-in-out; }
    .productDetail--content .product-actions .quantity-area .qty-btn:hover svg {
      fill: #000; }
  .productDetail--content .product-actions .quantity-area .pro-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #575757; }

.productDetail--content .product-actions .descshort-area {
  color: #575757;
  margin-top: 24px; }

.productDetail--content .product-actions .infos-area {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  margin-top: 12px; }
  .productDetail--content .product-actions .infos-area .info {
    display: inline-flex;
    gap: 8px;
    align-items: center; }

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

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

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

@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-heading {
    margin-bottom: 24px; }
    .productDetail--content .product-heading h1 {
      font-size: 36px; }
  .productDetail--content .product-price {
    margin-bottom: 24px; }
    .productDetail--content .product-price span.pro-price {
      font-size: 32px; }
    .productDetail--content .product-price del {
      font-size: 32px; } }

@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 {
    display: none; }
  .productDetail--content .product-actions .select-actions .addcart-area button {
    font-size: 13px; } }

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

.productDetail--navs .tab-title {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(11, 35, 65, 0.15); }
  .productDetail--navs .tab-title .nav-item {
    padding: 16px 16px 16px 0;
    border-bottom: 1px solid rgba(11, 35, 65, 0.15);
    color: #0B2341;
    position: relative;
    cursor: pointer; }
    .productDetail--navs .tab-title .nav-item .nav-title {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 4px;
      padding-right: 100px; }
      .productDetail--navs .tab-title .nav-item .nav-title svg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
      @media (min-width: 992px) {
        .productDetail--navs .tab-title .nav-item .nav-title {
          font-size: 20px; } }
    .productDetail--navs .tab-title .nav-item .nav-subtitle {
      width: calc(100% - 40px); }

.productDetail--descs {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  .productDetail--descs .listing-tag {
    display: flex;
    gap: 16px;
    margin: 16px 0; }
    .productDetail--descs .listing-tag .item {
      width: calc((100% - 32px) / 3); }
    .productDetail--descs .listing-tag .box {
      text-align: center;
      color: #0B2341; }
      .productDetail--descs .listing-tag .box .icon {
        overflow: hidden;
        width: 64px;
        height: 64px;
        margin: auto;
        position: relative;
        border-radius: 100%;
        margin-bottom: 8px; }
        .productDetail--descs .listing-tag .box .icon img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .productDetail--descs .boxing-info .listing-main {
    padding: 16px 24px;
    display: flex;
    gap: 24px;
    background: #82AC85;
    border-radius: 2px;
    margin-bottom: 16px; }
    .productDetail--descs .boxing-info .listing-main * {
      color: #fff; }
    .productDetail--descs .boxing-info .listing-main .item {
      width: calc((100% - 24px) / 2); }
    .productDetail--descs .boxing-info .listing-main .box {
      text-align: center;
      cursor: pointer; }
      .productDetail--descs .boxing-info .listing-main .box .number {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 8px; }
  .productDetail--descs .boxing-info .listing-sub {
    display: flex;
    gap: 16px;
    flex-wrap: wrap; }
    .productDetail--descs .boxing-info .listing-sub .item {
      width: 100%; }
    .productDetail--descs .boxing-info .listing-sub .box {
      color: #0B2341; }
      .productDetail--descs .boxing-info .listing-sub .box .title {
        font-weight: 700;
        margin-bottom: 8px; }
  @media (min-width: 992px) {
    .productDetail--descs .boxing-info .listing-main .box .text {
      width: 70%;
      margin: auto; }
    .productDetail--descs .boxing-info .listing-sub {
      gap: 24px; }
      .productDetail--descs .boxing-info .listing-sub .item {
        width: calc((100% - 48px) / 3); } }

.productDetail--faq h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px; }

.productDetail--faq .list-faqs {
  color: #0B2341; }
  .productDetail--faq .list-faqs .faq-item {
    border-bottom: 1px solid rgba(11, 35, 65, 0.15); }
  .productDetail--faq .list-faqs .header-faqs {
    font-weight: 700;
    padding-right: 20px;
    padding: 16px 32px 16px 0;
    position: relative;
    cursor: pointer; }
    .productDetail--faq .list-faqs .header-faqs:before {
      content: "";
      right: 0px;
      top: 0px;
      bottom: 0;
      margin: auto;
      position: absolute;
      box-sizing: border-box;
      height: 24px;
      width: 24px;
      transition: all 150ms ease-in-out;
      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;
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 12.4492H6' stroke='%2317191F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 6.44922V18.4492' stroke='%2317191F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 100%; }
    .productDetail--faq .list-faqs .header-faqs.opened:before {
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 12.5H6' stroke='%2317191F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .productDetail--faq .list-faqs .content-faqs {
    display: none;
    padding: 16px 0; }

@media (min-width: 992px) {
  .productDetail--faq h2 {
    font-size: 36px; } }

.productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  gap: 10px; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
    width: 88px; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
    width: calc(100% - 98px);
    position: relative; }

.productDetail_style__03 .productSlick-thumb .product-thumb .product-thumb__item {
  display: block;
  margin-bottom: 8px;
  border: 1px solid #e7e7e7; }

.productDetail_style__03 .productSlick-thumb .product-thumb.slick-current .product-thumb__item {
  border-color: var(--shop-color-main); }

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

.productDetail_style__03 .productSlick-thumb.not-transform .slick-track {
  transform: none !important; }

.productDetail_style__03 .productSlick-slider button.slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 8;
  -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;
  color: var(--shop-color-text);
  height: 35px;
  width: 35px;
  line-height: 35px;
  outline: none;
  text-align: center;
  display: inline-block;
  background: transparent;
  border: 0;
  box-shadow: none; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 35px;
    display: inline-block; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-prev {
    left: 0px; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-next {
    right: 0px; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-next:before {
    content: "\f105"; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-prev:before {
    content: "\f104"; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden; }

.productDetail_style__03 .productSlick-slider ul.slick-dots {
  display: block;
  text-align: center; }
  .productDetail_style__03 .productSlick-slider ul.slick-dots li {
    display: inline-block; }
    .productDetail_style__03 .productSlick-slider ul.slick-dots li button {
      display: inline-block;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      margin: 0 4px;
      border-width: 2px;
      background: #ddd;
      border: 1px solid #fff;
      font-size: 0;
      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_style__03 .productSlick-slider ul.slick-dots li.slick-active button {
      background: var(--shop-color-main); }

.productDetail_style__03 .productSlick-slider:not(.slick-initialized) {
  display: flex;
  -ms-display: flex;
  overflow: hidden; }

.productDetail_style__03 .productSlick-slider:not(.slick-initialized) .product-gallery {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%; }

.productDetail_style__03 .productDetail--gallery .productList-slider .product-gallery img {
  cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto; }

.productDetail_style__03 .combo-info .combo-info--content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.productDetail_style__03 .combo-info .combo-info--content .combo-content--total {
  padding-left: 0;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -ms-display: flex;
  display: flex;
  text-align: left; }

.productDetail_style__03 .combo-info .combo-info--content .combo-content--total:before {
  display: none; }

@media (max-width: 1199px) and (min-width: 992px) {
  .productDetail_style__03 .productDetail--gallery {
    width: 56%; }
  .productDetail_style__03 .productDetail--content {
    width: 42%; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
    width: 76px;
    padding-right: 10px;
    margin-top: 0px; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
    width: calc(100% - 76px);
    position: relative; } }

@media (max-width: 992px) and (min-width: 768px) {
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
    width: 110px; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
    width: calc(100% - 110px);
    position: relative; } }

@media (min-width: 992px) {
  .productDetail_style__03 .productDetail--main {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    position: relative; }
  .productDetail_style__03 .productDetail--gallery,
  .productDetail_style__03 .productDetail--descs {
    width: 58%; }
  .productDetail_style__03 .productDetail--content {
    width: calc(42% - 20px);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
    .productDetail_style__03 .productDetail--content .wrapbox-detail {
      position: sticky;
      top: 30px; }
  .productDetail_style__03 .combo-info .combo-info--content .list-combos .combo-item {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .productDetail_style__03 .productList-thumb:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden; } }

@media (max-width: 991px) {
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
      width: 100%;
      order: 2;
      margin-bottom: 24px; }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb .product-thumb .product-thumb__item {
      margin-left: 8px;
      margin-right: 8px; }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
      width: 100%;
      order: 1; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-detail {
    display: none; }
  .productDetail_style__03 .productSlick-thumb .product-thumb .product-thumb__item {
    margin-bottom: 0; }
  .productDetail_style__03 .productSlick-thumb:not(.slick-initialized) {
    display: flex; }
  .productDetail_style__03 .productSlick-thumb:not(.slick-initialized) .product-thumb {
    flex: 0 0 calc((100% - 60px)/5);
    max-width: calc((100% - 60px)/5);
    margin-right: 15px; }
  .productDetail_style__03 .productSlick-thumb:not(.slick-initialized) .product-thumb .product-thumb__item {
    margin: 0 !important; }
  .productDetail_style__03 .productDetail--content .product-container-detail .wrapbox-app {
    padding: 10px 15px 15px; }
  .productDetail_style__03 .combo-info .combo-info--content .combo-content--total {
    display: block; } }

@media (max-width: 767px) {
  .productDetail_style__03 .product-customer {
    margin-top: 10px; } }

.sidebar-tabs .sitenav-wrapper .sitenav-inner .sitenav-header {
  justify-content: flex-end;
  padding: 29px 28px;
  border-bottom: none; }

.sidebar-tabs .sitenav-wrapper .sitenav-inner .sitenav-content {
  padding: 16px 24px 24px 24px; }
  .sidebar-tabs .sitenav-wrapper .sitenav-inner .sitenav-content h4 {
    font-size: 24px; }
  .sidebar-tabs .sitenav-wrapper .sitenav-inner .sitenav-content .sitenav-tab {
    display: none; }
  .sidebar-tabs .sitenav-wrapper .sitenav-inner .sitenav-content .sitenav-tab.show {
    display: block; }

@media (min-width: 992px) {
  .sidebar-tabs .sitenav-wrapper {
    max-width: 600px;
    margin-left: auto; }
    .sidebar-tabs .sitenav-wrapper .sitenav-content {
      padding: 46px 64px 64px 64px; }
      .sidebar-tabs .sitenav-wrapper .sitenav-content h4 {
        font-size: 32px; } }

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

.layout-productDetail {
  margin-bottom: 28px; }

@media (min-width: 992px) {
  .layout-productDetail {
    margin-bottom: 48px; }
  body.scroll-body-up .productDetail--content .wrapbox-detail {
    top: calc(var(--height-header) + 30px); } }

@media (max-width: 991px) {
  .productDetail-toolbar {
    border-top: 1px solid var(--shop-color-border);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    margin: auto;
    padding: 7px 0px;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease; } }

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

.product-appcombo.q-combo-info {
  border-bottom: 1px dotted #dfe0e1; }

/*-------------------------------------------*/
/* . QUICK VIEW DETAIL */
/*-------------------------------------------*/
.modal-product-quickview {
  background: rgba(3, 17, 27, 0.3); }
  .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; } }

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

.jGrowl .jGrowl-notification {
  position: relative;
  background: #ffffff;
  border: 0;
  opacity: 1;
  width: 270px;
  -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(23, 23, 24, 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; }

@media (max-width: 991px) {
  div#jGrowl {
    display: none; } }

/*-------------------------------------------*/
/* . COLLECTION */
/*-------------------------------------------*/
.section-collection-intro .banner {
  text-align: center; }
  .section-collection-intro .banner img {
    width: 100%; }

.section-collection-intro .intro {
  background: #82AC85;
  padding: 40px 0; }

.section-collection-intro .list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center; }
  .section-collection-intro .list .item {
    width: calc((100% - (24px*1)) / 2); }
    .section-collection-intro .list .item .box {
      display: flex;
      flex-direction: column;
      gap: 12px;
      text-align: center;
      align-items: center; }
      .section-collection-intro .list .item .box img {
        height: 40px; }
      .section-collection-intro .list .item .box h3 {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 2px; }

@media (min-width: 992px) {
  .section-collection-intro .list {
    flex-wrap: nowrap; }
    .section-collection-intro .list .item {
      width: calc((100% - (24px*3)) / 4); } }

.layout-collections .header-collection {
  position: relative; }
  .layout-collections .header-collection .banner {
    overflow: hidden;
    position: relative;
    padding-bottom: calc(190/1440 * 100%); }
    .layout-collections .header-collection .banner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .layout-collections .header-collection .breadcrumb-shop {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2; }
    .layout-collections .header-collection .breadcrumb-shop * {
      color: #fff; }

.layout-collections .body-collection {
  padding: 16px 0 24px; }

.layout-collections .toolbar-products {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px; }
  .layout-collections .toolbar-products h1 {
    font-size: 22px;
    margin: 0;
    padding-right: 15px; }
  .layout-collections .toolbar-products .head-title {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .layout-collections .toolbar-products .product-sort {
    position: relative;
    margin-left: auto; }
    .layout-collections .toolbar-products .product-sort label {
      margin-bottom: 0; }
    .layout-collections .toolbar-products .product-sort .title {
      position: relative; }
    .layout-collections .toolbar-products .product-sort .text {
      min-width: 230px;
      min-height: 40px;
      line-height: 40px;
      border: 1px solid #0B2341;
      display: inline-block;
      border-radius: 0;
      padding: 0 12px; }
    .layout-collections .toolbar-products .product-sort .icon {
      position: absolute;
      right: 10px;
      top: calc(50% - 10px); }
      .layout-collections .toolbar-products .product-sort .icon svg {
        display: block;
        width: 20px;
        height: 100%;
        margin: auto; }
    .layout-collections .toolbar-products .product-sort:hover .sort-by-content {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }
  .layout-collections .toolbar-products .sort-by-content {
    position: absolute;
    width: 230px;
    top: calc(100% - 1px);
    right: 0;
    z-index: 9;
    background: #fff;
    border: 1px #0b2341 solid;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: transform 0.3s ease; }
    .layout-collections .toolbar-products .sort-by-content li {
      position: relative;
      cursor: pointer;
      padding: 4px 10px 4px 0px; }
      .layout-collections .toolbar-products .sort-by-content li:before {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        margin: auto;
        z-index: 1;
        width: 12px;
        height: 6px;
        border: 1.5px solid var(--shop-color-main);
        border-top-style: none;
        border-right-style: none;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: rotate(-45deg) scale(0, 0);
        -moz-transform: rotate(-45deg) scale(0, 0);
        -ms-transform: rotate(-45deg) scale(0, 0);
        -o-transform: rotate(-45deg) scale(0, 0);
        transform: rotate(-45deg) scale(0, 0); }
      .layout-collections .toolbar-products .sort-by-content li:hover:before, .layout-collections .toolbar-products .sort-by-content li.active:before {
        -webkit-transform: rotate(-45deg) scale(1, 1);
        -moz-transform: rotate(-45deg) scale(1, 1);
        -ms-transform: rotate(-45deg) scale(1, 1);
        -o-transform: rotate(-45deg) scale(1, 1);
        transform: rotate(-45deg) scale(1, 1); }

.layout-collections .collection-desctext {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e7e7e7; }

.layout-collections .checkbox-sortby li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 25px; }
  .layout-collections .checkbox-sortby li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    border-radius: 2px;
    cursor: pointer; }
  .layout-collections .checkbox-sortby li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }
  .layout-collections .checkbox-sortby li.active:after {
    background: var(--shop-color-main); }
  .layout-collections .checkbox-sortby li.active:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }

.layout-collections .sidebar-left .checkbox-list {
  display: flex;
  gap: 8px;
  flex-direction: column; }
  .layout-collections .sidebar-left .checkbox-list li {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 11px; }
  .layout-collections .sidebar-left .checkbox-list li label {
    cursor: pointer;
    margin-bottom: 0;
    display: block; }
  .layout-collections .sidebar-left .checkbox-list input[type='checkbox'], .layout-collections .sidebar-left .checkbox-list input[type='radio'] {
    top: -1px;
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .layout-collections .sidebar-left .checkbox-list input[type='checkbox']:after, .layout-collections .sidebar-left .checkbox-list input[type='radio']:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    cursor: pointer;
    border-radius: 2px; }
  .layout-collections .sidebar-left .checkbox-list input[type='checkbox']:before, .layout-collections .sidebar-left .checkbox-list input[type='radio']:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }
  .layout-collections .sidebar-left .checkbox-list input[type='checkbox']:checked:after, .layout-collections .sidebar-left .checkbox-list input[type='radio']:checked:after {
    background: var(--shop-color-main); }
  .layout-collections .sidebar-left .checkbox-list input[type='checkbox']:checked:before, .layout-collections .sidebar-left .checkbox-list input[type='radio']:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }
  .layout-collections .sidebar-left .checkbox-list li:hover {
    color: var(--shop-color-main); }
  .layout-collections .sidebar-left .checkbox-list li:hover input[type='checkbox']:after {
    border-color: #fff; }

.layout-collections .sidebar-left .filter-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-bottom: 1px solid #fff; }
  .layout-collections .sidebar-left .filter-head > div {
    display: flex;
    gap: 16px;
    align-items: center; }
  .layout-collections .sidebar-left .filter-head .filter-head--title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase; }
  .layout-collections .sidebar-left .filter-head .product-count {
    color: #0B2341;
    margin-top: 10px;
    display: none; }
  .layout-collections .sidebar-left .filter-head .btn-filter-close svg {
    width: 17px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer; }

.layout-collections .sidebar-left .filter-footer {
  display: none; }

.layout-collections .sidebar-left .filter-inner {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 85%;
  max-width: 480px;
  background: #0B2341;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  flex-direction: column;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  display: flex;
  flex-wrap: nowrap; }
  .layout-collections .sidebar-left .filter-inner * {
    color: #fff; }
  .layout-collections .sidebar-left .filter-inner .layered_filter_title {
    text-transform: uppercase; }
    .layout-collections .sidebar-left .filter-inner .layered_filter_title .title_filter {
      margin: 0;
      font-weight: 600;
      font-size: 14px; }
    .layout-collections .sidebar-left .filter-inner .layered_filter_title .title_filter .icon-filter {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
      .layout-collections .sidebar-left .filter-inner .layered_filter_title .title_filter .icon-filter svg {
        width: 20px;
        height: 30px;
        fill: #909097;
        stroke: #909097;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
  .layout-collections .sidebar-left .filter-inner .layered_filter_container {
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .layout-collections .sidebar-left .filter-inner .layered_filter_container .layered_filter_group {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 100%; }

.layout-collections .sidebar-left .filter_group .filter_group_block {
  position: relative; }

.layout-collections .sidebar-left .filter_group .filter_group-subtitle {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 12px;
  cursor: pointer; }
  .layout-collections .sidebar-left .filter_group .filter_group-subtitle:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 24px;
    height: 24px;
    line-height: 30px;
    text-align: center;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 16.4492L12 9.44922L19 16.4492' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .layout-collections .sidebar-left .filter_group .filter_group-subtitle.action-group:before {
    transform: rotate(180deg); }

.layout-collections .sidebar-left .filter_group + .filter_group {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #fff; }

.layout-collections .sidebar-left .filter-current {
  margin-bottom: 40px;
  display: none; }
  .layout-collections .sidebar-left .filter-current .filter-subtitle {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px; }
  .layout-collections .sidebar-left .filter-current .list-tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 15px 0 0 0;
    color: #5d5d5d;
    font-size: 13px;
    display: none;
    padding: 2px 10px 3px 24px; }
    .layout-collections .sidebar-left .filter-current .list-tags .filter_tags span.filter_tags_remove {
      position: absolute;
      left: 4px;
      top: 4px;
      width: 16px;
      height: 16px;
      cursor: pointer; }
      .layout-collections .sidebar-left .filter-current .list-tags .filter_tags span.filter_tags_remove svg {
        width: 16px;
        height: 16px;
        vertical-align: inherit; }
    .layout-collections .sidebar-left .filter-current .list-tags .filter_tags.opened {
      display: block; }
    .layout-collections .sidebar-left .filter-current .list-tags .filter_tags.filter_tags_remove_all {
      cursor: pointer;
      border: 0;
      padding: 2px 5px; }
      .layout-collections .sidebar-left .filter-current .list-tags .filter_tags.filter_tags_remove_all span {
        color: var(--shop-color-main);
        border-bottom: 1px solid var(--shop-color-main); }
  @media (min-width: 992px) {
    .layout-collections .sidebar-left .filter-current.is-show {
      display: block; } }
  @media (max-width: 991px) {
    .layout-collections .sidebar-left .filter-current.is-show.is-mb {
      display: block; }
    .layout-collections .sidebar-left .filter-current .filter-subtitle {
      font-size: 18px; } }

.layout-collections .sidebar-left .filter-color .checkbox-list li {
  margin: 0 14px 15px 0;
  line-height: normal;
  float: left;
  padding: 0; }

.layout-collections .sidebar-left .filter-color .checkbox-list li label {
  border: 1px solid #eaeaea;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  float: left;
  position: relative;
  font-size: 0;
  margin-left: 0;
  margin-bottom: 0; }

.layout-collections .sidebar-left .filter-color .checkbox-list input[type="checkbox"] {
  display: none; }

.layout-collections .sidebar-left .filter-color .checkbox-list input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 8px;
  height: 6px;
  width: 12px;
  z-index: 99;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.layout-collections .sidebar-left .filter-color .checkbox-list input[type="checkbox"]:checked + label {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px var(--shop-color-border); }

.layout-collections .sidebar-left .filter-size .checkbox-list {
  display: flex;
  flex-wrap: wrap; }
  .layout-collections .sidebar-left .filter-size .checkbox-list li {
    margin: 0 14px 15px 0;
    line-height: normal;
    padding: 0; }
  .layout-collections .sidebar-left .filter-size .checkbox-list li label {
    border: 1px solid #eaeaea;
    min-width: 45px;
    min-height: 45px;
    border-radius: 4px;
    padding: 0 15px;
    position: relative;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 500;
    cursor: pointer; }
    .layout-collections .sidebar-left .filter-size .checkbox-list li label:hover {
      background: #000;
      color: #fff; }
  .layout-collections .sidebar-left .filter-size .checkbox-list input[type="checkbox"] {
    display: none; }
  .layout-collections .sidebar-left .filter-size .checkbox-list input[type="checkbox"]:checked + label {
    background: #000;
    color: #fff; }

.layout-collections .sidebar-left .suggest-inner {
  display: none; }
  .layout-collections .sidebar-left .suggest-inner .suggest-inner--title {
    font-size: 24px;
    font-weight: 700; }
  .layout-collections .sidebar-left .suggest-inner .suggest-inner--wrap .grid-suggest {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    .layout-collections .sidebar-left .suggest-inner .suggest-inner--wrap .grid-suggest a {
      display: inline-flex;
      padding: 8px 16px;
      border-radius: 50px;
      border: 1px solid #0B2341; }
      .layout-collections .sidebar-left .suggest-inner .suggest-inner--wrap .grid-suggest a:hover {
        color: #fff;
        background: #0B2341; }

.layout-collections .tree-menu li a {
  padding: 5px 5px 5px 0;
  color: #666;
  line-height: 26px;
  font-size: 12px; }

.layout-collections .tree-menu > li > a {
  color: #020C17;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px; }

.layout-collections .tree-menu li.has-child ul {
  display: none; }

.layout-collections .tree-menu li.has-child:first-child ul {
  display: block; }

.layout-collections .tree-menu li.has-child > ul {
  padding-left: 15px; }

.layout-collections .tree-menu li a .icon-control {
  font-size: 8px;
  position: relative;
  top: -2px; }
  .layout-collections .tree-menu li a .icon-control svg {
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s; }

.layout-collections .tree-menu li.menu-uncollapsed .icon-control svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.layout-collections .product-filter-mb {
  display: flex;
  align-items: center;
  padding: 5px 12px;
  gap: 4px;
  height: 40px;
  background: rgba(0, 0, 0, 0.05); }

.layout-collections .category {
  background: #0B2341;
  padding: 16px 0;
  position: relative; }
  .layout-collections .category .cate-active {
    display: flex;
    color: #0B2341;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    border: 1px solid #fff;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    height: 38px;
    position: relative; }
    .layout-collections .category .cate-active span {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .layout-collections .category .cate-active:after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9L12 16L19 9' stroke='%230B2341' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 24px;
      height: 24px; }
  .layout-collections .category .list-cate {
    width: calc(100% - 32px);
    background: #0b2341;
    left: 0;
    right: 0;
    padding: 0 16px 16px 16px;
    z-index: 10;
    margin: auto;
    display: none;
    align-items: center;
    gap: 8px;
    position: absolute;
    flex-direction: column;
    top: 100%; }
    .layout-collections .category .list-cate .item {
      width: 100%; }
    .layout-collections .category .list-cate .item a {
      display: flex;
      color: #fff;
      align-items: center;
      padding: 4px;
      font-size: 14px;
      text-transform: uppercase;
      white-space: nowrap; }
    .layout-collections .category .list-cate .item.active a {
      background: #fff;
      color: #0B2341; }
    .layout-collections .category .list-cate.active {
      display: flex; }
  @media (min-width: 992px) {
    .layout-collections .category .cate-active {
      display: none; }
    .layout-collections .category .list-cate {
      width: 100%;
      padding: 0;
      position: initial;
      display: flex;
      overflow: hidden;
      gap: 20px;
      align-items: center;
      flex-direction: row; }
      .layout-collections .category .list-cate .item {
        width: calc((100% - 60px) / 3); }
      .layout-collections .category .list-cate .item a {
        padding: 12px;
        font-size: 16px;
        border: 1px solid #fff;
        justify-content: center; } }

.layout-collections .section-collection-blog {
  margin-bottom: 32px; }

@media (max-width: 991px) {
  .layout-collections .toolbar-products h1 {
    font-size: 18px; }
  .layout-collections .toolbar-products .head-title {
    margin-bottom: 16px;
    width: 100%; }
  .layout-collections .toolbar-products .product-sort .text {
    margin-left: 4px;
    padding: 0 10px; }
  .layout-collections .toolbar-products .product-sort .text {
    min-width: 160px;
    min-height: 36px;
    line-height: 36px; }
  .layout-collections .toolbar-products .product-sort .title {
    font-size: 13px; }
  .layout-collections .toolbar-products .sort-by-content {
    width: 160px; }
    .layout-collections .toolbar-products .sort-by-content li {
      font-size: 12px; }
  .layout-collections .filter-content {
    display: none;
    position: fixed;
    z-index: 15;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
    .layout-collections .filter-content .filter-options {
      flex: 1 1 auto;
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      padding: 10px 15px 10px;
      border-bottom: 1px solid #fff; }
    .layout-collections .filter-content .filter-footer {
      padding: 10px 5px 12px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .layout-collections .filter-content .filter-footer .btn-filter {
        display: block;
        position: relative;
        padding: 10px 15px;
        margin: 0 6px;
        border-radius: 2px;
        -ms-flex: 0 0 calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        outline: none;
        cursor: pointer; }
      .layout-collections .filter-content .filter-footer .btn-filter-apply {
        color: #ffffff;
        background-color: var(--shop-color-main);
        border: 1px solid var(--shop-color-main); }
      .layout-collections .filter-content .filter-footer .btn-filter-clear {
        color: #000000;
        background-color: #f3f4f6;
        border: 1px solid #e5e7eb; }
    .layout-collections .filter-content.show-filter .overlays-rgba {
      pointer-events: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: rgba(0, 0, 0, 0.5); }
    .layout-collections .filter-content.show-filter .filter-inner {
      pointer-events: auto;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; } }

@media (min-width: 992px) {
  .layout-collections .body-collection {
    padding: 20px 0 48px; }
  .layout-collections .sidebar-left .filter-head {
    margin-bottom: 10px;
    padding: 0;
    border-bottom: none; }
    .layout-collections .sidebar-left .filter-head > div {
      display: flex;
      gap: 16px;
      align-items: center; }
    .layout-collections .sidebar-left .filter-head .filter-head--title {
      font-size: 36px; }
    .layout-collections .sidebar-left .filter-head .product-count {
      display: block; }
    .layout-collections .sidebar-left .filter-head .btn-filter-close {
      display: none; }
  .layout-collections .sidebar-left .filter-inner {
    background: #fff;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    position: relative;
    height: auto;
    width: 100%;
    max-width: 100%; }
    .layout-collections .sidebar-left .filter-inner * {
      color: #0B2341; }
  .layout-collections .sidebar-left .filter-options {
    background: #0B2341;
    padding: 35px 30px;
    border-radius: 4px; }
    .layout-collections .sidebar-left .filter-options * {
      color: #fff; }
  .layout-collections .sidebar-left .suggest-inner {
    display: flex;
    gap: 16px;
    flex-direction: column;
    margin-top: 32px; }
  .layout-collections .product-filter-mb {
    display: none; }
  .layout-collections .category {
    padding: 32px 0; }
  .layout-collections .main-container {
    display: flex;
    gap: 20px; }
    .layout-collections .main-container .sidebar-left {
      -ms-flex: 0 0 24%;
      flex: 0 0 24%;
      max-width: 24%; }
    .layout-collections .main-container .main-right {
      -ms-flex: 0 0 calc(76% - 20px);
      flex: 0 0 calc(76% - 20px);
      max-width: calc(76% - 20px); }
  .layout-collections .section-collection-blog {
    margin-bottom: 64px; } }

@media (min-width: 992px) {
  .sticky-sidebar {
    top: 40px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  body.scroll-body-up .sticky-sidebar {
    top: calc(var(--height-header) + 36px); } }

/*-------------------------------------------*/
/* . PAGE */
/*-------------------------------------------*/
.section-parallax {
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  /*background-attachment: fixed;*/
  position: relative; }
  .section-parallax:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1; }

.section-breadcrumb {
  background-image: url(//theme.hstatic.net/200000905671/1001367211/14/breadcrumb-banner.jpg?v=449); }

.headtitle-block {
  position: relative;
  z-index: 1; }
  .headtitle-block h1, .headtitle-block h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  .headtitle-block .breadcrumb-shop {
    background: transparent;
    margin-bottom: 0;
    border: 0; }
    .headtitle-block .breadcrumb-shop .breadcrumb > li a, .headtitle-block .breadcrumb-shop li {
      color: #ffffff; }

@media (max-width: 991px) {
  .section-parallax {
    padding: 40px 0;
    background-attachment: inherit; } }

@media (max-width: 767px) {
  .section-parallax .headtitle-block h1, .section-parallax .headtitle-block h2 {
    font-size: 17px; } }

/* page.about-01 */
.section-about01-breadcrumb {
  background-image: url(//theme.hstatic.net/200000905671/1001367211/14/about01_banner_bkg.jpg?v=449); }

.section-about01_introduce {
  padding: 65px 0;
  font-size: 16px;
  line-height: 22px; }
  .section-about01_introduce .wrapflex-introduce {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
    .section-about01_introduce .wrapflex-introduce .intro-left, .section-about01_introduce .wrapflex-introduce .intro-right {
      flex: 0 0 50%; }
    .section-about01_introduce .wrapflex-introduce .intro-left .intro-img {
      margin-top: 50px; }
    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
      padding: 75px 80px 75px 80px; }
  .section-about01_introduce .wrap-heading {
    margin-bottom: 35px; }
  .section-about01_introduce .wrap-heading h2 {
    font-size: 26px; }
  .section-about01_introduce .wrap-heading .line {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px; }
  .section-about01_introduce .wrap-content .wrap-info {
    padding: 0 20px; }
  @media (min-width: 992px) {
    .section-about01_introduce .wrapflex-introduce:nth-child(2) {
      flex-direction: row-reverse;
      margin-top: 40px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
      padding: 35px 40px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
      padding: 50px 60px 70px; } }
  @media (max-width: 991px) {
    .section-about01_introduce {
      padding-top: 30px;
      padding-bottom: 0;
      font-size: 14px; }
    .section-about01_introduce .wrapflex-introduce {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .section-about01_introduce .wrapflex-introduce .intro-left, .section-about01_introduce .wrapflex-introduce .intro-right {
        flex: 0 0 100%; }
      .section-about01_introduce .wrapflex-introduce .intro-left .intro-img {
        margin-top: 20px; }
    .section-about01_introduce .wrap-heading .line {
      font-size: 14px;
      letter-spacing: 3px; }
    .section-about01_introduce .wrap-heading h2 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .section-about01_introduce .wrap-heading {
      margin-bottom: 15px; }
    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
      padding: 15px; }
    .section-about01_introduce .wrap-content .wrap-info {
      padding: 0 10px 10px; } }

.section-about01_introduce + .section-about01_introduce {
  padding-top: 0; }

.section-about01-services .flex-container-services .services-column, .section-about02-services .flex-container-services .services-column {
  margin-bottom: 30px; }

.section-about01-services .flex-container-services .services-area-thumb, .section-about02-services .flex-container-services .services-area-thumb {
  max-width: 50px;
  margin: auto; }
  .section-about01-services .flex-container-services .services-area-thumb img, .section-about02-services .flex-container-services .services-area-thumb img {
    -webkit-transition: .6s linear;
    transition: .6s linear;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg); }

.section-about01-services .flex-container-services .services-area-content h3, .section-about02-services .flex-container-services .services-area-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 10px; }

.section-about01-services .flex-container-services .services-area-content p, .section-about02-services .flex-container-services .services-area-content p {
  line-height: 1.3;
  letter-spacing: .3px; }

.section-about01-services .flex-container-services .services-area:hover .services-area-thumb img, .section-about02-services .flex-container-services .services-area:hover .services-area-thumb img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg); }

@media (max-width: 991px) {
  .section-about01-services, .section-about02-services {
    padding: 40px 0 20px; }
    .section-about01-services .flex-container-services .services-column, .section-about02-services .flex-container-services .services-column {
      margin-bottom: 25px; } }

/* page.about-02 */
[class^="section-about02-"] {
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    [class^="section-about02-"] {
      padding-bottom: 40px; } }

.section-about02-breadcrumb {
  background-image: url(//theme.hstatic.net/200000905671/1001367211/14/about02_banner_bkg.jpg?v=449); }

.section-about02-introduce .wrap-content {
  padding-top: 65px; }

@media (max-width: 991px) {
  .section-about02-introduce .wrap-content {
    padding-top: 30px; }
  .section-about02-introduce h2 {
    font-size: 22px; } }

.section-about02-alternate {
  padding: 0; }
  .section-about02-alternate .rowFlex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px; }
  .section-about02-alternate .rowFlex:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .section-about02-alternate .alternate-detail {
    padding: 0 45px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative; }
    .section-about02-alternate .alternate-detail h2 {
      font-size: 26px; }
    .section-about02-alternate .alternate-detail p {
      margin-bottom: 10px; }
    .section-about02-alternate .alternate-detail .button_content_box {
      margin-top: 20px; }
    .section-about02-alternate .alternate-detail ul {
      list-style-type: disc;
      margin-left: 16px; }
    .section-about02-alternate .alternate-detail ul li {
      margin-bottom: 10px; }
  .section-about02-alternate .alternate-image .block-image {
    position: relative;
    z-index: 1;
    padding: 40px 0; }
    .section-about02-alternate .alternate-image .block-image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 70%;
      margin: auto;
      background-color: var(--shop-color-main);
      opacity: 0.08;
      z-index: -1; }
  @media (min-width: 1200px) {
    .section-about02-alternate .rowFlex {
      margin-bottom: 60px; }
    .section-about02-alternate .alternate-image {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-about02-alternate .rowFlex {
      margin-bottom: 50px; }
    .section-about02-alternate .alternate-image {
      padding: 0; } }
  @media (max-width: 767px) {
    .section-about02-alternate .rowFlex {
      margin-bottom: 40px; }
    .section-about02-alternate .rowFlex:last-child {
      margin-bottom: 0; }
    .section-about02-alternate .alternate-image {
      padding: 0 0 20px; }
    .section-about02-alternate .alternate-image .block-image {
      padding: 20px 0; }
    .section-about02-alternate .alternate-detail {
      padding: 0; }
    .section-about02-alternate .alternate-detail h2 {
      font-size: 20px; }
    .section-about02-alternate .alternate-detail .button_content_box {
      margin-top: 15px; } }

.section-about02-information .information-area {
  margin: 0 0 20px; }
  .section-about02-information .information-area--thumb {
    margin-bottom: 15px; }
  .section-about02-information .information-area--content {
    padding: 0 25px;
    line-height: 22px;
    text-align: center; }
    .section-about02-information .information-area--content h3 {
      font-size: 22px;
      margin-bottom: 5px; }

@media (max-width: 991px) {
  .section-about02-information .rowFlex {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    overflow: scroll; }
  .section-about02-information .rowFlex::-webkit-scrollbar {
    display: none; }
  .section-about02-information .information-column {
    flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    max-width: 80%; }
  .section-about02-information .information-column + .information-column {
    margin-left: -15px; } }

@media (max-width: 767px) {
  .section-about02-information .information-area--content {
    padding: 0; }
  .section-about02-information .information-area--content h3 {
    font-size: 20px; } }

.section-about02-ecosystem .wrapbox-head {
  padding-bottom: 20px; }
  .section-about02-ecosystem .wrapbox-head .line span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    display: inline-block; }
  .section-about02-ecosystem .wrapbox-head h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: -1px; }

.section-about02-ecosystem .wrapbox-content .wrapbox-area:last-child {
  margin-bottom: 0; }

.section-about02-ecosystem .wrapbox-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 40px; }
  .section-about02-ecosystem .wrapbox-area--thumb {
    display: flex;
    display: -ms-flex;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    max-width: 80px; }
    .section-about02-ecosystem .wrapbox-area--thumb:hover img {
      animation-name: pulse;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1; }
  .section-about02-ecosystem .wrapbox-area--detail h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 5px; }

@media (min-width: 992px) {
  .section-about02-ecosystem .wrapbox-content.right .wrapbox-area--thumb {
    margin-left: 15px; }
  .section-about02-ecosystem .wrapbox-content.left .wrapbox-area--thumb {
    margin-right: 15px; } }

@media (max-width: 991px) {
  .section-about02-ecosystem .wrapbox-content .wrapbox-area--thumb {
    margin-right: 15px; }
  .section-about02-ecosystem .wrapbox-content.right .wrapbox-area {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    justify-content: flex-end;
    -ms-justify-content: flex-end; }
  .section-about02-ecosystem .line span {
    font-size: 16px; }
  .section-about02-ecosystem .wrapbox-head h2 {
    font-size: 22px; } }

@media (max-width: 767px) {
  .section-about02-ecosystem .wrapbox-area {
    margin: 0 0 15px; } }

.section-about02-client {
  background-image: url(//theme.hstatic.net/200000905671/1001367211/14/about02_client_img.jpg?v=449);
  margin-bottom: 60px; }
  .section-about02-client .wrapbox-content {
    padding: 15px 0;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-justify-content: center;
    position: relative; }
  .section-about02-client .wrapbox-detail .box-img-effect1 {
    position: absolute;
    top: -10px;
    right: 0; }
  .section-about02-client .wrapbox-detail .box-img-effect2 {
    position: absolute;
    top: 10px;
    left: 0; }
  .section-about02-client .wrapbox-detail .box-img-effect3 {
    position: absolute;
    bottom: -100px;
    left: -70px; }
  .section-about02-client .wrapbox-item {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    text-align: center;
    padding: 0 150px; }
    .section-about02-client .wrapbox-item .box-img {
      max-width: 100px;
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: 15px; }
    .section-about02-client .wrapbox-item .box-desc {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 15px;
      font-weight: 500; }
    .section-about02-client .wrapbox-item .box-author {
      color: #aaa;
      font-weight: 500; }
  .section-about02-client .owl-nav button.owl-prev,
  .section-about02-client .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 25px);
    padding: 0;
    opacity: 1;
    height: 50px;
    width: 50px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--shop-color-border);
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%; }
    .section-about02-client .owl-nav button.owl-prev span,
    .section-about02-client .owl-nav button.owl-next span {
      display: none; }
    .section-about02-client .owl-nav button.owl-prev:hover,
    .section-about02-client .owl-nav button.owl-next:hover {
      background-color: var(--shop-color-main);
      color: #fff; }
  .section-about02-client .owl-nav button.owl-prev {
    left: 0; }
  .section-about02-client .owl-nav button.owl-next {
    right: 0; }
  .section-about02-client .owl-nav button.owl-prev:before,
  .section-about02-client .owl-nav button.owl-next:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 26px; }
  .section-about02-client .owl-nav button.owl-prev:before {
    content: "\f104"; }
  .section-about02-client .owl-nav button.owl-next:before {
    content: "\f105"; }
  .section-about02-client .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -40px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .section-about02-client .owl-dots .owl-dot {
      margin: 0;
      outline: 0; }
    .section-about02-client .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 12px;
      height: 12px;
      margin: 5px;
      border-radius: 50%;
      background: #928c8c; }
    .section-about02-client .owl-dots .owl-dot.active {
      border-radius: 50%; }
    .section-about02-client .owl-dots .owl-dot.active span {
      background: var(--shop-color-main); }
  @media (min-width: 1200px) {
    .section-about02-client .wrapbox-content {
      max-width: 900px;
      min-height: 400px; } }
  @media (max-width: 767px) {
    .section-about02-client .wrapbox-item {
      padding: 0 10px; }
    .section-about02-client .box-img-effect1, .section-about02-client .box-img-effect2, .section-about02-client .box-img-effect3 {
      display: none; }
    .section-about02-client .owl-nav button.owl-prev,
    .section-about02-client .owl-nav button.owl-next {
      display: none; } }

.section-about02-services {
  padding-bottom: 0; }

/* page.about-03 */
[class^="section-about03-"] {
  padding: 60px 0; }
  [class^="section-about03-"] .wrap-heading h2 {
    font-size: 30px;
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    [class^="section-about03-"] {
      padding: 40px 0; }
      [class^="section-about03-"] .wrap-heading h2 {
        font-size: 22px; } }

.section-about03-breadcrumb {
  background-image: url(//theme.hstatic.net/200000905671/1001367211/14/about03_banner_bkg.jpg?v=449); }

.section-about03-introduce {
  padding-bottom: 110px; }

.section-about03-introduce .wrap-heading .line {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin-bottom: 15px; }

.section-about03-introduce .wrap-heading h2 {
  margin-bottom: 30px; }

.section-about03-introduce .box-banner {
  position: relative;
  margin-left: 50px;
  margin-right: 20px;
  z-index: 2; }

.section-about03-introduce .box-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 10px solid var(--shop-color-main);
  left: -50px;
  bottom: -50px;
  z-index: -1; }

.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav {
  margin-top: 0px;
  position: absolute;
  right: -15px;
  bottom: 15px; }
  .section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav button:focus {
    outline: none; }

.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-prev, .section-about03-introduce .box-banner .about-slide.owl-carousel .owl-next {
  display: block;
  margin: 0px;
  background: var(--shop-color-main);
  color: #ffffff;
  padding: 8px 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 13px;
  cursor: pointer; }

.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-item .owl-lazy {
  transition: inherit; }

.section-about03-introduce .about-introduce-top .row-flex {
  align-items: center; }

.section-about03-introduce .button_content_box {
  margin-top: 30px; }

@media (max-width: 991px) {
  .section-about03-introduce {
    padding-bottom: 60px; }
  .section-about03-introduce .introduce-loop {
    border-right: 1px solid #314f93;
    border-bottom: 1px solid #314f93; }
    .section-about03-introduce .introduce-loop:nth-child(2n+0) {
      border-right: 0; } }

@media (max-width: 767px) {
  .section-about03-introduce .box-banner {
    margin-right: 0;
    margin-left: 30px;
    margin-bottom: 50px; }
    .section-about03-introduce .box-banner:before {
      left: -30px;
      bottom: -30px; }
    .section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav {
      right: 15px; } }

.section-about03-service.bg-black {
  background: #5b95a9; }

.section-about03-service .section-heading .text-white {
  color: #ffffff; }

.section-about03-service .nav-tabs {
  border: 0; }

.section-about03-service .box-wrapper {
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  border: 2px solid #ffffff;
  cursor: pointer; }
  .section-about03-service .box-wrapper h4 {
    color: #ffffff;
    font-size: 22px; }

.section-about03-service .row-flex {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center; }

@media (min-width: 992px) {
  .section-about03-service .box-wrapper:hover {
    background: var(--shop-color-hover);
    border-color: var(--shop-color-hover); }
  .section-about03-service .circle-block-banner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .section-about03-service .circle-block-banner .tab-content {
      margin-bottom: 30px; } }

@media (max-width: 991px) {
  .section-about03-service {
    padding-top: 40px; } }

@media (max-width: 767px) {
  .section-about03-service .box-wrapper {
    padding: 15px 15px;
    margin-bottom: 20px; }
    .section-about03-service .box-wrapper.text-right {
      text-align: left !important; }
    .section-about03-service .box-wrapper h4 {
      font-size: 18px; }
    .section-about03-service .box-wrapper p {
      margin-bottom: 0; } }

.section-about03-stories .story-row {
  position: relative;
  margin-bottom: 70px;
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.section-about03-stories .story-row .block-detail {
  position: relative;
  padding: 20px 30px;
  margin: 40px 0px; }
  .section-about03-stories .story-row .block-detail .date {
    font-size: 14px; }
  .section-about03-stories .story-row .block-detail h3 {
    font-size: 22px; }

.section-about03-stories .story-row:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .section-about03-stories .story-row:nth-child(even) .block-detail {
    right: -70px;
    z-index: 5;
    background-color: var(--shop-color-main);
    color: #fff;
    text-align: right; }
    .section-about03-stories .story-row:nth-child(even) .block-detail h3 {
      color: #fff; }

.section-about03-stories .story-row:nth-child(odd) .block-detail {
  left: -70px;
  z-index: 5;
  background-color: #fff;
  color: #000; }

@media (min-width: 768px) and (max-width: 991px) {
  .section-about03-stories .story-row .block-detail {
    padding: 18px 20px; }
  .section-about03-stories .story-row:nth-child(even) .block-detail {
    right: 0;
    margin-right: -70px; }
  .section-about03-stories .story-row:nth-child(odd) .block-detail {
    left: 0;
    margin-left: -70px; } }

@media (max-width: 991px) {
  .section-about03-stories {
    padding: 40px 0 20px; } }

@media (max-width: 767px) {
  .section-about03-stories .story-row {
    margin-bottom: 25px; }
    .section-about03-stories .story-row:last-child {
      margin-bottom: 0; }
  .section-about03-stories .story-row .block-detail {
    padding: 20px 15px; }
  .section-about03-stories .story-row:nth-child(even) .block-detail {
    right: 0;
    margin: 0;
    text-align: left; }
  .section-about03-stories .story-row:nth-child(odd) .block-detail {
    left: 0;
    margin: 0; } }

/*-------------------------------------------*/
/* . FAQ */
/*-------------------------------------------*/
.layoutPage-faqs {
  margin-bottom: 60px; }
  .layoutPage-faqs .section-breadcrumb {
    margin-bottom: 60px; }
  .layoutPage-faqs .section-faqs-info {
    max-width: 800px;
    margin: 0 auto; }
    .layoutPage-faqs .section-faqs-info .intro-banner {
      margin-bottom: 20px; }
    .layoutPage-faqs .section-faqs-info .intro-desc {
      margin-bottom: 60px;
      font-size: 16px; }
    .layoutPage-faqs .section-faqs-info .intro-list-faqs {
      font-size: 16px; }
      .layoutPage-faqs .section-faqs-info .intro-list-faqs .faq-item {
        margin-bottom: 20px; }
      .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs {
        font-weight: 600;
        padding-right: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        position: relative;
        cursor: pointer; }
        .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs:before {
          content: "";
          right: 5px;
          top: 12px;
          position: absolute;
          box-sizing: border-box;
          height: 8px;
          width: 8px;
          border-style: solid;
          border-color: currentColor;
          border-width: 0px 1px 1px 0px;
          transform: rotate(45deg);
          transition: border-width 150ms ease-in-out;
          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; }
        .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs.opened {
          border-color: #000; }
        .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs.opened:before {
          -moz-transform: rotate(-135deg);
          -webkit-transform: rotate(-135deg);
          -o-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }
      .layoutPage-faqs .section-faqs-info .intro-list-faqs .content-faqs {
        display: none; }
    .layoutPage-faqs .section-faqs-info .form-faqs {
      margin-top: 60px; }
      .layoutPage-faqs .section-faqs-info .form-faqs h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px; }
  @media (max-width: 991px) {
    .layoutPage-faqs .section-breadcrumb {
      margin-bottom: 20px; } }

/*-------------------------------------------*/
/* . CART */
/*-------------------------------------------*/
/* CSS icon load  */
@keyframes cart-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes cart-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes cart-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

.cart-ajloading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.3); }

.cart-ajloading > div:first-child {
  width: 100px;
  padding: 4px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto; }

.cart-ajloading .lds-ellipsis {
  position: relative;
  width: 54px;
  height: 16px;
  margin: auto; }

.cart-ajloading .lds-ellipsis div {
  position: absolute;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--shop-color-main);
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.cart-ajxloading .lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: cart-ellipsis1 .6s infinite; }

.cart-ajloading .lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: cart-ellipsis2 .6s infinite; }

.cart-ajloading .lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: cart-ellipsis2 .6s infinite; }

.cart-ajloading .lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: cart-ellipsis3 .6s infinite; }

.wrapper-mainCart {
  margin: 40px 0; }
  .wrapper-mainCart .mainCart-detail {
    background: #fff;
    margin-bottom: 50px; }
  .wrapper-mainCart .mainCart-detail .heading-cart {
    font-size: 20px;
    margin: 0;
    padding: 0px 0;
    border-bottom: 1px solid var(--shop-color-border);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .wrapper-mainCart .mainCart-detail .heading-cart h1 {
      font-size: 24px;
      margin: 0 0 6px; }
    .wrapper-mainCart .mainCart-detail .heading-cart.heading-row {
      border-bottom: 0; }
      .wrapper-mainCart .mainCart-detail .heading-cart.heading-row .cart-shipping {
        flex: 0 0 100%;
        max-width: 100%;
        border-top: 1px solid var(--shop-color-border);
        margin-top: 15px;
        padding-top: 15px; }
  .wrapper-mainCart .mainCart-detail .expanded-message {
    padding: 20px 0px; }
  .wrapper-mainCart .cart-shipping {
    padding: 10px 0; }
    .wrapper-mainCart .cart-shipping .price {
      font-size: 18px;
      font-weight: 600;
      color: #ff2c26; }
    .wrapper-mainCart .cart-shipping .free-ship {
      text-transform: uppercase;
      color: #333333;
      font-weight: 600; }
      @media (max-width: 767px) {
        .wrapper-mainCart .cart-shipping .free-ship {
          display: block; } }
    .wrapper-mainCart .cart-shipping__title {
      font-size: 16px;
      font-weight: 400;
      color: #666666;
      letter-spacing: 0.5px; }
    .wrapper-mainCart .cart-shipping__bar {
      height: 8px;
      width: 100%;
      background-color: #e9e9e9;
      border-radius: 5px;
      margin: 15px 0 10px;
      position: relative; }
      .wrapper-mainCart .cart-shipping__bar .shipping-bar {
        background-color: #ffbc11;
        width: 0;
        border-radius: 5px;
        transition: width .4s ease-in-out;
        display: block;
        height: 100%;
        position: relative;
        padding-left: 20px;
        padding-right: 5px; }
        .wrapper-mainCart .cart-shipping__bar .shipping-bar .icon {
          width: 30px;
          height: 30px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          position: absolute;
          top: 3px;
          right: 10px;
          transform: translate(50%, -50%);
          font-weight: 700;
          content: "";
          font-size: 12px;
          color: #ffbc11;
          border: 1px solid #ffbc11;
          background: currentColor; }
          .wrapper-mainCart .cart-shipping__bar .shipping-bar .icon svg {
            fill: #fff; }
    .wrapper-mainCart .cart-shipping.cart-shipping-free .cart-shipping__bar span {
      background-color: #3d9851; }
    .wrapper-mainCart .cart-shipping.cart-shipping-free .cart-shipping__bar .icon {
      background-color: #3d9851;
      border-color: #3d9851;
      color: #3d9851; }
  .wrapper-mainCart .collectionCart-detail {
    margin: 0 0 40px; }
    .wrapper-mainCart .collectionCart-detail .collectionCart-title {
      font-size: 20px;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 15px; }
    .wrapper-mainCart .collectionCart-detail .list-product {
      display: flex;
      flex-wrap: wrap; }
      .wrapper-mainCart .collectionCart-detail .list-product .product-loop-items {
        padding: 0 12px; }
      .wrapper-mainCart .collectionCart-detail .list-product .slick-list {
        margin: 0 -12px; }
      .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow {
        position: absolute;
        top: 30%;
        z-index: 8;
        -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;
        color: var(--shop-color-text);
        height: 35px;
        width: 35px;
        line-height: 35px;
        outline: none;
        text-align: center;
        display: inline-block;
        background: transparent;
        border: 0;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.08);
        border-radius: 2px; }
        .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow:before {
          content: "";
          font-family: "Font Awesome 5 Pro";
          font-size: 28px;
          display: inline-block; }
        .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-prev {
          left: 0px; }
        .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-next {
          right: 0px; }
        .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-next:before {
          content: "\f105"; }
        .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-prev:before {
          content: "\f104"; }
        .wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-disabled {
          opacity: 0;
          visibility: hidden; }
      .wrapper-mainCart .collectionCart-detail .list-product:not(.slick-initialized) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden; }
      .wrapper-mainCart .collectionCart-detail .list-product:not(.slick-initialized) .product-loop-items {
        flex: 0 0 25%;
        max-width: 25%; }
  .wrapper-mainCart .expanded-content .expanded-info {
    text-align: center; }
  .wrapper-mainCart .expanded-content .info-text .text1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px; }
  .wrapper-mainCart .expanded-content .info-text .text2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #606876; }
  .wrapper-mainCart .expanded-content .info-text .text2 a {
    color: #1a73e8;
    font-weight: 600; }
  .wrapper-mainCart .expanded-content .search-field {
    position: relative; }
    .wrapper-mainCart .expanded-content .search-field .search_box {
      height: 45px;
      width: 100%;
      padding: 8px 50px 8px 20px;
      border: 4px solid #e3e9ed;
      border-radius: 4px;
      font-size: 15px;
      font-weight: 500; }
      .wrapper-mainCart .expanded-content .search-field .search_box:focus {
        outline: none; }
    .wrapper-mainCart .expanded-content .search-field input[type="submit"] {
      width: 45px;
      height: 45px;
      position: absolute;
      right: 0; }
    .wrapper-mainCart .expanded-content .search-field .btn-search {
      width: 50px;
      height: 44px;
      line-height: 42px;
      position: absolute;
      padding: 0;
      top: 0px;
      right: 0px;
      background: transparent;
      transition: opacity 150ms linear;
      outline: none;
      box-shadow: none;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center; }
      .wrapper-mainCart .expanded-content .search-field .btn-search svg {
        width: 24px;
        height: 100%;
        display: block;
        margin: auto;
        fill: #6c798f;
        opacity: 0.6; }
  .wrapper-mainCart .title-number-cart {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 6px; }
  .wrapper-mainCart .list-pageform-cart {
    padding: 15px 0; }
  .wrapper-mainCart .table-cart {
    padding: 8px 10px;
    border: 2px solid var(--shop-color-border);
    overflow: hidden;
    border-radius: 8px; }
  .wrapper-mainCart .cart-row {
    width: 100%;
    display: inline-block; }
  @media (min-width: 768px) {
    .wrapper-mainCart .expanded-message {
      text-align: left;
      font-size: 17px; } }
  .wrapper-mainCart .media-line-item {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 10px; }
    .wrapper-mainCart .media-line-item .media-left {
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      max-width: 80px;
      padding: 0;
      position: relative;
      display: block; }
      .wrapper-mainCart .media-line-item .media-left img {
        border: 1px solid #ededed; }
      .wrapper-mainCart .media-line-item .media-left .item-remove {
        position: absolute;
        top: -7px;
        left: -10px; }
      .wrapper-mainCart .media-line-item .media-left .item-remove a {
        display: block;
        background: #8f9bb3;
        color: #fff;
        font-size: 8px;
        font-weight: 400;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%; }
    .wrapper-mainCart .media-line-item .media-right {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding-left: 18px;
      padding-right: 18px; }
    .wrapper-mainCart .media-line-item .media-total {
      text-align: right; }
    .wrapper-mainCart .media-line-item .item-info {
      margin-bottom: 12px; }
    .wrapper-mainCart .media-line-item .item-info .item--title {
      font-size: 16px;
      margin: 0 0 10px;
      font-weight: 500; }
    .wrapper-mainCart .media-line-item .item-info .item--title a {
      color: var(--shop-color-text);
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .wrapper-mainCart .media-line-item .item-variant {
      font-size: 12px;
      color: #777777;
      font-weight: 500;
      margin: 0;
      display: -webkit-flex;
      display: flex;
      width: 100%;
      padding-right: 5px; }
      .wrapper-mainCart .media-line-item .item-variant span {
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .wrapper-mainCart .media-line-item .item-variant-edit {
        cursor: pointer; }
        .wrapper-mainCart .media-line-item .item-variant-edit span {
          position: relative;
          display: inline-block;
          border-radius: 3px;
          padding: 2px 25px 2px 9px;
          color: #5c5c5c;
          background: #f5f5f9;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
        .wrapper-mainCart .media-line-item .item-variant-edit span:after {
          content: "";
          display: inline-block;
          vertical-align: middle;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 5px solid rgba(0, 0, 0, 0.54);
          border-bottom: 0;
          background: none;
          padding: 0;
          position: absolute;
          top: 50%;
          right: 6px;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .wrapper-mainCart .media-line-item .item-prmote {
      margin: 2px 0;
      font-style: italic;
      font-size: 13px;
      color: #ab1207; }
    .wrapper-mainCart .media-line-item .item-price p {
      margin: 0; }
    .wrapper-mainCart .media-line-item .item-price .ico-gift {
      display: inline-block;
      max-width: 18px;
      vertical-align: 2px;
      margin-left: 10px; }
    .wrapper-mainCart .media-line-item .item-price span {
      font-weight: 500;
      color: #8f9bb3; }
    .wrapper-mainCart .media-line-item .item-price del {
      color: #8f9bb3;
      font-size: 12px;
      margin-left: 5px; }
    .wrapper-mainCart .media-line-item .item-qty {
      display: inline-block; }
    .wrapper-mainCart .media-line-item .item-qty .quantity-partent {
      margin: 8px 0 3px;
      display: flex;
      -ms-display: flex;
      -webkit-display: flex;
      width: 100%; }
    .wrapper-mainCart .media-line-item .item-qty .quantity-partent input.item-quantity {
      float: left;
      font-weight: 500;
      font-size: 15px;
      width: 36px;
      height: 28px;
      padding: 0;
      background: #fff;
      text-align: center;
      outline: none;
      border: 0;
      border: 1px solid #f9f9f9;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none; }
    .wrapper-mainCart .media-line-item .item-qty .quantity-partent button.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; }
      .wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn svg {
        display: block;
        width: 10px;
        height: 100%;
        margin: 0 auto; }
    .wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn:focus {
      outline: none; }
    .wrapper-mainCart .media-line-item .item-total-price .text {
      font-size: 14px; }
    .wrapper-mainCart .media-line-item .item-total-price .line-item-total {
      font-size: 16px;
      font-weight: 700; }
  .wrapper-mainCart .media-line-item + .media-line-item {
    border-top: 1px solid #f1f1f1; }
  .wrapper-mainCart .order-noted-block .checkout-buttons {
    background: #f3f4f4;
    padding: 15px;
    margin: 20px 0 10px; }
  .wrapper-mainCart .order-noted-block label.note-label {
    display: block;
    margin: 00px 0 10px;
    font-weight: 600;
    font-size: 14px; }
  .wrapper-mainCart .order-noted-block textarea {
    padding: 10px 15px;
    width: 100%;
    min-height: 80px;
    resize: none;
    border: 1px solid #dfe0e1;
    box-shadow: none; }
  .wrapper-mainCart .order-summary-block {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid var(--shop-color-border); }
    .wrapper-mainCart .order-summary-block.order-summary-notify {
      padding: 0;
      border: 0; }
    .wrapper-mainCart .order-summary-block .summary-warning {
      padding: 12px 15px;
      border-radius: 4px;
      /*	background-color: #fee3e8;border:1px solid #fdd0d8;*/
      background-color: #d9edf7;
      border: 1px solid #bce8f1; }
      .wrapper-mainCart .order-summary-block .summary-warning .textmr {
        margin-bottom: 5px; }
      .wrapper-mainCart .order-summary-block .summary-warning p {
        margin: 0; }
    .wrapper-mainCart .order-summary-block .summary-alert {
      background-color: #fee3e8;
      border: 1px solid #fdd0d8;
      color: #d20909;
      font-size: 13px;
      padding: 10px 15px;
      margin: 10px 0;
      text-align: left; }
      .wrapper-mainCart .order-summary-block .summary-alert:not(.in) {
        display: none; }
    .wrapper-mainCart .order-summary-block .summary-title {
      font-size: 20px;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 15px; }
    .wrapper-mainCart .order-summary-block .summary-time {
      background: #fcfcfc;
      border: 1px solid #F5f5f5; }
      .wrapper-mainCart .order-summary-block .summary-time__row {
        padding: 10px 8px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title {
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          width: 1%;
          padding-right: 10px; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-title {
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 400;
            margin: 0 0 5px; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-time {
            font-size: 13px;
            font-weight: 600;
            margin: 0; }
            .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-time i {
              color: var(--shop-color-main);
              margin-right: 2px;
              font-size: 15px;
              vertical-align: middle; }
        .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio {
          max-width: 50%; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio .radio-item {
            position: relative; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio .radio-item + .radio-item {
            margin-top: 5px; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio'] {
            position: absolute;
            top: 2px;
            left: 0;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            color: #fff;
            background: #ffffff;
            border: 1px solid #e5e5e5;
            cursor: pointer;
            outline: none;
            display: inline-block;
            margin: 0;
            -webkit-transition: all 0.15s ease-out 0s;
            transition: all 0.15s ease-out 0s;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio'] + label {
            position: relative;
            margin: 0;
            padding-left: 20px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:before {
            content: '\2714\fe0e';
            font-size: 11px;
            height: 13px;
            width: 13px;
            line-height: 13px;
            opacity: 0;
            position: absolute;
            display: block;
            text-align: center; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:checked {
            background: var(--shop-color-hover);
            border-color: var(--shop-color-hover); }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:checked:before {
            opacity: 1;
            color: #ffffff; }
        .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose {
            margin-right: -5px;
            margin-left: -5px;
            display: -ms-flexbox;
            display: flex; }
            .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box {
              -ms-flex-preferred-size: 0;
              flex-basis: 0;
              -ms-flex-positive: 1;
              flex-grow: 1;
              min-width: 0;
              max-width: 50%;
              padding-left: 5px;
              padding-right: 5px;
              margin-bottom: 10px; }
              .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box .select-option {
                position: relative; }
                .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box .select-option:after {
                  content: '';
                  position: absolute;
                  top: calc(50% - 5px);
                  right: 10px;
                  border: solid #666666;
                  border-width: 0px 1px 1px 0;
                  display: inline-block;
                  padding: 3px;
                  transform: rotate(45deg);
                  -webkit-transform: rotate(45deg); }
              .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box label {
                display: block;
                font-weight: 400;
                font-size: 13px; }
              .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select {
                padding: 0px 8px;
                padding-right: 20px;
                cursor: pointer;
                outline: none;
                border-radius: 4px;
                height: 34px;
                line-height: 32px;
                background: #ffffff;
                border: 1px solid #e5e5e5;
                font-size: 14px;
                width: 100%;
                color: #000;
                font-weight: 500;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -ms-appearance: none;
                -o-appearance: none;
                appearance: none; }
                .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select:-ms-expand {
                  display: none; }
              .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select:invalid {
                color: #ededed; }
              .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select [disabled] {
                color: #ededed;
                font-weight: 300; }
              .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select option {
                color: #000;
                font-weight: 500; }
          .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-button .btn-accepttime {
            display: block;
            width: 100%;
            border-radius: 4px;
            padding: 0 10px;
            height: 34px;
            line-height: 30px;
            color: var(--shop-color-main);
            background: #ffffff;
            border: 2px solid var(--shop-color-main);
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase; }
            .wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-button .btn-accepttime.disabled {
              opacity: 0.8; }
        .wrapper-mainCart .order-summary-block .summary-time__row.picktime_selecter {
          display: none;
          border-top: 1px solid #efefef; }
    .wrapper-mainCart .order-summary-block .summary-time + .summary-total {
      border-top: 0; }
    .wrapper-mainCart .order-summary-block .summary-total {
      font-size: 16px;
      padding-bottom: 10px;
      padding-top: 10px;
      font-weight: bold;
      border-top: 1px dotted #dfe0e1;
      border-bottom: 1px dotted #dfe0e1;
      margin-bottom: 10px; }
      .wrapper-mainCart .order-summary-block .summary-total p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0; }
    .wrapper-mainCart .order-summary-block .summary-total p span {
      font-weight: bold;
      float: right;
      color: red;
      font-size: 24px; }
    .wrapper-mainCart .order-summary-block .summary-action {
      padding-top: 5px;
      text-align: center; }
    .wrapper-mainCart .order-summary-block .summary-action p {
      position: relative;
      font-size: 14px;
      margin-bottom: 4px;
      padding-left: 15px;
      font-weight: 400;
      text-align: left; }
      .wrapper-mainCart .order-summary-block .summary-action p:before {
        content: "";
        width: 4px;
        height: 4px;
        background: #999999;
        left: 0;
        opacity: 1;
        position: absolute;
        top: 8px;
        border-radius: 50%; }
    .wrapper-mainCart .order-summary-block .summary-button .checkout-btn {
      display: block;
      background: red;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      padding: 10px 5px;
      text-align: center;
      font-size: 15px;
      font-weight: bold;
      border-radius: 0;
      margin-top: 12px; }
      .wrapper-mainCart .order-summary-block .summary-button .checkout-btn.disabled {
        pointer-events: none;
        opacity: 0.7;
        background: #151515; }
    .wrapper-mainCart .order-summary-block .cart-coupon {
      position: relative; }
      .wrapper-mainCart .order-summary-block .cart-coupon .list-coupon {
        padding-bottom: 0; }
      .wrapper-mainCart .order-summary-block .cart-coupon .swiper-nav {
        position: absolute;
        top: 0;
        right: 0; }
      .wrapper-mainCart .order-summary-block .cart-coupon .swiper-button.swiper-next {
        margin-left: 5px; }
      .wrapper-mainCart .order-summary-block .cart-coupon .swiper-button.swiper-button-disabled svg {
        fill: #858380;
        cursor: no-drop; }
  .wrapper-mainCart .txt-continue {
    margin: 15px 0; }
  .wrapper-mainCart .order-noted-block .btn-checkout.disabled {
    pointer-events: none;
    opacity: 0.7;
    background: #151515; }
  .wrapper-mainCart .order-invoice-block .checkbox {
    margin: 5px 0;
    position: relative; }
  .wrapper-mainCart .order-invoice-block .checkbox > .title {
    font-size: 14px;
    padding-left: 40px;
    vertical-align: text-top;
    margin-bottom: 0;
    display: block;
    font-weight: bold; }
  .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox {
    display: none; }
  .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox + .box {
    border: 2px solid var(--shop-color-main);
    padding: 9px;
    border-radius: 50%;
    opacity: 0.25;
    display: inline-block;
    background: transparent;
    margin-bottom: 0;
    position: absolute;
    left: 5px; }
  .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox + .box:after {
    content: '\2714\fe0e';
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 4px;
    color: var(--shop-color-main); }
  .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked + .box {
    background: var(--shop-color-main);
    opacity: 1; }
  .wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked + .box:after {
    color: #ffffff; }
  .wrapper-mainCart .order-invoice-block .bill-field {
    display: none;
    margin-top: 20px; }
  .wrapper-mainCart .order-invoice-block .bill-field:before, .wrapper-mainCart .order-invoice-block .bill-field:after {
    content: "";
    display: table;
    clear: both; }
  .wrapper-mainCart .order-invoice-block .bill-field .form-group {
    margin-bottom: 15px;
    float: left;
    width: calc(100%/3 - 15px);
    margin-right: 15px; }
  .wrapper-mainCart .order-invoice-block .bill-field .form-group:nth-child(4) {
    width: calc(100% - 15px); }
  .wrapper-mainCart .order-invoice-block .bill-field .form-group input {
    font-size: 12px;
    height: 40px;
    color: #000000;
    box-shadow: none;
    background-clip: padding-box;
    border-radius: 2px;
    border: 1px solid var(--shop-color-border);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none; }
  .wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-outer-spin-button,
  .wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number] {
    -moz-appearance: textfield; }
  .wrapper-mainCart .order-invoice-block .bill-field .form-group .text-danger {
    margin-top: 5px;
    display: block;
    font-size: 11px;
    color: #ff0000; }
  .wrapper-mainCart .order-invoice-block .bill-field .form-btn .button {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px; }
  .wrapper-mainCart .coupon-initial .coupon-item {
    padding: 0; }
  .wrapper-mainCart .coupon-initial .list-coupon-slide {
    padding-bottom: 0; }
  @media (min-width: 992px) {
    .wrapper-mainCart .sidebarCart-sticky .wrap-order-summary {
      position: -webkit-sticky;
      position: sticky;
      top: 30px;
      margin-bottom: 15px; }
    .wrapper-mainCart .cart-collection {
      display: none; } }
  @media (max-width: 991px) {
    .wrapper-mainCart .mainCart-detail {
      margin-bottom: 20px; }
    .wrapper-mainCart .order-summary-block .summary-button {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #ffffff;
      z-index: 500;
      padding: 8px 10px 8px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      transition: all 300ms ease; }
    .wrapper-mainCart .order-summary-block .summary-button .checkout-btn {
      margin-top: 0;
      border-radius: 0; }
    .wrapper-mainCart .expanded-content .info-text .text1 {
      font-size: 20px; }
    .wrapper-mainCart .expanded-content .info-text .text2 {
      font-size: 16px; }
    .wrapper-mainCart .sidebarCart-sticky.is-hidden {
      display: none; }
    .wrapper-mainCart .contentCart-detail .collectionCart-detail {
      display: none; }
    .wrapper-mainCart .collectionCart-detail .list-product .product-loop-items {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 12px; }
    .wrapper-mainCart .collectionCart-detail .list-product:not(.slick-initialized) .product-loop-items {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .wrapper-mainCart .order-summary-block .summary-title {
      font-size: 16px; }
    .wrapper-mainCart .order-summary-block .summary-total {
      font-size: 14px; }
    .wrapper-mainCart .order-summary-block .summary-total span {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .wrapper-mainCart {
      margin: 30px 0 20px; }
    .wrapper-mainCart .mainCart-detail .heading-cart.heading-row .cart-shipping {
      margin-top: 7px;
      padding-top: 10px; }
    .wrapper-mainCart .media-line-item {
      padding: 15px 5px; }
      .wrapper-mainCart .media-line-item .item-info {
        margin-bottom: 5px; }
      .wrapper-mainCart .media-line-item .item-info .item--title {
        font-size: 14px;
        margin-bottom: 10px; }
      .wrapper-mainCart .media-line-item .item-info .item--title.link-none {
        pointer-events: none; }
      .wrapper-mainCart .media-line-item .item-edit {
        margin: 0;
        display: none; }
      .wrapper-mainCart .media-line-item .item-variant {
        font-size: 11px; }
      .wrapper-mainCart .media-line-item .item-price span {
        font-size: 13px; }
      .wrapper-mainCart .media-line-item .item-price del {
        font-size: 11px; }
      .wrapper-mainCart .media-line-item .media-left {
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px; }
      .wrapper-mainCart .media-line-item .media-right {
        padding-left: 8px;
        padding-right: 8px; }
    .wrapper-mainCart .order-summary-block.order-summary-notify {
      background: transparent;
      padding: 0; }
    .wrapper-mainCart .order-invoice-block .bill-field .form-group,
    .wrapper-mainCart .order-invoice-block .bill-field .form-group:nth-child(4) {
      width: 100%; }
    .wrapper-mainCart .collectionCart-detail {
      margin: 0; } }

.modal.mdlcart-product-edit .mdlcart-detail__header {
  padding: 12px 20px; }
  .modal.mdlcart-product-edit .mdlcart-detail__header .block-thumb {
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px; }
    .modal.mdlcart-product-edit .mdlcart-detail__header .block-thumb img {
      border: 1px solid #f1f1f1;
      border-radius: 10px; }
  .modal.mdlcart-product-edit .mdlcart-detail__header .block-title {
    padding-left: 20px;
    text-align: left;
    margin: 0;
    padding-right: 35px;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px); }
    .modal.mdlcart-product-edit .mdlcart-detail__header .block-title h3 {
      margin: 5px 0 5px;
      font-size: 16px; }
    .modal.mdlcart-product-edit .mdlcart-detail__header .block-title .mdcart-price {
      margin: 10px 0 2px;
      padding: 0;
      border: 0; }
      .modal.mdlcart-product-edit .mdlcart-detail__header .block-title .mdcart-price span {
        color: #db1a2a;
        margin-right: 6px;
        font-size: 16px; }
      .modal.mdlcart-product-edit .mdlcart-detail__header .block-title .mdcart-price del {
        color: #7c7d7d;
        padding: 0;
        font-size: 13px;
        margin-right: 6px; }
      .modal.mdlcart-product-edit .mdlcart-detail__header .block-title .mdcart-price .pro-percent {
        display: inline-block;
        font-size: 11px;
        padding: 1px 5px;
        background: #db1a2a;
        border-radius: 4px;
        color: #ffffff; }
    .modal.mdlcart-product-edit .mdlcart-detail__header .block-title .mdcart-variant {
      font-size: 12px;
      color: #777;
      font-weight: 500;
      margin: 0; }
  .modal.mdlcart-product-edit .mdlcart-detail__header .btn-close-modal {
    padding: 0;
    margin: 0;
    opacity: 1;
    width: 32px;
    height: 32px;
    background: #e5e5e5;
    border: 0;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 8px;
    outline: none;
    text-align: center; }
    .modal.mdlcart-product-edit .mdlcart-detail__header .btn-close-modal svg {
      opacity: 0.8;
      height: 100%;
      width: 15px;
      stroke: #212121;
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      transform: scale(0.8);
      -webkit-transition: -webkit-transform .25s, opacity .25s;
      -moz-transition: -moz-transform .25s, opacity .25s;
      transition: transform .25s, opacity .25s; }
    .modal.mdlcart-product-edit .mdlcart-detail__header .btn-close-modal:hover svg {
      opacity: 1;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1); }

.modal.mdlcart-product-edit .mdlcart-detail__body {
  padding: 25px 25px 30px;
  border-radius: 0;
  border: 0; }
  .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants {
    padding: 0;
    min-height: 90px; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select {
      display: none;
      visibility: hidden; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch:first-child {
      margin-top: 0; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch .title-swap {
      min-width: auto;
      flex: 0 0 auto;
      width: 110px; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch .select-swap {
      flex: 0 0 auto;
      width: calc(100% - 110px);
      padding-left: 10px; }
  .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-linkdetail {
    margin: 25px 0 0; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-linkdetail a {
      padding-bottom: 1px;
      text-decoration: none;
      letter-spacing: -0.43px;
      font-size: 15px;
      color: var(--shop-color-text);
      background-image: linear-gradient(to right, var(--shop-color-text) 0%, var(--shop-color-text) 100%);
      background-size: 100% 1px;
      background-position: 0px 90%;
      background-repeat: no-repeat;
      transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s; }
      .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-linkdetail a svg {
        width: 10px; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-linkdetail a:hover {
      background-size: 0px 1px;
      text-decoration: none; }

.modal.mdlcart-product-edit .mdlcart-detail__footer {
  padding: 12px 25px;
  margin: 0;
  background: #ffffff;
  margin: 0;
  border-top: 1px solid var(--shop-color-border); }
  .modal.mdlcart-product-edit .mdlcart-detail__footer .mdlcart-product-actions {
    width: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center; }
  .modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-actions {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-actions .button {
      border-radius: 4px;
      padding: 10px 10px;
      margin: 0;
      width: 100%; }
    .modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-actions .button.disabled {
      pointer-events: none;
      opacity: 0.6;
      border-color: #151515; }
    .modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-actions .button.disabled:before {
      background-color: #151515; }
  .modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity {
    padding-right: 20px; }
    .modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity--label {
      margin: 0 0 2px;
      display: none;
      text-align: left;
      font-size: 12px; }
    .modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity--box {
      display: -ms-flexbox;
      display: flex; }
      .modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity--box .qty-btn {
        background: #f3f4f4;
        border: 1px solid #f3f4f4;
        font-weight: 600;
        font-size: 16px;
        height: 38px;
        width: 40px;
        line-height: 36px;
        text-align: center;
        border-radius: 0;
        cursor: pointer;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none; }
        .modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity--box .qty-btn svg {
          display: block;
          width: 10px;
          height: 100%;
          margin: 0 auto;
          fill: #333; }
      .modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity--box .qty-value {
        background: #fff;
        font-weight: 600;
        height: 38px;
        width: 60px;
        line-height: 36px;
        padding: 0;
        text-align: center;
        border: 1px solid #f3f4f4;
        border-left: none;
        border-right: none;
        border-radius: 1px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none; }

@media (min-width: 768px) {
  .modal.mdlcart-product-edit .modal-dialog {
    max-width: 520px; }
  .modal.mdlcart-product-edit .modal-body::-webkit-scrollbar {
    width: 5px;
    height: 30px; }
  .modal.mdlcart-product-edit .modal-body::-webkit-scrollbar-track {
    background: #e1e3e4;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .modal.mdlcart-product-edit .modal-body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .modal.mdlcart-product-edit .modal-body::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }
  .modal.mdlcart-product-edit .modal-body::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4); } }

@media (max-width: 767px) {
  .modal.mdlcart-product-edit {
    overflow: initial; }
  .modal.mdlcart-product-edit .modal-dialog {
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    min-height: auto;
    max-height: calc(100% - 100px);
    background: #ffffff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-radius: 16px 16px 0 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
    background-clip: padding-box; }
    .modal.mdlcart-product-edit .modal-dialog:before {
      display: none; }
  .modal.mdlcart-product-edit .modal-content {
    border-radius: 16px 16px 0 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .modal.mdlcart-product-edit.modal-height .modal-dialog {
    max-height: calc(100% - 100px);
    justify-content: flex-end;
    justify-content: flex-end; }
  .modal.mdlcart-product-edit.fade:not(.show) {
    transition-delay: 0.15s; }
  .modal.mdlcart-product-edit.fade.show {
    transition-delay: 0s; }
  .modal.mdlcart-product-edit.fade.show .modal-dialog {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
  .modal.mdlcart-product-edit .mdlcart-detail__header {
    padding: 12px 15px; }
    .modal.mdlcart-product-edit .mdlcart-detail__header .block-title {
      padding-left: 15px; }
  .modal.mdlcart-product-edit .mdlcart-detail__body {
    padding: 20px 15px 25px; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch .title-swap,
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch .select-swap {
      flex: 0 0 auto;
      width: 100%; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch .select-swap {
      padding-left: 2px;
      margin-top: 2px; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch .title-swap strong {
      display: inline-block; }
  .modal.mdlcart-product-edit .mdlcart-detail__footer {
    padding: 12px;
    margin: 0; }
    .modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity {
      padding-right: 10px; } }

.swal-modal {
  padding: 20px 15px 15px;
  margin-bottom: 50px;
  background: #ffffff;
  color: var(--shop-color-text); }
  .swal-modal .swal-button-container {
    margin: 7px; }
  .swal-modal .swal-button {
    box-shadow: none; }
  .swal-modal .swal-title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color: var(--shop-color-title);
    padding: 10px 0; }
  .swal-modal .swal-text {
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--shop-color-text);
    font-weight: 400;
    padding: 0;
    margin: 0;
    max-width: 100%; }
  .swal-modal .swal-content {
    font-size: 15px; }
  .swal-modal .swal-footer {
    text-align: center;
    padding: 8px 0px; }
    .swal-modal .swal-footer .swal-button {
      position: relative;
      display: inline-block;
      min-width: 110px;
      padding: 10px 25px;
      line-height: normal;
      color: #000;
      border: 1px solid #000;
      border-radius: 2px;
      text-transform: uppercase;
      font-size: 12px;
      text-align: center;
      letter-spacing: 1px;
      background-color: transparent;
      -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      z-index: 1;
      overflow: hidden;
      box-shadow: none; }
      .swal-modal .swal-footer .swal-button.swal-button--cancel {
        border: 1px solid #000;
        background-color: #000;
        color: #fff; }
      .swal-modal .swal-footer .swal-button.swal-button--confirm {
        border: 1px solid #ec0b0b;
        background-color: #ec0b0b;
        color: #fff; }
  .swal-modal.swal-cart-remove .swal-button--confirm {
    background: var(--shop-color-button);
    color: #ffffff; }
  .swal-modal.swal-cart-remove .swal-button, .swal-modal.swal-cart-checkInvoice .swal-button {
    width: 100px; }
  .swal-modal.swal-cart-checkInvoice .swal-button--cancel {
    background: #333333;
    color: #ffffff; }
  .swal-modal.swal-cart-checkInvoice .swal-button--confirm {
    background: red;
    color: #ffffff; }
  .swal-modal.swal-alert-km, .swal-modal.swal-alert-km-qv {
    width: 380px;
    padding-left: 20px;
    padding-right: 20px; }
    .swal-modal.swal-alert-km .swal-content, .swal-modal.swal-alert-km-qv .swal-content {
      margin-top: 10px;
      padding: 0 0px; }
    .swal-modal.swal-alert-km .swal-footer, .swal-modal.swal-alert-km-qv .swal-footer {
      text-align: center;
      padding: 8px 0px; }
      .swal-modal.swal-alert-km .swal-footer .swal-button-container, .swal-modal.swal-alert-km-qv .swal-footer .swal-button-container {
        display: block;
        margin: 0; }
      .swal-modal.swal-alert-km .swal-footer .swal-button-container + .swal-button-container, .swal-modal.swal-alert-km-qv .swal-footer .swal-button-container + .swal-button-container {
        margin-top: 10px; }
      .swal-modal.swal-alert-km .swal-footer .swal-button, .swal-modal.swal-alert-km-qv .swal-footer .swal-button {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        min-width: 150px; }
        .swal-modal.swal-alert-km .swal-footer .swal-button.swal-button--cancel, .swal-modal.swal-alert-km-qv .swal-footer .swal-button.swal-button--cancel {
          border: 1px solid #dfdfdf;
          background-color: #dfdfdf;
          color: #000000; }
        .swal-modal.swal-alert-km .swal-footer .swal-button.swal-button--confirm, .swal-modal.swal-alert-km-qv .swal-footer .swal-button.swal-button--confirm {
          border: 1px solid var(--shop-color-button);
          background-color: var(--shop-color-button);
          color: #fff; }
  .swal-modal.copy-success {
    max-width: 250px; }
  @media (max-width: 767px) {
    .swal-modal.swal-alert-km-qv .swal-button-container, .swal-modal.swal-alert-km .swal-button-container {
      display: block; }
    .swal-modal.swal-alert-km-qv .swal-button, .swal-modal.swal-alert-km .swal-button {
      width: 100%; } }

/*-------------------------------------------*/
/* . BLOG< ARTICLE */
/*-------------------------------------------*/
/* Blog */
.layout-blogs .breadcrumb-shop,
.layout-article .breadcrumb-shop {
  margin-bottom: 0; }

.boxBlog-left {
  padding-right: 30px; }

.boxBlog-right {
  padding-left: 0; }

.heading-page {
  margin-bottom: 20px; }

.heading-page h1 {
  font-size: 28px;
  margin: 0; }

.list-article-content {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

/* Article Loop */
.article-loop {
  margin-bottom: 30px; }
  .article-loop .article-inner {
    background: #fff;
    height: 100%;
    border-radius: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08); }
  .article-loop .article-image {
    position: relative;
    overflow: hidden; }
  .article-loop .article-image img {
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .article-loop .article-detail {
    padding: 15px 20px; }
  .article-loop .article-title .post-title {
    font-size: 20px; }
  .article-loop .article-detail .entry-content {
    font-size: 16px;
    margin-bottom: 8px; }
  .article-loop .article-post-meta {
    font-size: 13px;
    color: #74839f;
    margin: 0 0 5px; }
    .article-loop .article-post-meta a {
      color: #757575; }
    .article-loop .article-post-meta a:hover {
      color: var(--shop-color-hover); }
    .article-loop .article-post-meta span {
      position: relative; }
    .article-loop .article-post-meta span + span:before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      margin: -1px 10px 0;
      border-radius: 100%;
      background-color: #74839f;
      opacity: 0.4;
      vertical-align: middle; }
    @media (max-width: 991px) {
      .article-loop .article-post-meta {
        font-size: 10px; }
      .article-loop .article-post-meta span + span:before {
        margin: 0 2px; }
      .article-loop .article-post-meta span.comment:before {
        margin-right: 5px; } }
  @media (min-width: 1200px) {
    .article-loop .article-inner:hover .article-image img {
      transform: scale(1.07);
      -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
      -o-transform: scale(1.07);
      -moz-transform: scale(1.07);
      opacity: 0.8; } }

/* Article */
.wrapper-contentArticle, .wrapper-contentBlogs {
  margin-bottom: 40px; }

.boxArticle-detail {
  margin-bottom: 32px; }

.inforArticle-content .heading-article {
  margin: 0px 0 32px; }
  .inforArticle-content .heading-article h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px; }
  .inforArticle-content .heading-article .box-article-heading {
    margin-bottom: 32px; }
    .inforArticle-content .heading-article .box-article-heading img {
      border-radius: 8px; }
  .inforArticle-content .heading-article .article-topic {
    margin-top: 32px; }
    .inforArticle-content .heading-article .article-topic h2 {
      font-size: 20px;
      margin-bottom: 8px; }
    .inforArticle-content .heading-article .article-topic .desc p {
      margin: 0;
      font-size: 12px; }
    .inforArticle-content .heading-article .article-topic .desc p + p {
      margin-top: 4px; }
  .inforArticle-content .heading-article .article-post-meta {
    font-size: 12px;
    color: #575757; }
    .inforArticle-content .heading-article .article-post-meta a {
      color: #575757; }
    .inforArticle-content .heading-article .article-post-meta span {
      position: relative; }
    .inforArticle-content .heading-article .article-post-meta span + span:before {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: -1px 8px 0;
      border-radius: 100%;
      background-color: #88CDD3;
      vertical-align: middle; }
    @media (max-width: 991px) {
      .inforArticle-content .heading-article .article-post-meta {
        font-size: 10px; }
      .inforArticle-content .heading-article .article-post-meta span + span:before {
        margin: 0 2px; }
      .inforArticle-content .heading-article .article-post-meta span.comment:before {
        margin-left: 0;
        margin-right: 5px; } }

.inforArticle-content .article-content iframe {
  width: 100%; }

.inforArticle-content .article-content .box-article-detail {
  margin: 0 auto 32px; }

.inforArticle-content .background-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 48.9%; }
  .inforArticle-content .background-img img {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

.inforArticle-content .post-navigation {
  border-top: 1px solid var(--shop-color-border);
  width: 100%;
  display: inline-block;
  font-size: 16px;
  padding: 25px 0 0; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar {
    font-size: 13px;
    margin: 0 -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar a {
      color: var(--shop-color-text); }
    .inforArticle-content .post-navigation .flex-row-articleToolbar a:hover {
      color: var(--shop-color-hover); }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p span {
      font-size: 14px;
      color: var(--shop-color-title);
      font-weight: 600; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav {
      text-align: right;
      font-weight: 600; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav > span svg {
      vertical-align: -1px;
      width: 12px;
      color: var(--shop-color-text);
      height: 12px;
      margin: 0 4px; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav .separator {
      display: inline-block;
      position: relative;
      width: 1px;
      height: 12px;
      margin: 0 18px;
      background: var(--shop-color-text);
      opacity: 0.8;
      vertical-align: middle; }

.inforArticle-content .box-article-detail h2 {
  font-size: 22px; }

.inforArticle-content .box-article-detail h3 {
  font-size: 20px; }

.inforArticle-content .box-article-detail h4, .inforArticle-content .box-article-detail h5, .inforArticle-content .box-article-detail h6 {
  font-size: 18px; }

.inforArticle-content .box-article-tags {
  color: #0B2341; }
  .inforArticle-content .box-article-tags strong {
    margin-right: 10px; }

.inforArticle-content .box-article-share {
  text-align: center;
  padding: 32px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }

.inforArticle-content .article-comment {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #E5E7E8;
  margin-bottom: 32px; }
  .inforArticle-content .article-comment .button {
    margin-top: 32px; }
  .inforArticle-content .article-comment .title-bl h3 {
    font-size: 32px;
    margin-bottom: 16px; }
  .inforArticle-content .article-comment .comment_form .form-group {
    width: 100%;
    margin-bottom: 16px; }
  .inforArticle-content .article-comment .comment_form .form-group input {
    color: #5c5c5c;
    height: 38px;
    width: 100%;
    font-size: 14px;
    padding: 8px;
    background: #fff;
    border: 1px solid #E5E7E8;
    border-radius: 2px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .inforArticle-content .article-comment .comment_form .form-group textarea {
    padding: 8px;
    font-size: 14px;
    box-shadow: none;
    background: #fff;
    border: 1px solid #E5E7E8;
    border-radius: 2px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .inforArticle-content .article-comment .comment-user {
    margin-bottom: 20px; }
  .inforArticle-content .article-comment .comment-user .author {
    font-size: 16px;
    margin: 0 0 5px; }
  .inforArticle-content .article-comment .comment-user .author span.date {
    font-size: 14px;
    float: right; }

.inforArticle-content .article-related {
  margin-top: 25px;
  border-radius: 3px; }
  .inforArticle-content .article-related .title-blog-related {
    position: relative;
    text-align: left;
    margin: 0 0 20px; }
  .inforArticle-content .article-related .title-blog-related span {
    display: inline-block;
    color: var(--shop-color-text);
    position: relative;
    font-size: 24px; }

.inforArticle-content .list-blogs-related .article-loop {
  margin-bottom: 0;
  height: 100%; }

.inforArticle-content .list-blogs-related .article-loop .article-inner {
  height: 100%; }

.inforArticle-content .list-blogs-related .article-loop .article-detail .post-title {
  font-size: 16px;
  margin: 0;
  padding-bottom: 8px; }

.inforArticle-content .list-blogs-related .article-loop .article-detail .entry-content {
  font-size: 14px; }

/* Toolbar article */
.article-content h2 {
  font-size: 18px; }

.article-content h3 {
  font-size: 16px; }

/* Table of Contents Article */
.table-of-contents {
  background: #ffffff;
  border: 1px solid #E5E7E8;
  border-radius: 8px;
  display: block;
  padding: 16px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 auto 32px;
  width: 100%;
  display: table; }
  .table-of-contents .table-title {
    font-weight: 700;
    font-size: 16px;
    margin: 0; }
    .table-of-contents .table-title .htitle {
      display: flex;
      align-items: center;
      gap: 8px; }
    .table-of-contents .table-title .toc_toggle a {
      color: var(--shop-color-main);
      display: inline-flex;
      align-items: center;
      gap: 4px;
      position: relative;
      padding-left: 28px; }
      .table-of-contents .table-title .toc_toggle a:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        left: 0;
        bottom: 0; }
      .table-of-contents .table-title .toc_toggle a.hide-ic:before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.52487 12.1962C9.52491 12.1959 9.52495 12.1956 9.525 12.1953H9.524L9.52487 12.1962ZM9.52487 12.1962C9.47004 12.5802 9.50533 12.9717 9.62796 13.3398C9.75068 13.7081 9.95749 14.0428 10.232 14.3173C10.5065 14.5918 10.8412 14.7986 11.2095 14.9213C11.5778 15.0441 11.9697 15.0793 12.354 15.0243L9.52487 12.1962ZM11.646 10.0733L14.475 12.9033V12.9023C14.53 12.518 14.4948 12.1262 14.372 11.7578C14.2493 11.3895 14.0425 11.0548 13.768 10.7803C13.4935 10.5058 13.1588 10.299 12.7905 10.1763C12.4221 10.0536 12.0303 10.0183 11.646 10.0733ZM5.646 6.90331L17.646 18.9033L18.354 18.1953L6.354 6.19531L5.646 6.90331ZM13.176 15.8463L14.79 17.4613C13.9099 17.8459 12.9604 18.046 12 18.0493C7 18.0493 4 12.5493 4 12.5493C4 12.5493 4.938 10.8273 6.642 9.31232L8.702 11.3723C8.47885 11.9965 8.43752 12.6712 8.58283 13.3179C8.72814 13.9646 9.05411 14.5568 9.52282 15.0255C9.99153 15.4942 10.5837 15.8202 11.2304 15.9655C11.8771 16.1108 12.5518 16.0695 13.176 15.8463ZM12 7.04932C11.0396 7.05262 10.0901 7.25274 9.21 7.63732V7.63832L10.823 9.25132C11.4472 9.02816 12.1219 8.98684 12.7686 9.13215C13.4153 9.27746 14.0075 9.60343 14.4762 10.0721C14.9449 10.5408 15.2709 11.133 15.4162 11.7797C15.5615 12.4265 15.5202 13.1012 15.297 13.7253L17.359 15.7873C19.061 14.2703 20 12.5493 20 12.5493C20 12.5493 17 7.04932 12 7.04932Z' fill='%230B2341'/%3E%3C/svg%3E%0A"); }
      .table-of-contents .table-title .toc_toggle a.show-ic:before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 6.5C7 6.5 4 12 4 12C4 12 7 17.5 12 17.5C17 17.5 20 12 20 12C20 12 17 6.5 12 6.5ZM14.4749 14.4749C13.8185 15.1313 12.9283 15.5 12 15.5C11.0717 15.5 10.1815 15.1313 9.52513 14.4749C8.86875 13.8185 8.5 12.9283 8.5 12C8.5 11.0717 8.86875 10.1815 9.52513 9.52513C10.1815 8.86875 11.0717 8.5 12 8.5C12.9283 8.5 13.8185 8.86875 14.4749 9.52513C15.1313 10.1815 15.5 11.0717 15.5 12C15.5 12.9283 15.1313 13.8185 14.4749 14.4749ZM13.7678 13.7678C14.2366 13.2989 14.5 12.663 14.5 12C14.5 11.337 14.2366 10.7011 13.7678 10.2322C13.2989 9.76339 12.663 9.5 12 9.5C11.337 9.5 10.7011 9.76339 10.2322 10.2322C9.76339 10.7011 9.5 11.337 9.5 12C9.5 12.663 9.76339 13.2989 10.2322 13.7678C10.7011 14.2366 11.337 14.5 12 14.5C12.663 14.5 13.2989 14.2366 13.7678 13.7678Z' fill='%230B2341'/%3E%3C/svg%3E%0A"); }
  .table-of-contents ul {
    font-size: 14px;
    list-style-type: disc;
    margin: 0 0 0 16px; }
  .table-of-contents ul li {
    list-style-position: outside;
    margin: 8px 0 0; }
  .table-of-contents ul li::marker {
    color: var(--shop-color-main); }
  .table-of-contents ul li a {
    text-decoration: none;
    color: #0B2341; }
  .table-of-contents > ul {
    padding-top: 16px; }
  .table-of-contents > ul ul ul {
    display: none; }
  .table-of-contents ul li a:hover, .table-of-contents ul li a:focus {
    color: var(--shop-color-hover); }

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px;
  vertical-align: initial; }

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #ffffff;
  border: 1px solid #E5E7E8;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-fixed .table-of-header {
  position: relative;
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid  #eeeeee; }

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-weight: 600;
  font-size: 14px; }

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center; }

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px; }

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.table-content-fixed .table-of-contents .table-title {
  display: none; }

.table-content-fixed .table-of-contents ul {
  font-size: 13px; }

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%); }

@media (min-width: 768px) {
  .blogs-aside--sticky {
    top: 30px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  body.scroll-body-up .blogs-aside--sticky {
    top: calc(var(--height-header) + 30px); } }

@media (max-width: 991px) and (min-width: 768px) {
  .boxBlog-left {
    padding-right: 15px; }
  .boxBlog-right {
    padding-left: 15px;
    padding-right: 15px; }
  .article-loop .article-inner .article-image {
    background: transparent; }
  .article-loop .article-inner .article-title h3.post-title {
    font-size: 18px;
    margin: 10px 0 5px; }
  .inforArticle-content .article-related .list-blogs-related .article-post {
    margin-bottom: 15px; }
  .inforArticle-content .article-related .list-blogs-related .article-post:nth-of-type(2n+1) {
    clear: both; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    text-align: center; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    margin-bottom: 20px; }
  .inforArticle-content .article-related {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .heading-page h1 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px; }
  .boxBlog-left {
    padding: 0 7px; }
  .boxBlog-right {
    padding: 0 7px; }
  .list-article-content {
    margin: 0 -7px; }
  .article-loop {
    margin-bottom: 14px;
    padding: 0 7px; }
  .article-loop .article-inner .article-image {
    background: transparent; }
  .article-loop .article-inner .article-detail {
    padding: 7px; }
  .article-loop .article-inner .article-detail .entry-content {
    font-size: 12px;
    margin-bottom: 5px; }
  .article-loop .article-inner .article-title h3.post-title {
    font-size: 14px;
    margin: 0 0 6px; }
  .article-loop.article_loopfirst .article-inner {
    padding-top: 0;
    overflow: hidden; }
  .article-loop.article_loopfirst .article-inner .article-title {
    -webkit-order: 2;
    order: 2; }
  .article-loop.article_loopfirst .article-inner .article-detail {
    -webkit-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0; }
  .article-loop.article_loopfirst .article-inner .article-image {
    -webkit-order: 1;
    order: 1;
    width: 100%; }
  .wrapper-contentArticle {
    margin-bottom: 0; }
  .wrapper-contentArticle .heading-article h1 {
    font-size: 24px; }
  .inforArticle-content .article-related {
    margin-bottom: 20px; }
  .inforArticle-content .article-related .content-blogs-related {
    position: relative;
    overflow: hidden;
    margin: 0 -15px; }
  .inforArticle-content .article-related .content-blogs-related .list-blogs-related {
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
    margin-bottom: -50px;
    transition: transform 0.25s ease 0s;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: block; }
  .inforArticle-content .article-related .content-blogs-related .owl-stage {
    left: -23px; }
  .inforArticle-content .article-related .list-blogs-related .article-post {
    display: inline-block;
    width: 65%;
    float: none;
    padding-left: 0;
    padding-right: 7px;
    vertical-align: top;
    white-space: normal; }
  .inforArticle-content .article-comment .title-bl h3 {
    font-size: 20px; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    text-align: center; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    margin-bottom: 20px; } }

/*-------------------------------------------*/
/* .  CONTACT +++ ABOUT +++ SEARCH */
/*-------------------------------------------*/
.heading-pageDetail h1 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.wrapper-pageDetail {
  background: #fff;
  padding: 10px 15px;
  height: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }

.content-pageDetail {
  margin-bottom: 40px; }

.content-pageDetail * {
  max-width: 100%; }

.wrapper-bodycontact .wrapbox-content-left {
  padding-right: 0; }

.layout-pageContact .breadcrumb-shop {
  margin-bottom: 0; }

.box-info-contact {
  margin-bottom: 24px; }

.box-info-contact li {
  margin-bottom: 10px; }

.box-info-contact li > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px; }

.box-info-contact li p {
  width: calc(100% - 35px);
  float: left;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #696969;
  font-weight: 500; }

.box-info-contact li p a {
  color: #696969; }

.box-info-contact li p strong {
  color: #000;
  margin-bottom: 5px; }

.wrapbox-contact {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.wrapbox-contact .infoList-contact {
  width: 50%; }

.box-send-contact {
  margin-bottom: 24px; }

.box-send-contact h2, .box-info-contact h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.box-send-contact p {
  margin-bottom: 15px; }

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

.contact-form .input-group input.form-control,
.contact-form .input-group textarea.form-control {
  color: #5c5c5c;
  height: 38px;
  width: 100%;
  padding: 8px 12px;
  background: #F6FBFF;
  border: 1px solid #0B2341;
  border-radius: 4px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

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

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

.layout-searchPage {
  margin-bottom: 50px; }
  .layout-searchPage .heading-page {
    position: relative;
    text-align: center; }
    .layout-searchPage .heading-page:after {
      content: "";
      background: #252a2b;
      display: block;
      width: 60px;
      height: 4px;
      margin: 20px auto 30px; }
    .layout-searchPage .heading-page h1 {
      margin: 25px 0 5px;
      font-size: 30px; }
  .layout-searchPage .subtext-result {
    margin: 0 0 15px; }
  .layout-searchPage .expanded-message .message-txt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .layout-searchPage .expanded-message h2 {
    font-weight: 600;
    font-size: 20px; }
  .layout-searchPage .expanded-message .subtext {
    margin-bottom: 40px;
    display: block; }
  .layout-searchPage .search-field {
    width: 100%;
    display: block;
    margin: auto; }
  .layout-searchPage .search-field input#go {
    width: 55px;
    height: 45px;
    float: right;
    background: url(//theme.hstatic.net/200000905671/1001367211/14/iconsearch.png?v=449) #252a2b center no-repeat;
    margin: 0px;
    position: relative;
    top: 0;
    border-radius: 0;
    font-size: 0;
    border: 0; }
  .layout-searchPage .search-field .search_box {
    width: calc(100% - 55px);
    outline: none;
    height: 45px;
    padding: 0 20px;
    background: #ededed;
    border: 0;
    box-shadow: none; }
  @media (min-width: 992px) {
    .layout-searchPage .col-lg {
      flex: 0 0 20%;
      -webkit-flex: 0 0 20%; } }

@media (min-width: 992px) {
  .box-map-contact {
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
  .box-map-contact iframe {
    top: 30px;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (max-width: 991px) {
  .wrapbox-contact {
    flex-direction: column;
    -ms-flex-direction: column; }
  .wrapbox-contact .infoList-contact {
    width: 100%; }
  .wrapbox-contact .infoList-contact:nth-child(2) {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .widthContent {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 15px;
    margin-top: 15px; }
  .box-map-contact iframe {
    height: 50vh; } }

@media (max-width: 767px) {
  .wrapbox-content-right {
    padding: 0; } }

/*======  STORES =========*/
.layout-pageStores .wrapbox-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 4px; }

.layout-pageStores .heading-pageDetail h1 {
  font-size: 30px; }

.layout-pageStores .wrapbox-info {
  background: #fff;
  padding: 25px 20px 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }
  .layout-pageStores .wrapbox-info h2 {
    font-size: 22px;
    margin-bottom: 10px; }

.layout-pageStores .box-filter label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px; }

.layout-pageStores .box-filter select {
  padding: 0px 15px;
  padding-right: 25px;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  border-radius: 4px;
  height: 40px;
  line-height: 38px;
  background: #ffffff;
  border: 1px solid var(--shop-color-border);
  font-size: 15px;
  width: 100%;
  color: #000;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.layout-pageStores .box-filter .field-select {
  position: relative; }

.layout-pageStores .box-filter .field-select:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
  border: solid #666666;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.layout-pageStores .box-filter .select-item {
  margin-bottom: 16px; }

.layout-pageStores .box-content h3 {
  font-size: 16px;
  margin-bottom: 5px; }

.layout-pageStores .box-content .store-item {
  padding-left: 30px;
  margin-bottom: 25px;
  position: relative; }

.layout-pageStores .box-content .store-item > [class^="store--"] {
  margin-bottom: 5px; }

.layout-pageStores .box-content .store-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 368.666 368.666' style='enable-background:new 0 0 368.666 368.666;' xml:space='preserve'%3E%3Cg id='XMLID_2_'%3E%3Cg%3E%3Cg%3E%3Cpath d='M184.333,0C102.01,0,35.036,66.974,35.036,149.297c0,33.969,11.132,65.96,32.193,92.515 c27.27,34.383,106.572,116.021,109.934,119.479l7.169,7.375l7.17-7.374c3.364-3.46,82.69-85.116,109.964-119.51 c21.042-26.534,32.164-58.514,32.164-92.485C333.63,66.974,266.656,0,184.333,0z M285.795,229.355 c-21.956,27.687-80.92,89.278-101.462,110.581c-20.54-21.302-79.483-82.875-101.434-110.552 c-18.228-22.984-27.863-50.677-27.863-80.087C55.036,78.002,113.038,20,184.333,20c71.294,0,129.297,58.002,129.296,129.297 C313.629,178.709,304.004,206.393,285.795,229.355z'%3E%3C/path%3E%3Cpath d='M184.333,59.265c-48.73,0-88.374,39.644-88.374,88.374c0,48.73,39.645,88.374,88.374,88.374s88.374-39.645,88.374-88.374 S233.063,59.265,184.333,59.265z M184.333,216.013c-37.702,0-68.374-30.673-68.374-68.374c0-37.702,30.673-68.374,68.374-68.374 s68.373,30.673,68.374,68.374C252.707,185.341,222.035,216.013,184.333,216.013z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.layout-pageStores .box-content .store-item .store--address {
  font-weight: 500; }

.layout-pageStores .box-content .store-item .store--time span, .layout-pageStores .box-content .store-item .store--hotline span {
  font-weight: 600; }

.layout-pageStores .box-content .store-item .store--link {
  text-decoration: underline;
  color: #1a73e8; }

.layout-pageStores .boxscroll {
  overflow-y: scroll;
  max-height: 330px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  margin-right: -20px;
  padding-right: 20px;
  padding-top: 12px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .layout-pageStores .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); }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }

@media (min-width: 992px) {
  .layout-pageStores .boxscroll {
    min-height: 330px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 4px; } }

@media (max-width: 991px) {
  .layout-pageStores .wrapbox-content {
    padding: 15px; }
  .layout-pageStores .heading-pageDetail h1 {
    font-size: 26px; }
  .layout-pageStores .wrapbox-info {
    margin-bottom: 15px;
    padding: 25px 20px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    border-radius: 4px; } }

/*======  SIDEBAR BLOG =========*/
.list-blogs-latest {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.list-blogs-latest .item-article {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px; }

.list-blogs-latest .item-article .post-image {
  width: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 8px 0 0 8px; }

.list-blogs-latest .item-article .post-content {
  width: calc(100% - 158px); }

.list-blogs-latest .item-article .post-content h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700; }

.list-blogs-latest .item-article .post-content h3 a {
  color: var(--shop-color-text); }

.list-blogs-latest .item-article .post-content .post-meta {
  font-size: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px 8px; }

.list-blogs-latest .item-article .post-content .post-meta .date {
  color: #575757; }

@media (min-width: 992px) {
  .list-blogs-latest .item-article .post-content .post-meta {
    font-size: 12px;
    align-items: center;
    flex-direction: row; }
  .list-blogs-latest .item-article .post-content .post-meta .spe {
    display: inline-block;
    height: 10px;
    width: 1px;
    background: #575757; } }

.menuList-links {
  margin: 0; }

.menuList-links li {
  position: relative; }

.menuList-links li a {
  color: var(--shop-color-text);
  position: relative;
  font-size: 13px;
  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; }

.group-sidebox {
  position: relative;
  margin-bottom: 48px; }
  .group-sidebox .sidebox-title h3 {
    font-size: 24px;
    margin-bottom: 16px; }
  @media (min-width: 991px) {
    .group-sidebox {
      margin-bottom: 32px; }
      .group-sidebox .sidebox-title h3 {
        font-size: 32px; } }

.form-sidebar {
  padding: 16px;
  border-radius: 8px;
  background: #82AC85;
  text-align: center; }
  .form-sidebar .sidebox-title h3 {
    color: #fff; }

/* - Modal contact form */
.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/200000905671/1001367211/14/popup_contact_bkg.jpg?v=449); }

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

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

/*===== 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: 1010;
  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); }

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

/*--------------------------------------------------------------------------------
MODAL PREORDER
--------------------------------------------------------------------------------*/
.modal-contactform-pr .modal-title {
  font-size: 17px;
  padding-right: 35px; }

.modal-contactform-pr .modal-body {
  padding: 20px 20px; }
  .modal-contactform-pr .modal-body .contact-form .input-group {
    width: 100%;
    margin-bottom: 18px; }
  .modal-contactform-pr .modal-body .contact-form .input-group input,
  .modal-contactform-pr .modal-body .contact-form .input-group textarea {
    color: #212121;
    padding: 10px 16px;
    font-size: 14px;
    height: initial; }
  .modal-contactform-pr .modal-body .contact-form .alert-preorder {
    display: none; }
  .modal-contactform-pr .modal-body .sitebox-recaptcha {
    margin-bottom: 12px;
    padding: 0; }

.modal-contactform-pr .btn-close-preorder {
  text-align: center;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  color: #272727;
  z-index: 999;
  width: 36px;
  height: 36px;
  font-size: 0;
  border: 6px solid transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%; }
  .modal-contactform-pr .btn-close-preorder:before, .modal-contactform-pr .btn-close-preorder: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-contactform-pr .btn-close-preorder:before {
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modal-contactform-pr .btn-close-preorder:after {
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modal-contactform-pr .btn-close-preorder:hover {
    background: #e5e5e5; }
  .modal-contactform-pr .btn-close-preorder:hover:before, .modal-contactform-pr .btn-close-preorder:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .modal-contactform-pr .btn-close-preorder:focus {
    outline: none;
    box-shadow: none; }
  @media (max-width: 767px) {
    .modal-contactform-pr .btn-close-preorder {
      top: 5px; } }

.modal-contactform-pr .btn-submit-contact-pr {
  border-radius: 4px; }

/*--------------------------------------------------------------------------------
MODAL SIZEGUIDE 
--------------------------------------------------------------------------*/
.modal-sizes {
  text-align: center;
  padding: 0 !important;
  background: rgba(3, 17, 27, 0.7); }
  .modal-sizes .modal-header {
    padding: 20px 50px 15px;
    border-bottom: 0; }
  .modal-sizes .modal-header.mdal-border {
    border-bottom: 1px solid #e5e5e5; }
  .modal-sizes .modal-header .mdl-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    line-height: initial; }
  .modal-sizes .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-sizes .modal-header button.close:hover {
      background-color: rgba(0, 0, 0, 0.6); }
  .modal-sizes .modal-header button.close svg {
    display: block;
    margin: auto;
    height: 30px;
    width: 14px;
    text-align: center;
    fill: #f3f3f3; }
  .modal-sizes .modal-body {
    padding: 20px; }
  .modal-sizes .modal-body .mdl-banner {
    text-align: center; }
  .modal-sizes .modal-body .mdl-note {
    margin: 12px 0 10px; }
  .modal-sizes .modal-header .close-modal-size:hover svg {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12); }
  @media (min-width: 768px) {
    .modal-sizes .modal-dialog {
      min-width: 700px; } }
  @media (max-width: 767px) {
    .modal-sizes .modal-header {
      padding: 12px 44px 12px 12px; }
    .modal-sizes .modal-header .mdl-title {
      font-size: 18px;
      text-align: left; }
    .modal-sizes .modal-body {
      padding: 20px 10px; } }

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

.actionToolbar_mobile {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 13;
  display: inline-flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  gap: 28px; }
  .actionToolbar_mobile .toolbar-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 8px;
    border-radius: 30px 0;
    background: #0B2341;
    margin-right: 14px; }
    .actionToolbar_mobile .toolbar-wrapper .toolbar-item {
      -webkit-flex: 1 1;
      flex: 1 1;
      max-width: 100%; }
      .actionToolbar_mobile .toolbar-wrapper .toolbar-item--boxlink {
        border-radius: 100px;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        background: #fff;
        color: #ffffff;
        padding: 12px; }
        .actionToolbar_mobile .toolbar-wrapper .toolbar-item--boxlink svg {
          width: 24px;
          height: 24px; }
  .actionToolbar_mobile .toolbar-item-stores {
    background: #0B2341;
    padding: 16px 10px;
    border-radius: 8px 0 0 8px;
    font-size: 12px; }
    .actionToolbar_mobile .toolbar-item-stores a {
      color: #fff; }
  @media (max-width: 991px) {
    .actionToolbar_mobile {
      gap: 9px; }
      .actionToolbar_mobile .toolbar-wrapper {
        padding: 8px;
        border-radius: 16px 0; }
        .actionToolbar_mobile .toolbar-wrapper .toolbar-item--boxlink {
          padding: 4px; }
      .actionToolbar_mobile .toolbar-item-stores {
        width: 67px;
        padding: 8px 12px; } }

@media (max-width: 991px) {
  .actionToolbar-product, .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-product, 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: 1200px) {
  .col-lg-cus5 {
    width: 20%; }
  .layout-collections .col-lg-cus5 {
    width: 25%; }
  #layout-cart .col-lg-cus5 {
    width: 100%;
    max-width: 100%; } }

/*--------------------------------------------------------------------------------
SIDEBAR ACTION PRODUCT
--------------------------------------------------------------------------------*/
.sidebar-action-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 90px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 990;
  transform: translateY(100%);
  transition: all .3s;
  display: flex; }
  .sidebar-action-bottom.is-show {
    transform: translateY(0); }
  .sidebar-action-bottom.show {
    transform: translateY(0) !important; }
  .sidebar-action-bottom .sticky-atc {
    display: flex;
    justify-content: space-between;
    height: 100%; }
    .sidebar-action-bottom .sticky-atc__img {
      flex: 0 0 auto;
      width: auto;
      display: flex;
      align-items: center;
      padding-right: 15px; }
      .sidebar-action-bottom .sticky-atc__img .prod-info {
        margin-left: 15px; }
        .sidebar-action-bottom .sticky-atc__img .prod-info span.prod-price {
          font-size: 18px;
          font-weight: 600;
          color: red; }
        .sidebar-action-bottom .sticky-atc__img .prod-info del {
          margin: 0 0 0 10px;
          color: #c4c4c4; }
        .sidebar-action-bottom .sticky-atc__img .prod-info span.prod-percent {
          display: inline-block;
          padding: 2px 14px;
          margin-left: 8px;
          background: #fff;
          border-radius: 3px;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 13px;
          color: #ff0000;
          border: 1px solid #ff0000;
          vertical-align: text-bottom; }
      .sidebar-action-bottom .sticky-atc__img .prod-info__reviews {
        margin: 0 0 5px 0; }
        .sidebar-action-bottom .sticky-atc__img .prod-info__reviews .haravan-product-reviews-badge {
          margin-bottom: 5px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          -webkit-align-items: center; }
        .sidebar-action-bottom .sticky-atc__img .prod-info__reviews .haravan-product-reviews-badge p {
          margin: 0; }
        .sidebar-action-bottom .sticky-atc__img .prod-info__reviews .product-reviews .rating-star .hrv-product-reviews-star i {
          font-size: 15px; }
        .sidebar-action-bottom .sticky-atc__img .prod-info__reviews .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; }
        .sidebar-action-bottom .sticky-atc__img .prod-info__reviews .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
          color: #fdd836 !important;
          font-size: 16px !important; }
        .sidebar-action-bottom .sticky-atc__img .prod-info__reviews .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
          color: #fdd836 !important; }
    .sidebar-action-bottom .sticky-atc__vrt {
      flex: 1 1 auto;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .sidebar-action-bottom .sticky-atc__action {
      display: flex;
      justify-content: flex-end;
      flex: 0 0 auto;
      width: auto; }
    .sidebar-action-bottom .sticky-atc__btn {
      display: flex;
      align-items: center;
      border-left: 1px solid #d9d9d9; }
      .sidebar-action-bottom .sticky-atc__btn .btn-quantity {
        margin-left: 15px;
        display: flex; }
      .sidebar-action-bottom .sticky-atc__btn .btn-atc {
        margin-left: 15px; }
      .sidebar-action-bottom .sticky-atc__btn .btn-buy-sticky {
        width: 100%;
        height: 45px;
        text-align: center;
        border: none;
        font-size: 14px;
        line-height: 18px;
        color: white;
        background: #e70505;
        text-transform: uppercase;
        outline: none;
        box-shadow: none;
        position: relative;
        border-radius: 2px;
        font-weight: 600;
        border: 1px solid #e70505; }
        .sidebar-action-bottom .sticky-atc__btn .btn-buy-sticky.disabled {
          color: #929292;
          background: #eaeaea;
          border-color: #eaeaea;
          cursor: no-drop; }
      .sidebar-action-bottom .sticky-atc__btn .btn-pricezero-sticky {
        width: 100%;
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
        text-transform: uppercase;
        outline: none;
        box-shadow: none;
        position: relative;
        border-radius: 2px;
        font-weight: 600; }
  .sidebar-action-bottom .select-swatch {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
    .sidebar-action-bottom .select-swatch .header {
      margin: 0 0 5px;
      font-size: 14px;
      font-weight: 600;
      line-height: initial;
      text-align: left;
      width: auto;
      white-space: nowrap; }
  .sidebar-action-bottom .swatch {
    width: auto;
    align-items: unset;
    flex-direction: column;
    margin: 0; }
    .sidebar-action-bottom .swatch .select-swap {
      width: auto; }
    .sidebar-action-bottom .swatch select.select-swap {
      min-width: 100px;
      padding: 5px 10px;
      margin: 0 8px 8px 0;
      border-radius: 4px; }
      .sidebar-action-bottom .swatch select.select-swap option[disabled] {
        color: rgba(0, 0, 0, 0.3); }
      .sidebar-action-bottom .swatch select.select-swap:focus {
        outline: none; }
    .sidebar-action-bottom .swatch .header {
      width: auto;
      white-space: nowrap; }
    .sidebar-action-bottom .swatch .swatch-element label {
      min-width: 55px; }
  .sidebar-action-bottom .swatch + .swatch {
    margin-left: 20px; }
  .sidebar-action-bottom .quantity-input {
    background: #fff;
    color: #000;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    width: 45px;
    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; }
    .sidebar-action-bottom .quantity-input:focus {
      outline: none;
      border-color: #f3f4f4; }
  .sidebar-action-bottom .qty-btn {
    float: left;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .sidebar-action-bottom .qty-btn svg {
      display: block;
      width: 12px;
      height: 100%;
      margin: 0 auto;
      fill: #a4aaaf;
      transition: all .2s ease-in-out; }
    .sidebar-action-bottom .qty-btn:hover svg {
      fill: #000; }
  @media (min-width: 992px) {
    .sidebar-action-bottom .container {
      max-width: 1350px; }
    .sidebar-action-bottom .sticky-atc__btn .btn-buy-sticky {
      min-width: 220px; }
    .sidebar-action-bottom .check-action-tt {
      padding: 0 15px; } }
  @media (max-width: 991px) {
    .sidebar-action-bottom {
      min-height: 50px;
      transform: translateY(0); }
      .sidebar-action-bottom .sticky-atc {
        flex-direction: column; }
      .sidebar-action-bottom .sticky-atc__img .prod-img, .sidebar-action-bottom .sticky-atc__img .prod-info .prod-info__reviews {
        display: none; }
      .sidebar-action-bottom .sticky-atc__img .prod-info {
        margin-left: 0; }
      .sidebar-action-bottom .sticky-atc__img .prod-info__price {
        margin-top: 5px; }
      .sidebar-action-bottom .sticky-atc__action {
        padding: 7px 0;
        width: 100%; }
      .sidebar-action-bottom .sticky-atc__vrt form {
        width: 100%; }
      .sidebar-action-bottom .sticky-atc__btn {
        border-left: 0;
        width: 100%; }
      .sidebar-action-bottom .sticky-atc__btn .btn-quantity {
        margin: 0;
        padding-right: 15px; }
      .sidebar-action-bottom .sticky-atc__btn .btn-atc {
        flex: 1 1 auto;
        margin: 0; }
      .sidebar-action-bottom .swatch {
        margin: 10px 0 0; }
        .sidebar-action-bottom .swatch:first-child:before {
          display: none; }
      .sidebar-action-bottom .select-swatch {
        padding: 0;
        justify-content: space-between; }
      .sidebar-action-bottom .swatch select.select-swap {
        margin: 0; }
      .sidebar-action-bottom .select-swatch .header {
        display: none; } }

@media (max-width: 991px) {
  body.scroll-body-up .sidebar-action-bottom {
    transform: translateY(100%); } }

/*--------------------------------------------------------------------------------
PAGE BRANDING
--------------------------------------------------------------------------------*/
.page-branding .box-banner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding-bottom: 70%; }
  .page-branding .box-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.page-branding .box-info h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px; }

.page-branding .box-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px; }

.page-branding .box-info .text {
  margin-bottom: 32px; }
  .page-branding .box-info .text p {
    margin-bottom: 0; }
  .page-branding .box-info .text p + p {
    margin-top: 16px; }

.page-branding .box-info ul {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .page-branding .box-info ul li {
    padding-left: 30px;
    position: relative; }
    .page-branding .box-info ul li:before {
      content: '';
      position: absolute;
      left: 10px;
      top: 8px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #fff;
      display: inline-block; }

@media (min-width: 992px) {
  .page-branding .box-info h2 {
    font-size: 36px; }
  .page-branding .box-info h3 {
    font-size: 32px; } }

.page-branding .section {
  margin-bottom: 48px; }
  @media (min-width: 992px) {
    .page-branding .section {
      margin-bottom: 64px; } }

.page-branding .section-hero .box-banner {
  padding-bottom: calc(404/2160 * 100%);
  border-radius: 0px; }

.page-branding .section-banner .box-banner {
  padding-bottom: calc(189/480 * 100%); }

.page-branding .section-intro-1 .box-banner {
  padding-bottom: calc(752/942 * 100%); }

.page-branding .section-intro-1 .s-wrapper {
  display: flex;
  gap: 24px 36px;
  align-items: center;
  flex-direction: column; }
  .page-branding .section-intro-1 .s-wrapper .banner, .page-branding .section-intro-1 .s-wrapper .detail {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  @media (min-width: 992px) {
    .page-branding .section-intro-1 .s-wrapper {
      flex-direction: row; }
      .page-branding .section-intro-1 .s-wrapper .banner, .page-branding .section-intro-1 .s-wrapper .detail {
        -ms-flex: 0 0 calc((100% - 36px) / 2);
        flex: 0 0 calc((100% - 36px) / 2);
        max-width: calc((100% - 36px) / 2); } }

.page-branding .section-intro-2 .box-banner {
  padding-bottom: calc(865/864 * 100%); }

.page-branding .section-intro-2 .s-wrapper {
  display: flex;
  gap: 24px 0px;
  flex-direction: column; }
  .page-branding .section-intro-2 .s-wrapper .banner, .page-branding .section-intro-2 .s-wrapper .detail {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%; }
  .page-branding .section-intro-2 .s-wrapper .detail {
    padding: 48px 24px;
    background: #82AC85;
    border-radius: 8px;
    position: relative;
    margin: -50% 0 0 20%;
    left: unset;
    top: unset; }
    .page-branding .section-intro-2 .s-wrapper .detail *:not(.button) {
      color: #fff; }

@media (min-width: 992px) {
  .page-branding .section-intro-2 {
    padding-bottom: 88px; }
    .page-branding .section-intro-2 .s-wrapper {
      flex-direction: row;
      align-items: center; }
      .page-branding .section-intro-2 .s-wrapper .banner, .page-branding .section-intro-2 .s-wrapper .detail {
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2); }
      .page-branding .section-intro-2 .s-wrapper .detail {
        padding: 140px 64px;
        top: 88px;
        left: -44px;
        margin: 0; }
      .page-branding .section-intro-2 .s-wrapper .banner {
        right: -44px;
        position: relative; } }

@media (min-width: 1200px) {
  .page-branding .section-intro-2 .s-wrapper {
    width: calc(100% - 62px*2);
    margin: auto; } }

.page-branding .section-intro-3 {
  background: #82AC85;
  padding: 48px 0; }
  .page-branding .section-intro-3 .box-banner {
    padding-bottom: calc(752/942 * 100%); }
  .page-branding .section-intro-3 .section-heading {
    text-align: left;
    margin-bottom: 24px; }
    .page-branding .section-intro-3 .section-heading * {
      color: #fff; }
  .page-branding .section-intro-3 .intro-card {
    display: flex;
    flex-direction: column; }
    .page-branding .section-intro-3 .intro-card * {
      color: #fff; }
    .page-branding .section-intro-3 .intro-card .detail {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 26px 0 48px 0; }
    .page-branding .section-intro-3 .intro-card .banner {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .page-branding .section-intro-3 .list-intro:not(.owl-loaded) {
    width: auto;
    display: flex;
    gap: 8px;
    overflow-x: scroll; }
    .page-branding .section-intro-3 .list-intro:not(.owl-loaded)::-webkit-scrollbar {
      display: none; }
    .page-branding .section-intro-3 .list-intro:not(.owl-loaded) .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .page-branding .section-intro-3 .owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    left: 0;
    bottom: 0; }
    .page-branding .section-intro-3 .owl-nav button {
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      background: #fff;
      border: 1px solid #fff;
      color: var(--shop-color-main);
      width: 40px;
      height: 40px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      outline: none;
      box-shadow: none;
      border: none; }
      .page-branding .section-intro-3 .owl-nav button svg {
        width: 14px;
        height: 14px;
        color: var(--shop-color-main); }
      .page-branding .section-intro-3 .owl-nav button:hover {
        background: var(--shop-color-main);
        color: #fff; }
        .page-branding .section-intro-3 .owl-nav button:hover svg {
          color: #fff; }
  @media (min-width: 992px) {
    .page-branding .section-intro-3 {
      padding: 64px 0; }
      .page-branding .section-intro-3.owlStyle .owl-nav button.owl-prev {
        left: auto;
        right: 64%; }
      .page-branding .section-intro-3 .intro-card {
        flex-direction: row; }
        .page-branding .section-intro-3 .intro-card .banner {
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; }
        .page-branding .section-intro-3 .intro-card .detail {
          padding: 42px 0 115px 36px;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; }
      .page-branding .section-intro-3 .section-heading {
        text-align: center; }
        .page-branding .section-intro-3 .section-heading .desc {
          width: 60%;
          margin-left: auto;
          margin-right: auto; }
      .page-branding .section-intro-3 .owl-nav {
        left: calc(50% + 36px);
        bottom: 42px; } }

.page-branding .section-faqs {
  background: #EFB8A9;
  padding: 48px 0;
  margin-bottom: 0; }
  .page-branding .section-faqs .intro-list-faqs {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .page-branding .section-faqs .intro-list-faqs .faq-item {
      background: #FFFFFF;
      border-radius: 8px;
      padding: 20px 68px 20px 20px;
      color: #0B2341;
      position: relative; }
    .page-branding .section-faqs .intro-list-faqs .header-faqs {
      font-weight: 700;
      color: #0B2341;
      cursor: pointer; }
      .page-branding .section-faqs .intro-list-faqs .header-faqs:before {
        content: "";
        right: 20px;
        top: 20px;
        position: absolute;
        height: 24px;
        width: 24px;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.48828L12 16.4883L19 9.48828' stroke='%230B2341' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: 100%; }
      .page-branding .section-faqs .intro-list-faqs .header-faqs.opened:before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 16.4883L12 9.48828L19 16.4883' stroke='%230B2341' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
    .page-branding .section-faqs .intro-list-faqs .content-faqs {
      display: none;
      margin-top: 12px;
      padding-top: 12px;
      border-top: 1px solid #E5E7E8; }
  .page-branding .section-faqs .section-heading h2 {
    color: #fff; }
  @media (min-width: 992px) {
    .page-branding .section-faqs {
      padding: 64px 0; }
      .page-branding .section-faqs .section-wraper {
        width: 66%;
        margin: auto; } }

/*--------------------------------------------------------------------------------
PAGE ABOUT NEW
--------------------------------------------------------------------------------*/
.page-aboutnew {
  color: #0B2341; }
  .page-aboutnew .box-banner {
    position: relative;
    overflow: hidden;
    padding-bottom: 70%; }
    .page-aboutnew .box-banner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-aboutnew .box-video .aspect-ratio {
    overflow: hidden;
    position: relative;
    padding-bottom: calc(445 / 628 * 100%);
    border-radius: 8px; }
  .page-aboutnew .box-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .page-aboutnew .box-info h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px; }
  .page-aboutnew .box-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px; }
  .page-aboutnew .box-info .text {
    margin-bottom: 32px; }
    .page-aboutnew .box-info .text p {
      margin-bottom: 0; }
    .page-aboutnew .box-info .text p + p {
      margin-top: 16px; }
  .page-aboutnew .box-info ul {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .page-aboutnew .box-info ul li {
      padding-left: 30px;
      position: relative; }
      .page-aboutnew .box-info ul li:before {
        content: '';
        position: absolute;
        left: 10px;
        top: 8px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #fff;
        display: inline-block; }
  @media (min-width: 992px) {
    .page-aboutnew .box-info h2 {
      font-size: 36px; }
    .page-aboutnew .box-info h3 {
      font-size: 32px; } }
  .page-aboutnew .section {
    margin-bottom: 48px; }
    @media (min-width: 992px) {
      .page-aboutnew .section {
        margin-bottom: 64px; } }
  .page-aboutnew .section-intro-1 {
    padding: 24px 0 0; }
    .page-aboutnew .section-intro-1 .s-wrapper {
      display: flex;
      gap: 24px 44px;
      align-items: center;
      flex-direction: column; }
      .page-aboutnew .section-intro-1 .s-wrapper .video, .page-aboutnew .section-intro-1 .s-wrapper .detail {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; }
    @media (min-width: 992px) {
      .page-aboutnew .section-intro-1 {
        padding: 48px 0 0; }
        .page-aboutnew .section-intro-1 .s-wrapper {
          flex-direction: row; }
          .page-aboutnew .section-intro-1 .s-wrapper .video, .page-aboutnew .section-intro-1 .s-wrapper .detail {
            -ms-flex: 0 0 calc((100% - 44px) / 2);
            flex: 0 0 calc((100% - 44px) / 2);
            max-width: calc((100% - 44px) / 2); }
          .page-aboutnew .section-intro-1 .s-wrapper .detail h2 {
            font-size: 32px; } }
  .page-aboutnew .section-intro-2 .intro-list {
    margin: 0 -16px;
    padding-left: 16px;
    width: auto;
    display: flex;
    gap: 8px;
    overflow-x: scroll; }
    .page-aboutnew .section-intro-2 .intro-list::-webkit-scrollbar {
      display: none; }
    .page-aboutnew .section-intro-2 .intro-list .item {
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%; }
  .page-aboutnew .section-intro-2 .box-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px; }
    .page-aboutnew .section-intro-2 .box-card .banner {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      padding-bottom: calc(455/305 * 100%); }
      .page-aboutnew .section-intro-2 .box-card .banner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .page-aboutnew .section-intro-2 .box-card .detail {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(180deg, rgba(0, 29, 70, 0) 0%, rgba(0, 29, 70, 0.5) 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 120px 12px 24px;
      text-align: center; }
      .page-aboutnew .section-intro-2 .box-card .detail * {
        color: #fff; }
      .page-aboutnew .section-intro-2 .box-card .detail h3 {
        font-size: 24px;
        margin-bottom: 4px; }
      .page-aboutnew .section-intro-2 .box-card .detail p {
        margin-bottom: 16px; }
      .page-aboutnew .section-intro-2 .box-card .detail .action a {
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 16px; }
  @media (min-width: 992px) {
    .page-aboutnew .section-intro-2 .intro-list {
      gap: 20px;
      overflow: hidden; }
      .page-aboutnew .section-intro-2 .intro-list .item {
        -ms-flex: 0 0 calc((100% - (20px*3)) / 4);
        flex: 0 0 calc((100% - (20px * 3)) / 4);
        max-width: calc((100% - (20px * 3)) / 4); } }
  .page-aboutnew .section-intro-3 .intro-list {
    margin: 0 -16px;
    padding-left: 16px;
    width: auto;
    display: flex;
    gap: 8px;
    overflow-x: scroll; }
    .page-aboutnew .section-intro-3 .intro-list::-webkit-scrollbar {
      display: none; }
    .page-aboutnew .section-intro-3 .intro-list .item {
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%; }
  .page-aboutnew .section-intro-3 .box-card {
    position: relative;
    overflow: hidden; }
    .page-aboutnew .section-intro-3 .box-card .banner {
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      padding-bottom: calc(200/304 * 100%);
      margin-bottom: 12px; }
      .page-aboutnew .section-intro-3 .box-card .banner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .page-aboutnew .section-intro-3 .box-card .detail {
      display: flex;
      flex-direction: column; }
      .page-aboutnew .section-intro-3 .box-card .detail h3 {
        font-size: 20px;
        margin-bottom: 4px; }
      .page-aboutnew .section-intro-3 .box-card .detail p {
        margin-bottom: 16px; }
  @media (min-width: 992px) {
    .page-aboutnew .section-intro-3 .intro-list {
      gap: 20px;
      overflow: hidden; }
      .page-aboutnew .section-intro-3 .intro-list .item {
        -ms-flex: 0 0 calc((100% - (20px*3)) / 4);
        flex: 0 0 calc((100% - (20px * 3)) / 4);
        max-width: calc((100% - (20px * 3)) / 4); }
    .page-aboutnew .section-intro-3 .box-card .detail h3 {
      font-size: 24px; } }
  .page-aboutnew .section-intro-4 .box-banner {
    padding-bottom: calc(540/1440 * 100%); }
  .page-aboutnew .section-intro-5 {
    padding: 48px 0;
    background: #82AC85; }
    .page-aboutnew .section-intro-5 * {
      color: #fff; }
    .page-aboutnew .section-intro-5 .s-wrapper {
      display: flex;
      flex-direction: column;
      gap: 24px 20px; }
      .page-aboutnew .section-intro-5 .s-wrapper .left, .page-aboutnew .section-intro-5 .s-wrapper .right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .page-aboutnew .section-intro-5 .s-wrapper .list {
        display: flex;
        gap: 20px; }
        .page-aboutnew .section-intro-5 .s-wrapper .list .item {
          -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3);
          max-width: calc((100% - 40px) / 3); }
          .page-aboutnew .section-intro-5 .s-wrapper .list .item .box {
            text-align: center; }
            .page-aboutnew .section-intro-5 .s-wrapper .list .item .box .icon {
              margin-bottom: 12px; }
            .page-aboutnew .section-intro-5 .s-wrapper .list .item .box img {
              width: 64px;
              height: 64px; }
            .page-aboutnew .section-intro-5 .s-wrapper .list .item .box h3 {
              font-size: 14px;
              font-weight: 700;
              margin-bottom: 0;
              line-height: 1.4; }
      .page-aboutnew .section-intro-5 .s-wrapper .title h2 {
        font-size: 24px;
        margin-bottom: 4px; }
    @media (min-width: 992px) {
      .page-aboutnew .section-intro-5 {
        padding: 64px 0; }
        .page-aboutnew .section-intro-5 .s-wrapper {
          flex-direction: row;
          align-items: center; }
          .page-aboutnew .section-intro-5 .s-wrapper .left, .page-aboutnew .section-intro-5 .s-wrapper .right {
            -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
            max-width: calc((100% - 20px) / 2); }
          .page-aboutnew .section-intro-5 .s-wrapper .title h2 {
            font-size: 40px; }
          .page-aboutnew .section-intro-5 .s-wrapper .list .item .box h3 {
            font-size: 20px; } }
  .page-aboutnew .section-intro-6 .section-heading {
    margin: 24px 0; }
    .page-aboutnew .section-intro-6 .section-heading h2 {
      margin-bottom: 12px; }
  @media (min-width: 992px) {
    .page-aboutnew .section-intro-6 .section-heading {
      margin: auto;
      width: 48%; } }
  .page-aboutnew .section-intro-7 .intro-list {
    margin: 0 -16px;
    padding-left: 16px;
    width: auto;
    display: flex;
    gap: 8px;
    overflow-x: scroll; }
    .page-aboutnew .section-intro-7 .intro-list::-webkit-scrollbar {
      display: none; }
    .page-aboutnew .section-intro-7 .intro-list .item {
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%; }
  .page-aboutnew .section-intro-7 .box-card {
    position: relative;
    overflow: hidden; }
    .page-aboutnew .section-intro-7 .box-card .banner a {
      display: block;
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      padding-bottom: 100%;
      margin-bottom: 12px; }
    .page-aboutnew .section-intro-7 .box-card .banner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .page-aboutnew .section-intro-7 .box-card .detail {
      display: flex;
      flex-direction: column; }
      .page-aboutnew .section-intro-7 .box-card .detail h3 {
        font-size: 20px;
        margin-bottom: 4px; }
      .page-aboutnew .section-intro-7 .box-card .detail p {
        margin-bottom: 16px; }
  @media (min-width: 992px) {
    .page-aboutnew .section-intro-7 .intro-list {
      gap: 20px;
      overflow: hidden; }
      .page-aboutnew .section-intro-7 .intro-list .item {
        -ms-flex: 0 0 calc((100% - (20px*2)) / 3);
        flex: 0 0 calc((100% - (20px * 2)) / 3);
        max-width: calc((100% - (20px * 2)) / 3); }
    .page-aboutnew .section-intro-7 .box-card .detail h3 {
      font-size: 24px; } }
  .page-aboutnew .section-intro-8 .intro-list {
    margin: 0 -16px;
    padding-left: 16px;
    width: auto;
    display: flex;
    gap: 8px;
    overflow-x: scroll; }
    .page-aboutnew .section-intro-8 .intro-list::-webkit-scrollbar {
      display: none; }
    .page-aboutnew .section-intro-8 .intro-list .item {
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%; }
  .page-aboutnew .section-intro-8 .box-video .aspect-ratio {
    padding-bottom: calc(540/304 * 100%); }
  @media (min-width: 992px) {
    .page-aboutnew .section-intro-8 .intro-list {
      gap: 20px;
      overflow: hidden; }
      .page-aboutnew .section-intro-8 .intro-list .item {
        -ms-flex: 0 0 calc((100% - (20px*3)) / 4);
        flex: 0 0 calc((100% - (20px * 3)) / 4);
        max-width: calc((100% - (20px * 3)) / 4); } }
  .page-aboutnew .section-partners .list-partner:not(.owl-loaded) {
    display: flex;
    gap: 8px; }
    .page-aboutnew .section-partners .list-partner:not(.owl-loaded) .item {
      -ms-flex: 0 0 calc(50% - 8px);
      flex: 0 0 calc(50% - 8px);
      max-width: calc(50% - 8px); }
    @media (min-width: 992px) {
      .page-aboutnew .section-partners .list-partner:not(.owl-loaded) {
        gap: 20px; }
        .page-aboutnew .section-partners .list-partner:not(.owl-loaded) .item {
          -ms-flex: 0 0 calc((100% - (20px*5)) /6);
          flex: 0 0 calc((100% - (20px*5)) /6);
          max-width: calc((100% - (20px*5)) /6); } }
  .page-aboutnew .section-stores .box-banner {
    padding-bottom: calc(980/628 * 100%); }
  .page-aboutnew .section-stores .section-wraper {
    display: flex;
    flex-direction: column;
    gap: 20px 36px; }
    .page-aboutnew .section-stores .section-wraper .section-heading, .page-aboutnew .section-stores .section-wraper .section-content {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .page-aboutnew .section-stores .section-wraper .listing-address {
      display: flex;
      flex-direction: column;
      text-align: left;
      margin: 24px 0 32px; }
      .page-aboutnew .section-stores .section-wraper .listing-address .item + .item {
        padding-top: 16px;
        margin-top: 16px;
        border-top: 1px solid #E5E7E8; }
      .page-aboutnew .section-stores .section-wraper .listing-address .box h3 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 8px; }
      .page-aboutnew .section-stores .section-wraper .listing-address .box ul {
        display: flex;
        flex-direction: column;
        gap: 4px; }
        .page-aboutnew .section-stores .section-wraper .listing-address .box ul li {
          display: flex;
          gap: 8px;
          align-items: center; }
          .page-aboutnew .section-stores .section-wraper .listing-address .box ul li span.icon {
            width: 20px; }
          .page-aboutnew .section-stores .section-wraper .listing-address .box ul li span.text {
            flex: 1 1 auto;
            color: #575757; }
  @media (min-width: 992px) {
    .page-aboutnew .section-stores .section-wraper {
      flex-direction: row; }
      .page-aboutnew .section-stores .section-wraper .section-heading, .page-aboutnew .section-stores .section-wraper .section-content {
        -ms-flex: 0 0 calc(50% - 18px);
        flex: 0 0 calc(50% - 18px);
        max-width: calc(50% - 18px);
        text-align: left; }
      .page-aboutnew .section-stores .section-wraper .listing-address .box h3 {
        font-size: 20px; } }

/*--------------------------------------------------------------------------------
BLOG ALL + ARTICLE
--------------------------------------------------------------------------------*/
.article-loading {
  margin-bottom: 30px; }
  .article-loading .box {
    background: #fff;
    height: 100%;
    border-radius: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08); }
    .article-loading .box .img {
      padding-bottom: calc(	341/512 * 100%);
      background: #fafafa; }
    .article-loading .box .detail {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 10px;
      padding: 20px; }
      .article-loading .box .detail div {
        height: 8px;
        background: #fafafa;
        border-radius: 4px; }
      .article-loading .box .detail div:nth-child(1) {
        width: 60%; }
      .article-loading .box .detail div:nth-child(2) {
        width: 80%; }

.blog-all {
  color: #0B2341; }
  .blog-all .section {
    margin-bottom: 48px; }
    @media (min-width: 992px) {
      .blog-all .section {
        margin-bottom: 64px; } }
  .blog-all .section-cates .owlStyle .owl-carousel .owl-nav button {
    top: 40%; }
    .blog-all .section-cates .owlStyle .owl-carousel .owl-nav button.owl-prev {
      left: 0; }
    .blog-all .section-cates .owlStyle .owl-carousel .owl-nav button.owl-next {
      right: 0; }
  .blog-all .section-cates .box {
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center; }
    .blog-all .section-cates .box .icon {
      position: relative;
      overflow: hidden;
      padding-bottom: 100%;
      width: 100%; }
      .blog-all .section-cates .box .icon img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .blog-all .section-cates .box .text {
      width: 100%; }
      .blog-all .section-cates .box .text h3 {
        margin-bottom: 0;
        font-size: 14px;
        color: #000; }
  .blog-all .section-cates .list-cates:not(.owl-loaded) {
    display: flex;
    gap: 8px; }
    .blog-all .section-cates .list-cates:not(.owl-loaded) .item {
      -ms-flex: 0 0 calc((100% - (8px*3)) /4);
      flex: 0 0 calc((100% - (8px*3)) /4);
      max-width: calc((100% - (8px*3)) /4); }
  @media (min-width: 992px) {
    .blog-all .section-cates .list-cates:not(.owl-loaded) {
      gap: 20px; }
      .blog-all .section-cates .list-cates:not(.owl-loaded) .item {
        -ms-flex: 0 0 calc((100% - (20px*5)) /6);
        flex: 0 0 calc((100% - (20px*5)) /6);
        max-width: calc((100% - (20px*5)) /6); }
    .blog-all .section-cates .box {
      padding: 0 16px; }
      .blog-all .section-cates .box .text h3 {
        font-size: 20px; } }
  .blog-all .section-slider {
    position: relative;
    overflow: hidden;
    margin-top: 16px; }
    .blog-all .section-slider .owl-carousel:not(.owl-loaded) {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      overflow: hidden; }
    .blog-all .section-slider .owl-carousel:not(.owl-loaded) .slider-item {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%; }
    .blog-all .section-slider .owl-carousel .slider-item {
      position: relative; }
    .blog-all .section-slider .owl-carousel .owl-nav button {
      position: absolute;
      top: calc(50% - 20px);
      padding: 0;
      opacity: 1;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      text-align: center;
      display: inline-block;
      text-align: center;
      color: #444444;
      background-color: #fff;
      border: 1px solid #e1e1e1;
      outline: none;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s;
      display: none;
      align-items: center;
      justify-content: center; }
      .blog-all .section-slider .owl-carousel .owl-nav button.owl-prev {
        left: 30px; }
      .blog-all .section-slider .owl-carousel .owl-nav button.owl-next {
        right: 30px; }
      .blog-all .section-slider .owl-carousel .owl-nav button svg {
        width: 20px;
        height: 20px; }
    .blog-all .section-slider .owl-carousel .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .blog-all .section-slider .owl-carousel .owl-dots .owl-dot {
        margin: 0 4px;
        outline: 0; }
        .blog-all .section-slider .owl-carousel .owl-dots .owl-dot span {
          display: flex;
          display: -ms-flex;
          display: -webkit-flex;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.5); }
        .blog-all .section-slider .owl-carousel .owl-dots .owl-dot.active span {
          background: #002B5C; }
      @media (min-width: 992px) {
        .blog-all .section-slider .owl-carousel .owl-dots {
          bottom: 20px; }
          .blog-all .section-slider .owl-carousel .owl-dots .owl-dot span {
            width: 12px;
            height: 12px; } }
    .blog-all .section-slider .slide-box {
      position: relative;
      overflow: hidden;
      border-radius: 8px; }
      .blog-all .section-slider .slide-box:before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(11, 35, 65, 0) 0%, rgba(11, 35, 65, 0.45) 100%); }
      .blog-all .section-slider .slide-box .slide-text {
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 24px 24px 40px;
        display: flex;
        align-items: flex-end; }
        .blog-all .section-slider .slide-box .slide-text .content {
          display: flex;
          flex-direction: column; }
          .blog-all .section-slider .slide-box .slide-text .content h3 {
            font-weight: 700;
            font-size: 24px;
            margin-bottom: 8px;
            color: #fff; }
          .blog-all .section-slider .slide-box .slide-text .content .detail {
            margin-bottom: 14px;
            color: #fff; }
      @media (min-width: 992px) {
        .blog-all .section-slider .slide-box .slide-text {
          width: 40%;
          padding: 64px; }
          .blog-all .section-slider .slide-box .slide-text .content h3 {
            font-size: 40px;
            margin-bottom: 16px; }
          .blog-all .section-slider .slide-box .slide-text .content .detail {
            margin-bottom: 24px; } }
    @media (min-width: 992px) {
      .blog-all .section-slider {
        margin-top: 24px; } }
  .blog-all .section-blog .section-heading {
    text-align: left;
    margin-bottom: 24px; }
    .blog-all .section-blog .section-heading .tablist {
      display: flex;
      align-items: center;
      white-space: nowrap;
      border-bottom: 1px solid #575757;
      overflow-x: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .blog-all .section-blog .section-heading .tablist a {
        display: inline-flex;
        justify-content: center;
        padding: 6px 18px;
        color: #0B2341;
        position: relative; }
        .blog-all .section-blog .section-heading .tablist a:after {
          content: "";
          position: absolute;
          bottom: 0;
          height: 3px;
          background: #0B2341;
          width: 100%;
          opacity: 0;
          visibility: hidden;
          transition: all 0.3s;
          left: 0;
          right: 0; }
        .blog-all .section-blog .section-heading .tablist a.active {
          font-size: 16px;
          font-weight: 700; }
          .blog-all .section-blog .section-heading .tablist a.active:after {
            opacity: 1;
            visibility: visible; }
        .blog-all .section-blog .section-heading .tablist a:first-child {
          padding-left: 0; }
  .blog-all .section-blog .section-content .tabcontent > .tabpand {
    display: none; }
  .blog-all .section-blog .section-content .tabcontent > .tabpand.active {
    display: block; }
  .blog-all .section-blog .item-article {
    border: none;
    border-radius: 0;
    gap: 16px 8px;
    display: flex;
    flex-direction: row;
    margin-bottom: 13px; }
    .blog-all .section-blog .item-article .media-article {
      width: 32%; }
      .blog-all .section-blog .item-article .media-article a {
        border-radius: 8px 0 0 8px;
        position: relative;
        overflow: hidden;
        padding-bottom: calc(400/600 * 100%);
        display: block; }
      .blog-all .section-blog .item-article .media-article img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .blog-all .section-blog .item-article .info-article {
      padding: 0;
      width: calc(68% - 8px);
      color: #575757; }
      .blog-all .section-blog .item-article .info-article h4 {
        margin-bottom: 10px;
        font-size: 14px; }
      .blog-all .section-blog .item-article .info-article h4 a {
        min-height: 33px; }
      .blog-all .section-blog .item-article .info-article .meta-article {
        font-size: 10px;
        display: flex;
        flex-direction: column;
        gap: 2px 8px; }
        @media (min-width: 992px) {
          .blog-all .section-blog .item-article .info-article .meta-article {
            font-size: 12px;
            flex-direction: row;
            align-items: center; }
            .blog-all .section-blog .item-article .info-article .meta-article .spe {
              display: inline-block;
              height: 10px;
              width: 1px;
              background: #575757; } }
    .blog-all .section-blog .item-article.first-item {
      flex-direction: column;
      margin-bottom: 28px; }
      .blog-all .section-blog .item-article.first-item .media-article {
        width: 100%; }
        .blog-all .section-blog .item-article.first-item .media-article a {
          border-radius: 8px;
          padding-bottom: calc(420 / 600 * 100%); }
      .blog-all .section-blog .item-article.first-item .info-article {
        width: 100%; }
        .blog-all .section-blog .item-article.first-item .info-article h4 {
          font-size: 24px;
          margin-bottom: 8px; }
        .blog-all .section-blog .item-article.first-item .info-article .short-article {
          margin-bottom: 16px; }
  .blog-all .section-blog .list-blog {
    flex-direction: column;
    gap: 8px; }
  .blog-all .section-blog .action {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
  @media (min-width: 992px) {
    .blog-all .section-blog .section-heading {
      margin-bottom: 32px; }
      .blog-all .section-blog .section-heading .desc {
        margin: 8px 0 32px; }
      .blog-all .section-blog .section-heading .tablist {
        overflow: hidden;
        display: inline-flex; }
    .blog-all .section-blog .list-blog {
      display: grid;
      gap: 0 20px;
      grid-template-areas: "one two"  "one three"  "one four"  "one five";
      grid-template-columns: repeat(2, minmax(auto, 1fr));
      grid-template-rows: repeat(4, auto); }
      .blog-all .section-blog .list-blog .item-article:nth-child(1) {
        grid-area: one; }
      .blog-all .section-blog .list-blog .item-article:nth-child(2) {
        grid-area: two; }
      .blog-all .section-blog .list-blog .item-article:nth-child(3) {
        grid-area: three; }
      .blog-all .section-blog .list-blog .item-article:nth-child(4) {
        grid-area: four; }
      .blog-all .section-blog .list-blog .item-article:nth-child(5) {
        grid-area: five; }
    .blog-all .section-blog .item-article {
      gap: 16px; }
      .blog-all .section-blog .item-article .media-article {
        width: 30%; }
      .blog-all .section-blog .item-article .info-article {
        width: calc(70% - 16px); }
        .blog-all .section-blog .item-article .info-article h4 {
          font-size: 20px; }
        .blog-all .section-blog .item-article .info-article h4 a {
          min-height: 43px; }
      .blog-all .section-blog .item-article.first-item {
        margin-bottom: 0; }
        .blog-all .section-blog .item-article.first-item .info-article h4 {
          font-size: 32px; }
    .blog-all .section-blog .action {
      margin-top: 32px; } }
  .blog-all .section-video .section-heading {
    text-align: left; }
  .blog-all .section-video .list-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 8px; }
    .blog-all .section-video .list-blog .item-article {
      border: none;
      border-radius: 0;
      -ms-flex: 0 0 calc((100% - 8px) / 2);
      flex: 0 0 calc((100% - 8px) / 2);
      max-width: calc((100% - 8px) / 2);
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .blog-all .section-video .list-blog .item-article .info-article {
        padding: 0; }
        .blog-all .section-video .list-blog .item-article .info-article h4 {
          font-size: 14px; }
      .blog-all .section-video .list-blog .item-article.first-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        gap: 16px;
        display: flex;
        flex-direction: column; }
        .blog-all .section-video .list-blog .item-article.first-item .media-article, .blog-all .section-video .list-blog .item-article.first-item .info-article {
          width: 100%; }
        .blog-all .section-video .list-blog .item-article.first-item .info-article h4 {
          font-size: 24px;
          margin-bottom: 8px; }
  .blog-all .section-video .section-action {
    margin-top: 32px;
    text-align: center; }
  @media (min-width: 992px) {
    .blog-all .section-video {
      margin-top: 128px; }
      .blog-all .section-video .list-blog {
        gap: 20px; }
        .blog-all .section-video .list-blog .item-article {
          gap: 16px;
          -ms-flex: 0 0 calc((100% - (20px*3)) / 4);
          flex: 0 0 calc((100% - (20px*3)) / 4);
          max-width: calc((100% - (20px*3)) / 4); }
          .blog-all .section-video .list-blog .item-article .info-article h4 {
            font-size: 20px; }
          .blog-all .section-video .list-blog .item-article.first-item {
            flex-direction: row;
            align-items: center; }
            .blog-all .section-video .list-blog .item-article.first-item .media-article, .blog-all .section-video .list-blog .item-article.first-item .info-article {
              width: calc(50% - 8px); }
            .blog-all .section-video .list-blog .item-article.first-item .info-article h4 {
              font-size: 32px; } }

.layout-article .wrap_blog_owl {
  margin: 0 -16px;
  padding-left: 16px; }
  .layout-article .wrap_blog_owl .owl-carousel:not(.owl-loaded) {
    width: auto;
    display: flex;
    gap: 8px;
    overflow-x: scroll; }
    .layout-article .wrap_blog_owl .owl-carousel:not(.owl-loaded)::-webkit-scrollbar {
      display: none; }
    .layout-article .wrap_blog_owl .owl-carousel:not(.owl-loaded) .product-loop {
      -ms-flex: 0 0 42%;
      flex: 0 0 42%;
      max-width: 42%; }
  @media (min-width: 992px) {
    .layout-article .wrap_blog_owl {
      margin: 0;
      padding-left: 0; }
      .layout-article .wrap_blog_owl .owl-carousel:not(.owl-loaded) {
        gap: 20px;
        overflow: hidden; }
        .layout-article .wrap_blog_owl .owl-carousel:not(.owl-loaded) .product-loop {
          -ms-flex: 0 0 calc((100% - (20px*2)) / 3);
          flex: 0 0 calc((100% - (20px*2)) / 3);
          max-width: calc((100% - (20px*2)) / 3); } }
