:root {
  --ldpage02-color-bg: #ffffff;
  --ldpage02-color-main: #ff0000;
  --ldpage02-color-title: #000000;
  --ldpage02-countdown-bg: #fa0b0b; }

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

@keyframes beat {
  from {
    transform: rotate(-20deg) scale(1); }
  to {
    transform: rotate(-20deg) scale(1.1); } }

[class*="section-ldpage02-"] {
  margin-bottom: 60px; }
  [class*="section-ldpage02-"] .layoutPage-ldpage02 {
    padding-bottom: 30px; }

.layoutPage-ldpage02 [class*="section-ldpage02-"]:last-child {
  margin-bottom: 0px;
  padding-bottom: 70px; }

@media (max-width: 767px) {
  .layoutPage-ldpage02 .container {
    padding-left: 5px;
    padding-right: 5px; }
  [class*="section-ldpage02-"] {
    margin-bottom: 30px; }
  .layoutPage-ldpage02 [class*="section-ldpage02-"]:last-child {
    margin-bottom: 0px;
    padding-bottom: 30px; } }

.template-page .wrapperMain_content {
  padding-bottom: 0; }
  .template-page .wrapperMain_content .layoutPage-ldpage02 {
    padding-bottom: 30px; }

.layoutPage-ldpage02 .quickview-product .icon-quickview {
  opacity: 0 !important; }

.layoutPage-ldpage02 .section-collection-ldp02-load .collection-list-load {
  padding-bottom: 15px; }

.layoutPage-ldpage02 .section-collection-ldp02-load .swiper-button {
  opacity: 0;
  transition: all 400ms ease; }

.layoutPage-ldpage02 .section-collection-ldp02-load .swiper-button-prev:after, .layoutPage-ldpage02 .section-collection-ldp02-load .swiper-button-next:after {
  font-size: 24px;
  color: #101828; }

.layoutPage-ldpage02 .section-collection-ldp02-load .swiper-button-prev {
  left: -45px;
  top: calc(50% - 6px);
  background: #fff;
  border-radius: 4px; }

.layoutPage-ldpage02 .section-collection-ldp02-load .swiper-button-next {
  right: -45px;
  top: calc(50% - 6px);
  background: #fff;
  border-radius: 4px; }

.layoutPage-ldpage02 .section-collection-ldp02-load .swiper-pagination {
  position: absolute;
  top: unset;
  bottom: -5px;
  left: auto; }
  .layoutPage-ldpage02 .section-collection-ldp02-load .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #ced4da; }
    .layoutPage-ldpage02 .section-collection-ldp02-load .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #0b4da3; }

.layoutPage-ldpage02 .section-collection-ldp02-load .swiper-pagination-progressbar-fill {
  background-color: #1943a7; }

.layoutPage-ldpage02 .section-collection-ldp02-load:hover .swiper-button {
  opacity: 1; }

@media (max-width: 767px) {
  .layoutPage-ldpage02 .section-collection-ldp02-load .swiper-button {
    display: none !important; } }

.layoutPage-ldpage02 .wrapper-list-collection {
  position: relative; }

.layoutPage-ldpage02 .view-more-collection {
  display: none; }

@media (max-width: 767px) {
  .layoutPage-ldpage02 .collection-list-load {
    padding-bottom: 15px; } }

@media (max-width: 767px) {
  .template-landing-page-02.landing-page .banner-topbar, .template-landing-page-02.landing-page .header-search-mobile, .template-landing-page-02.landing-page .topbar-slide-new, .template-landing-page-02.landing-page .actionToolbar_mobile, .template-landing-page-02.landing-page .actionToolbar_mobile, .template-landing-page-02.landing-page .addThis_contact {
    display: none; }
  .template-landing-page-02.landing-page .mainFooter .footer-container .row:first-child {
    display: none; }
  .template-landing-page-02.landing-page .mainFooter.has-toolbar {
    padding-bottom: 0; } }

@media (max-width: 767px) {
  .modal-coupon--backdrop {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .modal-coupon--backdrop.js-modal-show {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

/*========  Product-loop ==========*/
.product-loop-ldpage {
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px; }

.product-loop-ldpage .product-block {
  background: #fff;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.12);
  border-radius: 4px; }

.product-loop-ldpage .proloop-image {
  position: relative;
  overflow: hidden;
  padding: 7px; }
  .product-loop-ldpage .proloop-image .pro-sale, .product-loop-ldpage .proloop-image .pro-soldout {
    position: absolute;
    top: 7px;
    z-index: 3;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 5px; }
  .product-loop-ldpage .proloop-image .pro-soldout {
    left: 7px;
    background: #565656;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px; }
  .product-loop-ldpage .proloop-image .pro-sale {
    left: 7px;
    background: red;
    letter-spacing: 0.5px; }
  .product-loop-ldpage .proloop-image .pro-sale + .pro-soldout {
    top: 32px; }
  .product-loop-ldpage .proloop-image .product--image {
    position: relative; }
    .product-loop-ldpage .proloop-image .product--image .lazy-img.second-image {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      transform: translate(100%, 0); }
  .product-loop-ldpage .proloop-image .proloop-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .product-loop-ldpage .proloop-image .gift.product_gift_label {
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    text-align: center;
    border-radius: 50%;
    padding: 0 5px;
    background: #ffffff;
    border: 1px solid var(--shop-color-border); }
  .product-loop-ldpage .proloop-image .sticker_frame {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99; }
  .product-loop-ldpage .proloop-image .prod-label-onsale {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    bottom: 0; }
  .product-loop-ldpage .proloop-image .icon-quickview {
    font-family: 'FontAwesome';
    content: "\f06e";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
    z-index: 995;
    width: 34px;
    height: 34px;
    line-height: 31px;
    border-radius: 50%;
    border: 1px solid #eee;
    text-align: center;
    background: #fff;
    color: #6d6565;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
    .product-loop-ldpage .proloop-image .icon-quickview:hover {
      background-color: #444;
      color: #fff;
      border: 1px solid #fff; }
  .product-loop-ldpage .proloop-image .lazy-img {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    .product-loop-ldpage .proloop-image .lazy-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      object-fit: contain;
      transform: translate(-50%, -50%);
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      max-height: 100%; }

.product-loop-ldpage .proloop-detail {
  position: relative;
  padding: 10px 14px 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.product-loop-ldpage .proloop--review {
  margin-bottom: 6px; }
  .product-loop-ldpage .proloop--review .haravan-product-reviews-badge {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center; }
    .product-loop-ldpage .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .product-loop-ldpage .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
        color: #fdd836 !important;
        font-size: 13px;
        margin-right: -3px;
        display: inline-block; }
      .product-loop-ldpage .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
        color: #dadada !important; }
    .product-loop-ldpage .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + span, .product-loop-ldpage .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p {
      margin-bottom: 0;
      margin-left: 6px;
      color: #637381; }
    .product-loop-ldpage .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p {
      margin-bottom: 0;
      margin-left: 8px;
      font-size: 0;
      visibility: hidden; }
      .product-loop-ldpage .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p:before {
        content: "(0)";
        display: inline-block;
        visibility: visible; }
    .product-loop-ldpage .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + span, .product-loop-ldpage .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p:before {
      font-size: 12px; }

.product-loop-ldpage .proloop--review + .proloop--action {
  margin-top: 0; }

.product-loop-ldpage:not(.product-horizontal) .pro-percent {
  display: none; }

.product-loop-ldpage:not(.product-horizontal) .prohzt-soldout {
  display: none; }

.product-loop-ldpage.product-horizontal {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0; }
  .product-loop-ldpage.product-horizontal .product-inner {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: none; }
  .product-loop-ldpage.product-horizontal .proloop-image {
    display: block;
    min-width: 100px;
    padding: 10px; }
  .product-loop-ldpage.product-horizontal .proloop-image .icon-quickview {
    display: none; }
  .product-loop-ldpage.product-horizontal .pro-soldout {
    display: none; }
  .product-loop-ldpage.product-horizontal .proloop-detail {
    padding-left: 15px;
    padding-right: 0;
    text-align: left; }
    .product-loop-ldpage.product-horizontal .proloop-detail .proloop-actions {
      display: none; }
  .product-loop-ldpage.product-horizontal .pro-sale {
    display: none; }
  .product-loop-ldpage.product-horizontal .pro-percent {
    display: inline-block;
    padding: 2px 5px;
    margin-left: 4px;
    background: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    color: #ff0000;
    border: 1px solid #ff0000;
    vertical-align: text-bottom; }
  .product-loop-ldpage.product-horizontal .prohzt-soldout {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #878c8f; }
  .product-loop-ldpage.product-horizontal:hover .product-inner {
    box-shadow: none; }

@media (max-width: 1199px) and (min-width: 992px) {
  .product-loop-ldpage .proloop-detail {
    padding: 5px 7px 5px; }
  .product-loop-ldpage.col-lg5 .proloop-actions .proloop-actions__inner .actions-primary .btn-proloop-cart {
    padding: 0 35px 0 5px;
    width: 100%;
    font-size: 10px; } }

@media (min-width: 992px) {
  .product-loop-ldpage .product-block {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
  .product-loop-ldpage .product-block .proloop-detail {
    background: #fff;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease; }
  .product-loop-ldpage .product-block:hover {
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12); }
    .product-loop-ldpage .product-block:hover .proloop-image .product--image .lazy-img.first-image {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      transform: translate(-100%, 0); }
    .product-loop-ldpage .product-block:hover .proloop-image .product--image .lazy-img.second-image {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      transform: translate(0, 0); }
    .product-loop-ldpage .product-block:hover .proloop-image .icon-quickview {
      opacity: 1; } }

@media (max-width: 991px) {
  .product-loop-ldpage .proloop-image .icon-quickview {
    display: none; }
  .product-loop-ldpage .proloop-actions {
    position: initial;
    visibility: visible; }
    .product-loop-ldpage .proloop-actions .proloop-actions__inner .btn-proloop-cart .btnadd:hover:after {
      display: none; }
  .product-loop-ldpage.product-horizontal .proloop-image {
    padding: 5px;
    min-width: 90px; }
  .product-loop-ldpage.product-horizontal .proloop-detail {
    padding-left: 5px; }
  .product-loop-ldpage.product-horizontal .proloop-detail .proloop--price {
    padding-bottom: 0; } }

@media (max-width: 767px) {
  .product-loop-ldpage .proloop-detail {
    padding: 7px 10px 7px; }
  .product-loop-ldpage.product-horizontal .proloop-detail {
    padding-left: 10px; } }

@media (max-width: 480px) {
  .product-loop-ldpage .proloop-image .product--image .prod-img img {
    width: 100%; } }

.listProduct-ldpage-row {
  margin-left: -8px;
  margin-right: -8px; }

@media (min-width: 992px) {
  .product-loop-ldpage.col-lg-5 {
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
    padding: 7px; } }

@media (max-width: 767px) {
  .listProduct-ldpage-row {
    margin-left: -4px;
    margin-right: -4px; }
  .product-loop-ldpage {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px; } }

/*========= ldp-book-01 ==========*/
.layoutPage-ldpage02 {
  background: var(--ldpage02-color-bg);
  margin-bottom: -30px; }
  .layoutPage-ldpage02.paddingTop {
    padding-top: 40px; }
  .layoutPage-ldpage02 .product-loadding .product-loop-load {
    border: 0;
    margin: 0; }
  .layoutPage-ldpage02 .product-loadding .loading-mask__image {
    padding: 7px 7px 0; }
  .layoutPage-ldpage02 .product-loadding .loading-mask__image .mask-line {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px; }
  .layoutPage-ldpage02 .product-loadding .loading-mask__detail {
    padding: 7px; }
  .layoutPage-ldpage02 .product-loop {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
  .layoutPage-ldpage02 .section-ldpage-heading .ldpage-hTitle {
    overflow: hidden;
    margin-bottom: 15px; }
    .layoutPage-ldpage02 .section-ldpage-heading .ldpage-hTitle h1 {
      font-size: 40px;
      line-height: 1.4;
      margin: 0;
      font-weight: 600;
      color: var(--ldpage02-color-main);
      background: transparent;
      position: relative;
      padding: 0 25px; }
    .layoutPage-ldpage02 .section-ldpage-heading .ldpage-hTitle .subtitle {
      margin: 10px 0 0;
      font-weight: 400; }
    @media (min-width: 768px) {
      .layoutPage-ldpage02 .section-ldpage-heading .ldpage-hTitle h1 {
        display: inline-block;
        max-width: calc(100% - 400px); }
        .layoutPage-ldpage02 .section-ldpage-heading .ldpage-hTitle h1:before, .layoutPage-ldpage02 .section-ldpage-heading .ldpage-hTitle h1:after {
          content: "";
          width: 200px;
          height: 2px;
          position: absolute;
          top: 50%; }
        .layoutPage-ldpage02 .section-ldpage-heading .ldpage-hTitle h1:before {
          right: 100%;
          background-image: linear-gradient(to right, transparent, var(--ldpage02-color-main));
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .layoutPage-ldpage02 .section-ldpage-heading .ldpage-hTitle h1:after {
          left: 100%;
          background-image: linear-gradient(to right, var(--ldpage02-color-main), transparent);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); } }
    @media (max-width: 991px) and (min-width: 768px) {
      .layoutPage-ldpage02 .section-ldpage-heading .ldpage-hTitle h1 {
        font-size: 30px;
        max-width: calc(100% - 280px); }
        .layoutPage-ldpage02 .section-ldpage-heading .ldpage-hTitle h1:before, .layoutPage-ldpage02 .section-ldpage-heading .ldpage-hTitle h1:after {
          width: 120px; } }
    @media (max-width: 767px) {
      .layoutPage-ldpage02 .section-ldpage-heading .ldpage-hTitle h1 {
        font-size: 28px;
        padding: 0; } }
  .layoutPage-ldpage02 .ldpage02_coupon {
    padding-bottom: 15px; }
    .layoutPage-ldpage02 .ldpage02_coupon .title-coupon {
      display: none; }
  .layoutPage-ldpage02 .section-ldpage02-headerbanner {
    position: relative;
    text-align: center; }
    .layoutPage-ldpage02 .section-ldpage02-headerbanner.owlCarousel-style.owl-carousel .owl-stage {
      margin: 0 !important; }
    .layoutPage-ldpage02 .section-ldpage02-headerbanner.owlCarousel-style.owl-carousel .owl-nav .owl-prev,
    .layoutPage-ldpage02 .section-ldpage02-headerbanner.owlCarousel-style.owl-carousel .owl-nav .owl-next {
      display: none !important; }
    .layoutPage-ldpage02 .section-ldpage02-headerbanner.owl-carousel:not(.owl-loaded) {
      width: 100vw;
      overflow: hidden; }
      .layoutPage-ldpage02 .section-ldpage02-headerbanner.owl-carousel:not(.owl-loaded) .bannerTop-item {
        flex: 0 0 auto;
        width: 100%; }
    .layoutPage-ldpage02 .section-ldpage02-headerbanner .bannerTop-item__insert {
      padding-top: 15px; }
  .layoutPage-ldpage02 .banner-footer {
    padding: 0 !important; }
    .layoutPage-ldpage02 .banner-footer a {
      position: relative;
      overflow: hidden;
      display: block;
      /*&:hover{
			img {
			-ms-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
		}
			&:after{
			top:0;
		}
		}
			*/ }
      .layoutPage-ldpage02 .banner-footer a img {
        width: 100%;
        object-fit: cover;
        transition: transform 2s ease-in-out;
        -webkit-transition: transform 2s ease-in-out;
        -ms-transition: transform 2s ease-in-out; }
      .layoutPage-ldpage02 .banner-footer a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 100%;
        right: 0;
        left: 0;
        transform: none;
        transition: all 0.5s ease;
        background-color: rgba(0, 0, 0, 0.5);
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%); }
  .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown, .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown {
    margin: 0px 0px 20px;
    text-align: center; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown #label-due, .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown #label-due {
      color: var(--ldpage02-color-title);
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.4;
      font-size: 16px;
      letter-spacing: 1px; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown #soon-espa, .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown #soon-espa {
      position: relative;
      font-size: 32px;
      color: #fff;
      font-weight: 500; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown .soon[data-layout*=group], .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown .soon[data-layout*=group] {
      padding: 12px 0 15px; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown .soon[data-layout*=group] .soon-label, .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown .soon[data-layout*=group] .soon-label {
      font-size: 14px;
      margin-top: 0; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown .soon[data-layout*=group] .soon-flip-card, .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown .soon[data-layout*=group] .soon-flip-card {
      background: #ffffff;
      overflow: hidden; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown .soon[data-layout*=group] .soon-group.soon-group-sub, .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown .soon[data-layout*=group] .soon-group.soon-group-sub {
      box-shadow: none;
      border-radius: 4px;
      margin: 0 3px;
      background: var(--ldpage02-countdown-bg); }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown .soon[data-layout*=group] .soon-flip-fallback,
    .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown .soon[data-layout*=group] .soon-flip-face, .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown .soon[data-layout*=group] .soon-flip-fallback,
    .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown .soon[data-layout*=group] .soon-flip-face {
      box-shadow: none;
      color: #EF2F3C !important;
      background: #fff !important; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown .soon-flip-front::after, .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown .soon-flip-bottom::after, .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown .soon-flip-top::after, .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown .soon-flip-front::after, .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown .soon-flip-bottom::after, .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown .soon-flip-top::after {
      visibility: hidden; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown .soon[data-face*=color-light] .soon-flip-bottom::before,
    .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown .soon[data-face*=color-light] .soon-flip-back::before, .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown .soon[data-face*=color-light] .soon-flip-bottom::before,
    .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown .soon[data-face*=color-light] .soon-flip-back::before {
      background-color: rgba(0, 0, 0, 0.04);
      box-shadow: none; }
    @media (max-width: 480px) {
      .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown #soon-espa, .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown #soon-espa {
        font-size: 24px; }
      .layoutPage-ldpage02 .section-ldpage02-bestseller .wrapper-ldpage-countdown #soon-espa .soon-label, .layoutPage-ldpage02 .section-ldpage02-flashsale .wrapper-ldpage-countdown #soon-espa .soon-label {
        font-size: 14px; } }
  .layoutPage-ldpage02 .section-ldpage02-bestseller .tabslist-product-title, .layoutPage-ldpage02 .section-ldpage02-flashsale .tabslist-product-title {
    margin-bottom: 35px; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .tabslist-product-title .collection-navtabs, .layoutPage-ldpage02 .section-ldpage02-flashsale .tabslist-product-title .collection-navtabs {
      text-align: center;
      margin: 0px 0 30px;
      border: 0;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      justify-content: center; }
      .layoutPage-ldpage02 .section-ldpage02-bestseller .tabslist-product-title .collection-navtabs li, .layoutPage-ldpage02 .section-ldpage02-flashsale .tabslist-product-title .collection-navtabs li {
        display: inline-block;
        margin: 0 4px 10px;
        float: none;
        position: relative; }
      .layoutPage-ldpage02 .section-ldpage02-bestseller .tabslist-product-title .collection-navtabs li a, .layoutPage-ldpage02 .section-ldpage02-flashsale .tabslist-product-title .collection-navtabs li a {
        font-size: 22px;
        line-height: 1.45;
        margin: 0;
        padding: 20px 15px 25px;
        font-weight: 600;
        text-decoration: none;
        position: relative;
        display: inline-block;
        color: var(--fashion03-color-title);
        background: transparent;
        border: 0;
        border-radius: 0;
        opacity: 0.6;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      .layoutPage-ldpage02 .section-ldpage02-bestseller .tabslist-product-title .collection-navtabs li a.active, .layoutPage-ldpage02 .section-ldpage02-flashsale .tabslist-product-title .collection-navtabs li a.active {
        opacity: 1;
        color: var(--ldpage02-color-title); }
      .layoutPage-ldpage02 .section-ldpage02-bestseller .tabslist-product-title .collection-navtabs li a.active:before, .layoutPage-ldpage02 .section-ldpage02-flashsale .tabslist-product-title .collection-navtabs li a.active:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 48px;
        background: var(--shop-color-main);
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 5px; }
  .layoutPage-ldpage02 .section-ldpage02-bestseller .collection-listprod .icon-loading, .layoutPage-ldpage02 .section-ldpage02-flashsale .collection-listprod .icon-loading {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
    width: 100%;
    display: block;
    min-height: 300px; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .collection-listprod .icon-loading:before, .layoutPage-ldpage02 .section-ldpage02-flashsale .collection-listprod .icon-loading:before {
      content: "";
      border: 5px solid #ececec;
      border-top: 4px double var(--ldpage02-color-main);
      border-radius: 50%;
      width: 50px;
      height: 50px;
      margin: 0 auto;
      display: block;
      opacity: 0.8;
      animation: rotateIconLoad 0.8s linear infinite; }
  .layoutPage-ldpage02 .section-ldpage02-bestseller .collection-loadmore, .layoutPage-ldpage02 .section-ldpage02-flashsale .collection-loadmore {
    margin-top: 15px; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .collection-loadmore .btn-loadmore:after, .layoutPage-ldpage02 .section-ldpage02-flashsale .collection-loadmore .btn-loadmore:after {
      content: '';
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -9px;
      width: 18px;
      height: 18px;
      border: 2px solid;
      border-left-color: transparent;
      border-right-color: transparent;
      border-radius: 50%;
      opacity: 0;
      transition: opacity 0.5s;
      animation: 0.8s linear infinite rotateIconLoad; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .collection-loadmore .btn-loadmore.btn-loading, .layoutPage-ldpage02 .section-ldpage02-flashsale .collection-loadmore .btn-loadmore.btn-loading {
      padding-left: 50px;
      color: #ffffff;
      border-color: var(--shop-color-hover); }
      .layoutPage-ldpage02 .section-ldpage02-bestseller .collection-loadmore .btn-loadmore.btn-loading:after, .layoutPage-ldpage02 .section-ldpage02-flashsale .collection-loadmore .btn-loadmore.btn-loading:after {
        opacity: 1; }
      .layoutPage-ldpage02 .section-ldpage02-bestseller .collection-loadmore .btn-loadmore.btn-loading:before, .layoutPage-ldpage02 .section-ldpage02-flashsale .collection-loadmore .btn-loadmore.btn-loading:before {
        display: none; }
  .layoutPage-ldpage02 .section-ldpage02-bestseller .tabslist-product-content .tab-pane .product-loop-ldpage, .layoutPage-ldpage02 .section-ldpage02-flashsale .tabslist-product-content .tab-pane .product-loop-ldpage {
    opacity: 0; }
  .layoutPage-ldpage02 .section-ldpage02-bestseller .tabslist-product-content .tab-pane.active.show .product-loop-ldpage, .layoutPage-ldpage02 .section-ldpage02-flashsale .tabslist-product-content .tab-pane.active.show .product-loop-ldpage {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-delay: 0.05s; }
  @media (max-width: 991px) and (min-width: 768px) {
    .layoutPage-ldpage02 .section-ldpage02-bestseller .tabslist-product-title .collection-navtabs li a, .layoutPage-ldpage02 .section-ldpage02-flashsale .tabslist-product-title .collection-navtabs li a {
      padding: 15px 10px; } }
  @media (max-width: 767px) {
    .layoutPage-ldpage02 .section-ldpage02-bestseller .tabslist-product-title, .layoutPage-ldpage02 .section-ldpage02-flashsale .tabslist-product-title {
      position: relative;
      overflow: hidden;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 25px; }
      .layoutPage-ldpage02 .section-ldpage02-bestseller .tabslist-product-title .collection-navtabs, .layoutPage-ldpage02 .section-ldpage02-flashsale .tabslist-product-title .collection-navtabs {
        -webkit-box-pack: start;
        justify-content: start;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        text-align: center;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        margin-bottom: -15px; }
        .layoutPage-ldpage02 .section-ldpage02-bestseller .tabslist-product-title .collection-navtabs li, .layoutPage-ldpage02 .section-ldpage02-flashsale .tabslist-product-title .collection-navtabs li {
          webkit-flex: 1 1 0%;
          flex: 1 1 0%;
          margin: 0; }
        .layoutPage-ldpage02 .section-ldpage02-bestseller .tabslist-product-title .collection-navtabs li a, .layoutPage-ldpage02 .section-ldpage02-flashsale .tabslist-product-title .collection-navtabs li a {
          font-size: 18px;
          padding: 12px 10px 18px;
          margin-right: 15px; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .collection-loadmore, .layoutPage-ldpage02 .section-ldpage02-flashsale .collection-loadmore {
      margin-top: 5px; }
    .layoutPage-ldpage02 .section-ldpage02-bestseller .collection-loadmore .btn-loadmore, .layoutPage-ldpage02 .section-ldpage02-flashsale .collection-loadmore .btn-loadmore {
      padding: 10px 18px;
      font-size: 12px;
      min-width: 220px; } }
  .layoutPage-ldpage02 .section-ldpage02-listbanner {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 0; }
    .layoutPage-ldpage02 .section-ldpage02-listbanner .flexbox-banner {
      margin: 0 -10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .layoutPage-ldpage02 .section-ldpage02-listbanner .flexbox-banner .banner-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
        margin-bottom: 20px; }
      .layoutPage-ldpage02 .section-ldpage02-listbanner .flexbox-banner .banner-item:nth-child(even) .banner-item__link {
        margin-top: -60px; }
      .layoutPage-ldpage02 .section-ldpage02-listbanner .flexbox-banner .banner-item__link {
        position: relative;
        overflow: hidden;
        display: block; }
        .layoutPage-ldpage02 .section-ldpage02-listbanner .flexbox-banner .banner-item__link:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 100%;
          right: 0;
          left: 0;
          transform: none;
          transition: all 0.5s ease;
          background-color: rgba(0, 0, 0, 0.5);
          background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
          background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
          background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%); }
        .layoutPage-ldpage02 .section-ldpage02-listbanner .flexbox-banner .banner-item__link img:not(.lazyloaded) {
          min-height: 200px; }
        .layoutPage-ldpage02 .section-ldpage02-listbanner .flexbox-banner .banner-item__link img.lazyloaded {
          transition: transform 2s ease-in-out;
          -webkit-transition: transform 2s ease-in-out;
          -ms-transition: transform 2s ease-in-out; }
        .layoutPage-ldpage02 .section-ldpage02-listbanner .flexbox-banner .banner-item__link:hover:after {
          top: 0; }
        .layoutPage-ldpage02 .section-ldpage02-listbanner .flexbox-banner .banner-item__link:hover img {
          -ms-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
    @media (max-width: 767px) {
      .layoutPage-ldpage02 .section-ldpage02-listbanner {
        padding-top: 0px; }
      .layoutPage-ldpage02 .section-ldpage02-listbanner .flexbox-banner .banner-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .layoutPage-ldpage02 .section-ldpage02-listbanner .flexbox-banner .banner-item:nth-child(even) .banner-item__link {
        margin-top: 0px; } }
  @media (min-width: 992px) {
    .layoutPage-ldpage02 .col-lg-5.product-loadding {
      flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      max-width: 20%; } }
  @media (max-width: 767px) {
    .layoutPage-ldpage02 .product-loadding .loading-mask__image {
      padding: 4px 4px 8px; } }

.collection-list .owlStyle:not(:last-child) .sectionContent {
  padding-bottom: 40px; }

.sectionHeading {
  margin-bottom: 1rem; }
  .sectionHeading a {
    margin: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
    background: #d40e0e;
    color: #fff;
    padding: 8px 26px;
    display: inline-block;
    border-radius: 4px 4px 0 0; }
    @media (max-width: 991px) {
      .sectionHeading a {
        font-size: 14px; } }

.section-ldpage02-collection.ldp02-collection-1 .sectionHeading {
  border-bottom: 2px solid #0c4da2; }
  .section-ldpage02-collection.ldp02-collection-1 .sectionHeading a {
    background: #0c4da2;
    color: #ffffff; }

.section-ldpage02-collection.ldp02-collection-2 .sectionHeading {
  border-bottom: 2px solid #0c4da2; }
  .section-ldpage02-collection.ldp02-collection-2 .sectionHeading a {
    background: #0c4da2;
    color: #ffffff; }

.section-ldpage02-collection.ldp02-collection-3 .sectionHeading {
  border-bottom: 2px solid #0c4da2; }
  .section-ldpage02-collection.ldp02-collection-3 .sectionHeading a {
    background: #0c4da2;
    color: #ffffff; }

.section-ldpage02-collection.ldp02-collection-4 .sectionHeading {
  border-bottom: 2px solid #0c4da2; }
  .section-ldpage02-collection.ldp02-collection-4 .sectionHeading a {
    background: #0c4da2;
    color: #ffffff; }

.section-ldpage02-collection.ldp02-collection-5 .sectionHeading {
  border-bottom: 2px solid #0c4da2; }
  .section-ldpage02-collection.ldp02-collection-5 .sectionHeading a {
    background: #0c4da2;
    color: #ffffff; }

.section-ldpage02-collection.ldp02-collection-6 .sectionHeading {
  border-bottom: 2px solid #0c4da2; }
  .section-ldpage02-collection.ldp02-collection-6 .sectionHeading a {
    background: #0c4da2;
    color: #ffffff; }

.section-ldpage02-collection.ldp02-collection-7 .sectionHeading {
  border-bottom: 2px solid #0c4da2; }
  .section-ldpage02-collection.ldp02-collection-7 .sectionHeading a {
    background: #0c4da2;
    color: #ffffff; }

.section-ldpage02-collection.ldp02-collection-8 .sectionHeading {
  border-bottom: 2px solid #0c4da2; }
  .section-ldpage02-collection.ldp02-collection-8 .sectionHeading a {
    background: #0c4da2;
    color: #ffffff; }

.section-ldpage02-collection.ldp02-collection-9 .sectionHeading {
  border-bottom: 2px solid #0c4da2; }
  .section-ldpage02-collection.ldp02-collection-9 .sectionHeading a {
    background: #0c4da2;
    color: #ffffff; }

.section-ldpage02-collection.ldp02-collection-10 .sectionHeading {
  border-bottom: 2px solid #0c4da2; }
  .section-ldpage02-collection.ldp02-collection-10 .sectionHeading a {
    background: #0c4da2;
    color: #ffffff; }

.section-ldpage02-collection .sectionHeading {
  margin-bottom: 0; }

.section-ldpage02-collection .wrapper-cate {
  flex-direction: column;
  gap: 0; }
  .section-ldpage02-collection .wrapper-cate .left-cate {
    width: 100%; }
  .section-ldpage02-collection .wrapper-cate .left-cate a {
    padding-top: initial; }
  .section-ldpage02-collection .wrapper-cate .left-cate a img {
    position: relative;
    aspect-ratio: initial;
    border-radius: 0; }

.section-ldpage02-collection .left-cate a {
  background: transparent; }

.section-ldpage02-collection .right-cate {
  width: 100%;
  padding: 15px 12px; }
  .section-ldpage02-collection .right-cate .collection-list-load:not(.swiper-initialized) .swiper-wrapper {
    gap: 10px;
    flex-wrap: wrap; }
    .section-ldpage02-collection .right-cate .collection-list-load:not(.swiper-initialized) .swiper-wrapper .product-loop {
      -webkit-flex: 0 0 calc((100% - 10px) / 2);
      flex: 0 0 calc((100% - 10px) / 2);
      padding: 0;
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .section-ldpage02-collection .right-cate .collection-list-load:not(.swiper-initialized) .swiper-wrapper {
        gap: 15px; }
        .section-ldpage02-collection .right-cate .collection-list-load:not(.swiper-initialized) .swiper-wrapper .product-loop {
          -webkit-flex: 0 0 calc((100% - 60px) / 5);
          flex: 0 0 calc((100% - 60px) / 5);
          padding: 0;
          margin-bottom: 0; } }
  .section-ldpage02-collection .right-cate .product-loop.no-product {
    flex: 0 0 calc((100% - 10px) / 2);
    padding: 0;
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .section-ldpage02-collection .right-cate {
      gap: 15px; }
      .section-ldpage02-collection .right-cate .product-loop.no-product {
        flex: 0 0 calc((100% - 60px) / 5);
        padding: 0;
        margin-bottom: 0; } }
  @media (max-width: 992px) {
    .section-ldpage02-collection .right-cate {
      margin-top: 0px;
      padding: 8px 4px; } }

.section-ldpage02-collection .hrv-crv-customer-review:has(.hrv-crv-container.disabled) {
  margin-bottom: 8px; }

.section-ldpage02-collection .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto !important; }

.section-ldpage02-collection .swiper-wrapper {
  align-items: stretch !important; }

@media (max-width: 992px) {
  .section-ldpage02-collection .container {
    padding: 0; } }

.section-ldp02-banner-center a {
  background: transparent !important; }
