@charset "UTF-8";
@keyframes marquesina {
  0% {
    transform: translate(0); }
  to {
    transform: translate(-20%); } }

@keyframes marquee {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

img {
  height: auto;
  max-width: 100%; }

body {
  background: #ffffff; }

a.closeModal {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer; }

.lockScroll {
  overflow: hidden; }

.swiper-slide .proLoop, .swiper-slide .proDeal, .swiper-slide .blogLoop {
  padding: 0; }

.swiper-wrapper {
  height: fit-content !important; }
  .swiper-wrapper .sliderMainItem img {
    width: 100%; }

.swiper-button-prev,
.swiper-button-next {
  color: #ccc;
  top: 35% !important; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px;
  color: #999; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0; }

.swiper-pagination-bullet-active {
  background: rgba(40, 40, 40, 0.6); }

@keyframes appear {
  0% {
    opacity: 0%; }
  100% {
    opacity: 100%; } }

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

.loadingWrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 999;
  border-radius: 5px;
  opacity: 0; }
  .loadingWrapper.open {
    animation: appear 1s;
    display: flex; }
  .loadingWrapper .loadingNew {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border-top: 10px solid #000;
    animation: move 1s infinite; }

* {
  font-family: Open Sans, sans-serif !important; }

html, body {
  font-size: 13px;
  font-family: Open Sans, sans-serif !important; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #000000; }

a:hover,
a:focus,
button:hover,
button:focus,
button:visited,
form:hover,
form:focus,
input:hover,
input:focus {
  outline: none;
  text-decoration: none; }

@media (min-width: 991px) {
  .marginTop-20 {
    margin-top: -20px; } }

form pre {
  display: none; }

input {
  background-clip: padding-box; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.wrapper-boxed,
.wrapper-iframed,
.wrapper-rounded {
  max-width: 1650px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.page-wrapper {
  overflow-x: hidden; }

header#header {
  border-bottom: 1px solid #e1e1e1;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  transition: all 0.4s;
  transform: translateY(0);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
  header#header .headerTopbar {
    background: #222222; }
    header#header .headerTopbar .row {
      height: 40px;
      line-height: 40px; }
    @media (max-width: 1200px) {
      header#header .headerTopbar {
        display: none; } }
    header#header .headerTopbar .headerTopbarLeft {
      position: relative;
      display: flex;
      justify-content: space-between; }
      header#header .headerTopbar .headerTopbarLeft span {
        padding: 0px 20px;
        color: #eee; }
      header#header .headerTopbar .headerTopbarLeft:after {
        content: '|';
        position: absolute;
        width: 1px;
        height: 50%;
        background: #eee;
        top: 50%;
        left: calc(50% - -20px);
        transform: translate(-50%, -50%); }
    header#header .headerTopbar .headerTopbarRight {
      position: relative;
      display: flex;
      justify-content: space-between; }
      header#header .headerTopbar .headerTopbarRight span {
        padding: 0px 20px;
        color: #eee; }
      header#header .headerTopbar .headerTopbarRight:after {
        content: '|';
        position: absolute;
        width: 1px;
        height: 50%;
        background: #eee;
        top: 50%;
        left: calc(50% - 20px);
        transform: translate(-50%, -50%); }
  header#header .headerCart {
    position: relative; }
    header#header .headerCart a {
      display: block; }
      header#header .headerCart a .sidebarAllMainCartCount {
        position: absolute;
        bottom: -2.5px;
        right: -2.5px;
        background: #e00702;
        color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 999px;
        font-size: 11px; }
  header#header .headerWishlist {
    position: relative; }
    header#header .headerWishlist a {
      display: block; }
      header#header .headerWishlist a .sidebarAllMainWishlistCount {
        position: absolute;
        top: -2.5px;
        right: -2.5px;
        background: #000000;
        color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 999px;
        font-size: 11px; }
  header#header .headerMain {
    position: relative; }
    @media (max-width: 767px) {
      header#header .headerMain {
        padding: 10px 0px; } }
    header#header .headerMain .container-fluid {
      padding-left: 50px !important;
      padding-right: 50px !important; }
      header#header .headerMain .container-fluid > .row > div {
        display: flex;
        align-items: center; }
        header#header .headerMain .container-fluid > .row > div.headerLogoMain {
          justify-content: center;
          /*padding-left: 10em;*/ }
      @media (max-width: 1200px) {
        header#header .headerMain .container-fluid > .row .headerLogoMain,
        header#header .headerMain .container-fluid > .row .headerTools {
          flex: 0 0 50%;
          max-width: 50%; }
        header#header .headerMain .container-fluid > .row .showMoreMenuItem span {
          display: none; } }
      header#header .headerMain .container-fluid > .row .headerMenuFixWidth {
        position: initial; }
        @media (min-width: 1024px) {
          header#header .headerMain .container-fluid > .row .headerMenuFixWidth {
            padding: 0 !important; } }
        @media (max-width: 1200px) {
          header#header .headerMain .container-fluid > .row .headerMenuFixWidth {
            display: none; } }
      header#header .headerMain .container-fluid > .row .headerLogo .logo {
        margin: 0; }
      header#header .headerMain .container-fluid > .row .headerLogo img {
        width: 170px; }
        @media (max-width: 767px) {
          header#header .headerMain .container-fluid > .row .headerLogo img {
            width: 110px; } }
      @media (max-width: 991px) {
        header#header .headerMain .container-fluid > .row .headerMenu {
          display: none; } }
      header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul {
        display: inline-flex; }
        header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega {
          display: inline-block;
          white-space: nowrap; }
          header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega.active a {
            color: #000000;
            font-weight: 700; }
          header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega > a {
            color: #000; }
            header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega > a i {
              font-size: 10px; }
          header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega:hover > a {
            color: #000000; }
          header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega:hover .subMenuTwo {
            visibility: visible;
            transform: scaleY(1); }
          header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo {
            display: flex;
            visibility: hidden;
            transition: all .4s;
            transform: scaleY(0);
            transform-origin: top;
            position: absolute;
            z-index: 10;
            background: #fff;
            width: 100%;
            box-shadow: 0 2px 4px rgba(40, 40, 40, 0.3);
            padding: 20px 0px;
            top: 100%;
            left: 0; }
            header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne {
              padding-left: 30px;
              width: 15%;
              position: relative; }
              header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne.haveThree {
                width: 30%; }
                header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne.haveThree .subMenuItem {
                  width: 40%; }
              header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne.border-right-new {
                padding-right: 20px;
                border-right: 1px solid #e1e1e1; }
              header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem {
                width: 100%;
                margin: 10px 0px;
                display: block;
                white-space: initial; }
                header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem.hasChild {
                  display: flex; }
                  header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem.hasChild i {
                    font-size: 10px;
                    font-weight: 700;
                    margin-left: 10px; }
                header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > a {
                  width: 100%;
                  justify-content: space-between;
                  display: flex;
                  align-items: center;
                  text-transform: capitalize; }
                header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem.activeMenuTwo > a {
                  color: #000000; }
                header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > .subMenuThree {
                  display: none;
                  position: absolute;
                  left: 50%;
                  top: 0; }
                  header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > .subMenuThree li {
                    margin: 10px 0px; }
                    header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > .subMenuThree li:hover > a {
                      color: #000000; }
                    header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > .subMenuThree li a {
                      display: block;
                      text-transform: capitalize; }
            header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo {
              width: 85%;
              display: flex;
              justify-content: space-evenly; }
              header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo.haveThree {
                width: 70%;
                position: relative;
                overflow: hidden; }
              header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo .subMenuItem {
                width: 45%; }
                header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo .subMenuItem a {
                  display: block;
                  margin: 10px 0px; }
                  header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo .subMenuItem a img {
                    max-width: 100%;
                    height: 160px; }
        header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li > a {
          text-transform: uppercase;
          padding: 25px;
          display: block; }
        header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega) {
          position: relative;
          display: inline-block;
          white-space: nowrap; }
          header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega):hover > a {
            color: #000000; }
          header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega):hover .subMenu {
            visibility: visible;
            transform: scaleY(1); }
          header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega) > a i {
            font-size: 10px; }
          header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu {
            visibility: hidden;
            transition: all .4s;
            transform: scaleY(0);
            transform-origin: top;
            position: absolute;
            z-index: 10;
            background: #000;
            box-shadow: 0 2px 4px rgba(40, 40, 40, 0.3);
            top: 100%;
            left: 0;
            width: 200px; }
            header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem {
              width: 100%;
              padding: 10px 20px;
              display: block;
              white-space: initial; }
              header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem a {
                color: #fff;
                font-weight: bold; }
              header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem:hover > a {
                color: #f2c477; }
              header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem:hover .subMenuThree {
                visibility: visible;
                transform: scaleX(1); }
              header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem > .subMenuThree {
                visibility: hidden;
                transition: all .4s;
                transform: scaleX(0);
                transform-origin: left;
                position: absolute;
                z-index: 10;
                background: #fff;
                box-shadow: 0 2px 4px rgba(40, 40, 40, 0.3);
                top: 0;
                left: 100%;
                width: 200px; }
                header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem > .subMenuThree li {
                  padding: 10px 20px; }
                  header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem > .subMenuThree li:hover > a {
                    color: #000000; }
                  header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem > .subMenuThree li a {
                    display: block;
                    text-transform: capitalize; }
      header#header .headerMain .container-fluid > .row .showMoreMenu {
        justify-content: flex-end; }
        header#header .headerMain .container-fluid > .row .showMoreMenu .showMoreMenuItem {
          display: none;
          align-items: center; }
          @media (max-width: 1200px) {
            header#header .headerMain .container-fluid > .row .showMoreMenu .showMoreMenuItem {
              display: flex;
              margin-right: 10px; } }
          header#header .headerMain .container-fluid > .row .showMoreMenu .showMoreMenuItem i {
            line-height: 40px;
            font-size: 24px;
            margin: 0px 10px;
            font-weight: 700; }
        header#header .headerMain .container-fluid > .row .showMoreMenu .headerTopbarRight {
          display: flex;
          justify-content: flex-end; }
          header#header .headerMain .container-fluid > .row .showMoreMenu .headerTopbarRight i, header#header .headerMain .container-fluid > .row .showMoreMenu .headerTopbarRight svg {
            line-height: 40px;
            height: 40px;
            font-size: 20px;
            color: #000000;
            font-weight: 700;
            margin: 0px 10px; }

#slider .swiper-button-prev,
#slider .swiper-button-next {
  color: #ccc;
  top: 50% !important; }

header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem a i {
  float: right;
  font-size: 10px; }

header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo .subMenuItem a {
  position: relative;
  overflow: hidden; }
  header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo .subMenuItem a img {
    max-width: 100%;
    height: 160px;
    -webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo .subMenuItem a img:hover {
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }

.loading {
  display: block;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px; }
  .loading .lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    .loading .lds-ring div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 51px;
      height: 51px;
      margin: 6px;
      border: 6px solid #000000;
      border-radius: 50%;
      animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #000000 transparent transparent transparent; }
      .loading .lds-ring div:nth-child(1) {
        animation-delay: -0.45s; }
      .loading .lds-ring div:nth-child(2) {
        animation-delay: -0.3s; }
      .loading .lds-ring div:nth-child(3) {
        animation-delay: -0.15s; }

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

input[type="radio"] {
  margin-top: 0;
  vertical-align: top;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0 0.2rem 0 0;
  cursor: pointer;
  outline: 0 !important;
  border: none;
  box-shadow: none; }
  input[type="radio"]:before {
    -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: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 50%; }
  input[type="radio"]:after {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #000000;
    border-radius: 50%; }
  input[type="radio"]:checked:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  input[type="radio"]:checked:after {
    border: 1px solid #000000; }

input[type="checkbox"] {
  margin-top: 0;
  vertical-align: top;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  outline: 0 !important;
  border: none;
  box-shadow: none; }
  input[type="checkbox"]:before {
    -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: .38em;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #000000;
    border-top-style: none;
    border-right-style: none; }
  input[type="checkbox"]:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }
  input[type="checkbox"]:after {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #000000;
    cursor: pointer;
    border-radius: 3px; }
  input[type="checkbox"]:checked:after {
    border-color: #000000; }

.table-responsive {
  margin-bottom: 0; }
  .table-responsive::-webkit-scrollbar {
    width: 6px; }
  .table-responsive::-webkit-scrollbar-track {
    box-shadow: 0;
    border-radius: 0; }
  .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1); }

input.form-control::-webkit-outer-spin-button, input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control {
  background-clip: padding-box;
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none;
    border-color: #000000; }

#auth-form {
  padding-top: 70px;
  padding-bottom: 50px; }
  #auth-form.login-layout .register-form-heading,
  #auth-form.login-layout .recover-form-heading,
  #auth-form.login-layout .register-form-body,
  #auth-form.login-layout .recover-form-body {
    display: none; }
  #auth-form.register-layout .login-form-heading,
  #auth-form.register-layout .recover-form-heading,
  #auth-form.register-layout .login-form-body,
  #auth-form.register-layout .recover-form-body {
    display: none; }
  #auth-form.recover-layout .register-form-heading,
  #auth-form.recover-layout .login-form-heading,
  #auth-form.recover-layout .register-form-body,
  #auth-form.recover-layout .login-form-body {
    display: none; }
  #auth-form .auth-heading {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #auth-form .auth-heading > i {
      font-size: 32px; }
    #auth-form .auth-heading h1 {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700;
      margin-top: 10px;
      margin-bottom: 20px; }
  #auth-form .auth-recover-btn {
    margin-bottom: 15px;
    text-align: right; }
    #auth-form .auth-recover-btn a {
      color: #777;
      text-decoration: underline; }
  #auth-form .auth-back-btn {
    margin-top: 30px;
    padding-top: 15px;
    position: relative; }
    #auth-form .auth-back-btn:before {
      content: '';
      left: 0;
      right: 0;
      top: 0px;
      position: absolute;
      border-top: 1px solid #d1d1d1;
      display: block; }
    #auth-form .auth-back-btn:after {
      content: 'Hoặc';
      position: absolute;
      top: -10px;
      background: #fff;
      padding-left: 8px;
      padding-right: 8px;
      left: 50%;
      font-size: 1rem;
      display: inline-block;
      transform: translateX(-50%); }
    #auth-form .auth-back-btn a {
      display: block;
      width: 100%;
      text-align: center;
      color: #000000;
      border: 1px solid #000000;
      padding: 10px;
      margin-top: 15px;
      text-decoration: none;
      text-transform: uppercase; }
      #auth-form .auth-back-btn a:hover {
        transition: all .3s;
        background: #000000;
        color: #000000; }
  #auth-form .auth-form-body .errors ul {
    padding-left: 18px;
    color: #ff5a5a; }
  #auth-form .auth-form-body .form-control {
    border-radius: 0;
    font-size: 1rem;
    padding-left: 1.2em;
    padding-right: 1.2em;
    height: 42px;
    line-height: 42px; }
  #auth-form .auth-form-body .btn {
    background: #000000;
    border-radius: 0;
    width: 100%;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000; }

