@charset "UTF-8";

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

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

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

table {
  width: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  font-size: 14px;
  color: #373737;
  background: #fff;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
}

ol,
ul {
  padding-left: 15px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #373737;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin-bottom: 10px;
  line-height: 1.2;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  color: #373737;
}

a:hover {
  color: #373737;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a,
button,
input {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
  border: 1px solid #b5b5b5;
  padding: 8px 15px;
  font-size: 14px;
  color: #757575;
  border-radius: 0;
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #C1BCBC;
  outline: none;
}

fieldset legend {
  display: inline-block;
  color: inherit;
  background: none;
  vertical-align: top;
}

/* 1.9 - Button */
.button {
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  padding: 12px 28px;
  line-height: normal;
  color: #fff;
  background-color: var(--shop-color-hover);
  border: 1px solid var(--shop-color-button);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 2px;
  text-transform: uppercase;
  outline: none !important;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

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

.button.btnred {
  background-color: #ffffff;
  border-color: #ff0000;
}

.button.btnred:before {
  background: #ff0000;
}

@media (min-width: 992px) {

  .button:hover,
  .button:focus {
    border-color: var(--shop-color-hover);
    color: #ffffff;
  }

  .button:hover:before,
  .button:focus:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  .button.btnred:hover,
  .button.btnred:focus {
    color: #ff0000;
    border-color: #ff0000;
  }
}

.container-fluid {
  max-width: 1440px;
  padding: 0 80px;
}

@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.event-cursor-pointer {
  cursor: pointer;
}

/* Variable */
#main-gift-home .main-gift-home--right-gift .main-gift-home--info-right .main-gift-home--inner-info-right h2,
.article-loop .article-title .post-title a,
.article-loop .article-detail .entry-content,
.list-blogs-latest .item-article .post-content h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.layout-pageNot {
  padding: 40px 0;
  border-top: 1px solid var(--shop-color-border);
}

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

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

/* root */
:root {
  --cover-sideslide-active-transition-delay: .5s;
  --cover-sideslide-margin-size: 80px;
  --cover-sideslide-wrapper-left-margin: 23vw;
  --cover-sideslide-intro-transition-duration: 1.1s;
  --cover-sideslide-effect-transition-duration: .5s;
  --cover-sideslide-active-transition-delay: .5s;
  --easeOutCubic: cubic-bezier(0.125, 0.61, 0.3555, 1);
}

@media (max-width: 1024px) {
  :root {
    --cover-sideslide-wrapper-left-margin: 20vw;
    --cover-sideslide-margin-size: 15px;
  }
}

@media (max-width: 767px) {
  :root {
    --cover-sideslide-wrapper-left-margin: 0px;
    --cover-sideslide-margin-size: 15px;
    --cover-sideslide-intro-transition-duration: .2s;
  }
}

/* =============== */
/* ===== Effect banner ===== */
.effect-shine {
  position: relative;
  overflow: hidden;
}

.effect-shine:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  cursor: pointer;
}

.effect-shine:hover:before {
  -webkit-animation: shine 1.1s;
  animation: shine 1.1s;
}

/* =============== */
/* Load */
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

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

@keyframes dashanim-active-trscale {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }

  50.9% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }

  51% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  99.9% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes dashanim-active-trscale {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }

  50.9% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }

  51% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  99.9% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.rey-sitePreloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  z-index: 99999;
  color: #dedede;
}

.rey-sitePreloader .rey-lineLoader {
  position: relative;
  color: #373737;
}

.rey-sitePreloader .rey-lineLoader:after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: #54595f;
  -webkit-animation: dashanim-active-trscale 1s var(--easeOutCubic) infinite;
  animation: dashanim-active-trscale 1s var(--easeOutCubic) infinite;
}

.site-preloader--active #main-header {
  opacity: 0;
}

.site-preloader--loaded #main-header {
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}

.site-preloader--loaded .rey-lineLoader {
  color: inherit;
  width: 100px;
}

/* ============ */
/* ==== Topbar ==== */
.topbar {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  padding: 8px 0;
  position: relative;
  display: block;
  overflow: hidden;
  background: #fafafa;
  color: #333333;
}

.topbar .owl-carousel:not(.owl-loaded) {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

.topbar .owl-carousel:not(.owl-loaded) .discount {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}

.topbar .owl-carousel.owl-loaded .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topbar .owl-carousel.owl-loaded .owl-stage .discount {
  height: 100%;
}

.topbar .topbar-slideText .owl-nav button.owl-next,
.topbar .topbar-slideText .owl-nav button.owl-prev {
  color: #333333;
}

.topbar .topbar-slideText {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.topbar .topbar-slideText li:not(:first-child) {
  display: none;
}

.topbar .topbar-slideText li.txt-none {
  display: none;
}

.topbar .topbar-slideText li.txt-block {
  display: inline-block;
}

.topbar .topbar-slideText .owl-nav button.owl-prev,
.topbar .topbar-slideText .owl-nav button.owl-next {
  position: absolute;
  top: calc(50% - 14px);
  padding: 0;
  opacity: 0;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  text-align: center;
  color: #333333;
  background-color: transparent;
  border: 0;
  outline: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.topbar .topbar-slideText .owl-nav button.owl-prev {
  left: 0px;
}

.topbar .topbar-slideText .owl-nav button.owl-next {
  right: 0px;
}

.topbar .topbar-slideText .owl-nav button.owl-prev:before,
.topbar .topbar-slideText .owl-nav button.owl-next:before {
  content: "";
  font-family: 'FontAwesome';
  font-size: 22px;
}

.topbar .topbar-slideText .owl-nav button.owl-prev:before {
  content: "\f104";
}

.topbar .topbar-slideText .owl-nav button.owl-next:before {
  content: "\f105";
}

.topbar .topbar-slideText .owl-nav button.owl-prev:hover,
.topbar .topbar-slideText .owl-nav button.owl-next:hover {
  color: var(--shop-conlor-text);
}

.topbar .topbar-slideText:hover .owl-nav button {
  opacity: 1;
}

.topbar .discount {
  padding: 0 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .topbar {
    font-size: 12px;
  }

  .topbar .topbar-slideText .discount {
    padding: 0 22px;
  }

  .topbar .topbar-slideText .owl-nav button.owl-prev {
    left: -10px;
    opacity: 1;
  }

  .topbar .topbar-slideText .owl-nav button.owl-next {
    right: -10px;
    opacity: 1;
  }
}

.topbar-banner {
  position: relative;
}

.topbar-banner .close-icon {
  position: absolute;
  top: 15%;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

@media (max-width: 991px) {
  .topbar-banner .close-icon {
    top: 10%;
  }
}

/* =========== */
/* Main Header */
.mainHeader--height {
  position: relative;
  width: 100%;
}

.mainHeader--height #main-header {
  transition: background 0.4s ease-in-out 0s;
  -moz-transition: background 0.4s ease-in-out 0s;
  -o-transition: background 0.4s ease-in-out 0s;
  -webkit-transition: background 0.4s ease-in-out 0s;
  -ms-transition: background 0.4s ease-in-out 0s;
  position: relative;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  background: #ffffff;
}

.mainHeader--height #main-header .container-fluid {
  width: auto;
  max-width: none;
  padding: 0 80px;
}

@media (max-width: 991px) {
  .mainHeader--height #main-header {
    padding: 10px 0;
    position: relative;
  }

  .mainHeader--height #main-header .container-fluid {
    padding: 0 8px;
  }
}

.mainHeader--height #main-header .main-header--outer-flex {
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .mainHeader--height #main-header .main-header--outer-flex {
    -ms-flex-align: start;
    align-items: start;
    min-height: auto;
    position: initial;
  }
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 10px 0;
}

@media (max-width: 991px) {
  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 {
    padding: 0;
    position: initial;
  }
}

