@charset "UTF-8";
/* margin 10 */
.m-10 {
  margin: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

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

.mb-10 {
  margin-bottom: 10px; }

.mx-10 {
  margin-left: 10px;
  margin-right: 10px; }

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

/* margin 15 */
.m-15 {
  margin: 15px; }

.ml-15 {
  margin-left: 15px; }

.mr-15 {
  margin-right: 15px; }

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

.mb-15 {
  margin-bottom: 15px; }

.mx-15 {
  margin-left: 15px;
  margin-right: 15px; }

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

/* margin 20 */
.m-20 {
  margin: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

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

.mb-20 {
  margin-bottom: 20px; }

.mx-20 {
  margin-left: 20px;
  margin-right: 20px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

/* margin 25 */
.m-25 {
  margin: 25px; }

.ml-25 {
  margin-left: 25px; }

.mr-25 {
  margin-right: 25px; }

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

.mb-25 {
  margin-bottom: 25px; }

.mx-25 {
  margin-left: 25px;
  margin-right: 25px; }

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

/* margin 30 */
.m-30 {
  margin: 30px; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

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

.mb-30 {
  margin-bottom: 30px; }

.mx-30 {
  margin-left: 30px;
  margin-right: 30px; }

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

/* margin 35 */
.m-35 {
  margin: 35px; }

.ml-35 {
  margin-left: 35px; }

.mr-35 {
  margin-right: 35px; }

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

.mb-35 {
  margin-bottom: 35px; }

.mx-35 {
  margin-left: 35px;
  margin-right: 35px; }

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

/* margin 40 */
.m-40 {
  margin: 40px; }

.ml-40 {
  margin-left: 40px; }

.mr-40 {
  margin-right: 40px; }

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

.mb-40 {
  margin-bottom: 40px; }

.mx-40 {
  margin-left: 40px;
  margin-right: 40px; }

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

/* margin 45 */
.m-45 {
  margin: 45px; }

.ml-45 {
  margin-left: 45px; }

.mr-45 {
  margin-right: 45px; }

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

.mb-45 {
  margin-bottom: 45px; }

.mx-45 {
  margin-left: 45px;
  margin-right: 45px; }

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

/* margin 50 */
.m-50 {
  margin: 50px; }

.ml-50 {
  margin-left: 50px; }

.mr-50 {
  margin-right: 50px; }

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

.mb-50 {
  margin-bottom: 50px; }

.mx-50 {
  margin-left: 50px;
  margin-right: 50px; }

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

/* padding 10 */
.p-10 {
  padding: 10px; }

.pl-10 {
  padding-left: 10px; }

.pr-10 {
  padding-right: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.px-10 {
  padding-left: 10px;
  padding-right: 10px; }

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

/* padding 15 */
.p-15 {
  padding: 15px; }

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.px-15 {
  padding-left: 15px;
  padding-right: 15px; }

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

/* padding 20 */
.p-20 {
  padding: 20px; }

.pl-20 {
  padding-left: 20px; }

.pr-20 {
  padding-right: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.px-20 {
  padding-left: 20px;
  padding-right: 20px; }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

/* padding 25 */
.p-25 {
  padding: 25px; }

.pl-25 {
  padding-left: 25px; }

.pr-25 {
  padding-right: 25px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.px-25 {
  padding-left: 25px;
  padding-right: 25px; }

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

/* padding 30 */
.p-30 {
  padding: 30px; }

.pl-30 {
  padding-left: 30px; }

.pr-30 {
  padding-right: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

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

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

/* padding 35 */
.p-35 {
  padding: 35px; }

.pl-35 {
  padding-left: 35px; }

.pr-35 {
  padding-right: 35px; }

.pt-35 {
  padding-top: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.px-35 {
  padding-left: 35px;
  padding-right: 35px; }

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

/* padding 40 */
.p-40 {
  padding: 40px; }

.pl-40 {
  padding-left: 40px; }

.pr-40 {
  padding-right: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.px-40 {
  padding-left: 40px;
  padding-right: 40px; }

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

/* padding 45 */
.p-45 {
  padding: 45px; }

.pl-45 {
  padding-left: 45px; }

.pr-45 {
  padding-right: 45px; }

.pt-45 {
  padding-top: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.px-45 {
  padding-left: 45px;
  padding-right: 45px; }

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

/* padding 50 */
.p-50 {
  padding: 50px; }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.px-50 {
  padding-left: 50px;
  padding-right: 50px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

/* END POLY FLUID SIZING */
::-moz-selection {
  background: #24aeb1;
  color: #fff; }

::selection {
  background: #24aeb1;
  color: #fff; }

html {
  padding-top: 0 !important; }

* {
  margin: 0;
  padding: 0; }

.color-primary {
  color: #24aeb1; }

button, input, optgroup, select, textarea {
  font-family: "Roboto", Arial, sans-serif; }

.text1line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.text2line {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

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

.text4line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.text5line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

input::placeholder, textarea::placeholder {
  color: #908f8f !important;
  opacity: 1 !important; }

button:focus {
  outline: none; }

.top-90 {
  top: 90px; }

.form-control {
  border: 1px solid #e6e6e6; }

@media (max-width: 767px) {
  .row-mb-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .row-mb-15 > div {
      padding-left: 7.5px;
      padding-right: 7.5px; } }

.owl-carousel.owl-nav-style-1 .owl-nav {
  text-align: center; }
  .owl-carousel.owl-nav-style-1 .owl-nav button.owl-prev, .owl-carousel.owl-nav-style-1 .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .owl-carousel.owl-nav-style-1 .owl-nav button.owl-prev i, .owl-carousel.owl-nav-style-1 .owl-nav button.owl-next i {
      color: #fff;
      font-size: 60px;
      text-shadow: 1px 1px 1px #000; }
  .owl-carousel.owl-nav-style-1 .owl-nav button.owl-prev {
    left: 15px; }
  .owl-carousel.owl-nav-style-1 .owl-nav button.owl-next {
    right: 15px; }

.owl-carousel.owl-nav-style-2 .owl-nav {
  text-align: center;
  position: absolute;
  top: -70px;
  right: 0; }
  @media (max-width: 767px) {
    .owl-carousel.owl-nav-style-2 .owl-nav {
      top: auto;
      right: auto;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; } }
  .owl-carousel.owl-nav-style-2 .owl-nav .disabled {
    display: none; }
  @media (max-width: 767px) {
    .owl-carousel.owl-nav-style-2 .owl-nav button.owl-prev, .owl-carousel.owl-nav-style-2 .owl-nav button.owl-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }
  .owl-carousel.owl-nav-style-2 .owl-nav button.owl-prev i, .owl-carousel.owl-nav-style-2 .owl-nav button.owl-next i {
    color: #fff;
    font-size: 0; }
  .owl-carousel.owl-nav-style-2 .owl-nav button.owl-prev:hover:before, .owl-carousel.owl-nav-style-2 .owl-nav button.owl-next:hover:before {
    background: #24aeb1;
    color: #fff; }
  .owl-carousel.owl-nav-style-2 .owl-nav button.owl-prev:before, .owl-carousel.owl-nav-style-2 .owl-nav button.owl-next:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    display: flex;
    text-align: center;
    color: #010101;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 21px;
    font-weight: 700;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    margin: 0 3px; }
  .owl-carousel.owl-nav-style-2 .owl-nav button.owl-prev {
    left: 0px; }
    .owl-carousel.owl-nav-style-2 .owl-nav button.owl-prev:before {
      content: "\f060"; }
  .owl-carousel.owl-nav-style-2 .owl-nav button.owl-next {
    right: 0px; }

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0); }

body {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", Arial, sans-serif;
  color: #1d2a38;
  background: #f2f3f5; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

::-webkit-scrollbar {
  width: 8px;
  background-color: #fff; }

::-webkit-scrollbar-thumb {
  background-color: #24aeb1; }

/* 1.4 - Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Arial, sans-serif;
  color: #1d2a38; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

/* 1.5 - Links and Buttons */
a {
  color: #1d2a38;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover, a:focus {
    color: #24aeb1;
    text-decoration: none;
    outline: none; }
  a:active {
    outline: none; }

/* 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-type: 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; }

input:focus {
  outline: none; }

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

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

.bg-primary {
  background: #24aeb1 !important; }

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

@keyframes shine {
  100% {
    left: -200%; } }

.btn {
  border-radius: 0;
  background: #24aeb1;
  border-color: #24aeb1;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 10px 30px; }
  .btn:hover {
    color: #fff;
    background: #1b8487;
    border-color: #1b8487; }
    .btn:hover:after {
      -webkit-animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
      animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1); }
  .btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.25), transparent); }

.btn-sm {
  font-size: 12px; }

.btn-primary {
  background: #24aeb1;
  border-color: #24aeb1; }
  .btn-primary:hover {
    background: #28c3c6;
    border-color: #28c3c6; }

.btn-special {
  line-height: 24px;
  font-size: 14px; }
  .btn-special:before, .btn-special:after {
    content: "";
    display: table;
    table-layout: fixed; }
  .btn-special a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-right: 15px;
    font-weight: 600;
    font-size: 14px; }
    .btn-special a:hover {
      color: #fff; }
      .btn-special a:hover:after {
        width: 100%;
        visibility: visible; }
    .btn-special a:after {
      content: "";
      height: 40px;
      width: 40px;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      border-radius: 30px;
      background: #24aeb1;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .btn-special a i {
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin-right: 8px;
      color: #fff;
      background: #24aeb1;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

.fz-16 {
  font-size: 16px; }

.fz-18 {
  font-size: 18px; }

.fz-20 {
  font-size: 20px; }

[data-nav="false"] .owl-nav {
  display: none; }

[data-dot="false"] .owl-dots {
  display: none; }

.cursor-pointer {
  cursor: pointer; }

.link-box {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.grecaptcha-badge {
  visibility: hidden; }

/*--------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------*/
/*--------------------- Menu Desktop ---------------------*/
.nav-overlay,
.filter-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none; }
  .nav-overlay.show,
  .filter-overlay.show {
    display: block; }

.header-menu-desktop {
  color: #1d2a38;
  z-index: 999;
  flex-grow: 1; }
  .header-menu-desktop a {
    color: #1d2a38; }
    .header-menu-desktop a:hover {
      color: #24aeb1; }

#nav .main-nav {
  font-size: 16px; }
  @media (max-width: 1199px) {
    #nav .main-nav {
      font-size: 13px; } }
  #nav .main-nav > ul {
    padding: 0 15px; }
    #nav .main-nav > ul > li {
      position: relative;
      float: none;
      display: inline-block;
      z-index: 10; }
      #nav .main-nav > ul > li.active > a {
        color: #24aeb1; }
        #nav .main-nav > ul > li.active > a i {
          color: #24aeb1; }
      #nav .main-nav > ul > li > a {
        display: block;
        margin-right: 20px;
        position: relative;
        padding: 15px 0;
        font-size: 16px;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: bold; }
        #nav .main-nav > ul > li > a:hover i {
          color: #24aeb1; }
        #nav .main-nav > ul > li > a:hover:after {
          width: 100%; }
        #nav .main-nav > ul > li > a i {
          display: inline-block;
          vertical-align: middle;
          font-size: 9px;
          margin-left: 4px;
          margin-bottom: 2px; }
      #nav .main-nav > ul > li > .megamenu-sub {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        background: #fff;
        width: 100%;
        margin: 20px 0 0;
        padding: 30px 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 6, 0.05);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out; }
        #nav .main-nav > ul > li > .megamenu-sub .megamenu-sub-wrap {
          max-width: 1110px;
          margin: auto;
          text-align: left; }
          #nav .main-nav > ul > li > .megamenu-sub .megamenu-sub-wrap > li a {
            margin-bottom: 5px; }
          #nav .main-nav > ul > li > .megamenu-sub .megamenu-sub-wrap li a {
            display: block;
            font-size: 14px;
            line-height: 21px;
            padding: 6px 20px 6px 20px;
            border: 1px solid transparent; }
      #nav .main-nav > ul > li:hover > a > i {
        margin-bottom: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
  #nav .main-nav ul {
    padding-left: 0;
    margin: 0; }
    #nav .main-nav ul > li.dropdown {
      position: relative; }
      #nav .main-nav ul > li.dropdown a i {
        display: inline-block;
        vertical-align: middle;
        font-size: 9px;
        margin-left: 4px;
        margin-bottom: 2px; }
      #nav .main-nav ul > li.dropdown:hover > a i {
        margin-bottom: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    #nav .main-nav ul > li > ul {
      top: 100%; }
    #nav .main-nav ul li .sub_menu li {
      position: relative; }
      #nav .main-nav ul li .sub_menu li a {
        color: #333; }
        #nav .main-nav ul li .sub_menu li a:hover {
          color: #24aeb1; }
  #nav .main-nav .sub_menu {
    background: #fff;
    z-index: 999;
    transition: all .3s ease-in-out;
    width: 206px;
    padding: 15px 0 15px;
    visibility: hidden;
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 203;
    opacity: 0;
    border: 1px solid #e6e6e6;
    text-align: left; }
    #nav .main-nav .sub_menu a {
      font-size: 14px;
      line-height: 21px;
      padding: 6px 20px 6px 20px;
      display: block; }
    #nav .main-nav .sub_menu .sub_menu {
      left: 100%;
      top: -2px;
      margin-left: 0px;
      margin-top: 0; }
  #nav .main-nav li:hover > .sub_menu {
    visibility: visible;
    opacity: 1; }

.mega-menu {
  position: initial !important; }
  .mega-menu:hover .mega-menu-1 {
    display: flex;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; }
  .mega-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mega-menu > div {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 10px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px rgba(0, 0, 0, 0.15);
    left: 0;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 99; }
    .mega-menu > div a {
      color: #333; }
  .mega-menu .mega-menu-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 10px;
    text-align: left; }
    .mega-menu .mega-menu-item > a {
      font-weight: 600;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      display: block;
      padding: 5px 0;
      margin-bottom: 10px;
      color: #000;
      text-transform: uppercase; }
      .mega-menu .mega-menu-item > a img {
        margin-bottom: 5px; }
    .mega-menu .mega-menu-item ul a {
      font-size: 14px;
      line-height: 30px; }

.mega-menu-1 {
  padding: 15px 0; }

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

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

.header-wrap-icon {
  position: relative;
  align-items: center; }
  @media (max-width: 767px) {
    .header-wrap-icon > div {
      margin-left: 20px !important; }
      .header-wrap-icon > div i {
        font-size: 26px; } }

.header-action_text .header-action__link {
  position: relative;
  display: block;
  font-size: 13px;
  color: #333333; }
  .header-action_text .header-action__link .box-icon {
    display: inline-block;
    position: relative; }
    .header-action_text .header-action__link .box-icon .count {
      transition: top 150ms linear;
      position: relative;
      animation-duration: 300ms;
      animation-name: scroll-in; }
  .header-action_text .header-action__link .box-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 2px; }
    .header-action_text .header-action__link .box-text .txtbl {
      font-size: 14px;
      display: block;
      font-weight: 500; }
    .header-action_text .header-action__link .box-text .txt-overflow {
      white-space: nowrap;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: middle;
      max-width: 115px;
      overflow: hidden; }
    .header-action_text .header-action__link .box-text .fa {
      display: inline-block;
      font-size: 16px;
      vertical-align: middle;
      margin-left: 3px; }

