@font-face {
  font-family: 'Calista Headline';
  src: url("https://file.hstatic.net/200000419647/file/calistaheadlineregular-reg_8df7cf2b934e4f429bdd7747ae084653.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("https://file.hstatic.net/200000419647/file/roboto-regular_f749da6a7b1546759c046d92244bb7c1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

* {
  font-family: 'Roboto'; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Calista Headline'; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    font-family: 'Calista Headline'; }

.btn:focus, .btn:active {
  outline: none !important; }

.icon_add_hotline {
  display: flex;
  align-items: center; }
  .icon_add_hotline > .icon {
    position: relative;
    margin-right: 20px; }
    .icon_add_hotline > .icon .hotline {
      font-size: 16px; }
    .icon_add_hotline > .icon.icon_hotline {
      display: flex;
      align-items: center; }
    .icon_add_hotline > .icon i {
      color: #00284c;
      font-size: 24px;
      cursor: pointer; }
    .icon_add_hotline > .icon:hover i {
      color: #0ccef0; }
    .icon_add_hotline > .icon:hover .content {
      opacity: 1;
      visibility: visible;
      height: auto; }
    .icon_add_hotline > .icon .content {
      opacity: 0;
      visibility: hidden;
      height: 0;
      position: absolute;
      top: 35px;
      left: -30px;
      width: 300px;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      z-index: 99; }
      .icon_add_hotline > .icon .content .wrap {
        /*
				padding: 15px;
				background: #fff;
				border-radius: 5px;
				-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
				-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
				box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
				*/
        position: relative;
        top: 20px;
        background: #fff;
        padding: 25px 15px 15px;
        border-radius: 3px;
        /*-webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
				-moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
				box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);*/
        border: solid 1px #dfe3e8;
        transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
        transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
        transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1); }
        .icon_add_hotline > .icon .content .wrap .box-triangle {
          position: absolute;
          left: 33.5px;
          bottom: calc(100% - -3px);
          margin: 0;
          width: 20px;
          height: 10px; }
          .icon_add_hotline > .icon .content .wrap .box-triangle svg {
            -webkit-filter: drop-shadow(0 -1px 0px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0 -1px 0px rgba(0, 0, 0, 0.15)); }

#nav .main-nav > ul {
  position: relative; }
  #nav .main-nav > ul > li.has-mega {
    position: static; }
  #nav .main-nav > ul > li:hover .megamenu-sub {
    visibility: visible;
    height: 280px;
    z-index: 10;
    padding: 40px 15px 0px; }
    #nav .main-nav > ul > li:hover .megamenu-sub .list-item-left {
      opacity: 1; }
  #nav .main-nav > ul > li .megamenu-sub {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: -1;
    width: 100%;
    visibility: hidden;
    display: block;
    opacity: 1;
    /*box-shadow: 0 2px 6px #efefef;			*/
    /*-webkit-transition: visibility 0 linear .25s, opacity .25s linear;
				-webkit-transform: visibility 0 linear .25s, opacity .25s linear;
				-moz-transform: visibility 0 linear .25s, opacity .25s linear;
				-ms-transform: visibility 0 linear .25s, opacity .25s linear;
				-o-transform: visibility 0 linear .25s, opacity .25s linear;
				transform: visibility 0 linear .25s, opacity .25s linear;
				padding: 40px 15px 0px;*/
    transition: height .25s, visibility .5s,padding .35s;
    height: 0;
    overflow: hidden;
    overflow-y: auto;
    /*transition: all 1.5s ease;

				height: 280px;
				overflow-y: auto;*/ }
    #nav .main-nav > ul > li .megamenu-sub .list-item-left {
      transition: opacity .45s ease-in-out .25s;
      opacity: 0; }
    #nav .main-nav > ul > li .megamenu-sub .list-item-left .megamenu-sub-wrap {
      display: flex;
      text-align: left;
      justify-content: center;
      /*	gap: 40px;*/ }
      #nav .main-nav > ul > li .megamenu-sub .list-item-left .megamenu-sub-wrap > li {
        padding-right: 40px; }
        #nav .main-nav > ul > li .megamenu-sub .list-item-left .megamenu-sub-wrap > li > a {
          font-weight: bold;
          margin-bottom: 20px;
          display: block;
          width: max-content;
          font-size: 14px; }
        #nav .main-nav > ul > li .megamenu-sub .list-item-left .megamenu-sub-wrap > li > ul {
          margin-top: 0;
          border-top: none; }
          #nav .main-nav > ul > li .megamenu-sub .list-item-left .megamenu-sub-wrap > li > ul > li {
            margin-bottom: 20px; }
      #nav .main-nav > ul > li .megamenu-sub .list-item-left .megamenu-sub-wrap li a {
        font-size: 14px;
        line-height: 1.71rem; }
    #nav .main-nav > ul > li .megamenu-sub .list-item-right img {
      width: 100%; }

.hSticky-up #nav .main-nav > ul > li:hover .megamenu-sub {
  top: unset; }

