@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

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

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

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

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

.slick-slider .slick-track {
  margin-left: initial; }
  .slick-slider .slick-track div, .slick-slider .slick-track a, .slick-slider .slick-track a:focus, .slick-slider .slick-track div:focus, .slick-slider .slick-track article:focus, .slick-slider .slick-track article {
    outline: 0 !important; }

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  border: none;
  font-size: 20px;
  z-index: 1;
  padding: 0; }
  .slick-slider .slick-arrow.slick-prev {
    left: 0; }
    @media (min-width: 1200px) {
      .slick-slider .slick-arrow.slick-prev {
        left: -10px; } }
  .slick-slider .slick-arrow.slick-next {
    right: 0; }
    @media (min-width: 1200px) {
      .slick-slider .slick-arrow.slick-next {
        right: -10px; } }

.slick-slider .slick-dots {
  position: absolute;
  bottom: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 9; }
  .slick-slider .slick-dots li {
    margin: 0 5px; }
    .slick-slider .slick-dots li.slick-active button {
      background: rgba(0, 0, 0, 0.5);
      border: 1px solid rgba(0, 0, 0, 0.5); }
    .slick-slider .slick-dots li button {
      font-size: 0;
      background: rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(0, 0, 0, 0.2);
      width: 15px;
      height: 15px;
      transform: scale(0.6);
      border-radius: 50%; }

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

td {
  min-width: 200px; }

a {
  color: #333; }
  a:hover {
    text-decoration: none; }

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

body, html {
  font-family: 'Arial', sans-serif;
  font-size: 14px; }
  body.open-noScroll, html.open-noScroll {
    overflow-y: hidden; }
  body.open-overplay .overplay-all, html.open-overplay .overplay-all {
    opacity: 1;
    visibility: visible; }
  body.open-modalContact .modal-contact, html.open-modalContact .modal-contact {
    visibility: visible;
    opacity: 1; }
  body.open-modalCart div#modal-cart, html.open-modalCart div#modal-cart {
    visibility: visible;
    opacity: 1; }
  body.open-modalLogin div#modal-login, html.open-modalLogin div#modal-login {
    visibility: visible;
    opacity: 1; }
  body.open-sidebar #sidebar-all, html.open-sidebar #sidebar-all {
    visibility: visible;
    opacity: 1;
    transform: translateX(0); }
  body.open-menu .menu-mobile, html.open-menu .menu-mobile {
    transform: none;
    visibility: visible; }
  body.open-alert .alertInfo, html.open-alert .alertInfo {
    visibility: visible;
    opacity: 1; }
  body.open-back .back-to-top, html.open-back .back-to-top {
    visibility: visible;
    opacity: 1; }
  body::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 0px; }
  body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    background: #ccc; }
  body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    background: #fa96bc; }

.back-to-top {
  position: fixed;
  bottom: 95px;
  right: 15px;
  z-index: 9;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  cursor: pointer;
  visibility: hidden;
  opacity: 0; }
  @media (max-width: 767px) {
    .back-to-top {
      right: 0px; } }
  .back-to-top img {
    width: 40px; }

.alertInfo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background: #fff;
  box-shadow: 0px 1px 1.5px rgba(255, 255, 255, 0.5);
  transition: all .5s;
  width: 30%;
  visibility: hidden;
  opacity: 0; }
  .alertInfo-content {
    background: #fff3cd;
    color: #856404;
    border-radius: .3rem;
    font-size: 14px;
    padding: 25px;
    text-align: center; }