.header-action_dropdown {
  right: -15px;
  position: absolute;
  top: calc(100% + 15px);
  left: auto;
  z-index: 990;
  min-width: 280px;
  border-radius: 3px;
  color: #677279;
  background: #fff;
  border: solid 1px #dfe3e8;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  will-change: transform;
  border-radius: 10px;
  padding: 0; }
  .header-action_dropdown .header-dropdown_content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 10px; }

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

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

@media (max-width: 991px) {
  .header-account {
    margin: 0 !important; } }

#header {
  background: #fff;
  color: #1d2a38;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  padding: 20px 0 5px;
  z-index: 9991;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 767px) {
    #header {
      padding: 10px 0; } }
  #header i, #header p {
    color: #1d2a38; }
  #header .header-right {
    padding-left: 40px; }
    @media (max-width: 767px) {
      #header .header-right {
        padding: 0; } }
    #header .header-right .count-holder {
      position: absolute;
      font-size: 12px;
      background: #24aeb1;
      color: #fff;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      line-height: 20px;
      text-align: center;
      right: -9px;
      top: -9px; }
    #header .header-right .header-account-wrap {
      display: flex;
      margin-left: 100px;
      align-items: center; }
      @media (max-width: 767px) {
        #header .header-right .header-account-wrap {
          margin-left: 0; } }
    #header .header-right .header-icon-cart .fa-shopping-cart {
      font-size: 26px; }
    #header .header-right .header-account > a {
      margin: 0;
      line-height: 1;
      display: inline-block;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px; }
  @media (max-width: 767px) {
    #header .header-right-top {
      justify-content: flex-end; } }
  #header .header-action_text .header-action__link {
    color: #1d2a38; }
  #header .header-wrap-icon .header-action {
    position: relative;
    margin-left: 45px; }
  #header .menu-desktop .main-nav {
    text-align: left; }
  #header .wrap-logo a {
    font-weight: bold;
    color: #24aeb1; }
  #header .header-support {
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 0 25px;
    height: 45px;
    color: #ff2d37;
    border: 2px solid #ff2d37;
    cursor: pointer;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    border-right: 0px;
    position: relative;
    margin: 0 0 0 30px;
    float: right;
    transition: all .4s ease-in-out; }
    #header .header-support:before {
      content: "";
      width: 45px;
      height: 45px;
      background: #ff2d37;
      border-radius: 50%;
      position: absolute;
      right: -25px;
      top: -2px; }
    #header .header-support:after {
      content: "\f095";
      font-family: 'Font Awesome 5 Pro';
      font-size: 22px;
      position: absolute;
      right: -10px;
      top: 5px;
      color: #fff; }
    #header .header-support p {
      text-align: center;
      margin-bottom: 0px;
      line-height: 12px;
      margin: 6px 0 0;
      color: #ff2d37;
      transition: all .4s ease-in-out; }
    #header .header-support span {
      font-weight: 700; }
    #header .header-support:hover {
      background: #c7151d;
      color: #fff; }
      #header .header-support:hover p {
        color: #fff; }

.header-top {
  background: #24aeb1;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .header-top a {
    color: #fff; }

.header-bottom {
  position: relative; }
  @media (max-width: 767px) {
    .header-bottom {
      padding: 10px 0;
      justify-content: space-between; } }

.header-contact .fal {
  font-size: 16px; }

.header-contact .item {
  margin-right: 25px; }
  .header-contact .item:last-child {
    margin-right: 0; }

.header-contact .icon {
  margin-right: 15px;
  line-height: 1; }

.header-social a {
  display: inline-block;
  margin-left: 10px; }

.header-social i {
  font-size: 15px; }

.header-contact .fal {
  font-size: 16px; }

.header-contact .item {
  margin-right: 25px; }
  .header-contact .item:last-child {
    margin-right: 0; }

.header-contact .icon {
  margin-right: 15px;
  line-height: 1; }

#header .wrap-logo a img {
  max-width: 100%;
  width: 166px;
  height: auto; }

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

@media (min-width: 992px) {
  .header-navbar-menu .wrap-logo-sticky, #header .wrap-logo {
    min-width: 180px; } }

@media (max-width: 991px) {
  .locked-scroll {
    overflow: hidden;
    width: 100%;
    top: 0; }
  .locked-scroll #header {
    position: fixed;
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .header-action_text .header-action__link .box-text {
    display: none; } }

/*== HEADER ===========================*/
.main-search {
  position: relative;
  margin: 0 auto;
  padding-bottom: 0;
  color: #1d2a38;
  transition: all .3s ease-in-out;
  border: 1px solid #e4e4e4;
  border-radius: 30px; }
  @media (max-width: 767px) {
    .main-search {
      padding-left: 0;
      /*position: fixed;
		z-index: 9999;
		right: 0;
		top: 0;
		left: 0;
		bottom: 0;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		align-items: flex-start !important;
		padding-top: 40%;
		padding-left: 0;*/ } }
  .main-search.show {
    opacity: 1;
    visibility: visible; }
  .main-search .close-search {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    display: none; }
    @media (max-width: 767px) {
      .main-search .close-search {
        display: block;
        display: none;
        top: 70px;
        right: 30px;
        left: auto; } }
  .main-search .search-box {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
  .main-search a {
    color: #1d2a38; }
  .main-search .wpo-search-inner {
    border: 0;
    width: 100px;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .main-search .searchform-product {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .main-search .searchform-product .input-search {
      padding: 12px 40px 12px 20px;
      width: 100%;
      height: 100%;
      background: transparent;
      border: 0;
      font-size: 14px;
      font-weight: 500;
      margin: 0;
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      -webkit-transition: all 150ms linear;
      -moz-transition: all 150ms linear;
      -o-transition: all 150ms linear;
      transition: all 150ms linear; }
      .main-search .searchform-product .input-search:focus {
        outline: none; }
    .main-search .searchform-product .btn-search {
      background: #24aeb1;
      transition: all 150ms linear;
      padding: 0 30px;
      font-size: 16px;
      border-radius: 30px;
      border: 2px solid #fff; }
      .main-search .searchform-product .btn-search i {
        color: #fff !important; }
    .main-search .searchform-product .close-search {
      top: 0;
      right: 58px;
      bottom: 0;
      position: absolute;
      z-index: 100;
      margin: auto;
      height: 25px;
      cursor: pointer;
      visibility: hidden; }
      .main-search .searchform-product .close-search svg {
        width: 20px; }
  .main-search .smart-search-wrapper {
    top: 100%;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 80;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }
  .main-search .search-close {
    background: transparent;
    border: 0;
    font-size: 24px; }
  .main-search .searchform-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    background-color: black;
    display: none;
    opacity: 0.2; }
  .main-search .searchform-product.expanded .close-search {
    visibility: visible; }
  .main-search .searchform-product.expanded ~ .searchform-backdrop {
    display: block; }

/*--------------------------------------------------------------------------------
INDEX
--------------------------------------------------------------------------------*/
.wrap-collection-title {
  justify-content: center; }

.flex-container-information {
  margin: 0 -15px;
  display: flex;
  flex-flow: row wrap; }

/*------------------------- PRODUCT ITEM-------------------------*/
.product-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 6px;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s; }
  @media (max-width: 767px) {
    .product-item {
      margin-bottom: 15px; } }
  .product-item:hover {
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.11);
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.11); }
    .product-item:hover .product-img .button-add {
      right: 20px;
      opacity: 1;
      visibility: visible; }
  .product-item a {
    display: block; }
  @media (max-width: 767px) {
    .home-product .product-item .product-detail,
    .home-featured-product .product-item .product-detail {
      padding: 10px 0 20px; } }
  .product-item .product-detail {
    padding: 10px 20px 20px; }
    @media (max-width: 767px) {
      .product-item .product-detail {
        padding: 10px 10px 20px; } }
    .product-item .product-detail .pro-name {
      margin: 0 0 6px;
      padding: 0;
      font-size: 16px;
      font-weight: bold;
      position: relative; }
      .product-item .product-detail .pro-name a {
        line-height: 1.5;
        color: #1a1c19; }
  .product-item .product-img {
    text-align: center;
    position: relative;
    overflow: hidden; }
    .product-item .product-img .product-sale, .product-item .product-img .sold-out {
      position: absolute;
      font-size: 12px;
      line-height: 1;
      padding: 5px 10px;
      font-weight: bold;
      z-index: 9;
      color: #fff;
      background: #24aeb1;
      border-radius: 5px; }
    .product-item .product-img .sold-out {
      right: 10px;
      bottom: 10px; }
      .product-item .product-img .sold-out span {
        opacity: .66; }
    .product-item .product-img .product-sale {
      top: 10px;
      left: 10px;
      background: #84be52;
      color: #fff;
      font-size: 11px;
      line-height: 20px;
      border-radius: 4px;
      padding: 0 8px; }
    .product-item .product-img .button-add {
      position: absolute;
      z-index: 30;
      right: 0;
      top: 20px;
      opacity: 0;
      visibility: hidden;
      display: flex;
      text-align: center;
      line-height: 35px;
      font-weight: 600;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      display: none;
      flex-direction: column; }
      .product-item .product-img .button-add button, .product-item .product-img .button-add a {
        border: 0;
        background: #f3f5f9;
        color: #333;
        outline: none;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 10px;
        transition: all .5s;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 14px;
        font-weight: 400; }
        .product-item .product-img .button-add button:hover, .product-item .product-img .button-add a:hover {
          background: #24aeb1;
          color: #fff; }
          .product-item .product-img .button-add button:hover:before, .product-item .product-img .button-add button:hover:after, .product-item .product-img .button-add a:hover:before, .product-item .product-img .button-add a:hover:after {
            opacity: 1;
            visibility: visible;
            transform: scaleX(1); }
        .product-item .product-img .button-add button:before, .product-item .product-img .button-add a:before {
          content: attr(data-tooltip);
          position: absolute;
          bottom: 0;
          right: 0;
          visibility: hidden;
          opacity: 0;
          width: 120px;
          height: 32px;
          background-color: #24aeb1;
          color: #fff;
          text-align: center;
          z-index: 1;
          transition: all .6s;
          letter-spacing: 1px;
          border-radius: 50px;
          line-height: 32px;
          padding: 0 40px 0 10px;
          z-index: -1;
          transform: scaleX(0.5);
          transform-origin: right; }
        .product-item .product-img .button-add button:after, .product-item .product-img .button-add a:after {
          position: absolute;
          visibility: hidden;
          opacity: 0;
          top: 11px;
          left: 0%;
          transition: opacity .6s;
          margin-left: -8px;
          border-width: 5px;
          border-style: solid;
          border-color: rgba(85, 85, 85, 0.8) transparent transparent transparent;
          transform: rotate(-90deg); }
        .product-item .product-img .button-add button span, .product-item .product-img .button-add a span {
          line-height: 1; }
        .product-item .product-img .button-add button i, .product-item .product-img .button-add a i {
          font-size: 16px; }
        .product-item .product-img .button-add button:last-child, .product-item .product-img .button-add a:last-child {
          margin-right: 0; }
    .product-item .product-img picture {
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      border-radius: 6px;
      overflow: hidden; }
    .product-item .product-img img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover; }
  .product-item .box-pro-prices {
    margin-bottom: 16px; }
  .product-item .pro-price {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px; }
    .product-item .pro-price .current-price {
      font-size: 18px;
      font-weight: bold; }
  .product-item .box-pro-buy {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    position: relative;
    margin-bottom: -15px; }
    .product-item .box-pro-buy .btn {
      font-size: 14px;
      text-transform: uppercase;
      background: #24aeb1;
      border-color: #24aeb1;
      border-radius: 4px;
      padding: 6px 20px; }

.product-item-mini {
  position: relative;
  display: flex;
  margin-bottom: 30px; }
  .product-item-mini:last-child {
    margin-bottom: 0; }
  .product-item-mini .product-img {
    width: 100px; }
    .product-item-mini .product-img img {
      width: 100%; }
  .product-item-mini .product-content {
    width: calc(100% - 100px);
    padding-left: 15px; }
  .product-item-mini .product-title {
    font-size: 14px;
    font-family: "Roboto", Arial, sans-serif;
    margin-bottom: 0; }
  .product-item-mini .product-sale {
    background: #DA2020;
    color: #fff;
    padding: 3px 4px;
    font-size: 12px;
    width: 36px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }

.pro-price {
  color: #eb3a7b;
  font-size: 14px;
  margin: 0; }
  .pro-price .pro-price-del {
    color: #939393;
    margin-left: 5px; }

/*--------------------------------------------------------------------
PRODUCT DETAIL 
--------------------------------------------------------------------*/
@media (max-width: 767px) {
  .product-detail-wrapper {
    padding-bottom: 0 !important; } }

.row-sticky > .product-content-img {
  position: sticky;
  top: 0;
  z-index: 30; }

.product-title h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px; }
  @media (min-width: 767px) {
    .product-title h1 {
      font-size: calc(1.03093vw + 14.09278px); } }
  @media (min-width: 1349px) {
    .product-title h1 {
      font-size: 28px; } }

#pro_sku {
  font-size: 12px;
  color: #a3a5a7;
  margin-bottom: 8px;
  display: block; }

.hook-reviews {
  border-bottom: 1px dotted #dfe0e1;
  padding-bottom: 15px; }

.hook-reviews .rating {
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block; }

.hook-reviews .rating .rating {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1; }

.hook-reviews .rating .icon {
  display: inline-block; }

.hook-reviews .rating .icon::before {
  color: #d5d5d5;
  content: "\f005";
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  font-style: normal; }

.hook-reviews .rating .icon.star-full::before {
  color: #ffae00; }

.number-rating {
  padding-left: 5px;
  font-size: 13px; }

.product-price .pro-price {
  font-size: 22px;
  font-weight: bold; }

.product-price .pro-sale {
  position: relative;
  background: #DA2020;
  color: #fff;
  padding: 3px 4px;
  font-size: 12px;
  width: 36px;
  text-align: center;
  border-radius: 2px;
  margin-left: 18px; }

.product-price del {
  font-size: 14px;
  color: #777a7b;
  padding-left: 15px;
  font-weight: 500; }

.selector-actions {
  width: 100%;
  margin-top: 5px; }

.quantity-area {
  margin-bottom: 15px; }

.quantity-area input#quantity {
  background: #fff;
  font-weight: 600;
  height: 38px;
  padding: 0;
  text-align: center;
  width: 42px;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  border-radius: 1px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.quantity-area input.qty-btn {
  float: left;
  background: #fff;
  border: solid 1px #ccc;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  height: 38px;
  width: 38px;
  text-align: center;
  border-radius: 0; }

.btn-addtocart {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 35px;
  line-height: 22px;
  margin-bottom: 10px;
  border-radius: 6px;
  width: 100%;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .btn-addtocart {
      width: calc(50% - 5px); } }
  .btn-addtocart:hover {
    background: #24aeb1;
    color: #fff;
    border-color: #24aeb1; }

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

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

.product-description {
  margin: 0 0 20px; }
  .product-description img {
    height: auto; }
  .product-description .nav-tabs {
    margin-bottom: 15px;
    border-bottom: 2px solid #24aeb1; }
    .product-description .nav-tabs .nav-item {
      font-size: 16px;
      font-weight: bold;
      padding: 0 0 10px 0;
      margin-right: 20px;
      line-height: 40px;
      text-transform: uppercase;
      color: #1a1c19;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      margin: 0 5px;
      padding: 0 25px;
      background: #f5f5f5;
      border: 0; }
      .product-description .nav-tabs .nav-item:first-child {
        margin-left: 0; }
      @media (max-width: 767px) {
        .product-description .nav-tabs .nav-item {
          width: 100%;
          text-align: center;
          margin: 0 0 10px;
          border-radius: 6px; } }
    .product-description .nav-tabs .nav-link.active, .product-description .nav-tabs .nav-link:hover {
      background: #24aeb1;
      color: #fff;
      border: 0; }

.wrap-addcart {
  display: flex;
  gap: 10px; }

.description-productdetail * {
  max-width: 100% !important; }

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

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

.description-productdetail ul ul {
  list-style-type: circle; }

.description-productdetail ul ul ul {
  list-style-type: square; }

.description-productdetail ul li, .description-productdetail ol li {
  margin: 5px 0; }

.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:last-child {
  margin-bottom: 0; }

.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-item {
  text-align: center;
  margin-bottom: 10px; }

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

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

.product-gallery__thumbs.owl-carousel:hover .owl-nav button {
  visibility: visible;
  opacity: 1; }
  .product-gallery__thumbs.owl-carousel:hover .owl-nav button.owl-prev {
    left: -10px; }
  .product-gallery__thumbs.owl-carousel:hover .owl-nav button.owl-next {
    right: -10px; }

.product-gallery__thumbs.owl-carousel .owl-nav button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 30px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%); }
  .product-gallery__thumbs.owl-carousel .owl-nav button.disabled {
    cursor: not-allowed;
    opacity: 0.7; }
  .product-gallery__thumbs.owl-carousel .owl-nav button.owl-prev {
    left: -20px; }
  .product-gallery__thumbs.owl-carousel .owl-nav button.owl-next {
    right: -20px; }
  .product-gallery__thumbs.owl-carousel .owl-nav button span {
    line-height: 25px;
    vertical-align: top; }

/* ------------------------ Style variant ------------------------ */
.product-image-feature {
  width: 100%; }

.product-image-detail {
  margin-bottom: 20px; }

.product-image-detail ul {
  margin: 0; }

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

.swatch {
  padding: 10px 0;
  width: 100%;
  float: left;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .swatch {
      flex-direction: column;
      align-items: flex-start; } }
  .swatch .header {
    margin: 0 0 8px;
    font-size: 16px;
    text-align: left;
    line-height: initial;
    color: #1a1c19;
    font-weight: 600;
    width: 100px; }
  .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; }

.swatch .select-swap {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px); }