@media (min-width: 992px) {
  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .main-header--menu-icon {
    display: none;
  }
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .main-header--menu-icon button {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #333333;
  margin: 0 15px 0 0;
  font-size: 21px;
  outline: none;
  box-shadow: none;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .main-header--logo {
  width: auto;
  max-width: 100%;
  align-self: center;
  position: relative;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .main-header--logo img {
  width: 120px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .main-header--logo a {
  font-size: 30px;
  font-weight: 700;
  color: #f39700;
}

@media (max-width: 991px) {
  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .main-header--logo a {
    font-size: 20px;
    transition: none;
    word-wrap: break-word;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-width: 130px;
  }
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .main-header--control {
  margin-left: auto;
  display: flex;
}

@media (max-width: 991px) {
  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .main-header--control {
    width: auto;
  }
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item {
  margin-left: 10px;
  align-self: center;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
  position: absolute;
  width: 22px;
  top: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle svg {
  -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link {
  position: relative;
  display: block;
  font-size: 13px;
  color: #333333;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon,
.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
  display: inline-block;
  vertical-align: middle;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
  padding-left: 2px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
  font-size: 12px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtbl {
  font-size: 13px;
  display: block;
  font-weight: 500;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  max-width: 115px;
  overflow: hidden;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .fa {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 3px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
  position: relative;
  width: 32px;
  height: 40px;
  text-align: center;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
  width: 22px;
  height: 40px;
  fill: currentColor;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
  width: 22px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
  width: 20px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3);
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
  width: 18px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
  display: inline-block;
  vertical-align: top;
  background: #ff0000;
  color: #fff;
  font-size: 11px;
  text-align: center;
  position: absolute;
  left: 16px;
  top: -1px;
  padding: 0px 3px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link:hover svg.svg-ico-search {
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_dropdown {
  position: absolute;
  top: calc(100% + 15px);
  left: auto;
  right: 0;
  z-index: 990;
  min-width: 280px;
  border-radius: 3px;
  color: #677279;
  background: #fff;
  border: solid 1px #dfe3e8;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
  will-change: transform;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_dropdown .box-triangle {
  position: absolute;
  bottom: calc(100% - 2px);
  margin: 0 auto;
  width: 22px;
  height: 15px;
  right: 19px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_dropdown .box-triangle svg {
  -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 20px 20px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
  font-size: 18px;
  color: var(--shop-color-title);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  font-weight: 500;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 1px solid var(--shop-color-border);
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown .box-triangle {
  right: 58px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown .box-triangle {
  right: 98px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .box-triangle {
  visibility: visible;
  opacity: 1;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.js-action-show .header-action_dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
  visibility: visible;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 100;
  margin: auto;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
  z-index: 101;
  pointer-events: none;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text {
  margin: -5px 0;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .header-action__link .box-text {
  display: block !important;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-triangle {
  top: calc(100% - 3px);
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.locationContainer .header-action__link .box-text {
  padding: 5px 10px;
  border-radius: 5px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.locationContainer .header-action__link .box-icon {
  display: none;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink {
  display: none;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink a {
  margin-right: 0px;
  width: 20px;
  line-height: 32px;
  color: var(--shop-color-text);
  height: 35px;
  display: block;
  font-size: 28px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
  right: initial;
  left: 16px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
  width: 25px;
  height: 40px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
  width: 25px;
  height: 35px;
  cursor: pointer;
  display: block;
  position: relative;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar,
.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
  width: 25px;
  height: 2px;
  background: var(--shop-color-text);
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
  position: relative;
  top: 22px;
  display: block;
  margin: auto;
  -ms-transition: all 0ms 100ms, width 150ms linear;
  -webkit-transition: all 0ms 100ms, width 150ms linear;
  transition: all 0ms 100ms, width 150ms linear;
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
  height: 35px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu.js-action-show .hamburger-menu {
  opacity: 0;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 992px) {
  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_dropdown {
    width: 420px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown {
    width: 420px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown {
    width: 340px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_dropdown {
    width: 420px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown.header-action_widthAuto {
    width: auto;
    min-width: 260px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_locale {
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action {
    position: initial;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item {
    position: initial;
    margin-left: 0;
    margin-right: 8px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
    display: none;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
    top: calc(100% - 5px);
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_dropdown {
    top: 100%;
    width: 100vw;
    max-height: 100vh;
    height: auto;
    overflow-y: auto;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
    overflow: auto;
    padding-bottom: 120px;
    -webkit-overflow-scrolling: touch;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon>svg,
  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .count-holder {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
    padding: 0 0px 80px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown {
    top: 100%;
    width: 100vw;
    height: 100vh;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
    overflow: auto;
    padding-bottom: 120px;
    -webkit-overflow-scrolling: touch;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1.hSticky-nav .header-wrap-action .header-action .header-action-item.locationContainer .box-text {
    display: none !important;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1.hSticky-nav .header-wrap-action .header-action .header-action-item.locationContainer .box-icon {
    display: block !important;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1.hSticky-nav .header-wrap-action .header-action .header-action-item.header-action_search {
    display: block;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1.hSticky-nav .header-wrap-action .header-action-item.locationContainer {
    display: none;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1.hSticky-nav .header-wrap-action .header-action-item.locationContainer .header-action_text .box-triangle {
    top: calc(100% - 5px);
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1.hSticky-nav.mainHeader-product .header-wrap-action .header-action .header-action-item.header-action_backlink {
    display: block;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1.hSticky-nav.mainHeader-product .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
    left: 44px;
  }
}

@media (max-width: 767px) {
  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action {
    position: initial;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item {
    position: initial;
    margin-left: 5px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
    max-width: 90px;
    vertical-align: initial;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .header-action__link .box-text {
    padding: 0 5px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text {
    margin: -5px -5px;
    margin-right: 0;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .header-action__link {
    padding: 0 5px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
    font-size: 8px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw .fa {
    font-size: 10px;
    margin-left: 1px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
    font-size: 10px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
    width: 18px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
    width: 18px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
    width: 18px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
    width: 18px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
    width: 28px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    left: 12px;
    top: 1px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item {
    padding: 0 5px;
  }

  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-1 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu {
    margin-left: 0;
    margin-right: 8px;
  }
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 {
  padding: 5px 0 0 0;
  width: 100%;
  margin-bottom: -10px;
}

@media (max-width: 991px) {
  .mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 {
    display: none;
  }
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu {
  width: auto;
  max-width: 100%;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li {
  padding-left: 15px;
  padding-right: 15px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li:first-child {
  padding-left: 0;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li:last-child {
  padding-right: 0;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li>a {
  position: relative;
  text-decoration: none;
  color: #333333;
  display: inline-block;
  padding: 0 0 10px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li>a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  right: 0;
  bottom: 0px;
  background: #54595f;
  transition: background 0.4s ease-in-out 0s;
  -moz-transition: background 0.4s ease-in-out 0s;
  -o-transition: background 0.4s ease-in-out 0s;
  -webkit-transition: background 0.4s ease-in-out 0s;
  -ms-transition: background 0.4s ease-in-out 0s;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li:hover>a:after {
  width: 100%;
  left: 0;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li:hover .menuList-submain {
  pointer-events: auto;
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li.active>a {
  font-weight: 700;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li .menuList-submain {
  background: #f4f4f4;
  min-width: 220px;
  max-width: 180%;
  position: absolute;
  z-index: 99;
  top: 150%;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li .menuList-submain>li {
  position: relative;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li .menuList-submain>li~li {
  border-top: 1px solid #b9b9b9;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li .menuList-submain>li a {
  padding: 9px 18px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #54595f;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li .menuList-submain>li:hover .menuList-submain2 {
  pointer-events: auto;
  visibility: visible;
  top: 0%;
  opacity: 1;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li .menuList-submain>li.active>a {
  font-weight: 700;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li .menuList-submain>li .menuList-submain2 {
  background: #f4f4f4;
  min-width: 220px;
  max-width: 180%;
  position: absolute;
  z-index: 99;
  top: 150%;
  left: 100%;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li .menuList-submain>li .menuList-submain2>li {
  position: relative;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li .menuList-submain>li .menuList-submain2>li~li {
  border-top: 1px solid #b9b9b9;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-menu-nav-menu>ul>li .menuList-submain>li .menuList-submain2>li.active>a {
  font-weight: 700;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-hotline {
  width: auto;
  max-width: 100%;
  align-self: center;
  margin-left: auto;
  position: relative;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-hotline .main-header--row-2-inner-hotline {
  margin: 0 0 0 40px;
  padding-bottom: 10px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-hotline .main-header--row-2-inner-hotline a {
  color: #333333;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-hotline .main-header--row-2-inner-hotline a span {
  font-size: 13px;
  font-weight: 300;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-email {
  width: auto;
  max-width: 100%;
  position: relative;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-email .main-header--row-2-inner-email {
  margin: 0 0 0 40px;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-email .main-header--row-2-inner-email a {
  color: #333333;
  position: relative;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-email .main-header--row-2-inner-email a span {
  font-size: 13px;
  font-weight: 300;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-email .main-header--row-2-inner-email a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 20px;
  left: 0;
  background: #54595f;
  opacity: .2;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.mainHeader--height #main-header .main-header--outer-flex .main-header--inner-flex #main-header--row-2 .main-header--row-2-inner-flex .main-header--row-2-email .main-header--row-2-inner-email a:hover:after {
  opacity: .8;
  height: 4px;
}

.mainHeader--height #main-header.hSticky .header-wrap-action .header-action .header-action-item.locationContainer .header-action__link .box-text {
  background: none !important;
}

.mainHeader--height #main-header.hSticky {
  visibility: hidden;
  opacity: 0;
}

.mainHeader--height #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;
}

.mainHeader--height #main-header.hSticky.hSticky-nav .main-header--outer-flex {
  min-height: auto;
}

@media (min-width: 992px) {
  .mainHeader--height #main-header.hSticky.hSticky-nav .main-header--outer-flex {
    padding: 10px 0;
  }
}

.mainHeader--height #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;
}

.mainHeader--height #main-header.hSticky-nav .topbar,
.mainHeader--height #main-header.hSticky-nav .topbar-banner {
  display: none;
}

.mainHeader--height #main-header.hSticky-nav .header-wrap-menu ul.menuList-primary>li>a {
  padding-top: 25px;
  padding-bottom: 25px;
}

.sitenav-search {
  margin-bottom: 20px;
}

.sitenav-search form.searchform {
  position: relative;
  padding: 0;
}

.sitenav-search form.searchform input.input-search {
  height: 44px;
  line-height: 28px;
  padding: 8px 50px 8px 20px;
  width: 100%;
  background: #f6f6f6;
  border: 1px solid var(--shop-color-border);
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.sitenav-search form.searchform .btn-search {
  width: 50px;
  height: 44px;
  line-height: 42px;
  position: absolute;
  padding: 0;
  top: 0px;
  right: 0px;
  background: transparent;
  transition: opacity 150ms linear;
  outline: none;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sitenav-search form.searchform .btn-search svg {
  width: 25px;
  height: 44px;
  opacity: 0.9;
}

.sitenav-search form.searchform input.input-search:focus {
  background: #f2f5fa;
  outline: none;
  border-color: var(--shop-color-main);
}

.sitenav-search form.searchform.expanded .btn-search svg {
  opacity: 1;
}

.sitenav-search .smart-search-wrapper .dataEmpty {
  padding-bottom: 0px;
}

.sitenav-search .wpo-wrapper-search {
  margin-top: 30px;
}

.sitenav-cart .cart-view-scroll .mini-cart__item {
  position: relative;
  z-index: 3;
  border-bottom: 1px dotted var(--shop-color-border);
}

.sitenav-cart .cart-view-scroll .mini-cart__item:last-child {
  border-bottom: 0;
}

.sitenav-cart .cart-view-scroll .mini-cart__item td {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  vertical-align: middle;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left {
  width: 90px;
  padding-right: 15px;
  max-width: none;
  text-align: center;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left img {
  display: block;
  border: 1px solid #ededed;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left .mnc-gift {
  position: absolute;
  top: 5px;
  left: 0px;
  display: block;
  padding: 4px;
  background: #ffffff;
  border: 1px solid #ededed;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left .mnc-gift img {
  border: 0;
  margin: auto;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right {
  padding-left: 5px;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding-right: 28px;
  text-transform: uppercase;
  color: var(--shop-color-text);
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-variant {
  display: block;
  font-size: 13px;
  margin: 0px 0 7px;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-value {
  float: left;
  width: 28px;
  height: 28px;
  background: #f7f7f7;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin-right: 8px;
  margin-left: 8px;
  color: #252a2b;
  border: 0;
  padding: 0;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-value:focus {
  outline: none;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-btn {
  float: left;
  font-weight: 500;
  font-size: 18px;
  padding: 0;
  height: 28px;
  width: 28px;
  text-align: center;
  background: #ffffff;
  color: var(--shop-color-text);
  border: 1px solid #f3f4f4;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price {
  display: flex;
  display: -ms-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  flex-direction: column;
  -ms-flex-direction: column;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price .mnc-price {
  display: block;
  text-align: right;
  float: right;
  line-height: 26px;
  font-weight: 600;
  color: var(--shop-color-text);
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price .mnc-ori-price {
  text-align: right;
  float: right;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__remove {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__remove a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  color: var(--shop-color-text);
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__remove a svg {
  width: 12px;
}

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

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

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

.sitenav-cart .cart-view-total .mnc-total {
  font-weight: 500;
  color: #252a2b;
  padding: 10px 0;
}

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

.sitenav-cart .cart-view-total .mini-cart__button a.linktocheckout,
.sitenav-cart .cart-view-total .mini-cart__button a.linktocart {
  margin: 5px 0 10px;
  font-size: 12px;
  padding: 10px 10px;
  width: 100%;
  background-color: #ff0000;
  border-color: #ff0000;
}

.sitenav-cart .cart-view-total .mini-cart__button a.linktocart:before {
  background-color: #ff0000;
}

.sitenav-cart .cart-view-total .mini-cart__button td {
  width: 100%;
}

@media (min-width: 992px) {
  .sitenav-cart .mini-cart__empty .svgico-mini-cart {
    padding: 10px 0 5px;
  }

  .sitenav-cart .cart-view-scroll {
    overflow-y: scroll;
    max-height: 320px;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    margin-right: -20px;
    padding-right: 20px;
  }

  .sitenav-cart .cart-view-scroll::-webkit-scrollbar {
    width: 4px;
    height: 3px;
  }

  .sitenav-cart .cart-view-scroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }

  .sitenav-cart .cart-view-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .sitenav-cart .cart-view .cart-view-scroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4;
  }
}

@media (max-width: 991px) {
  .sitenav-cart .mini-cart__empty .svgico-mini-cart {
    padding: 0 0 5px;
  }

  .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title {
    margin-bottom: 0;
  }
}

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

.sitenav-account .site_account_panel_list .site_account_header {
  margin: 0 0 20px;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 1px solid var(--shop-color-border);
}

.sitenav-account .site_account_panel_list .site_account_header .site_account_title {
  font-size: 18px;
  color: var(--shop-color-title);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin: 0;
}

.sitenav-account .site_account_panel_list .site_account_header .site_account_title.size-small {
  font-size: 15px;
}

.sitenav-account .site_account_panel_list .site_account_header .site_account_legend {
  margin: 5px 0 0;
  font-size: 14px;
}

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

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

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

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

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

.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field {
  display: block;
  padding: 14px 10px 3px;
  border-radius: 2px;
  border: 1px solid #d4d6d8;
  width: 100%;
  line-height: normal;
  height: 42px;
  color: #1e2d7d;
  -webkit-appearance: none;
  resize: none;
  font-size: 12px;
  outline: none;
  box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__floating-label {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 42px;
  font-size: 12px;
  margin-bottom: 0;
  color: #677279;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  pointer-events: none;
}

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

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

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

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

.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action>p .link {
  color: var(--shop-color-main);
  transition: color 0.2s ease-in-out;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
}

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

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul {
  margin: 0;
}

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li {
  position: relative;
  margin-bottom: 5px;
}

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li.user-name {
  margin-top: -5px;
  margin-bottom: 8px;
}

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li:not(.user-name) {
  padding-left: 10px;
}

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li:not(.user-name):before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  background: var(--shop-color-text);
}

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

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a {
  color: var(--shop-color-text);
  padding: 0 4px;
  margin-bottom: 10px;
}

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a:hover {
  color: var(--shop-color-hover);
}

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

.sitebox-recaptcha a {
  color: #333333;
}

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

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

.sitenav-menu {
  position: relative;
  max-width: 100vw;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}

.sitenav-menu .menu-mobile--wrap {
  height: 100%;
}

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

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

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

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

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

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

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu {
  height: 100%;
}

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

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul.hidden-child {
  display: none;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul:not(.hidden-child) {
  display: block;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li {
  position: relative;
}

.sitenav-menu .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;
  color: var(--shop-color-text);
  -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;
}

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

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a i svg {
  width: 8px;
  height: 12px;
}

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

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

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li a,
.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li a,
.sitenav-menu .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;
  color: var(--shop-color-text);
  -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;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li span,
.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li span,
.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li span {
  margin-right: 4px;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li:first-child a,
.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li:first-child a,
.sitenav-menu .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;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li:first-child a i,
.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li:first-child a i,
.sitenav-menu .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;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li {
  position: relative;
}

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

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li.level-2 a i svg {
  width: 8px;
  height: 12px;
}

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

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li {
  position: relative;
}

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

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li.level-3 a i svg {
  width: 8px;
  height: 12px;
}

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

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

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

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mobile-menu__section {
  padding: 16px 20px;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mobile-menu__section .mobile-menu__section-title {
  font-size: 15px;
  color: #333333;
  line-height: 1.85;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}

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

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

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

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

.heading-page #main-header {
  position: relative;
}

.heading-page #main-header .container-fluid {
  max-width: 1440px;
  padding: 0 15px;
}

.absolute-heading #main-header {
  position: absolute;
  opacity: 1;
}

.absolute-heading .mainHeader--height {
  position: absolute;
}

.smart-search-wrapper {
  width: 100%;
  background: #fff;
}

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

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

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

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

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

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

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

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

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

.productToolbar-addcart .product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productToolbar-addcart .product-actions .block-quantity {
  width: 55px;
  float: left;
}

.productToolbar-addcart .product-actions .block-addcart {
  width: calc(100% - 55px);
  float: left;
  padding-left: 10px;
}

.productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 4px;
  border: 1px solid #e70505;
}

.productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct:focus {
  outline: none;
}

.productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct.disabled {
  background-color: #fff;
  border-color: #929292;
  color: #929292;
}

.productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct.disabled:before {
  background: #ffffff;
}

.productToolbar-addcart .product-actions .quantity-selector .quantity-title {
  margin-bottom: 8px;
  display: none;
}

.productToolbar-addcart .product-actions .quantity-selector .quantity-number {
  background: #fff;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 55px;
  border: 1px solid #f3f4f4;
  border-radius: 1px;
  float: left;
  -webkit-appearance: none;
}

.productToolbar-addcart .product-actions .quantity-selector .quantity-number:focus {
  outline: none;
}

@media (min-width: 992px) {
  .productToolbar-addcart .product-actions .quantity-selector .quantity-title {
    display: block;
    font-weight: 600;
    width: 28%;
  }

  .productToolbar-addcart .product-actions .block-addcart {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }

  .productToolbar-addcart .product-actions .block-quantity {
    width: 100%;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
}

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

/*== CART MINI MOBILE ==*/
.siteCart-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent;
  /*-webkit-transition: top 0.5s ease 0s; transition: top 0.5s ease 0s;top:calc(100% - 45px);*/
}

.siteCart-mobile__dialog {
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.35s ease, bottom 0.25s ease, visibility 0s;
  transition: transform 0.35s ease, bottom 0.25s ease, visibility 0s;
  border-radius: 16px 16px 0 0;
  background-clip: padding-box;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
  display: flex;
  flex-direction: column;
}

.siteCart-mobile__content {
  height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.siteCart-mobile__header {
  padding: 0 8px;
  cursor: pointer;
  border-bottom: 1px solid #dee2e6;
  background: #ff0000;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.siteCart-mobile__header .boxinfo {
  padding: 12px 8px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.siteCart-mobile__header .boxinfo:nth-child(2) {
  font-weight: 600;
  text-align: center;
}

.siteCart-mobile__header .boxinfo:nth-child(3) {
  text-align: right;
}

.siteCart-mobile__body {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  background: #ffffff;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.siteCart-mobile__body .sitenav-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.siteCart-mobile__body .sitenav-content__title {
  display: none;
}

.siteCart-mobile__body .cart-view {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-direction: column;
  flex-direction: column;
}

.siteCart-mobile__body .cart-view-scroll {
  padding: 0 15px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.siteCart-mobile__body .cart-view-scroll .mini-cart__empty td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.siteCart-mobile__body .cart-view-scroll .mini-cart__item {
  background: #ffffff;
}

.siteCart-mobile__body .cart-view-line {
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.siteCart-mobile__body .cart-view-total {
  padding: 0 12px 05px;
}

.siteCart-mobile__body .cart-view-total .mini-cart__button .mnc-cta {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

.siteCart-mobile__body .cart-view-total .mini-cart__button .mnc-cta:last-child {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.section-title h2 {
  font-size: 39px;
  color: var(--shop-color-title);
  margin: 0 0 15px 0;
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .siteCart-mobile {
    display: block;
  }

  body.body-showcart {
    overflow: hidden;
  }

  .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_dropdown,
  .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .box-triangle {
    display: none !important;
  }

  body:not(.mainBody-mbcart) .siteCart-mobile {
    display: block;
  }

  /*body:not(.mainBody-mbcart) .siteCart-mobile > .siteCart-mobile__header,
	body.mainBody-mbcart.template-page .siteCart-mobile > .siteCart-mobile__header{display:none}*/
  body:not(.mainBody-mbcart) .siteCart-mobile>.siteCart-mobile__header {
    display: none;
  }

  body.mainBody-mbcart .mainFooter {
    padding-bottom: 45px;
  }

  /*body.mainBody-mbcart.template-page .mainFooter{padding-bottom: 0;}*/
  body.mainBody-mbcart.template-cart .mainFooter {
    padding-bottom: 56px;
  }

  body:not(.mainBody-mbcart).template-cart .wrapper-mainCart .order-summary-block .summary-button {
    position: relative;
  }

  .mainFooter-product {
    padding-bottom: 54px;
  }

  body.mainBody-mbcart .mainFooter.mainFooter-product {
    padding-bottom: 54px;
  }

  .mainBody-product.scroll-down .action-buys {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  body.mainBody-mbcart .mainBody-product+.siteCart-mobile:not(.show-cart) {
    opacity: 0;
    visibility: hidden;
  }

  body.mainBody-mbcart .mainBody-product.scroll-down+.siteCart-mobile {
    opacity: 1;
    visibility: visible;
  }

  body.mainBody-mbcart .mainBody-product.scroll-down .action-buys {
    padding-bottom: 55px !important;
  }

  /* cart */
}

/* ==================== */
/* Main Slider */
#main-slider .container-fluid {
  width: auto;
  max-width: none;
  padding: 0;
}

#main-slider .main-slider--inner-flex {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main-slider .main-slider--set-width {
  width: 100%;
  position: relative;
}

#main-slider .main-slider--set-background {
  -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  background-color: transparent;
  background-image: linear-gradient(180deg, #f4f4f4 85%, #fff 85%);
}

#main-slider .rey-coverSideSlide {
  position: relative;
  color: #383838;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  min-height: auto;
}

#main-slider .rey-coverSideSlide .cSslide-effectBg {
  z-index: 3;
  background: #fff;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform calc(var(--cover-sideslide-intro-transition-duration)*0.65) cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform calc(var(--cover-sideslide-intro-transition-duration)*0.65) cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform calc(var(--cover-sideslide-intro-transition-duration)*0.65) cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform calc(var(--cover-sideslide-intro-transition-duration)*0.65) cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform calc(var(--cover-sideslide-intro-transition-duration)*0.65) cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  display: none;
}

#main-slider .rey-coverSideSlide .cSslide-effectBg.cSslide-effectBg--2 {
  background: #f1f1f1;
  z-index: 2;
  -webkit-transition-delay: calc(var(--cover-sideslide-intro-transition-duration)*0.35);
  transition-delay: calc(var(--cover-sideslide-intro-transition-duration)*0.35);
}

@media (min-width: 768px) {
  #main-slider .rey-coverSideSlide .cSslide-effectBg.cSslide-effectBg--2 {
    display: block;
  }
}

#main-slider .rey-coverSideSlide .cSslide--abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  #main-slider .rey-coverSideSlide .cSslide--abs {
    display: block;
  }
}

@media (max-width: 991px) {
  #main-slider .rey-coverSideSlide {
    padding-left: 0;
    padding-right: 0;
    height: initial;
  }
}

@media (min-width: 1025px) {
  #main-slider .rey-coverSideSlide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
}

#main-slider .rey-coverSideSlide .cSslide-sliderWrapper {
  overflow: hidden;
  height: 100%;
}

@media (max-width: 991px) {
  #main-slider .rey-coverSideSlide .cSslide-sliderWrapper .cSslide-slider {
    position: relative;
  }
}

#main-slider .rey-coverSideSlide .cSslide-sliderWrapper .cSslide-slider .cSslide-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-width: 0;
  z-index: 0;
}

#main-slider .rey-coverSideSlide .cSslide-sliderWrapper .cSslide-slider .cSslide-slide a {
  position: relative;
  display: block;
}

#main-slider .rey-coverSideSlide .cSslide-sliderWrapper .cSslide-slider .cSslide-slide a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

#main-slider .rey-coverSideSlide .cSslide-sliderWrapper .cSslide-slider .cSslide-slide.--delay {
  -webkit-transition-delay: var(--cover-sideslide-effect-transition-duration);
  transition-delay: var(--cover-sideslide-effect-transition-duration);
}

#main-slider .rey-coverSideSlide .cSslide-sliderWrapper .cSslide-slider .cSslide-slide .cSslide-slideContent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: calc(var(--cover-sideslide-effect-transition-duration)*2) cubic-bezier(0.19, 1, 0.22, 1);
  transition: calc(var(--cover-sideslide-effect-transition-duration)*2) cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

#main-slider .rey-coverSideSlide .cSslide-sliderWrapper .cSslide-slider .slick-list,
#main-slider .rey-coverSideSlide .cSslide-sliderWrapper .cSslide-slider .slick-track {
  height: auto !important;
}

#main-slider .rey-coverSideSlide .cSslide-sliderWrapper .slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#main-slider .rey-coverSideSlide .cSslide-sliderWrapper .slick-dots li {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
}

#main-slider .rey-coverSideSlide .cSslide-sliderWrapper .slick-dots li button {
  display: none;
}

#main-slider .rey-coverSideSlide .cSslide-sliderWrapper .slick-dots li.slick-active {
  background: var(--shop-color-main);
}

@media (min-width: 992px) {
  #main-slider .rey-coverSideSlide .cSslide-sliderWrapper {
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #main-slider .rey-coverSideSlide .cSslide-sliderWrapper.cSslide-active {
    top: 0;
  }
}

#main-slider .rey-coverSideSlide .cSslide-arrows {
  position: absolute;
  top: calc(50% - -150px);
  right: calc(var(--cover-sideslide-margin-size)*1.3);
  display: none;
  -webkit-transform: rotate(90deg) translateY(-60px);
  transform: rotate(90deg) translateY(-60px);
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

@media (min-width: 1025px) {
  #main-slider .rey-coverSideSlide .cSslide-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#main-slider .rey-coverSideSlide .cSslide-arrows .rey-arrowSvg {
  color: #fff;
  width: 100px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

#main-slider .rey-coverSideSlide .cSslide-arrows .rey-arrowSvg.rey-arrowSvg--left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#main-slider .rey-coverSideSlide .cSslide-arrows .rey-arrowSvg svg {
  font-size: 1rem;
  display: inline-block;
  fill: #373737;
  height: 1em;
  position: relative;
  vertical-align: middle;
  width: 1em;
  font-size: 1.875rem;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s var(--easeOutCubic);
  transition: -webkit-transform 0.3s var(--easeOutCubic);
  transition: transform 0.3s var(--easeOutCubic);
  transition: transform 0.3s var(--easeOutCubic), -webkit-transform 0.3s var(--easeOutCubic);
  font-size: 50px;
  height: 50px;
  opacity: .7;
}

#main-slider .rey-coverSideSlide .cSslide-arrows .rey-arrowSvg svg .rey-arrowSvg-dash {
  -webkit-transition: -webkit-transform 0.3s var(--easeOutCubic);
  transition: -webkit-transform 0.3s var(--easeOutCubic);
  transition: transform 0.3s var(--easeOutCubic);
  transition: transform 0.3s var(--easeOutCubic), -webkit-transform 0.3s var(--easeOutCubic);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

#main-slider .rey-coverSideSlide .cSslide-arrows .rey-arrowSvg:hover svg {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 1;
}

#main-slider .rey-coverSideSlide .cSslide-arrows .rey-arrowSvg:hover svg .rey-arrowSvg-dash {
  -webkit-transform: scaleX(0.7);
  transform: scaleX(0.7);
}

#main-slider .rey-coverSideSlide .cSslide-caption {
  padding-top: 20px;
  pointer-events: none;
  position: absolute;
  left: var(--cover-sideslide-margin-size);
  z-index: 3;
  bottom: 20%;
  color: #383838;
}

@media (min-width: 1025px) {
  #main-slider .rey-coverSideSlide .cSslide-caption {
    bottom: 36%;
  }
}

#main-slider .rey-coverSideSlide .cSslide-caption .cSslide-captionWrapper {
  overflow: hidden;
}

#main-slider .rey-coverSideSlide .cSslide-caption .cSslide-captionEl {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

#main-slider .rey-coverSideSlide .cSslide-counter {
  margin-bottom: 2.5rem;
  font-size: 14px;
  display: none;
}

@media (min-width: 1025px) {
  #main-slider .rey-coverSideSlide .cSslide-counter {
    margin-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  #main-slider .rey-coverSideSlide .cSslide-counter {
    display: block;
  }
}

#main-slider .rey-coverSideSlide .cSslide-counter .cSslide-counterCurrent {
  opacity: .6;
  font-size: 20px;
  font-weight: 600;
}

#main-slider .rey-coverSideSlide .cSslide-counter .cSslide-counterTotal {
  opacity: .6;
}

#main-slider .rey-coverSideSlide .cSslide-captionLabel {
  font-size: .875rem;
  margin-bottom: 1.25rem;
  font-weight: 300;
  color: inherit;
}

#main-slider .rey-coverSideSlide .cSslide-captionTitle {
  font-size: 2.375rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: inherit;
  letter-spacing: -3.2px;
}

@media (min-width: 1025px) {
  #main-slider .rey-coverSideSlide .cSslide-captionTitle {
    font-size: 4.5rem;
  }
}

#main-slider .rey-coverSideSlide .cSslide-captionSubtitle {
  font-size: 1.125rem;
  margin-bottom: 3.125rem;
  font-weight: 300;
  color: inherit;
  max-width: 360px;
}

@media (min-width: 768px) {
  #main-slider .rey-coverSideSlide .cSslide-captionSubtitle {
    display: block;
    max-width: 560px;
  }
}

#main-slider .rey-coverSideSlide .cSslide-captionBtn {
  padding-bottom: 2px;
}

#main-slider .rey-coverSideSlide .cSslide-captionBtn a {
  color: var(--accent-color);
  border-color: #373737;
  background-color: transparent;
  padding: .9375rem 1.25rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.15s var(--easeOutCubic), background-color 0.15s var(--easeOutCubic), border-color 0.15s var(--easeOutCubic);
  transition: color 0.15s var(--easeOutCubic), background-color 0.15s var(--easeOutCubic), border-color 0.15s var(--easeOutCubic);
  font-size: .75rem;
  font-weight: 600;
  color: inherit;
  position: relative;
  padding: 1em 5em 1em 1.6em;
  -webkit-transition: opacity 0.25s var(--easeOutCubic);
  transition: opacity 0.25s var(--easeOutCubic);
}

#main-slider .rey-coverSideSlide .cSslide-captionBtn a:after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #373737;
  -webkit-transition: -webkit-transform 0.25s var(--easeOutCubic);
  transition: -webkit-transform 0.25s var(--easeOutCubic);
  transition: transform 0.25s var(--easeOutCubic);
  transition: transform 0.25s var(--easeOutCubic), -webkit-transform 0.25s var(--easeOutCubic);
  position: absolute;
  top: 50%;
  top: calc(50% - 1px);
  right: 1.15em;
}

#main-slider .rey-coverSideSlide .cSslide-captionBtn a:hover {
  color: inherit;
  opacity: .8;
}

#main-slider .rey-coverSideSlide .cSslide-captionBtn a:hover:after {
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}

#main-slider .rey-coverSideSlide .cSslide-social {
  text-align: center;
  z-index: 3;
  color: inherit;
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: calc(var(--cover-sideslide-active-transition-delay)*1.3);
  transition-delay: calc(var(--cover-sideslide-active-transition-delay)*1.3);
  display: none;
  -webkit-transform: translateY(var(--cover-sideslide-margin-size));
  transform: translateY(var(--cover-sideslide-margin-size));
  opacity: 0;
  position: absolute;
  bottom: calc(.8*var(--cover-sideslide-margin-size));
  left: var(--cover-sideslide-margin-size);
}

@media (min-width: 992px) {
  #main-slider .rey-coverSideSlide .cSslide-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#main-slider .rey-coverSideSlide .cSslide-social .cSslide-socialText {
  font-size: 12px;
  font-weight: 400;
  opacity: .8;
  margin-right: 30px;
  display: none;
}

@media (min-width: 1025px) {
  #main-slider .rey-coverSideSlide .cSslide-social .cSslide-socialText {
    display: block;
  }
}

#main-slider .rey-coverSideSlide .cSslide-social .cSslide-socialIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main-slider .rey-coverSideSlide .cSslide-social .cSslide-socialIcons .cSslide-socialIcons-link {
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  font-size: 18px;
  background-color: transparent;
  color: inherit;
  opacity: .8;
  -webkit-transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

#main-slider .rey-coverSideSlide .cSslide-social .cSslide-socialIcons .cSslide-socialIcons-link svg {
  display: block;
  color: inherit;
  font-size: 1rem;
  display: inline-block;
  fill: #373737;
  height: 1em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

#main-slider .rey-coverSideSlide .cSslide-social .cSslide-socialIcons .cSslide-socialIcons-link:hover {
  opacity: 1;
}

#main-slider .rey-coverSideSlide.--cSslide-active .cSslide-social {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

#main-slider .rey-coverSideSlide.--init .cSslide-arrows {
  -webkit-transform: rotate(90deg) translateY(0px);
  transform: rotate(90deg) translateY(0px);
  opacity: 1;
}

#main-slider .rey-coverSideSlide.--init .cSslide-caption.--active .cSslide-captionEl {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#main-slider .rey-coverSideSlide.--init .cSslide-caption:only-child .cSslide-captionEl {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#main-slider .rey-coverSideSlide.--animate-intro .cSslide-effectBg {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

#main-slider .rey-coverSideSlide.--loading {
  background-color: #fff;
  position: relative #main-slider .rey-coverSideSlide.--loading;
}

#main-slider .rey-coverSideSlide.--loading :after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: #54595f;
  -webkit-animation: dashanim-active-trscale 1s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: dashanim-active-trscale 1s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  position: absolute;
  left: calc(50% - 50px);
  top: 50%;
  color: rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  z-index: 1070;
}

#main-slider .rey-coverSideSlide:not(.--init) .cSslide-slide:not(:first-child) {
  visibility: hidden;
}

#main-slider .rey-coverSideSlide.--effect-curtains .cSslide-sliderWrapper .cSslide-effectBg {
  z-index: 2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform var(--cover-sideslide-effect-transition-duration) cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform var(--cover-sideslide-effect-transition-duration) cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform var(--cover-sideslide-effect-transition-duration) cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform var(--cover-sideslide-effect-transition-duration) cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform var(--cover-sideslide-effect-transition-duration) cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

#main-slider .rey-coverSideSlide.--effect-curtains .cSslide-sliderWrapper .cSslide-effectBg.cSslide-effectBg--2 {
  z-index: 3;
  -webkit-transition-delay: calc(var(--cover-sideslide-effect-transition-duration)*0.5);
  transition-delay: calc(var(--cover-sideslide-effect-transition-duration)*0.5);
}

#main-slider .rey-coverSideSlide.--effect-curtains .cSslide-sliderWrapper .cSslide-slide.--delay {
  -webkit-transition-delay: var(--cover-sideslide-effect-transition-duration);
  transition-delay: var(--cover-sideslide-effect-transition-duration);
}

#main-slider .rey-coverSideSlide.--effect-curtains .cSslide-sliderWrapper .cSslide-slideContent {
  -webkit-transition: calc(var(--cover-sideslide-effect-transition-duration)*2) cubic-bezier(0.19, 1, 0.22, 1);
  transition: calc(var(--cover-sideslide-effect-transition-duration)*2) cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

#main-slider .rey-coverSideSlide.--effect-curtains .cSslide-sliderWrapper.--animate-in .cSslide-effectBg {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media (min-width: 768px) {
  #main-slider .rey-coverSideSlide.--effect-curtains .cSslide-sliderWrapper.--animate-in .slick-current .cSslide-slideContent {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-delay: var(--cover-sideslide-effect-transition-duration);
    transition-delay: var(--cover-sideslide-effect-transition-duration);
  }
}

#main-slider .rey-coverSideSlide.--effect-curtains .cSslide-sliderWrapper.--animate-out .cSslide-effectBg {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

@media (min-width: 768px) {
  #main-slider .rey-coverSideSlide.--effect-curtains .cSslide-sliderWrapper.--animate-out .slick-current .cSslide-slideContent {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: calc(var(--cover-sideslide-effect-transition-duration)*0.9);
    transition-delay: calc(var(--cover-sideslide-effect-transition-duration)*0.9);
  }
}

@media (max-width: 991px) {
  #main-slider .rey-coverSideSlide .cSslide-sliderWrapper .cSslide-slider .cSslide-slide a:after {
    background-color: rgba(0, 0, 0, 0.1);
  }

  #main-slider .rey-coverSideSlide .cSslide-captions {
    position: relative;
    background: rgba(0, 0, 0, 0.03);
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  #main-slider .rey-coverSideSlide .cSslide-captions .cSslide-caption {
    bottom: initial;
    padding: 15px 20px;
    left: 0;
    flex: 0 0 100%;
    visibility: hidden;
    position: relative;
  }

  #main-slider .rey-coverSideSlide .cSslide-captions .cSslide-caption.--active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
  }

  #main-slider .rey-coverSideSlide .cSslide-captions .cSslide-caption .cSslide-captionWrapper {
    margin-bottom: 7px !important;
  }

  #main-slider .rey-coverSideSlide .cSslide-captions .cSslide-caption .cSslide-captionWrapper .cSslide-captionSubtitle {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 10px !important;
  }

  #main-slider .rey-coverSideSlide .cSslide-captions .cSslide-caption .cSslide-captionWrapper .btn-primary-outline {
    padding: 8px 60px 8px 10px;
    margin-bottom: 15px;
  }

  #main-slider .rey-coverSideSlide .cSslide-captions .cSslide-captionTitle {
    letter-spacing: 0px;
    font-size: 22px;
  }
}

/* ============= */
/* About Intro */
#main-intro {
  margin: 40px 0 0 0;
}

#main-intro .inner-main-intro {
  max-width: 920px;
  padding: 0 0 60px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #main-intro .inner-main-intro {
    padding: 0 0 40px 0;
  }
}

#main-intro .inner-main-intro .box-main-intro {
  text-align: center;
}

@media (max-width: 991px) {
  #main-intro .inner-main-intro .box-main-intro {
    margin-bottom: 15px;
  }
}

#main-intro .inner-main-intro .box-main-intro img {
  width: 140px;
}

#main-intro .inner-main-intro .box-info-intro p {
  font-size: 16px;
  line-height: 27px;
  color: #373737;
  font-weight: 400;
}

/* ============= */
/* Main Collection Home */
#main-collection-1 .inner-main-collection {
  position: relative;
  padding: 40px 0 80px 0;
}

#main-collection-1 .inner-main-collection .section-title {
  text-align: center;
}

#main-collection-1 .inner-main-collection .section-title .view-colleciton a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding: 5px 0;
}

#main-collection-1 .inner-main-collection .section-title .view-colleciton a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  right: 0;
  bottom: 0;
  background: #373737;
  -webkit-transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
  transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
}

#main-collection-1 .inner-main-collection .section-title .view-colleciton a:hover:after {
  left: 0;
  width: 100%;
  -webkit-animation: dashanim-active-trscale 0.4s var(--easeOutCubic);
  animation: dashanim-active-trscale 0.4s var(--easeOutCubic);
}

#main-collection-1 .inner-main-collection .section-arrow .rey-arrowSvg {
  position: absolute;
  -webkit-transition: color .2s;
  transition: color .2s;
  cursor: pointer;
  pointer-events: auto;
  z-index: 99;
}

#main-collection-1 .inner-main-collection .section-arrow .rey-arrowSvg svg {
  font-size: 38px;
  -webkit-transition: -webkit-transform 0.3s var(--easeOutCubic);
  transition: -webkit-transform 0.3s var(--easeOutCubic);
  transition: transform 0.3s var(--easeOutCubic);
  transition: transform 0.3s var(--easeOutCubic), -webkit-transform 0.3s var(--easeOutCubic);
  display: inline-block;
  fill: #707070;
  height: 1em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

#main-collection-1 .inner-main-collection .section-arrow .rey-arrowSvg svg .rey-arrowSvg-dash {
  -webkit-transition: -webkit-transform 0.3s var(--easeOutCubic);
  transition: -webkit-transform 0.3s var(--easeOutCubic);
  transition: transform 0.3s var(--easeOutCubic);
  transition: transform 0.3s var(--easeOutCubic), -webkit-transform 0.3s var(--easeOutCubic);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

#main-collection-1 .inner-main-collection .section-arrow .rey-arrowSvg:hover .--default {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

#main-collection-1 .inner-main-collection .section-arrow .rey-arrowSvg:hover .--default .rey-arrowSvg-dash {
  -webkit-transform: scaleX(0.7);
  transform: scaleX(0.7);
}

#main-collection-1 .inner-main-collection .section-arrow .rey-arrowSvg--left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
  left: 0;
}

#main-collection-1 .inner-main-collection .section-arrow .rey-arrowSvg--right {
  margin-left: 10px;
  right: 0;
}

#main-collection-1 .inner-main-collection .section-slider-product {
  margin: 40px 0 0 0;
}

#main-collection-1 .inner-main-collection .section-slider-product ul {
  margin: 0 -15px;
  padding: 0;
}

#main-collection-1 .inner-main-collection .section-slider-product .slick-slider {
  margin: 0 -15px;
}

#main-collection-1 .inner-main-collection .section-slider-product .slick-slider .product-loop-items {
  padding: 0 15px;
}

#main-collection-1 .inner-main-collection .section-slider-product .product-loop-items {
  flex: 0 0 calc(25% - 30px);
  margin: 0 15px 30px;
}