.menu-mobile {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 1999;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), visibility 0.5s;
  visibility: hidden;
  transform-origin: 0% 0%;
  transform: translate(-150%, 0);
  background: #fa96bc;
  width: 400px; }
  @media (max-width: 767px) {
    .menu-mobile {
      width: 80%; } }
  .menu-mobile .menu-mobile-wrap {
    height: 100%; }
    .menu-mobile .menu-mobile-wrap .menu-mobile-list {
      padding: 15px;
      background: #fff;
      overflow-y: auto;
      height: calc(100% - 225px); }
      .menu-mobile .menu-mobile-wrap .menu-mobile-list::-webkit-scrollbar {
        width: 5px; }
      .menu-mobile .menu-mobile-wrap .menu-mobile-list::-webkit-scrollbar-track {
        background: #ccc; }
      .menu-mobile .menu-mobile-wrap .menu-mobile-list::-webkit-scrollbar-thumb {
        background: #fa96bc; }
      .menu-mobile .menu-mobile-wrap .menu-mobile-list ul {
        list-style-type: none;
        margin: 0;
        padding-left: 20px; }
        .menu-mobile .menu-mobile-wrap .menu-mobile-list ul li {
          outline: none;
          display: block;
          padding: 5px 0px; }
          .menu-mobile .menu-mobile-wrap .menu-mobile-list ul li a {
            color: #333;
            text-transform: uppercase; }
        .menu-mobile .menu-mobile-wrap .menu-mobile-list ul .menu-mobile-item-head {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          height: 40px; }
          .menu-mobile .menu-mobile-wrap .menu-mobile-list ul .menu-mobile-item-head button {
            padding: 10px;
            background: none;
            box-shadow: none;
            border: none;
            transition: all .3s;
            color: #926625; }
            .menu-mobile .menu-mobile-wrap .menu-mobile-list ul .menu-mobile-item-head button.active {
              transform: rotate(180deg); }
            .menu-mobile .menu-mobile-wrap .menu-mobile-list ul .menu-mobile-item-head button svg {
              width: 12px;
              height: 12px; }
      .menu-mobile .menu-mobile-wrap .menu-mobile-list > ul > li {
        display: block; }
        .menu-mobile .menu-mobile-wrap .menu-mobile-list > ul > li > ul {
          display: none; }
          .menu-mobile .menu-mobile-wrap .menu-mobile-list > ul > li > ul > li {
            display: block; }
            .menu-mobile .menu-mobile-wrap .menu-mobile-list > ul > li > ul > li > ul {
              display: none; }
    .menu-mobile .menu-mobile-wrap .footer-mobile-newletter > p {
      font-size: 11px;
      text-align: center;
      color: #fff; }
    .menu-mobile .menu-mobile-wrap .footer-mobile-newletter .footer-mobile-newletter-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      height: 44px;
      width: 100%;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
      .menu-mobile .menu-mobile-wrap .footer-mobile-newletter .footer-mobile-newletter-wrap input {
        width: calc(100% - 100px);
        background: #fff;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding-left: 15px; }
      .menu-mobile .menu-mobile-wrap .footer-mobile-newletter .footer-mobile-newletter-wrap button {
        background: #877c76;
        box-shadow: none;
        border: none;
        color: #fff;
        width: 100px;
        font-size: 14px; }
    .menu-mobile .menu-mobile-wrap .footer-mobile-contact {
      display: flex;
      margin-top: 30px;
      justify-content: center; }
      .menu-mobile .menu-mobile-wrap .footer-mobile-contact a {
        background: #fff; }
    .menu-mobile .menu-mobile-wrap .footer-mobile-wrap {
      padding: 15px;
      height: 225px; }
      .menu-mobile .menu-mobile-wrap .footer-mobile-wrap > p {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 20px;
        margin: 0;
        color: #fff;
        padding: 0; }
      .menu-mobile .menu-mobile-wrap .footer-mobile-wrap .menu-mobile-support .page-contact-meeting-info-line {
        display: flex;
        align-items: center;
        margin: 10px 0px 20px 0px;
        justify-content: center;
        text-align: center; }
        .menu-mobile .menu-mobile-wrap .footer-mobile-wrap .menu-mobile-support .page-contact-meeting-info-line a {
          color: #fff; }
        .menu-mobile .menu-mobile-wrap .footer-mobile-wrap .menu-mobile-support .page-contact-meeting-info-line i {
          margin-right: 10px;
          background: #fff;
          border-radius: 50%;
          padding: 5px 10px;
          font-size: 20px;
          color: #fa96bc; }
      .menu-mobile .menu-mobile-wrap .footer-mobile-wrap ul {
        padding: 0;
        margin: 0; }
      .menu-mobile .menu-mobile-wrap .footer-mobile-wrap .footer-mobile-newletter .footer-mobile-newletter-wrap {
        height: 36px; }
        .menu-mobile .menu-mobile-wrap .footer-mobile-wrap .footer-mobile-newletter .footer-mobile-newletter-wrap button {
          font-size: 12px; }
  .menu-mobile .menu-mobile-close {
    position: absolute;
    top: 0;
    z-index: 99;
    right: -27px;
    cursor: pointer;
    color: #fff;
    background: #fa96bc;
    border: 1px solid #fa96bc; }
    .menu-mobile .menu-mobile-close i {
      font-size: 25px; }

div#sidebar-all {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(100%);
  backdrop-filter: blur(2px);
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
  height: 100%;
  width: 50%; }
  @media (min-width: 1600px) {
    div#sidebar-all {
      max-width: 800px; } }
  @media (max-width: 767px) {
    div#sidebar-all {
      width: 80%; } }
  div#sidebar-all .sidebar-all-wrap {
    height: 100%;
    display: flex; }
    div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right {
      width: 100%;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; }
      div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right.active {
        opacity: 1;
        visibility: visible; }
      div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="wishlist"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list {
        padding: 20px 0px;
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 767px) {
          div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="wishlist"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list {
            margin-left: -7.5px;
            margin-right: -7.5px; } }
        @media (min-width: 768px) {
          div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="wishlist"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list {
            margin-left: -15px;
            margin-right: -15px; } }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="wishlist"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list .proLoopSmall {
          width: calc(100%/2); }
          @media (max-width: 991px) {
            div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="wishlist"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list .proLoopSmall {
              width: 100%; } }
          div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="wishlist"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list .proLoopSmall .setWishlist {
            display: none; }
          div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="wishlist"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list .proLoopSmall .remove-wishlist {
            display: inline-block; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="wishlist"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list .sidebar-all-wrap-right-main-top-error {
          display: flex;
          justify-content: center;
          margin: 25px 0px;
          width: 100%;
          text-align: center; }
      div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-top {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-top div:nth-child(1) {
          width: 10%; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-top div:nth-child(2) {
          width: 30%; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-top div:nth-child(3) {
          width: 20%; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-top div:nth-child(4) {
          width: 15%; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-top div:nth-child(5) {
          width: 25%;
          display: flex;
          justify-content: flex-end; }
        @media (max-width: 991px) {
          div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-top {
            display: none; } }
      div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list {
        margin-top: 20px; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list .proLoopSidebar:last-child {
          border: none; }
        @media (max-width: 991px) {
          div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list .proLoopSidebar .productSidebarAction, div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list .proLoopSidebar .productSidebarAvailable {
            display: none; }
          div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list .proLoopSidebar .productSidebarTitleAction {
            margin-top: 10px;
            justify-content: flex-end;
            width: 100%;
            display: flex; }
            div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list .proLoopSidebar .productSidebarTitleAction span {
              border: 1px solid #fa96bc;
              height: 25px;
              line-height: 25px;
              background: #fa96bc;
              color: #fff;
              cursor: pointer;
              margin-left: 5px;
              padding: 0 10px; } }
        @media (min-width: 991px) {
          div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list .proLoopSidebar .productSidebarTitleAction, div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list .proLoopSidebar .productSidebarTitlePrice {
            display: none; } }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-list .proLoopSidebar .productSidebarAvailable .groupAdd .itemQuantity {
          width: 100%;
          justify-content: center; }
      div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-total {
        float: right;
        text-align: right; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-total strong {
          display: block;
          margin-bottom: 10px; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-total strong.total_money span {
          color: #f30; }
        @media (max-width: 360px) {
          div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-total a {
            font-size: 15px !important; } }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-total a[href="/checkout"] {
          background: #fa96bc;
          font-size: 20px;
          text-align: left;
          display: inline-block;
          padding: 0 10px;
          margin-left: 10px;
          border: 1px solid #fa96bc;
          text-align: center;
          color: #fff; }
      div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right[data-type="cart"] .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-top-error {
        display: flex;
        justify-content: center;
        margin: 25px 0px; }
      div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-title {
        font-weight: 700;
        width: 100%;
        background: #fa96bc;
        padding: 0 35px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        text-transform: uppercase;
        text-align: center; }
      div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main {
        width: 100%;
        padding: 15px 20px;
        overflow-y: auto;
        height: calc(100% - 50px); }
        @media (max-width: 991px) {
          div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main {
            padding: 5px 15px; } }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main::-webkit-scrollbar {
          width: 5px; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main::-webkit-scrollbar-track {
          background: #ccc; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main::-webkit-scrollbar-thumb {
          background: #fa96bc; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main form {
          position: relative; }
          div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main form input {
            width: 100%;
            padding: 10px 20px;
            border-radius: 6px;
            border: 1px solid #ccc; }
          div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main form button {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            font-size: 20px; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-relative {
          position: relative; }
          div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-relative .sidebar-all-wrap-right-smart {
            width: 100%; }
            div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-relative .sidebar-all-wrap-right-smart .sidebar-all-wrap-right-smart-result {
              padding: 20px 0px;
              display: flex;
              flex-wrap: wrap; }
              @media (max-width: 767px) {
                div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-relative .sidebar-all-wrap-right-smart .sidebar-all-wrap-right-smart-result {
                  margin-left: -7.5px;
                  margin-right: -7.5px; } }
              @media (min-width: 768px) {
                div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-relative .sidebar-all-wrap-right-smart .sidebar-all-wrap-right-smart-result {
                  margin-left: -15px;
                  margin-right: -15px; } }
              div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-relative .sidebar-all-wrap-right-smart .sidebar-all-wrap-right-smart-result .proLoopSmall {
                width: calc(100%/2); }
                @media (max-width: 767px) {
                  div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-relative .sidebar-all-wrap-right-smart .sidebar-all-wrap-right-smart-result .proLoopSmall {
                    width: 100%; } }
              div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-right .sidebar-all-wrap-right-main .sidebar-all-wrap-right-main-relative .sidebar-all-wrap-right-smart .sidebar-all-wrap-right-smart-result #pagination {
                width: 100%;
                text-align: center; }
    div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-close {
      position: absolute;
      top: 5px;
      right: 25px; }
      div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-close a {
        font-size: 25px;
        color: #fff;
        cursor: pointer; }
        div#sidebar-all .sidebar-all-wrap .sidebar-all-wrap-close a:hover {
          color: #fff; }

.modal-contact {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 750px;
  border-radius: 6px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s; }
  .modal-contact .modal-contact-wrap {
    position: relative;
    display: flex;
    align-items: center; }
    .modal-contact .modal-contact-wrap .modal-contact-wrap-left {
      width: 40%; }
      @media (max-width: 767px) {
        .modal-contact .modal-contact-wrap .modal-contact-wrap-left {
          display: none; } }
      .modal-contact .modal-contact-wrap .modal-contact-wrap-left img {
        object-fit: contain; }
    .modal-contact .modal-contact-wrap .modal-contact-wrap-right {
      border-left: 1px solid #ffe5e6;
      padding: 20px;
      width: 60%;
      text-align: center; }
      .modal-contact .modal-contact-wrap .modal-contact-wrap-right > h3 {
        text-transform: uppercase;
        font-size: 25px;
        margin-bottom: 20px; }
      .modal-contact .modal-contact-wrap .modal-contact-wrap-right > p {
        width: 80%;
        text-align: justify;
        margin: 0 auto; }
      .modal-contact .modal-contact-wrap .modal-contact-wrap-right form {
        width: 80%;
        margin: 10px auto; }
        .modal-contact .modal-contact-wrap .modal-contact-wrap-right form input, .modal-contact .modal-contact-wrap .modal-contact-wrap-right form button {
          margin: 5px 0px;
          width: 100%;
          border: 1px solid #F8D5D7;
          padding: 10px 20px;
          border-radius: 5px; }
        .modal-contact .modal-contact-wrap .modal-contact-wrap-right form button {
          background: #F8D5D7;
          font-size: 14px;
          font-weight: bold;
          border: 1px solid #F8D5D7;
          text-align: center;
          border-radius: 5px;
          color: #926625;
          width: 100%;
          text-transform: uppercase; }
        .modal-contact .modal-contact-wrap .modal-contact-wrap-right form span {
          font-size: 11px; }
    .modal-contact .modal-contact-wrap .modal-contact-wrap-close {
      position: absolute;
      top: -5px;
      right: -5px;
      background: #fa96bc;
      color: #fff;
      padding: 2px 3px;
      border-radius: 3px;
      font-weight: bold;
      cursor: pointer; }

div#modal-cart {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background: #fff;
  box-shadow: 0px 1px 1.5px rgba(255, 255, 255, 0.5);
  transition: all .5s;
  width: 50%;
  visibility: hidden;
  opacity: 0; }
  div#modal-cart .modal-cart-wrap {
    position: relative; }
    div#modal-cart .modal-cart-wrap .modal-cart-wrap-top {
      display: flex;
      border-bottom: 1px solid #ccc; }
      div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-left {
        width: 50%;
        padding: 20px;
        border-right: 1px solid #ccc;
        text-align: center; }
        div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-left > a {
          display: block; }
          div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-left > a img {
            margin-bottom: 10px;
            max-width: 200px; }
        div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-left .modal-cart-wrap-top-left-price {
          color: #ff1616;
          text-align: center; }
        div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-left > strong {
          display: block;
          font-size: 15px;
          font-weight: 700;
          color: red;
          margin-bottom: 10px; }
          div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-left > strong i {
            margin-right: 10px; }
        div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-left > h2 {
          margin-bottom: 10px;
          font-size: 14px;
          line-height: 1.4;
          text-align: center; }
        div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-left > p {
          margin: 0;
          font-size: 12px;
          color: #333;
          text-align: center;
          position: relative;
          padding-left: 20px; }
          div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-left > p strong {
            display: inline-block;
            min-width: 75px;
            color: #333; }
      div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-right {
        width: 50%;
        padding: 20px; }
        div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-right .modal-cart-wrap-top-right-price {
          color: #ff1616; }
        div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-right > span {
          display: block;
          text-align: center;
          width: 150px;
          margin-left: auto;
          margin-right: auto;
          font-size: 13px;
          font-weight: 700;
          color: #333;
          margin-bottom: 20px; }
          div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-right > span strong {
            color: #ff1616;
            font-size: 16px; }
        div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-right p {
          margin-bottom: 20px;
          text-align: center;
          color: #ff1616; }
          div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-right p strong {
            color: #333; }
        div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-right .modal-cart-wrap-top-right-check {
          display: flex;
          align-items: center;
          width: 80%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 20px; }
          div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-right .modal-cart-wrap-top-right-check label {
            margin: 0; }
        div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-right > a {
          display: block;
          text-align: center;
          width: 80%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 20px;
          padding: 10px;
          color: #fa96bc; }
          div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-right > a.modal-cart-wrap-top-right-continue {
            border: 1px solid #fa96bc;
            color: #333; }
          div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-right > a.modal-cart-wrap-top-right-cart {
            background: #fa96bc;
            border: 1px solid #fa96bc;
            color: #fff; }
          div#modal-cart .modal-cart-wrap .modal-cart-wrap-top .modal-cart-wrap-top-right > a.modal-cart-wrap-top-right-checkout {
            border: 1px solid #ff1616;
            background: #ff1616;
            color: #fff; }
    div#modal-cart .modal-cart-wrap .modal-cart-wrap-close {
      position: absolute;
      top: -5px;
      right: -5px;
      background: #fa96bc;
      padding: 2px 3px;
      border-radius: 3px;
      font-weight: bold;
      cursor: pointer; }
      div#modal-cart .modal-cart-wrap .modal-cart-wrap-close a {
        color: #fff; }

div#modal-login {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 1px 1.5px rgba(255, 255, 255, 0.5);
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  visibility: hidden;
  opacity: 1; }
  div#modal-login .modal-login-wrap .modal-login-wrap-content {
    overflow: hidden;
    position: relative;
    width: 660px;
    height: 100%;
    margin: 0 auto 100px;
    background: #fff; }
    div#modal-login .modal-login-wrap .modal-login-wrap-content h2 {
      width: 100%;
      font-size: 26px;
      text-align: center; }
    div#modal-login .modal-login-wrap .modal-login-wrap-content.loginBroken #customer_login {
      display: none; }
    div#modal-login .modal-login-wrap .modal-login-wrap-content.loginBroken #recoverPass {
      display: block; }
    div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass {
      display: none; }
    div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login,
    div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer,
    div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass {
      position: relative;
      width: 400px;
      height: 100%;
      transition: transform 1.2s ease-in-out;
      transition-timing-function: ease-out;
      padding: 50px 0; }
      div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login .forgot-pass, div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login .not-forgot-pass,
      div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer .forgot-pass,
      div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer .not-forgot-pass,
      div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass .forgot-pass,
      div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass .not-forgot-pass {
        margin-top: 15px;
        text-align: center;
        font-size: 12px;
        color: #ccc;
        display: block; }
      div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login label,
      div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer label,
      div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass label {
        display: block;
        width: 70%;
        margin: 25px auto 0;
        text-align: center; }
        div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login label span,
        div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer label span,
        div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass label span {
          font-size: 12px;
          color: #ccc;
          text-transform: uppercase; }
        div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login label input,
        div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer label input,
        div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass label input {
          border: none;
          outline: none;
          display: block;
          width: 100%;
          margin-top: 5px;
          padding-bottom: 5px;
          font-size: 16px;
          color: #333;
          border-bottom: 1px solid rgba(0, 0, 0, 0.4);
          text-align: center; }
          div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login label input::placeholder,
          div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer label input::placeholder,
          div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass label input::placeholder {
            color: #ccc; }
      div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login button,
      div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer button,
      div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass button {
        display: block;
        margin: 15px auto 0;
        width: 70%;
        height: 36px;
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        border: none;
        outline: none;
        margin-top: 40px;
        margin-bottom: 20px;
        background: #fa96bc;
        text-transform: uppercase;
        border-radius: 5px; }
    div#modal-login .modal-login-wrap .modal-login-wrap-content.register #customer_login {
      transition-timing-function: ease-in-out;
      transition-duration: 1.2s;
      transform: translate3d(640px, 0, 0); }
    div#modal-login .modal-login-wrap .modal-login-wrap-content.register .modal-login-wrap-content-all {
      transform: translateX(-400px); }
      div#modal-login .modal-login-wrap .modal-login-wrap-content.register .modal-login-wrap-content-all .modal-login-wrap-content-all-image:before {
        transform: translateX(640px); }
      div#modal-login .modal-login-wrap .modal-login-wrap-content.register .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-top.one {
        transform: translateX(520px); }
      div#modal-login .modal-login-wrap .modal-login-wrap-content.register .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-top.two {
        transform: translateX(0); }
      div#modal-login .modal-login-wrap .modal-login-wrap-content.register .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-bottom span.one {
        transform: translateY(0); }
      div#modal-login .modal-login-wrap .modal-login-wrap-content.register .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-bottom span.two {
        transform: translateY(72px); }
    div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all {
      overflow: hidden;
      position: absolute;
      left: 400px;
      top: 0;
      width: 900px;
      height: 100%;
      padding-left: 260px;
      background: #fff;
      transition: transform 1.2s ease-in-out; }
      div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image {
        overflow: hidden;
        z-index: 2;
        position: absolute;
        left: 0;
        top: 0;
        width: 260px;
        height: 100%;
        padding-top: 360px; }
        div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image:before {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          width: 900px;
          height: 100%;
          background-image: url("https://file.hstatic.net/200000295028/file/signs-of-walking.thumb_-800x500_fe2aa4f9b45e4dc28ce06d930e6ee40b.jpg");
          background-size: cover;
          transition: transform 1.2s ease-in-out; }
        div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.25); }
        div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-top {
          z-index: 2;
          position: absolute;
          left: 0;
          top: 50px;
          width: 100%;
          padding: 0 20px;
          text-align: center;
          color: #fff;
          transition: transform 1.2s ease-in-out; }
          div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-top.two {
            transform: translateX(-520px); }
          div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-top h2 {
            margin-bottom: 10px;
            font-weight: bold;
            color: #fff; }
          div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-top p {
            font-size: 14px;
            line-height: 1.5; }
        div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-bottom {
          overflow: hidden;
          z-index: 2;
          position: relative;
          width: 100px;
          height: 36px;
          margin: 0 auto;
          background: transparent;
          color: #fff;
          text-transform: uppercase;
          font-size: 14px;
          cursor: pointer; }
          div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-bottom:after {
            content: '';
            z-index: 2;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            border-radius: 5px;
            height: 100%;
            border: 2px solid #fff; }
          div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-bottom span {
            position: absolute;
            left: 0;
            top: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            transition: transform 1.2s; }
            div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-bottom span.one {
              transform: translateY(-72px); }
  div#modal-login .modal-login-wrap .modal-login-close {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #fa96bc;
    color: #fff;
    padding: 2px 3px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer; }

.overplay-all {
  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: 98; }

input:hover, input:focus, input:visited,
button:hover, button:focus, button:visited {
  outline: 0 !important;
  text-decoration: none;
  opacity: .9;
  box-shadow: none !important; }

.breadcrumb-shop ol {
  display: flex;
  flex-wrap: wrap;
  background: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0; }
  @media (max-width: 767px) {
    .breadcrumb-shop ol {
      text-align: center;
      justify-content: center;
      width: 100%; } }
  .breadcrumb-shop ol a {
    color: #333; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.fb_dialog.fb_dialog_advanced .fb_dialog_content iframe {
  right: -5px !important; }

.fb_dialog, .fb_dialog.fb_dialog_mobile {
  z-index: 98 !important; }

.event-none {
  pointer-events: none;
  border: 1px solid #333 !important;
  background: #333 !important; }

.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 {
  background-clip: padding-box; }
  input.form-control::-webkit-outer-spin-button, input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  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: none !important;
    border: none !important; }
    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: #333;
      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 #333;
      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 #333; }
  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: none !important;
    border: none !important; }
    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: 0;
      right: 0;
      top: .38em;
      margin: auto;
      z-index: 1;
      width: 10px;
      height: 5px;
      border: 2px solid #333;
      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 #333;
      cursor: pointer;
      border-radius: 3px; }
    input[type="checkbox"]:checked:after {
      border-color: #333; }
  input[type=number] {
    -moz-appearance: textfield; }
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

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

.btn:hover {
  opacity: .85;
  transition: all .2s; }

@media (max-width: 480px) {
  input::placeholder {
    font-size: 12px; } }

.section-title-all {
  text-align: center;
  margin: 25px auto;
  width: 50%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .section-title-all {
      width: 75%; } }
  @media (max-width: 767px) {
    .section-title-all {
      width: 100%;
      margin: 15px auto;
      margin-bottom: 30px; } }
  .section-title-all h2 {
    margin: 10px 0;
    font-size: 32px;
    color: #fa96bc;
    font-weight: 700; }
    @media (max-width: 767px) {
      .section-title-all h2 {
        font-size: 30px; } }
    @media (max-width: 360px) {
      .section-title-all h2 {
        font-size: 25px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .section-title-all h2 {
        font-size: 18px; } }
  .section-title-all p {
    margin: 0;
    font-size: 15px;
    color: #333; }

@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.75);
    right: 0px !important;
    margin: 0 !important;
    bottom: 20px !important; } }

@keyframes fadeMenu {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@media (max-width: 1200px) {
  .main-layout {
    margin-top: 65px; } }

#header {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 1200px) {
    #header {
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9;
      box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.25);
      background-color: #fff; } }
  @media (max-width: 1199px) {
    #header {
      height: 65px; } }
  #header.activeNewMenu .headerMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 9;
    animation: fadeMenu .5s ease-out forwards; }
    #header.activeNewMenu .headerMenu .headerMenuLeft {
      cursor: pointer; }
      #header.activeNewMenu .headerMenu .headerMenuLeft .mainNav {
        display: none; }
    #header.activeNewMenu .headerMenu .headerMenuEnd {
      display: flex; }
    #header.activeNewMenu .headerMenu .headerMenuRight {
      width: 60%; }
      #header.activeNewMenu .headerMenu .headerMenuRight .headerMenuRightOne {
        display: none; }
      #header.activeNewMenu .headerMenu .headerMenuRight .headerSearch {
        display: block;
        max-width: 60%;
        margin: 0 auto; }
        #header.activeNewMenu .headerMenu .headerMenuRight .headerSearch .headerSearchButton {
          background: #fff;
          color: #fa96bc; }
  #header .headerMain {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 1200px) {
      #header .headerMain {
        justify-content: space-between; } }
    @media (max-width: 767px) {
      #header .headerMain {
        padding: 10px 0px; } }
    #header .headerMain .headerBars {
      display: none;
      width: 20%; }
      @media (max-width: 1200px) {
        #header .headerMain .headerBars {
          display: flex; } }
      #header .headerMain .headerBars a {
        margin-right: 20px; }
        #header .headerMain .headerBars a i {
          font-size: 20px; }
    #header .headerMain .headerLeft {
      width: 20%;
      padding-right: 20px; }
      @media (max-width: 1200px) {
        #header .headerMain .headerLeft {
          width: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-right: 0; } }
      #header .headerMain .headerLeft .headerLogo img {
        max-height: 50px; }
        @media (min-width: 1025px) {
          #header .headerMain .headerLeft .headerLogo img {
            max-width: 200px; } }
    #header .headerMain .headerCenter {
      width: 50%; }
      @media (max-width: 1200px) {
        #header .headerMain .headerCenter {
          display: none; } }
    #header .headerMain .headerRight {
      width: 30%;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      @media (max-width: 1200px) {
        #header .headerMain .headerRight {
          width: 20%;
          justify-content: flex-end; }
          #header .headerMain .headerRight .headerTool {
            margin: 0px 10px; } }
      #header .headerMain .headerRight .headerPhone {
        display: flex;
        align-items: center; }
        @media (max-width: 1200px) {
          #header .headerMain .headerRight .headerPhone {
            display: none; } }
        #header .headerMain .headerRight .headerPhone .headerPhoneDetail {
          margin-left: 10px; }
          #header .headerMain .headerRight .headerPhone .headerPhoneDetail a {
            display: block; }
            #header .headerMain .headerRight .headerPhone .headerPhoneDetail a:nth-child(2) {
              font-weight: 700;
              color: #fa96bc; }
      @media (max-width: 1200px) {
        #header .headerMain .headerRight .headerUser {
          display: none; } }
      #header .headerMain .headerRight .headerTool i, #header .headerMain .headerRight .headerUser i, #header .headerMain .headerRight .headerCompare i {
        font-size: 20px; }
      #header .headerMain .headerRight .headerCart, #header .headerMain .headerRight .headerWishlist, #header .headerMain .headerRight .headerCompare {
        position: relative; }
        #header .headerMain .headerRight .headerCart .count, #header .headerMain .headerRight .headerWishlist .count, #header .headerMain .headerRight .headerCompare .count {
          position: absolute;
          top: -7.5px;
          right: -10px;
          background: #fa96bc;
          color: #fff;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          border-radius: 999px;
          font-size: 11px; }
      #header .headerMain .headerRight .headerMenuClick {
        display: none; }
        @media (max-width: 1200px) {
          #header .headerMain .headerRight .headerMenuClick {
            display: block; } }
  #header .headerMenu {
    width: 100%;
    background: #fa96bc;
    position: relative; }
    @media (max-width: 1200px) {
      #header .headerMenu {
        display: none; } }
    #header .headerMenu > .container {
      display: flex;
      align-items: center; }
    #header .headerMenu .headerMenuLeft {
      width: 20%;
      display: flex;
      align-items: center;
      padding: 12.5px 15px;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      line-height: 20px; }
      #header .headerMenu .headerMenuLeft:hover .mainNav {
        display: block; }
      #header .headerMenu .headerMenuLeft > i {
        margin-right: 10px;
        font-size: 20px; }
      #header .headerMenu .headerMenuLeft .mainNav {
        background: #f7f7f7;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9; }
        #header .headerMenu .headerMenuLeft .mainNav > ul {
          position: relative;
          height: 100%; }
          #header .headerMenu .headerMenuLeft .mainNav > ul > li {
            border-top: 1px dotted #e1e1e1; }
            #header .headerMenu .headerMenuLeft .mainNav > ul > li.active > a {
              color: #333; }
            #header .headerMenu .headerMenuLeft .mainNav > ul > li > a {
              padding: 10px 15px 9px;
              display: flex;
              align-items: center;
              justify-content: space-between;
              text-transform: capitalize; }
              #header .headerMenu .headerMenuLeft .mainNav > ul > li > a i {
                border: none !important;
                font-size: 10px;
                float: right; }
              #header .headerMenu .headerMenuLeft .mainNav > ul > li > a span {
                display: flex;
                align-items: center; }
                #header .headerMenu .headerMenuLeft .mainNav > ul > li > a span img {
                  margin-right: 7px;
                  max-width: 30px; }
            #header .headerMenu .headerMenuLeft .mainNav > ul > li:hover > a {
              background: rgba(255, 255, 255, 0.9);
              backdrop-filter: blur(6px);
              color: #000; }
            #header .headerMenu .headerMenuLeft .mainNav > ul > li:hover .subMenuTwo {
              visibility: visible; }
            #header .headerMenu .headerMenuLeft .mainNav > ul > li .subMenuTwo {
              display: flex;
              visibility: hidden;
              position: absolute;
              left: 100%;
              background: rgba(255, 255, 255, 0.9);
              backdrop-filter: blur(6px);
              border: 1px solid #e1e1e1;
              border-left: none;
              z-index: 99;
              top: 0px;
              width: 1000px;
              height: 100%;
              padding: 10px;
              overflow: hidden; }
              #header .headerMenu .headerMenuLeft .mainNav > ul > li .subMenuTwo::-webkit-scrollbar {
                width: 2.5px; }
              #header .headerMenu .headerMenuLeft .mainNav > ul > li .subMenuTwo::-webkit-scrollbar-track {
                background: #f1f1f1; }
              #header .headerMenu .headerMenuLeft .mainNav > ul > li .subMenuTwo::-webkit-scrollbar-thumb {
                background: #fa96bc; }
              #header .headerMenu .headerMenuLeft .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne {
                width: 100%;
                display: flex;
                flex-wrap: wrap; }
                #header .headerMenu .headerMenuLeft .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem {
                  width: calc(100% / 4);
                  padding: 3px 0px; }
                  #header .headerMenu .headerMenuLeft .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a {
                    display: block; }
                    #header .headerMenu .headerMenuLeft .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a i {
                      border: none !important;
                      font-size: 10px;
                      float: right;
                      transition: all .3s linear; }
                      #header .headerMenu .headerMenuLeft .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a i.activeMenuVertical {
                        transform: rotate(90deg); }
                  #header .headerMenu .headerMenuLeft .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul {
                    padding-top: 3px; }
                    #header .headerMenu .headerMenuLeft .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li {
                      padding: 5px 0px; }
                      #header .headerMenu .headerMenuLeft .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li a {
                        color: #525252;
                        font-size: 13px; }
    #header .headerMenu .headerMenuRight {
      width: 80%; }
      #header .headerMenu .headerMenuRight .headerMenuRightOne {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        display: flex;
        align-items: center;
        font-size: 14px; }
        #header .headerMenu .headerMenuRight .headerMenuRightOne a {
          color: #fff;
          font-weight: 400;
          margin-left: 25px;
          display: flex;
          align-items: center; }
          #header .headerMenu .headerMenuRight .headerMenuRightOne a img {
            width: 25px;
            margin-right: 10px; }
      #header .headerMenu .headerMenuRight .headerSearch {
        display: none; }
    #header .headerMenu .headerMenuEnd {
      width: 20%;
      display: none;
      align-items: center;
      justify-content: flex-end; }
      #header .headerMenu .headerMenuEnd .headerTool i, #header .headerMenu .headerMenuEnd .headerUser i, #header .headerMenu .headerMenuEnd .headerCompare i {
        font-size: 20px;
        color: #fff; }
      #header .headerMenu .headerMenuEnd .headerCart, #header .headerMenu .headerMenuEnd .headerWishlist, #header .headerMenu .headerMenuEnd .headerCompare {
        position: relative;
        margin-left: 20px; }
        #header .headerMenu .headerMenuEnd .headerCart .count, #header .headerMenu .headerMenuEnd .headerWishlist .count, #header .headerMenu .headerMenuEnd .headerCompare .count {
          position: absolute;
          top: -7.5px;
          right: -10px;
          background: #fff;
          color: #fa96bc;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          border-radius: 999px;
          font-size: 11px; }
  #header .headerSearch {
    position: relative;
    width: 100%;
    margin: 0; }
    #header .headerSearch .headerSearchMain {
      display: flex; }
      #header .headerSearch .headerSearchMain .headerSearchInput {
        width: 100%;
        padding: 0px 50px 0px 20px;
        height: 35px;
        line-height: 50px;
        border: 1px solid #e1e1e1;
        border-radius: 5px; }
    #header .headerSearch .headerSearchButton {
      position: absolute;
      top: 0;
      right: 0px;
      font-size: 20px;
      width: 45px;
      height: 35px;
      line-height: 20px;
      background: #fa96bc;
      text-align: center;
      color: #fff;
      border-radius: 0 5px 5px 0; }
  #header .headerSmartSearch .headerSmartSearchResult {
    position: absolute;
    background: #fff;
    z-index: 9;
    width: 100%;
    left: 0%;
    box-shadow: 0px 3px 6px rgba(40, 40, 40, 0.2);
    padding: 15px;
    border-radius: 5px;
    display: none; }
    #header .headerSmartSearch .headerSmartSearchResult p {
      margin-bottom: 0; }
    #header .headerSmartSearch .headerSmartSearchResult a {
      display: flex;
      align-items: center;
      margin: 15px 0px; }
      #header .headerSmartSearch .headerSmartSearchResult a img {
        min-width: 75px;
        width: 75px;
        margin-right: 10px;
        height: auto; }
      #header .headerSmartSearch .headerSmartSearchResult a span {
        font-weight: 500; }
        #header .headerSmartSearch .headerSmartSearchResult a span span {
          display: block;
          color: #333; }