.swatch input {
  display: none; }

.swatch .swatch-element {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
  position: relative;
  vertical-align: bottom; }
  .swatch .swatch-element.color label {
    padding: 0;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  .swatch .swatch-element.color span {
    display: block;
    margin-top: 0;
    color: #333;
    padding-left: 45px;
    padding-right: 5px; }
  .swatch .swatch-element label {
    display: block;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    overflow: hidden; }

.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(//theme.hstatic.net/200000851307/1001229135/14/sold_out.png?v=1158) no-repeat;
  background-size: contain; }

.swatch .swatch-element.color label.sd {
  background: transparent; }

.swatch .swatch-element label.sd {
  border: 1px solid #f89008;
  background: #fffbf5;
  color: #000;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); }

.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(//theme.hstatic.net/200000851307/1001229135/14/sold_out.png?v=1158) 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; } }

.tag-wrapper label {
  display: inline-block;
  margin-right: 10px;
  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: ","; }

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

.product-sharing {
  display: none;
  height: auto;
  width: 26px;
  left: 10%;
  bottom: 50px;
  cursor: pointer;
  padding-bottom: 30px;
  -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-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); }

.product-sharing .icon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px; }

.product-sharing a {
  width: 26px;
  position: absolute;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%); }

.product-sharing a:nth-child(2) {
  bottom: 30px;
  -ms-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear; }

.product-sharing a:nth-child(3) {
  bottom: 80px;
  -ms-transition: all 150ms linear 100ms;
  -webkit-transition: all 150ms linear 100ms;
  transition: all 150ms linear 100ms; }

.product-sharing a:nth-child(4) {
  bottom: 130px;
  -ms-transition: all 150ms linear 200ms;
  -webkit-transition: all 150ms linear 200ms;
  transition: all 150ms linear 200ms; }

.product-sharing a:nth-child(5) {
  bottom: 130px;
  -ms-transition: all 150ms linear 200ms;
  -webkit-transition: all 150ms linear 200ms;
  transition: all 150ms linear 200ms; }

.product-sharing a:nth-child(5) {
  bottom: 180px;
  -ms-transition: all 150ms linear 300ms;
  -webkit-transition: all 150ms linear 300ms;
  transition: all 150ms linear 300ms; }

.product-sharing:hover a {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible; }

.product-sharing a svg {
  fill: #000;
  width: 24px;
  height: 24px; }

.product-sharing a:hover svg {
  fill: #65d1e6; }

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

@media (min-width: 992px) {
  .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); } }

/* ------------------- 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);
  -ms-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);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

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

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

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

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

body.open_layer {
  overflow: hidden; }

.description-productdetail table {
  min-width: initial !important; }

/*--------------------------------------------------------------------------------
COLLECTION 
--------------------------------------------------------------------------------*/
.alert-no p, .alert-no-filter p {
  margin: 10px 0 20px; }

/* ---------------------------  MENU CATEGORY  --------------------------- */
.tree-menu {
  padding: 0;
  margin: 0; }
  .tree-menu li a {
    padding: 5px 0;
    color: #666;
    line-height: 28px;
    display: block; }
    .tree-menu li a .icon-control {
      font-size: 18px;
      position: relative;
      top: 0;
      float: right;
      right: -10px;
      padding: 0 10px; }
    .tree-menu li a .fa-angle-right {
      margin-right: 5px; }
  .tree-menu li.has-child ul {
    display: none; }
  .tree-menu li.has-child > ul {
    padding-left: 15px; }
  .tree-menu .tree-menu-sub li a {
    line-height: 20px; }
  .tree-menu > li > a {
    color: #1d2a38;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 0; }

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

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

.custom-dropdown {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0px; }

.custom-dropdown::after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  color: #1d2a38;
  opacity: .42;
  display: block;
  position: absolute;
  top: 10px;
  right: 17px; }

.option .custom-dropdown .custom-dropdown__select {
  font-size: 14px;
  width: 100%;
  display: block;
  height: 38px;
  padding: 0 10px;
  border-color: transparent;
  background-color: #fff;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  text-indent: 1px; }

.option .custom-dropdown {
  width: 100%; }

.option .custom-dropdown::after {
  content: "\f103";
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  color: #000;
  display: block;
  position: absolute;
  top: 0px;
  right: 10px; }

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

.option select option {
  background: #fff; }

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

.option.browse-tags .custom-dropdown {
  width: auto;
  float: right;
  min-width: 180px; }

.left-module {
  margin-bottom: 20px;
  overflow: hidden; }

.layered .layered_subtitle {
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding: 13px 0;
  border-bottom: 1px solid #e4e4e4;
  line-height: 24px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Roboto", Arial, sans-serif;
  cursor: pointer; }
  .layered .layered_subtitle span {
    font-weight: 600;
    font-size: 16px; }

.layered span.icon-control {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 16px; }

.group-filter[aria-expanded=false] .dropdown-filter .icon-control i:before {
  content: "\f107"; }

.group-filter[aria-expanded=false] .layered-content {
  display: none;
  height: 0; }

.group-filter[aria-expanded=true] .layered_subtitle {
  border: none; }

.group-filter[aria-expanded=true] .layered-content {
  height: auto;
  border-bottom: 1px solid #e4e4e4; }

.group-filter .layered-content {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

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

.check-box-list li {
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 8px; }

.check-box-list label {
  display: inline-block;
  cursor: pointer;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 0;
  color: #1d2a38;
  vertical-align: top;
  margin-left: 5px;
  transform: translateY(1px);
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif; }

.check-box-list li:hover label {
  color: #24aeb1; }

.check-box-list input[type="checkbox"] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #dbdbdb; }

.check-box-list input[type="checkbox"]:checked:after {
  content: '\2714';
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  display: block;
  outline: none;
  color: #000000; }

.filter-price li {
  font-size: 14px;
  margin-bottom: 5px; }

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

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

.filter-color ul {
  padding: 0;
  margin: 0;
  max-height: calc(270px);
  overflow-y: auto; }

.filter-color li {
  margin: 0 10px 10px 0;
  line-height: normal; }

.block .block_content {
  overflow-y: auto;
  overflow-x: hidden; }

/*--------------------------------------------------------------------------------
BLOG - ARTICLE
--------------------------------------------------------------------------------*/
/* 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%;
  font-size: 16px;
  font-weight: 600; }

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

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

.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 .comment_form .form-group input, .article-comment .comment_form .form-group textarea {
  box-shadow: none;
  color: #1d2a38;
  border: 0;
  border-radius: 0;
  border: 1px solid #e6e6e6; }

.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 .btn {
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 30px; }

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

.sidebar-title {
  position: relative; }
  .sidebar-title h3, .sidebar-title h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 22px;
    padding-bottom: 18px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .sidebar-title:after {
    content: "";
    position: absolute;
    left: -25px;
    right: -25px;
    bottom: 0;
    border-bottom: 1px solid #e6e6e6; }

.list-news-latest .item-article {
  border-bottom: 1px #efefef dotted;
  padding: 15px 0;
  margin: 0; }
  .list-news-latest .item-article:first-child {
    padding-top: 0; }
  .list-news-latest .item-article:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .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: 14px; }
  .list-news-latest .item-article .post-content span.author {
    font-size: 12px; }
  .list-news-latest .item-article .post-content .date {
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.8px; }

/*--------------------------------------------------------------------------------
ABOUT - CONTACT
--------------------------------------------------------------------------------*/
.page-map iframe {
  height: 450px; }

.page-wrapper ul ol {
  margin-bottom: 15px;
  padding-left: 40px; }

.page-wrapper ul {
  list-style-type: initial;
  padding-left: 20px; }

.box-info-contact {
  margin-top: 30px; }
  .box-info-contact .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
  .box-info-contact .icon {
    width: 76.5px;
    height: 76.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.11);
    border-radius: 50%;
    font-size: 45px; }
    .box-info-contact .icon i {
      color: #24aeb1; }
  .box-info-contact .content {
    padding-left: 15px;
    width: calc(100% - 76.5px); }
    .box-info-contact .content p {
      margin: 0; }

.contact-form .input-group input, .contact-form .input-group textarea {
  border: 0;
  box-shadow: none;
  height: 45px;
  font-weight: 500;
  padding: 0 20px;
  background: transparent;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  color: #1d2a38;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

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

.sidebar-page .group-menu {
  margin: 0 0 30px;
  position: relative; }

.sidebar-page .page_menu_title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #b80a0d;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.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;
  -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);
  -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);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.fa-clock:before {
  content: "\f017" !important; }

/* --------------------------------------------------------------------------------
CART PAGE
-------------------------------------------------------------------------------- */
.layoutPage-cart .cart-empty {
  font-size: 20px;
  margin: 30px 0; }

table.table-cart {
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed; }

table.table-cart tr td {
  padding: 20px 0;
  border-top: 1px solid #ededed;
  vertical-align: top; }

table.table-cart tr:first-child td {
  border-top: 0; }

table.table-cart tr td.image {
  text-align: center;
  width: 110px; }

table.table-cart tr td.image img {
  max-width: 100px; }

table.table-cart tr td.item {
  padding-left: 10px; }

table.table-cart tr td.item .price {
  color: #eb3a7b;
  font-weight: 600;
  font-size: 20px; }

@media (max-width: 767px) {
  table.table-cart tr td.item .line-item-total {
    color: #333;
    font-size: 14px; } }

table.table-cart tr td.item h3 {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: bold;
  padding-right: 30px; }

table.table-cart tr td.item p {
  margin-bottom: 5px; }

table.table-cart tr td.item p .pri {
  font-weight: 500; }

table.table-cart tr td.item p del {
  font-size: 12px;
  display: block; }

table.table-cart tr td.item .price span.text {
  display: none; }

table.table-cart tr td.item .price span {
  font-size: 16px;
  padding-right: 0;
  font-weight: 600; }

table.table-cart tr td.item .variant {
  margin-bottom: 5px; }

table.table-cart tr td.remove {
  text-align: right; }

.qty-click input.item-quantity {
  font-weight: 500;
  font-size: 15px;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 35px;
  background: #ededed;
  border: 1px solid #dadbdd;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  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;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.qty-click button.qtyplus.qty-btn {
  border-left: none; }

.qty-click button.qtyminus.qty-btn {
  border-right: none; }

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

.checkout-note textarea {
  border-radius: 0;
  background: #ededed;
  color: #1d2a38;
  font-size: 15px;
  padding: 20px 15px;
  outline: none;
  width: 100% !important;
  min-height: 130px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 150ms linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.cart-buttons a, .cart-buttons .btn-checkout, .cart-buttons .btn-update {
  display: inline-block;
  vertical-align: top;
  padding: 19px 20px; }

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

.link-continue {
  margin: 10px 0 0; }

.link-continue a {
  color: #24aeb1; }

.link-continue a i {
  margin-right: 4px; }

.sidebox-order {
  position: relative; }

.sidebox-order div[class^="sidebox-order_"] {
  margin-bottom: 15px; }

.sidebox-order div[class^="sidebox-order_"]:last-child {
  margin-bottom: 0px; }

.sidebox-order_title h3 {
  margin: 10px 0; }

.sidebox-order_total {
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 600;
  padding: 0 0 15px; }

.sidebox-order_total p {
  margin: 0; }

.sidebox-order_total p .total-price {
  font-size: 24px;
  color: #eb3a7b; }

.sidebox-group h3 {
  margin: 10px 0;
  font-size: 24px; }

.sidebox-policy ul li {
  display: block;
  line-height: 25px;
  position: relative;
  padding-left: 20px;
  overflow: hidden; }

.sidebox-policy ul li:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f178";
  font-size: 10px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

/*---------------------------------------------------------------------------------
PAGINATION - 404 - SEARCH PAGE 
-------------------------------------------------------------------------------- */
.breadcrumb-shop {
  padding: 25px 0; }
  @media (max-width: 767px) {
    .breadcrumb-shop {
      padding: 5px 0; } }
  .breadcrumb-shop .breadcrumb-arrows {
    margin: 0;
    background: transparent;
    padding: 0; }
    .breadcrumb-shop .breadcrumb-arrows li {
      font-size: 16px; }
  .breadcrumb-shop .breadcrumb > li + li:before {
    padding: 0 3px;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 6px;
    font-size: 14px; }

#pagination {
  display: flex;
  justify-content: center; }
  #pagination .page-node,
  #pagination .next, #pagination .prev {
    display: inline-block;
    margin: 10px 8px 20px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.4;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    background: #24aeb1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }
    #pagination .page-node svg,
    #pagination .next svg, #pagination .prev svg {
      fill: #24aeb1; }
  #pagination .next {
    margin-left: 30px;
    background: transparent; }
  #pagination .prev {
    margin-right: 30px;
    background: transparent;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-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; }

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

.search-field {
  width: 60%;
  display: block;
  margin: auto; }

.search-page {
  position: relative; }

input#go {
  background: #24aeb1;
  transition: all 150ms linear;
  padding: 0 30px;
  font-size: 16px;
  border-radius: 30px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 9;
  line-height: 36px; }

#search .search_box {
  position: relative;
  margin: 0 auto;
  padding-bottom: 0;
  color: #1d2a38;
  transition: all .3s ease-in-out;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  width: 100%;
  line-height: 40px;
  padding: 0 15px; }

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

/*--------------------------------------------------------------------------------
ACCOUNT
--------------------------------------------------------------------------------*/
.wrapbox-heading-account {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: 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: 15px; }

.large_form.large_form-mr10 {
  margin-bottom: 10px; }

.icon-field {
  display: none; }

.userbox input[type=email],
.userbox input[type=password],
.userbox input[type=text] {
  width: 100%;
  height: 42px;
  border: 1px solid #ccc;
  background: transparent;
  color: #1d2a38;
  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 {
  text-align: center; }

.action_account_custommer {
  margin-top: 15px; }

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

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

.come-back {
  margin-top: 20px;
  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; } }

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

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

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

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

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

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

#form-gender input[type="radio"]:checked + label:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -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: 42px;
  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-bg {
  background: #f7f7f7;
  padding: 10px; }

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

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

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

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

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

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

#order_details tr td.total, #order_details tr th.total {
  padding-right: 8px; }

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

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

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

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: #24aeb1;
  color: #fff !important;
  text-transform: uppercase; }

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

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

.input-group-cus input {
  margin-right: 5px;
  margin-top: 3px; }

.input-group {
  margin: 10px 0px; }
  .input-group .input-group-addon {
    padding: 6px 10px;
    border-radius: 0;
    color: #DAD9D9;
    background-color: #ebebeb;
    border-color: #ebebeb; }
  .input-group .form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ebebeb; }

.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: #24aeb1;
  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: 'Font Awesome 5 Pro';
  font-size: 8px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: 2px; }