#main-collection-1 .inner-main-collection .section-slider-product .product-loop-items.item-banner {
  flex: 0 0 calc(50% - 30px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  #main-collection-1 .inner-main-collection {
    padding: 20px 0;
  }

  #main-collection-1 .inner-main-collection .section-slider-product ul {
    margin: 0 -8px;
  }

  #main-collection-1 .inner-main-collection .section-slider-product .product-loop-items {
    flex: 0 0 calc(50% - 16px);
    margin: 0 8px 16px;
  }

  #main-collection-1 .inner-main-collection .section-slider-product .product-loop-items.item-banner {
    flex: 0 0 calc(100% - 16px);
  }

  #main-collection-1 .inner-main-collection .section-slider-product {
    margin: 0;
  }
}

/* ============= */
/* Product Loop Items */
.product-items {
  text-align: center;
  position: relative;
}

.product-items .product-items--thumbnail {
  position: relative;
}

.product-items .product-items--thumbnail img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-items .product-items--thumbnail img.rey-productThumbnail__second {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.product-items .product-items--thumbnail .gift {
  width: 30px;
  height: 30px;
  line-height: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  padding: 0 5px;
}

.product-items .product-items--thumbnail .gift img {
  display: inline-block;
}

.product-items .product-items--thumbnail .sticker_frame {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.product-items .product-items--thumbnail .pro-sale,
.product-items .product-items--thumbnail .pro-soldout {
  position: absolute;
  top: 7px;
  z-index: 3;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 5px;
  line-height: 1.4;
}

.product-items .product-items--thumbnail .pro-soldout {
  left: 7px;
  background: #565656;
  font-size: 11px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.product-items .product-items--thumbnail .pro-sale {
  left: 7px;
  background: red;
  letter-spacing: 0.5px;
  min-width: 40px;
  text-align: center;
}

.product-items .product-items--thumbnail .pro-sale+.pro-soldout {
  top: 32px;
}

.product-items .product-items--detail {
  padding: 0 20px 20px;
}

.product-items .product-items--title {
  font-size: 18px;
  line-height: 25px;
  margin: 15px 0;
  font-weight: 600;
}

.product-items .product-items--title a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.product-items .product-items--reviews {
  margin: 0 0 5px 0;
}

.product-items .product-items--reviews .haravan-product-reviews-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-items .product-items--reviews .haravan-product-reviews-badge .hrv-product-reviews-star i {
  font-size: 16px;
}

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

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

.product-items .product-items--reviews .haravan-product-reviews-badge .hrv-product-reviews-star+p {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0;
  visibility: hidden;
}

.product-items .product-items--reviews .haravan-product-reviews-badge .hrv-product-reviews-star+p:before {
  content: "(0)";
  display: inline-block;
  visibility: visible;
}

.product-items .product-items--reviews .haravan-product-reviews-badge .hrv-product-reviews-star+span,
.product-items .product-items--reviews .haravan-product-reviews-badge .hrv-product-reviews-star+p:before {
  font-size: 14px;
}

.product-items .product-items--reviews .hrv-product-reviews-star {
  margin-right: 8px;
}

.product-items .product-items--reviews p {
  margin: 0;
}

.product-items .product-items--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-items .product-items--info .product-items--price {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1025px) {
  .product-items .product-items--info .product-items--price {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .product-items .product-items--info .product-items--price {
    margin: 0 0 15px 0;
  }
}

.product-items .product-items--info .product-items--price .product-items--outer-price {
  display: inline-block;
  -webkit-transition: opacity 0.3s var(--easeOutCubic), -webkit-transform 0.3s var(--easeOutCubic);
  transition: opacity 0.3s var(--easeOutCubic), -webkit-transform 0.3s var(--easeOutCubic);
  transition: transform 0.3s var(--easeOutCubic), opacity 0.3s var(--easeOutCubic);
  transition: transform 0.3s var(--easeOutCubic), opacity 0.3s var(--easeOutCubic), -webkit-transform 0.3s var(--easeOutCubic);
}

@media (min-width: 1025px) {
  .product-items .product-items--info .product-items--price .product-items--outer-price {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.product-items .product-items--info .product-items--info-item {
  padding: 0 0 5px 0;
  margin-left: 15px;
}

@media (min-width: 1025px) {
  .product-items .product-items--info .product-items--info-item {
    overflow: hidden;
  }
}

.product-items .product-items--info .product-items--info-item:nth-of-type(1) {
  margin-left: 0;
}

.product-items .product-items--info .product-items--info-item.product-items--quickview {
  display: none;
}

@media (min-width: 1025px) {
  .product-items .product-items--info .product-items--info-item.product-items--quickview {
    display: block;
  }
}

.product-items .product-items--info .product-items--info-item.product-items--addtocart {
  display: none;
}

@media (min-width: 1025px) {
  .product-items .product-items--info .product-items--info-item.product-items--addtocart {
    display: block;
  }
}

@media (min-width: 1025px) {
  .product-items .product-items--info .product-items--info-item .product-items--info-inner {
    -webkit-transition: opacity 0.3s var(--easeOutCubic), -webkit-transform 0.3s var(--easeOutCubic);
    transition: opacity 0.3s var(--easeOutCubic), -webkit-transform 0.3s var(--easeOutCubic);
    transition: transform 0.3s var(--easeOutCubic), opacity 0.3s var(--easeOutCubic);
    transition: transform 0.3s var(--easeOutCubic), opacity 0.3s var(--easeOutCubic), -webkit-transform 0.3s var(--easeOutCubic);
    display: block;
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
}

.product-items .product-items--info .product-items--info-item .product-items--info-inner a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  line-height: 1.2;
  -webkit-transition: color 0.2s var(--easeOutCubic);
  transition: color 0.2s var(--easeOutCubic);
  padding: 0 0 5px;
}

.product-items .product-items--info .product-items--info-item .product-items--info-inner a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.product-items .product-items--info .product-items--info-item .product-items--info-inner a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  right: 0;
  bottom: 0;
  background: #373737;
  -webkit-transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
  transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
}

.product-items .product-items--info .product-items--info-item .product-items--info-inner a:hover:after {
  left: 0;
  width: 100%;
  -webkit-animation: dashanim-active-trscale 0.4s var(--easeOutCubic);
  animation: dashanim-active-trscale 0.4s var(--easeOutCubic);
}

.product-items .product--price {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.product-items .product--price.on-sale .price {
  margin-right: 4px;
  color: #ff2c26;
}

.product-items .product--price .price-del {
  color: #878c8f;
  text-decoration: line-through;
  font-weight: 300;
  font-size: 13px;
}

.product-items .product-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.product-items .product--image {
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

.product-items .product--image .lazy-img.second-image {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}

.product-items .lazy-img {
  position: relative;
  width: 100%;
  height: 0;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  padding-bottom: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-items .lazy-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  object-fit: cover;
  transform: translate(-50%, -50%);
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  max-height: 100%;
}

.product-items .lazy-img img:hover {
  top: 50%;
  left: 50%;
  display: block;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.2);
}

@media (min-width: 1025px) {
  .product-items:hover .product-items--thumbnail .rey-productThumbnail__first {
    opacity: 0;
    visibility: hidden;
  }

  .product-items:hover .product-items--thumbnail .rey-productThumbnail__second {
    opacity: 1;
    visibility: visible;
  }

  .product-items:hover .product-items--info .product-items--price .product-items--outer-price {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
  }

  .product-items:hover .product-items--info .product-items--info-item .product-items--info-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .product-items:hover .product-items--info .product-items--info-item.product-items--quickview .product-items--info-inner {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
  }

  .product-items:hover .product-items--info .product-items--info-item.product-items--wishlist .product-items--info-inner {
    -webkit-transition-delay: .16s;
    transition-delay: .16s;
  }

  .product-items:hover .product--image .lazy-img.first-image {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }

  .product-items:hover .product--image .lazy-img.second-image {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .product-items .product-items--detail {
    padding: 0 4px 4px;
  }

  .product-items .product-items--title a {
    -webkit-line-clamp: 2;
  }

  .product-items .product-items--reviews .haravan-product-reviews-badge .hrv-product-reviews-star i {
    font-size: 16px;
  }

  .product-items .product-items--reviews .haravan-product-reviews-badge .hrv-product-reviews-star p {
    font-size: 13px;
  }
}

/* ============= */
/* Main Banner */
#main-banner {
  background-color: #f8f8f8;
  padding: 100px 0 120px;
}

#main-banner .container-fluid .main-banner--inner .row {
  margin-left: -5px;
  margin-right: -5px;
}

#main-banner .container-fluid .main-banner--inner .main-banner--section-title {
  margin: 0 0 40px 0;
}

@media (max-width: 991px) {
  #main-banner .container-fluid .main-banner--inner .main-banner--section-title {
    margin: 0;
  }
}

#main-banner .container-fluid .main-banner--inner .main-banner--item-banner {
  padding-left: 5px;
  padding-right: 5px;
}

#main-banner .container-fluid .main-banner--inner .main-banner--item-banner .main-banner--inner-item-banner {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 0 0 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

#main-banner .container-fluid .main-banner--inner .main-banner--item-banner .main-banner--inner-item-banner .main-banner--col-item-banner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}

#main-banner .container-fluid .main-banner--inner .main-banner--item-banner .main-banner--inner-item-banner .main-banner--col-item-banner .main-banner--info-item-banner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.45);
}

#main-banner .container-fluid .main-banner--inner .main-banner--item-banner .main-banner--inner-item-banner .main-banner--col-item-banner .main-banner--info-item-banner h2 {
  font-size: 26px;
  line-height: 1.2;
  color: #373737;
  font-weight: 500;
}

#main-banner .container-fluid .main-banner--inner .main-banner--item-banner .main-banner--inner-item-banner .main-banner--col-item-banner .main-banner--info-item-banner p {
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: 0.3s var(--easeOutCubic);
  transition: 0.3s var(--easeOutCubic);
  -webkit-transition-property: opacity, visibility, margin-bottom;
  transition-property: opacity, visibility, margin-bottom;
  opacity: 0;
  visibility: hidden;
  margin-bottom: calc(var(--el-height, 1em)*-1);
  display: none;
}

#main-banner .container-fluid .main-banner--inner .main-banner--item-banner .main-banner--inner-item-banner .main-banner--info-link {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  #main-banner .container-fluid .main-banner--inner .main-banner--item-banner .main-banner--inner-item-banner .main-banner--col-item-banner .main-banner--info-item-banner {
    padding: 15px 20px;
  }

  #main-banner .container-fluid .main-banner--inner .main-banner--item-banner .main-banner--inner-item-banner .main-banner--col-item-banner .main-banner--info-item-banner h2 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  #main-banner {
    padding: 20px 0;
  }
}

/* ============= */
/* Banner Main Center */
#back-main-banner-center {
  background-color: #f8f8f8;
}

#back-main-banner-center #main-banner-center {
  width: 100%;
  background-image: url(//theme.hstatic.net/200000938343/1001330013/14/home_banner_intro_img.png?v=2658);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  --clip-offset: 50px;
  --clip-threshold: .5;
}

@media (min-width: 1025px) {
  #back-main-banner-center #main-banner-center {
    -webkit-transition: -webkit-clip-path 0.3s var(--easeOutCubic) !important;
    transition: -webkit-clip-path 0.3s var(--easeOutCubic) !important;
    transition: clip-path 0.3s var(--easeOutCubic) !important;
    transition: clip-path 0.3s var(--easeOutCubic), -webkit-clip-path 0.3s var(--easeOutCubic) !important;
    -webkit-clip-path: inset(calc(var(--clip-offset)*var(--visible)));
    clip-path: inset(calc(var(--clip-offset)*var(--visible)));
  }
}

#back-main-banner-center #main-banner-center .main-banner-center--inner {
  padding: 120px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#back-main-banner-center #main-banner-center .main-banner-center--inner .main-banner-center--info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#back-main-banner-center #main-banner-center .main-banner-center--inner .main-banner-center--info .main-banner-center--inner-info {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 50px;
  background: white;
  width: 33%;
}

#back-main-banner-center #main-banner-center .main-banner-center--inner .main-banner-center--info .main-banner-center--inner-info p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

#back-main-banner-center #main-banner-center .main-banner-center--inner .main-banner-center--info .main-banner-center--inner-info p span {
  font-weight: 600;
}

#back-main-banner-center #main-banner-center .main-banner-center--inner .main-banner-center--info .main-banner-center--inner-info a {
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  padding: 5px 0;
}

#back-main-banner-center #main-banner-center .main-banner-center--inner .main-banner-center--info .main-banner-center--inner-info a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  right: 0;
  bottom: 0;
  background: #373737;
  -webkit-transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
  transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
}

#back-main-banner-center #main-banner-center .main-banner-center--inner .main-banner-center--info .main-banner-center--inner-info a:hover:after {
  left: 0;
  width: 100%;
  -webkit-animation: dashanim-active-trscale 0.4s var(--easeOutCubic);
  animation: dashanim-active-trscale 0.4s var(--easeOutCubic);
}

@media (max-width: 991px) {
  #back-main-banner-center #main-banner-center .main-banner-center--inner {
    padding: 60px 0px;
  }

  #back-main-banner-center #main-banner-center .main-banner-center--inner .main-banner-center--info .main-banner-center--inner-info {
    width: 100%;
    padding: 25px 20px 30px;
  }
}

/* ============= */
/* Banner Home Bottom */
#banner-home-bottom {
  padding: 80px 0;
  background-color: #f8f8f8;
}

@media (max-width: 991px) {
  #banner-home-bottom {
    padding: 40px 0;
  }
}

#banner-home-bottom .container-fluid .row {
  margin-left: -5px;
  margin-right: -5px;
}

#banner-home-bottom .banner-home-bottom--item {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  #banner-home-bottom .banner-home-bottom--item~.banner-home-bottom--item {
    margin-top: 15px;
  }
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item {
  background-repeat: no-repeat;
  background-size: cover;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 50px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item .banner-home-bottom--overlay-item {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: background .3s, border-radius .3s, opacity .3s;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0) 45%, #54595f 100%);
  opacity: .59;
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item .banner-home-bottom--wrap-item {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item .banner-home-bottom--wrap-item .banner-home-bottom--heading-item {
  position: relative;
  width: 100%;
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item .banner-home-bottom--wrap-item .banner-home-bottom--heading-item .banner-home-bottom--inner-heading-item h2 {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 44px;
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item .banner-home-bottom--wrap-item .banner-home-bottom--heading-item .banner-home-bottom--inner-heading-item h2 a {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)) no-repeat 0 95%;
  background: linear-gradient(to right, currentColor 0%, currentColor 100%) no-repeat 0 95%;
  background-size: 0 2px;
  -webkit-transition: background-size 0.25s var(--easeOutCubic);
  transition: background-size 0.25s var(--easeOutCubic);
  padding: .25% 0;
  font-weight: 600;
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item .banner-home-bottom--wrap-item .banner-home-bottom--heading-item .banner-home-bottom--inner-heading-item h2:hover a {
  background-size: 100% 2px;
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item.background-gray {
  background-color: #95a6b1;
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item.background-gray .banner-home-bottom--content-item {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item.background-gray .banner-home-bottom--content-item h2 {
  font-size: 44px;
  line-height: 44px;
  color: white;
  font-weight: 300;
  margin: 0 0 40px 0;
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item.background-gray .banner-home-bottom--content-item p {
  font-size: 18px;
  line-height: 27px;
  color: white;
  margin: 0 0 40px 0;
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item.background-gray .banner-home-bottom--content-item a {
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  padding: 5px 0;
  color: white;
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item.background-gray .banner-home-bottom--content-item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  right: 0;
  bottom: 0;
  background: white;
  -webkit-transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
  transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
}

#banner-home-bottom .banner-home-bottom--item:not(:first-child) .banner-home-bottom--inner-item.background-gray .banner-home-bottom--content-item a:hover:after {
  left: 0;
  width: 100%;
  -webkit-animation: dashanim-active-trscale 0.4s var(--easeOutCubic);
  animation: dashanim-active-trscale 0.4s var(--easeOutCubic);
}

/* ============= */
/* Home Gift */
#main-gift-home {
  background-color: #f8f8f8;
}

#main-gift-home .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

#main-gift-home .main-gift-home--left-gift {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  #main-gift-home .main-gift-home--left-gift {
    padding: 0;
  }
}

@media (min-width: 768px) {
  #main-gift-home .main-gift-home--left-gift {
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
  }
}

#main-gift-home .main-gift-home--right-gift {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

@media (min-width: 768px) {
  #main-gift-home .main-gift-home--right-gift {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    align-items: center;
    padding-bottom: 140px;
  }
}

#main-gift-home .main-gift-home--right-gift .main-gift-home--info-right {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 0;
  padding: 0 40px;
}

@media (max-width: 991px) {
  #main-gift-home .main-gift-home--right-gift .main-gift-home--info-right {
    padding: 20px;
  }
}

#main-gift-home .main-gift-home--right-gift .main-gift-home--info-right .main-gift-home--inner-info-right {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}

#main-gift-home .main-gift-home--right-gift .main-gift-home--info-right .main-gift-home--inner-info-right p {
  margin: 0;
  color: #373737;
  font-size: 16px;
  line-height: 1.55;
  max-height: 200px;
  overflow: auto;
}

#main-gift-home .main-gift-home--right-gift .main-gift-home--info-right .main-gift-home--inner-info-right div a {
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  padding: 5px 0;
}

#main-gift-home .main-gift-home--right-gift .main-gift-home--info-right .main-gift-home--inner-info-right div a:first-child {
  margin: 0 20px 0 0;
}

#main-gift-home .main-gift-home--right-gift .main-gift-home--info-right .main-gift-home--inner-info-right div a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  right: 0;
  bottom: 0;
  background: #373737;
  -webkit-transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
  transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
}

#main-gift-home .main-gift-home--right-gift .main-gift-home--info-right .main-gift-home--inner-info-right div a:hover:after {
  left: 0;
  width: 100%;
  -webkit-animation: dashanim-active-trscale 0.4s var(--easeOutCubic);
  animation: dashanim-active-trscale 0.4s var(--easeOutCubic);
}

@media (max-width: 991px) {
  #main-gift-home .container-fluid .row {
    margin-left: -12px;
    margin-right: -12px;
    flex-direction: column-reverse;
  }
}

/* ============= */
#main-contact-home {
  background-color: #f8f8f8;
  padding-bottom: 30px;
}

#main-contact-home .container-fluid .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#main-contact-home .main-contact-home-empty {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  #main-contact-home .main-contact-home-empty {
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 6%;
  }
}

#main-contact-home .main-contact-home--left {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  #main-contact-home .main-contact-home--left {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
}

#main-contact-home .main-contact-home--left .main-contact-home--info-left {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  text-align: left;
  padding: 15% 10% 10%;
}

#main-contact-home .main-contact-home--left .main-contact-home--info-left .main-contact-home--inner-info-left {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}

#main-contact-home .main-contact-home--left .main-contact-home--info-left .main-contact-home--inner-info-left h2 {
  width: 100%;
  text-align: right;
}

#main-contact-home .main-contact-home--left .main-contact-home--info-left .main-contact-home--inner-info-left .info-address {
  width: 100%;
  text-align: right;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 30px 0;
  color: #373737;
}

#main-contact-home .main-contact-home--left .main-contact-home--info-left .main-contact-home--inner-info-left .view-more-contact {
  width: 100%;
  text-align: right;
  margin: 0 0 30px 0;
}

#main-contact-home .main-contact-home--left .main-contact-home--info-left .main-contact-home--inner-info-left .view-more-contact a {
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  padding: 5px 0;
}

#main-contact-home .main-contact-home--left .main-contact-home--info-left .main-contact-home--inner-info-left .view-more-contact a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  right: 0;
  bottom: 0;
  background: #373737;
  -webkit-transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
  transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
}

#main-contact-home .main-contact-home--left .main-contact-home--info-left .main-contact-home--inner-info-left .view-more-contact a:hover:after {
  left: 0;
  width: 100%;
  -webkit-animation: dashanim-active-trscale 0.4s var(--easeOutCubic);
  animation: dashanim-active-trscale 0.4s var(--easeOutCubic);
}

#main-contact-home .main-contact-home--left .main-contact-home--info-left .main-contact-home--inner-info-left p {
  width: 100%;
  font-size: 16px;
  text-align: right;
}

@media (min-width: 992px) {
  #main-contact-home .main-contact-home--right {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  #main-contact-home .main-contact-home--right {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }
}

#main-contact-home .main-contact-home--right .box-img-contact-home {
  margin: -125px 0 0;
}

@media (max-width: 991px) {
  #main-contact-home .main-contact-home--right .box-img-contact-home {
    margin: -10px 0 0;
  }
}

@media (max-width: 991px) {
  #main-contact-home {
    padding-bottom: 15px;
  }

  #main-contact-home .main-contact-home--left .main-contact-home--info-left {
    padding: 20px;
  }

  #main-contact-home .main-contact-home--left .main-contact-home--info-left .main-contact-home--inner-info-left .info-address {
    margin: 0 0 5px 0;
    font-size: 16px;
  }
}

/* =========== */
/* Policy Home */
#main-policy {
  background: #f8f8f8;
  padding: 90px 0;
}

@media (max-width: 991px) {
  #main-policy {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  #main-policy .main-policy--inner .main-policy--item:nth-child(2)~.main-policy--item {
    margin-top: 15px;
  }
}

#main-policy .main-policy--inner .main-policy--item .main-policy--inner-item {
  text-align: center;
}

#main-policy .main-policy--inner .main-policy--item .main-policy--inner-item .main-policy--box-img {
  margin-bottom: 15px;
  display: inline-block;
  width: 50px;
  height: 50px;
}

#main-policy .main-policy--inner .main-policy--item .main-policy--inner-item .main-policy--box-img img {
  height: 50px;
}

