* {
  font-family: 'Mulish', sans-serif;
  margin: 0;
  padding: 0; }

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

html {
  font-size: 62.5%; }

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease; }

body {
  line-height: 1.4;
  font-size: 14px;
  color: var(--colorshop);
  overflow-x: hidden;
  background: #fff;
  position: initial !important;
  font-weight: 400; }

body.locked-scroll {
  overflow: hidden; }

body.index {
  background: #f2f1f6; }

body.block-scroll {
  overflow: hidden; }

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1300px;
    padding: 0 15px; }
  .layout-pageContact .container-fluid {
    padding-left: 0; } }

.mainContent-theme {
  min-height: 80vh; }
  .mainContent-theme.maintheme-customer-height {
    min-height: 50vh; }
  .mainContent-theme.notf-temp {
    min-height: 70vh; }

/* ani */
@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1400px;
    padding: 0 15px; }
  .container {
    max-width: 1400px;
    width: 100%; } }

.line_1, .search-desktop .keyw-search {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line_2, .product-loop-wapper .pro-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line_3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.form-login-register .box-form-login, .product-loop-wapper:not(.product-horizontal), .productDetail--content .product-flex-action .block-quantity {
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.button, .form-login-register .box-form-login .content input, .form-login-register .box-form-login .content .header-btn-submit, .button-next-reregister a, .site-cart .wrap-cart-view a.linktocheckout, .site-cart .wrap-cart-view a.linktocart, .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop .item_link_loop, .product-loop-wapper .product-loop-lable .product-sale, .product-loop-wapper .product-loop-lable .sold-out, .newsletter-content .form-group input, .newsletter-content .input-group-btn .newsletter-btn, #quick-view-modal .quickview-sliderthumb .product-thumb__item, #quick-view-modal .quickview-sliderthumb .product-thumb__item img, .productDetail--content .wrapbox-detail .btn-action-wl .item_link_loop {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.search-desktop .smart-search-wrapper {
  -webkit-box-shadow: 3px 3px 45px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 3px 3px 45px 0 rgba(0, 0, 0, 0.17); }

.dt-width-100 {
  display: block;
  width: 100%;
  height: auto; }

section[class*="section-home-"] {
  padding-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    section[class*="section-home-"] {
      padding-bottom: 30px; } }

.bg-main-white {
  background: #fff;
  position: relative; }

.bg-main-shadow {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }

.bg-main-pd5 {
  padding: 5px; }

.bg-main-pd {
  padding: 10px; }

.banner-hover-scale {
  overflow: hidden; }
  .banner-hover-scale img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

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

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

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

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

.doremon__loading {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none; }
  .doremon__loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3); }
  .doremon__loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
    .doremon__loading:not(:required):after {
      content: '';
      display: block;
      font-size: 10px;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      -webkit-animation: spinner 1.5s infinite linear;
      -moz-animation: spinner 1.5s infinite linear;
      -ms-animation: spinner 1.5s infinite linear;
      -o-animation: spinner 1.5s infinite linear;
      animation: spinner 1.5s infinite linear;
      border-radius: 5px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.75) 15px 0 0 0, rgba(0, 0, 0, 0.75) 11px 11px 0 0, rgba(0, 0, 0, 0.75) 0 15px 0 0, rgba(0, 0, 0, 0.75) -11px 11px 0 0, rgba(0, 0, 0, 0.5) -15px 0 0 0, rgba(0, 0, 0, 0.5) -11px -11px 0 0, rgba(0, 0, 0, 0.75) 0 -15px 0 0, rgba(0, 0, 0, 0.75) 11px -11px 0 0;
      box-shadow: rgba(0, 0, 0, 0.75) 15px 0 0 0, rgba(0, 0, 0, 0.75) 11px 11px 0 0, rgba(0, 0, 0, 0.75) 0 15px 0 0, rgba(0, 0, 0, 0.75) -11px 11px 0 0, rgba(0, 0, 0, 0.75) -15px 0 0 0, rgba(0, 0, 0, 0.75) -11px -11px 0 0, rgba(0, 0, 0, 0.75) 0 -15px 0 0, rgba(0, 0, 0, 0.75) 11px -11px 0 0; }

body.add-loading .doremon__loading {
  display: block; }

/* button */
.button {
  cursor: pointer;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  width: 100%;
  padding: 0 30px;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: var(--color_button);
  background: var(--bg_button);
  border: 1px dashed var(--bg_button); }
  .button:hover, .button:focus {
    background: var(--bg_button_hover);
    color: var(--color_button_hover); }

.row-e {
  margin-right: -5px;
  margin-left: -5px; }
  .row-e .col-pd-8 {
    padding: 0 5px; }
  .row-e.d-flex-e {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

/* title */
.heading-colhome {
  /*text-align:center;*/
  padding-bottom: 20px; }
  .heading-colhome h2, .heading-colhome h1 {
    margin-bottom: 5px;
    background: linear-gradient(to bottom, transparent 50%, var(--subbgshop) 50%);
    font-weight: bold;
    display: inline-block;
    color: var(--colorshop_titlte);
    font-size: 26px; }
    @media only screen and (max-width: 767px) {
      .heading-colhome h2, .heading-colhome h1 {
        font-size: 20px; } }
    .heading-colhome h2 a, .heading-colhome h1 a {
      color: var(--colorshop_titlte); }
      .heading-colhome h2 a:hover, .heading-colhome h2 a:focus, .heading-colhome h1 a:hover, .heading-colhome h1 a:focus {
        color: var(--colorshop_titlte); }
    .heading-colhome h2.notf-title, .heading-colhome h1.notf-title {
      margin: 30px 15px 10px;
      background: unset;
      font-size: 34px; }
  .heading-colhome.d-flex {
    align-items: center;
    justify-content: space-between; }

/* header search smart */
.saitama-search {
  width: 100%;
  position: relative; }
  .saitama-search input {
    color: #000;
    width: 100%;
    border-radius: 30px;
    height: 40px;
    border: 0; }
  .saitama-search button {
    width: 80px;
    height: 36px;
    line-height: 16px;
    position: absolute;
    padding: 0;
    top: 2px;
    right: 2px;
    transition: opacity 150ms linear;
    border: none;
    min-width: auto;
    outline: none;
    box-shadow: none;
    background: var(--bgheader);
    border-radius: 30px; }
    .saitama-search button svg {
      width: 22px;
      height: 22px;
      vertical-align: middle;
      fill: var(--color_header); }
    .saitama-search button i {
      font-size: 22px;
      vertical-align: middle;
      color: var(--color_header); }
  @media only screen and (max-width: 991px) {
    .saitama-search input {
      border-radius: 5px;
      height: 35px;
      font-size: 12.5px; }
    .saitama-search button {
      right: 1px;
      width: 30px;
      height: 30px;
      background: transparent; }
      .saitama-search button i {
        font-size: 16px;
        color: var(--bgheader);
        font-weight: bold; } }

.wrap-logo img.lazyload {
  max-height: 59px; }

#site-header {
  padding: 5px 0;
  background: var(--bgheader);
  position: relative; }
  @media (min-width: 1300px) {
    #site-header .header-search {
      width: 48.33333334%; }
    #site-header .header-main-action {
      width: 35%; } }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    #site-header .header-logo {
      width: 20%; }
    #site-header .header-search {
      width: 60%; }
    #site-header .header-main-action {
      width: 20%; } }
  @media only screen and (max-width: 767px) {
    #site-header {
      padding: 7px 0; }
      #site-header .header-logo {
        width: 32%; }
      #site-header .header-search {
        width: 54%;
        position: static; }
      #site-header .header-main-action {
        width: 14%; }
      #site-header .header-logo img {
        margin: 0 auto;
        max-width: 80px;
        height: auto; } }
  #site-header #site-menu-handle {
    box-shadow: none !important;
    outline: none !important;
    border: 0;
    background: transparent;
    padding: 0 !important; }
  #site-header.hSticky {
    visibility: hidden;
    opacity: 0;
    display: none; }
    #site-header.hSticky .toggle-nav-top {
      display: block; }
  #site-header.hSticky.hSticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -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-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  #site-header.hSticky.hSticky-nav.hSticky-up {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transition: all 400ms ease;
    x-moz-transition: all 400ms ease;
    transition: all 400ms ease; }