#slider {
  position: relative;
  z-index: 1; }
  #slider > .container {
    display: flex; }
    @media (max-width: 767px) {
      #slider > .container {
        padding: 0; } }
    #slider > .container .slick-dots {
      bottom: 20px; }
    #slider > .container .slick-arrow.slick-prev {
      left: 0; }
    #slider > .container .slick-arrow.slick-next {
      right: 0; }
  #slider .slider-catalog {
    background-color: #f7f7f7;
    width: 20%; }
    @media (max-width: 991px) {
      #slider .slider-catalog {
        display: none; } }
  #slider .slider-group {
    width: 80%; }
    @media (max-width: 991px) {
      #slider .slider-group {
        width: 100%; } }
    #slider .slider-group .slider-main .slider-main-item a {
      display: block; }

#group-product-slider {
  padding: 25px 0px;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    #group-product-slider {
      padding: 15px 0px !important; } }
  @media (max-width: 767px) {
    #group-product-slider .group-product-slider-main {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media (min-width: 768px) {
    #group-product-slider .group-product-slider-main {
      margin-left: -15px;
      margin-right: -15px; } }
  #group-product-slider .group-product-slider-main .proLoop {
    margin-top: 5px; }
    @media (max-width: 767px) {
      #group-product-slider .group-product-slider-main .proLoop {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
    @media (min-width: 768px) {
      #group-product-slider .group-product-slider-main .proLoop {
        padding-left: 15px;
        padding-right: 15px; } }