#main-policy .main-policy--inner .main-policy--item .main-policy--inner-item .main-policy--box-img svg {
  position: relative;
  display: block;
  fill: #8e8e8e;
}

#main-policy .main-policy--inner .main-policy--item .main-policy--inner-item .main-policy--box-img svg path {
  fill: #8e8e8e;
}

#main-policy .main-policy--inner .main-policy--item .main-policy--inner-item .main-policy--info h3 {
  font-size: 24px;
  line-height: 29px;
  color: #373737;
  margin: 0 0 20px 0;
}

@media (max-width: 991px) {
  #main-policy .main-policy--inner .main-policy--item .main-policy--inner-item .main-policy--info h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
  }
}

#main-policy .main-policy--inner .main-policy--item .main-policy--inner-item .main-policy--info p {
  font-size: 16px;
  line-height: 27px;
  color: #8e8e8e;
  margin: 0;
}

@media (max-width: 991px) {
  #main-policy .main-policy--inner .main-policy--item .main-policy--inner-item .main-policy--info p {
    font-size: 14px;
    line-height: 1.2;
  }
}

#main-policy .main-policy--inner .main-policy--item:nth-child(3) .main-policy--inner-item .main-policy--box-img {
  width: 85px;
}

/* =========== */
.footer-newsletter {
  background: var(--footer-bg-color-1);
  padding: 20px 15px;
  border-top: 1px solid var(--shop-color-border);
}

.footer-newsletter .wrapbox-newsletter .newsletter-widthAuto {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  opacity: .9;
  padding-top: 20px;
}

.footer-newsletter .wrapbox-newsletter .newsletter-title {
  text-align: center;
  margin-bottom: 25px;
}

.footer-newsletter .wrapbox-newsletter .newsletter-title h3 {
  padding: 0px 0 10px;
  margin: 0;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: var(--footer-color-title);
}

.footer-newsletter .wrapbox-newsletter .newsletter-title .subTitle {
  color: var(--footer-color-text);
  font-weight: 400;
  font-size: 16px;
  margin: 0 auto 10px;
}

.footer-newsletter .wrapbox-newsletter .newsletter-content .contact-form .input-group {
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-input,
.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-btn {
  height: 45px;
  line-height: 27px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-input {
  padding-left: 20px;
  padding-right: 20px;
  border-width: 2px;
  border-color: var(--shop-color-border);
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-btn {
  font-size: 14px;
  font-weight: 700;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: 20px;
  white-space: nowrap;
}

.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-btn:focus {
  border-color: var(--shop-color-main);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 8px rgaa(186, 147, 62, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 8px rgaa(186, 147, 62, 0.6);
}

.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-error,
.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-success {
  font-size: 13px;
  margin: 0;
  padding: 5px 5px 0;
}

.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-success {
  color: #27a208;
  background: #c5e9c5;
  margin: 5px 0 0 0;
  border-radius: 2px;
}

.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-error {
  color: #ff0000;
}

.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-note {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .footer-newsletter .wrapbox-newsletter .newsletter-title h3 {
    font-size: 24px;
  }

  .footer-newsletter .wrapbox-newsletter .newsletter-title .subTitle {
    font-size: 14px;
  }

  .footer-newsletter .wrapbox-newsletter .newsletter-content .contact-form .input-group {
    display: block;
  }

  .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-input,
  .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-btn {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-btn {
    margin-top: 10px;
  }

  .footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-note {
    font-size: 13px;
    margin-top: 10px;
  }
}

/* notification Product */
.jGrowl.top-right {
  right: 0;
  top: 16%;
}

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

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

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

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

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

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

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

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

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

.mainFooter {
  background: var(--footer-bg-color-2);
  line-height: 1.6;
}

.mainFooter .footer-container .footer-expand-title {
  text-align: center;
  display: block;
  padding: 10px 0 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background: #ffffff;
}

.mainFooter .footer-container .footer-expand-title p {
  margin: 0;
}

.mainFooter .footer-container .footer-expand-title span.arrow-up {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 8px auto 4px;
  text-align: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 18px;
  transition: transform 0.4s ease-in-out 0s;
  -moz-transition: transform 0.4s ease-in-out 0s;
  -webkit-transition: transform 0.4s ease-in-out 0s;
}

.mainFooter .footer-container .footer-expand-title.active span.arrow-up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mainFooter .footer-container .footer-expand-collapsed {
  display: none;
  color: var(--footer-color-text);
}

.mainFooter .footer-container .widget-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mainFooter .footer-container .widget-footer:last-child {
  border-bottom: 0;
}

.mainFooter .footer-container .widget-footer .ft-logo img {
  max-width: 150px;
  margin-bottom: 15px;
}

.mainFooter .footer-container .widget-footer .ft-logo a {
  color: var(--footer-color-title);
}

.mainFooter .footer-container .widget-footer .title-footer,
.mainFooter .footer-container .widget-footer .fter-title {
  position: relative;
  font-size: 16px;
  color: var(--footer-color-title);
  margin: 0px;
  padding: 15px 0;
  font-weight: 500;
}

@media (max-width: 991px) {

  .mainFooter .footer-container .widget-footer .title-footer:not(.fter-title, .fter-title):before,
  .mainFooter .footer-container .widget-footer .fter-title:not(.fter-title, .fter-title):before {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 12px;
    right: 10px;
    text-align: center;
    font-size: 22px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
  }

  .mainFooter .footer-container .widget-footer .title-footer.opened,
  .mainFooter .footer-container .widget-footer .fter-title.opened {
    font-weight: 700;
  }

  .mainFooter .footer-container .widget-footer .title-footer.opened:before,
  .mainFooter .footer-container .widget-footer .fter-title.opened:before {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

.mainFooter .footer-container .widget-footer .fter-title {
  padding-top: 0;
  margin-top: 20px;
}

.mainFooter .footer-container .widget-footer .block-collapse {
  display: none;
  padding: 10px 0px 20px;
}

.mainFooter .footer-container .widget-footer .logo-footer img {
  max-width: 150px;
}

.mainFooter .footer-container .widget-footer .address-footer ul {
  padding: 0;
}

.mainFooter .footer-container .widget-footer .address-footer ul li {
  margin: 0 0 8px;
}

.mainFooter .footer-container .widget-footer .footerInfo-hline {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}

.mainFooter .footer-container .widget-footer .footerInfo-hline .box-icon {
  width: 45px;
}

.mainFooter .footer-container .widget-footer .footerInfo-hline .box-icon svg {
  width: 30px;
  height: 30px;
  fill: var(--footer-color-text);
}

.mainFooter .footer-container .widget-footer .footerInfo-hline .box-content {
  width: calc(100% - 45px);
}

.mainFooter .footer-container .widget-footer .footerInfo-hline .box-content span {
  display: block;
  font-size: 24px;
  color: var(--footer-color-title);
  font-weight: 500;
}

.mainFooter .footer-container .widget-footer .footerInfo-hline .box-content u {
  font-size: 16px;
  color: var(--footer-color-text);
}

.mainFooter .footer-container .widget-footer .footerNav-link {
  padding: 0;
}

.mainFooter .footer-container .widget-footer .footerNav-link li {
  padding-left: 15px;
  position: relative;
  margin: 0 0 8px;
}

.mainFooter .footer-container .widget-footer .footerNav-link li a {
  color: var(--footer-color-text);
}

.mainFooter .footer-container .widget-footer .footerNav-link li a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--footer-color-text);
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
}

.mainFooter .footer-container .widget-footer .footerNav-link li a:hover,
.mainFooter .footer-container .widget-footer .footerNav-link li a:focus {
  color: var(--footer-color-hover);
}

.mainFooter .footer-container .widget-footer .footerNav-link li a:hover:before,
.mainFooter .footer-container .widget-footer .footerNav-link li a:focus:before {
  background: var(--footer-color-hover);
}

.mainFooter .footer-container .widget-footer .footerNav-social {
  margin-top: 16px;
  padding: 0;
}

.mainFooter .footer-container .widget-footer .footerNav-social li {
  display: inline-block;
}

.mainFooter .footer-container .widget-footer .footerNav-social li a {
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid var(--footer-color-text);
  color: var(--footer-color-text);
  display: block;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mainFooter .footer-container .widget-footer .footerNav-social li a:hover {
  background-color: var(--footer-color-hover);
  color: #ffffff;
  border-color: var(--footer-color-hover);
}

.mainFooter .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 0;
  background: var(--footer-bg-color-copyright);
  color: var(--footer-color-text);
}

.mainFooter .footer-copyright p {
  font-size: 13px;
  margin: 0;
}

.mainFooter .footer-copyright p a {
  color: var(--footer-color-text);
  opacity: 0.8;
}

@media (min-width: 992px) {
  .mainFooter .footer-container .ft-col {
    max-width: 20%;
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
  }

  .mainFooter .footer-container .footer-expand-title {
    display: none;
  }

  .mainFooter .footer-container .footer-expand-collapsed {
    display: block;
    padding: 40px 0 0;
  }

  .mainFooter .footer-container .widget-footer {
    border-bottom: 0;
  }

  .mainFooter .footer-container .widget-footer .title-footer,
  .mainFooter .footer-container .widget-footer .fter-title {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 12px;
  }

  .mainFooter .footer-container .widget-footer .block-collapse {
    display: block;
  }

  .mainFooter .footer-container .widget-footer:nth-child(1) .block-collapse {
    display: flex;
  }
}

@media (max-width: 991px) {
  .mainFooter .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Template Collection */
#template-collection .breadcrumb-shop {
  margin-bottom: 0;
}

#template-collection #collection-heading .collection-title-header {
  padding: 30px 0;
}

#template-collection #collection-heading .box-filter {
  display: none;
}

#template-collection #description-collection {
  background-image: url(https://file.hstatic.net/1000409984/file/bg-cover_c046993e113a499798105aadea3b12f7.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  color: #0c0c0c;
  margin-top: 0;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

#template-collection #description-collection .elementor-background-overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.68) 100%);
  opacity: 1;
  transition: background .3s, border-radius .3s, opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

#template-collection #description-collection .template-collection--description {
  border-style: solid;
  border-width: 0 0 30px;
  border-color: #fbfbfb;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 40px 0 0;
  padding: 0 0 70px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#template-collection #description-collection .template-collection--description .template-collection--inner-description h1 {
  font-size: 66px;
  line-height: 66px;
  color: #54595f;
  font-weight: 300;
  margin: 0 0 20px 0;
}

#template-collection #description-collection .template-collection--description .template-collection--inner-description .template-collection--text {
  color: rgba(12, 12, 12, 0.59);
  font-size: 16px;
  line-height: 27px;
  max-width: 50%;
  font-weight: 400;
}

#template-collection #content-collection .empty-product {
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 20px 0 40px 0;
  font-size: 16px;
  line-height: 22px;
}

#template-collection .collection-filter-tags {
  margin: 0 -10px;
}

#template-collection .collection-filter-tags .layered_filter_tags .filter_tags {
  position: relative;
  border-radius: 12px;
  margin: 10px;
  color: #5d5d5d;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 13px;
  display: none;
  padding: 2px 32px 2px 10px;
}

#template-collection .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all {
  cursor: pointer;
  border: 0;
  padding: 2px 10px;
}

#template-collection .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all span {
  color: var(--shop-color-main);
  border-bottom: 1px solid var(--shop-color-main);
}

#template-collection .collection-filter-tags .layered_filter_tags .filter_tags span.filter_tags_remove {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: flex;
  display: -ms-flex;
}

#template-collection .collection-filter-tags .layered_filter_tags .filter_tags.opened {
  display: inline-block;
}

@media (min-width: 992px) {
  #template-collection .layered_filter_parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--list {
    position: absolute;
    top: 100%;
    display: none;
    z-index: 99;
  }

  #template-collection .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content.show .collection--filter--list {
    display: block;
  }
}

@media (max-width: 991px) {
  #template-collection #collection-heading .collection-title-header {
    padding: 15px 0;
  }

  #template-collection #collection-heading .heading-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #template-collection #collection-heading .box-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
  }

  #template-collection #collection-heading .box-filter svg {
    width: 14px;
    height: 14px;
  }

  #template-collection #collection-heading .box-filter span {
    font-size: 11px;
    font-weight: 500;
    padding-left: 5px;
  }

  #template-collection .layered_filter_parent {
    display: none;
    position: fixed;
    height: 100vh;
    bottom: 0 !important;
    left: 0;
    right: 0;
    z-index: 9991;
    overflow: hidden;
  }

  #template-collection .layered_filter_parent .overlays-rgba {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: 9993;
    background-color: rgba(0, 0, 0, 0.5);
  }

  #template-collection .layered_filter_parent.show-filter .overlays-rgba {
    pointer-events: auto;
  }

  #template-collection .layered_filter_parent.show-filter .collection--filter-content {
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  #template-collection .collection--filter-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    border-radius: 16px 16px 0 0;
    max-height: 100%;
    background: #ffffff;
    margin: 0;
    border: 0;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9995;
  }

  #template-collection .collection--filter-content .layered_filter_title {
    position: relative;
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 12px 15px;
    background: var(--shop-color-main);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #template-collection .collection--filter-content .layered_filter_title .close_filter {
    display: block;
    border: 0;
    background: none;
  }

  #template-collection .collection--filter-content .layered_filter_title .close_filter svg {
    fill: #ffffff;
    width: 14px;
    height: 14px;
  }

  #template-collection .collection--filter-content .layered_filter_title .title_filter {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
  }

  #template-collection .collection--filter-content .layered_filter_title .title_filter:after {
    display: none;
  }

  #template-collection .collection--filter-content .layered_filter_title .title_filter .icon-filter {
    width: 22px;
    height: 22px;
    margin-top: -6px;
  }

  #template-collection .collection--filter-content .layered_filter_title .title_filter .icon-filter svg {
    width: 22px;
    height: 100%;
    fill: #ffffff;
    stroke: #ffffff;
  }

  #template-collection .collection--filter-content .layered_filter_group {
    -ms-flex: 0 0 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding: 10px 15px 10px;
    border-top: 1px solid var(--shop-color-border);
    border-bottom: 1px solid var(--shop-color-border);
  }

  #template-collection .collection--filter-content .layered_filter_bottom {
    width: 100%;
    padding: 10px 5px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #template-collection .collection--filter-content .layered_filter_bottom .btn-filter {
    margin: 0 6px;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    outline: none;
    border-radius: 2px;
    text-transform: uppercase;
  }

  #template-collection .collection--filter-content .layered_filter_bottom .btn-filter-apply {
    color: #ffffff;
    background-color: var(--shop-color-button);
    border: 1px solid var(--shop-color-button);
  }

  #template-collection .collection--filter-content .layered_filter_bottom .btn-filter-clear {
    color: #000000;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
  }

  #template-collection .collection--filter-content .collection--filter-items+.collection--filter-items {
    border-top: 1px solid var(--shop-color-border);
  }

  #template-collection .collection--filter-content .filter_group.filter_sortby {
    display: block;
  }

  #template-collection .collection--filter-content .filter_group .filter_group-subtitle {
    border: 0;
    font-size: 14px;
  }

  #template-collection .collection--filter-content .filter_group .filter_group-subtitle,
  #template-collection .collection--filter-content .filter_group .filter_group-content {
    padding-left: 0;
    padding-right: 0;
  }

  #template-collection .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--list {
    padding: 5px 0 10px;
    border: 0;
    display: block;
  }

  #template-collection .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--list li label {
    background: none;
    padding: 0;
    color: #484f56;
  }

  #template-collection .collection--filter-product {
    margin: 0;
  }

  #template-collection .collection--sort-product {
    margin: 0 0 20px 0;
  }
}

.collection--filter-product {
  margin: 0 0 20px 0;
}

.collection--filter-product .collection--filter-desktop {
  margin-right: 55px;
}

@media (max-width: 991px) {
  .collection--filter-product .collection--filter-desktop {
    margin-right: 0;
    width: 100%;
    display: none;
  }
}

.collection--filter-product .collection--filter-desktop svg {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}

.collection--filter-product .collection--filter-desktop span {
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
}

@media (min-width: 992px) {

  .collection--filter-product .collection--filter-content .layered_filter_title,
  .collection--filter-product .collection--filter-content .layered_filter_bottom {
    display: none;
  }

  .collection--filter-product .collection--filter-content .layered_filter_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .collection--filter-product .collection--filter-content {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}

.collection--filter-product .collection--filter-content .collection--filter-items {
  margin-right: 55px;
}

@media (max-width: 991px) {
  .collection--filter-product .collection--filter-content .collection--filter-items {
    margin-right: 0;
    width: 100%;
  }
}

.collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content {
  position: relative;
}

.collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content button {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 20px 5px 10px;
  color: #484f56;
  font-weight: 600;
  line-height: 25px;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  box-shadow: none;
}

.collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content button:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  border-color: #666;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease;
}

.collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content button.action-group:after {
  transform: translateY(-50%) rotate(225deg);
  bottom: -10px;
}

@media (max-width: 991px) {
  .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content button {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content button:after {
    margin-left: auto;
  }
}

.collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content button span {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  right: -15px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 0;
  border-width: 4px 3px 0;
}

.collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content.show button span {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--list {
  border: 1px solid #dadada;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
  background-color: #fff;
  border-radius: 3px;
  padding: 15px;
  min-width: 220px;
  z-index: 999;
  margin: 0;
}

@media (max-width: 991px) {
  .collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--list {
    position: relative !important;
    transform: inherit !important;
    /* border: none; */
    box-shadow: none;
  }
}

.collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--list li {
  -moz-display: flex;
  -webkit-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}

.collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--list li input {
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--list li input:checked~label {
  background: #585d62;
  color: white;
}

.collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--list li label {
  font-size: 13px;
  color: #484f56;
  font-weight: 400;
  line-height: 1.2;
  background: #E4E4E4;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  cursor: pointer;
}

.collection--filter-product .collection--filter-content .collection--filter-items .collection--filter-items-content .collection--filter--list li:last-child {
  margin: 0;
}

.collection--sort-product {
  margin: 0 0 45px 0;
}

.collection--sort-product .collection--counter-product {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  text-transform: uppercase;
  font-size: 13px;
}

@media (min-width: 1025px) {
  .collection--sort-product .collection--counter-product {
    display: block;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-bottom: 0;
  }
}

.collection--sort-product .collection--inner-sort-product {
  position: relative;
  padding-right: 20px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .collection--sort-product .collection--inner-sort-product {
    flex: 0 0 auto;
  }
}

.collection--sort-product .collection--inner-sort-product .collection--sort-label {
  position: relative;
}

.collection--sort-product .collection--inner-sort-product .collection--sort-label span {
  font-size: 14px;
  pointer-events: none;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: #484f56;
}

.collection--sort-product .collection--inner-sort-product .collection--sort-label span:after {
  content: "";
  position: absolute;
  right: -20px;
  border: 4px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.3);
  top: calc(50% - 2px);
}

.collection--sort-product .collection--inner-sort-product .collection--sort-label select {
  background-color: transparent;
  border: none;
  vertical-align: top;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: 600;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  left: 0;
  cursor: pointer;
}

.collection--sort-product .collection--inner-sort-product .collection--sort-label:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  right: 0;
  bottom: 0;
  background: currentColor;
  -webkit-transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
  transition: width 0.4s var(--easeOutCubic), opacity 0.4s var(--easeOutCubic);
}

.collection--sort-product .collection--inner-sort-product .collection--sort-label:hover:after {
  left: 0;
  width: 100%;
}

.content-product-list {
  margin: 0 0 50px 0;
}

@media (max-width: 991px) {
  .content-product-list {
    margin: 0 0 30px 0;
  }
}

@media (min-width: 768px) {
  .content-product-list .ajax-here>div:nth-child(4n)~.col-6 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .content-product-list .ajax-here {
    margin: 0 -8px;
  }

  .content-product-list .ajax-here>* {
    padding-left: 8px;
    padding-right: 8px;
  }

  .content-product-list .ajax-here>div:nth-child(2n)~.col-6 {
    margin-top: 16px;
  }
}

/* =========== */
/* Breadcrumb */
.breadcrumb-shop {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding: 0 0px;
}

.breadcrumb-shop .container-fluid {
  width: auto;
  max-width: none;
  padding: 0 80px;
}

@media (max-width: 991px) {
  .breadcrumb-shop {
    margin-bottom: 15px;
  }

  .breadcrumb-shop .container-fluid {
    padding: 0 15px;
  }
}

.breadcrumb-list {
  overflow: hidden;
}

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

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

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

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

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

@media (max-width: 767px) {
  .breadcrumb-list .breadcrumb-arrows {
    padding: 7px 0;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: scroll;
    margin-bottom: -10px;
    padding-bottom: 17px;
  }

  .breadcrumb-list .breadcrumb-arrows>li+li:before {
    padding: 0 2px;
  }
}

/* =========== */
/* Blog */
.boxBlog-left {
  padding-right: 30px;
}

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

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

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

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

/* Article Loop */
.article-loop {
  margin-bottom: 30px;
}

.article-loop .article-inner {
  background: #fff;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
}

.article-loop .article-image {
  position: relative;
  overflow: hidden;
}

.article-loop .article-image img {
  transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.article-loop .article-detail {
  padding: 15px 20px;
}

.article-loop .article-title .post-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.article-loop .article-detail .entry-content {
  font-size: 16px;
  margin-bottom: 8px;
}

.article-loop .article-post-meta {
  font-size: 13px;
  color: #74839f;
  margin: 0 0 5px;
}

.article-loop .article-post-meta a {
  color: #757575;
}

.article-loop .article-post-meta a:hover {
  color: var(--shop-color-hover);
}

.article-loop .article-post-meta span {
  position: relative;
}

.article-loop .article-post-meta span+span:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: -1px 10px 0;
  border-radius: 100%;
  background-color: #74839f;
  opacity: 0.4;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .article-loop .article-post-meta {
    font-size: 10px;
  }

  .article-loop .article-post-meta span+span:before {
    margin: 0 2px;
  }

  .article-loop .article-post-meta span.comment:before {
    margin-right: 5px;
  }
}

@media (min-width: 1200px) {
  .article-loop .article-inner:hover .article-image img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    -moz-transform: scale(1.07);
    opacity: 0.8;
  }
}

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

.wrapper-contentArticle .heading-article {
  margin: 0px 0 20px;
}

.wrapper-contentArticle .heading-article h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}

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

.inforArticle-content .article-content>div {
  margin-bottom: 30px;
}

.inforArticle-content .article-content .box-article-detail {
  max-width: 860px;
  margin: 0 auto 30px;
}

.inforArticle-content .article-post-meta {
  font-size: 13px;
  color: #74839f;
  margin: 0 0 5px;
}

.inforArticle-content .article-post-meta a {
  color: #757575;
}

.inforArticle-content .article-post-meta a:hover {
  color: var(--shop-color-hover);
}

.inforArticle-content .article-post-meta span {
  position: relative;
}

.inforArticle-content .article-post-meta span+span:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: -1px 10px 0;
  border-radius: 100%;
  background-color: #74839f;
  opacity: 0.4;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .inforArticle-content .article-post-meta {
    font-size: 10px;
  }

  .inforArticle-content .article-post-meta span+span:before {
    margin: 0 2px;
  }

  .inforArticle-content .article-post-meta span.comment:before {
    margin-left: 0;
    margin-right: 5px;
  }
}

.inforArticle-content .post-navigation {
  border-top: 1px solid var(--shop-color-border);
  width: 100%;
  display: inline-block;
  font-size: 16px;
  padding: 25px 0 0;
}