@media (min-width: 992px) {
  .search-desktop {
    position: relative; } }

.search-desktop .keyw-search {
  padding: 0 10px;
  margin-bottom: 3px;
  color: var(--color_header); }
  .search-desktop .keyw-search a {
    font-size: 12px;
    color: var(--color_header);
    background: transparent; }
    .search-desktop .keyw-search a:not(:last-child) {
      margin-right: 8px; }

.search-desktop .smart-search-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 8009;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 0px; }
  .search-desktop .smart-search-wrapper .resultsContent {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto; }
  .search-desktop .smart-search-wrapper .search-suggestion-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding-bottom: 12px; }
  .search-desktop .smart-search-wrapper .item-search-stlye {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding: 0 10px; }
    .search-desktop .smart-search-wrapper .item-search-stlye .heading-searchsmart {
      padding: 10px 0; }
      @media only screen and (max-width: 767px) {
        .search-desktop .smart-search-wrapper .item-search-stlye .heading-searchsmart {
          padding: 5px 0; } }
    .search-desktop .smart-search-wrapper .item-search-stlye .text-big {
      font-size: 14px;
      line-height: 28px;
      font-weight: 500;
      text-transform: capitalize; }
      .search-desktop .smart-search-wrapper .item-search-stlye .text-big.title-art {
        position: relative; }
        .search-desktop .smart-search-wrapper .item-search-stlye .text-big.title-art:before {
          content: "\e874";
          display: inline-block;
          font-family: Linearicons-Free;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          font-weight: bold; }
        .search-desktop .smart-search-wrapper .item-search-stlye .text-big.title-art.active .search-desktop .smart-search-wrapper .item-search-stlye .text-big.title-art:before {
          content: "\e873"; }
        .search-desktop .smart-search-wrapper .item-search-stlye .text-big.title-art.no_item:before {
          content: none !important; }
    .search-desktop .smart-search-wrapper .item-search-stlye .item-ult {
      padding-bottom: 10px;
      padding-right: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .search-desktop .smart-search-wrapper .item-search-stlye .item-ult .thumbs {
        max-width: 12%;
        flex: 0 0 12%;
        padding-right: 10px; }
        @media (max-width: 991px) {
          .search-desktop .smart-search-wrapper .item-search-stlye .item-ult .thumbs {
            max-width: 18%;
            flex: 0 0 18%; } }
        .search-desktop .smart-search-wrapper .item-search-stlye .item-ult .thumbs a {
          display: block; }
      .search-desktop .smart-search-wrapper .item-search-stlye .item-ult .title a {
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: pre;
        float: left;
        width: 100%;
        margin-bottom: 0;
        display: inline-block; }
      .search-desktop .smart-search-wrapper .item-search-stlye .item-ult .title p {
        line-height: 15px;
        font-size: 12px;
        font-weight: 600;
        float: left;
        margin: 0;
        color: var(--color_price_shop); }
      .search-desktop .smart-search-wrapper .item-search-stlye .item-ult .title del {
        font-size: 11px;
        font-weight: 300;
        margin-left: 5px;
        color: var(--color_price_compare_shop); }
      .search-desktop .smart-search-wrapper .item-search-stlye .item-ult.item-product:not(:last-child) {
        border-bottom: 1px dashed #ddd;
        margin-bottom: 10px; }
    .search-desktop .smart-search-wrapper .item-search-stlye .list-searchsmart {
      max-height: 350px;
      overflow-x: hidden;
      overflow-y: auto; }
      .search-desktop .smart-search-wrapper .item-search-stlye .list-searchsmart.list-article-samrt {
        display: none; }
      .search-desktop .smart-search-wrapper .item-search-stlye .list-searchsmart .dataEmpty {
        font-size: 13px; }
    .search-desktop .smart-search-wrapper .item-search-stlye .resultsMore a {
      font-size: 13px;
      text-transform: uppercase;
      padding: 0;
      margin: 10px 0 0;
      display: flex;
      align-items: center; }
    .search-desktop .smart-search-wrapper .item-search-stlye .resultsMore i {
      font-size: 10px;
      padding-left: 7px;
      color: var(--colorshop); }

.header-search-mobile {
  background: var(--bgheader);
  padding: 2px 0 5px; }
  .header-search-mobile .search-mobile {
    margin: 0 15px; }
  .header-search-mobile .saitama-search input {
    border: 1px dashed var(--color_header); }

.box-arrow {
  left: 2px;
  right: 142px;
  position: absolute;
  bottom: -14px;
  margin: 0 auto;
  width: 22px;
  height: 15px;
  z-index: 99999;
  -webkit-transform: scale(0);
  transform: scale(0); }
  @media only screen and (max-width: 767px) {
    .box-arrow {
      left: auto;
      right: 10px; } }
  .box-arrow svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }

.header-action_dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: auto;
  right: -50%;
  z-index: 9991;
  min-width: 280px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0; }
  @media (min-width: 768px) {
    .header-action_dropdown {
      width: 420px; } }
  @media (max-width: 767px) {
    .header-action_dropdown {
      min-width: 100vw;
      right: 0px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-top: none; } }

.header-dropdown_content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 10px 20px; }
  .header-dropdown_content .account_title {
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 5px;
    font-weight: 400; }

.show-modal-header .header-action_dropdown,
.show-modal-header .box-arrow {
  visibility: visible;
  opacity: 1;
  transform: scale(1); }

/* header icon action */
.header-listicon {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center; }
  .header-listicon .header-item-action:first-child .hditem-action_ico {
    margin-left: 0; }
  .header-listicon .hditem-action_ico {
    transition: opacity 150ms linear;
    margin-left: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 1300px) {
      .header-listicon .hditem-action_ico {
        margin-left: 18px; } }
    .header-listicon .hditem-action_ico .item-action_link {
      position: relative;
      display: block;
      font-size: 12.3px;
      color: var(--color_header);
      background: transparent;
      box-shadow: none !important;
      outline: none !important;
      border: 0;
      text-align: center; }
      .header-listicon .hditem-action_ico .item-action_link .box-icon {
        position: relative;
        width: 32px;
        height: 40px;
        text-align: center;
        display: inline-block;
        vertical-align: middle; }
        .header-listicon .hditem-action_ico .item-action_link .box-icon span.lnr {
          font-size: 22px;
          color: var(--color_header);
          height: 40px;
          display: block;
          line-height: 40px; }
      .header-listicon .hditem-action_ico .item-action_link .box-text {
        padding-left: 2px;
        display: inline-block;
        vertical-align: middle;
        text-align: left; }
        @media (max-width: 1024px) {
          .header-listicon .hditem-action_ico .item-action_link .box-text {
            text-align: center; } }
        @media (max-width: 991px) {
          .header-listicon .hditem-action_ico .item-action_link .box-text {
            display: none; } }
        .header-listicon .hditem-action_ico .item-action_link .box-text .txtbl i {
          display: inline-block;
          font-size: 11px;
          vertical-align: middle;
          margin-left: 3px; }
      .header-listicon .hditem-action_ico .item-action_link#cart-main .box-icon {
        height: 32px; }
        .header-listicon .hditem-action_ico .item-action_link#cart-main .box-icon span.lnr {
          height: 32px;
          line-height: 30px; }
  .header-listicon .header-cart .hditem-action_ico {
    padding: 2px 10px;
    border-radius: 10px;
    background: var(--color_cartico_bg_header);
    margin-left: 16px; }
    .header-listicon .header-cart .hditem-action_ico #cart-main {
      color: var(--color_cartico_txtmm_header); }
      .header-listicon .header-cart .hditem-action_ico #cart-main .box-icon span.lnr {
        color: var(--color_cartico_txtmm_header); }
      .header-listicon .header-cart .hditem-action_ico #cart-main .count-holder {
        position: absolute;
        top: -5px;
        right: -6px;
        width: 20px;
        height: 20px;
        line-height: 18px;
        display: inline-block;
        text-align: center;
        background: var(--color_cartico_bg_header);
        color: var(--color_cartico_txt_header);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: 1px solid var(--color_cartico_txt_header);
        font-size: 10px;
        font-weight: 500; }
      @media only screen and (max-width: 991px) and (min-width: 768px) {
        .header-listicon .header-cart .hditem-action_ico #cart-main .box-text {
          display: inline-block; } }
    @media only screen and (max-width: 767px) {
      .header-listicon .header-cart .hditem-action_ico {
        padding: 0;
        margin-left: 0;
        border-radius: 5px; }
        .header-listicon .header-cart .hditem-action_ico #cart-main .box-icon {
          height: 35px;
          line-height: 35px; }
          .header-listicon .header-cart .hditem-action_ico #cart-main .box-icon span.lnr {
            height: 35px;
            line-height: 33px; }
        .header-listicon .header-cart .hditem-action_ico .count-holder {
          top: -5px;
          right: -10px; } }
  .header-listicon .header-cart .site-cart {
    text-align: left;
    background: #fefcfb;
    color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 10001;
    left: auto !important;
    will-change: unset !important;
    box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.2); }
  .header-listicon .header-cart .site-cart {
    position: fixed !important;
    height: 100%;
    right: 0 !important;
    width: 500px;
    max-width: calc(100vw - 30px);
    top: 0 !important;
    z-index: 10000;
    -webkit-transform: translateX(107%) !important;
    transform: translateX(107%) !important;
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    padding: 40px;
    overflow: hidden; }
    @media only screen and (max-width: 480px) {
      .header-listicon .header-cart .site-cart {
        padding: 30px 15px; } }
    .header-listicon .header-cart .site-cart .cart-ttbold {
      position: relative;
      padding-bottom: 15px;
      display: flex;
      align-items: center;
      border-bottom: 1px solid rgba(224, 224, 224, 0.5);
      padding-left: 0; }
      .header-listicon .header-cart .site-cart .cart-ttbold .tt-titlecart {
        font-size: 20px;
        margin: 0;
        width: auto;
        font-weight: 500; }
      .header-listicon .header-cart .site-cart .cart-ttbold .active-login {
        top: -12px;
        right: 0;
        box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.05); }
  .header-listicon .header-cart.show-modal-header .site-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important; }