#group-deal {
  background: url("https://file.hstatic.net/200000295028/file/bkgdeal_d0787409b2fb424b966ebcea731811bd.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 0; }
  #group-deal .group-deal-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    #group-deal .group-deal-wrap .group-deal-wrap-item {
      width: 50%; }
      @media (max-width: 991px) {
        #group-deal .group-deal-wrap .group-deal-wrap-item {
          width: 100%; } }
      @media (max-width: 480px) {
        #group-deal .group-deal-wrap .group-deal-wrap-item {
          text-align: center; } }
      #group-deal .group-deal-wrap .group-deal-wrap-item:last-child {
        padding-left: 50px; }
        @media (max-width: 991px) {
          #group-deal .group-deal-wrap .group-deal-wrap-item:last-child {
            padding-left: 0; } }
        #group-deal .group-deal-wrap .group-deal-wrap-item:last-child .section-title-all {
          text-align: left;
          width: 100%;
          margin: 25px 0; }
          @media (max-width: 767px) {
            #group-deal .group-deal-wrap .group-deal-wrap-item:last-child .section-title-all img {
              display: none; } }
        #group-deal .group-deal-wrap .group-deal-wrap-item:last-child .countdownLoop {
          width: 100%;
          display: flex;
          text-align: center;
          border-radius: 10px;
          margin: 20px 0;
          color: #333; }
          #group-deal .group-deal-wrap .group-deal-wrap-item:last-child .countdownLoop b {
            font-size: 25px;
            color: #333; }
            @media (max-width: 767px) {
              #group-deal .group-deal-wrap .group-deal-wrap-item:last-child .countdownLoop b {
                font-size: 20px; } }
          #group-deal .group-deal-wrap .group-deal-wrap-item:last-child .countdownLoop span {
            font-size: 20px;
            font-weight: 700;
            border-radius: 20px;
            padding: 10px 0;
            border: none;
            border-left: 3px solid #FF6DA4;
            border-bottom: 3px solid #FF6DA4;
            background: #fff;
            width: 20%;
            color: #fa96bc;
            margin-right: 5%; }
            @media (max-width: 767px) {
              #group-deal .group-deal-wrap .group-deal-wrap-item:last-child .countdownLoop span {
                font-size: 15px; } }
        #group-deal .group-deal-wrap .group-deal-wrap-item:last-child > a {
          display: inline-block;
          background: #fa96bc;
          border: 1px solid #fa96bc;
          border-radius: 6px;
          transition: all .2s;
          padding: 10px 15px;
          color: #fff;
          margin-top: 20px; }
          #group-deal .group-deal-wrap .group-deal-wrap-item:last-child > a:hover {
            position: relative;
            opacity: .9; }
      #group-deal .group-deal-wrap .group-deal-wrap-item .group-deal-wrap-item-image {
        display: block;
        text-align: center;
        animation: float-bob 2s infinite linear; }

#group-product {
  padding: 25px 0px;
  background: url(https://file.hstatic.net/200000295028/file/bkg_f1_gen_aeed010b6c2c441ea3eb8b49b4319c14.jpeg) no-repeat center center;
  background-position: top center;
  position: relative; }
  @media (max-width: 767px) {
    #group-product {
      padding: 15px 0px !important; } }
  @media (max-width: 767px) {
    #group-product {
      background-size: cover; } }
  #group-product ul {
    display: flex;
    justify-content: center;
    box-shadow: 0 -2px 0px #dde3ff inset;
    padding-bottom: 15px;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      #group-product ul {
        justify-content: flex-start;
        width: 100%;
        overflow-x: scroll; } }
    #group-product ul li {
      width: 15%;
      text-align: center;
      position: relative; }
      @media (max-width: 991px) {
        #group-product ul li {
          min-width: 25%; } }
      @media (max-width: 767px) {
        #group-product ul li {
          min-width: 40%; } }
      #group-product ul li.active:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fa96bc; }
      #group-product ul li a {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end; }
        #group-product ul li a span {
          margin-top: 10px;
          width: 100%; }
          @media (max-width: 360px) {
            #group-product ul li a span {
              font-size: 10px; } }
  #group-product .group-product-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      #group-product .group-product-main {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
    @media (min-width: 768px) {
      #group-product .group-product-main {
        margin-left: -15px;
        margin-right: -15px; } }
    #group-product .group-product-main .proLoop {
      width: calc(100%/4); }
      @media (max-width: 991px) {
        #group-product .group-product-main .proLoop {
          width: calc(100%/3); } }
      @media (max-width: 767px) {
        #group-product .group-product-main .proLoop {
          width: calc(100%/2); } }