.inforArticle-content .post-navigation .flex-row-articleToolbar {
  font-size: 13px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.inforArticle-content .post-navigation .flex-row-articleToolbar a {
  color: var(--shop-color-text);
}

.inforArticle-content .post-navigation .flex-row-articleToolbar a:hover {
  color: var(--shop-color-hover);
}

.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p span {
  font-size: 14px;
  color: var(--shop-color-title);
  font-weight: 600;
}

.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav {
  text-align: right;
  font-weight: 600;
}

.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav>span svg {
  vertical-align: -1px;
  width: 12px;
  color: var(--shop-color-text);
  height: 12px;
  margin: 0 4px;
}

.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav .separator {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 12px;
  margin: 0 18px;
  background: var(--shop-color-text);
  opacity: 0.8;
  vertical-align: middle;
}

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

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

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

.inforArticle-content .box-article-tags {
  font-size: 16px;
}

.inforArticle-content .box-article-tags a {
  color: red;
}

.inforArticle-content .article-comment {
  background: #fff;
  padding: 15px 20px;
  border-radius: 3px;
  box-shadow: 0 0 6px #e5e8e0;
}

.inforArticle-content .article-comment>div {
  margin-bottom: 30px;
}

.inforArticle-content .article-comment .title-bl h3 {
  font-size: 22px;
  color: #252a2b;
  border-bottom: 1px solid var(--shop-color-border);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.inforArticle-content .article-comment .comment_form .form-group {
  width: 100%;
  margin-bottom: 15px;
}

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

.inforArticle-content .article-comment .comment_form .form-group textarea {
  box-shadow: none;
  border: 1px solid var(--shop-color-border);
  border-radius: 4px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.inforArticle-content .article-comment .comment-user {
  margin-bottom: 20px;
}

.inforArticle-content .article-comment .comment-user .author {
  font-size: 16px;
  margin: 0 0 5px;
}

.inforArticle-content .article-comment .comment-user .author span.date {
  font-size: 14px;
  float: right;
}

.inforArticle-content .article-related {
  margin-top: 25px;
  border-radius: 3px;
}

.inforArticle-content .article-related .title-blog-related {
  position: relative;
  text-align: left;
  margin: 0 0 20px;
}

.inforArticle-content .article-related .title-blog-related span {
  display: inline-block;
  color: var(--shop-color-text);
  position: relative;
  font-size: 24px;
}

.inforArticle-content .list-blogs-related.owl-carousel .owl-stage {
  display: flex;
  margin: 2px;
}

.inforArticle-content .list-blogs-related.owl-carousel .owl-nav button {
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 22px;
}

.inforArticle-content .list-blogs-related.owl-carousel .owl-nav button.owl-prev.disabled,
.inforArticle-content .list-blogs-related.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.inforArticle-content .list-blogs-related.owl-carousel .owl-nav button.owl-prev {
  right: 35px;
}

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

.inforArticle-content .list-blogs-related .article-loop .article-inner {
  box-shadow: none;
}

.inforArticle-content .list-blogs-related .article-loop .article-detail {
  padding: 15px 15px;
}

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

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

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

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

/* Table of Contents Article */
.table-of-contents {
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 860px;
  display: table;
}

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  padding: 10px 0;
}

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px;
}

.table-of-contents .table-title .toc_toggle a {
  color: var(--shop-color-main);
  padding: 0 1px;
}

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px;
}

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0;
}

.table-of-contents ul li::marker {
  color: var(--shop-color-main);
}

.table-of-contents ul li a {
  text-decoration: none;
  color: #333333;
}

.table-of-contents>ul {
  padding-bottom: 10px;
}

.table-of-contents>ul ul ul {
  display: none;
}

.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
  color: var(--shop-color-hover);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .blogs-aside--sticky {
    top: 30px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease;
  }

  body.scroll-body-up .blogs-aside--sticky {
    top: 80px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .boxBlog-left {
    padding-right: 15px;
  }

  .boxBlog-right {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
  }

  .article-loop .article-inner .article-image {
    background: transparent;
  }

  .article-loop .article-inner .article-title h3.post-title {
    font-size: 18px;
    margin: 10px 0 5px;
  }

  .inforArticle-content .article-related .list-blogs-related .article-post {
    margin-bottom: 15px;
  }

  .inforArticle-content .article-related .list-blogs-related .article-post:nth-of-type(2n+1) {
    clear: both;
  }

  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    text-align: center;
  }

  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    margin-bottom: 20px;
  }

  .inforArticle-content .article-related {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .heading-page h1 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px;
  }

  .boxBlog-left {
    padding: 0 7px;
  }

  .boxBlog-right {
    padding: 0 7px;
    margin-top: 15px;
  }

  .list-article-content {
    margin: 0 -7px;
  }

  .wrapper-contentArticle,
  .wrapper-contentBlogs {
    margin-top: 0;
    margin-bottom: 0;
  }

  .article-loop {
    margin-bottom: 14px;
    padding: 0 7px;
  }

  .article-loop .article-inner .article-image {
    background: transparent;
  }

  .article-loop .article-inner .article-detail {
    padding: 7px;
  }

  .article-loop .article-inner .article-detail .entry-content {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .article-loop .article-inner .article-title h3.post-title {
    font-size: 14px;
    margin: 0 0 6px;
  }

  .article-loop.article_loopfirst .article-inner {
    padding-top: 0;
    overflow: hidden;
  }

  .article-loop.article_loopfirst .article-inner .article-title {
    -webkit-order: 2;
    order: 2;
  }

  .article-loop.article_loopfirst .article-inner .article-detail {
    -webkit-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
  }

  .article-loop.article_loopfirst .article-inner .article-image {
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }

  .wrapper-contentArticle .heading-article h1 {
    font-size: 22px;
  }

  .inforArticle-content .article-related {
    margin-bottom: 20px;
  }

  .inforArticle-content .article-related .content-blogs-related {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
  }

  .inforArticle-content .article-related .content-blogs-related .list-blogs-related {
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
    margin-bottom: -50px;
    transition: transform 0.25s ease 0s;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: block;
  }

  .inforArticle-content .article-related .content-blogs-related .owl-stage {
    left: -23px;
  }

  .inforArticle-content .article-related .list-blogs-related .article-post {
    display: inline-block;
    width: 65%;
    float: none;
    padding-left: 0;
    padding-right: 7px;
    vertical-align: top;
    white-space: normal;
  }

  .inforArticle-content .article-comment .title-bl h3 {
    font-size: 20px;
  }

  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    text-align: center;
  }

  .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    margin-bottom: 20px;
  }
}

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

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

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