.desktop-quicklink {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .desktop-quicklink {
      padding: 30px 0; } }
  .desktop-quicklink .tiffany-rte h2 {
    font-size: 37px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .desktop-quicklink .tiffany-rte h2 {
        font-size: 18px; } }
  .desktop-quicklink .quicklink-component__content_body_image-container {
    display: -webkit-box;
    display: flex;
    padding: 0;
    margin: 0 -8px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    align-items: baseline;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .desktop-quicklink .quicklink-component__content_body_image-container {
        margin: 0 -5px; } }
    .desktop-quicklink .quicklink-component__content_body_image-container .quicklink-component__content_body_image-container_image {
      width: 16.6666666667%;
      padding: 0 8px; }
      @media (max-width: 768px) {
        .desktop-quicklink .quicklink-component__content_body_image-container .quicklink-component__content_body_image-container_image {
          width: 33.33%;
          padding: 0 5px; } }
      .desktop-quicklink .quicklink-component__content_body_image-container .quicklink-component__content_body_image-container_image .image-container_link-image-text--image {
        cursor: pointer; }
        .desktop-quicklink .quicklink-component__content_body_image-container .quicklink-component__content_body_image-container_image .image-container_link-image-text--image .quicklink-tile {
          border: 2px solid transparent; }
        .desktop-quicklink .quicklink-component__content_body_image-container .quicklink-component__content_body_image-container_image .image-container_link-image-text--image:hover .quicklink-tile {
          border: 2px solid #0ccef0; }
      .desktop-quicklink .quicklink-component__content_body_image-container .quicklink-component__content_body_image-container_image .quicklink_image_imagetext {
        margin-top: 10px; }
        @media (max-width: 768px) {
          .desktop-quicklink .quicklink-component__content_body_image-container .quicklink-component__content_body_image-container_image .quicklink_image_imagetext {
            min-height: 35px;
            font-size: 12px; } }

.home_banner_floor {
  padding: 0 0 50px; }
  @media (max-width: 768px) {
    .home_banner_floor {
      padding: 0 0 30px; }
      .home_banner_floor .owl-carousel .owl-stage {
        padding-left: 0 !important; } }

.wrapper-collection-1 {
  padding: 0 0 50px; }
  @media (max-width: 768px) {
    .wrapper-collection-1 {
      padding: 0 0 0px; }
      .wrapper-collection-1 .container-fluid {
        padding: 0; } }
  .wrapper-collection-1 .readmore_btn a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #00284c;
    margin-bottom: 30px; }