#banner-two {
  padding: 25px 0px; }
  @media (max-width: 767px) {
    #banner-two {
      padding: 15px 0px !important; } }
  #banner-two .banner-two-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      #banner-two .banner-two-wrap {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
    @media (min-width: 768px) {
      #banner-two .banner-two-wrap {
        margin-left: -15px;
        margin-right: -15px; } }
    #banner-two .banner-two-wrap-item {
      width: 50%; }
      @media (max-width: 767px) {
        #banner-two .banner-two-wrap-item {
          padding-left: 7.5px;
          padding-right: 7.5px; } }
      @media (min-width: 768px) {
        #banner-two .banner-two-wrap-item {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 767px) {
        #banner-two .banner-two-wrap-item {
          width: 100%;
          margin: 10px 0; }
          #banner-two .banner-two-wrap-item .section-title-all {
            left: initial !important;
            right: initial !important;
            width: 100% !important; } }
      #banner-two .banner-two-wrap-item:nth-child(1) .section-title-all {
        right: 5%; }
      #banner-two .banner-two-wrap-item:nth-child(2) .section-title-all {
        left: 5%; }
      #banner-two .banner-two-wrap-item a {
        display: block;
        position: relative;
        overflow: hidden; }
        #banner-two .banner-two-wrap-item a:hover:after {
          right: -75%;
          top: 120%; }
        #banner-two .banner-two-wrap-item a:after {
          content: "";
          display: inline-block;
          width: 150%;
          height: 80%;
          position: absolute;
          right: 30%;
          top: -75%;
          background: rgba(255, 255, 255, 0.25);
          transform: skewY(-50deg);
          transition: all 0.5s ease 0s; }
        #banner-two .banner-two-wrap-item a img {
          border-radius: 20px; }
        #banner-two .banner-two-wrap-item a .section-title-all {
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: auto; }

#policy {
  background: #ebf7fa url("https://file.hstatic.net/200000295028/file/dashed-line-characters2_b692e25d7d4d4477ba1149d40013f39f.png") no-repeat center 0;
  background-size: cover;
  padding: 50px 0; }
  #policy .policy-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    #policy .policy-wrap .policy-wrap-left {
      width: 50%; }
      @media (max-width: 991px) {
        #policy .policy-wrap .policy-wrap-left {
          width: 100%; } }
    #policy .policy-wrap .policy-wrap-right {
      width: 50%;
      padding-left: 50px; }
      @media (max-width: 991px) {
        #policy .policy-wrap .policy-wrap-right {
          width: 100%;
          padding-left: 0px; } }
      #policy .policy-wrap .policy-wrap-right .section-title-all {
        width: 100%;
        text-align: left;
        margin: 0 0 25px 0p; }
      #policy .policy-wrap .policy-wrap-right .policy-wrap-right-group .policy-wrap-right-group-item {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        #policy .policy-wrap .policy-wrap-right .policy-wrap-right-group .policy-wrap-right-group-item img {
          border-radius: 50%;
          width: 50px; }
        #policy .policy-wrap .policy-wrap-right .policy-wrap-right-group .policy-wrap-right-group-item > div {
          width: calc(100% - 50px);
          padding-left: 20px; }
          #policy .policy-wrap .policy-wrap-right .policy-wrap-right-group .policy-wrap-right-group-item > div span {
            font-weight: 700; }
          #policy .policy-wrap .policy-wrap-right .policy-wrap-right-group .policy-wrap-right-group-item > div p {
            margin: 0; }

#group-product-small {
  padding: 25px 0px;
  background: url(https://file.hstatic.net/200000295028/file/bkg_f1_gen_aeed010b6c2c441ea3eb8b49b4319c14.jpeg) no-repeat center center;
  background-size: cover;
  position: relative; }
  @media (max-width: 767px) {
    #group-product-small {
      padding: 15px 0px !important; } }
  #group-product-small .group-product-small-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      #group-product-small .group-product-small-main {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
    @media (min-width: 768px) {
      #group-product-small .group-product-small-main {
        margin-left: -15px;
        margin-right: -15px; } }
    #group-product-small .group-product-small-main .proLoopSmall {
      width: calc(100%/3); }
      @media (min-width: 768px) and (max-width: 1024px) {
        #group-product-small .group-product-small-main .proLoopSmall {
          width: calc(100%/2); } }
      @media (max-width: 767px) {
        #group-product-small .group-product-small-main .proLoopSmall {
          width: 100%; } }

#index-blog {
  background: url("https://file.hstatic.net/200000295028/file/product_bg_ff352cf4da244749b893c2cf27a8acaa.png") no-repeat center center;
  @includes fixPaddingAll; }
  @media (max-width: 767px) {
    #index-blog .index-blog-main {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media (min-width: 768px) {
    #index-blog .index-blog-main {
      margin-left: -15px;
      margin-right: -15px; } }

#footer {
  position: relative;
  background: url("https://file.hstatic.net/200000295028/file/footer_bg_d751d4f1bc904525aca6c9eef4ca94e5.png") center top;
  background-color: #fff; }
  #footer:before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 45px;
    background: url("https://kidslifedev.wpengine.com/wp-content/themes/kidslife/images/footer_top_bg.png") center top no-repeat;
    background-size: cover; }
  #footer .footer-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px; }
    #footer .footer-wrap .footer-wrap-item {
      width: 25%;
      padding: 0 10px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #footer .footer-wrap .footer-wrap-item {
          width: 50%;
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        #footer .footer-wrap .footer-wrap-item {
          width: 100%;
          margin-bottom: 10px; } }
      #footer .footer-wrap .footer-wrap-item:nth-child(1) h4:after {
        background-color: #f27c7e; }
      #footer .footer-wrap .footer-wrap-item:nth-child(2) h4:after {
        background-color: #acc158; }
      #footer .footer-wrap .footer-wrap-item:nth-child(3) h4:after {
        background-color: #fce485; }
      #footer .footer-wrap .footer-wrap-item:nth-child(4) h4:after {
        background-color: #4c7296; }
      @media (max-width: 767px) {
        #footer .footer-wrap .footer-wrap-item:not(:first-child) .footer-wrap-item-content {
          display: none; } }
      #footer .footer-wrap .footer-wrap-item > h4 {
        position: relative;
        padding-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #footer .footer-wrap .footer-wrap-item > h4:after {
          content: "";
          padding: 0;
          max-width: 275px;
          width: 100%;
          display: inline-block;
          background-image: url("https://kidslifedev.wpengine.com/wp-content/themes/kidslife/images/footer_title_bg.png");
          background-position: left bottom;
          background-repeat: no-repeat;
          position: absolute;
          bottom: 0;
          left: 0;
          height: 14px; }
        #footer .footer-wrap .footer-wrap-item > h4 i {
          font-size: 15px;
          display: none; }
          @media (max-width: 767px) {
            #footer .footer-wrap .footer-wrap-item > h4 i {
              display: block; } }
      #footer .footer-wrap .footer-wrap-item .footer-wrap-item-content .footer-wrap-item-content-logo {
        margin-bottom: 15px; }
        #footer .footer-wrap .footer-wrap-item .footer-wrap-item-content .footer-wrap-item-content-logo img {
          max-width: 270px; }
      #footer .footer-wrap .footer-wrap-item .footer-wrap-item-content ul li {
        padding: 5px 0; }
        #footer .footer-wrap .footer-wrap-item .footer-wrap-item-content ul li a {
          color: #333; }
        #footer .footer-wrap .footer-wrap-item .footer-wrap-item-content ul li i {
          width: 25px;
          font-size: 15px; }
      #footer .footer-wrap .footer-wrap-item .footer-wrap-item-content .footer-wrap-item-content-form {
        margin-top: 25px; }
        #footer .footer-wrap .footer-wrap-item .footer-wrap-item-content .footer-wrap-item-content-form form {
          position: relative; }
          #footer .footer-wrap .footer-wrap-item .footer-wrap-item-content .footer-wrap-item-content-form form button {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            background: #fa96bc;
            border: 1px solid #fa96bc;
            color: #fff;
            padding: 0 10px; }
  #footer .footer-bottom {
    padding: 15px 0;
    background: url(https://kidslifedev.wpengine.com/wp-content/themes/kidslife/images/footer_strip.jpg) center top repeat-x;
    background-size: auto 5px;
    background-color: #fa96bc; }
    #footer .footer-bottom .footer-bottom-wrap {
      display: flex;
      flex-wrap: wrap; }
      #footer .footer-bottom .footer-bottom-wrap .footer-bottom-wrap-item {
        width: 50%; }
        @media (max-width: 767px) {
          #footer .footer-bottom .footer-bottom-wrap .footer-bottom-wrap-item {
            width: 100%;
            text-align: center;
            margin: 10px 0; } }
        #footer .footer-bottom .footer-bottom-wrap .footer-bottom-wrap-item p, #footer .footer-bottom .footer-bottom-wrap .footer-bottom-wrap-item a {
          margin: 0;
          color: #fff; }
        #footer .footer-bottom .footer-bottom-wrap .footer-bottom-wrap-item .footer-bottom-wrap-item-social {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          color: #fff; }
          @media (max-width: 767px) {
            #footer .footer-bottom .footer-bottom-wrap .footer-bottom-wrap-item .footer-bottom-wrap-item-social {
              justify-content: center; } }
          #footer .footer-bottom .footer-bottom-wrap .footer-bottom-wrap-item .footer-bottom-wrap-item-social span {
            background-image: url(https://kidslifedev.wpengine.com/wp-content/themes/kidslife/images/footer_arrow.png);
            padding-right: 50px;
            margin-right: 5px;
            background-position: right 5px;
            background-size: 40px 10px;
            background-repeat: no-repeat; }
          #footer .footer-bottom .footer-bottom-wrap .footer-bottom-wrap-item .footer-bottom-wrap-item-social ul {
            display: flex; }
            #footer .footer-bottom .footer-bottom-wrap .footer-bottom-wrap-item .footer-bottom-wrap-item-social ul li {
              margin: 0 10px; }