/* ACCOUNT PAGE */
#account-page {
  min-height: 100vh; }
  @media (max-width: 767px) {
    #account-page .container {
      padding-left: 0;
      padding-right: 0; } }
  #account-page .account-page-wrap {
    display: flex;
    flex-wrap: wrap;
    aligns-item: strech;
    margin-top: 2rem; }
    #account-page .account-page-wrap .account-page-sidebar {
      width: calc(25% - 2rem);
      margin-right: 2rem;
      padding: 1.5rem 1rem;
      background: #fafafa; }
      @media (max-width: 991px) {
        #account-page .account-page-wrap .account-page-sidebar {
          width: 100%;
          margin: 0px 15px 20px 15px; } }
      #account-page .account-page-wrap .account-page-sidebar .account-sidebar-header {
        text-align: center; }
        #account-page .account-page-wrap .account-page-sidebar .account-sidebar-header > h3 {
          font-size: 1.1rem;
          font-weight: normal;
          margin-top: 0.5rem; }
        #account-page .account-page-wrap .account-page-sidebar .account-sidebar-header .account-sidevar-avatar i {
          font-size: 2rem;
          display: inline-block;
          padding: 10px;
          border-radius: 50%;
          background: rgba(0, 0, 0, 0.03); }
      #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu {
        margin-top: 1.5rem; }
        #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul {
          list-style-type: none;
          margin: 0;
          padding: 0; }
          #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a {
            display: block;
            padding: 0.5rem 1rem;
            color: #4c4c4c;
            text-decoration: none; }
            #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a:hover, #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a.active {
              background: rgba(0, 0, 0, 0.03); }
    #account-page .account-page-wrap .account-page-content {
      width: 75%;
      background: #fafafa;
      padding: 2rem 1rem; }
      @media (max-width: 991px) {
        #account-page .account-page-wrap .account-page-content {
          width: 100%;
          margin: 0px 15px; } }
      #account-page .account-page-wrap .account-page-content > h1 {
        margin-top: 0;
        font-size: 1.2rem;
        margin-bottom: 2rem; }
        #account-page .account-page-wrap .account-page-content > h1 > span {
          position: relative; }
          #account-page .account-page-wrap .account-page-content > h1 > span:before {
            content: '';
            position: absolute;
            left: 0;
            width: 75%;
            top: 140%;
            border-top: 1px solid #777; }
      #account-page .account-page-wrap .account-page-content .account-page-detail .table {
        margin: 0; }
      #account-page .account-page-wrap .account-page-content .account-page-detail .table-responsive {
        border: none; }
        #account-page .account-page-wrap .account-page-content .account-page-detail .table-responsive::-webkit-scrollbar {
          height: 6px; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-info td {
        border: none; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-info td:first-child {
          padding-left: 0; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list th {
        border-bottom: none;
        font-weight: normal; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list a {
        color: inherit;
        text-decoration: none; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list td {
        padding: 16px 8px; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list td:nth-child(2) a {
        font-weight: 600; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header {
        display: flex;
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px;
        align-items: stretch; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header p {
          margin: 0 0 5px; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block {
          width: 50%;
          padding: 0 8px;
          margin-bottom: 1rem; }
          @media (max-width: 767px) {
            #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block {
              width: 100%; } }
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block > h3 {
            font-weight: normal;
            text-transform: uppercase;
            font-size: 1rem;
            padding: 0;
            margin: 0 0 8px 0; }
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block .apoh-detail {
            background: #fff;
            border-radius: 4px;
            height: calc(100% - 23px);
            padding: .85rem; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products > h2 {
        font-size: 1rem;
        font-weight: normal;
        text-transform: uppercase; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list {
        background: #fff;
        padding: 1.5rem; }
        @media (max-width: 767px) {
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list {
            padding: 0; } }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list th {
          font-weight: 600; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables > h2 {
        text-transform: uppercase;
        font-size: 0.95rem;
        font-weight: 400;
        margin-top: 0; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item {
        background: #fff;
        border-radius: 4px;
        padding: 1rem;
        margin-bottom: 1.5rem; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .row {
          margin-bottom: 0.8rem; }
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .row a {
            text-decoration: none;
            color: #4c4c4c;
            padding-left: 5px; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .address-name {
          font-weight: 600;
          font-size: 1.1rem; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .edit-address button {
        background: #000000;
        color: #000000;
        border: none; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .edit-address button:hover {
          opacity: .85; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address {
        background: #fff;
        padding: 1rem; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address button {
          background: #000000;
          color: #000000;
          border: none; }
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address button:hover {
            opacity: .85; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn {
        margin-bottom: 10px;
        text-align: right; }
        @media (max-width: 991px) {
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn {
            text-align: left; } }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn a {
          color: #4c4c4c;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 0.95rem; }

/* 404 PAGE */
#page-404 {
  background: #fff;
  padding-bottom: 70px;
  padding-top: 15px;
  color: #333; }
  #page-404 h1 {
    font-size: 96px;
    font-weight: bold; }
    @media (max-width: 767px) {
      #page-404 h1 {
        font-size: 72px; } }
  #page-404 h3 {
    font-size: 28px; }
    @media (max-width: 767px) {
      #page-404 h3 {
        font-size: 22px; } }
  #page-404 p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5; }
  #page-404 .search-form {
    margin-top: 15px; }
    #page-404 .search-form .form-group {
      position: relative; }
    #page-404 .search-form input {
      box-shadow: none;
      border-radius: 2px; }
      #page-404 .search-form input:focus, #page-404 .search-form input:active {
        border-color: #000000; }
      @media (min-width: 768px) {
        #page-404 .search-form input {
          width: 100%; } }
    #page-404 .search-form button {
      background: #000000;
      color: #000000;
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 5px;
      padding-bottom: 0;
      font-size: 1.4rem;
      height: 100%; }
      #page-404 .search-form button:hover {
        opacity: 0.85rem; }
  #page-404 .btn-404 {
    border: 1px solid #000000;
    color: #000000; }
    #page-404 .btn-404:hover {
      color: #000000;
      background: #000000; }

/* CART */
#cart-page {
  padding-bottom: 25px;
  padding-top: 25px;
  background: #f5f5f5; }
  @media (max-width: 767px) {
    #cart-page {
      padding-bottom: 85px; } }
  #cart-page .cart-page-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
    @media (max-width: 1199px) {
      #cart-page .cart-page-wrap {
        margin-top: 15px; } }
    #cart-page .cart-page-wrap .cart-page-left {
      width: 70%;
      padding-right: 15px; }
      @media (max-width: 1199px) {
        #cart-page .cart-page-wrap .cart-page-left {
          width: 100%;
          padding-right: 0; } }
      #cart-page .cart-page-wrap .cart-page-left .cart-page-list {
        background: #fff;
        padding: 0 15px;
        box-shadow: 0 0 2px 2px rgba(111, 111, 111, 0.1);
        border-radius: 10px; }
        @media (max-width: 1199px) {
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list {
            padding: 0; } }
        #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item {
          display: flex;
          flex-wrap: wrap;
          padding: 20px 0;
          border-bottom: 1px dashed #eee;
          justify-content: space-between;
          align-items: center; }
          @media (max-width: 1199px) {
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item {
              padding: 15px;
              position: relative;
              align-items: flex-start; } }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item:last-child {
            border-bottom: none; }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-image {
            width: 80px; }
            @media (max-width: 1199px) {
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-image {
                width: 90px;
                padding-right: 10px; } }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail {
            width: calc(100% - 320px);
            padding: 0 15px;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            @media (max-width: 1199px) {
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail {
                width: calc(100% - 90px);
                padding: 0 0 0px 5px; } }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-vendor {
              text-transform: uppercase;
              font-size: 13px; }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail h3 {
              font-size: 16px;
              margin-bottom: 5px;
              font-weight: 600; }
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail h3 a {
                text-decoration: none;
                color: #333; }
              @media (max-width: 767px) {
                #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail h3 {
                  display: flex;
                  justify-content: space-between;
                  gap: 5px; } }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-desc {
              font-size: 12px;
              color: #999;
              margin-bottom: 10px; }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .item-actions a {
            display: inline-block;
            float: left;
            font-size: 12px;
            text-decoration: none;
            position: relative; }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .item-actions a svg {
              width: 20px; }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices {
            width: 190px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            @media (max-width: 1199px) {
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices {
                align-items: flex-start; } }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices .price-item {
              font-weight: 500;
              font-size: 18px;
              margin: 2px 0; }
              @media (max-width: 1199px) {
                #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices .price-item {
                  font-size: 16px;
                  margin: 0; } }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices del {
              color: #9E9E9E;
              font-size: 14px;
              margin-left: 10px;
              margin: 2px 0; }
              @media (max-width: 1199px) {
                #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices del {
                  font-size: 14px;
                  margin: 0; } }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions {
            display: flex;
            align-items: center; }
            @media (max-width: 1199px) {
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions {
                width: auto; } }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap {
              display: flex; }
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap button {
                background: #fff;
                border: solid 1px #CDCDCD;
                width: 28px;
                height: 28px;
                outline: 0;
                box-shadow: none;
                padding: 0; }
                #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap button.cart-product-quantity-button-minus {
                  border-radius: 8px 0 0 8px; }
                #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap button.cart-product-quantity-button-plus {
                  border-radius: 0 8px 8px 0; }
                #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap button svg {
                  width: 14px; }
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap input {
                background: none;
                border: solid 1px #CDCDCD;
                border-left: none;
                border-right: none;
                box-shadow: none;
                outline: 0;
                height: 28px;
                width: 55px;
                text-align: center;
                border-radius: 0; }
                @media (max-width: 1199px) {
                  #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap input {
                    height: 28px; } }
    #cart-page .cart-page-wrap .cart-page-right {
      width: 30%;
      padding: 0px 20px 20px 20px;
      box-shadow: 0 0 2px 2px rgba(111, 111, 111, 0.1);
      border-radius: 10px;
      background: #fff; }
      @media (max-width: 1199px) {
        #cart-page .cart-page-wrap .cart-page-right {
          width: 100%;
          margin-top: 30px; } }
      #cart-page .cart-page-wrap .cart-page-right .cart-page-info {
        background: #fff;
        padding: 25px 0px 15px 0px; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info h1 {
          font-size: 18px;
          margin-bottom: 15px; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-subtotal {
          margin-bottom: 5px;
          display: flex;
          justify-content: space-between; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-subtitle {
          color: #999;
          font-size: 13px;
          padding-bottom: 20px;
          border-bottom: 1px solid #cdcdcd; }
          @media (max-width: 767px) {
            #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-subtitle {
              padding-bottom: 0;
              border: 0; } }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total {
          padding: 15px 0px;
          display: flex;
          justify-content: space-between; }
          #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total .cart-page-total-price {
            text-align: right; }
            #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total .cart-page-total-price span {
              display: block;
              color: #000000;
              font-weight: 500;
              font-size: 18px; }
            #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total .cart-page-total-price i {
              display: block;
              color: #868686;
              font-size: 12px; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-checkout a {
          background: #000000;
          color: #fff;
          box-shadow: none;
          text-align: center;
          display: block;
          padding: 12px;
          text-decoration: none;
          border-radius: 8px;
          font-size: 16px;
          font-weight: 600; }
      #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-head {
        display: flex;
        align-items: center; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-head label {
          font-weight: normal;
          cursor: pointer;
          margin: 0; }
      #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body {
        padding: 5px 0px;
        padding-bottom: 10px;
        display: none;
        background: #fff; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body .form-group {
          margin-bottom: 7px; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body input.form-control::-webkit-outer-spin-button, #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body input.form-control::-webkit-inner-spin-button {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body .form-control {
          box-shadow: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 0px;
          margin-bottom: 3px;
          height: 30px;
          font-size: 14px; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body label {
          font-weight: normal;
          margin-bottom: 1px;
          font-size: 13px;
          margin-top: 3px; }

#modal-confirm-remove .modal-body {
  padding: 60px 80px; }
  #modal-confirm-remove .modal-body .modal-confirm-remove-title {
    font-size: 18px;
    text-align: center; }
  #modal-confirm-remove .modal-body .modal-confirm-remove-buttons {
    display: flex;
    margin-top: 60px; }
    #modal-confirm-remove .modal-body .modal-confirm-remove-buttons button {
      display: block;
      width: 50%;
      margin: 0 15px; }
      #modal-confirm-remove .modal-body .modal-confirm-remove-buttons button.btn-primary {
        background: #000000;
        border-color: #000000; }

.breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0; }
  .breadcrumb a {
    color: #333; }

#pageDefault .sidebar-page .group-menu {
  background: #fafafa;
  padding: 20px;
  margin: 0 0 20px;
  position: relative; }
  #pageDefault .sidebar-page .group-menu .title_block h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left; }
  #pageDefault .sidebar-page .group-menu .layered-category ul.menuList-links {
    padding: 0; }
    #pageDefault .sidebar-page .group-menu .layered-category ul.menuList-links li {
      list-style: none; }
      #pageDefault .sidebar-page .group-menu .layered-category ul.menuList-links li a {
        color: #000000;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 1px; }

#pageDefault .sidebar-page .box_image .banner {
  position: relative;
  overflow: hidden; }
  #pageDefault .sidebar-page .box_image .banner img {
    -webkit-transition: all 1s ease-in-out 0s;
    -khtml-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s; }
    #pageDefault .sidebar-page .box_image .banner img:hover {
      -webkit-transform: scale(1.1);
      -khtml-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

#pageContact .contactFormWrapper .box-send-contact h2 {
  font-weight: 500;
  font-size: 25px;
  margin: 15px 0px; }
  @media (max-width: 991px) {
    #pageContact .contactFormWrapper .box-send-contact h2 {
      font-size: 22px; } }
  #pageContact .contactFormWrapper .box-send-contact h2:after {
    content: "";
    display: block;
    margin-top: 5px;
    width: 50px;
    height: 1px;
    background: #252a2b; }

#pageContact .contactFormWrapper .box-send-contact #contactFormWrapper .contact-form .row div:nth-child(2) {
  padding: 0; }
  @media (max-width: 991px) {
    #pageContact .contactFormWrapper .box-send-contact #contactFormWrapper .contact-form .row div:nth-child(2) {
      padding: 0px 15px; } }

#pageContact .contactFormWrapper .box-send-contact #contactFormWrapper .contact-form .row div {
  margin: 2.5px 0px; }

#pageContact .contactFormWrapper .box-send-contact #contactFormWrapper .contact-form .row textarea {
  width: 100%;
  margin-top: 10px;
  height: 150px; }

#pageContact .contactFormWrapper .box-send-contact #contactFormWrapper .contact-form .row button {
  background: #000;
  text-transform: uppercase;
  color: #000000;
  box-shadow: none;
  text-align: center;
  padding: 5px 10px;
  margin-top: 10px;
  text-decoration: none;
  border: none;
  float: right; }

#pageContact .contact-us .box-info-contact h2 {
  font-weight: 500;
  font-size: 25px;
  margin: 15px 0px; }
  @media (max-width: 991px) {
    #pageContact .contact-us .box-info-contact h2 {
      font-size: 22px; } }
  #pageContact .contact-us .box-info-contact h2:after {
    content: "";
    display: block;
    margin-top: 5px;
    width: 50px;
    height: 1px;
    background: #252a2b; }

#pageContact .contact-us .box-info-contact ul {
  padding: 0;
  list-style: none; }
  #pageContact .contact-us .box-info-contact ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
    #pageContact .contact-us .box-info-contact ul li i {
      font-size: 18px;
      margin-right: 20px; }
    #pageContact .contact-us .box-info-contact ul li p {
      margin-bottom: 0;
      color: #000000;
      font-weight: 400; }
      #pageContact .contact-us .box-info-contact ul li p strong {
        font-weight: 500;
        color: #000000; }

section#policy {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    section#policy {
      margin: 15px 0px !important; } }
  section#policy .policyMain {
    display: flex; }
    section#policy .policyMain .policyItem {
      width: calc(100% / 4);
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        section#policy .policyMain .policyItem {
          /*width: 50% !important;*/
          text-align: center;
          flex-wrap: wrap;
          margin-bottom: 15px; } }
      section#policy .policyMain .policyItem img {
        max-width: 60px;
        width: 60px;
        display: block; }
        @media (max-width: 767px) {
          section#policy .policyMain .policyItem img {
            max-width: 45px;
            width: 45px;
            height: 45px; } }
      @media (max-width: 991px) {
        section#policy .policyMain .policyItem {
          justify-content: center;
          margin: 10px 0px; } }
      section#policy .policyMain .policyItem .policyItemContent {
        margin-left: 20px; }
        @media (max-width: 767px) {
          section#policy .policyMain .policyItem .policyItemContent {
            margin-left: 0;
            margin-top: 10px;
            width: 100%; } }
        section#policy .policyMain .policyItem .policyItemContent span {
          display: block; }
        section#policy .policyMain .policyItem .policyItemContent span:first-child {
          font-weight: 700;
          font-size: 14px; }
          @media (max-width: 767px) {
            section#policy .policyMain .policyItem .policyItemContent span:first-child {
              font-size: 11px; } }
        section#policy .policyMain .policyItem .policyItemContent span:last-child {
          font-size: 11px;
          min-height: 36px; }