@media (max-width: 991px) {
  .header-location {
    display: none; } }

.sidebox-order_text {
  padding-top: 10px;
  border-top: 1px dashed #eceef0;
  margin-bottom: 10px; }
  .sidebox-order_text.sidebox-mini {
    margin-top: 10px;
    margin-bottom: 0px; }
  .sidebox-order_text p {
    position: relative;
    font-size: 14px;
    margin-bottom: 4px;
    padding-left: 15px;
    font-weight: 400;
    text-align: left; }
    .sidebox-order_text p:before {
      content: "";
      width: 4px;
      height: 4px;
      background: #999999;
      left: 0;
      opacity: 1;
      position: absolute;
      top: 8px;
      border-radius: 50%; }

/* form mini_account */
.form-login-register {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 999; }
  .form-login-register .box-form-login {
    z-index: 9999;
    width: 100%;
    max-width: 510px;
    background: #fff;
    margin: auto;
    position: absolute;
    left: calc(50% - 255px);
    top: 50%;
    padding: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden; }
    .form-login-register .box-form-login .content {
      padding: 0;
      position: relative; }
      .form-login-register .box-form-login .content .form_group {
        margin-bottom: 15px;
        position: relative; }
        .form-login-register .box-form-login .content .form_group input {
          padding: 0 20px; }
      .form-login-register .box-form-login .content input {
        width: 100%;
        height: 40px;
        line-height: 40px; }
      .form-login-register .box-form-login .content .header-btn-submit {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 5px; }
      .form-login-register .box-form-login .content .button-login .header-btn-submit {
        background: var(--colorshop_titlte);
        border: 0;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        font-weight: 400; }
    .form-login-register .box-form-login .rememberme-lost {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      margin-top: 10px;
      margin-bottom: 17px; }
      .form-login-register .box-form-login .rememberme-lost .lost_password {
        font-weight: 400; }
    @media (max-width: 991px) {
      .form-login-register .box-form-login {
        max-width: 95%;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        padding: 15px; } }
  .form-login-register .box-content {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    overflow-y: auto; }
    .form-login-register .box-content .form-header-lg {
      position: relative;
      z-index: 3;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      padding: 20px 30px 30px;
      position: relative;
      display: block; }
      @media (max-width: 991px) {
        .form-login-register .box-content .form-header-lg {
          padding: 0; } }
      .form-login-register .box-content .form-header-lg .site_account_title {
        text-align: center;
        position: relative;
        font-size: 22px;
        margin: 0 0 0px;
        color: #000;
        text-transform: uppercase; }
      .form-login-register .box-content .form-header-lg .site_account_subtitle {
        margin: 0 0 20px 0;
        line-height: 21px;
        text-align: center; }
    .form-login-register .box-content .form-header-lg.form-recover {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 2;
      background: #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    .form-login-register .box-content .form-header-lg.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
      transform: translateX(0); }

.overlay_form-header {
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  cursor: var(--overlayimg) 28 28, auto; }
  .overlay_form-header.in {
    display: block;
    opacity: 1; }

.header-account.show-modal-header .form-login-register {
  display: block; }

.site_account_title {
  text-align: center;
  position: relative;
  font-size: 22px;
  margin: 0 0 0px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.4; }

.site_account_subtitle {
  margin: 0 0 20px 0;
  line-height: 21px;
  text-align: center; }

.js-link-header {
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .js-link-header:before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #000; }

.button-next-login {
  margin-top: 17px; }

.button-next-reregister {
  margin-top: 15px; }
  .button-next-reregister a {
    background: var(--bg_button);
    border: 0;
    font-size: 15px;
    color: var(--color_button);
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    text-transform: initial; }

.form-login-register .box-content .site_account_info ul {
  margin-top: 10px;
  list-style: circle;
  padding-left: 20px;
  margin-bottom: 0; }
  .form-login-register .box-content .site_account_info ul li {
    font-weight: 400;
    margin: 5px 0; }

.active-login {
  height: 35px;
  width: 35px;
  position: absolute;
  top: 10px;
  right: 15px;
  box-sizing: border-box;
  line-height: 35px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.05);
  border: 1px dashed #999; }
  .active-login:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
    display: block;
    height: 1px;
    width: 15px;
    background-color: #000;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .active-login:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
    display: block;
    height: 1px;
    width: 15px;
    background-color: #000;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  @media (max-width: 991px) {
    .active-login {
      top: 3px;
      right: 3px; } }