.article-item {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .article-item {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .article-item {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media (min-width: 768px) {
    .article-item {
      padding-left: 15px;
      padding-right: 15px; } }
  .article-item:hover img {
    transform: scale(1.1); }
  .article-item .article-item-top {
    display: flex; }
    .article-item .article-item-top .article-item-top-info {
      width: 120px;
      text-align: right; }
      .article-item .article-item-top .article-item-top-info .after {
        position: relative;
        background: #fa96bc;
        margin-right: -5px;
        padding-left: 20px;
        padding-right: 10px;
        display: inline-flex;
        align-items: center; }
        .article-item .article-item-top .article-item-top-info .after:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: -1px;
          z-index: 9; }
      .article-item .article-item-top .article-item-top-info .article-item-top-info-date {
        height: 50px;
        margin-top: 25px; }
        .article-item .article-item-top .article-item-top-info .article-item-top-info-date:after {
          border-left: 15px solid #fff;
          border-top: 25px solid transparent;
          border-bottom: 25px solid transparent; }
        .article-item .article-item-top .article-item-top-info .article-item-top-info-date span {
          color: #fff; }
          .article-item .article-item-top .article-item-top-info .article-item-top-info-date span:first-child {
            font-size: 25px;
            font-weight: bold;
            margin-right: 10px; }
          .article-item .article-item-top .article-item-top-info .article-item-top-info-date span:last-child {
            font-size: 13px; }
      .article-item .article-item-top .article-item-top-info .article-item-top-info-comment {
        height: 30px;
        margin-top: 15px;
        color: #fff; }
        .article-item .article-item-top .article-item-top-info .article-item-top-info-comment i {
          margin-left: 10px; }
        .article-item .article-item-top .article-item-top-info .article-item-top-info-comment:after {
          border-left: 10px solid #fff;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent; }
    .article-item .article-item-top > a {
      display: block;
      overflow: hidden;
      border: 5px solid #fa96bc;
      width: calc(100% - 120px); }
      .article-item .article-item-top > a img {
        transition: all 0.5s linear; }
  .article-item .article-item-bottom {
    width: calc(100% - 120px);
    margin-left: auto;
    text-align: left; }
    @media (max-width: 991px) {
      .article-item .article-item-bottom {
        width: 100%; } }
    .article-item .article-item-bottom .article-item-bottom-name {
      margin: 10px 0px; }
      .article-item .article-item-bottom .article-item-bottom-name a {
        font-size: 18px;
        color: #333;
        font-weight: 700;
        text-transform: uppercase; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .article-item .article-item-bottom .article-item-bottom-name a {
            font-size: 17px; } }
    .article-item .article-item-bottom .article-item-bottom-author {
      display: inline-block;
      border-bottom: 1px solid #fa96bc; }
    .article-item .article-item-bottom .article-item-bottom-des {
      color: #333;
      margin-bottom: 10px; }
    .article-item .article-item-bottom .article-item-bottom-more {
      display: inline-block;
      background: #fa96bc;
      border: 1px solid #fa96bc;
      border-radius: 6px;
      transition: all .2s;
      padding: 10px 15px;
      color: #fff; }
      .article-item .article-item-bottom .article-item-bottom-more:hover {
        position: relative;
        opacity: .9; }
      .article-item .article-item-bottom .article-item-bottom-more i {
        margin-left: 5px;
        background: #fff;
        color: #fa96bc;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        line-height: 12px;
        font-size: 8px;
        font-weight: 700;
        text-align: center; }

.proLoop {
  margin-bottom: 25px; }
  @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:hover .proWrap .productImg .productImgLink picture:nth-of-type(2) {
    opacity: 1;
    visibility: visible; }
  .proLoop:hover .proWrap .productImg .productImgLink picture:nth-of-type(1) {
    opacity: 0;
    visibility: hidden; }
  @media (min-width: 768px) {
    .proLoop:hover .proWrap .productImg .productAction {
      opacity: 1; }
      .proLoop:hover .proWrap .productImg .productAction a {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    .proLoop:hover .proWrap .productInfo {
      background: #fa96bc; }
      .proLoop:hover .proWrap .productInfo .productName a, .proLoop:hover .proWrap .productInfo .productPrice {
        color: #fff; } }
  .proLoop .proWrap {
    background: #fff;
    border: 1px solid #fa96bc;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
    .proLoop .proWrap .productImg {
      position: relative;
      overflow: hidden; }
      .proLoop .proWrap .productImg .productOut, .proLoop .proWrap .productImg .productLabelTags {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #fa96bc;
        padding: 2px 7.5px;
        font-size: 12px;
        color: white;
        border-radius: 10px;
        z-index: 5; }
      .proLoop .proWrap .productImg .productSale {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #fa96bc;
        text-align: center;
        width: auto;
        height: auto;
        font-size: 12px;
        color: white;
        z-index: 5;
        line-height: 26px;
        padding: 0 10px;
        border-radius: 4px; }
        .proLoop .proWrap .productImg .productSale:after {
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #fa96bc;
          content: "";
          position: absolute;
          top: 100%;
          left: 20%; }
      .proLoop .proWrap .productImg .productLabelTags {
        left: 10px;
        right: initial; }
      .proLoop .proWrap .productImg .productOut {
        background: #999; }
      .proLoop .proWrap .productImg .productImgLink {
        display: flex;
        justify-content: center;
        overflow: hidden; }
        .proLoop .proWrap .productImg .productImgLink picture {
          transition: all 0.5s; }
        .proLoop .proWrap .productImg .productImgLink picture:nth-of-type(2) {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          display: flex;
          justify-content: center;
          visibility: hidden; }
      .proLoop .proWrap .productImg .productAction {
        padding: 5px 10px;
        opacity: 0;
        display: inline-block;
        text-align: center;
        margin: 0;
        position: absolute;
        top: 20%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(-50%);
        transform: translateY(0%);
        right: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 2; }
        @media (max-width: 767px) {
          .proLoop .proWrap .productImg .productAction {
            transform: translate(0, 0);
            position: relative;
            display: none; }
            .proLoop .proWrap .productImg .productAction .setQuickview {
              display: none !important; } }
        .proLoop .proWrap .productImg .productAction a {
          background: #fa96bc;
          color: #fff;
          display: inline-block;
          width: 30px;
          height: 30px;
          margin: 10px 0;
          font-size: 15px;
          text-align: center;
          cursor: pointer;
          display: block;
          border-radius: 4px;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          opacity: 0;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          .proLoop .proWrap .productImg .productAction a i {
            font-size: 18px;
            line-height: 30px; }
        .proLoop .proWrap .productImg .productAction a:hover {
          opacity: .75; }
    .proLoop .proWrap .productInfo {
      background: #f4f4f4;
      padding: 20px 25px 10px 25px;
      border-top-left-radius: 80% 80%;
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px;
      border-top-right-radius: 80% 80%; }
      @media (max-width: 767px) {
        .proLoop .proWrap .productInfo {
          background: none;
          padding: 10px; } }
      .proLoop .proWrap .productInfo .productName {
        margin: 10px 0;
        font-size: 16px;
        text-align: center;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        .proLoop .proWrap .productInfo .productName a {
          color: #333;
          display: block; }
        @media (max-width: 1200px) {
          .proLoop .proWrap .productInfo .productName {
            font-size: 14px;
            height: 38px;
            line-height: 19px; } }
      .proLoop .proWrap .productInfo .productPrice {
        text-align: center;
        color: #ff1616;
        font-weight: 500;
        font-size: 15px;
        margin: 0;
        white-space: nowrap; }
        @media (max-width: 480px) {
          .proLoop .proWrap .productInfo .productPrice {
            font-size: 12px; } }
        @media (max-width: 375px) {
          .proLoop .proWrap .productInfo .productPrice {
            white-space: initial; } }
        .proLoop .proWrap .productInfo .productPrice del {
          font-weight: 300;
          margin-left: 5px;
          color: #333;
          font-size: 13px; }
          @media (max-width: 480px) {
            .proLoop .proWrap .productInfo .productPrice del {
              font-size: 11px; } }

.proLoopSmall {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .proLoopSmall {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media (min-width: 768px) {
    .proLoopSmall {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .proLoopSmall {
      margin-bottom: 10px; } }
  .proLoopSmall:hover .proWrap .productImg .productImgLink picture:nth-of-type(2) {
    opacity: 1;
    visibility: visible; }
  .proLoopSmall:hover .proWrap .productImg .productImgLink picture:nth-of-type(1) {
    opacity: 0;
    visibility: hidden; }
  .proLoopSmall .proWrap {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border: 1px solid #fa96bc;
    border-radius: 15px; }
    .proLoopSmall .proWrap .productImg {
      position: relative;
      width: 30%;
      overflow: hidden; }
      .proLoopSmall .proWrap .productImg .productImgLink {
        display: flex;
        justify-content: center;
        overflow: hidden; }
        .proLoopSmall .proWrap .productImg .productImgLink picture {
          transition: all 0.5s; }
        .proLoopSmall .proWrap .productImg .productImgLink picture:nth-of-type(2) {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          display: flex;
          justify-content: center;
          visibility: hidden; }
    .proLoopSmall .proWrap .productInfo {
      width: 70%;
      text-align: left;
      padding-left: 20px; }
      .proLoopSmall .proWrap .productInfo .productName {
        margin: 0 0 10px 0;
        font-size: 16px;
        height: 40px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        .proLoopSmall .proWrap .productInfo .productName a {
          color: #333;
          display: block; }
        @media (max-width: 1200px) {
          .proLoopSmall .proWrap .productInfo .productName {
            font-size: 14px;
            height: 38px;
            line-height: 1.4; } }
      .proLoopSmall .proWrap .productInfo .productPrice {
        color: #ff1616;
        font-weight: 500;
        font-size: 13px;
        margin: 0; }
        .proLoopSmall .proWrap .productInfo .productPrice del {
          font-weight: 300;
          margin-left: 5px;
          color: #bbbbbb;
          font-size: 12px; }
      .proLoopSmall .proWrap .productInfo .productAction {
        margin-top: 10px; }
        .proLoopSmall .proWrap .productInfo .productAction a {
          margin-right: 10px; }
        .proLoopSmall .proWrap .productInfo .productAction .remove-wishlist {
          display: none; }

.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: 50px;
    width: 50px;
    border-radius: 100%;
    border-top: 2.5px solid #ccc;
    animation: move 1s infinite; }

.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 #333;
      border-radius: 50%;
      animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #333 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; }

#pagination {
  margin-top: 15px; }
  #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: #fa96bc;
      color: #fff; }
  #pagination .paginationNext,
  #pagination .paginationPrev {
    color: #999; }
    #pagination .paginationNext i,
    #pagination .paginationPrev i {
      font-weight: bold;
      font-size: 10px; }

#productPageQuickview .productWrap {
  border: none !important;
  padding: 0 !important; }
  #productPageQuickview .productWrap .productWrapAll .productWrapLeft > div {
    width: 100% !important;
    padding: 0; }
    #productPageQuickview .productWrap .productWrapAll .productWrapLeft > div.thumbImage {
      display: none;
      margin-top: 20px; }
      #productPageQuickview .productWrap .productWrapAll .productWrapLeft > div.thumbImage .slick-slide {
        margin-bottom: 0;
        margin-right: 10px; }
  #productPageQuickview .productWrap .productTitle {
    font-size: 18px !important; }
  #productPageQuickview .productWrap .productInfoMain > div {
    width: 100% !important; }

#productPage .breadcrumb-shop .breadcrumb-wrap, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool {
    display: flex;
    position: relative; }
    @media (max-width: 991px) {
      #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool {
        width: 100%;
        justify-content: space-between; } }
    #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div {
      padding: 10px 0px; }
      #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div i, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div i {
        font-size: 12px;
        margin: 0 5px; }
      #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div:last-child, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div:last-child {
        margin-left: 25px; }
      #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div:hover .product-all-popup, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div:hover .product-all-popup {
        opacity: 1;
        visibility: visible; }
      #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup {
        display: block;
        position: absolute;
        top: 95%;
        right: 0;
        background: #fff;
        z-index: 999;
        box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.4);
        display: flex;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s;
        width: 350px;
        border-radius: 6px; }
        @media (max-width: 767px) {
          #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup {
            right: initial;
            left: 50%;
            transform: translateX(-50%); } }
        @media (max-width: 360px) {
          #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup {
            width: 300px; } }
        #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup .product-all-popup-image, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup .product-all-popup-image {
          width: 25%;
          border-right: 0.5px solid #ebebeb; }
          #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup .product-all-popup-image a, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup .product-all-popup-image a {
            display: block;
            padding: 5px; }
        #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup .product-all-popup-content, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup .product-all-popup-content {
          width: 75%;
          padding: 10px; }
          #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup .product-all-popup-content h3, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup .product-all-popup-content h3 {
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup .product-all-popup-content span, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup .product-all-popup-content span {
            color: #ff1616;
            font-weight: 500;
            font-size: 15px; }
            #productPage .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup .product-all-popup-content span del, #productPageQuickview .breadcrumb-shop .breadcrumb-wrap .product-all-tool > div .product-all-popup .product-all-popup-content span del {
              font-weight: 300;
              margin-left: 5px;
              color: #bbbbbb;
              font-size: 13px; }