section#banner {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    section#banner {
      margin: 15px 0px !important; } }
  section#banner .bannerMain {
    display: flex; }
    section#banner .bannerMain .bannerMainItem {
      transition: all .2s linear;
      overflow: hidden; }
      section#banner .bannerMain .bannerMainItem a {
        display: block; }
        section#banner .bannerMain .bannerMainItem a img {
          transition: all .5s linear; }
      section#banner .bannerMain .bannerMainItem:hover img {
        opacity: 0.8;
        transform: scale(1.05); }

section#groupOne {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    section#groupOne {
      margin: 15px 0px !important; } }
  section#groupOne .groupHeader {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px; }
    section#groupOne .groupHeader p {
      font-size: 14px;
      color: #000000; }
    section#groupOne .groupHeader h2 {
      font-size: 25px;
      margin-bottom: 10px;
      position: relative;
      font-weight: 400; }
    section#groupOne .groupHeader:before {
      content: "";
      width: 200px;
      height: 2px;
      background: #e5e5e5;
      opacity: 0.6;
      position: absolute;
      bottom: 5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%); }
    section#groupOne .groupHeader:after {
      content: '*';
      color: #e5e5e5;
      width: 50px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      position: absolute;
      bottom: -5px;
      left: 50%;
      background: #fff;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      font-size: 16px; }
  @media (max-width: 767px) {
    section#groupOne .groupMainDesktop {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media (min-width: 768px) {
    section#groupOne .groupMainDesktop {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    section#groupOne .groupMainDesktop {
      display: none; }
    section#groupOne .groupMainMobile {
      display: flex !important;
      flex-wrap: wrap; } }
  @media (max-width: 767px) and (max-width: 767px) {
    section#groupOne .groupMainMobile {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media (max-width: 767px) and (min-width: 768px) {
    section#groupOne .groupMainMobile {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
      section#groupOne .groupMainMobile .proLoop {
        width: 50%;
        margin-bottom: 15px; } }
  @media (min-width: 768px) {
    section#groupOne .groupMainDesktop {
      display: flex !important;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      section#groupOne .groupMainDesktop .groupMainDesktopItem {
        width: 50%; }
        section#groupOne .groupMainDesktop .groupMainDesktopItem .groupMainDesktopItemList {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap; }
        section#groupOne .groupMainDesktop .groupMainDesktopItem:nth-child(1) .proLoop {
          width: 50%; }
          section#groupOne .groupMainDesktop .groupMainDesktopItem:nth-child(1) .proLoop:nth-child(3) {
            width: 100% !important; }
        section#groupOne .groupMainDesktop .groupMainDesktopItem:nth-child(2) .proLoop {
          width: 50%; }
          section#groupOne .groupMainDesktop .groupMainDesktopItem:nth-child(2) .proLoop:nth-child(1) {
            width: 100% !important; }
    section#groupOne .groupMainMobile {
      display: none; } }
  @media (min-width: 1200px) {
    section#groupOne .container-fluid {
      padding-left: 140px;
      padding-right: 140px; } }

section#indexCol {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    section#indexCol {
      margin: 15px 0px !important; } }
  section#indexCol .backgroundCollection {
    background: url(https://file.hstatic.net/200000305177/file/8_8b4578b70c454d15adea131a7e1a7de4.jpg) no-repeat center;
    background-size: cover;
    height: 475px; }
  section#indexCol .indexColMain {
    margin-top: -380px;
    position: relative; }
    section#indexCol .indexColMain .indexHeader {
      text-align: center;
      width: 100%;
      margin-bottom: 30px;
      position: relative;
      padding: 0 0 20px;
      margin-bottom: 20px; }
      section#indexCol .indexColMain .indexHeader p {
        font-size: 14px;
        color: #fff;
        text-align: center; }
      section#indexCol .indexColMain .indexHeader h2 {
        font-size: 30px;
        margin-bottom: 10px;
        position: relative;
        font-weight: 400;
        color: #fff; }
      section#indexCol .indexColMain .indexHeader:before {
        content: "";
        width: 200px;
        height: 3px;
        background: #fff;
        position: absolute;
        bottom: 18px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%); }
    section#indexCol .indexColMain .indexMain {
      background: #fff;
      display: flex;
      padding: 20px 10px; }
      @media (max-width: 767px) {
        section#indexCol .indexColMain .indexMain {
          display: block; } }
      section#indexCol .indexColMain .indexMain .indexMainItem {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0px 10px; }
        @media (max-width: 767px) {
          section#indexCol .indexColMain .indexMain .indexMainItem {
            margin: 10px 0px; } }
        section#indexCol .indexColMain .indexMain .indexMainItem span {
          text-align: center;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          background: #fff;
          padding: 10px 20px;
          color: #000; }
        section#indexCol .indexColMain .indexMain .indexMainItem:hover span {
          background: #000000;
          color: #fff; }
        section#indexCol .indexColMain .indexMain .indexMainItem img {
          transition: all 0.4s; }
        section#indexCol .indexColMain .indexMain .indexMainItem:hover img {
          transform: scale(1.1); }

section#vendor {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    section#vendor {
      margin: 15px 0px !important; } }
  section#vendor .swiper-container.swiper-container-initialized {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }
  section#vendor .vendorMain {
    padding: 20px; }
    section#vendor .vendorMain .vendorItem a {
      display: block; }
      section#vendor .vendorMain .vendorItem a img {
        opacity: 0.4;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
    section#vendor .vendorMain .vendorItem:hover img {
      opacity: 1; }

section#groupTwo, section#groupFs {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    section#groupTwo, section#groupFs {
      margin: 15px 0px !important; } }
  section#groupTwo .groupHeader, section#groupFs .groupHeader {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px; }
    section#groupTwo .groupHeader p, section#groupFs .groupHeader p {
      font-size: 14px;
      color: #000000; }
    section#groupTwo .groupHeader h2, section#groupFs .groupHeader h2 {
      font-size: 25px;
      margin-bottom: 10px;
      position: relative;
      font-weight: 400; }
    section#groupTwo .groupHeader:before, section#groupFs .groupHeader:before {
      content: "";
      width: 200px;
      height: 2px;
      background: #e5e5e5;
      opacity: 0.6;
      position: absolute;
      bottom: 5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%); }
    section#groupTwo .groupHeader:after, section#groupFs .groupHeader:after {
      content: '*';
      color: #e5e5e5;
      width: 50px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      position: absolute;
      bottom: -5px;
      left: 50%;
      background: #fff;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      font-size: 16px; }
  section#groupTwo .groupMain .groupMainTabs, section#groupFs .groupMain .groupMainTabs {
    margin-bottom: 40px; }
    section#groupTwo .groupMain .groupMainTabs ul, section#groupFs .groupMain .groupMainTabs ul {
      text-align: center;
      display: flex;
      justify-content: center; }
      section#groupTwo .groupMain .groupMainTabs ul li, section#groupFs .groupMain .groupMainTabs ul li {
        width: auto;
        display: inline-block;
        margin: 0px 20px;
        padding: 1px; }
        @media (max-width: 767px) {
          section#groupTwo .groupMain .groupMainTabs ul li, section#groupFs .groupMain .groupMainTabs ul li {
            margin: 10px 20px; } }
        section#groupTwo .groupMain .groupMainTabs ul li a, section#groupFs .groupMain .groupMainTabs ul li a {
          display: block;
          padding: 8px 25px 7px;
          border: 1px solid transparent;
          border-color: #333;
          color: #333;
          border-radius: 40px;
          text-transform: uppercase; }
          section#groupTwo .groupMain .groupMainTabs ul li a.active, section#groupFs .groupMain .groupMainTabs ul li a.active {
            background: #000000;
            border: 1px solid #000000;
            color: #fff; }
  @media (min-width: 1200px) {
    section#groupTwo .container-fluid, section#groupFs .container-fluid {
      padding-left: 140px;
      padding-right: 140px; } }

section#feedback {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    section#feedback {
      margin: 15px 0px !important; } }
  section#feedback .feedbackMain .feedbackItem {
    text-align: center;
    padding: 10px;
    position: relative;
    background: #ffffff; }
    section#feedback .feedbackMain .feedbackItem .feedbackWrapper {
      background: #fff;
      position: relative;
      padding: 50px 20%; }
      @media (max-width: 991px) {
        section#feedback .feedbackMain .feedbackItem .feedbackWrapper {
          padding: 25px 5%; } }
      section#feedback .feedbackMain .feedbackItem .feedbackWrapper img {
        border-radius: 50%;
        margin: 0 auto;
        width: auto; }
      section#feedback .feedbackMain .feedbackItem .feedbackWrapper p {
        padding: 50px 0px;
        color: #888;
        text-align: center;
        overflow: hidden;
        margin: 0;
        font-size: 16px;
        line-height: 28px; }
        @media (max-width: 991px) {
          section#feedback .feedbackMain .feedbackItem .feedbackWrapper p {
            padding: 25px 0px; } }
      section#feedback .feedbackMain .feedbackItem .feedbackWrapper strong {
        display: block;
        font-size: 17px;
        line-height: 32px;
        font-weight: 500; }
      section#feedback .feedbackMain .feedbackItem .feedbackWrapper span {
        font-size: 12px;
        line-height: 32px;
        color: #888; }
  section#feedback .feedbackMain .swiper-pagination-bullets {
    bottom: 30px !important; }

section#newletter {
  padding: 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  section#newletter:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  section#newletter .newletterMain {
    position: relative; }
    section#newletter .newletterMain .newletterFlex {
      display: flex;
      align-items: center; }
    section#newletter .newletterMain .newletterFlex:last-child {
      justify-content: flex-end; }
    section#newletter .newletterMain .newletterSubmit {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 991px) {
        section#newletter .newletterMain .newletterSubmit {
          flex-wrap: wrap; } }
      section#newletter .newletterMain .newletterSubmit h3 {
        font-size: 18px;
        color: #000000;
        line-height: 30px;
        font-weight: 400;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px; }
      section#newletter .newletterMain .newletterSubmit .contact-form {
        width: 100%;
        max-width: 400px;
        position: relative; }
        @media (max-width: 767px) {
          section#newletter .newletterMain .newletterSubmit .contact-form {
            width: 100%; } }
        section#newletter .newletterMain .newletterSubmit .contact-form .newletterFormContent input {
          border-radius: 50px;
          font-size: 1rem;
          font-weight: 400;
          padding: 6px 15px 8px;
          border: none;
          box-shadow: none;
          outline: 0;
          line-height: 1.5;
          color: #495057;
          background-color: #fff; }
        section#newletter .newletterMain .newletterSubmit .contact-form #newletterFormButton {
          position: absolute;
          top: 0;
          right: 0;
          outline: none;
          border: 0 none;
          color: #000000;
          font-weight: 500;
          padding: 0 20px;
          text-transform: uppercase;
          border-radius: 50px;
          height: 100%; }
          section#newletter .newletterMain .newletterSubmit .contact-form #newletterFormButton:hover {
            color: #000000; }

.index footer#footer, .page-contact footer#footer, .cart footer#footer {
  margin-top: 0; }

footer#footer {
  background: #000000;
  color: #ffffff;
  margin-top: 25px; }
  footer#footer .footerMain {
    padding: 50px 0px; }
    footer#footer .footerMain h4 {
      color: #ffffff;
      font-weight: bold;
      font-size: 10pt;
      margin-bottom: 15px;
      position: relative; }
    @media (max-width: 991px) {
      footer#footer .footerMain .footerMainAddress {
        margin: 10px 0px; } }
    footer#footer .footerMain .footerMainAddress .footerLogo img {
      max-width: 120px; }
    footer#footer .footerMain .footerMainAddress ul li {
      display: flex;
      align-items: center;
      margin: 10px 0px; }
      footer#footer .footerMain .footerMainAddress ul li i {
        margin-right: 10px;
        font-size: 20px;
        width: 25px; }
    @media (max-width: 991px) {
      footer#footer .footerMain .footerMainList {
        margin: 10px 0px; } }
    footer#footer .footerMain .footerMainList ul li {
      padding: 5px 0px; }
      footer#footer .footerMain .footerMainList ul li a {
        color: #ffffff;
        font-weight: 400; }
    footer#footer .footerMain .footerMainList .newletterSocial {
      margin-top: 10px; }
      footer#footer .footerMain .footerMainList .newletterSocial ul li {
        display: inline-block;
        margin: 0px 5px; }
        footer#footer .footerMain .footerMainList .newletterSocial ul li a {
          border: 1px solid #ffffff;
          border-radius: 50%;
          font-size: 18px;
          width: 30px;
          height: 30px;
          text-align: center;
          display: block; }
          footer#footer .footerMain .footerMainList .newletterSocial ul li a i {
            color: #ffffff;
            font-size: 16px;
            line-height: 28px; }
        footer#footer .footerMain .footerMainList .newletterSocial ul li:hover i {
          color: #000000; }
        footer#footer .footerMain .footerMainList .newletterSocial ul li:hover.newletterSocialFacebook a {
          background: #4064AC;
          border: 1px solid #4064AC; }
        footer#footer .footerMain .footerMainList .newletterSocial ul li:hover.newletterSocialTwitter a {
          background: #34B3F7;
          border: 1px solid #34B3F7; }
        footer#footer .footerMain .footerMainList .newletterSocial ul li:hover.newletterSocialPinterest a {
          background: #C51F26;
          border: 1px solid #C51F26; }
        footer#footer .footerMain .footerMainList .newletterSocial ul li:hover.newletterSocialInstagram a {
          background: #EEBC52;
          border: 1px solid #EEBC52; }
        footer#footer .footerMain .footerMainList .newletterSocial ul li:hover.newletterSocialYoutube a {
          background: #F70000;
          border: 1px solid #F70000; }
  footer#footer .footerMain-top {
    padding: 10px 0px; }
  footer#footer .footerBottom {
    background: #ffffff;
    color: #222;
    padding: 15px 0;
    border-top: 1px dotted #e1e1e1; }
    @media (min-width: 992px) {
      footer#footer .footerBottom .row div:last-child {
        text-align: right; } }
    @media (max-width: 991px) {
      footer#footer .footerBottom {
        text-align: center !important; } }
    footer#footer .footerBottom p {
      margin: 0; }
      @media (max-width: 991px) {
        footer#footer .footerBottom p {
          padding: 10px 0px; } }
  @media (max-width: 767px) {
    footer#footer .footerMainList.menuclickmb h4:before {
      content: "\ea45";
      font-family: 'LineIcons' !important;
      font-size: 14px;
      position: absolute;
      top: 0px;
      right: 5px;
      text-align: center;
      display: flex;
      justify-content: center;
      vertical-align: middle;
      display: none; }
    footer#footer .footerMainList.menuclickmb h4.active:before {
      content: "\ea43"; } }
  footer#footer .is-showthis {
    display: block; }