.layout-pageDetail {
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

.wrapbox-contact .infoList-contact {
  width: 50%;
  margin-bottom: 0;
  padding-left: 0;
}

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

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

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

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

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

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

.layout-searchPage {
  margin-bottom: 50px;
}

.layout-searchPage .heading-page {
  position: relative;
  text-align: center;
}

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

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

.layout-searchPage .subtext-result {
  margin: 0 0 15px;
}

.layout-searchPage .expanded-message .message-txt {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.layout-searchPage .expanded-message h2 {
  font-weight: 600;
  font-size: 20px;
}

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

.layout-searchPage .search-field {
  width: 100%;
  display: block;
  margin: auto;
}

.layout-searchPage .search-field input#go {
  width: 55px;
  height: 45px;
  float: right;
  background: url(//theme.hstatic.net/200000938343/1001330013/14/iconsearch.png?v=2658) #252a2b center no-repeat;
  margin: 0px;
  position: relative;
  top: 0;
  border-radius: 0;
  font-size: 0;
  border: 0;
}

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

@media (min-width: 992px) {
  .layout-searchPage .col-lg {
    flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
  }
}

@media (min-width: 768px) {
  .search-list-results .listProduct-row .col-6:nth-child(4n)~.col-6 {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .search-list-results .listProduct-row {
    margin: 0 -8px;
  }

  .search-list-results .listProduct-row>* {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .wrapper-bodycontact {
    padding: 35px 0 35px;
  }

  .box-map-contact {
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
  }

  .box-map-contact iframe {
    height: 100%;
    border: 1px solid var(--shop-color-border);
    display: block;
  }
}

@media (max-width: 991px) {
  .wrapper-bodycontact {
    padding: 0 0 30px;
  }

  .wrapbox-contact {
    flex-direction: column;
    -ms-flex-direction: column;
  }

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

  .wrapbox-contact .infoList-contact:nth-child(2) {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .widthContent {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 15px;
    margin-top: 15px;
  }

  .box-map-contact iframe {
    height: 50vh;
  }
}

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

/* ========== */
/* ===== page.about-01 ==== */
div[class^="layoutPage-about-"] {
  padding-bottom: 40px;
}

.layoutPage-about-one {
  background: #fafafa;
}

.section-about01_introduce {
  padding: 65px 0;
  font-size: 16px;
  line-height: 22px;
}

.section-about01_introduce .wrapflex-introduce {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.section-about01_introduce .wrapflex-introduce .intro-left,
.section-about01_introduce .wrapflex-introduce .intro-right {
  flex: 0 0 50%;
}

.section-about01_introduce .wrapflex-introduce .intro-left .intro-img {
  margin-top: 50px;
}

.section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
  padding: 75px 80px 75px 80px;
}

.section-about01_introduce .wrap-heading {
  margin-bottom: 35px;
}

.section-about01_introduce .wrap-heading h2 {
  font-size: 26px;
}

.section-about01_introduce .wrap-heading .line {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
}

.section-about01_introduce .wrap-content .wrap-info {
  padding: 0 20px;
}

@media (min-width: 992px) {
  .section-about01_introduce .wrapflex-introduce:nth-child(2) {
    flex-direction: row-reverse;
    margin-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
    padding: 35px 40px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
    padding: 50px 60px 70px;
  }

  .section-about01_introduce .wrap-content .wrap-info {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .section-about01_introduce {
    padding-top: 30px;
    font-size: 14px;
  }

  .section-about01_introduce .wrapflex-introduce {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-about01_introduce .wrapflex-introduce .intro-left,
  .section-about01_introduce .wrapflex-introduce .intro-right {
    flex: 0 0 100%;
  }

  .section-about01_introduce .wrapflex-introduce .intro-left .intro-img {
    margin-top: 20px;
  }

  .section-about01_introduce .wrap-heading .line {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .section-about01_introduce .wrap-heading h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .section-about01_introduce .wrap-heading {
    margin-bottom: 15px;
  }

  .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
    padding: 15px;
  }

  .section-about01_introduce .wrap-content .wrap-info {
    padding: 0 10px 10px;
  }
}

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

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

.section-about01-services .flex-container-services .services-area-thumb,
.section-about02-services .flex-container-services .services-area-thumb {
  max-width: 50px;
  margin: auto;
}

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

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

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

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

@media (max-width: 991px) {

  .section-about01-services,
  .section-about02-services {
    padding: 40px 0 20px;
  }

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

/* ========== */
/* ===== page.about-02 ==== */
.layoutPage-about-two {
  background: #fafafa;
}

[class^="section-about02-"] {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  [class^="section-about02-"] {
    padding-bottom: 40px;
  }
}

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

.section-about02-introduce h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

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

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

  .section-about02-introduce h2 {
    font-size: 22px;
  }
}

.section-about02-alternate {
  padding: 0;
}

.section-about02-alternate .rowFlex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.section-about02-alternate .rowFlex:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section-about02-alternate .alternate-detail {
  padding: 0 45px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section-about02-alternate .alternate-detail h2 {
  font-size: 26px;
}

.section-about02-alternate .alternate-detail p {
  margin-bottom: 10px;
}

.section-about02-alternate .alternate-detail .button_content_box {
  margin-top: 20px;
}

.section-about02-alternate .alternate-detail ul {
  list-style-type: disc;
  margin-left: 16px;
}

.section-about02-alternate .alternate-detail ul li {
  margin-bottom: 10px;
}

.section-about02-alternate .alternate-image .block-image {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.section-about02-alternate .alternate-image .block-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  background-color: var(--shop-color-main);
  opacity: 0.08;
  z-index: -1;
}

@media (min-width: 1200px) {
  .section-about02-alternate .rowFlex {
    margin-bottom: 60px;
  }

  .section-about02-alternate .alternate-image {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about02-alternate .rowFlex {
    margin-bottom: 50px;
  }

  .section-about02-alternate .alternate-image {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .section-about02-alternate .rowFlex {
    margin-bottom: 40px;
  }

  .section-about02-alternate .rowFlex:last-child {
    margin-bottom: 0;
  }

  .section-about02-alternate .alternate-image {
    padding: 0 0 20px;
  }

  .section-about02-alternate .alternate-image .block-image {
    padding: 20px 0;
  }

  .section-about02-alternate .alternate-detail {
    padding: 0;
  }

  .section-about02-alternate .alternate-detail h2 {
    font-size: 20px;
  }

  .section-about02-alternate .alternate-detail .button_content_box {
    margin-top: 15px;
  }
}

.section-about02-information .information-area {
  margin: 0 0 20px;
}

.section-about02-information .information-area--thumb {
  margin-bottom: 15px;
}

.section-about02-information .information-area--content {
  padding: 0 25px;
  line-height: 22px;
  text-align: center;
}

.section-about02-information .information-area--content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .section-about02-information .rowFlex {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    overflow: scroll;
  }

  .section-about02-information .rowFlex::-webkit-scrollbar {
    display: none;
  }

  .section-about02-information .information-column {
    flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    max-width: 80%;
  }

  .section-about02-information .information-column+.information-column {
    margin-left: -15px;
  }
}

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

  .section-about02-information .information-area--content h3 {
    font-size: 20px;
  }
}

.section-about02-ecosystem .wrapbox-head {
  padding-bottom: 20px;
}

.section-about02-ecosystem .wrapbox-head .line span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  display: inline-block;
}

.section-about02-ecosystem .wrapbox-head h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: -1px;
}

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

.section-about02-ecosystem .wrapbox-content.left .wrapbox-area--thumb {
  margin-right: 15px;
}

.section-about02-ecosystem .wrapbox-content.right .wrapbox-area--thumb {
  margin-left: 15px;
}

.section-about02-ecosystem .wrapbox-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 40px;
}

.section-about02-ecosystem .wrapbox-area--thumb {
  display: flex;
  display: -ms-flex;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  max-width: 80px;
}

.section-about02-ecosystem .wrapbox-area--thumb:hover img {
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.section-about02-ecosystem .wrapbox-area--detail h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .section-about02-ecosystem .wrapbox-content.right .wrapbox-area {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
  }

  .section-about02-ecosystem .wrapbox-content.right .wrapbox-area--thumb {
    margin-left: 0;
    margin-right: 15px;
  }

  .section-about02-ecosystem .line span {
    font-size: 16px;
  }

  .section-about02-ecosystem .wrapbox-head h2 {
    font-size: 22px;
  }

  .section-about02-ecosystem .box-media {
    margin-bottom: 15px;
  }
}

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

.section-about02-client {
  background-color: #fef4ec;
  margin-bottom: 60px;
}

.section-about02-client .wrapbox-content {
  padding: 15px 0;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  position: relative;
}

.section-about02-client .wrapbox-detail .box-img-effect1 {
  position: absolute;
  top: -10px;
  right: 0;
}

.section-about02-client .wrapbox-detail .box-img-effect2 {
  position: absolute;
  top: 10px;
  left: 0;
}

.section-about02-client .wrapbox-detail .box-img-effect3 {
  position: absolute;
  bottom: -100px;
  left: -70px;
}

.section-about02-client .wrapbox-item {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  align-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  text-align: center;
  padding: 0 150px;
}

.section-about02-client .wrapbox-item .box-img {
  max-width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}

.section-about02-client .wrapbox-item .box-desc {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.section-about02-client .wrapbox-item .box-author {
  color: #aaa;
  font-weight: 500;
}

.section-about02-client .owl-nav button.owl-prev,
.section-about02-client .owl-nav button.owl-next {
  position: absolute;
  top: calc(50% - 25px);
  padding: 0;
  opacity: 1;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 1px solid var(--shop-color-border);
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}

.section-about02-client .owl-nav button.owl-prev span,
.section-about02-client .owl-nav button.owl-next span {
  display: none;
}

.section-about02-client .owl-nav button.owl-prev:hover,
.section-about02-client .owl-nav button.owl-next:hover {
  background-color: var(--shop-color-main);
  color: #fff;
}

.section-about02-client .owl-nav button.owl-prev {
  left: 0;
}

.section-about02-client .owl-nav button.owl-next {
  right: 0;
}

.section-about02-client .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -40px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-about02-client .owl-dots .owl-dot {
  margin: 0;
  outline: 0;
}

.section-about02-client .owl-dots .owl-dot span {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background: #928c8c;
}

.section-about02-client .owl-dots .owl-dot.active {
  border-radius: 50%;
}

.section-about02-client .owl-dots .owl-dot.active span {
  background: var(--shop-color-main);
}

@media (min-width: 1200px) {
  .section-about02-client .wrapbox-content {
    max-width: 900px;
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .section-about02-client .wrapbox-item {
    padding: 0 10px;
  }

  .section-about02-client .box-img-effect1,
  .section-about02-client .box-img-effect2,
  .section-about02-client .box-img-effect3 {
    display: none;
  }

  .section-about02-client .owl-nav button.owl-prev,
  .section-about02-client .owl-nav button.owl-next {
    display: none;
  }
}

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

/*==================*/
/* page.about-03 */
.layoutPage-about-three {
  background: #fafafa;
}

[class^="section-about03-"] {
  padding: 60px 0;
}

[class^="section-about03-"] .wrap-heading h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  [class^="section-about03-"] {
    padding: 40px 0;
  }

  [class^="section-about03-"] .wrap-heading h2 {
    font-size: 22px;
  }
}

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

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

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

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

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

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

.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav button:focus {
  outline: none;
}

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

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

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

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

@media (max-width: 991px) {
  .section-about03-introduce {
    padding-bottom: 60px;
  }

  .section-about03-introduce .introduce-loop {
    border-right: 1px solid #314f93;
    border-bottom: 1px solid #314f93;
  }

  .section-about03-introduce .introduce-loop:nth-child(2n+0) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .section-about03-introduce .box-banner {
    margin-right: 0;
    margin-left: 30px;
    margin-bottom: 50px;
  }

  .section-about03-introduce .box-banner:before {
    left: -30px;
    bottom: -30px;
  }

  .section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav {
    right: 15px;
  }
}

.section-about03-service.bg-block {
  background: #a5ce73;
}

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

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

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

.section-about03-service .box-wrapper h4 {
  color: #ffffff;
  font-size: 22px;
}

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

@media (min-width: 992px) {
  .section-about03-service .box-wrapper:hover {
    background: var(--shop-color-hover);
    border-color: var(--shop-color-hover);
  }

  .section-about03-service .circle-block-banner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .section-about03-service .circle-block-banner .tab-content {
    margin-bottom: 30px;
  }
}

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

@media (max-width: 767px) {
  .section-about03-service .box-wrapper {
    padding: 15px 15px;
    margin-bottom: 20px;
  }

  .section-about03-service .box-wrapper.text-right {
    text-align: left !important;
  }

  .section-about03-service .box-wrapper h4 {
    font-size: 18px;
  }

  .section-about03-service .box-wrapper p {
    margin-bottom: 0;
  }
}

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

.section-about03-stories .story-row .block-detail {
  position: relative;
  padding: 20px 30px;
  margin: 40px 0px;
}

.section-about03-stories .story-row .block-detail .date {
  font-size: 14px;
}

.section-about03-stories .story-row .block-detail h3 {
  font-size: 22px;
}

.section-about03-stories .story-row:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.section-about03-stories .story-row:nth-child(even) .block-detail h3 {
  color: #fff;
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .section-about03-stories .story-row .block-detail {
    padding: 18px 20px;
  }

  .section-about03-stories .story-row:nth-child(even) .block-detail {
    right: 0;
    margin-right: -70px;
  }

  .section-about03-stories .story-row:nth-child(odd) .block-detail {
    left: 0;
    margin-left: -70px;
  }
}

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

@media (max-width: 767px) {
  .section-about03-stories .story-row {
    margin-bottom: 25px;
  }

  .section-about03-stories .story-row:last-child {
    margin-bottom: 0;
  }

  .section-about03-stories .story-row .block-detail {
    padding: 20px 15px;
  }

  .section-about03-stories .story-row:nth-child(even) .block-detail {
    right: 0;
    margin: 0;
    text-align: left;
  }

  .section-about03-stories .story-row:nth-child(odd) .block-detail {
    left: 0;
    margin: 0;
  }
}

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

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

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

.layout-pageStores .wrapbox-info h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.layout-pageStores .boxscroll {
  overflow-y: scroll;
  max-height: 320px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  margin-right: -20px;
  padding-right: 20px;
  padding-top: 12px;
}

.layout-pageStores .boxscroll::-webkit-scrollbar {
  width: 4px;
  height: 3px;
}

.layout-pageStores .boxscroll::-webkit-scrollbar-track {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.layout-pageStores .boxscroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #e1e3e4;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.layout-pageStores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
  background: #e1e3e4;
}

@media (min-width: 992px) {
  .layout-pageStores {
    margin: 0 0 40px 0;
  }

  .layout-pageStores .boxscroll {
    min-height: 320px;
  }

  .layout-pageStores .box-map {
    height: 100%;
  }

  .layout-pageStores .box-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
}

@media (max-width: 991px) {

  .layout-pageStores .wrapbox-left,
  .layout-pageStores .wrapbox-right {
    padding: 0;
  }

  .layout-pageStores .wrapbox-content {
    padding: 15px;
  }

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

  .layout-pageStores .wrapbox-info {
    margin-bottom: 15px;
    padding: 25px 20px;
  }

  .layout-pageStores .box-map {
    height: 100%;
  }

  .layout-pageStores .box-map iframe {
    width: 100%;
    border-radius: 4px;
  }
}

/* ======================== */
/* ===== Sidebar blog ===== */
.list-blogs-latest {
  counter-reset: post-ranking;
}

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

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

.list-blogs-latest .item-article .post-image {
  width: 100px;
  padding-right: 10px;
  float: left;
  position: relative;
}

.list-blogs-latest .item-article .post-image:before {
  position: absolute;
  content: counter(post-ranking);
  top: calc(50% - 16px);
  left: -16px;
  border: 2px solid #fff;
  height: 28px;
  width: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  background: var(--shop-color-main);
  color: #fff;
  font-size: 12px;
  counter-increment: post-ranking;
  z-index: 1;
}

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

.list-blogs-latest .item-article .post-content h3 {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 500;
}

.list-blogs-latest .item-article .post-content .post-meta {
  font-size: 12px;
  margin: 0;
}

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

.menuList-links {
  margin: 0;
  padding: 0;
}

.menuList-links li {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group-sidebox {
  position: relative;
  background: #fff;
  margin: 0 0 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

.group-sidebox .sidebox-title {
  padding: 15px 20px;
}

.group-sidebox .sidebox-title h3 {
  font-size: 18px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

.group-sidebox .sidebox-title h3:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-color: #666;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease;
  -ms-transition: transform .2s ease;
  -webkit-transition: transform .2s ease;
}

.group-sidebox .sidebox-content {
  padding: 0 20px 15px;
  border-top: 1px solid var(--shop-color-border);
}

.group-sidebox.is-open .sidebox-title h3:after {
  transform: translateY(-50%) rotate(225deg);
  bottom: -10px;
}

@media (max-width: 767px) {
  .group-sidebox .sidebox-title h3 {
    text-align: left;
    position: relative;
  }

  .group-sidebox .sidebox-title h3 span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    width: 25px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
  }

  .group-sidebox .sidebox-content-togged {
    display: none;
  }

  .group-sidebox.is-open .sidebox-title h3 span {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media (max-width: 991px) {
  .sidebar-page {
    margin-top: 20px;
  }
}

/* ========== */
/* Pagination */
#pagination {
  margin: 40px 0 0 0;
}

#pagination span {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}

#pagination a {
  font-size: 13px;
  --width: 25px;
  width: var(--width);
  height: var(--width);
  line-height: var(--width);
  text-align: center;
  font-weight: 600;
  color: #373737;
  margin: 0 5px;
  position: relative;
}

#pagination a:after {
  content: "";
  position: absolute;
  height: 2px;
  display: block;
  right: 0;
  bottom: 0;
  background: currentColor;
  width: 0;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

#pagination a.active-page:after,
#pagination a:hover:after {
  width: 100%;
}

@media (max-width: 991px) {
  #pagination {
    margin: 20px 0 0 0;
  }
}

/* =========== */
/* Template Product */
@media (min-width: 992px) {
  .stickyProduct-gallery {
    top: 30px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease;
  }

  body.scroll-body-up .stickyProduct-gallery {
    top: 130px;
  }
}

@media (min-width: 1025px) {
  .template-product #template-product--row-1 .template-product--left {
    flex: 0 0 55%;
    max-width: 55%;
  }
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .template-product #template-product--row-1 .template-product--left .template-product--slide-detail {
    max-width: none;
    margin: 0 auto;
  }
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-thumb {
  flex: 0 0 85px;
  position: relative;
}

@media (max-width: 1024px) {
  .template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-thumb {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 1025px) {
  .template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-thumb .template-product--slider-prev-arrow {
    text-align: center;
    position: absolute;
    top: -30px;
    z-index: 9;
    width: 100%;
  }

  .template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-thumb .template-product--slider-prev-arrow svg {
    fill: #7a7a7a;
    stroke: #7a7a7a;
    width: 20px;
    height: 20px;
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
  }
}

@media (max-width: 1024px) {
  .template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-thumb .template-product--slider-prev-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-thumb .template-product--slider-prev-arrow svg {
    fill: #7a7a7a;
    stroke: #7a7a7a;
    width: 20px;
    height: 20px;
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    cursor: pointer;
  }
}

@media (min-width: 1025px) {
  .template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-thumb .template-product--slider-next-arrow {
    text-align: center;
  }

  .template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-thumb .template-product--slider-next-arrow svg {
    fill: #7a7a7a;
    stroke: #7a7a7a;
    width: 20px;
    height: 20px;
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
  }
}

@media (max-width: 1024px) {
  .template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-thumb .template-product--slider-next-arrow {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
  }

  .template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-thumb .template-product--slider-next-arrow svg {
    fill: #7a7a7a;
    stroke: #7a7a7a;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-thumb .template-product--product-gallery__thumbs .template-product--product-gallery__thumb {
  border: none;
  margin: 0 0 15px 0;
  outline: none;
  box-shadow: none;
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-thumb .template-product--product-gallery__thumbs .template-product--product-gallery__thumb .product-gallery__thumb-placeholder {
  display: block;
  border: 1px solid transparent;
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-thumb .template-product--product-gallery__thumbs .template-product--product-gallery__thumb.slick-current .product-gallery__thumb-placeholder {
  border-color: var(--shop-color-main);
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-large-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-large-mobile {
    /*display: block;
							width: 100%;
							position: relative;*/
  }
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-large-mobile .slick-arrow {
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-large-mobile .slick-arrow svg {
  fill: #000;
  width: 25px;
  height: 25px;
  stroke: #000;
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-large-mobile .slick-arrow svg path {
  fill: #000;
  stroke: #000;
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-large-mobile .slick-arrow.slick-prev {
  left: 0;
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-large-mobile .slick-arrow.slick-prev svg {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-large-mobile .slick-arrow.slick-next {
  right: 0;
}

.template-product #template-product--row-1 .template-product--left .template-product--slide-detail .template-product--product-gallery #template-product--slider-large-desktop {
  flex: 0 0 calc(100% - 85px);
  padding-left: 20px;
}

@media (min-width: 1025px) {
  .template-product #template-product--row-1 .template-product--right {
    -ms-flex: 0 0 40%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 1024px) {
  .template-product #template-product--row-1 .template-product--right {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1025px) {
  .template-product #template-product--row-1 .template-product--right .template-product--right-info {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product-reviews {
  margin: 0 0 20px 0;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product-reviews .haravan-product-reviews-badge {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product-reviews .haravan-product-reviews-badge p {
  margin: 0;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product-reviews .product-reviews .rating-star .hrv-product-reviews-star i {
  font-size: 15px;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product-reviews .hrv-product-reviews-star {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-right: 5px;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product-reviews .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
  color: #fdd836 !important;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product-reviews .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
  color: #fdd836 !important;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--name-product {
  font-size: 40px;
  line-height: 48px;
  color: #373737;
  margin: 0 0 0 0;
}

@media (max-width: 1024px) {
  .template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--name-product {
    font-size: 24px;
    line-height: 1.2;
    margin: 0px 0 0px 0;
  }
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--price {
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--price.on-sale span {
  color: #ff2c26;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--price span {
  font-size: 25px;
  line-height: 34px;
  font-weight: 600;
  color: #373737;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--price del {
  font-size: 16px;
  line-height: 32px;
  color: #373737;
  margin: 0 0 0 15px;
  font-weight: normal;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--price span.pro-percent {
  display: inline-block;
  min-width: 36px;
  padding: 2px 6px;
  background: #ff0000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #fff;
  border-radius: 3px;
  vertical-align: text-bottom;
  line-height: 1.5;
  margin-left: 15px;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--short-description {
  color: #373737;
  font-size: 16px;
  line-height: 27px;
  margin: 0 0 20px 0;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys {
  margin: 20px 0 0 0;
  display: inline-block;
  width: 100%;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys .action-buys--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  height: 45px;
  border-radius: 2px;
  overflow: hidden;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys .action-buys--inner .action-buys--quantity {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  height: 45px;
  color: #373737;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys .action-buys--inner .action-buys--quantity .action-buys--field {
  height: 100%;
  position: relative;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys .action-buys--inner .action-buys--quantity .action-buys--field input {
  border-color: #e70505;
  color: #212529;
  font-weight: 600;
  font-size: 13px;
  padding-left: .5rem;
  padding-right: .5rem;
  height: 100%;
  min-width: 60px;
  border-width: 5px;
  width: 60px;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  padding: .625rem .8125rem;
  outline: 0;
  display: block;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys .action-buys--inner #add-to-cart {
  width: 180px;
  text-align: center;
  border: none;
  font-size: 12px;
  line-height: 18px;
  color: white;
  background: #e70505;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
  position: relative;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys .action-buys--inner #add-to-cart .add-to-cart--lineLoader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s var(--easeOutCubic);
  transition: opacity 0.4s var(--easeOutCubic);
  color: #fff;
  width: 60px;
  height: 2px;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys .action-buys--inner #add-to-cart .add-to-cart--lineLoader:after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: currentColor;
  -webkit-animation: dashanim-active-trscale 1s var(--easeOutCubic) infinite;
  animation: dashanim-active-trscale 1s var(--easeOutCubic) infinite;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys .action-buys--inner #add-to-cart.disabled {
  color: #929292;
  background: #eaeaea;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys .action-buys--inner #add-to-cart.added {
  font-size: 0;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys .action-buys--inner #add-to-cart.added .add-to-cart--lineLoader {
  opacity: 1;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys .action-buys--inner #add-to-cart.added .add-to-cart--lineLoader:after {
  height: 100%;
  width: 100%;
  display: block;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys .action-buys--inner .action-buys--wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: 2.5rem;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys .action-buys--inner .action-buys--wishlist .tinvwl_add_to_wishlist-text {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 991px) {
  .template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys {
    position: fixed;
    background: #fff;
    z-index: 999;
    padding: 5px 15px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
  }

  .template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action .action-buys--quantity {
    width: 55px;
  }

  .template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action #add-to-cart {
    width: calc(100% - 55px) !important;
    height: 45px;
  }

  .template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--action #add-to-cart.disabled {
    width: 100% !important;
  }
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--variants {
  display: inline-block;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--collection {
  margin: 30px 0 0 0;
  color: #6d757e;
  font-size: 12px;
  line-height: 20px;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--collection a {
  color: #6d757e;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--collection a:hover {
  color: #6d757e;
  text-decoration: underline;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--share {
  margin: 20px 0 0 0;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--share .template-product--share-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--share .template-product--share-inner h5 {
  color: #484f56;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 20px 0 0;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--share .template-product--share-inner .template-product--share-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--share .template-product--share-inner .template-product--share-ul li {
  display: inline-block;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--share .template-product--share-inner .template-product--share-ul li:first-child {
  margin-left: 0;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--share .template-product--share-inner .template-product--share-ul li a {
  font-size: 16px;
  color: #000;
  opacity: 0.4;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--share .template-product--share-inner .template-product--share-ul li a:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--share .template-product--share-inner {
    display: block;
  }
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--description {
  margin-top: 30px;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--description .item-tab-description~.item-tab-description {
  margin-top: 15px;
  border-top: 1px solid #dfdfdf;
  padding-top: 15px;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--description .item-tab-description h4 {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--description .item-tab-description h4.active i {
  transform: rotate(180deg);
}

.template-product #template-product--row-1 .template-product--right .template-product--right-info .template-product--description .item-tab-description .content-tab-description {
  display: none;
  margin-top: 15px;
}

.template-product #template-product--row-1 .wrapbox-image-verticalSlide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}

.template-product #template-product--row-1 .wrapbox-image-verticalSlide .productList-slider,
.template-product #template-product--row-1 .wrapbox-image-verticalSlide .productList-thumb {
  padding: 0;
}

.template-product #template-product--row-1 .wrapbox-image-verticalSlide .productGallery_thumb {
  flex: 0 0 100px;
  max-width: 100px;
  padding-right: 8px;
}

.template-product #template-product--row-1 .wrapbox-image-verticalSlide .productGallery_slider {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  position: relative;
}

.template-product #template-product--row-1 .wrapbox-image-verticalSlide .productGallery_slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.template-product #template-product--row-1 .productSlick-thumb .product-thumb.slick-current .product-thumb__item {
  border-color: var(--shop-color-main);
}

.template-product #template-product--row-1 .productSlick-slider button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0px;
  font-size: 0;
  color: var(--shop-color-text);
  height: 35px;
  width: 35px;
  line-height: 35px;
  outline: none;
  text-align: center;
  display: inline-block;
  background: transparent;
  border: 0;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.template-product #template-product--row-1 .productSlick-slider button.slick-arrow:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 28px;
  display: inline-block;
}

.template-product #template-product--row-1 .productSlick-slider button.slick-arrow.slick-prev {
  left: 0px;
}

.template-product #template-product--row-1 .productSlick-slider button.slick-arrow.slick-next {
  right: 0px;
}

.template-product #template-product--row-1 .productSlick-slider button.slick-arrow.slick-next:before {
  content: "\f105";
}

.template-product #template-product--row-1 .productSlick-slider button.slick-arrow.slick-prev:before {
  content: "\f104";
}

.template-product #template-product--row-1 .productSlick-slider button.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.template-product #template-product--row-1 .productSlick-slider ul.slick-dots {
  display: block;
  text-align: center;
}

.template-product #template-product--row-1 .productSlick-slider ul.slick-dots li {
  display: inline-block;
}

.template-product #template-product--row-1 .productSlick-slider ul.slick-dots li button {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-width: 2px;
  background: #ddd;
  border: 1px solid #fff;
  font-size: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.template-product #template-product--row-1 .productSlick-slider ul.slick-dots li.slick-active button {
  background: var(--shop-color-main);
}

.template-product #template-product--row-1 .productSlick-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}

.template-product #template-product--row-1 .productSlick-slider:not(.slick-initialized) .product-gallery {
  flex: 0 0 100%;
}

.template-product #template-product--row-2 {
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .template-product #template-product--row-2 {
    padding: 40px 0;
  }
}

.template-product #template-product--row-2 .detail-product--description {
  margin: 0 0 30px 0;
}

.template-product #template-product--row-2 .detail-product--description h4 {
  font-size: 26px;
  font-weight: 600;
  color: #373737;
  margin: 0 0 20px 0;
}

.template-product #template-product--row-2 .detail-product--description .detail-product--content {
  font-size: 14px;
  line-height: 27px;
  color: #373737;
}

.template-product #template-product--row-2 .detail-product--description .detail-product--content * {
  color: #373737;
}

.template-product #template-product--row-2 .detail-product--description .detail-product--content ul {
  list-style: inherit;
}

.template-product #template-product--row-2 .detail-product--description .detail-product--content strong {
  font-weight: 500;
}

.template-product #template-product--row-2 .detail-product--reviews h4 {
  font-size: 26px;
  font-weight: 600;
  color: #373737;
  margin: 0 0 20px 0;
}

.template-product #template-product--row-2 .detail-product--reviews .product-customer-reviews {
  position: relative;
}

.template-product #template-product--row-2 .detail-product--reviews .product-reviews-summary-actions {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
}

.template-product #template-product--row-2 .detail-product--reviews .hrv-product-reviews-summary {
  padding: 0;
  margin-bottom: 15px;
}

.template-product #template-product--row-2 .detail-product--reviews .hrv-product-reviews-form {
  width: 100%;
  padding: 0;
}

.template-product #template-product--row-2 .detail-product--reviews .hrv-product-reviews-form #hrv-product-reviews-frm {
  max-width: 60%;
}

@media (max-width: 991px) {
  .template-product #template-product--row-2 .detail-product--reviews .hrv-product-reviews-form #hrv-product-reviews-frm {
    max-width: 100%;
  }
}

.template-product #template-product--row-2 .detail-product--reviews .hrv-product-reviews-summary>div {
  display: inline-block;
}

.template-product #template-product--row-2 .detail-product--reviews #btnnewreview,
.template-product #template-product--row-2 .detail-product--reviews #btnSubmitReview {
  color: #fff;
  background-color: var(--shop-color-button);
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 2px;
  text-transform: uppercase;
  border: 1px solid var(--shop-color-button);
}

.template-product #template-product--row-2 .detail-product--reviews .hrv-product-reviews-form fieldset {
  padding: 5px 0;
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner {
  padding: 0 0 50px 0;
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner h4,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner h4,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner h4,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner h4 {
  font-size: 26px;
  color: #373737;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider {
  position: relative;
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider .relate-product--slider-slick .slick-list,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider .relate-product--slider-slick .slick-list,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider .relate-product--slider-slick .slick-list,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider .relate-product--slider-slick .slick-list {
  margin: 0 -10px;
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider .relate-product--slider-slick .slick-list .product-loop-items,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider .relate-product--slider-slick .slick-list .product-loop-items,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider .relate-product--slider-slick .slick-list .product-loop-items,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider .relate-product--slider-slick .slick-list .product-loop-items {
  margin: 0 10px;
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider .relate-product--slider-prev-arrow,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider .relate-product--slider-prev-arrow,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider .relate-product--slider-prev-arrow,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider .relate-product--slider-prev-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider .relate-product--slider-prev-arrow svg,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider .relate-product--slider-prev-arrow svg,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider .relate-product--slider-prev-arrow svg,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider .relate-product--slider-prev-arrow svg {
  fill: gray;
  stroke: gray;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider .relate-product--slider-next-arrow,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider .relate-product--slider-next-arrow,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider .relate-product--slider-next-arrow,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider .relate-product--slider-next-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider .relate-product--slider-next-arrow svg,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider .relate-product--slider-next-arrow svg,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider .relate-product--slider-next-arrow svg,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider .relate-product--slider-next-arrow svg {
  fill: gray;
  stroke: gray;
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow {
  position: absolute;
  top: 37%;
  z-index: 8;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0px;
  font-size: 0;
  color: var(--shop-color-text);
  height: 30px;
  width: 30px;
  line-height: 30px;
  outline: none;
  text-align: center;
  display: inline-block;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow:before,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow:before,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow:before,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 26px;
  display: inline-block;
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-prev,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-prev,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-prev,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-prev {
  left: 0;
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-next,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-next,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-next,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-next {
  right: 0;
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-prev:before,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-prev:before,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-prev:before,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-prev:before {
  content: "\f104";
}

.template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-next:before,
.template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-next:before,
.template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-next:before,
.template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow.slick-next:before {
  content: "\f105";
}

@media (max-width: 991px) {

  .template-product #template-product--row-3 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow,
  .template-product #template-product--row-3 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow,
  .template-product #template-product--row-4 #relate-product--section .relate-product--inner .relate-product--slider button.slick-arrow,
  .template-product #template-product--row-4 #recommend-product--section .relate-product--inner .relate-product--slider button.slick-arrow {
    top: 26%;
  }
}

@media (max-width: 991px) {
  .template-product #template-product--row-1 .wrapbox-image-verticalSlide {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .template-product #template-product--row-1 .wrapbox-image-verticalSlide .productGallery_thumb {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }

  .template-product #template-product--row-1 .wrapbox-image-verticalSlide .productGallery_thumb .product-thumb .product-thumb__item {
    margin-left: 8px;
    margin-right: 8px;
  }

  .template-product #template-product--row-1 .wrapbox-image-verticalSlide .productGallery_slider {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }

  .template-product #template-product--row-1 .productSlick-thumb .product-thumb .product-thumb__item {
    margin-bottom: 0;
  }

  .template-product #template-product--row-1 .productList-thumb:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .template-product #template-product--row-1 .productList-thumb:not(.slick-initialized) li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* =========== */
/* Style variant */
.selector-wrapper,
.select {
  display: none;
}

.swatch {
  padding: 10px 0;
  width: 100%;
  float: left;
}

.swatch input {
  display: none;
}

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

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

.swatch .swatch-element {
  display: inline-block;
  margin: 0 8px 8px 0;
  border-radius: 3px;
  position: relative;
  vertical-align: bottom;
}

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

.swatch .swatch-element label {
  position: relative;
  display: block;
  margin: 0;
  padding: 7px 10px;
  min-width: 70px;
  font-size: 12px;
  font-weight: 500;
  color: var(--shop-color-title);
  background-color: #fff;
  border: 1px solid #bdbfbe;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.swatch .swatch-element label span {
  display: block;
  padding: 0 10px;
  overflow: hidden;
}

.swatch .swatch-element.soldout {
  cursor: no-drop;
}

.swatch .swatch-element.soldout label {
  opacity: .5;
  cursor: no-drop;
  pointer-events: none;
}

.swatch .swatch-element.soldout label span:before,
.swatch .swatch-element.soldout label span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin-top: 0;
  width: 100%;
  height: 1px;
  background: #bdbfbe;
}

.swatch .swatch-element.soldout label span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swatch .swatch-element.soldout label span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swatch .swatch-element label.sd {
  color: var(--shop-color-main);
  background: #ffff;
  border: 1px solid var(--shop-color-main);
}

.swatch .swatch-element label.sd:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -1px;
  top: -1px;
  border-style: solid;
  border-width: 0px 19px 19px 0px;
  border-color: transparent var(--shop-color-main) transparent transparent;
}

.swatch .swatch-element label.sd:after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  right: -1px;
  top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fffff' d='M0 0h16c2.21 0 4 1.79 4 4v16L0 0z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124)'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M4.654 7.571L8.88 3.176c.22-.228.582-.235.81-.016.229.22.236.582.017.81L5.04 8.825c-.108.113-.258.176-.413.176-.176 0-.33-.076-.438-.203L2.136 6.37c-.205-.241-.175-.603.067-.808.242-.204.603-.174.808.068L4.654 7.57z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124) translate(7.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.swatch .swatch-element.color label {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.swatch-element.color label.do {
  font-size: 0;
  background: #ff0000;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.do.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.do.sd:before {
  content: none;
}

.swatch-element.color label.do.sd:after {
  content: none;
}

.swatch-element.color label.vang {
  font-size: 0;
  background: #ffff05;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.vang.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.vang.sd:before {
  content: none;
}

.swatch-element.color label.vang.sd:after {
  content: none;
}

.swatch-element.color label.cam {
  font-size: 0;
  background: #f5b505;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.cam.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.cam.sd:before {
  content: none;
}

.swatch-element.color label.cam.sd:after {
  content: none;
}

.swatch-element.color label.xanh-duong {
  font-size: 0;
  background: #5100ff;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.xanh-duong.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.xanh-duong.sd:before {
  content: none;
}

.swatch-element.color label.xanh-duong.sd:after {
  content: none;
}

.swatch-element.color label.xanh-la {
  font-size: 0;
  background: #3cfa08;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.xanh-la.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.xanh-la.sd:before {
  content: none;
}

.swatch-element.color label.xanh-la.sd:after {
  content: none;
}

.swatch-element.color label.nau {
  font-size: 0;
  background: #753a3a;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.nau.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.nau.sd:before {
  content: none;
}

.swatch-element.color label.nau.sd:after {
  content: none;
}

.swatch-element.color label.xam {
  font-size: 0;
  background: #cccaca;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.xam.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.xam.sd:before {
  content: none;
}

.swatch-element.color label.xam.sd:after {
  content: none;
}

.swatch-element.color label.tim {
  font-size: 0;
  background: #b5129a;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.tim.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.tim.sd:before {
  content: none;
}

.swatch-element.color label.tim.sd:after {
  content: none;
}

.swatch-element.color label.hong {
  font-size: 0;
  background: #db999b;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.hong.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.hong.sd:before {
  content: none;
}

.swatch-element.color label.hong.sd:after {
  content: none;
}

.swatch-element.color label.xanh {
  font-size: 0;
  background: #00d413;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.xanh.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.xanh.sd:before {
  content: none;
}

.swatch-element.color label.xanh.sd:after {
  content: none;
}

.swatch-element.color label.den {
  font-size: 0;
  background: #000000;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.den.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.den.sd:before {
  content: none;
}

.swatch-element.color label.den.sd:after {
  content: none;
}

.swatch-element.color label.den {
  font-size: 0;
  background: #000000;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.den.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.den.sd:before {
  content: none;
}

.swatch-element.color label.den.sd:after {
  content: none;
}

.swatch-element.color label.den {
  font-size: 0;
  background: #000000;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.den.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.den.sd:before {
  content: none;
}

.swatch-element.color label.den.sd:after {
  content: none;
}

.swatch-element.color label.den {
  font-size: 0;
  background: #000000;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.den.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.den.sd:before {
  content: none;
}

.swatch-element.color label.den.sd:after {
  content: none;
}

.swatch-element.color label.den {
  font-size: 0;
  background: #000000;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.den.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.den.sd:before {
  content: none;
}

.swatch-element.color label.den.sd:after {
  content: none;
}

.swatch-element.color label.nau {
  font-size: 0;
  background: #753a3a;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.nau.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.nau.sd:before {
  content: none;
}

.swatch-element.color label.nau.sd:after {
  content: none;
}

.swatch-element.color label.xam {
  font-size: 0;
  background: #cccaca;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.xam.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.xam.sd:before {
  content: none;
}

.swatch-element.color label.xam.sd:after {
  content: none;
}

.swatch-element.color label.tim {
  font-size: 0;
  background: #b5129a;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.tim.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.tim.sd:before {
  content: none;
}

.swatch-element.color label.tim.sd:after {
  content: none;
}

.swatch-element.color label.hong {
  font-size: 0;
  background: #db999b;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.hong.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.hong.sd:before {
  content: none;
}

.swatch-element.color label.hong.sd:after {
  content: none;
}

.swatch-element.color label.den {
  font-size: 0;
  background: #000000;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.den.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.den.sd:before {
  content: none;
}

.swatch-element.color label.den.sd:after {
  content: none;
}

.swatch-element.color label.do {
  font-size: 0;
  background: #ff0000;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.do.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.do.sd:before {
  content: none;
}

.swatch-element.color label.do.sd:after {
  content: none;
}

.swatch-element.color label.vang {
  font-size: 0;
  background: #ffff05;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.vang.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.vang.sd:before {
  content: none;
}

.swatch-element.color label.vang.sd:after {
  content: none;
}

.swatch-element.color label.cam {
  font-size: 0;
  background: #f5b505;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.cam.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.cam.sd:before {
  content: none;
}

.swatch-element.color label.cam.sd:after {
  content: none;
}

.swatch-element.color label.xanh-duong {
  font-size: 0;
  background: #5100ff;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.xanh-duong.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.xanh-duong.sd:before {
  content: none;
}

.swatch-element.color label.xanh-duong.sd:after {
  content: none;
}

.swatch-element.color label.xanh-la {
  font-size: 0;
  background: #3cfa08;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.xanh-la.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.xanh-la.sd:before {
  content: none;
}

.swatch-element.color label.xanh-la.sd:after {
  content: none;
}

.swatch-element.color label.nau {
  font-size: 0;
  background: #753a3a;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.nau.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.nau.sd:before {
  content: none;
}

.swatch-element.color label.nau.sd:after {
  content: none;
}

.swatch-element.color label.xam {
  font-size: 0;
  background: #cccaca;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.xam.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.xam.sd:before {
  content: none;
}

.swatch-element.color label.xam.sd:after {
  content: none;
}

.swatch-element.color label.tim {
  font-size: 0;
  background: #b5129a;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.tim.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.tim.sd:before {
  content: none;
}

.swatch-element.color label.tim.sd:after {
  content: none;
}

.swatch-element.color label.hong {
  font-size: 0;
  background: #db999b;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.hong.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.hong.sd:before {
  content: none;
}

.swatch-element.color label.hong.sd:after {
  content: none;
}

.swatch-element.color label.den {
  font-size: 0;
  background: #000000;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none;
}

.swatch-element.color label.den.sd {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch-element.color label.den.sd:before {
  content: none;
}

.swatch-element.color label.den.sd:after {
  content: none;
}

/* ============ */
/* Template Cart */
#template-cart #template-cart--row-1 {
  padding: 50px 0;
}

#template-cart #template-cart--row-1 h1 {
  font-size: 38px;
  line-height: 46px;
  color: #373737;
  margin: 0 0 40px 0;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table {
  display: block;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table thead,
#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table tbody {
  display: block;
  border: 0;
  padding: 0;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table th,
#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table td {
  display: block;
  border: 0;
  padding: 0;
}

@media (min-width: 1025px) {

  #template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table th,
  #template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table td {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table thead {
  display: none;
}

@media (min-width: 1025px) {
  #template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table thead {
    display: block;
  }
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table thead tr {
  padding: 20px 0;
  border-bottom: 1px solid #eaedf0;
  background-color: #f9fafb;
}

@media (min-width: 1025px) {
  #template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table thead tr th {
    font-weight: 600;
    color: #373737;
    text-transform: uppercase;
    font-size: 12px;
    background: 0 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table thead tr th.template-cart--thumbnail {
  display: none;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--remove {
  -webkit-box-ordinal-group: 101;
  -ms-flex-order: 100;
  order: 100;
  text-transform: uppercase;
  text-align: right;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 23px;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--remove a {
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #adb5bd;
  width: auto;
  height: auto;
  border: 1px solid #adb5bd;
  padding: .3125rem .5625rem .375rem;
  margin-bottom: 0;
  border-radius: 2px;
  line-height: 1;
  -webkit-transition: all 0.25s var(--easeOutCubic);
  transition: all 0.25s var(--easeOutCubic);
  text-decoration: none;
  text-transform: uppercase;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--thumbnail {
  padding-left: 0;
  text-align: start;
}

@media (min-width: 1025px) {
  #template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--thumbnail {
    width: 110px;
  }
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--price .template-cart--price-amount {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #373737;
}

@media (min-width: 1025px) {
  #template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--price {
    text-align: right;
    max-width: 380px;
  }
}

@media (min-width: 1025px) {
  #template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--quantity {
    width: 120px;
    text-align: right;
  }
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--quantity .template-cart--inner-quantity {
  display: inline-block;
  max-width: 90px;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--quantity .template-cart--inner-quantity .template-cart--controls {
  position: relative;
  width: 100%;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--quantity .template-cart--inner-quantity .template-cart--controls .template-cart--control {
  position: absolute;
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
  z-index: 1;
  cursor: pointer;
  width: 30%;
  font-size: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--quantity .template-cart--inner-quantity .template-cart--controls .template-cart--control:after {
  content: '';
  position: absolute;
  height: 60%;
  width: 1px;
  opacity: .08;
  top: 20%;
  right: 0;
  background-color: currentColor;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--quantity .template-cart--inner-quantity .template-cart--controls .template-cart--control.--plus {
  right: 2px;
  left: auto;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--quantity .template-cart--inner-quantity .template-cart--controls .template-cart--control.--plus:after {
  left: 1px;
  right: auto;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--quantity .template-cart--inner-quantity .template-cart--controls input {
  font-size: 13px;
  padding: 0;
  width: 100%;
  border: 1px solid #dfe3e7;
  text-align: center;
  min-width: 60px;
  margin: 0;
  vertical-align: middle;
  height: 43px;
  outline: 0;
  display: block;
  line-height: 1.5;
  width: 80px;
}

@media (min-width: 1025px) {
  #template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--subtotal {
    width: 110px;
    text-align: right;
  }
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--subtotal span {
  font-weight: 700;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--name {
  text-align: start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--name .template-cart--item-title a {
  font-size: 18px;
  line-height: 31px;
  color: #212529;
  font-weight: 400;
}

@media (min-width: 1025px) {
  #template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table th {
    padding: 0 20px;
  }

  #template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .template-cart--remove {
    width: 90px;
    position: static;
  }

  #template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table .product-thumbnail {
    width: 110px;
  }

  #template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#template-cart #template-cart--row-1 .template-cart---cart-form .template-cart--table tbody .template-cart--item {
  padding: 25px 0;
  border-bottom: 1px solid #eaedf0;
  position: relative;
}

#template-cart #template-cart--row-1 #action-checkouts {
  -moz-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#template-cart #template-cart--row-1 #action-checkouts textarea {
  border: 1px solid #eaedf0;
  margin: 20px 0 0 0;
  width: 100%;
  max-width: 340px;
  height: 150px;
}

#template-cart #template-cart--row-1 #action-checkouts .action-checkouts--collaterals {
  width: 40%;
  margin: 20px 0 0 0;
}

#template-cart #template-cart--row-1 #action-checkouts .action-checkouts--collaterals .action-checkouts--total h2 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

#template-cart #template-cart--row-1 #action-checkouts .action-checkouts--collaterals .action-checkouts--total .shop_table_responsive {
  border: 1px solid #eaedf0;
  font-size: 14px;
}

#template-cart #template-cart--row-1 #action-checkouts .action-checkouts--collaterals .action-checkouts--total .shop_table_responsive tr {
  border: 0;
  border-bottom: 1px solid #eaedf0;
}

#template-cart #template-cart--row-1 #action-checkouts .action-checkouts--collaterals .action-checkouts--total .shop_table_responsive tr th {
  font-weight: 600;
  color: #373737;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 25px;
  border-right: 1px solid #eaedf0;
  background: #fbf9fa;
}

#template-cart #template-cart--row-1 #action-checkouts .action-checkouts--collaterals .action-checkouts--total .shop_table_responsive tr td {
  padding: 15px 25px;
}

#template-cart #template-cart--row-1 #action-checkouts .action-checkouts--collaterals .action-checkouts--total .actions-checkout-button {
  margin: 20px 0 0 0;
}

#template-cart #template-cart--row-1 #action-checkouts .action-checkouts--collaterals .action-checkouts--total .actions-checkout-button a {
  display: block;
  width: 100%;
  text-align: center;
  background: black;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 10px;
  letter-spacing: 1px;
}

/* ============ */
/* Footer */
#section-footer {
  background: #a0a5a7;
  padding: 100px 0;
}

#section-footer .section-footer--heading {
  margin: 0 0 40px;
}

#section-footer .section-footer--heading h4 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

#section-footer .section-footer--content ul {
  -moz-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 0 60px;
}

#section-footer .section-footer--content ul li {
  margin: 0 10px;
}

#section-footer .section-footer--content ul li a {
  color: white;
  font-size: 25px;
}

#section-footer .section-footer--content .section-footer--email {
  margin: 0 0 60px 0;
}