#productPage .productWrap, #productPageQuickview .productWrap {
  width: 100%;
  position: relative;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  border: 1px solid #ffe5e6; }
  @media (max-width: 480px) {
    #productPage .productWrap, #productPageQuickview .productWrap {
      border: none;
      padding: 0;
      background: #fff9f9; } }
  #productPage .productWrap .productWrapAll, #productPageQuickview .productWrap .productWrapAll {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #productPage .productWrap .productWrapAll .productWrapLeft, #productPageQuickview .productWrap .productWrapAll .productWrapLeft {
      width: 50%;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 767px) {
        #productPage .productWrap .productWrapAll .productWrapLeft, #productPageQuickview .productWrap .productWrapAll .productWrapLeft {
          width: 100%; } }
      #productPage .productWrap .productWrapAll .productWrapLeft .featureImage, #productPageQuickview .productWrap .productWrapAll .productWrapLeft .featureImage {
        width: 80%;
        padding-left: 20px !important; }
        @media (max-width: 767px) {
          #productPage .productWrap .productWrapAll .productWrapLeft .featureImage, #productPageQuickview .productWrap .productWrapAll .productWrapLeft .featureImage {
            width: 100%;
            padding-left: 0 !important; } }
        #productPage .productWrap .productWrapAll .productWrapLeft .featureImage .slick-arrow.slick-prev, #productPageQuickview .productWrap .productWrapAll .productWrapLeft .featureImage .slick-arrow.slick-prev {
          left: 0; }
          @media (min-width: 1200px) {
            #productPage .productWrap .productWrapAll .productWrapLeft .featureImage .slick-arrow.slick-prev, #productPageQuickview .productWrap .productWrapAll .productWrapLeft .featureImage .slick-arrow.slick-prev {
              left: 0; } }
        #productPage .productWrap .productWrapAll .productWrapLeft .featureImage .slick-arrow.slick-next, #productPageQuickview .productWrap .productWrapAll .productWrapLeft .featureImage .slick-arrow.slick-next {
          right: 0; }
          @media (min-width: 1200px) {
            #productPage .productWrap .productWrapAll .productWrapLeft .featureImage .slick-arrow.slick-next, #productPageQuickview .productWrap .productWrapAll .productWrapLeft .featureImage .slick-arrow.slick-next {
              right: 0; } }
      #productPage .productWrap .productWrapAll .productWrapLeft .thumbImage, #productPageQuickview .productWrap .productWrapAll .productWrapLeft .thumbImage {
        width: 20%; }
        @media (max-width: 767px) {
          #productPage .productWrap .productWrapAll .productWrapLeft .thumbImage, #productPageQuickview .productWrap .productWrapAll .productWrapLeft .thumbImage {
            display: none; } }
        #productPage .productWrap .productWrapAll .productWrapLeft .thumbImage .slick-slide, #productPageQuickview .productWrap .productWrapAll .productWrapLeft .thumbImage .slick-slide {
          margin-bottom: 10px; }
          #productPage .productWrap .productWrapAll .productWrapLeft .thumbImage .slick-slide.slick-current.slick-active, #productPageQuickview .productWrap .productWrapAll .productWrapLeft .thumbImage .slick-slide.slick-current.slick-active {
            border: 1px solid #ccc; }
    #productPage .productWrap .productWrapAll .productWrapRight, #productPageQuickview .productWrap .productWrapAll .productWrapRight {
      width: 50%;
      padding-left: 20px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        #productPage .productWrap .productWrapAll .productWrapRight, #productPageQuickview .productWrap .productWrapAll .productWrapRight {
          width: 100%;
          padding-left: 0;
          margin-top: 20px; } }
      #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail {
        width: 100%; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productTitle, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productTitle {
          font-size: 22px;
          font-weight: 700; }
          @media (max-width: 767px) {
            #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productTitle, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productTitle {
              font-size: 17px;
              line-height: 1.5; } }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice {
          border-top: 1px dotted #dee2e6;
          border-bottom: 1px dotted #dee2e6;
          padding: 15px 0 !important;
          font-size: 13px; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice .productPriceBox .productPriceMain, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice .productPriceBox .productPriceMain {
            font-size: 18px;
            opacity: .92;
            font-weight: bold;
            color: #ff1616; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice .productPriceBox .productPriceCompare, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice .productPriceBox .productPriceCompare {
            margin-left: 0;
            font-size: 14px;
            color: #777a7b;
            padding-right: 10px;
            font-weight: 500; }
            @media (max-width: 767px) {
              #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice .productPriceBox .productPriceCompare, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice .productPriceBox .productPriceCompare {
                display: block; } }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice .productPriceBox .productDiscount, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice .productPriceBox .productDiscount {
            margin-left: 10px;
            display: inline-block;
            padding: 2.5px 10px;
            margin-right: 10px;
            background: transparent;
            font-weight: 600;
            font-size: 13px;
            color: #fff;
            background: #fa96bc; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes {
          margin-top: 20px;
          color: #555; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes td, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes td {
            font-size: 12px; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h1, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h2, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h3, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h4, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h5, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h6, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h1, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h2, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h3, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h4, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h5, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h6 {
            font-size: 16px;
            color: #333; }
            #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h1 a, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h2 a, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h3 a, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h4 a, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h5 a, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h6 a, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h1 a, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h2 a, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h3 a, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h4 a, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h5 a, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h6 a {
              color: #333; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productInfoMain, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productInfoMain {
          font-size: 13px;
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 10px; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productInfoMain > div, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productInfoMain > div {
            width: 50%;
            padding-left: 15px;
            position: relative; }
            @media (max-width: 991px) {
              #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productInfoMain > div, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productInfoMain > div {
                width: 100%; } }
            #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productInfoMain > div:after, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productInfoMain > div:after {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              width: 5px;
              height: 5px;
              border-radius: 50%;
              transform: translateY(-50%);
              background: #fa96bc; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productInfoMain span, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productInfoMain span {
            font-weight: 400;
            margin-right: 5px; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail #productSelect, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail #productSelectQW, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .selector-wrapper, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail #productSelect, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail #productSelectQW, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .selector-wrapper {
          display: none; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd .itemQuantity .qtyBtn, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd .itemQuantity .qtyBtn {
            width: 35px !important;
            height: 35px !important; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd .itemQuantity input, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd .itemQuantity input {
            width: 70px !important;
            height: 35px !important;
            background-color: transparent; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.sizeGuide, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.sizeGuide {
            display: none;
            font-weight: 500;
            cursor: pointer;
            text-decoration: underline; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.setWishlist, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.setWishlist {
            margin-left: 25px; }
            #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.setWishlist i, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.setWishlist i {
              color: red;
              font-size: 20px; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.setCompare, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.setCompare {
            margin-left: 25px; }
            #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.setCompare i, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.setCompare i {
              color: #fa96bc;
              font-size: 20px; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction {
          margin-top: 15px;
          display: flex;
          flex-wrap: wrap;
          margin-left: -5px;
          margin-right: -5px; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction button, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction button {
            height: 35px;
            color: #fff;
            border: none;
            background: #333;
            min-width: 200px;
            font-weight: 500;
            margin-right: 5px;
            text-transform: uppercase;
            margin-left: 5px;
            margin-bottom: 10px;
            white-space: nowrap;
            text-align: center; }
            @media (max-width: 767px) {
              #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction button, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction button {
                width: 100%; } }
            #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction button#buyNow, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction button#buyNowQW, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction button#buyNow, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction button#buyNowQW {
              background: #ff1616;
              color: #fff; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare {
          margin-top: 15px; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList {
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
            #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li {
              margin-right: 10px;
              margin-bottom: 10px;
              position: relative; }
              @media (max-width: 991px) {
                #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li {
                  width: calc(100%/6); }
                  #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li a, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li a {
                    margin-left: 0 !important; } }
              #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:hover a, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:hover a {
                border-color: #fa96bc;
                background: #fa96bc;
                color: #fff; }
              #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:hover span, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:hover span {
                opacity: 1;
                visibility: visible; }
                @media (max-width: 767px) {
                  #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:hover span, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:hover span {
                    display: none; } }
              #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li a, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li a {
                width: 40px;
                height: 40px;
                border: 1px solid #dee2e6;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #333;
                font-size: 20px;
                margin-left: auto;
                transition: all .3s; }
              #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li span, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li span {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                top: -30px;
                color: #fff;
                white-space: nowrap;
                background: #fa96bc;
                padding: 2.5px 10px;
                border-radius: 6px;
                opacity: 0;
                visibility: hidden;
                transition: all .3s;
                font-size: 11px; }
                #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li span.active, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li span.active {
                  opacity: 1;
                  visibility: visible; }
                #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li span:after, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li span:after {
                  position: absolute;
                  content: '';
                  bottom: -6px;
                  left: 50%;
                  transform: translateX(-50%);
                  border-left: 6px solid transparent;
                  border-right: 6px solid transparent;
                  border-top: 6px solid #fa96bc; }
                @media (max-width: 767px) {
                  #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li span, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li span {
                    display: none; } }
              #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:last-child:hover span, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:last-child:hover span {
                opacity: 1;
                visibility: visible; }
              #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:last-child span, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:last-child span {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                top: -30px;
                color: #fff;
                white-space: nowrap;
                background: #fa96bc;
                padding: 2.5px 10px;
                border-radius: 6px;
                opacity: 0;
                visibility: hidden;
                transition: all .3s;
                font-size: 11px;
                left: calc( 100% + 15px);
                transform: translateY(-50%);
                top: 50%;
                border-radius: 0 6px 6px 0;
                height: 20px; }
                #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:last-child span.active, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:last-child span.active {
                  opacity: 1;
                  visibility: visible; }
                #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:last-child span:after, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:last-child span:after {
                  position: absolute;
                  content: '';
                  bottom: -6px;
                  left: 50%;
                  transform: translateX(-50%);
                  border-left: 6px solid transparent;
                  border-right: 6px solid transparent;
                  border-top: 6px solid #fa96bc; }
                #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:last-child span:after, #productPageQuickview .productWrap .productWrapAll .productWrapRight .productWrapDetail .productShare .productShareList li:last-child span:after {
                  bottom: initial;
                  top: 0;
                  left: -8px;
                  border-bottom: 10px solid transparent;
                  border-right: 10px solid #fa96bc;
                  border-top: 10px solid transparent; }
  #productPage .productWrap .productTabsContent, #productPageQuickview .productWrap .productTabsContent {
    margin: 50px 0px; }
    @media (max-width: 767px) {
      #productPage .productWrap .productTabsContent, #productPageQuickview .productWrap .productTabsContent {
        margin: 10px 0px; } }
    #productPage .productWrap .productTabsContent img, #productPageQuickview .productWrap .productTabsContent img {
      margin-left: auto;
      margin-right: auto;
      display: block;
      max-width: 100%;
      height: auto; }
    @media (max-width: 767px) {
      #productPage .productWrap .productTabsContent iframe, #productPageQuickview .productWrap .productTabsContent iframe {
        width: 100%; } }
    #productPage .productWrap .productTabsContent ul#myTab, #productPageQuickview .productWrap .productTabsContent ul#myTab {
      overflow-x: auto;
      overflow-y: hidden; }
      @media (max-width: 991px) {
        #productPage .productWrap .productTabsContent ul#myTab, #productPageQuickview .productWrap .productTabsContent ul#myTab {
          flex-wrap: initial;
          border: none; }
          #productPage .productWrap .productTabsContent ul#myTab li, #productPageQuickview .productWrap .productTabsContent ul#myTab li {
            text-align: center;
            white-space: nowrap; } }
      #productPage .productWrap .productTabsContent ul#myTab li, #productPageQuickview .productWrap .productTabsContent ul#myTab li {
        width: auto;
        padding: 0px 40px 0 0;
        border-bottom: 2px solid #ccc; }
        #productPage .productWrap .productTabsContent ul#myTab li a, #productPageQuickview .productWrap .productTabsContent ul#myTab li a {
          color: #333;
          font-size: 18px;
          font-weight: 500;
          border: none;
          padding: 10px; }
          #productPage .productWrap .productTabsContent ul#myTab li a.active, #productPageQuickview .productWrap .productTabsContent ul#myTab li a.active {
            color: #fff;
            border-bottom: 2px solid #fa96bc;
            background: #fa96bc; }
    #productPage .productWrap .productTabsContent #myTabContent, #productPageQuickview .productWrap .productTabsContent #myTabContent {
      width: 100%;
      margin: 0 auto;
      padding: 20px 0px; }
      #productPage .productWrap .productTabsContent #myTabContent ul li, #productPageQuickview .productWrap .productTabsContent #myTabContent ul li {
        margin-left: 20px;
        list-style: initial; }
  #productPage .productWrap .productRelate, #productPageQuickview .productWrap .productRelate {
    margin-bottom: 25px; }
    #productPage .productWrap .productRelate h2, #productPageQuickview .productWrap .productRelate h2 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      text-transform: uppercase;
      justify-content: center;
      margin-bottom: 25px;
      font-size: 20px;
      font-weight: 700; }
      @media (min-width: 1201px) {
        #productPage .productWrap .productRelate h2:before, #productPageQuickview .productWrap .productRelate h2:before {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          flex: 1;
          margin-right: 30px;
          background: #e1e1e1; }
        #productPage .productWrap .productRelate h2:after, #productPageQuickview .productWrap .productRelate h2:after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          flex: 1;
          margin-left: 30px;
          background: #e1e1e1; } }
  #productPage .productWrap .productSeen h2, #productPageQuickview .productWrap .productSeen h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700; }
    @media (min-width: 1201px) {
      #productPage .productWrap .productSeen h2:before, #productPageQuickview .productWrap .productSeen h2:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        flex: 1;
        margin-right: 30px;
        background: #e1e1e1; }
      #productPage .productWrap .productSeen h2:after, #productPageQuickview .productWrap .productSeen h2:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        flex: 1;
        margin-left: 30px;
        background: #e1e1e1; } }

.groupAdd {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .groupAdd .itemQuantity {
    display: flex;
    width: 50%; }
    .groupAdd .itemQuantity .qtyBtn {
      background: none;
      border: 1px solid #ccc;
      height: 25px;
      width: 25px;
      min-width: 25px;
      padding: 0; }
      .groupAdd .itemQuantity .qtyBtn i {
        color: #bbbbbb; }
        .groupAdd .itemQuantity .qtyBtn i:hover {
          color: #333; }
    .groupAdd .itemQuantity input {
      height: 25px;
      width: 40px;
      border: 1px solid #ccc;
      border-left: none;
      border-right: none;
      border-radius: 0;
      text-align: center; }
  .groupAdd .removeItem {
    cursor: pointer; }
    .groupAdd .removeItem:hover {
      color: #fa96bc; }

.product-swatch {
  margin-bottom: 15px; }
  .product-swatch .product-sw-line {
    margin-top: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .product-swatch .product-sw-line .product-sw-title {
      font-weight: 700;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc;
      margin-right: 20px;
      width: 100px; }
      @media (max-width: 767px) {
        .product-swatch .product-sw-line .product-sw-title {
          width: 100%;
          border: none; } }
    .product-swatch .product-sw-line .product-sw-select {
      display: flex; }
      .product-swatch .product-sw-line .product-sw-select .product-sw-select-item {
        margin-right: 15px;
        overflow: hidden; }
        .product-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
          display: flex;
          color: #666;
          border: 1px solid #e1e1e1;
          min-width: 50px;
          height: 34px;
          margin: 0;
          justify-content: center;
          align-items: center;
          padding: 3px 10px;
          cursor: pointer; }
        .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 {
          position: relative;
          opacity: 0.5;
          pointer-events: none;
          overflow: hidden; }
          .product-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background: #333;
            transform: rotate(30deg) translateY(-50%);
            top: 50%; }
          .product-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background: #333;
            transform: rotate(-30deg) translateY(-50%);
            top: 50%; }
        .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color {
          position: relative; }
          .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .colorHover {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -30px;
            color: #fff;
            white-space: nowrap;
            background: #fa96bc;
            padding: 2.5px 10px;
            border-radius: 6px;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            font-size: 11px; }
            .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .colorHover.active {
              opacity: 1;
              visibility: visible; }
            .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .colorHover:after {
              position: absolute;
              content: '';
              bottom: -6px;
              left: 50%;
              transform: translateX(-50%);
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-top: 6px solid #fa96bc; }
          .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label {
            opacity: 0.5;
            pointer-events: none;
            overflow: hidden; }
            .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 {
                content: '';
                position: absolute;
                width: 100%;
                height: 1px;
                background: #333;
                transform: rotate(30deg) translateY(-50%);
                top: 50%; }
              .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 1px;
                background: #333;
                transform: rotate(-30deg) translateY(-50%);
                top: 50%; }
          .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
            border: none;
            height: 34px;
            width: 34px;
            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; }
          .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
            padding: 2px;
            border: 1px solid #333; }

.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; }
      .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;
          cursor: pointer; }
        .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 {
          position: relative;
          opacity: 0.5;
          pointer-events: none;
          overflow: hidden; }
          .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW:not(.sw-colorQW) input.soldOut + label:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background: #333;
            transform: rotate(30deg) translateY(-50%);
            top: 50%; }
          .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW:not(.sw-colorQW) input.soldOut + label:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background: #333;
            transform: rotate(-30deg) translateY(-50%);
            top: 50%; }
        .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 {
              content: '';
              position: absolute;
              width: 100%;
              height: 1px;
              background: #333;
              transform: rotate(30deg) translateY(-50%);
              top: 50%; }
            .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW input.soldOut + label span:before {
              content: '';
              position: absolute;
              width: 100%;
              height: 1px;
              background: #333;
              transform: rotate(-30deg) translateY(-50%);
              top: 50%; }
        .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%; }
        .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW input:checked + label {
          padding: 2px;
          border: 1px solid #333; }

.proLoopSidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 10px;
  margin: 10px 0;
  border-bottom: 1px solid #ccc; }
  @media (max-width: 991px) {
    .proLoopSidebar {
      align-items: flex-start; }
      .proLoopSidebar .productSidebarAction, .proLoopSidebar .productSidebarAvailable, .proLoopSidebar .productSidebarRemove, .proLoopSidebar .productSidebarPrice {
        display: none; }
      .proLoopSidebar .productSidebarTitleAction {
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: flex-end; }
        .proLoopSidebar .productSidebarTitleAction span {
          border: 1px solid #fa96bc;
          padding: 0px 10px;
          background: #fa96bc;
          color: #fff;
          cursor: pointer;
          display: inline-block;
          margin-left: 5px;
          height: 25px;
          line-height: 25px; } }
  @media (min-width: 991px) {
    .proLoopSidebar .productSidebarTitleAction, .proLoopSidebar .productSidebarTitlePrice {
      display: none; } }
  .proLoopSidebar .productSidebarImg {
    width: 10%; }
    @media (max-width: 991px) {
      .proLoopSidebar .productSidebarImg {
        width: 35%; } }
    .proLoopSidebar .productSidebarImg a {
      display: block;
      padding: 10px; }
  .proLoopSidebar .productSidebarTitle {
    width: 30%; }
    @media (max-width: 991px) {
      .proLoopSidebar .productSidebarTitle {
        width: 65%; } }
    .proLoopSidebar .productSidebarTitle h3 {
      line-height: 15px;
      margin-bottom: 0; }
      .proLoopSidebar .productSidebarTitle h3 a {
        font-size: 12px; }
        .proLoopSidebar .productSidebarTitle h3 a:first-child {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
  .proLoopSidebar .productSidebarPrice {
    width: 20%; }
  .proLoopSidebar .productSidebarAvailable {
    width: 15%; }
  .proLoopSidebar .productSidebarAction {
    width: 25%;
    display: flex;
    justify-content: flex-end; }
    .proLoopSidebar .productSidebarAction a, .proLoopSidebar .productSidebarAction span {
      border: 1px solid #fa96bc;
      padding: 2.5px 10px;
      background: #fa96bc;
      color: #fff;
      cursor: pointer;
      margin-left: 5px; }
  .proLoopSidebar .productPrice {
    color: #ff1616;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    display: inline-block; }
  .proLoopSidebar del {
    font-weight: 300;
    margin-left: 5px;
    color: #bbbbbb;
    font-size: 13px; }

#quickviewModal {
  max-height: 650px;
  overflow: hidden; }
  #quickviewModal .modal-dialog {
    width: 50%;
    max-width: 100%; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      #quickviewModal .modal-dialog {
        width: 60%; } }
    #quickviewModal .modal-dialog .closeModal {
      position: absolute;
      top: -5px;
      right: -5px;
      background: #fa96bc;
      color: #fff;
      padding: 2px 3px;
      border-radius: 3px;
      font-weight: bold;
      cursor: pointer; }

#fixed-social-network {
  position: fixed;
  top: 25%;
  right: -125px;
  z-index: 9; }
  #fixed-social-network a img {
    height: 100%;
    margin-right: 20px; }
  #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; }

.support-content.open {
  visibility: visible !important; }
  .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: #fff;
      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: #fa96bc;
        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: #fa96bc;
    padding: 4px;
    color: #fff;
    font-size: 18px; }

.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: #fa96bc;
  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 #fa96bc;
  opacity: .1;
  border-color: #fa96bc;
  opacity: .5; }

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

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

.setWishlist.active i {
  color: #ff1616; }

.subMenuThree {
  padding-left: 10px; }
  .subMenuThree a {
    text-transform: initial; }