.content-product-list {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr)); }
  @media (max-width: 768px) {
    .content-product-list {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .content-product-list .item {
    display: flex;
    align-items: center;
    justify-content: center; }

.home_banner_product_1,
.home_banner_product_2,
.home_banner_product_3 {
  padding: 0 0 50px; }
  @media (max-width: 768px) {
    .home_banner_product_1,
    .home_banner_product_2,
    .home_banner_product_3 {
      padding: 0 0 30px; }
      .home_banner_product_1 .container-fluid,
      .home_banner_product_2 .container-fluid,
      .home_banner_product_3 .container-fluid {
        padding: 0; } }
  .home_banner_product_1 img,
  .home_banner_product_2 img,
  .home_banner_product_3 img {
    width: 100%; }

.wrapper-home-banner2 {
  padding: 0 0 50px; }
  @media (max-width: 768px) {
    .wrapper-home-banner2 {
      padding: 0 0 30px; }
      .wrapper-home-banner2 .home-banner-pd:nth-child(2n + 1) {
        clear: both; } }
  .wrapper-home-banner2 .caption_banner .button-img {
    margin-top: 10px;
    background: #00284c;
    border: 1px solid #00284c;
    color: #fff;
    padding: 7px 15px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .wrapper-home-banner2 .caption_banner .button-img:hover {
      background: #fff;
      border: 1px solid #00284c;
      color: #00284c; }

.home-policy {
  background-color: #fafafa;
  padding: 50px 0; }
  @media (max-width: 768px) {
    .home-policy {
      padding: 30px 0; }
      .home-policy .policy_list > .col-xs-6:nth-child(2n+1) {
        clear: both; } }
  .home-policy .policy_item .content {
    margin-top: 10px; }
    .home-policy .policy_item .content .title {
      font-weight: bold;
      font-size: 15px; }
    .home-policy .policy_item .content .link_policy {
      font-weight: bold; }

.social-list {
  margin-top: 20px; }
  @media (max-width: 768px) {
    .social-list {
      margin-bottom: 20px; } }

.bottom-footer {
  border-top: 1px solid rgba(55, 72, 88, 0.5); }
  .bottom-footer .d-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .bottom-footer .bct {
    text-align: right;
    margin-left: 20px; }
    .bottom-footer .bct img {
      width: 150px;
      height: auto; }

.cart-buttons a.button.dark, .cart-buttons .btn-update {
  color: #000; }
  .cart-buttons a.button.dark:before, .cart-buttons .btn-update:before {
    background-color: #fff; }
  .cart-buttons a.button.dark:hover:before, .cart-buttons .btn-update:hover:before {
    background-color: #00284c; }

.form_strip {
  margin-bottom: 10px; }
  .form_strip .title_strip {
    color: #fff;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    background: #00284c; }
    @media (max-width: 768px) {
      .form_strip .title_strip {
        font-size: 14px; } }
    .form_strip .title_strip .icon-control {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      z-index: 9;
      font-size: 0; }
      .form_strip .title_strip .icon-control.minus {
        right: 11px;
        top: calc(50%); }
        .form_strip .title_strip .icon-control.minus:before {
          content: '';
          height: 2px;
          width: 10px;
          display: block;
          background: #00284c; }
      .form_strip .title_strip .icon-control.plus {
        display: block; }
        .form_strip .title_strip .icon-control.plus:before {
          content: '';
          height: 10px;
          width: 2px;
          display: block;
          background: #00284c; }
  .form_strip.active .title_strip .icon-control.minus {
    display: block; }
  .form_strip.active .title_strip .icon-control.plus {
    display: none; }
  .form_strip.active .desc_strip {
    padding-top: 18px; }

#blog {
  margin-bottom: 50px; }

.action_account_custommer .action_bottom .btn, .action_account_custommer .action_bottom {
  width: 100%; }

.blog-loop .blog-post .blog-post-thumbnail {
  margin-bottom: 15px;
  display: inline-block; }

.blog-loop .blog-post .blog-post-title {
  font-size: 30px;
  padding: 5px 0 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical; }
  @media (max-width: 768px) {
    .blog-loop .blog-post .blog-post-title {
      font-size: 18px; } }

.blog-loop .blog-post .entry-content {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical; }

.blog-loop .blog-post .read-more-button {
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #fff;
  transition: background-color .2s linear,color .2s linear;
  margin: 25px 0;
  color: #424242;
  border: 1px solid;
  border-color: #424242;
  display: inline-block; }
  .blog-loop .blog-post .read-more-button:hover {
    background: #424242;
    color: #fff; }

.sidebar-block {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc; }
  .sidebar-block .blog_search {
    margin-bottom: 15px;
    position: relative; }
    .sidebar-block .blog_search button.search-submit {
      position: absolute;
      z-index: 1000;
      color: #424242;
      font-size: 20px;
      top: 9px;
      right: 7px;
      cursor: pointer;
      color: #333;
      top: 0px;
      right: 10px;
      z-index: 1;
      background: transparent;
      border: none; }
      .sidebar-block .blog_search button.search-submit:active, .sidebar-block .blog_search button.search-submit:focus {
        outline: none; }
      .sidebar-block .blog_search button.search-submit svg {
        width: 18px;
        height: 45px;
        opacity: .5; }
    .sidebar-block .blog_search input {
      width: 100%;
      height: 44px;
      min-height: 44px;
      padding: 0 10px;
      margin: 0;
      border: 1px solid #ccc;
      outline: 0;
      background: #fff;
      color: #5f6a7d;
      margin-bottom: 15px; }
  .sidebar-block h4 {
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #424242;
    display: block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0.5em 0;
    padding: 7px 0; }
  .sidebar-block .newsletter {
    margin-bottom: 20px; }
    .sidebar-block .newsletter .button {
      width: 100%;
      margin-top: 10px; }

.form-book-date .btn-book-date {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none;
  padding: 14px 35px;
  line-height: 22px;
  width: 100%;
  margin-top: 10px; }

.product-description .form_strip .title_strip {
  color: #00284c;
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #00284c; }

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */ }

@media (min-width: 768px) {
  .list-article-faq {
    max-width: 80%;
    margin: 0 auto; } }

@media (max-width: 768px) {
  .cart-buttons-first {
    display: flex;
    gap: 5px; }
    .cart-buttons-first a.button.dark, .cart-buttons-first .btn-update {
      width: 50%;
      margin-bottom: 5px; } }

.pro-loop {
  position: relative;
  margin-bottom: 30px;
  z-index: 0; }
  .pro-loop:hover {
    z-index: 1;
    overflow: visible; }
    .pro-loop:hover .product-item {
      border: 1px solid #ccc;
      z-index: 99 !important;
      background-color: white !important; }
      .pro-loop:hover .product-item .product-img a .img_normal {
        opacity: 0;
        visibility: hidden; }
      .pro-loop:hover .product-item .product-img a .img_hover {
        opacity: 1;
        visibility: visible; }
      .pro-loop:hover .product-item .product-vr-form {
        display: block;
        z-index: 9;
        position: relative;
        background-color: white;
        padding: 5px; }
  .pro-loop .product-item {
    position: relative;
    border: 1px solid transparent; }
    .pro-loop .product-item .product-img {
      position: relative; }
      .pro-loop .product-item .product-img a .img_normal {
        opacity: 1;
        visibility: visible;
        transition: all .2s linear; }
      .pro-loop .product-item .product-img a .img_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all .2s linear; }
    .pro-loop .product-item .haravan-product-reviews-badge {
      text-align: center; }
    .pro-loop .product-item .product-title {
      border: none;
      padding: 10px 0 0; }
      .pro-loop .product-item .product-title a {
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        display: -moz-box;
        -moz-line-clamp: 3;
        -moz-box-orient: vertical;
        padding: 0 10px;
        text-align: left; }
        @media (max-width: 480px) {
          .pro-loop .product-item .product-title a {
            font-size: 12px; } }
    .pro-loop .product-item .product-price {
      border: none;
      /*justify-content: center;*/
      padding: 0 10px; }
      .pro-loop .product-item .product-price .current-price {
        font-weight: normal;
        color: #000;
        line-height: 21px;
        font-size: 16px;
        padding-right: 5px;
        font-family: 'Arial', sans-serif;
        font-weight: bold; }
      .pro-loop .product-item .product-price .original-price s {
        font-family: 'Arial', sans-serif; }
    .pro-loop .product-item .tag-saleoff {
      position: absolute;
      bottom: 10px;
      left: 5px;
      color: #fff;
      padding: 5px 10px;
      background: #00284c;
      font-size: 12px;
      border-radius: 30px; }
    .pro-loop .product-item .tag-soldout {
      position: absolute;
      top: 0;
      right: 0;
      color: #fff;
      padding: 5px;
      background: #000;
      font-size: 12px; }
    .pro-loop .product-item .product-vr-form {
      display: none; }
      .pro-loop .product-item .product-vr-form .swatch {
        padding: 0 0 10px;
        border-bottom: none;
        justify-content: center; }
        .pro-loop .product-item .product-vr-form .swatch .swatch-element.color label {
          width: 32px;
          height: 32px;
          line-height: 32px;
          padding: 2px; }
        .pro-loop .product-item .product-vr-form .swatch .swatch-element label {
          width: auto;
          height: 30px;
          line-height: 30px; }
      .pro-loop .product-item .product-vr-form .btnAddToCart22 {
        display: inline-block;
        width: 100%; }
        .pro-loop .product-item .product-vr-form .btnAddToCart22 a.add-to-cart22 {
          text-transform: uppercase;
          display: inline-block;
          width: 100%;
          padding: 0 0px;
          background: #00284c;
          color: #fff;
          height: 36px;
          line-height: 36px; }

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

#collection-body .title {
  text-align: center;
  margin: 20px 0 30px; }
  @media (max-width: 768px) {
    #collection-body .title {
      font-size: 24px;
      margin: 10px 0 0; } }

.block .block_content {
  display: flex; }
  @media (max-width: 768px) {
    .block .block_content {
      flex-wrap: wrap; } }
  .block .block_content .group-filter {
    position: relative;
    margin-right: 5px; }
    @media (max-width: 768px) {
      .block .block_content .group-filter {
        width: 100%;
        margin: 5px 15px 0; } }
    @media (max-width: 768px) {
      .block .block_content .group-filter .layered-content {
        height: auto;
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 9;
        background: #fff;
        border: none;
        padding: 0;
        padding-bottom: 10px; } }
    @media (min-width: 769px) {
      .block .block_content .group-filter[aria-expanded=true] .layered-content {
        height: auto;
        position: absolute;
        width: 240px;
        left: 0;
        top: calc(100% + 5px);
        z-index: 99;
        border-radius: 3px;
        background: #fff;
        border: 1px solid #ccc;
        padding: 10px; } }

.group-sort-filter {
  position: relative;
  margin-right: 5px; }
  .group-sort-filter .layered_subtitle {
    background: #fff;
    max-width: 125px;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    z-index: 99;
    /*
		padding: 0px 32px 0px 10px;
		*/
    padding: 0px 10px;
    cursor: pointer;
    height: 30px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0px !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (max-width: 768px) {
    .group-sort-filter {
      width: 100%;
      margin: 5px 15px 0; } }
  @media (max-width: 768px) {
    .group-sort-filter .layered-content {
      height: auto;
      position: relative;
      width: 100%;
      right: 0;
      top: 0;
      z-index: 9;
      background: #fff;
      border: none;
      padding: 0;
      padding-bottom: 10px; } }
  @media (min-width: 769px) {
    .group-sort-filter[aria-expanded=true] .layered-content {
      height: auto;
      position: absolute;
      width: 240px;
      right: 0;
      top: calc(100% + 5px);
      z-index: 99;
      border-radius: 3px;
      background: #fff;
      border: 1px solid #ccc;
      padding: 10px; } }
  .group-sort-filter .icon-control {
    position: relative;
    top: -2px;
    left: 5px;
    font-size: 8px; }

.subcategories-icon {
  margin-top: 20px;
  padding: 10px 0 5px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  width: 100%;
  flex-direction: row;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -moz-display: flex;
  margin-bottom: 10px;
  justify-content: center; }
  @media (max-width: 768px) {
    .subcategories-icon {
      display: none;
      justify-content: flex-start;
      margin-top: 10px;
      padding: 0px 0 15px;
      margin-bottom: 0px; } }
  .subcategories-icon .subcategories-column {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 90px;
    height: 40px;
    border: 1px solid #00284c;
    background: #fff;
    margin-left: 10px;
    border-radius: 3px; }
    .subcategories-icon .subcategories-column a {
      text-decoration: none;
      outline: none;
      cursor: pointer;
      font-size: 14px;
      -webkit-transition: all 150ms;
      -moz-transition: all 150ms;
      -o-transition: all 150ms;
      transition: all 150ms;
      width: 100%;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 40px;
      display: -ms- flexbox;
      display: -moz- flex;
      display: -webkit- flex;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #00284c; }
      .subcategories-icon .subcategories-column a span {
        font-size: 14px;
        color: #00284c;
        font-weight: 600; }

.banner-collection-header img {
  width: 100%; }

.ty-tabs {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  background: #fff;
  margin: 10px -15px 10px;
  border-right: 0;
  border-left: 0; }
  .ty-tabs.scroll-filter-top {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    margin: 0; }
  .ty-tabs .ty-tabs__list {
    vertical-align: bottom;
    display: table;
    margin: 0 auto;
    width: 100%; }
    .ty-tabs .ty-tabs__list .ty-tabs__item {
      float: left;
      vertical-align: bottom;
      white-space: nowrap;
      cursor: pointer;
      border-radius: 0;
      margin: 0;
      border-bottom: 1px solid #d1d1d1;
      position: relative;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms;
      margin: 0 2%;
      text-align: center;
      width: 96%;
      width: 50%;
      margin: 0;
      float: left;
      padding: 0;
      border-bottom: none;
      border-right: 1px solid #ddd;
      background: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .ty-tabs .ty-tabs__list .ty-tabs__item:last-child {
        border: none; }
      .ty-tabs .ty-tabs__list .ty-tabs__item .ty-tabs__a {
        font-size: 1.2em !important;
        border-bottom: none;
        font-weight: 400;
        background: transparent;
        border-width: 0 0 1px 0;
        border-style: solid;
        margin: 0;
        border-color: transparent;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        display: block;
        padding: 0.6rem 2rem;
        color: #7c7c7c;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        font-size: 14px;
        -webkit-transition: all 150ms;
        -moz-transition: all 150ms;
        -o-transition: all 150ms;
        transition: all 150ms;
        font-size: 14px !important;
        padding: 4px 0 4px;
        text-align: center;
        color: #282828;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 27px; }
      .ty-tabs .ty-tabs__list .ty-tabs__item .outer-icon {
        float: right;
        margin-right: 12px;
        padding: 0; }

@media (max-width: 768px) {
  .wrap-filter, .wrap-sort {
    position: fixed;
    top: 0;
    right: -83%;
    width: 80%;
    background: #fff;
    height: 100vh;
    z-index: 9999;
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .wrap-filter.open, .wrap-sort.open {
      right: 0; }
    .wrap-filter .filters-wrapper-title, .wrap-sort .filters-wrapper-title {
      border-bottom: 1px solid #cbcbcb;
      text-align: center;
      height: 60px;
      line-height: 60px;
      position: relative;
      margin: 0 15px 20px; }
      .wrap-filter .filters-wrapper-title span, .wrap-sort .filters-wrapper-title span {
        font-size: 22px; }
      .wrap-filter .filters-wrapper-title .ty-product-filters__apply-button, .wrap-filter .filters-wrapper-title .ty-product-sort__apply-button, .wrap-sort .filters-wrapper-title .ty-product-filters__apply-button, .wrap-sort .filters-wrapper-title .ty-product-sort__apply-button {
        position: absolute;
        right: 4px;
        top: 18px;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        font-size: 14px; }
  .filters-wrapper-sort {
    padding: 15px; }
    .filters-wrapper-sort ul li {
      margin: 6px 0; }
      .filters-wrapper-sort ul li a {
        display: block; }
  .wrapper-heading-home {
    padding: 0; } }

#mG61Hd {
  display: none; }

.form_google_datlich {
  width: 50%;
  margin: 0 auto 50px; }
  @media (max-width: 768px) {
    .form_google_datlich {
      width: 100%; } }
  .form_google_datlich .input-group {
    width: 100%; }
    .form_google_datlich .input-group input, .form_google_datlich .input-group select {
      background-color: rgba(105, 183, 250, 0.23);
      border: 1px solid rgba(0, 1, 1, 0.25);
      border-radius: 6px !important;
      height: 40px;
      line-height: 40px; }
    .form_google_datlich .input-group textarea {
      background-color: rgba(105, 183, 250, 0.23);
      border: 1px solid rgba(0, 1, 1, 0.25);
      border-radius: 6px !important;
      height: 94px; }
  .form_google_datlich .button {
    width: 100%;
    border-radius: 6px !important;
    padding: 11px 8px; }

#wrap-social-login-plus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-size: 12px;
  margin-bottom: 20px; }
  #wrap-social-login-plus button {
    width: 50% !important; }

.header-search-handle-mb {
  display: none; }
  @media (max-width: 768px) {
    .header-search-handle-mb {
      display: inline-block !important;
      margin-left: 10px; }
      .header-search-handle-mb a#site-search-handle-mb {
        display: block;
        position: relative;
        font-size: 13px;
        color: #333; }
        .header-search-handle-mb a#site-search-handle-mb .box-icon {
          width: 30px;
          height: 40px;
          text-align: center;
          display: inline-block;
          vertical-align: middle; }
          .header-search-handle-mb a#site-search-handle-mb .box-icon .box-text {
            position: absolute;
            top: -2px;
            right: -7px;
            background: #00284c;
            color: #fff;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            border-radius: 50%; }
          .header-search-handle-mb a#site-search-handle-mb .box-icon svg {
            width: 18px;
            height: 40px;
            fill: #333333; }
          .header-search-handle-mb a#site-search-handle-mb .box-icon .box-icon--close {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
            transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
            transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
      .header-search-handle-mb.show-action a#site-search-handle-mb .box-icon .box-icon--close {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1); }
      .header-search-handle-mb.show-action a#site-search-handle-mb .box-icon .svg-search {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(1);
        transform: scale(1); }
      .header-search-handle-mb.show-action a#site-search-handle-mb .box-icon .box-text {
        display: none; } }

.site_menu_mobile {
  width: 100vw;
  height: calc(100vh - 61px);
  top: 62px;
  bottom: 0;
  z-index: 9999999;
  position: fixed;
  left: -100vw;
  right: auto;
  transform: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .site_menu_mobile .box-triangle {
    position: absolute;
    left: 11px;
    bottom: calc(100% - 2px);
    margin: 0;
    width: 27px;
    height: 14px; }
  .site_menu_mobile .box-triangle svg {
    -webkit-filter: drop-shadow(0 -1px 0px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 -1px 0px rgba(0, 0, 0, 0.15)); }
  .site_menu_mobile.show_menu {
    opacity: 1;
    visibility: visible;
    left: 0;
    display: block; }

#topbar {
  position: relative; }
  #topbar .close_topbar {
    position: absolute;
    right: 6px;
    z-index: 9;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 6px; }
    @media (max-width: 768px) {
      #topbar .close_topbar {
        top: 3px; } }
  #topbar p {
    font-size: 16px; }

.header-action-icon .header-action.header_wrap_cart .header_dropdown_content .box-triangle {
  right: 19px; }
  @media (max-width: 991px) {
    .header-action-icon .header-action.header_wrap_cart .header_dropdown_content .box-triangle {
      right: 134px; } }
  @media (max-width: 768px) {
    .header-action-icon .header-action.header_wrap_cart .header_dropdown_content .box-triangle {
      right: 26px; } }
  @media (max-width: 560px) {
    .header-action-icon .header-action.header_wrap_cart .header_dropdown_content .box-triangle {
      right: 16px; } }

.header-search-handle-mb.show-action .search-bar-mobile {
  opacity: 1;
  visibility: visible;
  /*-webkit-transform: scale(1);
		transform: scale(1);
		transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
		transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
		transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);*/ }

.header-search-handle-mb .search-bar-mobile {
  position: absolute;
  left: auto;
  right: 0;
  top: calc(100% + 15px);
  z-index: 999;
  width: 100%;
  min-width: 300px;
  border-radius: 0;
  color: #677279;
  background: #fff;
  border: solid 1px #dfe3e8;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  /*	-webkit-transform: scale(0.9);
		transform: scale(0.9);
		transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
		transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
		will-change: transform;*/ }
  .header-search-handle-mb .search-bar-mobile .box-triangle {
    position: absolute;
    left: 60px;
    bottom: calc(100% - 2px);
    margin: 0;
    width: 27px;
    height: 14px; }
  .header-search-handle-mb .search-bar-mobile .box-triangle svg {
    -webkit-filter: drop-shadow(0 -1px 0px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 -1px 0px rgba(0, 0, 0, 0.15)); }

.Navigation__link {
  width: 100vw;
  font-weight: 100; }
  .Navigation__link > a {
    /*
		background: #fff;
		font-weight: bold;
		font-size: 13px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-transform: uppercase;
		position: relative;
		padding-right: 32px;
		padding-left: 15px;
		cursor: pointer;
		display: block;
		outline: none;
		*/
    background: #fff;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
    outline: none;
    /*
		height: 50px;
		*/
    text-transform: uppercase; }
    .Navigation__link > a > svg {
      width: 6px;
      height: 14px;
      stroke: #979797;
      position: absolute;
      right: 15px;
      top: calc(50% - 7px);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    .Navigation__link > a i {
      font-size: 16px; }
  .Navigation__link.parent-open a svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .Navigation__link.Flyout--anim .Navigation__level-two {
    height: auto; }
  .Navigation__link .Navigation__level-two {
    padding-left: 10px;
    margin-bottom: 10px;
    display: none;
    /*transition: all .25s ease;
		width: 100%;
		height: 0;
		opacity: 1;
		position: static;
		overflow: hidden;*/ }
    .Navigation__link .Navigation__level-two > li > a {
      padding-right: 20px;
      padding-left: 15px;
      font-weight: 400;
      cursor: pointer;
      display: block;
      outline: none;
      font-size: 14px;
      padding-top: 10px;
      padding-bottom: 10px;
      text-transform: uppercase;
      position: relative;
      /*
				font-weight: bold;

				padding: 0 20px;
				*/
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      /*
				height: 50px;
				text-transform: uppercase;
				color: $colorPrimary;
				font-size: 12px;
				background: #fafafa;
				*/ }
      .Navigation__link .Navigation__level-two > li > a > svg {
        width: 6px;
        height: 14px;
        stroke: #979797;
        position: absolute;
        right: 15px;
        top: calc(50% - 7px);
        transform: rotate(0deg); }
      .Navigation__link .Navigation__level-two > li > a i {
        font-size: 16px; }
    .Navigation__link .Navigation__level-two > li.parent-open > a > svg {
      transform: rotate(-180deg); }
    .Navigation__link .Navigation__level-two > li > ul.subnav-child {
      padding-left: 10px;
      margin-bottom: 10px;
      display: none; }
      .Navigation__link .Navigation__level-two > li > ul.subnav-child li a {
        padding-top: 5px;
        padding-bottom: 10px;
        padding-right: 32px;
        padding-left: 15px;
        position: relative;
        font-weight: 400;
        cursor: pointer;
        display: block;
        outline: none;
        font-size: 13px;
        text-transform: uppercase; }

.Navigation__flyout {
  width: 99vw;
  height: calc(100vh - 61px);
  top: 0;
  background: #fff;
  bottom: 0;
  z-index: 99999;
  position: fixed;
  left: -100vw;
  overflow-y: auto;
  right: auto;
  transform: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .Navigation__flyout.show_menu {
    opacity: 1;
    visibility: visible;
    left: 0; }
  .Navigation__flyout a.back_to_parent {
    background: #fff;
    font-weight: bold;
    padding: 0 20px;
    height: 50px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    font-size: 12px; }
  .Navigation__flyout ul li > a {
    background: #fff;
    font-weight: bold;
    padding: 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 50px;
    text-transform: uppercase;
    font-size: 12px; }

.price_item_cart span {
  font-weight: 600;
  color: #000000; }

.price_item_cart del {
  margin-left: 10px; }

@media (max-width: 768px) {
  .list-productRelated h2 {
    font-size: 18px;
    margin: 10px 0; }
  #topbar .close_topbar {
    display: block; }
  .header-action-icon .header-action .box-icon .box-text {
    top: 2px; }
  #onAppWishList_numberLike {
    top: -8px; }
  .header-action-icon .header-action {
    margin-left: 10px;
    margin-right: 10px; }
  .site-handle {
    margin-right: 10px; } }

@media (max-width: 560px) {
  .header-action-icon .header-action {
    margin-left: 0px;
    margin-right: 0px; } }

.ega-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .ega-container {
      flex-wrap: wrap; } }

.blog_nav_mb ul {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 0px; }
  .blog_nav_mb ul li {
    width: auto;
    flex: 0 0 auto;
    margin-right: 20px;
    height: 50px;
    line-height: 50px; }

.quantity-wrapp {
  margin-bottom: 10px; }

.pr_style_02 .product-title h1 {
  color: #0ccef0; }

.pr_style_02 .button.dark {
  border-color: #0ccef0;
  color: #00284c; }
  .pr_style_02 .button.dark:before {
    background-color: #0ccef0; }

.pr_style_02 .quantity-area input.qty-btn, .pr_style_02 .product-price span.pro-sale {
  background-color: #0ccef0;
  color: #00284c; }

.pr_style_02 .wrap-addcart {
  flex-wrap: wrap; }

#onAppWishList_btn_wishlist {
  width: 100%;
  margin-top: 10px; }
  #onAppWishList_btn_wishlist button {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: none;
    padding: 14px 35px;
    line-height: 32px;
    width: 100%; }
    #onAppWishList_btn_wishlist button i {
      margin-right: 10px; }
      @media (max-width: 767px) {
        #onAppWishList_btn_wishlist button i {
          margin-right: 12px;
          margin-top: 15px; } }

#detail-product .breadcrumb-shop .col-xs-12 {
  padding: 0; }

#detail-product .breadcrumb-shop .breadcrumb-arrows li:last-child {
  display: none; }

.social-footer h4 {
  margin-top: 10px; }

.goodsimg {
  padding-left: 80px; }
  .goodsimg .slick-list {
    padding: 0; }
  .goodsimg .slick-counter {
    display: none; }
  .goodsimg .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: auto;
    top: 0;
    left: -80px;
    width: max-content; }
    .goodsimg .slick-dots li {
      position: relative;
      width: 72px;
      height: auto;
      margin: 0;
      margin-bottom: 10px;
      border: 1px solid #f7f7f8; }
      .goodsimg .slick-dots li.slick-active::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #000; }
      .goodsimg .slick-dots li img {
        width: 72px; }

@media (max-width: 768px) {
  .goodsimg {
    margin-bottom: 100px;
    padding-left: 0; }
    .goodsimg .slick-dots {
      bottom: -100px;
      top: auto;
      left: 0;
      -ms-flex-direction: row;
      flex-direction: row;
      overflow: auto; } }

.zoomWindowContainer > div {
  background-color: #fff !important; }

.wish-empty p i {
  margin-right: 15px; }

.main-header.hSticky.hSticky-nav .wrap-logo a img {
  max-height: 38px; }

.main-header.hSticky.hSticky-nav #nav .main-nav > ul > li > a {
  font-size: 14px;
  margin: 0px 10px 1px;
  padding: 0 0 2px; }

.post_successfully {
  margin-bottom: 50px; }

#back_to_home {
  border-radius: 6px !important; }