#order_cancelled {
  margin-bottom: 15px; }

#order_cancelled h5 {
  margin: 0; }

/*-------------------------------------------------------------------------------
FOOTER 
--------------------------------------------------------------------------------*/
.footer {
  padding: 0; }
  .footer .footer-wrapper {
    background: #fff;
    color: #7d879c;
    border-radius: 5px; }
  .footer h3, .footer h4 {
    color: #1d2a38; }
  .footer a, .footer p {
    color: #7d879c;
    position: relative;
    display: inline-block; }
  .footer a:hover {
    color: #24aeb1; }
  .footer i {
    color: #7d879c; }
  .footer .footer-mid {
    padding: 60px 0; }
    @media (max-width: 767px) {
      .footer .footer-mid {
        padding: 30px 0 0;
        text-align: center; } }
    @media (min-width: 1200px) {
      .footer .footer-mid .col-1 {
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 27%;
        border-right: 1px solid #e5e5e5; }
        .footer .footer-mid .col-1 .footer-content {
          padding: 0 30px; }
      .footer .footer-mid .col-2 {
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        max-width: 21%;
        padding-left: 60px; }
      .footer .footer-mid .col-3 {
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%; }
      .footer .footer-mid .col-4 {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%; }
      .footer .footer-mid .col-5 {
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
        max-width: 19%;
        border-left: 1px solid #e5e5e5;
        padding-left: 60px; } }
  .footer .footer-top {
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0; }
    @media (max-width: 767px) {
      .footer .footer-top {
        text-align: center; } }
    .footer .footer-top__item {
      display: flex;
      align-items: center;
      padding: 0 40px; }
      @media (max-width: 767px) {
        .footer .footer-top__item {
          padding: 0 15px;
          margin-bottom: 15px;
          flex-direction: column; } }
    .footer .footer-top__icon {
      width: 76.5px;
      height: 76.5px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 3px 7px rgba(0, 0, 0, 0.11);
      border-radius: 50%;
      font-size: 45px; }
      @media (max-width: 767px) {
        .footer .footer-top__icon {
          margin-bottom: 20px; } }
      .footer .footer-top__icon i {
        color: #24aeb1; }
    .footer .footer-top__content {
      padding-left: 15px;
      width: calc(100% - 76.5px);
      font-size: 16px; }
      @media (max-width: 767px) {
        .footer .footer-top__content {
          padding: 0; } }
      .footer .footer-top__content .title {
        color: #1d2a38;
        font-size: 16px;
        font-weight: 600; }
      .footer .footer-top__content .hotline {
        font-size: 26px;
        color: #24aeb1;
        display: block;
        font-weight: bold;
        line-height: 1;
        margin: 0; }
      .footer .footer-top__content .text {
        margin: 0; }
    .footer .footer-top__app--title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .footer .footer-top__app--title {
          padding: 0 15px; } }
    @media (max-width: 767px) {
      .footer .footer-top__app--content {
        padding: 0 15px; } }
  .footer .footer-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
    border-top: 1px solid #e5e5e5; }
    @media (max-width: 767px) {
      .footer .footer-payment {
        padding: 20px 15px; } }
    .footer .footer-payment .footer-payment-title {
      font-weight: bold;
      margin-right: 10px; }
  .footer .footer-title {
    position: relative;
    padding: 0px;
    margin: 0 0 28px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .footer .footer-title {
        margin: 20px 0 10px; } }
  .footer .contact-form .input-group {
    margin-top: 0;
    margin-bottom: 0px; }
  .footer .contact-form input {
    font-size: 12.75px;
    padding: 10px 45px 10px 0;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #7b7b7b;
    border-radius: 0;
    background: transparent; }
  .footer .contact-form button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px; }
  .footer .footer-logo {
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .footer .footer-menu li {
    display: block;
    margin-bottom: 6px; }
    .footer .footer-menu li:last-child {
      margin-bottom: 0; }
    .footer .footer-menu li a {
      position: relative;
      line-height: 25px; }
  @media (max-width: 767px) {
    .footer .footer-contact {
      margin-bottom: 30px; } }
  .footer .footer-contact p {
    display: flex; }
  .footer .footer-contact i {
    width: 20px;
    transform: translateY(4px);
    color: #24aeb1; }
  .footer .footer-contact span {
    width: calc(100% - 25px);
    padding-left: 10px; }
  .footer .footer-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media (max-width: 767px) {
      .footer .footer-wrap {
        font-size: 12px; } }
  .footer .footer-social {
    margin-top: 10px; }
    @media (max-width: 767px) {
      .footer .footer-social {
        text-align: center;
        margin-bottom: 14px; } }
    .footer .footer-social a {
      display: inline-block;
      text-align: center;
      padding: 0;
      margin-right: 10px;
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .footer .footer-social a {
          justify-content: center;
          width: 110px;
          margin: auto;
          text-align: left;
          justify-content: flex-start;
          margin-bottom: 5px; } }
      .footer .footer-social a:hover i {
        color: #24aeb1; }
      .footer .footer-social a .icon {
        width: 22.5px;
        height: 22.5px;
        display: inline-block;
        background: #24aeb1;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 10px; }
        .footer .footer-social a .icon i {
          color: #fff; }
        .footer .footer-social a .icon.facebook {
          background: #3b5998; }
        .footer .footer-social a .icon.google {
          background: #d54937; }
        .footer .footer-social a .icon.instagram {
          background: #4848bb; }
        .footer .footer-social a .icon.twitter {
          background: #1da1f2; }
        .footer .footer-social a .icon.youtube {
          background: #d33e32; }
        .footer .footer-social a .icon.linkedin {
          background: #0077b5; }

.footer-newsletter .footer-newsletter-wrap {
  padding: 0 0 70px;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .footer-newsletter .footer-newsletter-wrap {
      padding-bottom: 30px; } }

.footer-newsletter .footer-newsletter-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .footer-newsletter .footer-newsletter-title {
      margin-bottom: 10px; } }

.footer-newsletter .footer-newsletter-desc {
  font-size: 16px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .footer-newsletter .footer-newsletter-desc {
      margin-bottom: 20px; } }

.footer-newsletter .contact-form {
  width: 600px;
  max-width: 100%;
  margin: auto;
  border-radius: 30px;
  border: 2px solid #e6e6e6;
  background-color: #fff;
  padding: 2px; }
  .footer-newsletter .contact-form .input-group {
    margin: 0; }
  .footer-newsletter .contact-form #newsletter-email {
    flex-grow: 1;
    background: transparent;
    border: 0; }
  .footer-newsletter .contact-form button {
    padding: 8px 25px;
    background: #24aeb1;
    color: #fff;
    border-radius: 30px;
    border: 0;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px; }
    .footer-newsletter .contact-form button:hover {
      background: #1b8487; }

.copyright {
  padding: 30px 0;
  color: #7d879c; }
  .copyright a {
    color: #7d879c; }
  .copyright p {
    margin: 0;
    font-weight: 500; }
    @media (max-width: 767px) {
      .copyright p {
        width: 100%;
        text-align: center; } }
  .copyright ul {
    margin: 0; }
    .copyright ul li {
      margin-left: 20px;
      text-transform: uppercase;
      font-weight: bold; }

/*---------------------- Sroll to Top -------------------*/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 99; }
  .back-to-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .back-to-top .btt-label-back {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    -webkit-transform: rotate(-90deg) translateX(50%) translateY(50%);
    -ms-transform: rotate(-90deg) translateX(50%) translateY(50%);
    transform: rotate(-90deg) translateX(50%) translateY(50%); }

.back-to-top .btt-label-back {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  -webkit-transform: rotate(-90deg) translateX(50%) translateY(50%);
  -ms-transform: rotate(-90deg) translateX(50%) translateY(50%);
  transform: rotate(-90deg) translateX(50%) translateY(50%); }

.back-to-top .btt-icon-back {
  position: absolute;
  bottom: 250%;
  left: 80%;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -webkit-transition: transform 0.45s cubic-bezier(0, 0.95, 0.77, 1);
  -o-transition: transform 0.45s cubic-bezier(0, 0.95, 0.77, 1);
  transition: transform 0.45s cubic-bezier(0, 0.95, 0.77, 1);
  will-change: transform; }

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

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

/* ---------------------  search sidebar --------------------- */
.site_search form.searchform {
  position: relative;
  padding: 0;
  margin-bottom: 15px; }

form.searchform input.searchinput {
  background: #f5f5f5;
  border: 1px solid #ececec;
  font-size: 14px;
  color: #1d2a38;
  font-weight: 500;
  width: 100%;
  height: 45px;
  padding: 0 55px 0 20px;
  margin: 0;
  display: inline-block;
  border-radius: 0;
  transition: all 150ms linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

form.searchform .btn-search {
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  padding: 0;
  top: 0px;
  right: 0px;
  background: transparent;
  outline: none;
  transition: opacity 150ms linear; }

form.searchform .btn-search svg {
  width: 18px;
  height: 40px;
  opacity: .4; }

form.searchform input:focus {
  background: #ffffff;
  outline: none;
  border-color: #24aeb1; }

/*----------------- Search auto ---------------*/
.smart-search-wrapper {
  width: 100%;
  border-radius: 4px; }
  .smart-search-wrapper .item-ult {
    padding: 10px 10px;
    border-bottom: 1px dotted #dfe0e1;
    display: flex; }
    .smart-search-wrapper .item-ult:last-child {
      border: 0; }
    .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-left: 10px;
      float: left;
      line-height: 20px;
      position: relative;
      margin-top: 0px !important; }
      .smart-search-wrapper .item-ult .title a {
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: pre;
        float: left;
        width: 100%;
        margin-bottom: 4px; }
        .smart-search-wrapper .item-ult .title a:hover {
          color: #24aeb1; }
      .smart-search-wrapper .item-ult .title p {
        line-height: 15px;
        font-size: 12px;
        font-weight: 600;
        float: left;
        margin: 0;
        color: #eb3a7b !important; }
        .smart-search-wrapper .item-ult .title p del {
          font-size: 11px;
          font-weight: 300;
          margin-left: 5px;
          color: #797979; }

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

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

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

/* --------------------- cart view --------------------- */
.site-cart .cart-ttbold {
  padding: 0 20px; }
  .site-cart .cart-ttbold .ttbold {
    font-size: 16px;
    color: #000;
    margin: 0 0 15px;
    font-weight: 500;
    padding: 6px 10px;
    background: #f3f5f6;
    border: 1px solid #e7ebec;
    text-align: center;
    border-radius: 4px; }

.cart-view .cart-view-total {
  padding: 0 10px; }

.cart-view table {
  width: 100%; }
  .cart-view table td.img img {
    width: 65px;
    border: 1px solid #ededed;
    max-width: none; }
  .cart-view table td .pro-title {
    padding-right: 30px;
    margin-bottom: 10px; }
    .cart-view table td .pro-title .pro-title-view {
      font-size: 12px;
      font-weight: 600;
      display: block; }
    .cart-view table td .pro-title .variant {
      font-size: 12px;
      display: block;
      width: 100%; }
  .cart-view table td .remove-cart {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    line-height: 20px;
    text-align: center;
    color: #333; }
    .cart-view table td .remove-cart i {
      color: #333 !important; }
  .cart-view table .item-cart_empty td {
    position: relative;
    padding: 0px;
    text-align: center; }
    .cart-view table .item-cart_empty td .svgico-mini-cart {
      padding: 10px 0 5px; }
      .cart-view table .item-cart_empty td .svgico-mini-cart .fal {
        width: 50px;
        height: 50px;
        margin: auto;
        font-size: 50px; }
  .cart-view table #total-view-cart {
    font-weight: 600;
    font-size: 16px;
    color: #eb3a7b; }

.cart-view .line {
  float: left;
  width: 100%;
  border-top: 1px solid #e1e3e4;
  margin: 10px 0px; }

.cart-view .linktocheckout {
  position: relative;
  width: 100%;
  white-space: nowrap;
  background: #eb3a7b;
  border-color: #eb3a7b; }

.cart-view .linktocart {
  position: relative;
  width: 100%;
  white-space: nowrap; }

#cart-view tr {
  padding: 10px 0 10px 0px;
  border-bottom: solid 1px #ebebeb;
  display: block; }
  #cart-view tr.item-cart_empty td {
    display: block; }
    #cart-view tr.item-cart_empty td i {
      color: #24aeb1; }
  #cart-view tr td {
    position: relative;
    border: none;
    vertical-align: top; }
    #cart-view tr td:first-child {
      padding-left: 10px; }
    #cart-view tr td:last-child {
      padding: 0 0 0 10px;
      width: 100%; }
  #cart-view tr:last-child {
    border: 0; }
  #cart-view tr td.img {
    width: 65px;
    padding: 0; }

.mini-cart_quantity {
  margin-top: 4px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .mini-cart_quantity .pro-quantity-view .qty-value {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    min-width: 25px;
    padding: 0 3px;
    text-align: center;
    background: #f5f5f5;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(225, 227, 228, 0.2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .mini-cart_quantity .pro-quantity-view .qty-btn {
    width: 30px;
    font-size: 20px;
    background: #f5f5f5; }
  .mini-cart_quantity .pro-price-view {
    font-size: 13px;
    font-weight: 600;
    color: #eb3a7b; }

.table-total tr td {
  border: none !important; }

.cart-view .cart-view-scroll {
  overflow-y: auto;
  max-height: 320px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  padding: 0 15px 0 0; }
  .cart-view .cart-view-scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px; }
  .cart-view .cart-view-scroll::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  .cart-view .cart-view-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .cart-view .cart-view-scroll::-webkit-scrollbar-thumb:window-inactive {
      background: #e1e3e4; }

/* ---------------------  menu  --------------------- */
.hamburger-menu {
  width: 30px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  transition: all 150ms linear; }

.hamburger-menu .bar, .hamburger-menu .bar:after, .hamburger-menu .bar:before {
  width: 25px;
  height: 2px; }

.hamburger-menu .bar {
  position: relative;
  background: #252a2b;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear; }

.hamburger-menu .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  background: #252a2b;
  -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }

.hamburger-menu .bar:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  background: #252a2b;
  -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }

.show-action .hamburger-menu .bar {
  height: 0;
  background: transparent; }

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

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

.show-action .hamburger-menu .bar:before {
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg); }

.show-action .hamburger-menu .bar:after {
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg); }

/* - Menu Mobile */
.menu-mobile-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%; }
  .menu-mobile-overlay.show {
    display: block; }

#menu-mobile {
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: #fff;
  box-shadow: 1px 1px 5px #ccc;
  width: 70%;
  top: 0;
  right: -20px;
  transition: all .4s ease-in-out;
  transform: translateX(100%);
  overflow: auto; }
  #menu-mobile.show {
    transform: translateX(0);
    right: 0; }
  #menu-mobile .menu-mobile-header {
    display: flex;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #24aeb1;
    color: #fff;
    position: relative; }
    #menu-mobile .menu-mobile-header a {
      color: #fff;
      border: 0;
      padding: 0;
      margin: 0 10px;
      font-size: 14px; }
    #menu-mobile .menu-mobile-header .close {
      color: #fff;
      box-shadow: none;
      text-shadow: none;
      opacity: 1;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      height: 40px;
      line-height: 40px;
      padding: 0;
      background: #fbae40; }
  #menu-mobile .mobile-hotline {
    background: #344557; }
    #menu-mobile .mobile-hotline img {
      width: 32px;
      margin-right: 10px; }
    #menu-mobile .mobile-hotline a {
      color: #fff;
      padding: 5px 15px;
      font-size: 16px; }
  #menu-mobile ul li a {
    position: relative; }
    #menu-mobile ul li a .fa-angle-right {
      position: absolute;
      top: 0;
      right: 0;
      line-height: 40px;
      padding: 0 20px;
      font-size: 24px;
      transition: all .4s ease-in-out; }
      #menu-mobile ul li a .fa-angle-right.active {
        transform: rotate(90deg); }
  #menu-mobile ul ul {
    display: none; }
    #menu-mobile ul ul li a {
      padding-left: 25px; }
  #menu-mobile a {
    display: block;
    font-size: 16px;
    padding: 0 15px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 38px; }

.wrapbox-content-account {
  padding: 100px 15px !important; }

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

@media (min-width: 992px) {
  .wrapbox-heading-account {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-right: 1px solid #ededed;
    height: 100vh;
    padding: 0; }
  .wrapbox-heading-account .header-page {
    padding-bottom: 70px; }
  /**** BLOG ****/
  .list-article-content .news-content {
    height: 50vh; }
  /**** FOOTER ****/ }

@media (min-width: 1200px) {
  .wrapbox-heading-account .header-page {
    width: 60%; }
  .box-banner-inf {
    width: 80%;
    z-index: 4; }
  .wrapbox-content-search {
    padding: 0 100px 30px; } }

@media (min-width: 768px) {
  .sidebarCart-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .wrapbox-heading-account {
    height: 50vh;
    border-bottom: 1px solid #ededed; }
  .wrapbox-heading-account .header-page {
    width: 80%;
    text-align: center;
    padding-bottom: 50px; }
  .wrapbox-heading-account .header-page:after {
    margin: 50px auto 0; }
  span#site-menu-handle:after {
    font-size: 13px;
    display: inline-block;
    content: "Menu";
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0px;
    opacity: 0.6; }
  /* INDEX */
  /* COLLECTION */
  .no-product {
    text-align: center; }
  /* PRODUCT DETAIL*/
  .divzoom_main .product-thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .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; }
  /* CART */
  .checkout-note textarea {
    margin-bottom: 20px; }
  .sidebox-order_title h3 {
    font-size: 18px; }
  .sidebox-order_total p .total-price {
    font-size: 20px; }
  .sidebox-order_text {
    font-size: 12px; }
  .sidebox-order_action .btncart-checkout {
    font-size: 8px 15px; }
  /* BLOGS */
  .list-article-content .news-content {
    height: 50vh; }
  /* Footer */
  footer.footer .col-lg:nth-of-type(2n+1) {
    clear: both; } }

