@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  /*font-family:'Arial', sans-serif!important;*/
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  padding: 0; }

.glyphicon {
  font-family: "Glyphicons Halflings" !important; }

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

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

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

img {
  max-width: 100%; }

body {
  line-height: 1.4;
  font-size: 14px;
  color: #434343;
  overflow-x: hidden;
  background: #fff;
  position: initial !important; }

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

/* 1.4 - Typography */
h1, h2, h3, h4, h5, h6 {
  color: #000000;
  margin: 0 0 13px 0;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 13px;
  line-height: 18px; }

h5 {
  font-size: 12px;
  line-height: 18px; }

h6 {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase; }

p {
  margin: 0 0 10px 0;
  line-height: 21px; }

/* 1.5 - Links and Buttons */
a {
  color: #434343;
  text-decoration: none;
  outline: none;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

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

a:active {
  outline: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000;
  line-height: 1.1; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #000000; }

/* 1.6 - Tables */
table {
  width: 100%;
  border-spacing: 0; }

table tr td {
  border-top: 1px solid #dddddd; }

table tr td, table tr th {
  padding: 10px;
  text-align: left; }

table tr td:first-child, table tr th:first-child {
  padding-left: 0px; }

table tr td:last-child, table tr th:last-child {
  padding-right: 0px; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

/* 2.3 - Lists */
ul {
  padding: 0;
  list-style: none; }

ul.unstyled, ol.unstyled {
  margin: 0;
  list-style: none outside none; }

ul.unstyled > li, ol.unstyled > li {
  list-style: none; }

ul.horizontal > li, ol.horizontal > li {
  display: block;
  float: left; }

ul.horizontal-inline, ol.horizontal-inline {
  text-align: center; }

ul.horizontal-inline > li, ol.horizontal-inline > li {
  display: inline;
  margin: 0 5px; }

ul.expanded > li, ol.expanded > li {
  margin-bottom: 10px; }

a {
  transition: opacity 150ms linear, color 150ms linear, background 150ms linear; }

input:focus {
  outline: none; }

/*================ Typography ================*/
.wrapper-home-latestblogs .article-item--post .post-body h3 a {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.header-style + .mainContent-theme {
  padding-top: var(--header-height); }

.button {
  position: relative;
  display: inline-block;
  padding: 10px 28px;
  line-height: normal;
  border: 1px solid #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  background-color: transparent;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  color: #434343;
  overflow: hidden; }

.button:before {
  position: absolute;
  content: '';
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  background-color: #ffffff;
  -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.dark {
  color: #fff;
  border-color: #434343; }

.button.dark:before {
  background-color: #434343; }

.button.dark:hover {
  color: #434343; }

.button.red {
  color: #fff;
  border-color: #27678f; }

.button.red:before {
  background-color: #27678f; }

.button.red:hover {
  color: #434343; }

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

.wrap-flex-align {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column; }

button:focus {
  border-color: transparent;
  outline: none; }

.heading-page h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px; }

.pd-page {
  padding-top: 30px; }

img.owl-lazy:not([src]) {
  visibility: hidden; }

.fade-box .lazyload, .fade-box .lazyloading {
  opacity: 0;
  transition: opacity 300ms; }

.fade-box img.lazyloaded {
  opacity: 1; }

/*================ HEADER ================*/
.main-body {
  position: relative; }

.row-flex {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  margin: 0 -15px;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flexAlignCenter {
  -webkit-align-items: center;
  align-items: center; }

.flexContainer-header > div[class*='header-upper-'] {
  padding: 0 15px; }

@media (max-width: 991px) {
  .flexContainer-header > div.header-upper-icon {
    padding-left: 0; } }

@media (max-width: 767px) {
  .flexContainer-header > div.header-upper-logo {
    padding: 0 5px; } }

.header-wrap-icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  .header-wrap-icon .header-action {
    margin-left: 8px; }
    .header-wrap-icon .header-action .header-action-toggle {
      position: relative;
      display: block; }
    .header-wrap-icon .header-action .box-icon {
      position: relative;
      width: 35px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      display: inline-block;
      vertical-align: middle; }
      .header-wrap-icon .header-action .box-icon svg {
        width: 22px;
        height: 40px;
        fill: #5c5c5c;
        color: #5c5c5c; }
      .header-wrap-icon .header-action .box-icon .box-icon--close {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        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; }
      @media (max-width: 767px) {
        .header-wrap-icon .header-action .box-icon {
          height: 35px;
          line-height: 35px; }
          .header-wrap-icon .header-action .box-icon svg {
            height: 35px; } }
    .header-wrap-icon .header-action .box-text {
      position: absolute;
      background: #ef683a;
      display: inline-block;
      border-radius: 50%;
      color: #fff;
      top: 0;
      right: 0;
      text-align: center;
      font-size: 13px;
      font-weight: bold;
      height: 20px;
      width: 20px;
      line-height: 1.5;
      overflow: hidden; }
    @media (max-width: 991px) {
      .header-wrap-icon .header-action.show-action .box-icon .box-icon--close {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1); }
      .header-wrap-icon .header-action.show-action .box-icon .svg-ico-account, .header-wrap-icon .header-action.show-action .box-icon .svg-ico-cart, .header-wrap-icon .header-action.show-action .box-icon .svg-ico-search {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(1);
        transform: scale(1); }
      .header-wrap-icon .header-action.show-action .box-text {
        opacity: 0;
        visibility: hidden; } }

.main-header {
  background: #fff;
  border-bottom: 1px solid #ededed; }
  .main-header.header-style {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99; }
  .main-header.hSticky {
    opacity: 0;
    visibility: hidden; }
    .main-header.hSticky.hSticky-nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999;
      background: #fff;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      transition: all 400ms ease;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      transition: all 400ms ease; }
      .main-header.hSticky.hSticky-nav .header-menu-desktop .header-nav-menu #main-nav-menu .navbar-mainmenu ul.menuList-main > li > a {
        margin: 0 7px; }
      .main-header.hSticky.hSticky-nav.hSticky-up {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        transition: all 400ms ease; }
        .main-header.hSticky.hSticky-nav.hSticky-up .header-menu-desktop .header-nav-menu #main-nav-menu .navbar-mainmenu ul.menuList-main > li > a {
          margin: 0 7px; }
    .main-header.hSticky .search-bar-mobile .smart-search-wrapper {
      visibility: visible;
      top: calc(100% + 12px); }
    @media (max-width: 991px) {
      .main-header.hSticky .search-bar-mobile {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        border-top: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: hidden;
        padding: 0px 102px 0px 57px; }
      .main-header.hSticky .header-upper-logo {
        display: none; }
      .main-header.hSticky.mainHeader_tempPr .search-bar-mobile {
        display: none; } }
  .main-header .wrap-logo h1, .main-header .wrap-logo a {
    font-size: 30px;
    font-weight: bold;
    color: #434343;
    margin: 0; }
  .main-header .wrap-logo img {
    max-height: 50px; }
  .main-header.mainHeader_tempPr .backto-page {
    display: none; }
  @media (min-width: 992px) {
    .main-header .wrap-logo {
      min-width: 200px; }
    .main-header .wrap-logo-sticky {
      max-width: 18%; } }
  @media (max-width: 991px) {
    .main-header .header-middle {
      position: relative;
      padding: 10px 0; }
    .main-header .wrap-logo h1, .main-header .wrap-logo a {
      font-size: 24px; }
    .main-header.hSticky.hSticky-nav.mainHeader_tempPr .backto-page {
      display: inline-block;
      padding-right: 15px;
      font-size: 28px;
      line-height: 25px; } }
  @media (max-width: 767px) {
    .main-header .wrap-logo img {
      max-width: 160px; } }
  @media (max-width: 350px) {
    .main-header .wrap-logo img {
      max-width: 140px; } }

.header-menu-desktop .wrap-logo-sticky {
  display: none; }

/* topbar */
.topbar {
  font-size: 12px;
  font-weight: 400;
  padding: 4px 0; }
  .topbar p {
    margin: 0; }

.site-handle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  cursor: pointer;
  z-index: 100; }

/* hamburger menu */
.hamburger-menu .bar {
  position: relative;
  top: 13px;
  width: 22px;
  height: 2px;
  display: block;
  background: #434343;
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out; }
  .hamburger-menu .bar:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 22px;
    height: 2px;
    background: #434343;
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out; }
  .hamburger-menu .bar:after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 22px;
    height: 2px;
    background: #434343;
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out; }

.header-upper-menu-mobile.show-action .hamburger-menu .bar {
  background: transparent; }
  .header-upper-menu-mobile.show-action .hamburger-menu .bar:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0px; }
  .header-upper-menu-mobile.show-action .hamburger-menu .bar:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0px; }

.header-upper-icon {
  position: relative; }
  @media (max-width: 767px) {
    .header-upper-icon {
      position: initial; } }

/*================ HEADER template 01 ================*/
.mainHeader_temp01 .topbar {
  background: #f26a39;
  color: #ffffff; }

.mainHeader_temp01:not(.hSticky) .header-middle {
  background: #ffffff; }

.mainHeader_temp01:not(.hSticky) .wrap-logo h1, .mainHeader_temp01:not(.hSticky) .wrap-logo a {
  color: #333333; }

.mainHeader_temp01:not(.hSticky) .header-wrap-icon .header-action .box-icon svg {
  color: #333333;
  fill: #333333; }

.mainHeader_temp01:not(.hSticky) .hamburger-menu .bar {
  background: #333333; }
  .mainHeader_temp01:not(.hSticky) .hamburger-menu .bar:before {
    background: #333333; }
  .mainHeader_temp01:not(.hSticky) .hamburger-menu .bar:after {
    background: #333333; }

.mainHeader_temp01:not(.hSticky) .header-upper-menu-mobile.show-action .hamburger-menu .bar {
  background: transparent; }

.mainHeader_temp01:not(.hSticky) #main-nav-menu .navbar-mainmenu .menuList-main > li > a {
  padding: 15px 0; }

.mainHeader_temp01.hSticky .topbar {
  display: none; }

.mainHeader_temp01.hSticky .header-menu-desktop .wrap-logo-sticky {
  text-align: left;
  position: relative;
  z-index: 6;
  display: block; }
  .mainHeader_temp01.hSticky .header-menu-desktop .wrap-logo-sticky a {
    font-size: 24px; }

@media (min-width: 992px) {
  .mainHeader_temp01.hSticky .header-nav-menu {
    display: -webkit-flex;
    display: flex;
    -webki-align-items: center;
    align-items: center; }
  .mainHeader_temp01.hSticky .header-menu-desktop #main-nav-menu {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 150px; }
  .mainHeader_temp01.hSticky .header-middle {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden; }
  .mainHeader_temp01.hSticky .header-upper-icon {
    visibility: visible;
    width: initial; } }

@media (min-width: 992px) {
  .mainHeader_temp01 .header-middle {
    padding: 15px 0; } }

/*================ HEADER template 02 ================*/
.mainHeader_temp02 .topbar {
  background: #333333;
  color: #ffffff; }

.mainHeader_temp02:not(.hSticky-nav) .header-middle {
  background: #ffffff; }

.mainHeader_temp02:not(.hSticky-nav) .wrap-logo h1, .mainHeader_temp02:not(.hSticky-nav) .wrap-logo a {
  color: #333333; }

.mainHeader_temp02:not(.hSticky-nav) .header-wrap-icon .header-action .box-icon svg {
  color: #333333;
  fill: #333333; }

.mainHeader_temp02:not(.hSticky-nav) .hamburger-menu .bar {
  background: #333333; }
  .mainHeader_temp02:not(.hSticky-nav) .hamburger-menu .bar:before {
    background: #333333; }
  .mainHeader_temp02:not(.hSticky-nav) .hamburger-menu .bar:after {
    background: #333333; }

.mainHeader_temp02:not(.hSticky-nav) .header-upper-menu-mobile.show-action .hamburger-menu .bar {
  background: transparent; }

.mainHeader_temp02:not(.hSticky-nav) #main-nav-menu .navbar-mainmenu .menuList-main > li > a {
  color: #333333;
  padding: 25px 0; }
  .mainHeader_temp02:not(.hSticky-nav) #main-nav-menu .navbar-mainmenu .menuList-main > li > a:hover {
    color: #000000; }

@media (min-width: 992px) {
  .mainHeader_temp02:not(.hSticky-nav) .header-upper-logo {
    max-width: 22%; } }

.mainHeader_temp02.hSticky-nav .topbar {
  display: none; }

@media (min-width: 992px) {
  .mainHeader_temp02.hSticky-nav .header-upper-logo {
    max-width: 18%; }
  .mainHeader_temp02.hSticky-nav .wrap-logo h1, .mainHeader_temp02.hSticky-nav .wrap-logo a {
    font-size: 24px; } }

@media (max-width: 991px) {
  .mainHeader_temp02.hSticky-nav .search-bar-mobile {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    border-top: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden; }
  .mainHeader_temp02.hSticky-nav .header-upper-logo {
    display: none; }
  .mainHeader_temp02.hSticky-nav.mainHeader_tempPr .search-bar-mobile {
    display: none; } }

@media (min-width: 992px) {
  .mainHeader_temp02 .wrap-logo {
    text-align: initial; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .mainHeader_temp02 .wrap-logo h1, .mainHeader_temp02 .wrap-logo a {
    font-size: 24px; } }

/*================ HEADER template 03 ================*/
.mainHeader_temp03 .topbar {
  background: #27678f;
  color: #ffffff; }

.mainHeader_temp03:not(.hSticky-nav) .header-middle {
  background: #ffffff; }

.mainHeader_temp03:not(.hSticky-nav) .wrap-logo h1, .mainHeader_temp03:not(.hSticky-nav) .wrap-logo a {
  color: #333333; }

.mainHeader_temp03:not(.hSticky-nav) .header-wrap-icon .header-action .box-icon svg {
  color: #333333;
  fill: #333333; }

.mainHeader_temp03:not(.hSticky-nav) .hamburger-menu .bar {
  background: #333333; }
  .mainHeader_temp03:not(.hSticky-nav) .hamburger-menu .bar:before {
    background: #333333; }
  .mainHeader_temp03:not(.hSticky-nav) .hamburger-menu .bar:after {
    background: #333333; }

.mainHeader_temp03:not(.hSticky-nav) .header-upper-menu-mobile.show-action .hamburger-menu .bar {
  background: transparent; }

.mainHeader_temp03:not(.hSticky-nav) #main-nav-menu .navbar-mainmenu {
  text-align: left; }
  .mainHeader_temp03:not(.hSticky-nav) #main-nav-menu .navbar-mainmenu .menuList-main > li > a:first-child {
    margin-left: 0;
    margin-right: 25px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .mainHeader_temp03:not(.hSticky-nav) .wrap-logo h1, .mainHeader_temp03:not(.hSticky-nav) .wrap-logo a {
    font-size: 26px; } }

@media (min-width: 992px) {
  .mainHeader_temp03:not(.hSticky-nav) .wrap-logo {
    text-align: initial; }
  .mainHeader_temp03:not(.hSticky-nav) .header-upper-logo {
    max-width: 25%; }
  .mainHeader_temp03:not(.hSticky-nav) .header-upper-icon .wrapper-search {
    display: none; }
  .mainHeader_temp03:not(.hSticky-nav) .header-upper-icon .header-wrap-icon .header-action {
    position: relative;
    margin-left: 35px; }
  .mainHeader_temp03:not(.hSticky-nav) .header-upper-icon .icon-box-text {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    padding-left: 2px; }
    .mainHeader_temp03:not(.hSticky-nav) .header-upper-icon .icon-box-text .txtAcount {
      display: block;
      font-size: 14px;
      font-weight: 500; }
      .mainHeader_temp03:not(.hSticky-nav) .header-upper-icon .icon-box-text .txtAcount span {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 120px;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden; }
      .mainHeader_temp03:not(.hSticky-nav) .header-upper-icon .icon-box-text .txtAcount i {
        position: relative;
        top: 2px;
        margin-left: 5px; }
  .mainHeader_temp03:not(.hSticky-nav) .header-upper-search-top {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 35px; }
    .mainHeader_temp03:not(.hSticky-nav) .header-upper-search-top .header-search {
      position: relative; }
      .mainHeader_temp03:not(.hSticky-nav) .header-upper-search-top .header-search form.searchform input.searchinput {
        background: #fff; }
      .mainHeader_temp03:not(.hSticky-nav) .header-upper-search-top .header-search form.searchform .btn-search {
        background: #434343; }
        .mainHeader_temp03:not(.hSticky-nav) .header-upper-search-top .header-search form.searchform .btn-search svg {
          fill: #fff; }
      .mainHeader_temp03:not(.hSticky-nav) .header-upper-search-top .header-search .smart-search-wrapper {
        top: calc(100% + 5px); } }

.mainHeader_temp03:not(.hSticky-nav) #main-nav-menu .navbar-mainmenu .menuList-main > li > a {
  padding: 15px 0; }

.mainHeader_temp03.hSticky-nav .topbar {
  display: none; }

.mainHeader_temp03.hSticky-nav .header-menu-desktop .wrap-logo-sticky {
  text-align: left;
  position: relative;
  z-index: 6;
  display: block; }
  .mainHeader_temp03.hSticky-nav .header-menu-desktop .wrap-logo-sticky a {
    font-size: 24px; }

@media (min-width: 992px) {
  .mainHeader_temp03.hSticky-nav .header-upper-logo {
    max-width: 18%; }
  .mainHeader_temp03.hSticky-nav .header-nav-menu {
    display: -webkit-flex;
    display: flex;
    -webki-align-items: center;
    align-items: center; }
  .mainHeader_temp03.hSticky-nav .header-menu-desktop #main-nav-menu {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 150px; }
  .mainHeader_temp03.hSticky-nav .header-middle {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden; }
  .mainHeader_temp03.hSticky-nav .header-upper-icon {
    visibility: visible;
    width: initial; }
  .mainHeader_temp03.hSticky-nav .header-upper-icon .icon-box-text {
    display: none; }
  .mainHeader_temp03.hSticky-nav .header-upper-search-top {
    display: none; } }

@media (min-width: 992px) {
  .mainHeader_temp03 .header-middle {
    padding: 15px 0; } }

@media (max-width: 991px) {
  .mainHeader_temp03 .header-upper-icon .icon-box-text {
    display: none; } }

/* Menu */
#main-nav-menu .navbar-mainmenu {
  text-align: center; }
  #main-nav-menu .navbar-mainmenu ul.menuList-main {
    margin: 0;
    position: relative;
    z-index: 2; }
    #main-nav-menu .navbar-mainmenu ul.menuList-main > li {
      display: inline-block;
      position: relative; }
      #main-nav-menu .navbar-mainmenu ul.menuList-main > li > a {
        color: #434343;
        position: relative;
        z-index: 2;
        display: block;
        padding: 20px 0;
        margin: 0 15px;
        letter-spacing: 0.6px;
        font-weight: 500;
        font-size: 15px; }
        #main-nav-menu .navbar-mainmenu ul.menuList-main > li > a i {
          display: inline-block;
          vertical-align: middle;
          font-size: 10px;
          margin-left: 0;
          -webkit-transition: transform .2s;
          -moz-transition: transform .2s;
          -o-transition: transform .2s;
          transition: transform .2s; }
      #main-nav-menu .navbar-mainmenu ul.menuList-main > li.active a {
        color: #434343; }
      #main-nav-menu .navbar-mainmenu ul.menuList-main > li:hover > a {
        color: #000000; }
      #main-nav-menu .navbar-mainmenu ul.menuList-main > li:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0%;
        transform-origin: 0%; }
      #main-nav-menu .navbar-mainmenu ul.menuList-main > li:hover > a i {
        color: #666;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    #main-nav-menu .navbar-mainmenu ul.menuList-main li.has-submenu .menuList-submain {
      background: #fff;
      min-width: 120px;
      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; }
    #main-nav-menu .navbar-mainmenu ul.menuList-main li.has-submenu .menuList-submain ul.menuList-submain.level-2 {
      left: 100%;
      top: 0; }
      #main-nav-menu .navbar-mainmenu ul.menuList-main li.has-submenu .menuList-submain ul.menuList-submain.level-2 .level-3 {
        left: 100%;
        top: 0; }
    #main-nav-menu .navbar-mainmenu ul.menuList-main li.has-submenu:hover > .menuList-submain {
      pointer-events: auto;
      visibility: visible;
      top: 100%;
      opacity: 1; }
  #main-nav-menu .navbar-mainmenu ul.menuList-submain li {
    position: relative; }
    #main-nav-menu .navbar-mainmenu ul.menuList-submain li a {
      padding: 9px 18px;
      text-align: left;
      display: block;
      font-size: 14px;
      color: #666;
      white-space: nowrap; }
    #main-nav-menu .navbar-mainmenu ul.menuList-submain li a i {
      font-size: 9px;
      position: absolute;
      right: 5px;
      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; }
    #main-nav-menu .navbar-mainmenu ul.menuList-submain li a:hover i {
      right: 10px;
      opacity: 0.8; }
  #main-nav-menu .navbar-mainmenu ul.menuList-submain li:not(:first-child) {
    border-top: 1px solid #ecf0f1; }
  #main-nav-menu .navbar-mainmenu ul.menuList-submain li a:hover {
    color: #000; }
  @media (max-width: 1199px) and (min-width: 768px) {
    #main-nav-menu .navbar-mainmenu ul.menuList-main > li > a {
      font-size: 12px;
      letter-spacing: 0.5px;
      margin: 0 10px; } }

/* mini-cart-account-search-menu_mobile*/
.header_dropdown_content {
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 999;
  min-width: 300px;
  border-radius: 3px;
  color: #677279;
  background: #fff;
  border: solid 1px #dfe3e8;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
  will-change: transform; }
  .header_dropdown_content .box-triangle {
    position: absolute;
    right: 18px;
    bottom: calc(100% - 2px);
    margin: 0;
    width: 27px;
    height: 14px; }
    .header_dropdown_content .box-triangle svg {
      -webkit-filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
      filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12)); }
  .header_dropdown_content .site-nav-container {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 12px;
    overflow: hidden;
    min-height: 100%;
    padding: 25px 15px 15px; }
    .header_dropdown_content .site-nav-container .titlebox {
      font-size: 14px;
      text-transform: uppercase;
      margin: 0;
      font-weight: 600;
      padding-bottom: 10px;
      border-bottom: 1px solid #e3e5ec; }
    .header_dropdown_content .site-nav-container .cart-view tr.list-item {
      border-bottom: 1px dotted #bcbcbc; }
      .header_dropdown_content .site-nav-container .cart-view tr.list-item td {
        border: none; }
        .header_dropdown_content .site-nav-container .cart-view tr.list-item td.img {
          width: 90px; }
          .header_dropdown_content .site-nav-container .cart-view tr.list-item td.img img {
            width: 90px;
            border: 1px solid #ededed;
            margin-right: 10px;
            max-width: none; }
        .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item {
          padding: 10px 0;
          position: relative;
          padding-right: 30px;
          width: calc(100% - 90px); }
          .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item a.pro-title-view {
            float: left;
            width: 100%;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase; }
          .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .variant {
            font-size: 12px;
            float: left;
            width: 100%;
            margin: 5px 0 12px;
            opacity: 0.66;
            text-transform: uppercase; }
          .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .pro-quantity-view {
            float: left;
            width: auto;
            background: #ededed;
            text-align: center;
            padding: 6px 12px;
            font-size: 12px;
            line-height: 1;
            margin-right: 12px; }
          .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .pro-price-view {
            display: block;
            text-align: center;
            float: left;
            line-height: 26px;
            font-weight: 600;
            color: #333; }
          .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .remove_link.remove-cart {
            position: absolute;
            right: 0;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            background: #ededed; }
            .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .remove_link.remove-cart a {
              color: #000; }
      .header_dropdown_content .site-nav-container .cart-view tr.list-item:last-child {
        border-bottom: 0; }
    .header_dropdown_content .site-nav-container .cart-view .mini_cart_header {
      text-align: center;
      border: none; }
      .header_dropdown_content .site-nav-container .cart-view .mini_cart_header svg {
        position: relative;
        width: 50px;
        height: 50px;
        right: auto;
        left: auto; }
      .header_dropdown_content .site-nav-container .cart-view .mini_cart_header p {
        margin: 0; }
    .header_dropdown_content .site-nav-container .cart-view .cart-scroll {
      margin-top: 10px;
      margin-bottom: 10px;
      padding-right: 10px; }
    .header_dropdown_content .site-nav-container .cart-view .line {
      float: left;
      width: 100%;
      border-top: 1px solid #e3e5ec;
      margin: 0; }
    .header_dropdown_content .site-nav-container .cart-view .table-total tr td {
      border: 0; }
    .header_dropdown_content .site-nav-container .cart-view .table-total tr.btn-linktocart td {
      padding-top: 0;
      padding-bottom: 0; }
    .header_dropdown_content .site-nav-container .cart-view .table-total a.linktocart, .header_dropdown_content .site-nav-container .cart-view .table-total a.linktocheckout {
      position: relative;
      padding: 14px 15px;
      width: 100%;
      white-space: nowrap; }
    .header_dropdown_content .site-nav-container .cart-view .table-total #total-view-cart {
      font-weight: 600;
      font-size: 16px;
      color: #ef683a; }
  .header_dropdown_content.site_search .box-triangle {
    right: 105px; }
  .header_dropdown_content.site_search .wpo-wrapper-search {
    padding-top: 20px; }
    .header_dropdown_content.site_search .wpo-wrapper-search form.searchform {
      margin-bottom: 10px; }
      .header_dropdown_content.site_search .wpo-wrapper-search form.searchform input.searchinput {
        padding: 0 55px 0 15px; }
    .header_dropdown_content.site_search .wpo-wrapper-search .smart-search-wrapper {
      position: relative;
      left: 0;
      right: 0;
      background: transparent;
      box-shadow: none; }
  .header_dropdown_content.site_account .box-triangle {
    right: 60px; }
  .header_dropdown_content.site_account .site_account_panel_list {
    position: relative;
    overflow: hidden; }
  .header_dropdown_content.site_account .site_account_panel {
    width: 100%;
    visibility: hidden;
    transition: visibility 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1); }
    .header_dropdown_content.site_account .site_account_panel.site_account_default {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
      .header_dropdown_content.site_account .site_account_panel.site_account_default.is-selected {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    .header_dropdown_content.site_account .site_account_panel.site_account_sliding {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
      .header_dropdown_content.site_account .site_account_panel.site_account_sliding.is-selected {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    .header_dropdown_content.site_account .site_account_panel .site-account-list .site_account_header .site_account_title {
      margin-bottom: 4px;
      font-size: 17px;
      font-weight: 500;
      font-style: normal;
      text-transform: uppercase; }
    .header_dropdown_content.site_account .site_account_panel .site-account-list .form__input-wrapper {
      position: relative;
      width: 100%;
      margin-bottom: 12px; }
      .header_dropdown_content.site_account .site_account_panel .site-account-list .form__input-wrapper .form__field {
        display: block;
        padding: 14px 10px 3px;
        border-radius: 2px;
        border: 1px solid #d4d6d8;
        width: 100%;
        line-height: normal;
        height: 42px;
        color: #1e2d7d;
        -webkit-appearance: none;
        resize: none;
        font-size: 12px;
        outline: none;
        box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
        transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; }
        .header_dropdown_content.site_account .site_account_panel .site-account-list .form__input-wrapper .form__field:focus {
          border-color: #434343; }
        .header_dropdown_content.site_account .site_account_panel .site-account-list .form__input-wrapper .form__field:focus + .form__floating-label, .header_dropdown_content.site_account .site_account_panel .site-account-list .form__input-wrapper .form__field.is-filled + .form__floating-label {
          -webkit-transform: translateY(-6px) scale(0.8);
          transform: translateY(-6px) scale(0.8); }
      .header_dropdown_content.site_account .site_account_panel .site-account-list .form__input-wrapper .form__floating-label {
        position: absolute;
        left: 10px;
        top: 0;
        line-height: 42px;
        font-size: 12px;
        margin-bottom: 0;
        color: #677279;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        pointer-events: none; }
      .header_dropdown_content.site_account .site_account_panel .site-account-list .form__input-wrapper .sitebox-recaptcha {
        margin-top: 12px; }
    .header_dropdown_content.site_account .site_account_panel .site-account-list .form__submit {
      width: 100%;
      outline: none;
      padding: 0px 28px;
      height: 42px;
      line-height: 42px; }
    .header_dropdown_content.site_account .site_account_panel .site-account-list .site_account_secondary-action {
      margin-top: 12px;
      font-size: 13px; }
      .header_dropdown_content.site_account .site_account_panel .site-account-list .site_account_secondary-action p > .link {
        color: #285cec;
        transition: color 0.2s ease-in-out;
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        outline: none; }
  .header_dropdown_content.site_account.site-account--info .site-nav-container {
    padding: 15px;
    text-align: left; }
    .header_dropdown_content.site_account.site-account--info .site-nav-container ul {
      margin: 0;
      font-size: 14px; }
      .header_dropdown_content.site_account.site-account--info .site-nav-container ul li {
        padding: 0 15px; }
        .header_dropdown_content.site_account.site-account--info .site-nav-container ul li:not(:last-child) {
          margin-bottom: 8px; }
        .header_dropdown_content.site_account.site-account--info .site-nav-container ul li span {
          color: #282c2d;
          font-size: 15px;
          font-weight: 500; }
        .header_dropdown_content.site_account.site-account--info .site-nav-container ul li a {
          color: #677279; }
  .header_dropdown_content.site_account .site_account_infor_header {
    border-bottom: 1px solid #e3e5ec;
    margin-bottom: 15px;
    text-align: center; }
    .header_dropdown_content.site_account .site_account_infor_header h2 {
      margin-bottom: 10px;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase; }
  .header_dropdown_content.site_menu_mobile {
    width: 100vw;
    height: 100vh;
    top: 100%; }
    .header_dropdown_content.site_menu_mobile .box-triangle {
      left: 11px; }
    .header_dropdown_content.site_menu_mobile .menu-mobile-content {
      height: 100vh;
      overflow-y: auto;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch; }
      .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 9;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #fff;
          box-shadow: none;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s; }
          .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0;
            padding: 0;
            list-style: none;
            height: calc(100% - 180px);
            background: #fff;
            overflow: scroll;
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            -webkit-transition: -webkit-transform .4s ease;
            transition: -webkit-transform .4s ease;
            transition: transform .4s ease;
            transition: transform .4s ease,-webkit-transform .4s ease;
            -webkit-transform: translate(100%, 0);
            -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
            .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.vertical-menu-list.sub-child {
              -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
              transform: translate(0, 0);
              -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
              .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.vertical-menu-list.sub-child.mm-subopened {
                -webkit-transform: translate(-30%, 0);
                -ms-transform: translate(-30%, 0);
                transform: translate(-30%, 0);
                -webkit-transform: translate3d(-30%, 0, 0);
                transform: translate3d(-30%, 0, 0); }
              .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.vertical-menu-list.sub-child li a {
                display: block;
                padding: 15px 15px 15px 0;
                margin-left: 15px;
                text-transform: uppercase;
                outline: none;
                border-bottom: 1px solid #eeeeee;
                font-size: 14px;
                font-weight: 700;
                color: #333; }
                .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.vertical-menu-list.sub-child li a i {
                  position: absolute;
                  margin-left: 5px;
                  top: 50%;
                  color: #757575;
                  -webkit-transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
                  transform: translateY(-50%); }
                  .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.vertical-menu-list.sub-child li a i svg {
                    width: 8px;
                    height: 12px; }
            .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub li {
              position: relative; }
            .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-1.mm-opened, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-1.mm-sub, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-1.mm-sub-3, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-2.mm-opened, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-2.mm-sub, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-2.mm-sub-3, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-3.mm-opened, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-3.mm-sub, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-3.mm-sub-3 {
              -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
              transform: translate(0, 0);
              -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
            .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-1 li a, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-2 li a, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-3 li a {
              display: block;
              padding: 15px 15px 15px 0;
              margin-left: 15px;
              outline: none;
              border-bottom: 1px solid #e1e3e4;
              font-size: 14px;
              font-weight: 300;
              color: #333; }
              .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-1 li a i, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-2 li a i, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-3 li a i {
                padding-right: 10px;
                font-weight: 700;
                font-size: 15px; }
            .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-1 li.level-2 a span, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-1 li.level-3 a span, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-2 li.level-2 a span, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-2 li.level-3 a span, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-3 li.level-2 a span, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-3 li.level-3 a span {
              margin-right: 4px; }
            .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-1 li.level-2 a i, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-1 li.level-3 a i, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-2 li.level-2 a i, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-2 li.level-3 a i, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-3 li.level-2 a i, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-3 li.level-3 a i {
              position: absolute;
              right: 10px;
              top: 50%;
              color: #757575;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); }
              .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-1 li.level-2 a i svg, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-1 li.level-3 a i svg, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-2 li.level-2 a i svg, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-2 li.level-3 a i svg, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-3 li.level-2 a i svg, .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.sub-child-3 li.level-3 a i svg {
                width: 8px;
                height: 12px; }
        .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .main_help .mobile_menu_section {
          padding: 15px; }
          .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .main_help .mobile_menu_section p {
            font-size: 15px;
            line-height: 1.85;
            text-transform: uppercase;
            font-weight: 500;
            font-style: normal;
            color: #333333; }
          .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .main_help .mobile_menu_section .mobile_menu_help {
            color: #677279;
            display: flex;
            align-items: center; }
            .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .main_help .mobile_menu_section .mobile_menu_help svg {
              margin-right: 16px;
              width: 24px;
              height: 24px; }
            .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .main_help .mobile_menu_section .mobile_menu_help a {
              border-bottom: 0 !important;
              text-transform: none !important;
              margin-left: 0 !important; }
  @media screen and (min-width: 768px) {
    .header_dropdown_content {
      top: calc(100% + 15px);
      right: 0;
      left: auto;
      border-radius: 3px;
      -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1); }
      .header_dropdown_content.site_cart {
        max-height: none;
        width: 470px;
        height: auto; }
      .header_dropdown_content.site_search {
        width: 400px; }
      .header_dropdown_content.site_account {
        width: 350px; }
        .header_dropdown_content.site_account.site-account--info {
          width: 250px;
          min-width: 250px; }
      .header_dropdown_content .site-nav-container .cart-view .cart-scroll {
        max-height: 325px;
        overflow-y: auto; }
        .header_dropdown_content .site-nav-container .cart-view .cart-scroll::-webkit-scrollbar {
          width: 2px;
          height: 2px; }
        .header_dropdown_content .site-nav-container .cart-view .cart-scroll::-webkit-scrollbar-track {
          -webkit-border-radius: 10px;
          border-radius: 10px; }
        .header_dropdown_content .site-nav-container .cart-view .cart-scroll::-webkit-scrollbar-thumb {
          -webkit-border-radius: 10px;
          border-radius: 10px;
          background: rgba(105, 105, 105, 0.8);
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
        .header_dropdown_content .site-nav-container .cart-view .cart-scroll::-webkit-scrollbar-thumb:window-inactive {
          background: rgba(105, 105, 105, 0.4); } }
  @media (max-width: 767px) {
    .header_dropdown_content .site-nav-container {
      width: 100vw;
      height: 100vh;
      overflow-y: auto;
      padding-bottom: 250px; }
    .header_dropdown_content .box-triangle {
      right: 63px; }
    .header_dropdown_content.site_search .box-triangle {
      right: 102px; }
    .header_dropdown_content.site_account .box-triangle {
      right: 62px; } }

.header-action.show-action .header_dropdown_content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1); }
  .header-action.show-action .header_dropdown_content.site_account .site_account_panel.is-selected {
    visibility: visible; }

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

/*================ INDEX ================*/
.wrapper-heading-home {
  padding: 15px 0 0px;
  text-align: left; }
  .wrapper-heading-home h2 {
    font-size: 25px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
    position: relative;
    padding: 0 0 10px;
    /*
		&:before{
		position: absolute;
		content: "";
		display: block;
		width: 55px;
		height: 1px;
		bottom: 0px;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #323232;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
		*/ }

.groupTitle-home {
  text-align: center;
  margin-bottom: 35px; }
  .groupTitle-home h2 {
    position: relative;
    font-size: 32px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
    padding: 0 0 15px; }
    .groupTitle-home h2:before {
      position: absolute;
      content: "";
      display: block;
      width: 55px;
      height: 1px;
      bottom: 0px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: #323232;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  @media (max-width: 767px) {
    .groupTitle-home {
      font-size: 28px; } }

.wrapper-slider-banner .owl-controls .owl-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%; }
  .wrapper-slider-banner .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle; }
  .wrapper-slider-banner .owl-controls .owl-dots .owl-dot span {
    width: 10px;
    background-color: #b9b9b9;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 3px;
    display: block;
    -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-slider-banner .owl-controls .owl-dots .owl-dot.active span,
  .wrapper-slider-banner .owl-controls .owl-dots .owl-dot span:hover {
    background-color: #fff;
    border-color: #fff; }

.banner_slider .owl-controls .owl-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%; }
  .banner_slider .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle; }
  .banner_slider .owl-controls .owl-dots .owl-dot span {
    width: 10px;
    background-color: #b9b9b9;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 3px;
    display: block;
    -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; }
  .banner_slider .owl-controls .owl-dots .owl-dot.active span,
  .banner_slider .owl-controls .owl-dots .owl-dot span:hover {
    background-color: #fff;
    border-color: #fff; }

.carousel-index-owlnav #collection-slide .owl-controls .owl-nav div {
  top: 35%; }

.carousel-index-owlnav {
  position: relative;
  padding-left: 0 !important; }
  @media (max-width: 767px) {
    .carousel-index-owlnav .owl-controls .owl-nav {
      display: none; } }
  .carousel-index-owlnav .owl-controls .owl-nav div {
    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: 4px;
    opacity: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #ef683a;
    border: 1px solid #dddddd;
    border-radius: 50%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
    .carousel-index-owlnav .owl-controls .owl-nav div svg {
      width: 14px;
      height: 38px;
      fill: #fff; }
    .carousel-index-owlnav .owl-controls .owl-nav div.owl-prev {
      left: 60px; }
    .carousel-index-owlnav .owl-controls .owl-nav div.owl-next {
      right: 60px; }
    .carousel-index-owlnav .owl-controls .owl-nav div:hover {
      background: #000; }
      .carousel-index-owlnav .owl-controls .owl-nav div:hover svg {
        fill: #fff; }
  .carousel-index-owlnav:hover .owl-controls .owl-nav div {
    opacity: 1; }
    .carousel-index-owlnav:hover .owl-controls .owl-nav div.owl-prev {
      left: 20px; }
    .carousel-index-owlnav:hover .owl-controls .owl-nav div.owl-next {
      right: 20px; }

.wrapper-home-category {
  padding-top: 30px; }
  .wrapper-home-category .owl-carousel .owl-stage {
    padding-left: 0 !important; }
  .wrapper-home-category .owl-carousel .owl-item img {
    width: 100% !important;
    text-align: center;
    margin: 0 !important; }
  .wrapper-home-category .category-block .category-block--link {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s; }
  .wrapper-home-category .category-block .category-block--body {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    overflow: hidden;
    padding: 20px 10px 15px;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .wrapper-home-category .category-block .category-block--body h3 {
      font-size: 20px;
      margin: 0;
      position: relative;
      padding-bottom: 10px; }
      .wrapper-home-category .category-block .category-block--body h3:after {
        content: '';
        width: 50px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        margin: 0 auto;
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s; }
    .wrapper-home-category .category-block .category-block--body .action {
      margin: 0; }
    .wrapper-home-category .category-block .category-block--body .action span {
      margin-top: 15px;
      border: 1px solid #eeeeee;
      font-size: 13px;
      padding: 7px 28px;
      display: inline-block; }
      .wrapper-home-category .category-block .category-block--body .action span:hover {
        background: #000;
        color: #fff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  @media (min-width: 768px) {
    .wrapper-home-category .category-block .category-block--body h3:after {
      width: 0; }
    .wrapper-home-category .category-block .category-block--body .action {
      opacity: 0;
      display: none; }
    .wrapper-home-category .category-block .category-block--link:hover .category-block--body {
      padding: 35px 10px 30px; }
      .wrapper-home-category .category-block .category-block--link:hover .category-block--body h3:after {
        width: 50px; }
      .wrapper-home-category .category-block .category-block--link:hover .category-block--body .action {
        opacity: 1;
        display: block; } }

.wrapper-home-latestblogs .article-item--post {
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #eeeeee; }
  .wrapper-home-latestblogs .article-item--post .post-image {
    display: block;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    background: #000; }
    .wrapper-home-latestblogs .article-item--post .post-image img {
      width: 100%;
      -webkit-transition: all 1.5s;
      -moz-transition: all 1.5s;
      -ms-transition: all 1.5s;
      -o-transition: all 1.5s; }
    .wrapper-home-latestblogs .article-item--post .post-image .post--date {
      display: none;
      position: absolute;
      left: 15px;
      bottom: 0;
      margin: auto;
      background-color: #fff;
      padding: 6px 45px;
      text-align: center;
      font-weight: 600;
      font-size: 22px;
      color: #222; }
  .wrapper-home-latestblogs .article-item--post .post-body {
    padding: 12px 15px 0px; }
    .wrapper-home-latestblogs .article-item--post .post-body .post--comment.text-right {
      color: #666;
      font-size: 12px;
      font-weight: 500;
      margin: 0; }
    .wrapper-home-latestblogs .article-item--post .post-body h3 {
      font-size: 20px;
      margin: 15px 0 0; }
    .wrapper-home-latestblogs .article-item--post .post-body .post--desc {
      margin: 12px 0; }
    .wrapper-home-latestblogs .article-item--post .post-body .post--action .link-more {
      font-size: 12px;
      color: #000;
      text-transform: uppercase;
      font-weight: 500;
      padding: 0 2px 2px;
      position: relative;
      border-bottom: 1px solid #000;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }

.wrapper-home-banner div {
  position: relative; }
  .wrapper-home-banner div .pages-width {
    display: block;
    text-align: center;
    color: #000;
    cursor: pointer;
    max-width: 500px;
    margin-left: auto;
    position: absolute;
    top: 45%;
    right: 15%; }
    .wrapper-home-banner div .pages-width .title {
      position: relative;
      margin: 0;
      padding-bottom: 20px; }
      .wrapper-home-banner div .pages-width .title h2 {
        font-size: 54px;
        font-weight: 600;
        color: #000000;
        line-height: 1.2;
        position: relative; }
      .wrapper-home-banner div .pages-width .title:before {
        content: '';
        height: 2px;
        width: 120px;
        background: #999999;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        margin: 0 auto;
        text-align: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .wrapper-home-banner div .pages-width .description {
      margin-bottom: 50px; }
      .wrapper-home-banner div .pages-width .description p {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 400;
        color: #666;
        letter-spacing: 1px; }
    .wrapper-home-banner div .pages-width .offer {
      display: block; }
      .wrapper-home-banner div .pages-width .offer .btn_offer {
        color: #fff;
        background: none;
        border: 1px solid #000;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin: 0;
        padding: 10px 18px;
        text-transform: uppercase; }
        .wrapper-home-banner div .pages-width .offer .btn_offer:before {
          background-color: #000; }
        .wrapper-home-banner div .pages-width .offer .btn_offer:hover {
          color: #000; }

.wrapper-home-banner-servce {
  padding-top: 20px; }
  .wrapper-home-banner-servce .flex_content {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap; }
  .wrapper-home-banner-servce .services-pd {
    margin: 0; }
  .wrapper-home-banner-servce .services {
    text-align: center;
    border: 1px solid #f4f4f7;
    padding: 40px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 25%; }
    .wrapper-home-banner-servce .services:hover {
      background: #F4F4F7; }
    .wrapper-home-banner-servce .services:hover .service-img {
      opacity: 0.5; }
    .wrapper-home-banner-servce .services:hover .text .title {
      color: #000000;
      letter-spacing: 1px; }
    .wrapper-home-banner-servce .services .service-img {
      display: inline-block;
      vertical-align: middle;
      margin: 0 auto 8px;
      height: 50px;
      width: 50px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .wrapper-home-banner-servce .services .text .title {
      font-size: 18px;
      font-weight: 500;
      margin: 10px 0;
      color: #666;
      opacity: 1;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .wrapper-home-banner-servce .services .text .desc {
      color: #666; }

.wrapper-home-banner-img {
  text-align: center; }
  .wrapper-home-banner-img .no_pdr {
    padding-right: 15px; }
  .wrapper-home-banner-img .padding-img {
    padding-top: 10px;
    position: relative; }
  .wrapper-home-banner-img .fade-out {
    position: relative; }
    .wrapper-home-banner-img .fade-out .fadeoutcenter:after {
      background: rgba(0, 0, 0, 0.1) repeat scroll 0 0;
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 1; }

@media (min-width: 768px) and (max-width: 991px) {
  .wrapper-home-banner-img .col-md-4 {
    padding-right: 11.5px; } }

.wrapper-home-banner-logo {
  padding: 0px 0 0; }
  .wrapper-home-banner-logo .product-logo .bar-logo {
    cursor: pointer; }
    .wrapper-home-banner-logo .product-logo .bar-logo img {
      width: initial;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .wrapper-home-banner-logo .product-logo .bar-logo img:hover {
        -webkit-transition: scale(0.8);
        -moz-transition: scale(0.8);
        -o-transition: scale(0.8);
        /*transform: scale(0.8);*/ }

/*------------------------- PRODUCT ITEM-------------------------*/
#detail-product .pro-soldold {
  color: #e4a554;
  font-weight: bold; }

.pro-loop {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
  margin-bottom: 10px; }
  .pro-loop a {
    display: block; }
  .pro-loop .product-detail {
    padding: 6px 0 0px; }
    .pro-loop .product-detail h3 {
      margin: 0 0 5px;
      font-size: 14px;
      position: relative; }
      .pro-loop .product-detail h3 a {
        line-height: 1.5;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .pro-loop .product-detail .box-pro-detail {
      z-index: 9;
      width: 100%; }
  .pro-loop .product-img {
    text-align: center;
    position: relative;
    overflow: hidden; }
    .pro-loop .product-img .product-sale {
      left: 10px;
      color: #f94c43; }
    .pro-loop .product-img .sold-out {
      right: 10px; }
    .pro-loop .product-img .sold-out span {
      opacity: .66; }
    .pro-loop .product-img .button-add {
      width: 100%;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: 0;
      bottom: -34%;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
    .pro-loop .product-img button {
      border-radius: 0;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      border: 0;
      background: #191919;
      color: #fff;
      padding: 6px 20px; }
      .pro-loop .product-img button i {
        margin-left: 8px;
        font-size: 14px; }
    .pro-loop .product-img picture {
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    .pro-loop .product-img picture:nth-of-type(2) {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden; }

.pro-loop .product-img .product-sale {
  position: absolute;
  top: 10px;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  font-weight: normal;
  z-index: 9;
  color: #fff;
  background: #F41919; }

.pro-loop .product-img .sold-out {
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  font-weight: normal;
  z-index: 9;
  color: #f94c43;
  background: #fff; }

.tag-loop {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 9; }

.pro-loop .product-img .icon_hot,
.pro-loop .product-img .icon_new {
  position: relative;
  top: 0;
  right: 0px;
  font-size: 15px;
  line-height: 1;
  padding: 5px 10px;
  font-weight: bold;
  z-index: 9;
  color: #f94c43; }
  .pro-loop .product-img .icon_hot img,
  .pro-loop .product-img .icon_new img {
    height: 70px;
    width: 70px;
    object-fit: contain; }

.product-gallery .product-image-detail .icon_hot,
.product-gallery .product-image-detail .icon_new {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  font-weight: bold;
  z-index: 9;
  color: #f94c43;
  /*background: #fff;*/ }
  .product-gallery .product-image-detail .icon_hot img,
  .product-gallery .product-image-detail .icon_new img {
    height: 70px;
    width: 70px;
    object-fit: contain; }

.pro-price-mb {
  display: none; }

p.pro-price {
  color: #434343;
  font-size: 14px;
  margin: 0; }

p.pro-price.highlight {
  color: #f94c43; }

p.pro-price .contact {
  color: #f94c43; }

p.pro-price span.pro-price-del {
  color: #939393;
  font-size: 13px;
  margin-left: 5px; }

@media (min-width: 1024px) {
  .search-list-results .pro-loop,
  #collection .pro-loop.col-5 {
    width: 20%; }
  .pro-loop:hover .product-img .button-add {
    opacity: 1;
    visibility: visible;
    bottom: 0; }
  .pro-loop:hover .product-img picture:nth-of-type(2) {
    opacity: 1;
    visibility: visible; }
  .pro-loop:hover .product-img picture:nth-of-type(1) {
    opacity: 0;
    visibility: hidden; } }

.product-loop-special {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 60px; }

.product-loop-special.more-image {
  -webkit-align-items: center;
  align-items: center; }

.product-loop-special .product-width {
  max-width: 270px;
  margin: auto; }

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

.product-loop-special .product-img {
  text-align: center;
  position: relative; }

.product-loop-special .product-detail h3 {
  margin: 0 0 5px;
  font-size: 16px;
  position: relative; }

.product-loop-special .product-detail h3 a {
  line-height: 16px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.product-loop-special .action .button {
  width: 100%;
  padding: 10px 5px; }

@media (min-width: 768px) {
  .collection-special-one .product-loop-special .product-col-left {
    flex-grow: 2; }
  .collection-special-one .product-loop-special .product-col-right {
    flex-grow: 1;
    padding: 0 80px; } }

@media (min-width: 1024px) {
  .collection-special-one .product-loop-special {
    padding: 0 100px; } }

.collection-special-two .product-loop-special .product-col-left {
  width: 60%; }

.collection-special-two .product-loop-special .product-width {
  max-width: 190px; }

.collection-special-two .product-loop-special .product-col-right {
  padding: 0 0 0 35px; }

.collection-special-two .product-loop-special .product-detail {
  padding: 10px 0; }

/*@media(min-width:1024px){
.list-productRelated .pro-loop {width:20%;}
}*/
/*================ PRODUCT DETAIL  ================*/
.list-productRelated h2 {
  text-transform: uppercase;
  margin: 10px 0 50px;
  font-size: 28px;
  padding: 0 0 15px;
  position: relative; }
  .list-productRelated h2:before {
    position: absolute;
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #323232;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.product-image__button {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10; }

.product-zoom, .gallery-index {
  position: absolute;
  z-index: 6; }

.product-zoom {
  width: 30px;
  height: 30px;
  overflow: visible;
  cursor: pointer;
  top: auto;
  bottom: 48px;
  right: 0;
  left: 0;
  margin: auto;
  -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), right 300ms cubic-bezier(0.39, 0.575, 0.565, 1); }

.product-zoom polyline, .product-sharing .icon svg {
  fill: #000; }

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

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

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

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

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

.gallery-index {
  display: none;
  bottom: 55px;
  width: 47px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  cursor: default;
  right: 10%;
  -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.icon-pr-fix {
  -ms-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; }

.product-detail-wrapper {
  padding: 30px 0; }

.product-detail-main {
  margin-bottom: 40px; }
  .product-detail-main .product-title {
    padding: 0 0 10px;
    border-bottom: 1px dotted #dfe0e1; }
    .product-detail-main .product-title h1 {
      font-size: 20px;
      font-weight: 700;
      margin: 0px 0 5px;
      line-height: initial; }
    @media (max-width: 991px) {
      .product-detail-main .product-title h1 {
        margin: 10px 0 5px; } }
  .product-detail-main #pro_sku {
    font-size: 12px;
    color: #a3a5a7;
    margin-right: 20px; }
  .product-detail-main .product-price {
    padding: 10px 0;
    border-bottom: 1px dotted #dfe0e1; }
    .product-detail-main .product-price .pro-price {
      font-size: 17px;
      opacity: .92;
      font-weight: bold;
      color: #ef683a; }
    .product-detail-main .product-price .pro-sale {
      display: inline-block;
      padding: 5px 15px;
      margin-right: 10px;
      background: #ededed;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      color: #f94c43; }
    .product-detail-main .product-price del {
      font-size: 14px;
      color: #777a7b;
      padding-left: 10px;
      font-weight: 500; }

.selector-actions {
  width: 100%;
  float: left;
  margin-top: 15px; }

.quantity-area {
  margin-bottom: 15px; }
  .quantity-area input#quantity {
    background: #fff;
    font-weight: 600;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 70px;
    border: 1px solid #f5f5f5;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none; }
  .quantity-area input.qty-btn {
    float: left;
    background: #f5f5f5;
    border: solid 1px #f5f5f5;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0; }

button.btn-addtocart {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none;
  padding: 14px 35px;
  line-height: 22px;
  width: 100%; }

button.btn-addtocart[disabled], button.btn-cartdisable[disabled] {
  opacity: 0.8; }

.product-description {
  margin: 20px 0; }

.product-description .title-bl h2,
.product-description h2,
.product-description h3 {
  font-size: 14px;
  font-weight: 700; }

.product-gallery__thumbs-container {
  width: 9%;
  margin-right: 10px; }

.product-gallery__thumbs {
  box-sizing: border-box;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  padding-bottom: 1px; }

.product-gallery__thumb a {
  background-color: #f3f3f3;
  display: block; }

.product-gallery__thumb {
  line-height: 0;
  margin-bottom: 10px;
  border: 1px solid #f7f7f8;
  width: 100%; }

.product-gallery__thumb:hover {
  border-color: #a3a5a7; }

.product-gallery__thumb img {
  cursor: pointer;
  background-color: #f7f7f8;
  width: 100%; }

.product-gallery__thumb.active,
.product-gallery__thumb.active:hover {
  border-color: #808284; }

.product-gallery__thumb.active img {
  opacity: .9;
  width: 100%; }

.product-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.product-image-detail {
  width: 91%;
  padding-left: 10px;
  position: relative; }

.product-gallery-item {
  text-align: center;
  margin-bottom: 10px; }

.product-full-img {
  text-align: center; }

.product-full-img .no_image {
  width: 50%; }

/* STYLE PRODUCT PAGE */
.pr_style_02 .product-image-detail {
  width: 100%;
  padding-left: 0px;
  position: relative; }

.pr_style_02 .product-gallery-item {
  margin-bottom: 10px; }

@media (min-width: 992px) {
  .pr_style_02 .product-gallery-item {
    width: 50%;
    padding-right: 5px;
    float: left; }
  .pr_style_02 .product-gallery-item:nth-of-type(2n) {
    padding-left: 5px;
    padding-right: 0; }
  .pr_style_02 .product-gallery-item:nth-of-type(2n+1) {
    clear: both; }
  .pr_style_03 .product-gallery__thumbs {
    position: initial;
    top: 0; }
  .pr_style_03 .product-content-img {
    position: -webkit-sticky;
    position: sticky;
    top: 65px; }
  .pr_style_03 .product-content-desc {
    position: initial;
    top: 0; } }

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

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

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

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

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

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

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

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

/* ------------------------ Style variant ------------------------ */
.product-image-detail ul {
  margin: 0; }

.selector-wrapper, .select {
  display: none; }

.swatch {
  padding: 10px 0;
  width: 100%;
  float: left;
  border-bottom: 1px dotted #dfe0e1; }
  .swatch .header {
    margin: 0 0 8px;
    font-size: 13px;
    text-align: left;
    line-height: initial; }
  .swatch input {
    display: none; }
  .swatch > label.tt-label {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    text-transform: uppercase;
    width: 85px;
    text-align: right; }

body.open_layer {
  overflow: hidden; }

.swatch .select-swap {
  display: inline-block;
  vertical-align: middle; }

.swatch input {
  display: none; }

.swatch .swatch-element {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  vertical-align: bottom; }

.swatch .swatch-element label {
  display: block;
  margin: 2px;
  background: #fff;
  width: auto;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  cursor: pointer; }

.swatch .swatch-element.color.soldout label span {
  overflow: hidden;
  position: relative; }

.swatch .swatch-element.color.soldout label span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: url(//cdn.hstatic.net/themes/200000065946/1001443418/14/sold_out.png?v=68) no-repeat;
  background-size: contain; }

.swatch .swatch-element.color label {
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 50%;
  border: none; }

.swatch .swatch-element.color span {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid #dfe0e1; }

.swatch .swatch-element.color label.sd {
  background: transparent;
  border: 1px solid #808284; }

.swatch .swatch-element label.sd {
  border: 1px solid #000;
  background: #000;
  color: #fff; }

.swatch .swatch-element.soldout:not(.color) label {
  overflow: hidden; }

.swatch .swatch-element.soldout:not(.color) label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: url(//cdn.hstatic.net/themes/200000065946/1001443418/14/sold_out.png?v=68) no-repeat;
  background-size: contain; }

label[for="product-select-option-0"] {
  display: none; }

label[for="product-select-option-1"] {
  display: none; }

label[for="product-select-option-2"] {
  display: none; }

#product-select-option-0 {
  display: none; }

#product-select-option-1 {
  display: none; }

#product-select-option-2 {
  display: none; }

#product-select-option-0 + .custom-style-select-box {
  display: none !important; }

#product-select-option-1 + .custom-style-select-box {
  display: none !important; }

#product-select-option-2 + .custom-style-select-box {
  display: none !important; }

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

/*================ Collection  ================*/
.wrap-collection-title .heading-collection {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .wrap-collection-title .heading-collection {
      margin-top: 30px;
      margin-bottom: 0; } }

.wrap-collection-title .heading-collection h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0; }

/* ---------------------------  FILTER  --------------------------- */
.tag-wrapper label {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700; }

.tag-wrapper ul.tags {
  display: inline-block; }

.tag-wrapper ul.tags li {
  display: inline-block;
  list-style-type: none;
  margin-right: 3px; }

.tag-wrapper ul.tags li:after {
  content: ","; }

.content-filter .option {
  margin-top: 30px; }

.option .lb-filter {
  display: block;
  font-size: 15px;
  opacity: .92;
  margin-bottom: 0px; }

.option .custom-dropdown {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0px;
  width: 100%; }
  .option .custom-dropdown::after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 15px;
    width: 0px;
    height: 0px;
    margin: 0;
    background: transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #bababa transparent transparent transparent; }
  .option .custom-dropdown .custom-dropdown__select {
    font-size: 14px;
    width: 100%;
    display: block;
    height: 37px;
    padding: 0 40px 0 15px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-indent: 1px; }

.option .option-children:not(:first-child) {
  margin-bottom: 30px; }

.option select option {
  background: #fff;
  border-color: #e7e7e7; }

.option.browse-tags .lb-filter {
  display: inline-block; }

/*================ DANH MUC  ================*/
.main-content {
  padding: 0 !important; }

.wrapper_layered_filter .check-box-list {
  margin: 10px 0 10px; }

.wrapper_layered_filter .check-box-list li {
  line-height: 20px;
  font-size: 13px;
  margin: 0 0 8px; }

.wrapper_layered_filter .check-box-list label {
  display: inline-block;
  cursor: pointer;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 0;
  color: #434343; }

.wrapper_layered_filter .check-box-list li:hover label {
  color: #000000; }

.wrapper_layered_filter .check-box-list input[type="checkbox"] {
  display: none; }

.wrapper_layered_filter .filter-price li {
  font-size: 14px; }

.wrapper_layered_filter .filter-price li:last-child {
  margin-bottom: 0; }

.wrapper_layered_filter .filter-price li span {
  font-size: 12px; }

.wrapper_layered_filter .filter-size li {
  text-align: center;
  margin-right: -1px;
  margin-bottom: -1px;
  float: left; }

.wrapper_layered_filter .filter-size li label {
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: relative;
  border: 1px solid #e5e5e5; }

.wrapper_layered_filter .filter-size li input[type="checkbox"]:checked + label, .wrapper_layered_filter .size-filter li:hover label {
  background-color: #111;
  color: #fff;
  border: 1px solid #111; }

.wrapper_layered_filter .layer_filter-container {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center; }
  .wrapper_layered_filter .layer_filter-container .layer_filter-title {
    margin-right: 10px; }
    .wrapper_layered_filter .layer_filter-container .layer_filter-title .title_filter {
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase; }
      .wrapper_layered_filter .layer_filter-container .layer_filter-title .title_filter:after {
        content: "";
        width: 1px;
        height: 20px;
        background: #e7e7e7;
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px; }
      .wrapper_layered_filter .layer_filter-container .layer_filter-title .title_filter .icon_title svg {
        width: 20px;
        height: 30px;
        fill: #909097;
        stroke: #909097;
        position: relative;
        top: 10px; }
  .wrapper_layered_filter .layer_filter-container .layer_filter-group {
    flex: 1 1 auto; }
    .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter {
      position: relative; }
      .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter:hover > .filter_group_content {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
      .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter span.icon-controls {
        position: relative;
        top: 5px;
        float: right;
        font-size: 8px; }
      .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .filter_group_title {
        position: relative;
        font-size: 14px;
        font-weight: 600;
        padding: 10px 15px;
        background: #fff;
        border: 1px solid #e7e7e7;
        text-transform: uppercase;
        cursor: pointer; }
      .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .color-filter ul {
        padding: 0;
        margin: 10px 0 0;
        overflow: hidden; }
      .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .color-filter li {
        display: inline;
        margin: 0 10px 10px 0;
        line-height: normal;
        float: left; }
        .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .color-filter li label {
          border: 1px solid #eaeaea;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          float: left;
          position: relative;
          background-size: contain;
          font-size: 0; }
        .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .color-filter li input[type="checkbox"]:checked + label:before {
          position: absolute;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          content: '';
          border-width: 0 0 2px 2px !important;
          height: 5px;
          width: 9px;
          z-index: 99;
          border: solid #fff;
          margin: 7px 0 0 7px; }

.wrapper_layered_filter .bl-filter [type="checkbox"]:not(:checked),
.wrapper_layered_filter .bl-filter [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.wrapper_layered_filter .bl-filter [type="checkbox"]:not(:checked) + label,
.wrapper_layered_filter .bl-filter [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer; }

.wrapper_layered_filter .bl-filter [type="checkbox"]:not(:checked) + label:before,
.wrapper_layered_filter .bl-filter [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 2px; }

.wrapper_layered_filter .bl-filter [type="checkbox"]:checked + label:before {
  border: 1px solid #000; }

.wrapper_layered_filter .bl-filter [type="checkbox"]:not(:checked) + label:after,
.wrapper_layered_filter .bl-filter [type="checkbox"]:checked + label:after {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  border-width: 0 0 2px 2px !important;
  height: 4px;
  width: 7px;
  border: solid #111;
  margin: 9px 0 0 4px;
  left: 0;
  top: -3px;
  transition: all .2s; }

.wrapper_layered_filter .bl-filter [type="checkbox"]:not(:checked) + label:after {
  opacity: 0; }

.wrapper_layered_filter .bl-filter [type="checkbox"]:checked + label:after {
  opacity: 1; }

.wrapper_layered_filter .bl-filter label:hover:before {
  border: 1px solid #000 !important; }

.wrapper_layered_filter .group_filter_tags {
  margin-top: -23px;
  padding-bottom: 20px; }
  .wrapper_layered_filter .group_filter_tags .filter_tags {
    position: relative;
    display: none;
    line-height: 22px;
    border-radius: 12px;
    margin: 15px 10px 0px 0;
    color: #5d5d5d;
    background: #fff;
    border: 1px solid #dadada;
    font-size: 13px;
    padding: 0 35px 0 8px; }
    .wrapper_layered_filter .group_filter_tags .filter_tags span.filter_tags_remove {
      position: absolute;
      right: 8px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 16px;
      height: 16px;
      cursor: pointer; }
      .wrapper_layered_filter .group_filter_tags .filter_tags span.filter_tags_remove svg {
        width: 16px;
        height: 16px; }
    .wrapper_layered_filter .group_filter_tags .filter_tags.opened {
      display: inline-block; }
    .wrapper_layered_filter .group_filter_tags .filter_tags.filter_tags_remove_all {
      cursor: pointer;
      border: 0; }
      .wrapper_layered_filter .group_filter_tags .filter_tags.filter_tags_remove_all span {
        color: #3966b8;
        border-bottom: 1px solid #3966b8; }

/* ---------------------------  MENU CATEGORY  --------------------------- */
.menuList-links {
  margin: 0; }

.menuList-links li {
  position: relative; }

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

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

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

.menuList-links > li > a {
  color: #434343;
  padding: 12px 0;
  font-weight: 500;
  font-size: 14px; }

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

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

/* ---------------------  search sidebar --------------------- */
.search-bar-mobile {
  display: none;
  padding: 6px 8px;
  border-top: 1px solid #ededed; }
  .search-bar-mobile form.searchform {
    visibility: visible; }

form.searchform {
  position: relative; }
  form.searchform input.searchinput {
    background: #f5f5f5;
    color: #434343;
    border: 1px solid #ececec;
    width: 100%;
    height: 42px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 40px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 4px;
    -webkit-appearance: none;
    transition: all 150ms linear; }
    form.searchform input.searchinput:focus {
      border-color: #434343;
      background: #fff; }
  form.searchform .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    border: 0;
    border-radius: 0 4px 4px 0;
    box-shadow: none;
    background: transparent;
    transition: opacity 150ms linear; }
    form.searchform .btn-search svg {
      width: 15px;
      height: 42px; }
  form.searchform .close-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    height: 32px;
    width: 32px;
    text-align: center;
    cursor: pointer;
    visibility: hidden; }
    form.searchform .close-search svg {
      height: 32px; }
  form.searchform.expanded .close-search {
    visibility: visible; }
  form.searchform.expanded .btn-search {
    visibility: hidden; }
  @media (max-width: 991px) {
    form.searchform input.searchinput {
      height: 32px;
      padding: 0 55px 0 10px;
      border-radius: 0; }
    form.searchform .btn-search {
      width: 32px;
      height: 32px;
      border-radius: 0; }
      form.searchform .btn-search svg {
        height: 32px;
        opacity: 0.6; } }

/*----------------- Search auto ---------------*/
.smart-search-wrapper {
  position: absolute;
  top: 99%;
  width: 100%;
  background: #fff;
  z-index: 100;
  right: 0;
  left: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }

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

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

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

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

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

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

.resultsMore {
  width: 100%;
  float: left; }

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

.dataEmpty {
  text-align: center;
  padding: 10px 0; }

/*---------------------------------------------------------------------------------
PAGINATION - SEARCH PAGE 
-------------------------------------------------------------------------------- */
#pagination .page-node, #pagination .next, #pagination .prev {
  display: inline-block;
  margin: 30px 8px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.4; }

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

#pagination .prev {
  margin-right: 30px;
  -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; }

.searchPage .heading-page {
  position: relative;
  text-align: center;
  padding: 0 0 30px 0; }

.searchPage .heading-page:after {
  content: "";
  background: #252a2b;
  display: block;
  width: 60px;
  height: 4px;
  margin: 25px auto 0; }

.searchPage .heading-page h1 {
  font-size: 30px;
  margin: 0 0 10px; }

.wrapbox-content-search {
  padding-bottom: 30px; }

.searchPage .subtxt {
  opacity: .66;
  margin-top: 15px; }

.searchPage .subtxt span {
  font-weight: bold; }

.search-field {
  max-width: 600px;
  display: block;
  margin: 0 auto; }

input#go {
  width: 55px;
  height: 55px;
  float: right;
  background: url(//cdn.hstatic.net/themes/200000065946/1001443418/14/iconsearch.png?v=68) #252a2b center no-repeat;
  margin: 0px;
  position: relative;
  top: 0;
  border-radius: 0;
  font-size: 0;
  border: 0; }

#search .search_box {
  width: calc(100% - 55px);
  outline: none;
  height: 55px;
  padding: 0 20px;
  background: #ededed;
  border: 0;
  box-shadow: none; }

.expanded-message .message-txt {
  width: 100%;
  padding-top: 25px;
  text-align: center; }

.expanded-message .message-txt p {
  margin: 0;
  font-size: 14px;
  font-weight: 400; }

.expanded-message h2 {
  font-weight: 600;
  font-size: 22px; }

.expanded-message .subtext {
  margin-bottom: 40px;
  display: block; }

.search-item {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  float: left; }

.search-item .thumb-image {
  display: block;
  width: 80px;
  position: relative;
  overflow: hidden;
  float: left; }

.search-item .thumb-image img {
  vertical-align: middle;
  -webkit-transition: transform 250ms linear;
  -moz-transition: transform 250ms linear;
  -o-transition: transform 250ms linear;
  transition: transform 250ms linear; }

.search-item .thumb-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: opacity 250ms linear;
  opacity: 0;
  content: ""; }

.search-item .content {
  float: left;
  padding-left: 35px;
  width: calc(100% - 80px); }

.search-item .content .title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  display: block; }

.search-item .content .caption {
  opacity: .66;
  display: block;
  margin-top: 5px;
  font-size: 14px; }

.search-item .content .caption del {
  font-size: 13px;
  margin-left: 15px;
  opacity: 0.5; }

.subtext-result {
  margin-bottom: 30px; }

.search-item:hover .thumb-image:after {
  opacity: 1; }

/*---------------------------- CART -----------------------*/
#layout-cart .heading_page {
  position: relative;
  text-align: center;
  padding: 50px 0 40px; }

#layout-cart .heading_page:after {
  content: "";
  background: #252a2b;
  display: block;
  width: 60px;
  height: 4px;
  margin: 25px auto 0; }

#layout-cart .heading_page h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px; }

.list_form_cart .expanded_message {
  font-weight: 400;
  font-size: 22px; }

.list_form_cart .title_cart {
  background: #fafafa;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 16px; }
  .list_form_cart .title_cart span {
    font-weight: bold; }

.list_form_cart .row_cart .list_item_cart table.table-cart {
  margin-bottom: 30px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart thead {
    display: none; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td {
    padding: 20px 0;
    border-top: 1px solid #ededed;
    vertical-align: top; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr:first-child td {
    border-top: 0; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.image {
    text-align: center;
    width: 110px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.image img {
    max-width: 100px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.item {
    padding-left: 15px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.item h3 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-right: 40px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.item p {
    margin-bottom: 5px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.item p del {
    font-size: 12px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.item .price {
    margin: 0;
    float: right; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.item .price span.text {
    display: none; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.item .price span {
    font-size: 16px;
    padding-right: 0;
    font-weight: 600;
    color: #000; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.item .variant {
    margin-bottom: 5px; }

.list_form_cart .row_note_order .checkout-note {
  background: #f3f4f4;
  padding: 15px;
  font-weight: 400;
  font-size: 22px; }
  .list_form_cart .row_note_order .checkout-note .note-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px; }
  .list_form_cart .row_note_order .checkout-note textarea {
    border-radius: 0;
    border: 1px solid #ededed;
    -webkit-appearance: none;
    resize: none;
    color: #434343;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    height: 130px;
    font-weight: 500; }
    .list_form_cart .row_note_order .checkout-note textarea:focus {
      border-color: #434343;
      outline: none; }

#layout-cart .countine_order_cart {
  display: block;
  font-size: 16px;
  margin: 10px 0 0;
  text-align: center; }
  #layout-cart .countine_order_cart i {
    margin-right: 10px; }

#layout-cart .order_cart_fix {
  position: sticky;
  position: -webkit-sticky;
  top: 80px; }

@media (min-width: 768px) {
  #layout-cart .pd_page {
    padding-bottom: 30px; } }

.qty-click input.item-quantity {
  background: #ededed;
  font-weight: 500;
  font-size: 15px;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 35px;
  border: 1px solid #dadbdd;
  border-left: none;
  border-right: none;
  border-radius: 0;
  float: left;
  -webkit-appearance: none; }

.qty-click {
  float: left; }

.qty-click button.qty-btn {
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #abafb2;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 25px;
  border: 1px solid #dadbdd;
  border-radius: 0;
  float: left;
  -webkit-appearance: none; }

.qty-click button.qty-btn:focus {
  outline: none; }

.wamper_order_cart .order_block {
  border: 1px solid #dfe0e1;
  padding: 20px 20px 10px; }
  .wamper_order_cart .order_block .order_title h2 {
    font-weight: bold;
    letter-spacing: 1.1px;
    font-size: 20px; }
  .wamper_order_cart .order_block .order_total_price {
    font-size: 16px;
    padding-bottom: 10px;
    border-top: 1px dotted #dfe0e1;
    padding-top: 15px;
    font-weight: bold; }
    .wamper_order_cart .order_block .order_total_price p {
      margin: 0 0 10px; }
      .wamper_order_cart .order_block .order_total_price p span {
        font-weight: bold;
        float: right;
        color: #ef683a;
        font-size: 24px; }
  .wamper_order_cart .order_block .order_cart_action {
    border-top: 1px dotted #dfe0e1;
    padding-top: 15px; }
    .wamper_order_cart .order_block .order_cart_action .cart-buttons a {
      width: 100%;
      display: block;
      background: red;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      padding: 10px 5px;
      text-align: center;
      font-size: 15px;
      font-weight: bold;
      border-radius: 0; }
    .wamper_order_cart .order_block .order_cart_action .cart-buttons button {
      width: 100%; }
  @media (max-width: 991px) {
    .wamper_order_cart .order_block .order_title h2 {
      font-size: 16px; } }

.cart-buttons .link-continue {
  margin-left: 0; }

.link-continue a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  border-radius: 0;
  -webkit-appearance: none;
  transition: all 150ms linear;
  cursor: pointer;
  margin: 30px 0;
  padding: 0 20px; }

@media (min-width: 768px) {
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.remove {
    position: absolute;
    right: 15px; } }

/*================ BLog-artice  ================*/
.list-article-content .news-content {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

.blog-posts .blog-loop {
  margin-bottom: 25px; }

.blog-posts .blog-loop:nth-of-type(3n+1) {
  clear: both; }

.blog-posts .blog-post .blog-post-thumbnail {
  display: block;
  overflow: hidden; }

.blog-posts .blog-post .blog-post-thumbnail img {
  width: 100%;
  -webkit-transition: all 1s ease-in-out 0s;
  -khtml-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.blog-posts .blog-post .blog-post-thumbnail:hover img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.blog-posts .blog-post .blog-post-title {
  margin: 20px 0;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0; }

.blog-posts .blog-post .blog-post-meta {
  margin-bottom: 15px;
  color: #999; }

.blog-posts .blog-post .blog-post-meta > span:after {
  content: '/';
  padding-left: 4px; }

.blog-posts .blog-post .blog-post-meta > span:last-child:after {
  content: ''; }

.blog-posts .blog-post .blog-post-meta a {
  color: #999; }

.blog-posts .blog-post .blog-post-meta a:hover {
  color: #000000; }

/* article */
.box-article-heading h1 {
  margin: 20px 0;
  font-size: 24px; }

.box-article-heading .header-page {
  z-index: 9; }

.box-article-heading .header-page:after {
  background: #000; }

ul.article-info-more li {
  opacity: 0.85;
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600; }

ul.article-info-more li i {
  margin-right: 5px; }

.meta-tags .tags-title {
  font-weight: 500; }

.meta-tags a.tag {
  opacity: 0.8;
  font-style: italic;
  font-size: 14px; }

.meta-tags a.tag:after {
  content: ",";
  margin: 1px; }

.post-navigation {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 600; }

.post-navigation .right {
  float: right; }

.post-navigation .left {
  float: left; }

.article-pages, .meta-tags, .article-comment .comment_form, .post-navigation {
  margin-bottom: 40px; }

.article-pages * {
  max-width: 100% !important; }

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

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

.article-pages ul ul {
  list-style-type: circle; }

.article-pages ul ul ul {
  list-style-type: square; }

.article-comment .title-bl h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px; }

.article-comment .title-bl h2:after {
  content: "";
  display: block;
  margin-top: 25px;
  width: 30px;
  height: 3px;
  background: #252a2b; }

.article-comment .comment_form .form-group input, .article-comment .comment_form .form-group textarea {
  box-shadow: none;
  background: #ededed;
  color: #434343;
  border: 0;
  border-radius: 0; }

.article-comment .comment_form .form-group input {
  padding: 0 20px;
  height: 55px; }

.article-comment .comment_form .form-group textarea {
  padding: 20px;
  resize: none; }

.article-comment .comment_form button.btn-rb {
  background: #434343;
  border: 0;
  height: 55px;
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px; }

.article-comment .comment_form button.btn-rb:hover {
  background: #65d1e6; }

#article h3.author {
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize; }

#binhluan .date {
  float: right;
  color: #333333;
  font-size: 12px; }

#binhluan .comment-user {
  padding: 25px 0;
  border-bottom: 1px solid #ededed; }

/*Sidebar Blog*/
.news-latest, .menu-blog {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec; }

.sidebarblog-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: center; }
  .sidebarblog-title h2 span {
    margin-left: 15px;
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s; }

.sidebarblog-title.active h2 span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.sidebarblog-title h2 span {
  display: none; }

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

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

.list-news-latest .item-article .post-image {
  width: 30%;
  float: left;
  position: relative; }

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

.list-news-latest .item-article .post-content h3 {
  margin: 0 0 5px;
  font-size: 15px; }

.list-news-latest .item-article .post-content span.author {
  font-size: 12px; }

.list-news-latest .item-article .post-content span.date {
  font-size: 12px; }

/*================ About Us  ================*/
.title-info-contact h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 25px 0; }

.box-social-contact h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0; }

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

.box-info-contact li p {
  margin-bottom: 0;
  color: #666;
  font-weight: 500; }

.box-info-contact li p strong {
  font-weight: 600;
  color: #434343; }

/*================ CONTACT  ================*/
.box-send-contact h2 {
  font-weight: 700;
  font-size: 30px;
  margin: 40px 0 35px; }

@media (min-width: 768px) {
  .box-send-contact .sitebox-recaptcha {
    text-align: center; } }

.contact-form .input-group {
  width: 100%;
  margin-top: 0; }

.contact-form .input-group input,
.contact-form .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 45px;
  font-weight: 500;
  padding: 0 20px;
  background: #fbfbfb;
  color: #434343;
  width: 100%;
  appearance: none;
  -webkit-appearance: none; }

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

.contact-form .input-group input:focus, .contact-form .input-group textarea:focus {
  outline: none;
  background: #fff; }

.box-send-contact button {
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase; }

.sidebar-page .group-menu {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec; }

.sidebar-page .page_menu_title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: center; }
  .sidebar-page .page_menu_title h2 span {
    display: none;
    margin-left: 10px;
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s; }
  @media (max-width: 767px) {
    .sidebar-page .page_menu_title h2 span {
      display: inline-block; } }

.sidebar-page .page_menu_title.active h2 span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.sidebar-page .box_image {
  margin-bottom: 30px; }

.box_image .banner {
  position: relative;
  overflow: hidden; }

.box_image .banner img {
  width: 100%;
  -webkit-transition: all 1s ease-in-out 0s;
  -khtml-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.box_image .banner:hover img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.input-group {
  margin: 15px 0px; }

.paralax-container {
  padding: 60px 0;
  background-color: #f4f4f7;
  background-image: url(//cdn.hstatic.net/themes/200000065946/1001443418/14/background_breadcrumb_footers.jpg?v=68);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  width: 100%;
  display: block; }
  @media (min-width: 1200px) {
    .paralax-container {
      background-attachment: fixed; } }
  .paralax-container h1 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin: 0; }

.layout-pageContact .breadcrumb-shop {
  background: none !important;
  border: 0; }

.layout-pageContact .flexMargin {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  flex-flow: row wrap;
  margin: 0 -15px;
  padding: 40px 0 50px; }

.layout-pageContact .wrapbox-content-page-contact {
  padding-top: 50px;
  padding-bottom: 50px; }

.layout-pageContact .contact-google-map .container-fluid {
  padding: 0; }

.layout-pageContact .fr-input {
  width: 200px;
  height: 50px; }

.layout-pageContact .contactFormWrapper {
  max-width: 950px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .layout-pageContact .pd_contact {
    padding: 35px; }
  .layout-pageContact .contact-form-bottom {
    padding-bottom: 30px; } }

.breadcrumb-shop {
  background: #f5f5f5;
  border-bottom: 1px solid #e7e7e7; }

.breadcrumb-shop .breadcrumb-arrows {
  padding: 8px 0 10px;
  background: transparent;
  border-radius: 0;
  margin: 0; }

.breadcrumb-shop .breadcrumb > li + li:before {
  padding: 0 3px; }

.breadcrumb-shop .breadcrumb-arrows li {
  font-size: 13px; }

/*=====================FOOTER =======================*/
.mainFooter {
  margin-top: 100px;
  position: relative;
  width: 100%;
  background-color: #f8f8f8; }
  .mainFooter h4.footer-title {
    letter-spacing: 0.5px;
    margin: 5px 0 20px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase; }

.footer-newsletter {
  margin-bottom: -25px;
  -webkit-transform: translateY(-65px);
  transform: translateY(-65px); }
  .footer-newsletter .area_newsletter {
    background: #fff;
    border: 1px solid #eeeeee;
    padding: 29px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .footer-newsletter .area_newsletter .title_newsletter h4 {
      color: #222;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: -0.5px;
      position: relative;
      padding-left: 60px;
      margin: 0;
      padding-top: 2px;
      line-height: 1; }
      .footer-newsletter .area_newsletter .title_newsletter h4:before {
        content: '';
        display: block;
        height: 30px;
        width: 45px;
        background: url(//cdn.hstatic.net/themes/200000065946/1001443418/14/icon_newsletter.png?v=68) no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0; }
    .footer-newsletter .area_newsletter .form_newsletter .input-group {
      width: 100%;
      margin: 0 auto; }
    .footer-newsletter .area_newsletter .form_newsletter .newsletter__input, .footer-newsletter .area_newsletter .form_newsletter .newsletter__btn {
      padding: 10px 0;
      display: inline-block;
      vertical-align: middle; }
    .footer-newsletter .area_newsletter .form_newsletter .newsletter__input {
      width: 100%;
      height: 40px;
      color: #666;
      background-color: #fff;
      padding-right: 60px;
      padding-left: 10px;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0;
      border: 0;
      border-bottom: 1px solid #eeeeee;
      border-radius: 0px;
      -webkit-appearance: none;
      appearance: none; }
      .footer-newsletter .area_newsletter .form_newsletter .newsletter__input:focus {
        border-color: #222; }
    .footer-newsletter .area_newsletter .form_newsletter .input-group__btn {
      float: right;
      position: absolute;
      top: 5px;
      right: 0; }
    .footer-newsletter .area_newsletter .form_newsletter .newsletter__btn {
      height: 30px;
      width: 50px;
      color: #fff;
      padding: 0;
      background: url(//cdn.hstatic.net/themes/200000065946/1001443418/14/icon_newsletter2.png?v=68) no-repeat;
      background-position: center;
      border: none;
      border-left: 1px solid #eeeeee; }

.footer-container {
  padding-bottom: 45px; }
  .footer-container .footer-content p {
    text-align: justify; }
  .footer-container .footer-content ul {
    margin-bottom: 15px; }
  .footer-container .footer-content ul li {
    display: block;
    position: relative;
    padding-left: 0px; }
  .footer-container .footer-content ul li a {
    position: relative;
    overflow: hidden; }
  .footer-container .footer-contact ul li {
    padding: 0; }
  .footer-container .footer-contact ul > li {
    padding: 0 0px 5px 25px;
    background-size: 15px 15px !important;
    line-height: 22px;
    font-size: 14px; }
    .footer-container .footer-contact ul > li:before {
      font-family: "FontAwesome" !important;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: 0;
      font-size: 16px; }
    .footer-container .footer-contact ul > li.contact-1:before {
      content: "\f041";
      top: 4px; }
      @media (max-width: 767px) {
        .footer-container .footer-contact ul > li.contact-1:before {
          top: 2px; } }
    .footer-container .footer-contact ul > li.contact-2:before {
      content: "\f095";
      top: 4px; }
    .footer-container .footer-contact ul > li.contact-3:before {
      content: "\f1ac";
      top: 4px; }
    .footer-container .footer-contact ul > li.contact-4:before {
      content: "\f0e0";
      top: 4px; }

.footer-container a,
.footer-container p {
  font-size: 14.5px; }

.footer-logo {
  margin: 10px 0px 15px; }

.footer-logo .fBlock-logo {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  color: #222; }

ul.contactList li {
  margin: 0 0 8px; }

ul.contactList li i {
  font-size: 15px;
  width: 28px; }

.menuFooter-list li {
  margin-bottom: 0px; }

.fBlock-logo-bct {
  margin-bottom: 10px; }

.fBlock-logo-bct img {
  max-width: 180px; }

ul.infoList-social {
  margin: 0 0 15px; }
  ul.infoList-social li {
    display: inline-block;
    margin: 15px 10px 0 0; }
    ul.infoList-social li.link-facebook a {
      background-color: #3b5999; }
    ul.infoList-social li.link-google a {
      background-color: #ed1c24; }
    ul.infoList-social li.link-youtube a {
      background-color: #f70000; }
    ul.infoList-social li.link-twitter a {
      background-color: #00aced; }
    ul.infoList-social li.link-skype a {
      background-color: #01a9eb; }
  ul.infoList-social li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    ul.infoList-social li a:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 4px solid #222;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    ul.infoList-social li a:hover {
      background: #fff;
      color: #222;
      text-decoration: none; }
    ul.infoList-social li a:hover:after {
      opacity: 0.5;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }

ul.menuList-footer li {
  display: inline-block;
  margin: 0 12px;
  vertical-align: middle;
  position: relative; }

ul.menuList-footer li a {
  color: #666;
  line-height: 25px; }

@media (min-width: 768px) {
  ul.menuList-footer li a:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #a4a4a4;
    position: absolute;
    right: -14px;
    top: 7px; }
  ul.menuList-footer li:last-child a:before {
    display: none; } }

.footer-bottom {
  background: #151515;
  display: block;
  overflow: hidden;
  padding: 20px 0; }
  .footer-bottom p, .footer-bottom a {
    margin: 0;
    color: #fff; }

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 19px !important; }

.addThis_listSharing {
  position: fixed;
  bottom: 85px;
  z-index: 999;
  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; }

.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 24px; }

.addThis_listing .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_listing .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_listing .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_listing .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_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px; }

.actionToolbar_mobile ul.actionToolbar_listing {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

.actionToolbar_mobile ul.actionToolbar_listing li {
  width: 20%;
  float: left; }

.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative; }

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px; }

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

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

.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;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 14px; }

.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: 35px 10px 50px 14px; } }

.modal-backdrop.in {
  display: none;
  opacity: 0 !important; }

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

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

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

/* - Harafunnel mobile */
.harafunnel-mb {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 9999;
  width: 65px;
  height: 65px;
  padding: 8px;
  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%; }

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

@media (max-width: 767px) {
  .actionToolbar_product {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .product-action-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 66;
    background: #fff;
    display: block;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 8px 10px;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease; }
  .input-bottom {
    width: 54px;
    float: left;
    margin-right: 15px; }
  .input-bottom input {
    width: 54px;
    height: 45px;
    border: 1px solid #d1d1d1;
    text-align: center;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .add-cart-bottom {
    font-weight: 600;
    height: 45px;
    width: calc(100% - 70px);
    border-radius: 4px;
    float: left; }
  .layoutProduct_scroll.scroll-down .actionToolbar_product {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .layoutProduct_scroll.scroll-down .product-action-bottom {
    padding-bottom: 60px; } }

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

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

/* ---------------------  menu  --------------------- */
.menu-collection {
  margin-bottom: 50px; }

.menu-collection li.navi1 {
  margin-bottom: 5px; }

.menu-collection li.navi1 span.icon-subnav {
  text-align: center;
  width: 40px;
  cursor: pointer;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }

.menu-collection ul.submenu {
  display: none; }

.menu-collection li a {
  display: inline-block;
  width: calc(100% - 45px);
  vertical-align: middle; }

.menu-collection li.navi1 > a {
  font-weight: 600;
  font-size: 18px; }

.menu-collection ul.subnav-children li.navi2 > a {
  padding: 8px 0px 8px 25px;
  font-size: 16px;
  font-weight: 600; }

.menu-collection ul.subnav-children ul.subnav-child li a {
  padding: 8px 0px 8px 45px; }

.menu-collection ul.subnav-children ul.subnav-child li.navi3 a {
  padding: 8px 0px 8px 65px; }

.menu-collection li.active > span.icon-subnav {
  color: #434343;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.menu-about li {
  margin-bottom: 12px; }

.menu-about li a {
  font-weight: 500;
  font-size: 15px; }

.menu-about li.login {
  margin-top: 50px; }

.to-bottom-content {
  position: absolute;
  bottom: 60px;
  left: 70px; }

.to-bottom-content .site-copyright p {
  font-size: 12px;
  opacity: .66;
  margin: 0; }

/*---------------------- 404 ----------------------------*/
.pageNot {
  min-height: 80vh; }

.content-pagenot h1 {
  font-weight: 700;
  font-size: 40px; }

.content-pagenot p.subtext {
  font-weight: 500;
  opacity: 0.66; }

.content-pagenot:after {
  content: "";
  display: block;
  background: #252a2b;
  width: 80px;
  height: 4px;
  margin: 50px auto 0; }

.content-pagenot a {
  font-weight: 500;
  font-size: 16px;
  margin: 30px 0 0;
  display: block; }

.content-pagenot a {
  font-weight: 500;
  font-size: 16px;
  margin: 30px 0 0;
  display: inline-block; }

/*--------------------------------------------------------------------------------
ACCOUNT
--------------------------------------------------------------------------------*/
.wrapbox-heading-account {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center; }

.wrapbox-heading-account .header-page {
  position: relative; }

.wrapbox-heading-account .header-page:after {
  content: "";
  background: #000;
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 70px; }

.wrapbox-heading-account .header-page h1 {
  font-size: 54px;
  font-weight: 700;
  margin: 0px 0;
  line-height: initial; }

.wrapbox-heading-account .header-page p {
  font-size: 14px;
  opacity: .66;
  margin: 20px 0 0 0;
  position: relative; }

.wrapbox-heading-account .header-page p span {
  font-weight: 600; }

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

.large_form {
  margin-bottom: 30px; }

.icon-field {
  display: none; }

.userbox input[type=email], .userbox input[type=password], .userbox input[type=text] {
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  background: #ededed;
  color: #434343;
  padding: 0 20px;
  font-weight: 500;
  -webkit-appearance: none; }

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

.action_account_custommer .action_bottom, .action_account_custommer .req_pass {
  display: inline-block;
  vertical-align: middle; }

.action_account_custommer .req_pass {
  margin-left: 20px; }

.userbox .action_bottom {
  padding: 0; }

.userbox .action_bottom .btn {
  display: inline-block;
  border-radius: 0;
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent; }

.req_pass {
  color: #959898;
  font-weight: 500; }

.come-back {
  margin-top: 35px;
  display: block;
  font-weight: 500; }

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

.userbox .errors a {
  color: red; }

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

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

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

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

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

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

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

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

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

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

/* --------------------- order ---- account -- address -----------------------  */
.layout-info-account {
  padding-bottom: 50px; }

.title-infor-account {
  padding: 30px 15px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 60px; }

.title-infor-account h1 {
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  text-align: center; }

.title-infor-account h1:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 50px auto 0;
  background: #252a2b; }

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

.sb-title:after {
  content: "";
  display: block;
  margin-top: 25px;
  width: 30px;
  height: 3px;
  background: #252a2b; }

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

#customer_sidebar p {
  margin-bottom: 0;
  font-size: 14px; }

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

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

.customer-table-bg p {
  margin: 0; }

#customer_orders table thead th, #order_details tr th {
  font-weight: 600;
  font-size: 14px;
  padding-right: 8px; }

#customer_orders table tr a {
  font-weight: 500;
  float: left;
  width: 85%;
  margin-left: 3px;
  line-height: 20px;
  opacity: 0.66; }

#customer_orders table, #order_details {
  width: 100%;
  background: #fff; }

#customer_orders table tr, #order_details tr {
  height: 25px;
  line-height: 30px; }

#customer_orders table tr.odd, #order_details tr {
  background: #fff; }

#customer_orders table tr td, #order_details tr td {
  vertical-align: middle;
  border-top: none;
  font-size: 14px;
  padding-right: 8px; }

#order_details tr td {
  line-height: 21px;
  padding-right: 8px; }

#order_details tr td.order-image {
  width: 70px; }

#order_details tr td.order-image a {
  display: block;
  width: 70px;
  border: 1px solid #ededed; }

#order_details tr.line_order {
  border-top: 1px solid #ededed; }

#order_details tr td a, #order_details b {
  font-weight: 500; }

#order_details tr.order_text_bold .total b {
  font-weight: 600; }

a#view_address {
  font-weight: 500;
  opacity: 0.8; }

#customer_orders, #order_payment, #order_shipping {
  margin-bottom: 30px;
  margin-top: 30px; }

.customer-table-bg .table > tbody > tr > th {
  border-top: none; }

.detail-table-order {
  margin-top: 30px; }

.name-order {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase; }

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

.order_date {
  font-weight: normal;
  font-size: 14px;
  text-transform: none; }

.text_status {
  font-weight: 500; }

.address p {
  margin-bottom: 5px; }

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

span.variant_acc {
  font-size: 13px;
  opacity: 0.8; }

.alert-info {
  border-radius: 0;
  margin-bottom: 0; }

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

.address_table {
  margin-bottom: 10px;
  border-top: 0px solid #ddd;
  background: #fafafa;
  padding: 15px; }

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

.account-address .note {
  border: none;
  padding: 0; }

p.address_actions.text-right {
  margin: 7px 5px 0px 0;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0; }

.action_link a {
  text-transform: uppercase;
  font-size: 15px; }

span.action_link {
  padding: 5px; }

.view_address p > b {
  font-weight: 500;
  font-size: 14px; }

.view_address p {
  margin: 5px 0;
  line-height: 15px;
  font-size: 14px; }

.add-new-address {
  padding-bottom: 10px;
  display: inline-block;
  padding: 10px;
  background: #434343;
  color: #fff !important;
  text-transform: uppercase; }

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

.account-address .input-group-addon {
  display: none; }

.input-group .input-group-addon {
  padding: 6px 10px;
  border-radius: 0;
  color: #DAD9D9;
  background-color: #ebebeb;
  border-color: #ebebeb; }

.input-group .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ebebeb;
  -webkit-appearance: none;
  appearance: none; }

.icon-user:after {
  content: url(//hstatic.net/0/0/global/design/theme-default/userico.png); }

.icon-envelope:after {
  content: url(//hstatic.net/0/0/global/design/theme-default/email.png); }

.icon-shield:after {
  content: url(//hstatic.net/0/0/global/design/theme-default/pass.png); }

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

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

.AccountList ul > li > a {
  display: block;
  position: relative;
  padding: 5px 0px; }

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

#order_cancelled {
  margin-bottom: 15px; }

#order_cancelled h5 {
  margin: 0; }

/*========== RESponsive==============*/
@media (min-width: 1200px) {
  .wrapbox-content-account {
    padding: 100px 10px 100px 40px; }
    .wrapbox-content-account #customer-login {
      width: 100%; }
  .block-banner-category img {
    -webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .block-banner-category:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .box-banner-inf {
    width: 50%;
    z-index: 4; }
  .top-footer .area_newsletter .title_newsletter {
    width: 26%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /*index */
  .box-banner-inf {
    width: 80%;
    z-index: 4; }
  /*account*/
  .wrapbox-content-account {
    padding: 100px 60px; }
  .wrapbox-heading-account .header-page {
    width: 80%;
    height: 50vh; } }

@media (min-width: 992px) {
  .main-header.hSticky-up .header_dropdown_content {
    top: calc(100% + 10px); }
  /* acount*/
  .wrapbox-heading-account {
    border-right: 1px solid #ededed;
    height: 100vh; }
  .wrapbox-heading-account .header-page {
    padding-bottom: 70px; }
  .main-body.sidebar-move .box__slideshow-split:not(.back-to-normal) .site-box-background-container {
    transform: translateX(-480px); }
  .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .filter_group_content {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    padding: 5px 15px;
    background: #fff;
    z-index: 100;
    border: 1px solid #e7e7e7;
    border-top: 0;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  /* product */
  .icon-pr-fix {
    position: absolute;
    bottom: 25px; }
  .product-content-desc {
    position: -webkit-sticky;
    position: sticky;
    top: 10px; }
  /**/
  .blog-sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px; } }

@media (max-width: 1200) and (min-width: 1024px) {
  .collection-special-two .product-loop-special {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .collection-special-two .product-loop-special {
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .collection-special-two .product-loop-special .product-width {
    max-width: 170px; }
  .collection-special-two .product-loop-special .product-col-right {
    padding: 0 0 0 25px; }
  .collection-special-two .product-loop-special .product-col-left {
    width: 70%; } }

@media (max-width: 1199px) and (min-width: 992px) {
  > [class*='action-'] {
    margin-left: 5px; }
    > [class*='action-'] span.ico_action {
      width: 32px;
      height: 32px;
      line-height: 32px; }
      > [class*='action-'] span.ico_action svg {
        height: 30px;
        width: 12px; }
  .action-cart .cart-menu .count-holder {
    font-size: 10px; }
    .action-cart .cart-menu .count-holder .title {
      font-size: 13px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .container {
    width: initial; }
  .header_dropdown_content {
    top: calc(100% + 10px); }
  .main-header:not(.hSticky-nav) #site-menu-handle {
    padding-right: 60px; }
  .main-header.hSticky-nav.mainHeader_tempPr .header_dropdown_content.site_menu_mobile .box-triangle {
    left: 40px; }
  .wrapper-collection-2 .pro-loop:nth-child(odd),
  #collection-body .pro-loop:nth-child(odd),
  .list-productRelated .pro-loop:nth-child(odd) {
    padding-right: 7.5px; }
  .wrapper-collection-2 .pro-loop:nth-child(even),
  #collection-body .pro-loop:nth-child(even),
  .list-productRelated .pro-loop:nth-child(even) {
    padding-left: 7.5px; } }

@media (max-width: 991px) {
  .wrapbox-heading-account {
    padding: 30px 0;
    border-bottom: 1px solid #ededed; }
  .wrapbox-heading-account .header-page {
    width: 100%;
    text-align: center; }
  .wrapbox-heading-account .header-page:after {
    margin: 50px auto 0; }
  /* header*/
  .wrapper-search {
    display: none; }
  .main-header.hSticky-nav.mainHeader_tempPr .wrapper-search {
    display: block; }
  .wrapper-search form.searchform input.searchinput {
    height: 45px;
    padding: 0 40px 0 20px; }
  .wrapper-search form.searchform .btn-search {
    width: 50px;
    height: 45px; }
    .wrapper-search form.searchform .btn-search svg {
      height: 45px; }
  .locked-scroll .main-header, .locked-scroll .main-header.hSticky.hSticky-nav {
    position: fixed;
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .search-bar-mobile {
    display: block; }
  .product-image-detail {
    width: 100%;
    padding: 0; }
  .header-wrap-icon .action-cart {
    padding: 0 12px; }
  .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .filter_group_content {
    display: none; }
  .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .active span.icon-controls {
    color: #666;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* Product */
  .flickity-page-dots {
    bottom: -55px;
    z-index: 2; }
  .wrapper-home-banner-servce .services .text .title {
    font-size: 14px; }
  /* PRODUCT DETAIL*/
  .divzoom_main .product-thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .box__product-gallery {
    /*height:70vh;*/
    overflow: visible; }
  .slide_product {
    width: 100%;
    height: 100%; }
  .slide_product li.gallery-item {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .box__product-gallery.scroll .site-box-content:after {
    content: 'flickity';
    display: none; }
  /* Collection */
  .wrapper_layered_filter .layer_filter-container .layer_filter-group {
    width: 100%;
    display: none;
    border: 1px solid #e7e7e7;
    border-top: 0; }
    .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .active span.icon-controls {
      color: #666;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .filter_group_title {
      border: 0; }
    .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .filter_group_content {
      display: none;
      position: relative;
      left: 0;
      right: 0;
      padding: 5px 15px;
      background: #fff;
      z-index: 100;
      border-top: 0;
      pointer-events: none; }
  .collection_fillter_sortby {
    margin-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .collection_fillter_sortby div:last-child .box_style {
      border-right: 1px solid #e7e7e7; }
    .collection_fillter_sortby .collection_option, .collection_fillter_sortby .collection_fillterby {
      -webkit-flex: 1 1;
      flex: 1 1;
      width: 50%; }
    .collection_fillter_sortby .collection_fillterby .box_style,
    .collection_fillter_sortby .collection_option .box_style {
      position: relative;
      height: 38px;
      line-height: 38px;
      width: 100%;
      font-size: 13px;
      font-weight: 600;
      color: #676767;
      padding: 0px 40px 0px 10px;
      border: 1px solid #e7e7e7;
      border-right: 0;
      border-radius: 0;
      text-transform: uppercase; }
    .collection_fillter_sortby .layer_filter-title .title_filter {
      display: -webkit-box;
      margin: 0;
      text-transform: uppercase;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    .collection_fillter_sortby .layer_filter-title .title_filter:after {
      content: "";
      display: block;
      position: absolute;
      top: 40%;
      right: 15px;
      width: 0px;
      height: 0px;
      margin: 0;
      background: transparent;
      border-style: solid;
      border-width: 7px 6px 0 6px;
      border-color: #bababa transparent transparent transparent; }
    .collection_fillter_sortby .layer_filter-title .title_filter .icon_title {
      height: 38px;
      line-height: 38px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px; }
    .collection_fillter_sortby .layer_filter-title.color_svg .title_filter .icon_title svg {
      fill: #00bfff;
      stroke: #00bfff; }
    .collection_fillter_sortby .layer_filter-title .title_filter .icon_title svg {
      width: 20px;
      height: 36px;
      line-height: 36px;
      fill: #333;
      stroke: #333; }
    .collection_fillter_sortby .layer_filter-title .bg-color .title_filter .icon_title svg {
      fill: #3966b8;
      stroke: #3966b8; }
  /* Blog Article */
  .sidebarblog-title h2 span {
    display: inline-block; }
  .blog-loop:nth-of-type(2n+1) {
    clear: both; }
  .sidebar-blog .layered, .sidebar-page .layered {
    display: none; }
  .wamper_order_cart .order_block .order_total_price p span {
    font-size: 16px; }
  .clea-mean {
    clear: both; } }

@media (min-width: 768px) {
  .product-gallery__thumbs.owl-carousel {
    display: block; } }

@media (max-width: 767px) {
  .fBlock-logo-bct {
    margin-bottom: 0px; }
  a.dmca-badge img {
    float: right; }
  .mainFooter .widget-footer {
    margin-top: 20px;
    /* padding-bottom: 20px; */
    position: relative; }
  .locked-scroll {
    overflow: hidden; }
  .wrapper-slider-banner .owl-controls .owl-dots {
    bottom: 15px; }
  .wrapbox-heading-account {
    padding: 30px 15px;
    border-bottom: 1px solid #ededed; }
  .wrapbox-heading-account .header-page {
    text-align: center; }
  .wrapbox-heading-account .header-page h1 {
    font-size: 34px; }
  .wrapbox-heading-account .header-page:after {
    margin: 20px auto 0; }
  .wrapbox-content-account {
    padding: 60px 15px; }
  .heading-page {
    position: relative;
    text-align: center;
    padding: 0 0 30px 0; }
  .heading-page:after {
    content: "";
    background: #252a2b;
    display: block;
    width: 60px;
    height: 4px;
    margin: 25px auto 0; }
  .heading-page h1 {
    font-size: 30px;
    margin: 0px 0; }
  .wrapbox-content-page-contact {
    padding: 40px 15px; }
  /* header*/
  .main-header.hSticky-nav.mainHeader_tempPr .header_dropdown_content.site_menu_mobile .box-triangle {
    left: 40px; }
  .main-header:not(.hSticky-nav) #site-menu-handle {
    padding-right: 0px; }
  .header-wishlist.box-shadow {
    margin-left: 5px !important; }
  .header-wrap-icon .header-action {
    margin-left: 5px !important; }
  .header-upper-menu-mobile.header-action.hidden-md.hidden-lg {
    padding: 0px 10px 0px 15px !important; }
  /* site menu */
  .menu-collection li.navi1 > a {
    font-size: 20px;
    padding: 6px 0; }
  .menu-collection ul.subnav-children li.navi2 > a {
    font-size: 16px; }
  /*Banner*/
  #homeCarousel-category .owl-stage-outer {
    margin-right: -15px; }
  #collection-slide .owl-stage-outer {
    margin-right: -15px; }
  .wrapper-home-banner {
    padding: 0px 0px;
    margin: 10px 0 0; }
    .wrapper-home-banner .pages-width .title h2 {
      font-size: 28px; }
    .wrapper-home-banner .pages-width .description {
      margin-bottom: 35px; }
      .wrapper-home-banner .pages-width .description p {
        font-size: 18px; }
  .wrapper-collection-1 .owl-stage {
    padding-left: 0 !important; }
  .wrapper-home-banner-img .no_pdr:first-child {
    padding-right: 5px; }
  .wrapper-home-banner-img .no_pdr:last-child {
    padding-left: 5px; }
  .wrapper-home-banner-img .padding-img {
    padding-top: 10px; }
    .wrapper-home-banner-img .padding-img.no_pdr:last-child {
      padding-top: 0;
      padding-left: 5px; }
    .wrapper-home-banner-img .padding-img.pd_lr:first-child {
      padding-right: 5px; }
    .wrapper-home-banner-img .padding-img.pd_lr:last-child {
      padding-left: 5px; }
  .wrapper-home-banner-servce .services {
    padding: 35px 15px;
    width: 50%; }
  .wrapper-home-banner-servce .services:nth-child(odd) {
    border-right: none; }
  .wrapper-heading-home {
    padding: 15px 0 0; }
    .wrapper-heading-home h2 {
      font-size: 23px; }
  .wrapper-collection-2 .pro-loop:nth-child(odd),
  #collection-body .pro-loop:nth-child(odd),
  .list-productRelated .pro-loop:nth-child(odd) {
    padding-right: 5px; }
  .wrapper-collection-2 .pro-loop:nth-child(even),
  #collection-body .pro-loop:nth-child(even),
  .list-productRelated .pro-loop:nth-child(even) {
    padding-left: 5px; }
  .product-detail-wrapper {
    padding: 5px 0; }
  .longarrow {
    display: none; }
  .pro-price-mb {
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 11px; }
  .pro-price-mb .pro-price {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 3px; }
  .pro-loop .product-detail {
    padding: 5px 0; }
  .wrapper-home-banner-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    float: left;
    width: calc(100%/3); }
  .noCarousel-overflow {
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 30px;
    margin-bottom: -30px;
    transition: transform 0.25s ease 0s; }
    .noCarousel-overflow .category-block {
      width: 80%;
      overflow: initial;
      float: none;
      display: inline-block;
      padding-right: 10px; }
    .noCarousel-overflow .pro-loop {
      width: 73%;
      overflow: initial;
      float: none;
      display: inline-block;
      padding-right: 10px; }
  /* Blog*/
  .article-overflow-hidden {
    position: relative;
    overflow: hidden;
    margin: 0 -15px; }
  .list-article-latestblogs {
    padding-left: 15px;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
    margin-bottom: -50px;
    transition: transform 0.25s ease 0s;
    -ms-overflow-style: none;
    scrollbar-width: none; }
  .list-article-latestblogs::-webkit-scrollbar {
    display: none; }
  .list-article-latestblogs::-moz-scrollbar {
    display: none; }
  .list-article-latestblogs::-ms-scrollbar {
    display: none; }
  .list-article-latestblogs .col-post {
    width: 100%;
    float: none;
    display: inline-block;
    padding-left: 0; }
  .list-article-latestblogs .col-post .article-item--post {
    white-space: normal; }
  /* product*/
  .box__product-gallery {
    overflow: visible;
    height: 350px; }
  .box__product-gallery.scroll .site-box-content:after {
    content: 'flickity';
    display: none; }
  .product-loop-special .action .button {
    font-size: 12px; }
  .product-loop-special .product-detail {
    padding: 5px 0; }
  .product-image-detail {
    width: -webkit-fill-available;
    padding-left: 0;
    position: relative; }
  .product-image-detail {
    border-bottom: 1px solid #ededed; }
  .product-gallery {
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap; }
  .product-gallery__thumbs.owl-carousel {
    position: relative;
    top: 0; }
  .product-gallery__thumbs-container {
    width: 100%;
    order: 2;
    margin-top: 15px;
    margin-right: 0; }
    .product-gallery__thumbs-container .owl-controls .owl-nav div {
      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: 4px;
      opacity: 1;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      display: inline-block;
      background: #ef683a;
      border: 1px solid #dddddd;
      border-radius: 50%;
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
      .product-gallery__thumbs-container .owl-controls .owl-nav div svg {
        width: 14px;
        height: 38px;
        fill: #fff; }
      .product-gallery__thumbs-container .owl-controls .owl-nav div.owl-prev {
        left: 0px; }
      .product-gallery__thumbs-container .owl-controls .owl-nav div.owl-next {
        right: 0px; }
      .product-gallery__thumbs-container .owl-controls .owl-nav div:hover {
        background: #000; }
        .product-gallery__thumbs-container .owl-controls .owl-nav div:hover svg {
          fill: #fff; }
  .product-image-detail {
    width: 100%;
    order: 1;
    height: auto; }
  .divzoom_main .product-thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .product-zoom.icon-pr-fix {
    right: 15px;
    left: initial;
    margin: 0; }
  .icon-pr-fix {
    position: absolute;
    bottom: 25px; }
  .gallery-index.icon-pr-fix {
    display: none; }
  .slide_product li.gallery-item img {
    height: 100%;
    width: 100%;
    object-fit: contain; }
  .slide_product .flickity-page-dots {
    bottom: -45px; }
  .slide_product {
    width: 100%;
    height: 100%; }
  .slide_product li.gallery-item {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .list-productRelated .pro-loop-title .product-resize,
  .list-productRelated .pro-loop-title .wrap-collection-title.image-resize {
    height: initial !important; }
  .list-productRelated .wrap-collection-title.image-resize {
    padding-bottom: 45px; }
  .list-productRelated .wrap-collection-title .block-pding:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin: 30px auto auto;
    background: #252a2b; }
  /* Colection*/
  .collection-special-two .product-loop-special .product-width {
    max-width: 130px; }
  .collection-special-one .product-loop-special .product-col-right {
    padding-left: 20px; }
  .collection-special-one .product-loop-special .product-width {
    max-width: 260px; }
  /* colection filter*/
  .wrap-collection-title .heading-collection {
    margin-top: 20px;
    margin-bottom: 0; }
  .wrap-collection-title .heading-collection h1 {
    text-align: center;
    font-size: 25px; }
  /* CART PAGE */
  .list_form_cart .row_note_order .checkout-note {
    margin-bottom: 20px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart thead tr {
    display: none; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td {
    border: 0;
    padding: 0 5px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tbody > tr {
    background: #ffffff;
    padding: 20px 0;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    margin-bottom: 10px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.image {
    width: 80px;
    float: left; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.image img {
    max-width: 70px;
    background: #fff; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.item {
    width: calc(100% - 80px);
    float: left;
    padding-left: 5px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.item h3 {
    margin: 0 0 5px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.qty {
    padding: 0px;
    float: right;
    margin-right: 8px;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 35%; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.item .price {
    width: 100%;
    float: left;
    text-align: left;
    margin: 15px 0; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.item .price del {
    margin-top: 2px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.item .price span.text {
    display: inline-block;
    font-size: 12px; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tr td.remove a {
    position: absolute;
    top: 22px;
    right: 0; }
  .list_form_cart .row_cart .list_item_cart table.table-cart tbody > tr:last-child,
  .list_form_cart .row_cart .list_item_cart table.table-cart tr:last-child td {
    border: none; }
  .list_form_cart .row_cart .list_item_cart .checkout-note textarea {
    margin-bottom: 40px; }
  .list_form_cart .row_cart .list_item_cart .cart-buttons .btn-checkout, .list_form_cart .row_cart .list_item_cart .cart-buttons a, .list_form_cart .row_cart .list_item_cart .cart-buttons .btn-update {
    font-size: 10px;
    margin: 0;
    padding: 15px 8px; }
  /******* ABOUT-CONTACT *******/
  .header-page-contact h1 {
    font-size: 35px; }
  .title-info-contact h2, .box-send-contact h2 {
    font-size: 20px; }
  /******* blog -article *******/
  .list-article-content .news-content {
    min-height: 250px;
    height: 50vh; }
  .article-body h2.title-article {
    font-size: 24px; }
  .sidebarblog-title h2 {
    text-align: center;
    margin-bottom: 10px; }
  .sidebarblog-title h2 span {
    display: inline-block; }
  .blog-posts .blog-post .blog-post-thumbnail {
    margin-bottom: 20px; }
  .list_form_cart .expanded_message {
    text-align: center; }
  /*footer*/
  .mainfooter-toolbar {
    margin-bottom: 45px; }
  .mainfooter-product {
    margin-bottom: 60px; }
  .footer-newsletter {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
    .footer-newsletter .area_newsletter {
      display: block; }
      .footer-newsletter .area_newsletter .title_newsletter h4 {
        font-size: 20px;
        margin: 0 0 20px;
        text-align: center;
        padding-left: 0; }
      .footer-newsletter .area_newsletter .title_newsletter h4:before {
        content: none; }
      .footer-newsletter .area_newsletter .form_newsletter .newsletter__input {
        border: 1px solid #eeeeee;
        padding-left: 10px; }
  .mainFooter h4.footer-title {
    font-size: 14px; }
  .mainFooter .footer-content {
    display: none; }
  .mainFooter .widget-footer {
    position: relative; }
  .mainFooter h4.footer-title:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 5px;
    text-align: center;
    line-height: 20px; }
  .mainFooter h4.footer-title.active:before {
    content: "\f106"; }
  .mainFooter .col-bd:last-child .widget-footer {
    border-bottom: 1px dotted gray; }
  .mainFooter .footer-container {
    padding-bottom: 20px; }
  .breadcrumb-shop .pd5 {
    padding-left: 15px; }
  .breadcrumb-shop .breadcrumb-arrows li {
    font-size: 10px; }
  .pd_contact {
    margin-top: 20px; }
  /* 	ACCOUNT */
  .title-infor-account h1 {
    font-size: 30px; }
  .title-infor-account h1:after {
    margin-top: 32px; }
  .AccountSidebar {
    margin-bottom: 40px; }
  .table-responsive {
    padding: 0 8px; }
  /* SEARCH*/
  .search-list-results .pro-loop:nth-child(odd) {
    padding-right: 7.5px; }
  .search-list-results .pro-loop:nth-child(even) {
    padding-left: 7.5px; }
  /*---------------------------------------*/
  .sidebar-page {
    margin-top: 50px; } }

/*====== MODAL POPUP CONTACT ====================================================================*/
.modal-popupContact {
  text-align: center;
  font-size: 0;
  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.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;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 14px; }

.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 15px 14px; } }

.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-image: url(//cdn.hstatic.net/themes/200000065946/1001443418/14/popup_contact_bkg.jpg?v=68);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e6e6e6; }

.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 {
  -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;
  background: #fff;
  border: 1px solid #e7e7e7; }

.popup-form-customer .input-group .input-group-addon {
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  border-color: #434343; }

.popup-form-customer .input-group .input-group-addon:hover,
.popup-form-customer .input-group .input-group-addon:focus {
  background-color: #fff;
  border-color: #434343;
  color: #434343; }

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

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

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

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

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

.description-productdetail .page-content table td {
  padding: 10px;
  border: 0; }

button#btn-google-login {
  background: #dd4b39;
  color: #fff;
  border: 1px dotted #fff;
  padding: 10px;
  border-radius: 10px; }

button#btn-facebook-login {
  background: #3b5998;
  color: #fff;
  border: 1px dotted #fff;
  padding: 10px;
  border-radius: 10px; }

.wrapper-home-latestblogs .review-item .article-item--post {
  border: 0; }

.wrapper-home-latestblogs .review-item .article-item--post .post-image {
  /*width: 240px;*/
  /*height: 240px;*/
  /*border-radius: 5%;*/
  margin: 0 auto;
  line-height: 240px; }

.wrapper-home-latestblogs .review-item .article-item--post:hover .post-image img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  opacity: 1;
  object-fit: cover; }

.wrapper-home-latestblogs .review-item .article-item--post .post-body h3 {
  text-align: center; }

.wrapper-home-latestblogs .review-item .article-item--post .post-body h3 a {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.3; }

.section.section-collection span.view-more {
  float: right;
  font-size: 15px;
  position: absolute;
  right: 0px;
  bottom: 18px; }

.section.section-collection .wrapper-heading-home h2:before {
  width: 100%; }

.section.section-collection .wrapper-heading-home h2 {
  text-align: left; }

.section.section-collection .site-animation {
  position: relative; }

@media (max-width: 767px) {
  .list-blogs .owl-controls .owl-nav {
    display: none; } }

.list-blogs .owl-controls .owl-nav div {
  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: 4px;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #ef683a;
  border: 1px solid #dddddd;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .list-blogs .owl-controls .owl-nav div svg {
    width: 14px;
    height: 38px;
    fill: #fff; }
  .list-blogs .owl-controls .owl-nav div.owl-prev {
    left: 60px; }
  .list-blogs .owl-controls .owl-nav div.owl-next {
    right: 60px; }
  .list-blogs .owl-controls .owl-nav div:hover {
    background: #000; }
    .list-blogs .owl-controls .owl-nav div:hover svg {
      fill: #fff; }

.list-blogs:hover .owl-controls .owl-nav div {
  opacity: 1; }
  .list-blogs:hover .owl-controls .owl-nav div.owl-prev {
    left: 20px; }
  .list-blogs:hover .owl-controls .owl-nav div.owl-next {
    right: 20px; }

.wrapper-home-latestblogs .review-item .article-item--post .post-body p {
  color: #ef683a;
  text-align: center; }

.section.section-collection span.view-more a {
  color: #ef683a; }

@media (min-width: 768px) {
  .banner_slider div:first-child {
    padding-left: 0px;
    padding-right: 30px; }
  .banner_slider div:last-child {
    padding-left: 30px;
    padding-right: 0px; } }

article.review-item.article-item.col-post.site-animation, .list-article-latestblogs.list-blogs article.article-item {
  padding: 0px 15px; }

.wrapper-home-banner.lazyloaded {
  margin-top: 20px; }

.wrapper-home-latestblogs .wrapper-heading-home {
  padding: 0px; }

@media screen and (max-width: 767px) {
  .wrapper-home-banner.lazyloaded .container .owl-item .col-md-4.col-xs-12 {
    padding: 0px; }
  article.review-item.article-item.col-post.site-animation, .list-article-latestblogs.list-blogs article.article-item {
    padding: 0px 5px; }
  .wrapper-home-latestblogs .article-item--post .post-body h3 a {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    max-height: 34px; }
  .wrapper-home-latestblogs .article-item--post .post-body .post--desc {
    margin: 12px 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .wrapper-home-latestblogs .review-item .article-item--post .post-body h3, .wrapper-home-latestblogs .review-item .article-item--post .post-body p {
    text-align: left;
    margin-top: 0px; } }

.wrapper-home-latestblogs .post--desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 60px;
  -webkit-line-clamp: 3; }

#homeCarousel-banner .owl-controls .owl-nav div:hover, .wrapper-home-latestblogs .owl-controls .owl-nav div:hover {
  background: #ef501a !important; }

.section-collection h2 {
  margin-bottom: 18px !important;
  margin-top: 10px !important; }

.wrapper-home-banner-img h2 {
  margin-bottom: 10px !important;
  margin-top: 10px !important; }

.wrapper-home-latestblogs h2 {
  margin-bottom: 18px !important;
  margin-top: 10px !important; }

.wrapper-home-latestblogs .article-item--post .post-image {
  max-height: 190px; }

@media (max-width: 600px) {
  .wrapper-home-latestblogs .article-item--post .post-image {
    max-height: 110px; } }

.starbap-star .fa {
  color: #ef683a !important; }

#buy_now {
  margin-top: 10px;
  border-color: #ef683a; }

#buy_now:before {
  background-color: #ef683a; }

@media (max-width: 767px) {
  .main-header .wrap-logo img {
    max-width: 105px; }
  .menu__label {
    position: initial !important; }
  .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.vertical-menu-list.sub-child li a {
    display: inline-block; }
  /*.product__tab.fixed{
	top: 55px;
}*/ }

.menu__label {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: normal;
  color: #ef683a; }

.product-color-select {
  text-align: center;
  justify-content: left; }
  .product-color-select.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    border: 0; }
  .product-color-select .product-color-select {
    width: 25px;
    height: 25px;
    display: inline-block;
    max-width: 25px;
    border-radius: 100%;
    padding: 2px;
    margin-top: 5px; }
    .product-color-select .product-color-select label {
      padding: 0 !important;
      margin: 0 !important;
      width: 20px !important;
      height: 20px !important;
      border-radius: 100%; }
    .product-color-select .product-color-select.active {
      border: 1px solid #d1d1d1; }
      .product-color-select .product-color-select.active .label {
        height: 19px !important; }
    .product-color-select .product-color-select .product-color-select-item {
      display: block;
      border-radius: 100%;
      height: 100%;
      overflow: hidden; }
      .product-color-select .product-color-select .product-color-select-item img {
        vertical-align: top; }

.single-product .product-img picture {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .single-product .product-img picture:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden; }

@media (min-width: 1024px) {
  .single-product:hover .product-img picture:nth-of-type(1) {
    opacity: 0;
    visibility: hidden; }
  .single-product:hover .product-img picture:nth-of-type(2) {
    opacity: 1;
    visibility: visible; } }

.pro-loop .product-detail h3 {
  margin: 0 0 5px;
  font-size: 14px;
  position: relative;
  height: 42px; }

.pro-loop .product-img .sold-out,
.starbap-rev-widg__summary .starbap-rev-total-point {
  color: #ef683a !important; }

.wrapper-home-latestblogs .article-item--post .post-image {
  max-height: initial; }

.wrapper-home-latestblogs .review-item .article-item--post .post-image a {
  position: relative;
  padding-top: 100%;
  display: block; }

.wrapper-home-latestblogs .review-item .article-item--post .post-image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media (max-width: 767px) {
  .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.vertical-menu-list.sub-child li a {
    position: relative; }
  .header_dropdown_content.site_menu_mobile .menu-mobile-content .navbar-mainmenu .navbar-level .menuList-sub.vertical-menu-list.sub-child li a i {
    left: 100%; } }

.menuList-submain.level-2 {
  max-height: 280px;
  overflow-y: auto; }

.product_gift_label.combo {
  color: #fff;
  background: #ef683a;
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto !important;
  top: unset !important;
  right: unset !important;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  z-index: 99999; }

/* */
.option-selection-register {
  margin-bottom: 10px; }

.option-selection-register ul li {
  float: left;
  width: 50%; }

.userbox.phone {
  display: none; }

.otpcode {
  display: none; }

.userbox.phone {
  margin-bottom: 20px; }

.layout-account .wrapbox-heading-account {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  @media (min-width: 992px) {
    .layout-account .wrapbox-heading-account {
      justify-content: flex-start;
      padding-top: 100px; } }

.layout-account .wrapbox-heading-account .header-page:after {
  margin: 30px 0; }
  @media (max-width: 991px) {
    .layout-account .wrapbox-heading-account .header-page:after {
      margin: 30px auto; } }

@media (min-width: 992px) {
  .layout-account .wrapbox-heading-account .header-page {
    padding-bottom: 10px;
    height: auto; } }

.wrap-social.cusbtn-social button {
  border-radius: 0 !important;
  border: 0 !important; }

.titc {
  display: block;
  margin: 13px 0 3px; }

@media (max-width: 767px) {
  .wrap-social.cusbtn-social {
    text-align: center;
    display: block;
    width: 100%; }
  .wrap-social.cusbtn-social button {
    font-size: 14px;
    padding: 10px 2px !important; } }

@media (max-width: 414px) {
  .wrap-social.cusbtn-social button {
    font-size: 12px !important;
    padding: 10px 2px !important; } }

/*Mai (17/08/2022)*/
.description-productdetail ul {
  list-style: unset;
  padding-left: 20px; }

:root {
  --color_bg: #FFF;
  --color_bg_item: #f0f1f2;
  --color_main: #ff5d22;
  --color_main2: #1B64FC;
  --color_index_review: #62aefb;
  --color1: #333;
  --color2: #FFF;
  --border_radius: 0; }

#preOrder-modal.fade.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: none !important; }

#preOrder-modal {
  transition: none !important; }

#preOrder-modal .modal-dialog {
  transition: none !important; }

#preOrder-modal .modal-body {
  padding: 0;
  border-radius: var(--border_radius);
  overflow: hidden; }

#preOrder-modal .modal-body > h4 {
  background: #27678f;
  padding: 15px;
  text-align: center;
  color: var(--color2);
  text-transform: uppercase; }

#preOrder-modal .modal-body .preOrder-modal-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px; }

#preOrder-modal .modal-body .preOrder-modal-wrap form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

#preOrder-modal .modal-body .preOrder-modal-wrap form > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

#preOrder-modal .modal-body .preOrder-modal-wrap form input {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  width: 49%;
  padding: 5px 10px;
  border: 1px solid #dbdbdb;
  background: #f4f4f4;
  margin-bottom: 10px;
  border-radius: var(--border_radius); }

#preOrder-modal .modal-body .preOrder-modal-wrap form input#preOrder-hard {
  cursor: no-drop;
  opacity: 0.5;
  color: var(--color_main);
  font-weight: bold; }

#preOrder-modal .modal-body .preOrder-modal-wrap form textarea {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  width: 70%;
  height: 65px;
  padding: 5px 10px;
  border: 1px solid #dbdbdb;
  background: #f4f4f4;
  border-radius: var(--border_radius); }

#preOrder-modal .modal-body .preOrder-modal-wrap form button {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  background: #27678f;
  padding: 0;
  border: 1px solid #27678f;
  width: calc(30% - 10px);
  color: var(--color2);
  height: 65px;
  line-height: 65px;
  text-transform: uppercase;
  transition: all 0.4s linear;
  border-radius: var(--border_radius); }

#preOrder-modal .modal-body .preOrder-modal-wrap form button:hover {
  background: transparent;
  color: var(--color_main2); }

/* f88*/
.product-detail-main .product-title {
  position: relative; }

#onAppWishList_btn_wishlist {
  position: absolute;
  right: 0; }

.header-wishlist.box-shadow {
  line-height: 1;
  text-align: center;
  margin-right: 0;
  margin-left: 23px;
  position: relative; }
  .header-wishlist.box-shadow a {
    display: block; }
    .header-wishlist.box-shadow a img {
      max-width: 32px; }
  .header-wishlist.box-shadow #onAppWishList_numberLike {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background: #333333;
    color: #fff;
    font-size: 12px;
    text-align: center; }

.pro-loop .product-wishlist {
  /*position: absolute;
	top: 5px;
	left: 5px;
	z-index: 40;*/
  text-align: right;
  margin-top: 5px;
  display: flex;
  justify-content: right;
  flex: 100%; }
  .pro-loop .product-wishlist img {
    width: 24px; }

.title-like {
  font-size: 20px;
  margin: 20px 0; }

.main_content_bottom .wish-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.wish-info.product-info h3 {
  font-size: 15px !important;
  margin: 10px 0; }

.wish-img.product-image.product-img {
  position: relative; }

.wish-img.product-image.product-img {
  overflow: hidden;
  padding-top: 100%; }

.wish-img.product-image.product-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.onAppWishList_remove {
  position: absolute;
  top: 4px;
  right: 7px;
  z-index: 99; }

.main_content_bottom .onAppWishList_remove {
  width: 25px;
  height: 25px;
  background: #ef683a;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color: #fff; }

.wish-info.product-info h3 {
  min-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.wish-info.product-info .price-infor {
  color: #ef683a; }

.d-flex-www {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 24px;
  position: relative; }

.product-loop-variants {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.product-color-select {
  flex: 0 0 80%; }

#detail-product .pro-soldold {
  margin-right: 35px; }

.header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .cart_mini_compare {
  display: inline-block;
  padding: 4px 0 0 6px; }

.pro-short-desc .select-swatch {
  display: none; }

@media (max-width: 767px) {
  .fBlock-logo-bct {
    display: inline-block; }
    .fBlock-logo-bct a {
      display: inline-block; }
  .dmca-badge {
    display: inline-block;
    float: right;
    padding-top: 10px; } }

.collection-desc {
  margin-top: 20px; }

.collection-desc a {
  color: #337ab7; }

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

.collections-description .description-content .description-btn {
  position: relative; }

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

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

.collections-description .description-content .expandable-content_toggle {
  outline: none; }

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

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

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

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

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

.description-content.expandable-toggle.opened .description-productdetail {
  height: fit-content !important; }

.section_collection_mobile .collection-desc {
  padding: 10px; }

.collections-description .btn-closemore .expandable-content_toggle-icon:before {
  display: none; }

.article__banner {
  margin: 0 0 10px; }

.main-header.hSticky .header-menu-desktop .header-nav-menu #main-nav-menu .navbar-mainmenu ul.menuList-main > li > a {
  margin: 0 4px !important; }

@media (min-width: 992px) {
  .pro-loop:nth-child(4n+1) {
    clear: both; } }

@media (max-width: 991px) and (min-width: 768px) {
  .pro-loop:nth-child(2n+1) {
    clear: both; } }

@media (max-width: 767px) {
  .pro-loop:nth-child(2n+1) {
    clear: both; } }

.list-productRelated {
  margin-top: 25px; }

.titlepzbox {
  text-align: center;
  margin: 40px 0; }

.gridtemplateco {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px; }
  .gridtemplateco .titlelist {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0; }
  .gridtemplateco img {
    width: 100%; }

.xemthemhuper {
  text-align: center; }
  .xemthemhuper a {
    display: inline-block;
    border: 3px solid #000;
    padding: 10px 34px;
    text-transform: uppercase;
    font-weight: bold; }

.gridtemplateco > div:nth-child(n+7) {
  display: none; }

.popupproductsiz {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  padding: 20px;
  display: none; }
  @media (max-width: 992px) {
    .popupproductsiz .container {
      width: 100% !important; } }

.popupproductsiz.active {
  display: flex; }
  .popupproductsiz.active .container {
    position: relative; }

.popupproductsizgridl {
  display: grid;
  grid-template-columns: 0.7fr 0.3fr;
  background: #fff;
  max-height: 90vh;
  overflow: auto;
  padding: 10px;
  gap: 10px;
  position: relative; }
  @media (max-width: 767px) {
    .popupproductsizgridl {
      grid-template-columns: repeat(1, 1fr); } }
  .popupproductsizgridl > div {
    min-width: 0; }
  .popupproductsizgridl .totlemone {
    display: flex;
    justify-content: space-between;
    padding: 5px 0; }
    .popupproductsizgridl .totlemone .totlemone1 {
      font-weight: bold; }
    .popupproductsizgridl .totlemone .totlemone2 {
      font-weight: bold;
      font-size: 16px;
      color: red; }
  .popupproductsizgridl::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  .popupproductsizgridl::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5; }
  .popupproductsizgridl::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }
  .popupproductsizgridl .griditemview {
    display: grid;
    grid-template-columns: 0.1fr 0.3fr 0.6fr;
    gap: 5px;
    margin-bottom: 15px; }
    .popupproductsizgridl .griditemview > div {
      min-width: 0; }
    .popupproductsizgridl .griditemview .priceflex {
      margin-top: 5px; }
    .popupproductsizgridl .griditemview .title {
      font-weight: bold; }
    .popupproductsizgridl .griditemview .quantity-partent {
      margin-top: 5px; }
    .popupproductsizgridl .griditemview .griditemview1 {
      display: flex;
      align-items: center;
      justify-content: center; }

.sidenav-close {
  position: absolute;
  top: -13px;
  right: 3px;
  background: transparent;
  border: none;
  background: #fff;
  padding: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  border: 1px solid #ccc;
  border-radius: 50%; }

.popupproductsizgridl2title {
  position: relative; }
  .popupproductsizgridl2title span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    background: #f4f4f4;
    padding: 10px; }

#notemain {
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 5px;
  border-radius: 5px;
  padding: 5px; }

.thanhtoanclass a {
  background: red;
  text-align: center;
  color: #fff;
  display: block;
  padding: 6px;
  margin-top: 3px; }

.themgioclas a {
  background: #03A9F4;
  text-align: center;
  color: #fff;
  display: block;
  padding: 6px;
  margin-top: 5px; }

.overviewcart {
  max-height: 55vh;
  overflow: auto; }
  .overviewcart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  .overviewcart::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5; }
  .overviewcart::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }

.desghichu {
  margin-top: 5px; }

.boxitem {
  cursor: pointer; }

@media (max-width: 767px) {
  .d3ssmon a {
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 6px; } }

.d3ssmon a {
  color: #fff;
  background: #ef683a;
  display: block;
  padding: 4px 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }

@media (max-width: 767px) {
  .table-wrapper {
    overflow-x: scroll; }
  .article-pages img, #description_product img {
    width: 100% !important;
    height: auto !important; } }

#site-header .table-wrapper {
  float: left;
  width: 100%; }

.box-map iframe {
  width: 100% !important;
  max-width: 100%; }

.product_label_sale {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #316F86;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #ee683a, #ee683a);
  color: #fff;
  padding: 5px 20px 5px 5px;
  border-top-right-radius: 45px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  z-index: 99;
  align-items: center;
  width: 60%; }
  .product_label_sale .product_label_sale_txt {
    flex: 0 0 40%;
    max-width: 40%; }
    .product_label_sale .product_label_sale_txt span:nth-child(1) {
      font-size: 12px;
      display: block;
      font-weight: 700; }
  .product_label_sale .product_label_sale_price {
    flex: 0 0 60%;
    max-width: 60%;
    font-size: 20px;
    font-weight: 700; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .product_label_sale {
      width: 55%; }
      .product_label_sale .product_label_sale_txt {
        flex: 0 0 55%;
        max-width: 55%; }
        .product_label_sale .product_label_sale_txt span:nth-child(1) {
          font-size: 8px;
          display: block;
          font-weight: 700; }
        .product_label_sale .product_label_sale_txt span:nth-child(2) {
          font-size: 6px;
          display: block; }
      .product_label_sale .product_label_sale_price {
        flex: 0 0 45%;
        max-width: 45%;
        font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .product_label_sale {
      width: 55%; }
      .product_label_sale .product_label_sale_txt {
        flex: 0 0 55%;
        max-width: 55%; }
        .product_label_sale .product_label_sale_txt span:nth-child(1) {
          font-size: 18px;
          display: block;
          font-weight: 700; }
        .product_label_sale .product_label_sale_txt span:nth-child(2) {
          font-size: 16px;
          display: block; }
      .product_label_sale .product_label_sale_price {
        flex: 0 0 45%;
        max-width: 45%;
        font-size: 32px; } }
  @media (max-width: 767.98px) {
    .product_label_sale {
      width: 70%; }
      .product_label_sale .product_label_sale_txt {
        flex: 0 0 40%;
        max-width: 40%; }
        .product_label_sale .product_label_sale_txt span:nth-child(1) {
          font-size: 12px;
          display: block;
          font-weight: 700; }
      .product_label_sale .product_label_sale_price {
        flex: 0 0 60%;
        max-width: 60%;
        font-size: 20px; } }
  @media (max-width: 429.98px) {
    .product_label_sale {
      width: 70%; }
      .product_label_sale .product_label_sale_txt {
        flex: 0 0 40%;
        max-width: 40%; }
        .product_label_sale .product_label_sale_txt span:nth-child(1) {
          font-size: 8px;
          display: block;
          font-weight: 700; }
      .product_label_sale .product_label_sale_price {
        flex: 0 0 60%;
        max-width: 60%;
        font-size: 16px; } }
  .product_label_sale.productdetail_label_sale {
    width: 200px !important;
    left: 10px; }
    .product_label_sale.productdetail_label_sale .product_label_sale_txt {
      flex: 0 0 40%;
      max-width: 40%; }
      .product_label_sale.productdetail_label_sale .product_label_sale_txt span:nth-child(1) {
        font-size: 18px;
        display: block;
        font-weight: 700; }
      .product_label_sale.productdetail_label_sale .product_label_sale_txt span:nth-child(2) {
        font-size: 14px;
        display: block; }
    .product_label_sale.productdetail_label_sale .product_label_sale_price {
      flex: 0 0 60%;
      max-width: 60%;
      font-size: 32px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .product_label_sale.productdetail_label_sale {
        padding: 10px 70px 10px 10px; } }
    @media (max-width: 767.98px) {
      .product_label_sale.productdetail_label_sale {
        padding: 10px 50px 10px 10px; }
        .product_label_sale.productdetail_label_sale .product_label_sale_txt {
          flex: 0 0 45%;
          max-width: 45%; }
          .product_label_sale.productdetail_label_sale .product_label_sale_txt span:nth-child(1) {
            font-size: 18px;
            display: block;
            font-weight: 700; }
          .product_label_sale.productdetail_label_sale .product_label_sale_txt span:nth-child(2) {
            font-size: 14px;
            display: block; }
        .product_label_sale.productdetail_label_sale .product_label_sale_price {
          flex: 0 0 55%;
          max-width: 55%;
          font-size: 32px; } }

/*======  STORES =========*/
.layout-pageStores .wrapbox-content {
  background: #fff;
  padding: 25px 0px;
  border-radius: 4px; }

.layout-pageStores .wrapbox-info {
  background: #fff;
  padding: 25px 20px 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }
  .layout-pageStores .wrapbox-info h2 {
    font-size: 22px;
    margin-bottom: 10px; }

.layout-pageStores .box-filter label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px; }

.layout-pageStores .box-filter select {
  padding: 0px 15px;
  padding-right: 25px;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  border-radius: 4px;
  height: 40px;
  line-height: 38px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 15px;
  width: 100%;
  color: #000;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.layout-pageStores .box-filter .field-select {
  position: relative; }

.layout-pageStores .box-filter .field-select:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
  border: solid #666666;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.layout-pageStores .box-filter .select-item {
  margin-bottom: 16px; }

.layout-pageStores .box-content h3 {
  font-size: 16px;
  margin-bottom: 5px; }

.layout-pageStores .box-content .store-item {
  padding-left: 30px;
  margin-bottom: 25px;
  position: relative; }

.layout-pageStores .box-content .store-item > [class^="store--"] {
  margin-bottom: 5px; }

.layout-pageStores .box-content .store-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 368.666 368.666' style='enable-background:new 0 0 368.666 368.666;' xml:space='preserve'%3E%3Cg id='XMLID_2_'%3E%3Cg%3E%3Cg%3E%3Cpath d='M184.333,0C102.01,0,35.036,66.974,35.036,149.297c0,33.969,11.132,65.96,32.193,92.515 c27.27,34.383,106.572,116.021,109.934,119.479l7.169,7.375l7.17-7.374c3.364-3.46,82.69-85.116,109.964-119.51 c21.042-26.534,32.164-58.514,32.164-92.485C333.63,66.974,266.656,0,184.333,0z M285.795,229.355 c-21.956,27.687-80.92,89.278-101.462,110.581c-20.54-21.302-79.483-82.875-101.434-110.552 c-18.228-22.984-27.863-50.677-27.863-80.087C55.036,78.002,113.038,20,184.333,20c71.294,0,129.297,58.002,129.296,129.297 C313.629,178.709,304.004,206.393,285.795,229.355z'%3E%3C/path%3E%3Cpath d='M184.333,59.265c-48.73,0-88.374,39.644-88.374,88.374c0,48.73,39.645,88.374,88.374,88.374s88.374-39.645,88.374-88.374 S233.063,59.265,184.333,59.265z M184.333,216.013c-37.702,0-68.374-30.673-68.374-68.374c0-37.702,30.673-68.374,68.374-68.374 s68.373,30.673,68.374,68.374C252.707,185.341,222.035,216.013,184.333,216.013z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.layout-pageStores .box-content .store-item .store--address {
  font-weight: 500; }

.layout-pageStores .box-content .store-item .store--time span, .layout-pageStores .box-content .store-item .store--hotline span {
  font-weight: 600; }

.layout-pageStores .box-content .store-item .store--link {
  text-decoration: underline;
  color: #1a73e8; }

.layout-pageStores .boxscroll {
  overflow-y: scroll;
  max-height: 330px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  margin-right: -20px;
  padding-right: 20px;
  padding-top: 12px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }

@media (min-width: 992px) {
  .layout-pageStores .boxscroll {
    min-height: 330px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    min-height: 565px;
    border-radius: 4px; } }

@media (max-width: 991px) {
  .layout-pageStores .wrapbox-content {
    padding: 15px; }
  .layout-pageStores .heading-pageDetail h1 {
    font-size: 26px; }
  .layout-pageStores .wrapbox-info {
    margin-bottom: 15px;
    padding: 25px 20px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    border-radius: 4px; } }

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

.fab-wrapper {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  /*
  &.active {
    .fab-contact-item {
      opacity: 1;
      visibility: visible;
    }
    .fab-contact-item:nth-child(2) {
      transform: translateY(calc(-100% - 15px)) scale(1);
      transition-delay: 0ms;
    }
    .fab-contact-item:nth-child(3) {
      transform: translateY(calc(-200% - 30px)) scale(1);
      transition-delay: 50ms;
    }
    .fab-contact-item:nth-child(4) {
      transform: translateY(calc(-300% - 45px)) scale(1);
      transition-delay: 100ms;
    }
    .fab-contact-toggle {
      transform: rotate(45deg);
    }
  }
  */ }
  .fab-wrapper .fab-contact-toggle, .fab-wrapper .fab-contact-item {
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
    max-width: 54px;
    max-height: 54px;
    border-radius: 50%;
    background: #234085;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none; }
  .fab-wrapper .fab-contact-toggle {
    position: relative;
    z-index: 2; }
    .fab-wrapper .fab-contact-toggle svg {
      width: 44px;
      height: 49px;
      min-width: 44px;
      min-height: 49px;
      max-width: 44px;
      max-height: 49px; }
  .fab-wrapper .fab-contact-item {
    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;
    animation: iconSkew 1.3s infinite ease-out; }
    .fab-wrapper .fab-contact-item img {
      width: 55%;
      height: 55%;
      object-fit: contain; }
  .fab-wrapper #fab-zalo {
    background-color: #0068FF; }
  .fab-wrapper #fab-messenger {
    background-color: #0084FF; }
  .fab-wrapper #fab-phone {
    background-color: #4CAF50; }
