@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@font-face {
  font-family: 'FontAwesome';
  src: url("//theme.hstatic.net/200000813543/1001261610/14/fontawesome.eot?v=2907");
  src: url("//theme.hstatic.net/200000813543/1001261610/14/fontawesome.eot?v=2907") format("embedded-opentype"), url("//theme.hstatic.net/200000813543/1001261610/14/fontawesome.woff?v=2907") format("woff"), url("//theme.hstatic.net/200000813543/1001261610/14/fontawesome.ttf?v=2907") format("truetype"), url("//theme.hstatic.net/200000813543/1001261610/14/fontawesome.svg?v=2907") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("//theme.hstatic.net/200000813543/1001261610/14/glyphicons-halflings-regular.eot?v=2907");
  src: url("//theme.hstatic.net/200000813543/1001261610/14/glyphicons-halflings-regular.eot?#iefix?v=2907") format("embedded-opentype"), url("//theme.hstatic.net/200000813543/1001261610/14/glyphicons-halflings-regular.woff?v=2907") format("woff"), url(//theme.hstatic.net/200000813543/1001261610/14/glyphicons-halflings-regular.ttf?v=2907) format("truetype"), url(//theme.hstatic.net/200000813543/1001261610/14/glyphicons-halflings-regular.svg#glyphicons_halflingsregular?v=2907) format("svg"); }

@font-face {
  font-family: 'HelveticaNeue';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://file.hstatic.net/200000813543/file/helvetica-neue-light.ttf) format("truetype"); }

@font-face {
  font-family: 'HelveticaNeue';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://file.hstatic.net/200000813543/file/helvetica-neue-light-italic.ttf) format("truetype"); }

@font-face {
  font-family: 'HelveticaNeue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://file.hstatic.net/200000813543/file/helvetica-neue-regular.ttf) format("truetype"); }

@font-face {
  font-family: 'HelveticaNeue';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://file.hstatic.net/200000813543/file/helvetica-neue-italic.ttf) format("truetype"); }

@font-face {
  font-family: 'HelveticaNeue';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://file.hstatic.net/200000813543/file/helvetica-neue-medium.ttf) format("truetype"); }

@font-face {
  font-family: 'HelveticaNeue';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://file.hstatic.net/200000813543/file/helvetica-neue-bold.ttf) format("truetype"); }

@font-face {
  font-family: 'HelveticaNeue';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://file.hstatic.net/200000813543/file/helvetica-neue-bold-italic.ttf) format("truetype"); }

* {
  margin: 0;
  padding: 0; }

.glyphicon {
  font-family: "Glyphicons Halflings" !important; }

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

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

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

img {
  max-width: 100%; }

:root {
  --site-main-color: #000;
  --site-text-color: #000;
  --site-border-color: #D9D9D9;
  --site-border-radius: 8px;
  --site-text-hover-color: #000;
  --coupon-code-background: #000000;
  --coupon-lite-border: #ffffff;
  --coupon-title-color: #F58A20;
  --coupon-button-color: #F58A20;
  --footer-bg: #ffffff;
  --footer-color: #000000; }

body {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.023px;
  color: #000;
  overflow-x: hidden;
  background: #fff;
  position: initial !important; }
  @media (min-width: 992px) {
    body {
      font-size: 0.875rem; } }

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

/* 1.4 - Typography */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 0 0 10px 0;
  font-weight: 700;
  line-height: 1.2; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 13px;
  line-height: 18px; }

h5 {
  font-size: 12px;
  line-height: 18px; }

h6 {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase; }

p {
  margin: 0 0 10px 0; }

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

a:hover, a:focus {
  color: #000;
  text-decoration: underline;
  outline: none; }

a:active {
  outline: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
  line-height: 1.3; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #000; }

/* 1.6 - Tables */
table {
  width: 100%;
  border-spacing: 0; }

table tr td {
  border-top: 1px solid #dddddd; }

table tr td, table tr th {
  padding: 10px;
  text-align: left; }

table tr td:first-child, table tr th:first-child {
  padding-left: 0px; }

table tr td:last-child, table tr th:last-child {
  padding-right: 0px; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

/* 2.3 - Lists */
ul {
  padding: 0;
  list-style-type: none; }

ul.unstyled, ol.unstyled {
  margin: 0;
  list-style: none outside none; }

ul.unstyled > li, ol.unstyled > li {
  list-style: none; }

ul.horizontal > li, ol.horizontal > li {
  display: block;
  float: left; }

ul.horizontal-inline, ol.horizontal-inline {
  text-align: center; }

ul.horizontal-inline > li, ol.horizontal-inline > li {
  display: inline;
  margin: 0 5px; }

ul.expanded > li, ol.expanded > li {
  margin-bottom: 10px; }

a {
  transition: opacity 150ms linear, color 150ms linear, background 150ms linear; }

input:focus {
  outline: none; }

.m-0 {
  margin: 0 !important; }

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

img.owl-lazy:not([src]) {
  visibility: hidden; }

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

.owl-carousel.nav-style1 .owl-nav:not(.disabled) {
  position: absolute;
  top: -42px;
  right: 16px;
  width: 70px;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .owl-carousel.nav-style1 .owl-nav:not(.disabled) {
      right: 80px;
      width: 80px; } }
  .owl-carousel.nav-style1 .owl-nav:not(.disabled) button {
    z-index: 999;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 30px;
    padding: 0 !important; }
    .owl-carousel.nav-style1 .owl-nav:not(.disabled) button.owl-prev {
      left: -10px; }
      @media (min-width: 992px) {
        .owl-carousel.nav-style1 .owl-nav:not(.disabled) button.owl-prev {
          left: -20px; } }
    .owl-carousel.nav-style1 .owl-nav:not(.disabled) button.owl-next {
      right: -10px; }
      @media (min-width: 992px) {
        .owl-carousel.nav-style1 .owl-nav:not(.disabled) button.owl-next {
          right: -20px; } }

.owl-carousel.nav-style1.nav-style-article .owl-nav button {
  top: 25%;
  transform: translateY(-25%); }

.owl-carousel.nav-style2 .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 24px;
  height: 24px;
  line-height: 30px;
  font-size: 30px;
  padding: 0 !important; }
  @media (min-width: 992px) {
    .owl-carousel.nav-style2 .owl-nav button {
      width: 40px;
      height: 42px; } }
  .owl-carousel.nav-style2 .owl-nav button.owl-prev {
    left: -10px; }
    @media (min-width: 992px) {
      .owl-carousel.nav-style2 .owl-nav button.owl-prev {
        left: -20px; } }
  .owl-carousel.nav-style2 .owl-nav button.owl-next {
    right: -10px; }
    @media (min-width: 992px) {
      .owl-carousel.nav-style2 .owl-nav button.owl-next {
        right: -20px; } }

.owl-carousel.nav-style2.nav-style-article .owl-nav button {
  top: 25%;
  transform: translateY(-25%); }

.owl-carousel.blog-featured-nav .owl-nav {
  position: absolute;
  top: 0;
  right: 28%;
  z-index: 999; }
  .owl-carousel.blog-featured-nav .owl-nav button {
    margin-right: 12px;
    background: #fff;
    border-radius: 30px; }

@media (min-width: 992px) {
  .width-74 {
    width: 73.5%; }
  .width-26 {
    width: 26.5%; } }

.slick-dots li {
  display: inline-block; }
  .slick-dots li.slick-active button {
    background: #000;
    border-color: #000; }
  .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    border: 2px solid #ddd;
    transition: all .2s;
    margin-right: 4.8px; }

.site-radius {
  border-radius: var(--site-border-radius); }
  .site-radius img {
    border-radius: var(--site-border-radius); }

.wrap-image {
  overflow: hidden;
  position: relative; }

.img-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.ratiobox {
  position: relative;
  display: block; }

.ratiobox .ls-blur-up-is-loading, .ratiobox .lazyload:not([src]) {
  visibility: hidden; }

.ratiobox .ls-blur-up-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-family: "blur-up: auto", "object-fit: contain";
  -o-object-fit: contain;
  object-fit: contain;
  filter: blur(8px);
  opacity: 1;
  transition: opacity 500ms, filter 700ms; }

.ratiobox .ls-blur-up-img.ls-inview.ls-original-loaded {
  opacity: 0;
  filter: blur(5px); }

.object-fit {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

/* END ++++ lazyload */
.container-fluid {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 992px) {
    .container-fluid {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

@media (min-width: 1200px) {
  .wrapper-home-information .container-fluid {
    padding-left: 0; }
  .layout-pageContact .container-fluid {
    padding-left: 0; } }

.container-full {
  width: auto;
  max-width: 100%; }

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

.row-flex {
  margin: 0px -16px;
  display: flex;
  flex-wrap: wrap; }

.no-gutters {
  margin: 0; }
  .no-gutters [class^='col-'] {
    padding: 0; }

.row {
  margin: 0px -16px; }
  .row [class^='col-'] {
    padding: 0 16px; }

@media (min-width: 992px) {
  .row-40 {
    margin: 0px -20px; }
    .row-40 [class^='col-'] {
      padding: 0 20px; } }

.row-20 {
  margin: 0px -10px; }
  .row-20 [class^='col-'] {
    padding: 0 10px; }

.row-15 {
  margin: 0px -7.5px; }
  .row-15 [class^='col-'] {
    padding: 0 7.5px; }

@media (max-width: 767px) {
  .row-mb-16 {
    margin: 0px -8px; }
    .row-mb-16 [class^='col-'] {
      padding: 0 8px; }
  .row-mb-8 {
    margin: 0px -4px; }
    .row-mb-8 [class^='col-'] {
      padding: 0 4px; } }

/*========================================================================*/
main.main-index {
  position: relative;
  z-index: 99; }

.button {
  position: relative;
  display: inline-block;
  padding: 12px 56px;
  font-size: 12px;
  line-height: 1.2;
  border: 1px solid #000;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.023px;
  background-color: transparent;
  transition: background 0.2s ease-in-out;
  -wekbit-transition: background 0.2s ease-in-out;
  z-index: 1;
  color: #000;
  background: #fff;
  overflow: hidden;
  text-transform: uppercase; }
  .button svg {
    vertical-align: middle;
    margin-left: 4px; }
  .button:hover {
    color: #fff;
    background: #000; }
  .button.button-white {
    background: #fff;
    color: #000; }
    .button.button-white:hover, .button.button-white:focus {
      color: #000;
      border-color: #000; }
  .button.button-transparent {
    background: transparent;
    color: #fff;
    border-color: #fff; }
    .button.button-transparent:hover, .button.button-transparent:focus {
      color: #000;
      background: #fff; }
  .button.button-black {
    background: #000;
    color: #fff; }
  .button.button-full {
    width: 100%; }

.home-section {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .home-section {
      margin-bottom: 100px; } }

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

.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column; }

button:focus {
  border-color: transparent;
  outline: none; }

.heading-page h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px; }

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

.pd-page {
  padding-top: 20px; }
  @media (min-width: 992px) {
    .pd-page {
      padding-top: 0px; } }

.main-body {
  position: relative; }

.hover-zoom {
  overflow: hidden;
  border-radius: 20px; }
  .hover-zoom:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03); }

/*--------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------*/
.search-bar-mobile {
  background: #fff;
  box-shadow: 0 5px 5px #ddd;
  opacity: 0;
  padding: 0.9rem 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  transform: translateY(-20px);
  transition: transform .15s ease-in-out, opacity .15s ease-in-out, visibility .15s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 5; }
  @media (min-width: 992px) {
    .search-bar-mobile {
      padding: 1.5rem 0;
      transform: translateY(-25px); } }
  .search-bar-mobile.show-search {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-10px);
    visibility: visible;
    z-index: 100; }

.search-bar-mobile form.searchform {
  position: relative;
  display: flex;
  align-items: center; }

.search-bar-mobile form.searchform input.searchinput {
  padding: 0 40px 0 0px;
  height: 28px;
  font-size: 12px;
  color: #888888;
  background: transparent;
  border: none; }
  @media (min-width: 992px) {
    .search-bar-mobile form.searchform input.searchinput {
      font-size: 16px; } }

.search-bar-mobile form.searchform .btn-search {
  top: 0px;
  right: 0px;
  width: 40px;
  height: 32px;
  line-height: 32px;
  display: none; }

.search-bar-mobile form.searchform .btn-search svg {
  width: 14px;
  height: 30px; }

.search-bar-mobile form.searchform .close-search {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
  height: 24px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  visibility: hidden; }

.search-bar-mobile form.searchform .close-search svg {
  width: 20px;
  fill: #000; }

.search-bar-mobile form.searchform.expanded .close-search {
  visibility: visible; }

.search-bar-mobile form.searchform.expanded .btn-search {
  visibility: hidden; }

.search-bar-mobile .smart-search-wrapper {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 100%;
  z-index: 100;
  width: initial;
  background: #fff; }

.search-bar-mobile .wpo-search-inner {
  flex: 1;
  margin-left: 0.5rem; }
  @media (min-width: 992px) {
    .search-bar-mobile .wpo-search-inner {
      margin-left: 1rem; } }

.search-bar-mobile button {
  background: none;
  padding: 0; }

/*--------------------- Menu Desktop ---------------------*/
.menu-desktop {
  position: relative; }

#nav .main-nav * {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

#nav nav.main-nav {
  text-align: left; }
  @media (min-width: 992px) {
    #nav nav.main-nav {
      text-align: center; } }

#nav nav.main-nav ul li a {
  color: #000;
  text-decoration: none; }

#nav nav.main-nav ul li a:hover {
  color: #000; }

#nav .main-nav > ul li {
  float: none;
  display: inline-block;
  z-index: 10; }
  #nav .main-nav > ul li:not(:first-child) {
    margin-left: 12px; }

#nav .main-nav > ul li a {
  display: block;
  font-size: 10px;
  font-weight: 600;
  position: relative;
  padding: 0;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px; }
  @media (min-width: 992px) {
    #nav .main-nav > ul li a {
      font-size: 16px;
      font-weight: 400; } }

#nav .main-nav > ul li a:hover {
  border-color: var(--site-main-color); }

#nav .main-nav ul {
  padding-left: 0;
  margin: 0; }

#nav .main-nav ul > li i {
  display: none;
  vertical-align: middle;
  font-size: 9px;
  margin-left: 4px;
  margin-bottom: 2px; }

#nav .main-nav .sub_menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  display: none;
  /*
	min-width:120px;
	-webkit-box-shadow:  2px 4px 12px rgba(0,0,0,.1);
	-moz-box-shadow: 2px 4px 12px rgba(0,0,0,.1);
	-o-box-shadow: 2px 4px 12px rgba(0,0,0,.1);
	-ms-box-shadow: 2px 4px 12px rgba(0,0,0,.1);
	box-shadow:2px 4px 12px rgba(0,0,0,.1);
	-webkit-transform: rotate3d(1,0,0,-90deg);
	-moz-transform: rotate3d(1,0,0,-90deg);
	-o-transform: rotate3d(1,0,0,-90deg);
	-ms-transform: rotate3d(1,0,0,-90deg);
	transform: rotate3d(1,0,0,-90deg);
	-webkit-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	*/ }
  @media (min-width: 992px) {
    #nav .main-nav .sub_menu {
      top: 100%; } }

@media (min-width: 992px) {
  #nav .main-nav ul li:hover > .sub_menu {
    display: block; } }

#nav .main-nav ul > li:hover > a i {
  margin-bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

#nav .main-nav ul li .sub_menu li {
  padding: 7px 0px; }

#nav .main-nav .sub_menu.level3 li {
  padding-top: 0; }

@media (max-width: 991px) {
  .menu-desktop {
    display: none; }
  .hum_btn {
    color: var(--site-main-color);
    background: transparent; }
  .hum_btn:focus, .hum_btn:active {
    outline: none; }
  .header-upper-menu {
    border-bottom: 1px solid var(--site-border-color);
    border-top: 1px solid var(--site-border-color);
    padding: 0 !important;
    margin-bottom: 15px; }
    .header-upper-menu #nav .main-nav > ul > li {
      width: 100%;
      display: block;
      margin: 0 0 5px !important; }
    .header-upper-menu #nav .main-nav > ul li a {
      font-size: 12px;
      position: static !important;
      display: inline-block; }
    .header-upper-menu #nav .main-nav .sub_menu {
      position: static !important;
      text-align: left;
      padding-left: 7px;
      padding-right: 0px;
      padding-bottom: 5px; }
    .header-upper-menu #nav .main-nav > ul li {
      display: block;
      position: relative; }
    .header-upper-menu #nav .main-nav > ul li:not(:first-child) {
      margin: 0; }
    .header-upper-menu #nav .main-nav ul > li i {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 12px;
      z-index: 999; }
  #nav .main-nav ul > li i.open_ {
    transform: rotate(180deg); }
  #nav .main-nav ul li .sub_menu li {
    padding: 0px;
    margin-bottom: 0px; }
  #nav .main-nav > ul li a {
    padding-bottom: 0px; } }

/*============================================================*/
.topbar {
  font-size: 12px;
  font-weight: 500;
  padding: 13px 0px; }
  @media (min-width: 992px) {
    .topbar {
      font-size: 14px; } }

.topbar .product-bar__link img {
  vertical-align: middle;
  transform: translateY(-1px); }

.topbar .product-bar__link a {
  text-decoration: none;
  margin-left: 6px;
  display: flex;
  align-items: center; }
  @media (min-width: 992px) {
    .topbar .product-bar__link a {
      margin-left: 20px; } }
  .topbar .product-bar__link a span {
    margin-right: 4px;
    height: 22px; }
    @media (min-width: 992px) {
      .topbar .product-bar__link a span {
        margin-left: 9px; } }

.topbar-content {
  gap: 10px;
  font-family: 'Cabin' !important;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .topbar-content {
      font-size: 14px;
      gap: 72px; } }

.topbar__lang {
  padding-right: 10px; }
  @media (max-width: 991px) {
    .topbar__lang {
      font-size: 14px; } }
  .topbar__lang img {
    vertical-align: top; }

@media (max-width: 991px) {
  .topbar__social {
    order: -1; } }

.topbar__social a {
  display: inline-block; }
  .topbar__social a img {
    height: 17px; }
  .topbar__social a:not(:last-child) {
    margin-right: 18px; }

.topbar p {
  padding: 4px 0;
  margin-bottom: 0; }

.topbar a {
  text-decoration: underline; }

.header-wrap {
  position: sticky;
  z-index: 700;
  top: 0;
  width: 100%; }

.header-container {
  position: relative;
  transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1); }

.main-header.hSticky-nav .topbar {
  display: none; }

.flexContainer-header {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.flexContainer-header > div[class*='header-upper-'] {
  padding: 0 15px; }

.header-upper-navbar, .header-upper-icon {
  width: 100%; }

.header-upper-logo {
  width: auto;
  line-height: 1.1;
  flex: 0 0 auto; }

.header-upper-navbar .header-action {
  display: inline-block;
  vertical-align: middle; }

.header-upper-navbar .header-action_backlink {
  display: none;
  width: 25px;
  padding-left: 2px;
  margin-right: 5px; }

.header-upper-navbar .header-action_backlink a {
  display: block;
  font-size: 28px; }

.header-wrap-icon {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.header-wrap-icon .header-action {
  display: inline-block;
  transition: opacity 150ms linear;
  font-size: 12px;
  color: #333333;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.header-action + .header-action {
  margin-left: 16px; }

.header-action_text .header-action__link {
  position: relative;
  display: block;
  font-size: 16px; }

.header-action_text .header-action__link .box-icon,
.header-action_text .header-action__link .box-text {
  display: inline-block;
  vertical-align: middle; }

.header-action_text .header-action__link .box-text {
  padding-left: 2px; }

.header-action_text .header-action__link .box-text .txtbl {
  font-size: 14px;
  display: block;
  font-weight: 500; }

.header-action_text .header-action__link .box-text .txt-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  max-width: 115px;
  overflow: hidden; }

.header-action_text .header-action__link .box-text .fa {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 3px; }

.header-action_text .header-action__link .box-icon {
  position: relative;
  text-align: center; }

.header-action_text .header-action__link .box-icon svg {
  width: 24px;
  height: 24px; }
  .header-action_text .header-action__link .box-icon svg:hover {
    transform: scale(1.07); }

.header-action_text .header-action_label {
  text-transform: uppercase;
  font-weight: 500;
  position: relative; }

.header-action_text .header-action_label:hover {
  text-decoration: underline; }

.header-action_text .header-action__link .box-icon svg.svg-ico-cart {
  height: 38px; }

.header-action_text .header-action__link .box-icon .box-icon--close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }

.header-action_text .header-action__link .count-holder {
  position: absolute;
  bottom: 10px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  right: -10px;
  top: -8px;
  display: none; }
  @media (max-width: 991px) {
    .header-action_text .header-action__link .count-holder {
      text-align: center;
      font-size: 9px;
      overflow: hidden;
      color: #fff;
      background: #000;
      border-radius: 50%; } }
  @media (min-width: 992px) {
    .header-action_text .header-action__link .count-holder {
      right: -18px;
      top: unset;
      position: static; } }

.header-action_text .header-action__link .box-icon .count {
  transition: top 150ms linear;
  position: relative;
  top: 0px;
  animation-duration: 300ms; }

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

.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;
  /*background-image: linear-gradient(to bottom, #ffffff, #f9fafb);*/
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
  will-change: transform; }

.header-action_dropdown .box-triangle {
  position: absolute;
  bottom: calc(100% - 5px);
  margin: 0 auto;
  width: 22px;
  height: 15px;
  right: 20px; }

.header-action_account .header-action_dropdown .box-triangle {
  right: 110px; }

/* 15 + 32 + 12+ 5*/
.header-action_search .header-action_dropdown .box-triangle {
  right: 108px; }

/* 15 + 32 + 12+ 5 +12+ 32*/
.header-action_dropdown .box-triangle svg {
  -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }

.header-action_dropdown .header-dropdown_content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 20px 15px; }

.header-action_cart .header-action_dropdown .header-dropdown_content {
  padding-left: 0;
  padding-right: 0; }

.header-action_cart.has-items .count-holder {
  display: inline-block !important; }