@media (max-width: 991px) {
  .product-description .btn-link,
  .product-description .card-body {
    padding: 5px 0 5px; }
  .product-content-desc {
    margin-top: 30px; }
  .header-wrap-icon > span.icon-account,
  .header-wrap-icon > span.icon-search {
    display: none !important; }
  .block .title_block {
    position: relative;
    margin: 0 0 5px;
    padding-top: 10px; }
  .block .title_block span {
    display: block;
    top: 8px;
    right: 10px;
    position: absolute; }
  .block .block_content .check-box-list {
    padding: 0px 10px; }
  .filter-default {
    padding: 0 15px; }
  .product-image-detail {
    width: 100%;
    padding: 0; }
  .flickity-page-dots {
    bottom: -55px;
    z-index: 2; }
  /* collection */
  .no-product {
    text-align: center; }
  /* CART PAGE */
  table.table-cart {
    margin-bottom: 25px;
    border: 0; }
    table.table-cart thead tr {
      display: none; }
    table.table-cart tr td {
      border: 0;
      padding: 0 5px; }
    table.table-cart tbody > tr {
      background: #ffffff;
      padding: 20px 0;
      display: block;
      border-radius: 2px;
      border-bottom: 1px solid #e8e8e8;
      position: relative;
      margin-bottom: 10px; }
    table.table-cart tr td.image {
      width: 80px;
      float: left; }
      table.table-cart tr td.image .product_image {
        margin-bottom: 60px; }
    table.table-cart tr td.image img {
      max-width: 70px;
      background: #fff; }
    table.table-cart tr td.item {
      width: calc(100% - 80px);
      float: left;
      padding-left: 5px; }
    table.table-cart tr td.item h3 {
      margin: 0 0 5px;
      display: block;
      padding-right: 20px; }
    table.table-cart tr td.qty {
      padding: 0px;
      float: right;
      margin-right: 8px;
      text-align: right;
      position: absolute;
      right: 0px;
      bottom: 35%; }
    table.table-cart tr td.item .price del {
      margin-top: 2px; }
    table.table-cart tr td.item .price span.text {
      display: inline-block;
      font-size: 12px; }
    table.table-cart tr td.remove a {
      position: absolute;
      top: 22px;
      right: 0; }
    table.table-cart tr:last-child td {
      border: none; }
  .checkout-note textarea {
    margin-bottom: 20px; }
  .cart-buttons .btn-checkout, .cart-buttons a, .cart-buttons .btn-update {
    font-size: 10px;
    margin: 0;
    padding: 15px 8px; } }

@media (max-width: 767px) {
  table.table-cart thead {
    display: none; }
  .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; }
  .breadcrumb-shop .breadcrumb-arrows {
    padding: 10px 0 5px; }
  .box-banner-inf {
    width: 100%;
    padding: 50px 15px;
    z-index: 4;
    text-align: center; }
  .box-banner-inf h2 {
    font-size: 40px; }
  .box-banner-inf a.button {
    margin-top: 33px; }
  /* product detail*/
  .divzoom_main .product-thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .slide_product {
    width: 100%;
    height: 100%;
    transition: opacity 300ms linear, transform 300ms linear; }
  .slide_product li.gallery-item {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .slide_product li.gallery-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
    pointer-events: none; }
  .product-image-detail .flickity-page-dots .dot {
    transition: all 300ms linear; }
  .slide_product .flickity-page-dots {
    bottom: -45px;
    z-index: 99; }
  .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; }
  /******* blog -article *******/
  .article-body h2.title-article {
    font-size: 24px; }
  .sidebarblog-title h2 span {
    display: inline-block; }
  /******* ABOUT-CONTACT *******/
  /* SEARCH ++  ACCOUNT */
  .search-field {
    width: 100%; }
  .title-infor-account h1 {
    font-size: 30px; }
  .title-infor-account h1:after {
    margin-top: 32px; }
  .AccountSidebar {
    margin-bottom: 40px; }
  .table-responsive {
    padding: 0 8px 10px; } }

.hide, .hidden {
  display: none !important; }