.pj-feature {
  background-color: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0 2px 4px #aba1a1;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0; }

.ty-product-feature:nth-child(2n) {
  background-color: #fff; }

.ty-product-feature:last-child {
  border-radius: 0 0 5px 5px !important; }

.ty-product-feature {
  color: #4c4c4c;
  display: inline-flex;
  padding: 8px 25px;
  box-sizing: border-box;
  width: 100%; }

.ty-product-feature .ty-product-feature__label {
  font-size: 14px;
  text-align: left;
  color: #282828; }

.ty-product-feature .ty-product-feature__value {
  text-align: left;
  padding-left: 5px;
  font-size: 14px;
  max-width: 70%;
  color: #282828; }

.clt-product-options .clt-option-item {
  padding: 3px 0;
  display: -ms- flexbox;
  display: -moz- flex;
  display: -webkit- flex;
  display: flex;
  align-items: baseline;
  width: 100%;
  margin: 0; }

.clt-product-options .clt-option-item::before {
  content: "\f058";
  font-family: FontAwesome;
  color: #00284c;
  margin-right: 5px;
  font-size: 14px; }

#address_province_new, .fix-padding-input {
  padding: 6px 9px; }

.fix-margin-checkbox input[type="checkbox"] {
  transform: translateY(1.5px); }

.list-item-right-new {
  padding: 0 !important; }
  .list-item-right-new img {
    max-width: 320px; }
    @media (max-width: 1200px) {
      .list-item-right-new img {
        max-width: 320px; } }
  .list-item-right-new a:before {
    display: none; }

.new-title-menu {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  width: max-content;
  font-size: 14px;
  font-family: 'Roboto';
  line-height: 1.71rem; }

.hSticky.hSticky-nav .main-nav > ul, .hSticky.hSticky-nav #nav {
  position: static !important; }

.overlay-menu {
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  height: 100000px;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: unset; }

#nav .main-nav > ul > li.has-mega:hover .overlay-menu {
  visibility: visible; }

.header-menu-desktop {
  background: #fff; }

.product-description > div .desc_strip {
  max-width: 750px;
  margin: auto; }

@media (max-width: 768px) {
  .goodsimg .slick-dots li {
    flex: 0 0 75px;
    width: 75px;
    margin-right: 15px; }
    .goodsimg .slick-dots li img {
      /*width: 100%;*/
      height: auto; }
  .product-content-img .slick-prev, .product-content-img .slick-next {
    top: 50%;
    /*bottom: -18%;*/
    transform: none; }
    .product-content-img .slick-prev i, .product-content-img .slick-next i {
      font-size: 40px;
      color: #000; }
    .product-content-img .slick-prev.slick-prev, .product-content-img .slick-next.slick-prev {
      left: -14px; }
    .product-content-img .slick-prev.slick-next, .product-content-img .slick-next.slick-next {
      right: -14px; } }

@media (max-width: 992px) {
  .calista-theme.filter-active .site-overlay2 {
    opacity: 1;
    visibility: visible; }
  .site-overlay2 {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 4000;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear; }
  .wrap-filter .hamburger-menu .bar, .wrap-sort .hamburger-menu .bar {
    background: transparent; }
  .wrap-filter .hamburger-menu .bar:before, .wrap-sort .hamburger-menu .bar:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0px; }
  .wrap-filter .hamburger-menu .bar:after, .wrap-sort .hamburger-menu .bar:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0px; } }

.footer .d-flex {
  display: flex; }

.footer .justify-content-center {
  align-items: center; }

#collection-body .fa.fa-chevron-down {
  /*
		&:before{
		content: '';
		background-image: url(//cdn.hstatic.net/themes/200000419647/1001496053/14/mp-icon-sprite.png?v=1) !important;
		background-repeat: no-repeat;
		background-position: -155px -123px;
		width: 13px;
		height: 7px;
		display: inline-block;
		padding: 0;
	}
		*/ }