@media (max-width: 767px) {
  .proLoop {
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (min-width: 768px) {
  .proLoop {
    padding-left: 15px;
    padding-right: 15px; } }

.proLoop .productWrapper {
  background: #fff;
  margin-bottom: 10px;
  padding: 5px 5px;
  box-shadow: 0px 0px 4px 2px #dbdbdb80; }
  .proLoop .productWrapper .productImg {
    position: relative;
    overflow: hidden;
    /*@media(max-width:768px) {
				&:hover,
				&.hovered {
					.productAction {
						transform: translate(-50%, 0px);
					}
				}
			}*/ }
    .proLoop .productWrapper .productImg .productSale,
    .proLoop .productWrapper .productImg .productOut,
    .proLoop .productWrapper .productImg .productLabelTags {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #000000;
      padding: 2px 7.5px;
      font-size: 12px;
      color: white;
      border-radius: 10px;
      z-index: 7; }
      @media (max-width: 767px) {
        .proLoop .productWrapper .productImg .productSale,
        .proLoop .productWrapper .productImg .productOut,
        .proLoop .productWrapper .productImg .productLabelTags {
          top: 5px;
          right: 5px; } }
    .proLoop .productWrapper .productImg .productLabelTags {
      left: 10px;
      right: initial; }
      @media (max-width: 767px) {
        .proLoop .productWrapper .productImg .productLabelTags {
          left: 5px; } }
    .proLoop .productWrapper .productImg .productOut {
      background: #999; }
    .proLoop .productWrapper .productImg .productImgLink {
      display: flex;
      align-items: center; }
      .proLoop .productWrapper .productImg .productImgLink picture {
        width: 100%;
        transition: all 0.3s; }
      .proLoop .productWrapper .productImg .productImgLink picture:nth-of-type(2) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden; }
    .proLoop .productWrapper .productImg .productAction {
      transform: translate(-50%, 100px);
      transition: all .35s linear;
      position: absolute;
      bottom: 0px;
      left: 50%;
      padding: 0px 10px;
      display: flex; }
      @media (max-width: 767px) {
        .proLoop .productWrapper .productImg .productAction {
          transform: translate(-50%, 100px);
          transition: none;
          bottom: 0;
          padding: 0;
          justify-content: center; } }
      .proLoop .productWrapper .productImg .productAction a {
        background: #000000;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 10px;
        border-radius: 999px;
        font-size: 17px;
        text-align: center; }
        @media (max-width: 767px) {
          .proLoop .productWrapper .productImg .productAction a {
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center; }
            .proLoop .productWrapper .productImg .productAction a i {
              line-height: 30px !important; } }
        .proLoop .productWrapper .productImg .productAction a i {
          line-height: 40px; }
  .proLoop .productWrapper .productDetail {
    margin-top: 10px; }
    .proLoop .productWrapper .productDetail .productDetailMain {
      overflow: hidden; }
      .proLoop .productWrapper .productDetail .productDetailMain .productName {
        margin-bottom: 5px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
        .proLoop .productWrapper .productDetail .productDetailMain .productName a {
          color: #000;
          font-size: 10pt;
          font-weight: bold; }
        @media (max-width: 767px) {
          .proLoop .productWrapper .productDetail .productDetailMain .productName {
            font-size: 14px; } }
      .proLoop .productWrapper .productDetail .productDetailMain .productPriceMain .productPrice {
        color: #000000;
        font-weight: 500;
        display: inline-block; }
        @media (max-width: 767px) {
          .proLoop .productWrapper .productDetail .productDetailMain .productPriceMain .productPrice {
            font-size: 12px; } }
      .proLoop .productWrapper .productDetail .productDetailMain .productPriceMain del {
        font-weight: 300;
        margin-left: 5px;
        color: #bbbbbb; }
      .proLoop .productWrapper .productDetail .productDetailMain .productColors {
        display: flex;
        margin: 0 -3px;
        flex-wrap: wrap; }
        .proLoop .productWrapper .productDetail .productDetailMain .productColors .productColorsItem {
          margin: 0 3px 6px 3px;
          outline: 0; }
          .proLoop .productWrapper .productDetail .productDetailMain .productColors .productColorsItem.active span {
            position: relative;
            border: 1px solid #333; }
          .proLoop .productWrapper .productDetail .productDetailMain .productColors .productColorsItem span {
            display: block;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 1px solid #f4f4f4; }
            @media (min-width: 992px) {
              .proLoop .productWrapper .productDetail .productDetailMain .productColors .productColorsItem span {
                width: 36px;
                height: 36px; } }

.blogLoop {
  margin-bottom: 25px; }
  .blogLoop .blogWrapper .blogImage .blogImageLink {
    display: block;
    overflow: hidden; }
    .blogLoop .blogWrapper .blogImage .blogImageLink img {
      transition: all .5s linear; }
  .blogLoop .blogWrapper:hover img {
    transform: scale(1.1); }
  .blogLoop .blogWrapper .blogDetail .blogDetailPost {
    padding: 15px 0px; }
    .blogLoop .blogWrapper .blogDetail .blogDetailPost i {
      font-size: 14px;
      font-weight: 600;
      margin: 0px 5px 0 0;
      color: #7c7c7c; }
    .blogLoop .blogWrapper .blogDetail .blogDetailPost .blogDetailAuthor {
      font-size: 13px;
      color: #7c7c7c; }
    .blogLoop .blogWrapper .blogDetail .blogDetailPost .blogDetailDate {
      font-size: 13px;
      color: #7c7c7c; }
  .blogLoop .blogWrapper .blogDetail .blogDetailName {
    margin-bottom: 15px; }
    .blogLoop .blogWrapper .blogDetail .blogDetailName a {
      font-size: 18px;
      color: #000000;
      font-weight: 500; }
    .blogLoop .blogWrapper .blogDetail .blogDetailName:after {
      content: "";
      display: block;
      margin-top: 15px;
      width: 50px;
      height: 1px;
      background: #252a2b; }
  .blogLoop .blogWrapper .blogDetail .blogDetailLink {
    color: #000000;
    line-height: 30px;
    font-weight: 500; }
    .blogLoop .blogWrapper .blogDetail .blogDetailLink i {
      transition: all .3s linear;
      font-weight: 700;
      font-size: 10px; }
    .blogLoop .blogWrapper .blogDetail .blogDetailLink:hover i {
      padding-left: 10px; }
  .blogLoop .blogWrapper .blogDetailDescription {
    color: #666666; }

section#indexBlog {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    section#indexBlog {
      margin: 15px 0px !important; } }
  @media (min-width: 768px) {
    section#indexBlog .swiper-pagination {
      display: none; } }
  section#indexBlog .indexBlogHeader {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px; }
    section#indexBlog .indexBlogHeader p {
      font-size: 14px;
      color: #000000; }
    section#indexBlog .indexBlogHeader h2 {
      font-size: 25px;
      margin-bottom: 10px;
      position: relative;
      font-weight: 400; }
    section#indexBlog .indexBlogHeader:before {
      content: "";
      width: 200px;
      height: 2px;
      background: #e5e5e5;
      opacity: 0.6;
      position: absolute;
      bottom: 5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%); }
    section#indexBlog .indexBlogHeader:after {
      content: '*';
      color: #e5e5e5;
      width: 50px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      position: absolute;
      bottom: -5px;
      left: 50%;
      background: #fff;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      font-size: 16px; }

#article .articleMain .row > div:first-child {
  border-right: 1px solid #e1e1e1; }

#article .articleMain .articleBody {
  padding-right: 15px; }
  #article .articleMain .articleBody .articleImage img {
    width: 100%; }
  #article .articleMain .articleBody .articleName {
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px; }
  #article .articleMain .articleBody .articleInfo {
    padding: 15px 0px; }
    #article .articleMain .articleBody .articleInfo i {
      font-size: 15px;
      font-weight: 600;
      margin: 0px 5px; }
    #article .articleMain .articleBody .articleInfo .articleAuthor span {
      text-decoration: underline; }
    #article .articleMain .articleBody .articleInfo .articleDate time {
      text-decoration: underline; }
  #article .articleMain .articleBody .articleTool span.articlePrev {
    float: left; }
  #article .articleMain .articleBody .articleTool span.articleNext {
    float: right; }
  #article .articleMain .articleBody .articleTool span a {
    color: #000000; }

#pagination {
  margin-top: 20px; }
  #pagination .paginationNode {
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f4f4f4;
    color: #999;
    font-size: 12px;
    margin: 0px 5px; }
    #pagination .paginationNode.current {
      background: #000000;
      color: #fff; }
  #pagination .paginationNext,
  #pagination .paginationPrev {
    color: #999; }
    #pagination .paginationNext i,
    #pagination .paginationPrev i {
      font-weight: bold;
      font-size: 10px; }

#paginationCus .paginationNodeCus {
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  color: #999;
  font-size: 12px;
  font-weight: 700; }
  #paginationCus .paginationNodeCus.current {
    background: #000000;
    color: #000000; }

#paginationCus .paginationNextCus,
#paginationCus .paginationPrevCus {
  color: #000000; }
  #paginationCus .paginationNextCus i,
  #paginationCus .paginationPrevCus i {
    font-weight: bold;
    font-size: 10px; }

section#blogSidebar {
  padding: 0px 15px;
  position: sticky;
  top: 0; }
  @media (max-width: 767px) {
    section#blogSidebar {
      padding: 15px 0px !important; } }
  section#blogSidebar h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1; }
  section#blogSidebar .blogSidebarMenu {
    margin-bottom: 25px; }
    section#blogSidebar .blogSidebarMenu ul li {
      margin: 5px 0px; }
      section#blogSidebar .blogSidebarMenu ul li a {
        color: #333333;
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 1px; }
  section#blogSidebar .blogSidebarRecent .blogWrapper {
    margin-bottom: 10px; }
    section#blogSidebar .blogSidebarRecent .blogWrapper .blogImage {
      display: flex;
      align-items: center; }
      section#blogSidebar .blogSidebarRecent .blogWrapper .blogImage .blogImageLink {
        width: 40%;
        display: block; }
        section#blogSidebar .blogSidebarRecent .blogWrapper .blogImage .blogImageLink img {
          border-radius: 5px; }
    section#blogSidebar .blogSidebarRecent .blogWrapper .blogDetail {
      width: 60%;
      margin-left: 15px; }
      section#blogSidebar .blogSidebarRecent .blogWrapper .blogDetail .blogDetailName {
        font-size: 13px;
        margin-bottom: 5px; }
  section#blogSidebar .blogSiderbarTag a {
    border: 1px solid #e1e1e1;
    padding: 2.5px 25px;
    border-radius: 20px;
    margin: 5px 10px 5px 0px;
    background: #fff;
    display: inline-block; }

.collectionFilter {
  padding-bottom: 10px; }
  .collectionFilter .collectionFilterMobileAction {
    display: none; }
  .collectionFilter .collectionFilterMobileButton {
    display: none; }
  .collectionFilter .collectionFilterBlock {
    margin-top: 15px;
    padding: 15px; }
    .collectionFilter .collectionFilterBlock:not(:last-child) {
      background: #f9f9f9; }
    .collectionFilter .collectionFilterBlock h4 {
      font-size: 16px;
      text-transform: uppercase;
      margin: 0; }
    .collectionFilter .collectionFilterBlock ul.collectionFilterList {
      margin-top: 10px; }
      .collectionFilter .collectionFilterBlock ul.collectionFilterList li {
        display: flex;
        align-items: center; }
        .collectionFilter .collectionFilterBlock ul.collectionFilterList li:not(:last-child) {
          border-bottom: 1px dotted #ccc; }
        .collectionFilter .collectionFilterBlock ul.collectionFilterList li label {
          margin: 0;
          font-size: 14px;
          padding: 12px 15px 10px;
          display: block;
          width: 100%; }
          @media (max-width: 767px) {
            .collectionFilter .collectionFilterBlock ul.collectionFilterList li label {
              padding: 12px 0px 10px; } }
    .collectionFilter .collectionFilterBlock.color ul.collectionFilterList {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li {
        width: calc(100% / 3);
        border-bottom: 1px dotted #ccc;
        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 #333333;
            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; }
          .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; }

#collection .collectionMain .collectionMainContent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  #collection .collectionMain .collectionMainContent .filterMobile {
    display: none; }
    @media (max-width: 767px) {
      #collection .collectionMain .collectionMainContent .filterMobile {
        display: block;
        font-weight: 700;
        font-size: 12px; }
        #collection .collectionMain .collectionMainContent .filterMobile i {
          font-weight: 700;
          margin-right: 5px; } }
  #collection .collectionMain .collectionMainContent .collectionMainContentLeft {
    width: 25%; }
    @media (max-width: 767px) {
      #collection .collectionMain .collectionMainContent .collectionMainContentLeft {
        width: 100%;
        margin-right: 0; } }
    #collection .collectionMain .collectionMainContent .collectionMainContentLeft h1 {
      margin-bottom: 15px;
      font-size: 23px;
      height: 50px;
      line-height: 50px; }
      @media (max-width: 767px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentLeft h1 {
          margin-bottom: 0; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentLeft h1 {
          font-size: 17px; } }
    @media (max-width: 767px) {
      #collection .collectionMain .collectionMainContent .collectionMainContentLeft .collectionFilter {
        display: none; } }
  #collection .collectionMain .collectionMainContent .collectionMainContentRight {
    width: 75%;
    padding-left: 20px; }
    #collection .collectionMain .collectionMainContent .collectionMainContentRight.fullWidth {
      width: 100%;
      padding-left: 0; }
    @media (max-width: 767px) {
      #collection .collectionMain .collectionMainContent .collectionMainContentRight {
        width: 100%;
        padding-left: 0; } }
    #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionHeader {
      height: 50px;
      line-height: 50px;
      margin-bottom: 15px; }
      #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionHeader .row {
        align-items: center; }
      @media (max-width: 767px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionHeader .sortByMain label {
          display: none; } }
      #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionHeader .sortByMain #sortBy {
        display: inline-block;
        width: 200px;
        background-color: white;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 1.5em; }
        @media (min-width: 768px) {
          #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionHeader .sortByMain #sortBy {
            background: #ffffff !important; } }
    #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionListProduct {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionListProduct {
          margin-left: -7.5px;
          margin-right: -7.5px; } }
      @media (min-width: 768px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionListProduct {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 1201px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionListProduct .proLoop {
          width: calc(100% / 4); } }
      @media (min-width: 768px) and (max-width: 1200px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionListProduct .proLoop {
          width: calc(100% / 3); } }
      @media (max-width: 767px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionListProduct .proLoop {
          width: calc(100% / 2); } }

.priceRangeBox .priceRange {
  background: rgba(255, 255, 255, 0.8);
  width: 500px;
  padding: 40px;
  height: 220px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.priceRangeBox h2 {
  color: #ff0006;
  margin-bottom: 30px; }

.priceRangeBox span {
  font-size: 20px;
  margin-right: 10px; }

.priceRangeBox .noUi-target {
  height: 5px;
  border: none;
  margin: 20px 0 0 0; }

@media screen and (max-width: 767px) {
  .priceRangeBox .noUi-target {
    margin: 30px 0 10px 0; } }

.priceRangeBox .noUi-target .noUi-base {
  background: #ccc;
  border: none;
  border-radius: 15px;
  cursor: pointer; }

.priceRangeBox .noUi-connects {
  background: #e1e1e1; }

.priceRangeBox .noUi-target .noUi-base .noUi-connect {
  background: #a9a9a9; }

.priceRangeBox .noUi-target .noUi-base .noUi-tooltip {
  bottom: -35px;
  color: #000000;
  border: none;
  outline: none;
  font-weight: bold; }

.priceRangeBox .noUi-handle.noUi-handle-lower,
.priceRangeBox .noUi-handle.noUi-handle-upper {
  background: #000000;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  outline: none;
  right: -10px;
  cursor: pointer;
  top: -5px;
  box-shadow: 0 2px 4px rgba(40, 40, 40, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.priceRangeBox .noUi-handle.noUi-handle-upper {
  right: 0; }

.priceRangeBox .noUi-handle.noUi-handle-lower.noUi-active,
.priceRangeBox .noUi-handle.noUi-handle-upper.noUi-active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.priceRangeBox .noUi-handle.noUi-handle-lower::before,
.priceRangeBox .noUi-handle.noUi-handle-lower::after,
.priceRangeBox .noUi-handle.noUi-handle-upper::before,
.priceRangeBox .noUi-handle.noUi-handle-upper::after {
  display: none; }

.priceRangeBox .noUi-handle.noUi-handle-lower .noUi-touch-area,
.priceRangeBox .noUi-handle.noUi-handle-upper .noUi-touch-area {
  width: 15px;
  height: 15px; }

.priceRangeBox .priceRangeValueBox span {
  font-size: 16px; }
  .priceRangeBox .priceRangeValueBox span:first-child {
    font-weight: bold; }

/* Page Contact */
.intro-section {
  padding-bottom: 34%;
  position: relative; }
  @media (max-width: 1023px) {
    .intro-section {
      padding-bottom: 50%; } }
  @media (max-width: 767px) {
    .intro-section {
      padding-bottom: 80%; } }
  .intro-section .particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .intro-section h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 1023px) {
      .intro-section h1 {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .intro-section h1 {
        font-size: 32px; } }

.contact-section-info {
  display: flex;
  flex-wrap: wrap; }
  .contact-section-info .contact-section-info-left {
    width: 50%;
    position: relative; }
    @media (max-width: 767px) {
      .contact-section-info .contact-section-info-left {
        width: 100%; } }
    .contact-section-info .contact-section-info-left .contact-section-info-left-wrap {
      position: absolute;
      left: calc(50vw - 600px);
      top: 50%;
      transform: translateY(-50%);
      color: #fff; }
      @media (max-width: 1199px) {
        .contact-section-info .contact-section-info-left .contact-section-info-left-wrap {
          left: calc(50vw - 465px); } }
      @media (max-width: 991px) {
        .contact-section-info .contact-section-info-left .contact-section-info-left-wrap {
          left: calc(50vw - 345px); } }
      @media (max-width: 767px) {
        .contact-section-info .contact-section-info-left .contact-section-info-left-wrap {
          position: relative;
          left: initial;
          top: initial;
          transform: translateY(0);
          padding: 50px 15px; } }
      .contact-section-info .contact-section-info-left .contact-section-info-left-wrap h4 {
        font-weight: 400;
        position: relative;
        margin-bottom: 30px; }
        .contact-section-info .contact-section-info-left .contact-section-info-left-wrap h4:after {
          content: '';
          border-top: 2px solid #000000;
          position: absolute;
          bottom: -15px;
          width: 70px;
          left: 0; }
      .contact-section-info .contact-section-info-left .contact-section-info-left-wrap p {
        font-weight: 300;
        font-size: 13px; }
      .contact-section-info .contact-section-info-left .contact-section-info-left-wrap div {
        color: #000000; }
  .contact-section-info .contact-section-info-right {
    width: 50%;
    filter: grayscale(1); }
    @media (max-width: 767px) {
      .contact-section-info .contact-section-info-right {
        width: 100%; } }

.contact-section-content {
  padding-top: 60px;
  padding-bottom: 30px; }
  .contact-section-content h2 {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    color: #464646; }
    .contact-section-content h2:after {
      content: '';
      border-top: 2px solid #000000;
      position: absolute;
      bottom: -15px;
      width: 70px;
      left: 50%;
      transform: translateX(-50%); }
  .contact-section-content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #464646;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px; }
  .contact-section-content .contact-section-form .form-control {
    background: #e8e9ea;
    border-radius: 6px;
    border: none;
    margin-bottom: 15px;
    color: #464646; }
  .contact-section-content .contact-section-form textarea {
    min-height: 130px; }
  .contact-section-content .contact-section-form img {
    max-width: 40px;
    margin-top: 40px; }
  .contact-section-content .contact-section-form button {
    border: 1px solid #000000;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 700;
    color: #464646; }

/* End Page Contact */
#quickviewModal .productWrap .swiper-slide {
  border: 1px solid transparent;
  padding: 3px; }
  #quickviewModal .productWrap .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #bbb; }

#quickviewModal .productWrap .productWrapImage .thumbImage {
  margin-top: 15px; }

#quickviewModal .productWrap .productWrapDetail .productCollection span {
  font-weight: 500; }

#quickviewModal .productWrap .productWrapDetail .productTitle {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    #quickviewModal .productWrap .productWrapDetail .productTitle {
      font-size: 20px; } }

#quickviewModal .productWrap .productWrapDetail .productPrice .productPriceBox .productPriceMain {
  color: #333;
  font-size: 25px;
  font-weight: 500; }

#quickviewModal .productWrap .productWrapDetail .productPrice .productPriceBox .productPriceCompare {
  margin-left: 10px;
  color: #d1d1d1; }

#quickviewModal .productWrap .productWrapDetail .productPrice .productPriceBox .productDiscount {
  margin-left: 10px;
  font-size: 15px;
  color: red; }

#quickviewModal .productWrap .productWrapDetail .productDes {
  margin-top: 10px; }

#quickviewModal .productWrap .productWrapDetail .productSku {
  font-weight: 500; }

#quickviewModal .productWrap .productWrapDetail .productInfoMain {
  margin-bottom: 10px; }
  #quickviewModal .productWrap .productWrapDetail .productInfoMain span {
    font-weight: 400;
    margin-right: 5px; }