#section-footer .section-footer--content .section-footer--email a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 28px;
  line-height: 28px;
}

#section-footer .section-footer--content-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#section-footer .section-footer--content-list ul li {
  -ms-flex-preferred-size: calc(100%/2);
  flex-basis: calc(100%/2);
}

#section-footer .section-footer--content-list ul li a {
  font-size: 16px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.84);
}

#section-footer .section-footer--form .input-group {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 7px 10px;
}

#section-footer .section-footer--form .input-group input {
  -moz-width: calc(100% - 60px);
  -o-width: calc(100% - 60px);
  -webkit-width: calc(100% - 60px);
  width: calc(100% - 60px);
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: white;
}

#section-footer .section-footer--form .input-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#section-footer .section-footer--form .input-group input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#section-footer .section-footer--form .input-group input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#section-footer .section-footer--form .input-group button {
  border: none;
  background: transparent;
  color: white;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  width: 60px;
  text-align: center;
}

#section-footer .section-footer--form .section-footer--form-des {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.66);
  margin: 20px 0 0 0;
}

#section-footer .section-footer--copyright {
  text-align: center;
  margin: 80px 0 0;
}

#section-footer .section-footer--copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 24px;
}

#section-footer .section-footer--copyright a {
  color: rgba(255, 255, 255, 0.84);
}

#section-footer .section-footer--logo-payment {
  margin: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 1.25rem;
  align-items: center;
}

#section-footer .section-footer--logo-payment .section-footer--items-payment {
  margin: 0 40px 0 0;
}

