@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*============================================================================
Brooklyn by Haravan
==============================================================================*/
/*================ Variables, theme settings, and Sass mixins from Timber ================*/
/*============================================================================
#Sass Mixins
==============================================================================*/
html[lang="vi"] header.site-header .btn-language-vi {
  display: none; }

.hero .slick-prev, .hero .slick-next {
  z-index: 9;
  top: 50% !important; }

.slider-mobile .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  text-align: center; }
  .slider-mobile .owl-dots button {
    height: auto;
    width: auto;
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slider-mobile .owl-dots button span {
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      border-radius: 100%;
      width: 8px;
      height: 8px;
      border: 1px solid #fff;
      background: transparent;
      padding: 0;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      display: block; }
    .slider-mobile .owl-dots button.active span {
      background: #fff; }

.flex-box {
  display: flex; }

.flex-w {
  flex-wrap: wrap; }

.align-c {
  align-items: center; }

.justify-c {
  justify-content: center; }

.justify-s {
  justify-content: space-between; }

.row.flex-box:before, .row.flex-box:after {
  display: none; }

a.close-popup {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0px;
  top: inherit;
  border-radius: 50%;
  text-align: center; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

footer h3, footer .h3 {
  color: #ffffff; }

.footer_info li {
  font-size: 14px; }
  .footer_info li strong {
    text-transform: uppercase;
    font-size: 16px; }

/*================ Functions ================*/
/*================ Animations and keyframes ================*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0%, 35% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

/*============================================================================
Dependency-free breakpoint mixin
- http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/*================ Typography ================*/
@font-face {
  font-family: 'icons';
  src: url("//theme.hstatic.net/1000092436/1001373118/14/icons.eot?v=1554");
  src: url("//theme.hstatic.net/1000092436/1001373118/14/icons.eot?v=1554#iefix") format("embedded-opentype"), url("//theme.hstatic.net/1000092436/1001373118/14/icons.woff?v=1554") format("woff"), url("//theme.hstatic.net/1000092436/1001373118/14/icons.ttf?v=1554") format("truetype"), url("//theme.hstatic.net/1000092436/1001373118/14/icons.svg?v=1554#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/*================ Vendor-specific styles ================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: -50px;
  top: -50px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: white; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	* Remove all paddings around the image on small screen
	*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*================ Theme-specific partials ================*/
/*================ Theme specific global styles ================*/
hr, .hr--small, .hr--medium, .hr--large {
  border-width: 3px 0 0 0;
  width: 50px; }

.hr--small {
  margin: 20px auto; }

.hr--medium {
  margin: 35px auto; }
  @media screen and (min-width: 769px) {
    .hr--medium {
      margin: 45px auto; } }

.hr--large {
  margin: 60px auto; }

.hr--left {
  margin-left: 0;
  margin-right: 0; }

/*================ Table styles ================*/
table {
  position: relative;
  border: 0 none;
  background-color: #f6f6f6; }

td,
th {
  border: 0 none; }

td {
  padding: 10px 15px; }

@media (min-width: 992px) {
  tr:first-child th,
  tr:first-child td {
    position: relative; }
    tr:first-child th:after,
    tr:first-child td:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: -15px;
      right: 15px;
      border: none; }
    tr:first-child th:first-child:after,
    tr:first-child td:first-child:after {
      left: 15px;
      right: -15px; } }

/*============================================================================
Responsive tables, defined with .table--responsive on table element.
Only defined for IE9+
==============================================================================*/
@media screen and (max-width: 590px) {
  html:not(.lt-ie9) .table--responsive thead {
    display: none; }
  html:not(.lt-ie9) .table--responsive tr {
    display: block; }
  html:not(.lt-ie9) .table--responsive tr,
  html:not(.lt-ie9) .table--responsive td {
    float: left;
    clear: both;
    width: 100%; }
  html:not(.lt-ie9) .table--responsive th,
  html:not(.lt-ie9) .table--responsive td {
    display: block;
    text-align: right;
    padding: 15px; }
  html:not(.lt-ie9) .table--responsive td:before {
    content: attr(data-label);
    float: left;
    font-family: Inter;
    font-weight: 700;
    font-style: normal;
    letter-spacing: em;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 10px; } }

@media screen and (max-width: 590px) {
  html:not(.lt-ie9) .table--small-hide {
    display: none !important; }
  html:not(.lt-ie9) .table__section + .table__section {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    html:not(.lt-ie9) .table__section + .table__section:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #1c1d1d; } }

/*================ Partials | Theme typography overrides ================*/
body,
input,
textarea,
button,
select {
  line-height: 1.563; }

h1, .h1 {
  font-size: 1.875em;
  font-size: 30px; }

.section-header h1, .section-header .h1, .section-header .section-title {
  display: block !important;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0 0 5px; }

.section-header hr, .section-header .hr--small, .section-header .hr--medium, .section-header .hr--large {
  margin-top: 0; }

h2, .h2 {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-size: 1.6875em; }

h3, .h3 {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-size: 1.125em; }

h4, .h4 {
  font-weight: 400;
  font-style: normal; }

h4.cart__product-name, .cart__product-name.h4 {
  font-weight: bold; }

h5, .h5,
h6,
.h6 {
  font-size: 0.9375em; }

/*================ Tables ================*/
th,
.table__title {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8125em;
  letter-spacing: 0.15em; }

/*================ Rich Text Editor Styles ================*/
.rte h1, .rte .h1 {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-size: 1.375em; }

.rte h2, .rte .h2 {
  font-size: 1.0625em; }

.rte h3, .rte .h3 {
  font-size: 0.9375em; }

blockquote {
  font-size: 1.4375em;
  line-height: 1.385;
  text-align: center; }
  @media screen and (min-width: 591px) {
    blockquote {
      font-size: 1.625em; } }

.section-header .rte {
  font-size: 1.125em; }

/*================ Blog and Page Typography ================*/
.article .rte h2, .article .rte .h2,
.article .rte h3,
.article .rte .h3,
.page .rte h2,
.page .rte .h2,
.page .rte h3,
.page .rte .h3 {
  margin-bottom: 15px;
  margin-top: 15px; }

/*================ Blog Typography ================*/
.date {
  display: inline-block;
  line-height: 1.7;
  margin-bottom: 5px; }
  @media screen and (min-width: 769px) {
    .date {
      margin-bottom: 0; } }

.comment-author {
  margin-bottom: 0; }

.comment-date {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-size: 0.75em; }

/*================ Cart Typography ================*/
.ajaxcart__product-name {
  font-size: 1.0625em;
  line-height: 1.3; }

.ajaxcart__price,
.cart__price,
.cart__subtotal {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase; }

.ajaxcart__price {
  font-size: 0.8125em; }

.ajaxcart__subtotal {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase; }

.ajaxcart__qty-num[type="text"] {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.8125em; }

.ajaxcart__note {
  font-weight: normal;
  opacity: 0.7; }

/*================ Misc typography ================*/
.drawer__title {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.5em; }

.collection-grid__item-title {
  font-size: 1.625em;
  line-height: 1.1; }
  @media screen and (min-width: 591px) {
    .collection-grid__item-title {
      font-size: 2.125em; } }

/*================ Partials | Theme Form Overrides ================*/
label {
  font-weight: normal; }

::-webkit-input-placeholder {
  color: #1c1d1d;
  opacity: 0.6; }

:-moz-placeholder {
  color: #1c1d1d;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: #1c1d1d;
  opacity: 0.6; }

input,
textarea,
select {
  font-size: 0.9375em;
  border-color: transparent;
  background-color: #f6f6f6;
  color: #1c1d1d;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out; }
  input[disabled], input.disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    background-color: #f6f6f6;
    border-color: transparent; }
  input:hover,
  textarea:hover,
  select:hover {
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 0.9; }
  input:active, input:focus,
  textarea:active,
  textarea:focus,
  select:active,
  select:focus {
    opacity: 1; }

select:hover {
  outline: 1px solid #dddddd; }

input[type="number"] {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-size: 1em; }

input[type="image"] {
  background-color: transparent; }

/*================ Ajax quantity selectors ================*/
.js-qty {
  background-color: #f6f6f6;
  color: #1c1d1d; }

.js-qty__adjust:hover {
  background-color: #e9e9e9;
  color: #1c1d1d; }

.js-qty__adjust--minus,
.js-qty__adjust--plus {
  border-color: #e9e9e9;
  color: #1c1d1d; }

/*================ Newsletter area ================*/
.newsletter {
  background: #333;
  padding: 30px 0; }
  .newsletter form {
    margin: 0 auto;
    max-width: 520px;
    padding: 0; }
    .newsletter form .input-group input {
      border: 1px solid #fff;
      color: #fff;
      height: 40px;
      outline: none; }
    .newsletter form .input-group .input-group-btn button {
      height: 40px;
      border: 1px solid #fff;
      border-left: 0; }
  .newsletter form,
  .newsletter .newsletter__input {
    background-color: #333; }
  .newsletter .newsletter__input {
    font-size: 1.125em;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield; }
    .newsletter .newsletter__input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #fff;
      opacity: 1; }
    .newsletter .newsletter__input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #fff;
      opacity: 1; }
    .newsletter .newsletter__input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #fff;
      opacity: 1; }
    .newsletter .newsletter__input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #fff; }
    @media screen and (min-width: 591px) {
      .newsletter .newsletter__input {
        font-size: 1.3125em; } }

@media screen and (max-width: 590px) {
  .newsletter__submit-text--large,
  .password-page__login-form__submit-text--large {
    display: none; }
  .newsletter__submit-text--small,
  .password-page__login-form__submit-text--small {
    display: block; } }

@media screen and (min-width: 591px) {
  .newsletter__submit-text--large,
  .password-page__login-form__submit-text--large {
    display: block; }
  .newsletter__submit-text--small,
  .password-page__login-form__submit-text--small {
    display: none; } }

.newsletter__label {
  padding-left: 10px; }

/*================ Modules | Theme product collage grid ================*/
.grid__row-separator {
  clear: both;
  width: 100%; }

.lt-ie9 .grid-uniform .grid-product {
  display: inline-block;
  margin-left: -4px;
  float: none; }

.grid-collage {
  margin-bottom: -13px; }

@media screen and (max-width: 590px) {
  .grid-product__image-link {
    height: 310px; } }

@media screen and (min-width: 591px) {
  .large--two-thirds.reverse {
    float: right; }
  .grid-collage .large--two-thirds {
    clear: both; }
    .grid-collage .large--two-thirds.reverse {
      clear: none; }
  .grid-collage .grid__item.large--one-third {
    clear: none; }
  .grid-collage .large--one-half {
    float: left;
    display: inline-block; }
    .grid-collage .large--one-half .grid-product__image-link {
      height: 310px; }
  .grid-product__wrapper .grid-product__image-link {
    height: 670px; }
  .large--two-thirds .grid-product__wrapper .grid-product__image-link {
    height: 520px; }
  .large--one-third .grid-product__wrapper .grid-product__image-link {
    height: 230px; }
  .grid-product__wrapper .large--one-third {
    clear: inherit; }
  .large--one-whole .grid-product__wrapper .grid-product__image-link {
    height: 230px; } }

/*================ Modules | Theme collection collage grid ================*/
.collection-grid {
  margin-bottom: -15px; }
  @media screen and (min-width: 591px) {
    .collection-grid {
      margin-bottom: -30px; } }

.collection-collage__item {
  position: relative;
  margin-bottom: 15px;
  height: 450px; }
  @media screen and (max-width: 590px) {
    .collection-collage__item.one-whole {
      height: 190px; }
    .collection-collage__item.one-half {
      height: 130px; } }
  @media screen and (min-width: 591px) {
    .collection-collage__item {
      margin-bottom: 30px; } }

@media screen and (min-width: 591px) {
  .collection-collage__item.large--one-half {
    height: 310px; }
  .collection-collage__item.large--one-third {
    height: 280px; } }

/*================ Partials | Theme button overrides ================*/
a {
  color: #1c1d1d;
  text-decoration: none;
  background: transparent; }
  a:hover {
    color: #1c1d1d; }

.rte a,
.text-link {
  color: #ef4237; }
  .rte a:hover,
  .text-link:hover {
    color: #1c1d1d; }

.return-link {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-size: 0.875em; }

/*================ Buttons and Input Groups ================*/
.btn,
.btn--secondary {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  padding: 2px 10px;
  font-size: 0.8125em; }

.input-group .btn,
.input-group .btn--secondary,
.input-group .input-group-field {
  height: 40px; }

@media (min-width: 1196px) {
  .input-group .btn,
  .input-group .btn--secondary,
  .input-group .input-group-field {
    height: 30px; }
  .search-bar--header .select_search {
    height: 30px;
    font-size: 12px;
    padding: 0 10px; }
  .icon-search {
    font-size: 10px;
    display: block !important; } }

.view-more {
  margin-left: 20px; }

/*================ Button loading indicator, when supported ================*/
.supports-csstransforms .btn--loading {
  position: relative;
  background-color: #0f1010;
  color: #0f1010; }
  .supports-csstransforms .btn--loading:hover, .supports-csstransforms .btn--loading:active {
    background-color: #0f1010;
    color: #0f1010; }
  .supports-csstransforms .btn--loading:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }

/*================ Partials | Theme drawer overrides ================*/
/*================ Override drawer scrolling to accommodate fixed header/footers ================*/
.drawer {
  overflow: hidden; }

.drawer__inner {
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 50px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 769px) {
    .drawer__inner {
      padding-left: 30px;
      padding-right: 30px; } }
  .drawer--has-fixed-footer .drawer__inner {
    overflow: hidden; }

/*================ Drawer Fixed Headers ================*/
.drawer__fixed-header {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 80px;
  overflow: visible; }
  @media screen and (min-width: 769px) {
    .drawer__fixed-header {
      left: 30px;
      right: 30px; } }

.drawer__header {
  padding: 15px 0;
  margin: 0; }

@media screen and (max-width: 768px) {
  .drawer__close-button .icon {
    font-size: 1.375em; } }

@media screen and (min-width: 591px) {
  .drawer__close-button {
    right: 0; } }

@media screen and (min-width: 1051px) {
  .drawer__close-button {
    right: -20px; } }

/*================ Drawer Fixed Cart Footer ================*/
.ajaxcart__inner--has-fixed-footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 15px 15px 0;
  bottom: 130px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 769px) {
    .ajaxcart__inner--has-fixed-footer {
      padding: 30px 30px 0; } }

.ajaxcart__footer {
  border-top: 1px solid #343535;
  padding-top: 15px; }

.ajaxcart__footer--fixed {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  min-height: 130px;
  padding-bottom: 30px; }
  @media screen and (max-width: 590px) {
    .ajaxcart__footer--fixed {
      padding-bottom: 15px; } }
  @media screen and (min-width: 769px) {
    .ajaxcart__footer--fixed {
      left: 30px;
      right: 30px; } }

/*================ Drawer Quantity Selectors ================*/
.ajaxcart__qty {
  max-width: 75px; }
  .ajaxcart__qty input[type="text"] {
    padding: 0 20px; }
  .ajaxcart__qty .js-qty__adjust,
  .ajaxcart__qty .ajaxcart__qty-adjust {
    padding: 0 5px;
    line-height: 1; }

/*================ Cart item styles ================*/
.ajaxcart__product:last-child .ajaxcart__row {
  border-bottom: 0 none;
  padding-bottom: 0; }

.btn--secondary {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .btn--secondary:hover {
    background-color: #b7955c; }

/*============================================================================
Social Icon Buttons v1.0
Author:
Carson Shold | @cshold
http://www.carsonshold.com
MIT License
==============================================================================*/
/*================ Social share buttons ================*/
.social-sharing {
  font-family: Inter;
  /*================ Large Buttons ================*/ }
  .social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .social-sharing a {
    display: inline-block;
    color: #1c1d1d;
    border-radius: 2px;
    margin: 5px 0;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    font-weight: normal; }
  .social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 12px; }
  .social-sharing .icon {
    padding: 0 5px 0 10px; }
    .social-sharing .icon:before {
      line-height: 22px; }
  .social-sharing.is-large a {
    height: 44px;
    line-height: 44px; }
    .social-sharing.is-large a span {
      height: 44px;
      line-height: 44px;
      font-size: 18px; }
    .social-sharing.is-large a .icon {
      padding: 0 10px 0 18px; }
      .social-sharing.is-large a .icon:before {
        line-height: 44px; }

.share-title {
  font-size: 1.125em;
  padding-right: 10px; }
  .is-large .share-title {
    padding-right: 16px; }

.share-count {
  position: relative;
  padding: 0 8px;
  margin-right: -2px;
  font-size: 14px;
  line-height: 20px;
  color: #1c1d1d;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }
  .share-count.is-loaded {
    opacity: 1; }
  a:hover .share-count {
    opacity: 0.8; }
  .is-large .share-count {
    font-size: 18px;
    padding: 0 14px; }

/*================ Clean Buttons ================*/
.social-sharing.clean a {
  background-color: #ffffff;
  color: #1c1d1d;
  height: 30px;
  line-height: 30px; }
  .social-sharing.clean a span {
    height: 30px;
    line-height: 30px;
    font-size: 13px; }
  .social-sharing.clean a:hover {
    opacity: 0.8; }
  .social-sharing.clean a:hover .share-count {
    opacity: 0.8; }
    .social-sharing.clean a:hover .share-count:after {
      border-right-color: #ffffff; }
  .social-sharing.clean a .share-title {
    font-weight: normal; }

.social-sharing.clean .share-count {
  top: -1px; }

/*================ Partials | Theme search grid ================*/
.lt-ie9 .grid-uniform .grid-search {
  display: inline-block;
  margin-left: -4px;
  float: none; }

.grid-search {
  margin-bottom: 30px; }

.grid-search__product {
  position: relative;
  text-align: center; }

@media screen and (min-width: 769px) {
  .grid-search__page-link,
  .grid-search__product-link {
    height: 280px; } }

.grid-search__page-link {
  display: block;
  background-color: #f7f7f7;
  padding: 20px;
  color: #1c1d1d;
  overflow: hidden; }
  .grid-search__page-link:hover, .grid-search__page-link:focus {
    background-color: #efefef; }

.grid-search__page-content {
  display: block;
  height: 100%;
  overflow: hidden; }

.grid-search__image {
  display: block;
  padding: 20px;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%; }
  @media screen and (min-width: 769px) {
    .grid-search__image {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .grid-search__image .lt-ie9 {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }

/*================ Module-specific styles ================*/
/*============================================================================
To update Slick slider to a new version,
scroll down to #Slick Slider SCSS and follow the instructions

Default Slick classes all start with '.slick'
Custom classes all start with '.hero'

Extra specificity in selectors is used to override default
styles before including the default Slick CSS
==============================================================================*/
/*================ Prev/next and pagination ================*/
.slick-slider .slick-dots {
  margin: 0;
  bottom: 10px; }
  .slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle; }
    .slick-slider .slick-dots li button {
      position: relative; }
    .slick-slider .slick-dots li button:before {
      text-indent: -9999px;
      background-color: #000;
      border-radius: 100%;
      border: 2px solid #fff;
      width: 10px;
      height: 10px;
      margin: 5px 0 0 5px;
      opacity: 1;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .slick-slider .slick-dots li.slick-active button:before {
      background-color: #000;
      border-color: #fff;
      opacity: 1;
      width: 12px;
      height: 12px;
      margin: 4px 0 0 4px; }
    .slick-slider .slick-dots li button:active:before {
      opacity: 0.5; }
  .slick-slider .slick-dots.is-dark li button:before {
    background-color: #000; }
  .slick-slider .slick-dots.is-dark li.slick-active button:before {
    border-color: #000;
    background-color: transparent; }

.hero .slick-prev,
.hero .slick-next {
  top: 0;
  height: 100%;
  margin-top: 0;
  width: 40px; }

.hero .slick-prev {
  left: 0; }

.hero .slick-next {
  right: 0; }

/*================ Slide colors ================*/
.hero__slide.is-light {
  color: #fff;
  background-color: #000; }

.hero__slide.is-dark {
  color: #000;
  background-color: #fff; }

/*============================================================================
General slide styles
- Sizes based on height of image when 100% of container width
==============================================================================*/
.hero__slide {
  position: relative; }

.hero__image {
  position: relative;
  opacity: 0; }
  .slick-initialized .hero__image {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
  .hero__image img {
    display: block;
    width: 100%; }

.hero__slide--hidden {
  visibility: hidden; }

.supports-touch .hero__slide--hidden {
  visibility: visible; }

.ie9 .hero__slide,
.lt-ie9 .hero__slide {
  z-index: 1 !important; }

.ie9 .slick-dots,
.lt-ie9 .slick-dots {
  z-index: 2; }

/*============================================================================
Full screen hero styles
- Uses css background image
==============================================================================*/
.hero--full-height {
  height: 100vh;
  min-height: 550px; }
  .hero--full-height .slick-list,
  .hero--full-height .slick-track {
    height: 100%; }
  .hero--full-height .hero__image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
    .lt-ie9 .hero--full-height .hero__image {
      background-position: center center; }

.hero--first {
  margin-top: -35px; }
  @media screen and (min-width: 769px) {
    .hero--first {
      margin-top: 0; } }

/*================ Hero text/CTA ================*/
.hero__text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }

.hero__text-align {
  display: table;
  width: 100%;
  height: 100%; }

.hero__text-content {
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px 0;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .slick-initialized .hero__text-content {
    opacity: 1;
    -webkit-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
  @media screen and (min-width: 769px) {
    .hero__text-content {
      padding: 15px 135px; } }

.hero__text-content .slick-dots {
  position: static; }

/*================ Extra specificity to override Timber defaults ================*/
.hero__slide .hero__title {
  margin-bottom: 20px;
  line-height: 1.25;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.8); }

.hero__slide .hero__subtitle {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.8); }

.hero__slide a.hero__cta {
  margin-bottom: 0; }

/*================ Font sizes ================*/
.hero__slide .hero__title {
  font-size: 3.125em; }

.hero__slide .hero__subtitle {
  font-size: 2.125em; }

@media screen and (min-width: 591px) {
  .hero__slide .hero__title {
    font-size: 2em; }
  .hero__slide .hero__subtitle {
    font-size: 1.125em; } }

@media screen and (min-width: 769px) {
  .hero__slide .hero__title {
    font-size: 3em; } }

/*================ Hero header ================*/
.hero__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2; }
  .slick-initialized .hero__header {
    opacity: 1;
    -webkit-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87); }

/*============================================================================
#Slick Slider overrides
- If upgrading Slick's styles, use the following variables/functions
instead of the slick defaults
- Only overwrite slick's default styles starting at #Slick Slider SCSS
==============================================================================*/
/*============================================================================
#Slick Slider SCSS
- Everything below this line is unchanged from Slick's scss file
- When updating to a new version, don't include the variables/function
that were modified above
==============================================================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url(//theme.hstatic.net/1000092436/1001373118/14/ajax-loader.gif?v=1554) center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick-icons, sans-serif";
  font-size: 20px;
  line-height: 1;
  color: #1c1d1d;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.product-gallery .slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick-icons, sans-serif";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #1c1d1d;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #1c1d1d;
      opacity: 0.75; }

/*================ Module | Collection images at top of templates ================*/
.collection-hero {
  margin-top: -35px;
  margin-bottom: 35px;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .collection-hero {
      margin-top: -65px;
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .collection-hero {
      margin-bottom: 60px; } }

.collection-hero__image {
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0; }
  .no-js .collection-hero__image {
    opacity: 1; }
  @media screen and (min-width: 769px) {
    .collection-hero__image {
      padding-bottom: 45%; } }
  .collection-hero__image.is-init {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87); }

/*================ Module | Theme Header and Navigation Overrides ================*/
@media screen and (max-width: 768px) {
  .site-header {
    padding: 0; }
    .site-header .grid--table {
      padding: 0 5px; } }

.template-index .site-header {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-animation: fadeIn 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-animation: fadeIn 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  animation: fadeIn 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); }

/*================ Logo Image ================*/
.site-header__logo .logo--has-inverted {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .is-light .site-header__logo .logo--has-inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0; }

.site-header__logo .logo--inverted {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0; }
  .is-light .site-header__logo .logo--inverted {
    opacity: 1;
    visibility: visible;
    height: auto; }

/*================ Text Shop Name ================*/
.site-header__logo {
  font-size: 1.25em; }
  @media screen and (min-width: 769px) {
    .site-header__logo {
      text-align: left;
      font-size: 1.5625em; } }
  @media screen and (max-width: 768px) {
    .site-header__logo img {
      max-height: 50px;
      margin: 6px 0 5px 0; } }

.site-header__logo a,
.header-logo a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase; }
  .is-light .site-header__logo a, .is-light
  .header-logo a {
    color: #fff; }
  .is-dark .site-header__logo a, .is-dark
  .header-logo a {
    color: #000; }

/*================ Nav Links ================*/
.site-nav {
  opacity: 1; }
  .no-js .site-nav, .site-nav.site-nav--init {
    opacity: 1; }

.site-nav__item {
  white-space: normal; }

.header-center .site-nav__item {
  text-align: initial; }

.site-nav__link {
  -webkit-transition: color 0.2s, opacity 0.1s;
  -moz-transition: color 0.2s, opacity 0.1s;
  -ms-transition: color 0.2s, opacity 0.1s;
  -o-transition: color 0.2s, opacity 0.1s;
  transition: color 0.2s, opacity 0.1s;
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600; }
  .is-light .site-nav__link {
    color: #fff; }
  .is-dark .site-nav__link {
    color: #000; }

.site-nav--has-dropdown > a, .site-nav__expanded-item > a {
  position: relative;
  z-index: 6; }
  .site-nav--has-dropdown > a:before, .site-nav__expanded-item > a:before {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    display: block;
    background-color: transparent;
    height: 1px;
    z-index: 6;
    transition: all .4s;
    width: calc(100% - 30px); }

.site-nav--has-dropdown:hover > a, .site-nav__expanded-item:hover > a {
  color: #fff !important;
  /*background-color: #000 !important;*/
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  /*&:before {
		content: '';
		position: absolute;
		left: $gutter / 2;
		right: $gutter;
		bottom: 0;
		display: block;
		background-color: #fff;
		height: 1px;
		z-index: $zindexNavDropdowns + 1;
	}*/ }
  .site-nav--has-dropdown:hover > a:before, .site-nav__expanded-item:hover > a:before {
    background-color: #fff; }

/*================ Dropdown Animation ================*/
.site-nav__dropdown {
  display: block;
  visibility: hidden;
  overflow: hidden;
  background-color: #000;
  min-width: 100%;
  padding: 10px 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
  -webkit-transform: translate3d(-12px, 0, 0px);
  -moz-transform: translate3d(-12px, 0, 0px);
  -ms-transform: translate3d(-12px, 0, 0px);
  -o-transform: translate3d(-12px, 0, 0px);
  transform: translate3d(-12px, 0, 0px); }
  .supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown,
  .site-nav--has-dropdown.nav-hover .site-nav__dropdown,
  .nav-focus + .site-nav__dropdown {
    z-index: 9;
    visibility: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 300ms cubic-bezier(0.2, .06, .05, .95);
    -moz-transition: all 300ms cubic-bezier(0.2, .06, .05, .95);
    -ms-transition: all 300ms cubic-bezier(0.2, .06, .05, .95);
    -o-transition: all 300ms cubic-bezier(0.2, .06, .05, .95);
    transition: all 300ms cubic-bezier(0.2, .06, .05, .95); }
  .site-nav__dropdown.sub-menu-brand {
    width: 370px;
    left: auto;
    right: auto;
    padding: 20px 15px 10px; }
    .site-nav__dropdown.sub-menu-brand > li {
      display: inline-block;
      width: calc(50% - 5px); }
      .site-nav__dropdown.sub-menu-brand > li:nth-child(n+3) {
        margin-top: 30px; }
      .site-nav__dropdown.sub-menu-brand > li > a {
        display: inline-block;
        text-transform: uppercase;
        line-height: 24px;
        border-bottom: 1px solid #fff;
        padding: 0;
        font-size: 14px; }
      .site-nav__dropdown.sub-menu-brand > li .menu-brand {
        border: 0;
        line-height: 1;
        margin-top: 10px; }
        .site-nav__dropdown.sub-menu-brand > li .menu-brand:hover img {
          opacity: 0.8; }
        .site-nav__dropdown.sub-menu-brand > li .menu-brand img {
          max-height: 30px;
          max-width: 100px;
          filter: invert(1); }

.mobile-nav__sublist.sub-menu-brand > li {
  margin-bottom: 15px; }

.mobile-nav__sublist.sub-menu-brand .mobile-nav__link {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  margin: 0 0 10px 30px;
  border-bottom: 1px solid #666; }

.mobile-nav__sublist.sub-menu-brand .menu-brand {
  padding: 0 0 0 30px;
  margin-bottom: 5px; }
  .mobile-nav__sublist.sub-menu-brand .menu-brand img {
    max-width: 100px;
    max-height: 30px;
    filter: invert(1); }

/*================ Submenu items ================*/
.site-nav__dropdown a {
  background-color: transparent;
  color: #fff; }
  .site-nav__dropdown a:hover, .site-nav__dropdown a:active {
    background-color: transparent;
    color: #ef4237; }

.site-nav__dropdown-link {
  display: block;
  white-space: nowrap;
  padding: 5px 15px;
  font-size: 1em; }

/*================ Compressed nav if too many links ================*/
.site-nav--compress .site-nav__expanded-item {
  display: inline-block; }

.site-nav--compress__menu {
  display: inline-block; }
  .site-nav--compress .site-nav--compress__menu {
    display: inline-block; }

/*================ Module | Theme Tags ================*/
.tags a {
  padding: 4px 15px;
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-size: 0.8125em;
  letter-spacing: 0.15em; }

@media (min-width: 768px) {
  .tags--collection {
    margin: 0 auto 0px;
    position: initial;
    text-align: right;
    top: 0px;
    right: 0px; } }

@media screen and (min-width: 769px) {
  .tags--collection li {
    display: inline-block; } }

@media screen and (max-width: 590px) {
  .tags--collection li {
    display: block; } }

.tags--article a {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.tag--active a {
  color: #ef4237; }

.single-option-radio {
  border: 0;
  padding-top: 0;
  position: relative;
  background-color: #ffffff; }
  .single-option-radio input {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }
    .lt-ie9 .single-option-radio input {
      position: relative;
      height: auto;
      width: auto;
      clip: initial; }
  .single-option-radio label {
    font-family: Inter;
    font-weight: 700;
    font-style: normal;
    letter-spacing: em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 9px 11px;
    margin: 3px 4px 1px 3px;
    font-size: 0.8125em;
    font-style: normal;
    background-color: #ffffff;
    border: 1px solid #ffffff; }
    .single-option-radio label.disabled:before {
      position: absolute;
      content: "";
      left: 50%;
      top: 0;
      bottom: 0;
      border-left: 1px solid;
      border-color: #1c1d1d;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
      .lt-ie9 .single-option-radio label.disabled:before {
        display: none; }
    .single-option-radio label:active, .single-option-radio label:focus {
      background-color: #f2f2f2;
      border-color: #f2f2f2; }
  .single-option-radio input[type='radio']:checked + label {
    border-color: #1c1d1d; }
  .single-option-radio input[type='radio']:focus + label {
    background-color: #f2f2f2; }

.radio-wrapper .single-option-radio__label {
  display: block;
  margin-bottom: 10px;
  cursor: default;
  font-style: normal; }

/*================ Module | Product Lightbox ================*/
.mfp-bg.mfp-fade {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .mfp-bg.mfp-fade.mfp-ready {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-bg.mfp-fade.mfp-removing {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    filter: alpha(opacity=0); }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }
  .mfp-fade.mfp-wrap.mfp-removing button {
    opacity: 0; }

.mfp-counter {
  display: none; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: zoom-out; }

.mfp-figure:after {
  box-shadow: none; }

.mfp-img {
  background-color: #ffffff; }

button.mfp-close {
  margin: 30px;
  font-size: 2.5em;
  font-weight: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #1c1d1d; }

button.mfp-arrow {
  top: 0;
  height: 100%;
  width: 20%;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1045; }
  button.mfp-arrow:after,
  button.mfp-arrow .mfp-a {
    display: none; }
  button.mfp-arrow:before,
  button.mfp-arrow .mfp-b {
    display: none; }
  button.mfp-arrow:active {
    margin-top: 0; }

.mfp-chevron {
  position: absolute;
  pointer-events: none; }
  .mfp-chevron:before {
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 25px;
    width: 25px;
    border-style: solid;
    border-width: 4px 4px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mfp-chevron.mfp-chevron-right {
    right: 55px; }
    .mfp-chevron.mfp-chevron-right:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .mfp-chevron.mfp-chevron-left {
    left: 55px; }
    .mfp-chevron.mfp-chevron-left:before {
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.lt-ie9 .mfp-chevron:before,
.lt-ie9 .mfp-chevron:after {
  content: " ";
  position: absolute;
  display: block;
  border-width: 0;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -25px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent; }

.lt-ie9 .mfp-chevron:before {
  z-index: 5; }

.lt-ie9 .mfp-chevron:after {
  z-index: 2; }

.lt-ie9 .mfp-chevron-right:after {
  border-left: 25px solid #1c1d1d;
  left: 80%; }

.lt-ie9 .mfp-chevron-right:before {
  border-left: 25px solid white;
  left: 80%; }

.lt-ie9 .mfp-chevron-left:after {
  border-right: 25px solid #1c1d1d;
  right: 80%; }

.lt-ie9 .mfp-chevron-left:before {
  border-right: 25px solid white;
  right: 80%; }

.grid-product__wrapper {
  text-align: center; }

.grid-product__image-wrapper {
  position: relative; }

.grid-product__image-link {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out; }
  .grid-product__image-link:hover, .grid-product__image-link:focus {
    opacity: 0.9;
    -webkit-transition: opacity 0.15s ease-in;
    -moz-transition: opacity 0.15s ease-in;
    -ms-transition: opacity 0.15s ease-in;
    -o-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
    /*================ Remove hover in IE8 and below ================*/ }
    .lt-ie9 .grid-product__image-link:hover, .lt-ie9 .grid-product__image-link:focus {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }

.grid-product__image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  .is-sold-out .grid-product__image {
    opacity: 0.5; }
  .is-order .grid-product__image {
    opacity: 0.5; }
  .lt-ie9 .grid-product__image {
    position: static;
    max-height: 90%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.grid-product__meta {
  position: relative;
  display: block;
  padding: 13px 0 0; }

.grid-product__price-wrap {
  white-space: inherit; }

.long-dash {
  margin: 0 4px; }

.grid-product__title {
  min-height: 44px;
  font-size: 1em;
  font-weight: 600; }

.grid-product__vendor {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.6875em;
  margin: 1px 0; }

.grid-product__price {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-size: 0.75em; }

.grid-product__price-min {
  position: relative;
  top: -1px;
  font-size: 0.625em;
  margin-left: -4px; }

.grid-product__on-sale {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-size: 0.6875em;
  line-height: 1.3;
  position: absolute;
  min-width: 110px;
  top: 0px;
  left: 0px; }
  .grid-product__on-sale p {
    padding: 12px 25px 10px 9px;
    margin: 0;
    letter-spacing: 1px; }
  .grid-product__on-sale sup {
    display: none; }

.grid-product__on-save {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-size: 0.6875em;
  line-height: 1.3;
  position: absolute;
  min-width: 110px;
  top: 0px;
  left: 0px; }
  .grid-product__on-save p {
    padding: 12px 25px 10px 9px;
    margin: 0;
    letter-spacing: 1px; }
  .grid-product__on-save sup {
    display: none; }

.grid-product__sold-out {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-size: 0.6875em;
  line-height: 1.3;
  position: absolute;
  min-width: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0); }
  .grid-product__sold-out p {
    padding: 12px;
    margin: 0;
    letter-spacing: 1px; }
  .grid-product__sold-out sup {
    display: none; }

.grid-product__on-sale p {
  padding: 12px; }

.grid-product__on-save p {
  padding: 5px;
  letter-spacing: 0 !important;
  position: relative; }

.grid-product__sold-out {
  color: #1c1d1d;
  border: 1px solid #1c1d1d; }

.grid-product__on-sale {
  color: #1c1d1d;
  border: 1px solid #1c1d1d;
  font-size: 12px;
  line-height: 13px;
  min-width: 120px; }

/*================ Product Carousel ================*/
@media screen and (max-width: 590px) {
  .product-single__photos {
    margin-top: -35px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 55px; } }

.product-single__photos .slick-dots {
  background-color: #f7f7f7;
  bottom: 0;
  padding: 15px; }

.product-single__photos .slick-dots li button:before {
  background-color: #1c1d1d;
  opacity: 0.2;
  width: 9px;
  height: 9px; }
  .lt-ie9 .product-single__photos .slick-dots li button:before {
    filter: alpha(opacity=20); }

.product-single__photos .slick-dots li.slick-active button:before {
  background-color: #1c1d1d;
  border-color: #1c1d1d;
  opacity: 1;
  width: 11px;
  height: 11px; }
  .lt-ie9 .product-single__photos .slick-dots li.slick-active button:before {
    filter: alpha(opacity=100); }

/*================ Modules | Theme collection grid item ================*/
.collection-collage__item {
  overflow: hidden; }

.collection-collage__item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%; }
  .collection-collage__item-wrapper .collection-grid__item-overlay {
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; }
    .collection-collage__item-wrapper .collection-grid__item-overlay:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 1;
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transition: all 0.8s ease; }
      .lt-ie9 .collection-collage__item-wrapper .collection-grid__item-overlay:after {
        display: none; }
    .collection-collage__item-wrapper .collection-grid__item-overlay:hover, .collection-collage__item-wrapper .collection-grid__item-overlay:focus {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03); }
      .collection-collage__item-wrapper .collection-grid__item-overlay:hover:after, .collection-collage__item-wrapper .collection-grid__item-overlay:focus:after {
        opacity: 0.25;
        background-color: #000; }

.collection-grid__item-link {
  display: block;
  width: 100%;
  height: 100%; }

.collection-grid__item-overlay {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.collection-grid__item-title--wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  display: table;
  color: #fff;
  cursor: pointer; }
  .collection-grid__item-title--wrapper .collection-grid__item-title {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto; }

/*================ View-specific styles ================*/
/*================ Templates | Theme Blog ================*/
.article {
  margin-bottom: -15px; }

.article--featured-image {
  display: block;
  margin-bottom: 30px; }
  .article--featured-image img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    /*aspect-ratio: 2.4;
		background: #f1f1f1;*/ }

/*================ RSS ================*/
.rss-link {
  font-size: 0.6em; }

/*================ Comments ================*/
.comment.last {
  margin-bottom: -15px; }

/*============= Templates | Password page =============*/
.template-password {
  height: 100vh;
  text-align: center; }

.password-page__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  background-image: url(//theme.hstatic.net/1000092436/1001373118/14/password-page-background.jpg?v=1554);
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff; }
  .password-page__wrapper a {
    color: inherit; }
  .password-page__wrapper hr, .password-page__wrapper .hr--small, .password-page__wrapper .hr--medium, .password-page__wrapper .hr--large {
    border-color: inherit; }
  .password-page__wrapper .social-sharing.clean a {
    color: inherit;
    background: transparent; }

.password-page__header {
  display: table-row;
  height: 1px; }

.password-page__header__inner {
  display: table-cell;
  padding: 15px 30px; }

.password-page__logo {
  margin-top: 90px;
  /* If we have a background image, we want to use a light-colored logo */
  /* If we have an inverted logo, we hide the default logo */ }
  .password-page__logo .logo {
    width: 180px;
    max-width: 100%; }
  .password-page__logo .logo--inverted {
    display: inline; }
  .password-page__logo .logo--has-inverted {
    display: none; }

.password-page__main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password-page__main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px; }

.password-page__hero {
  font-family: Inter;
  font-weight: 400;
  font-size: 2.625em;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  text-rendering: optimizeLegibility; }
  @media screen and (min-width: 591px) {
    .password-page__hero {
      font-size: 3.75em; } }
  @media screen and (min-width: 769px) {
    .password-page__hero {
      font-size: 4em; } }

.password-page__message {
  font-style: italic;
  font-size: 120%; }
  .password-page__message img {
    max-width: 100%; }

.password-page__message,
.password-page__login-form,
.password-page__signup-form {
  max-width: 500px;
  margin: 0 auto; }

.password-page__login-form {
  text-align: center;
  padding: 30px; }

@media screen and (min-width: 590px) {
  .password-page__login-form,
  .password-page__signup-form {
    padding: 0 30px; } }

.password-page__login-form .input-group,
.password-page__signup-form .input-group {
  width: 100%; }

.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
  list-style-type: none;
  margin-left: 0; }

.password-page__signup-form__heading {
  margin-bottom: 0.8em; }

.lt-ie9 .template-password .newsletter__submit-text--small,
.lt-ie9 .template-password .password-page__login-form__submit-text--small {
  display: none !important; }

.password-page__social-sharing {
  margin-top: 30px; }

.password-page__social-sharing__heading {
  margin-bottom: 0; }

.password-login,
.admin-login {
  margin-top: 15px; }
  .password-login a:hover,
  .admin-login a:hover {
    color: inherit; }

.password-login {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  letter-spacing: em;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 12.8px; }

.lock-icon-svg {
  width: 12.8px;
  height: 12.8px;
  display: inline-block;
  vertical-align: baseline;
  /* Hiding the SVG logo in IE8 */ }
  .lock-icon-svg path {
    fill: currentColor; }
  .lt-ie9 .lock-icon-svg {
    display: none; }

.admin-login {
  font-size: 95%; }

.password-page__footer {
  display: table-row;
  height: 1px; }

.password-page__footer_inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 30px;
  line-height: 24px;
  font-size: 95%; }

.haravan-link {
  color: inherit; }
  .haravan-link:hover {
    color: inherit; }

.haravan-logo-svg {
  width: 82.28571px;
  height: 24px;
  display: inline-block;
  line-height: 0;
  vertical-align: top;
  /* Hiding the SVG logo in IE8, we show the word 'Haravan' instead */ }
  .haravan-logo-svg path {
    fill: currentColor; }
  .lt-ie9 .haravan-logo-svg {
    display: none; }

/* =========
Hiding the word 'Haravan' but not from screen readers.
IE8 does not support SVG, so in it we hide the logo and show the word.
To target all browsers except IE8, we use the class 'modern',
which needs to be added to the html element.
========= */
.modern .haravan-name {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.grid-product__price {
  font-size: 20px;
  font-weight: bold; }
  @media (max-width: 590px) {
    .grid-product__price {
      font-size: 16px; } }

@media (max-width: 590px) {
  .hero__slide .hero__title {
    font-size: 2.2em; } }

/*
.grid-product__on-save:after {
content: "";
position: absolute;
top: 5px;
right: -15px;
border-left: 1px solid #ec4237;
border-bottom: 1px solid #ec4237;
height: 29px;
width: 29px;
transform: rotate(45deg);
}

.grid-product__on-sale:before {
content: "";
position: absolute;
top: 0;
right: -1px;
z-index: 1;
border-right: 20px solid #fff;
border-bottom: 20px solid transparent;
border-top: 20px solid transparent;
height: 0;
width: 0;
}

.grid-product__on-sale:after {
content: "";
position: absolute;
top: 0;
right: 0;
border-right: 20px solid #1c1d1d;
border-bottom: 20px solid transparent;
border-top: 20px solid transparent;
height: 0;
width: 0;
}
*/
.fixed {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  top: 0; }

.product-single__add-to-cart span a {
  color: #fff; }

.hero__text-content > * {
  color: #fff; }

/*home popup style*/
#home_popup {
  max-width: 620px;
  color: white;
  display: table;
  position: relative;
  margin: auto; }

#home_popup button.mfp-close {
  margin: 0; }

.popup_contact {
  background: url(//theme.hstatic.net/1000092436/1001373118/14/home_popup_imgs2.png?v=1554) no-repeat;
  background-size: cover;
  width: 620px;
  min-height: 350px;
  display: flex;
  align-items: center;
  padding: 50px; }

.popup_contact.en {
  background: url(//theme.hstatic.net/1000092436/1001373118/14/home_popup_imgs2_en.png?v=1554) no-repeat; }

.popup_contact .box-popup h3, .popup_contact .box-popup .h3 {
  text-align: center;
  font-size: 30px; }

.popup_contact .box-popup p {
  margin: 0;
  text-align: center; }

.popup_contact .box-popup-group {
  max-width: 70%;
  margin: auto; }

.popup_contact .box-popup-group .text_send {
  display: inline-block;
  float: left;
  max-width: 49%;
  margin-right: 1%;
  margin-top: 5px; }

.btn-popup {
  width: 100%;
  font-size: 17px;
  margin-top: 10px;
  line-height: 35px;
  background: #020202; }

@media (max-width: 678px) {
  .popup_contact {
    padding: 10px;
    max-width: 100vw;
    min-height: auto !important; }
  .popup_contact .box-popup-group .text_send {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0; }
  .article {
    padding: 0 10px; }
  .fixed {
    padding: 0 0px !important;
    top: 0px; } }

.footer-img-left {
  flex: 0 0 50%;
  width: 50%; }
  .footer-img-left img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.footer-info-right {
  flex: 0 0 50%;
  width: 50%;
  background: white url("//theme.hstatic.net/1000092436/1001373118/14/footer_info_background.jpg?v=1554") left center/cover no-repeat;
  padding: 30px 50px;
  color: #fff; }
  .footer-info-right .footer-info-title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative; }
    .footer-info-right .footer-info-title:after {
      content: '';
      position: absolute;
      bottom: -5px;
      height: 1px;
      width: 50px;
      background: #fff;
      left: 50%;
      transform: translateX(-50%); }
  .footer-info-right .footer-info-action {
    margin-top: 10px; }
    .footer-info-right .footer-info-action a {
      font-size: 20px;
      color: #fff;
      font-style: italic; }
      .footer-info-right .footer-info-action a i {
        margin-left: 5px;
        font-size: 22px; }
      .footer-info-right .footer-info-action a:hover {
        color: #cccccc; }

.footer_info_top .box-footer-info-content img {
  display: block;
  margin: auto;
  border-radius: 20px 20px 0px 0px; }

.footer_info_top .box-footer-info-content {
  background: #ee4237;
  color: white;
  border-radius: 20px 20px 20px 20px; }

.footer_info_top .box-footer-info-description {
  padding: 10px 15px;
  text-align: justify;
  min-height: 150px;
  font-size: 15px;
  border-radius: 0px 0px 20px 20px; }

#home_popup button.mfp-close {
  top: -15px;
  right: 0; }

.template-product .mfp-close {
  right: 0;
  top: 0; }

.template-product .mfp-bg {
  background: #fff; }

@media (max-width: 768px) {
  .footer_info_top .box-footer-info-content {
    margin-bottom: 30px; }
  .slider-mobile .owl-controls {
    display: none !important; } }

footer h3, footer .h3, footer .h3 {
  font-size: 15px;
  position: relative;
  margin: 0 0 10px;
  font-weight: 600; }

footer h3:after, footer .h3:after, footer .h3:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 45px;
  height: 2px;
  background: #fff; }

.site-footer__linklist li a, .stores_info {
  font-size: 14px; }

.ap-multilang-box img {
  margin-right: 3px; }

.ap-multilang-box .list-lang > a {
  color: white; }

.ap-multilang-box .list-lang ul {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  background: white;
  margin: 0;
  text-align: left;
  padding-left: 10px;
  opacity: 0; }
  .ap-multilang-box .list-lang ul li:hover a {
    color: #ec4237; }

.ap-multilang-box .list-lang:hover ul {
  opacity: 1; }

#haravan-notification {
  display: none !important; }

.hero .slick-prev {
  left: 35px; }

.hero .slick-next {
  right: 35px; }

.slick-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 100px;
  opacity: 1; }

.slick-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 100px;
  opacity: 1; }

.ap-lang-selected > a {
  color: #fff; }

.ap-lang-selected.black > a {
  color: #000; }

div#hrv-product-reviews-form {
  width: 100%; }

.sidebar-sort li span {
  font-size: 14px !important; }

.search-input-form {
  display: none; }

.search-input-form.active {
  display: block; }

@media (min-width: 768px) {
  .hidden-md {
    display: none !important; } }

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important; }
  .hero__header {
    position: relative !important;
    top: 35px; } }

@media screen and (max-width: 768px) {
  .site-header {
    padding: 0;
    background: black !important; } }

.fixed {
  background: black !important; }

.site-footer__linklist > li > ul {
  margin: 0;
  list-style: none;
  padding-left: 10px;
  font-size: 12px;
  display: none; }

.site-footer__linklist > li > ul > li:before {
  content: "◆";
  font-weight: bold;
  font-size: 10px; }

.site-footer__linklist > li > span {
  font-size: 11px; }

.row.d-flex {
  display: flex;
  flex-wrap: wrap; }

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

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

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

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

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

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

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

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

body.open_layer {
  overflow: hidden; }

/* new cus */
#hrv-product-reviews {
  margin-top: 30px;
  margin-bottom: 30px; }

.top-header-box {
  max-width: 1050px;
  margin: 0 auto; }
  .top-header-box .topheader-item img {
    height: 36px; }

.header-brand {
  background: #333;
  padding: 6px 20px; }
  .header-brand .header-brand-owl .owl-stage {
    display: flex;
    align-items: center; }
  .header-brand .header-brand-owl .brand-item a {
    display: block; }
    .header-brand .header-brand-owl .brand-item a:hover img {
      filter: invert(1); }
    .header-brand .header-brand-owl .brand-item a img {
      width: auto;
      max-height: 30px;
      margin: 0 auto; }

.new-arrow .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .new-arrow .owl-nav button span {
    display: block;
    width: 20px;
    height: 71px;
    background: url("//theme.hstatic.net/1000092436/1001373118/14/arrow-slider.png?v=1554") center center/cover no-repeat; }
    .new-arrow .owl-nav button span.arrow-right {
      transform: rotate(180deg); }
  .new-arrow .owl-nav button.owl-prev {
    left: -10px; }
  .new-arrow .owl-nav button.owl-next {
    right: -10px; }

.index-brands {
  padding: 60px 20px;
  background: url("//theme.hstatic.net/1000092436/1001373118/14/index_brand_bg.jpg?v=1554") center center/cover no-repeat; }
  .index-brands .index-brand-item a {
    display: block; }
    .index-brands .index-brand-item a + a {
      margin-top: 20px; }

.my-dots .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .my-dots .owl-dots button {
    width: 10px;
    height: 10px;
    border: 2px solid #fff !important;
    margin: 0 5px;
    border-radius: 50%;
    background: #000 !important;
    transition: all 0.3s; }
    .my-dots .owl-dots button.active {
      width: 14px;
      height: 14px; }

.product-box {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .product-box.grid-uniform {
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
    .product-box.grid-uniform .product-box-loop {
      flex: 0 0 calc(100%/3);
      width: calc(100%/3); }
  .product-box .relative {
    position: relative; }
  .product-box .product-box-banner {
    flex: 0 0 50%;
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .product-box .product-box-banner .full-img {
      width: 100%;
      height: 100%;
      object-fit: fill; }
    .product-box .product-box-banner .related-title {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: bold;
      padding: 0 20px; }
  .product-box .product-box-loop {
    flex: 0 0 25%;
    width: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 10px; }
    .product-box .product-box-loop .loop-img {
      position: relative;
      padding-bottom: 80%;
      overflow: hidden; }
      .product-box .product-box-loop .loop-img a:hover {
        opacity: 0.9; }
      .product-box .product-box-loop .loop-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: contain;
        object-position: center; }
    .product-box .product-box-loop .grid-product__title {
      min-height: 67.5px;
      margin: 0; }
    .product-box .product-box-loop .grid-product__price {
      color: #000;
      font-weight: bold; }
    .product-box .product-box-loop .product-single__price--compare-at ~ .grid-product__price {
      color: #ec4237; }

.index-more {
  margin-top: 30px; }
  .index-more a {
    display: inline-block;
    /*text-transform: uppercase;
		font-size: 24px;*/
    font-size: 18px;
    font-weight: bold;
    color: #000;
    position: relative;
    padding: 2px 25px 2px 20px;
    border: 1px solid; }
    .index-more a:after {
      /*content: '';*/
      position: absolute;
      bottom: -5px;
      height: 1px;
      width: 50px;
      background: #000;
      left: 50%;
      transform: translateX(-50%); }

.product-sharing {
  display: block;
  width: 30px;
  height: 30px;
  left: 15px;
  bottom: 30px;
  cursor: pointer;
  transition: all 300ms linear; }
  .product-sharing:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent; }
  .product-sharing .icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0; }
  .product-sharing a {
    width: 26px;
    position: absolute;
    text-align: center;
    height: 26px;
    margin: 20px 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
    .product-sharing a:nth-child(2) {
      bottom: 30px;
      -ms-transition: all 150ms linear;
      -webkit-transition: all 150ms linear;
      transition: all 150ms linear; }
  .product-sharing:hover a {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }

.product-gallery {
  display: flex; }
  .product-gallery .product-gallery__thumbs-container {
    flex: 0 0 10%;
    width: 10%;
    margin-right: 10px; }
    .product-gallery .product-gallery__thumbs-container .product-gallery__thumb {
      display: block;
      margin-bottom: 10px;
      border: 1px solid #ededed;
      width: 100%; }
      .product-gallery .product-gallery__thumbs-container .product-gallery__thumb:last-child {
        margin: 0; }
      .product-gallery .product-gallery__thumbs-container .product-gallery__thumb:hover, .product-gallery .product-gallery__thumbs-container .product-gallery__thumb.active {
        border-color: #252a2b; }
  .product-gallery .product-image-details {
    flex: 0 0 90%;
    width: 90%;
    padding-left: 10px;
    position: relative; }
    .product-gallery .product-image-details .product-image__button {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      z-index: 10; }
    .product-gallery .product-image-details .product-sharing, .product-gallery .product-image-details .product-zoom {
      position: absolute;
      z-index: 6; }
    .product-gallery .product-image-details .product-zoom {
      right: 15px;
      bottom: 30px;
      cursor: pointer; }

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

.product-zoom:hover polyline:nth-child(1) {
  -ms-transform: scale(0.9) translate3d(-2px, -2px, 0);
  -webkit-transform: scale(0.9) translate3d(-2px, -2px, 0);
  transform: scale(0.9) translate3d(-2px, -2px, 0); }

.product-zoom:hover polyline:nth-child(2) {
  -ms-transform: scale(0.9) translate3d(2px, -2px, 0);
  -webkit-transform: scale(0.9) translate3d(2px, -2px, 0);
  transform: scale(0.9) translate3d(2px, -2px, 0); }

.product-zoom:hover polyline:nth-child(3) {
  -ms-transform: scale(0.9) translate3d(2px, 2px, 0);
  -webkit-transform: scale(0.9) translate3d(2px, 2px, 0);
  transform: scale(0.9) translate3d(2px, 2px, 0); }

.product-zoom:hover polyline:nth-child(4) {
  -ms-transform: scale(0.9) translate3d(-2px, 2px, 0);
  -webkit-transform: scale(0.9) translate3d(-2px, 2px, 0);
  transform: scale(0.9) translate3d(-2px, 2px, 0); }

.pro-box-tabs .tab-click {
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: wrap; }
  .pro-box-tabs .tab-click > li {
    flex: 0 0 20%;
    width: 20%;
    margin: 0; }
    .pro-box-tabs .tab-click > li.active a {
      border-top-color: #ec4237; }
      @media (min-width: 992px) {
        .pro-box-tabs .tab-click > li.active a {
          background: #fff;
          color: #000; } }
    .pro-box-tabs .tab-click > li > a {
      display: block;
      text-align: center;
      background: #000;
      color: #fff;
      line-height: 37px;
      text-transform: uppercase;
      border-top: 3px solid #000; }

.pro-box-tabs .product-single__description {
  display: none; }
  .pro-box-tabs .product-single__description.active {
    display: block; }

@media screen and (max-width: 1200px) {
  #PageContainer {
    overflow: hidden; } }

@media screen and (max-width: 768px) {
  .product-gallery .product-image-details {
    flex: 0 0 100%;
    width: 100%;
    padding: 0; }
  footer h3:after, footer .h3:after, footer .h3:after, footer .h3:after {
    left: calc(50% - 22px); }
  #sliderproduct {
    margin-bottom: 35px;
    margin-top: 15px; }
    #sliderproduct.my-dots .owl-dots {
      bottom: -25px; } }

@media screen and (max-width: 767px) {
  .top-header-box .topheader-item {
    /*flex: 0 0 50%;
			width: 50%;*/
    flex: 0 0 25%;
    width: 25%; }
    .top-header-box .topheader-item img {
      height: 30px; }
  .product-box .product-box-banner {
    flex: 0 0 100%;
    width: 100%; }
  .product-box .product-box-loop {
    flex: 0 0 50% !important;
    width: 50% !important; }
  .footer-img-left, .footer-info-right {
    flex: 0 0 100%;
    width: 100%; }
  .newsletter {
    padding: 30px 15px; }
  .pro-box-tabs .tab-click {
    flex-wrap: wrap;
    padding-bottom: 8px;
    justify-content: space-between; }
    .pro-box-tabs .tab-click li {
      flex: 0 0 calc(50% - 1px);
      width: calc(50% - 1px);
      margin: 0 0 2px; }
      .pro-box-tabs .tab-click li a {
        padding: 0 8px;
        font-size: 13px; }
  .pro-box-tabs .product-single__description {
    margin: 20px 10px 0; } }

@media screen and (max-width: 591px) {
  .newsletter {
    margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .hero.slick-slider .slick-prev, .hero.slick-slider .slick-next {
    display: none !important; } }

.search-input-form.active {
  position: absolute;
  z-index: 99999999;
  right: 10%; }

.product-action-loop #buy_nowid {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase; }
  .product-action-loop #buy_nowid.btn-soldout {
    cursor: not-allowed;
    opacity: .8; }

/*.grid-product__on-save:after {
content: "";
position: absolute;
bottom: -33px;
right: 14%;
border-top: 1px solid #f00;
border-left: 1px solid #f00;
height: 65px;
width: 65px;
transform: rotate(45deg);
background: #fff;
}
*/
.product-box-loop .img_last, .grid-product__wrapper.has_img .img_last {
  /*transform: translateX(100%);
	transition: all .5s ease;*/
  visibility: hidden; }

.product-box-loop.has_img:hover .img_last, .grid-product__wrapper.has_img:hover .img_last {
  /*transform: translateX(0);*/
  visibility: visible; }

.product-box-loop.has_img .img_first, .grid-product__wrapper.has_img .img_first {
  visibility: visible; }

.product-box-loop.has_img:hover .img_first, .grid-product__wrapper.has_img:hover .img_first {
  visibility: hidden; }

.is-sold-out .loop-img img {
  opacity: 0.5 !important; }

.product-action-loop .seemorehehe {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase; }

/*.product-box-loop:hover .product-action-loop {
transform: translateY(0);
}*/
.product-action-loop {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  transform: translateY(100%);
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden; }

.product-action-loop a {
  flex: 0 0 49%; }

@media (max-width: 767px) {
  .product-box-loop .product-action-loop {
    /*transform: unset !important;*/ }
  .product-box-loop .product-action-loop a {
    font-size: 9px; }
  #Hero.sliderpc.hero--full-height {
    min-height: auto !important; } }

.product-action-loop a:hover {
  background: #ec4237 !important;
  opacity: 1 !important; }

/* f88*/
.grid-product__on-save {
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  min-width: 60px;
  min-height: 36px;
  background: #f00;
  font-weight: bold; }

/*.grid-product__on-save:after {
content: "";
position: absolute;
bottom: 0;
right: 0;
border-bottom: 13px solid #fff;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
}*/
.grid-product__on-save:after {
  content: "";
  position: absolute;
  top: 98%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #f00;
  border-left: 30px solid transparent; }

.grid-product__on-save:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #f00;
  border-right: 30px solid transparent; }

@media (max-width: 767px) {
  .grid-product__on-save {
    min-width: 55px;
    min-height: 32px; }
  .grid-product__on-save p {
    padding: 2px 2px 2px 2px;
    font-size: 10px !important; }
  /*.grid-product__on-save:after {
	border-bottom: 15px solid #fff;
	border-left: 29px solid transparent;
	border-right: 29px solid transparent;
}*/ }

.site-footer__linklist li > a.click-lv1 {
  display: block; }

/*Mai (12/01/2023)*/
.col_date {
  padding-left: 0; }

article.article table {
  background: transparent; }
  article.article table tr:first-child th:after, article.article table tr:first-child td:after {
    border-bottom: none; }

.box-banner-owl img {
  height: auto; }

@media (max-width: 768px) {
  .table_article .rte table tr {
    display: flex;
    flex-direction: column; }
    .table_article .rte table tr td {
      width: 100% !important; } }

.site-header .wrapper-fluid {
  padding: 0 15px; }

.product-single__description.rte h2, .product-single__description.rte .h2, .product-single__description.rte .h2, .product-single__description.rte h3, .product-single__description.rte .h3, .product-single__description.rte .h3 {
  margin-top: 25px;
  margin-bottom: 15px; }

.product-single__description.rte p {
  margin-bottom: 8px; }

/*Mai (27/02/2023)*/
.index-brand-owl.new-arrow {
  display: flex;
  flex-flow: wrap; }

.index-brand-item {
  flex: 0 0 25%;
  padding: 5px; }

.table-responsive {
  width: 100%;
  overflow: auto; }

.index-more a::before {
  content: '>';
  position: absolute;
  right: 12px; }

.index-more a:hover {
  background: #ef4237;
  color: #fff; }

.cart-subinfo {
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #000;
  padding: 20px 0 0;
  margin-bottom: 0; }
  @media only screen and (min-width: 769px) {
    .cart-subinfo .cart-subinfo-item:nth-child(1) {
      flex: 0 0 55%;
      max-width: 55%;
      padding: 0 20px 0 0; } }
  .cart-subinfo .cart-subinfo-item:nth-child(1) h3, .cart-subinfo .cart-subinfo-item:nth-child(1) .h3 {
    font-size: 22px;
    font-weight: bold;
    font-style: italic; }
  .cart-subinfo .cart-subinfo-item:nth-child(1) p {
    text-transform: capitalize; }
  .cart-subinfo .cart-subinfo-item:nth-child(2) {
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 769px) {
      .cart-subinfo .cart-subinfo-item:nth-child(2) {
        flex: 0 0 45%;
        max-width: 45%;
        padding: 0 0 0 20px; } }
    @media (max-width: 768px) {
      .cart-subinfo .cart-subinfo-item:nth-child(2) {
        width: 100%; }
        .cart-subinfo .cart-subinfo-item:nth-child(2) .cart-subinfo-item-img {
          width: max-content;
          margin: 5px auto 15px; }
          .cart-subinfo .cart-subinfo-item:nth-child(2) .cart-subinfo-item-img img {
            max-width: 300px; } }

.site-nav__item a:hover {
  color: #fff; }

.site-nav.site-nav--init {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 15px; }

@media screen and (min-width: 769px) {
  .site-header .grid--table.flex_header {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center; }
  .site-header__logo {
    width: 100%;
    display: flex;
    justify-content: flex-end; } }

/**/
#productSlick-thumb .slick-prev::before, #productSlick-thumb .slick-next::before {
  content: none; }

#productSlick-thumb .slick-prev, #productSlick-thumb .slick-next {
  width: 30px;
  height: 30px;
  z-index: 999; }

#productSlick-thumb .slick-prev {
  top: -15px;
  left: 30%; }

#productSlick-thumb .slick-next {
  bottom: -30px;
  right: 30%;
  top: auto; }

#productSlick-thumb .slick-prev i, #productSlick-thumb .slick-next i {
  font-size: 30px;
  color: #333; }

.cart-subinfo-2 {
  margin-bottom: -25px; }

li.site-nav__item.site-nav__expanded-item img.a {
  width: 160px;
  margin-top: 8px;
  margin-right: 8px; }

li.site-nav__item.site-nav__expanded-item img.b {
  width: 180px; }

.rte.contentPages h1, .rte.contentPages .h1, .rte.contentPages h2, .rte.contentPages .h2, .rte.contentPages h3, .rte.contentPages .h3, .rte.contentPages h4, .rte.contentPages .h4, .rte.contentPages h5, .rte.contentPages .h5, .rte.contentPages h6, .rte.contentPages .h6 {
  margin: 10px 0; }

/*===== APP COMBO - BUY X TANG Y ============================================*/
/*.modal-productApp{
text-align: center;padding: 0!important;
font-size:0;background: rgba(3, 17, 27, 0.7);
-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;
}
.modal-productApp:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-productApp .modal-dialog-centered {display: inline-block;text-align: left;vertical-align: middle;font-size:14px;}
.modal-productApp.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-productApp .modal-dialog-centered .modal-content {width: 100%; }
.modal-productApp.fade .modal-dialog-centered {
opacity: 0;
-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-productApp.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
.modal-productApp .modal-footer {padding: 15px;text-align: center;}
.modal-productApp .modal-footer .button{margin:0 5px;    padding: 5px 10px;}
.modal-productApp .modal-header{padding:15px 20px ;}
.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {margin: 0;font-weight: bold;font-size:22px;padding: 0px 30px 0px 0px;}
.modal-productApp .modal-header .combo-title {margin:10px 0 0;font-size: 14px;	font-weight: bold;}
.modal-productApp .modal-header .close-modal-app {padding:0;display: inline-block;position: absolute;background-color: #ffffff;width: 30px;height: 30px;	border-radius: 50%;	border: 1px solid #333;	right: 13px;top: 9px;z-index: 9;	opacity: 1;margin: 0;}
.modal-productApp .modal-header .close-modal-app svg {display: inline-block;fill: currentColor;position: relative;width: 12px;line-height: 30px;margin-top:-2px;}
#combo-program {max-height:400px; overflow-y: auto;  }
#combo-program .combo-title b {color: #ff0707;}
#combo-program .combo-w {border: 0;margin-bottom:0px;padding:0px 10px 0px 10px;position: relative;}
#combo-program .combo-w:after {content: '\2714\fe0e';font-size: 16px;position: absolute;top: calc(50% - 11px);left: 11px;color:#ffffff;opacity: 0;}
#combo-program .combo-w:before {content: '';width: 20px;height: 20px;border: 1px solid #e1e1e1;border-radius: 3px;position: absolute;top: calc(50% - 10px);left: 7px;}
#combo-program .combo-w.checked:after {opacity: 1;}
#combo-program .combo-w.checked:before {border: 1px solid #ffffff;}
#combo-program table tr {margin-bottom: 3px;}
#combo-program table tr:first-child td { border-top:0; }
#combo-program table label {font-weight: normal;font-size: 13px;display: block;border: none;padding: 2px 5px;cursor: pointer;}
#combo-program table label:after {content: "";display: table;clear: both;}
#combo-program table label img {display: inline-block;width:85px;	float: left;}
#combo-program table label p {display: inline-block;width: calc(100% - 85px);float: left;margin-bottom: 0px;padding-left: 15px;}
#combo-program table label .discount-promotion-price b {color: #fa0303;}
#combo-program table label .discount-promotion-price del {margin-left: 5px;}
#combo-program table input {display: none;}
#combo-program table input:checked + label {color: #000;background: #fff8f8;}
#buyxgety-program {margin:20px 0;border: 2px dotted #ffffff;padding:10px;position: relative;min-height: 100px;z-index: 0;}
#buyxgety-program .buyxgety-heading{padding:5px 10px;position: relative;padding-right:60px;}
#buyxgety-program .buyxgety-heading h3{font-size: 18px;font-weight: 600;margin: 0 0 4px;}
#buyxgety-program .buyxgety-heading:after {
content: "";
position: absolute;width:35px;height:35px;right: 10px;	top:6px;
background-image: url('');
background-repeat: no-repeat;background-size: contain;
}
#buyxgety-program .modal-body{padding:15px 30px;}
.buyxgety_item {display: -webkit-flex;display: flex;padding: 5px 10px 10px;}
.buyxgety_item .buyxgety_checkbox {width:35px;float: left;padding-top:7px;}
.buyxgety_item .buyxgety_image {width: 60px;float: right;}
.buyxgety_item .buyxgety_item_title{width:calc(100% - 95px);float: right;padding-left:15px;}
.buyxgety_item .buyxgety_list_variant select{font-size: 94%; font-style: italic;min-width:110px;	outline: none; padding: 1px 15px 2px;	margin:2px 0 5px;}
.buyxgety_item .buyxgety_checkbox input[type=radio]{cursor: pointer;width:15px;height:15px;}
*/
/* edit +++  
.pro-loop .product-img .sold-out == bottom:10 
.qty-click input.item-quantity 
table.table-cart tr td.item h3
.selector-actions
*/
/*
.pro-loop .product-img .product_gift_label {width: 25px;position: absolute;top: 10px;right: 10px;z-index:1;}
.product-loop-special .product-col-left{position: relative;}
.product-loop-special .product-col-left .product_gift_label{position: absolute;width: 50px;top: 15px;	z-index: 2;left: 20px;}
button.btn-product-gift{width: 100%;padding: 14px 35px; font-size: 16px;}
table.table-cart tr td.item .ico-gift{display: inline-block;width: 16px;vertical-align: text-bottom;margin-left: 10px;}
@media(max-width:767px){
.modal-productApp .modal-dialog-centered{margin:30px 10px 50px;}
.modal-productApp .modal-header{padding-left:15px;}
.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title{ font-size: 18px;}
.modal-productApp .modal-footer {flex-flow: column;}
.modal-productApp .modal-footer .button{width:100%;margin: 0;    }
.modal-productApp .modal-footer .button + .button{margin-top:15px;}
}*/
/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp {
  text-align: center;
  padding: 0 !important;
  font-size: 0;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear;
  z-index: 9999; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#combo-program .combo-w.checked:before {
  border: 1px solid #cccccc; }

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

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

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

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

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

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

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

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

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

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

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

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

#buyxgety-program .buyxgety-heading h3, #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("");
  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; }
  #combo-program {
    max-height: 280px; } }

#combo-popup.show .modal-dialog.modal-dialog-centered {
  opacity: 1; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  /*height: calc(100vh - 1rem);*/
  height: auto;
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    /*height: calc(100vh - 3.5rem)*/ }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

#combo-popup tr:first-child th:after, #combo-popup tr:first-child td:after {
  content: none; }

#combo-modalSucces {
  /*background: rgba(3, 17, 27, 0.7);*/
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }
  #combo-modalSucces p {
    color: #fff;
    margin: 0;
    padding: 15px; }
  #combo-modalSucces .modal-dialog {
    margin-right: 0;
    max-width: 370px; }
    #combo-modalSucces .modal-dialog .modal-content {
      height: 65px;
      background-color: rgba(3, 17, 27, 0.7);
      padding: 0;
      text-align: center; }
      #combo-modalSucces .modal-dialog .modal-content .modal-body {
        padding: 0; }

#combo-modalFail {
  /*background: rgba(3, 17, 27, 0.7);*/
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }
  #combo-modalFail p {
    color: red;
    margin: 0;
    padding: 15px; }
  #combo-modalFail .modal-dialog {
    margin-right: 0;
    max-width: 370px; }
    #combo-modalFail .modal-dialog .modal-content {
      height: 65px;
      background-color: rgba(3, 17, 27, 0.7);
      padding: 0;
      text-align: center; }
      #combo-modalFail .modal-dialog .modal-content .modal-body {
        padding: 0; }

h4.grid-product__title, .grid-product__title.h4 {
  text-transform: inherit; }

ul.no-bullets.social-icons {
  display: flex;
  margin-top: 20px; }

.social-icons i {
  font-size: 30px;
  margin-right: 15px; }

@media (max-width: 767px) {
  ul.no-bullets.social-icons {
    justify-content: flex-start; }
  .social-icons i {
    margin-right: 30px;
    /*margin-left: 15px*/ }
  .bct {
    width: 100%;
    margin: 0 auto;
    text-align: center; } }

.product-gallery .product-gallery__thumbs-container .product-gallery__thumb a.product-gallery__thumb-placeholder {
  position: relative;
  height: 0;
  display: block;
  width: 100%;
  padding-bottom: 105%; }
  .product-gallery .product-gallery__thumbs-container .product-gallery__thumb a.product-gallery__thumb-placeholder img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .pro-box-tabs {
    margin: 50px 0 0; } }

.order-1 {
  order: -1; }

.product-gallery .product-image-details .embed-responsive-2by3 {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.product-gallery .product-image-details .embed-responsive-2by3::before {
  content: '';
  display: block;
  --aspect-ratio: 2/3;
  padding-top: clamp(44%, calc(100vh), calc(44% / (var(--aspect-ratio)))); }

.product-gallery .product-image-details .embed-responsive-2by3 img {
  --image-scale: 1;
  position: absolute;
  top: var(--img-top, 50%);
  left: var(--img-left, 50%);
  transform: translate(-50%, -50%) scale(var(--image-scale));
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  min-width: 1px;
  min-height: 1px;
  width: auto;
  height: auto; }

@media (min-width: 992px) {
  .product-single__description table {
    width: 100% !important; } }

@media (min-width: 768px) and (max-width: 1300px) {
  li.site-nav__item.site-nav__expanded-item img.a {
    margin-bottom: -5px !important; }
  .site-header .site-nav__item a {
    padding-bottom: 0;
    padding-top: 0; }
  .site-nav.site-nav--init {
    padding-bottom: 0px; }
  .site-nav__expanded-item > a {
    padding-bottom: 0;
    padding-top: 0; }
  .logo-hd-new {
    /*width: 100%;    */
    width: auto;
    border: none !important;
    text-align: center; }
    .logo-hd-new a {
      padding: 0;
      /*margin-bottom: -15px;*/
      display: block; }
      .logo-hd-new a:before {
        display: none !important; } }

.hidden {
  display: none !important; }

#AddToCartForm .qty_add {
  position: relative;
  display: block;
  margin-top: 15px; }
  #AddToCartForm .qty_add.qty_add_btn {
    /*
			&:not(.hide_btn){
			&:after {
			content: '';
			background-image: url(https://file.hstatic.net/1000092436/file/loading__1__b5a5b2626c384201971daa0e76017fba.gif);
			background-size: 50px;
			background-repeat: no-repeat;
			background-position: center center;
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			opacity: 0.8;
		}
		}
			*/ }
  #AddToCartForm .qty_add .product-single__add-to-cart {
    width: auto;
    max-width: 480px;
    margin: 15px 0; }
    #AddToCartForm .qty_add .product-single__add-to-cart > div {
      max-width: 100%; }
  #AddToCartForm .qty_add .btn-group-pro .size_chart {
    font-weight: normal;
    font-size: 14px;
    display: block;
    margin-left: 0;
    text-align: center;
    line-height: 41px;
    padding: 2px 10px; }
  #AddToCartForm .qty_add .btn-group-pro.btn-group-combo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse; }
    #AddToCartForm .qty_add .btn-group-pro.btn-group-combo .btn-combo-cus, #AddToCartForm .qty_add .btn-group-pro.btn-group-combo .size_chart {
      flex: 0 0 49%; }
    #AddToCartForm .qty_add .btn-group-pro.btn-group-combo .btn-combo-cus {
      font-size: 13px;
      text-transform: uppercase;
      line-height: 15px;
      padding: 5px 0;
      border: 2px solid;
      color: #EF4137; }
      #AddToCartForm .qty_add .btn-group-pro.btn-group-combo .btn-combo-cus b {
        font-size: 11px;
        display: block; }

@media (max-width: 991px) {
  #AddToCartForm .qty_add .btn-group-pro.btn-group-combo {
    flex-flow: wrap-reverse; }
    #AddToCartForm .qty_add .btn-group-pro.btn-group-combo .btn-combo-cus, #AddToCartForm .qty_add .btn-group-pro.btn-group-combo .size_chart {
      flex: 0 0 100%; }
    #AddToCartForm .qty_add .btn-group-pro.btn-group-combo .btn-combo-cus {
      margin-top: 10px; } }

#combo-popup .modal-header {
  border: none;
  /*.heading-combo{display: none;}*/ }

.grid-product__on-frame {
  position: absolute;
  top: 10px;
  right: 10px; }

.grid-product__on-frame img {
  position: static !important;
  width: 95px !important;
  object-fit: contain !important; }

/* start 799825 29/02/2024 */
li.site-nav__item.site-nav__expanded-item img.b {
  width: 150px; }

.site-nav.site-nav--init {
  justify-content: space-evenly; }

.site-nav.site-nav--init .header-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 48px;
  position: relative; }

.main-color-shop a {
  color: #ef4137; }

.site-nav__link {
  padding: 0px 10px 0px 0; }

/* end 799825 29/02/2024 */
.product-single__meta span#ComparePrice {
  display: none !important; }

.product-single__meta span#ProductPrice {
  display: flex; }

.product-single__meta span#ProductPrice del {
  margin-top: 6px;
  order: -1;
  color: #000 !important;
  margin-right: 10px; }

.template-collection .section-header {
  margin-bottom: 25px; }

.product-box .product-box-loop .product-single__price--compare-at ~ .grid-product__price.range-price {
  color: #ec4237;
  display: block !important; }

.sliderpc {
  margin-bottom: 0; }

.header-search-mobile {
  position: relative;
  padding: 0 15px 15px;
  /*border-bottom: 1px solid #e7e7e7;*/ }

.header-search-mobile .searchform-mobile {
  position: relative; }

.header-search-mobile .searchform-mobile input.input-search {
  width: 100%;
  padding: 10px 15px 10px 40px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  background: #fff;
  color: #252a2b;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  opacity: 1; }
  @media (min-width: 768px) {
    .header-search-mobile .searchform-mobile input.input-search {
      max-width: 290px; } }

.header-search-mobile .searchform-mobile input.input-search:focus {
  outline: none;
  background: #fff; }

.header-search-mobile .searchform-mobile .btn-search {
  width: 40px;
  height: 36px;
  line-height: 36px;
  border: 0;
  outline: none;
  box-shadow: none;
  position: absolute;
  padding: 0;
  top: 5px;
  left: 0;
  background: transparent; }

.header-search-mobile .searchform-mobile .btn-search svg {
  width: 15px;
  height: 36px;
  line-height: 36px;
  vertical-align: inherit;
  opacity: 1; }

.header-search-mobile .searchform-mobile .btn-search span.search-close svg {
  fill: var(--shop-color-main);
  width: 20px; }

.header-search-mobile .searchform-mobile .btn-search span.search-icon {
  display: block;
  height: 100%; }

.header-search-mobile .searchform-mobile .btn-search span.search-close {
  display: none; }

.header-search-mobile .searchform-mobile.expanded .btn-search span.search-icon {
  display: none; }

.header-search-mobile .searchform-mobile.expanded .btn-search span.search-close {
  display: block;
  height: 100%; }

.header-search-mobile .smart-search-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
  top: calc(100% + 0px);
  width: initial;
  background: #fff;
  padding: 0 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  z-index: 999; }

@media (min-width: 768px) {
  li.site-nav__item.site-nav__expanded-item img.b {
    max-height: 48px;
    width: auto; }
  .site-nav__expanded-item.logo-hd-new a.site-nav__link img {
    vertical-align: middle; }
  .site-nav.site-nav--init .header-center li > a.site-nav__link {
    /*text-transform: unset;*/
    padding-left: 30px;
    font-size: 13px;
    padding-right: 0; }
  .site-nav.site-nav--init .header-center li > a.site-nav__link .icon.icon-arrow-down {
    padding-left: 0;
    display: none; }
  .site-nav__dropdown a {
    font-size: 13px; }
  .site-nav__dropdown.sub-menu-brand > li > a {
    font-size: 13px; } }

@media (min-width: 768px) and (max-width: 1300px) {
  .site-nav.site-nav--init .header-center li > a.site-nav__link {
    padding-right: 15px;
    padding-left: 0; } }

@media (max-width: 991px) {
  .mobile-nav > .mobile-nav__item a {
    font-size: 13px;
    padding: 8px 15px;
    min-height: 55px;
    display: flex;
    align-items: center; } }

@media (max-width: 768px) {
  .site-nav--mobile.site-nav--mobile-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end; } }

html[lang="en"] header.site-header .btn-language-en {
  display: none; }

html[lang="auto"] header.site-header .btn-language-vi,
html[lang="vi-vn"] header.site-header .btn-language-vi {
  display: none; }

.site-nav__item-searchdesk .wpo-wrapper-search {
  padding-right: 2px; }

.site-nav__item-searchdesk .searchform-mobile {
  position: relative; }
  .site-nav__item-searchdesk .searchform-mobile input.input-search {
    width: 100%;
    padding: 5px 5px 5px 33px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    background: #fff;
    color: #252a2b;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 12px;
    opacity: 1; }
    @media (min-width: 768px) {
      .site-nav__item-searchdesk .searchform-mobile input.input-search {
        max-width: 290px; } }
    .site-nav__item-searchdesk .searchform-mobile input.input-search:focus {
      outline: none;
      background: #fff; }
  .site-nav__item-searchdesk .searchform-mobile .btn-search {
    width: 30px;
    height: 35px;
    line-height: 30px;
    border: 0;
    outline: none;
    box-shadow: none;
    position: absolute;
    padding: 0;
    top: -3px;
    left: 0;
    background: transparent; }
    .site-nav__item-searchdesk .searchform-mobile .btn-search svg {
      width: 15px;
      height: 36px;
      line-height: 36px;
      vertical-align: inherit;
      opacity: 1; }
    .site-nav__item-searchdesk .searchform-mobile .btn-search span.search-close {
      display: none; }
      .site-nav__item-searchdesk .searchform-mobile .btn-search span.search-close svg {
        fill: var(--shop-color-main);
        width: 20px; }
    .site-nav__item-searchdesk .searchform-mobile .btn-search span.search-icon {
      display: block;
      height: 100%; }

.site-nav__item-searchdesk .searchform-mobile.expanded .btn-search span.search-icon {
  display: none; }

.site-nav__item-searchdesk .searchform-mobile.expanded .btn-search span.search-close {
  display: block;
  height: 100%; }

.site-nav__item-searchdesk .smart-search-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
  top: calc(100% + 0px);
  width: initial;
  background: #fff;
  padding: 0 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  z-index: 999; }

@media (min-width: 768px) {
  .header-right .site-nav__item {
    vertical-align: middle; }
  .site-nav.site-nav--init {
    justify-content: space-between;
    margin-left: 0; }
  .isBrand a {
    padding-left: 0 !important; }
  .site-nav__item .site-nav__link.site-nav__link--icon span.fallback-text {
    font-size: 11px; } }

@media (min-width: 992px) and (max-width: 1268px) {
  .header-right .site-nav__item {
    max-width: 165px; } }

.header-brand .header-brand-owl:not(.owl-loaded) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }

.header-brand .header-brand-owl:not(.owl-loaded) a {
  display: flex;
  align-items: center; }

.header-brand .header-brand-owl:not(.owl-loaded) .brand-item {
  flex: 0 0 calc(100% / 10);
  width: calc(100% / 10);
  padding: 0 18px 0 0; }
  @media (max-width: 991px) {
    .header-brand .header-brand-owl:not(.owl-loaded) .brand-item {
      flex: 0 0 calc(100% / 5);
      width: calc(100% / 5);
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .header-brand .header-brand-owl:not(.owl-loaded) .brand-item {
      flex: 0 0 calc(100% / 4);
      width: calc(100% / 4);
      padding: 0 10px; } }
  @media (max-width: 480px) {
    .header-brand .header-brand-owl:not(.owl-loaded) .brand-item {
      flex: 0 0 calc(100% / 3);
      width: calc(100% / 3); } }

.site-nav.site-nav--init .header-center .site-nav__expanded-item:first-child a:before {
  left: 0;
  width: calc(100% - 10px); }

.pro-box-tabs .content-mobile {
  display: none; }

@media (max-width: 768px) {
  .pro-box-tabs > .product-single__description.rte {
    display: none !important; }
  .pro-box-tabs ul.tab-click li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
    .pro-box-tabs ul.tab-click li a {
      margin-bottom: 5px; }
    .pro-box-tabs ul.tab-click li.active .content-mobile {
      display: block; }
      .pro-box-tabs ul.tab-click li.active .content-mobile.active .product-single__description.rte {
        display: block; }
      .pro-box-tabs ul.tab-click li.active .content-mobile .product-single__description.rte {
        margin: 0 !important; } }

.colChild {
  margin: 30px 0 15px; }
  .colChild .colChild-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px 0;
    margin: 0 -3.5px; }
    .colChild .colChild-items .colChild-item {
      padding: 0 3.5px;
      margin: 0;
      width: calc(100%/9); }
      @media (max-width: 1199px) {
        .colChild .colChild-items .colChild-item {
          width: calc(100%/6); } }
      @media (max-width: 1024px) {
        .colChild .colChild-items .colChild-item {
          width: calc(100%/5); } }
      @media (max-width: 991px) {
        .colChild .colChild-items .colChild-item {
          width: calc(100%/4); } }
      @media (max-width: 767px) {
        .colChild .colChild-items .colChild-item {
          width: calc(100%/3); } }
      @media (max-width: 600px) {
        .colChild .colChild-items .colChild-item {
          width: calc(100%/2); } }
      .colChild .colChild-items .colChild-item a {
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        display: block; }
        @media (hover: hover) {
          .colChild .colChild-items .colChild-item a:hover b img {
            transform: scale(1.05); }
          .colChild .colChild-items .colChild-item a:hover strong {
            color: #ef4137; } }
        .colChild .colChild-items .colChild-item a b {
          aspect-ratio: 1;
          display: block;
          overflow: hidden; }
          .colChild .colChild-items .colChild-item a b img {
            transition: all .5s;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .colChild .colChild-items .colChild-item a:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
          height: 60%; }
        .colChild .colChild-items .colChild-item a .colChild-item-ab {
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 10px;
          text-align: left;
          z-index: 1; }
          .colChild .colChild-items .colChild-item a .colChild-item-ab strong {
            font-size: 13px;
            font-weight: bold;
            margin-top: 5px;
            display: block;
            transition: all .5s;
            color: #FFF;
            text-transform: uppercase;
            margin-bottom: 5px;
            /*@media(max-width: 1199px){ font-size: .60rem; }
						@media(max-width: 1024px){ font-size: .65rem; }
						@media(max-width: 991px){ font-size: .70rem; }
						@media(max-width: 767px){ font-size: .75rem; }
						@media(max-width: 600px){ font-size: .80rem; }*/ }
          .colChild .colChild-items .colChild-item a .colChild-item-ab span {
            display: none !important;
            font-size: .85rem;
            background: #FFF;
            color: #000;
            padding: 2.5px 5px;
            display: inline-block;
            text-transform: uppercase;
            transition: all .5s; }
            .colChild .colChild-items .colChild-item a .colChild-item-ab span:hover {
              background: #000;
              color: #FFF; }

.unreset body {
  margin: 8px; }

.unreset th {
  font-weight: bolder;
  text-align: center; }

.unreset caption {
  text-align: center; }

.unreset h1, .unreset .h1 {
  font-size: 2em;
  margin: .67em 0; }

.unreset h2, .unreset .h2 {
  font-size: 1.5em;
  margin: .75em 0; }

.unreset h3, .unreset .h3 {
  font-size: 1.17em;
  margin: .83em 0; }

.unreset h4, .unreset .h4, .unreset p,
.unreset blockquote, .unreset ul,
.unreset fieldset, .unreset form,
.unreset ol, .unreset dl, .unreset dir,
.unreset menu {
  margin: 1.12em 0; }

.unreset h5, .unreset .h5 {
  font-size: .83em;
  margin: 1.5em 0; }

.unreset h6, .unreset .h6 {
  font-size: .75em;
  margin: 1.67em 0; }

.unreset h1, .unreset .h1, .unreset h2, .unreset .h2, .unreset h3, .unreset .h3, .unreset h4, .unreset .h4,
.unreset h5,
.unreset .h5, .unreset h6, .unreset .h6, .unreset b,
.unreset strong {
  font-weight: bolder; }

.unreset blockquote {
  margin-left: 40px;
  margin-right: 40px; }

.unreset i, .unreset cite, .unreset em,
.unreset var, .unreset address {
  font-style: italic; }

.unreset pre, .unreset tt, .unreset code,
.unreset kbd, .unreset samp {
  font-family: monospace; }

.unreset pre {
  white-space: pre; }

.unreset big {
  font-size: 1.17em; }

.unreset small, .unreset sub, .unreset sup {
  font-size: .83em; }

.unreset sub {
  vertical-align: sub; }

.unreset sup {
  vertical-align: super; }

.unreset table {
  border-spacing: 2px;
  border-collapse: separate; }

.unreset thead, .unreset tbody,
.unreset tfoot {
  vertical-align: middle; }

.unreset td, .unreset th, .unreset tr {
  vertical-align: inherit; }

.unreset s, .unreset strike, .unreset del {
  text-decoration: line-through; }

.unreset hr, .unreset .hr--small, .unreset .hr--medium, .unreset .hr--large {
  border: 1px inset; }

.unreset ol, .unreset ul, .unreset dir,
.unreset menu, .unreset dd {
  margin-left: 40px; }

.unreset ol {
  list-style-type: decimal; }

.unreset ul {
  list-style-type: disc; }

.unreset ol ul, .unreset ul ol,
.unreset ul ul, .unreset ol ol {
  margin-top: 0;
  margin-bottom: 0; }

.unreset {
  line-height: 1.2; }

/* HTML5 */
.unreset figure {
  margin: 1em 40px; }

.tragop {
  background: #1d80f8;
  color: #fff;
  font-size: 13px; }

.nutne {
  display: flex;
  justify-content: space-between; }

.nutne button {
  width: 49% !important; }

.template-index .tags--article {
  display: none; }

@media (min-width: 768px) and (max-width: 992px) {
  /*.site-nav.site-nav--init .header-center {
    justify-content: center;
  }*/
  .product-loop__vendor,
  .grid-product__nopadt.grid-product__meta {
    padding-right: 7.5px;
    padding-left: 7.5px; }
  .product-loop__vendor {
    font-size: 16px; } }

@media (max-width: 992px) {
  .product-loop__vendor {
    font-size: 16px !important; } }

html[lang="km"] .btn-language-cam {
  display: none; }

@media (max-width: 1512px) {
  /*.site-nav.site-nav--init{
		flex-wrap: nowrap;
	}*/
  .site-nav__link {
    padding-right: 5px; }
  .site-nav.site-nav--init .header-center li > a.site-nav__link {
    font-size: 12px; } }

@media (max-width: 1441px) {
  /*.site-nav.site-nav--init{
		flex-wrap: nowrap;
	}*/
  .site-nav__link {
    padding-right: 3px; }
  .site-nav.site-nav--init .header-center li > a.site-nav__link {
    font-size: 11px; } }

.site-nav__dropdown.sub-menu-brand > li .menu-brand {
  display: block !important; }

.header-left .site-nav__expanded-item > a:before {
  display: none; }

h3.title-blg-home, .title-blg-home.h3 {
  min-height: 51px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.desc-blg-home {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 75px; }

.xm-text {
  padding-top: 60px; }

.xm-text a {
  font-size: 16px;
  color: #ec4237;
  text-decoration: underline; }

#hrv-product-reviews {
  display: none; }

.grid-product__on_sv_t {
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 10; }

.grid-product__on_sv_t img {
  max-width: 110px;
  position: static !important;
  width: 100%; }

.product__on_sv_t_wrap span {
  /* -webkit-text-stroke: 2px #fff; */
  text-shadow: 1px 2px 0px #ef4237;
  color: #fff;
  position: absolute;
  left: 10px;
  z-index: 11;
  bottom: 31px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", serif;
  font-size: 18px; }

.product__on_sv_t_wrap {
  position: relative; }

.top-header-box a.topheader-item {
  display: block;
  height: 37px; }

@media (max-width: 767px) {
  .grid-product__on_sv_t img {
    max-width: 64px; }
  .product__on_sv_t_wrap span {
    left: 6px;
    bottom: 19px;
    font-size: 13px; }
  .grid-product__on-frame img {
    width: 55px !important; }
  .grid-product__on-frame {
    top: 55px !important; }
  .top-header-box a.topheader-item {
    height: 31px; } }

h4.grid-product__title, .grid-product__title.h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 23px;
  -webkit-line-clamp: 3;
  height: 69px;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.marked-video {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 4px; }

.pr-img-asp {
  position: absolute;
  height: 100%;
  left: 50%;
  max-width: 500px;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .pr-img-asp .marked-video {
    zoom: 2;
    right: 15px; }
  .pr-img-asp img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important; }

.product-gallery__thumb-placeholder[data-video] img {
  height: 100%;
  object-fit: cover !important;
  width: 100%; }

@media (max-width: 768px) {
  .site-nav.site-nav--init .header-center li.hfind-store {
    display: none; } }

@media (min-width: 768px) and (max-width: 1200px) {
  .site-nav.site-nav--init .header-center {
    padding-right: 150px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .main-content {
    padding-left: 15px;
    padding-right: 15px; }
  .footer-img-left, .footer-info-right {
    flex: 0 0 100%;
    width: 100%; } }