#quickviewModal .productWrap .productWrapDetail #productSelect,
#quickviewModal .productWrap .productWrapDetail .selector-wrapper {
  display: none; }

#quickviewModal .productWrap .productWrapDetail .productActionMain {
  display: flex; }
  #quickviewModal .productWrap .productWrapDetail .productActionMain .quantityArea {
    display: flex; }
    #quickviewModal .productWrap .productWrapDetail .productActionMain .quantityArea .qtyBtn {
      background: none;
      border: 1px solid #e1e1e1;
      height: 35px; }
      #quickviewModal .productWrap .productWrapDetail .productActionMain .quantityArea .qtyBtn i {
        color: #e1e1e1; }
    #quickviewModal .productWrap .productWrapDetail .productActionMain .quantityArea input {
      width: 100px;
      border: 1px solid #e1e1e1;
      border-left: none;
      border-right: none;
      border-radius: 0;
      text-align: center; }
  #quickviewModal .productWrap .productWrapDetail .productActionMain .productAction button {
    margin-left: 10px;
    height: 35px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 5px 30px;
    font-weight: 500; }

#quickviewModal .productWrap .productTabsContent {
  margin: 50px 0px; }
  #quickviewModal .productWrap .productTabsContent ul#myTab {
    border-bottom: 1px solid #e1e1e1;
    justify-content: start; }
    @media (max-width: 767px) {
      #quickviewModal .productWrap .productTabsContent ul#myTab {
        border: none; } }
    #quickviewModal .productWrap .productTabsContent ul#myTab li {
      margin-right: 15px; }
      @media (max-width: 767px) {
        #quickviewModal .productWrap .productTabsContent ul#myTab li {
          margin: 0px 5px; } }
      #quickviewModal .productWrap .productTabsContent ul#myTab li:last-child {
        margin-right: 0px; }
      #quickviewModal .productWrap .productTabsContent ul#myTab li a {
        color: #333;
        font-size: 20px;
        font-weight: 700;
        border: none;
        padding: 0; }
        #quickviewModal .productWrap .productTabsContent ul#myTab li a.active {
          border-bottom: 3px solid #000000;
          color: #000000; }
  #quickviewModal .productWrap .productTabsContent #myTabContent {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px; }

#quickviewModal .productWrap .productRelate {
  margin-bottom: 25px;
  margin-top: 45px; }
  #quickviewModal .productWrap .productRelate h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin-bottom: 25px; }
    #quickviewModal .productWrap .productRelate h2:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      flex: 1;
      margin-right: 30px;
      background: #e1e1e1; }
    #quickviewModal .productWrap .productRelate h2:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      flex: 1;
      margin-left: 30px;
      background: #e1e1e1; }

#quickviewModal .productWrap .productSeen h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  margin-bottom: 25px; }
  #quickviewModal .productWrap .productSeen h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    flex: 1;
    margin-right: 30px;
    background: #e1e1e1; }
  #quickviewModal .productWrap .productSeen h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    flex: 1;
    margin-left: 30px;
    background: #e1e1e1; }

div#accountModal .modal-content .modal-body {
  overflow: hidden; }
  div#accountModal .modal-content .modal-body h5 {
    margin-top: 10px; }
  div#accountModal .modal-content .modal-body > .row > div:first-child {
    border-right: 1px solid #e1e1e1; }
  div#accountModal .modal-content .modal-body .modalLogo {
    margin-bottom: 15px; }
  div#accountModal .modal-content .modal-body .nav-pills .nav-link.active {
    background: rgba(0, 0, 0, 0.03);
    color: #000; }
  div#accountModal .modal-content .modal-body button {
    background: #222;
    border-radius: 0;
    width: 100%;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: .25rem; }

#sidebarAll.mi1 {
  background: #fff;
  position: fixed;
  width: 300px;
  top: 0;
  right: 0;
  height: 100%;
  box-shadow: 0px 2px 4px rgba(40, 40, 40, 0.2);
  transition: all 0.3s linear;
  transform: translateX(100%);
  z-index: 10000;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    #sidebarAll.mi1 {
      width: 80%;
      padding: 0;
      margin: 0;
      right: -5px; } }
  #sidebarAll.mi1::-webkit-scrollbar {
    width: 5px; }
  #sidebarAll.mi1.active {
    transform: translateX(0%); }
  #sidebarAll.mi1 > div {
    display: none; }
  #sidebarAll.mi1 .sidebarAllFilter .collectionFilter {
    padding-bottom: 100px; }
  #sidebarAll.mi1 .sidebarAllHeader {
    background: #ffffff;
    height: 50px;
    text-align: center;
    line-height: 50px; }
    #sidebarAll.mi1 .sidebarAllHeader .closeSidebar {
      float: left;
      margin-left: 20px; }
      #sidebarAll.mi1 .sidebarAllHeader .closeSidebar i {
        line-height: 50px;
        font-weight: 700;
        cursor: pointer; }
    #sidebarAll.mi1 .sidebarAllHeader span:last-child {
      text-transform: uppercase;
      font-size: 16px; }
  #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical {
    padding: 20px;
    padding-top: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto; }
    @media (max-width: 767px) {
      #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical {
        padding: 20px;
        padding-top: 0;
        padding-left: 5px;
        padding-right: 5px; } }
    #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical::-webkit-scrollbar {
      width: 10px; }
    #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li {
      padding: 10px 0px;
      border-bottom: 1px dotted #e1e1e1; }
      @media (max-width: 767px) {
        #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li {
          padding: 10px 15px; } }
      #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li.active > a {
        color: #000000; }
      #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > a {
        display: block;
        font-weight: 700; }
        @media (max-width: 767px) {
          #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > a {
            font-size: 15px; } }
        #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > a i {
          float: right;
          transition: all .3s linear; }
          @media (max-width: 767px) {
            #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > a i {
              display: flex;
              justify-content: center;
              align-items: center;
              vertical-align: middle;
              padding-top: 3px;
              padding-right: 5px; } }
          #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > a i.activeMenuVertical {
            transform: rotate(90deg); }
      #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo {
        display: none;
        padding-top: 15px;
        margin-left: 15px; }
        @media (max-width: 767px) {
          #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo {
            padding-top: 10px;
            margin-left: 10px; } }
        #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem {
          padding: 10px 0px;
          border-bottom: 1px dotted #e1e1e1; }
          #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem:first-child {
            padding-top: 0; }
          #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem:last-child {
            border-bottom: none;
            padding-bottom: 0; }
          #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a {
            display: block; }
            @media (max-width: 767px) {
              #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a {
                font-size: 15px; } }
            #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a i {
              float: right;
              transition: all .3s linear; }
              #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a i.activeMenuVertical {
                transform: rotate(90deg); }
          #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul {
            display: none;
            padding-top: 15px;
            margin-left: 30px; }
            @media (max-width: 767px) {
              #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul {
                margin-left: 20px; }
                #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li a {
                  font-size: 15px; } }
            #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li {
              padding: 10px 0px;
              border-bottom: 1px dotted #e1e1e1; }
              #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li:first-child {
                padding-top: 0; }
              #sidebarAll.mi1 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li:last-child {
                border-bottom: none;
                padding-bottom: 0; }
  #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody {
    margin: 20px; }
    #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain {
      display: flex;
      padding: 15px 0px;
      border-bottom: 1px dotted #e1e1e1; }
      #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain > a {
        display: block; }
        #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain > a .itemImage {
          width: 75px;
          margin-right: 10px;
          height: auto; }
      #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemTitle {
        font-weight: 500; }
      #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemVariant {
        font-size: 11px; }
      #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .itemQuantity {
          display: flex;
          width: 50%; }
          #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .itemQuantity .qtyBtn {
            background: none;
            border: 1px solid #ccc;
            height: 25px;
            width: 25px; }
            #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .itemQuantity .qtyBtn i {
              color: #bbbbbb; }
              #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .itemQuantity .qtyBtn i:hover {
                color: #000; }
          #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .itemQuantity input {
            width: 100%;
            border: 1px solid #ccc;
            border-left: none;
            border-right: none;
            border-radius: 0;
            text-align: center; }
            @media (max-width: 767px) {
              #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .itemQuantity input {
                height: 25px; } }
        #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .removeItem {
          cursor: pointer;
          margin-left: 20px; }
          #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .removeItem:hover {
            color: #000000; }
      #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemPriceInfo {
        font-weight: 500;
        margin-bottom: 10px;
        display: flex; }
        #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemPriceInfo .itemPriceMain {
          display: block;
          color: #000000; }
        #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllBody .itemMain .itemPriceInfo .itemPriceCompare del {
          font-weight: 300;
          margin-left: 5px;
          color: #bbbbbb; }
  #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllFooter {
    margin: 20px; }
    #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllFooter .totalPrice {
      display: flex;
      justify-content: space-between; }
      #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllFooter .totalPrice span:last-child {
        color: #000000;
        font-weight: 700; }
    #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllFooter .mainCartButton {
      display: block;
      cursor: pointer;
      background: #000000;
      width: 100%;
      text-align: center;
      margin: 10px 0px;
      padding: 10px;
      color: #fff; }
      #sidebarAll.mi1 .sidebarAllMainCart .sidebarAllFooter .mainCartButton.continue {
        background: #000 !important;
        text-align: center; }
  #sidebarAll.mi1 .sidebarAllMainSearch .headerSearch {
    position: relative;
    margin: 10px;
    width: 95%; }
    #sidebarAll.mi1 .sidebarAllMainSearch .headerSearch i {
      font-size: 24px; }
    #sidebarAll.mi1 .sidebarAllMainSearch .headerSearch > i {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 20px;
      font-size: 24px; }
    #sidebarAll.mi1 .sidebarAllMainSearch .headerSearch .headerSearchMain #headerSearchInput {
      width: 100%;
      padding: 7.5px 0px 7.5px 50px;
      border: none;
      border: 1px solid #e1e1e1;
      border-radius: 30px; }
    #sidebarAll.mi1 .sidebarAllMainSearch .headerSearch #headerSearchButton {
      position: absolute;
      top: 0;
      right: 10px;
      font-weight: 700; }
  #sidebarAll.mi1 .sidebarAllMainSearch .headerSmartSearchResult {
    margin: 10px; }
    #sidebarAll.mi1 .sidebarAllMainSearch .headerSmartSearchResult a {
      display: flex;
      margin: 15px 0px; }
      #sidebarAll.mi1 .sidebarAllMainSearch .headerSmartSearchResult a img {
        width: 75px;
        margin-right: 10px;
        height: auto; }
      #sidebarAll.mi1 .sidebarAllMainSearch .headerSmartSearchResult a span {
        font-weight: 500;
        margin-bottom: 0px;
        color: #fff; }
        #sidebarAll.mi1 .sidebarAllMainSearch .headerSmartSearchResult a span span {
          display: block;
          color: #fff; }
  #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody {
    margin: 20px; }
    #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist {
      display: flex;
      padding: 15px 0px;
      border-bottom: 1px dotted #e1e1e1; }
      #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist > a {
        display: block; }
        #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist > a .itemImage {
          width: 75px;
          margin-right: 10px;
          height: auto; }
      #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemTitle {
        font-weight: 500; }
      #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemPriceInfo {
        font-weight: 500;
        margin-bottom: 10px;
        display: flex; }
        #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemPriceInfo .itemPriceMain {
          display: block;
          color: #000000; }
        #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemPriceInfo .itemPriceCompare del {
          font-weight: 300;
          margin-left: 5px;
          color: #bbbbbb; }
      #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .itemQuantity {
          display: flex;
          width: 50%; }
          #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .itemQuantity .qtyBtn {
            background: none;
            border: 1px solid #ccc;
            height: 25px;
            width: 25px; }
            #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .itemQuantity .qtyBtn i {
              color: #bbbbbb; }
              #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .itemQuantity .qtyBtn i:hover {
                color: #000; }
          #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .itemQuantity input {
            width: 100%;
            border: 1px solid #ccc;
            border-left: none;
            border-right: none;
            border-radius: 0;
            text-align: center; }
            @media (max-width: 767px) {
              #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .itemQuantity input {
                height: 25px; } }
        #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .removeItem {
          cursor: pointer; }
          #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .removeItem:hover {
            color: #000000; }
      #sidebarAll.mi1 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .itemAdd a {
        color: #fff !important;
        background: #000000;
        padding: 7px 30px 5px;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 5px;
        display: block;
        text-align: center;
        cursor: pointer; }