/* mini-cart */
.site-cart .wrap-cart-view {
  height: 100%;
  /* scroll item */ }
  .site-cart .wrap-cart-view .cart-view-scroll {
    padding: 0; }
    .site-cart .wrap-cart-view .cart-view-scroll.hasitem-cart {
      margin: 20px 0; }
  .site-cart .wrap-cart-view .empty-cart {
    text-align: center;
    position: relative;
    padding-top: 55px;
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 50px;
    padding-bottom: 50px; }
    .site-cart .wrap-cart-view .empty-cart span {
      font-size: 15px;
      display: block; }
    .site-cart .wrap-cart-view .empty-cart .go-shop {
      display: inline-block;
      font-size: 14px;
      line-height: 28px;
      margin-top: 5px;
      position: relative; }
      .site-cart .wrap-cart-view .empty-cart .go-shop:after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        transform-origin: 0 50%;
        transition: transform 0.48s cubic-bezier(0.77, 0, 0.175, 1); }
  .site-cart .wrap-cart-view .cart-view-total {
    padding: 0; }
  .site-cart .wrap-cart-view .title-minitotal {
    font-weight: bold; }
  .site-cart .wrap-cart-view table {
    width: 100%; }
    .site-cart .wrap-cart-view table #total-view-cart {
      font-weight: bold;
      font-size: 16px;
      color: var(--txt_color_pricecart); }
    .site-cart .wrap-cart-view table td {
      position: relative;
      padding: 7px;
      text-align: left; }
      .site-cart .wrap-cart-view table td .pro-title {
        padding-right: 30px; }
        .site-cart .wrap-cart-view table td .pro-title a.pro-title-view {
          font-size: 12px;
          font-weight: 600;
          text-transform: uppercase; }
        .site-cart .wrap-cart-view table td .pro-title .variant {
          font-size: 12px;
          display: block;
          width: 100%; }
      .site-cart .wrap-cart-view table td .remove-cart {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
        .site-cart .wrap-cart-view table td .remove-cart button {
          border: 0;
          background: transparent;
          outline: 0; }
  .site-cart .wrap-cart-view table#cart-view tr {
    border-bottom: 1px dotted rgba(224, 224, 224, 0.5); }
    .site-cart .wrap-cart-view table#cart-view tr td {
      position: relative;
      border: none;
      vertical-align: top; }
      .site-cart .wrap-cart-view table#cart-view tr td:first-child {
        padding-left: 0; }
      .site-cart .wrap-cart-view table#cart-view tr td:last-child {
        padding-right: 10px; }
      .site-cart .wrap-cart-view table#cart-view tr td.img {
        width: 65px; }
        .site-cart .wrap-cart-view table#cart-view tr td.img img {
          width: 65px;
          border: 1px solid #ededed;
          max-width: none;
          object-fit: contain;
          height: auto; }
    .site-cart .wrap-cart-view table#cart-view tr:last-child {
      border: 0; }
  .site-cart .wrap-cart-view .mini-cart_quantity {
    margin-top: 4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .site-cart .wrap-cart-view .mini-cart_quantity .qty-value {
      display: inline-block;
      height: 23px;
      line-height: 23px;
      min-width: 25px;
      padding: 0 3px;
      text-align: center;
      background: #f5f5f5;
      font-size: 13px;
      font-weight: 500;
      border-radius: 3px;
      box-shadow: 0 1px 1px rgba(225, 227, 228, 0.2);
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none; }
    .site-cart .wrap-cart-view .mini-cart_quantity .qty-btn {
      width: 30px;
      font-size: 20px;
      background: #f5f5f5; }
    .site-cart .wrap-cart-view .mini-cart_quantity .pro-price-view {
      font-size: 13px;
      font-weight: 600;
      color: var(--color_price_shop); }
  .site-cart .wrap-cart-view #cart-view tr td {
    border: none !important; }
  .site-cart .wrap-cart-view .table-total tr td {
    border: none !important; }
  .site-cart .wrap-cart-view .line {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(224, 224, 224, 0.5);
    margin: 10px 0px; }
  .site-cart .wrap-cart-view a.linktocheckout, .site-cart .wrap-cart-view a.linktocart {
    padding: 0px 10px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    height: 40px;
    line-height: 38px; }
  .site-cart .wrap-cart-view .cart-view-scroll {
    overflow-y: auto;
    /*max-height: 400px;min-height: 400px;*/
    height: calc(100% - 230px); }
    @media (max-width: 767px) {
      .site-cart .wrap-cart-view .cart-view-scroll {
        height: calc(100% - 375px); } }

/*------------------------- PRODUCT ITEM-------------------------*/
.product-loop-wapper {
  position: relative;
  padding: 0;
  margin: 0 0 10px; }
  .product-loop-wapper:not(.product-horizontal) {
    background-color: #fff;
    padding-bottom: 10px;
    overflow: hidden;
    border: 1px solid #efefef; }
    @media (min-width: 992px) {
      .product-loop-wapper:not(.product-horizontal) .product-loop-content {
        padding: 0 10px; } }
  .product-loop-wapper .product-loop-thumb {
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 100%; }
    @media (max-width: 991px) {
      .product-loop-wapper .product-loop-thumb {
        margin-bottom: 8px; } }
    .product-loop-wapper .product-loop-thumb .product-thumb-hover {
      padding-top: 100%;
      position: relative;
      display: block;
      height: 0;
      background: #f2f2f2;
      /*@extend %boder-radius10;*/
      /*img {border-radius: 0 0 10px 10px;}*/ }
      .product-loop-wapper .product-loop-thumb .product-thumb-hover a {
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none; }
        .product-loop-wapper .product-loop-thumb .product-thumb-hover a picture img {
          position: absolute;
          top: 50%;
          left: 50%;
          margin: 0 auto;
          object-fit: contain;
          transform: translate(-50%, -50%);
          -ms-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          transition: all 500ms ease;
          width: 100%;
          height: 100%; }
      .product-loop-wapper .product-loop-thumb .product-thumb-hover picture {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .product-loop-wapper .product-loop-thumb .product-thumb-hover picture:nth-of-type(2) {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          visibility: hidden; }
    .product-loop-wapper .product-loop-thumb .product-loop-button {
      position: absolute;
      right: 15px;
      z-index: 9;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      display: flex;
      justify-content: center;
      top: auto;
      bottom: 15px;
      left: 0;
      padding: 0 15px;
      width: 100%;
      opacity: 0;
      visibility: hidden; }
      @media (max-width: 991px) {
        .product-loop-wapper .product-loop-thumb .product-loop-button {
          position: static;
          opacity: 1;
          visibility: visible; } }
      .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop {
        position: relative;
        margin: 0 5px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop::before {
          content: attr(data-title);
          padding: 0 10px;
          background: var(--bg_button);
          color: var(--color_button);
          line-height: 24px;
          white-space: nowrap;
          font-size: 12px;
          z-index: 10;
          border-radius: 3px; }
        .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop::before {
          position: absolute;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          pointer-events: none;
          top: -39px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop:after {
          top: -15px;
          left: 50% !important;
          border-color: var(--bg_button) transparent transparent;
          -webkit-transform: translateY(0);
          transform: translateY(0);
          content: "";
          margin-left: -5px;
          border-width: 5px;
          border-style: solid;
          position: absolute;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          pointer-events: none; }
        .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop .item_link_loop {
          font-size: 0;
          background: #fff;
          text-align: center;
          position: relative;
          white-space: nowrap;
          margin-top: 0;
          color: #fff;
          width: 40px;
          height: 40px;
          line-height: 40px;
          border: 0;
          padding: 0;
          cursor: pointer;
          display: inline-block;
          /*box-shadow: 0px 1px 0px 0 #c6c2c2;*/ }
          .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop .item_link_loop:before {
            font-family: Linearicons-Free;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            font-size: 16px;
            line-height: 40px;
            color: #000;
            -webkit-transition: all .1s ease;
            transition: all .1s ease; }
          .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop .item_link_loop.add_to_cart_loop:before {
            content: "\e84c"; }
          .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop .item_link_loop.onwishlist_btn_add:before {
            content: "\e813"; }
          .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop .item_link_loop.quickview_loop:before {
            content: "\e86f"; }
          .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop .item_link_loop[disabled] {
            cursor: not-allowed; }
          .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop .item_link_loop.item_link_loop.wish-added {
            background: var(--color_button_hover);
            color: var(--bg_button_hover); }
            .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop .item_link_loop.item_link_loop.wish-added:before {
              color: var(--bg_button_hover); }
          @media (max-width: 991px) {
            .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop .item_link_loop {
              width: 33px;
              height: 33px;
              line-height: 33px;
              background-color: #efefef; }
              .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop .item_link_loop:before {
                font-size: 14px;
                line-height: 33px; } }
        @media (min-width: 1024px) {
          .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop:hover:before {
            opacity: 1;
            visibility: visible;
            top: -34px; }
          .product-loop-wapper .product-loop-thumb .product-loop-button .btn-loop:hover:after {
            opacity: 1;
            visibility: visible;
            top: -10px; } }
  .product-loop-wapper .product-loop-lable {
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    z-index: 5; }
    .product-loop-wapper .product-loop-lable > div {
      margin-bottom: 5px; }
      .product-loop-wapper .product-loop-lable > div:last-child {
        margin: 0; }
    .product-loop-wapper .product-loop-lable .product-sale {
      background: var(--bgshop);
      font-size: 13px !important; }
    .product-loop-wapper .product-loop-lable .sold-out {
      background: #6e6a6a; }
    .product-loop-wapper .product-loop-lable .product-sale, .product-loop-wapper .product-loop-lable .sold-out {
      text-align: center !important;
      color: #fff;
      font-size: 11px;
      padding: 0 2px;
      font-weight: 600;
      position: relative;
      line-height: 26px;
      min-width: 65px;
      z-index: 1;
      border: 0; }
      @media only screen and (max-width: 767px) {
        .product-loop-wapper .product-loop-lable .product-sale, .product-loop-wapper .product-loop-lable .sold-out {
          line-height: 22px;
          min-width: 40px;
          font-size: 10px !important; } }
      .product-loop-wapper .product-loop-lable .product-sale span, .product-loop-wapper .product-loop-lable .sold-out span {
        color: #fff; }
  .product-loop-wapper .btnremove-wishlist {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1; }
    .product-loop-wapper .btnremove-wishlist button {
      background: var(--bg_button);
      box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.05);
      color: var(--color_button);
      text-align: center;
      border-radius: 50%;
      font-size: 17px;
      border: 0;
      width: 26px;
      height: 26px;
      line-height: 29px;
      font-weight: bold; }
  .product-loop-wapper .product-loop-content {
    padding: 0 4px; }
  .product-loop-wapper .box-pro-prices {
    line-height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
    min-height: 22px; }
    .product-loop-wapper .box-pro-prices .pro-price {
      font-size: 14px;
      color: var(--color_price_shop);
      font-weight: 600;
      margin: 0; }
      .product-loop-wapper .box-pro-prices .pro-price .pro-price-del {
        opacity: .8;
        margin-left: 6px;
        font-weight: 400;
        font-size: 13px;
        color: var(--color_price_compare_shop); }
      .product-loop-wapper .box-pro-prices .pro-price .pro-price-sale {
        text-align: center;
        color: #fff;
        font-size: 11px;
        padding: 2px 5px;
        font-weight: 600;
        position: relative;
        line-height: 26px;
        min-width: 65px;
        z-index: 1;
        background: #993300;
        border-radius: 3px; }
      @media (max-width: 767px) {
        .product-loop-wapper .box-pro-prices .pro-price {
          font-size: 13px; }
          .product-loop-wapper .box-pro-prices .pro-price .pro-price-del {
            font-size: 12px;
            margin-left: 2px; } }
  .product-loop-wapper .pro-name {
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 5px;
    color: var(--color_titlepro_shop);
    min-height: 34px; }
    .product-loop-wapper .pro-name a, .product-loop-wapper .pro-name a:hover {
      color: var(--color_titlepro_shop); }
  .product-loop-wapper .rating-loop {
    min-height: 21px; }
    .product-loop-wapper .rating-loop .star-rating {
      font-size: 13px;
      display: flex;
      align-items: center; }
      .product-loop-wapper .rating-loop .star-rating i {
        color: var(--txt_color_stareview);
        margin-right: 2px; }
      .product-loop-wapper .rating-loop .star-rating svg {
        fill: var(--txt_color_stareview);
        height: 12px;
        width: 12px;
        margin-right: 2px; }
      .product-loop-wapper .rating-loop .star-rating span {
        color: var(--color_titlepro_shop); }
      @media (max-width: 767px) {
        .product-loop-wapper .rating-loop .star-rating {
          font-size: 12px; }
          .product-loop-wapper .rating-loop .star-rating svg {
            height: 10px;
            width: 10px; } }
    .product-loop-wapper .rating-loop .haravan-product-reviews-badge {
      font-size: 13px;
      display: flex;
      align-items: center; }
      .product-loop-wapper .rating-loop .haravan-product-reviews-badge .hrv-product-reviews-star {
        display: inline-block; }
      .product-loop-wapper .rating-loop .haravan-product-reviews-badge i {
        font-size: 12px; }
      .product-loop-wapper .rating-loop .haravan-product-reviews-badge p, .product-loop-wapper .rating-loop .haravan-product-reviews-badge span {
        display: inline-block;
        color: var(--color_titlepro_shop);
        margin-left: 2px;
        margin-bottom: 0; }
      @media (max-width: 991px) {
        .product-loop-wapper .rating-loop .haravan-product-reviews-badge {
          font-size: 12px; }
          .product-loop-wapper .rating-loop .haravan-product-reviews-badge p, .product-loop-wapper .rating-loop .haravan-product-reviews-badge span {
            font-size: 11px; } }
      @media (max-width: 480px) {
        .product-loop-wapper .rating-loop .haravan-product-reviews-badge {
          font-size: 11px; }
          .product-loop-wapper .rating-loop .haravan-product-reviews-badge p, .product-loop-wapper .rating-loop .haravan-product-reviews-badge span {
            font-size: 10.5px; } }
  @media (min-width: 1024px) {
    .product-loop-wapper:not(.product-horizontal):hover {
      /*.product-loop-thumb picture:nth-of-type(1) {opacity: 0;visibility: hidden;}
			.product-loop-thumb picture:nth-of-type(2) {opacity: 1;visibility: visible;}*/ }
      .product-loop-wapper:not(.product-horizontal):hover .product-loop-button {
        opacity: 1;
        visibility: visible; } }
  .product-loop-wapper.product-horizontal {
    display: flex;
    align-items: flex-start; }
    .product-loop-wapper.product-horizontal .product-img {
      flex: 0 0 80px;
      max-width: 80px;
      margin-bottom: 0; }
    .product-loop-wapper.product-horizontal .product-loop-content {
      padding: 0 0 0 10px; }
    .product-loop-wapper.product-horizontal .pro-price span.pro-price-del {
      margin-right: 4px; }
    .product-loop-wapper.product-horizontal .box-pro-prices .pro-price {
      font-size: 13px; }
    .product-loop-wapper.product-horizontal .box-pro-prices .pro-price .pro-price-del {
      font-size: 12px; }

/* style owl nav */
.style-owl.owl-carousel .owl-nav {
  margin: 0; }
  .style-owl.owl-carousel .owl-nav [class*="owl-"] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease-out;
    padding: 15px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #707070;
    background: #f7f7f7;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    border-radius: 7px; }
    .style-owl.owl-carousel .owl-nav [class*="owl-"] .lnr {
      font-size: 18px;
      font-weight: bold; }
    .style-owl.owl-carousel .owl-nav [class*="owl-"].disabled {
      display: none; }
    @media (max-width: 767px) {
      .style-owl.owl-carousel .owl-nav [class*="owl-"] {
        opacity: 1;
        visibility: visible;
        padding: 12px 2px; }
        .style-owl.owl-carousel .owl-nav [class*="owl-"] .lnr {
          font-size: 16px; }
        .style-owl.owl-carousel .owl-nav [class*="owl-"].owl-prev {
          border-radius: 0 7px 7px 0; }
        .style-owl.owl-carousel .owl-nav [class*="owl-"].owl-next {
          border-radius: 7px 0 0 7px; } }
  .style-owl.owl-carousel .owl-nav .owl-prev {
    left: 0px; }
  .style-owl.owl-carousel .owl-nav .owl-next {
    right: 0px; }

.style-owl.owl-carousel:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible; }

.row.row-list-product {
  margin: 0 -5px; }
  .row.row-list-product .col-prolopp {
    padding: 0 5px; }
    @media (min-width: 992px) {
      .row.row-list-product .col-prolopp {
        width: 20%; }
        .row.row-list-product .col-prolopp.article-lp {
          width: 25%; }
          .row.row-list-product .col-prolopp.article-lp:nth-child(4n+1) {
            clear: both; } }
    @media (max-width: 767px) {
      .row.row-list-product .col-prolopp.col-xs-6:nth-child(2n+1) {
        clear: both; } }

/* back to top */
.back-top {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 49px;
  text-align: center;
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer; }
  .back-top:after {
    position: absolute;
    font-family: Linearicons-Free;
    content: "\e84b";
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    color: #000;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: block;
    z-index: -1;
    background: #fff;
    border: 4px solid #f5f5f5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 19px; }
  .back-top svg.progress-circle path {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    stroke: #000;
    stroke-width: 4;
    box-sizing: border-box;
    fill: none; }
  @media (min-width: 1024px) {
    .back-top:hover:after {
      background: var(--bg_button);
      color: var(--color_button); } }
  .back-top.button-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    background: #fff; }
  @media (max-width: 767px) {
    .back-top {
      width: 35px;
      height: 35px;
      right: 10px; }
      .back-top svg {
        width: 35px;
        height: 35px; }
      .back-top:after {
        line-height: 28px;
        font-size: 17px;
        width: 35px;
        height: 35px; } }

@media (max-width: 991px) {
  body.product .back-top {
    bottom: 120px; } }

/* addthis */
.addThis_listSharing {
  position: fixed;
  bottom: 115px;
  z-index: 90;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease; }
  .addThis_listSharing.is-show {
    right: 0;
    opacity: 1;
    visibility: visible; }
  @media (max-width: 991px) {
    .addThis_listSharing {
      bottom: 102px; }
      .addThis_listSharing.addThis_listSharing_prod {
        bottom: 152px; } }

.addThis_item {
  margin-bottom: 5px;
  margin-right: 15px; }
  .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center; }
    .addThis_item .addThis_item--icon .tooltip-text {
      position: absolute;
      top: 4px;
      right: 55px;
      z-index: 9;
      height: 32px;
      line-height: 26px;
      padding: 3px 10px;
      width: auto;
      border-radius: 5px;
      font-size: 11px;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      background-color: black;
      visibility: hidden;
      opacity: 0;
      -ms-transition: all 200ms linear;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
      .addThis_item .addThis_item--icon .tooltip-text:after {
        content: "";
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent black;
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
        -ms-transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
    .addThis_item .addThis_item--icon:hover {
      text-decoration: none;
      opacity: .9;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }
      .addThis_item .addThis_item--icon:hover .tooltip-text {
        visibility: visible;
        opacity: 1; }
    .addThis_item .addThis_item--icon svg {
      display: block; }
  @media (max-width: 767px) {
    .addThis_item {
      margin-right: 10px; }
      .addThis_item .addThis_item--icon {
        width: 35px;
        height: 35px;
        line-height: 35px; }
        .addThis_item .addThis_item--icon svg {
          width: 35px;
          height: 35px; } }

/* style footer */
.custom-shape-divider-bottom {
  bottom: 100%;
  left: 0;
  width: 100%;
  line-height: 0;
  transform: rotate(180deg);
  fill: var(--bg_img_footer2); }
  .custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(123% + 1.3px);
    height: 58px;
    transform: rotateY(180deg); }
    .custom-shape-divider-bottom svg .shape-fill {
      fill: var(--bg_img_footer2); }

.newsletter-content .form-group {
  width: 100%;
  margin-bottom: 15px; }
  .newsletter-content .form-group input {
    border: 1px dashed var(--colorshop_titlte);
    background: #fff;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 0; }

.newsletter-content .input-group-btn {
  width: 100%;
  display: block; }

footer.footer-wrapmain {
  position: relative;
  margin-top: 70px; }
  footer.footer-wrapmain #ft-main-content {
    padding: 35px 0 20px;
    background: linear-gradient(to top, var(--bg_img_footer), var(--bg_img_footer2));
    color: var(--txt_color_footer); }
    @media (max-width: 991px) {
      footer.footer-wrapmain #ft-main-content .cb-tablet {
        clear: both; } }
  footer.footer-wrapmain .logo-ft {
    margin-bottom: 15px; }
    footer.footer-wrapmain .logo-ft img {
      max-width: 165px; }
  footer.footer-wrapmain .footer-desc {
    margin-bottom: 15px; }
  footer.footer-wrapmain .footer-title {
    position: relative;
    font-size: 17px;
    color: var(--title_color_footer);
    margin: 0px;
    padding: 15px 0;
    font-weight: bold;
    /*border-bottom: 1px dashed rgba(255, 255, 255, 0.08);*/ }
  footer.footer-wrapmain .footer-listinfo li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: var(--txt_color_footer); }
    footer.footer-wrapmain .footer-listinfo li a {
      display: block;
      color: var(--txt_color_footer); }
    footer.footer-wrapmain .footer-listinfo li i {
      font-size: 17px;
      margin-right: 10px;
      font-weight: lighter;
      margin-top: -3px; }
  footer.footer-wrapmain .footer-listmeu li {
    margin-bottom: 10px; }
    footer.footer-wrapmain .footer-listmeu li a {
      color: var(--txt_color_footer); }
  footer.footer-wrapmain .bottom-footer {
    margin-top: 35px; }
    footer.footer-wrapmain .bottom-footer p {
      margin-bottom: 0;
      font-size: 13px; }
  footer.footer-wrapmain .social-ft a {
    flex: 0 0 33px;
    margin-right: 9px; }
    footer.footer-wrapmain .social-ft a img {
      border-radius: 50%; }
  footer.footer-wrapmain .ft-topsearch {
    margin: 12px 0;
    padding: 12px 0 27px;
    border-top: 1px solid #fefefe4a;
    border-bottom: 1px solid #fefefe4a; }
  footer.footer-wrapmain .ft-keyw-search {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    footer.footer-wrapmain .ft-keyw-search a {
      background: #ffffff1c;
      color: var(--txt_color_footer);
      border-radius: 25px;
      text-align: center;
      padding: 8px 10px;
      min-width: 100px;
      /*@media (min-width: 992px){ flex: 0 0 calc(100% / 6 - 10px); }
			@media (min-width: 767px) and (max-width: 991px){ flex: 0 0 calc(100% / 4 - 10px); }*/ }
      @media (max-width: 767px) {
        footer.footer-wrapmain .ft-keyw-search a {
          min-width: 87px; } }
      footer.footer-wrapmain .ft-keyw-search a:hover {
        box-shadow: 0 0px 0px 0 #fff, 0 0px 3px 0px #fff; }
  footer.footer-wrapmain .payment-icon li {
    margin: 0 8px 8px 0;
    border-radius: 3px;
    overflow: hidden; }
  @media (max-width: 991px) {
    footer.footer-wrapmain .footer-block:not(.ft-topsearch) {
      margin-bottom: 15px; } }

/* quick view */
#quick-view-modal {
  background: rgba(0, 0, 0, 0.5);
  transition: unset !important;
  overflow-y: hidden; }
  #quick-view-modal .modal-dialog-centered {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 28px auto;
    min-height: calc(100% - (28px * 2));
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    transform: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset; }
    #quick-view-modal .modal-dialog-centered .modal-content {
      pointer-events: auto;
      width: 100%;
      margin-bottom: 50px;
      overflow: hidden;
      border-radius: 10px; }
  #quick-view-modal .modal-paramlink {
    position: relative;
    padding: 0;
    z-index: 5;
    border-bottom: 0; }
  #quick-view-modal .quickview-close {
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.05);
    border: 1px dashed #999;
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 10px;
    color: #272727;
    z-index: 999;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    /*&:hover:before, &:hover:after {-webkit-transform: rotate(0deg);transform: rotate(0deg);}*/ }
    #quick-view-modal .quickview-close:before, #quick-view-modal .quickview-close:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 15px;
      top: 50%;
      left: calc(50% - 7px);
      margin-top: 0;
      background-color: #000;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    #quick-view-modal .quickview-close:before {
      transform-origin: 50% 50%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #quick-view-modal .quickview-close:after {
      transform-origin: 50% 50%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #quick-view-modal .quickview-close:hover {
      background: #e5e5e5; }
    @media (max-width: 767px) {
      #quick-view-modal .quickview-close {
        top: 5px; } }
  #quick-view-modal .modal-detailProduct {
    padding: 0;
    overflow: hidden; }
  #quick-view-modal .modal-detailProduct .productDetail-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #quick-view-modal .modal-detailProduct .productDetail-information .productDetail--gallery, #quick-view-modal .modal-detailProduct .productDetail-information .productDetail--content {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  #quick-view-modal .productDetail--gallery .product-container-gallery {
    position: relative; }
  #quick-view-modal .quickview-sliderproduct {
    border-radius: 5px 0px 0px 0px;
    overflow: hidden; }
    #quick-view-modal .quickview-sliderproduct:not(.owl-loaded) {
      display: -ms-flexbox;
      display: flex;
      overflow: hidden; }
      #quick-view-modal .quickview-sliderproduct:not(.owl-loaded) .product-gallery {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    #quick-view-modal .quickview-sliderproduct .owl-nav {
      margin: 0; }
      #quick-view-modal .quickview-sliderproduct .owl-nav [class*="owl-"] .lnr {
        font-size: 23px; }
    #quick-view-modal .quickview-sliderproduct .boxlazy-img__bd img {
      border-radius: 5px 0px 0px 0px; }
  #quick-view-modal .quickview-sliderthumb {
    max-width: 88%;
    margin: 10px auto 10px; }
    #quick-view-modal .quickview-sliderthumb:not(.owl-loaded) {
      display: -ms-flexbox;
      display: flex;
      overflow: hidden; }
      #quick-view-modal .quickview-sliderthumb:not(.owl-loaded) .product-thumb {
        -webkit-flex: 0 0 calc((100% - 50px)/6);
        -ms-flex: 0 0 calc((100% - 50px)/6);
        flex: 0 0 calc((100% - 50px)/6);
        max-width: calc((100% - 50px)/6);
        margin-right: 10px; }
    #quick-view-modal .quickview-sliderthumb .product-thumb__item {
      display: block;
      margin: 1px;
      border: 1px solid #d3d0d0; }
    #quick-view-modal .quickview-sliderthumb .current .product-thumb__item {
      border-color: #000; }
  @media (min-width: 992px) {
    #quick-view-modal.fade .modal-dialog {
      opacity: 0; }
    #quick-view-modal.in .modal-dialog {
      opacity: 1; }
    #quick-view-modal .modal-dialog-centered {
      max-width: 840px; }
    #quick-view-modal .wrapper-quickview .productDetail--content .wrapbox-detail {
      padding-right: 0; }
    #quick-view-modal .wrapper-quickview .modal-paramlink .quickview-close {
      right: 10px;
      left: initial; }
    #quick-view-modal .wrapper-quickview .modal-detailProduct {
      padding: 0px; }
    #quick-view-modal .wrapper-quickview .modal-detailProduct .quickview-sliderproduct {
      border: 1px solid #f4f4f4; } }

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