.article-item {
  position: relative; }
  .article-item:hover img {
    transform: scale(1.05); }
  @media (min-width: 768px) {
    .article-item.article-item-list {
      display: flex; }
      .article-item.article-item-list .article-info-wrap {
        justify-content: flex-start !important;
        gap: 20px; }
      .article-item.article-item-list .article-photo {
        width: 300px; }
      .article-item.article-item-list .article-info {
        width: calc(100% - 300px);
        padding-left: 20px;
        margin-top: 0; } }
  .list-article-content .article-item {
    margin-bottom: 30px; }
  .article-item .article-photo {
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
    padding-top: 66.66%;
    width: 100%;
    border-radius: 6px; }
    .article-item .article-photo a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .article-item .article-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .3s; }
  .article-item .article-title {
    margin-bottom: 10px;
    min-height: 48px; }
    .article-item .article-title a {
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      display: block;
      color: #000; }
      .article-item .article-title a:hover {
        color: #24aeb1; }
  .article-item .article-info {
    margin: 0;
    background: #fff;
    z-index: 99;
    position: relative; }
  .article-item .article-info-wrap {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #aaa; }
    .article-item .article-info-wrap span {
      color: #24aeb1;
      margin-left: 5px; }
  .article-item .article-desc {
    line-height: 24px; }

.htp-tabcontent {
  display: none; }
  .htp-tabcontent.active {
    display: block;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; }

@-webkit-keyframes slideDownEffect {
  from {
    opacity: 0;
    transform: translateY(-100%); }
  to {
    opacity: 1;
    transform: translateY(-50%); } }

@keyframes slideDownEffect {
  from {
    opacity: 0;
    transform: translateY(-100%); }
  to {
    opacity: 1;
    transform: translateY(-50%); } }

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.section-heading {
  margin-bottom: 30px; }
  .section-heading.text-center .section-title:after {
    left: 50%;
    margin-left: -50px; }
  .section-heading.style-dark .section-title, .section-heading.style-dark .desc {
    color: #fff; }
  .section-heading .section-title {
    line-height: 1.5;
    color: #1d2a38;
    font-weight: bold;
    position: relative;
    margin: 0 0 30px 0;
    font-size: 24px; }
    @media (min-width: 767px) {
      .section-heading .section-title {
        font-size: calc(1.03093vw + 16.09278px); } }
    @media (min-width: 1349px) {
      .section-heading .section-title {
        font-size: 30px; } }
  .section-heading p, .section-heading .desc {
    font-size: 16px; }

.home-product {
  margin-top: 0; }
  .home-product .owl-stage-outer {
    overflow: visible; }
    @media (max-width: 767px) {
      .home-product .owl-stage-outer {
        overflow: hidden; } }
  .home-product .product-item {
    margin: 0; }
  .home-product__wrap {
    background: #fff;
    padding: 30px 30px 30px;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .home-product__wrap {
        padding: 30px 15px 10px; } }

.home-featured-product {
  margin-top: 0; }
  .home-featured-product .owl-stage-outer {
    overflow: visible; }
    @media (max-width: 767px) {
      .home-featured-product .owl-stage-outer {
        overflow: hidden; } }
  .home-featured-product .product-item {
    margin: 0; }
  .home-featured-product .section-heading {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .home-featured-product .section-heading {
        flex-direction: column; } }
    .home-featured-product .section-heading .section-title {
      margin: 0; }
  .home-featured-product__wrap {
    background: #fff;
    padding: 30px 30px 30px;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .home-featured-product__wrap {
        padding: 30px 15px 10px; } }

.hfp-countdown {
  margin: 0 0 0 10px;
  padding: 3px 20px 3px 20px;
  background-color: #f34770;
  border-radius: 30px;
  height: 34px;
  color: #fff;
  font-size: 18px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .hfp-countdown {
      margin: 10px 0 0; } }
  .hfp-countdown > span {
    margin-right: 5px;
    line-height: 28px; }
  .hfp-countdown > .time {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1; }
    .hfp-countdown > .time > div:last-child {
      margin: 0 5px;
      transform: translateY(-3px); }

.home-articles__wrap {
  background: #fff;
  padding: 30px 30px 50px;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .home-articles__wrap {
      padding: 30px 15px; } }

.home-articles .owl-dots {
  text-align: center; }
  .home-articles .owl-dots .owl-dot:hover span, .home-articles .owl-dots .owl-dot.active span {
    background: #24aeb1;
    border-color: #87e5e7; }
  .home-articles .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #87e5e7;
    border: 2px solid transparent;
    margin: 5px;
    opacity: 1;
    display: inline-block;
    border-radius: 20px;
    transition: all .4s; }

.home-articles .owl-prev {
  left: -70px !important; }
  @media (max-width: 767px) {
    .home-articles .owl-prev {
      left: -10px !important; } }

.home-articles .owl-next {
  right: -70px !important; }
  @media (max-width: 767px) {
    .home-articles .owl-next {
      right: -10px !important; } }

/*** HOME CLIENT ***/
.home-client {
  padding: 50px 0 50px; }
  @media (max-width: 767px) {
    .home-client {
      padding: 30px 0; } }
  .home-client .owl-dots {
    margin-top: 20px;
    text-align: center; }
    .home-client .owl-dots .owl-dot:hover span, .home-client .owl-dots .owl-dot.active span {
      background: #24aeb1;
      border-color: #87e5e7; }
    .home-client .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      background: #87e5e7;
      border: 2px solid transparent;
      margin: 5px;
      opacity: 1;
      display: inline-block;
      border-radius: 20px;
      transition: all .4s; }
  @media (max-width: 767px) {
    .home-client .owl-nav {
      display: none; } }
  .home-client__slider {
    padding: 40px 30px 30px;
    background: #fff;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .home-client__slider {
        padding: 30px 15px; } }
  .home-client__content {
    display: flex;
    align-items: center;
    margin: 30px 0 0; }
  .home-client__avatar {
    width: 60px;
    border-radius: 50%;
    overflow: hidden; }
  .home-client__info {
    width: calc(100% - 60px);
    padding-left: 15px; }
  .home-client__title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold; }
  .home-client__job {
    font-size: 14px;
    color: #999; }
  .home-client__desc {
    font-size: 16px;
    color: #7d879c;
    line-height: 24px;
    position: relative;
    font-weight: 600; }
  .home-client__star {
    color: #fbb614;
    font-size: 11px;
    margin-bottom: 15px; }
    .home-client__star i {
      margin-right: 2px; }

.home-banner__item {
  margin-bottom: 30px;
  padding: 0 30% 0 0;
  border-radius: 5px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .home-banner__item {
      margin-bottom: 10px; } }
  .home-banner__item.reverse {
    padding: 0 0 0 52%; }
    @media (max-width: 767px) {
      .home-banner__item.reverse {
        padding: 0 30% 0 0; } }
    .home-banner__item.reverse .home-banner__title {
      font-size: 30px; }
  .home-banner__item:hover img {
    transform: scale(1.05); }
  .home-banner__item img {
    transition: all .5s;
    transform: scale(1);
    transform-origin: left center; }
    @media (max-width: 767px) {
      .home-banner__item img {
        object-fit: cover;
        width: 100%;
        height: 100%; } }

.home-banner__bg-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%; }
  @media (max-width: 767px) {
    .home-banner__bg-wrapper > .link-box {
      background: rgba(0, 0, 0, 0.5); } }

.home-banner__content {
  min-height: 390px;
  padding: 25px; }
  @media (max-width: 767px) {
    .home-banner__content {
      min-height: 180px;
      z-index: 9; } }
  .home-banner__content.style-small {
    min-height: 180px; }

.home-banner__stitle {
  font-size: 16px;
  font-weight: bold; }

.home-banner__title {
  font-size: 40px; }

.home-banner__text {
  font-size: 16px;
  font-weight: bold; }

.home-banner__button {
  margin-top: 30px;
  font-weight: bold; }
  .home-banner__button span {
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 10px; }

.home-category__wrap {
  background: #fff;
  padding: 30px 30px 50px;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .home-category__wrap {
      padding: 30px 15px; } }

.home-category__image {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 5px;
  display: block; }

.home-category__title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold; }

.home-brand__image img {
  border-radius: 6px;
  height: auto; }

.home-brand__logo {
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin-left: 5%;
  transform: translateY(-50%);
  border-radius: 6px; }
  .home-brand__logo img {
    width: 120px !important;
    height: auto; }

.filter-mb button:focus {
  box-shadow: none; }

.filter-mb .filter-icon {
  margin-right: 5px; }

@media (max-width: 991px) {
  .filter-mb {
    width: 50%;
    font-size: 15px;
    position: relative;
    display: inline-block !important; }
    .filter-mb button:hover {
      color: #fff; } }

.borderFilterMobile {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  height: 38px;
  line-height: 38px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  border: 1px #ededed solid;
  letter-spacing: 0px;
  font-size: 14px; }
  .borderFilterMobile + .borderFilterMobile {
    border-left: none; }
  .borderFilterMobile:hover, .borderFilterMobile:focus {
    border-color: #24aeb1; }

.overlay-filter {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .overlay-filter.active {
    opacity: 1;
    visibility: visible; }

/* filter -css **/
@media (max-width: 991px) {
  .option .custom-dropdown:after {
    color: #fff;
    right: 15px;
    top: 7px;
    content: "\f0d7";
    font-size: 20px;
    opacity: 1; }
  .option .custom-dropdown .custom-dropdown__select {
    border: none;
    padding: 0;
    border-left: none;
    line-height: 21px;
    background: none; }
    .option .custom-dropdown .custom-dropdown__select option {
      color: #000; } }

@media (max-width: 991px) and (max-width: 767px) {
  .mb-sort {
    display: flex;
    align-items: center; } }

@media (max-width: 991px) and (max-width: 767px) {
  .mb-sort > div {
    width: 100%; } }

@media (max-width: 991px) {
  .mb-sort .option.browse-tags .custom-dropdown {
    width: 100%;
    float: none; }
  .mb-sort .sortByMain {
    width: 100%; }
  .mb-sort #sortBy {
    border-radius: 30px; } }

@media (max-width: 767px) {
  .box_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    overflow: auto;
    height: 100%;
    width: 300px;
    max-width: 100%;
    transform: translateX(-100%);
    transition: all .3s; } }

@media (max-width: 767px) {
  .box_sidebar.show {
    transform: translateX(0); } }

.filter-toggle {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px; }
  .filter-toggle img {
    margin-right: 10px; }

.list-article-content {
  margin-bottom: 20px; }

.content-block {
  background: #fff;
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .content-block {
      padding: 15px; } }

.sidebar-block {
  margin-bottom: 30px;
  padding: 15px 25px 25px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  overflow: hidden; }
  .sidebar-block.style-2 {
    padding: 25px; }
  @media (max-width: 767px) {
    .sidebar-block {
      padding: 15px; } }

.sidebar-search form {
  position: relative; }

.sidebar-search input {
  width: 100%;
  line-height: 35px;
  padding: 0 10px;
  border-radius: 4px;
  border: 0;
  background: #f0f0f0; }

.sidebar-search button {
  position: absolute;
  top: 0;
  right: 10px;
  background: transparent;
  border: 0;
  color: #24aeb1;
  line-height: 35px;
  font-size: 20px; }

#modalAddComplete {
  display: none;
  position: fixed;
  z-index: 9999999;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  /* Add Animation */ }
  #modalAddComplete.active .modalAddComplete-content {
    -webkit-animation: slideDownEffect 0.8s;
    animation: slideDownEffect 0.8s; }
  #modalAddComplete .modalAddComplete-content {
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 1px solid #e4e4e4;
    width: 85%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 720px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s; }
    #modalAddComplete .modalAddComplete-content .js-qty__num {
      border: 0;
      pointer-events: none;
      text-align: center; }
    #modalAddComplete .modalAddComplete-content #modalAddComplete-close {
      width: 30px;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      text-align: center;
      padding: 0px;
      margin: 0px;
      font-size: 18px;
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 99;
      cursor: pointer; }
      #modalAddComplete .modalAddComplete-content #modalAddComplete-close:hover {
        color: #24aeb1; }

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
  #modalAddComplete .modal-cart-status h2 {
    color: #1d2a38;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding: 15px;
    display: block;
    text-align: center; }
  @media (max-width: 767px) {
    #modalAddComplete .modal-cart-status a {
      padding: 5px 12px; } }
  #modalAddComplete .modal-tbl-cart {
    max-height: 350px;
    overflow-y: auto; }
    #modalAddComplete .modal-tbl-cart::-webkit-scrollbar {
      width: 4px; }
    #modalAddComplete .modal-tbl-cart table,
    #modalAddComplete .modal-tbl-cart th {
      border-bottom: 1px solid #e4e4e4;
      border-collapse: collapse; }
    #modalAddComplete .modal-tbl-cart td {
      border-collapse: collapse; }
    #modalAddComplete .modal-tbl-cart table th {
      padding: 5px !important;
      color: #1d2a38;
      min-width: 35px; }
      #modalAddComplete .modal-tbl-cart table th:nth-child(4) {
        width: 90px; }
    #modalAddComplete .modal-tbl-cart table tr:last-child {
      border: 0; }
    #modalAddComplete .modal-tbl-cart table td {
      padding: 5px !important; }
      #modalAddComplete .modal-tbl-cart table td.product-img {
        text-align: center; }
        #modalAddComplete .modal-tbl-cart table td.product-img a {
          border-radius: 4px;
          overflow: hidden;
          display: inline-block; }
          #modalAddComplete .modal-tbl-cart table td.product-img a img {
            max-width: 50px;
            vertical-align: middle; }
      #modalAddComplete .modal-tbl-cart table td.product-title > a {
        color: #1d2a38;
        font-size: 14px;
        font-weight: bold;
        display: block;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #modalAddComplete .modal-tbl-cart table td.product-title > a:hover {
          color: #24aeb1; }
      #modalAddComplete .modal-tbl-cart table td.product-title small, #modalAddComplete .modal-tbl-cart table td.product-title p {
        display: block;
        font-size: 12px;
        margin: 0px; }
      #modalAddComplete .modal-tbl-cart table td.product-sku {
        color: #1d2a38; }
      #modalAddComplete .modal-tbl-cart table td.product-price {
        position: relative; }
        #modalAddComplete .modal-tbl-cart table td.product-price span {
          display: block; }
          #modalAddComplete .modal-tbl-cart table td.product-price span.current-price {
            color: #24aeb1;
            font-weight: bold; }
          #modalAddComplete .modal-tbl-cart table td.product-price span.original-price {
            font-size: 12px;
            color: #405c7b; }
          #modalAddComplete .modal-tbl-cart table td.product-price span.sale-off {
            display: inline-block !important;
            text-align: center;
            padding: 2px 3px;
            color: #fff !important;
            background: #24aeb1;
            font-size: 14px !important; }
      #modalAddComplete .modal-tbl-cart table td.product-money {
        color: #24aeb1;
        font-weight: bold; }
      #modalAddComplete .modal-tbl-cart table td.product-remove > a {
        color: #1d2a38;
        display: block; }
        #modalAddComplete .modal-tbl-cart table td.product-remove > a:hover {
          color: #24aeb1; }
  #modalAddComplete .mobile-modal-tbl-cart ul {
    margin: 0;
    padding: 15px;
    max-height: 350px;
    overflow-y: scroll; }
    #modalAddComplete .mobile-modal-tbl-cart ul li {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px dashed #e4e4e4; }
      #modalAddComplete .mobile-modal-tbl-cart ul li:last-child {
        margin-bottom: 0px; }
      #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-img a {
        display: block;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 4px; }
        #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-img a img {
          vertical-align: middle; }
        #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-img a .sale-off {
          position: absolute;
          top: 2px;
          right: 2px;
          display: inline-block !important;
          text-align: center;
          height: 30px;
          line-height: 30px;
          width: 30px;
          border-radius: 50%;
          color: #fff !important;
          background: #24aeb1;
          font-size: 11px !important; }
      #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info {
        position: relative; }
        #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-title {
          margin-bottom: 5px; }
          #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-title a {
            color: #1d2a38;
            font-size: 12px;
            font-weight: bold; }
            #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-title a:hover {
              color: #24aeb1; }
          #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-title small, #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-title p {
            display: block;
            margin: 0px;
            font-size: 12px; }
        #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-price {
          position: relative;
          margin-bottom: 5px; }
          #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-price span {
            display: inline-block; }
            #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-price span.current-price {
              color: #24aeb1;
              margin-right: 5px;
              font-size: 12px;
              font-weight: bold; }
            #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-price span.original-price {
              font-size: 12px;
              color: #405c7b; }
        #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-actions {
          font-size: 12px; }
          #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-actions .decreaseVal,
          #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-actions .increaseVal {
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: #d7d7d7;
            color: #1d2a38;
            text-align: center;
            padding: 0;
            margin: 0;
            border-radius: 5px;
            outline: 0 !important;
            border: 1px solid #d7d7d7; }
          #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-actions .val {
            height: 30px;
            width: 60px;
            line-height: 30px;
            text-align: center;
            color: #1d2a38;
            border-radius: 5px;
            outline: 0 !important;
            border: 1px solid #d7d7d7;
            padding: 0 5px; }
          #modalAddComplete .mobile-modal-tbl-cart ul li .cart-item-info .cart-item-actions .cart__remove {
            display: inline-block;
            margin-left: 15px;
            font-size: 12px;
            color: #24aeb1; }
  #modalAddComplete .modal-checkout-actions {
    padding: 15px;
    box-shadow: 1px 1px 5px #ccc; }
    #modalAddComplete .modal-checkout-actions .text-left a {
      color: #1d2a38; }
      #modalAddComplete .modal-checkout-actions .text-left a:hover {
        color: #24aeb1; }
    #modalAddComplete .modal-checkout-actions .modal-cart-sum h3 {
      color: #1d2a38;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0px;
      padding: 0px; }
      #modalAddComplete .modal-checkout-actions .modal-cart-sum h3 span {
        color: #24aeb1; }
    #modalAddComplete .modal-checkout-actions .modal-cart-actions a, #modalAddComplete .modal-checkout-actions .modal-cart-actions button {
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      outline: 0px;
      padding: 0px 15px;
      height: 38px;
      line-height: 38px;
      display: inline-block;
      margin-top: 15px;
      background: #24aeb1;
      outline: 0px !important;
      border-radius: 5px;
      border: 0; }
      #modalAddComplete .modal-checkout-actions .modal-cart-actions a.btnRefreshModal, #modalAddComplete .modal-checkout-actions .modal-cart-actions button.btnRefreshModal {
        margin-right: 5px; }
      #modalAddComplete .modal-checkout-actions .modal-cart-actions a:hover, #modalAddComplete .modal-checkout-actions .modal-cart-actions button:hover {
        color: #fff;
        background: #24aeb1; }

.modal-backdrop {
  z-index: 10500; }

.modal {
  z-index: 10501; }

.account-title {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px; }

.home-slider {
  position: relative;
  overflow: hidden;
  padding: 0 40px;
  margin-bottom: 30px;
  min-height: 252px; }
  @media (max-width: 767px) {
    .home-slider {
      padding: 0 15px;
      margin-top: 30px; } }
  .home-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }
  @media (max-width: 767px) {
    .home-slider .owl-nav {
      display: none !important; } }
  .home-slider__item {
    border-radius: 5px;
    overflow: hidden; }
  .home-slider__image picture, .home-slider__image img {
    width: 100% !important; }
  .home-slider__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff; }
    @media (max-width: 767px) {
      .home-slider__content {
        top: 10px;
        transform: initial;
        text-align: center; } }
  @media (min-width: 1400px) {
    .home-slider__info {
      padding-left: 30px; } }
  .home-slider__subtitle {
    letter-spacing: 0.2em;
    font-size: 16.5px; }
  .home-slider__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0; }
    @media (min-width: 767px) {
      .home-slider__title {
        font-size: calc(4.46735vw - 10.2646px); } }
    @media (min-width: 1349px) {
      .home-slider__title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .home-slider__title {
        margin: 5px 0 15px;
        line-height: 1.2; } }
  .home-slider__desc {
    font-size: 26px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .home-slider__desc {
        display: none; } }
    @media (max-width: 767px) {
      .home-slider__desc span {
        display: block;
        margin-bottom: 5px; } }
  .home-slider__btn span {
    width: 46px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    color: #333;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px; }
  .home-slider__btn a {
    color: #fff;
    font-weight: bold;
    margin-left: 10px; }

#fixed-social-network {
  position: fixed;
  top: 25%;
  right: -125px;
  z-index: 999; }

#fixed-social-network a img {
  height: 100%;
  margin-right: 15px; }

#fixed-social-network > a {
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding: 8px;
  display: flex;
  align-items: center;
  width: 165px;
  transform: translateX(0px);
  background: #fff;
  color: #333;
  border: 1px solid #e1e1e1;
  margin-bottom: 5px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }

#fixed-social-network > a > svg {
  margin-right: 20px; }

#fixed-social-network > a:hover {
  transform: translateX(-120px); }

#back-to-top i {
  font-size: 32px;
  margin-right: 15px; }

/* --------- QUICKVIEW ----------- */
#productQuickView {
  /* Label */
  /* Hide radio buttons.*/
  /* Image with the cross in it */
  /*
	label.sd{
	border: 1px solid #F00;
	background: url(//theme.hstatic.net/200000851307/1001229135/14/select-pro.png?v=1158) right bottom no-repeat;
}

	.n-sd:nth-child(1) label {
	border: 1px solid #F00;
	background: url(//theme.hstatic.net/200000851307/1001229135/14/select-pro.png?v=1158) right bottom no-repeat;
}
	*/ }
  #productQuickView .modal-content {
    position: relative; }
    #productQuickView .modal-content form .form-input.hidden {
      margin-bottom: 15px; }
      #productQuickView .modal-content form .form-input.hidden > label {
        margin: 0;
        font-weight: bold;
        margin-bottom: 5px;
        display: block;
        min-width: 200px;
        position: relative; }
    #productQuickView .modal-content .close {
      position: absolute;
      top: -15px;
      right: -15px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      display: block;
      height: 30px;
      width: 30px;
      background-color: #24aeb1;
      text-align: center;
      z-index: 9999;
      border-radius: 50%;
      line-height: 24px;
      opacity: 1; }
      #productQuickView .modal-content .close i {
        line-height: 30px;
        color: #fff; }
    #productQuickView .modal-content .close:focus,
    #productQuickView .modal-content .close:hover {
      color: #fff;
      text-decoration: none;
      cursor: pointer; }
    #productQuickView .modal-content h4 {
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      color: #1d2a38;
      margin: 0 0 5px; }
    #productQuickView .modal-content .product-more-info {
      display: block;
      color: #1d2a38;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #e4e4e4; }
    #productQuickView .modal-content .product-price-wrapper {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #e4e4e4; }
      #productQuickView .modal-content .product-price-wrapper span {
        display: inline-block; }
        #productQuickView .modal-content .product-price-wrapper span.p-price {
          font-size: 20px;
          font-weight: bold;
          color: #24aeb1;
          margin-right: 15px; }
      #productQuickView .modal-content .product-price-wrapper del {
        font-size: 16px;
        color: #bebebe;
        margin-top: 3px; }
      #productQuickView .modal-content .product-price-wrapper #PriceSaving {
        margin-top: 5px;
        font-size: 14px; }
  #productQuickView #AddToCardQuickView, #productQuickView .btn-soldout {
    outline: 0px;
    background: #24aeb1;
    color: #fff;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold; }
    #productQuickView #AddToCardQuickView:hover, #productQuickView .btn-soldout:hover {
      background: #20999c; }
  #productQuickView .qv-readmore a {
    color: #24aeb1; }
    #productQuickView .qv-readmore a:hover {
      color: #20999c; }
  #productQuickView #p-sliderproduct {
    margin-left: -15px; }
    #productQuickView #p-sliderproduct .owl-controls {
      margin: 0px; }
    #productQuickView #p-sliderproduct .owl-item > li {
      display: block;
      padding-left: 15px; }
      #productQuickView #p-sliderproduct .owl-item > li a {
        display: block; }
        #productQuickView #p-sliderproduct .owl-item > li a img {
          width: 100%; }
    #productQuickView #p-sliderproduct .owl-pagination {
      display: none; }
  #productQuickView .image-zoom > img {
    margin-bottom: 15px; }
  #productQuickView .swatch {
    margin: 0.5em 0;
    padding: 0; }
  #productQuickView .swatch .header {
    margin: 0;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    position: relative; }
  #productQuickView .swatch .header:before {
    content: ''; }
  #productQuickView .swatch input {
    display: none !important; }
  #productQuickView .swatch label {
    float: left;
    min-width: 35px !important;
    height: 35px !important;
    margin: 0;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    font-size: 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative; }
  #productQuickView .swatch-element label {
    padding: 0 10px; }
  #productQuickView .color.swatch-element label {
    background-size: contain !important;
    padding: 0px 10px 0px 40px;
    margin-bottom: 5px;
    box-shadow: 1px 1px 5px #ccc; }
  #productQuickView .swatch .swatch-element {
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
    margin-right: 5px;
    display: inline-block;
    position: relative; }
  #productQuickView .crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  #productQuickView .swatch .swatch-element .crossed-out {
    display: none; }
  #productQuickView .swatch .swatch-element.soldout .crossed-out {
    display: block; }
  #productQuickView .swatch .swatch-element.soldout label {
    filter: alpha(opacity=60);
    /* internet explorer */
    -khtml-opacity: 0.6;
    /* khtml, old safari */
    -moz-opacity: 0.6;
    /* mozilla, netscape */
    opacity: 0.6;
    /* fx, safari, opera */ }
  #productQuickView .swatch .img-check {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0; }
  #productQuickView .swatch-element label.sd {
    border: 1px solid #e4393c; }
  #productQuickView .swatch-element label.sd img.img-check {
    display: block; }
  #productQuickView .swatch-element label span {
    color: #24aeb1;
    font-size: 13px;
    line-height: normal;
    vertical-align: middle;
    padding: 0; }
  #productQuickView .swatch-element-quickview label {
    padding: 0 10px; }
  #productQuickView .color.swatch-element-quickview label {
    background-size: contain !important;
    padding: 0px 10px 0px 40px;
    box-shadow: 1px 1px 5px #ccc; }
  #productQuickView .swatch .swatch-element-quickview {
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
    margin-right: 5px;
    display: inline-block;
    position: relative; }
  #productQuickView .swatch .swatch-element-quickview .crossed-out {
    display: none; }
  #productQuickView .swatch .swatch-element-quickview.soldout .crossed-out {
    display: block; }
  #productQuickView .swatch .swatch-element-quickview.soldout label {
    filter: alpha(opacity=60);
    /* internet explorer */
    -khtml-opacity: 0.6;
    /* khtml, old safari */
    -moz-opacity: 0.6;
    /* mozilla, netscape */
    opacity: 0.6;
    /* fx, safari, opera */ }
  #productQuickView .swatch-element-quickview label.sd {
    border: 1px solid #e4393c; }
  #productQuickView .swatch-element-quickview label.sd img.img-check {
    display: block; }
  #productQuickView .swatch-element-quickview label span {
    color: #24aeb1;
    font-size: 13px;
    line-height: normal;
    vertical-align: middle; }
  #productQuickView .color.swatch-element-quickview label.no-thumb {
    padding-left: 10px; }
  #productQuickView label[for="product-select-option-0"] {
    display: none; }
  #productQuickView label[for="product-select-option-1"] {
    display: none; }
  #productQuickView label[for="product-select-option-2"] {
    display: none; }
  #productQuickView #product-select-option-0 {
    display: none; }
  #productQuickView #product-select-option-1 {
    display: none; }
  #productQuickView #product-select-option-2 {
    display: none; }
  #productQuickView #product-select-option-0 + .custom-style-select-box {
    display: none !important; }
  #productQuickView #product-select-option-1 + .custom-style-select-box {
    display: none !important; }
  #productQuickView #product-select-option-2 + .custom-style-select-box {
    display: none !important; }
  #productQuickView .selector-wrapper {
    display: none; }
  #productQuickView .color.swatch-element label.no-thumb {
    padding-left: 10px; }

.pro-service {
  background-color: #e7ffe2;
  border: 1px solid #b1dab3;
  color: #189001;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff; }
  .pro-service .pro-service-item {
    margin-bottom: 5px; }

.pro-service2 {
  background-color: #fffcd9;
  border: 1px solid #d8d297;
  color: #f26922; }
  .pro-service2 .pro-service-item:before {
    content: attr(data-number);
    width: 15px;
    height: 15px;
    margin-right: 5px;
    font-weight: 600;
    border: 1px solid #f26922;
    background: #f26922;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    line-height: 15px;
    border-radius: 4px; }

.popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */ }
  .popup .popup-content {
    background: url("//theme.hstatic.net/200000851307/1001229135/14/popup_bg.png?v=1158");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    max-width: 750px;
    width: 90%;
    top: 50px;
    position: relative; }
    .popup .popup-content .popup-wrapper {
      background: rgba(255, 255, 255, 0.8);
      padding: 30px 15px; }
    .popup .popup-content .popup-title {
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      color: #1d2a38;
      margin-bottom: 15px; }
    .popup .popup-content .popup-desc {
      color: #1d2a38;
      margin-bottom: 15px;
      text-align: justify; }
    .popup .popup-content .popup-list {
      margin-bottom: 15px; }
      .popup .popup-content .popup-list ul {
        margin: 0; }
        .popup .popup-content .popup-list ul li {
          position: relative;
          margin-bottom: 5px;
          padding-left: 15px;
          color: #1d2a38; }
          .popup .popup-content .popup-list ul li:last-child {
            margin: 0 !important; }
          .popup .popup-content .popup-list ul li:after {
            content: '\f111';
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            top: calc(50% - 3px);
            left: 0;
            font-size: 6px;
            color: #24aeb1;
            font-weight: bold; }
    .popup .popup-content .form-desc {
      font-size: 16px;
      color: #1d2a38;
      margin-bottom: 15px; }
    .popup .popup-content form {
      position: relative;
      width: 100%; }
      .popup .popup-content form .input-group {
        width: 100%; }
      .popup .popup-content form input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0px 45px 0px 15px;
        font-size: 14px;
        color: #1d2a38;
        background: #fff;
        outline: 0 !important;
        margin-bottom: 15px;
        box-shadow: 0px 0px 31px 0px rgba(82, 82, 82, 0.3);
        border-radius: 3px; }
      .popup .popup-content form button {
        height: 34px;
        width: 100%;
        display: inline-block;
        background: #24aeb1;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        transition: all .4s;
        border: 0;
        font-size: 14px;
        border-radius: 3px; }
        .popup .popup-content form button:hover {
          background: #24aeb1; }
  .popup .close-popup {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: block;
    height: 30px;
    width: 30px;
    background-color: #24aeb1;
    text-align: center;
    z-index: 9999;
    border-radius: 50%;
    line-height: 30px; }
  .popup .close-popup:focus,
  .popup .close-popup:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

#popup-btn {
  display: none; }

@media (min-width: 1200px) {
  .contactFormWrapper {
    margin: 0 190px 0 0; } }

.page_content p i {
  width: 20px;
  color: #24aeb1; }

.page_map {
  margin-bottom: 20px;
  position: relative; }
  .page_map iframe {
    width: 100%; }

@media (max-width: 768px) {
  .map_list {
    margin-bottom: 30px; } }

.map_list .item {
  padding: 0;
  margin-bottom: 0px;
  overflow: hidden; }
  .map_list .item .title {
    font-size: 15px;
    font-weight: bold;
    color: #263248;
    padding: 5px 0px;
    margin-bottom: 0;
    cursor: pointer;
    display: inline-block; }
    .map_list .item .title span.stt {
      width: 24px;
      display: inline-block; }
    .map_list .item .title.active, .map_list .item .title:hover {
      color: #24aeb1; }
  .map_list .item .content {
    padding: 25px 16px;
    color: #263248;
    line-height: 1.87em;
    min-height: 240px; }
    @media (max-width: 767px) {
      .map_list .item .content {
        min-height: initial; } }
    .map_list .item .content p {
      display: flex; }
      .map_list .item .content p i {
        margin-right: 10px;
        color: #24aeb1;
        line-height: 1.875em; }
    .map_list .item .content a {
      color: #333; }
    .map_list .item .content .btn {
      padding: 5px 12px;
      margin-top: 10px;
      line-height: 17px;
      font-weight: 600;
      font-size: 12px; }

.style-dark .product-item .pro-price .current-price {
  color: #fff; }

@media (min-width: 768px) and (max-width: 991px) {
  .mb-mt-30 {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .pb-50 {
    padding-bottom: 30px; }
  .main-search .search-box {
    margin: 0px 5px; }
  .product-item .pro-price .current-price {
    font-size: 15px; }
  .heading-collection {
    margin-bottom: 20px; }
  .article-item .article-item__background {
    padding: 0; }
  .wrap-addcart button {
    padding: 8px 15px; } }

.product-description h1, .product-description h2, .product-description h3, .product-description h4, .product-description h5, .product-description h6,
.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
  font-family: "Roboto", Arial, sans-serif; }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px; } }

#home-policy {
  padding: 20px 0; }
  @media (max-width: 767px) {
    #home-policy {
      padding-bottom: 10px; } }
  @media (max-width: 767px) {
    #home-policy .policy-item {
      margin-bottom: 10px;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: center !important; } }
  #home-policy .policy-icon {
    width: 40px; }
    @media (max-width: 767px) {
      #home-policy .policy-icon {
        margin: 0 auto 5px; } }
  #home-policy .policy-desc {
    font-size: 14px;
    width: calc(100%  - 40px);
    padding-left: 15px; }
    @media (max-width: 767px) {
      #home-policy .policy-desc {
        width: 100%;
        padding-left: 0;
        text-align: center; } }
    #home-policy .policy-desc a {
      font-weight: bold; }
    #home-policy .policy-desc span {
      font-size: 16px;
      font-weight: bold; }

#home-policy-2 {
  padding: 20px 0;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    #home-policy-2 {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    #home-policy-2 .policy-item {
      flex-direction: column !important;
      align-items: center !important;
      justify-content: center !important; } }
  #home-policy-2 .policy-icon {
    width: 40px; }
    @media (max-width: 767px) {
      #home-policy-2 .policy-icon {
        margin: 0 auto 5px; } }
  #home-policy-2 .policy-desc {
    font-size: 14px;
    width: calc(100%  - 40px);
    padding-left: 15px; }
    @media (max-width: 767px) {
      #home-policy-2 .policy-desc {
        width: 100%;
        padding-left: 0;
        text-align: center; } }
    #home-policy-2 .policy-desc span {
      font-size: 16px;
      font-weight: bold; }

.pb-80 {
  padding-bottom: 80px; }
  @media (max-width: 991px) {
    .pb-80 {
      padding-bottom: 50px; } }

.header-main {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 998;
  transition: all 0.4s ease-in-out; }
  .header-main.fixed #header {
    padding: 10px 0; }
  .header-main.fixed .header-menu-desktop {
    flex-grow: initial; }
  .header-main.fixed .header-right-top {
    flex-grow: 1; }
  .header-main.fixed .header-right {
    display: flex;
    flex-direction: row-reverse; }
    .header-main.fixed .header-right .header-account-wrap {
      margin-left: 10px !important; }
  .header-main .header-logo img {
    transition: all .4s; }

.product-box-content #add-item-form {
  margin-top: 7px;
  padding-top: 5px;
  border-top: 1px solid #ebebeb;
  margin-bottom: 0; }