#sidebarAll.mi2 {
  background: #000;
  position: fixed;
  width: 300px;
  top: 0;
  height: 100%;
  box-shadow: 0px 2px 4px rgba(40, 40, 40, 0.2);
  transition: all 0.3s linear;
  z-index: 10000;
  overflow-y: scroll; }
  @media (min-width: 1200px) {
    #sidebarAll.mi2 {
      right: 0;
      transform: translateX(100%); } }
  @media (max-width: 1199px) {
    #sidebarAll.mi2 {
      left: -1000px;
      transform: translateX(-100%); } }
  @media (max-width: 767px) {
    #sidebarAll.mi2 {
      width: 80%;
      padding: 0;
      margin: 0; } }
  #sidebarAll.mi2::-webkit-scrollbar {
    width: 5px; }
  @media (min-width: 1200px) {
    #sidebarAll.mi2.active {
      transform: translateX(0%); } }
  @media (max-width: 1199px) {
    #sidebarAll.mi2.active {
      left: 0;
      transition: all 0.3s linear;
      transform: translateX(0%); } }
  #sidebarAll.mi2 > div {
    display: none; }
  #sidebarAll.mi2 .sidebarAllFilter .collectionFilter {
    padding-bottom: 100px; }
  #sidebarAll.mi2 .sidebarAllHeader {
    background: #000;
    height: 50px;
    text-align: center;
    line-height: 50px; }
    #sidebarAll.mi2 .sidebarAllHeader a {
      background: #fff;
      display: flex;
      align-items: center;
      text-align: left;
      padding: 5px 10px;
      gap: 10px; }
      #sidebarAll.mi2 .sidebarAllHeader a ._object {
        width: 40px;
        height: 40px;
        overflow: hidden;
        font-size: 24px;
        align-items: center;
        display: flex; }
      #sidebarAll.mi2 .sidebarAllHeader a ._body {
        line-height: 18px;
        font-weight: 600; }
    #sidebarAll.mi2 .sidebarAllHeader .closeSidebar {
      float: left;
      margin-left: 20px; }
      #sidebarAll.mi2 .sidebarAllHeader .closeSidebar i {
        line-height: 50px;
        font-weight: 700;
        cursor: pointer;
        color: #fff; }
    #sidebarAll.mi2 .sidebarAllHeader span:last-child {
      text-transform: uppercase;
      font-size: 16px;
      color: #fff; }
  #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical {
    padding: 20px;
    padding-top: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto; }
    @media (max-width: 767px) {
      #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical {
        padding: 20px;
        padding-top: 0;
        padding-left: 5px;
        padding-right: 5px; } }
    #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical::-webkit-scrollbar {
      width: 10px; }
    #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li {
      padding: 10px 0px;
      border-bottom: 1px dotted #e1e1e1; }
      @media (max-width: 767px) {
        #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li {
          padding: 10px 15px; } }
      #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li.active > a {
        color: #000000; }
      #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > a {
        display: block;
        font-weight: 700; }
        @media (max-width: 767px) {
          #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > a {
            font-size: 15px; } }
        #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > a i {
          float: right;
          transition: all .3s linear; }
          @media (max-width: 767px) {
            #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > a i {
              display: flex;
              justify-content: center;
              align-items: center;
              vertical-align: middle;
              padding-top: 3px;
              padding-right: 5px; } }
          #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > a i.activeMenuVertical {
            transform: rotate(90deg); }
      #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo {
        display: none;
        padding-top: 15px;
        margin-left: 15px; }
        @media (max-width: 767px) {
          #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo {
            padding-top: 10px;
            margin-left: 10px; } }
        #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem {
          padding: 10px 0px;
          border-bottom: 1px dotted #e1e1e1; }
          #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem:first-child {
            padding-top: 0; }
          #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem:last-child {
            border-bottom: none;
            padding-bottom: 0; }
          #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a {
            display: block; }
            @media (max-width: 767px) {
              #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a {
                font-size: 15px; } }
            #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a i {
              float: right;
              transition: all .3s linear; }
              #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a i.activeMenuVertical {
                transform: rotate(90deg); }
          #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul {
            display: none;
            padding-top: 15px;
            margin-left: 30px; }
            @media (max-width: 767px) {
              #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul {
                margin-left: 20px; }
                #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li a {
                  font-size: 15px; } }
            #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li {
              padding: 10px 0px;
              border-bottom: 1px dotted #e1e1e1; }
              #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li:first-child {
                padding-top: 0; }
              #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li:last-child {
                border-bottom: none;
                padding-bottom: 0; }
  #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody {
    margin: 20px; }
    #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain {
      display: flex;
      padding: 15px 0px;
      border-bottom: 1px dotted #e1e1e1; }
      #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain > a {
        display: block; }
        #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain > a .itemImage {
          width: 75px;
          margin-right: 10px;
          height: auto; }
      #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemTitle {
        font-weight: 500; }
      #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemVariant {
        font-size: 11px; }
      #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .itemQuantity {
          display: flex;
          width: 50%; }
          #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .itemQuantity .qtyBtn {
            background: none;
            border: 1px solid #ccc;
            height: 25px;
            width: 25px; }
            #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .itemQuantity .qtyBtn i {
              color: #bbbbbb; }
              #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .itemQuantity .qtyBtn i:hover {
                color: #000; }
          #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .itemQuantity input {
            width: 100%;
            border: 1px solid #ccc;
            border-left: none;
            border-right: none;
            border-radius: 0;
            text-align: center; }
            @media (max-width: 767px) {
              #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .itemQuantity input {
                height: 25px; } }
        #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .removeItem {
          cursor: pointer;
          margin-left: 20px; }
          #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .removeItem:hover {
            color: #000000; }
      #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemPriceInfo {
        font-weight: 500;
        margin-bottom: 10px;
        display: flex; }
        #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemPriceInfo .itemPriceMain {
          display: block;
          color: #000000; }
        #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllBody .itemMain .itemPriceInfo .itemPriceCompare del {
          font-weight: 300;
          margin-left: 5px;
          color: #bbbbbb; }
  #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllFooter {
    margin: 20px; }
    #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllFooter .totalPrice {
      display: flex;
      justify-content: space-between; }
      #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllFooter .totalPrice span:last-child {
        color: #000000;
        font-weight: 700; }
    #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllFooter .mainCartButton {
      display: block;
      cursor: pointer;
      background: #000000;
      width: 100%;
      text-align: center;
      margin: 10px 0px;
      padding: 10px;
      color: #fff; }
      #sidebarAll.mi2 .sidebarAllMainCart .sidebarAllFooter .mainCartButton.continue {
        background: #000 !important;
        text-align: center; }
  #sidebarAll.mi2 .sidebarAllMainSearch .headerSearch {
    position: relative;
    margin: 10px;
    width: 95%; }
    #sidebarAll.mi2 .sidebarAllMainSearch .headerSearch > i {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 20px;
      font-size: 20px; }
    #sidebarAll.mi2 .sidebarAllMainSearch .headerSearch .headerSearchMain #headerSearchInput {
      width: 100%;
      padding: 7.5px 0px 7.5px 50px;
      border: none;
      border: 1px solid #e1e1e1;
      border-radius: 30px; }
    #sidebarAll.mi2 .sidebarAllMainSearch .headerSearch #headerSearchButton {
      position: absolute;
      top: 0;
      right: 10px;
      font-weight: 700; }
  #sidebarAll.mi2 .sidebarAllMainSearch .headerSmartSearchResult {
    margin: 10px; }
    #sidebarAll.mi2 .sidebarAllMainSearch .headerSmartSearchResult a {
      display: flex;
      margin: 15px 0px; }
      #sidebarAll.mi2 .sidebarAllMainSearch .headerSmartSearchResult a img {
        width: 75px;
        margin-right: 10px;
        height: auto; }
      #sidebarAll.mi2 .sidebarAllMainSearch .headerSmartSearchResult a span {
        font-weight: 500;
        margin-bottom: 10px;
        color: #fff; }
        #sidebarAll.mi2 .sidebarAllMainSearch .headerSmartSearchResult a span span {
          display: block;
          color: #fff; }
  #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody {
    margin: 20px; }
    #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist {
      display: flex;
      padding: 15px 0px;
      border-bottom: 1px dotted #e1e1e1; }
      #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist > a {
        display: block; }
        #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist > a .itemImage {
          width: 75px;
          margin-right: 10px;
          height: auto; }
      #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemTitle {
        font-weight: 500; }
      #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemPriceInfo {
        font-weight: 500;
        margin-bottom: 10px;
        display: flex; }
        #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemPriceInfo .itemPriceMain {
          display: block;
          color: #000000; }
        #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemPriceInfo .itemPriceCompare del {
          font-weight: 300;
          margin-left: 5px;
          color: #bbbbbb; }
      #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .itemQuantity {
          display: flex;
          width: 50%; }
          #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .itemQuantity .qtyBtn {
            background: none;
            border: 1px solid #ccc;
            height: 25px;
            width: 25px; }
            #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .itemQuantity .qtyBtn i {
              color: #bbbbbb; }
              #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .itemQuantity .qtyBtn i:hover {
                color: #000; }
          #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .itemQuantity input {
            width: 100%;
            border: 1px solid #ccc;
            border-left: none;
            border-right: none;
            border-radius: 0;
            text-align: center; }
            @media (max-width: 767px) {
              #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .itemQuantity input {
                height: 25px; } }
        #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .removeItem {
          cursor: pointer; }
          #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .groupAdd .removeItem:hover {
            color: #000000; }
      #sidebarAll.mi2 .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemAction .itemAdd a {
        color: #fff !important;
        background: #000000;
        padding: 7px 30px 5px;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 5px;
        display: block;
        text-align: center;
        cursor: pointer; }

.overplayAll {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: rgba(40, 40, 40, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s;
  z-index: 9999; }
  .overplayAll.active {
    opacity: 1;
    visibility: visible; }

.product-swatch {
  margin-bottom: 10px; }
  .product-swatch .product-sw-line {
    margin-top: 15px;
    transition: 0.3s all; }
    .product-swatch .product-sw-line .product-sw-title {
      font-weight: 700;
      margin-bottom: 10px; }
      .product-swatch .product-sw-line .product-sw-title .colorHover {
        margin-left: 5px; }
    .product-swatch .product-sw-line .product-sw-select {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 15px; }
      .product-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
        display: flex;
        color: #000;
        border: 1px solid #e5e5e5;
        min-width: 50px;
        height: 34px;
        margin: 0;
        justify-content: center;
        align-items: center;
        padding: 3px 10px;
        cursor: pointer;
        width: max-content;
        border-radius: 8px;
        font-size: 14px;
        font-weight: bold; }
      .product-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label {
        border-color: #222;
        font-weight: 700;
        color: #222; }
      .product-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label {
        background: url(https://theme.hstatic.net/1000405253/1000644745/14/sold_out.png?v=1);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        opacity: 0.5;
        pointer-events: none; }
      .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label {
        opacity: 0.5;
        pointer-events: none; }
        .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span {
          position: relative; }
          .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span:after {
            background: url(https://theme.hstatic.net/1000405253/1000644745/14/sold_out.png?v=1);
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: top center;
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 999999;
            width: 100%;
            height: 100%; }
      .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
        border: none;
        height: 45px;
        width: 45px;
        min-width: auto;
        position: relative;
        overflow: hidden;
        padding: 2px; }
        .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
          border: 1px solid #f1f1f1;
          display: block;
          height: 100%;
          width: 100%;
          cursor: pointer;
          border-radius: 8px; }
      .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
        padding: 2px;
        border: 1px solid #000;
        border-radius: 8px; }
    .product-swatch .product-sw-line.unchecked {
      position: relative;
      padding: 10px 0;
      width: max-content;
      max-width: 100%; }
      .product-swatch .product-sw-line.unchecked:after {
        border: 1px solid #ff3102;
        border-radius: 16px;
        content: "";
        height: 100%;
        left: -13px;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: calc(100% + 26px); }

#searchPage {
  margin: 25px 0px; }
  #searchPage .searchPageHeader {
    text-align: center; }
  #searchPage .searchPageBody .searchField {
    margin-top: 25px; }
    #searchPage .searchPageBody .searchField .searchForm {
      width: 50%;
      margin: 0 auto;
      position: relative; }
      #searchPage .searchPageBody .searchField .searchForm input.search_box {
        width: 100%;
        padding: 7.5px 15px;
        border-radius: 30px;
        border: 1px solid #e1e1e1; }
      #searchPage .searchPageBody .searchField .searchForm input#go {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        outline: none;
        font-weight: 700; }
  #searchPage .noMessageContent {
    margin-top: 25px;
    text-align: center; }
  #searchPage .noMessage,
  #searchPage .searchResult {
    text-align: center;
    margin-bottom: 25px; }

#productPage .productWrap .productWrapImage {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/ }
  #productPage .productWrap .productWrapImage .swiper-button-prev, #productPage .productWrap .productWrapImage .swiper-button-next {
    top: 50% !important; }
  #productPage .productWrap .productWrapImage .thumbImage {
    margin-top: 15px; }
  #productPage .productWrap .productWrapImage a#clickMagnific {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    font-size: 20px; }