.productDetail--content {
  padding: 25px 20px 25px 10px; }
  .productDetail--content .wrapbox-detail .rating-loop {
    margin-bottom: 0px;
    min-height: 21px; }
  .productDetail--content .wrapbox-detail .star-rating {
    font-size: 15px;
    display: flex;
    align-items: center; }
    .productDetail--content .wrapbox-detail .star-rating i {
      font-size: 15px;
      color: var(--txt_color_stareview);
      margin-right: 2px; }
    .productDetail--content .wrapbox-detail .star-rating svg {
      fill: var(--txt_color_stareview);
      height: 15px;
      width: 15px;
      margin-right: 2px; }
    .productDetail--content .wrapbox-detail .star-rating span {
      color: var(--color_titlepro_shop); }
  .productDetail--content .wrapbox-detail .haravan-product-reviews-badge {
    font-size: 13px;
    display: flex;
    align-items: center; }
    .productDetail--content .wrapbox-detail .haravan-product-reviews-badge .hrv-product-reviews-star {
      display: inline-block; }
    .productDetail--content .wrapbox-detail .haravan-product-reviews-badge i {
      font-size: 12px; }
    .productDetail--content .wrapbox-detail .haravan-product-reviews-badge p, .productDetail--content .wrapbox-detail .haravan-product-reviews-badge span {
      display: inline-block;
      color: var(--color_titlepro_shop);
      margin-left: 2px;
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .productDetail--content .wrapbox-detail .haravan-product-reviews-badge {
        font-size: 13px; }
        .productDetail--content .wrapbox-detail .haravan-product-reviews-badge p, .productDetail--content .wrapbox-detail .haravan-product-reviews-badge span {
          font-size: 12px; } }
  .productDetail--content .wrapbox-detail .btn-action-wl {
    position: relative;
    margin: 0 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .productDetail--content .wrapbox-detail .btn-action-wl.btn-wl-detail::before {
      content: attr(data-title);
      padding: 0 10px;
      background: var(--bg_button);
      color: var(--color_button);
      line-height: 24px;
      white-space: nowrap;
      font-size: 12px;
      z-index: 10;
      border-radius: 3px; }
    .productDetail--content .wrapbox-detail .btn-action-wl.btn-wl-detail::before {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      pointer-events: none;
      top: -39px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .productDetail--content .wrapbox-detail .btn-action-wl.btn-wl-detail:after {
      top: -15px;
      left: 50% !important;
      border-color: var(--bg_button) transparent transparent;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      content: "";
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      pointer-events: none; }
    @media (min-width: 1024px) {
      .productDetail--content .wrapbox-detail .btn-action-wl.btn-wl-detail:hover:before {
        opacity: 1;
        visibility: visible;
        top: -34px; }
      .productDetail--content .wrapbox-detail .btn-action-wl.btn-wl-detail:hover:after {
        opacity: 1;
        visibility: visible;
        top: -10px; } }
    .productDetail--content .wrapbox-detail .btn-action-wl .item_link_loop {
      font-size: 0;
      text-align: center;
      position: relative;
      white-space: nowrap;
      margin-top: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      padding: 0;
      cursor: pointer;
      display: inline-block;
      background: #fff;
      color: #fff;
      border: 1px dashed var(--bg_button); }
      .productDetail--content .wrapbox-detail .btn-action-wl .item_link_loop:before {
        content: "\e813";
        font-family: Linearicons-Free;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: 40px;
        -webkit-transition: all .1s ease;
        transition: all .1s ease;
        color: var(--bg_button); }
      .productDetail--content .wrapbox-detail .btn-action-wl .item_link_loop.item_link_loop.wish-added {
        background: var(--color_button_hover);
        color: var(--bg_button_hover); }
        .productDetail--content .wrapbox-detail .btn-action-wl .item_link_loop.item_link_loop.wish-added:before {
          color: var(--bg_button_hover); }
  .productDetail--content .wrapbox-detail .product-heading {
    position: relative; }
    .productDetail--content .wrapbox-detail .product-heading .d-icon-tl {
      align-items: center;
      margin-bottom: 3px; }
      .productDetail--content .wrapbox-detail .product-heading .d-icon-tl:not(.d-icon-quickview) {
        justify-content: space-between; }
      .productDetail--content .wrapbox-detail .product-heading .d-icon-tl.d-icon-quickview .wl-quickview {
        padding-left: 20px; }
        .productDetail--content .wrapbox-detail .product-heading .d-icon-tl.d-icon-quickview .wl-quickview .item_link_loop {
          height: 30px !important;
          width: 30px !important;
          line-height: 30px !important; }
          .productDetail--content .wrapbox-detail .product-heading .d-icon-tl.d-icon-quickview .wl-quickview .item_link_loop:before {
            line-height: 30px; }
    .productDetail--content .wrapbox-detail .product-heading h1, .productDetail--content .wrapbox-detail .product-heading h2 {
      margin-top: 0;
      margin-bottom: 12px;
      font-size: 23px;
      line-height: 30px;
      color: var(--color_titlepro_shop);
      word-break: break-word;
      display: block;
      font-weight: bold; }
      @media (max-width: 767px) {
        .productDetail--content .wrapbox-detail .product-heading h1, .productDetail--content .wrapbox-detail .product-heading h2 {
          font-size: 21px; } }
    .productDetail--content .wrapbox-detail .product-heading .prod-status {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      font-size: 12px;
      margin-bottom: 10px;
      color: #000; }
      .productDetail--content .wrapbox-detail .product-heading .prod-status > span {
        width: 50%;
        padding-left: 15px;
        position: relative; }
        .productDetail--content .wrapbox-detail .product-heading .prod-status > span:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          transform: translateY(-50%);
          background: #000; }
  .productDetail--content .wrapbox-detail .product-price {
    border: 0;
    padding: 12px 0;
    display: flex;
    align-items: center; }
    .productDetail--content .wrapbox-detail .product-price .pro-price {
      font-size: 24px;
      font-weight: bold;
      color: var(--txt_product_pricecl); }
    .productDetail--content .wrapbox-detail .product-price del {
      margin-left: 0;
      font-size: 17px;
      color: var(--txt_product_cppricecl);
      text-decoration-color: var(--txt_product_cppricecl);
      padding-left: 10px;
      font-weight: 300; }
    .productDetail--content .wrapbox-detail .product-price .pro-percent {
      margin-left: 10px;
      display: inline-block;
      padding: 5px 25px;
      margin-right: 10px;
      font-weight: 600;
      font-size: 14px;
      color: #fff;
      background: var(--txt_product_pricecl);
      border-radius: 5px;
      border: 1px dashed #fff; }
  .productDetail--content .wrapbox-detail > [class*='product-'] {
    margin-bottom: 12px; }
  .productDetail--content .wrapbox-detail .product-variants {
    padding: 0; }
    .productDetail--content .wrapbox-detail .product-variants .select-swatch .swatch:first-child {
      margin-top: 0; }
    .productDetail--content .wrapbox-detail .product-variants .select-swatch .swatch:last-child {
      margin-bottom: 0; }
    .productDetail--content .wrapbox-detail .product-variants .select-swatch .swatch .title-swap {
      width: 35%;
      padding-left: 0; }
  .productDetail--content .wrapbox-detail .product-variants {
    position: relative;
    z-index: 1;
    padding: 0;
    margin-bottom: 15px; }
    .productDetail--content .wrapbox-detail .product-variants .select {
      display: none;
      visibility: hidden; }
  @media (max-width: 767px) {
    .productDetail--content .wrapbox-detail .product-variants .select-swatch .swatch .title-swap {
      width: 30%; } }
  .productDetail--content .wrapbox-detail .productToolbar-addcart {
    /*min-height: 110px;*/ }
  .productDetail--content .wrapbox-detail .productdetail-link.hasapp {
    color: #856404;
    background-color: #fff3cd;
    border: 1px dashed #856404;
    display: flex;
    align-items: center;
    padding: 7px;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    flex-wrap: wrap;
    font-size: 13px; }
    .productDetail--content .wrapbox-detail .productdetail-link.hasapp > img {
      max-width: 25px;
      margin-right: 7px; }
    .productDetail--content .wrapbox-detail .productdetail-link.hasapp span.txt2 {
      padding-left: 5px; }
  .productDetail--content .product-flex-action {
    display: flex;
    flex: 1;
    margin: 5px 0 5px 0; }
    .productDetail--content .product-flex-action .block-quantity {
      margin-right: 10px;
      display: flex;
      height: 45px;
      position: relative;
      width: auto;
      align-items: center; }
      .productDetail--content .product-flex-action .block-quantity .qty-btn {
        border-radius: 0;
        padding: 4px;
        width: 50px;
        border: 1.5px solid #000;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #8c9196;
        background: transparent;
        outline: none !important;
        box-shadow: none; }
        .productDetail--content .product-flex-action .block-quantity .qty-btn svg {
          display: block;
          width: 12px;
          height: 100%;
          margin: 0 auto;
          fill: #000;
          transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          -webkit-transition: all .2s ease-in-out; }
        .productDetail--content .product-flex-action .block-quantity .qty-btn.qty-minus {
          border-right: none;
          border-radius: 5px 0 0 5px; }
        .productDetail--content .product-flex-action .block-quantity .qty-btn.qty-plus {
          border-radius: 0 5px 5px 0;
          border-left: none; }
      .productDetail--content .product-flex-action .block-quantity .quantity-number {
        border: 0;
        width: 55px !important;
        text-align: center;
        border-top: 1.5px solid #000;
        border-bottom: 1.5px solid #000;
        border-radius: 0;
        height: 45px;
        padding: 0.375rem 0.75rem;
        font-weight: 400;
        line-height: 1.5;
        color: #000;
        background-color: #fff;
        background-clip: padding-box;
        font-size: 16px; }
    .productDetail--content .product-flex-action .block-addcart {
      flex: 1; }
  .productDetail--content .block-addcart-action {
    margin: 10px 0; }
  .productDetail--content .productToolbar-addcart .add-to-cartProduct {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    white-space: nowrap;
    position: relative;
    height: 45px;
    width: 100%;
    font-weight: 400;
    outline: none !important;
    text-transform: uppercase;
    background: var(--btn_product_addcart);
    border: 1.5px solid var(--btn_product_addcart);
    color: var(--btntxt_product_addcart); }
    @media only screen and (min-width: 992px) {
      .productDetail--content .productToolbar-addcart .add-to-cartProduct:hover, .productDetail--content .productToolbar-addcart .add-to-cartProduct:focus {
        background: var(--btntxt_product_addcart);
        color: var(--btn_product_addcart); } }
    .productDetail--content .productToolbar-addcart .add-to-cartProduct.buy-now-btn {
      background: var(--btn_product_buynow);
      color: var(--btntxt_product_buynow);
      border-color: var(--btn_product_buynow); }
      @media only screen and (min-width: 992px) {
        .productDetail--content .productToolbar-addcart .add-to-cartProduct.buy-now-btn:hover, .productDetail--content .productToolbar-addcart .add-to-cartProduct.buy-now-btn:focus {
          background: var(--btntxt_product_buynow);
          color: var(--btn_product_buynow); } }
    .productDetail--content .productToolbar-addcart .add-to-cartProduct.disabled {
      cursor: not-allowed; }
      @media only screen and (min-width: 992px) {
        .productDetail--content .productToolbar-addcart .add-to-cartProduct.disabled:hover, .productDetail--content .productToolbar-addcart .add-to-cartProduct.disabled:focus {
          background: #f2f2f2;
          color: #000;
          border-color: #000; } }

.content_style_list ul {
  list-style: initial;
  padding-left: 25px; }

.content_style_list ol {
  list-style: decimal;
  padding-left: 25px; }

.content_style_list ul, .content_style_list ol {
  margin-bottom: 10px; }
  .content_style_list ul li:last-child, .content_style_list ol li:last-child {
    margin-bottom: 0; }

.content_style_list li, .content_style_list p {
  margin-bottom: 10px; }

.content_style_list table {
  width: 100% !important; }
  .content_style_list table tr, .content_style_list table td {
    border-color: #e2e2e2; }

.content_style_list h1 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: bold; }

.content_style_list h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold; }

.content_style_list h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold; }

/* sidebar menu */
.layered-content .tree-menu li a {
  padding: 3px 5px 3px 0;
  color: #666;
  line-height: 26px;
  font-size: 14px;
  font-weight: 400; }

.layered-content .tree-menu > li > a {
  color: var(--colorshop);
  line-height: 28px;
  letter-spacing: 1px; }

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

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

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

.layered-content .tree-menu li a .icon-control {
  font-size: 8px;
  position: relative;
  top: 1px;
  right: 0; }
  .layered-content .tree-menu li a .icon-control i {
    font-size: 13px; }

/* style sale popup */
.sale-popup {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  top: initial;
  z-index: 9999; }
  .sale-popup-notification {
    width: 320px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
    padding: 5px; }
    .sale-popup-notification-container {
      display: flex !important;
      align-items: center;
      height: 90px; }
      .sale-popup-notification-container-image {
        display: block; }
        .sale-popup-notification-container-image img {
          height: 80px;
          width: 80px;
          overflow: hidden;
          border-radius: 6px 0 0 6px;
          object-fit: cover; }
      .sale-popup-notification-container-content {
        margin: 0;
        height: 100%;
        color: gray;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0 6px 6px 0;
        flex: 1;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        overflow: hidden; }
        .sale-popup-notification-container-content p {
          margin: 0;
          padding: 0;
          font-size: 12px;
          line-height: 21px;
          color: #000;
          font-weight: 400; }
          .sale-popup-notification-container-content p a {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .sale-popup-notification-container-content p small {
            margin-top: 0px;
            display: block;
            font-size: 12px;
            color: #777;
            font-weight: normal; }
    .sale-popup-notification-close {
      position: absolute;
      top: 8px;
      right: 8px;
      height: 12px;
      width: 12px;
      cursor: pointer;
      transition: .2s ease-in-out;
      transform: rotate(45deg);
      opacity: 1; }
      .sale-popup-notification-close::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: gray;
        position: absolute;
        left: 0;
        top: 5px; }
      .sale-popup-notification-close::after {
        content: "";
        display: block;
        height: 100%;
        width: 2px;
        background-color: gray;
        position: absolute;
        left: 5px;
        top: 0; }
    .sale-popup-notification:hover .sale-popup-notification-close {
      opacity: 1; }

.product_gift_label {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  width: 28px; }
  .product_gift_label img {
    max-width: 28px;
    max-height: 28px; }

.product-horizontal .product_gift_label {
  top: 2px;
  right: 3px; }
  .product-horizontal .product_gift_label img {
    max-height: 20px;
    max-width: 20px; }