.layered_filter_tags .filter_tags {
  position: relative;
  border-radius: 12px;
  margin: 0 10px 15px 0;
  color: #5d5d5d;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 13px;
  display: none;
  padding: 2px 32px 3px 10px; }
  .layered_filter_tags .filter_tags span.filter_tags_remove {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer; }
    .layered_filter_tags .filter_tags span.filter_tags_remove svg {
      width: 16px;
      height: 16px; }
  .layered_filter_tags .filter_tags.opened {
    display: inline-block; }
  .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0; }
    .layered_filter_tags .filter_tags.filter_tags_remove_all span {
      color: #24aeb1;
      border-bottom: 1px solid #24aeb1; }

.collection-lv2 {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .collection-lv2:after {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .collection-lv2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.06);
    transition: all 0.8s ease; }
  .collection-lv2:hover img {
    transform: scale(1.05); }
  .collection-lv2:hover span {
    text-decoration: underline; }
  .collection-lv2:hover:before {
    background: rgba(0, 0, 0, 0.21); }
  .collection-lv2 img {
    width: 100%; }
  .collection-lv2 span {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0px 15px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0 0 50px black; }

.snippet-banner__item {
  text-align: center; }

.snippet-banner__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .snippet-banner__bg:after {
    content: '';
    display: block;
    padding-bottom: 56.25%; }

.snippet-banner__link {
  display: block;
  margin-bottom: 30px; }

.snippet-banner__strong {
  font-weight: bold;
  font-size: 24.75px;
  margin-bottom: 10px; }

.snippet-banner__desc {
  margin-bottom: 10px;
  font-size: 14px; }

.snippet-banner__btn {
  background: transparent;
  color: #000;
  border: 1px solid #e8e8e1;
  margin-bottom: 30px; }

@-webkit-keyframes box-image-pop {
  50% {
    -webkit-transform: scale(1.1); } }

@keyframes box-image-pop {
  50% {
    transform: scale(1.1); } }

.page-about__heading {
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .page-about__heading--stitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px; }
  .page-about__heading--title {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.2; }
    @media (min-width: 767px) {
      .page-about__heading--title {
        font-size: calc(5.15464vw - 9.53608px); } }
    @media (min-width: 1349px) {
      .page-about__heading--title {
        font-size: 60px; } }
    @media (min-width: 767px) {
      .page-about__heading--title {
        margin-bottom: calc(3.43643vw + 3.64261px); } }
    @media (min-width: 1349px) {
      .page-about__heading--title {
        margin-bottom: 50px; } }

.page-about__timeline--wrap {
  position: relative; }
  .page-about__timeline--wrap:after {
    position: absolute;
    border-left: 4px dotted #e6e6e6;
    left: calc(50% + 5px);
    top: 0;
    bottom: 0;
    content: ''; }
    @media (max-width: 767px) {
      .page-about__timeline--wrap:after {
        left: 5px; } }

.page-about__timeline--item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 767px) {
    .page-about__timeline--item {
      flex-direction: column !important; } }
  .page-about__timeline--item:last-child {
    margin-bottom: 0; }
  .page-about__timeline--item.reverse {
    flex-direction: row-reverse; }
    .page-about__timeline--item.reverse .page-about__timeline--image {
      padding-left: 30px;
      padding-right: 0; }
      @media (min-width: 768px) {
        .page-about__timeline--item.reverse .page-about__timeline--image {
          padding-left: calc(12.04819vw - 62.53012px); } }
      @media (min-width: 1349px) {
        .page-about__timeline--item.reverse .page-about__timeline--image {
          padding-left: 100px; } }
    .page-about__timeline--item.reverse .page-about__timeline--content {
      padding-right: 30px;
      padding-left: 0;
      text-align: right; }
      @media (min-width: 768px) {
        .page-about__timeline--item.reverse .page-about__timeline--content {
          padding-right: calc(12.04819vw - 62.53012px); } }
      @media (min-width: 1349px) {
        .page-about__timeline--item.reverse .page-about__timeline--content {
          padding-right: 100px; } }
      @media (max-width: 767px) {
        .page-about__timeline--item.reverse .page-about__timeline--content {
          text-align: left; } }
    .page-about__timeline--item.reverse .page-about__timeline--image:after {
      left: 50%; }

.page-about__timeline--image {
  width: 50%;
  padding-left: 0;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .page-about__timeline--image {
      padding-right: calc(12.04819vw - 62.53012px); } }
  @media (min-width: 1349px) {
    .page-about__timeline--image {
      padding-right: 100px; } }
  @media (max-width: 767px) {
    .page-about__timeline--image {
      width: 100%;
      padding-left: 30px !important;
      padding-right: 0 !important;
      margin-bottom: 24px;
      position: relative; } }
  .page-about__timeline--image:before {
    content: "";
    width: 15px;
    height: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    bottom: 50%;
    left: 0;
    z-index: 11;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 50%;
    position: absolute;
    background: #24aeb1;
    left: 50%; }
    @media (max-width: 767px) {
      .page-about__timeline--image:before {
        left: 0; } }
  .page-about__timeline--image:after {
    content: "";
    position: absolute;
    border-top: 4px dotted #e6e6e6;
    width: 150px;
    top: calc(50% - 4px);
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    left: calc(50% - 150px); }
    @media (max-width: 767px) {
      .page-about__timeline--image:after {
        left: 0 !important; } }
  .page-about__timeline--image img {
    z-index: 9;
    position: relative;
    border-radius: 6px; }

.page-about__timeline--content {
  width: 50%;
  padding-left: 30px;
  padding-right: 0; }
  @media (min-width: 768px) {
    .page-about__timeline--content {
      padding-left: calc(12.04819vw - 62.53012px); } }
  @media (min-width: 1349px) {
    .page-about__timeline--content {
      padding-left: 100px; } }
  @media (max-width: 767px) {
    .page-about__timeline--content {
      width: 100%;
      padding-left: 30px !important;
      padding-right: 0 !important; } }

.page-about__service {
  padding: 60px 0 0; }
  @media (max-width: 767px) {
    .page-about__service--item {
      padding: 0;
      margin-bottom: 20px; } }
  .page-about__service--item:hover .page-about__service--icon {
    -webkit-animation-name: box-image-pop;
    animation-name: box-image-pop;
    -webkit-animation-duration: .55s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; }
  .page-about__service--item:hover .page-about__service--icon:after {
    opacity: 0;
    top: 0;
    left: 0; }
  .page-about__service--icon {
    position: relative; }
    .page-about__service--icon:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -10px;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      z-index: 1;
      background: #beebf6;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .page-about__service--icon img {
      position: relative;
      z-index: 2; }
  .page-about__service--desc {
    line-height: 1.5; }
  .page-about__service--banner {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 150px; }
    .page-about__service--banner-image img {
      margin-top: -120px; }
    .page-about__service--banner-text {
      padding: 40px 10% 70px;
      text-align: center;
      font-size: 18px;
      line-height: 1.5;
      color: #7d879c;
      font-weight: 500; }
      @media (max-width: 767px) {
        .page-about__service--banner-text {
          padding: 40px 0 70px;
          text-align: justify; } }

.page-about__trainer--item:hover .page-about__trainer--titlefix {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.page-about__trainer--item:hover .page-about__trainer--content {
  opacity: 1;
  visibility: visible; }
  .page-about__trainer--item:hover .page-about__trainer--content:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }

.page-about__trainer--titlefix {
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgba(36, 174, 177, 0.8);
  color: #fff;
  border-radius: 30px; }

.page-about__trainer--content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  color: #fff;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .page-about__trainer--content:after {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1; }
  .page-about__trainer--content > div {
    z-index: 2;
    position: relative;
    text-align: justify; }

.page-about__trainer--image img {
  width: 100%;
  border-radius: 50%; }

.text-404 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1; }
  @media (min-width: 767px) {
    .text-404 {
      font-size: calc(68.72852vw - 427.14777px); } }
  @media (min-width: 1349px) {
    .text-404 {
      font-size: 500px; } }

.loadNotColorFilter {
  display: block; }

.clearFilter {
  display: none; }
  .clearFilter a {
    color: red;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    display: block;
    margin-bottom: 20px; }

.collectionFilter .collectionFilterMobileAction {
  display: none; }

.collectionFilter .collectionFilterMobileButton {
  display: none; }

.collectionFilter .collectionFilterBlock {
  margin-top: 15px;
  padding: 15px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .collectionFilter .collectionFilterBlock {
      padding: 5px; } }
  .collectionFilter .collectionFilterBlock:not(.color) ul.collectionFilterList {
    margin-top: 10px;
    margin-bottom: 0; }
    .collectionFilter .collectionFilterBlock:not(.color) ul.collectionFilterList li {
      display: flex;
      align-items: center; }
      .collectionFilter .collectionFilterBlock:not(.color) ul.collectionFilterList li:not(:last-child) {
        border-bottom: 1px dotted #ccc; }
      .collectionFilter .collectionFilterBlock:not(.color) ul.collectionFilterList li:nth-child(n+5) {
        display: none; }
      .collectionFilter .collectionFilterBlock:not(.color) ul.collectionFilterList li label {
        margin: 0;
        font-size: 14px;
        padding: 10px 10px 10px;
        display: block;
        width: 100%; }
  .collectionFilter .collectionFilterBlock.color ul.collectionFilterList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li {
      width: calc(100% / 3);
      text-align: center; }
      .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li:nth-child(n+10) {
        display: none; }
      .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li input {
        display: none; }
      .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li input:checked + label {
        position: relative; }
        .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li input:checked + label:after {
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          -webkit-transform: rotate(-45deg) scale(0, 0);
          -moz-transform: rotate(-45deg) scale(0, 0);
          -ms-transform: rotate(-45deg) scale(0, 0);
          -o-transform: rotate(-45deg) scale(0, 0);
          transform: rotate(-45deg) scale(0, 0);
          content: "";
          position: absolute;
          left: -1px;
          right: 0;
          top: 28px;
          margin: auto;
          z-index: 1;
          width: 10px;
          height: 5px;
          border: 2px solid #333;
          border-top-style: none;
          border-right-style: none;
          -webkit-transform: rotate(-45deg) scale(1, 1);
          -moz-transform: rotate(-45deg) scale(1, 1);
          -ms-transform: rotate(-45deg) scale(1, 1);
          -o-transform: rotate(-45deg) scale(1, 1);
          transform: rotate(-45deg) scale(1, 1); }
      .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.trang input:checked + label:after {
        color: #000; }
      .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li label {
        text-align: center;
        padding: 15px 0px; }
        .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li label span {
          margin-top: 10px;
          width: 100%;
          display: block;
          color: #333; }
        .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li label:before {
          display: inline-block;
          content: '';
          position: relative;
          top: 5px;
          width: 24px;
          height: 24px;
          border-radius: 999px;
          border: 1px solid #e1e1e1; }
  .collectionFilter .collectionFilterBlock .priceRangeBox {
    width: 90%;
    margin: auto; }

.sw-color-hong-label span,
.haveColor-hong,
.sw-color-hongQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.hong label:before {
  background-color: #ee8aa1 !important; }

.sw-color-den-label span,
.haveColor-den,
.sw-color-denQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.den label:before {
  background-color: #000000 !important; }

.sw-color-trang-label span,
.haveColor-trang,
.sw-color-trangQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.trang label:before {
  background-color: #ffffff !important; }

.sw-color-vang-label span,
.haveColor-vang,
.sw-color-vangQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.vang label:before {
  background-color: #fffc91 !important; }

.sw-color-xanh-label span,
.haveColor-xanh,
.sw-color-xanhQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanh label:before {
  background-color: #0be881 !important; }

.sw-color-xanhreu-label span,
.haveColor-xanhreu,
.sw-color-xanhreuQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhreu label:before {
  background-color: #24541A !important; }

.sw-color-xanhbien-label span,
.haveColor-xanhbien,
.sw-color-xanhbienQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanhbien label:before {
  background-color: #0fbcf9 !important; }

.sw-color-xam-label span,
.haveColor-xam,
.sw-color-xamQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xam label:before {
  background-color: #a3a3a3 !important; }

.sw-color-nau-label span,
.haveColor-nau,
.sw-color-nauQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.nau label:before {
  background-color: #b95600 !important; }

.sw-color-do-label span,
.haveColor-do,
.sw-color-doQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.do label:before {
  background-color: #ff3f34 !important; }

.sw-color-tim-label span,
.haveColor-tim,
.sw-color-timQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.tim label:before {
  background-color: #a55eea !important; }

.sw-color-pureapple-label span,
.haveColor-pureapple,
.sw-color-pureappleQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.pureapple label:before {
  background-color: #6ab04c !important; }

.sw-color-blue-label span,
.haveColor-blue,
.sw-color-blueQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.blue label:before {
  background-color: #0c2461 !important; }

.sw-color-cam-label span,
.haveColor-cam,
.sw-color-camQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.cam label:before {
  background-color: #fa8231 !important; }

.post-navigation-cus {
  display: flex;
  justify-content: space-between; }
  .post-navigation-cus > div {
    width: calc(50% - 10px); }

.post-navigation-item {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .post-navigation-item {
      flex-direction: column !important; } }
  .left .post-navigation-item .content a:before {
    content: 'Bài trước'; }
  .right .post-navigation-item {
    flex-direction: row-reverse; }
    .right .post-navigation-item .content {
      padding-left: 0;
      padding-right: 15px;
      text-align: right; }
    .right .post-navigation-item .content a:before {
      content: 'Bài sau'; }
  .post-navigation-item .image {
    border-radius: 6px;
    overflow: hidden;
    width: 130px; }
    @media (max-width: 767px) {
      .post-navigation-item .image {
        width: 100%;
        margin-bottom: 10px; } }
  .post-navigation-item .content {
    width: calc(100% - 130px);
    padding-left: 15px; }
    @media (max-width: 767px) {
      .post-navigation-item .content {
        width: 100%;
        padding: 0 !important; } }
    .post-navigation-item .content a {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      display: block;
      min-height: 55px; }
      @media (max-width: 767px) {
        .post-navigation-item .content a {
          font-size: 12px; } }
      .post-navigation-item .content a:hover {
        color: #24aeb1; }
      .post-navigation-item .content a:before {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1;
        font-weight: normal;
        margin-bottom: 5px; }

.page-banner-heading {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .page-banner-heading .title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .page-banner-heading .title {
        font-size: calc(2.74914vw - 1.08591px); } }
    @media (min-width: 1349px) {
      .page-banner-heading .title {
        font-size: 36px; } }
  .page-banner-heading .desc {
    width: 485px;
    max-width: 100%;
    color: #fff;
    margin: auto;
    font-size: 18px;
    line-height: 1.75; }

@media (max-width: 767px) {
  .pd-page {
    padding-bottom: 0 !important; } }

/*
 * Unreset.css
 * Author: Binary Stash <binarystash01@gmail.com>
 * License: https://opensource.org/licenses/MIT MIT
 * Version: 1.0.0
 */
.unreset body {
  margin: 8px; }

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

.unreset caption {
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

.unreset pre {
  white-space: pre; }

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

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

.unreset sub {
  vertical-align: sub; }

.unreset sup {
  vertical-align: super; }

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

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

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

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

.unreset hr {
  border: 1px inset; }

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

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

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

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

.unreset {
  line-height: 1.2; }

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

p[style="text-align: center"] a[data-fancybox="images"] img {
  margin: 0 auto; }
