/* logo - settings height*/


@keyframes loading {
  100% {
    transform: translateX(100%); } }

.no-image {
  width: 100%;
  background: #f3f3f3;
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 124%; }
  .no-image picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s; }
  .no-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: translateX(-100%);
    animation: loading 1.5s infinite;
    z-index: 1;
    top: 0; }
  .no-image.no-padding {
    padding-bottom: 0; }

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

.glyphicon {
  font-family: "Glyphicons Halflings" !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: #252a2b;
  line-height: 1.45;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  background: #ffffff;
  position: initial; }

: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 */

img {
  max-width: 100%; }

/* 1.4 - Links and Buttons */

a:hover, a:focus {

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

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

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

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

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

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

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

/* 2.0 - CSS  General */
.mainBody-theme.body-scroll {
  overflow: hidden; }

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

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

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

main {
  min-height: 80vh; }

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

/* 2.2 - Breadcrumb */
.breadcrumb-shop {
  margin-top: -1px;
  background: transparent;
  margin-bottom: 20px;
  padding: 0 0px; }

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

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

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

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

.breadcrumb-list .breadcrumb-arrows > li a {
  color: #252a2b; }

.breadcrumb-list .breadcrumb-arrows > li + li:before {
  padding: 0 3px;
  color: #ccc;
  content: "/\00a0"; }

@media (max-width: 767px) {
  .breadcrumb-list {
    margin-left: -15px;
    margin-right: -15px; }
  .breadcrumb-list {
    padding-left: 10px;
    padding-bottom: 20px;
    margin-bottom: -20px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .breadcrumb-list .breadcrumb-arrows {
    font-size: 12px;
    white-space: nowrap;
    padding: 10px 0; }
  .breadcrumb-list .breadcrumb-arrows > li + li:before {
    padding: 0 2px; }
  .breadcrumb-list .breadcrumb-arrows > .active {
    padding-right: 10px; } }

@media (max-width: 767px) {
  .breadcrumb-shop {
    overflow: hidden; } }

/* 2.3 - Pagination */
#pagination .page-node, #pagination .next, #pagination .prev {
  color: #252a2b;
  display: inline-block;
  margin: 20px 2px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.4;
  padding: 2px 6px; }

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

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

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

/* 2.4 - 404 */
.layout-pageNot {
  padding: 40px 0; }

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

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

/*=== HEADER ++ FOOTER ++ MAINMENU ======================*/
.topbar {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 0 8px;
  position: relative;
  display: block;
  overflow: hidden; }
  .topbar .owl-carousel:not(.owl-loaded) {
    display: flex;
    overflow: hidden; }
  .topbar .owl-carousel:not(.owl-loaded) .discount {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .topbar .topbar-slideText {
    margin: 0 auto; }
    .topbar .topbar-slideText .owl-nav button.owl-prev,
    .topbar .topbar-slideText .owl-nav button.owl-next {
      position: absolute;
      top: calc(50% - 14px);
      padding: 0;
      opacity: 0;
      height: 28px;
      width: 28px;
      line-height: 28px;
      text-align: center;
      display: inline-block;
      text-align: center;
      color: #444444;
      background-color: transparent;
      border: 0;
      outline: none;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s; }
    .topbar .topbar-slideText .owl-nav button.owl-prev {
      left: 0px; }
    .topbar .topbar-slideText .owl-nav button.owl-next {
      right: 0px; }
    .topbar .topbar-slideText .owl-nav button.owl-prev:before,
    .topbar .topbar-slideText .owl-nav button.owl-next:before {
      content: "";
      font-family: 'FontAwesome';
      font-size: 22px; }
    .topbar .topbar-slideText .owl-nav button.owl-prev:before {
      content: "\f104"; }
    .topbar .topbar-slideText .owl-nav button.owl-next:before {
      content: "\f105"; }
    .topbar .topbar-slideText .owl-nav button.owl-prev:hover, .topbar .topbar-slideText .owl-nav button.owl-next:hover {
      color: #ffffff; }
    .topbar .topbar-slideText:hover .owl-nav button {
      opacity: 1; }
  .topbar .discount {
    padding: 0 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center; }
  .topbar .bg-primary {
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 3px;
    margin-left: 8px;
    margin-top: 5px;
    display: inline-block; }
    .topbar .bg-primary:focus, .topbar .bg-primary:hover {
      background-color: #6ec7b3;
      color: #ffffff;
      opacity: 0.8; }
  @media (max-width: 767px) {
    .topbar {
      font-size: 13px;
      padding: 16px 0; }
    .topbar .topbar-slideText .discount {
      padding: 0 18px; }
    .topbar .topbar-slideText .owl-nav button.owl-prev {
      left: -15px;
      opacity: 1; }
    .topbar .topbar-slideText .owl-nav button.owl-next {
      right: -15px;
      opacity: 1; } }

.sitenav-content .btnclose {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 5;
  border: 0;
  background: transparent;
  text-align: center;
  outline: none; }
  .sitenav-content .btnclose svg {
    width: 16px;
    height: 30px; }

.sitenav-content__title {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center; }
  .sitenav-content__title .btn-close {
    display: none;
    width: 32px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -6px;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none; }
    .sitenav-content__title .btn-close svg {
      width: 18px;
      height: 30px; }
  .sitenav-content__title .txt-title {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 500; }

.sitenav-content__block {
  padding-top: 20px; }

@media (min-width: 992px) {
  .sitenav-content .sitenav-boxscroll {
    overflow-y: scroll;
    max-height: 55vh;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    margin-right: -20px;
    padding-right: 20px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; } }

@media (max-width: 767px) {
  .sitenav-content .btnclose {
    display: block; }
  .sitenav-content__title {
    text-align: left;
    padding-right: 40px; }
    .sitenav-content__title .btn-close {
      display: block; }
    .sitenav-content__title .txt-title {
      font-size: 15px; } }

.sitenav-search {
  margin-bottom: 20px; }
  .sitenav-search form.searchform {
    position: relative;
    padding: 0; }
  .sitenav-search form.searchform input.input-search {
    height: 44px;
    line-height: 28px;
    padding: 8px 50px 8px 20px;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .sitenav-search form.searchform .btn-search {
    width: 50px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear; }
  .sitenav-search form.searchform .btn-search svg {
    width: 18px;
    height: 44px;
    opacity: 0.4; }
  .sitenav-search form.searchform input.input-search:focus {
    background: #f2f5fa;
    outline: none;
    border-color: #c00113; }
  .sitenav-search form.searchform.expanded .btn-search svg {
    opacity: 1; }
  .sitenav-search .smart-search-wrapper .dataEmpty {
    padding-bottom: 0px; }

.sitenav-cart .sitenav-content__block {
  padding-top: 0; }

.sitenav-cart .sitenav-content__block .sitenav-boxscroll {
  padding-top: 5px;
  padding-bottom: 5px; }

.sitenav-cart .cart-view-scroll .mini-cart__item {
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  border-bottom: 1px dotted #e7e7e7; }
  .sitenav-cart .cart-view-scroll .mini-cart__item:last-child {
    border-bottom: 0; }
  .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left {
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 85px;
    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__right {
    -ms-flex: 0 0 calc(100% - 85px);
    flex: 0 0 calc(100% - 85px);
    max-width: calc(100% - 85px);
    padding-left: 15px; }
  .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__title .mnc-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding-right: 35px;
    text-transform: uppercase;
    color: #252a2b; }
  .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__title .mnc-variant {
    display: block;
    font-size: 13px;
    margin: 0px 0 7px; }
  .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__quantity {
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__quantity .quantity-selector {
      white-space: nowrap;
      margin-right: 15px; }
      .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__quantity .quantity-selector .qty-btn {
        background: rgba(0, 0, 0, 0.4);
        border: 1px solid rgba(0, 0, 0, 0.6);
        color: #c00113;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        outline: none;
        box-shadow: none;
        display: inline-block;
        vertical-align: middle; }
        .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__quantity .quantity-selector .qty-btn svg {
          height: 22px;
          width: 10px;
          fill: #c00113;
          stroke: #c00113; }
      .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__quantity .quantity-selector .qty-value {
        display: inline-block;
        vertical-align: middle;
        font-weight: 500;
        font-size: 15px;
        outline: none;
        border: 0;
        width: 30px;
        text-align: center;
        color: #000000;
        line-height: 24px;
        height: 24px; }
        .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__quantity .quantity-selector .qty-value.qty-value-app {
          background: rgba(0, 0, 0, 0.04); }
  .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__price {
    display: block;
    font-weight: 600;
    color: #000; }

  .sitenav-cart .cart-view-scroll .mini-cart__item .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__remove a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #f4f6fb;
    display: block;
    color: #252a2b; }
  .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__remove a svg {
    width: 10px;
    height: 20px; }

.sitenav-cart .cart-view-scroll .mini-cart__empty {
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
  text-align: center; }
  .sitenav-cart .cart-view-scroll .mini-cart__empty .svgico-mini-cart svg {
    stroke: #c00113;
    width: 50px;
    height: 50px;
    margin: 5px auto 0; }

.sitenav-cart .cart-view-line {
  clear: both;
  width: 100%;
  border-top: 1px solid  #e7e7e7;
  margin: 0 0 5px; }

.sitenav-cart .cart-view-total .mini-cart__total {
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .sitenav-cart .cart-view-total .mini-cart__total .mnc-total {
    font-weight: 500;
    color: #252a2b;
    padding: 10px 0; }
  .sitenav-cart .cart-view-total .mini-cart__total .mnc-total.mnc-total-price {
    font-weight: 600;
    font-size: 16px;
    color: red; }

.sitenav-cart .cart-view-total .mini-cart__button {
  margin: 0 -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .sitenav-cart .cart-view-total .mini-cart__button .mnc-cta {
    padding: 0 5px;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%; }
  .sitenav-cart .cart-view-total .mini-cart__button .mnc-cta:last-child, .sitenav-cart .cart-view-total .mini-cart__button .linktocheckout {
    display: none; }
  .sitenav-cart .cart-view-total .mini-cart__button .linktocheckout, .sitenav-cart .cart-view-total .mini-cart__button .linktocart {
    display: block;
    width: 100%;
    margin: 5px 0 10px;
    font-size: 12px;
    padding: 10px 10px; }

.sitenav-account .site_account_panel_list {
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: height 0.2s ease-in-out; }
  .sitenav-account .site_account_panel_list .site_account_header {
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center; }
    .sitenav-account .site_account_panel_list .site_account_header .txt-title {
      font-size: 18px;
      color: #000000;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 500;
      margin: 0; }
    .sitenav-account .site_account_panel_list .site_account_header .txt-small {
      font-size: 14px;
      margin: 0px 0 0; }
  .sitenav-account .site_account_panel_list .site_account_panel {
    width: 100%;
    visibility: hidden;
    transition: visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1); }
    .sitenav-account .site_account_panel_list .site_account_panel.site_account_default {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
    .sitenav-account .site_account_panel_list .site_account_panel.site_account_sliding {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    .sitenav-account .site_account_panel_list .site_account_panel.is-selected {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner {
      padding-top: 20px; }
      .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper {
        position: relative;
        width: 100%;
        margin-bottom: 12px; }
      .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field {
        display: block;
        padding: 14px 10px 3px;
        border-radius: 2px;
        border: 1px solid #d4d6d8;
        width: 100%;
        line-height: normal;
        height: 42px;
        color: #1e2d7d;
        -webkit-appearance: none;
        resize: none;
        font-size: 12px;
        outline: none;
        box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
        transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; }
      .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__floating-label {
        position: absolute;
        left: 10px;
        top: 0;
        line-height: 42px;
        font-size: 12px;
        margin-bottom: 0;
        color: #677279;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        pointer-events: none; }
      .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field:focus + .form__floating-label,
      .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field.is-filled + .form__floating-label {
        -webkit-transform: translateY(-5px) scale(0.8);
        transform: translateY(-5px) scale(0.8); }
      .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__submit {
        width: 100%;
        outline: none;
        padding: 0px 28px;
        height: 42px;
        line-height: 42px; }
      .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action {
        margin-top: 16px;
        font-size: 12px; }
      .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action > p {
        margin-bottom: 4px; }
      .sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action > p .link {
        color: #c00113;
        transition: color 0.2s ease-in-out;
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        outline: none; }
  .sitenav-account .site_account_panel_list .site_account_info {
    text-align: left;
    font-size: 14px; }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul {
      margin: 0; }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li {
      position: relative;
      margin-bottom: 5px; }
      .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li.user-name {
        margin-bottom: 8px;
        padding: 10px 0 5px; }
      .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li:not(.user-name) {
        padding-left: 10px; }
        .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li:not(.user-name):before {
          content: "";
          height: 4px;
          width: 4px;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 10px;
          background: #252a2b; }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li span {
      font-size: 15px;
      color: #282c2d;
      font-weight: 600; }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a {
      color: #252a2b;
      padding: 0 4px;
      margin-bottom: 10px; }
    .sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a:hover {
      color: #6ec7b3; }

@media (max-width: 767px) {
  .sitenav-account .site_account_panel_list .site_account_header {
    text-align: left;
    padding-right: 40px; } }

.sitenav-menu {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }
  .sitenav-menu .sitenav-content__title {
    padding: 15px 12px 5px;
    text-align: left; }
    .sitenav-menu .sitenav-content__title .navlogo {
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 18px;
      color: #c00113;
      text-decoration: none; }
      .sitenav-menu .sitenav-content__title .navlogo img {
        max-width: 80%;
        max-height: 40px; }
      .sitenav-menu .sitenav-content__title .navlogo .icon-home {
        text-align: center;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 15px; }
        .sitenav-menu .sitenav-content__title .navlogo .icon-home svg {
          width: 30px;
          height: 25px; }
  .sitenav-menu .sitenav-content__block {
    padding-top: 0;
    overflow: hidden;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .sitenav-menu .mobile-menu {
    max-height: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .sitenav-menu .mobile-menu__inner {
      position: relative;
      padding: 10px 0;
      max-width: 100vw;
      height: 100%;
      z-index: 100;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #ffffff;
      overflow-y: auto;
      overflow-x: hidden;
      -ms-scroll-chaining: none;
      overscroll-behavior: none;
      -webkit-overflow-scrolling: touch; }
    .sitenav-menu .mobile-menu__help {
      padding: 20px 10px 30px; }
      .sitenav-menu .mobile-menu__help .help-title {
        font-size: 13px;
        color: #252a2b;
        line-height: 1.5;
        text-transform: uppercase;
        font-weight: 500;
        font-style: normal; }
      .sitenav-menu .mobile-menu__help .help-item--link {
        color: #252a2b;
        display: flex;
        align-items: center;
        margin: 0;
        border: 0;
        padding: 7px 0; }
        .sitenav-menu .mobile-menu__help .help-item--link svg {
          margin-right: 14px;
          width: 16px;
          height: 24px; }
    .sitenav-menu .mobile-menu__linklists li {
      position: relative; }
    .sitenav-menu .mobile-menu__linklists li a {
      padding-right: 32px;
      padding-left: 15px;
      position: relative;
      font-weight: 400;
      cursor: pointer;
      display: block;
      outline: none;
      font-size: 14px;
      color: #252a2b; }
    .sitenav-menu .mobile-menu__linklists li a svg {
      width: 6px;
      height: 14px;
      stroke: #979797;
      position: absolute;
      right: 15px;
      top: calc(50% - 7px);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .sitenav-menu .mobile-menu__linklists > li > a {
      font-size: 13px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative; }
    .sitenav-menu .mobile-menu__linklists .has-subnav ul {
      padding-left: 10px;
      margin-bottom: 10px;
      display: none; }
    .sitenav-menu .mobile-menu__linklists .has-subnav ul li a {
      padding-top: 5px;
      padding-bottom: 5px; }
    .sitenav-menu .mobile-menu__linklists .has-subnav ul .navi-title a b {
      font-weight: 500; }
    .sitenav-menu .mobile-menu__linklists li.parent-open.active1 > ul,
    .sitenav-menu .mobile-menu__linklists li.parent-open.active1 .nav-level2.checknav > ul,
    .sitenav-menu .mobile-menu__linklists li.parent-open.active1 .nav-level2.active2 > ul {
      display: block; }
    .sitenav-menu .mobile-menu__linklists li.active1 li.active2 > a, .sitenav-menu .mobile-menu__linklists li.active1 li.active3 > a {
      color: #6ec7b3; }
    .sitenav-menu .mobile-menu__linklists li.parent-open > a svg {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  @media (min-width: 768px) {
    .sitenav-menu .mobile-menu__inner {
      padding-bottom: 30px;
      max-height: calc(100vh - (var(--header-height) + 80px)); }
    .sitenav-menu .mobile-menu__inner::-webkit-scrollbar {
      width: 2px;
      height: 3px; }
    .sitenav-menu .mobile-menu__inner::-webkit-scrollbar-track {
      -webkit-border-radius: 2px;
      border-radius: 2px; }
    .sitenav-menu .mobile-menu__inner::-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-menu .mobile-menu__inner::-webkit-scrollbar-thumb:window-inactive {
      background: #e1e3e4; } }
  @media (max-width: 767px) {
    .sitenav-menu .mobile-menu__inner {
      max-height: calc(100% - (var(--header-height) + 80px));
      padding-bottom: 220px; }
    .sitenav-menu .sitenav-content__title {
      padding-right: 40px; }
      .sitenav-menu .sitenav-content__title .navlogo {
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 18px;
        color: #c00113;
        text-decoration: none; }
        .sitenav-menu .sitenav-content__title .navlogo .icon-home {
          text-align: center;
          display: inline-block;
          width: 30px;
          height: 30px;
          margin-right: 15px; }
          .sitenav-menu .sitenav-content__title .navlogo .icon-home svg {
            width: 30px;
            height: 25px; } }

.sitenav-locate .sitenav-content__block {
  padding-top: 15px; }
  .sitenav-locate .sitenav-content__block .boxaddress {
    border: 1px solid 0, 0.18;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.1);
    color: #252a2b; }
    .sitenav-locate .sitenav-content__block .boxaddress span {
      display: block;
      font-weight: 500; }
  .sitenav-locate .sitenav-content__block .boxprovince {
    padding: 10px 0; }
    .sitenav-locate .sitenav-content__block .boxprovince .textprov {
      color: #000;
      font-weight: 500;
      margin-bottom: 10px; }
    .sitenav-locate .sitenav-content__block .boxprovince .listprov li {
      position: relative;
      border-top: 1px dotted #e7e7e7;
      cursor: pointer;
      padding: 10px 0 10px 35px;
      transition: background 0.4s ease; }
      .sitenav-locate .sitenav-content__block .boxprovince .listprov li .icmap {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 13px;
        left: 8px; }
    .sitenav-locate .sitenav-content__block .boxprovince .listprov li:hover {
      background: rgba(0, 0, 0, 0.05); }
  .sitenav-locate .sitenav-content__block .boxfilter {
    margin-bottom: 3px; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select {
      margin-right: -5px;
      margin-left: -5px;
      display: -ms-flexbox;
      display: flex; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item {
      -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; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item .field-select {
      position: relative; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item .field-select:after {
      content: '';
      position: absolute;
      top: calc(50% - 5px);
      right: 12px;
      border: solid #666666;
      border-width: 0px 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item label {
      display: block;
      font-weight: 500;
      font-size: 13px;
      margin: 0 0 5px; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select {
      padding: 0px 8px;
      padding-right: 25px;
      cursor: pointer;
      outline: none;
      text-overflow: ellipsis;
      border-radius: 4px;
      height: 34px;
      line-height: 32px;
      background: #ffffff;
      border: 1px solid #e7e7e7;
      font-size: 13px;
      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; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select:-ms-expand {
      display: none; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select:invalid {
      color: #677279; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select [disabled] {
      color: #ededed;
      font-weight: 300; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select option {
      color: #000;
      font-weight: 500;
      line-height: 18px; }
    .sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select option[value="null"] {
      color: #677279; }

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

.mainHeader {
  background: #fff;
  width: 100%;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
  .mainHeader .flex-container-header {
    margin: 0 -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .mainHeader .flex-container-header > [class*='header-wrap-'] {
      padding: 0 15px; }
  .mainHeader .header-wrap-menu .navbar-mainmenu {
    position: relative;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .mainHeader .header-wrap-menu ul.menuList-primary {
    margin: 0;
    position: relative;
    z-index: 2; }
    .mainHeader .header-wrap-menu ul.menuList-primary > li {
      display: inline-block;
      margin: 0 5px;
      position: relative; }
      .mainHeader .header-wrap-menu ul.menuList-primary > li > a {
        color: #252a2b;
        opacity: 0.85;
        position: relative;
        z-index: 2;
        display: block;
        padding: 15px 4px;
        width: 100%;
        letter-spacing: 0.75px;
        font-weight: 500;
        font-size: 15px;
        -webkit-transition: none;
        transition: none; }
        .mainHeader .header-wrap-menu ul.menuList-primary > li > a i {
          display: inline-block;
          vertical-align: middle;
          font-size: 10px;
          margin-left: 4px;
          -webkit-transition: transform .2s;
          -moz-transition: transform .2s;
          -o-transition: transform .2s;
          transition: transform .2s; }
      .mainHeader .header-wrap-menu ul.menuList-primary > li.active a, .mainHeader .header-wrap-menu ul.menuList-primary > li.active a:focus {
        opacity: 1; }
      .mainHeader .header-wrap-menu ul.menuList-primary > li:hover > a, .mainHeader .header-wrap-menu ul.menuList-primary > li.active:hover a {
        opacity: 1; }
      .mainHeader .header-wrap-menu ul.menuList-primary > li:hover > a i {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .mainHeader .header-wrap-menu ul.menuList-primary li.has-submenu .menuList-submain {
      background: #fff;
      min-width: 185px;
      max-width: 180%;
      position: absolute;
      z-index: 99;
      top: 150%;
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
      -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .mainHeader .header-wrap-menu ul.menuList-primary li.has-submenu .menuList-submain ul.menuList-submain {
      left: 100%;
      top: 0; }
    .mainHeader .header-wrap-menu ul.menuList-primary li.has-submenu:hover > .menuList-submain {
      pointer-events: auto;
      visibility: visible;
      top: 100%;
      opacity: 1; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .mainHeader .header-wrap-menu ul.menuList-primary > li {
        margin: 0; }
      .mainHeader .header-wrap-menu ul.menuList-primary > li > a {
        font-size: 14px; } }
  .mainHeader .header-wrap-menu ul.menuList-submain li {
    position: relative; }
    .mainHeader .header-wrap-menu ul.menuList-submain li a {
      padding: 9px 18px;
      text-align: left;
      display: block;
      font-size: 14px;
      color: #252a2b;
      opacity: 0.85; }
    .mainHeader .header-wrap-menu ul.menuList-submain li a i {
      font-size: 9px;
      position: absolute;
      right: 15px;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: right 0.3s ease-in-out;
      -ms-transition: right 0.3s ease-in-out;
      transition: right 0.3s ease-in-out; }
    .mainHeader .header-wrap-menu ul.menuList-submain li a:hover i {
      right: 10px;
      opacity: 0.8; }
  .mainHeader .header-wrap-menu ul.menuList-submain li.has-submenu {
    padding-right: 30px; }
  .mainHeader .header-wrap-menu ul.menuList-submain li:not(:first-child) {
    border-top: 1px solid #ecf0f1; }
  .mainHeader .header-wrap-menu ul.menuList-submain li a:hover, .mainHeader .header-wrap-menu ul.menuList-submain li a:hover i {
    opacity: 1; }
  .mainHeader .header-wrap-logo {
    -ms-align-self: center;
    align-self: center; }
    .mainHeader .header-wrap-logo .wrap-logo {
      padding: 10px 0; }
    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
      font-size: 25px;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      margin: 0;
      color: #c00113;
      transition: none; }
    .mainHeader .header-wrap-logo a img {
      max-height: 65px; }
    .mainHeader .header-wrap-logo .logo-name {
      word-wrap: break-word;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
  .mainHeader .header-wrap-action .header-action {
    position: relative;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
    .mainHeader .header-wrap-action .header-action .header-action-item {
      display: inline-block;
      margin-left: 7px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-transition: opacity 150ms linear;
      transition: opacity 150ms linear; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text {
        position: relative;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
          position: absolute;
          top: calc(100% - 13px);
          left: 0;
          right: 0;
          z-index: 992;
          margin: 0 auto;
          width: 20px;
          height: 15px;
          opacity: 0;
          visibility: visible;
          transition: opacity 0.25s ease-in-out 0s, visibility 0.25s ease-in-out 0s; }
          .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle svg {
            -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
            filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link {
          padding-top: 8px;
          padding-bottom: 8px;
          position: relative;
          display: block;
          font-size: 13px;
          color: #252a2b; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon,
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
          display: inline-block;
          vertical-align: middle; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
          font-size: 12px;
          padding-left: 2px; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtbl {
          font-size: 110%;
          display: block;
          font-weight: 500; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
          white-space: nowrap; }
        .mainHeader .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: 148px;
          overflow: hidden; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text.nohas-account .txt-overflow {
          max-width: 170px; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .fa {
          display: inline-block;
          font-size: 13px;
          vertical-align: middle;
          margin-left: 3px; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
          position: relative;
          width: 32px;
          height: 40px;
          text-align: center; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
          width: 22px;
          height: 40px;
          fill: #252a2b; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
          width: 22px; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
          width: 20px; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          visibility: hidden;
          transform: scale(0.3);
          transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
          transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
          transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
          .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
            width: 18px; }
        .mainHeader .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: #c50017;
          color: #fff101;
          font-size: 11px;
          text-align: center;
          position: absolute;
          left: 16px;
          top: -1px;
          padding: 0px 3px;
          min-width: 16px;
          height: 16px;
          line-height: 16px;
          border-radius: 50%; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link:hover svg.svg-ico-search {
          -ms-transform: rotate(-5deg);
          -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
        position: absolute;
        top: 100%;
        left: auto;
        right: -15px;
        z-index: 990;
        min-width: 280px;
        border-radius: 3px;
        color: #677279;
        background: #fff;
        box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
        will-change: transform; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
          width: 100%;
          height: 100%;
          max-height: 100%;
          overflow: hidden;
          padding: 20px 20px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
      padding: 0;
      overflow: hidden; }
    .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .box-triangle {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out  0.21s; }
    .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_dropdown {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1); }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
      visibility: visible; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays:before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh;
      width: 100%;
      background: #000;
      opacity: 0.7;
      z-index: 100;
      margin: auto; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
      z-index: 101;
      pointer-events: none; }
  @media (min-width: 1200px) {
    .mainHeader .header-wrap-action.header-wrap-iconav {
      display: none; } }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item {
    margin-left: 0;
    margin-right: 8px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink {
    display: none; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink a {
    margin-right: 0px;
    width: 20px;
    line-height: 32px;
    color: #252a2b;
    height: 35px;
    display: block;
    font-size: 28px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
    width: 35px;
    height: 35px; }
    .mainHeader .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;
      margin: auto; }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar, .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after, .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
        width: 25px;
        height: 2px;
        background: #252a2b; }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
        position: relative;
        top: 18px;
        display: block;
        margin: auto;
        -ms-transition: all 0ms 100ms, width 150ms linear;
        -webkit-transition: all 0ms 100ms, width 150ms linear;
        transition: all 0ms 100ms, width 150ms linear;
        -ms-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px); }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 7px;
        -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after {
        content: "";
        position: absolute;
        right: 0;
        top: 7px;
        -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
      height: 35px; }
  .mainHeader .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); }
  .mainHeader .header-search-mobile {
    display: none;
    position: relative;
    padding: 5px 6px;
    border-bottom: 1px solid #e7e7e7; }
    .mainHeader .header-search-mobile .searchform-mobile {
      position: relative; }
      .mainHeader .header-search-mobile .searchform-mobile input.input-search {
        width: 100%;
        padding: 7px 40px 7px 15px;
        margin: 0;
        border-radius: 4px;
        border: 1px solid #eaeaea;
        background: #f5f5f5;
        color: #252a2b;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none; }
        .mainHeader .header-search-mobile .searchform-mobile input.input-search:focus {
          outline: none; }
      .mainHeader .header-search-mobile .searchform-mobile .btn-search {
        width: 40px;
        height: 38px;
        line-height: 38px;
        border: 0;
        outline: none;
        position: absolute;
        padding: 0;
        top: 0px;
        right: 0px;
        background: transparent; }
        .mainHeader .header-search-mobile .searchform-mobile .btn-search svg {
          width: 15px;
          height: 38px;
          line-height: 38px; }
        .mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-close svg {
          fill: #3966b8;
          width: 20px; }
      .mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-icon {
        display: block; }
      .mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-close {
        display: none; }
      .mainHeader .header-search-mobile .searchform-mobile.expanded .btn-search span.search-icon {
        display: none; }
      .mainHeader .header-search-mobile .searchform-mobile.expanded .btn-search span.search-close {
        display: block; }
    .mainHeader .header-search-mobile .smart-search-wrapper {
      position: absolute;
      right: 0px;
      left: 0px;
      z-index: 100;
      top: calc(100% + 0px);
      width: initial;
      background: #fff;
      padding: 0 15px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }
  .mainHeader .header-menu-desktop .wrap-logo-sticky {
    display: none; }
  .mainHeader.hSticky {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  .mainHeader.hSticky.hSticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 992;
    background: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  .mainHeader.hSticky-nav .topbar {
    display: none; }
  .mainHeader.hSticky-nav .header-wrap-menu ul.menuList-primary > li > a {
    padding-top: 25px;
    padding-bottom: 25px; }
  @media (min-width: 992px) {
    .mainHeader {
      border-bottom: 1px solid #e7e7e7; }
    .mainHeader .header-wrap-logo .wrap-logo, .mainHeader .header-wrap-logo.wrap-logo-sticky .wrap-logo {
      min-width: 150px;
      max-width: 220px; } }
  @media (min-width: 768px) {
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_dropdown {
      width: 420px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown {
      width: 420px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown {
      width: 340px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_dropdown {
      width: 420px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown.header-action_widthAuto {
      width: auto;
      min-width: 260px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown {
      min-width: auto;
      width: 270px;
      left: -15px; } }
  @media (max-width: 991px) {
    .mainHeader .mainHeader-middle {
      /*position: relative;*/ }
    .mainHeader .mainHeader-middle .container {
      width: auto; }
    .mainHeader .flex-container-header {
      margin: 0; }
      .mainHeader .flex-container-header > [class*='header-wrap-'] {
        position: initial;
        padding: 0; }
    .mainHeader .header-wrap-logo {
      text-align: center;
      max-width: calc(100% - 140px); }
      .mainHeader .header-wrap-logo .wrap-logo {
        padding-left: 12px; }
    .mainHeader .header-wrap-action .header-action {
      position: initial; }
      .mainHeader .header-wrap-action .header-action .header-action-item {
        position: initial; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
          display: none; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
          top: 100%;
          right: 0; }
        .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
          opacity: 1;
          visibility: visible;
          -webkit-transform: scale(1);
          transform: scale(1); }
        .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon > svg,
        .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .count-holder {
          opacity: 0;
          visibility: visible;
          -webkit-transform: scale(1);
          transform: scale(1); }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search {
        display: none; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown {
        right: 0;
        left: 0px;
        top: 100%;
        width: 100vw;
        height: 100vh; }
    .mainHeader .header-search-mobile {
      display: block; }
    .mainHeader.hSticky-nav {
      /*.header-wrap-logo {display: none;}*/ }
      .mainHeader.hSticky-nav .header-search-mobile {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: hidden;
        padding: 2px 98px 0px 56px; }
        .mainHeader.hSticky-nav .header-search-mobile .searchform-mobile {
          position: relative;
          visibility: visible;
          margin: 0 auto; }
        .mainHeader.hSticky-nav .header-search-mobile .smart-search-wrapper {
          visibility: visible;
          top: calc(100% + 10px); }
    .mainHeader.hSticky-nav.mainHeader-product .header-search-mobile {
      display: none; }
    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-action .header-action .header-action-item.header-action_backlink {
      display: block; }
    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
      left: 47px; } }
  @media (max-width: 992px) and (min-width: 768px) {
    .mainHeader .header-wrap-logo a img {
      max-height: 50px; }
    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
      font-size: 24px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown {
      min-width: auto;
      width: 270px; }
    .mainHeader .wrap-logo a img {
      width: 110px; } }
  @media (max-width: 767px) {
    .mainHeader .flex-container-header {
      padding: 10px 0 8px; }
    .mainHeader .header-wrap-logo a img {
      max-height: 50px; }
    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
      font-size: 20px; }
    .mainHeader .header-wrap-action .header-action {
      position: initial; }
      .mainHeader .header-wrap-action .header-action .header-action-item {
        position: initial; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
          right: 0;
          left: 0;
          top: 100%;
          width: 100vw;
          height: 100vh; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
          overflow: auto;
          padding-bottom: 200px;
          -webkit-overflow-scrolling: touch;
          padding-left: 12px;
          padding-right: 12px; }
          .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
            font-size: 16px;
            text-align: left;
            padding-bottom: 10px; } }
  .mainHeader .header-wrap-main {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1199.98px) {
      .mainHeader .header-wrap-main {
        display: none; } }
    .mainHeader .header-wrap-main .menu-main-lv1 {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 0;
      list-style: none;
      height: 100%; }
      .mainHeader .header-wrap-main .menu-main-lv1 > li {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        cursor: pointer; }
        .mainHeader .header-wrap-main .menu-main-lv1 > li > a {
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0 15px;
          transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          border-bottom: 2px solid #ffffff; }
        .mainHeader .header-wrap-main .menu-main-lv1 > li:hover > a {
          border-bottom: 2px solid #000000; }
        .mainHeader .header-wrap-main .menu-main-lv1 > li:hover .sub-menu-lv2 {
          transform: scaleY(1);
          opacity: 1;
          visibility: visible;
          transition: transform .25s ease,opacity 0ms,visibility 0ms; }
        .mainHeader .header-wrap-main .menu-main-lv1 > li.active > a {
          border-bottom: 2px solid #000000; }
      .mainHeader .header-wrap-main .menu-main-lv1 .sub-menu-lv2 {
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        overflow: hidden;
        top: 60px;
        left: 0;
        right: 0;
        transition: transform .1s ease,opacity 0ms linear .1s,visibility 0ms linear .1s;
        transform-origin: top center;
        transform: scaleY(0);
        background: white;
        padding: 40px;
        z-index: 99; }
        .mainHeader .header-wrap-main .menu-main-lv1 .sub-menu-lv2 .menu-main-lv2 {
          max-width: 1170px;
          margin: 0 auto;
          display: -ms-flex;
          display: flex;
          justify-content: -ms-center;
          justify-content: center; }
          .mainHeader .header-wrap-main .menu-main-lv1 .sub-menu-lv2 .menu-main-lv2 > li {
            padding: 0 15px;
            width: 16.666666666666664%; }
            .mainHeader .header-wrap-main .menu-main-lv1 .sub-menu-lv2 .menu-main-lv2 > li > a {
              font-weight: 500;
              color: black;
              font-size: 14px;
              margin: 0 0 10px 0;
              display: block; }
      .mainHeader .header-wrap-main .menu-main-lv1 .sub-menu-lv3 .menu-main-lv3 > li > a {
        color: #757575;
        display: block;
        margin: 0 0 4px 0; }
        .mainHeader .header-wrap-main .menu-main-lv1 .sub-menu-lv3 .menu-main-lv3 > li > a:hover {
          color: black; }
    .mainHeader .header-wrap-main .hasSub-menu:hover ~ .header-wrap-overflow {
      display: block; }
    .mainHeader .header-wrap-main .header-wrap-overflow {
      content: "";
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 2;
      background: rgba(57, 57, 57, 0.7); }

#menu-mb .wrapper-menu-mb {
  height: 100%;
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: #fff;
  transition: transform .25s ease-out;
  width: 320px; }
  @media (max-width: 991.98px) {
    #menu-mb .wrapper-menu-mb {
      width: 80%; } }
  #menu-mb .wrapper-menu-mb .menu-mb-inner {
    height: calc(100% - 50px);
    transform: translateX(0);
    transition: transform .25s ease-out; }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-tab-menu-mb {
      list-style: none;
      margin: 0;
      flex-wrap: nowrap;
      overflow-x: scroll;
      scrollbar-width: none;
      -ms-overflow-style: none;
      display: flex;
      border-bottom: 1px solid rgba(45, 45, 45, 0.1); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-tab-menu-mb::-webkit-scrollbar {
        width: 0;
        display: none; }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-tab-menu-mb li {
        width: 50%;
        position: relative;
        display: inline-block; }
        #menu-mb .wrapper-menu-mb .menu-mb-inner .section-tab-menu-mb li span {
          height: 49px;
          width: 100%;
          display: block;
          text-align: center;
          text-decoration: none;
          color: #999;
          letter-spacing: 2px;
          font-weight: 900;
          background-color: #fff;
          border-style: none;
          cursor: pointer;
          padding: 0;
          line-height: 50px;
          box-sizing: border-box;
          min-width: 100px; }
        #menu-mb .wrapper-menu-mb .menu-mb-inner .section-tab-menu-mb li.active span {
          color: #2d2d2d;
          border-bottom: 2px solid #2d2d2d; }
        #menu-mb .wrapper-menu-mb .menu-mb-inner .section-tab-menu-mb li:not(:last-of-type):after {
          content: "";
          top: 50%;
          right: 0;
          margin-top: -10px;
          position: absolute;
          height: 20px;
          width: 1px;
          background-color: rgba(45, 45, 45, 0.1); }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab ul {
      list-style: none;
      padding: 0;
      padding: 16px 16px 0;
      background-color: #fff;
      box-sizing: border-box;
      height: calc(100% - 50px);
      transform: translateX(0); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab ul li {
        list-style: none;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        width: 100%; }
        #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab ul li a {
          font-weight: bold;
          font-size: 16px;
          width: 100%; }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb {
      display: none;
      height: 100%;
      overflow-y: scroll;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(1) div {
        background: url(https://file.hstatic.net/200000503583/file/do-bo-thu-dong_55eeea5872c74c37b_5486ad695aae41019bdda2f7979235c1_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(2) div {
        background: url(https://file.hstatic.net/200000503583/file/ao-phao_ca6d87b9e3104e859fed04e18259c2b9_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(3) div {
        background: url(https://file.hstatic.net/200000503583/file/parka-nu_b317aeca11bf488eb17dd67cdf0abb0f_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(4) div {
        background: url(https://file.hstatic.net/200000503583/file/ao-gio-nu_1be494d12b584d879ee109e248bdb040_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(5) div {
        background: url(https://file.hstatic.net/200000503583/file/jacket-nu_041c6ec6883448f7ad2e3bfdf2d23cc7_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(6) div {
        background: url(https://file.hstatic.net/200000503583/file/vest_eb9c4110e4a24a6e92d27497c4bd1d32_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(7) div {
        background: url(https://file.hstatic.net/200000503583/file/do-bo-mac-nha_07f2b87af2a34b71ae_f764eed2e8c64786abca06b13ef2bc98_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(8) div {
        background: url(https://file.hstatic.net/200000503583/file/vay-dam_d09813a3ca4945e8a216352a_cc81ab392b9a4690bb4d5f5f463a6a62_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(9) div {
        background: url(https://file.hstatic.net/200000503583/file/pi_a2df9504fce24ccfa8912a2687a49_45be658599d6402bb01d1d3ebdb086fe_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(10) div {
        background: url(https://file.hstatic.net/200000503583/file/ao-chong-nang-nu_0dcb6bf105144a1_6798159037b64062af0c99d45fed491e_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(11) div {
        background: url(https://file.hstatic.net/200000503583/file/ao-nu_8e69cbeb837c4347acc8e340b0_a51ae25fdadb4e048bee5d83f7b76f8b_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(12) div {
        background: url(https://file.hstatic.net/200000503583/file/quan-nu_f03e44316f894aa6b733d843_5990c6414a0d46e9bc0e659f57b82d22_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(13) div {
        background: url(https://file.hstatic.net/200000503583/file/do-lot_e0ae094880304dc185a983d39_09820491811544c9b1aab65cbd199533_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(1) div {
        background: url(https://file.hstatic.net/200000503583/file/ao-khoac-thu-dong-nam_6b7c5776c0_257e9e5f3f244de9bb4addcb72c39656_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(2) div {
        background: url(https://file.hstatic.net/200000503583/file/do-bo-thu-dong-nam_b6348935f1d44_59714d0f8c1e4b1e879acc7b9d9c367e_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(3) div {
        background: url(https://file.hstatic.net/200000503583/file/ao-quan-giu-nhiet_c5216ec0424044_ac2ad753d31c4427b796ef2fca1c05c8_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(4) div {
        background: url(https://file.hstatic.net/200000503583/file/ao-phao-nam_9cac1ac3355046ff857a952a088204a4_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(5) div {
        background: url(https://file.hstatic.net/200000503583/file/ao-gio-nam_0833e7b54db24a3a90247683253875d2_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(6) div {
        background: url(https://file.hstatic.net/200000503583/file/jacket-nam_fac69d433bac4b56bdb404bf8615ba3e_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(7) div {
        background: url(https://file.hstatic.net/200000503583/file/ao-chong-nang-nam_df4771595f8940_90aa579f203b420f9ae316676cf4fae3_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(8) div {
        background: url(https://file.hstatic.net/200000503583/file/ao-nam_6ae4a0410c5d483787d4b5760_7c28a4c4983a419982f0c51bc3facd2b_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(9) div {
        background: url(https://file.hstatic.net/200000503583/file/do-bo-he-nam_3144c36bb9ea477fa90_bd5b4e13dc4b46e686f080eb2b1e4b90_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(10) div {
        background: url(https://file.hstatic.net/200000503583/file/quan-short-nam_81fc3473591642f29_dbb5e0a566cd4016ab360988c31405e5_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(11) div {
        background: url(https://file.hstatic.net/200000503583/file/do-lot-nam_683d426be73b4962b8c3d_5549a087fabd4603b9a9f2f4f96a7d49_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(12) div {
        background: url(http://hstatic.sku.vn/0/0/global/noDefaultImage6_large.gif); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(13) div {
        background: url(http://hstatic.sku.vn/0/0/global/noDefaultImage6_large.gif); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="sale"] li:nth-child(1) div {
        background: url(https://file.hstatic.net/200000503583/file/sale-dong-gia-99_82675dee460d4da8859de8388c8b5efb_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="sale"] li:nth-child(2) div {
        background: url(https://file.hstatic.net/200000503583/file/sale-dong-gia-199_6cdc32e4e0b4468d938d14501dfc8bf7_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="sale"] li:nth-child(3) div {
        background: url(https://file.hstatic.net/200000503583/file/sale-dong-gia-299_1847d79372af4acab1d6f4ae39aa6176_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="sale"] li:nth-child(4) div {
        background: url(https://file.hstatic.net/200000503583/file/sale-dong-gia-399_e71ae736377d4251978a77c31af48e5c_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="sale"] li:nth-child(5) div {
        background: url(https://file.hstatic.net/200000503583/file/sale-dong-gia-499_fe111711a2f4481c917666137618ceb1_large.jpg); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="sale"] li:nth-child(6) div {
        background: url(http://hstatic.sku.vn/0/0/global/noDefaultImage6_large.gif); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="sale"] li:nth-child(7) div {
        background: url(http://hstatic.sku.vn/0/0/global/noDefaultImage6_large.gif); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="sale"] li:nth-child(8) div {
        background: url(http://hstatic.sku.vn/0/0/global/noDefaultImage6_large.gif); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="sale"] li:nth-child(9) div {
        background: url(http://hstatic.sku.vn/0/0/global/noDefaultImage6_large.gif); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="sale"] li:nth-child(10) div {
        background: url(http://hstatic.sku.vn/0/0/global/noDefaultImage6_large.gif); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="sale"] li:nth-child(11) div {
        background: url(http://hstatic.sku.vn/0/0/global/noDefaultImage6_large.gif); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="sale"] li:nth-child(12) div {
        background: url(http://hstatic.sku.vn/0/0/global/noDefaultImage6_large.gif); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="sale"] li:nth-child(13) div {
        background: url(http://hstatic.sku.vn/0/0/global/noDefaultImage6_large.gif); }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb li .bg-menu-mb {
        background-color: #fff;
        height: 96px;
        position: relative;
        padding: 0 16px;
        width: 100%;
        display: flex;
        align-items: center;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important; }
      #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb.active {
        display: block; }

#menu-mb .menu-mb-overlay {
  position: fixed;
  visibility: hidden;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 19000;
  opacity: 0;
  background-color: rgba(45, 45, 45, 0.65);
  right: 0;
  transition: opacity .25s ease-in; }

#menu-mb .close-menu-mb {
  position: absolute;
  padding: 0 13px;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-image: url(https://file.hstatic.net/200000401437/file/download_965c438b179746fe81f88e9b8e536f65.svg);
  background-repeat: no-repeat;
  background-color: #2d2d2d;
  background-size: 24px;
  background-position: 50%;
  cursor: pointer;
  border: 0;
  z-index: 999999;
  display: none; }
  @media (max-width: 991.98px) {
    #menu-mb .close-menu-mb {
      left: 80%; } }

.show-menu #menu-mb .wrapper-menu-mb {
  transform: translateX(0); }

.show-menu #menu-mb .menu-mb-overlay {
  visibility: visible;
  opacity: 1; }

.show-menu #menu-mb .close-menu-mb {
  display: block; }

.mainHeader.mainHeader_temp03 {
  border-bottom: 0; }
  .mainHeader.mainHeader_temp03 .topbar {
    background: #a70707;
    color: #ffffff; }
    .mainHeader.mainHeader_temp03 .topbar .topbar-slideText .owl-nav button.owl-prev,
    .mainHeader.mainHeader_temp03 .topbar .topbar-slideText .owl-nav button.owl-next {
      color: #ffffff; }
    .mainHeader.mainHeader_temp03 .topbar .bg-primary {
      background-color: #ffffff; }
  .mainHeader.mainHeader_temp03 .mainHeader-middle {
    background: #ffffff;
    position: relative; }
  .mainHeader.mainHeader_temp03 .header-wrap-search {
    -ms-align-self: center;
    align-self: center;
    padding: 0; }
    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search {
      position: relative;
      max-width: 200px;
      margin: 0 auto;
      transition: width .25s ease,transform .25s ease; }
      .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product {
        position: relative;
        z-index: 100;
        -webkit-transition: width 0.3s linear 0.1s;
        transition: width  0.3s linear 0.1s; }
      .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search {
        padding: 9px 9px 10px 50px;
        width: 100%;
        background: #fff;
        border: 1px solid #ececec;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        display: inline-block;
        border-radius: 30px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        -webkit-transition: all 150ms linear;
        transition: all 150ms linear; }
      .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search {
        position: absolute;
        padding: 0;
        top: 0px;
        bottom: 0;
        left: 0px;
        border-radius: 0 4px 4px 0;
        border: 0;
        width: 55px;
        background: transparent;
        transition: opacity 150ms linear; }
      .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search svg {
        width: 18px;
        height: 40px;
        display: block;
        margin: auto;
        fill: #c5cee0; }
      .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search:focus {
        background: #ffffff;
        outline: none;
        border-color: #c00113; }
      .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper {
        top: 100%;
        left: 0;
        right: 0;
        z-index: 80;
        padding: 20px 0; }
        .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest {
          visibility: hidden;
          opacity: 0;
          transform: translateY(-20px); }
        .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest.show-suggest {
          visibility: visible;
          opacity: 1;
          transform: translateY(0);
          transition: opacity .35s .4s,visibility .35s .4s,transform .25s ease .35s; }
        .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .resultsContent.resultsdata + .search-suggest {
          display: none; }
    .mainHeader.mainHeader_temp03 .header-wrap-search .close-search {
      display: none; }
      .mainHeader.mainHeader_temp03 .header-wrap-search .close-search span {
        display: flex;
        background: #f5f5f5;
        border-radius: 100px;
        padding: 14px; }
        .mainHeader.mainHeader_temp03 .header-wrap-search .close-search span svg {
          height: 12px;
          width: 12px; }
    .search-header .mainHeader.mainHeader_temp03 .header-wrap-search {
      z-index: 10;
      min-height: 312px;
      position: absolute;
      top: 0;
      left: 0;
      text-align: left;
      width: 100%;
      background: #fff;
      overflow-y: scroll;
      padding: 12px 16px;
      transition: all .1s;
      transform: none;
      display: inline-block; }
      .search-header .mainHeader.mainHeader_temp03 .header-wrap-search .header-search {
        max-width: 600px; }
      .search-header .mainHeader.mainHeader_temp03 .header-wrap-search .close-search {
        position: absolute;
        top: 12px;
        right: 24px;
        background: transparent;
        flex: 0 0 auto;
        align-items: center;
        border-radius: 100px;
        display: block;
        z-index: 100;
        border: none; }
        @media (min-width: 991px) {
          .search-header .mainHeader.mainHeader_temp03 .header-wrap-search .close-search {
            right: 15px; } }
  .mainHeader.mainHeader_temp03 .header-overflow-search {
    display: none; }
    @media (min-width: 1200px) {
      .mainHeader.mainHeader_temp03 .header-overflow-search {
        position: fixed;
        top: 10% !important;
        width: 100%;
        height: 100%;
        z-index: 8;
        left: 0;
        background: rgba(57, 57, 57, 0.7); }
        .search-header .mainHeader.mainHeader_temp03 .header-overflow-search {
          display: block; } }
  .mainHeader.mainHeader_temp03 .header-wrap-logo {
    max-width: 35%;
    position: relative;
    z-index: 10; }
    .mainHeader.mainHeader_temp03 .header-wrap-logo h1, .mainHeader.mainHeader_temp03 .header-wrap-logo a {
      color: #1f1f1f; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) {
    margin-left: 25px; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu):before {
    content: "";
    display: none;
    width: 1px;
    height: 55%;
    margin-right: 25px;
    background: rgba(236, 236, 236, 0.1); }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-text {
    display: block;
    color: #1f1f1f; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-icon {
    width: 25px;
    height: 30px; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-icon svg {
    height: 30px;
    fill: #1f1f1f; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_text .header-action__link,
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_account .header-action_text .header-action__link:not(.not-icon) {
    text-align: center; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_account .header-action_text .header-action__link.not-icon .box-icon {
    display: none; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_account .header-action_text .header-action__link .box-icon svg {
    width: 20px; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_text .header-action__link .box-text {
    display: block; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_locale .overlays .header-action__link {
    border-radius: 5px;
    background: #ffffff;
    padding: 5px; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_search {
    display: none; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu {
    margin: 0;
    padding: 0;
    border: 0; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
    top: 13px; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar, .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after, .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    background: #1f1f1f; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon, .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
    height: 25px; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
    height: 25px;
    fill: #1f1f1f; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-text {
    text-align: center;
    display: block;
    padding: 0;
    color: #1f1f1f;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_backlink a {
    text-align: center;
    color: #1f1f1f; }
  .mainHeader.mainHeader_temp03 .header-menu-desktop {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(198, 218, 248, 0.25); }
  .mainHeader.mainHeader_temp03.hSticky.hSticky-nav .section-index-groupmenu {
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 10px rgba(198, 218, 248, 0);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  .mainHeader.mainHeader_temp03.hSticky.hSticky-nav.hSticky-up .section-index-groupmenu {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 5px 10px rgba(198, 218, 248, 0.35);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  @media (min-width: 992px) {
    .mainHeader.mainHeader_temp03 .header-wrap-menu .navbar-mainmenu {
      text-align: left; }
    .mainHeader.mainHeader_temp03 .header-wrap-menu ul.menuList-primary > li {
      margin-left: 0;
      margin-right: 15px; }
    .mainHeader.mainHeader_temp03 .header-wrap-menu ul.menuList-primary > li > a {
      padding-left: 0px;
      padding-top: 12px;
      padding-bottom: 12px; } }
  .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product {
    width: 100% !important; }
  @media (max-width: 991px) {
    .mainHeader.mainHeader_temp03 {
      /*.header-wrap-search{
		-webkit-transition: all 0.3s linear 0.1s;  transition: all  0.3s linear 0.1s; 
		display:none;	margin-left: 10px;margin-right: 5px;
		width: 100%;
		.header-search {
		padding:0;position: initial;margin:0;
		max-width: none;
		.searchform-product {
		visibility: hidden;  width: 0; float: right;
		-webkit-transition:none ;transition:none;
	}
		.searchform-product .input-search {
		font-size: 13px; padding:7px 8px 7px 40px;
		background: #f5f5f5;border-radius: 55px;	border-color: #f5f5f5;
		&:focus{border-color:#e7e7e7;background: #f5f5f5;}
	}
		.searchform-product .btn-search{width:35px; left: 0; right: auto;}
		.searchform-product .btn-search svg { fill: #333333; width: 18px;height: 30px;}
		.smart-search-wrapper{
		position: fixed; bottom: 0; top:50px;overflow-y: scroll;margin-top: 15px;padding:10px 15px 30px;	
		display:block!important;    box-shadow: none;
	}
	}
	}*/ }
      .mainHeader.mainHeader_temp03 .flex-container-header {
        padding: 0; }
      .mainHeader.mainHeader_temp03 .header-wrap-logo {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        text-align: left;
        max-width: 100%; }
        .mainHeader.mainHeader_temp03 .header-wrap-logo .wrap-logo {
          padding-left: 0px;
          padding-right: 10px; }
          .mainHeader.mainHeader_temp03 .header-wrap-logo .wrap-logo.text-center-mobile {
            text-align: center; }
            .mainHeader.mainHeader_temp03 .header-wrap-logo .wrap-logo.text-center-mobile a {
              display: inline-block; }
      .mainHeader.mainHeader_temp03 .header-wrap-action:not(.header-wrap-iconav) {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto; }
      .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) {
        margin-right: 10px;
        margin-left: 0;
        -webkit-flex: 1;
        flex: 1;
        -webkit-justify-content: center;
        justify-content: center; }
      .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu):before {
        margin-right: 10px; }
      .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu):first-child:before {
        display: none; }
      .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-text {
        font-size: 10px; }
      .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-text .txtbl {
        white-space: nowrap; }
      .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-text {
        display: none; }
      .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-icon {
        width: 30px;
        height: 30px; }
      .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_text .header-action__link .box-text {
        display: block;
        margin-right: -3px; }
      .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
        left: 12px;
        top: -4px; }
      .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu {
        margin-right: 10px; }
      .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_search {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_account .header-action_text .header-action__link.not-icon .box-icon {
        display: block; }
      .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action-item:not(.header-action_search) {
        display: none;
        visibility: hidden; }
      .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search .header-action_text .header-action__link .box-icon {
        transform: scale(1.1);
        background: #f5f5f5;
        border-radius: 50%; }
      .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search .header-action_text .header-action__link .box-icon .box-icon--close {
        opacity: 1;
        visibility: visible;
        transition-delay: 0.2s;
        -webkit-transform: scale(0.6);
        transform: scale(0.6); }
        .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search .header-action_text .header-action__link .box-icon .box-icon--close svg {
          fill: #333; }
      .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search .header-action_text .header-action__link .box-icon > svg {
        opacity: 0;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1); }
      .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search:before {
        opacity: 0; }
      .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search {
        padding-top: 10px;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99; }
      .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search .header-wrap-logo,
      .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search .header-wrap-iconav {
        display: none; }
      .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search .header-wrap-search .header-search .searchform-product {
        visibility: visible;
        width: 100%;
        -webkit-transition: width 0.3s linear 0s;
        transition: width 0.3s linear 0s; }
      .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search .header-wrap-search .header-search .smart-search-wrapper .search-suggest {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        transition: opacity .35s .4s,visibility .35s .4s,transform .25s ease .35s; } }
  @media (max-width: 767px) {
    .mainHeader.mainHeader_temp03 .mainHeader-middle .container {
      padding-left: 4px;
      padding-right: 4px; }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) {
      margin-right: 4px;
      margin-left: 0px; }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu):before {
      margin-right: 4px; }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
      max-width: 95px; }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text.nohas-account .txt-overflow {
      max-width: 110px; }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_text .header-action__link .box-text .fa {
      font-size: 8px;
      margin-left: 1px;
      margin-right: 4px; }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_text .header-action__link .box-text {
      font-size: 9px; } }

.location-noscroll.locked-scroll {
  overflow: hidden; }

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

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

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

/*.locked-scroll.locked-scroll-menu {overflow: hidden; width: 100%; top: 0;}
.locked-scroll.locked-scroll-menu .sitenav-overlay {background: rgba(0, 0, 0, 0.32);	z-index: 991;}*/
@media (max-width: 991px) {
  .locked-scroll {
    overflow: hidden;
    width: 100%;
    top: 0; }
  .locked-scroll .mainHeader.hSticky {
    position: fixed;
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .locked-scroll .mainHeader.hSticky.hSticky-nav.hSticky-up,
  .locked-scroll .mainHeader.hSticky.hSticky-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  body.noscroll {
    overflow: hidden;
    width: 100%;
    top: 0;
    height: 100%; }
  body.noscroll .mainHeader.mainHeader_temp03 .topbar {
    display: none; }
  body.noscroll .mainHeader.mainHeader_temp03 {
    position: fixed;
    top: 0 !important;
    left: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    z-index: 999;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition: all 0s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  body.noscroll .mainHeader.hSticky.hSticky-nav.hSticky-up,
  body.noscrolll .mainHeader.hSticky.hSticky-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/*====== FOOTER ========================*/
.section-footer-gallery {
  position: relative;
  background-color: #f8f8f8;
  padding: 40px 0 0; }
  .section-footer-gallery .rowFlex-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section-footer-gallery .rowFlex-gallery .gallery-item {
      position: relative;
      overflow: hidden;
      float: left;
      width: calc(100%/3); }
  @media (min-width: 768px) {
    .section-footer-gallery {
      padding: 40px 0 0; }
    .section-footer-gallery .rowFlex-gallery .gallery-item {
      width: calc(100%/6); } }

.mainFooter {
  margin-top: 50px;
  border-top: 1px solid #e7e7e7;
  background: #a70707;
  line-height: 1.6; }
  .mainFooter.mrtop-0 {
    margin-top: 0; }
  .mainFooter .footer-container .footer-call-center {
    padding: 5px 5px 8px;
    background: #c00113; }
    .mainFooter .footer-container .footer-call-center .flexbox-callcenter {
      margin: 0 -10px;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; }
    .mainFooter .footer-container .footer-call-center .infocc {
      max-width: calc((100% - 80px)/2);
      padding: 0 3px;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center; }
    .mainFooter .footer-container .footer-call-center .infocc.expand-title {
      max-width: 80px; }
    .mainFooter .footer-container .footer-call-center .flexbox-callcenter > .infocc.expand-title:first-child {
      width: 100%;
      max-width: 100%; }
    .mainFooter .footer-container .footer-call-center .infocc-box {
      text-align: left;
      color: #fff; }
    .mainFooter .footer-container .footer-call-center .infocc .txtcc {
      display: block; }
    .mainFooter .footer-container .footer-call-center .infocc .txtcc a {
      color: #ffffff; }
    .mainFooter .footer-container .footer-call-center .infocc .txtcc i {
      margin-right: 3px; }
    .mainFooter .footer-container .footer-call-center .infocc .txt-init {
      font-size: 11px; }
    .mainFooter .footer-container .footer-call-center .infocc .txt-bold {
      font-size: 12px;
      font-weight: 600; }
    .mainFooter .footer-container .footer-call-center .infocc.expand-title .infocc-box {
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
    .mainFooter .footer-container .footer-call-center .infocc.expand-title .txt-icon {
      font-size: 12px;
      opacity: 0.8;
      margin-left: 10px; }
    .mainFooter .footer-container .footer-call-center .infocc.expand-title .txt-icon i {
      margin: 0;
      transition: transform 0.4s ease-in-out 0s;
      -moz-transition: transform 0.4s ease-in-out 0s;
      -webkit-transition: transform 0.4s ease-in-out 0s; }
    .mainFooter .footer-container .footer-call-center .infocc.expand-title.active .txt-icon i {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .mainFooter .footer-container .footer-expand-collapsed {
    display: none;
    color: #ffffff; }
  .mainFooter .footer-container .footer-maininfo {
    padding: 15px 0; }
  .mainFooter .footer-container .widget-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .mainFooter .footer-container .widget-footer:last-child {
      border-bottom: 0; }
    .mainFooter .footer-container .widget-footer .title-footer, .mainFooter .footer-container .widget-footer .fter-title {
      position: relative;
      font-size: 16px;
      color: #ffffff;
      margin: 0px;
      padding: 12px 0;
      font-weight: 500; }
      @media (max-width: 991px) {
        .mainFooter .footer-container .widget-footer .title-footer:not(.fter-title, .fter-title):before, .mainFooter .footer-container .widget-footer .fter-title:not(.fter-title, .fter-title):before {
          content: "\f107";
          font-family: "FontAwesome";
          position: absolute;
          top: -4px;
          left: 10px;
          text-align: center;
          font-size: 22px;
          transition: all 0.4s ease-in-out 0s;
          -moz-transition: all 0.4s ease-in-out 0s;
          -o-transition: all 0.4s ease-in-out 0s;
          -webkit-transition: all 0.4s ease-in-out 0s;
          -ms-transition: all 0.4s ease-in-out 0s; }
        .mainFooter .footer-container .widget-footer .title-footer.opened, .mainFooter .footer-container .widget-footer .fter-title.opened {
          font-weight: 700; }
        .mainFooter .footer-container .widget-footer .title-footer.opened:before, .mainFooter .footer-container .widget-footer .fter-title.opened:before {
          -moz-transform: rotate(-180deg);
          -webkit-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); } }
    .mainFooter .footer-container .widget-footer .fter-title {
      padding-top: 0;
      margin-top: 20px; }
    .mainFooter .footer-container .widget-footer .block-collapse {
      display: none;
      padding: 10px 0px 20px; }
    .mainFooter .footer-container .widget-footer .address-footer ul li {
      margin: 0 0 8px; }
    .mainFooter .footer-container .widget-footer .footerInfo-hline {
      margin-bottom: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-align-items: center;
      align-items: center; }
      .mainFooter .footer-container .widget-footer .footerInfo-hline .box-icon {
        width: 45px; }
        .mainFooter .footer-container .widget-footer .footerInfo-hline .box-icon svg {
          width: 30px;
          height: 30px;
          fill: #ffffff; }
      .mainFooter .footer-container .widget-footer .footerInfo-hline .box-content {
        width: calc(100% - 45px); }
        .mainFooter .footer-container .widget-footer .footerInfo-hline .box-content span {
          display: block;
          font-size: 24px;
          color: #ffffff;
          font-weight: 500; }
        .mainFooter .footer-container .widget-footer .footerInfo-hline .box-content u {
          font-size: 16px;
          color: #ffffff; }
    .mainFooter .footer-container .widget-footer .footerNav-link li {
      padding-left: 15px;
      position: relative;
      margin: 0 0 8px; }
      .mainFooter .footer-container .widget-footer .footerNav-link li a {
        color: #ffffff; }
      .mainFooter .footer-container .widget-footer .footerNav-link li a:before {
        content: "";
        width: 4px;
        height: 4px;
        background: #ffffff;
        left: 0;
        opacity: 1;
        position: absolute;
        top: 0;
        border-radius: 50%;
        bottom: 0;
        margin: auto; }
      .mainFooter .footer-container .widget-footer .footerNav-link li a:hover, .mainFooter .footer-container .widget-footer .footerNav-link li a:focus {
        color: #6ec7b3; }
      .mainFooter .footer-container .widget-footer .footerNav-link li a:hover:before, .mainFooter .footer-container .widget-footer .footerNav-link li a:focus:before {
        background: #6ec7b3; }
    .mainFooter .footer-container .widget-footer .footerNav-social {
      margin-top: 10px; }
      .mainFooter .footer-container .widget-footer .footerNav-social li {
        display: inline-block; }
      .mainFooter .footer-container .widget-footer .footerNav-social li a {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 14px;
        background-color: transparent;
        border: 1px solid #ffffff;
        color: #ffffff;
        display: block;
        margin-right: 8px;
        margin-bottom: 8px;
        text-align: center;
        border-radius: 4px;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      .mainFooter .footer-container .widget-footer .footerNav-social li a:hover {
        background-color: #6ec7b3;
        color: #ffffff;
        border-color: #6ec7b3; }
  .mainFooter .footer-copyright {
    border-top: solid 1px #e6e6e6;
    font-size: 12px;
    padding: 8px 0;
    color: #ffffff; }
  .mainFooter .footer-copyright p {
    margin: 0; }
  .mainFooter .footer-copyright p a {
    color: #ffffff;
    opacity: 0.8; }
  @media (min-width: 992px) {
    .mainFooter {
      margin-top: 30px; }
    .mainFooter .footer-container .footer-call-center {
      display: none; }
    .mainFooter .footer-container .footer-expand-collapsed {
      display: block; }
    .mainFooter .footer-container .footer-maininfo {
      padding: 40px 0 30px; }
    .mainFooter .footer-container .widget-footer {
      border-bottom: 0; }
    .mainFooter .footer-container .widget-footer .title-footer, .mainFooter .footer-container .widget-footer .fter-title {
      font-weight: 700;
      font-size: 18px;
      padding-bottom: 12px; }
    .mainFooter .footer-container .widget-footer .block-collapse {
      display: block; }
    .mainFooter .footer-container .footer-copyright {
      font-size: 13px;
      padding: 12px 0; } }

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

.smart-search-wrapper .item-ult {
  padding: 12px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.smart-search-wrapper .item-ult + .item-ult {
  border-top: 1px dotted #dfe0e1; }

.smart-search-wrapper .item-ult .thumbs {
  width: 50px; }

.smart-search-wrapper .item-ult .title {
  width: calc(100% - 50px);
  padding-right: 15px;
  position: relative; }

.smart-search-wrapper .item-ult .title a {
  font-weight: 500;
  display: block;
  color: #252a2b;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  margin: 0px 0 5px; }

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

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

.smart-search-wrapper .resultsMore {
  border-top: 1px dotted #dfe0e1;
  width: 100%; }

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

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

.smart-search-wrapper .search-suggest p {
  margin: 0 0 12px; }

.smart-search-wrapper .search-suggest li {
  margin-bottom: 5px; }

.smart-search-wrapper .search-suggest li a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #252a2b; }

@media (min-width: 992px) {
  .smart-search-wrapper .item-ult:nth-child(n + 6) {
    display: none; }
  .smart-search-wrapper .resultsMore.resultsMore-desktop {
    display: block; }
  .smart-search-wrapper .resultsMore.resultsMore-mobile {
    display: none; } }

@media (max-width: 991px) {
  .smart-search-wrapper .resultsMore.resultsMore-desktop {
    display: none; }
  .smart-search-wrapper .resultsMore.resultsMore-mobile {
    display: block; } }

/*===== PRODUCT LOOP ==========================*/
.product-loop .product-inner {
  height: 100%;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.product-loop .proloop-image {
  position: relative;
  overflow: hidden; }
  .product-loop .proloop-image .pro-sale, .product-loop .proloop-image .pro-soldout {
    position: absolute;
    top: 5px;
    z-index: 3;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 5px; }
  .product-loop .proloop-image .pro-soldout {
    left: 5px;
    background: #565656;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px; }
  .product-loop .proloop-image .pro-sale {
    left: 5px;
    background: red;
    letter-spacing: 0.5px; }
  .product-loop .proloop-image .pro-sale + .pro-soldout {
    top: 32px; }
  .product-loop .proloop-image .product--image {
    position: relative;
    overflow: hidden;
    text-align: center; }
    .product-loop .proloop-image .product--image .product--image__inner {
      width: 100%;
      height: 100%;
      /*display: -ms-flexbox;	display: flex;-ms-flex-pack: center;
				justify-content: center;-ms-flex-align: center;	align-items: center;
				-ms-flex-direction: column;	flex-direction: column;*/ }
      .product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow {
        display: none !important;
        background-color: initial;
        border: none;
        font-size: 0; }
        @media (min-width: 1200px) {
          .product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow:hover {
            background-color: rgba(243, 242, 240, 0.9); } }
        @media (max-width: 991.98px) {
          .list_view .product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow {
            display: block !important; } }
        .product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow.slick-prev {
          position: absolute;
          width: 30px;
          height: 45px;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          z-index: 10;
          cursor: pointer;
          margin-left: 10px; }
          .product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow.slick-prev:before {
            content: url(https://file.hstatic.net/200000401437/file/plp-left-arrow-with-opacity_f2220e8021424c1e839cbaec6fbb2c4f.svg); }
        .product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow.slick-next {
          position: absolute;
          width: 30px;
          height: 45px;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          z-index: 10;
          cursor: pointer;
          margin-right: 10px; }
          .product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow.slick-next:before {
            content: url(https://file.hstatic.net/200000401437/file/plp-right-arrow-with-opacity_40c659138556415cabf979be1b828017.svg); }
      .product-loop .proloop-image .product--image .product--image__inner .quick-add {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background-color: rgba(243, 242, 240, 0.9);
        width: calc(100% - 20px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px 10px 7px;
        opacity: 0;
        min-height: 58px; }
        .product-loop .proloop-image .product--image .product--image__inner .quick-add p {
          font-size: 16px;
          line-height: 16px;
          letter-spacing: 1px;
          text-transform: uppercase;
          margin: 0 auto; }
        .product-loop .proloop-image .product--image .product--image__inner .quick-add .quick-add-sizes {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin: 0 auto;
          padding: 0 15px;
          flex-wrap: nowrap;
          overflow-x: auto;
          scrollbar-width: none;
          -ms-overflow-style: none;
          display: flex;
          width: 100%; }
          .product-loop .proloop-image .product--image .product--image__inner .quick-add .quick-add-sizes.one-size {
            justify-content: center; }
          @media (max-width: 1200px) {
            .product-loop .proloop-image .product--image .product--image__inner .quick-add .quick-add-sizes::-webkit-scrollbar {
              display: none; } }
          .product-loop .proloop-image .product--image .product--image__inner .quick-add .quick-add-sizes .quick-add-size-btn {
            border: 1px solid transparent;
            background-color: initial;
            padding: 0 3px;
            margin: 0 5px;
            min-width: 25px;
            height: 25px;
            text-transform: uppercase; }
            .product-loop .proloop-image .product--image .product--image__inner .quick-add .quick-add-sizes .quick-add-size-btn[disabled] {
              display: none; }
            .product-loop .proloop-image .product--image .product--image__inner .quick-add .quick-add-sizes .quick-add-size-btn:hover {
              border: 1px solid #000; }
      @media (min-width: 1200px) {
        .product-loop .proloop-image .product--image .product--image__inner:hover .slick-arrow {
          display: block !important; } }
      @media (min-width: 992px) {
        .product-loop .proloop-image .product--image .product--image__inner:hover .quick-add {
          opacity: 1;
          color: #000; } }
      @media (max-width: 991.98px) {
        .list_view .product-loop .proloop-image .product--image .product--image__inner .quick-add {
          opacity: 1;
          color: #000;
          bottom: 0; } }
    .product-loop .proloop-image .product--image .prod-img {
      -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 .product--image .prod-img img:not(.lazyloaded) {
        min-height: 220px; }
    .product-loop .proloop-image .product--image .prod-img.first-image {
      height: 100%;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1; }
      .product-loop .proloop-image .product--image .prod-img.first-image picture {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .product-loop .proloop-image .product--image .prod-img.second-image {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0; }
      .product-loop .proloop-image .product--image .prod-img.second-image picture {
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -o-object-fit: contain;
        object-fit: contain; }
  .product-loop .proloop-image .proloop-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.product-loop .proloop-detail {
  padding: 12px 10px 4px;
  background-color: #ffffff;
  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: 14px;
    margin: 0 0 8px;
    font-weight: 500;
    line-height: 1.45;
    min-height: 40px; }
    .product-loop .proloop-detail h3 a {
      color: #252a2b; }
  .product-loop .proloop-detail .proloop--vendor {
    margin-bottom: 4px; }
    .product-loop .proloop-detail .proloop--vendor a {
      font-weight: 400;
      font-size: 11px;
      color: #666;
      text-transform: uppercase;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      text-transform: uppercase; }
  .product-loop .proloop-detail .proloop--price {
    margin-top: auto;
    margin-top: -23px;
    font-weight: 600;
    font-size: 14px;
    color: #252a2b; }
    .product-loop .proloop-detail .proloop--price .price {
      margin-right: 4px; }
    .product-loop .proloop-detail .proloop--price .price-del {
      color: #494848;
      text-decoration: line-through;
      font-weight: 300;
      font-size: 13px; }
    .product-loop .proloop-detail .proloop--price.on_sale .price {
      color: #c70000; }
  .product-loop .proloop-detail .proloop--action {
    position: relative;
    overflow: hidden;
    display: none; }
    .product-loop .proloop-detail .proloop--action__inner {
      padding-bottom: 8px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .product-loop .proloop-detail .proloop--action__inner .action-item {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        .product-loop .proloop-detail .proloop--action__inner .action-item.action-boxqty {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          -webkit-opacity: 0;
          -moz-opacity: 0;
          opacity: 0;
          visibility: hidden;
          -moz-transform: scale(0.92);
          -webkit-transform: scale(0.92);
          -o-transform: scale(0.92);
          transform: scale(0.92); }
      .product-loop .proloop-detail .proloop--action__inner .button {
        padding: 0 5px;
        font-size: 11px;
        font-weight: 500;
        display: block;
        width: 100%;
        height: 32px;
        line-height: 30px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        .product-loop .proloop-detail .proloop--action__inner .button:before {
          background-color: #fff; }
        .product-loop .proloop-detail .proloop--action__inner .button span {
          display: inline-block;
          vertical-align: middle; }
        .product-loop .proloop-detail .proloop--action__inner .button .btnico + span {
          margin-left: 4px; }
        .product-loop .proloop-detail .proloop--action__inner .button .btnico svg {
          fill: #ffffff;
          width: 16px;
          height: 30px;
          margin-top: -3px;
          display: block; }
        .product-loop .proloop-detail .proloop--action__inner .button:not(:hover) {
          border: 1px solid #c00113;
          color: #c00113; }
        .product-loop .proloop-detail .proloop--action__inner .button:not(:hover) .btnico svg {
          fill: #c00113; }
        .product-loop .proloop-detail .proloop--action__inner .button.btn-select-variant .btnico {
          display: none; }
        .product-loop .proloop-detail .proloop--action__inner .button.btn-only-store {
          font-size: 10px; }
        .product-loop .proloop-detail .proloop--action__inner .button.btn-only-store, .product-loop .proloop-detail .proloop--action__inner .button.disabled {
          cursor: default;
          -webkit-box-shadow: none;
          box-shadow: none;
          border-color: #c9c3c3;
          color: #c9c3c3;
          background-color: #ffffff; }
          .product-loop .proloop-detail .proloop--action__inner .button.btn-only-store .btnico, .product-loop .proloop-detail .proloop--action__inner .button.disabled .btnico {
            display: none; }
          .product-loop .proloop-detail .proloop--action__inner .button.btn-only-store .btnico svg, .product-loop .proloop-detail .proloop--action__inner .button.disabled .btnico svg {
            fill: #c9c3c3; }
          .product-loop .proloop-detail .proloop--action__inner .button.btn-only-store .btnico + span, .product-loop .proloop-detail .proloop--action__inner .button.disabled .btnico + span {
            margin-left: 0;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .product-loop .proloop-detail .proloop--action__inner .button.btn-only-store:before, .product-loop .proloop-detail .proloop--action__inner .button.disabled:before {
            background-color: #ffffff; }
      .product-loop .proloop-detail .proloop--action__inner .proloop-boxqty {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        overflow: hidden;
        height: 32px;
        line-height: 30px;
        border: 1px solid #c00113;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        .product-loop .proloop-detail .proloop--action__inner .proloop-boxqty .btnqty, .product-loop .proloop-detail .proloop--action__inner .proloop-boxqty .proloop-qtyvalue {
          height: 30px;
          line-height: 30px;
          border: 0;
          outline: none; }
        .product-loop .proloop-detail .proloop--action__inner .proloop-boxqty .btnqty {
          height: 30px;
          width: 30px;
          background: #ffffff; }
          .product-loop .proloop-detail .proloop--action__inner .proloop-boxqty .btnqty svg {
            width: 13px;
            height: 100%;
            fill: #c00113;
            stroke: #c00113; }
        .product-loop .proloop-detail .proloop--action__inner .proloop-boxqty .proloop-qtyvalue {
          width: calc(100% - 60px);
          text-align: center;
          font-weight: 500;
          -webkit-appearance: none;
          -moz-appearance: none;
          -o-appearance: none;
          appearance: none; }
    .product-loop .proloop-detail .proloop--action.action-count .proloop--action__inner .action-item.action-boxqty {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      visibility: visible;
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .product-loop .proloop-detail .proloop--action.action-count .proloop--action__inner .action-item.action-addcart {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      visibility: hidden;
      -ms-transition: all .0s ease;
      -o-transition: all .0s ease;
      transition: all .0s ease; }
  .product-loop .proloop-detail .proloop--review {
    margin-bottom: 6px; }
    .product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge {
      overflow: hidden;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .product-loop .proloop-detail .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-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
          color: #fdd991 !important;
          font-size: 13px;
          margin-right: -3px;
          display: inline-block; }
        .product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
          color: #dfe3e8 !important; }
      .product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + span, .product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p {
        margin-bottom: 0;
        margin-left: 6px;
        color: #637381; }
      .product-loop .proloop-detail .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-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p:before {
          content: "(0)";
          display: inline-block;
          visibility: visible; }
      .product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + span, .product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p:before {
        font-size: 12px; }
  .product-loop .proloop-detail .proloop--review + .proloop--action {
    margin-top: 0; }

@media (min-width: 992px) {
  .product-loop.col-md-cus5 {
    width: 20%; }
  .product-loop .proloop-detail {
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -ms-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: transform 400ms ease; }
  .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:hover {
    -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); }
    .product-loop .product-inner:hover .proloop-image .product--image .prod-img.first-image {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0; }
    .product-loop .product-inner:hover .proloop-image .product--image .prod-img.second-image {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; } }

@media (max-width: 991px) {
  .product-loop.product-horizontal {
    padding-top: 0px;
    padding-bottom: 0px; }
    .product-loop.product-horizontal .product-resize, .product-loop.product-horizontal .product-resize .image-resize {
      height: auto !important; }
    .product-loop.product-horizontal .product-inner {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .product-loop.product-horizontal .proloop-image {
      -ms-flex: 0 0 110px;
      flex: 0 0 110px;
      max-width: 110px; }
      .product-loop.product-horizontal .proloop-image .pro-soldout {
        display: none; }
      .product-loop.product-horizontal .proloop-image .product--image .prod-img img:not(.lazyloaded) {
        min-height: 110px; }
    .product-loop.product-horizontal .proloop-detail {
      padding: 8px 8px 5px 12px;
      -ms-flex: 0 0 calc(100% - 110px);
      flex: 0 0 calc(100% - 110px);
      max-width: calc(100% - 110px);
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-self: start;
      -ms-align-self: start;
      align-self: start; }
      .product-loop.product-horizontal .proloop-detail .proloop--vendor {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-order: 1;
        order: 1;
        margin-bottom: 5px; }
      .product-loop.product-horizontal .proloop-detail h3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-order: 1;
        order: 1;
        margin-bottom: 12px; }
      .product-loop.product-horizontal .proloop-detail .proloop--price, .product-loop.product-horizontal .proloop-detail .proloop--review, .product-loop.product-horizontal .proloop-detail .proloop--action {
        margin-top: 0; }
      .product-loop.product-horizontal .proloop-detail .proloop--price, .product-loop.product-horizontal .proloop-detail .proloop--review {
        -ms-flex: 0 0 calc(100% - 85px);
        flex: 0 0 calc(100% - 85px);
        max-width: calc(100% - 85px);
        -ms-order: 2;
        order: 2;
        margin-bottom: 0;
        -ms-align-self: center;
        -webkit-align-self: center;
        align-self: center; }
      .product-loop.product-horizontal .proloop-detail .proloop--review .haravan-product-reviews-badge {
        margin-top: 3px; }
      .product-loop.product-horizontal .proloop-detail .proloop--action {
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
        max-width: 85px;
        -ms-order: 3;
        order: 3; }
        .product-loop.product-horizontal .proloop-detail .proloop--action__inner {
          padding: 0;
          -webkit-justify-content: flex-end;
          justify-content: flex-end; }
          .product-loop.product-horizontal .proloop-detail .proloop--action__inner .action-item {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: 100%; }
          .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button {
            width: 28px;
            height: 28px;
            display: block;
            border-radius: 50%;
            color: #ffffff; }
            .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button .btnico {
              display: block; }
            .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button .btnico svg {
              height: 28px;
              width: 14px;
              fill: #ffffff;
              margin-top: -2px;
              margin-left: auto;
              margin-right: auto; }
            .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button:before {
              display: none; }
            .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button:not(.disabled):before {
              background-color: #c00113; }
            .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.disabled, .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.disabled:before, .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.btn-only-store, .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.btn-only-store:before {
              background-color: #c9c3c3; }
            .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.disabled .btnico, .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.btn-only-store .btnico {
              display: block; }
            .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.btn-select-variant .btnico {
              display: block; }
          .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button .btnico + span {
            display: none; }
          .product-loop.product-horizontal .proloop-detail .proloop--action__inner .proloop-boxqty {
            height: 28px;
            max-width: 85px;
            border: 0;
            -webkit-justify-content: flex-end;
            justify-content: flex-end; }
            .product-loop.product-horizontal .proloop-detail .proloop--action__inner .proloop-boxqty .btnqty, .product-loop.product-horizontal .proloop-detail .proloop--action__inner .proloop-boxqty .proloop-qtyvalue {
              height: 25px;
              line-height: 25px; }
            .product-loop.product-horizontal .proloop-detail .proloop--action__inner .proloop-boxqty .btnqty {
              height: 25px;
              width: 25px;
              border-radius: 50%;
              border: 1px solid #c00113; }
            .product-loop.product-horizontal .proloop-detail .proloop--action__inner .proloop-boxqty .btnqty svg {
              width: 10px; }
          .product-loop.product-horizontal .proloop-detail .proloop--action__inner .action-item.action-boxqty {
            right: 0;
            left: auto; }
  .product-loop:not(.product-horizontal) .proloop-detail .proloop--action__inner .button:hover {
    color: #c00113; }
  .product-loop:not(.product-horizontal) .proloop-detail .proloop--action__inner .button:hover .btnico svg {
    fill: #c00113; } }

@media (max-width: 767px) {
  .product-loop .proloop-detail {
    padding: 12px 8px 3px; } }

@media (max-width: 480px) {
  .product-loop .proloop-image .product--image .prod-img img {
    width: 100% !important; }
  .product-loop .proloop-detail .proloop--action__inner .button {
    font-size: 10px; } }

.listProduct-row {
  margin-left: -5px;
  margin-right: -5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.listProduct-row .product-loop {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .listProduct-row {
    margin-left: -15px;
    margin-right: -15px; }
  .listProduct-row .product-loop {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px; }
  .listProduct-row .product-loop.product-horizontal {
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 2px; } }

/*===== INDEX ==========================*/
/*===== CUSTOM MOBILE ==============================*/
@media (max-width: 991px) {
  .container-md-pd0 {
    padding: 0; }
  .wraplist-products .listProduct-row,
  .section-index-groupmenu .flexbox-categories,
  .section-index-collection .section-banner {
    margin-left: -12px;
    margin-right: -12px; }
  .section-index-collection .section-banner .wraplist-image {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px; }
  .section-index-groupmenu .menulist-cate.owl-carousel {
    width: calc(100% + 24px); } }

@media (max-width: 767px) {
  .container-xs-pd0 {
    padding: 0; } }

/*===== PRODUCT DETAIL ==========================*/
.layout-productDetail .breadcrumb-shop {
  margin-bottom: 0; }

/*-------------------------------------------*/
/* . RENDER COMBO */
/*-------------------------------------------*/
.combo-info {
  margin: 15px 0;
  border-top: 1px dotted #dfe0e1;
  padding: 0 15px 15px; }
  .combo-info.d-none {
    display: none; }
  .combo-info .combo-info--title {
    font-size: 14px;
    margin: 15px 0 10px;
    font-weight: 600; }
  .combo-info .combo-info--content .combo-content--images {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px; }
    .combo-info .combo-info--content .combo-content--images p.plus {
      margin: 0;
      width: 50px;
      text-align: center; }
    .combo-info .combo-info--content .combo-content--images a.image {
      display: inline-block;
      width: 14%;
      border: 1px solid #dfdfdf;
      padding: 5px; }
      .combo-info .combo-info--content .combo-content--images a.image.disabled {
        opacity: 0.5; }
      @media (max-width: 767px) {
        .combo-info .combo-info--content .combo-content--images a.image {
          width: 25%; } }
  .combo-info .combo-info--content .combo-content--detail ul li {
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin-bottom: 12px; }
    .combo-info .combo-info--content .combo-content--detail ul li.item-force:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .combo-info .combo-info--content .combo-content--detail ul li label {
      margin-bottom: 0;
      border-radius: 0;
      width: 25px;
      height: 16px;
      top: 2px;
      position: relative; }
      .combo-info .combo-info--content .combo-content--detail ul li label input {
        width: 16px;
        height: 16px;
        border-radius: 0;
        margin: 0 10px 0 0;
        cursor: pointer; }
    .combo-info .combo-info--content .combo-content--detail ul li .combo-item--title {
      margin: 0 10px 0 0;
      width: calc(100% - 110px);
      font-size: 13px;
      font-weight: 500; }
      .combo-info .combo-info--content .combo-content--detail ul li .combo-item--title span {
        display: block;
        margin-top: 2px; }
        .combo-info .combo-info--content .combo-content--detail ul li .combo-item--title span b {
          font-size: 12px; }
        .combo-info .combo-info--content .combo-content--detail ul li .combo-item--title span del {
          font-size: 88%;
          color: #878c8f;
          margin-left: 10px;
          font-weight: 400; }
    .combo-info .combo-info--content .combo-content--detail ul li .combo-item--price {
      margin: 0;
      font-weight: 600;
      color: #ff2c26;
      text-align: right;
      font-size: 14px;
      width: 110px; }
      .combo-info .combo-info--content .combo-content--detail ul li .combo-item--price del {
        display: block;
        font-size: 88%;
        color: #878c8f;
        font-weight: 400; }
  .combo-info .combo-info--content .combo-content--total {
    text-align: right; }
    .combo-info .combo-info--content .combo-content--total p {
      font-weight: 700;
      margin: 10px 0;
      font-size: 13px; }
      .combo-info .combo-info--content .combo-content--total p span.combo-total-price {
        color: #ff2c26;
        font-size: 15px; }
    .combo-info .combo-info--content .combo-content--total button.add-combo {
      font-size: 13px;
      background: #f00;
      border: none;
      padding: 8px 20px;
      color: #fff;
      font-weight: 500;
      border-radius: 4px; }

/*===== QUICK VIEW DETAIL ================================*/
.wrapper-quickview {
  position: fixed;
  top: 100%;
  left: 0px;
  right: 0px;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0.3s;
  transition: all 0.2s ease 0.3s; }
  .wrapper-quickview .quickview-close {
    position: absolute;
    top: 14px;
    left: 12px;
    width: 25px;
    height: 25px;
    z-index: 99; }
    .wrapper-quickview .quickview-close svg {
      width: 100%;
      height: 100%; }
  .wrapper-quickview .jsQuickview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100% - 56px);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column; }
  .wrapper-quickview .modal-detailProduct {
    overflow: hidden;
    margin-bottom: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex; }
    .wrapper-quickview .modal-detailProduct .wrapbox-detailProduct-quickview {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .wrapper-quickview .modal-detailProduct .wrapbox-detailProduct-quickview .quickview-detailProduct--scroll {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        overflow-y: auto; }
        .wrapper-quickview .modal-detailProduct .wrapbox-detailProduct-quickview .quickview-detailProduct--scroll .quickview-productDetail-container {
          position: absolute;
          width: 100%;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          padding-bottom: 40px;
          overflow: auto;
          overflow-x: hidden; }
  .wrapper-quickview .modal-paramlink {
    position: relative;
    border-radius: 15px 15px 0 0;
    z-index: 1;
    overflow: hidden; }
    .wrapper-quickview .modal-paramlink:before {
      content: "";
      height: 100%;
      width: 0;
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      background: #f7f5f5; }
    .wrapper-quickview .modal-paramlink .paramlink-topbar {
      position: relative;
      display: block;
      border-bottom: 1px solid #e7e7e7;
      padding: 7px 50px 5px; }
      .wrapper-quickview .modal-paramlink .paramlink-topbar .purl-title {
        font-size: 15px;
        margin: 0;
        display: block; }
        .wrapper-quickview .modal-paramlink .paramlink-topbar .purl-title span {
          visibility: initial;
          overflow: hidden;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
      .wrapper-quickview .modal-paramlink .paramlink-topbar .purl-link {
        font-size: 13px; }
  .wrapper-quickview .quickview-sliderproduct {
    overflow: hidden; }
    .wrapper-quickview .quickview-sliderproduct .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; }
    .wrapper-quickview .quickview-sliderproduct .owl-nav button.owl-prev {
      left: 0px; }
    .wrapper-quickview .quickview-sliderproduct .owl-nav button.owl-next {
      right: 0px; }
    .wrapper-quickview .quickview-sliderproduct .owl-nav button:before {
      content: "";
      font-family: "FontAwesome";
      font-size: 35px;
      display: inline-block; }
    .wrapper-quickview .quickview-sliderproduct .owl-nav .owl-prev:before {
      content: "\f104"; }
    .wrapper-quickview .quickview-sliderproduct .owl-nav .owl-next:before {
      content: "\f105"; }
    .wrapper-quickview .quickview-sliderproduct .owl-nav button.disabled {
      opacity: 0; }
    .wrapper-quickview .quickview-sliderproduct .owl-dots {
      position: absolute;
      right: 10px;
      bottom: 10px;
      left: 10px;
      text-align: center; }
    .wrapper-quickview .quickview-sliderproduct .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; }
    .wrapper-quickview .quickview-sliderproduct .owl-dots .owl-dot.active {
      background: #3966b8; }
  .wrapper-quickview .quickview-sharingProduct {
    position: absolute;
    top: 10px;
    right: 8px;
    z-index: 2;
    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; }
    .wrapper-quickview .quickview-sharingProduct .sharing-iconCircle {
      position: absolute;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      display: block;
      border-radius: 50%;
      text-align: center;
      color: rgba(28, 27, 27, 0.5);
      background: #fff;
      cursor: pointer;
      -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
      box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15); }
      .wrapper-quickview .quickview-sharingProduct .sharing-iconCircle .sharing__primaryState, .wrapper-quickview .quickview-sharingProduct .sharing-iconCircle .sharing__secondaryState {
        display: block;
        -webkit-transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
        transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
        transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
        transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1); }
        .wrapper-quickview .quickview-sharingProduct .sharing-iconCircle .sharing__primaryState svg, .wrapper-quickview .quickview-sharingProduct .sharing-iconCircle .sharing__secondaryState svg {
          height: 35px;
          width: 14px;
          display: block;
          line-height: 35px;
          margin: auto; }
      .wrapper-quickview .quickview-sharingProduct .sharing-iconCircle .sharing__primaryState svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .wrapper-quickview .quickview-sharingProduct .sharing-iconCircle .sharing__secondaryState {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%); }
    .wrapper-quickview .quickview-sharingProduct a {
      right: 3px;
      width: 30px;
      line-height: 30px;
      height: 30px;
      text-align: center;
      position: absolute;
      display: block;
      opacity: 0;
      visibility: hidden;
      background: #fff;
      border-radius: 50%;
      cursor: pointer;
      -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
      box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
      -ms-transform: translateY(50%);
      -webkit-transform: translateY(50%);
      transform: translateY(50%); }
      .wrapper-quickview .quickview-sharingProduct a svg {
        height: 30px;
        line-height: 30px;
        width: 18px;
        display: block;
        margin: auto; }
    .wrapper-quickview .quickview-sharingProduct a:nth-child(2) {
      top: 50px;
      -ms-transition: all 150ms linear;
      -webkit-transition: all 150ms linear;
      transition: all 150ms linear; }
    .wrapper-quickview .quickview-sharingProduct a:nth-child(3) {
      top: 90px;
      -ms-transition: all 150ms linear 100ms;
      -webkit-transition: all 150ms linear 100ms;
      transition: all 150ms linear 100ms; }
    .wrapper-quickview .quickview-sharingProduct a span.toollip-txt {
      border-radius: 2px;
      text-align: center;
      background: #1c1b1b;
      padding: 0 8px;
      visibility: hidden;
      opacity: 0;
      margin-right: 10px;
      position: absolute;
      top: 0px;
      right: 40px;
      z-index: 999;
      color: #ffffff;
      font-size: 10px;
      white-space: nowrap; }
    .wrapper-quickview .quickview-sharingProduct a span.toollip-txt:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0px 7px 7px;
      border-color: transparent  transparent transparent #1c1b1b;
      position: absolute;
      right: -5px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .wrapper-quickview .quickview-sharingProduct a:nth-child(2) span.toollip-txt {
      -ms-transition: all 200ms linear 250ms;
      -webkit-transition: all 200ms linear 250ms;
      transition: all 200ms linear 250ms; }
    .wrapper-quickview .quickview-sharingProduct a:nth-child(3) span.toollip-txt {
      -ms-transition: all 200ms linear 350ms;
      -webkit-transition: all 200ms linear 350ms;
      transition: all 200ms linear 350ms; }
    .wrapper-quickview .quickview-sharingProduct a span.url-link {
      display: block;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .wrapper-quickview .quickview-sharingProduct.sharing-active .sharing-iconCircle {
      background: #1c1b1b;
      color: #fff; }
      .wrapper-quickview .quickview-sharingProduct.sharing-active .sharing-iconCircle .sharing__primaryState {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); }
      .wrapper-quickview .quickview-sharingProduct.sharing-active .sharing-iconCircle .sharing__secondaryState {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .wrapper-quickview .quickview-sharingProduct.sharing-active a {
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
    .wrapper-quickview .quickview-sharingProduct.sharing-active a span.toollip-txt {
      visibility: visible;
      opacity: 1;
      margin-right: 0; }
    .wrapper-quickview .quickview-sharingProduct input.linkToCopy {
      opacity: 0;
      position: absolute;
      left: 180%;
      top: -20px; }
  .wrapper-quickview .quickview-toolbarproduct {
    height: 60px; }
    .wrapper-quickview .quickview-toolbarproduct .productToolbar-addcart {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 999;
      background: #fff;
      margin: auto;
      border-top: 1px solid #e7e7e7;
      padding: 8px 0 10px; }
    .wrapper-quickview .quickview-toolbarproduct .use-chat-mobile .block-chat-mobile {
      width: 30%;
      text-align: center; }
      .wrapper-quickview .quickview-toolbarproduct .use-chat-mobile .block-chat-mobile img {
        width: 25px; }
      .wrapper-quickview .quickview-toolbarproduct .use-chat-mobile .block-chat-mobile p {
        margin: 0;
        width: 100%;
        display: inline-block; }
    .wrapper-quickview .quickview-toolbarproduct .use-chat-mobile .product-actions .block-addcart {
      width: calc(100% - 30%); }
  .wrapper-quickview .productCarousel-slider:not(.owl-loaded) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .wrapper-quickview .productCarousel-slider:not(.owl-loaded) .product-gallery {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .wrapper-quickview.show-quickview {
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    .wrapper-quickview.show-quickview .jsQuickview {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
  .wrapper-quickview.show-quickview .modal-paramlink:before {
    -webkit-animation: widthAnimation 3.5s ease-in-out;
    animation: widthAnimation 3.5s ease-in-out; }

.wrapper-quickview + .quickviewOverlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 993;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear; }

.wrapper-quickview .quickview-toolbarproduct {
  opacity: 0;
  visibility: hidden; }

.wrapper-quickview.show-quickview + .quickviewOverlay,
.wrapper-quickview.show-quickview .quickview-toolbarproduct {
  opacity: 1;
  visibility: visible; }

.body-scroll .scroll-down + .wrapper-quickview.show-quickview .quickview-productDetail-container {
  padding-bottom: 120px; }

/*===== CART===============================================*/
@media (max-width: 767px) {
  .layout-pageDetail .pageDetail-main-left, .layout-pageDetail .pageDetail-aside-right {
    padding-left: 0;
    padding-right: 0; }
  .layout-pageDetail .pageDetail-aside-right {
    margin-top: 12px; } }

/*======  SIDEBAR ==================================================*/
.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: 33%;
  float: left;
  position: relative;
  margin-top: 2px; }

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

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

.list-blogs-latest .item-article .post-content h3 a {
  color: #252a2b; }

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

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

.menuList-links {
  margin: 0; }

.menuList-links li {
  position: relative; }

.menuList-links li a {
  color: #252a2b;
  position: relative;
  font-size: 13px;
  display: block; }

.menuList-links li a:hover, .menuList-links li a:focus {
  color: #6ec7b3; }

.menuList-links > li {
  border-bottom: 1px dashed #e7e7e7; }

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

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 #e7e7e7; }

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

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

.group-sidebox {
  margin: 0 0 20px;
  position: relative;
  padding: 20px 15px;
  background: #ffffff; }
  .group-sidebox .sidebox-title h3 {
    font-size: 18px;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer; }
  .group-sidebox .sidebox-title h3 span {
    display: none; }
  .group-sidebox .sidebox-content {
    border-top: 1px solid #e7e7e7; }
  @media (max-width: 767px) {
    .group-sidebox {
      padding-bottom: 10px;
      margin: 0;
      border: 0; }
    .group-sidebox + .group-sidebox {
      border-top: 1px solid #e7e7e7; }
    .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); } }

/* ============ 	ADDTHIS ** addthis ============== */
/* - Harafunnel mobile */
.harafunnel-mb {
  position: fixed;
  right: 8px;
  bottom: 120px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  padding: 6px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 150ms linear; }

.harafunnel-mb:hover {
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3); }

.harafunnel-mb a {
  display: block; }

.harafunnel-mb a svg {
  width: 100%;
  height: 100%; }

/* end-- Harafunnel mobile */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_listSharing {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: transparent;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.addThis_listSharing .listSharing_action {
  position: absolute;
  bottom: 140px;
  border-radius: 12px;
  right: 20px;
  max-width: 300px;
  background-color: #f5f6fa;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 100% bottom;
  transform-origin: 100% bottom;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1); }

.addThis_listing .addThis_item {
  margin: 0;
  padding: 10px 15px; }

.addThis_listing .addThis_item:not(:last-of-type) {
  border-bottom: 1px solid #ecedf1;
  box-shadow: 0 1px 0 0 #fff; }

.addThis_listing .addThis_item .addThis_item--icon {
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.addThis_listing .addThis_item .addThis_item--icon svg {
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  opacity: 1;
  visibility: visible;
  position: initial;
  width: calc(100% - 30px);
  padding-left: 15px;
  text-align: left;
  background: transparent;
  color: #1d243e;
  font-size: 13px;
  font-weight: 400; }

.addThis_listing .addThis_item:hover .tooltip-text {
  color: #6ec7b3; }

.addThis_listing .addThis_item.addThis_item__fbchat {
  display: none; }

.addThis_listSharing .addThis_close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  border: 0;
  outline: none;
  padding: 6px;
  background: transparent; }

.addThis_listSharing .addThis_close svg {
  opacity: 0.6;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto; }

.addThis_iconContact {
  position: fixed;
  bottom: 105px;
  right: 13px;
  margin: 0;
  z-index: 999;
  cursor: pointer; }

.addThis_iconContact .svgico > svg {
  fill: #ffffff;
  width: 28px;
  height: 46px;
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }

.addThis_iconContact .svgico .svgico--close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3);
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }

.addThis_iconContact .svgico .svgico--close svg {
  fill: #ffffff;
  width: 17px;
  height: 46px; }

.addThis_listSharing.active + .addThis_iconContact .svgico .svgico--close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1); }

.addThis_listSharing.active + .addThis_iconContact .svgico > svg {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3); }

.addThis_listSharing.active {
  opacity: 1;
  visibility: visible; }

.addThis_listSharing.active .listSharing_action {
  -ms-transition-delay: 0.1s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.1s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.addThis_iconContact .box-contact .svgico {
  position: relative;
  z-index: 4;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  background: #c00113;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  animation: pulse 2s infinite;
  animation: pulse 2s infinite; }

.addThis_iconContact .box-contact:before, .addThis_iconContact .box-contact:after {
  position: absolute;
  content: '';
  height: 48px;
  width: 48px;
  left: 0;
  top: 0;
  background: #c00113;
  border-radius: 50%; }

.addThis_iconContact .box-contact:before {
  animation: euiBeaconPulseSmall 2s infinite ease-out; }

.addThis_iconContact .box-contact:after {
  animation: euiBeaconPulseSmall 2s  infinite ease-out 0.4s; }

.listSharing_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

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

@media (max-width: 991px) {
  .addThis_iconContact {
    display: block;
    bottom: 120px; }
  .addThis_listSharing .listSharing_action {
    bottom: 140px;
    left: 14px;
    right: 14px;
    max-width: 100%; }
  .addThis_listing .addThis_item .addThis_item--icon svg {
    width: 28px;
    height: 28px; }
  .addThis_listing .addThis_item.addThis_item__fbchat {
    display: block; }
  .addThis_listSharing.active .listSharing_overlay {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

/* modal- center */
.modal-addThis {
  font-size: 0;
  text-align: center;
  padding: 0 !important;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

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

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

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

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

.modal-addThis .modal-dialog-centered {
  margin: 30px auto 50px; }

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

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

@media (max-width: 767px) {
  .modal-addThis .modal-dialog-centered {
    margin: 30px 10px 50px; } }

/* modal-succes */
.modal-succesform .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #c00113; }

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

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

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

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

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

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

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

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

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

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

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

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

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

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

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

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

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

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

.modal-contactform .modal-header .close {
  margin-top: -10px;
  opacity: 0.5;
  font-size: 26px;
  width: 30px;
  margin-right: -8px; }

.modal-contactform .content_popupform .input-group {
  width: 100%;
  margin: 0 0 15px; }

.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 40px;
  font-weight: 500;
  padding: 5px 20px;
  background: #fbfbfb;
  color: #252a2b;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

.modal-contactform .content_popupform .input-group textarea {
  resize: none;
  height: 80px; }

@media (min-width: 992px) {
  .modal-addThis.modal-contactform .modal-dialog {
    width: 600px; }
  .modal-addThis.modal-succesform .modal-dialog {
    width: 450px; } }

/*====== POPUP CONTACT ====================================================================*/
.modal-popupContact {
  font-size: 0;
  text-align: center;
  padding: 0 !important;
  color: #333;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

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

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

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

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

.modal-popupContact .modal-dialog-centered {
  margin: 35px auto 50px; }

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

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

@media (max-width: 767px) {
  .modal-popupContact .modal-dialog-centered {
    margin: 35px 10px 50px; } }

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

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

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

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

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

.modal-popupContact.popupForm .modal-content.lazyloaded {
  background-image: url("https://file.hstatic.net/1000397797/file/bannerpopup-runner_6f69d441149048efbce03ffb50a6b8ef.jpg"); }

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

.modal-popupContact.popupForm .modal-content:before,
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
  width: 58%; }

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

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

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

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

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

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

.popup-form-customer .input-group input {
  box-shadow: none;
  background: #fff;
  border: 1px solid #e7e7e7;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.popup-form-customer .input-group input,
.popup-form-customer .input-group .input-group-addon {
  width: 100%;
  margin-bottom: 15px;
  height: 45px;
  padding: 10px 20px;
  line-height: 25px;
  outline: none; }

.popup-form-customer .input-group .input-group-addon {
  font-weight: 700;
  cursor: pointer;
  border: 1px solid #c00113; }

.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: 992px) {
  .popup-form-customer .input-group .input-group-addon:hover {
    border-color: #6ec7b3; } }

@media (max-width: 767px) {
  .modal-popupContact.popupForm .modal-content:before,
  .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    width: 100%; } }

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

/*=================================================*/
.siteCart-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: transparent;
  /*-webkit-transition: top 0.5s ease 0s; transition: top 0.5s ease 0s;top:calc(100% - 45px);*/ }
  .siteCart-mobile__dialog {
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.35s ease,bottom 0.25s ease, visibility 0s;
    transition: transform 0.35s ease,bottom 0.25s ease, visibility 0s;
    border-radius: 16px 16px 0 0;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
    display: flex;
    flex-direction: column; }
  .siteCart-mobile__content {
    height: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .siteCart-mobile__header {
    padding: 0 8px;
    cursor: pointer;
    border-bottom: 1px solid #dee2e6;
    background: #fc5601;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .siteCart-mobile__header .boxinfo {
      padding: 12px 8px;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .siteCart-mobile__header .boxinfo:nth-child(2) {
        font-weight: 600;
        text-align: center; }
      .siteCart-mobile__header .boxinfo:nth-child(3) {
        text-align: right; }
  .siteCart-mobile__body {
    position: relative;
    overflow: hidden;
    visibility: hidden;
    background: #ffffff;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .siteCart-mobile__body .sitenav-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: hidden; }
    .siteCart-mobile__body .sitenav-content__title {
      display: none; }
    .siteCart-mobile__body .cart-view {
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -ms-flex-direction: column;
      flex-direction: column; }
      .siteCart-mobile__body .cart-view-scroll {
        padding: 0 15px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; }
        .siteCart-mobile__body .cart-view-scroll .mini-cart__empty td {
          padding-top: 20px;
          padding-bottom: 20px; }
        .siteCart-mobile__body .cart-view-scroll .mini-cart__item {
          background: #ffffff; }
      .siteCart-mobile__body .cart-view-line {
        margin-top: auto;
        position: relative;
        z-index: 1; }
      .siteCart-mobile__body .cart-view-total {
        padding: 0 12px 05px; }
        .siteCart-mobile__body .cart-view-total .mini-cart__button .mnc-cta {
          flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          max-width: 100%; }
        .siteCart-mobile__body .cart-view-total .mini-cart__button .mnc-cta:last-child {
          display: none; }
  .siteCart-mobile__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .siteCart-mobile {
    display: block; }
    .template-product .siteCart-mobile .siteCart-mobile__header {
      bottom: -10%; }
  body.body-showcart {
    overflow: hidden; }
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_dropdown,
  .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_cart .box-triangle {
    display: none !important; }
  body:not(.mainBody-mbcart) .siteCart-mobile {
    display: block; }
  body:not(.mainBody-mbcart) .siteCart-mobile > .siteCart-mobile__header,
  body.mainBody-mbcart.template-page .siteCart-mobile > .siteCart-mobile__header {
    display: none; }
  body.mainBody-mbcart .mainFooter {
    padding-bottom: 45px; }
  body.mainBody-mbcart.template-page .mainFooter {
    padding-bottom: 0; }
  body.mainBody-mbcart.template-cart .mainFooter {
    padding-bottom: 56px; }
  body:not(.mainBody-mbcart).template-cart .wrapper-mainCart .order-summary-block .summary-button {
    position: relative; }
  .mainFooter-product {
    padding-bottom: 54px; }
  body.mainBody-mbcart .mainFooter.mainFooter-product {
    padding-bottom: 56px; }
  .productDetail-toolbar {
    border-top: 1px solid #e7e7e7;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    top: auto !important;
    background: #fff;
    margin: auto;
    padding: 0;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease; }
  .mainBody-product.scroll-down .actionToolbar_product {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  body.mainBody-mbcart .mainBody-product + .siteCart-mobile:not(.show-cart) {
    opacity: 0;
    visibility: hidden; }
  body.mainBody-mbcart .mainBody-product.scroll-down + .siteCart-mobile {
    opacity: 1;
    visibility: visible; }
  body.mainBody-mbcart .mainBody-product.scroll-down .productDetail-toolbar {
    /*padding-bottom: 55px;*/ }
  /* cart */ }

@media (max-width: 767px) {
  .productDetail-toolbar .product-actions {
    margin-left: -8px;
    margin-right: -8px; }
  .productDetail-toolbar .use-chat-mobile .block-chat-mobile {
    width: 30%;
    text-align: center; }
    .productDetail-toolbar .use-chat-mobile .block-chat-mobile img {
      width: 25px; }
    .productDetail-toolbar .use-chat-mobile .block-chat-mobile p {
      margin: 0;
      width: 100%;
      display: inline-block; }
  .productDetail-toolbar .use-chat-mobile .product-actions .block-addcart {
    width: 100%; } }

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

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

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

.jGrowl-message .jGowl-text {
  font-size: 13px;
  font-weight: 600;
  color: #c00113; }

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

.jGrowl-message .jGrowl-note .jGrowl-title {
  font-size: 13px;
  color: #252a2b; }

.jGrowl-message .jGrowl-note ins {
  display: block;
  color: #c00113; }

.jGrowl-message .col-md-8 {
  padding-left: 0; }

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

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

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

.product-loop .proloop-image .gift.product_gift_label,
.product-loop-ldpage .gift.product_gift_label {
  width: 80px;
  height: 80px;
  line-height: 25px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  text-align: center;
  padding: 0 5px; }

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

/* loop variant */
.variantColor {
  margin: 8px 0; }
  .variantColor ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center; }
    .variantColor ul li {
      display: inline-block;
      border-radius: 100%;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      height: 26px;
      width: 26px;
      line-height: 15px;
      text-align: center;
      border: 1px solid white;
      display: flex;
      align-items: center;
      justify-content: center; }
      .variantColor ul li:not(:last-child) {
        margin: 0 3px 0 0; }
      .variantColor ul li.active {
        border-color: black; }
      .variantColor ul li label {
        margin: 0;
        cursor: pointer;
        border: 1px solid white;
        overflow: hidden;
        border-radius: 100%;
        height: 22px;
        width: 22px; }
        .variantColor ul li label.more-option {
          display: flex;
          align-items: center;
          justify-content: center; }
          .variantColor ul li label.more-option a {
            display: flex;
            align-items: center;
            justify-content: center; }
        .variantColor ul li label.xanh-bo {
          background: #099116; }
        .variantColor ul li label.xanh-luc {
          background: #51f851; }
      .variantColor ul li[data-color*="white"] label img {
        border: 1px solid gray; }
      .variantColor ul li img {
        border-radius: 100%; }
    @media (min-width: 992px) {
      .variantColor ul.number-option li {
        display: none; }
        .variantColor ul.number-option li:nth-child(1), .variantColor ul.number-option li:nth-child(2), .variantColor ul.number-option li:nth-child(3), .variantColor ul.number-option li:nth-child(4), .variantColor ul.number-option li:nth-child(5), .variantColor ul.number-option li:last-child {
          display: block; } }
    @media (max-width: 991.98px) {
      .variantColor ul.number-option li {
        display: none; }
        .variantColor ul.number-option li:nth-child(1), .variantColor ul.number-option li:nth-child(2), .variantColor ul.number-option li:nth-child(3), .variantColor ul.number-option li:nth-child(4), .variantColor ul.number-option li:last-child {
          display: block; } }

.variantColor2 {
  margin: 8px 0;
  margin: 0;
  padding: 0;
  overflow: auto;
  white-space: nowrap; }
  .variantColor2 li {
    display: inline-block;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 26px;
    width: 26px;
    line-height: 15px;
    text-align: center;
    border: 1px solid white;
    align-items: center;
    justify-content: center; }
    .variantColor2 li:not(:last-child) {
      margin: 0 3px 0 0; }
    .variantColor2 li.active {
      border-color: black; }
    .variantColor2 li label {
      margin: 0;
      cursor: pointer;
      border: 1px solid white;
      overflow: hidden;
      border-radius: 100%;
      height: 22px;
      width: 22px; }
      .variantColor2 li label.more-option {
        display: flex;
        align-items: center;
        justify-content: center; }
        .variantColor2 li label.more-option a {
          display: flex;
          align-items: center;
          justify-content: center; }
      .variantColor2 li label.xanh-bo {
        background: #099116; }
      .variantColor2 li label.xanh-luc {
        background: #51f851; }
    .variantColor2 li[data-color*="white"] label img {
      border: 1px solid gray; }
    .variantColor2 li img {
      border-radius: 100%;
      height: 26px;
      width: 26px;
      object-fit: cover;
      object-position: center;
      display: block; }
  @media (min-width: 992px) {
    .variantColor2.number-option li {
      display: none; }
      .variantColor2.number-option li:nth-child(1), .variantColor2.number-option li:nth-child(2), .variantColor2.number-option li:nth-child(3), .variantColor2.number-option li:nth-child(4), .variantColor2.number-option li:nth-child(5), .variantColor2.number-option li:last-child {
        display: block; } }
  @media (max-width: 991.98px) {
    .variantColor2.number-option li {
      display: none; }
      .variantColor2.number-option li:nth-child(1), .variantColor2.number-option li:nth-child(2), .variantColor2.number-option li:nth-child(3), .variantColor2.number-option li:nth-child(4), .variantColor2.number-option li:last-child {
        display: block; } }

.action-add-to-cart {
  margin: 10px 0; }
  .action-add-to-cart button {
    line-height: 1.35;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: white;
    color: black;
    font-size: 16px;
    border-radius: 100px;
    padding: 5px 16px;
    text-transform: none; }
    .action-add-to-cart button:hover {
      background: #e1e1e1;
      border-color: #e1e1e1; }

#recommend-cart {
  padding: 45px 0; }
  #recommend-cart .section-heading-new {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase; }

#modal-addcart .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  #modal-addcart .modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  @media (min-width: 768px) {
    #modal-addcart .modal-dialog-centered {
      max-width: 560px; } }
  @media (min-width: 576px) {
    #modal-addcart .modal-dialog-centered {
      min-height: calc(100% - 3.5rem); }
      #modal-addcart .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem); } }
  #modal-addcart .modal-dialog-centered .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none; }
    #modal-addcart .modal-dialog-centered .modal-content .modal-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 1rem;
      border: none !important;
      border-radius: 0 !important;
      box-shadow: none; }
      #modal-addcart .modal-dialog-centered .modal-content .modal-header:before, #modal-addcart .modal-dialog-centered .modal-content .modal-header:after {
        display: none; }
      #modal-addcart .modal-dialog-centered .modal-content .modal-header .modal-title {
        font-size: 27px;
        letter-spacing: 1.6px;
        font-weight: 700;
        text-transform: uppercase; }
      #modal-addcart .modal-dialog-centered .modal-content .modal-header .close {
        position: absolute;
        top: 0;
        right: 15px;
        padding: 14px;
        z-index: 1;
        margin-top: 0;
        opacity: 1; }
        @media (max-width: 991.98px) {
          #modal-addcart .modal-dialog-centered .modal-content .modal-header .close {
            right: 0; } }
    #modal-addcart .modal-dialog-centered .modal-content .modal-body {
      position: relative;
      flex: 1 1 auto;
      padding: 1rem; }
      #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item {
        display: -ms-flexbox;
        display: flex; }
        #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item img {
          width: 100px; }
          @media (max-width: 991.98px) {
            #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item img {
              display: none; } }
        #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info {
          width: 100%;
          padding-left: 30px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          @media (max-width: 991.98px) {
            #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info {
              padding: 0; } }
          #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .large-p {
            font-size: 20px;
            font-weight: 400;
            line-height: 30px;
            color: #000;
            margin: 0;
            padding: 0;
            margin-bottom: 14px; }
          #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: end;
            align-items: end;
            -ms-flex-pack: space-between;
            justify-content: space-between;
            width: 100%; }
            #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons .transparent-button {
              display: block;
              padding: 10px 20px;
              margin: 0;
              font-size: 16px;
              line-height: 19px;
              font-weight: 700;
              color: #000;
              cursor: pointer;
              background-color: initial;
              border: 1px solid #000;
              padding: 12px 20px;
              width: calc(50% - 5px);
              text-align: center;
              white-space: nowrap; }
            #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons .black-button {
              display: block;
              padding: 10px 20px;
              margin: 0;
              font-size: 16px;
              line-height: 19px;
              font-weight: 700;
              color: white;
              cursor: pointer;
              background-color: black;
              border: 1px solid #000;
              padding: 12px 20px;
              width: calc(50% - 5px);
              text-align: center;
              white-space: nowrap; }
            #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons .go-checkout {
              display: none;
              padding: 10px 20px;
              margin: 0;
              font-size: 16px;
              line-height: 19px;
              font-weight: 700;
              color: white;
              cursor: pointer;
              background-color: black;
              border: 1px solid #000;
              padding: 12px 20px;
              width: 100%;
              text-align: center;
              white-space: nowrap; }
            #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons.already-checkout .transparent-button, #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons.already-checkout .black-button {
              display: none; }
            #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons.already-checkout .go-checkout {
              display: block; }
      @media (min-width: 768px) {
        #modal-addcart .modal-dialog-centered .modal-content .modal-body {
          padding-right: 30px;
          padding-left: 30px;
          padding-bottom: 30px; } }
    #modal-addcart .modal-dialog-centered .modal-content .modal-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: flex-end;
      justify-content: flex-end;
      padding: 30px;
      text-align: left; }
      @media (max-width: 991.98px) {
        #modal-addcart .modal-dialog-centered .modal-content .modal-footer {
          display: none; } }
      #modal-addcart .modal-dialog-centered .modal-content .modal-footer:before, #modal-addcart .modal-dialog-centered .modal-content .modal-footer:after {
        display: none; }
      #modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel {
        width: 100%; }
        #modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .similar-items__title {
          margin-bottom: 15px;
          margin-top: 0;
          text-transform: uppercase; }
        #modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .crosssell-product--pdp {
          display: -ms-flexbox;
          display: flex;
          flex-wrap: nowrap;
          overflow: scroll;
          scrollbar-width: none;
          -ms-overflow-style: none;
          margin-bottom: 0; }
          #modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .crosssell-product--pdp::-webkit-scrollbar {
            width: 0;
            display: none; }
          #modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .crosssell-product--pdp .product-carousel--wrapper {
            display: flex;
            flex-direction: column;
            flex-shrink: 0;
            padding-right: 20px;
            width: 33.33%; }
            #modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .crosssell-product--pdp .product-carousel--wrapper img {
              margin-bottom: 12px; }
            #modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .crosssell-product--pdp .product-carousel--wrapper .product-name {
              font-size: 14px;
              font-weight: 500;
              line-height: 20px;
              color: #000;
              margin: 0;
              padding: 0;
              margin-bottom: 8px; }
            #modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .crosssell-product--pdp .product-carousel--wrapper .product-price {
              font-size: 14px;
              font-weight: 400;
              line-height: 20px;
              color: #605e5c;
              margin: 0;
              padding: 0; }
  #modal-addcart .modal-dialog-centered.atc-modal .modal-content .modal-header {
    padding-bottom: 2px; }
    #modal-addcart .modal-dialog-centered.atc-modal .modal-content .modal-header .modal-title {
      font-weight: 900;
      line-height: 1.21;
      color: #000;
      margin: 0;
      padding: 0; }
    @media (min-width: 768px) {
      #modal-addcart .modal-dialog-centered.atc-modal .modal-content .modal-header {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px; } }

.view-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .view-mobile label {
    margin: 0; }
  .view-mobile .view__panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px 0; }
    .view-mobile .view__panel .view__button {
      width: 23px;
      height: 23px;
      opacity: .5;
      position: relative;
      border: none;
      background-color: initial;
      padding: 0; }
      .view-mobile .view__panel .view__button:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 1px solid #000; }
      .view-mobile .view__panel .view__button.view__grid {
        margin-right: 6px;
        opacity: 1; }
        .view-mobile .view__panel .view__button.view__grid:after {
          width: 23px;
          height: 2px; }
        .list_view .view-mobile .view__panel .view__button.view__grid {
          opacity: .5; }
          .list_view .view-mobile .view__panel .view__button.view__grid:after {
            width: 0;
            height: 0; }
      .view-mobile .view__panel .view__button.view__list {
        border: 1px solid #000;
        margin-left: 6px; }
        .view-mobile .view__panel .view__button.view__list:after {
          left: -1px; }
        .list_view .view-mobile .view__panel .view__button.view__list {
          opacity: 1; }
          .list_view .view-mobile .view__panel .view__button.view__list:after {
            width: 23px;
            height: 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); } }

.sectionLookbooks {
  margin-bottom: 40px;
  position: relative;
  padding: 30px 0px 0px;
  background: #ffffff; }
  .sectionLookbooks .hTitle {
    font-size: 21px;
    margin: 10px 0px 12px 0px; }
    @media (min-width: 768px) {
      .sectionLookbooks .hTitle {
        font-size: 24px; } }
  .sectionLookbooks .lookbooks-container .lookbooks-column {
    margin-top: 30px; }
  .sectionLookbooks .lookbooks-container .lookbooks-banner__photo {
    position: relative; }
    .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-dot {
      width: 20px;
      height: 20px;
      font-size: 18px;
      line-height: 12px;
      background: #fff;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      cursor: pointer;
      display: block;
      border: 0;
      outline: none;
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
      opacity: 0; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-dot:before {
        content: "";
        width: 36px;
        height: 36px;
        position: absolute;
        top: -8px;
        left: -8px;
        background: #fff;
        border-radius: 50%;
        z-index: -1;
        -webkit-animation: 1.2s popoverTheLookDot ease-in-out infinite;
        animation: 1.2s popoverTheLookDot ease-in-out infinite; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-dot svg {
        fill: #000000;
        height: 20px;
        width: 16px;
        opacity: 0.8;
        -webkit-transform: scale(0.75) rotate(45deg);
        -moz-transform: scale(0.75) rotate(45deg);
        transform: scale(0.75) rotate(45deg);
        -webkit-transition: -webkit-transform .2s, opacity .2s;
        -moz-transition: -moz-transform .2s, opacity .2s;
        transition: transform .2s, opacity .2s; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-dot[aria-describedby^="popover"] {
        z-index: 5; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-dot[aria-describedby^="popover"] svg {
        -webkit-transform: scale(1.04) rotate(0deg);
        -moz-transform: scale(1.04) rotate(0deg);
        transform: scale(1.04) rotate(0deg); }
    .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover {
      border: 0;
      width: 94%;
      max-width: 200px;
      z-index: 4;
      background-color: rgba(255, 255, 255, 0.9);
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25); }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover > .arrow, .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover > .arrow:after {
        border-width: 8px; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.bottom > .arrow {
        top: -9px;
        margin-left: -8px;
        border-top-width: 0;
        border-bottom-color: transparent; }
        .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.bottom > .arrow:after {
          margin-left: -8px;
          border-top-width: 0;
          border-bottom-color: rgba(255, 255, 255, 0.9); }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.top > .arrow {
        bottom: -9px;
        margin-left: -8px;
        border-bottom-width: 0;
        border-top-color: transparent; }
        .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.top > .arrow:after {
          margin-left: -8px;
          border-bottom-width: 0;
          border-top-color: rgba(255, 255, 255, 0.9); }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.left > .arrow {
        right: -9px;
        border-right-width: 0;
        border-left-color: transparent; }
        .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.left > .arrow:after {
          border-right-width: 0;
          border-left-color: rgba(255, 255, 255, 0.9); }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.right > .arrow {
        left: -9px;
        margin-top: -8px;
        border-left-width: 0;
        border-right-color: transparent; }
        .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.right > .arrow:after {
          bottom: -8px;
          border-left-width: 0;
          border-right-color: rgba(255, 255, 255, 0.9); }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover .popover-content {
        padding: 8px 8px; }
    .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product {
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product .product--thumb {
        max-width: 80px;
        -webkit-flex-basis: 60px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px; }
        .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product .product--thumb img {
          border: 1px solid #ececec; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product .product--text {
        padding: 0 0px 0 12px;
        text-align: left;
        max-width: calc(100% - 60px);
        -webkit-flex-basis: calc(100% - 60px);
        -ms-flex-preferred-size: calc(100% - 60px);
        flex-basis: calc(100% - 60px); }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product .popover--title {
        font-size: 13px;
        font-weight: 600;
        margin: 0 0 4px;
        white-space: initial;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product .popover--price {
        margin: 0;
        font-size: 13px;
        color: red; }
        .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product .popover--price .price-del {
          color: #878c8f;
          text-decoration: line-through;
          font-size: 12px; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product:hover .popover--title {
        text-decoration: underline; }
    .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .lazyloaded ~ .popover-dot {
      opacity: 1; }
  .sectionLookbooks .lookbooks-container .lookbooks-banner__detail {
    padding: 15px 0px 0; }
    .sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--title {
      color: #333333;
      margin: 0;
      font-size: 16px;
      font-weight: 500; }
    .sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--button .btn-lookbooks {
      margin: 12px 0 0;
      padding: 8px 30px; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--button .btn-lookbooks:after {
        content: '';
        position: absolute;
        left: 7px;
        top: 50%;
        margin-top: -7px;
        width: 15px;
        height: 15px;
        border: 2px solid;
        border-left-color: transparent;
        border-right-color: transparent;
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.5s;
        animation: 0.8s linear infinite rotate; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--button .btn-lookbooks.disabled {
        pointer-events: none;
        opacity: 0.7;
        cursor: not-allowed; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--button .btn-lookbooks:hover {
        background: #ffffff; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--button .btn-lookbooks:active:after, .sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--button .btn-lookbooks.btn-animate:after {
        opacity: 1; }
  .sectionLookbooks .lookbooks-container .lookbooks-banner.lookbooks-banner-1 .lookbooks-banner__photo .popover-dot {
    opacity: 1; }
  @media (min-width: 1200px) {
    .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover {
      max-width: 220px; }
      .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.fade.in {
        opacity: 1;
        animation: scaleDown1 0.3s cubic-bezier(0, 0, 0.2, 1); } }
  @media (max-width: 991px) {
    .sectionLookbooks .lookbooks-container {
      margin: 0; }
      .sectionLookbooks .lookbooks-container .lookbooks-column {
        padding: 0; } }
  @media (max-width: 767px) {
    .sectionLookbooks {
      padding-bottom: 35px; } }

.count-product-loop {
  display: inline-block;
  background: url("//theme.hstatic.net/200000503583/1001002697/14/hot.png?v=161");
  border-radius: 13px;
  width: 145px;
  position: relative;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  text-align: center; }

.info-count-event {
  margin: 8px 0 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.countline {
  width: 1%;
  display: inline-block;
  height: 20px;
  position: absolute;
  top: 0;
  background: #ffbda6;
  border-radius: 0 13px 13px 0;
  z-index: 1;
  right: 0; }

.countline.add-border {
  border-radius: 13px; }

.text-count-product-loop {
  position: relative;
  z-index: 2;
  color: white; }

.time-countdown-event {
  margin: 0 0 0 10px;
  font-size: 12px; }

.time-countdown-event b {
  color: #e94650; }

.icon-fire {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: -1px;
  background: url(//theme.hstatic.net/200000503583/1001002697/14/fire.png?v=161);
  background-size: 18px;
  background-repeat: no-repeat; }

.selector-wrapper {
  display: none; }

.hasSub-menu .sub-menu-lv2 .menu-main-lv2 li a {
  font-size: 14px;
  color: #A70F07;
  line-height: 2.0; }

body.modal-demo-open {
  overflow: hidden; }

#modal-demo {
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0; }
  .modal-demo-open #modal-demo {
    display: flex; }
  #modal-demo .wrapper-modal-demo {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    overflow: hidden;
    background: white; }
    @media (max-width: 991.98px) {
      #modal-demo .wrapper-modal-demo {
        display: flex;
        align-items: center;
        justify-content: center; } }
    #modal-demo .wrapper-modal-demo .modal-demo-flex {
      display: grid;
      grid-template-columns: repeat(2, 50%);
      padding: 0;
      border-radius: 0; }
      @media (max-width: 991.98px) {
        #modal-demo .wrapper-modal-demo .modal-demo-flex {
          grid-template-columns: repeat(1, 100%); } }
      #modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #fff; }
        #modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .modal-heading {
          text-align: center; }
          #modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .modal-heading .logo-modal {
            font-size: 18px;
            font-weight: bold; }
          #modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .modal-heading .title-modal {
            font-size: 32px;
            font-weight: bold; }
        #modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .form-register .large_form {
          width: 100%;
          margin-bottom: 20px; }
          #modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .form-register .large_form input:not([type="radio"]) {
            outline: none;
            color: #5c5c5c;
            height: 45px;
            width: 100%;
            font-weight: 500;
            padding: 8px 20px;
            background: #fff;
            border: 1px solid #e7e7e7;
            box-shadow: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none; }
          #modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .form-register .large_form#field-gender {
            display: flex;
            align-items: center; }
            #modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .form-register .large_form#field-gender input {
              margin: 0; }
              #modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .form-register .large_form#field-gender input ~ label {
                margin: 0 15px 0 0; }
      @media (max-width: 991.98px) {
        #modal-demo .wrapper-modal-demo .modal-demo-flex .modal-right-item {
          display: none; } }
      #modal-demo .wrapper-modal-demo .modal-demo-flex .modal-right-item img {
        object-fit: cover;
        object-position: top;
        width: 100%;
        height: 100vh; }

.collection-description {
  margin-top: 15px; }

.show-more.short:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17%, #FFFFFF 93.12%); }

.readmore {
  border: 1px solid #cf2027;
  border-radius: 20px;
  padding: 10px 15px;
  color: #cf2027;
  cursor: pointer; }

.readmore:hover, .readmore:focus {
  color: #cf2027; }

.collection-desc:not(.show) {
  height: 600px; }

.collection-desc {
  overflow: hidden;
  margin-top: 50px; }

.collection-desc img {
  width: 100%;
  height: auto; }

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

@media (min-width: 767px) {
  .addcart-area-new {
    display: flex; } }

.block-addcart-new {
  display: flex;
  width: 100% !important; }

.productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct {
  border: none;
  border-radius: 0; }
  .productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct:before {
    display: none; }
  .productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct#buy-now-bottom {
    width: 50%;
    height: 47px;
    border-radius: 0;
    background: #c00113; }
  .productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct#add-to-cartBottom {
    width: 50%;
    height: 47px;
    line-height: 1.8;
    color: #000; }
    .productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct#add-to-cartBottom i {
      display: block;
      color: #c00113; }

#buy-now {
  min-width: 170px !important;
  margin-left: 10px;
  width: max-content; }

.list-service-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 0;
  width: 100%;
  border-top: 1px solid #dde1ef;
  padding-top: 20px; }

.list-service-detail .item {
  max-width: 25%;
  width: 25%;
  display: flex;
  padding: 0 10px;
  border-radius: 2px; }

.list-service-detail .item .content-service {
  background: #ffffff;
  display: block;
  padding: 11px 40px;
  padding-left: 100px;
  position: relative;
  line-height: 1.4;
  cursor: pointer;
  border: 1px solid #dde1ef;
  width: 100%;
  border-color: #dadada; }

.list-service-detail .item .content-service .service-left {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px; }

.list-service-detail .item .content-service .title-service {
  color: #d0021b; }

.list-service-detail .item .content-service .service-sumary {
  color: #000000; }

.list-service-detail .item:nth-child(1) .service-right .title-service {
  color: #fecf72; }

.list-service-detail .item:nth-child(1) .service-right .service-sumary {
  color: #000000; }

.list-service-detail .item:nth-child(2) .service-right .title-service {
  color: #fecf72; }

.list-service-detail .item:nth-child(2) .service-right .service-sumary {
  color: #000000; }

.list-service-detail .item:nth-child(3) .service-right .title-service {
  color: #d0021b; }

.list-service-detail .item:nth-child(3) .service-right .service-sumary {
  color: #000000; }

.list-service-detail .item:nth-child(4) .service-right .title-service {
  color: #fecf72; }

.list-service-detail .item:nth-child(4) .service-right .service-sumary {
  color: #000000; }

@media (min-width: 767px) and (max-width: 99xpx) {
  .list-service-detail .item:nth-child(1) {
    padding-left: 0;
    margin-bottom: 15px; }
  .list-service-detail .item:nth-child(2) {
    margin-bottom: 15px; } }

.list-service-detail .item:nth-child(4) {
  padding-right: 0; }

.list-service {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 0;
  width: 100%; }

.list-service .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  padding: 0 10px;
  border-radius: 2px; }

.list-service .item .content-service {
  display: block;
  padding: 11px 40px;
  padding-left: 150px;
  position: relative;
  line-height: 1.4;
  cursor: pointer;
  border: 1px solid #dde1ef;
  width: 100%; }

.list-service .item .content-service .service-left {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px; }

.list-service .item .content-service .title-service {
  color: #d0021b;
  font-family: svn-gilroy bold; }

.list-service .item:nth-child(3) .content-service .title-service {
  color: #d0021b; }

@media (min-width: 1200px) and (max-width: 1599px) {
  .list-service .item .content-service {
    padding-left: 80px;
    padding-right: 20px; }
  .list-service .item .content-service .service-left {
    left: 30px; }
  .list-service-detail .item .content-service {
    padding-left: 80px;
    padding-right: 20px; }
  .list-service-detail .item .content-service .service-left {
    left: 30px; } }

@media (min-width: 767px) and (max-width: 1199px) {
  .section-product .col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .list-service .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
    padding-right: 0; }
  .list-service-detail .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
    padding-right: 0; } }

@media (max-width: 1099px) {
  .list-service .content-service {
    padding-left: 55px;
    padding-right: 10px;
    font-size: 11px; }
  .list-service .content-service .service-left {
    width: 28px;
    left: 15px;
    height: 40px; }
  .list-service-detail .content-service {
    padding-left: 55px;
    padding-right: 10px;
    font-size: 11px; }
  .list-service-detail .content-service .service-left {
    width: 28px;
    left: 15px;
    height: 40px; } }

@media (max-width: 767px) {
  .list-service .item:nth-child(2n) {
    padding-left: 5px; }
  .list-service .item:nth-child(2n + 1) {
    padding-right: 5px; }
  .list-service-detail {
    margin-top: 20px; }
  .list-service-detail .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px; }
  .list-service-detail .item .content-service {
    padding-left: 55px;
    padding-right: 5px; }
  .list-service-detail .item .content-service .service-left {
    left: 15px; } }

@media (max-width: 767px) and (max-width: 350px) {
  .list-service-detail .item .content-service {
    font-size: 10px;
    padding-left: 40px;
    padding-right: 5px; }
  .list-service-detail .item .content-service .service-left {
    left: 5px; } }

@media (max-width: 767px) {
  .list-service-detail .item:nth-child(2n) {
    padding-left: 5px;
    padding-right: 0; }
  .list-service-detail .item:nth-child(2n + 1) {
    padding-right: 5px; } }

.section-index-promotion h2 {
  text-align: center; }

.section-index-promotion .promotion-item__inner {
  text-align: center; }

.copycode {
  margin: auto; }

.section-index-promotion .promotion-item__inner .copycode .btn-coupon {
  border: 1px solid #7a0000;
  border-radius: 10px !important; }

.section-index-promotion .promotion-item__inner .content {
  font-size: 14px; }

.group-category ul {
  overflow-x: auto;
  white-space: nowrap; }

.group-category ul {
  list-style: none;
  font-size: 13px;
  margin: 0 0 10px 0; }

.group-category ul li {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 3px 5px;
  text-decoration: none;
  background-color: #cf2027;
  border-radius: 3px;
  margin: 0 3px 3px;
  white-space: nowrap; }

.group-category ul li a {
  color: #fff;
  font-size: 12px;
  text-transform: capitalize; }

.group-category ul {
  text-align: center; }

.group-category {
  margin-top: 30px; }

.filter-menu li a {
  color: #000; }

.filter-menu li ~ li {
  margin-top: 8px; }

@media (max-width: 991px) {
  .wrapper-mobile-cus {
    /*position: fixed;*/
    width: 100%;
    z-index: 9999999999;
    /*bottom: -100%;*/
    transition: all ease 0.5s;
    background: #fff;
    padding: 0px;
    left: 0; } }

.wrapper-mobile-cus.slide_up {
  bottom: 0; }
  .wrapper-mobile-cus.slide_up ~ .overflow {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.wrapper-mobile-cus .wrapper-mobile-cus-inner .box-info-mobile {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .wrapper-mobile-cus .wrapper-mobile-cus-inner .box-info-mobile {
      display: none; } }
  .wrapper-mobile-cus .wrapper-mobile-cus-inner .box-info-mobile .left-box-info {
    width: 30%;
    padding-right: 15px; }
  .wrapper-mobile-cus .wrapper-mobile-cus-inner .box-info-mobile .right-box-info {
    width: 70%; }
    .wrapper-mobile-cus .wrapper-mobile-cus-inner .box-info-mobile .right-box-info .box-product-info span {
      margin-right: 8px;
      color: #cf2027;
      font-size: 17px; }
    .wrapper-mobile-cus .wrapper-mobile-cus-inner .box-info-mobile .right-box-info .box-product-info del {
      font-size: 16px; }

.wrapper-mobile-cus .wrapper-mobile-cus-inner .quantity-box-info {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .wrapper-mobile-cus .wrapper-mobile-cus-inner .quantity-box-info .group-quantity {
    margin: 15px 0; }
    .wrapper-mobile-cus .wrapper-mobile-cus-inner .quantity-box-info .group-quantity .qty-btn {
      float: left;
      background: #fff;
      border: solid 1px #f1f1f1;
      cursor: pointer;
      font-weight: 600;
      font-size: 20px;
      outline: none;
      height: 32px;
      width: 32px;
      text-align: center;
      border-radius: 0;
      padding: 0; }
    .wrapper-mobile-cus .wrapper-mobile-cus-inner .quantity-box-info .group-quantity #quantity {
      background: #fff;
      font-weight: 600;
      height: 32px;
      padding: 0;
      text-align: center;
      width: 50px;
      border: 1px solid #f1f1f1;
      border-left: none;
      border-right: none;
      border-radius: 1px;
      float: left;
      -webkit-appearance: none; }

@media (min-width: 992px) {
  .wrapper-mobile-cus .wrapper-mobile-cus-inner .select-wapper-action-buy {
    display: none; } }

.wrapper-mobile-cus .wrapper-mobile-cus-inner .select-wapper-action-buy button {
  width: 100%;
  margin-top: 15px; }

.overflow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9;
  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); }

.coupon-promotion .coupon-heading {
  display: flex;
  justify-content: space-between;
  margin-top: 15px; }
  .coupon-promotion .coupon-heading .heading-promotion {
    width: 30%; }
  .coupon-promotion .coupon-heading .list-promotion {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 90%;
    margin: -4px 0px 0px 0px; }
    .coupon-promotion .coupon-heading .list-promotion .item-promotion {
      overflow: hidden;
      padding: 10px 0;
      position: relative;
      margin-bottom: 5px;
      margin-left: 4px;
      font-size: 12px; }
      .coupon-promotion .coupon-heading .list-promotion .item-promotion:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #c00113;
        background: #fff;
        z-index: 1;
        left: -7px;
        top: 50%;
        position: absolute;
        border-radius: 50%;
        transform: translateY(-50%); }
      .coupon-promotion .coupon-heading .list-promotion .item-promotion:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #c00113;
        background: #fff;
        z-index: 1;
        right: -7px;
        top: 50%;
        position: absolute;
        border-radius: 50%;
        transform: translateY(-50%); }
      .coupon-promotion .coupon-heading .list-promotion .item-promotion span {
        border: 1px solid #c00113;
        padding: 5px 10px;
        border-radius: 3px;
        background: #fff;
        font-weight: 700;
        color: #c00113;
        cursor: pointer; }
        .coupon-promotion .coupon-heading .list-promotion .item-promotion span:hover {
          background: #c00113;
          color: #fff; }

.coupon-promotion .list-detail-promotion {
  display: none;
  margin-bottom: 15px; }
  .coupon-promotion .list-detail-promotion .item-detail-promotion {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .coupon-promotion .list-detail-promotion .item-detail-promotion ~ .item-detail-promotion {
      margin-top: 15px; }
    .coupon-promotion .list-detail-promotion .item-detail-promotion .left-detail-promotion {
      display: flex;
      align-items: center; }
      .coupon-promotion .list-detail-promotion .item-detail-promotion .left-detail-promotion img {
        width: 30px;
        height: 30px;
        margin-right: 10px; }
      .coupon-promotion .list-detail-promotion .item-detail-promotion .left-detail-promotion .content-detail-promotion b {
        color: #c00113; }
    .coupon-promotion .list-detail-promotion .item-detail-promotion .right-detail-promotion a {
      border: 1px solid #c00113;
      padding: 4px 15px;
      border-radius: 4px; }
      .coupon-promotion .list-detail-promotion .item-detail-promotion .right-detail-promotion a:hover {
        background: #c00113;
        color: #fff; }

.coupon-promotion .view-list-promotion {
  display: flex;
  align-items: center;
  justify-content: center; }
  .coupon-promotion .view-list-promotion span {
    cursor: pointer; }
    .coupon-promotion .view-list-promotion span:nth-child(2) {
      display: none; }
  .coupon-promotion .view-list-promotion.active svg {
    transform: rotateX(180deg); }
  .coupon-promotion .view-list-promotion.active span:nth-child(1) {
    display: none; }
  .coupon-promotion .view-list-promotion.active span:nth-child(2) {
    display: block; }
  .coupon-promotion .view-list-promotion svg {
    width: 15px;
    height: 15px;
    margin-left: 5px; }

#video-guide {
  padding: 0; }

.view-guide-promotion {
  text-align: center;
  margin: 30px 0 0 0;
  display: none; }

/* f88 */
.section-content .wraplist-button {
  margin-top: 17px; }

@media (max-width: 767px) {
  .mainFooter {
    margin-top: 0; }
  .section-index-latestBlog {
    margin-bottom: 0; }
  .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    display: block; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; } }

@media (max-width: 480px) {
  .topbar .topbar-slideText .discount {
    padding: 0 5px; }
  .topbar .topbar-slideText .discount .discount-txt {
    font-size: 12px; }
  .hrvproduct-tabs .tabs li a {
    font-size: 11px; } }

@media (max-width: 425px) {
  .mainHeader .header-wrap-logo a img {
    max-height: 30px; } }

@media (min-width: 1190px) {
  .mainHeader .header-wrap-main .menu-main-lv1 > li > a {
    font-size: 14px;
    padding: 0 8px; } }

b.title-footer {
  display: block; }

#btnSubmitReview {
  background: #a70707 !important; }

.product-container-detail .select-swatch {
  display: flex;
  flex-direction: column; }

/*.product-container-detail .select-swatch .wclll.swatch {
order: 1;
}
.product-container-detail .select-swatch .swatch {
order: 2;
}*/
@media (min-width: 992px) {
  .hidden-md {
    display: none !important; } }

.productDetail-listprod .listprod-title .titl {
  color: #000000;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 20px;
  text-align: center;
  display: block; }

.product-loop .proloop-detail .proloop--price .price {
  color: #f50606; }

.group-sidebox .sidebox-title .htitle {
  color: #000000;
  margin: 0 0 13px 0;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
  display: block; }

.group-sidebox .sidebox-title .htitle span {
  display: none; }

.article-loop .article-inner .article-title .post-title {
  font-size: 18px;
  margin: 0px 0 15px;
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
  display: block; }
  .article-loop .article-inner .article-title .post-title a {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #000000; }

.inforArticle-content .article-related .title-blog-related {
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
  display: block; }

.swatch .header {
  font-weight: bold; }

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

.description-productdetail {
  height: 600px;
  overflow: hidden; }

@media (min-width: 1200px) {
  .container {
    width: 1176px !important; } }

@media (min-width: 1440px) {
  .container {
    width: 1394px !important; } }

@media (min-width: 1800px) {
  .container {
    width: 1791px !important; }
  .layout-productDetail .container {
    width: 1356px !important; }
  .article-content {
    width: 840px !important;
    margin: auto; }
  .collection-description {
    width: 1356px !important;
    margin: auto; } }

@media (max-width: 320px) {
  .item-promotion span {
    padding: 5px 5px !important; }
  .left-detail-promotion {
    width: 195px !important; } }

.product-thumb__item {
  border-radius: 0px; }

.product-thumb__item img {
  border-radius: 0px; }

.product-price {
  padding: 15px 0px; }

.expandable-content_toggle {
  border-radius: 25px; }

#tab2 {
  display: none !important; }

.mainFooter .footer-container .widget-footer .content-footer .list-contact li i {
  font-size: 18px;
  padding-right: 15px; }

.mainFooter .footer-container .widget-footer .content-footer .logo-bct {
  margin: 10px 0; }

.mainFooter .footer-container .widget-footer .content-footer .img-logoft {
  width: 40%;
  height: auto; }

.mainFooter .footer-container .widget-footer .content-footer .ft-desc {
  margin: 10px 0 20px; }

.mainFooter .footer-container .widget-footer .content-footer .footer-letter {
  margin-bottom: 20px; }
  .mainFooter .footer-container .widget-footer .content-footer .footer-letter .input-group {
    width: 100%;
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 0; }
    .mainFooter .footer-container .widget-footer .content-footer .footer-letter .input-group input {
      width: calc(100% - 60px);
      float: left; }
      .mainFooter .footer-container .widget-footer .content-footer .footer-letter .input-group input:focus {
        outline: 0; }
    .mainFooter .footer-container .widget-footer .content-footer .footer-letter .input-group .input-group-btn {
      width: 60px;
      text-align: center;
      background: #000;
      color: #fff;
      text-transform: uppercase;
      float: left;
      height: 45px;
      line-height: 45px; }
      .mainFooter .footer-container .widget-footer .content-footer .footer-letter .input-group .input-group-btn button {
        line-height: normal;
        font-weight: normal;
        border: 0;
        line-height: 45px;
        background: transparent; }
        .mainFooter .footer-container .widget-footer .content-footer .footer-letter .input-group .input-group-btn button span {
          color: #fff;
          font-weight: 600;
          font-size: 15px;
          background: none; }

.mainFooter .footer-container .widget-footer .content-footer .ft-title {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 12px;
  text-transform: uppercase; }

.mainFooter .footer-container .widget-footer .content-footer .footer-connect {
  position: relative; }
  .mainFooter .footer-container .widget-footer .content-footer .footer-connect .footerNav-social {
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: -2%; }
    @media (max-width: 991px) {
      .mainFooter .footer-container .widget-footer .content-footer .footer-connect .footerNav-social {
        right: 0%; } }
  .mainFooter .footer-container .widget-footer .content-footer .footer-connect .app {
    margin-top: 20px; }

.mainFooter .footer-container .widget-footer .fter-title {
  text-transform: uppercase; }

.mainFooter .footer-container .widget-footer .title-footer {
  text-transform: uppercase; }

@media (min-width: 992px) {
  .col-30-992 {
    width: 30%; }
  .col-20-992 {
    width: 20%; } }

.productDetail-information .coupon-promotion .coupon-heading {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  flex-direction: column;
  align-items: center; }
  .productDetail-information .coupon-promotion .coupon-heading .heading-promotion {
    width: 100%;
    text-align: center;
    background: #dcdada;
    padding: 10px 0;
    text-transform: uppercase;
    margin-bottom: 7px; }
  .productDetail-information .coupon-promotion .coupon-heading .list-promotion {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0; }

.productDetail-information .coupon-promotion .view-list-promotion span {
  color: #c00113; }

.productDetail-information .coupon-promotion .view-list-promotion svg path {
  fill: #c00113; }

.productDetail-information .coupon-promotion .list-detail-promotion .item-detail-promotion {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7; }

.productDetail-information .coupon-promotion .list-detail-promotion .item-detail-promotion .left-detail-promotion img {
  width: auto;
  height: 60px; }
  @media (max-width: 767px) {
    .productDetail-information .coupon-promotion .list-detail-promotion .item-detail-promotion .left-detail-promotion img {
      height: 40px; } }

@media (max-width: 767px) {
  .productDetail-information .coupon-promotion .list-detail-promotion .item-detail-promotion .right-detail-promotion a {
    white-space: nowrap;
    padding: 4px 2px; } }

.productDetail-information .coupon-promotion .list-detail-promotion .view-guide-promotion {
  margin: 15px 0 0 0; }

.productDetail-information .coupon-promotion .content-detail-promotion .icon-shhh {
  display: none; }
  .productDetail-information .coupon-promotion .content-detail-promotion .icon-shhh img {
    max-width: 70px;
    height: auto !important; }

.product-container-order ul {
  display: flex;
  margin-bottom: 0px !important; }

#price-preview {
  margin-bottom: 0px; }

.pro-sku {
  margin: 0px 15px 0px 0px; }

.list-detail-promotion {
  border-top: 1px solid #e7e7e7;
  padding: 10px;
  margin-top: 10px; }

.hrvproduct-tabs .tabs {
  text-align: center; }

.product-review-new {
  font-size: 12px; }

#zalo2 {
  position: fixed;
  bottom: 147px;
  right: 24px;
  display: flex;
  align-items: center;
  width: 44px;
  top: auto !important;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999; }

#zalo2 > a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  width: 44px;
  font-size: 23px;
  line-height: 40px;
  border-radius: 50%;
  /*  box-shadow: 0 0 0 0 rgba(0, 175, 255,  10%);
	-webkit-animation: pulse 1.5s infinite; */
  transition: all .3s; }

#zalo2 .text-quotes {
  display: inline-block;
  width: 0px;
  height: 44px;
  transition: all .2s;
  overflow: hidden;
  text-align: center; }

#zalo2 .text-quotes a {
  display: block;
  margin: auto;
  line-height: 44px;
  font-size: 18px;
  width: 100%;
  color: #edbf05;
  font-weight: bold;
  color: #000000; }

#zalo2 .text-quotes a:hover {
  color: #0072ff; }

#zalo2:hover {
  width: 200px;
  border-radius: 40px;
  overflow: hidden;
  background: #fff; }

#zalo2:hover > a {
  -webkit-animation: none;
  border-radius: 4px; }

#zalo2:hover .text-quotes {
  width: calc(100% - 50px); }

#call-ht {
  position: fixed;
  bottom: 85px;
  right: 24px;
  display: flex;
  align-items: center;
  width: 44px;
  top: auto !important;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999; }

#call-ht > a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  width: 44px;
  font-size: 23px;
  line-height: 45px;
  border-radius: 50%;
  /*  box-shadow: 0 0 0 0 rgba(0, 175, 255,  10%);
	-webkit-animation: pulse 1.5s infinite; */
  transition: all .3s; }

#call-ht .text-quotes {
  display: inline-block;
  width: 0px;
  height: 44px;
  transition: all .2s;
  overflow: hidden;
  text-align: center; }

#call-ht .text-quotes a {
  display: block;
  margin: auto;
  line-height: 44px;
  font-size: 18px;
  width: 100%;
  color: #edbf05;
  font-weight: bold;
  color: #000000; }

#call-ht .text-quotes a:hover {
  color: #c00113; }

#call-ht:hover {
  width: 200px;
  border-radius: 40px;
  overflow: hidden;
  background: #fff; }

#call-ht:hover > a {
  -webkit-animation: none;
  border-radius: 50px; }

#call-ht:hover .text-quotes {
  width: calc(100% - 50px); }

.btn-lookbooks:hover {
  background: #6ec7b3 !important; }

.header-blog-banner img {
  width: 100%; }

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

@media (min-width: 768px) {
  .wrapper-menu-mb {
    width: 40% !important; }
  .close-menu-mb {
    left: 40% !important; } }

@media (min-width: 992px) {
  .md-right--15-desk:not(.owl-loaded) {
    margin-right: -15px; }
  .md-right--15-desk:not(.owl-loaded) .pd-right--15-desk {
    padding-right: 15px; } }

@media (max-width: 991px) {
  .mg-right--5-mb:not(.owl-loaded) {
    margin-right: -5px; }
  .mg-right--10-mb:not(.owl-loaded) {
    margin-right: -10px; }
  .md-right--15-desk:not(.owl-loaded) .pd-right--5-mb {
    padding-right: 5px; }
  .md-right--15-desk:not(.owl-loaded) .pd-right--10-mb {
    padding-right: 10px; }
  .product-price {
    padding: 0px; }
  .wrapper-mobile-cus {
    padding: 10px; } }

.icon-sale {
  width: 22px; }

/*Mai (10/08/2022)*/
@media (max-width: 991px) {
  .wrapper-mobile-cus.slide_up {
    position: fixed; }
  .wrapper-mobile-cus .select-wapper-action-buy {
    display: none; }
  .wrapper-mobile-cus.slide_up .select-wapper-action-buy, .wrapper-mobile-cus.slide_up .select-actions.margin-quantity {
    display: block; }
  .wrapper-mobile-cus .select-actions.margin-quantity {
    display: none !important; }
  .wrapper-mobile-cus.slide_up .select-actions.margin-quantity {
    display: flex !important; }
  .wrapper-mobile-cus .wrapper-mobile-cus-inner .box-info-mobile {
    display: none; }
  .wrapper-mobile-cus.slide_up .wrapper-mobile-cus-inner .box-info-mobile {
    display: flex; } }

.wrapper-mobile-cus-inner {
  padding: 4px; }

.description-productdetail ul {
  list-style-position: inside !important;
  list-style-type: initial !important; }

.description-productdetail ul li {
  margin: 10px 0px; }

title-footer {
  text-align: -webkit-right; }

@media (max-width: 991px) {
  .title-footer {
    padding: 0px 50px !important;
    text-align: inherit;
    width: 100% !important; } }

@media (max-width: 1024px) {
  #productSlick-thumb li {
    width: 47px !important; } }

.siteCart-mobile__header {
  background: #c00113; }

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

#hrv-product-reviews {
  width: 100% !important; }

ul#productSlick-slider li.product-gallery.content-video {
  height: 100%;
  position: absolute; }

.wrapper-video-product {
  position: relative;
  padding-bottom: 56.25%;
  height: 100%; }

.wrapper-video-product iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 1024px) {
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
    top: 50px !important;
    left: 10px; } }

#item-category-index {
  border: 1px solid #f3f3f3; }

#item-category-index:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; }

#gr-category-index {
  margin: 47px 0px; }

@media (max-width: 450px) {
  #gr-category-index {
    margin: 6px 0px; }
  #gr-category-index .title {
    font-size: 9px; }
  section.section-index-collection.home-flashsale {
    margin-top: 30px; }
  .product_gift_label {
    width: 50px !important;
    height: 50px !important;
    bottom: 3px !important;
    right: 3px !important; } }

.img-footer {
  display: flex; }

.qr-logo {
  width: 40%; }

.logo-bct {
  width: 60%; }

.img-thanh-toan {
  margin-top: 15px; }

#buyxgety-program:hover {
  border: 2px dotted #24c001; }

#buyxgety-program {
  transition: border 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); }

.product-price {
  background: #f7f7f7;
  padding-left: 8px !important;
  border-radius: 4px; }

.d-flex {
  display: flex !important; }

.justify-content-between {
  justify-content: space-between !important; }

.align-items-center {
  align-items: center !important; }

.module-wrap-sizes {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dotted #dfe0e1; }

.module-wrap-sizes span {
  font-weight: 500;
  text-decoration-line: underline;
  color: #1A1A1A;
  cursor: pointer; }

.Processvoucher {
  height: 8px;
  border: 1px solid red;
  border-radius: 11px;
  display: flex;
  background: #ddd; }

.Processvoucher-bar {
  background: linear-gradient(88deg, #ffb000 0%, #eb1717 100%);
  height: 6px;
  box-shadow: 11px 0px #ec1a17; }

.fireimg {
  height: 16px;
  top: -8px;
  position: relative;
  left: -1px; }

.voucher-Notification {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  margin: 4px 0px; }

.voucher-Notification b {
  color: red; }

.wrapper-Processvoucher-mb {
  margin: 0px 15px; }

@media (max-width: 820px) {
  .wrapper-Processvoucher {
    display: none; } }