#productPage .productWrap .productWrapDetail {
  position: sticky;
  top: 0; }
  #productPage .productWrap .productWrapDetail .productCollection span {
    font-weight: 500; }
  #productPage .productWrap .productWrapDetail .productTitle {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #productPage .productWrap .productWrapDetail .productTitle {
        font-size: 20px; } }
    @media (max-width: 767px) {
      #productPage .productWrap .productWrapDetail .productTitle {
        font-size: 22px; } }
  @media (max-width: 767px) {
    #productPage .productWrap .productWrapDetail .productVendor {
      margin-top: 25px;
      text-transform: uppercase;
      font-size: 14px; } }
  #productPage .productWrap .productWrapDetail .productPrice .productPriceBox .productPriceMain {
    color: #333;
    font-size: 25px;
    font-weight: 500; }
  #productPage .productWrap .productWrapDetail .productPrice .productPriceBox .productPriceCompare {
    margin-left: 10px;
    color: #d1d1d1; }
  #productPage .productWrap .productWrapDetail .productPrice .productPriceBox .productDiscount {
    margin-left: 10px;
    font-size: 15px;
    color: #ff0e0e; }
  #productPage .productWrap .productWrapDetail .productDes {
    margin-top: 10px;
    color: #555; }
  #productPage .productWrap .productWrapDetail .productSku {
    font-weight: 500; }
  #productPage .productWrap .productWrapDetail .productInfoMain {
    margin-bottom: 10px; }
    #productPage .productWrap .productWrapDetail .productInfoMain span {
      font-weight: 400;
      margin-right: 5px; }
  #productPage .productWrap .productWrapDetail #productSelect,
  #productPage .productWrap .productWrapDetail .selector-wrapper {
    display: none; }
  #productPage .productWrap .productWrapDetail .productCollection {
    margin-top: 15px; }
  #productPage .productWrap .productWrapDetail .productActionMain .flexWrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #productPage .productWrap .productWrapDetail .productActionMain .flexWrap {
        flex-wrap: wrap; } }
    #productPage .productWrap .productWrapDetail .productActionMain .flexWrap .quantityArea {
      display: flex;
      margin-right: 10px; }
      #productPage .productWrap .productWrapDetail .productActionMain .flexWrap .quantityArea .qtyBtn {
        font-weight: 500;
        font-size: 20px;
        background: none;
        border: 1px solid #000000;
        height: 42px;
        width: 42px;
        color: #000; }
        #productPage .productWrap .productWrapDetail .productActionMain .flexWrap .quantityArea .qtyBtn.minusQuan {
          border-right: none;
          border-top-left-radius: 15px;
          border-bottom-left-radius: 15px; }
        #productPage .productWrap .productWrapDetail .productActionMain .flexWrap .quantityArea .qtyBtn.plusQuan {
          border-left: none;
          border-top-right-radius: 15px;
          border-bottom-right-radius: 15px; }
        #productPage .productWrap .productWrapDetail .productActionMain .flexWrap .quantityArea .qtyBtn i {
          color: #000; }
      #productPage .productWrap .productWrapDetail .productActionMain .flexWrap .quantityArea input {
        font-weight: 500;
        width: 60px;
        border: 1px solid #000000;
        border-left: none;
        border-right: none;
        text-align: center; }
        @media (max-width: 767px) {
          #productPage .productWrap .productWrapDetail .productActionMain .flexWrap .quantityArea input {
            border-radius: 0; } }
    #productPage .productWrap .productWrapDetail .productActionMain .flexWrap a.sizeGuideBtn {
      font-weight: bold;
      cursor: pointer;
      text-decoration: underline;
      text-transform: uppercase; }
    #productPage .productWrap .productWrapDetail .productActionMain .flexWrap a.setWishlist i {
      color: red;
      font-size: 20px; }
  #productPage .productWrap .productWrapDetail .productActionMain .productAction {
    margin-top: 15px;
    display: flex;
    /*margin-left: -5px;
					margin-right: -5px;*/ }
    @media (min-width: 768px) and (max-width: 1024px) {
      #productPage .productWrap .productWrapDetail .productActionMain .productAction {
        flex-wrap: wrap; } }
    #productPage .productWrap .productWrapDetail .productActionMain .productAction button {
      height: 45px;
      color: #fff;
      border: none;
      background: #000000;
      min-width: 150px;
      font-weight: bold;
      margin-right: 5px;
      text-transform: uppercase;
      width: 100%;
      margin-left: 5px;
      white-space: nowrap;
      text-align: center;
      font-size: 10pt;
      line-height: 40px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        #productPage .productWrap .productWrapDetail .productActionMain .productAction button {
          margin: 5px 0; } }
      #productPage .productWrap .productWrapDetail .productActionMain .productAction button#buyNow {
        background: #000000;
        color: #fff;
        border-radius: 8px;
        margin: 0; }

#productPage .productWrap .productTabsContent {
  margin: 50px 0px; }
  #productPage .productWrap .productTabsContent ul#myTab {
    border-bottom: 0;
    justify-content: space-around; }
    @media (max-width: 767px) {
      #productPage .productWrap .productTabsContent ul#myTab {
        flex-wrap: initial; }
        #productPage .productWrap .productTabsContent ul#myTab li {
          text-align: center;
          white-space: nowrap; } }
    #productPage .productWrap .productTabsContent ul#myTab li {
      width: auto;
      margin-right: 15px; }
      @media (max-width: 767px) {
        #productPage .productWrap .productTabsContent ul#myTab li {
          margin: 0px 5px; } }
      #productPage .productWrap .productTabsContent ul#myTab li:last-child {
        margin-right: 0px; }
      #productPage .productWrap .productTabsContent ul#myTab li a {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        border: none;
        padding: 0; }
        #productPage .productWrap .productTabsContent ul#myTab li a.active {
          color: #000000; }
  #productPage .productWrap .productTabsContent #myTabContent {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px; }

#productPage .productWrap .productRelate {
  margin-bottom: 25px;
  margin-top: 45px; }
  #productPage .productWrap .productRelate h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700; }
    #productPage .productWrap .productRelate h2:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      flex: 1;
      margin-right: 30px;
      background: #e1e1e1; }
    #productPage .productWrap .productRelate h2:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      flex: 1;
      margin-left: 30px;
      background: #e1e1e1; }

#productPage .productWrap .productSeen h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700; }
  #productPage .productWrap .productSeen h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    flex: 1;
    margin-right: 30px;
    background: #e1e1e1; }
  #productPage .productWrap .productSeen h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    flex: 1;
    margin-left: 30px;
    background: #e1e1e1; }

@media (max-width: 767px) {
  #productPage .swiper-slide {
    border: none; } }

#productPage .productWrapDetail .productPrice {
  border-top: 1px dotted #dee2e6;
  border-bottom: 1px dotted #dee2e6;
  padding: 10px 0 !important;
  font-size: 13px; }

#productPage .productWrap .productWrapDetail .productPrice .productPriceBox .productPriceMain {
  font-size: 18px;
  opacity: 1;
  font-weight: bold;
  color: #333; }

#productPage .productTabsContent .swiper-container {
  border-bottom: 1px solid #e1e1e1; }

#productPage .productWrap .productWrapDetail .productPrice .productPriceBox .productPriceCompare {
  margin-left: 0;
  font-size: 14px;
  color: #777a7b;
  padding-left: 10px;
  font-weight: 500; }

#productPage .productWrap .productWrapDetail .productPrice .productPriceBox .productDiscount {
  margin-left: 10px;
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  background: transparent;
  font-weight: 600;
  font-size: 13px;
  color: #f94c43;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    #productPage .productWrap .productWrapDetail .productPrice .productPriceBox .productDiscount {
      padding: 5px 0; } }

#productPage .swiper-video {
  background: #000;
  text-align: center; }
  #productPage .swiper-video iframe {
    height: 100%; }

#productPage .swiper-slide {
  border: 1px solid transparent;
  padding: 3px; }
  @media (max-width: 767px) {
    #productPage .swiper-slide {
      padding: 0; } }
  #productPage .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #bbb; }

#quickviewModal .productWrapQW .productWrapImageQW .thumbImageQW {
  margin-top: 10px; }
  #quickviewModal .productWrapQW .productWrapImageQW .thumbImageQW:not(.swiper-container-initialized) .thumbImageContainerQW {
    display: flex; }
    #quickviewModal .productWrapQW .productWrapImageQW .thumbImageQW:not(.swiper-container-initialized) .thumbImageContainerQW > div {
      flex: 20%; }

#quickviewModal .productWrapQW .productWrapDetailQW .productCollectionQW span {
  font-weight: 500; }

#quickviewModal .productWrapQW .productWrapDetailQW .productTitleQW {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px; }

#quickviewModal .productWrapQW .productWrapDetailQW .productPriceQW .productPriceBoxQW .productPriceMainQW {
  color: #333;
  font-size: 23px;
  font-weight: 500; }

#quickviewModal .productWrapQW .productWrapDetailQW .productPriceQW .productPriceBoxQW .productPriceCompareQW {
  margin-left: 10px;
  color: #d1d1d1;
  font-size: 16px; }

#quickviewModal .productWrapQW .productWrapDetailQW .productPriceQW .productPriceBoxQW .productDiscountQW {
  margin-left: 10px;
  font-size: 15px;
  color: red; }

#quickviewModal .productWrapQW .productWrapDetailQW .productDesQW {
  margin-top: 10px; }

#quickviewModal .productWrapQW .productWrapDetailQW .productInfoMainQW {
  margin-bottom: 10px; }
  #quickviewModal .productWrapQW .productWrapDetailQW .productInfoMainQW span {
    font-weight: 500; }

#quickviewModal .productWrapQW .productWrapDetailQW #productSelectQW,
#quickviewModal .productWrapQW .productWrapDetailQW .selector-wrapper {
  display: none; }

#quickviewModal .productWrapQW .productWrapDetailQW .productActionMainQW .quantityAreaQW {
  display: flex; }
  #quickviewModal .productWrapQW .productWrapDetailQW .productActionMainQW .quantityAreaQW .qtyBtn {
    background: none;
    border: 1px solid #e1e1e1;
    height: 35px;
    width: 35px; }
    #quickviewModal .productWrapQW .productWrapDetailQW .productActionMainQW .quantityAreaQW .qtyBtn i {
      color: #e1e1e1; }
  #quickviewModal .productWrapQW .productWrapDetailQW .productActionMainQW .quantityAreaQW input {
    width: 100px;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
    text-align: center; }

#quickviewModal .productWrapQW .productWrapDetailQW .productActionMainQW .productActionQW {
  margin-top: 15px;
  display: flex;
  margin-left: -5px;
  margin-right: -5px; }
  #quickviewModal .productWrapQW .productWrapDetailQW .productActionMainQW .productActionQW button {
    height: 35px;
    color: #fff;
    border: none;
    background: #000000;
    padding: 7px 0px 5px;
    min-width: 150px;
    font-weight: 500;
    margin-right: 5px;
    text-transform: uppercase;
    width: 100%;
    margin-left: 5px; }
    #quickviewModal .productWrapQW .productWrapDetailQW .productActionMainQW .productActionQW button#buyNowQW {
      background: #000000;
      color: #fff; }

.product-swatchQW {
  margin-bottom: 15px; }
  .product-swatchQW .product-sw-lineQW {
    margin-top: 15px; }
    .product-swatchQW .product-sw-lineQW .product-sw-titleQW {
      font-weight: 700;
      margin-bottom: 10px; }
    .product-swatchQW .product-sw-lineQW .product-sw-selectQW {
      display: flex;
      flex-wrap: wrap; }
      .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW {
        margin-right: 15px; }
        .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW .product-sw-select-item-spanQW {
          display: flex;
          color: #666;
          border: 1px solid #e1e1e1;
          min-width: 50px;
          height: 34px;
          margin: 0;
          justify-content: center;
          align-items: center;
          padding: 3px 10px; }
        .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW input:not(.disabled):checked + label {
          border-color: #222;
          font-weight: 700;
          color: #222; }
        .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW:not(.sw-colorQW) input.soldOut + label {
          background: url(https://theme.hstatic.net/1000405253/1000644745/14/sold_out.png?v=1);
          background-size: 100% 100%;
          background-repeat: no-repeat;
          background-position: top center;
          opacity: 0.5;
          pointer-events: none; }
        .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW input.soldOut + label {
          opacity: 0.5;
          pointer-events: none; }
          .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW input.soldOut + label span {
            position: relative; }
            .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW input.soldOut + label span:after {
              background: url(https://theme.hstatic.net/1000405253/1000644745/14/sold_out.png?v=1);
              background-size: 100% 100%;
              background-repeat: no-repeat;
              background-position: top center;
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 999999;
              width: 100%;
              height: 100%; }
        .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW .product-sw-select-item-spanQW {
          border: none;
          height: 34px;
          width: 34px;
          min-width: auto;
          position: relative;
          overflow: hidden;
          padding: 2px; }
          .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW .product-sw-select-item-spanQW span {
            border: 1px solid #f1f1f1;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer; }
        .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW input:checked + label {
          padding: 2px;
          border: 1px solid #000; }

/*** Scroll Top ***/
.back-to-top {
  position: fixed;
  bottom: 15px;
  left: -50px;
  z-index: 100;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease; }

.back-to-top a {
  display: block;
  z-index: 999;
  width: 45px;
  height: 45px;
  background: #14275b;
  border-radius: 30px;
  padding: 5px; }
  .back-to-top a svg {
    fill: #fff;
    height: 100%;
    width: 100%; }

.back-to-top.display {
  left: 10px; }

.back-to-top a .text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 15px 0 0;
  font-size: 14px;
  color: #111; }

.l-gh__scrollnav-pagetop-arr {
  overflow: hidden;
  position: relative;
  width: 9px;
  height: 32px;
  left: 6px;
  bottom: -5px; }

.l-gh__scrollnav-pagetop-arr::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 0;
  width: 1px;
  height: 32px;
  background: #111;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s; }

.l-gh__scrollnav-pagetop-arr .head {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-bottom: 4.5px solid #111;
  -webkit-transform: translateY(27px);
  transform: translateY(27px);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s; }

.back-to-top a .text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 15px 0 0;
  font-size: 14px;
  color: #111; }

.back-to-top.display .l-gh__scrollnav-pagetop {
  -webkit-transform: rotateY(0) translateX(0);
  transform: rotateY(0) translateX(0); }

.back-to-top a:hover .l-gh__scrollnav-pagetop-arr::before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.back-to-top a:hover .l-gh__scrollnav-pagetop-arr .head {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/*** End scroll top ***/
@keyframes loadingC {
  50% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0); } }

.loading-ovl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0; }
  .loading-ovl .load-3 .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #222; }
    .loading-ovl .load-3 .line:nth-last-child(3) {
      animation: loadingC .6s .3s linear infinite; }
    .loading-ovl .load-3 .line:nth-last-child(2) {
      animation: loadingC .6s .3s linear infinite; }
    .loading-ovl .load-3 .line:nth-last-child(1) {
      animation: loadingC .6s .3s linear infinite; }

.image-source-link {
  color: #98C3D1; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#alertError .modal-body {
  background: #fff3cd;
  color: #856404;
  border-radius: .3rem;
  font-size: 14px; }

a#loadColorFilter {
  margin-top: 10px;
  display: block; }

img.mfp-img {
  max-height: 100vh !important; }

.blogMain .container > .row,
.articleMain .container > .row,
.collectionMain .container > .row {
  justify-content: center; }

@media (min-width: 768px) {
  .newf1lef {
    display: flex; } }

@media (max-width: 767px) {
  #banner .bannerMain .bannerMainItem a img {
    padding: 3px 0; }
  #sidebarAll .sidebarAllMainSearch .headerSmartSearchResult a {
    align-items: flex-start; } }

@media (max-width: 767px) {
  #sidebarAll .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .itemQuantity input {
    width: 100%;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    border-radius: 0;
    text-align: center;
    height: 25px; }
  .swiper-pagination {
    display: none; }
  section#groupTwo .groupMain .groupMainTabs {
    margin-bottom: 20px; }
    section#groupTwo .groupMain .groupMainTabs ul li {
      margin: 0; }
      section#groupTwo .groupMain .groupMainTabs ul li a {
        border: 0;
        border-color: initial;
        color: #333;
        padding: 0; }
      section#groupTwo .groupMain .groupMainTabs ul li a.active {
        background: none;
        border: none;
        color: #000000;
        font-weight: bold; } }

.swiper-container .swiper-wrapper {
  height: auto !important; }
  .swiper-container .swiper-wrapper .swiper-slide {
    height: auto !important; }

@media (min-width: 768px) and (max-width: 1024px) {
  .proLoop .productWrapper .productImg .productAction a {
    width: 30px;
    height: 30px; }
    .proLoop .productWrapper .productImg .productAction a i {
      line-height: 33px; }
  #productPage .productWrap .productWrapDetail .productPrice .productPriceBox .productDiscount {
    margin-left: 10px;
    display: inline-block;
    padding: 5px 0px; }
  #collection .collectionMain .collectionSidebar h1 {
    margin-bottom: 15px;
    font-size: 15px;
    height: 50px;
    line-height: 80px;
    font-weight: bold; }
  #collection .collectionFilter .collectionFilterBlock h4 {
    font-size: 13px; }
  #collection .collectionMain .collectionHeader .sortByMain #sortBy {
    display: inline-block;
    width: 150px; } }

.hiddenx {
  display: none; }