/* =========== */
#modal-quickview {
  max-width: 1000px;
  padding: 15px;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop .slick-arrow svg {
  fill: gray;
  stroke: gray;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop .slick-arrow.slick-prev {
  left: 0;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop .slick-arrow.slick-prev svg {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

#modal-quickview #quickview-template #quickview-slider-large-desktop .slick-arrow.slick-next {
  right: 0;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0px;
  font-size: 0;
  color: var(--shop-color-text);
  height: 35px;
  width: 35px;
  line-height: 35px;
  outline: none;
  text-align: center;
  display: inline-block;
  background: transparent;
  border: 0;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop button.slick-arrow:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 28px;
  display: inline-block;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop button.slick-arrow.slick-prev {
  left: 0px;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop button.slick-arrow.slick-next {
  right: 0px;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop button.slick-arrow.slick-next:before {
  content: "\f105";
}

#modal-quickview #quickview-template #quickview-slider-large-desktop button.slick-arrow.slick-prev:before {
  content: "\f104";
}

#modal-quickview #quickview-template #quickview-slider-large-desktop button.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop ul.slick-dots {
  display: block;
  text-align: center;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop ul.slick-dots li {
  display: inline-block;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop ul.slick-dots li button {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-width: 2px;
  background: #ddd;
  border: 1px solid #fff;
  font-size: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop ul.slick-dots li.slick-active button {
  background: var(--shop-color-main);
}

#modal-quickview #quickview-template #quickview-slider-large-desktop:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}

#modal-quickview #quickview-template #quickview-slider-large-desktop:not(.slick-initialized) .product-gallery {
  flex: 0 0 100%;
}

#modal-quickview #quickview-template #quickview-slider-thumb {
  margin-top: 15px;
}

#modal-quickview #quickview-template #quickview-slider-thumb .slick-track {
  margin-left: 0 -7.5px;
}

#modal-quickview #quickview-template #quickview-slider-thumb .slick-track .quickview--product-gallery__thumb {
  margin: 0 7.5px;
  border: 1px solid transparent;
}

#modal-quickview #quickview-template #quickview-slider-thumb .slick-track .quickview--product-gallery__thumb.slick-current {
  border-color: var(--shop-color-main);
}

#modal-quickview #quickview-template .wrapper-info-quickview h2 {
  font-size: 24px;
  margin: 0 0 15px 0;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-price span {
  font-size: 18px;
  font-weight: 600;
  color: red;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-price del {
  margin: 0 0 0 10px;
  color: gray;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-price span.pro-percent {
  display: inline-block;
  min-width: 36px;
  padding: 2px 6px;
  background: #ff0000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #fff;
  border-radius: 3px;
  vertical-align: text-bottom;
  line-height: 1.5;
  margin-left: 10px;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-short-description {
  margin-top: 15px;
  margin-bottom: 15px;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-variants {
  display: inline-block;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys {
  margin: 20px 0 0 0;
  display: inline-block;
  width: 100%;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys .action-buys--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  height: 45px;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys .action-buys--inner .action-buys--quantity {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  height: 45px;
  color: #373737;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys .action-buys--inner .action-buys--quantity .action-buys--field {
  height: 100%;
  position: relative;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys .action-buys--inner .action-buys--quantity .action-buys--field input {
  border-color: #e70505;
  color: #212529;
  font-weight: 600;
  font-size: 13px;
  padding-left: .5rem;
  padding-right: .5rem;
  height: 100%;
  min-width: 60px;
  border-width: 5px;
  width: 60px;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  padding: .625rem .8125rem;
  outline: 0;
  display: block;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys .action-buys--inner #add-to-cart-qw {
  width: 180px;
  text-align: center;
  border: none;
  font-size: 12px;
  line-height: 18px;
  color: white;
  background: #e70505;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
  position: relative;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys .action-buys--inner #add-to-cart-qw .add-to-cart--lineLoader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s var(--easeOutCubic);
  transition: opacity 0.4s var(--easeOutCubic);
  color: #fff;
  width: 60px;
  height: 2px;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys .action-buys--inner #add-to-cart-qw .add-to-cart--lineLoader:after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: currentColor;
  -webkit-animation: dashanim-active-trscale 1s var(--easeOutCubic) infinite;
  animation: dashanim-active-trscale 1s var(--easeOutCubic) infinite;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys .action-buys--inner #add-to-cart-qw.disabled {
  color: #929292;
  background: #eaeaea;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys .action-buys--inner #add-to-cart-qw.added {
  font-size: 0;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys .action-buys--inner #add-to-cart-qw.added .add-to-cart--lineLoader {
  opacity: 1;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys .action-buys--inner #add-to-cart-qw.added .add-to-cart--lineLoader:after {
  height: 100%;
  width: 100%;
  display: block;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys .action-buys--inner .action-buys--wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: 2.5rem;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-action .action-buys .action-buys--inner .action-buys--wishlist .tinvwl_add_to_wishlist-text {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-viewdetail {
  margin-top: 10px;
}

#modal-quickview #quickview-template .wrapper-info-quickview .quickview-viewdetail a {
  text-decoration: underline;
  display: inline-block;
  color: var(--shop-color-text);
}

/*===== CART===============================================*/
.wrapper-mainCart .mainCart-detail {
  background: #fff;
}

.wrapper-mainCart .mainCart-detail h1.heading-cart {
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
  margin-top: 15px;
  border-bottom: 1px solid var(--shop-color-border);
}

.wrapper-mainCart .mainCart-detail .expanded-message {
  padding: 20px 0px;
}

.wrapper-mainCart .title-number-cart {
  padding: 0;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 16px;
}

.wrapper-mainCart .list-pageform-cart {
  padding: 15px 0;
}

.wrapper-mainCart .table-cart {
  padding: 8px 10px;
  border: 2px solid var(--shop-color-border);
  overflow: hidden;
  border-radius: 8px;
}

.wrapper-mainCart .cart-row {
  width: 100%;
  display: inline-block;
}

@media (min-width: 768px) {
  .wrapper-mainCart .expanded-message {
    text-align: left;
    font-size: 17px;
  }
}

.wrapper-mainCart .media-line-item+.media-line-item {
  border-top: 1px solid #f1f1f1;
}

.wrapper-mainCart .media-line-item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 10px;
}

.wrapper-mainCart .media-line-item .media-left {
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  padding: 0;
  position: relative;
  display: block;
}

.wrapper-mainCart .media-line-item .media-left img {
  border: 1px solid #ededed;
}

.wrapper-mainCart .media-line-item .media-left .item-remove {
  position: absolute;
  top: -7px;
  left: -10px;
}

.wrapper-mainCart .media-line-item .media-left .item-remove a {
  display: block;
  background: #8f9bb3;
  color: #fff;
  font-size: 8px;
  font-weight: 400;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}

.wrapper-mainCart .media-line-item .media-right {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 1 1 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.wrapper-mainCart .media-line-item .media-total {
  text-align: right;
}

.wrapper-mainCart .media-line-item .item-info {
  margin-bottom: 10px;
}

.wrapper-mainCart .media-line-item .item-info .item--title {
  font-size: 15px;
  margin: 0 0 2px;
  font-weight: 500;
}

.wrapper-mainCart .media-line-item .item-info .item--title a {
  color: var(--shop-color-text);
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.wrapper-mainCart .media-line-item .item-info .item--variant {
  font-size: 12px;
  color: #777;
  font-weight: 500;
}

.wrapper-mainCart .media-line-item .item-price p {
  margin: 0;
}

.wrapper-mainCart .media-line-item .item-price .ico-gift {
  display: inline-block;
  max-width: 18px;
  vertical-align: 2px;
  margin-left: 10px;
}

.wrapper-mainCart .media-line-item .item-price span {
  font-weight: 600;
  color: #8f9bb3;
}

.wrapper-mainCart .media-line-item .item-price del {
  color: #8f9bb3;
  font-size: 12px;
  margin-left: 5px;
}

.wrapper-mainCart .media-line-item .item-qty {
  display: inline-block;
}

.wrapper-mainCart .media-line-item .item-qty .quantity-partent {
  margin: 8px 0 3px;
  display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  width: 100%;
}

.wrapper-mainCart .media-line-item .item-qty .quantity-partent input.item-quantity {
  float: left;
  font-weight: 500;
  font-size: 15px;
  width: 36px;
  height: 28px;
  padding: 0;
  background: #fff;
  text-align: center;
  outline: none;
  border: 1px solid #f3f4f4;
  margin: 0 3px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn {
  float: left;
  font-weight: 500;
  font-size: 18px;
  padding: 0;
  height: 28px;
  width: 28px;
  text-align: center;
  background: #ffffff;
  color: var(--shop-color-text);
  border: 1px solid #f3f4f4;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn:focus {
  outline: none;
}

.wrapper-mainCart .media-line-item .item-total-price .text {
  font-size: 14px;
}

.wrapper-mainCart .media-line-item .item-total-price .line-item-total {
  font-size: 16px;
  font-weight: 700;
}

.wrapper-mainCart .order-noted-block .checkout-buttons {
  background: #f3f4f4;
  padding: 15px;
  margin: 20px 0 10px;
}

.wrapper-mainCart .order-noted-block label.note-label {
  display: block;
  margin: 00px 0 10px;
  font-weight: 600;
  font-size: 14px;
}

.wrapper-mainCart .order-noted-block textarea {
  padding: 10px 15px;
  width: 100%;
  min-height: 80px;
  resize: none;
  border: 1px solid #dfe0e1;
  box-shadow: none;
}

.wrapper-mainCart .order-summary-block {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid var(--shop-color-border);
}

.wrapper-mainCart .order-summary-block.order-summary-notify {
  padding: 0;
  border: 0;
}

.wrapper-mainCart .order-summary-block .summary-warning {
  padding: 12px 15px;
  border-radius: 4px;
  /*	background-color: #fee3e8;border:1px solid #fdd0d8;*/
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

.wrapper-mainCart .order-summary-block .summary-warning .textmr {
  margin-bottom: 5px;
}

.wrapper-mainCart .order-summary-block .summary-warning p {
  margin: 0;
}

.wrapper-mainCart .order-summary-block .summary-alert {
  background-color: #fee3e8;
  border: 1px solid #fdd0d8;
  color: #d20909;
  font-size: 13px;
  padding: 10px 15px;
  margin: 10px 0;
  text-align: left;
}

.wrapper-mainCart .order-summary-block .summary-alert:not(.in) {
  display: none;
}

.wrapper-mainCart .order-summary-block .selected-store {
  background: #fcfcfc;
  border: 1px solid #F5f5f5;
  margin-bottom: 20px;
}

.wrapper-mainCart .order-summary-block .selected-store__row {
  padding: 10px 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper-mainCart .order-summary-block .selected-store__row .boxtime-title {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  padding-right: 10px;
}

.wrapper-mainCart .order-summary-block .selected-store__row .boxtime-title .txt-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 5px;
}

.wrapper-mainCart .order-summary-block .selected-store__row .boxtime-title .txt-time {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.wrapper-mainCart .order-summary-block .selected-store__row .boxtime-title .txt-time i {
  color: var(--shop-color-main);
  margin-right: 2px;
  font-size: 15px;
  vertical-align: text-bottom;
}

.wrapper-mainCart .order-summary-block .summary-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}

.wrapper-mainCart .order-summary-block .summary-time {
  background: #fcfcfc;
  border: 1px solid #F5f5f5;
}

.wrapper-mainCart .order-summary-block .summary-time__row {
  padding: 10px 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  padding-right: 10px;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 5px;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-time {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-time i {
  color: var(--shop-color-main);
  margin-right: 2px;
  font-size: 15px;
  vertical-align: text-bottom;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio {
  max-width: 50%;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio .radio-item {
  position: relative;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio .radio-item+.radio-item {
  margin-top: 5px;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio'] {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  color: #fff;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']+label {
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:before {
  content: '\2714\fe0e';
  font-size: 11px;
  height: 13px;
  width: 13px;
  line-height: 13px;
  opacity: 0;
  position: absolute;
  display: block;
  text-align: center;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:checked {
  background: var(--shop-color-hover);
  border-color: var(--shop-color-hover);
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:checked:before {
  opacity: 1;
  color: #ffffff;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose {
  margin-right: -5px;
  margin-left: -5px;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box .select-option {
  position: relative;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box .select-option:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  border: solid #666666;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box label {
  display: block;
  font-weight: 400;
  font-size: 13px;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select {
  padding: 0px 8px;
  padding-right: 20px;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  height: 34px;
  line-height: 32px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  width: 100%;
  color: #000;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select:-ms-expand {
  display: none;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select:invalid {
  color: #ededed;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select [disabled] {
  color: #ededed;
  font-weight: 300;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select option {
  color: #000;
  font-weight: 500;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-button .btn-accepttime {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  color: var(--shop-color-main);
  background: #ffffff;
  border: 2px solid var(--shop-color-main);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-button .btn-accepttime.disabled {
  opacity: 0.8;
}

.wrapper-mainCart .order-summary-block .summary-time__row.picktime_selecter {
  display: none;
  border-top: 1px solid #efefef;
}

.wrapper-mainCart .order-summary-block .summary-time+.summary-total {
  border-top: 0;
}

.wrapper-mainCart .order-summary-block .summary-total {
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
  border-top: 1px dotted #dfe0e1;
  border-bottom: 1px dotted #dfe0e1;
  margin-bottom: 10px;
}

.wrapper-mainCart .order-summary-block .summary-total p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.wrapper-mainCart .order-summary-block .summary-total span {
  font-weight: bold;
  float: right;
  color: red;
  font-size: 24px;
}

.wrapper-mainCart .order-summary-block .summary-action {
  padding-top: 5px;
  text-align: center;
}

.wrapper-mainCart .order-summary-block .summary-action p {
  position: relative;
  font-size: 14px;
  margin-bottom: 4px;
  padding-left: 15px;
  font-weight: 400;
  text-align: left;
}

.wrapper-mainCart .order-summary-block .summary-action p:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #999999;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 8px;
  border-radius: 50%;
}

.wrapper-mainCart .order-summary-block .summary-button .checkout-btn {
  display: block;
  background: red;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0;
  margin-top: 12px;
}

.wrapper-mainCart .order-summary-block .summary-button .checkout-btn.disabled {
  pointer-events: none;
  opacity: 0.7;
  background: #151515;
}

.wrapper-mainCart .order-summary-block .summary-button .checkout-btn-2 {
  display: block;
  background: #f39700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0;
  margin-top: 12px;
}

.wrapper-mainCart .order-summary-block .summary-button .checkout-btn-2.disabled {
  pointer-events: none;
  opacity: 0.7;
  background: #151515;
}

.wrapper-mainCart .txt-continue {
  margin: 15px 0;
}

.wrapper-mainCart .order-noted-block .btn-checkout.disabled {
  pointer-events: none;
  opacity: 0.7;
  background: #151515;
}

.wrapper-mainCart .order-invoice-block .checkbox {
  margin: 5px 0;
  position: relative;
}

.wrapper-mainCart .order-invoice-block .checkbox>.title {
  font-size: 14px;
  padding-left: 40px;
  vertical-align: text-top;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
}

.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox {
  display: none;
}

.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox+.box {
  border: 2px solid var(--shop-color-main);
  padding: 9px;
  border-radius: 50%;
  opacity: 0.25;
  display: inline-block;
  background: transparent;
  margin-bottom: 0;
  position: absolute;
  left: 5px;
}

.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox+.box:after {
  content: '\2714\fe0e';
  font-size: 13px;
  position: absolute;
  top: -2px;
  left: 4px;
  color: var(--shop-color-main);
}

.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked+.box {
  background: var(--shop-color-main);
  opacity: 1;
}

.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked+.box:after {
  color: #ffffff;
}

.wrapper-mainCart .order-invoice-block .bill-field {
  display: none;
  margin-top: 20px;
}

.wrapper-mainCart .order-invoice-block .bill-field:before,
.wrapper-mainCart .order-invoice-block .bill-field:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper-mainCart .order-invoice-block .bill-field .form-group {
  margin-bottom: 15px;
  float: left;
  width: calc(100%/3 - 15px);
  margin-right: 15px;
}

.wrapper-mainCart .order-invoice-block .bill-field .form-group:nth-child(4) {
  width: calc(100% - 15px);
}

.wrapper-mainCart .order-invoice-block .bill-field .form-group input {
  font-size: 12px;
  height: 40px;
  color: #000000;
  box-shadow: none;
  background-clip: padding-box;
  border-radius: 2px;
  border: 1px solid var(--shop-color-border);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-outer-spin-button,
.wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number] {
  -moz-appearance: textfield;
}

.wrapper-mainCart .order-invoice-block .bill-field .form-group .text-danger {
  margin-top: 5px;
  display: block;
  font-size: 11px;
  color: #ff0000;
}

.wrapper-mainCart .order-invoice-block .bill-field .form-btn .button {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

@media (min-width: 992px) {
  .wrapper-mainCart .sidebarCart-sticky .wrap-order-summary {
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .wrapper-mainCart .order-summary-block .summary-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 99;
    padding: 8px 10px 8px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .wrapper-mainCart .order-summary-block .summary-button .checkout-btn {
    margin-top: 0;
    border-radius: 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .wrapper-mainCart .order-summary-block .summary-title {
    font-size: 16px;
  }

  .wrapper-mainCart .order-summary-block .summary-total {
    font-size: 14px;
  }

  .wrapper-mainCart .order-summary-block .summary-total span {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .wrapper-mainCart .mainCart-detail h1.heading-cart {
    margin-top: 0;
  }

  .wrapper-mainCart .media-line-item .media-left {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
  }

  .wrapper-mainCart .media-line-item .media-right {
    padding-left: 5px;
  }

  .wrapper-mainCart .media-line-item .item-info {
    margin-bottom: 2px;
  }

  .wrapper-mainCart .media-line-item .item-info .item--title {
    font-size: 14px;
  }

  .wrapper-mainCart .media-line-item .item-info .type_promote {
    margin-bottom: 0;
  }

  .wrapper-mainCart .order-summary-block.order-summary-notify {
    background: transparent;
    padding: 0;
  }

  .wrapper-mainCart .order-invoice-block .bill-field .form-group,
  .wrapper-mainCart .order-invoice-block .bill-field .form-group:nth-child(4) {
    width: 100%;
  }
}

.swal-modal {
  padding: 20px 15px 15px;
  margin-bottom: 50px;
  background: #ffffff;
  color: var(--shop-color-text);
}

.swal-modal .swal-button-container {
  margin: 7px;
}

.swal-modal .swal-button {
  box-shadow: none;
}

.swal-modal .swal-title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  color: var(--shop-color-title);
  padding: 10px 0;
}

.swal-modal .swal-text {
  display: block;
  text-align: center;
  font-size: 14px;
  color: var(--shop-color-text);
  font-weight: 400;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.swal-modal .swal-content {
  font-size: 15px;
}

.swal-modal .swal-footer {
  text-align: center;
  padding: 8px 0px;
}

.swal-modal .swal-footer .swal-button {
  position: relative;
  display: inline-block;
  min-width: 110px;
  padding: 10px 25px;
  line-height: normal;
  color: #000;
  border: 1px solid #000;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  background-color: transparent;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  overflow: hidden;
  box-shadow: none;
}

.swal-modal .swal-footer .swal-button.swal-button--cancel {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.swal-modal .swal-footer .swal-button.swal-button--confirm {
  border: 1px solid #ec0b0b;
  background-color: #ec0b0b;
  color: #fff;
}

.swal-modal.swal-cart-remove .swal-button--confirm {
  background: var(--shop-color-button);
  color: #ffffff;
}

.swal-modal.swal-cart-remove .swal-button,
.swal-modal.swal-cart-checkInvoice .swal-button {
  width: 100px;
}

.swal-modal.swal-cart-checkInvoice .swal-button--cancel {
  background: #333333;
  color: #ffffff;
}

.swal-modal.swal-cart-checkInvoice .swal-button--confirm {
  background: red;
  color: #ffffff;
}

.swal-modal.copy-success {
  max-width: 220px;
  padding: 15px;
}

.swal-modal.copy-success .swal-icon {
  margin: 0 auto 10px;
}

.swal-modal.copy-success .swal-text {
  font-size: 16px;
  font-weight: 500;
}

.swal-modal.swal-alert-km,
.swal-modal.swal-alert-km-qv {
  width: 380px;
  padding-left: 20px;
  padding-right: 20px;
}

.swal-modal.swal-alert-km .swal-content,
.swal-modal.swal-alert-km-qv .swal-content {
  margin-top: 10px;
  padding: 0 0px;
}

.swal-modal.swal-alert-km .swal-footer,
.swal-modal.swal-alert-km-qv .swal-footer {
  text-align: center;
  padding: 8px 0px;
}

.swal-modal.swal-alert-km .swal-footer .swal-button-container,
.swal-modal.swal-alert-km-qv .swal-footer .swal-button-container {
  display: block;
  margin: 0;
}

.swal-modal.swal-alert-km .swal-footer .swal-button-container+.swal-button-container,
.swal-modal.swal-alert-km-qv .swal-footer .swal-button-container+.swal-button-container {
  margin-top: 10px;
}

.swal-modal.swal-alert-km .swal-footer .swal-button,
.swal-modal.swal-alert-km-qv .swal-footer .swal-button {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 150px;
}

.swal-modal.swal-alert-km .swal-footer .swal-button.swal-button--cancel,
.swal-modal.swal-alert-km-qv .swal-footer .swal-button.swal-button--cancel {
  border: 1px solid #dfdfdf;
  background-color: #dfdfdf;
  color: #000000;
}

.swal-modal.swal-alert-km .swal-footer .swal-button.swal-button--confirm,
.swal-modal.swal-alert-km-qv .swal-footer .swal-button.swal-button--confirm {
  border: 1px solid var(--shop-color-button);
  background-color: var(--shop-color-button);
  color: #fff;
}

.swal-modal.newsletter-form-success .swal-icon:first-child {
  margin-top: 20px;
}

.swal-modal.newsletter-form-success .swal-title {
  font-size: 18px;
  color: #252a2b;
  text-transform: none;
}

.swal-modal.newsletter-form-success .swal-text {
  font-size: 14px;
}

@media (min-width: 768px) {
  .swal-modal.newsletter-form-success {
    width: 400px;
  }
}

@media (max-width: 767px) {

  .swal-modal.swal-alert-km-qv .swal-button-container,
  .swal-modal.swal-alert-km .swal-button-container {
    display: block;
  }

  .swal-modal.swal-alert-km-qv .swal-button,
  .swal-modal.swal-alert-km .swal-button {
    width: 100%;
  }
}

/*===== ACCOUNT ============================================*/
.layout-account {
  margin-bottom: 50px;
  border-top: 1px solid var(--shop-color-border);
}

.layout-account .wrapbox-heading-account {
  padding: 40px 0 20px;
}

.layout-account .header-page h1 {
  position: relative;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin: 0px 0;
  line-height: initial;
}

.layout-account .header-page h1:after {
  content: "";
  background: #000;
  display: block;
  width: 60px;
  height: 4px;
  margin: 20px auto;
}

.customers_accountForm {
  max-width: 500px;
  margin: 0 auto 50px;
}

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

.customers_accountForm .large_form {
  margin-bottom: 25px;
}

.customers_accountForm .large_form.large_form-mrb {
  margin-bottom: 5px;
}

.customers_accountForm .icon-field {
  display: none;
}

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

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

.customers_accountForm .custommer_account_action {
  text-align: center;
}

.customers_accountForm .action_bottom,
.customers_accountForm .req_pass {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
}

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

.customers_accountForm .action_bottom {
  padding: 0;
}

.customers_accountForm .action_bottom .btn {
  display: inline-block;
  border-radius: 0;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.customers_accountForm .action_bottom .btn:hover,
.customers_accountForm .action_bottom .btn:focus {
  color: #323232;
}

.customers_accountForm .errors {
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 13px;
  color: #856404;
  margin: 5px 0 15px;
  font-weight: 500;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
}

.customers_accountForm .errors a {
  text-decoration: underline;
}

.customers_accountForm .come-back {
  margin: 30px 0;
  display: block;
  font-weight: 500;
}

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

.customers_accountForm .create-password {
  margin: 10px 0;
}

@-moz-keyframes ripple ripple {

  5%,
  100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

@-webkit-keyframes ripple {

  5%,
  100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

@keyframes ripple ripple {

  5%,
  100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

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

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

#field-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;
}

#field-gender input[type="radio"]+label:before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #323232;
  -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;
}

#field-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);
}

#field-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;
}

#field-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;
}

/* address */
.customer_address .input-group {
  margin: 15px 0px;
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
}

.customer_address .input-group .input-ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 0;
  color: #DAD9D9;
  background-color: #ebebeb;
}

.customer_address .input-group .input-textbox {
  margin-left: 35px !important;
  width: calc(100% - 35px);
  height: 34px;
  padding: 5px 15px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.customer_address .input-group input[type=checkbox] {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

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

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

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

.wrap_editAddress .address_title .address_actions {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.wrap_editAddress .address_title .address_actions .action_link {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  line-height: 100%;
  width: 30px;
  padding: 14px 0;
  text-align: center;
}

.wrap_editAddress .address_table {
  margin-bottom: 15px;
  border-top: 0px solid #ddd;
  background: #fbfbfb;
  padding: 5px 15px 15px;
}

.wrap_editAddress .address_table .view_address .large_view {
  margin-bottom: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.wrap_editAddress .address_table .view_address .large_view .lb-left {
  width: 35%;
  padding-right: 10px;
}

.wrap_editAddress .address_table .view_address .large_view .lb-right {
  width: 65%;
}

.wrap_editAddress .address_table .view_address .large_view b {
  font-weight: 700;
}

.wrap_addAddress {
  margin-bottom: 30px;
}

.wrap_addAddress .add_address_table {
  padding: 5px 15px 15px;
  background: #fbfbfb;
}

.wrap_addAddress .add-new-address {
  display: inline-block;
  padding: 10px;
  background: #323232;
  color: #fff !important;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  text-align: center;
  font-weight: 600;
}

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

/* account ++ order  */
.wrap_inforAccount p {
  margin-bottom: 3px;
}

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

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

a#view_address {
  font-weight: 500;
  opacity: 0.8;
  text-decoration: underline;
  margin: 5px 0 15px;
  display: block;
}

.customer-table-wrap {
  background: #d9edf7;
  padding: 8px 10px;
  margin: 30px 0;
}

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

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

.table-responsive-overflow {
  position: relative;
  overflow: hidden;
}

.table-responsive-overflow .table-responsive {
  border: 0;
}

.table-responsive-overflow .table-responsive table tr td,
.table-responsive-overflow .table-responsive table thead th {
  white-space: nowrap;
}

table.table-customers {
  width: 100%;
  background: #fff;
}

table.table-customers thead th {
  font-weight: 600;
  font-size: 14px;
}

table.table-customers thead th,
table.table-customers tr td {
  vertical-align: middle;
  border-top: none;
  font-size: 14px;
  padding: 10px 8px;
}

table.table-customers tr.line-order td.name a {
  color: #333333;
  font-size: 13.5px;
  white-space: normal;
  display: block;
  min-width: 18rem;
}

table.table-customers tr.line-order td.name a:hover,
table.table-customers tr.line-order td.name a:focus {
  color: #6d6a6a;
}

table.table-customers tr.line-order td.order-image {
  width: 70px;
}

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

.wrap-table-ordership {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

table.table-customers.table-customers-summary tr:hover {
  background: #fbfbfb;
}

table.table-customers tr.line-order td.name span.variant_acc {
  font-size: 13px;
  opacity: 0.8;
}

.grouptitle-order .order_name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.grouptitle-order .order_date {
  display: block;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  margin: 5px 0 0;
}

.grouptitle-order .order_cancelled {
  margin-bottom: 15px;
}

.grouptitle-order .order_cancelled h4 {
  margin: 0;
}

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

.customer-status-order .alert-info {
  border-radius: 0;
  margin-bottom: 0;
  color: #31708f;
  padding: 12px;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

.customer-status-order .alert-info .text_status {
  font-weight: 500;
}

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

.customer-status-order .box-address p {
  margin-bottom: 5px;
}

.customer-status-order .box-address p.adressName {
  font-weight: 600;
}

.order_backhome {
  opacity: 0.7;
}

.AccountSidebar {
  margin-bottom: 30px;
}

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

.AccountSidebar .AccountList ul>li>a {
  display: block;
  position: relative;
  padding: 5px 0px;
  color: #333333;
}

.AccountSidebar .AccountList ul>li>a:before {
  content: "\f192";
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: 2px;
}

.AccountSidebar .AccountList ul>li>a:hover,
.AccountSidebar .AccountList ul>li>a:focus {
  color: #6d6a6a;
}

/*==========================*/
/*--------- render combo -------------*/
.combo-info {
  padding: 15px 0;
}

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

.combo-info .combo-info--content {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
}

.combo-info .combo-info--content .combo-item--images {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border: 1px solid #dfdfdf;
}

.combo-info .combo-info--content .combo-item--images p.plus {
  margin: 0;
  width: 50px;
  text-align: center;
}

.combo-info .combo-info--content .combo-item.disabled .combo-item--images a.image {
  opacity: 0.5;
}

.combo-info.listcb-full {
  border-bottom: 1px dotted #dfe0e1;
  margin-top: 10px;
}

.combo-info.listcb-full .combo-info--content .combo-content--total {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-top: 15px;
  border-left: 0;
  border-top: 1px dashed #ddd;
  text-align: right;
}

.combo-info.listcb-full .combo-info--content {
  flex-wrap: wrap;
}

.combo-info.listcb-full .combo-info--content .list-combos .combo-item {
  flex: 0 0 25%;
}

.combo-info .combo-info--content .combo-content--total {
  text-align: left;
}

.combo-info .combo-info--content .combo-content--total p {
  margin: 0 0 10px;
  font-size: 15px;
}

.combo-info .combo-info--content .combo-content--total p span.combo-total-price {
  color: #ff2c26;
  font-size: 16px;
}

.combo-info .combo-info--content .combo-content--total p.txt1 {
  font-weight: 700;
}

.combo-info .combo-info--content .combo-content--total p.txt2 .combo-total-priceInit {
  font-weight: 500;
  font-size: 16px;
}

.combo-info .combo-info--content .combo-content--total button.add-combo {
  font-size: 13px;
  background: #f00;
  border: none;
  padding: 8px 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  white-space: nowrap;
  min-width: 170px;
  text-transform: uppercase;
}

.combo-info .combo-info--content .combo-content--total button.add-combo:focus {
  outline: none;
}

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

.combo-info .combo-info--content .list-combos .combo-item {
  position: relative;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  padding-right: 60px;
  margin-bottom: 15px;
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.combo-info .combo-info--content .list-combos .item-force:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.combo-info .combo-info--content .list-combos .combo-item:not(:last-child):before {
  content: '';
  position: absolute;
  top: 20%;
  right: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(#000, #000), linear-gradient(#000, #000), transparent;
  background-position: center;
  background-size: 50% 2px, 2px 50%;
  background-repeat: no-repeat;
}

.combo-info .combo-info--content .list-combos .combo-item--detail {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}

.combo-info .combo-info--content .list-combos .combo-item--title {
  position: relative;
  margin-bottom: 5px;
}

.combo-info .combo-info--content .list-combos .combo-item--title input {
  margin-right: 5px;
  cursor: pointer;
}

.combo-info .combo-info--content .list-combos .combo-item--detail p {
  margin-bottom: 0;
}

.combo-info .combo-info--content .list-combos .plus {
  font-size: 26px;
  padding: 0 35px;
  margin: auto 0;
}

.combo-info .combo-info--content .list-combos .combo-item--priceInit {
  margin-top: auto;
}

.combo-info .combo-info--content .list-combos .combo-item--priceInit del {
  margin-left: 5px;
}

.combo-info .combo-info--content .list-combos .combo-item--price {
  color: #d0011b;
  font-weight: 500;
}

.combo-info .combo-info--content .list-combos .combo-item--price span {
  font-size: 13px;
  color: #000;
}

.combo-info .combo-info--content .list-combos .combo-item--price del {
  color: rgba(0, 0, 0, 0.26);
  margin-left: 5px;
}

@media (min-width: 992px) {
  .combo-info .combo-content--list {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .combo-info.listcb-full .combo-content--list,
  .combo-info.listcb-full .combo-content--total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .combo-info .combo-content--total {
    position: relative;
    padding-left: 15px;
    text-align: left;
    min-width: 195px;
    border-left: 1px solid rgba(0, 0, 0, 0.04);
  }

  .combo-info .combo-content--total .wrapbox-total {
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-justify-content: center;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .combo-info .combo-info--content {
    flex-wrap: wrap;
  }

  .combo-info .combo-info--content .combo-content--list {
    margin: 0 -15px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
  }

  .combo-info .combo-info--content .combo-content--list .list-combos {
    flex-wrap: nowrap;
    overflow: scroll;
    padding: 0 15px;
  }

  .combo-info .combo-info--content .combo-content--list .list-combos::-webkit-scrollbar {
    display: none;
  }

  .combo-info .combo-info--content .combo-content--list .list-combos .combo-item {
    padding-right: 40px;
  }

  .combo-info .combo-info--content .combo-content--list .list-combos .combo-item:not(:last-child):before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 10px;
  }

  .combo-info .combo-info--content .combo-content--total {
    width: 100%;
    padding-top: 15px;
  }

  .combo-info .combo-info--content .combo-content--total .wrapbox-total {
    text-align: right;
  }

  .combo-info .combo-info--content .list-combos .combo-item--priceInit,
  .combo-info .combo-info--content .list-combos .combo-item--price,
  .combo-info .combo-info--content .list-combos .combo-item--price span {
    font-size: 12px;
  }
}

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

/* ===== buyxgety ===== */
.fancybox-container {
  z-index: 999;
}

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

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

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

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

#buyxgety-program .buyxgety-heading:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  top: 6px;
  background-image: url("https://file.hstatic.net/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;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 10px 10px;
}

.buyxgety_item .buyxgety_checkbox {
  width: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .buyxgety_item {
    padding: 5px 0px 10px;
  }

  .modal-productApp .modal-dialog-centered {
    margin: 30px 10px 50px;
  }

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

  .modal-productApp .modal-header .name-combo,
  .modal-productApp .modal-header .modal-title {
    font-size: 18px;
  }

  .modal-productApp .modal-footer .button {
    width: 100%;
    margin: 0;
  }

  .modal-productApp .modal-footer .button+.button {
    margin-top: 10px;
  }
}

/* ========== */
/*--------------------------------------------------------------------------------
ADDTHIS ** SHARING
--------------------------------------------------------------------------------*/
/* - Harafunnel mobile */
.harafunnel-mb {
  position: fixed;
  right: 8px;
  bottom: 30px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  padding: 6px;
  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%;
}

/* end-- Harafunnel mobile */
.fb_dialog_content iframe {
  right: 0px !important;
}

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

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

.addThis_listSharing .listSharing_action {
  position: absolute;
  bottom: 140px;
  border-radius: 12px;
  right: 31px;
  max-width: 300px;
  background-color: #f5f6fa;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 100% bottom;
  transform-origin: 100% bottom;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.addThis_listing {
  padding: 0;
  margin: 0;
}

.addThis_listing .addThis_item {
  margin: 0;
  padding: 10px 15px;
  cursor: pointer;
}

.addThis_listing .addThis_item:not(:last-of-type) {
  border-bottom: 1px solid #ecedf1;
  box-shadow: 0 1px 0 0 #fff;
}

.addThis_listing .addThis_item .addThis_item--icon {
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.addThis_listing .addThis_item .addThis_item--icon svg {
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  opacity: 1;
  visibility: visible;
  position: initial;
  width: calc(100% - 30px);
  padding-left: 15px;
  text-align: left;
  background: transparent;
  color: #1d243e;
  font-size: 13px;
  font-weight: 400;
}

.addThis_listing .addThis_item:hover .tooltip-text {
  color: var(--shop-color-hover);
}

.addThis_listing .addThis_item.addThis_item__fbchat {
  display: block;
}

.addThis_listSharing .addThis_close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  border: 0;
  outline: none;
  padding: 6px;
  background: transparent;
}

.addThis_listSharing .addThis_close svg {
  opacity: 0.6;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
}

.addThis_iconContact {
  position: fixed;
  bottom: 105px;
  right: 24px;
  margin: 0;
  z-index: 990;
  cursor: pointer;
}

.addThis_iconContact .svgico svg {
  fill: #ffffff;
  width: 28px;
  height: 46px;
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.addThis_iconContact .box-item .svgico>svg {
  animation: iconSkew 1s infinite ease-out;
}

.addThis_iconContact .svgico .svgico--close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3);
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.addThis_iconContact .svgico .svgico--close svg {
  fill: #ffffff;
  width: 17px;
  height: 46px;
}

.addThis_listSharing.active+.addThis_iconContact .svgico .svgico--close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.addThis_listSharing.active+.addThis_iconContact .svgico>svg {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3);
}

.addThis_listSharing.active {
  opacity: 1;
  visibility: visible;
}

.addThis_listSharing.active .listSharing_action {
  -ms-transition-delay: 0.1s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.1s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.addThis_listSharing.active+.addThis_iconContact .item-livestream {
  opacity: 0;
  visibility: hidden;
}

.addThis_iconContact .box-item {
  position: relative;
}

.addThis_iconContact .box-item+.box-item {
  margin-top: 18px;
}

.addThis_iconContact .box-item .svgico {
  position: relative;
  z-index: 4;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  background: var(--shop-color-main);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.addThis_iconContact .box-item.item-livestream .svgico {
  background: #ff0000;
}

.addThis_iconContact .box-item.item-livestream:before,
.addThis_iconContact .box-item.item-livestream:after {
  background: #ff0000;
}

.addThis_iconContact .box-item:before,
.addThis_iconContact .box-item:after {
  position: absolute;
  content: '';
  height: 48px;
  width: 48px;
  left: 0;
  top: 0;
  background: var(--shop-color-main);
  border-radius: 50%;
}

.addThis_iconContact .box-item:before {
  animation: euiBeaconPulseSmall 2s infinite ease-out;
}

.addThis_iconContact .box-item:after {
  animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s;
}

@media (max-width: 991px) {
  .addThis_iconContact {
    right: 10px;
  }
}

.listSharing_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
    opacity: 0;
  }
}

@media (min-width: 1200px) {

  .fb_dialog.fb_dialog_advanced,
  .fb_dialog.fb_dialog_mobile {
    z-index: 999 !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .addThis_listing .addThis_item.addThis_item__fbchat {
    display: none;
  }
}

@media (max-width: 991px) {
  .addThis_listSharing .listSharing_action {
    bottom: 140px;
    left: 14px;
    right: 14px;
    max-width: 100%;
  }

  .addThis_listing .addThis_item .addThis_item--icon svg {
    width: 28px;
    height: 28px;
  }

  .addThis_listing .addThis_item.addThis_item__fbchat {
    display: block;
  }

  .addThis_listSharing.active .listSharing_overlay {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

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

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

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

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

.modal-contactform .modal-header button.close {
  outline: none;
  border: 0;
  background: #fff;
  font-size: 18px;
}

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

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

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

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

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

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

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

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

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

  5% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

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

.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {

  .modal-popupContact.popupForm .modal-content:before,
  .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    width: 100%;
  }
}

/*====== POPUP CONTACT ====================================================================*/
.mainFooter,
.mainFooter .footer-container,
.mainFooter .footer-container * {
  color: #fff !important;
}

.mainFooter .footer-expand-title {
  background: #000 !important;
  /* nền đen cho tiêu đề */
  color: #fff !important;
}

.mainFooter .footerNav-link a {
  color: #fff !important;
}

.mainFooter .footerNav-link a:hover,
.mainFooter .footerNav-link a:focus {
  color: #ddd !important;
}

.mainFooter .footerNav-social li a {
  color: #fff !important;
  border-color: #fff !important;
}

.mainFooter .footerNav-social li a:hover {
  background-color: #ddd !important;
  color: #000 !important;
  border-color: #ddd !important;
}

.mainFooter .footer-copyright {
  background: #111 !important;
  color: #fff !important;
}

.mainFooter .footer-copyright a {
  color: #eee !important;
  opacity: 1 !important;
}