@charset "UTF-8";
:root {
  --shop-color-main: #d02602;
  /**/
  --shop-color-text: #252a2b;
  /**/
  --shop-color-title: #333333;
  --shop-color-hover: #fbde59;
  /**/
  --shop-color-button: #161718;
  --shop-color-border: #eae4e8;
  --bg-color-style01: #ffffff;
  --btn-color-style01: #d02602; }

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

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

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

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

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

img {
  max-width: 100%; }

body {
  color: #333;
  line-height: 1.45;
  font-size: 14px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  position: initial; }

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

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

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

/* 1.3 - Typography */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 13px 0;
  font-weight: 700;
  line-height: 1.2; }

img {
  max-width: 100%; }

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

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

a:active {
  outline: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

textarea {
  resize: none; }

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

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

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

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

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

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

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

/* 1.6 - Variable */
.product-loop .proloop-detail h3 a, .list-blogs-latest .item-article .post-content h3 a, .article-loop .article-title .post-title a, .article-loop .article-detail .entry-content {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.product-loop .proloop-detail h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

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

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

.button.btnwhite {
  color: #333;
  border-color: #333; }

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

.button.btnred {
  background-color: var(--shop-color-main);
  color: #333;
  /*border-color: #e70505;*/ }

.button.btnred:before {
  background: var(--shop-color-main); }

@media (min-width: 992px) {
  .button:hover,
  .button:focus {
    border-color: red;
    color: #ffffff; }
  .button:hover:before, .button:focus:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  .button.btnred:hover,
  .button.btnred:focus {
    color: #333;
    /*border-color:#ff0000;*/ } }

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

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

@-webkit-keyframes h-alo-ring-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes h-alo-ring-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes iconSkew {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grecaptcha-badge {
  visibility: hidden; }

.owlCarousel-style.owl-carousel .owl-nav .owl-prev,
.owlCarousel-style.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -50px;
  z-index: 3;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 50%;
  color: #858380;
  background: #fff;
  border: 1px solid var(--shop-color-border);
  outline: none;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev span,
  .owlCarousel-style.owl-carousel .owl-nav .owl-next span {
    font-size: 0; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
      content: "";
      font-family: 'FontAwesome';
      font-size: 22px; }

.owlCarousel-style.owl-carousel .owl-nav .owl-prev {
  right: 47px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before {
    content: "\f104"; }

.owlCarousel-style.owl-carousel .owl-nav .owl-next {
  right: 7px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
    content: "\f105"; }

.owlCarousel-style.owl-carousel .owl-nav .owl-prev.disabled,
.owlCarousel-style.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev.disabled:hover,
  .owlCarousel-style.owl-carousel .owl-nav .owl-next.disabled:hover {
    background: #fff;
    color: #858380;
    cursor: no-drop; }

.owlCarousel-style.owl-carousel:not(.owl-loaded) .slider-item {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%; }

.owlCarousel-style.owl-carousel .owl-stage {
  margin: 5px 0;
  display: flex;
  display: -ms-flex; }

.owlCarousel-style .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center; }
  .owlCarousel-style .owl-dots .owl-dot {
    margin: 0 3px;
    outline: 0; }
  .owlCarousel-style .owl-dots .owl-dot span {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    width: 7px;
    height: 7px;
    margin: 5px;
    border-radius: 50%;
    background: #928c8c; }
  .owlCarousel-style .owl-dots .owl-dot.active {
    border-radius: 50%;
    border: 2px solid #000000; }
  .owlCarousel-style .owl-dots .owl-dot.active span {
    background: #000000; }

.owlCarousel-style .product-loop .product-inner {
  margin-bottom: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
    right: 47px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-next {
    right: 7px; } }

@media (max-width: 767px) {
  .owlCarousel-style .owl-item:hover {
    box-shadow: none; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev, .owlCarousel-style.owl-carousel .owl-nav .owl-next {
    top: -45px; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before, .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
      font-size: 18px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
    right: 45px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-next {
    right: 7px; }
  .owlCarousel-style .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 4px; }
  .owlCarousel-style .owl-dots {
    bottom: -30px; } }

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

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

.breadcrumb-list {
  overflow: hidden; }

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

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

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

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

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

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

.hidden {
  display: none !important; }

/*======Header======*/
header.main-header {
  padding: 30px 0 15px; }

header .logo img {
  max-height: 70px; }

header .action-header {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative; }
  header .action-header .search-header svg {
    width: 20px;
    height: 20px; }
  header .action-header .account-header {
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    /*&:hover .account-container{opacity:1;visibility: visible;transform: translateY(0);}*/ }
    header .action-header .account-header i {
      font-size: 15px; }
    header .action-header .account-header svg {
      width: 18px;
      height: 18px; }
    header .action-header .account-header .account-container {
      position: absolute;
      min-width: 300px;
      z-index: 99;
      top: calc(100% + 6px);
      right: -12px;
      background: #fff;
      color: #677279;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
      opacity: 0;
      visibility: hidden;
      transition: all 300ms ease;
      transform: translateY(20px);
      padding: 15px 20px; }
      header .action-header .account-header .account-container:after {
        content: "";
        position: absolute;
        top: -20px;
        right: 15%;
        z-index: 99;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f2f2f2;
        border-left: 10px solid transparent;
        width: 0;
        height: 0; }
    header .action-header .account-header .sitenav-account .site_account_panel_list {
      position: relative;
      height: 100%;
      overflow: hidden;
      transition: height 0.2s ease-in-out; }
      header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_header {
        margin: 0 0 20px;
        padding-bottom: 8px;
        text-align: center;
        border-bottom: 1px solid #252a2b; }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_header .site_account_title {
          font-size: 18px;
          color: #252a2b;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          font-weight: 500;
          margin: 0; }
          header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_header .site_account_title.size-small {
            font-size: 15px; }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_header .site_account_legend {
          margin: 5px 0 0;
          font-size: 14px; }
      header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_panel {
        /*width: 100%;visibility: hidden;
						transition: visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
						transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1);
						transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
						*/ }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_panel.site_account_default {
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_panel.site_account_sliding {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: translateX(100%);
          transform: translateX(100%); }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_panel.is-selected {
          -webkit-transform: translateX(0);
          transform: translateX(0); }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper {
          position: relative;
          width: 100%;
          margin-bottom: 12px; }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field {
          display: block;
          padding: 14px 10px 3px;
          border-radius: 2px;
          border: 1px solid #d4d6d8;
          width: 100%;
          line-height: normal;
          height: 42px;
          color: #1e2d7d;
          -webkit-appearance: none;
          resize: none;
          font-size: 12px;
          outline: none;
          box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
          transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__floating-label {
          position: absolute;
          left: 10px;
          top: 0;
          line-height: 42px;
          font-size: 12px;
          margin-bottom: 0;
          color: #677279;
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-transform-origin: left top;
          transform-origin: left top;
          transition: -webkit-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          pointer-events: none; }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field:focus + .form__floating-label,
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field.is-filled + .form__floating-label {
          -webkit-transform: translateY(-5px) scale(0.8);
          transform: translateY(-5px) scale(0.8); }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__submit {
          width: 100%;
          outline: none;
          padding: 0px 28px;
          height: 42px;
          line-height: 42px; }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action {
          margin-top: 16px;
          font-size: 12px; }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action > p {
          margin-bottom: 4px; }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action > p .link {
          color: #252a2b;
          transition: color 0.2s ease-in-out;
          background: transparent;
          border: none;
          border-radius: 0;
          padding: 0;
          outline: none; }
      header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_info {
        text-align: left;
        font-size: 14px; }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul {
          margin: 0; }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li {
          position: relative;
          margin-bottom: 5px; }
          header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li.user-name {
            margin-top: -5px;
            margin-bottom: 8px; }
          header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li:not(.user-name) {
            padding-left: 10px; }
            header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li:not(.user-name):before {
              content: "";
              height: 4px;
              width: 4px;
              border-radius: 50%;
              position: absolute;
              left: 0;
              top: 10px;
              background: #252a2b; }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li span {
          font-size: 15px;
          color: #282c2d;
          font-weight: 500; }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a {
          color: #252a2b;
          padding: 0 4px;
          margin-bottom: 10px; }
        header .action-header .account-header .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a:hover {
          color: #252a2b; }
    header .action-header .account-header .account-title.no-acc span {
      margin: 0 5px 0 8px; }
    header .action-header .account-header.action-show .account-container {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
  header .action-header .cart-header {
    position: relative; }
    header .action-header .cart-header svg {
      width: 40px;
      height: 40px; }
    header .action-header .cart-header .hd-cart-count {
      position: absolute;
      bottom: 6px;
      right: 0;
      background: var(--shop-color-main);
      color: #fff;
      width: 15px;
      height: 15px;
      text-align: center;
      line-height: 17px;
      font-size: 11px;
      border-radius: 50%; }
  header .action-header #cart-notification {
    position: fixed;
    top: 100px;
    right: auto;
    z-index: 999;
    max-width: 300px;
    background: #fff;
    border: 1px solid #333;
    padding: 10px;
    transition: all 0.3s; }
    header .action-header #cart-notification.fixed-header {
      top: 0; }
    header .action-header #cart-notification .cart-notify-button {
      position: relative; }
      header .action-header #cart-notification .cart-notify-button .btn-close {
        border: none;
        background: none;
        position: absolute;
        right: 0px;
        top: 0;
        z-index: 99;
        cursor: pointer;
        outline: none; }
        header .action-header #cart-notification .cart-notify-button .btn-close svg {
          width: 20px;
          height: 20px; }
    header .action-header #cart-notification .jGrowl-note .jGrowl-title {
      display: block; }
    header .action-header #cart-notification .list-btn {
      margin: 15px 0; }
      header .action-header #cart-notification .list-btn .btn-cart {
        display: block;
        padding: 5px;
        border: 1px solid;
        margin: 8px 0;
        text-align: center;
        border-radius: 5px; }
        header .action-header #cart-notification .list-btn .btn-cart.view-cart {
          border-color: #333; }
          header .action-header #cart-notification .list-btn .btn-cart.view-cart:hover {
            outline: 5px auto #333; }
        header .action-header #cart-notification .list-btn .btn-cart.check-out {
          border-color: var(--shop-color-main);
          background: var(--shop-color-main);
          color: #fff; }
      header .action-header #cart-notification .list-btn .continue-shopping {
        text-align: center;
        display: block;
        text-decoration: underline; }

header .search-header-action {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 30px;
  text-align: center;
  background: #fff;
  z-index: 9; }
  header .search-header-action .searchform {
    display: inline;
    position: relative; }
  header .search-header-action .modal-overlay:before {
    position: absolute;
    content: "";
    background-color: rgba(18, 18, 18, 0.5);
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh; }
  header .search-header-action .wpo-search-inner {
    position: relative;
    display: inline; }
    header .search-header-action .wpo-search-inner .input-search {
      padding: 10px;
      border-radius: 7px;
      width: 40%;
      max-width: 740px;
      outline: none;
      height: 54px; }
    header .search-header-action .wpo-search-inner .search-label {
      font-size: 15px;
      color: #333333;
      display: block;
      font-weight: initial;
      padding: 0;
      margin: 0;
      position: absolute;
      top: -3px;
      left: 10px;
      z-index: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 90%;
      pointer-events: none;
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
      -webkit-transition-property: opacity, transform;
      transition-property: opacity, transform;
      -webkit-transition-duration: 150ms;
      transition-duration: 150ms; }
  header .search-header-action .btn-search {
    position: absolute;
    top: -8px;
    right: 0; }
    header .search-header-action .btn-search svg {
      width: 20px;
      height: 20px; }
  header .search-header-action .btn-close-search {
    position: absolute;
    top: 0;
    right: -40px; }
    header .search-header-action .btn-close-search svg {
      width: 25px;
      height: 25px; }
  header .search-header-action .smart-search-wrapper {
    max-width: 570px;
    margin: 0 auto;
    padding: 10px; }
    header .search-header-action .smart-search-wrapper .resultsContent .item-ult {
      display: flex;
      padding: 10px 0;
      border-top: 1px solid rgba(18, 18, 18, 0.1); }
      header .search-header-action .smart-search-wrapper .resultsContent .item-ult .thumbs {
        max-width: 80px; }
      header .search-header-action .smart-search-wrapper .resultsContent .item-ult .title {
        padding-left: 15px;
        text-align: left;
        font-size: 15px; }
        header .search-header-action .smart-search-wrapper .resultsContent .item-ult .title .f-initial {
          font-weight: 600; }
        header .search-header-action .smart-search-wrapper .resultsContent .item-ult .title .f-initial-del {
          color: #ff2c26; }
        header .search-header-action .smart-search-wrapper .resultsContent .item-ult .title del {
          font-weight: 400;
          color: #878c8f; }
      header .search-header-action .smart-search-wrapper .resultsContent .item-ult:first-child {
        border-top: none; }
  header .search-header-action.js-is-field .btn-search {
    top: -13px; }
  header .search-header-action.js-is-field .btn-close-search {
    top: -6px; }
  header .search-header-action.js-is-field .input-search {
    padding: 20px 10px 10px;
    font-size: 15px; }
  header .search-header-action.js-is-field .search-label {
    visibility: visible;
    opacity: 1;
    font-size: 13px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }

header .hd-menu-desktop .navbar-mainmenu {
  text-align: center; }

header .hd-menu-desktop .menuList-main {
  margin: 0; }
  header .hd-menu-desktop .menuList-main > li {
    display: inline-block;
    margin: 0 12px;
    position: relative; }
    header .hd-menu-desktop .menuList-main > li > a {
      opacity: 0.85;
      position: relative;
      z-index: 2;
      display: block;
      padding: 15px 4px;
      width: 100%;
      letter-spacing: 0.75px;
      font-weight: 600;
      font-size: 14px;
      -webkit-transition: none;
      transition: none; }
      header .hd-menu-desktop .menuList-main > li > a svg {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        -webkit-transition: transform .2s;
        -moz-transition: transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s; }
    header .hd-menu-desktop .menuList-main > li.active a, header .hd-menu-desktop .menuList-main > li.active a:focus {
      opacity: 1; }
    header .hd-menu-desktop .menuList-main > li:hover > a, header .hd-menu-desktop .menuList-main > li.active:hover a {
      opacity: 1; }
    header .hd-menu-desktop .menuList-main > li:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: 0%;
      transform-origin: 0%; }
    header .hd-menu-desktop .menuList-main > li:hover > a svg {
      opacity: 1;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  header .hd-menu-desktop .menuList-main li.has-submenu-pc .menuList-submain {
    background: #fff;
    min-width: 230px;
    max-width: 180%;
    padding: 12px 0;
    position: absolute;
    z-index: 99;
    top: 150%;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  header .hd-menu-desktop .menuList-main li.has-submenu-pc .menuList-submain ul.menuList-submain {
    left: 100%;
    top: 0; }
  header .hd-menu-desktop .menuList-main li.has-submenu-pc:hover > .menuList-submain {
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    opacity: 1; }
  header .hd-menu-desktop .menuList-main .has-submenu-pc.fullwidth {
    position: initial; }
    header .hd-menu-desktop .menuList-main .has-submenu-pc.fullwidth .multicolumn {
      padding: 25px 0;
      left: 0;
      right: 0;
      max-height: 75vh;
      overflow-x: hidden;
      overflow-y: auto; }
    header .hd-menu-desktop .menuList-main .has-submenu-pc.fullwidth .multicolumn-container {
      max-width: calc(2400px + 80px * 2);
      padding: 0 80px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: space-between; }
    header .hd-menu-desktop .menuList-main .has-submenu-pc.fullwidth .subchildmenu {
      flex: 0 0 auto;
      width: 62%; }
    header .hd-menu-desktop .menuList-main .has-submenu-pc.fullwidth .subchildmenu.subchildmenu-full {
      width: 100%; }
    header .hd-menu-desktop .menuList-main .has-submenu-pc.fullwidth .subchildmenu li a {
      padding: 3px 0; }
    header .hd-menu-desktop .menuList-main .has-submenu-pc.fullwidth .menuBanner {
      flex: 0 0 auto;
      width: 38%; }
    header .hd-menu-desktop .menuList-main .has-submenu-pc.fullwidth .ui-menu-item {
      text-align: left;
      margin-bottom: 15px; }
    header .hd-menu-desktop .menuList-main .has-submenu-pc.fullwidth .ui-menu-item > a {
      font-weight: 600; }
    @media (min-width: 991px) {
      header .hd-menu-desktop .menuList-main .has-submenu-pc.fullwidth .ui-menu-item {
        padding-right: 15px;
        padding-left: 0; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    header .hd-menu-desktop .menuList-main > li > a {
      font-size: 13px; } }

header .hd-menu-desktop .menuList-submain {
  /*li:not(:first-child){	border-top: 1px solid #ecf0f1}*/ }
  header .hd-menu-desktop .menuList-submain li {
    position: relative; }
    header .hd-menu-desktop .menuList-submain li a {
      padding: 5px 22px;
      text-align: left;
      display: block;
      font-size: 14px;
      font-weight: 500;
      color: var(--shop-color-text);
      opacity: 0.85; }
    header .hd-menu-desktop .menuList-submain li a svg {
      width: 12px;
      position: absolute;
      right: 15px;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: right 0.3s ease-in-out;
      -ms-transition: right 0.3s ease-in-out;
      transition: right 0.3s ease-in-out; }
    header .hd-menu-desktop .menuList-submain li a:hover svg {
      right: 10px;
      opacity: 0.8; }
  header .hd-menu-desktop .menuList-submain li.has-submenu-pc {
    padding-right: 30px; }
  header .hd-menu-desktop .menuList-submain li a:hover, header .hd-menu-desktop .menuList-submain li a:hover i {
    opacity: 1; }

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

header .header-wrap-action.header-wrap-iconav {
  display: none; }
  header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink {
    display: none; }
  header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink a {
    margin-right: 0px;
    width: 20px;
    line-height: 32px;
    color: #fff;
    height: 35px;
    display: block;
    font-size: 28px; }
  header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
    right: initial;
    left: 16px; }
  header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
    width: 25px; }
    header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
      width: 25px;
      height: 35px;
      cursor: pointer;
      display: block;
      position: relative; }
      header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar, header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after, header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
        height: 2px;
        background: #333; }
      header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
        position: relative;
        top: 22px;
        display: block;
        margin: auto;
        width: 25px;
        -ms-transition: all 0ms 100ms, width 150ms linear;
        -webkit-transition: all 0ms 100ms, width 150ms linear;
        transition: all 0ms 100ms, width 150ms linear;
        -ms-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px); }
      header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 7px;
        width: 18px;
        -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
      header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 15px;
        -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
    header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
      height: 35px; }
  header .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu.js-action-show .hamburger-menu {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }

@media (max-width: 991px) {
  header.main-header {
    padding: 15px 0; }
    header.main-header h1 {
      font-size: 30px; }
    header.main-header .hd-logo {
      display: flex;
      align-items: center; }
      header.main-header .hd-logo h1, header.main-header .hd-logo .logo {
        margin: 0; }
  header .search-header-action .wpo-search-inner .input-search {
    width: 90%;
    height: 45px; }
  header .search-header-action .wpo-search-inner .search-label {
    top: -3px; }
  header .search-header-action.js-is-field .search-label {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  header .header-wrap-action.header-wrap-iconav {
    display: block; }
  header .hd-menu-desktop {
    display: none; }
  header .action-header .account-header svg {
    width: 18px;
    height: 16px; } }

/*======END Header======*/
/*==========INDEX===========*/
.section-home-slider {
  margin-bottom: 40px; }
  .section-home-slider .homepage-slider {
    margin-top: 15px;
    padding: 0; }
    .section-home-slider .homepage-slider .slider-item {
      position: relative; }
      .section-home-slider .homepage-slider .slider-item img {
        border-radius: 2px;
        width: 100%;
        height: auto; }
    .section-home-slider .homepage-slider .owl-carousel:not(.owl-loaded) {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      overflow: hidden; }
    .section-home-slider .homepage-slider .owl-carousel:not(.owl-loaded) .slider-item {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%; }
    .section-home-slider .homepage-slider .owl-carousel .owl-nav button {
      position: absolute;
      top: calc(50% - 20px);
      padding: 0;
      opacity: 0;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      text-align: center;
      display: inline-block;
      text-align: center;
      color: #444444;
      background-color: #fff;
      border: 1px solid #e1e1e1;
      outline: none;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-home-slider .homepage-slider .owl-carousel .owl-nav button.owl-prev {
        left: 15px; }
      .section-home-slider .homepage-slider .owl-carousel .owl-nav button.owl-next {
        right: 15px; }
      .section-home-slider .homepage-slider .owl-carousel .owl-nav button svg {
        width: 15px;
        height: 15px; }
    .section-home-slider .homepage-slider .owl-carousel .owl-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: -25px;
      position: relative; }
      .section-home-slider .homepage-slider .owl-carousel .owl-dots button {
        width: 4px;
        height: 4px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 100%;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin: 5px;
        outline: none;
        box-shadow: none;
        border: none; }
        .section-home-slider .homepage-slider .owl-carousel .owl-dots button.active {
          width: 8px;
          height: 8px; }
    .section-home-slider .homepage-slider .owl-carousel:hover .owl-nav button {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  @media (max-width: 991px) {
    .section-home-slider .slider-owl {
      display: grid; } }

/*==========END INDEX=============*/
/*===== PRODUCT DETAIL ==========================*/
/* Setting varian màu sắc */
.swatch .swatch-element.color label.tim-nhat {
  font-size: 0;
  background: #ecd2fe;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.tim-nhat.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.tim-nhat.sd:before {
    content: none; }
  .swatch .swatch-element.color label.tim-nhat.sd:after {
    content: none; }

.variantColor .vrt-color span.tim-nhat {
  background: #ecd2fe; }

.swatch .swatch-element.color label.vang-nhat {
  font-size: 0;
  background: #fbfbd8;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.vang-nhat.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.vang-nhat.sd:before {
    content: none; }
  .swatch .swatch-element.color label.vang-nhat.sd:after {
    content: none; }

.variantColor .vrt-color span.vang-nhat {
  background: #fbfbd8; }

.swatch .swatch-element.color label.cam-nhat {
  font-size: 0;
  background: #fa9a7c;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.cam-nhat.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.cam-nhat.sd:before {
    content: none; }
  .swatch .swatch-element.color label.cam-nhat.sd:after {
    content: none; }

.variantColor .vrt-color span.cam-nhat {
  background: #fa9a7c; }

.swatch .swatch-element.color label.hong-dam {
  font-size: 0;
  background: #d7689f;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.hong-dam.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.hong-dam.sd:before {
    content: none; }
  .swatch .swatch-element.color label.hong-dam.sd:after {
    content: none; }

.variantColor .vrt-color span.hong-dam {
  background: #d7689f; }

.swatch .swatch-element.color label.den {
  font-size: 0;
  background: #000000;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.den.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.den.sd:before {
    content: none; }
  .swatch .swatch-element.color label.den.sd:after {
    content: none; }

.variantColor .vrt-color span.den {
  background: #000000; }

.swatch .swatch-element.color label.xam {
  font-size: 0;
  background: #9b9b9b;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.xam.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xam.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xam.sd:after {
    content: none; }

.variantColor .vrt-color span.xam {
  background: #9b9b9b; }

.swatch .swatch-element.color label.trang {
  font-size: 0;
  background: #ffffff;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.trang.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.trang.sd:before {
    content: none; }
  .swatch .swatch-element.color label.trang.sd:after {
    content: none; }

.variantColor .vrt-color span.trang {
  background: #ffffff; }

.swatch .swatch-element.color label.xam-ghi {
  font-size: 0;
  background: #616165;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.xam-ghi.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xam-ghi.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xam-ghi.sd:after {
    content: none; }

.variantColor .vrt-color span.xam-ghi {
  background: #616165; }

.swatch .swatch-element.color label.xanh-la-nhat {
  font-size: 0;
  background: #b3ebb9;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.xanh-la-nhat.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xanh-la-nhat.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xanh-la-nhat.sd:after {
    content: none; }

.variantColor .vrt-color span.xanh-la-nhat {
  background: #b3ebb9; }

.swatch .swatch-element.color label.nau-cam {
  font-size: 0;
  background: #933f03;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.nau-cam.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.nau-cam.sd:before {
    content: none; }
  .swatch .swatch-element.color label.nau-cam.sd:after {
    content: none; }

.variantColor .vrt-color span.nau-cam {
  background: #933f03; }

.swatch .swatch-element.color label.do-do {
  font-size: 0;
  background: #8d0d0d;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.do-do.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.do-do.sd:before {
    content: none; }
  .swatch .swatch-element.color label.do-do.sd:after {
    content: none; }

.variantColor .vrt-color span.do-do {
  background: #8d0d0d; }

.swatch .swatch-element.color label.xam-trang {
  font-size: 0;
  background: #d6d6d6;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.xam-trang.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xam-trang.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xam-trang.sd:after {
    content: none; }

.variantColor .vrt-color span.xam-trang {
  background: #d6d6d6; }

.swatch .swatch-element.color label.nau-dam {
  font-size: 0;
  background: #613c17;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.nau-dam.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.nau-dam.sd:before {
    content: none; }
  .swatch .swatch-element.color label.nau-dam.sd:after {
    content: none; }

.variantColor .vrt-color span.nau-dam {
  background: #613c17; }

.swatch .swatch-element.color label.nau {
  font-size: 0;
  background: #956a44;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.nau.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.nau.sd:before {
    content: none; }
  .swatch .swatch-element.color label.nau.sd:after {
    content: none; }

.variantColor .vrt-color span.nau {
  background: #956a44; }

.swatch .swatch-element.color label.be {
  font-size: 0;
  background: #e7e4c9;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.be.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.be.sd:before {
    content: none; }
  .swatch .swatch-element.color label.be.sd:after {
    content: none; }

.variantColor .vrt-color span.be {
  background: #e7e4c9; }

.swatch .swatch-element.color label.xanh-co-vit {
  font-size: 0;
  background: #0d5988;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.xanh-co-vit.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xanh-co-vit.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xanh-co-vit.sd:after {
    content: none; }

.variantColor .vrt-color span.xanh-co-vit {
  background: #0d5988; }

.swatch .swatch-element.color label.vang {
  font-size: 0;
  background: #ffff9c;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.vang.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.vang.sd:before {
    content: none; }
  .swatch .swatch-element.color label.vang.sd:after {
    content: none; }

.variantColor .vrt-color span.vang {
  background: #ffff9c; }

.swatch .swatch-element.color label.hong-nhat {
  font-size: 0;
  background: #ffdeee;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.hong-nhat.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.hong-nhat.sd:before {
    content: none; }
  .swatch .swatch-element.color label.hong-nhat.sd:after {
    content: none; }

.variantColor .vrt-color span.hong-nhat {
  background: #ffdeee; }

.swatch .swatch-element.color label.xanh-da-troi {
  font-size: 0;
  background: #b9d5f2;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.xanh-da-troi.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xanh-da-troi.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xanh-da-troi.sd:after {
    content: none; }

.variantColor .vrt-color span.xanh-da-troi {
  background: #b9d5f2; }

.swatch .swatch-element.color label.navy {
  font-size: 0;
  background: #060277;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.navy.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.navy.sd:before {
    content: none; }
  .swatch .swatch-element.color label.navy.sd:after {
    content: none; }

.variantColor .vrt-color span.navy {
  background: #060277; }

.swatch .swatch-element.color label.xanh-la {
  font-size: 0;
  background: #6d9f63;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.xanh-la.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xanh-la.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xanh-la.sd:after {
    content: none; }

.variantColor .vrt-color span.xanh-la {
  background: #6d9f63; }

.swatch .swatch-element.color label.trang-kem {
  font-size: 0;
  background: #f6f6e6;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.trang-kem.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.trang-kem.sd:before {
    content: none; }
  .swatch .swatch-element.color label.trang-kem.sd:after {
    content: none; }

.variantColor .vrt-color span.trang-kem {
  background: #f6f6e6; }

.swatch .swatch-element.color label.xanh-xam {
  font-size: 0;
  background: #6886b5;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.xanh-xam.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xanh-xam.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xanh-xam.sd:after {
    content: none; }

.variantColor .vrt-color span.xanh-xam {
  background: #6886b5; }

.swatch .swatch-element.color label.hong {
  font-size: 0;
  background: #ff98b8;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.hong.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.hong.sd:before {
    content: none; }
  .swatch .swatch-element.color label.hong.sd:after {
    content: none; }

.variantColor .vrt-color span.hong {
  background: #ff98b8; }

.swatch .swatch-element.color label.xanh-bien {
  font-size: 0;
  background: #3f8ce8;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.xanh-bien.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xanh-bien.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xanh-bien.sd:after {
    content: none; }

.variantColor .vrt-color span.xanh-bien {
  background: #3f8ce8; }

.swatch .swatch-element.color label.xanh-olive {
  font-size: 0;
  background: #335d01;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.xanh-olive.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.xanh-olive.sd:before {
    content: none; }
  .swatch .swatch-element.color label.xanh-olive.sd:after {
    content: none; }

.variantColor .vrt-color span.xanh-olive {
  background: #335d01; }

.swatch .swatch-element.color label.hong-ruoc {
  font-size: 0;
  background: #e9e0e0;
  border-radius: 50%;
  padding: 0;
  min-width: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: none; }
  .swatch .swatch-element.color label.hong-ruoc.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4; }
  .swatch .swatch-element.color label.hong-ruoc.sd:before {
    content: none; }
  .swatch .swatch-element.color label.hong-ruoc.sd:after {
    content: none; }

.variantColor .vrt-color span.hong-ruoc {
  background: #e9e0e0; }

.select-swatch {
  /*.swatch:first-child{margin-top: 15px;}
	.swatch:last-child{border-bottom: 1px dotted #ebecf0;padding-bottom:15px;}*/ }
  .select-swatch .swatch {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .select-swatch .swatch input {
    display: none; }
  .select-swatch .swatch .title-swap {
    min-width: 120px;
    /*font-weight: 600;*/
    margin-bottom: 5px; }
  .select-swatch .swatch .select-swap {
    width: 72%;
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  .select-swatch .swatch .title-swap strong {
    font-size: 85%;
    display: block;
    color: #4ea8cd;
    line-height: 1.1;
    padding-bottom: 3px; }
  .select-swatch .swatch .swatch-element {
    display: inline-block;
    margin: 0 8px 8px 0;
    border-radius: 3px;
    position: relative;
    vertical-align: bottom; }
    .select-swatch .swatch .swatch-element:not(.color) {
      overflow: hidden; }
  .select-swatch .swatch .swatch-element label {
    position: relative;
    display: block;
    margin: 0;
    padding: 7px 10px;
    min-width: 70px;
    font-size: 12px;
    font-weight: 500;
    color: var(--shop-color-title);
    background-color: #fff;
    border: 1px solid #bdbfbe;
    border-radius: 4px;
    text-align: center;
    cursor: pointer; }
  .select-swatch .swatch .swatch-element.color label {
    overflow: hidden; }
  .select-swatch .swatch .swatch-element label span {
    display: block;
    padding: 0 10px;
    overflow: hidden; }
  .select-swatch .swatch .swatch-element.soldout {
    cursor: no-drop; }
  .select-swatch .swatch .swatch-element.soldout label {
    opacity: .5;
    cursor: no-drop;
    pointer-events: none; }
  .select-swatch .swatch .swatch-element.soldout label span:before, .select-swatch .swatch .swatch-element.soldout label span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    margin-top: 0;
    width: 100%;
    height: 1px;
    background: #bdbfbe; }
  .select-swatch .swatch .swatch-element.soldout label span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .select-swatch .swatch .swatch-element.soldout label span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .select-swatch .swatch .swatch-element label.sd:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -1px;
    top: -1px;
    border-style: solid;
    border-width: 0px 19px 19px 0px;
    border-color: transparent var(--shop-color-main) transparent transparent; }
  .select-swatch .swatch .swatch-element label.sd:after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    right: -1px;
    top: -1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fffff' d='M0 0h16c2.21 0 4 1.79 4 4v16L0 0z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124)'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M4.654 7.571L8.88 3.176c.22-.228.582-.235.81-.016.229.22.236.582.017.81L5.04 8.825c-.108.113-.258.176-.413.176-.176 0-.33-.076-.438-.203L2.136 6.37c-.205-.241-.175-.603.067-.808.242-.204.603-.174.808.068L4.654 7.57z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124) translate(7.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

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

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

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

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

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

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

.product-loop {
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px; }

.product-loop .product-inner {
  background: #fff;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between; }

.product-loop .proloop-image {
  position: relative;
  overflow: hidden;
  padding: 5px; }
  .product-loop .proloop-image .pro-sale, .product-loop .proloop-image .pro-soldout {
    position: absolute;
    top: 7px;
    z-index: 3;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 5px; }
  .product-loop .proloop-image .pro-soldout {
    right: 7px;
    bottom: 10px;
    top: auto;
    background: #565656;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 0; }
  .product-loop .proloop-image .pro-sale {
    left: 7px;
    background: var(--shop-color-main);
    letter-spacing: 0.5px;
    min-width: 40px;
    text-align: center; }
  .product-loop .proloop-image .pro-sale + .pro-soldout {
    top: 32px; }
  .product-loop .proloop-image .product--image {
    position: relative;
    /*display: flex;display: -ms-flex;display: -webkit-flex;*/
    /*.lazy-img.second-image {transform: translate(5px);-ms-transform: translate(5px);-webkit-transform: translate(5px);}*/
    background-color: #f9f9f9; }
    .product-loop .proloop-image .product--image .lazy-img.second-image {
      display: none; }
      .product-loop .proloop-image .product--image .lazy-img.second-image img {
        transition: all 0.5s; }
  .product-loop .proloop-image .proloop-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .product-loop .proloop-image .gift.product_gift_label {
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    text-align: center;
    border-radius: 50%;
    padding: 0 5px;
    background: #ffffff;
    border: 1px solid var(--shop-color-border); }
  .product-loop .proloop-image .pro-iconbox {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    text-align: center; }
  .product-loop .proloop-image .gift.product_gift_label:not(.d-none) + .pro-iconbox {
    top: 40px; }
  .product-loop .proloop-image .sticker_frame {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99; }
  .product-loop .proloop-image .icon-quickview {
    font-family: 'FontAwesome';
    content: "\f06e";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
    z-index: 995;
    width: 34px;
    height: 34px;
    line-height: 31px;
    border-radius: 50%;
    border: 1px solid #eee;
    text-align: center;
    background: #fff;
    color: #6d6565;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
    .product-loop .proloop-image .icon-quickview:hover {
      background-color: #444;
      color: #fff;
      border: 1px solid #fff; }
  .product-loop .proloop-image .lazy-img {
    position: relative;
    width: 100%;
    height: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding-bottom: 105%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    .product-loop .proloop-image .lazy-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      object-fit: contain;
      transform: translate(-50%, -50%);
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      max-height: 100%; }

.product-loop .proloop-detail {
  position: relative;
  padding: 10px 10px 12px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .product-loop .proloop-detail h3 {
    font-size: 16px;
    margin: 0 0 12px;
    font-weight: 500; }
    .product-loop .proloop-detail h3 a {
      color: var(--shop-color-text); }
  .product-loop .proloop-detail .proloop--vendor {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .product-loop .proloop-detail .proloop--vendor a {
      color: #999999; }
  .product-loop .proloop-detail .proloop--variant {
    margin-top: 5px;
    margin-bottom: 14px;
    margin-left: -5px;
    margin-right: -5px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    /*	-ms-flex-wrap: wrap;flex-wrap: wrap;*/
    -ms-justify-content: space-between;
    justify-content: space-between; }
    .product-loop .proloop-detail .proloop--variant .list-color, .product-loop .proloop-detail .proloop--variant .list-option {
      padding: 0 5px; }
    .product-loop .proloop-detail .proloop--variant .vrt-option {
      margin-left: 8px;
      font-size: 13px;
      color: #9a9a9a; }
    .product-loop .proloop-detail .proloop--variant .vrt-color {
      font-size: 0;
      width: 22px;
      height: 22px;
      line-height: 14px;
      border-radius: 50%;
      border: 1px solid #d4d4d4;
      padding: 0;
      margin-right: 5px;
      margin-bottom: 5px;
      overflow: hidden; }
      .product-loop .proloop-detail .proloop--variant .vrt-color span {
        display: block;
        margin: 0;
        width: 100%;
        height: 100%; }
    .product-loop .proloop-detail .proloop--variant .vrt-color:last-of-type {
      margin-right: 0px; }
    .product-loop .proloop-detail .proloop--variant .vrt-color.color-count {
      font-size: 14px;
      width: auto;
      border: 0; }
    .product-loop .proloop-detail .proloop--variant .vrt-color.color-count span {
      background: #ffffff;
      line-height: 100%; }
    .product-loop .proloop-detail .proloop--variant .list-color {
      -ms-flex-order: 2;
      order: 2; }
    .product-loop .proloop-detail .proloop--variant .list-option {
      -ms-flex-order: 3;
      order: 3;
      padding-bottom: 1px;
      -ms-justify-content: end;
      justify-content: end; }
    .product-loop .proloop-detail .proloop--variant .list-option.not-colors {
      -ms-flex-order: 1;
      order: 1;
      -ms-justify-content: start;
      justify-content: start; }
      .product-loop .proloop-detail .proloop--variant .list-option.not-colors .vrt-option:first-of-type {
        margin-left: 0px; }
  .product-loop .proloop-detail .proloop--price {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #333; }
    .product-loop .proloop-detail .proloop--price .price-del {
      color: #878c8f;
      text-decoration: line-through;
      font-weight: 300;
      font-size: 13px; }
    .product-loop .proloop-detail .proloop--price .price {
      margin-right: 6px; }
    .product-loop .proloop-detail .proloop--price.on-sale .price {
      color: #ff2c26; }
  .product-loop .proloop-detail .proloop-actions__inner {
    position: relative; }
    .product-loop .proloop-detail .proloop-actions__inner .btnico {
      display: block;
      width: 32px;
      height: 32px;
      outline: none;
      border: 0;
      background: #151517;
      border-radius: 50%;
      transition: all 0.5s;
      cursor: pointer; }
      .product-loop .proloop-detail .proloop-actions__inner .btnico svg {
        width: 16px;
        height: 100%;
        display: block;
        margin: auto;
        fill: #ffffff; }
    .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
      background: #fff;
      color: var(--shop-color-text);
      border: 1px solid transparent;
      border-radius: 16px;
      position: relative;
      max-width: 100%;
      padding: 0 38px 0 10px;
      height: 32px;
      line-height: 30px;
      letter-spacing: -0.2px;
      outline: none;
      font-size: 11.5px;
      font-weight: 600;
      text-transform: uppercase;
      max-width: 100%;
      transition: border 0.5s ease;
      -o-transition: border 0.5s ease;
      -moz-transition: border 0.5s ease;
      -webkit-transition: border 0.5s ease; }
      .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart .btnadd {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart .btnico {
        position: absolute;
        right: -1px;
        top: -1px; }
    .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart.disabled {
      color: #c4c4c4;
      pointer-events: none; }
    .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart.disabled .btnico {
      background: #eaeaea; }
    .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btnsold {
      height: 32px;
      font-size: 12px;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      justify-content: center;
      font-weight: 600;
      color: #c4c4c4; }
    .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty {
      justify-content: end;
      -ms-justify-content: end;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      top: 0;
      left: 0;
      right: 0; }
      .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
        border: 1px solid #e9eaec;
        border-radius: 15px;
        overflow: hidden;
        margin-right: 6px; }
      .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
        height: 32px;
        line-height: 30px; }
      .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
        height: 30px;
        width: 30px;
        background: #ffffff;
        color: var(--shop-color-text);
        opacity: 0.75;
        border: 0;
        outline: none;
        padding: 0 5px; }
        .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
          width: 13px;
          height: 100%; }
      .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
        width: 40px;
        height: 30px;
        padding: 0;
        float: left;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        background: #fff;
        color: #9c9c9c;
        border: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none; }
  .product-loop .proloop-detail .proloop-actions.action-count .actions-primary {
    opacity: 0; }
  .product-loop .proloop-detail .proloop-actions.action-count .actions-boxqty {
    opacity: 1;
    visibility: visible; }
  .product-loop .proloop-detail .wrapper-action-loop {
    margin-top: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .product-loop .proloop-detail .wrapper-action-loop .proloop--price {
      margin-right: auto; }
    .product-loop .proloop-detail .wrapper-action-loop .proloop-actions {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 1%;
      text-align: right;
      padding-left: 5px; }

.product-loop .proloop--review {
  margin-bottom: 6px; }
  .product-loop .proloop--review .haravan-product-reviews-badge {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
        color: #fdd836 !important;
        font-size: 13px;
        margin-right: -3px;
        display: inline-block; }
      .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
        color: #dadada !important; }
    .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + span, .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p {
      margin-bottom: 0;
      margin-left: 6px;
      color: #637381; }
    .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p {
      margin-bottom: 0;
      margin-left: 8px;
      font-size: 0;
      visibility: hidden; }
      .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p:before {
        content: "(0)";
        display: inline-block;
        visibility: visible; }
    .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + span, .product-loop .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p:before {
      font-size: 12px; }

.product-loop .proloop--review + .proloop--action {
  margin-top: 0; }

.product-loop:not(.product-horizontal) .pro-percent {
  display: none; }

.product-loop:not(.product-horizontal) .prohzt-soldout {
  display: none; }

.product-loop.product-only .proloop-detail .proloop-actions__inner .btnico .btnico-secondary {
  display: none; }

.product-loop.product-horizontal {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0; }
  .product-loop.product-horizontal .product-inner {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: none; }
  .product-loop.product-horizontal .proloop-image {
    display: block;
    min-width: 100px;
    padding: 10px; }
  .product-loop.product-horizontal .proloop-image .icon-quickview {
    display: none; }
  .product-loop.product-horizontal .pro-soldout {
    display: none; }
  .product-loop.product-horizontal .prohzt-soldout {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #878c8f; }
  .product-loop.product-horizontal .proloop-detail {
    padding-left: 5px;
    padding-right: 0;
    text-align: left; }
    .product-loop.product-horizontal .proloop-detail .proloop--price {
      padding-bottom: 0; }
    .product-loop.product-horizontal .proloop-detail .proloop--price .price-del {
      margin-right: 4px; }
    .product-loop.product-horizontal .proloop-detail .proloop--review {
      display: none; }
    .product-loop.product-horizontal .proloop-detail .proloop--review .haravan-product-reviews-badge {
      -ms-justify-content: left;
      justify-content: left; }
    .product-loop.product-horizontal .proloop-detail .proloop-actions {
      display: none; }
  .product-loop.product-horizontal .pro-sale {
    display: none; }
  .product-loop.product-horizontal .pro-percent {
    display: inline-block;
    min-width: 36px;
    padding: 1px 4px;
    background: #fbf1f1;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.5px;
    color: var(--shop-color-main);
    border: 1px solid var(--shop-color-main);
    border-radius: 3px;
    vertical-align: text-bottom; }
  .product-loop.product-horizontal:hover .product-inner {
    box-shadow: none; }

@media (min-width: 992px) {
  .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
    padding: 0 40px 0 10px;
    font-size: 11px; }
  .product-loop .product-inner {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
  .product-loop .product-inner .proloop-detail {
    background: #fff;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    /*.proloop-actions__inner .actions-primary .btn-proloop-cart:not(.disabled):hover {border-color: #151517;}*/ }
  .product-loop .product-inner:hover {
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12); }
    .product-loop .product-inner:hover .proloop-image .product--image {
      /*.lazy-img.first-image {-webkit-opacity: 0; -moz-opacity: 0;opacity: 0;transform: translate(calc(-100% - 5px));-ms-transform: translate(calc(-100% - 5px));-webkit-transform: translate(calc(-100% - 5px));}
						.lazy-img.second-image {-webkit-opacity: 1; -moz-opacity: 1;opacity: 1;transform: translate(-100%);-ms-transform: translate(-100%);-webkit-transform: translate(-100%);}*/ }
      .product-loop .product-inner:hover .proloop-image .product--image .lazy-img.first-image {
        display: none; }
      .product-loop .product-inner:hover .proloop-image .product--image .lazy-img.second-image {
        display: block; }
    .product-loop .product-inner:hover .proloop-image .icon-quickview {
      opacity: 1; }
  .product-loop .proloop-detail .proloop--price.prices-ctas .price-del {
    display: block; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .product-loop .proloop-detail {
    padding: 5px 7px 5px; }
  .product-loop.col-lg-cus5 .proloop-detail {
    text-align: center; }
    .product-loop.col-lg-cus5 .proloop-detail .proloop--variant {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-justify-content: center;
      justify-content: center; }
      .product-loop.col-lg-cus5 .proloop-detail .proloop--variant .vrt-option {
        margin: 1px 5px 2px; }
      .product-loop.col-lg-cus5 .proloop-detail .proloop--variant .list-option.not-colors {
        -ms-justify-content: center;
        justify-content: center; }
        .product-loop.col-lg-cus5 .proloop-detail .proloop--variant .list-option.not-colors .vrt-option:not(:last-of-type) {
          margin-left: 5px; }
      .product-loop.col-lg-cus5 .proloop-detail .proloop--variant .list-option {
        -ms-justify-content: center;
        justify-content: center; }
    .product-loop.col-lg-cus5 .proloop-detail .proloop--price {
      margin-bottom: 10px; }
      .product-loop.col-lg-cus5 .proloop-detail .proloop--price .price-del {
        display: inline-block; }
    .product-loop.col-lg-cus5 .proloop-detail .proloop-actions__inner .actions-boxqty {
      justify-content: center;
      -ms-justify-content: center; }
    .product-loop.col-lg-cus5 .proloop-detail .wrapper-action-loop {
      margin-top: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .product-loop.col-lg-cus5 .proloop-detail .wrapper-action-loop .proloop--price {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
      .product-loop.col-lg-cus5 .proloop-detail .wrapper-action-loop .proloop-actions {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        padding-left: 0px; }
  .product-loop.col-lg5 .proloop-actions .proloop-actions__inner .actions-primary .btn-proloop-cart {
    padding: 0 35px 0 5px;
    width: 100%;
    font-size: 10px; } }

@media (max-width: 991px) {
  .product-loop .proloop-image .icon-quickview {
    display: none; }
  .product-loop .proloop-actions {
    position: initial;
    visibility: visible; }
    .product-loop .proloop-actions .proloop-actions__inner .btn-proloop-cart .btnadd:hover:after {
      display: none; }
  .product-loop .proloop--review .haravan-product-reviews-badge {
    justify-content: center; }
  .product-loop.product-horizontal .proloop-image {
    padding: 5px;
    min-width: 90px; }
  .product-loop.product-horizontal .proloop-detail {
    padding-left: 5px; }
  .product-loop.product-horizontal .proloop-detail .proloop--price {
    padding-bottom: 0; }
  .product-loop.product-only {
    margin-bottm: 8px; }
    .product-loop.product-only .product-inner {
      flex-direction: row;
      -ms-flex-direction: row; }
    .product-loop.product-only .proloop-image {
      width: 110px; }
    .product-loop.product-only .proloop-image .pro-sale, .product-loop.product-only .proloop-image .pro-soldout {
      display: none; }
    .product-loop.product-only .proloop--variant {
      display: none; }
    .product-loop.product-only .proloop--review .haravan-product-reviews-badge {
      -ms-justify-content: left;
      justify-content: left; }
    .product-loop.product-only .proloop-detail {
      position: relative;
      width: calc(100% - 110px);
      padding: 8px 10px 8px;
      text-align: left; }
      .product-loop.product-only .proloop-detail h3 {
        font-size: 15px;
        margin-bottom: 10px; }
      .product-loop.product-only .proloop-detail .proloop--price .price {
        margin-bottom: 2px; }
      .product-loop.product-only .proloop-detail .proloop--price .pro-percent {
        display: inline-block;
        padding: 2px 5px;
        background: #fff;
        color: var(--shop-color-main);
        border: 1px solid var(--shop-color-main);
        border-radius: 3px;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: 600;
        font-size: 10px;
        vertical-align: text-bottom; }
      .product-loop.product-only .proloop-detail .proloop--price .price-del {
        margin-right: 4px; }
      .product-loop.product-only .proloop-detail .proloop-actions__inner .btnico .btnico-first {
        display: none; }
      .product-loop.product-only .proloop-detail .proloop-actions__inner .btnico .btnico-secondary {
        display: block; }
      .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart .btnadd {
        display: none; }
      .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
        margin-left: auto;
        min-width: 80px;
        margin-right: 0px;
        border: 0;
        overflow: unset; }
      .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
        display: none; }
      .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
        color: #000; }
      .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
        height: 28px;
        width: 28px;
        border: 1px solid #000;
        border-radius: 14px; }
      .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
        width: 10px;
        fill: #000;
        stroke: #000; }
      .product-loop.product-only .proloop-detail .proloop-actions__inner .actions-boxqty {
        justify-content: end;
        -ms-justify-content: end; }
      .product-loop.product-only .proloop-detail .wrapper-action-loop {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 0; }
        .product-loop.product-only .proloop-detail .wrapper-action-loop .proloop--price {
          width: auto;
          margin-right: auto; }
        .product-loop.product-only .proloop-detail .wrapper-action-loop .proloop-actions {
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          width: 1%;
          text-align: right; } }

@media (max-width: 767px) {
  .product-loop .proloop-detail {
    padding: 5px 7px 5px;
    text-align: center; }
    .product-loop .proloop-detail h3 {
      font-size: 14px; }
    .product-loop .proloop-detail .proloop--price {
      font-size: 14px; }
      .product-loop .proloop-detail .proloop--price .price-del {
        font-size: 13px; }
      .product-loop .proloop-detail .proloop--price .price {
        margin-right: 0px; }
      .product-loop .proloop-detail .proloop--price.on-sale .price {
        margin-right: 6px; }
    .product-loop .proloop-detail .proloop-vendor {
      font-size: 10px; }
    .product-loop .proloop-detail .proloop--variant {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-justify-content: center;
      justify-content: center;
      margin-bottom: 10px; }
      .product-loop .proloop-detail .proloop--variant .vrt-color:last-of-type {
        margin-right: 0px; }
      .product-loop .proloop-detail .proloop--variant .vrt-option {
        margin: 1px 5px 2px;
        font-size: 12px; }
      .product-loop .proloop-detail .proloop--variant .list-option.not-colors {
        -ms-justify-content: center;
        justify-content: center; }
        .product-loop .proloop-detail .proloop--variant .list-option.not-colors .vrt-option:not(:last-of-type) {
          margin-left: 5px; }
      .product-loop .proloop-detail .proloop--variant .list-option {
        -ms-justify-content: center;
        justify-content: center; }
    .product-loop .proloop-detail .proloop-actions {
      padding-bottom: 4px;
      padding-top: 10px; }
      .product-loop .proloop-detail .proloop-actions__inner .btnico {
        width: 30px;
        height: 30px; }
      .product-loop .proloop-detail .proloop-actions__inner .btnico svg {
        width: 13px; }
      .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
        height: 30px;
        line-height: 28px; }
      .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty {
        -ms-justify-content: center;
        justify-content: center; }
      .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
        height: 30px; }
      .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
        margin-right: 8px;
        height: 30px;
        max-width: 100px; }
      .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
        height: 30px;
        width: 30px; }
      .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
        width: 13px; }
      .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
        width: calc(100% - 60px);
        height: 30px;
        font-size: 12px; }
    .product-loop .proloop-detail .wrapper-action-loop {
      margin-top: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .product-loop .proloop-detail .wrapper-action-loop .proloop--price {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
      .product-loop .proloop-detail .wrapper-action-loop .proloop-actions {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        padding-left: 0px; }
  .product-loop.prod-action-small {
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px; }
    .product-loop.prod-action-small .proloop-detail .proloop-actions .proloop-actions__inner .actions-primary .btn-proloop-cart {
      display: flex;
      display: -ms-flex;
      align-items: center;
      max-width: 100%;
      height: 25px;
      padding: 0 30px 0 0;
      margin: 0 auto;
      font-size: 10px; }
    .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .btnadd {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .btnico {
      width: 25px;
      height: 25px; }
    .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .btnico svg {
      width: 12px;
      height: 25px; }
    .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
      height: 25px; }
    .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
      margin-right: 5px;
      height: 25px; }
    .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
      height: 25px;
      width: 25px; }
    .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
      width: 10px; }
    .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
      width: calc(100% - 50px);
      height: 25px;
      font-size: 12px; }
  .product-loop.product-horizontal .proloop-detail {
    padding-left: 10px; }
  .product-loop.product-only .proloop-detail .proloop--price .price {
    display: block; } }

@media (max-width: 350px) {
  .product-loop.prod-action-small .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
    display: none; }
  .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
    padding: 0 35px 0 0;
    font-size: 11px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .sitenav-cart .mini-cart__empty .svgico-mini-cart {
    padding: 10px 0 5px; }
  .sitenav-cart .mini-cart__empty .svgico-mini-cart p {
    font-size: 18px; }
  .sitenav-cart .cart-view-scroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .sitenav-cart .cart-view-scroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .sitenav-cart .cart-view-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .sitenav-cart .cart-view .cart-view-scroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; } }

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

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

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

/* Layout product */
.productDetail-information .product-toshare {
  display: flex;
  align-items: center;
  padding: 0 15px; }
  .productDetail-information .product-toshare .pro-title {
    min-width: 20%;
    font-size: 14px;
    font-weight: 600; }
  .productDetail-information .product-toshare a {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    color: #fff;
    cursor: pointer; }
    .productDetail-information .product-toshare a:hover {
      color: #fff; }
    .productDetail-information .product-toshare a svg {
      width: 30px;
      height: 30px;
      vertical-align: initial; }
  @media (max-width: 991px) {
    .productDetail-information .product-toshare {
      display: none; } }

.productDetail-information .product-deliverly .head-deliverly {
  font-size: 14px;
  color: red;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #eae4e8; }

.productDetail-information .product-deliverly .title-deliverly {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600; }

.productDetail-information .product-deliverly .infoList-deliverly .deliverly-item {
  position: relative;
  padding: 4px 10px 0 40px;
  margin-bottom: 15px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }

.productDetail-information .product-deliverly .infoList-deliverly .deliverly-item span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  display: inline-block;
  vertical-align: middle; }

.productDetail-information .product-description .panel-group {
  margin: 0;
  border-top: 1px solid #ebecf0; }
  .productDetail-information .product-description .panel-group .panel-title {
    position: relative; }
  .productDetail-information .product-description .panel-group .panel-title h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
    cursor: pointer; }
  .productDetail-information .product-description .panel-group .panel-title:after,
  .productDetail-information .product-description .panel-group .panel-title:before {
    content: '';
    display: block;
    position: absolute;
    margin-right: 25px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  .productDetail-information .product-description .panel-group .panel-title:before {
    width: 13px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(9, 9, 9, 0.6); }
  .productDetail-information .product-description .panel-group .panel-title:after {
    width: 1px;
    height: 13px;
    right: 6px;
    background: rgba(9, 9, 9, 0.6);
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1); }
  .productDetail-information .product-description .panel-group .panel-description {
    display: none;
    padding: 0px 0 20px; }
  .productDetail-information .product-description .panel-group.opened h2 {
    font-weight: bold; }
  .productDetail-information .product-description .panel-group.opened .panel-title {
    color: #000; }
  .productDetail-information .product-description .panel-group.opened .panel-title:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0); }

.productDetail-information .product-description h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.productDetail-information .product-description .description-title {
  margin-top: 15px;
  font-size: 18px;
  padding: 10px 0;
  font-weight: 600; }

.productDetail-information .product-description .description-content:not(.opened) .expandable-content_toggle {
  margin-top: 30px;
  border: 0; }

.productDetail-information .product-description .description-content .expandable-content_toggle {
  outline: none; }

.productDetail-information .product-description .description-content .description-btn {
  position: relative; }

.productDetail-information .product-description .description-content .description-btn:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff); }

.productDetail-information .product-description .expandable-content_toggle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #d02602;
  padding: 7px 15px;
  color: #d02602;
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  background: #fff;
  z-index: 99;
  outline: none; }

.productDetail-information .product-description .expandable-content_toggle-icon {
  position: relative;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.productDetail-information .product-description .expandable-content_toggle-icon:before, .productDetail-information .product-description .expandable-content_toggle-icon:after {
  content: "";
  position: absolute;
  background: #d02602;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  top: 50%;
  left: 50%; }

.productDetail-information .product-description .expandable-content_toggle-icon:before {
  width: 2px;
  height: 10px; }

.productDetail-information .product-description .expandable-content_toggle-icon:after {
  width: 10px;
  height: 2px; }

.productDetail-information .product-description .expandable-content_toggle.btn-closemore .expandable-content_toggle-icon:before {
  content: none; }

.productDetail-information .description-content.expandable-toggle.opened .description-productdetail {
  max-height: 230px;
  overflow: hidden; }

.productDetail-information .product-customer {
  position: relative; }

.productDetail-information .product-customer .hrv-product-reviews-heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 170px; }

.productDetail-information .product-customer #hrv-product-reviews-summary {
  width: 50%;
  padding: 0 0 10px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex; }

.productDetail-information .product-customer #btnnewreview {
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid var(--shop-color-button);
  color: var(--shop-color-button);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  border-radius: 4px;
  margin-top: 0;
  font-size: 15px;
  min-width: 150px; }

.productDetail-information .product-customer #hrv-product-reviews-form h3 {
  display: block;
  font-weight: 600;
  font-size: 14px; }

.productDetail-information .product-customer .hrv-product-reviews-form {
  width: 100%;
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  max-width: 720px; }

.productDetail-information .product-customer #hrv-product-reviews-list > div {
  border-top: 1px solid var(--shop-color-border);
  padding: 15px 0; }

.productDetail-information .product-customer #hrv-product-reviews-list p {
  margin: 0; }

.productDetail-information .product-customer #hrv-product-reviews-list > div .hrv-product-reviews-star i[class^="star-"] {
  font-size: 14px; }

.productDetail-information .product-customer #btnSubmitReview {
  background: var(--shop-color-button); }

@media (max-width: 767px) {
  .productDetail-information .product-customer .product-reviews-summary-actions {
    width: 100%;
    padding: 0; } }

.productDetail-information .productCarousel-slider:not(.owl-loaded), .productDetail-information .productCarousel-thumb:not(.owl-loaded) {
  display: flex;
  display: -ms-flex;
  overflow: hidden; }

.productDetail-information .productCarousel-slider:not(.owl-loaded) .product-gallery {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%; }

.productDetail-information .productDetail--gallery .wrapbox-detail {
  display: flex;
  display: -ms-flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 15px;
  margin-top: 15px; }

.productDetail-information .productDetail--gallery .product-reviews {
  position: relative;
  padding-left: 15px;
  margin-left: 15px; }

.productDetail-information .productDetail--gallery .product-reviews:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ddd; }

.productDetail-information .productDetail--gallery .product-reviews .star-off-png {
  font-size: 16px; }

.productDetail-information .productDetail--gallery .product-reviews p {
  text-align: center;
  font-size: 12px;
  margin: 0; }

.productDetail-information .box-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px; }
  .productDetail-information .box-title h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    position: relative; }
  .productDetail-information .box-title h2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: -11px; }

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

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

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

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

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

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

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

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

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

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

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

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

.productDetail--content .product-heading {
  padding-top: 15px;
  margin-bottom: 5px !important; }

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

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

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

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

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

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

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

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

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

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

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

.productDetail--content .product-price {
  /*background: #fafafa;
		padding: 15px;*/
  border-radius: 4px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-align-items: center; }
  .productDetail--content .product-price span.pro-title {
    min-width: 120px;
    font-weight: 600; }
  .productDetail--content .product-price .pro-price {
    font-size: 20px;
    /*font-weight: 600;*/
    color: var(--shop-color-text);
    padding-right: 10px; }
  .productDetail--content .product-price a.pro-price {
    font-weight: 600; }
    .productDetail--content .product-price a.pro-price:hover {
      color: var(--shop-color-hover); }
  .productDetail--content .product-price del {
    font-size: 18px;
    color: #878c8f;
    margin-right: 10px; }
  .productDetail--content .product-price span.pro-percent {
    display: inline-block;
    padding: 3px 14px;
    background: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: var(--shop-color-main);
    border: 1px solid var(--shop-color-main);
    vertical-align: text-bottom; }

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

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

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

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

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

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

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

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

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

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

.productDetail--content .product-actions .select-actions .addcart-area button:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart {
  background: #e70505;
  border: 1px solid #e70505;
  color: #e70505; }
  .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart:before {
    background: #fff;
    color: #e70505; }
  .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart:hover {
    color: #fff; }
  .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart:focus {
    color: #fff; }
  .style_01 .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart {
    /*background: var(--btn-color-style01);
					border: 1px solid var(--btn-color-style01);
					color: var(--btn-color-style01);*/
    background: #fff;
    border: 1px solid #333;
    color: #333; }
    .style_01 .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart:before {
      background: #fff;
      color: var(--btn-color-style01); }
    .style_01 .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart:hover {
      color: #333; }
    .style_01 .productDetail--content .product-actions .select-actions .addcart-area .btn-addtocart:focus {
      color: #333; }

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

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

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

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

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

.productDetail--content .product-actions .select-actions .quantity-area .quantity-title {
  min-width: 122px;
  margin-bottom: 5px;
  /*font-weight: 600;padding-left: 15px;*/ }

.productDetail--content .product-actions .select-actions .quantity-area .btn-qty {
  display: flex;
  border: 1px solid #bdbfbe;
  max-width: 120px;
  border-radius: 5px; }
  .productDetail--content .product-actions .select-actions .quantity-area .btn-qty button, .productDetail--content .product-actions .select-actions .quantity-area .btn-qty input {
    border: none;
    background: none; }

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

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

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

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

.productDetail--content .product-actions .pro-qty {
  width: 100%;
  display: flex;
  align-items: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.productDetail--box table {
  margin-bottom: 15px;
  max-width: 100%; }
  .productDetail--box table tbody {
    border-left: 1px solid #000;
    border-top: 1px solid #000; }
  .productDetail--box table td {
    padding: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000; }

@media (max-width: 991px) {
  .productDetail--box [class^="product-"] {
    padding: 15px 0; }
  .description-content table {
    max-width: 100%;
    overflow: hidden;
    display: block;
    overflow-x: auto; }
    .description-content table tbody {
      width: max-content;
      display: block; } }

.productDetail--navs {
  background: #fff;
  padding: 15px;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%; }
  .productDetail--navs .tab-title {
    border-bottom: 1px solid #ededed; }
  .productDetail--navs .tab-title .nav-item {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #b6b9bf;
    text-transform: uppercase;
    position: relative; }
    .productDetail--navs .tab-title .nav-item.active {
      color: var(--shop-color-title); }
      .productDetail--navs .tab-title .nav-item.active:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: var(--shop-color-title);
        bottom: -11px;
        left: 0; }
  .productDetail--navs .tab-title .nav-item + .nav-item {
    margin-left: 25px; }
  .productDetail--navs .tab-content {
    padding-top: 20px; }

.is-border {
  border-top: 15px solid #ccc; }

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

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

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

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

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

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

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

.productDetail_style__01 .productDetail--main {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.productDetail_style__01 .productDetail--gallery {
  position: relative;
  background: #fff; }

.productDetail_style__01 .productDetail--gallery .productList-slider .product-gallery img {
  cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.productDetail_style__01 .productDetail--gallery .productList-slider .owl-dots {
  display: none; }

@media (min-width: 992px) {
  .productDetail_style__01 {
    /*.combo-info--vertical {
		.combo-info--content {display: flex;justify-content: space-between;flex-wrap: wrap;}
		.combo-content--name {flex: 0 0 100%;max-width: 100%;}
		.combo-content--total {flex: unset;}
		.combo-item {flex: 0 0 24%;max-width: 24%;}
		.combo-item--images a {border: 1px solid #dfdfdf;width: 150px;}
		.combo-item:not(:last-child) .combo-item--images:before {left: 150px;}
		.combo-content--total {border-top:0;border-left: 1px dashed #ddd;padding-top: 0;padding-left: 30px;}
		.combo-content--total .wrapbox-total {flex-direction: column;justify-content: center;align-items: flex-start;}
		.combo-content--total .wrapbox-total .combo-total {margin-bottom: 10px;margin-right: 0;}
	}*/ }
    .productDetail_style__01 .product-container-gallery {
      padding: 15px; }
    .productDetail_style__01 .productDetail--gallery {
      width: 50%; }
    .productDetail_style__01 .productDetail--content {
      width: 50%;
      background: #fff;
      /*border-left: 1px solid #eee;*/ }
    .productDetail_style__01 .productCarousel-slider:not(.owl-loaded) .product-gallery {
      flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      max-width: 100%; }
    .productDetail_style__01 .productCarousel-thumb:not(.owl-loaded) .product-thumb {
      flex: 0 0 calc((100% - 75px)/6);
      max-width: calc((100% - 75px)/6);
      margin-right: 15px; }
    .productDetail_style__01 .product-deliverly {
      border-radius: 4px;
      border: 1px solid #eee;
      margin-bottom: 20px;
      margin-left: 0;
      margin-right: 0;
      padding-top: 15px; } }

@media (max-width: 991px) {
  .productDetail_style__01 .productDetail--main {
    display: block; }
  .productDetail_style__01 .productDetail--gallery .productList-thumb {
    padding: 15px; }
  .productDetail_style__01 .productCarousel-thumb:not(.owl-loaded) .product-thumb {
    flex: 0 0 calc((100% - 60px)/5);
    max-width: calc((100% - 60px)/5);
    margin-right: 15px; }
  .productDetail_style__01 .wrapbox-right .wrapbox-detail {
    padding: 0; }
  .productDetail_style__01 .wrapbox-right .product-banner {
    margin-bottom: 0px; } }

/*======Footer======*/
footer {
  padding: 40px 0;
  margin-top: 20px;
  border-top: 1px solid #e9e9e9; }
  footer .ft-logo a p {
    font-size: 30px;
    font-weight: 600; }
  footer .ft-content {
    padding-bottom: 40px; }
    footer .ft-content .ft-logo {
      margin-bottom: 10px; }
      footer .ft-content .ft-logo img {
        max-height: 80px; }
    footer .ft-content .ft-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 10px; }
    footer .ft-content .ft-desc {
      max-width: 700px;
      margin: 0 auto; }
    footer .ft-content .ft-social {
      margin-top: 20px; }
      footer .ft-content .ft-social ul {
        display: flex;
        justify-content: center;
        align-items: center; }
        footer .ft-content .ft-social ul li {
          margin: 0 15px; }
          footer .ft-content .ft-social ul li svg {
            width: 18px;
            height: 18px; }
  footer .ft-menu .ft-list-menu {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 5px 0 0; }
    footer .ft-menu .ft-list-menu .ft-menu-item {
      padding: 0 20px;
      border-right: 1px solid #e9e9e9;
      margin-bottom: 5px; }
      footer .ft-menu .ft-list-menu .ft-menu-item:last-child {
        border-right: none; }
  footer .ft-bottom {
    padding-top: 40px;
    border-top: 1px solid #e9e9e9; }
    footer .ft-bottom > div {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      footer .ft-bottom > div > div {
        flex: 0 0 25%;
        padding: 0 10px; }
      footer .ft-bottom > div .ft-copyright p {
        margin: 0; }
      footer .ft-bottom > div .ft-payment .ft-pay-title h4, footer .ft-bottom > div .ft-shipment .ft-pay-title h4 {
        font-size: 16px; }
      footer .ft-bottom > div .ft-payment ul, footer .ft-bottom > div .ft-shipment ul {
        display: flex;
        align-items: center;
        /*justify-content: center;*/
        flex-flow: wrap; }
        footer .ft-bottom > div .ft-payment ul li, footer .ft-bottom > div .ft-shipment ul li {
          margin: 0 8px 5px 0;
          border: 1px solid #ccc; }
          footer .ft-bottom > div .ft-payment ul li img, footer .ft-bottom > div .ft-shipment ul li img {
            max-height: 30px; }
  @media (max-width: 991px) {
    footer {
      padding-bottom: 20px; }
      footer .ft-content {
        padding-bottom: 20px; }
      footer .ft-menu .ft-list-menu {
        display: block;
        text-align: center; }
        footer .ft-menu .ft-list-menu .ft-menu-item {
          border-right: none; }
      footer .ft-bottom {
        padding-top: 20px; }
        footer .ft-bottom > div {
          flex-flow: wrap;
          text-align: center; }
          footer .ft-bottom > div > div {
            flex: 0 0 100%;
            margin-bottom: 15px; }
          footer .ft-bottom > div .ft-copyright {
            order: 1; }
          footer .ft-bottom > div .ft-payment ul, footer .ft-bottom > div .ft-shipment ul {
            justify-content: center; } }

/*======END Footer======*/
/*===== COLLECTION ========================================*/
.layout-collections .breadcrumb-shop {
  margin-bottom: 0; }

.collection-alert-no {
  font-size: 14px;
  padding: 10px 0; }

.collection-alert-no p {
  margin: 0; }

.collection-heading__banner img:not(.lazyloaded) {
  min-height: 220px; }

.collection-heading__banner img {
  display: block;
  margin: auto; }

.collection-heading__content h1 {
  margin: 0;
  font-size: 24px; }

.collection-heading__content .col-title {
  margin: 20px 0 0; }

@media (max-width: 991px) {
  .collection-heading__content .heading-box {
    width: 50%; }
    .collection-heading__content .heading-box .filter-box:not(.noBorder) {
      position: relative;
      height: 38px;
      line-height: 36px;
      width: 100%;
      font-size: 13px;
      font-weight: 600;
      padding: 0px 40px 0px 10px;
      cursor: pointer;
      border: 1px solid var(--shop-color-border);
      border-right: 0;
      border-radius: 0; } }

.collection-heading__content .heading-box .title-filter {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer; }

.collection-heading__content .heading-box svg {
  width: 16px;
  height: 16px;
  stroke: var(--shop-color-text);
  margin-left: 5px; }

@media (max-width: 991px) {
  .collection-heading__content .heading-sortbyfilter {
    width: 50%; } }

.collection-heading__content .collection-filter-tags {
  margin: 5px 0 50px 0; }
  @media (max-width: 991px) {
    .collection-heading__content .collection-filter-tags {
      margin: 20px 0 30px 0; } }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 10px 0;
    color: #5d5d5d;
    background: #fff;
    border: 1px solid #dadada;
    font-size: 13px;
    display: none;
    padding: 2px 32px 2px 10px; }
    .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.opened ~ .filter_tags {
      margin-left: 10px; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 10px; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all span {
    color: var(--shop-color-main);
    border-bottom: 1px solid var(--shop-color-main); }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags span.filter_tags_remove {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: flex;
    display: -ms-flex; }
  .collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.opened {
    display: inline-block; }

.collection-heading .wrapper-collection-banner {
  background: #f8f8f8; }
  .collection-heading .wrapper-collection-banner .collection-heading__banner {
    width: 50%; }
    .collection-heading .wrapper-collection-banner .collection-heading__banner img {
      width: 100%; }
    @media (max-width: 991px) {
      .collection-heading .wrapper-collection-banner .collection-heading__banner {
        width: 100%; } }
  .collection-heading .wrapper-collection-banner .collection-description {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px; }
    @media (max-width: 991px) {
      .collection-heading .wrapper-collection-banner .collection-description {
        width: 100%;
        font-size: 16px;
        padding: 15px 0; } }
    .collection-heading .wrapper-collection-banner .collection-description h1 {
      font-size: 45px;
      font-weight: 500; }
      @media (max-width: 991px) {
        .collection-heading .wrapper-collection-banner .collection-description h1 {
          font-size: 25px; } }
    .collection-heading .wrapper-collection-banner .collection-description .collection-description-inner {
      width: calc(100% - 60px); }
      @media (max-width: 991px) {
        .collection-heading .wrapper-collection-banner .collection-description .collection-description-inner {
          width: calc(100% - 30px); } }

.collection-heading .collection-heading__content .line-collection-content {
  border-bottom: 1px solid #dfe2e6;
  padding-top: 20px;
  padding-bottom: 20px; }

.wrapper-mainCollection .collection-sortbyfilter-container {
  position: relative;
  min-width: 220px; }
  @media (max-width: 991px) {
    .wrapper-mainCollection .collection-sortbyfilter-container {
      min-width: auto; } }
  .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
    background: #fff;
    border: 1px solid var(--shop-color-border);
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
        position: absolute;
        z-index: 9;
        width: 100%; } }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by {
      margin: 0;
      padding: 5px 10px; }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
      position: relative;
      cursor: pointer;
      padding: 4px 10px 4px 25px; }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
      content: "";
      position: absolute;
      left: 5px;
      top: 10px;
      margin: auto;
      z-index: 1;
      width: 12px;
      height: 6px;
      border: 1.5px solid var(--shop-color-main);
      border-top-style: none;
      border-right-style: none;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -webkit-transform: rotate(-45deg) scale(0, 0);
      -moz-transform: rotate(-45deg) scale(0, 0);
      -ms-transform: rotate(-45deg) scale(0, 0);
      -o-transform: rotate(-45deg) scale(0, 0);
      transform: rotate(-45deg) scale(0, 0); }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li.active:before {
      -webkit-transform: rotate(-45deg) scale(1, 1);
      -moz-transform: rotate(-45deg) scale(1, 1);
      -ms-transform: rotate(-45deg) scale(1, 1);
      -o-transform: rotate(-45deg) scale(1, 1);
      transform: rotate(-45deg) scale(1, 1); }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:hover {
      color: var(--shop-color-main); }
  @media (min-width: 992px) {
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0;
      top: calc(100% + 10px);
      z-index: 999;
      pointer-events: none;
      visibility: hidden;
      opacity: 0; }
    .wrapper-mainCollection .collection-sortbyfilter-container:hover .collection-sortby-option {
      pointer-events: auto;
      visibility: visible;
      top: 100%;
      opacity: 1; }
    .wrapper-mainCollection .collection-sortbyfilter-container:hover .collection-sortby-opticccon {
      color: #666;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); } }
  @media (max-width: 991px) {
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0;
      top: calc(100% + 10px);
      z-index: 999;
      pointer-events: none;
      visibility: hidden;
      opacity: 0; }
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option.isShow {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
        padding-left: 10px;
        padding-right: 25px; }
      .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
        left: initial;
        right: 5px; } }

.wrapper-mainCollection .collection-sortby-filter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .wrapper-mainCollection .collection-sortby-filter .collection-sortby, .wrapper-mainCollection .collection-sortby-filter .collection-filterby {
    -webkit-flex: 1 1;
    flex: 1 1;
    width: 50%; }
  .wrapper-mainCollection .collection-sortby-filter .collection-filterby {
    display: none; }
  .wrapper-mainCollection .collection-sortby-filter .collection-sortby .boxstyle-mb,
  .wrapper-mainCollection .collection-sortby-filter .collection-filterby .boxstyle-mb {
    position: relative;
    height: 38px;
    line-height: 36px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 40px 0px 10px;
    cursor: pointer;
    border: 1px solid var(--shop-color-border);
    border-right: 0;
    border-radius: 0; }
  .wrapper-mainCollection .collection-sortby-filter > div:last-child .boxstyle-mb {
    border-right: 1px solid var(--shop-color-border);
    background: #fff; }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter {
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
    @media (max-width: 991px) {
      .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter {
        text-align: center; } }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 10px;
    width: 0px;
    height: 0px;
    margin: 0;
    background: transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #bababa transparent transparent transparent; }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
    color: #333;
    margin-right: 6px; }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 36px;
    line-height: 36px;
    fill: #333;
    stroke: #333; }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter .fa {
    line-height: 36px;
    font-size: 17px;
    color: #333; }
  .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-close {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px; }
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-close svg {
      width: 18px;
      height: 18px;
      fill: var(--shop-color-main); }

.wrapper-mainCollection .collection-listproduct {
  margin-bottom: 25px; }
  .wrapper-mainCollection .collection-listproduct .animated.fadeIn {
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none; }

.wrapper-mainCollection .layered_filter_bottom {
  display: none; }

/*===== END COLLECTION ========================================*/
.layout-searchPage .heading-page h1 {
  font-size: 28px; }

/*========Falshsale=========*/
.home-flashsale {
  margin-bottom: 40px; }
  .home-flashsale .col-list-load {
    display: flex;
    flex-flow: nowrap;
    overflow: hidden; }
    .home-flashsale .col-list-load .product-loadding {
      flex: 0 0 25%; }
  .home-flashsale .home-flashsale-content {
    padding: 15px;
    background: #ff6633;
    border-radius: 20px; }
    .home-flashsale .home-flashsale-content .collection-title {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
      align-items: center;
      color: #ffffff; }
      .home-flashsale .home-flashsale-content .collection-title h2 {
        color: #ffffff; }
    .home-flashsale .home-flashsale-content #flashsale-countdown {
      display: flex;
      margin: 0 0 10px;
      /* background: linear-gradient(180deg, #00223E 0%, #012D51 54.5%, #000F1C 60.21%, #003159 100%);
			border: 1px solid #001B3C;
			border-radius: 8px;*/ }
      .home-flashsale .home-flashsale-content #flashsale-countdown li {
        padding: 5px;
        text-align: center;
        width: 50px; }
        .home-flashsale .home-flashsale-content #flashsale-countdown li .number {
          background: #ffffff;
          color: #ff6633;
          height: 40px;
          line-height: 40px;
          font-size: 20px;
          font-weight: 600;
          border-radius: 5px; }
        .home-flashsale .home-flashsale-content #flashsale-countdown li .label {
          margin-top: 5px; }
    .home-flashsale .home-flashsale-content #home-flashsale-slide.owl-carousel:not(.owl-loaded) .product-loop-flashsale {
      -webkit-flex: 0 0 25%;
      flex: 0 0 25%; }
    .home-flashsale .home-flashsale-content #home-flashsale-slide.owl-loaded + .col-list-load {
      display: none; }
    .home-flashsale .home-flashsale-content #home-flashsale-slide .owl-nav button {
      position: absolute;
      top: 45%;
      z-index: 3;
      width: 35px;
      height: 35px;
      line-height: 28px;
      font-size: 14px;
      border-radius: 50%;
      color: #858380;
      background: rgba(255, 255, 255, 0.8);
      border: none;
      outline: none;
      -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
      -webkit-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s; }
      .home-flashsale .home-flashsale-content #home-flashsale-slide .owl-nav button svg {
        width: 20px;
        height: 20px; }
      .home-flashsale .home-flashsale-content #home-flashsale-slide .owl-nav button.owl-prev {
        left: 0; }
      .home-flashsale .home-flashsale-content #home-flashsale-slide .owl-nav button.owl-next {
        right: 0; }
      .home-flashsale .home-flashsale-content #home-flashsale-slide .owl-nav button.owl-prev.disabled, .home-flashsale .home-flashsale-content #home-flashsale-slide .owl-nav button.owl-next.disabled {
        background: rgba(255, 255, 255, 0.2); }
    @media (max-width: 767px) {
      .home-flashsale .home-flashsale-content #home-flashsale-slide .owl-dots {
        display: none; } }
  @media (max-width: 480px) {
    .home-flashsale .home-flashsale-content {
      padding: 10px 5px; }
      .home-flashsale .home-flashsale-content .collection-title {
        justify-content: center;
        flex-flow: column; }
        .home-flashsale .home-flashsale-content .collection-title h2 {
          margin-bottom: 5px;
          font-size: 30px; }
      .home-flashsale .home-flashsale-content #flashsale-countdown {
        margin: 0; }
        .home-flashsale .home-flashsale-content #flashsale-countdown li {
          width: 40px; }
          .home-flashsale .home-flashsale-content #flashsale-countdown li .number {
            height: 30px;
            line-height: 30px;
            font-size: 15px; }
    .home-flashsale .col-list-load .product-loadding {
      flex: 0 0 50%; } }

.product-loop-flashsale .proloop-detail .wrapper-action-loop {
  min-height: 42px; }

.product-loop-flashsale .flashsale-bar {
  position: relative;
  margin: 15px 0; }
  .product-loop-flashsale .flashsale-bar progress[value] {
    width: 100%;
    height: 18px;
    -webkit-appearance: none;
    appearance: none; }
    .product-loop-flashsale .flashsale-bar progress[value]::-webkit-progress-value {
      background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(225, 225, 225, 0.1) 33%, rgba(225, 225, 225, 0.1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(225, 225, 225, 0.25)), -webkit-linear-gradient(left, #d42611, #faab08);
      border-radius: 30px;
      background-size: 35px 20px, 100% 100%, 100% 100%; }
    .product-loop-flashsale .flashsale-bar progress[value]::-webkit-progress-bar {
      background-color: #ffd0d0;
      border-radius: 30px; }
  .product-loop-flashsale .flashsale-bar .flashsale-bar-title {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 13px; }
  .product-loop-flashsale .flashsale-bar .flashsale-bar-icon {
    position: absolute;
    top: -4px;
    left: 0; }
    .product-loop-flashsale .flashsale-bar .flashsale-bar-icon img {
      width: 20px; }

@media (max-width: 767px) {
  .product-loop-flashsale .flashsale-bar {
    margin: 5px 0; }
  .product-loop-flashsale .proloop-detail {
    padding: 5px 7px 0 7px; }
    .product-loop-flashsale .proloop-detail h3 {
      margin-bottom: 5px; }
      .product-loop-flashsale .proloop-detail h3 a {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; } }

@media (max-width: 480px) {
  .product-loop-flashsale {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 5px; }
    .product-loop-flashsale .flashsale-bar .flashsale-bar-title {
      top: 2px;
      font-size: 10px; }
    .product-loop-flashsale .proloop-detail .wrapper-action-loop {
      min-height: 30px; } }

/*========END Falshsale=========*/
/*===== ACCOUNT ============================================*/
.layout-account {
  margin-bottom: 50px;
  border-top: 1px solid var(--shop-color-border); }

.layout-account .wrapbox-heading-account {
  padding: 40px 0 20px; }

.layout-account .header-page h1 {
  position: relative;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin: 0px 0;
  line-height: initial; }

.layout-account .header-page h1:after {
  content: "";
  background: #000;
  display: block;
  width: 60px;
  height: 4px;
  margin: 20px auto; }

.layout-account .tab-form-account {
  margin-bottom: 45px; }

.layout-account .tab-form-account h4 {
  padding: 0px 30px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  margin: 0; }

.layout-account .tab-form-account h4 + h4 {
  border-left: 2px solid gray; }

.layout-account .tab-form-account h4 a {
  color: #cacaca; }

.layout-account .tab-form-account h4.active a {
  color: #000; }

.layout-account .tab-form-account h4:hover a {
  color: #000; }

.wrapbox-content-account {
  margin: 35px auto 50px;
  padding: 25px 30px 30px; }

.customers_accountForm {
  max-width: 620px;
  margin: 35px auto 50px;
  background: #ffffff;
  padding: 25px 30px 30px; }

.customers_accountForm .header-page {
  margin-bottom: 10px; }

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

.customers_accountForm .large_form {
  margin-bottom: 25px; }

.customers_accountForm .large_form.large_form-mrb {
  margin-bottom: 5px; }

.customers_accountForm .icon-field {
  display: none; }

.customers_accountForm input[type=email],
.customers_accountForm input[type=password],
.customers_accountForm input[type=text] {
  width: 100%;
  height: 55px;
  padding: 5px 20px;
  color: #5c5c5c;
  font-weight: 500;
  border: 1px solid transparent;
  background: #ededed;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-style: italic; }

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

.customers_accountForm .req_pass {
  padding-left: 30px;
  margin-right: auto; }

.customers_accountForm .req_pass p {
  margin: 0; }

.customers_accountForm .custommer_account_action {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.customers_accountForm .custommer_account_action .action_bottom,
.customers_accountForm .custommer_account_action .req_pass a {
  color: #009dde; }

.customers_accountForm .action_bottom {
  padding: 0;
  border-radius: 4px; }

.customers_accountForm .action_bottom .btn {
  display: inline-block;
  border-radius: 0;
  padding: 0 35px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.customers_accountForm .action_bottom:hover .btn {
  color: var(--shop-color-main); }

.customers_accountForm .errors {
  margin-bottom: 10px; }

.customers_accountForm .errors a {
  text-decoration: underline; }

.customers_accountForm .come-back {
  margin: 30px 0;
  display: block;
  font-weight: 500; }

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

.customers_accountForm .create-password {
  margin: 10px 0; }

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

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

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

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

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

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

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

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

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

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

/* address */
.customer_address .input-group {
  margin: 15px 0px;
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate; }

.customer_address .input-group .input-ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 0;
  color: #DAD9D9;
  background-color: #ebebeb; }

.customer_address .input-group .input-textbox {
  margin-left: 35px;
  width: calc(100% - 35px);
  height: 34px;
  padding: 5px 15px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.customer_address .input-group input[type=checkbox] {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px; }

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

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

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

.wrap_editAddress .address_title .address_actions {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.wrap_editAddress .address_title .address_actions .action_link {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  line-height: 100%;
  width: 30px;
  padding: 14px 0;
  text-align: center; }

.wrap_editAddress .address_table {
  margin-bottom: 15px;
  border-top: 0px solid #ddd;
  background: #fbfbfb;
  padding: 5px 15px 15px; }

.wrap_editAddress .address_table .view_address .large_view {
  margin-bottom: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.wrap_editAddress .address_table .view_address .large_view .lb-left {
  width: 35%;
  padding-right: 10px; }

.wrap_editAddress .address_table .view_address .large_view .lb-right {
  width: 65%; }

.wrap_editAddress .address_table .view_address .large_view b {
  font-weight: 700; }

.wrap_addAddress {
  margin-bottom: 30px; }

.wrap_addAddress .add_address_table {
  padding: 5px 15px 15px;
  background: #fbfbfb; }

.wrap_addAddress .add-new-address {
  display: inline-block;
  padding: 10px;
  background: #323232;
  color: #fff !important;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  text-align: center;
  font-weight: 600; }

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

/* account ++ order  */
.wrap_inforAccount p {
  margin-bottom: 3px; }

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

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

a#view_address {
  font-weight: 500;
  opacity: 0.8;
  text-decoration: underline;
  margin: 5px 0 15px;
  display: block; }

.customer-table-wrap {
  background: #d9edf7;
  padding: 8px 10px;
  margin: 30px 0; }

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

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

.table-responsive-overflow {
  position: relative;
  overflow: hidden; }

.table-responsive-overflow .table-responsive {
  border: 0; }

.table-responsive-overflow .table-responsive table tr td, .table-responsive-overflow .table-responsive table thead th {
  white-space: nowrap; }

table.table-customers {
  width: 100%;
  background: #fff; }

table.table-customers thead th {
  font-weight: 600;
  font-size: 14px; }

table.table-customers thead th, table.table-customers tr td {
  vertical-align: middle;
  border-top: none;
  font-size: 14px;
  padding: 10px 8px; }

table.table-customers tr.line-order td.name a {
  color: var(--shop-text-color);
  font-size: 13.5px;
  white-space: normal;
  display: block;
  min-width: 18rem; }

table.table-customers tr.line-order td.name a:hover,
table.table-customers tr.line-order td.name a:focus {
  color: var(--shop-color-main); }

table.table-customers tr.line-order td.order-image {
  width: 70px; }

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

.wrap-table-ordership {
  border-top: 1px solid #ededed;
  padding-top: 10px; }

table.table-customers.table-customers-summary tr:hover {
  background: #fbfbfb; }

table.table-customers tr.line-order td.name span.variant_acc {
  font-size: 13px;
  opacity: 0.8; }

.grouptitle-order .order_name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }

.grouptitle-order .order_date {
  display: block;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  margin: 5px 0 0; }

.grouptitle-order .order_cancelled {
  margin-bottom: 15px; }

.grouptitle-order .order_cancelled h4 {
  margin: 0; }

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

.customer-status-order .alert-info {
  border-radius: 0;
  margin-bottom: 0;
  color: #31708f;
  padding: 12px;
  background-color: #d9edf7;
  border: 1px solid #bce8f1; }

.customer-status-order .alert-info .text_status {
  font-weight: 500; }

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

.customer-status-order .box-address p {
  margin-bottom: 5px; }

.customer-status-order .box-address p.adressName {
  font-weight: 600; }

.order_backhome {
  opacity: 0.7; }

.AccountSidebar {
  margin-bottom: 30px; }

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

.AccountSidebar .AccountList ul > li > a {
  display: block;
  position: relative;
  padding: 5px 0px;
  color: var(--shop-text-color); }

.AccountSidebar .AccountList ul > li > a:before {
  content: "\f192";
  font-family: "FontAwesome";
  font-size: 8px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: 2px; }

.AccountSidebar .AccountList ul > li > a:hover,
.AccountSidebar .AccountList ul > li > a:focus {
  color: var(--shop-color-main); }

.ui-datepicker .ui-datepicker-title {
  margin: 0; }

.ui-datepicker .ui-datepicker-title select {
  margin: 0 2px; }

div.ui-datepicker-header a.ui-datepicker-prev, div.ui-datepicker-header a.ui-datepicker-next {
  display: none; }

@media (max-width: 767px) {
  .customers_accountForm {
    background: #ffffff;
    padding: 20px 0;
    margin: 0; }
  .wrapbox-content-account {
    padding: 20px 0;
    margin: 0; }
  .customers_accountForm .req_pass {
    padding-left: 0;
    padding-top: 15px; }
  .customers_accountForm .custommer_account_action .action_bottom {
    width: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------------------------
END SIDEBAR MAIN
----------*/
/*======  SIDEBAR BLOG =========*/
.list-blogs-latest {
  counter-reset: post-ranking; }

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

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

.list-blogs-latest .item-article .post-image {
  width: 100px;
  padding-right: 10px;
  float: left;
  position: relative; }

.list-blogs-latest .item-article .post-image:before {
  position: absolute;
  content: counter(post-ranking);
  top: calc(50% - 16px);
  left: -16px;
  border: 2px solid #fff;
  height: 28px;
  width: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  background: var(--shop-color-main);
  color: #fff;
  font-size: 12px;
  counter-increment: post-ranking;
  z-index: 1; }

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

.list-blogs-latest .item-article .post-content h3 {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 500; }

.list-blogs-latest .item-article .post-content .post-meta {
  font-size: 12px;
  margin: 0; }

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

.menuList-links {
  margin: 0; }

.menuList-links li {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group-sidebox {
  position: relative;
  background: #fff;
  margin: 0 0 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  border-radius: 3px; }
  .group-sidebox .sidebox-title {
    padding: 15px 20px; }
    .group-sidebox .sidebox-title h3 {
      font-size: 16px;
      margin-bottom: 0;
      position: relative;
      cursor: pointer; }
    .group-sidebox .sidebox-title h3:after {
      content: " ";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 8px;
      height: 8px;
      border-color: #666;
      border-style: solid;
      border-width: 0 2px 2px 0;
      transform: translateY(-50%) rotate(45deg);
      transition: transform .2s ease;
      -ms-transition: transform .2s ease;
      -webkit-transition: transform .2s ease; }
  .group-sidebox .sidebox-content {
    padding: 0 20px 15px;
    border-top: 1px solid var(--shop-color-border); }
  .group-sidebox.is-open .sidebox-title h3:after {
    transform: translateY(-50%) rotate(225deg);
    bottom: -10px; }
  @media (max-width: 767px) {
    .group-sidebox .sidebox-title h3 {
      text-align: left;
      position: relative; }
    .group-sidebox .sidebox-title h3 span {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 24px;
      width: 25px;
      text-align: center;
      transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s; }
    .group-sidebox .sidebox-content-togged {
      display: none; }
    .group-sidebox.is-open .sidebox-title h3 span {
      -moz-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*.modal-productApp .modal-footer .button:first-child:not(:hover){color:var(--shop-color-button);}
.modal-productApp .modal-footer .button:first-child:not(:hover):before{background:#ffffff;}*/
.modal-productApp .modal-header {
  padding: 15px 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.buyxgety_item .buyxgety_checkbox {
  width: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===== END APP COMBO - BUY X TANG Y ============================================*/
/*===== CONTACT +++ ABOUT +++ SEARCH ======================*/
.heading-pageDetail h1 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

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

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

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

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

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

.box-info-contact, .box-send-contact {
  background: #fff;
  padding: 15px;
  border-radius: 3px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===== BLOGS +++ ARTICLE  =================================*/
/* Blog */
.layout-blogs .breadcrumb-shop,
.layout-article .breadcrumb-shop {
  margin-bottom: 0; }

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

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

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

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

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

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

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

.wrapper-contentArticle .heading-article {
  margin: 0px 0 20px; }

.wrapper-contentArticle .heading-article h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px; }

.boxArticle-detail {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 25px;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }

.inforArticle-content .article-content > div {
  margin-bottom: 30px; }

.inforArticle-content .article-content .box-article-detail {
  max-width: 860px;
  margin: 0 auto 30px; }

.inforArticle-content .article-post-meta {
  font-size: 13px;
  color: #74839f;
  margin: 0 0 5px; }
  .inforArticle-content .article-post-meta a {
    color: #757575; }
  .inforArticle-content .article-post-meta a:hover {
    color: var(--shop-color-hover); }
  .inforArticle-content .article-post-meta span {
    position: relative; }
  .inforArticle-content .article-post-meta span + span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -1px 10px 0;
    border-radius: 100%;
    background-color: #74839f;
    opacity: 0.4;
    vertical-align: middle; }
  @media (max-width: 991px) {
    .inforArticle-content .article-post-meta {
      font-size: 10px; }
    .inforArticle-content .article-post-meta span + span:before {
      margin: 0 2px; }
    .inforArticle-content .article-post-meta span.comment:before {
      margin-left: 0;
      margin-right: 5px; } }

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

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

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

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

.inforArticle-content .box-article-tags {
  font-size: 16px; }

.inforArticle-content .box-article-tags a {
  color: red; }

.inforArticle-content .article-comment {
  background: #fff;
  padding: 15px 20px;
  border-radius: 3px;
  box-shadow: 0 0 6px #e5e8e0; }
  .inforArticle-content .article-comment > div {
    margin-bottom: 30px; }
  .inforArticle-content .article-comment .title-bl h3 {
    font-size: 22px;
    color: #252a2b;
    border-bottom: 1px solid var(--shop-color-border);
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .inforArticle-content .article-comment .comment_form .form-group {
    width: 100%;
    margin-bottom: 15px; }
  .inforArticle-content .article-comment .comment_form .form-group input {
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid var(--shop-color-border);
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .inforArticle-content .article-comment .comment_form .form-group textarea {
    box-shadow: none;
    border: 1px solid var(--shop-color-border);
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .inforArticle-content .article-comment .comment-user {
    margin-bottom: 20px; }
  .inforArticle-content .article-comment .comment-user .author {
    font-size: 16px;
    margin: 0 0 5px; }
  .inforArticle-content .article-comment .comment-user .author span.date {
    font-size: 14px;
    float: right; }

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

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

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

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

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

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

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

/* Table of Contents Article */
.table-of-contents {
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 860px;
  display: table; }

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  padding: 10px 0; }

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px; }

.table-of-contents .table-title .toc_toggle a {
  color: var(--shop-color-main);
  padding: 0 1px; }

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0; }

.table-of-contents ul li::marker {
  color: var(--shop-color-main); }

.table-of-contents ul li a {
  text-decoration: none;
  color: #333333; }

.table-of-contents > ul {
  padding-bottom: 10px; }

.table-of-contents > ul ul ul {
  display: none; }

.table-of-contents ul li a:hover, .table-of-contents ul li a:focus {
  color: var(--shop-color-hover); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*======BuyxGety Cart=====*/
#detail-cartview {
  border: 1px solid #ebebeb;
  margin-top: 10px;
  border-radius: 2px; }

/*======END BuyxGety Cart=====*/
.logo_bct img {
  max-width: 140px;
  margin-top: 10px; }

.product-loop .proloop-image .lazy-img {
  padding-bottom: 130% !important; }

.social-fixed {
  position: fixed;
  right: 33px;
  bottom: 120px;
  z-index: 90; }