/*====== POPUP CONTACT ====================================================================*/
.modal-popupContact {
  text-align: center;
  font-size: 0;
  color: #333;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }
  .modal-popupContact:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal-popupContact.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .modal-popupContact .modal-dialog-centered {
    margin: 105px auto 50px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 14px; }
    .modal-popupContact .modal-dialog-centered .modal-content {
      width: 100%;
      position: relative;
      background-color: #fff;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #999;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      outline: 0;
      -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      display: inline-block; }
  .modal-popupContact.fade .modal-dialog-centered {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s; }
  .modal-popupContact.fade.in .modal-dialog-centered {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .modal-popupContact .close-popup-contact {
    background-color: transparent;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    outline: none; }
    .modal-popupContact .close-popup-contact svg {
      display: block;
      margin: auto;
      height: 30px;
      width: 14px;
      text-align: center;
      fill: #333333; }
    .modal-popupContact .close-popup-contact:hover {
      background-color: rgba(0, 0, 0, 0.6); }
  .modal-popupContact.popupBanner .modal-content {
    background-color: transparent;
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  .modal-popupContact.popupForm .modal-content {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-image: url(https://file.hstatic.net/200000259495/file/newimafge_cab0310439244c559bc82c3011f36a08.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e6e6e6; }
    .modal-popupContact.popupForm .modal-content:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.5);
      opacity: 1;
      width: 58%;
      backdrop-filter: blur(4px); }
    .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
      width: 58%;
      position: relative;
      padding: 50px 25px;
      float: right; }

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

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

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

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

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

.popup-form-customer .input-group {
  width: 100%;
  display: block;
  margin: 0; }
  .popup-form-customer .input-group input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    margin-bottom: 15px;
    height: 45px;
    padding: 10px 20px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #e7e7e7; }
  .popup-form-customer .input-group .input-group-addon {
    width: 100%;
    margin-bottom: 15px;
    height: 45px;
    padding: 10px 20px;
    line-height: 25px;
    background: #000000;
    border: 1px solid #000000;
    font-weight: 700;
    color: #000000;
    cursor: pointer;
    border-color: #000000; }
    .popup-form-customer .input-group .input-group-addon:hover, .popup-form-customer .input-group .input-group-addon:focus {
      background-color: #000000;
      border-color: #000000;
      color: #000000; }

.popup-form-customer .succes-popup {
  font-size: 13px;
  min-height: 25px;
  visibility: hidden;
  margin: 0;
  text-align: center; }
  .popup-form-customer .succes-popup.error {
    visibility: visible;
    color: red; }
  .popup-form-customer .succes-popup.success {
    visibility: visible;
    color: #27a208; }

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

@media (max-width: 767px) {
  .modal-popupContact.popupForm .modal-content:before, .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    width: 100%; }
  .fb_dialog.fb_dialog_mobile .fb_dialog_content iframe {
    transform: scale(0.8);
    right: 0 !important;
    margin: 0 !important;
    bottom: 20px !important; } }

/*** End popup-contact.css ***/
.custom-social-proof {
  position: fixed;
  bottom: 10px !important;
  left: 10px !important;
  top: initial !important;
  z-index: 9999999999999 !important; }
  .custom-social-proof .custom-notification {
    width: 320px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
    padding: 5px; }
    .custom-social-proof .custom-notification .custom-notification-container {
      display: flex !important;
      align-items: center;
      height: 80px; }
      .custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
        height: 80px;
        width: 80px;
        overflow: hidden;
        border-radius: 6px 0 0 6px;
        object-fit: cover; }
      .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
        margin: 0;
        height: 100%;
        color: gray;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0 6px 6px 0;
        flex: 1;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        overflow: hidden; }
        .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
          font-family: inherit !important;
          margin: 0 !important;
          padding: 0 !important;
          font-size: 12px;
          line-height: 21px; }
          .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
            margin-top: 8px !important;
            display: block !important;
            font-size: 12px !important;
            opacity: .8; }

.custom-notification-content a {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.custom-social-proof .custom-notification .custom-close {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  transition: .2s ease-in-out;
  transform: rotate(45deg);
  opacity: 1; }
  .custom-social-proof .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px; }
  .custom-social-proof .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0; }

.custom-social-proof .custom-notification:hover .custom-close {
  opacity: 1; }

/***snowflakes***/
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running; }
  .snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s; }
  .snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s; }
  .snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, 0.5s;
    animation-delay: 6s, 0.5s; }
  .snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s; }
  .snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s; }
  .snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s; }
  .snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s; }
  .snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s; }
  .snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s; }
  .snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s; }
  .snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s, 0s;
    animation-delay: 2s, 0s; }
  .snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 4s, 2.5s;
    animation-delay: 4s, 2.5s; }

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(80px); }
  100% {
    transform: translateX(0px); } }

#fixed-social-network {
  position: fixed;
  top: 25%;
  right: -125px;
  z-index: 9; }
  #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;
    -moz-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); }
    #fixed-social-network > a.fb-icon {
      background: #3B5998;
      color: #fff; }
    #fixed-social-network > a.ins-icon {
      background: #C32AA3;
      color: #fff; }
    #fixed-social-network > a.yt-icon {
      background: #FF0000;
      color: #fff; }
    #fixed-social-network > a.tw-icon {
      background: #00B6F1;
      color: #fff; }
    #fixed-social-network > a.gg-icon {
      background: #DF4A32;
      color: #fff; }
    #fixed-social-network > a.linkedin-icon {
      background: #0077b5;
      color: #fff; }
    #fixed-social-network > a#back-to-top {
      background: #144d84;
      color: #fff; }

/*action mess sms zalo...*/
.support-content.open {
  visibility: visible; }
  .support-content.open a {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }

.support-content a {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all .3s; }

.support-online {
  display: none; }
  @media (max-width: 767px) {
    .support-online {
      display: block; } }
  .support-online .support-content {
    position: fixed;
    z-index: 9;
    left: 10px;
    bottom: 85px;
    visibility: hidden; }
    .support-online .support-content a {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 15px;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      background: #ffffff;
      padding: 4px;
      color: #fff;
      font-size: 18px; }
      .support-online .support-content a img {
        max-height: 100%; }
      .support-online .support-content a.zalo {
        padding: 0; }
        .support-online .support-content a.zalo img {
          border-radius: 50%; }
      .support-online .support-content a.call-now, .support-online .support-content a.sms {
        background: #000000;
        padding: 10px; }
      .support-online .support-content a.shopee img {
        max-height: 100%;
        border-radius: 0; }
  .support-online .btn-support {
    position: fixed;
    z-index: 9;
    left: 10px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #000000;
    padding: 4px;
    color: #fff;
    font-size: 18px; }

.productSale {
  background: #ff3c58;
  padding: 2px 5.5px;
  font-size: 12px;
  color: white;
  border-radius: 10px;
  z-index: 10;
  display: inline-block; }
  @media (max-width: 767px) {
    .productSale {
      padding: 2px;
      font-size: 11px; } }

#sidebarAll .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist > a {
  display: block;
  width: 75px;
  margin-right: 10px;
  height: auto; }

#sidebarAll .itemInfo {
  width: calc(100% - 75px); }

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  background-color: #000000;
  opacity: .75;
  right: -10px; }

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #000000;
  opacity: .1;
  border-color: #000000;
  opacity: .5; }

.support-online .btn-support {
  cursor: pointer; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

@media (max-width: 767px) {
  .back-to-top.display {
    right: 15px; } }

.groupMain {
  position: relative; }

@media (max-width: 767px) {
  #sidebarAll.mi2 .sidebarAllHeader .closeSidebar i,
  #sidebarAll.mi2 .sidebarAllHeader span:last-child,
  #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li.active > a,
  #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li > a,
  #sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a {
    color: #fff;
    font-size: 10pt; }
  footer#footer .footerMain .footerMainAddress ul li a {
    color: #fff !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; }

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

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

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

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

.variantColor .vrt-color span.xam {
  background: #6f6c6c; }

.sw-color-reu-label span,
.haveColor-reu,
.sw-color-reuQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.reu label:before {
  background-color: #4b5a43 !important; }

.variantColor .vrt-color span.reu {
  background: #4b5a43; }

.sw-color-dodo-label span,
.haveColor-dodo,
.sw-color-dodoQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.dodo label:before {
  background-color: #943f38 !important; }

.variantColor .vrt-color span.do-do {
  background: #943f38; }

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

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

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

.variantColor .vrt-color span.nau {
  background: #6b4f3d; }

.bg-page {
  background-image: url(https://file.hstatic.net/200000305177/file/thanks__16_x_6_cm___2_.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

@media (max-width: 767px) {
  .wrapbox-content-page .content-page img {
    width: 100%;
    height: auto; } }

header#header .headerMain .container-fluid > .row .headerMenu .mainNav > ul > li:not(.haveMega) {
  white-space: unset; }

.logo-footer {
  margin-bottom: 10px; }

.logo-footer img {
  width: 150px; }

footer#footer .footerMain .footerMainAddress ul li.contact-1 {
  align-items: flex-end;
  line-height: 2.7; }

footer#footer .footerMain .footerMainAddress ul li.contact-1 i {
  line-height: 1.6; }

.collection-banner {
  margin-bottom: 15px; }

#sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical ul li a {
  color: #fff; }

.login-social--btn {
  display: flex;
  justify-content: center; }
  .login-social--btn.fb {
    background: #3B5998 !important;
    color: #fff !important;
    margin-bottom: 10px;
    border: 1px solid #3B5998 !important; }
  .login-social--btn.gg {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #ccc !important; }
  .login-social--btn img {
    width: 18px;
    height: 18px;
    margin-left: 5px; }

.top-bannertext {
  transition: all .2s;
  padding: 0.8rem 0rem 0.4rem 0;
  background: #000000;
  position: relative;
  width: 100%;
  border: inset;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: unset;
  border: 0;
  box-shadow: unset;
  border-color: currentcolor;
  vertical-align: middle; }

.top-bannertext .top-bannertext--wrap {
  display: inline-block;
  overflow: hidden;
  transform: translate(0);
  animation: marquesina 5s infinite normal linear 1s; }

.top-bannertext .top-bannertext--wrap ul {
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  list-style-position: inside; }

.top-bannertext .top-bannertext--wrap ul li {
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  padding-right: 114px;
  position: relative; }
  .top-bannertext .top-bannertext--wrap ul li a {
    color: #f2db85;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px; }

.top-bannertext .top-bannertext--wrap ul li:after {
  content: '';
  width: 3.5px;
  height: 3.5px;
  background-color: #000000;
  background-image: none;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  right: 50px; }

.productWrapDetail .dlpm-minimum {
  padding: 0;
  border: none;
  background: #fff; }
  .productWrapDetail .dlpm-minimum .show-all-coupon {
    display: none; }
  .productWrapDetail .dlpm-minimum .dlpm-mini-content {
    overflow: hidden; }
  .productWrapDetail .dlpm-minimum .mini-voucher {
    cursor: pointer; }

.productWrapDetail .sizeGuideBtn {
  position: absolute;
  right: 0;
  font-weight: 700;
  text-decoration: underline; }

.productWrapDetail #addToCart {
  color: #fff;
  border-radius: 8px;
  background: #000000;
  border: 1px solid #000000;
  min-width: 150px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  margin-left: 5px;
  white-space: nowrap;
  text-align: center;
  font-size: 10pt;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .productWrapDetail #addToCart.check_size {
    background: #000;
    color: #fff;
    border-color: #000; }
    .productWrapDetail #addToCart.check_size.unchecked {
      background: #747474;
      color: #fff;
      border-color: #747474; }
  .productWrapDetail #addToCart:before {
    background-image: url(//theme.hstatic.net/200000305177/1001369021/14/icon-cart.svg?v=695);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 7px;
    width: 18px; }

.atc_mobile {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  padding: 15px;
  background: #fff;
  box-shadow: 0px -1px 2px #ccc;
  transform: translateY(0);
  transition: all 0.3s ease-in-out; }
  .atc_mobile a {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px; }
    .atc_mobile a.check_size {
      background: #000;
      color: #fff;
      border-color: #000; }
      .atc_mobile a.check_size.unchecked {
        background: #747474;
        color: #fff;
        border-color: #747474; }
    .atc_mobile a:before {
      background-image: url(//theme.hstatic.net/200000305177/1001369021/14/icon-cart.svg?v=695);
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: inline-block;
      height: 18px;
      margin-right: 7px;
      width: 18px; }
  .atc_mobile.ishide {
    transform: translateY(100%); }

.productWrapDetail .box_content {
  margin-top: 20px; }

.productPolicy {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; }
  .productPolicy .propolicy-Item {
    display: flex;
    width: calc(50% - 10px); }
    .productPolicy .propolicy-Item img {
      width: 27px;
      height: 27px;
      margin-right: 5px;
      margin-top: auto;
      margin-bottom: auto; }
  .productPolicy .propolicy-ItemContent {
    font-size: 14px; }

.productPromotion {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  margin-top: 30px;
  position: relative; }
  .productPromotion-heading {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #b00002;
    background: #fff;
    position: absolute;
    top: -20px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 10px; }
    .productPromotion-heading img {
      width: 22px;
      height: 22px; }
  .productPromotion li {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px; }

.productTabs {
  margin-top: 30px;
  font-size: 14px; }
  .productTabs .nav-tabs {
    margin-bottom: 15px; }
    .productTabs .nav-tabs .nav-link {
      text-transform: uppercase;
      font-weight: bold;
      color: #000000;
      background: #f5f5f5; }
      .productTabs .nav-tabs .nav-link:hover, .productTabs .nav-tabs .nav-link.active {
        color: #000000; }
      .productTabs .nav-tabs .nav-link.active {
        border-top: 3px solid #000000; }

@media (min-width: 992px) {
  .proLoop .productWrapper:hover .productImg picture:nth-of-type(2) {
    opacity: 1;
    visibility: visible; }
  .proLoop .productWrapper:hover .productImg picture:nth-of-type(1) {
    opacity: 0;
    visibility: hidden; } }

@media (min-width: 992px) and (min-width: 768px) {
  .proLoop .productWrapper:hover .productImg .productAction {
    transform: translate(-50%, 0px); } }

@media (min-width: 992px) {
  #productPage .featureImage .swiper-wrapper {
    height: 100% !important; }
    #productPage .featureImage .swiper-wrapper .swiper-slide {
      text-align: center; }
    #productPage .featureImage .swiper-wrapper .img-fluid {
      height: 100% !important; } }

@media (min-width: 768px) {
  .productTabs {
    font-size: 14px; } }

@media (max-width: 767px) {
  .productTabs .nav-tabs {
    overflow-x: auto;
    flex-wrap: nowrap; }
  .productTabs .nav-tabs .nav-link {
    font-size: 12px;
    white-space: nowrap; }
  .productWrapDetail .dlpm-minimum .dlpm-mini-content {
    width: 100%;
    flex-wrap: nowrap;
    overflow: auto; }
  .productWrapDetail .dlpm-minimum .mini-voucher {
    white-space: nowrap; }
  .productPolicy .propolicy-Item {
    width: 100%; }
  .top-bannertext {
    padding: 10px 0 8px 0; }
  /*.top-bannertext {
	max-height: 39px;
}*/
  .top-bannertext .top-banner--wrap ul li {
    padding-right: 55px; }
  .top-bannertext .top-banner--wrap ul li::after {
    right: 25px; } }

.login-social--btn {
  border-radius: 0;
  width: 100%;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  border-radius: .25rem; }

#auth-form .auth-form-body .btn {
  color: #FFF; }

.my-account-wrap #auth-form .auth-back-btn {
  padding-top: 30px; }

.dot-hd-cus {
  position: relative; }

.dot-hd-cus:after {
  width: 4px;
  content: '';
  height: 4px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  transform: translateY(-4px);
  margin: 0 50px; }

#sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical i {
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff; }

#sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical li.hasChild {
  position: relative; }

#sidebarAll.mi2 .sidebarAllMainMenu nav#sliderMenuVertical ul li a {
  width: max-content; }

i.lni.lni-chevron-right.activeMenuVertical {
  transform: rotate(90deg); }

.dlpm-coupon-minimum, .dlpm-discount-minimum {
  margin: 10px 0; }

.headerSearch i {
  font-size: 24px; }

@media (min-width: 1200px) {
  #searchPage .container-fluid {
    padding-left: 140px;
    padding-right: 140px; } }

.footerMainList + .footerMainList {
  margin-top: 20px !important; }

#sidebarAll.mi2 .sidebarAllMainSearch .headerSmartSearchResult a img {
  object-fit: contain; }

#sidebarAll.mi2 .sidebarAllMainSearch .headerSmartSearchResult a {
  align-items: flex-start; }