.header-action_search .header-action_dropdown .header-dropdown_content .ttbold {
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
  font-weight: 500;
  padding: 6px 10px;
  text-align: center;
  border-bottom: 1px solid #ededed; }

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

.site-drawer {
  position: fixed;
  top: 17px;
  margin: 1.5rem auto;
  height: calc(100% - 40px - 1.5rem);
  opacity: 0;
  visibility: hidden;
  bottom: 1.5rem;
  width: calc(100% - 2rem);
  transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  z-index: 991;
  background: #fff;
  border-radius: .75rem; }
  @media (min-width: 992px) {
    .site-drawer {
      margin: 1.5rem;
      height: calc(100% - 4rem); } }
  @media (min-width: 992px) {
    .site-drawer {
      top: 4rem;
      margin: auto;
      bottom: 1.5rem; } }
  @media (min-width: 768px) {
    .site-drawer {
      width: 34.375rem; } }
  .site-drawer.left {
    left: calc(-100% + 1rem); }
    @media (max-width: 991px) {
      .site-drawer.left.show-content {
        left: 0;
        right: 0; } }
    @media (min-width: 992px) {
      .site-drawer.left.show-content {
        left: calc(-0% + 1rem); } }
  .site-drawer.right {
    right: calc(-100% + 1rem); }
    @media (max-width: 991px) {
      .site-drawer.right.show-content {
        right: 0;
        left: 0;
        margin: 1.5rem auto;
        width: calc(100% - 2rem); } }
    @media (min-width: 992px) {
      .site-drawer.right.show-content {
        right: calc(0% + 1rem); } }
  .site-drawer.show-content {
    opacity: 1;
    visibility: visible; }

@media (min-width: 992px) {
  .site-sideCart {
    top: 1.5rem; } }

.mm_close {
  width: 20px;
  height: 20px;
  line-height: 20px;
  z-index: 999;
  text-align: center; }

.mm_custom {
  padding: 1.5rem 1rem; }
  @media (min-width: 992px) {
    .mm_custom {
      padding: 2rem 1rem 1.5rem; } }
  .mm_custom .mm_item {
    padding: 43px 20px; }
    .mm_custom .mm_item:not(:last-child) {
      border-bottom: 1px solid var(--site-border-color); }
    .mm_custom .mm_item.mm_custom_logo {
      border-bottom: none;
      padding: 36px 20px 10px !important; }
      .mm_custom .mm_item.mm_custom_logo img {
        margin: auto;
        max-width: 116px; }
  .mm_custom_nav {
    padding: 0px !important; }
    .mm_custom_nav ul li.has-submenu .mm_submenu {
      display: none;
      margin-top: 20px; }
    .mm_custom_nav ul li.has-submenu > a {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .mm_custom_nav ul li a {
      color: var(--site-text-color);
      text-transform: capitalize;
      font-size: 1rem;
      font-weight: 500; }
      .mm_custom_nav ul li a SVG {
        transform: scale(1);
        transition: transform .2s linear;
        margin-left: 8px; }
      .mm_custom_nav ul li a.active svg {
        transform: rotate(180deg); }
    .mm_custom_nav > ul > li {
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid var(--site-border-color); }
      .mm_custom_nav > ul > li.has-submenu > ul > li {
        margin-bottom: 20px; }
        .mm_custom_nav > ul > li.has-submenu > ul > li > a {
          font-size: 20px; }
        .mm_custom_nav > ul > li.has-submenu > ul > li > ul {
          margin-left: 20px;
          padding-left: 16px;
          border-left: 1px solid var(--site-border-color); }
          .mm_custom_nav > ul > li.has-submenu > ul > li > ul > li {
            margin-bottom: 18px; }
      .mm_custom_nav > ul > li > a {
        color: #100F0F;
        font-size: 24px;
        font-style: normal;
        line-height: normal; }
        @media (min-width: 992px) {
          .mm_custom_nav > ul > li > a {
            font-size: 36px; } }
  .mm_custom .mm_copyright {
    padding: 10px 0px 0px;
    font-size: 8px;
    color: var(--site-text-color); }
  .mm_custom .mm_address {
    color: var(--site-text-color); }
    .mm_custom .mm_address_title {
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .mm_custom .mm_address_list li {
      margin-bottom: 15px;
      font-weight: 500;
      font-size: 12px; }
  .mm_custom .mobile-menu__help-wrapper:not(:last-child) {
    margin-bottom: 43px; }
  .mm_custom .mobile-menu__help-wrapper .mm_icon {
    width: 30px; }
  .mm_custom .mobile-menu__help-wrapper .mm_infor {
    width: calc(100% - 30px);
    padding-left: 20px; }
    .mm_custom .mobile-menu__help-wrapper .mm_infor a, .mm_custom .mobile-menu__help-wrapper .mm_infor a + span {
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      display: block;
      color: #000; }
  .mm_custom .mobile-menu__help-wrapper .mm_label {
    color: #000;
    display: block;
    font-size: 8px;
    font-style: normal;
    font-weight: 500; }

.site-sideNav .mm_close {
  position: absolute;
  right: 10px;
  top: 10px; }

.site-sideNav__content {
  height: 100%; }

.site-sideNav .site-menu {
  height: calc(100% - 30px);
  overflow-y: auto; }

.section_hotSale {
  min-height: 270px; }
  .section_hotSale .pro-loop {
    margin-bottom: 0; }
    @media (min-width: 400px) {
      .section_hotSale .pro-loop p.pro-price {
        font-size: 16px; }
      .section_hotSale .pro-loop .product-detail h3 a {
        font-size: 16px; } }

.section_colTab__links {
  margin-bottom: 24px; }

@media (max-width: 767px) {
  .section_colTab .pro-loop .button-add button svg {
    width: 36px;
    height: 36px; } }

.siteTab a {
  font-size: 18px;
  padding: 5px 0px 0px 0px;
  margin-right: calc(1rem - 4px);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  position: relative; }
  @media (min-width: 992px) {
    .siteTab a {
      font-size: 1.25rem; } }
  .siteTab a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--site-main-color);
    opacity: 0;
    display: block;
    z-index: 1; }
  .siteTab a.current {
    color: #000;
    font-weight: 700; }
    .siteTab a.current:after {
      width: 100%;
      opacity: 1; }

@media (min-width: 992px) {
  .section_collectionSlider__list {
    margin-right: -4rem; } }

.section_collectionSlider .owl-carousel .owl-stage {
  padding-left: 0 !important; }

.site-overlay {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  visibility: hidden;
  width: 100%;
  z-index: 990; }

.locked-scroll {
  overflow: hidden; }

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

.main-header {
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }

.header-style + .mainContent-theme {
  padding-top: var(--header-height);
  min-height: 80vh; }

.main-header .wrap-logo a {
  font-size: 30px;
  font-weight: bold;
  color: #000; }

.wrap-logo img {
  height: auto; }

.main-header:not(.hSticky-nav) .wrap-logo a img {
  max-width: 100%;
  max-height: 36px;
  width: auto;
  margin: auto; }
  @media (min-width: 992px) {
    .main-header:not(.hSticky-nav) .wrap-logo a img {
      max-height: 70px; } }

.header-navbar-menu .wrap-logo-sticky {
  display: none; }

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

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

.main-header.hSticky-nav .wrap-logo-sticky a {
  font-size: 24px; }

.hSticky-nav #nav .main-nav > ul > li > a {
  padding: 20px 0; }

@media (min-width: 992px) {
  .header-upper-middle {
    padding: 1.5rem 0px 1.5rem; } }

@media (min-width: 992px) {
  .main-header.hSticky .header-upper-middle {
    padding: 1.1rem 0px 0.8rem; } }

.header-upper-menu {
  padding-bottom: 1rem;
  position: relative;
  z-index: 100; }
  @media (min-width: 992px) {
    .header-upper-menu {
      padding-bottom: 3.125rem; } }

@media (max-width: 1199px) and (min-width: 992px) {
  #nav nav.main-nav ul li a {
    font-size: 13px;
    margin: 0 10px; }
  .main-header .wrap-logo a {
    font-size: 24px; } }

@media (min-width: 992px) {
  .header-action_cart .header-action_dropdown {
    width: 450px; }
  .header-action_search .header-action_dropdown {
    width: 400px; }
  .header-action_account .header-action_dropdown {
    width: 340px; }
  .header-action_account .header-action_dropdown.header-action_widthAuto {
    width: auto;
    min-width: 250px; }
  .main-header.hSticky-nav .header-action_dropdown {
    top: calc(100% + 5px); }
  .main-header.hSticky-nav .wrap-logo a img {
    max-height: 50px; }
  /*fix bug*/
  .hSticky .header-action.show-action .header-action_dropdown,
  .hSticky-nav .header-action.show-action .header-action_dropdown {
    visibility: hidden;
    opacity: 0; }
  .hSticky-nav.hSticky-up .header-action.show-action .header-action_dropdown {
    visibility: visible;
    opacity: 1; }
  .locked-scroll .hSticky ~ .site-overlay,
  .locked-scroll .hSticky-nav ~ .site-overlay {
    opacity: 0;
    visibility: hidden; }
  .locked-scroll .hSticky-nav.hSticky-up ~ .site-overlay {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 991px) {
  .header-action_menu.show-action .header-action_dropdown {
    top: 0 !important; }
  .locked-scroll {
    overflow: hidden;
    width: 100%;
    top: 0; }
  .locked-scroll .main-header.hSticky.hSticky-nav.hSticky-up,
  .locked-scroll .main-header.hSticky.hSticky-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .main-header .header-upper-middle {
    padding: 5px 0px;
    position: relative; }
  .flexContainer-header > div.header-upper-logo {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center; }
  .flexContainer-header > div.header-upper-icon {
    padding-left: 0; }
  .flexContainer-header > div[class*='header-upper-'],
  .flexContainer-header .header-wrap-icon {
    position: initial; }
  .header-action_text .header-action__link .box-text {
    display: none; }
  .search-bar-mobile {
    display: block; }
  .main-header:not(.hSticky-nav) .header-search-mobile {
    border-top: 1px solid #f5f5f5; }
  .main-header.hSticky-nav .header-search-mobile {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    padding: 0px 100px 0px 60px;
    /*header-wrap-icon_100 ++ header-upper-navbar_60*/ }
  .main-header.hSticky-nav .search-bar-mobile form.searchform {
    position: relative;
    visibility: visible;
    margin: 0 auto; }
  .main-header.hSticky-nav .search-bar-mobile .smart-search-wrapper {
    visibility: visible;
    top: calc(100% + 10px); }
  .main-header:not(.hSticky-nav) .wrap-logo a img {
    margin: 0 auto; }
  /* product header fixed*/
  .main-body-product .main-header.hSticky-nav .header-upper-navbar .header-action_backlink {
    display: inline-block;
    height: 30px;
    line-height: 30px; }
  .main-body-product .main-header.hSticky-nav .header-search-mobile {
    display: none; }
  .main-body-product .main-header.hSticky-nav .header-wrap-icon .header-action.header-action_search {
    display: block; }
  .main-body-product .main-header.hSticky-nav .header-action_menu .box-triangle {
    left: 50px; }
  /* end */
  .header-action_dropdown {
    right: 0;
    left: 0;
    top: 100%;
    width: 100vw;
    height: calc(100vh); }
  .header-action_dropdown .header-dropdown_content {
    overflow: auto;
    padding-bottom: 120px;
    -webkit-overflow-scrolling: touch; }
  .header-action_menu .header-action_dropdown .header-dropdown_content {
    padding: 0 0px 80px; }
  .header-action.show-action .header-action_text .header-action__link .box-icon .box-icon--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .header-action.show-action .header-action_text .header-action__link .box-icon > svg,
  .header-action.show-action .header-action_text .header-action__link .box-icon .count-holder {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .header-wrap-icon .header-action.header-action_search {
    display: none; }
  .header-action_dropdown .box-triangle {
    right: 20px; }
  .header-action_account .header-action_dropdown .box-triangle {
    right: 64px; }
  .header-action_search .header-action_dropdown .box-triangle {
    right: 108px; }
  .header-action_menu .box-triangle {
    right: initial;
    left: 15px;
    bottom: calc(100% - 3px); }
  .header-upper-navbar .header-action_search {
    display: inline-block;
    vertical-align: middle; } }

@media (max-width: 767px) {
  .flexContainer-header > div.header-upper-logo .wrap-logo a {
    font-size: 24px; } }

/*== HEADER 02 ============================*/
.topbar_temp02 {
  background: #000;
  color: #ffffff; }

.topbar_temp02 a {
  color: #ffffff; }

@media (min-width: 992px) {
  .mainHeader_temp02:not(.hSticky-nav) .wrap-logo a {
    color: #000; }
  .mainHeader_temp02:not(.hSticky-nav) {
    background: #ffffff; }
  .mainHeader_temp02 .flexContainer-header .header-upper-logo {
    max-width: 240px; }
  mainHeader_temp02 .flexContainer-header .header-upper-logo img {
    margin: auto; }
  .mainHeader_temp02:not(.hSticky-nav) #nav .main-nav > ul > li > a {
    color: #000; }
  .mainHeader_temp02:not(.hSticky-nav) #nav .main-nav > ul > li > a:hover {
    color: #3f3f3f; }
  .mainHeader_temp02:not(.hSticky-nav) .header-action_text .header-action__link .box-icon .count-holder {
    color: #fff; }
  .mainHeader_temp02.hSticky-nav .wrap-logo a {
    font-size: 24px; }
  .mainHeader_temp02 .wrap-logo a {
    font-size: 27px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .mainHeader_temp02 .wrap-logo a {
    font-size: 24px; } }

/*--------------------------------------------------------------------------------
INDEX
--------------------------------------------------------------------------------*/
#homepage_slider .owl-dots {
  position: absolute;
  bottom: 28px;
  text-align: center;
  width: 100%; }

#homepage_slider .owl-dots .owl-dot {
  display: inline-block; }

#homepage_slider .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  border: 2px solid #fff;
  -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; }

#homepage_slider .owl-dots .owl-dot.active span {
  background: #fff; }

.wrapper-heading-home {
  margin-bottom: 18px; }

.wrapper-para-site {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 28px; }
  .wrapper-para-site.text-white {
    color: #fff; }
  @media (min-width: 992px) {
    .wrapper-para-site {
      font-size: 20px; } }

@media (max-width: 991px) {
  .wrapper-heading-home h2 {
    font-size: 18px;
    letter-spacing: -0.023px; } }

.wrapper-heading-home h2, .wrapper-heading-home h1 {
  font-size: 18px;
  margin: 0 0 0px; }

.wrapper-heading-home.text-white h2, .wrapper-heading-home.text-white h1 {
  color: #fff; }

.wrapper-heading-home .section-para {
  font-weight: 500;
  color: #000; }

.block-banner-category {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  margin: 4px 2px; }

.caption_banner {
  position: absolute;
  width: 100%;
  padding: 0 50px;
  bottom: 50px;
  color: #ffffff; }

.caption_banner span {
  font-size: 15px;
  font-weight: 400; }

.block-banner-category a.link-banner {
  display: block; }

.caption_banner h3 {
  font-size: 23px;
  margin: 15px 0;
  color: #ffffff; }

.caption_banner .button {
  border-color: #ffffff;
  color: #252525; }

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

.caption_banner .button:hover {
  color: #ffffff; }

.wrap-collection-title {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.wrapper-home-banner, .wrapper-home-information {
  margin-top: 40px; }

.wrapper-home-banner .home-banner-pd {
  padding: 0; }

.wrapper-home-information {
  background-color: #f5f5f5; }

.flex-container-information {
  margin: 0 -15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.wrap-pd-infor {
  padding: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.box-banner-inf h2 {
  color: #fff;
  font-size: 54px;
  margin: 0;
  font-weight: 700; }

.box-banner-inf a.button {
  margin-top: 65px; }

.wrap-pd-infor .inf-content {
  font-size: 15px;
  font-weight: 500;
  margin: auto; }

.wrap-pd-infor.box_stick .container-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: background 200ms linear;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.wrap-pd-infor.box_stick .container-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .4;
  transition: opacity 200ms linear, background 200ms linear; }

.wrap-pd-infor.box_stick img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  -ms-transition: opacity 150ms linear;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.list-slider-banner .owl-item:not(.active) {
  opacity: 0.6; }

.list-slider-banner.owl-carousel .owl-nav .owl-prev,
.list-slider-banner.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  -webkit-box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  vertical-align: middle;
  line-height: 0; }

.list-slider-banner.owl-carousel .owl-nav .owl-prev:before,
.list-slider-banner.owl-carousel .owl-nav .owl-next:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  border-radius: 50%; }

.list-slider-banner.owl-carousel .owl-nav .owl-prev {
  left: 35px; }

.list-slider-banner.owl-carousel .owl-nav .owl-prev:before {
  content: "\f104"; }

.list-slider-banner.owl-carousel .owl-nav .owl-next {
  right: 35px; }

.list-slider-banner.owl-carousel .owl-nav .owl-next:before {
  content: "\f105"; }

.list-slider-banner.owl-carousel .owl-stage {
  margin: 0 auto; }

.list-slider-banner .caption_banner_slide {
  position: absolute;
  width: 100%;
  padding: 15px 20px;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.list-slider-banner .caption_banner_slide h3 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 12px;
  color: #fff;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.list-slider-banner .button {
  padding: 5px 15px; }

.list-slider-banner a.link-banner:not(.lazyloaded) + .caption_banner_slide {
  visibility: hidden; }

/*------------------------- PRODUCT ITEM-------------------------*/
.pro-loop {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .pro-loop {
      margin-bottom: 30px; } }

.pro-loop a {
  display: block; }

.pro-loop .product-detail {
  padding: 12px 0 0; }
  @media (min-width: 992px) {
    .pro-loop .product-detail {
      padding: 20px 0 0; } }

.pro-loop .product-img {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: var(--site-border-radius); }

.pro-loop .product-img a:after {
  content: '';
  padding-bottom: 117.86%;
  display: block; }

.pro-loop .product-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover; }

.pro-loop .product-img .product-tag {
  top: 7px;
  right: 7px;
  border-radius: 4px;
  border: 1px solid #efefef;
  background: #FFF;
  min-width: 50px;
  font-size: 9.6px;
  padding: 5px 4px;
  display: inline-block;
  position: absolute;
  z-index: 99; }
  @media (min-width: 992px) {
    .pro-loop .product-img .product-tag {
      font-size: 12px; } }
  .pro-loop .product-img .product-tag.product-sale {
    display: none; }

.pro-loop .product-img .sold-out {
  left: 7px;
  right: unset; }

.pro-loop .product-img .product-gift {
  left: 7px;
  right: unset; }
  @media (min-width: 992px) {
    .pro-loop .product-img .product-gift {
      left: 16px; } }

.pro-loop .product-sale {
  color: #000;
  font-weight: 500; }

.pro-loop .product-img .sold-out span {
  opacity: .66; }

.product-detail .box-pro-detail {
  z-index: 9;
  width: 100%; }

.pro-loop .product-detail h3 {
  margin: 0; }

.pro-loop .pro-vendor {
  margin-bottom: 3px;
  font-size: 10px;
  letter-spacing: 0.01px;
  color: #4F4F4F; }
  @media (min-width: 992px) {
    .pro-loop .pro-vendor {
      font-size: 14px; } }

.pro-loop .product-detail h3 a {
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.023px;
  margin-bottom: 0px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box; }
  @media (min-width: 992px) {
    .pro-loop .product-detail h3 a {
      font-size: 16px; } }

.pro-price-mb {
  display: none; }

p.pro-price {
  margin: 0;
  color: #000;
  font-size: 10px;
  font-weight: 700; }
  p.pro-price.pro-price-compare {
    color: #696969;
    text-decoration: line-through;
    font-weight: 600; }
  @media (min-width: 405px) {
    p.pro-price {
      font-size: 12px; } }
  @media (min-width: 992px) {
    p.pro-price {
      font-size: 16px; } }
  @media (max-width: 991px) {
    p.pro-price .product-sale {
      display: none; } }

p.pro-price span.pro-price-del {
  color: #9a9a9a;
  padding: 0;
  font-weight: 500; }

.pro-loop .button-add button {
  background: transparent;
  border: none; }
  @media (max-width: 480px) {
    .pro-loop .button-add button svg {
      width: 30px !important;
      height: 30px !important; } }
  .pro-loop .button-add button:hover svg {
    fill: #000; }
    .pro-loop .button-add button:hover svg rect {
      fill: #fff; }
  .pro-loop .button-add button.sold_out {
    opacity: 0.3;
    cursor: not-allowed; }

.pro-loop .product-img picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 0.2s linear; }

.pro-loop .product-img picture:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.pro-loop:hover .product-img picture.first-image {
  opacity: 0;
  visibility: hidden; }

.pro-loop:hover .product-img picture + picture {
  opacity: 1;
  visibility: visible; }

@media (min-width: 1024px) {
  .wrapper-collection-1 .pro-loop:nth-child(6).pro-loop-lastHide,
  .wrapper-collection-2 .pro-loop:nth-child(6).pro-loop-lastHide,
  .list-productRelated .pro-loop:nth-child(6).pro-loop-lastHide {
    display: none; } }

@media (max-width: 1023px) and (min-width: 992px) {
  .wrapper-collection-1 .container-fluid, .wrapper-collection-2 .container-fluid {
    padding: 0 30px; }
  .wrapper-collection-1 .pro-loop:nth-child(10).pro-loop-lastHide,
  .wrapper-collection-2 .pro-loop:nth-child(10).pro-loop-lastHide,
  .list-productRelated .pro-loop:nth-child(10).pro-loop-lastHide {
    display: none; } }

@media (max-width: 991px) and (min-width: 768px) {
  .wrapper-collection-1 .container-fluid, .wrapper-collection-2 .container-fluid {
    padding: 0 30px; }
  .wrapper-collection-1 .pro-loop:nth-child(15).pro-loop-lastHide,
  .wrapper-collection-2 .pro-loop:nth-child(15).pro-loop-lastHide,
  .list-productRelated .pro-loop:nth-child(15).pro-loop-lastHide {
    display: none; } }

@media (max-width: 767px) {
  .wrapper-collection-1 .pro-loop:nth-child(5).pro-loop-lastHide,
  .wrapper-collection-2 .pro-loop:nth-child(5).pro-loop-lastHide,
  .wrapper-collection-1 .pro-loop:nth-child(15).pro-loop-lastHide,
  .wrapper-collection-2 .pro-loop:nth-child(15).pro-loop-lastHide,
  .list-productRelated .pro-loop:nth-child(15).pro-loop-lastHide {
    display: none; }
  .longarrow {
    display: none; }
  .pro-price-mb .pro-price {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 3px; } }

@media (min-width: 768px) {
  .collection-special-one .product-loop-special .product-col-left {
    flex-grow: 2; }
  .collection-special-one .product-loop-special .product-col-right {
    flex-grow: 1;
    padding: 0 80px; } }

@media (min-width: 1024px) {
  .collection-special-one .product-loop-special {
    padding: 0 100px; } }

.collection-special-two .product-loop-special .product-col-left {
  width: 60%; }

.collection-special-two .product-loop-special .product-width {
  max-width: 190px; }

.collection-special-two .product-loop-special .product-col-right {
  padding: 0 0 0 35px; }

.collection-special-two .product-loop-special .product-detail {
  padding: 10px 0; }

@media (max-width: 1200) and (min-width: 1024px) {
  .collection-special-two .product-loop-special {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .collection-special-two .product-loop-special {
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .collection-special-two .product-loop-special .product-width {
    max-width: 170px; }
  .collection-special-two .product-loop-special .product-col-right {
    padding: 0 0 0 25px; }
  .collection-special-two .product-loop-special .product-col-left {
    width: 70%; } }

@media (max-width: 767px) {
  .product-loop-special .action .button {
    font-size: 12px; }
  .collection-special-two .product-loop-special .product-width {
    max-width: 130px; }
  .collection-special-one .product-loop-special .product-col-right {
    padding-left: 20px; }
  .collection-special-one .product-loop-special .product-width {
    max-width: 260px; }
  .product-loop-special .product-detail {
    padding: 5px 0; } }

.pro-loop2 {
  margin-bottom: 24px; }
  .pro-loop2 .pro-img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    flex-shrink: 0; }
    @media (min-width: 992px) {
      .pro-loop2 .pro-img {
        width: 104px;
        height: 104px; } }
  .pro-loop2 .pro-infor {
    padding-left: 16px;
    padding-top: 5px; }
    @media (min-width: 992px) {
      .pro-loop2 .pro-infor {
        padding-left: 24px; } }
  .pro-loop2 .pro-title {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px; }
  .pro-loop2 .pro-price {
    margin-bottom: 12px; }
    .pro-loop2 .pro-price span {
      font-size: 14px;
      font-weight: 700; }
    .pro-loop2 .pro-price .compare-price {
      font-weight: 400;
      color: #8A8A8A; }
  .pro-loop2 .pro-price-del:before {
    content: '';
    display: inline-block;
    margin: 0px 10px;
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 30px;
    vertical-align: middle; }
  .pro-loop2 .pro-action button {
    min-width: 104px;
    font-size: 10px;
    padding: 9px 4px;
    text-transform: none; }

/*--------------------------------------------------------------------
PRODUCT DETAIL 
--------------------------------------------------------------------*/
#add-item-form {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    #add-item-form {
      margin-bottom: 45px; } }

.product-flashSale {
  background: #000;
  color: #fff;
  padding: 10px 8px;
  border-radius: 20px;
  margin-bottom: 22px;
  width: 100%; }
  @media (min-width: 992px) {
    .product-flashSale {
      padding: 14px 13px; } }
  .product-flashSale__title {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    flex-shrink: 0; }
    @media (min-width: 390px) {
      .product-flashSale__title {
        font-size: 24px; } }
    @media (min-width: 1230px) {
      .product-flashSale__title {
        font-size: 38px; } }
  .product-flashSale label {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 0px 5px 0px 3px;
    line-height: 16px; }
    @media (min-width: 992px) {
      .product-flashSale label {
        margin: 0 16px 0px 5px; } }
  .product-flashSale .countdown-box_list {
    flex-shrink: 0; }

.countdown-box .time {
  display: inline-block;
  position: relative; }
  .countdown-box .time:not(:last-child) {
    margin-right: 6px; }
    .countdown-box .time:not(:last-child):after {
      content: ':';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -8px;
      font-size: 12px;
      color: #fff; }
  .countdown-box .time > div {
    width: 33px;
    height: 31px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    background: #fff;
    color: #000;
    border-radius: 5px; }
  .countdown-box .time.divide {
    position: relative; }

.product-detail-wrapper {
  padding: 30px 0 0; }

.product-detail-main {
  margin-bottom: 0px; }
  @media (min-width: 992px) {
    .product-detail-main {
      margin-bottom: 77px;
      align-items: flex-start; } }
  .product-detail-main .product-content-img {
    width: 100%; }
    @media (min-width: 992px) {
      .product-detail-main .product-content-img {
        width: 63.1%;
        position: sticky;
        top: 100px;
        z-index: 10; } }
    .product-detail-main .product-content-img .product-image-wrap {
      position: relative; }
      .product-detail-main .product-content-img .product-image-wrap .slick-arrow {
        border: none;
        outline: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
        border-radius: 50%;
        background: transparent; }
        .product-detail-main .product-content-img .product-image-wrap .slick-arrow.slick-disabled {
          pointer-events: none;
          cursor: default;
          opacity: 0.2; }
        .product-detail-main .product-content-img .product-image-wrap .slick-arrow.slick-prev {
          left: 10px; }
        .product-detail-main .product-content-img .product-image-wrap .slick-arrow.slick-next {
          right: 10px; }
        .product-detail-main .product-content-img .product-image-wrap .slick-arrow img {
          width: 24px;
          height: 24px; }
          @media (min-width: 992px) {
            .product-detail-main .product-content-img .product-image-wrap .slick-arrow img {
              width: 42px;
              height: 42px; } }
    .product-detail-main .product-content-img .product-image-detail {
      margin-bottom: 16px; }
      .product-detail-main .product-content-img .product-image-detail img, .product-detail-main .product-content-img .product-image-detail video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 800 / 800; }
        @media (min-width: 992px) {
          .product-detail-main .product-content-img .product-image-detail img, .product-detail-main .product-content-img .product-image-detail video {
            aspect-ratio: 880 / 800; } }
  .product-detail-main .product-gallery {
    display: flex;
    flex-wrap: wrap; }
    .product-detail-main .product-gallery .product-image-detail {
      width: 100%; }
    .product-detail-main .product-gallery .item {
      position: relative;
      overflow: hidden;
      border-radius: 14px; }
    @media (min-width: 992px) {
      .product-detail-main .product-gallery .product-gallery__thumbs-container {
        width: 100%; } }
  .product-detail-main .product-content-desc {
    width: 100%; }
    @media (max-width: 991px) {
      .product-detail-main .product-content-desc {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 0px; } }
    @media (min-width: 992px) {
      .product-detail-main .product-content-desc {
        width: 36.9%;
        padding-left: 3.75rem; } }
    .product-detail-main .product-content-desc .product-short-desc {
      font-size: 12px;
      margin-bottom: 0px;
      width: 100%;
      color: #888888; }
      @media (min-width: 992px) {
        .product-detail-main .product-content-desc .product-short-desc {
          font-size: 14px; } }
      @media (max-width: 991px) {
        .product-detail-main .product-content-desc .product-short-desc ol, .product-detail-main .product-content-desc .product-short-desc ul {
          padding-left: 20px; } }
  .product-detail-main .product-main-desc {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--site-border-color);
    margin-bottom: 25px; }
  .product-detail-main .product-main-accordion {
    margin-bottom: 25px; }
    .product-detail-main .product-main-accordion .accordion-item {
      padding-bottom: 16px;
      margin-bottom: 16px;
      border-bottom: 1px solid var(--site-border-color); }
      @media (min-width: 992px) {
        .product-detail-main .product-main-accordion .accordion-item {
          padding-bottom: 30px;
          margin-bottom: 25px; } }
  .product-detail-main .product-recommend__title {
    font-size: 14px;
    margin-bottom: 24px;
    text-transform: uppercase; }

.slick-dots-style2 .slick-dots {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 30; }

.product-desc-last .section_banner {
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .product-desc-last .section_banner {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .product-desc-last .section_banner.item-1 .section_banner__img img {
      object-fit: cover;
      aspect-ratio: 398 / 475;
      width: 100%;
      height: 100%; } }

.product-desc-last .section_banner__img {
  position: relative; }
  .product-desc-last .section_banner__img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); }
  .product-desc-last .section_banner__img video, .product-desc-last .section_banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 452/515; }

.accordion-trigger {
  font-size: 14px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .accordion-trigger svg {
    transition: transform .2s linear; }
  .accordion-trigger.open svg {
    transform: rotate(180deg); }

.accordion-trigger2 {
  font-size: 14px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .accordion-trigger2 svg {
    transition: transform .2s linear;
    transform: rotate(180deg); }
  .accordion-trigger2.open svg {
    transform: rotate(360deg); }

.accordion-content2 {
  font-size: 13px;
  line-height: 21px; }
  @media (min-width: 992px) {
    .accordion-content2 {
      font-size: 14px; } }

.accordion-content {
  display: none;
  font-size: 13px;
  line-height: 21px; }
  @media (min-width: 992px) {
    .accordion-content {
      font-size: 14px; } }

.pro-soldold {
  display: none; }

.product-title {
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .product-title {
      padding-bottom: 10px;
      border-bottom: 1px solid #000;
      margin-bottom: 35px; } }

.product-title h1 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: initial; }
  @media (min-width: 992px) {
    .product-title h1 {
      font-size: 18px;
      margin: 0 0 10px;
      padding-top: 50px; } }

#pro_sku {
  font-size: 12px;
  color: #a3a5a7; }

.hook-reviews {
  border-bottom: 1px dotted #dfe0e1;
  padding-bottom: 15px; }

.hook-reviews .rating {
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block; }

.hook-reviews .rating .rating {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1; }

.hook-reviews .rating .icon {
  display: inline-block; }

.hook-reviews .rating .icon::before {
  color: #d5d5d5;
  content: "\f005";
  font-family: "FontAwesome",sans-serif;
  font-size: 13px;
  font-style: normal; }

.hook-reviews .rating .icon.star-full::before {
  color: #ffae00; }

.number-rating {
  padding-left: 5px;
  font-size: 13px; }

.product-price span.pro-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 1; }
  @media (min-width: 992px) {
    .product-price span.pro-price {
      font-size: 38px; } }

.product-label {
  position: absolute;
  z-index: 10; }
  .product-label span {
    min-width: 91px;
    padding: 8px 12px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #efefef; }
    .product-label span + span {
      margin-top: 8px; }
  .product-label.left {
    top: 10px;
    left: 10px; }
  .product-label.right {
    top: 10px;
    right: 10px; }

.product-price span.pro-sale {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  background: #ededed;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #f94c43; }

.product-price del {
  font-size: 14px;
  color: #777a7b;
  padding-left: 10px;
  font-weight: 500; }

.selector-actions {
  width: 100%; }

.quantity-wrap strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px; }

.quantity-area {
  max-width: 133px;
  display: block;
  border: 1px solid #000;
  border-radius: 4px;
  overflow: hidden;
  position: relative; }

.quantity-area input#quantity {
  background: #fff;
  height: 40px;
  width: 100%;
  font-size: 14px;
  padding: 0;
  text-align: center;
  border: none;
  float: left;
  -webkit-appearance: none; }

.quantity-area .qty-btn {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  width: 36px;
  height: 40px;
  position: absolute;
  top: 0;
  background: transparent;
  border: transparent;
  text-align: center;
  border-radius: 0;
  border: none;
  background: none; }
  .quantity-area .qty-btn.qty-minus {
    left: 0; }
  .quantity-area .qty-btn.qty-plus {
    right: 0; }
  .quantity-area .qty-btn svg {
    vertical-align: middle; }

button.btn-addtocart {
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
  padding: 16px 35px;
  line-height: 22px;
  margin-bottom: 10px; }

button.btn-addtocart[disabled] {
  opacity: 0.8; }

.product-description {
  margin: 0px 0px 14px; }
  @media (min-width: 992px) {
    .product-description {
      margin: 0px 0 10px; } }
  .product-description table {
    border: none; }
    .product-description table tr td {
      padding: 8px 20px;
      border: none;
      border-bottom: 1px solid #ddd; }
      .product-description table tr td p {
        margin: 0; }
  .product-description .content-wrapper {
    position: relative; }
  .product-description button.btn-more {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%); }
  .product-description .content-inner {
    border-radius: 30px;
    border: 1px solid #000;
    padding: 25px 20px;
    max-height: 594px;
    overflow: hidden; }
    @media (min-width: 1230px) {
      .product-description .content-inner {
        padding: 44px; } }

.description-productdetail * {
  max-width: 100% !important; }

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

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

.description-productdetail ul ul {
  list-style-type: circle; }

.description-productdetail ul ul ul {
  list-style-type: square; }

.description-productdetail ul li, .description-productdetail ol li {
  margin: 5px 0; }

.product-gallery__thumb {
  margin: 0px 10px 0px 0px; }

.product-gallery__thumb.slick-current a {
  border-color: #000; }

.product-gallery__thumb a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent; }

.product-gallery__thumb a:after {
  content: '';
  display: block;
  padding-bottom: 100%; }

.product-gallery__thumbs img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  padding: 5px;
  border-radius: 5px; }

.product-gallery__thumb:last-child {
  margin-bottom: 0; }

.product-gallery__thumb:hover {
  border-color: #a3a5a7; }

.product-gallery__thumb img {
  cursor: pointer;
  background-color: #f7f7f8;
  width: 100%; }

.product-gallery__thumb.active img {
  opacity: .9;
  width: 100%; }

.product-gallery-item {
  text-align: center;
  margin-bottom: 10px; }

.product-full-img {
  text-align: center; }

.product-full-img .no_image {
  width: 50%; }

/* ------------------------ Style variant ------------------------ */
.product-image-detail ul {
  margin: 0; }

.selector-wrapper, .select {
  display: none; }

.swatch {
  width: 100%;
  float: left; }

.swatch .header {
  margin: 0 0 8px;
  font-size: 13px;
  text-align: left;
  line-height: initial; }

.swatch input {
  display: none; }

.swatch > label.tt-label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  text-transform: uppercase;
  width: 85px;
  text-align: right; }

.swatch .select-swap {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 14px; }

.swatch input {
  display: none; }

.swatch .swatch-element {
  position: relative;
  margin-bottom: 16px; }

.swatch .swatch-element label {
  display: block;
  margin: 0;
  background: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer; }

.swatch .swatch-element label > span {
  vertical-align: middle; }

.swatch .swatch-element label .swatch-cirlce {
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  padding: 2px; }

.swatch .swatch-element label .swatch-cirlce:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%; }

.swatch .swatch-element label.sd .swatch-cirlce:before {
  background: #000; }

.swatch .swatch-element.color.soldout label span {
  overflow: hidden;
  position: relative; }

.swatch .swatch-element.color.soldout label span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: url(//theme.hstatic.net/200000813543/1001261610/14/sold_out.png?v=2907) no-repeat;
  background-size: contain; }

.swatch .swatch-element.color label {
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 50%;
  border: none; }

.swatch .swatch-element.color span {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid #dfe0e1; }

.swatch .swatch-element.color label.sd {
  background: transparent;
  border: 1px solid #808284; }

.swatch .swatch-element.soldout:not(.color) label {
  overflow: hidden; }

.swatch .swatch-element.soldout:not(.color) label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: url(//theme.hstatic.net/200000813543/1001261610/14/sold_out.png?v=2907) no-repeat;
  background-size: contain; }

.product-swatch {
  margin-bottom: 30px; }
  .product-swatch__header {
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase; }

.select-item {
  position: relative;
  margin-bottom: 16px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer; }
  .select-item.active .swatch-circle:before {
    background: #000; }
  .select-item .price {
    font-weight: 600; }
  .select-item .org-price {
    color: #696969;
    font-weight: 500;
    text-decoration: line-through; }
    .select-item .org-price:after {
      content: '';
      display: inline-block;
      margin: 0px 5px 0px 9px;
      width: 4px;
      height: 4px;
      background: #D9D9D9;
      border-radius: 50%;
      vertical-align: middle; }
  .select-item .swatch-circle {
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    padding: 2px; }
    .select-item .swatch-circle:before {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      border-radius: 50%; }

label[for="product-select-option-0"] {
  display: none; }

label[for="product-select-option-1"] {
  display: none; }

label[for="product-select-option-2"] {
  display: none; }

#product-select-option-0 {
  display: none; }

#product-select-option-1 {
  display: none; }

#product-select-option-2 {
  display: none; }

#product-select-option-0 + .custom-style-select-box {
  display: none !important; }

#product-select-option-1 + .custom-style-select-box {
  display: none !important; }

#product-select-option-2 + .custom-style-select-box {
  display: none !important; }

@media (max-width: 767px) {
  .swatch .swatch-element.color {
    margin: 5px 8px 5px 0; } }

/* ------------------- Setting varian màu sắc -------------------- */
/* ------------------- Setting varian màu sắc -------------------- */
.color.swatch-element label.hong span {
  background: #ef5777 !important; }

.color.swatch-element label.vang span {
  background: #ffd32a !important; }

.color.swatch-element label.xam span {
  background: #d2dae2 !important; }

.color.swatch-element label.xanh span {
  background: #3c40c6 !important; }

.color.swatch-element label.xanh-la span {
  background: #0be881 !important; }

.color.swatch-element label.sen span {
  background: #f53b57 !important; }

.color.swatch-element label.xanh-bien span {
  background: #0fbcf9 !important; }

.color.swatch-element label.den span {
  background: #000000 !important; }

.color.swatch-element label.trang span {
  background: #ffffff !important; }

.color.swatch-element label.do span {
  background: #ff3f34 !important; }

.color.swatch-element label.tim span {
  background: #a55eea !important; }

.color.swatch-element label.pure-apple span {
  background: #6ab04c !important; }

.color.swatch-element label.blue span {
  background: #0c2461 !important; }

.color.swatch-element label.cam span {
  background: #fa8231 !important; }

.tag-wrapper label {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700; }

.tag-wrapper ul.tags {
  display: inline-block; }

.tag-wrapper ul.tags li {
  display: inline-block;
  list-style-type: none;
  margin-right: 3px; }

.tag-wrapper ul.tags li:after {
  content: ","; }

.product-image__button {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10; }

.product-sharing, .product-zoom, .gallery-index {
  position: absolute;
  z-index: 6; }

.product-sharing {
  display: none;
  height: auto;
  width: 26px;
  left: 10%;
  bottom: 50px;
  cursor: pointer;
  padding-bottom: 30px;
  -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.product-sharing .icon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px; }

.product-sharing a {
  width: 26px;
  position: absolute;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%); }

.product-sharing a:nth-child(2) {
  bottom: 30px;
  -ms-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear; }

.product-sharing a:nth-child(3) {
  bottom: 80px;
  -ms-transition: all 150ms linear 100ms;
  -webkit-transition: all 150ms linear 100ms;
  transition: all 150ms linear 100ms; }

.product-sharing a:nth-child(4) {
  bottom: 130px;
  -ms-transition: all 150ms linear 200ms;
  -webkit-transition: all 150ms linear 200ms;
  transition: all 150ms linear 200ms; }

.product-sharing a:nth-child(5) {
  bottom: 130px;
  -ms-transition: all 150ms linear 200ms;
  -webkit-transition: all 150ms linear 200ms;
  transition: all 150ms linear 200ms; }

.product-sharing a:nth-child(5) {
  bottom: 180px;
  -ms-transition: all 150ms linear 300ms;
  -webkit-transition: all 150ms linear 300ms;
  transition: all 150ms linear 300ms; }

.product-sharing:hover a {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible; }

.product-sharing a svg {
  fill: #000;
  width: 24px;
  height: 24px; }

.product-sharing a:hover svg {
  fill: #65d1e6; }

.product-zoom {
  width: 30px;
  height: 30px;
  overflow: visible;
  cursor: pointer;
  top: auto;
  bottom: 48px;
  right: 0;
  left: 0;
  margin: auto;
  -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), right 300ms cubic-bezier(0.39, 0.575, 0.565, 1); }

.product-zoom polyline, .product-sharing .icon svg {
  fill: #000; }

.product-zoom polyline {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transform-origin: center;
  -ms-transition: transform 150ms linear;
  -webkit-transition: transform 150ms linear;
  transition: transform 150ms linear; }

@media (min-width: 992px) {
  .product-zoom:hover polyline:nth-child(1) {
    -ms-transform: scale(0.9) translate3d(-2px, -2px, 0);
    -webkit-transform: scale(0.9) translate3d(-2px, -2px, 0);
    transform: scale(0.9) translate3d(-2px, -2px, 0); }
  .product-zoom:hover polyline:nth-child(2) {
    -ms-transform: scale(0.9) translate3d(2px, -2px, 0);
    -webkit-transform: scale(0.9) translate3d(2px, -2px, 0);
    transform: scale(0.9) translate3d(2px, -2px, 0); }
  .product-zoom:hover polyline:nth-child(3) {
    -ms-transform: scale(0.9) translate3d(2px, 2px, 0);
    -webkit-transform: scale(0.9) translate3d(2px, 2px, 0);
    transform: scale(0.9) translate3d(2px, 2px, 0); }
  .product-zoom:hover polyline:nth-child(4) {
    -ms-transform: scale(0.9) translate3d(-2px, 2px, 0);
    -webkit-transform: scale(0.9) translate3d(-2px, 2px, 0);
    transform: scale(0.9) translate3d(-2px, 2px, 0); } }

.gallery-index {
  display: none;
  bottom: 55px;
  width: 47px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  cursor: default;
  right: 10%;
  -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.icon-pr-fix {
  -ms-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; }

/* ------------------- Zoom product  ------------------------ */
#divzoom {
  position: fixed;
  display: none;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  width: 100vw;
  background: #fff; }

#divzoom #closedivZoom {
  position: absolute;
  z-index: 1000;
  border: 2px solid #333;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent; }

#divzoom #closedivZoom i:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #333;
  left: 20%;
  top: calc(50% - 3px);
  z-index: 1001;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#divzoom #closedivZoom i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #333;
  right: 30%;
  top: calc(50% - 3px);
  z-index: 1001;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#divzoom #closedivZoom i {
  position: relative;
  width: 40px;
  height: 40px;
  display: block; }

.divzoom_main {
  height: calc(100vh - 40px); }

.divzoom_main .product-thumb {
  height: 100%;
  width: 100%; }

.divzoom_main .product-thumb img {
  max-height: 100%; }

body.open_layer {
  overflow: hidden; }

.list-productRelated {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .list-productRelated {
      margin-bottom: 60px; } }
  @media (max-width: 400px) {
    .list-productRelated .wrapper-heading-home {
      padding-right: 72px; } }

.list-productRelated h2 {
  text-transform: uppercase;
  margin: 0px 0 0px; }

.description-productdetail table {
  min-width: initial !important; }

/* STYLE PRODUCT PAGE */
.pr_style_02 .product-image-detail {
  width: 100%;
  padding-left: 0px;
  position: relative; }

.pr_style_02 .product-gallery-item {
  margin-bottom: 10px; }

@media (min-width: 992px) {
  .pr_style_02 .product-gallery-item {
    width: 50%;
    padding-right: 5px;
    float: left; }
  .pr_style_02 .product-gallery-item:nth-of-type(2n) {
    padding-left: 5px;
    padding-right: 0; }
  .pr_style_02 .product-gallery-item:nth-of-type(2n+1) {
    clear: both; }
  .pr_style_03 .product-gallery__thumbs {
    position: initial;
    top: 0; }
  .pr_style_03 .product-content-desc {
    position: initial;
    top: 0; } }

.wrap-addcart {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .wrap-addcart {
      gap: 28px;
      margin-top: 42px; } }
  .wrap-addcart button img {
    vertical-align: top;
    margin-left: 5px; }
  @media (max-width: 991px) {
    .wrap-addcart button {
      width: 100%; } }
  @media (min-width: 992px) {
    .wrap-addcart button:first-child {
      flex-grow: 1; } }

/*--------------------------------------------------------------------------------
COLLECTION 
--------------------------------------------------------------------------------*/
.wrap-collection-title .heading-collection {
  margin: 25px 0; }

.wrap-collection-title .heading-collection h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0; }

.alert-no p, .alert-no-filter p {
  margin: 10px 0 20px; }

@media (max-width: 991px) {
  .wrap-filter .sidebar-wrap {
    display: flex;
    align-items: center;
    gap: 23px; } }

@media (max-width: 991px) {
  .wrap-filter .sidebar-wrap .group-menu {
    min-width: 109px; } }

@media (min-width: 992px) {
  .group-menu + .group-menu {
    margin-top: 45px; } }

/* ---------------------------  MENU CATEGORY  --------------------------- */
.tree-menu li {
  margin-bottom: 3px; }

.tree-menu li .link-count {
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 300;
  vertical-align: middle;
  transform: translateY(7px); }

.tree-menu li a {
  color: #666;
  font-size: 12px; }

.tree-menu > li > a {
  color: #000;
  font-weight: 500;
  letter-spacing: 1px; }

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

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

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

.tree-menu li a .icon-control {
  font-size: 8px;
  position: relative;
  top: -2px; }

/* ---------------------------  FILTER  --------------------------- */
.content-filter .option {
  margin-top: 30px; }

.option .lb-filter {
  display: block;
  font-weight: 500;
  margin: 0; }

.custom-dropdown {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0px; }

.custom-dropdown::after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 13px;
  color: #000;
  opacity: .42;
  display: block;
  position: absolute;
  top: 10px;
  right: 17px; }

.option .custom-dropdown .custom-dropdown__select {
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 0 30px 0 0;
  border-color: transparent;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-indent: 1px;
  margin-left: 2px;
  background: transparent; }

.option .custom-dropdown {
  width: 100%; }

.option .custom-dropdown::after {
  content: "";
  width: 12px;
  height: 7px;
  background: url(//theme.hstatic.net/200000813543/1001261610/14/down-arrow.svg?v=2907) no-repeat center center;
  background-size: 100%;
  font-size: 14px;
  color: #000;
  display: block;
  position: absolute;
  top: 7px;
  right: 2px; }

.option .option-children:not(:first-child) {
  margin-bottom: 30px; }

.option select option {
  background: #fff; }

.option.browse-tags .lb-filter {
  display: inline-block; }

.option.browse-tags .custom-dropdown {
  width: auto;
  float: right; }

.left-module {
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .left-module {
      overflow: hidden;
      margin-bottom: 0; } }

.block .title_block {
  display: block;
  font-size: 18px;
  margin: 0px 0px 16px;
  font-weight: 500;
  line-height: 1; }
  @media (max-width: 991px) {
    .block .title_block {
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
      font-size: 8px;
      margin: 0;
      padding: 10px 25px 10px 8px;
      border-radius: 10px var(--site-border-radius);
      border: 1px solid var(--site-border-color);
      position: relative; }
      .block .title_block span {
        display: none; }
      .block .title_block .mb-chevron {
        position: absolute;
        right: 6px;
        top: 4px; } }

.layered .layered_subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0 10px;
  cursor: pointer;
  position: relative; }

.layered .layered_subtitle span {
  font-weight: 600;
  font-size: 13px; }

.layered span.icon-control {
  position: relative;
  top: -2px;
  left: 5px;
  font-size: 8px; }

.group-filter[aria-expanded=false] .dropdown-filter .icon-control i:before {
  content: "\f067"; }

.group-filter[aria-expanded=false] .layered-content {
  display: none;
  height: 0; }

.group-filter[aria-expanded=true] .layered-content {
  height: auto; }

.group-filter .layered-content {
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.check-box-list {
  margin: 0 0 10px; }

.check-box-list li {
  line-height: 20px;
  font-size: 12px; }

.check-box-list label {
  display: inline-block;
  cursor: pointer;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 0;
  color: #000; }

.check-box-list li:hover label {
  color: #000; }

.check-box-list input[type="checkbox"] {
  display: none; }

.filter-price li {
  font-size: 14px;
  margin-bottom: 5px; }

.filter-price li:last-child {
  margin-bottom: 0; }

.filter-price li span {
  font-size: 12px; }

.filter-color ul {
  padding: 0;
  margin: 0;
  overflow: hidden; }

.filter-color li {
  display: inline;
  margin: 0 10px 10px 0;
  line-height: normal;
  float: left; }

.filter-color li label {
  border: 1px solid #eaeaea;
  width: 25px;
  height: 25px;
  border-radius: 0;
  float: left;
  position: relative;
  background-size: contain; }

.filter-color li input[type="checkbox"]:checked + label:before {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  border-width: 0 0 2px 2px !important;
  height: 5px;
  width: 9px;
  z-index: 99;
  border: solid #fff;
  margin: 7px 0 0 7px; }

.filter-size li {
  text-align: center;
  margin-right: -1px;
  margin-bottom: -1px;
  float: left; }

.filter-size li label {
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: relative;
  border: 1px solid #e5e5e5; }

.filter-size li input[type="checkbox"]:checked + label, .size-filter li:hover label {
  background-color: #111;
  color: #fff;
  border: 1px solid #111; }

.block .block_content {
  overflow-y: auto;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    .block .block_content {
      display: none;
      position: absolute;
      top: calc(100% - 25px);
      z-index: 9999999;
      left: 0;
      background: #fff;
      padding: 10px;
      width: 100%;
      border: 1px solid #eee; } }

.bl-filter [type="checkbox"]:not(:checked),
.bl-filter [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.bl-filter [type="checkbox"]:not(:checked) + label,
.bl-filter [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer; }

.bl-filter [type="checkbox"]:not(:checked) + label:before,
.bl-filter [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 2px; }

.bl-filter [type="checkbox"]:checked + label:before {
  border: 1px solid #000; }

.bl-filter [type="checkbox"]:not(:checked) + label:after,
.bl-filter [type="checkbox"]:checked + label:after {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  border-width: 0 0 2px 2px !important;
  height: 4px;
  width: 7px;
  border: solid #111;
  margin: 9px 0 0 4px;
  left: 0;
  top: -3px;
  transition: all .2s; }

.bl-filter [type="checkbox"]:not(:checked) + label:after {
  opacity: 0; }

.bl-filter [type="checkbox"]:checked + label:after {
  opacity: 1; }

.bl-filter label:hover:before {
  border: 1px solid #000 !important; }

/*--------------------------------------------------------------------------------
BLOG - ARTICLE
--------------------------------------------------------------------------------*/
.list-article-content .news-content {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

.blog-posts .blog-loop {
  margin-bottom: 25px; }

.blog-posts .blog-loop:nth-of-type(3n+1) {
  clear: both; }

.blog-posts .blog-post .blog-post-thumbnail {
  display: block;
  overflow: hidden; }

.blog-posts .blog-post .blog-post-thumbnail img {
  -webkit-transition: all 1s ease-in-out 0s;
  -khtml-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.blog-posts .blog-post .blog-post-thumbnail:hover img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.blog-posts .blog-post .blog-post-title {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0; }

.blog-posts .blog-post .blog-post-meta {
  margin-bottom: 15px;
  color: #999; }

.blog-posts .blog-post .blog-post-meta > span:after {
  content: '/';
  padding-left: 4px; }

.blog-posts .blog-post .blog-post-meta > span:last-child:after {
  content: ''; }

.blog-posts .blog-post .blog-post-meta a {
  color: #999; }

.blog-posts .blog-post .blog-post-meta a:hover {
  color: #000000; }

/* article */
.box-article-heading {
  margin: 0px 0px 0; }
  @media (min-width: 992px) {
    .box-article-heading {
      margin: 0px 0 30px; } }

.box-article-heading h1 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700; }
  @media (min-width: 992px) {
    .box-article-heading h1 {
      font-size: 40px;
      margin-bottom: 10px; } }

.box-article-heading .header-page {
  z-index: 9; }

.box-article-heading .header-page:after {
  background: #000; }

@media (max-width: 991px) {
  ul.article-info-more {
    margin-bottom: 13px; } }

ul.article-info-more li {
  color: #9A9A9A;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }
  @media (min-width: 992px) {
    ul.article-info-more li {
      font-size: 16px; } }

ul.article-info-more li i {
  margin-right: 5px; }

.meta-tags .tags-title {
  font-weight: 500; }

.meta-tags a.tag {
  opacity: 0.8;
  font-style: italic;
  font-size: 14px; }

.meta-tags a.tag:after {
  content: ",";
  margin: 1px; }

.post-navigation {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 600; }

.post-navigation .right {
  float: right; }

.post-navigation .left {
  float: left; }

.article-back {
  text-align: center;
  margin: 50px 0; }
  .article-back svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 15px; }
  .article-back:hover svg {
    margin-right: 18px; }

.article-pages, .meta-tags, .article-comment .comment_form, .post-navigation {
  margin-bottom: 30px; }

.article-pages * {
  max-width: 100% !important; }

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

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

.article-pages ul ul {
  list-style-type: circle; }

.article-pages ul ul ul {
  list-style-type: square; }

.article-comment .title-bl h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px; }

.article-comment .title-bl h2:after {
  content: "";
  display: block;
  margin-top: 25px;
  width: 30px;
  height: 3px;
  background: #252a2b; }

.article-comment .comment_form .form-group input, .article-comment .comment_form .form-group textarea {
  box-shadow: none;
  background: #ededed;
  color: #000;
  border: 0;
  border-radius: 0; }

.article-comment .comment_form .form-group input {
  padding: 0 20px;
  height: 55px; }

.article-comment .comment_form .form-group textarea {
  padding: 20px;
  resize: none; }

.article-comment .comment_form button.btn-rb {
  background: #000;
  border: 0;
  height: 55px;
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px; }

.article-comment .comment_form button.btn-rb:hover {
  background: #65d1e6; }

#article h3.author {
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize; }

#binhluan .date {
  float: right;
  color: #333333;
  font-size: 12px; }

#binhluan .comment-user {
  padding: 25px 0;
  border-bottom: 1px solid #ededed; }

/*Sidebar Blog*/
.news-latest, .menu-blog {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec; }

.sidebarblog-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: center; }

.sidebarblog-title h2 span {
  display: none; }

.list-news-latest .item-article {
  border-bottom: 1px #efefef dotted;
  padding: 15px 0;
  margin: 0; }

.list-news-latest .item-article:last-child {
  border-bottom: none; }

.list-news-latest .item-article .post-image {
  width: 30%;
  float: left;
  position: relative; }

.list-news-latest .item-article .post-content {
  width: 70%;
  float: left;
  padding-left: 10px; }

.list-news-latest .item-article .post-content h3 {
  margin: 0 0 5px;
  font-size: 14px; }

.list-news-latest .item-article .post-content span.author {
  font-size: 12px; }

/*--------------------------------------------------------------------------------
ABOUT - CONTACT
--------------------------------------------------------------------------------*/
.page-contact main {
  min-height: 85vh; }

.page-wrapper ul, .page-wrapper ol {
  margin-bottom: 15px;
  padding-left: 40px; }

.page-wrapper ul {
  list-style-type: initial; }

.header-page-contact h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0px 0; }

.header-page-contact:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 30px;
  background: #252a2b;
  margin-bottom: 50px; }

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

.box-info-contact li p {
  margin-bottom: 0;
  color: #666;
  font-weight: 500; }

.box-info-contact li p strong {
  font-weight: 600;
  color: #000; }

.box-send-contact h2 {
  font-weight: 700;
  font-size: 25px;
  margin: 40px 0 35px; }

.box-send-contact h2:after {
  content: "";
  display: block;
  margin-top: 25px;
  width: 30px;
  height: 3px;
  background: #252a2b; }

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

.contact-form .input-group input,
.contact-form .input-group textarea {
  border: 1px solid #000;
  box-shadow: none;
  height: 45px;
  font-weight: 500;
  padding: 0 20px;
  background: #fff;
  border-radius: 30px !important;
  color: #000;
  width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

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

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

.box-send-contact button {
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase; }

.wrapbox-content-page-contact {
  padding: 50px; }

.wrapbox-content-page {
  padding-bottom: 30px; }

.sidebar-page .group-menu {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec; }

.sidebar-page .page_menu_title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: center; }

.sidebar-page .box_image {
  margin-bottom: 30px; }

.box_image .banner {
  position: relative;
  overflow: hidden; }

.box_image .banner img {
  width: 100%;
  -webkit-transition: all 1s ease-in-out 0s;
  -khtml-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.box_image .banner:hover img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

/* --------------------------------------------------------------------------------
CART PAGE
-------------------------------------------------------------------------------- */
.wrapper-cart-detail {
  padding: 35px 0 50px; }

.layoutPage-cart .heading-page {
  position: relative;
  text-align: center;
  padding: 0 0 30px 0; }

.layoutPage-cart .heading-page:after {
  content: "";
  background: #252a2b;
  display: block;
  width: 60px;
  height: 4px;
  margin: 25px auto 0; }

.layoutPage-cart .heading-page h1 {
  font-size: 30px;
  margin: 0 0 10px; }

.layoutPage-cart .heading-page .count-cart span {
  font-weight: 500; }

.layoutPage-cart .cart-empty {
  font-size: 20px;
  margin: 30px 0; }

table.table-cart {
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed; }

table.table-cart thead {
  display: none; }

table.table-cart tr td {
  padding: 20px 0;
  border-top: 1px solid #ededed;
  vertical-align: top; }

table.table-cart tr:first-child td {
  border-top: 0; }

table.table-cart tr td.image {
  text-align: center;
  width: 110px; }

table.table-cart tr td.image img {
  max-width: 100px; }

table.table-cart tr td.item {
  padding-left: 15px; }

table.table-cart tr td.item h3 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  padding-right: 30px; }

table.table-cart tr td.item p {
  margin-bottom: 5px; }

table.table-cart tr td.item p .pri {
  font-weight: 500; }

table.table-cart tr td.item p del {
  font-size: 12px; }

table.table-cart tr td.item .price {
  margin: 0;
  float: right; }

table.table-cart tr td.item .price span.text {
  display: none; }

table.table-cart tr td.item .price span {
  font-size: 16px;
  padding-right: 0;
  font-weight: 600; }

table.table-cart tr td.item .variant {
  margin-bottom: 5px; }

table.table-cart tr td.remove {
  text-align: right; }

.qty-click input.item-quantity {
  font-weight: 500;
  font-size: 15px;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 35px;
  background: #ededed;
  border: 1px solid #dadbdd;
  border-radius: 0;
  float: left;
  -webkit-appearance: none; }

.qty-click {
  float: left; }

.qty-click button.qty-btn {
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #abafb2;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 25px;
  border: 1px solid #dadbdd;
  border-radius: 0;
  float: left;
  -webkit-appearance: none; }

.qty-click button.qtyplus.qty-btn {
  border-left: none; }

.qty-click button.qtyminus.qty-btn {
  border-right: none; }

.qty-click button.qty-btn:focus {
  outline: none; }

.checkout-note textarea {
  border-radius: 0;
  background: #ededed;
  color: #000;
  font-size: 15px;
  padding: 20px 15px;
  outline: none;
  width: 100% !important;
  min-height: 130px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 150ms linear;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none; }

.cart-buttons a, .cart-buttons .btn-checkout, .cart-buttons .btn-update {
  display: inline-block;
  vertical-align: top;
  padding: 19px 20px; }

.cart-buttons .link-continue {
  margin-left: 0; }

.link-continue {
  margin: 10px 0 0;
  text-align: center; }

.link-continue a {
  color: #000; }

.link-continue a i {
  margin-right: 4px; }

.sidebox-order {
  background: #fff;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #e1e3e4;
  border-radius: 2px; }

.sidebox-order div[class^="sidebox-order_"] {
  margin-bottom: 15px; }

.sidebox-order div[class^="sidebox-order_"]:last-child {
  margin-bottom: 0px; }

.sidebox-order_title h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0; }

.sidebox-order_total {
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 600;
  padding: 15px 0;
  border-top: 1px dotted #dfe0e1;
  border-bottom: 1px dotted #dfe0e1; }

.sidebox-order_total p {
  margin: 0; }

.sidebox-order_total p .total-price {
  float: right;
  color: red;
  font-size: 24px; }

.sidebox-order_action .btncart-checkout {
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 20px; }

.sidebox-order_action .btncart-checkout:before {
  background-color: #e00707; }

.sidebox-group h4 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #666666; }

.sidebox-policy ul li {
  display: block;
  line-height: 25px;
  position: relative;
  padding-left: 20px;
  overflow: hidden; }

.sidebox-policy ul li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f178";
  font-size: 10px;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s; }

/*---------------------------------------------------------------------------------
PAGINATION - 404 - SEARCH PAGE 
-------------------------------------------------------------------------------- */
.breadcrumb-shop {
  background: none;
  margin: 15px 0px 20px; }
  @media (min-width: 992px) {
    .breadcrumb-shop {
      margin-bottom: 40px;
      margin-top: 40px; } }

.breadcrumb-shop .breadcrumb-arrows {
  background: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0; }

.breadcrumb-shop .breadcrumb-arrows li {
  font-size: 16px;
  font-weight: 500; }

.breadcrumb > li + li:before {
  color: #000; }

.breadcrumb > .active {
  color: #9A9A9A; }

#pagination .page-node, #pagination .next, #pagination .prev {
  display: inline-block;
  margin: 30px 8px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.4; }

#pagination .next {
  margin-left: 30px; }

#pagination .prev {
  margin-right: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

#pagination .page-node.current, #pagination .page-node:hover, #pagination .next:hover, #pagination .prev:hover {
  opacity: 1; }

.pageNot {
  min-height: 80vh; }

.content-pagenot h1 {
  font-weight: 700;
  font-size: 40px; }

.content-pagenot p.subtext {
  font-weight: 500;
  opacity: 0.66; }

.content-pagenot:after {
  content: "";
  display: block;
  background: #252a2b;
  width: 80px;
  height: 4px;
  margin: 50px auto 0; }

.content-pagenot a {
  font-weight: 500;
  font-size: 16px;
  margin: 30px 0 0;
  display: block; }

.searchPage .heading-page {
  position: relative;
  text-align: center;
  padding: 0 0 30px 0; }

.searchPage .heading-page:after {
  content: "";
  background: #252a2b;
  display: block;
  width: 60px;
  height: 4px;
  margin: 25px auto 0; }

.searchPage .heading-page h1 {
  font-size: 30px;
  margin: 0 0 10px; }

.wrapbox-content-search {
  padding-bottom: 30px; }

.searchPage .subtxt {
  opacity: .66;
  margin-top: 15px; }

.search-field {
  width: 60%;
  display: block;
  margin: auto; }

input#go {
  width: 55px;
  height: 55px;
  float: right;
  background: url(//theme.hstatic.net/200000813543/1001261610/14/iconsearch.png?v=2907) #252a2b center no-repeat;
  margin: 0px;
  position: relative;
  top: 0;
  border-radius: 0;
  font-size: 0;
  border: 0; }

#search .search_box {
  width: calc(100% - 55px);
  outline: none;
  height: 55px;
  padding: 0 20px;
  background: #ededed;
  border: 0;
  box-shadow: none; }

.expanded-message .message-txt {
  width: 100%;
  padding-top: 25px;
  text-align: center; }

.expanded-message .message-txt p {
  margin: 0;
  font-size: 14px;
  font-weight: 400; }

.expanded-message h2 {
  font-weight: 600;
  font-size: 22px; }

.expanded-message .subtext {
  margin-bottom: 40px;
  display: block; }

.search-item {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  float: left; }

.search-item .thumb-image {
  display: block;
  width: 80px;
  position: relative;
  overflow: hidden;
  float: left; }

.search-item .thumb-image img {
  vertical-align: middle;
  -webkit-transition: transform 250ms linear;
  -moz-transition: transform 250ms linear;
  -o-transition: transform 250ms linear;
  transition: transform 250ms linear; }

.search-item .thumb-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: opacity 250ms linear;
  opacity: 0;
  content: ""; }

.search-item .content {
  float: left;
  padding-left: 35px;
  width: calc(100% - 80px); }

.search-item .content .title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  display: block; }

.search-item .content .caption {
  opacity: .66;
  display: block;
  margin-top: 5px;
  font-size: 14px; }

.search-item .content .caption del {
  font-size: 13px;
  margin-left: 15px;
  opacity: 0.5; }

.subtext-result {
  margin-bottom: 30px; }

.search-item:hover .thumb-image:after {
  opacity: 1; }

/*--------------------------------------------------------------------------------
ACCOUNT
--------------------------------------------------------------------------------*/
.wrapbox-heading-account {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.wrapbox-heading-account .header-page {
  position: relative; }

.wrapbox-heading-account .header-page:after {
  content: "";
  background: #000;
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 70px; }

.wrapbox-heading-account .header-page h1 {
  font-size: 54px;
  font-weight: 700;
  margin: 0px 0;
  line-height: initial; }

.wrapbox-heading-account .header-page p {
  font-size: 14px;
  opacity: .66;
  margin: 20px 0 0 0;
  position: relative; }

.wrapbox-heading-account .header-page p span {
  font-weight: 600; }

.userbox h2 {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 600; }

.large_form {
  margin-bottom: 30px; }

.large_form.large_form-mr10 {
  margin-bottom: 10px; }

.icon-field {
  display: none; }

.userbox input[type=email], .userbox input[type=password], .userbox input[type=text] {
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  background: #ededed;
  color: #000;
  padding: 0 20px;
  font-weight: 500;
  -webkit-appearance: none; }

.userbox input[type=email]:focus, .userbox input[type=password]:focus,
.userbox input[type=text]:focus {
  background: #fff;
  border-color: #ededed; }

.action_account_custommer .action_bottom, .action_account_custommer .req_pass {
  display: inline-block;
  vertical-align: middle; }

.action_account_custommer .req_pass {
  margin-left: 20px; }

.userbox .action_bottom {
  padding: 0; }

.userbox .action_bottom .btn {
  display: inline-block;
  border-radius: 0;
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent; }

.req_pass {
  color: #959898;
  font-weight: 500; }

.come-back {
  margin-top: 35px;
  display: block;
  font-weight: 500; }

.come-back i {
  margin-right: 20px; }

.userbox .errors a {
  color: red; }

@-moz-keyframes ripple {
  5%, 100% {
    opacity: 0; }
  5% {
    opacity: 1; } }

@-webkit-keyframes ripple {
  5%, 100% {
    opacity: 0; }
  5% {
    opacity: 1; } }

@keyframes ripple {
  5%, 100% {
    opacity: 0; }
  5% {
    opacity: 1; } }

#form-gender input[type="radio"] {
  display: none; }

#form-gender input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  margin: 0 20px 0 0; }

#form-gender input[type="radio"] + label:before, input[type="radio"] + label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#form-gender input[type="radio"] + label:before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #000;
  -moz-box-shadow: inset 0 0 0 18px #efefef;
  -webkit-box-shadow: inset 0 0 0 18px #efefef;
  box-shadow: inset 0 0 0 18px #efefef; }

#form-gender input[type="radio"] + label:after {
  top: 49%;
  left: 9px;
  width: 54px;
  height: 54px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0); }

#form-gender input[type="radio"]:checked + label:before {
  -moz-box-shadow: inset 0 0 0 4px #efefef;
  -webkit-box-shadow: inset 0 0 0 4px #efefef;
  box-shadow: inset 0 0 0 4px #efefef; }

#form-gender input[type="radio"]:checked + label:after {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-animation: ripple 1s none;
  -webkit-animation: ripple 1s none;
  animation: ripple 1s none; }

/* --------------------- order ---- account -- address -----------------------  */
.layout-info-account {
  padding: 50px 0px 90px; }

.title-infor-account {
  display: none;
  padding: 30px 15px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 60px; }

.title-infor-account h1 {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  text-align: center; }

.title-infor-account h1:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 50px auto 0;
  background: #252a2b; }

.title-detail {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 1px solid #ededed;
  padding-bottom: 8px; }

.sb-title:after {
  content: "";
  display: block;
  margin-top: 25px;
  width: 30px;
  height: 3px;
  background: #252a2b; }

.name_account {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  margin: 10px 0 5px; }

#customer_sidebar p {
  margin-bottom: 0;
  font-size: 14px; }

.customer-table-wrap {
  background: #f7f7f7;
  padding: 10px; }

.customer-table-bg {
  background: #fff;
  padding: 10px; }

.customer-table-bg p {
  margin: 0; }

#customer_orders table thead th, #order_details tr th {
  font-weight: 600;
  font-size: 14px; }

#customer_orders table tr a {
  font-weight: 500;
  float: left;
  width: 85%;
  margin-left: 3px;
  line-height: 20px;
  opacity: 0.66; }

#customer_orders table, #order_details {
  width: 100%;
  background: #fff; }

#customer_orders table tr, #order_details tr {
  height: 25px;
  line-height: 30px; }

#customer_orders table tr.odd, #order_details tr {
  background: #fff; }

#customer_orders table tr td, #order_details tr td {
  vertical-align: middle;
  border-top: none;
  font-size: 14px; }

#order_details tr td {
  line-height: 21px; }

#order_details tr td a, #order_details b {
  font-weight: 500; }

#order_details tr td.total b {
  font-weight: 600; }

#order_details tr td.total, #order_details tr th.total {
  padding-right: 8px; }

#order_details tr.order_border {
  border-top: 1px solid #ededed; }

#order_details tr td.order-image {
  width: 70px; }

#order_details tr td.order-image a {
  display: block;
  width: 60px;
  border: 1px solid #f7f7f7; }

a#view_address {
  font-weight: 500;
  opacity: 0.8; }

#customer_orders, #order_payment, #order_shipping {
  margin-bottom: 30px;
  margin-top: 30px; }

.customer-table-bg .table > tbody > tr > th {
  border-top: none; }

.detail-table-order {
  margin-top: 30px; }

.name-order {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase; }

.order_section_title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 10px 0px;
  position: relative;
  text-transform: uppercase; }

.order_date {
  font-weight: normal;
  font-size: 14px;
  text-transform: none; }

.text_status {
  font-weight: 500; }

.address p {
  margin-bottom: 5px; }

.account-order .address {
  margin: 0px 0px 30px;
  padding: 10px;
  background-color: #fbfbfb; }

span.variant_acc {
  font-size: 13px;
  opacity: 0.8; }

.alert-info {
  border-radius: 0;
  margin-bottom: 0; }

.address_title {
  margin-bottom: 0;
  font-size: 16px;
  padding: 10px 70px 10px 10px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  position: relative; }

.address_table {
  margin-bottom: 10px;
  border-top: 0px solid #ddd;
  background: #fafafa;
  padding: 15px; }

.address_title h3 {
  margin: 0;
  font-size: 14px; }

.account-address .note {
  border: none;
  padding: 0; }

p.address_actions.text-right {
  margin: 7px 5px 0px 0;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0; }

.action_link a {
  text-transform: uppercase;
  font-size: 15px; }

span.action_link {
  padding: 5px; }

.view_address p > b {
  font-weight: 500;
  font-size: 14px; }

.view_address p {
  margin: 5px 0;
  line-height: 15px;
  font-size: 14px; }

.add-new-address {
  padding-bottom: 10px;
  display: inline-block;
  padding: 10px;
  background: #000;
  color: #fff !important;
  text-transform: uppercase; }

.add-new-address:focus {
  color: #fff; }

.account-address .input-group-addon {
  display: none; }

.input-group {
  margin: 15px 0px; }

.input-group .input-group-addon {
  padding: 6px 10px;
  border-radius: 0;
  color: #DAD9D9;
  background-color: #ebebeb;
  border-color: #ebebeb; }

.input-group .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ebebeb; }

.icon-user:after {
  content: url(//hstatic.net/0/0/global/design/theme-default/userico.png); }

.icon-envelope:after {
  content: url(//hstatic.net/0/0/global/design/theme-default/email.png); }

.icon-shield:after {
  content: url(//hstatic.net/0/0/global/design/theme-default/pass.png); }

.layout-info-account .action_bottom .btn {
  height: 35px;
  line-height: 35px;
  outline: 0;
  margin-right: 5px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 30px;
  border: 0;
  background: #000;
  color: #fff;
  display: inline-block;
  border-radius: 0; }

.AccountTitle {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative; }

.AccountList ul > li {
  margin-bottom: 20px; }

.AccountList ul > li > a svg {
  vertical-align: middle;
  margin-right: 6px; }

.AccountList ul > li > a {
  display: block;
  position: relative;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border: 1px solid var(--site-border-color); }

.AccountList ul > li.current > a {
  background: #000;
  color: #fff; }

@media (min-width: 992px) {
  .sidebar-account {
    padding: 0; } }

@media (min-width: 992px) {
  .account-right {
    padding-left: 24px;
    border-left: 1px solid var(--site-border-color); } }

#order_cancelled {
  margin-bottom: 15px; }

#order_cancelled h5 {
  margin: 0; }

/** footer new **/
.title-menu {
  margin: 0px 0px 17px;
  font-weight: 500;
  font-stretch: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #000; }

@media (max-width: 991px) {
  .title-menu {
    margin-top: 16px;
    margin-bottom: .5rem; } }

.single-contact {
  display: flex;
  align-items: baseline;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.3; }

.single-contact .fa, .single-contact .fas {
  color: var(--primary-color);
  margin-right: 5px;
  width: 20px;
  flex: 0 0 20px; }

footer {
  background: var(--footer-bg); }

footer .logo-wrapper {
  margin-bottom: 16px; }

.mid-footer {
  color: var(--footer-color);
  font-size: 15px;
  padding-bottom: 40px; }

@media (max-width: 991px) {
  .mid-footer {
    padding-top: 30px; } }

.mid-footer .footer-click {
  padding-left: 15px;
  padding-right: 15px; }

.mid-footer .title-menu .fa {
  transition: transform .3s ease-out; }

.mid-footer .title-menu.open_ .fa {
  transform: rotate(180deg); }

.mid-footer .link {
  color: var(--footer-color); }

.mid-footer .link .fa {
  font-size: 10px; }

.mid-footer .link:hover {
  filter: brightness(1.2); }

.mid-footer .list-menu {
  list-style: none;
  padding: 0px; }

.mid-footer .list-menu li + li {
  margin-top: 10px; }

.mid-footer .single-contact .fa, .mid-footer .single-contact .fas {
  color: var(--footer-color); }

.mid-footer div[class*=col-] {
  border-top: none;
  border-bottom: none; }

.mid-footer div[class*=col-]:last-child {
  border-right: none; }

@media (min-width: 1200px) {
  .mid-footer .footer-block {
    padding: 80px 0;
    padding-bottom: 40px; } }

.mid-footer .footer-block .footer-title {
  font-size: 16px;
  margin-bottom: 16px;
  color: inherit;
  font-weight: bold;
  text-transform: uppercase; }

.follow_option a.link {
  display: flex;
  padding: 5px 3px;
  gap: 15px;
  height: 45px;
  line-height: 33px;
  border-radius: 6px;
  align-items: center; }

.follow_option > li + li {
  margin-left: 15px; }

@media (max-width: 767px) {
  .mid-footer .list-menu.toggle-mn {
    display: none; } }

.form_newsletter_customer .input-group .input-group-field {
  background: #fff;
  width: 100%;
  padding: 0px 98px 0px 10px;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 30px; }
  .form_newsletter_customer .input-group .input-group-field:focus {
    z-index: 1; }

.form_newsletter_customer .input-group .button_subscribe {
  position: absolute;
  top: 4px;
  right: 8px;
  background: #000;
  color: #fff;
  padding: 8px 20px 7px;
  border-radius: 30px; }

/** end footer **/
/*---------------------- Sroll to Top -------------------*/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 99; }

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.back-to-top .btt-label-back {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  -webkit-transform: rotate(-90deg) translateX(50%) translateY(50%);
  -moz-transform: rotate(-90deg) translateX(50%) translateY(50%);
  transform: rotate(-90deg) translateX(50%) translateY(50%); }

.back-to-top .btt-icon-back {
  position: absolute;
  bottom: 250%;
  left: 80%;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0, 0.95, 0.77, 1);
  transition: transform 0.45s cubic-bezier(0, 0.95, 0.77, 1);
  will-change: transform; }

/*----------------------------------------------------------------------------------
MAIN SIDEBAR
----------------------------------------------------------------------------------*/
/* - Mini box Account - */
.header-dropdown_content .site_account {
  text-align: center; }

.site_account .site_account_panel_list .site_account_inner {
  font-size: 12px; }

.site_account .site_account_panel_list .site_account_header .site_account_title {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase; }

.site_account .site_account_panel_list .site_account_inner form .form__input-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 12px; }

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

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

.site_account .site_account_panel_list .site_account_inner form .form__input-wrapper .form__field:focus + .form__floating-label,
.site_account .site_account_panel_list .site_account_inner form .form__input-wrapper .form__field.is-filled + .form__floating-label {
  -webkit-transform: translateY(-6px) scale(0.8);
  transform: translateY(-6px) scale(0.8); }

.site_account .site_account_panel_list .site_account_inner form .form__submit {
  width: 100%;
  outline: none;
  padding: 0px 28px;
  height: 42px;
  line-height: 42px; }

.site_account .site_account_panel_list .site_account_inner .site_account_secondary-action {
  margin-top: 16px;
  font-size: 12px; }

.site_account .site_account_panel_list .site_account_inner .site_account_secondary-action > p {
  margin-bottom: 4px; }

.site_account .site_account_panel_list .site_account_inner .site_account_secondary-action > p .link {
  color: #000;
  transition: color 0.2s ease-in-out;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none; }

.site_account .site_account_panel_list {
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: height 0.2s ease-in-out; }

.site_account .site_account_panel_list .site_account_info {
  text-align: left;
  font-size: 14px; }

.site_account .site_account_panel_list .site_account_info .site_account_header {
  text-align: center;
  border-bottom: 1px solid #ededed;
  padding: 0 0 10px;
  margin-bottom: 12px; }

.site_account .site_account_panel_list .site_account_info .site_account_header .site_account_title {
  margin-bottom: 0; }

.site_account .site_account_panel_list .site_account_info ul {
  margin: 0; }

.site_account .site_account_panel_list .site_account_info li span {
  font-size: 15px;
  color: #282c2d;
  font-weight: 500; }

.site_account .site_account_panel_list .site_account_info li {
  padding: 0 4px;
  margin-bottom: 10px; }

.site_account .site_account_panel_list .site_account_info li a:hover {
  color: #000; }

.site_account .site_account_panel_list .site_account_panel {
  width: 100%;
  visibility: hidden;
  transition: visibility 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1); }

.site_account .site_account_panel_list .site_account_panel.site_account_default.is-selected {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.site_account .site_account_panel_list .site_account_panel.site_account_sliding.is-selected {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.site_account .site_account_panel_list .site_account_panel.site_account_default {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.site_account .site_account_panel_list .site_account_panel.site_account_sliding {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.show-action .header-action_dropdown .site_account_panel.is-selected {
  visibility: visible; }

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

/* ---------------------  search sidebar --------------------- */
.site_search form.searchform {
  position: relative;
  padding: 0;
  margin-bottom: 15px; }

form.searchform input.searchinput {
  background: #f5f5f5;
  border: 1px solid #ececec;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  width: 100%;
  height: 45px;
  padding: 0 55px 0 20px;
  margin: 0;
  display: inline-block;
  border-radius: 0;
  transition: all 150ms linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

form.searchform .btn-search {
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  padding: 0;
  top: 0px;
  right: 0px;
  background: transparent;
  outline: none;
  transition: opacity 150ms linear; }

form.searchform .btn-search svg {
  width: 18px;
  height: 40px; }

/*----------------- Search auto ---------------*/
.smart-search-wrapper {
  /*position: absolute;	top:115%;box-shadow: 0px 0px 10px rgba(0,0,0,0.08);*/
  width: 100%;
  z-index: 100; }

.smart-search-wrapper .item-ult {
  margin-bottom: 15px; }

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

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

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

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

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

.resultsMore a {
  text-align: center;
  display: block; }

.dataEmpty {
  text-align: center;
  padding: 10px 0;
  margin: 0; }

.searchUlti-header {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  text-align: left;
  margin-bottom: 20px; }

.search-bar-mobile .resultsContent {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4); }

.searchUlti-content {
  padding: 0 3rem; }

.searchUlti-inner {
  border-top: 1px solid #D9D9D933;
  padding: 8px 0px 25px; }

/* --------------------- cart view --------------------- */
.site-cart .cart-ttbold {
  padding: 20px 16px;
  border-bottom: 1px solid var(--site-border-color); }

.site-cart .cart-ttbold .ttbold {
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  color: #000;
  margin: 0;
  font-weight: 500;
  padding: 0; }

.cart-view {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.item-cart_empty {
  text-align: center;
  padding: 30px 0; }

.cart-view-note {
  padding: 16px 16px;
  font-size: 13px;
  color: #757575; }

.cart-view .cart-view-scroll {
  padding: 0 16px;
  max-height: 288px;
  overflow-y: auto; }
  @media (min-width: 992px) {
    .cart-view .cart-view-scroll {
      max-height: 300px; } }

.cart-view .cart-view-total {
  padding: 48px 16px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.cart-view .item_2 {
  margin-bottom: 25px;
  display: flex; }
  .cart-view .item_2:first-child {
    margin-top: 25px; }
  .cart-view .item_2 .img {
    width: 100px;
    flex: 0 0 auto;
    position: relative; }
    .cart-view .item_2 .img:after {
      content: '';
      padding-bottom: 100%; }
    .cart-view .item_2 .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      border-radius: 8px; }
  .cart-view .item_2 .infor {
    padding-left: 1rem; }
  .cart-view .item_2 .pro-title {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px; }
    @media (min-width: 992px) {
      .cart-view .item_2 .pro-title {
        font-size: 16px; } }

.mini-cart_quantity .pro-quantity-view {
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  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 nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative;
  max-width: 104px;
  border-radius: 4px;
  border: 1px solid #000; }

.remove_link {
  width: 24px;
  height: 24px;
  line-height: 23px;
  text-align: center;
  background: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: -12px; }
  .remove_link svg {
    width: 16px;
    height: 16px;
    vertical-align: middle; }

.mini-cart_quantity .pro-quantity-view .qty-value {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  width: 100%;
  pointer-events: none; }

.mini-cart_quantity .pro-quantity-view .qty-act {
  width: 32px;
  height: 32px;
  line-height: 29px;
  text-align: center;
  position: absolute;
  cursor: pointer; }

.mini-cart_quantity .pro-quantity-view .qty-minus {
  left: 0; }

.mini-cart_quantity .pro-quantity-view .qty-plus {
  right: 0; }

.mini-cart_quantity .pro-quantity-view .qty-btn {
  width: 30px;
  font-size: 20px;
  background: #f5f5f5; }

.mini-cart_quantity .pro-price-view {
  font-size: 14px;
  font-weight: 700; }

#cart-view tr td, .table-total tr td {
  border: none !important; }

.cart-view .line {
  width: 100%;
  border-top: 1px solid var(--site-border-color);
  border-bottom: 1px solid var(--site-color-border);
  flex-grow: 1; }

.cart-view a.linktocheckout, .cart-view a.linktocart {
  padding: 15px 15px;
  position: relative;
  width: 100%;
  white-space: nowrap;
  font-size: 14px; }

@media (min-width: 992px) {
  .cart-view .cart-view-scroll {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none; }
  .cart-view .cart-view-scroll::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  .cart-view .cart-view-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .cart-view .cart-view-scroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; } }

/* ---------------------  menu  --------------------- */
.hamburger-menu {
  width: 30px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  transition: all 150ms linear; }

.hamburger-menu .bar, .hamburger-menu .bar:after, .hamburger-menu .bar:before {
  width: 25px;
  height: 2px; }

.hamburger-menu .bar {
  position: relative;
  background: #252a2b;
  display: inline-block;
  vertical-align: middle;
  -ms-transition: all 0ms 100ms, width 150ms linear;
  -webkit-transition: all 0ms 100ms, width 150ms linear;
  transition: all 0ms 100ms, width 150ms linear; }

.hamburger-menu .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  background: #252a2b;
  -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }

.hamburger-menu .bar:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  background: #252a2b;
  -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }

.show-action .hamburger-menu .bar {
  height: 0;
  background: transparent; }

.show-action .hamburger-menu .bar:before {
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.show-action .hamburger-menu .bar:after {
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.show-action .hamburger-menu .bar:before {
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg); }

.show-action .hamburger-menu .bar:after {
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg); }

/* - Menu Mobile */
/*
.site-menu.menu-mobile{
position: relative;
max-width: 100vw; height: 100%;
overflow: hidden;z-index: 100;
}
*/
.menu-mobile--wrap {
  height: 100%; }

.menu-mobile .menu-mobile--wrap .menu-mobile--acc {
  padding: 15px 0 15px 15px;
  display: flex;
  background: #000;
  color: #fff; }

.menu-mobile .menu-mobile--wrap .menu-mobile--acc span,
.menu-mobile .menu-mobile--wrap .menu-mobile--acc a {
  color: #fff; }

.menu-mobile .menu-mobile--wrap .menu-mobile--acc .menu-mobile--acc-info {
  width: calc(100% - 50px); }

.menu-mobile .menu-mobile--wrap .menu-mobile--acc .menu-mobile--acc-btn {
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center; }

.menu-mobile .menu-mobile--wrap .menu-mobile--acc .menu-mobile--acc-btn svg {
  width: 15px;
  height: 15px;
  fill: #fff; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom {
  height: calc(100% - 10px);
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu {
  height: 100%; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  height: calc(100% - 0px);
  padding-bottom: 80px;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul.hidden-child {
  display: none; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul:not(.hidden-child) {
  display: block; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li {
  position: relative; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a {
  display: block;
  padding: 15px 15px 15px 0;
  margin-left: 15px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid #eeeeee;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a i {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #757575;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a i svg {
  width: 8px;
  height: 12px; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list.list-root {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list.list-root.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li a, .menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li a, .menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li a {
  display: block;
  padding: 15px 15px 15px 0;
  margin-left: 15px;
  outline: none;
  border-bottom: 1px solid #e1e3e4;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li span,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li span,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li span {
  margin-right: 4px; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li:first-child a,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li:first-child a,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li:first-child a {
  color: #000000;
  background: #fff;
  text-transform: uppercase;
  font-weight: 500; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li:first-child a i,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li:first-child a i,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li:first-child a i {
  padding-right: 10px;
  font-weight: 700;
  font-size: 15px; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li {
  position: relative; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li.level-2 a i {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #757575;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li.level-2 a i svg {
  width: 8px;
  height: 12px; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li {
  position: relative; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li.level-3 a i {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #757575;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child.mm-sub {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3.mm-sub-3 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mobile-menu__section {
  padding: 16px 20px; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mobile-menu__section .mobile-menu__section-title {
  font-size: 15px;
  color: #000;
  line-height: 1.85;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal; }

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

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

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

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

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_listSharing {
  position: fixed;
  bottom: 85px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease; }

.addThis_listSharing.is-show {
  right: 0;
  opacity: 1;
  visibility: visible; }

.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 24px; }

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: .9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px; }

.actionToolbar_mobile ul.actionToolbar_listing {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

.actionToolbar_mobile ul.actionToolbar_listing li {
  width: 20%;
  float: left; }

.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative; }

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px; }

/* modal- center */
.modal-addThis {
  font-size: 0;
  text-align: center;
  padding: 0 !important;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

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

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

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

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

.modal-addThis .modal-dialog-centered {
  margin: 30px auto 50px; }

.modal-addThis.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-addThis.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

@media (max-width: 767px) {
  .modal-addThis .modal-dialog-centered {
    margin: 30px 10px 40px; } }

/*
.modal-backdrop.in {display: none;opacity: 0!important;}
*/
/* modal-succes */
.modal-succesform .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #000; }

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

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

@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-contactform */
.modal-contactform .modal-header h4.modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500; }

.modal-contactform .modal-header .close {
  margin-top: -10px;
  opacity: 0.5;
  font-size: 26px;
  width: 30px;
  margin-right: -8px; }

.modal-contactform .content_popupform .input-group {
  width: 100%;
  margin: 0 0 15px; }

.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 40px;
  font-weight: 500;
  padding: 5px 20px;
  background: #fbfbfb;
  color: #252a2b;
  width: 100%; }

.modal-contactform .content_popupform .input-group textarea {
  resize: none;
  height: 80px; }

/* - Harafunnel mobile */
.harafunnel-mb {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 9999;
  width: 65px;
  height: 65px;
  padding: 8px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 150ms linear; }

.harafunnel-mb:hover {
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3); }

.harafunnel-mb a {
  display: block; }

.harafunnel-mb a svg {
  width: 100%;
  height: 100%; }

@media (min-width: 992px) {
  .modal-addThis.modal-contactform .modal-dialog {
    width: 600px; }
  .modal-addThis.modal-succesform .modal-dialog {
    width: 450px; } }

@media (max-width: 767px) {
  .actionToolbar_product {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .product-action-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    display: block;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 8px 10px;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease; }
  .layoutProduct_scroll.scroll-down .actionToolbar_product {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .layoutProduct_scroll.scroll-down .product-action-bottom {
    padding-bottom: 60px; } }

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

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

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

.modal-productApp .modal-footer .button {
  margin: 0 5px; }

.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: inline-block;
  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;
  line-height: 30px;
  margin-top: -2px; }

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

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

#combo-program .combo-w, .combo-current-product {
  padding: 11px 20px 11px 45px;
  position: relative;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    #combo-program .combo-w, .combo-current-product {
      padding: 17px 20px 20px 60px; } }

.combo-current-product .combo-list .combo-saving {
  background: transparent;
  color: #000;
  padding: 0; }

#combo-program .combo-w:after, .combo-current-product:after {
  content: '';
  font-size: 16px;
  position: absolute;
  top: calc(50% - 6px);
  left: 24px;
  color: #000;
  opacity: 0;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 30px;
  background: #000; }
  @media (min-width: 992px) {
    #combo-program .combo-w:after, .combo-current-product:after {
      top: calc(50% - 5px); } }
  @media (min-width: 992px) {
    #combo-program .combo-w:after, .combo-current-product:after {
      left: 25px; } }
  @media (min-width: 992px) {
    #combo-program .combo-w:after, .combo-current-product:after {
      width: 10px;
      height: 10px; } }

#combo-program .combo-w:before, .combo-current-product:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #808080;
  border-radius: 30px;
  position: absolute;
  top: calc(50% - 10px);
  left: 20px; }
  @media (min-width: 992px) {
    #combo-program .combo-w:before, .combo-current-product:before {
      width: 20px;
      height: 20px; } }

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

#combo-program .combo-w.checked:before, .combo-current-product.checked:before {
  border: 1px solid #000; }

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

#combo-program table {
  display: none; }

#combo-popup .wrap-addcart {
  margin-top: 10px; }

.combo-list {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .combo-list .combo-title {
    font-family: Cabin;
    font-size: 14px;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 10px; }
    @media (min-width: 992px) {
      .combo-list .combo-title {
        font-size: 20px; } }
  .combo-list .combo-saving {
    color: #fff;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2px 7px;
    border-radius: 5px;
    background: #000;
    display: inline-block; }
    @media (min-width: 992px) {
      .combo-list .combo-saving {
        font-size: 12px; } }
  .combo-list .combo-org-price {
    flex-shrink: 0;
    color: #9A9A9A;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
    margin: 0; }
    @media (min-width: 992px) {
      .combo-list .combo-org-price {
        font-size: 12px; } }
  .combo-list .combo-promo-price {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0; }
    @media (min-width: 992px) {
      .combo-list .combo-promo-price {
        font-size: 24px; } }
  .combo-list .combo-right {
    text-align: right; }

#buyxgety-program {
  margin: 20px 0;
  border: 2px dotted #000;
  padding: 10px;
  position: relative;
  min-height: 100px;
  z-index: 0; }

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

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

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

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

.buyxgety_item {
  display: -webkit-flex;
  display: flex;
  padding: 5px 10px 10px; }

.buyxgety_item .buyxgety_checkbox {
  width: 35px;
  float: left;
  padding-top: 7px; }

.buyxgety_item .buyxgety_image {
  width: 60px;
  float: right; }

.buyxgety_item .buyxgety_item_title {
  width: calc(100% - 95px);
  float: right;
  padding-left: 15px; }

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

/* edit +++  
.pro-loop .product-img .sold-out == bottom:10 
.qty-click input.item-quantity 
table.table-cart tr td.item h3
.selector-actions
*/
.pro-loop .product-img .product_gift_label {
  width: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1; }

.product-loop-special .product-col-left {
  position: relative; }

.product-loop-special .product-col-left .product_gift_label {
  position: absolute;
  width: 50px;
  top: 15px;
  z-index: 2;
  left: 20px; }

button.btn-product-gift {
  width: 100%;
  padding: 14px 35px;
  font-size: 16px; }

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

@media (max-width: 767px) {
  .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: 15px; } }

/*====== POPUP CONTACT ====================================================================*/
.modal-popupContact {
  font-size: 0;
  text-align: center;
  padding: 0 !important;
  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:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

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

.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 .modal-dialog-centered .modal-content {
  width: 100%; }

.modal-popupContact .modal-dialog-centered {
  margin: 30px auto 50px; }

.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.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.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.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;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e6e6e6; }

.modal-popupContact.popupForm .modal-content.lazyloaded {
  background-image: url("https://file.hstatic.net/1000300454/file/bannerpopup-bkg_15bc9d9a882d42139e18f88ccb427ca9.jpg"); }

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

.modal-popupContact.popupForm .modal-content:before,
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
  width: 58%; }

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

.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 {
  margin-bottom: 15px; }

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

.popup-form-customer .input-group input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.popup-form-customer .input-group input,
.popup-form-customer .input-group .input-group-addon {
  width: 100%;
  margin-bottom: 15px;
  height: 45px;
  padding: 10px 20px;
  line-height: 25px;
  background: #fff;
  border: 1px solid #e7e7e7; }

.popup-form-customer .input-group .input-group-addon {
  margin-bottom: 8px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  border-color: #000; }

.popup-form-customer .input-group .input-group-addon:hover,
.popup-form-customer .input-group .input-group-addon:focus {
  background-color: #fff;
  border-color: #000;
  color: #000; }

.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 {
    width: 650px; } }

@media (max-width: 767px) {
  .modal-popupContact .modal-dialog-centered {
    margin: 35px 10px 50px; }
  .modal-popupContact.popupForm .modal-content:before,
  .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    width: 100%; } }

/*** End popup-contact.css ***/
/*---------------------------------------------------------------------------------
RESPONSIVE
---------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  /*index */
  .box-banner-inf {
    width: 80%;
    z-index: 4; }
  .list-slider-banner.owl-carousel .owl-nav .owl-next {
    right: 65px; }
  .list-slider-banner.owl-carousel .owl-nav .owl-prev {
    left: 65px; }
  /*account*/
  .wrapbox-content-account {
    padding: 100px 60px; }
  .wrapbox-heading-account .header-page {
    width: 80%; } }

@media (min-width: 992px) {
  .wrapbox-heading-account {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-right: 1px solid #ededed;
    height: 100vh;
    padding: 0; }
  .wrapbox-heading-account .header-page {
    padding-bottom: 70px; }
  .box-heading-contact {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-right: 1px solid #ededed;
    height: 100vh;
    padding: 0; }
  .box-map iframe {
    height: 100vh !important; }
  /**** INDEX ****/
  .wrap-pd-infor.box_stick {
    position: -webkit-sticky;
    position: sticky !important;
    max-height: 100vh;
    top: 0;
    border-right: 1px solid #ededed; }
  .wrap-pd-infor .inf-content {
    padding: 100px 15px;
    max-width: 80%;
    margin: auto; }
  /**** COLLECTION ****/
  /**** PRODUCT DETAIL ****/
  .icon-pr-fix.out-with-you {
    opacity: 0; }
  .product-content-desc {
    position: -webkit-sticky;
    position: sticky;
    top: 65px; }
  /**** BLOG ****/
  .list-article-content .news-content {
    height: 50vh; }
  /**** FOOTER ****/
  .top-footer .area_newsletter {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0; }
  .top-footer .area_newsletter .title_newsletter {
    width: 32%;
    border-right: 1px solid #e7e7e7;
    margin-right: 20px;
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .wrapbox-content-account {
    padding: 100px; }
  .wrapbox-heading-account .header-page {
    width: 60%; }
  .block-banner-category img {
    -webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .block-banner-category:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .box-banner-inf {
    width: 80%;
    z-index: 4; }
  .top-footer .area_newsletter .title_newsletter {
    width: 26%; }
  .wrapbox-content-search {
    padding: 0 100px 30px; }
  #homepage_slider:not(.owl-loaded),
  .list-slider-banner.owl-carousel:not(.owl-loaded) {
    min-height: 300px;
    visibility: hidden; } }

@media (min-width: 768px) {
  table.table-cart tr td.remove {
    position: absolute;
    right: 15px; }
  .sidebarCart-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .wrapbox-heading-account {
    height: 50vh;
    border-bottom: 1px solid #ededed; }
  .wrapbox-heading-account .header-page {
    width: 80%;
    text-align: center;
    padding-bottom: 50px; }
  .wrapbox-heading-account .header-page:after {
    margin: 50px auto 0; }
  .wrapbox-content-account {
    padding: 100px 80px; }
  #site-menu-handle {
    padding-right: 80px;
    display: inline-block !important; }
  span#site-menu-handle:after {
    font-size: 13px;
    display: inline-block;
    content: "Menu";
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0px;
    opacity: 0.6; }
  .box-heading-contact {
    height: 50vh;
    border-bottom: 1px solid #ededed; }
  .box-map iframe {
    height: 50vh !important; }
  /* INDEX */
  .wrap-pd-infor.box_stick {
    height: 50vh; }
  .box-banner-inf {
    width: 70%;
    z-index: 4;
    text-align: center; }
  .wrap-pd-infor .inf-content {
    padding: 100px 15px;
    max-width: 80%;
    margin: auto; }
  /* COLLECTION */
  .no-product {
    text-align: center; }
  /* PRODUCT DETAIL*/
  .icon-pr-fix {
    position: absolute;
    bottom: 25px; }
  .product-zoom.icon-pr-fix {
    right: 15px;
    left: initial;
    margin: 0; }
  .gallery-index.icon-pr-fix {
    display: none; }
  .divzoom_main .product-thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .slide_product {
    width: 100%;
    height: 100%; }
  .slide_product li.gallery-item {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .box__product-gallery.scroll .site-box-content:after {
    content: 'flickity';
    display: none; }
  /* CART */
  .checkout-note textarea {
    margin-bottom: 20px; }
  .sidebox-order_title h3 {
    font-size: 18px; }
  .sidebox-order_total p .total-price {
    font-size: 20px; }
  .sidebox-order_text {
    font-size: 12px; }
  .sidebox-order_action .btncart-checkout {
    font-size: 8px 15px; }
  /* BLOGS */
  .list-article-content .news-content {
    height: 50vh; }
  /* Footer */
  footer.footer .col-lg:nth-of-type(2n+1) {
    clear: both; } }

@media (max-width: 991px) {
  .header-wrap-icon > span.icon-account,
  .header-wrap-icon > span.icon-search {
    display: none !important; }
  /*
	.block .title_block {position: relative;display: inline-block;margin:0 0 5px;}
	.block .title_block span {display: block;top:8px;right:10px;position: absolute;}
	*/
  .block .block_content {
    display: none; }
  .filter-default {
    padding: 0 15px; }
  .product-image-detail {
    width: 100%;
    padding: 0; }
  .flickity-page-dots {
    bottom: -55px;
    z-index: 2; }
  .caption_banner {
    padding: 0 15px;
    bottom: 10px; }
  .caption_banner h3 {
    font-size: 18px; }
  /* collection */
  .wrap-collection-title .heading-collection {
    margin: 0; }
  .wrap-collection-title .heading-collection h1 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0; }
  .no-product {
    text-align: center; }
  /* Blog Article */
  .blog-loop:nth-of-type(2n+1) {
    clear: both; }
  .sidebar-blog .layered, .sidebar-page .layered {
    display: none; }
  .product-gallery {
    position: relative; }
  .product-gallery__thumbs-container {
    bottom: 0;
    width: 100%; } }

@media (max-width: 767px) {
  .wrapbox-heading-account {
    padding: 30px 15px;
    border-bottom: 1px solid #ededed; }
  .wrapbox-heading-account .header-page {
    text-align: center; }
  .wrapbox-heading-account .header-page h1 {
    font-size: 34px; }
  .wrapbox-heading-account .header-page:after {
    margin: 20px auto 0; }
  .wrapbox-content-account {
    padding: 60px 15px; }
  .heading-page {
    position: relative;
    text-align: center;
    padding: 0 0 30px 0; }
  .heading-page:after {
    content: "";
    background: #252a2b;
    display: block;
    width: 60px;
    height: 4px;
    margin: 25px auto 0; }
  .heading-page h1 {
    font-size: 30px;
    margin: 0px 0; }
  .wrapbox-content-page-contact {
    padding: 40px 15px; }
  /* index */
  .list-slider-banner.owl-carousel .owl-nav.disabled,
  .list-slider-banner.owl-carousel .owl-nav {
    display: none; }
  .list-slider-banner .caption_banner_slide {
    padding: 10px 15px; }
  .list-slider-banner .caption_banner_slide h3 {
    font-size: 16px; }
  .wrapper-heading-home h2 br {
    display: none; }
  .wrap-collection-title h2, .wrap-collection-title .link-more {
    font-size: 24px; }
  .wrap-collection-title.image-resize {
    padding-top: 0px; }
  .wrapper-home-banner .home-banner-pd {
    padding: 0 5px;
    margin-bottom: 0px; }
  .box-banner-inf {
    width: 100%;
    padding: 50px 15px;
    z-index: 4;
    text-align: center; }
  .wrap-pd-infor.box_stick {
    height: 50vh; }
  .wrap-pd-infor .inf-content {
    padding: 50px 30px;
    max-width: 100%;
    margin: auto; }
  .box-banner-inf h2 {
    font-size: 40px; }
  .box-banner-inf a.button {
    margin-top: 33px; }
  #homepage_slider .owl-dots {
    bottom: 8px; }
  /* product detail*/
  .product-detail-wrapper {
    padding-top: 0px; }
  .icon-pr-fix {
    position: absolute;
    bottom: 25px; }
  .product-sharing.icon-pr-fix {
    left: 15px; }
  .product-zoom.icon-pr-fix {
    right: 15px;
    left: initial;
    margin: 0; }
  .gallery-index.icon-pr-fix {
    display: none; }
  .divzoom_main .product-thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .slide_product {
    width: 100%;
    height: 100%;
    transition: opacity 300ms linear, transform 300ms linear; }
  .box__product-gallery .flickity-enabled .flickity-viewport {
    transition: height 300ms linear; }
  .slide_product li.gallery-item {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .box__product-gallery.scroll .site-box-content:after {
    content: 'flickity';
    display: none; }
  .slide_product li.gallery-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
    pointer-events: none; }
  .product-image-detail .flickity-page-dots .dot {
    transition: all 300ms linear; }
  .slide_product .flickity-page-dots {
    bottom: -45px;
    z-index: 99; }
  .input-bottom {
    width: 54px;
    float: left;
    margin-right: 15px; }
  .input-bottom input {
    width: 54px;
    height: 45px;
    border: 1px solid #d1d1d1;
    text-align: center;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .add-cart-bottom {
    font-weight: 600;
    height: 45px;
    width: calc(100% - 70px);
    border-radius: 4px;
    float: left; }
  .list-productRelated .pro-loop-title .product-resize,
  .list-productRelated .pro-loop-title .wrap-collection-title.image-resize {
    height: initial !important; }
  .list-productRelated .wrap-collection-title.image-resize {
    padding-bottom: 45px; }
  .list-productRelated .wrap-collection-title .block-pding:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin: 30px auto auto;
    background: #252a2b; }
  /******* blog -article *******/
  .list-article-content .news-content {
    min-height: 250px;
    height: 50vh; }
  .article-body h2.title-article {
    font-size: 24px; }
  .sidebarblog-title h2 {
    text-align: center;
    margin-bottom: 10px; }
  .sidebarblog-title h2 span {
    display: inline-block; }
  .blog-posts .blog-post .blog-post-thumbnail {
    margin-bottom: 20px; }
  /******* ABOUT-CONTACT *******/
  .box-heading-contact {
    padding: 0; }
  .header-page-contact h1 {
    font-size: 35px; }
  .box-send-contact h2 {
    font-size: 20px; }
  .box-map iframe {
    height: 50vh !important; }
  /* CART PAGE */
  .layoutPage-cart .heading-page h1 {
    font-size: 25px;
    margin: 0 0 10px; }
  table.table-cart {
    margin-bottom: 25px;
    border: 0; }
  table.table-cart thead tr {
    display: none; }
  table.table-cart tr td {
    border: 0;
    padding: 0 5px; }
  table.table-cart tbody > tr {
    background: #ffffff;
    padding: 20px 0;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    margin-bottom: 10px; }
  table.table-cart tr td.image {
    width: 80px;
    float: left; }
  table.table-cart tr td.image img {
    max-width: 70px;
    background: #fff; }
  table.table-cart tr td.item {
    width: calc(100% - 80px);
    float: left;
    padding-left: 5px; }
  table.table-cart tr td.item h3 {
    margin: 0 0 5px;
    display: block;
    padding-right: 20px; }
  table.table-cart tr td.qty {
    padding: 0px;
    float: right;
    margin-right: 8px;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 35%; }
  table.table-cart tr td.item .price {
    width: 100%;
    float: left;
    text-align: left;
    margin: 15px 0; }
  table.table-cart tr td.item .price del {
    margin-top: 2px; }
  table.table-cart tr td.item .price span.text {
    display: inline-block;
    font-size: 12px; }
  table.table-cart tr td.remove a {
    position: absolute;
    top: 22px;
    right: 0; }
  table.table-cart tr:last-child td {
    border: none; }
  .checkout-note textarea {
    margin-bottom: 20px; }
  .cart-buttons .btn-checkout, .cart-buttons a, .cart-buttons .btn-update {
    font-size: 10px;
    margin: 0;
    padding: 15px 8px; }
  /* SEARCH ++	ACCOUNT */
  .search-field {
    width: 100%; }
  .title-infor-account h1 {
    font-size: 30px; }
  .title-infor-account h1:after {
    margin-top: 32px; }
  .AccountSidebar {
    margin-bottom: 40px; }
  .table-responsive {
    padding: 0 8px 10px; }
  /* footer*/
  .footer .collapse.in {
    display: block;
    visibility: visible; }
  .main-footer .footer-content {
    display: none;
    margin-top: 10px; }
  .main-footer .footer-title {
    line-height: 20px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px 0px 0px; }
  .main-footer h4.footer-title:before {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 11px;
    position: absolute;
    top: 0px;
    right: 5px;
    text-align: center;
    line-height: 36px; }
  .main-footer h4.footer-title.active:before {
    content: "\f068"; }
  .main-footer .col-lg:last-child .footer-col {
    border-bottom: none; }
  .breadcrumb-shop .breadcrumb-arrows li {
    font-size: 10px; } }

.home-policy {
  background: #010101;
  padding: 40px 0;
  font-size: 18px;
  color: #fff;
  margin-bottom: 50px;
  color: #fff; }
  @media (min-width: 992px) {
    .home-policy {
      margin-bottom: 106px; } }
  @media (max-width: 767px) {
    .home-policy p {
      font-size: 10px; } }

.section_banner.banner_wide {
  min-height: 330px; }

.section_banner__wrap {
  position: relative;
  overflow: hidden; }

.section_banner img {
  width: 100%; }

.section_banner__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  padding: 1.25rem 0;
  width: calc(100% - 32px);
  z-index: 10; }
  @media (min-width: 992px) {
    .section_banner__content {
      width: calc(100% - 64px); } }
  .section_banner__content.has-border {
    border-top: 1px solid #fff; }
  .section_banner__content p {
    margin: 0; }

.section_banner__title, .section_banner h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .section_banner__title, .section_banner h3 {
      font-size: 20px; } }

.section_banner__desc, .section_banner p {
  margin-bottom: 15px;
  font-size: 14px; }
  @media (min-width: 992px) {
    .section_banner__desc, .section_banner p {
      font-size: 16px; } }

.section_banner.banner_wide .section_banner__title {
  margin-bottom: 5px;
  text-transform: none;
  font-weight: 400; }
  @media (min-width: 992px) {
    .section_banner.banner_wide .section_banner__title {
      font-size: 45px; } }

.section_banner.banner_wide .section_banner__wrap {
  height: calc(100vh - 274px); }
  @media (min-width: 768px) {
    .section_banner.banner_wide .section_banner__wrap {
      height: calc(100vh - 198px); } }
  @media (min-width: 992px) {
    .section_banner.banner_wide .section_banner__wrap {
      height: calc(100vh - 232px);
      width: 100%; } }

.section_banner:not(.banner_wide) .section_banner__wrap .section_banner__overlay {
  background: linear-gradient(180deg, transparent 71.36%, rgba(0, 0, 0, 0.3));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.section_bannerThree {
  margin-bottom: 46px; }
  @media (min-width: 992px) {
    .section_bannerThree {
      margin-bottom: 84px; } }
  .section_bannerThree .item {
    margin-bottom: 16px; }

.video-ratio {
  position: relative; }
  .video-ratio:before {
    content: '';
    display: block;
    padding-bottom: 82.75%; }
  .video-ratio img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

.home_tabText .swiper-button-next {
  right: 0; }

.home_tabText .swiper-button-prev {
  left: 0; }

@media (min-width: 992px) {
  .home_tabText .swiper-button-next, .home_tabText .swiper-button-prev {
    display: none; } }

.home_tabText .swiper-button-next:after, .home_tabText .swiper-button-prev:after {
  display: none; }

@media (max-width: 991px) {
  .home_tabText .wrapper-heading-home {
    margin-bottom: 12px; } }

@media (max-width: 991px) {
  .home_tabText .wrapper-heading-home h2 {
    text-align: left; } }

@media (max-width: 991px) {
  .home_tabText .home_tabInfor {
    text-align: center; } }

.home_tabText .navTab_heading {
  margin-bottom: 30px;
  padding-bottom: 10px; }
  .home_tabText .navTab_heading::-webkit-scrollbar {
    width: 50%;
    height: 6px;
    background: #C5C5C5; }
  .home_tabText .navTab_heading::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px transparent; }
  .home_tabText .navTab_heading::-webkit-scrollbar-thumb {
    width: 270px;
    height: 6px;
    background: #000; }

.home_tabText .home_tabHeading1 {
  font-size: 32px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }
  @media (min-width: 992px) {
    .home_tabText .home_tabHeading1 {
      font-size: 48px;
      margin-bottom: 28px; } }

.home_tabText .home_tabHeading2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }
  @media (min-width: 992px) {
    .home_tabText .home_tabHeading2 {
      font-size: 36px;
      margin-bottom: 28px; } }

.home_tabText .home_tabPara {
  font-size: 14px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }
  @media (min-width: 992px) {
    .home_tabText .home_tabPara {
      font-size: 24px;
      margin-bottom: 40px; } }

.home_tabText .swiper-slide-thumb-active li a {
  background: #000;
  color: #fff; }

@media (max-width: 991px) {
  .home_tabText .home_tabImg {
    margin-bottom: 15px; } }

@media (min-width: 992px) {
  .home-blog {
    padding-bottom: 0px; } }

@media (max-width: 992px) {
  .home-blog .item-article h4 {
    margin-bottom: 14px; } }

.home-blog .item-article .info-article {
  padding: 15px 0px 0px; }

@media (max-width: 991px) {
  .home-blog .button.button-white {
    background: #000;
    color: #fff;
    border-color: #000; }
    .home-blog .button.button-white rect {
      fill: #000; }
    .home-blog .button.button-white path {
      fill: #fff; } }

@media (max-width: 992px) {
  .home-blog .button.button-white {
    min-width: 195px; } }

.item-article {
  margin-bottom: 24px; }
  .item-article .info-article {
    padding: 25px 0px 0px; }
  .item-article h3 {
    font-size: 16px;
    font-weight: 500;
    white-space: initial;
    margin-bottom: 8px; }
  .item-article .desc-article {
    white-space: normal;
    color: #100F0F;
    font-size: 10px;
    font-weight: 500;
    line-height: normal; }
    @media (min-width: 992px) {
      .item-article .desc-article {
        margin-bottom: 9px;
        font-size: 14px; } }
  .item-article .date-article {
    font-size: 8px;
    font-weight: 500;
    color: #9a9a9a;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .item-article .date-article {
        font-size: 12px; } }
  .item-article.style2 .media-article {
    width: 100%; }
    @media (min-width: 992px) {
      .item-article.style2 .media-article {
        width: 60%; } }
  .item-article.style2 .info-article {
    width: 100%; }
    @media (min-width: 992px) {
      .item-article.style2 .info-article {
        width: calc(100% - 60%);
        padding-left: 33px; } }
  @media (max-width: 991px) {
    .item-article.style2 .title-article {
      display: flex;
      flex-direction: column; }
      .item-article.style2 .title-article > .date-article {
        order: -1;
        margin-bottom: 8px; } }
  @media (min-width: 992px) {
    .item-article.style2 h4 {
      font-size: 24px;
      margin-bottom: 12px; } }
  .item-article.style2 .btn-article {
    margin-top: 18px; }
  .item-article.style3 .date-article {
    font-size: 10px;
    font-weight: 500;
    color: #9a9a9a;
    margin-bottom: 5px; }
  .item-article.style3 .media-article {
    width: 148px;
    margin-right: 22px; }
  .item-article.style3 .info-article {
    width: calc(100% - 148px - 22px);
    padding-top: 0; }
  .item-article.style3 h4 {
    font-size: 14px;
    white-space: initial;
    margin-bottom: 8px; }
    @media (min-width: 992px) {
      .item-article.style3 h4 {
        font-size: 24px; } }

.media-article a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px; }
  .media-article a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); }
  .media-article a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px; }
  .media-article a:after {
    content: '';
    padding-top: 97.7591036415%;
    display: block; }

.media-article.horizon-image a:after {
  padding-top: 51.94%; }

@media (max-width: 991px) {
  .list-article-content .item-article, #related-articles-slider .item-article {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px; }
    .list-article-content .item-article .media-article, #related-articles-slider .item-article .media-article {
      width: 35%; }
    .list-article-content .item-article .title-article, #related-articles-slider .item-article .title-article {
      display: flex;
      flex-direction: column-reverse; }
    .list-article-content .item-article .info-article, #related-articles-slider .item-article .info-article {
      width: calc(100% - 35%);
      padding: 0 0px 0px 17px; }
    .list-article-content .item-article .desc-article, #related-articles-slider .item-article .desc-article {
      display: none; } }

.article-container-1 {
  margin: auto; }
  .article-container-1 .background-img {
    margin-bottom: 0px; }
    .article-container-1 .background-img img {
      width: 100%; }

.article-container-2 {
  margin: auto; }

.section-collection {
  padding: 40px 0px 40px; }
  @media (max-width: 991px) {
    .section-collection .wrapper-heading-home {
      text-align: left; } }
  @media (min-width: 992px) {
    .section-collection .wrapper-heading-home {
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .section-collection {
      padding: 124px 0px 130px; } }

.pageAbout__top {
  position: relative;
  margin: 0 0 95px; }
  @media (min-width: 992px) {
    .pageAbout__top {
      margin: 0 0 125px; } }

@media (max-width: 991px) {
  .pageAbout__topImage img {
    height: 400px; } }

.pageAbout__topInfor {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px; }
  @media (max-width: 1400px) {
    .pageAbout__topInfor {
      padding: 0px 40px; } }

.pageAbout__topPara {
  color: #fff; }

.pageAbout__topHeading {
  margin-bottom: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 28px; }
  @media (min-width: 992px) {
    .pageAbout__topHeading {
      font-size: 36px; } }

.pageAbout__topImage {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .pageAbout__topImage:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0; }

.pageAbout__bannerItem {
  position: relative;
  border-radius: var(--site-border-radius);
  overflow: hidden;
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .pageAbout__bannerItem {
      margin-bottom: 2rem; } }

.pageAbout__bannerImage {
  padding-top: 128.862973761%; }
  @media (min-width: 992px) {
    .pageAbout__bannerImage {
      padding-top: 117.788461538%; } }

.pageAbout__bannerTitle {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0px 2rem; }

@media (min-width: 992px) {
  .pageAbout__bannerWrap {
    padding: 0px 2rem; } }

.pageAbout__banner {
  margin-bottom: 40px; }

.sectionAbout__item {
  margin: 0 0 95px; }
  @media (min-width: 992px) {
    .sectionAbout__item {
      margin: 0 0 125px;
      padding: 0px 2rem; } }

.sectionAbout__heading {
  margin: 0 0 95px; }
  @media (min-width: 992px) {
    .sectionAbout__heading {
      margin: 0 0 125px; } }
  .sectionAbout__heading h2 {
    font-size: 26px;
    margin: 0;
    font-weight: 500; }
    @media (min-width: 992px) {
      .sectionAbout__heading h2 {
        font-size: 2.25rem; } }

.sectionAbout__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .sectionAbout__title {
      font-size: 32px; } }

.sectionAbout__para {
  font-size: 13px; }
  @media (max-width: 991px) {
    .sectionAbout__para {
      margin-top: 1rem; } }
  @media (min-width: 992px) {
    .sectionAbout__para {
      font-size: 1rem; } }

.sectionAbout__img {
  overflow: hidden;
  border-radius: 12px;
  flex: 1; }

.pageSupport .page-wrapper {
  margin-top: 30px; }
  @media (min-width: 992px) {
    .pageSupport .page-wrapper {
      margin-top: 100px; } }

.pageSupport__inner {
  margin: 0 auto;
  max-width: 40rem; }

.pageSupport__title {
  border-top: 1px solid #f5f5f5;
  cursor: pointer;
  padding: 23px 0;
  position: relative;
  font-size: 13px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .pageSupport__title {
      font-size: 16px; } }
  .pageSupport__title:after {
    background-image: url(//theme.hstatic.net/200000813543/1001261610/14/down-arrow.svg?v=2907);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: top;
    transition: transform .2s linear;
    width: 12px; }

.pageSupport__content {
  display: none; }

.searchPage_heading {
  margin-bottom: 25px; }

.blog .blog-content {
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .blog .blog-content {
      margin-bottom: 80px; } }

@media (max-width: 991px) {
  .blogPage_top .wrapper-heading-home {
    margin: 0;
    text-align: center; }
    .blogPage_top .wrapper-heading-home h2 {
      font-size: 28px; } }

@media (min-width: 992px) {
  .blogPage_top {
    margin-bottom: 40px; } }

@media (min-width: 992px) {
  .main-blog__header {
    margin-bottom: 36px; } }

.main-blog__sns .main-blog__sns-body li:not(:last-child) {
  margin-right: 27px; }
  @media (min-width: 992px) {
    .main-blog__sns .main-blog__sns-body li:not(:last-child) {
      margin-right: 49px; } }

.main-blog__list-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 77px; }

.main-blog__sns-body {
  margin: 0; }
  @media (max-width: 1023px) {
    .main-blog__sns-body svg {
      width: auto;
      height: 36px; } }

.main-blog__desc {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .main-blog__desc {
      font-size: 13px; } }
  .main-blog__desc h2 {
    font-size: 18px;
    font-weight: 500; }

.main-blog__list-tag-left {
  max-width: 100%;
  margin: 0 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  gap: 30px; }
  @media (min-width: 400px) and (max-width: 1023px) {
    .main-blog__list-tag-left {
      gap: 56px; } }

@media (min-width: 992px) {
  .main-blog__list-tag-left {
    flex: 0 0 45%;
    max-width: 45%; } }

@media (min-width: 992px) {
  .main-blog__list-tag-right {
    flex: 0 0 55%;
    max-width: 55%;
    margin-bottom: 24px; } }

@media (max-width: 991px) {
  .main-blog__list-tag-right {
    max-width: 100%; } }

.main-blog__list-tag-right select {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  background: url("//theme.hstatic.net/200000813543/1001261610/14/chevron_down.png?v=2907") no-repeat 95% center #fff;
  border: 1px solid #000000;
  padding: 0 20px;
  font-size: 14px;
  appearance: none; }

@media (max-width: 767px) {
  .main-blog__list-tag-right select {
    padding: 0 10px; } }

.main-blog__list-tag-body {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 -12px;
  padding: 0; }

@media (max-width: 991px) {
  .main-blog__list-tag-body {
    margin: 0 -8px;
    overflow-x: auto; } }

.main-blog__list-tag-body li {
  padding: 0 12px;
  flex: 0 0 50%;
  max-width: 50%; }
  @media (min-width: 992px) {
    .main-blog__list-tag-body li {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }

@media (max-width: 991px) {
  .main-blog__list-tag-body li {
    padding: 0 8px; } }

.main-blog__list-tag-search {
  position: relative;
  padding: 0 0px 0 0;
  width: 100%; }
  @media (min-width: 992px) {
    .main-blog__list-tag-search {
      max-width: 400px; } }
  @media (min-width: 1200px) {
    .main-blog__list-tag-search {
      max-width: 456px; } }

@media (max-width: 1200px) {
  .main-blog__list-tag-search {
    padding: 0; } }

@media (max-width: 991px) {
  .main-blog__list-tag-search {
    max-width: 100%;
    flex-grow: 1; } }

.main-blog__list-tag-search .input-group__field {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
  background: #FFF;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  height: 60px;
  padding: 0 54px 0 30px;
  font-size: 20px; }

@media (max-width: 767px) {
  .main-blog__list-tag-search .input-group__field {
    height: 40px;
    font-size: 12px;
    padding: 0 11px; } }

.main-blog__list-tag-search button {
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0 20px;
  height: 100%; }

@media (max-width: 1023px) {
  .main-blog__list-tag-search button {
    right: 0; } }

.main-blog__list-tag-search button svg {
  width: 16px;
  height: 16px; }

.starbap-prev-badge .starbap-prev-badgetext:before {
  content: '|';
  margin: 0px 7px;
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-weight: 500; }

.product-review {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .product-review {
      margin-bottom: 50px; } }
  .product-review .starbap-rev-widg__title {
    font-size: 18px;
    margin: 0 0 5px;
    text-transform: uppercase; }
  .product-review .wrap {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 16px 16px 70px; }
    @media (min-width: 992px) {
      .product-review .wrap {
        padding: 32px 32px 70px; } }
  .product-review .starbap-rev-widg__summary-stars {
    text-align: left;
    margin-bottom: 5px; }
  .product-review .starbap-widget .starbap-submit-question, .product-review .starbap-widget .starbap-submit-rev {
    width: auto; }
  .product-review .starbap-widget input:not([type=submit]), .product-review .starbap-widget textarea {
    padding: 5px 10px; }
  .product-review .rating-stars ul > li.star.selected > i.fa {
    color: #000; }
  .product-review .starbap-all-reviews-widget, .product-review .starbap-rev-widg {
    padding: 0;
    border: 0; }

.table-banner {
  margin: 0px -15px; }

.table-banner table {
  width: 100%;
  border: 0; }

.table-banner table td {
  width: 100% !important;
  padding: 0px 15px !important;
  margin-bottom: 20px;
  vertical-align: top;
  border: none !important; }

@media (max-width: 991px) {
  .table-banner table td {
    display: block; } }

@media (max-width: 991px) {
  .table-banner table td:first-child {
    width: 100% !important; } }

@media (min-width: 992px) {
  .table-banner table td {
    width: 50% !important;
    margin: 0; } }

.table-banner table td img {
  width: 100%; }

@media (max-width: 991px) {
  .blog_sidebar {
    margin-top: 34px; } }

.blog_sidebar__category a {
  position: relative;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid var(--site-border-color);
  border-radius: 20px;
  padding: 30px 15px;
  overflow: hidden; }
  .blog_sidebar__category a .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #FEFDFA;
    text-transform: uppercase;
    line-height: 34px; }

#related-articles {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    #related-articles .wrapper-heading-home {
      text-align: left; } }

.featured_cate {
  margin-bottom: 54px;
  padding: 18px 20px 18px 18px;
  border-radius: 20px;
  border: 1px solid #000; }
  @media (min-width: 992px) {
    .featured_cate {
      margin-bottom: 96px;
      padding: 40px 20px 25px; } }
  .featured_cate__top h2 {
    margin: 0 40px 15px 0px;
    font-size: 16px; }
    @media (min-width: 992px) {
      .featured_cate__top h2 {
        font-size: 24px; } }
  .featured_cate__top .featured_link a {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid var(--site-border-color);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background: #fff;
    padding: 8px 20px;
    margin-bottom: 15px;
    font-size: 14px; }
    .featured_cate__top .featured_link a:hover {
      background: #000;
      color: #fff; }
    .featured_cate__top .featured_link a:not(:last-child) {
      margin-right: 16px; }
  .featured_cate__para {
    font-size: 12px; }
    @media (min-width: 992px) {
      .featured_cate__para {
        font-size: 14px;
        max-width: 72.33%;
        margin: auto; } }

.article-author {
  border: 1px solid var(--site-border-color);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .article-author {
      margin-bottom: 32px; } }
  .article-author__logo {
    background: #000;
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px; }
  .article-author__infor {
    gap: 20px;
    padding: 30px 18px; }
    @media (max-width: 991px) {
      .article-author__infor {
        flex-wrap: wrap;
        gap: 8px; }
        .article-author__infor .article-author__img {
          width: 36px; } }
  .article-author__name {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 21px; }
    @media (min-width: 992px) {
      .article-author__name {
        font-size: 24px; } }
  .article-author p {
    margin: 0;
    font-size: 12px; }
    @media (min-width: 992px) {
      .article-author p {
        font-size: 20px; } }

.mt-3 {
  margin-top: 15px; }

.faq__item_inner {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border: 1px solid var(--site-border-color);
  border-radius: var(--site-border-radius);
  padding: 10px 18px;
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .faq__item_inner {
      display: inline-flex;
      flex-wrap: wrap; } }

@media (min-width: 992px) {
  .faq__item {
    margin-bottom: 28px; } }

.faq__item .faq__title {
  font-weight: 700;
  font-size: 12px;
  width: 100%; }
  @media (min-width: 992px) {
    .faq__item .faq__title {
      font-size: 20px; } }
  .faq__item .faq__title a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 1200px) {
      .faq__item .faq__title a {
        gap: 130px; } }
    .faq__item .faq__title a[aria-expanded="true"] span {
      transform: rotate(180deg);
      top: 0; }
    .faq__item .faq__title a span {
      z-index: 10; }

.faq__item .faq__content {
  padding-top: 15px; }
  .faq__item .faq__content .wrapper-para-site {
    font-size: 12px !important;
    line-height: 1.7; }
    @media (min-width: 992px) {
      .faq__item .faq__content .wrapper-para-site {
        font-size: 20px !important;
        line-height: 1.2; } }

.product_faq .faq__item_inner {
  display: flex;
  flex-direction: column; }

.product_faq .faq__item {
  margin-bottom: 0px; }

.product_faq .faq__item .faq__title {
  width: 100%; }

.product_faq .faq__item .faq__title a {
  font-size: 14px;
  gap: unset !important;
  justify-content: space-between; }

@media (min-width: 992px) {
  .product_faq .faq__item .faq__content .wrapper-para-site {
    font-size: 14px !important; } }

.product_faq .product_faqInner {
  margin-bottom: 42px; }
  @media (min-width: 992px) {
    .product_faq .product_faqInner {
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid #000;
      margin-bottom: 80px; } }

.product_faq_title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  font-family: Cabin; }

.product_faq .product_faqLeft {
  height: 100%;
  color: #fff;
  background: #000;
  padding: 98px 90px; }

.product_faq .product_faqRight {
  padding: 0; }
  @media (min-width: 992px) {
    .product_faq .product_faqRight {
      padding: 30px 20px; } }
  @media (min-width: 1230px) {
    .product_faq .product_faqRight {
      padding: 65px 75px 65px 120px; } }

.product-share {
  margin-top: 10px; }
  .product-share .title {
    margin-right: 12px; }
  .product-share a {
    display: inline-block;
    margin-right: 18px; }
  .product-share img {
    width: 23px; }

@media (max-width: 991px) {
  .starbap-rev-widg__summary {
    width: 100%; } }

#swiperTabSlider .swiper-slide, .product_ingredent__inner .swiper .swiper-slide {
  width: auto !important; }

#swiperTabSlider .swiper-scrollbar, .product_ingredent__inner .swiper .swiper-scrollbar {
  position: static;
  margin-top: 11px;
  background: #E4E4E4; }
  @media (max-width: 991px) {
    #swiperTabSlider .swiper-scrollbar, .product_ingredent__inner .swiper .swiper-scrollbar {
      display: none; } }
  #swiperTabSlider .swiper-scrollbar .swiper-scrollbar-drag, .product_ingredent__inner .swiper .swiper-scrollbar .swiper-scrollbar-drag {
    width: 210px !important;
    background: #000; }

.product_ingredent__inner .swiper .swiper-scrollbar {
  max-width: 575px;
  background: #c5c5c5;
  margin: auto; }

#modalFAQ .close {
  font-size: 18px;
  z-index: 999;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  color: #fff;
  background: #000;
  border-radius: 50%; }

#modalFAQ .modal-content {
  padding: 30px; }

#modalFAQ .form-control {
  height: 40px;
  background: #fff; }

#modalFAQ .input-group {
  margin: 0px 0px 15px; }

#modalFAQ textarea {
  background: #fff;
  height: 100px;
  font-size: 14px; }

@media (min-width: 992px) {
  .blog_sidebar_sticky {
    position: sticky;
    top: 100px;
    z-index: 20; } }

.notify {
  position: fixed;
  top: 20px;
  right: -300px;
  width: 300px;
  transition: all .2s;
  box-sizing: border-box;
  z-index: 99999;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 18px;
  touch-action: pan-y;
  font-size: 14px;
  font-weight: 700; }
  .notify.added {
    right: 0; }

.mobile-bottomBar {
  padding: 5px 7px;
  bottom: 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff; }
  .mobile-bottomBar .item {
    text-align: center; }
  .mobile-bottomBar img {
    width: 32px; }
  .mobile-bottomBar .mb-btn {
    background: red;
    color: #fff;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    text-align: center; }

.mobile-bottomBar-left {
  background: #eee;
  padding: 5px 10px;
  gap: 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.mobile-bottomBar-right {
  flex-grow: 1; }

.hotline-phone-1 {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 999; }
  .hotline-phone-1 > div {
    width: 50px;
    margin-bottom: 15px; }

.quick-alo-phone {
  visibility: hidden;
  background-color: transparent;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s; }

.quick-alo-phone.quick-alo-hover, .quick-alo-phone:hover {
  opacity: 1; }

.quick-alo-phone.quick-alo-show {
  visibility: visible; }

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
  border-color: #00aff2;
  opacity: .5; }

.quick-alo-ph-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  left: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.quick-alo-ph-circle-fill {
  width: 80px;
  height: 80px;
  top: -15px;
  left: -15px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
  background-color: rgba(51, 122, 83, 0.7);
  opacity: 0.75 !important; }

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
  background-color: red; }

.quick-alo-ph-img-circle {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(//theme.hstatic.net/200000813543/1001261610/14/icon-phone.png?v=2907) no-repeat center center;
  background-size: 80%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
  background-color: rgba(51, 122, 83, 0.7);
  opacity: 0.75 !important; }

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
  background-color: #75eb50; }

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
  border-color: #75eb50;
  opacity: .5; }

.phone_text {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffe800;
  color: #000;
  padding: 2px 9px;
  border-radius: 4px;
  white-space: nowrap;
  display: none; }

.alo-floating a {
  color: #FFF; }

.alo-floating-zalo {
  bottom: 60px;
  padding-left: 45px;
  background-size: 30px auto; }

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 85px;
  right: 0;
  z-index: 999999; }

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block; }

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

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

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

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

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

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

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

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

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

.rte-content a {
  color: var(--site-text-hover-color); }

.tabhome-content {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s; }

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.tabhome-content.current {
  display: block; }

#modalVoucher {
  padding: 0 !important;
  overflow: hidden; }
  #modalVoucher .modal-content {
    border-radius: 0; }
  #modalVoucher .modal-dialog {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

@media (min-width: 992px) {
  .section_featureProduct .wrapper-heading-home h2 {
    text-align: center; } }

.pf-pover-header {
  position: relative;
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
  text-transform: uppercase; }

.pf-pover-header .pf-pover-close {
  position: absolute;
  left: 20px;
  top: calc(50% - 7px);
  transform: translateY(-4px);
  line-height: 0;
  background: none;
  border: none;
  font-size: 20px; }

.featureProduct_img {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: var(--site-border-radius); }
  .featureProduct_img img {
    width: 100%; }

#featureProduct_select {
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #0A090B;
  background: #fff;
  box-shadow: none;
  appearance: none;
  position: relative;
  background: url(//theme.hstatic.net/200000813543/1001261610/14/down-arrow.svg?v=2907) no-repeat 97% center;
  background-size: 12px 7px; }

.section_featureProduct .featureProduct_col {
  color: var(--text-color);
  font-size: 13px;
  margin-bottom: 20px;
  letter-spacing: 2.6px;
  letter-spacing: .2em;
  text-transform: uppercase; }

.section_featureProduct .featureProduct_col a {
  color: var(--text-color); }

.section_featureProduct .featureProduct_title {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500; }

.section_featureProduct .featureProduct_title a {
  color: var(--text-color); }

.section_featureProduct .featureProduct_price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px; }

.section_featureProduct .custom-btn-number {
  margin-top: 8px;
  margin-bottom: 30px; }

.featureProduct_desc {
  margin-bottom: 25px;
  line-height: 19.5px; }

.featureProduct_btn button {
  width: 100%;
  text-transform: uppercase;
  text-align: center; }

.featureProduct_viewmore {
  margin-top: 10px; }

.featureProduct_viewmore a {
  font-size: 14px;
  position: relative;
  color: #000; }

.featureProduct_viewmore a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: currentColor;
  transform: scale(1);
  transform-origin: left center;
  transition: transform .2s ease-in-out; }

.section_featureProduct button.btn.btn_num {
  border-radius: 0; }

.featureProduct_variant button {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 10px 28px 10px 14px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent; }

.featureProduct_variant button .selected-value {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 220px;
  vertical-align: top; }

.featureProduct_variant button .icon {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px; }

.featureProduct_variant button svg {
  vertical-align: top; }

.custom-btn-number {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 4px;
  overflow: hidden;
  max-width: 133px; }
  .custom-btn-number button {
    border: transparent;
    background: none;
    height: 40px;
    width: 40px;
    flex-shrink: 0; }
  .custom-btn-number .input_qty {
    height: 40px;
    width: 100%;
    border: transparent;
    text-align: center; }

.cartSuccess {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 18px;
  position: fixed;
  right: -300px;
  top: 20px;
  touch-action: pan-y;
  transition: all .2s;
  width: 300px;
  z-index: 99999; }
  .cartSuccess.open {
    right: 20px; }
  .cartSuccess_header {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 18px;
    margin-bottom: 0; }
  .cartSuccess_item {
    border-top: 1px solid #d9d9d9;
    display: flex;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-top: 15px; }
  .cartSuccess_img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 25%;
    flex: 1 1 auto; }
    .cartSuccess_img img {
      aspect-ratio: 1/1;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .cartSuccess_infor {
    display: flex;
    flex-flow: column;
    padding-left: 10px;
    width: 75%; }
  .cartSuccess_pro {
    color: #000;
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 115%; }
  .cartSuccess_variant {
    font-size: 13px; }
  .cartSuccess_price del {
    color: #c4c4c4; }
  .cartSuccess_price ins {
    color: #ff3102;
    margin-right: 10px;
    text-decoration: none; }
  .cartSuccess_viewcart {
    font-size: 16px;
    margin-top: 10px; }
    .cartSuccess_viewcart a {
      width: 100%; }

@media (max-width: 991px) {
  .section_banner.banner_wide .section_banner__wrap {
    height: auto; }
  .section_banner.banner_wide .section_banner__wrap img {
    height: auto;
    width: auto;
    margin: auto;
    position: static; } }

.brandItem {
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 5px; }
  .brandItem__img {
    padding-left: 3px; }
    .brandItem__img img {
      width: 100%;
      height: 100%;
      aspect-ratio: 3/2;
      object-fit: scale-down; }

.brandDetail-title {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 1.2; }

.brandDetail__short {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.023px;
  color: #888888;
  margin-bottom: 20px; }

.brandDetail__para {
  line-height: 1.5; }
  @media (max-width: 767px) {
    .brandDetail__para {
      font-size: 13px; } }

.brandDetail__collections {
  padding-top: 15px;
  border-top: 1px solid #D9D9D9; }

#related-brands {
  margin-top: 15px; }

#brandDetail .wrapper-heading-home h2 {
  font-weight: 500; }

.brandDetail__button {
  margin-top: 20px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  display: inline-block; }

@media (max-width: 767px) {
  .brandDetail__slider {
    margin-bottom: 20px; } }

.brandDetail__slider .item {
  overflow: hidden;
  border-radius: 14px; }

.brandDetail__slider img {
  aspect-ratio: 880/800;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px; }

.brandDetail__top {
  margin-bottom: 20px; }

.show-more::before {
  height: 50px;
  margin-top: -47px;
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.8);
  /* opacity: 0.8; */
  position: relative;
  z-index: 10; }

.show-more, .hide-more {
  color: #000;
  margin: 0;
  font-weight: 500; }
  @media (min-width: 768px) {
    .show-more, .hide-more {
      display: none; } }

.readmore {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--site-text-color);
  margin: 15px auto 10px;
  cursor: pointer; }

.readmore span {
  display: block;
  margin-bottom: 0px;
  text-align: center; }

.hide-more .readmore:after {
  transform: rotate(180deg); }

.hide-more span {
  display: block;
  margin-bottom: 0px;
  text-align: center;
  transform: rotate(180deg); }

@media (max-width: 767px) {
  .pro-tabcontent-more {
    height: 199px;
    overflow: hidden;
    line-height: 1.5; } }

.pageAbus__item {
  margin-bottom: 30px; }

.pageAbus__img {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 8px; }
  .pageAbus__img img {
    aspect-ratio: 800/880;
    object-fit: cover;
    border-radius: 8px; }

.pageAbus__heading h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 3px; }

.pageAbus__title h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px; }

.pageAbus__para {
  font-size: 13px;
  line-height: 1.5; }
  @media (min-width: 992px) {
    .pageAbus__para {
      font-size: 1rem; } }

.section_testTi {
  min-height: 400px; }
  .section_testTi .item img {
    aspect-ratio: 840/1602; }
  @media (min-width: 992px) {
    .section_testTi .owl-carousel .owl-stage {
      padding-left: 0 !important; } }

.item-effect {
  opacity: 0;
  visibility: hidden; }

@keyframes fadeEffect2 {
  from {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); }
  to {
    opacity: 1;
    visibility: visible;
    transform: scale(1); } }

@-webkit-keyframes fadeEffect2 {
  from {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); }
  to {
    opacity: 1;
    visibility: visible;
    transform: scale(1); } }

.loaded-data .item-effect {
  animation: fadeEffect2 1s forwards; }

.loadmore {
  min-heiht: 30px; }