.dropdown-filter .icon-control i:before {
  /*
	content: '' !important;
	background-image: url(//cdn.hstatic.net/themes/200000419647/1001496053/14/mp-icon-sprite.png?v=1) !important;
	background-repeat: no-repeat;
	background-position: -155px -123px;
	width: 13px;
	height: 7px;
	display: inline-block;
	padding: 0;
	*/ }

.group-filter .icon-control {
  top: 0px !important;
  float: right !important;
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s; }

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

-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);

}

.group-filter[aria-expanded=true] .dropdown-filter .icon-control {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}

.group-filter[aria-expanded=true] .layered_subtitle span {
font-weight: bold;top: -3px !important;
}*/
@media (max-width: 768px) {
  .group-filter[aria-expanded=true] .layered_subtitle span {
    font-weight: bold; } }

.group-filter[aria-expanded=true] .layered_subtitle span.icon-control {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

#mb-menu .icon-nav-arrow {
  background-image: url(//cdn.hstatic.net/themes/200000419647/1001496053/14/mp-icon-sprite.png?v=1) !important;
  background-repeat: no-repeat;
  background-position: -155px -123px;
  width: 13px;
  height: 7px;
  display: inline-block;
  padding: 0; }

#mb-menu li .icon_lv1, #mb-menu li .icon_lv2 {
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s; }

#mb-menu li.parent-open .icon_lv1 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 0; }

#mb-menu li.parent-open li.parent-open .icon_lv2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 0; }

.description-short {
  margin-bottom: 13px; }
  .description-short .clt-product-options .clt-option-item:last-child {
    padding-bottom: 0; }

.wait-change {
  cursor: not-allowed;
  pointer-events: none; }

#onAppWishList_numberLike {
  display: none !important; }

.thumb-wishlish {
  width: auto !important;
  padding: 0 !important;
  font-size: 20px !important;
  border: none !important;
  background: none !important;
  position: absolute !important;
  z-index: 9 !important;
  right: 12px !important;
  top: 20px !important; }

#nav .main-nav > ul > li .megamenu-sub::-webkit-scrollbar {
  width: 2px;
  background: #ccc; }

.pro-loop .product-item .product-img {
  height: 100%; }
