#slick-slider-home .slick-dots {
  bottom: 10px;
  left: 0; }

#slick-slider-home .slick-prev {
  left: 5px; }

#slick-slider-home .slick-next {
  right: 5px; }

@media only screen and (max-width: 767px) {
  .pd-top-30 {
    padding-top: 10px; } }

#section-flash-sale .bg-flash-sale {
  padding: 15px;
  background: var(--bgflashsale);
  border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    #section-flash-sale .bg-flash-sale {
      padding: 15px 10px; }
      #section-flash-sale .bg-flash-sale #owl-collection-flash-sale {
        margin-left: -10px; }
        #section-flash-sale .bg-flash-sale #owl-collection-flash-sale .item-owl {
          padding-left: 10px; } }

#section-flash-sale .wd-heading-flash-sale h2 {
  color: #fff; }
  #section-flash-sale .wd-heading-flash-sale h2 img {
    margin-right: 5px; }

@media only screen and (max-width: 767px) {
  #section-flash-sale .wd-heading-flash-sale {
    justify-content: center; }
    #section-flash-sale .wd-heading-flash-sale .title-section {
      margin-bottom: 10px !important; }
      #section-flash-sale .wd-heading-flash-sale .title-section span {
        font-size: 16px; } }

#section-flash-sale .wd-heading-flash-sale .countdown-deal {
  margin-left: 25px; }
  #section-flash-sale .wd-heading-flash-sale .countdown-deal li {
    margin-right: 10px;
    text-align: center;
    padding: 5px 7px;
    background: #fff;
    min-width: 45px;
    height: 45px;
    border-radius: 5px; }
    #section-flash-sale .wd-heading-flash-sale .countdown-deal li:first-child {
      display: none; }
    #section-flash-sale .wd-heading-flash-sale .countdown-deal li small {
      display: block; }

#section-flash-sale #owl-collection-flash-sale {
  padding: 0 20px 20px 20px; }
  #section-flash-sale #owl-collection-flash-sale .slick-prev span {
    left: 0; }
  #section-flash-sale #owl-collection-flash-sale .slick-dots {
    bottom: -5px;
    left: 10px; }
    #section-flash-sale #owl-collection-flash-sale .slick-dots li button {
      border-color: var(--color_button); }
    #section-flash-sale #owl-collection-flash-sale .slick-dots li.slick-active button {
      background: var(--color_button); }
  @media only screen and (max-width: 767px) {
    #section-flash-sale #owl-collection-flash-sale {
      padding: 0 0 10px 0; }
      #section-flash-sale #owl-collection-flash-sale .slick-arrow {
        display: none; } }

@media only screen and (max-width: 767px) {
  #section-flash-sale .btn-view-all {
    margin-top: 10px; } }

#section-home-product-tab .wd-top-title, #section-home-product-tab-2 .wd-top-title {
  justify-content: space-between;
  margin-bottom: 10px; }
  #section-home-product-tab .wd-top-title h2, #section-home-product-tab .wd-top-title ul, #section-home-product-tab-2 .wd-top-title h2, #section-home-product-tab-2 .wd-top-title ul {
    margin-bottom: 0; }

#section-home-product-tab .nav, #section-home-product-tab-2 .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
  border-bottom: none; }
  @media only screen and (max-width: 767px) {
    #section-home-product-tab .nav, #section-home-product-tab-2 .nav {
      margin-top: 15px;
      margin-left: -10px;
      overflow-x: auto;
      white-space: nowrap;
      flex-wrap: nowrap;
      justify-content: flex-start; } }
  #section-home-product-tab .nav li, #section-home-product-tab-2 .nav li {
    margin-left: 15px;
    margin-bottom: 10px;
    display: flex; }
    @media only screen and (max-width: 767px) {
      #section-home-product-tab .nav li, #section-home-product-tab-2 .nav li {
        margin-left: 10px; } }
    #section-home-product-tab .nav li a, #section-home-product-tab-2 .nav li a {
      padding: 10px;
      border-radius: 5px;
      font-weight: 500;
      text-transform: uppercase;
      color: var(--colorshop);
      letter-spacing: 0;
      font-weight: 500;
      border: 1px solid #dddddd; }
      @media only screen and (max-width: 767px) {
        #section-home-product-tab .nav li a, #section-home-product-tab-2 .nav li a {
          padding: 7px 10px; } }
      #section-home-product-tab .nav li a:hover, #section-home-product-tab-2 .nav li a:hover {
        border: 1px solid var(--colorshophover);
        color: var(--colorshophover); }
      #section-home-product-tab .nav li a.active, #section-home-product-tab-2 .nav li a.active {
        color: #fff;
        font-weight: 600;
        border: 1px solid var(--colorshophover);
        background: var(--colorshophover); }

#section-home-product-tab .tab-result .tab-pane, #section-home-product-tab-2 .tab-result .tab-pane {
  display: none; }
  #section-home-product-tab .tab-result .tab-pane.in, #section-home-product-tab-2 .tab-result .tab-pane.in {
    opacity: 1; }
  #section-home-product-tab .tab-result .tab-pane.show, #section-home-product-tab-2 .tab-result .tab-pane.show {
    display: block; }

#section-home-product-tab .btn-view-all-tab, #section-home-product-tab-2 .btn-view-all-tab {
  margin-top: 10px; }
  #section-home-product-tab .btn-view-all-tab a, #section-home-product-tab-2 .btn-view-all-tab a {
    border: 1px solid var(--bg_button);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    min-width: 200px;
    color: var(--color_button);
    background: var(--bg_button); }
    #section-home-product-tab .btn-view-all-tab a:hover, #section-home-product-tab-2 .btn-view-all-tab a:hover {
      background: var(--color_button);
      color: var(--bg_button); }

.btn-view-all {
  display: block;
  margin-top: 20px; }
  .btn-view-all a {
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    min-width: 200px; }
    .btn-view-all a:hover {
      background: var(--bg_button);
      color: var(--color_button); }

.group-collection-banner .hash-tag-loop {
  display: none; }

.group-collection-banner .item-block {
  flex: 0 0 50%;
  padding: 2.5px 10px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .group-collection-banner .item-block {
      flex: 0 0 100%;
      width: 100%; } }
  .group-collection-banner .item-block .bg-color {
    background: #fff;
    height: 100%;
    padding: 15px 15px 0 0;
    border-radius: 5px; }
    @media only screen and (max-width: 767px) {
      .group-collection-banner .item-block .bg-color {
        padding: 15px 10px 15px 0; } }
  .group-collection-banner .item-block .top-head {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; }
    .group-collection-banner .item-block .top-head h2 {
      margin: 0;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      padding-left: 12px;
      border-left: 3px solid; }
      @media (max-width: 767px) {
        .group-collection-banner .item-block .top-head h2 {
          font-size: 15px; } }
    .group-collection-banner .item-block .top-head a {
      color: #828282; }
  .group-collection-banner .item-block .body-col .left-banner {
    flex: 0 0 35%;
    width: 35%;
    padding-right: 15px; }
    .group-collection-banner .item-block .body-col .left-banner a {
      display: block; }
  .group-collection-banner .item-block .body-col .right-content {
    flex: 0 0 65%;
    width: 65%; }
    @media only screen and (max-width: 767px) {
      .group-collection-banner .item-block .body-col .right-content {
        flex: 0 0 100%;
        padding-left: 10px; } }
    .group-collection-banner .item-block .body-col .right-content .item-pro {
      margin-bottom: 15px;
      padding-right: 0; }

.section_collection_default .slick-callback .slick-arrow .arrow-custom > div {
  background-color: #ccc; }

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

@keyframes shine {
  100% {
    left: 125%; } }

.banner-effect {
  position: relative;
  overflow: hidden;
  display: block; }
  .banner-effect img {
    border-radius: 3px; }
  .banner-effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .banner-effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s; }

#section-home-three-banner .item {
  position: relative; }
  #section-home-three-banner .item .banner-abs {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #section-home-three-banner .item .banner-abs h3 {
      font-size: 18px; }
    #section-home-three-banner .item .banner-abs a {
      padding: 8px 15px;
      border: 1px solid;
      border-radius: 8px;
      display: inline-block;
      width: max-content; }
  #section-home-three-banner .item .abs-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

@media (max-width: 767px) {
  #section-home-three-banner .row {
    margin: 0px -2px; }
  #section-home-three-banner .row > div {
    padding: 0 2px; }
  #section-home-three-banner .item .banner-abs {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 10px 0;
    align-items: center; }
  #section-home-three-banner .item .banner-abs h3 {
    font-size: 12px;
    margin-bottom: 5px; }
  #section-home-three-banner .item .banner-abs a {
    font-size: 12px;
    padding: 3px 5px; } }

/* ----------- HOME - BRANDS ----------- */
#home-brands {
  background-image: url(//cdn.hstatic.net/themes/1000253410/1001470007/14/hbr_bg_img.png?v=1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0; }
  #home-brands .home-brand-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /*background:rgba(240, 55, 55, 0.7);*/
    background: #ececea; }
  #home-brands .container {
    position: relative;
    z-index: 9; }
  #home-brands .section-title {
    margin-bottom: 15px; }
    #home-brands .section-title h2 {
      color: #000; }
      #home-brands .section-title h2:before {
        background: #000; }
      #home-brands .section-title h2:after {
        background: #000; }
  #home-brands > .container > .inner {
    overflow: hidden; }
  #home-brands .grid-brand {
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 30px; }
    #home-brands .grid-brand .brand-item {
      border-right: 1px solid #dedede;
      border-bottom: 1px solid #dedede;
      padding: 0;
      text-align: center;
      padding: 10px; }
      @media (min-width: 769px) {
        #home-brands .grid-brand .brand-item:nth-child(n+5) {
          border-bottom: 0; }
        #home-brands .grid-brand .brand-item:nth-child(4n+4) {
          border-right: 0; } }
      @media only screen and (max-width: 768px) and (min-width: 481px) {
        #home-brands .grid-brand .brand-item:nth-child(n+7) {
          border-bottom: 0; }
        #home-brands .grid-brand .brand-item:nth-child(3n+3) {
          border-right: 0; } }
      @media (max-width: 480px) {
        #home-brands .grid-brand .brand-item:nth-child(n+7) {
          border-bottom: 0; }
        #home-brands .grid-brand .brand-item:nth-child(2n+2) {
          border-right: 0; } }

/* ----------- HOME - TESTIMONIALS ----------- */
@media (max-width: 480px) {
  #home-testimonials .htesti-title-desc {
    width: 100% !important;
    text-align: justify !important; } }

#home-testimonials {
  padding: 50px 0px 50px 0px; }
  @media (min-width: 992px) {
    #home-testimonials .slick-callback .slick-dots {
      bottom: -20px; } }
  #home-testimonials .htesti-title-desc {
    width: 60%;
    margin: 15px auto 0px auto;
    line-height: 24px; }
  #home-testimonials .htesti-slider-wrapper {
    overflow: hidden;
    padding: 30px 0; }
    #home-testimonials .htesti-slider-wrapper .owl-controls {
      padding-left: 30px; }
  #home-testimonials .htesti-item {
    padding: 60px 30px 30px 30px;
    background-color: #f9f9f9;
    border-bottom: 2px solid #ececec;
    position: relative;
    margin-top: 50px; }
    #home-testimonials .htesti-item .htesti-img {
      height: 100px;
      width: 100px;
      border-radius: 50%;
      border: 5px solid #f9f9f9;
      overflow: hidden;
      display: inline-block;
      position: absolute;
      left: calc(50% - 50px);
      top: -50px; }
    #home-testimonials .htesti-item .htesti-desc {
      font-family: serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      font-style: italic;
      color: #f03737;
      margin-bottom: 15px;
      min-height: 100px; }
      @media (max-width: 1100px) {
        #home-testimonials .htesti-item .htesti-desc {
          min-height: 300px; } }
      @media (max-width: 1000px) {
        #home-testimonials .htesti-item .htesti-desc {
          min-height: 270px; } }
      @media (max-width: 767px) {
        #home-testimonials .htesti-item .htesti-desc {
          min-height: initial; } }
    #home-testimonials .htesti-item .htesti-title {
      font-weight: 600;
      font-size: 16px;
      color: #f03737; }
    #home-testimonials .htesti-item .htesti-role {
      font-size: 12px; }

/* ------- HOME - POLICY ------------ */
#home-policy {
  background: #f03737; }
  #home-policy .hservice-item {
    margin-bottom: 30px;
    padding: 15px;
    padding-top: 50px; }
    #home-policy .hservice-item .hservice-img {
      margin-bottom: 15px; }
    #home-policy .hservice-item .hservice-title {
      margin-bottom: 15px;
      display: inline-block;
      font-size: 18px;
      transition: all 0.3s ease;
      color: #fff;
      font-size: 46px;
      line-height: 46px;
      font-weight: 700; }
    #home-policy .hservice-item .hservice-desc {
      font-size: 18px;
      text-transform: uppercase;
      color: #fff;
      line-height: 30px; }

/*========= SECTION CONTACT =========*/
#home-contact {
  background: #fff;
  padding: 70px 0px;
  text-align: center; }
  #home-contact .welcome-item {
    position: relative; }
    #home-contact .welcome-item .welcom-image {
      position: relative;
      width: 108px;
      height: 108px;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 5px;
      transition: all 0.3s ease;
      margin-right: 15px;
      float: left; }
      #home-contact .welcome-item .welcom-image .image {
        width: 92px;
        height: 92px;
        background: #f9f9f9;
        text-align: center;
        line-height: 92px;
        position: relative;
        border-radius: 5px;
        display: inline-block;
        margin-top: 7px;
        margin-left: 2px;
        transition: all 0.3s ease;
        z-index: 999; }
        #home-contact .welcome-item .welcom-image .image .icon-hover {
          display: none; }
      #home-contact .welcome-item .welcom-image .bg-image {
        width: 140px;
        height: 74px;
        background: #f03737;
        z-index: 99;
        margin: 0 auto;
        border-radius: 5px;
        position: absolute;
        top: -40px;
        right: -45%;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg); }
    #home-contact .welcome-item:hover .image {
      background: #f03737; }
      #home-contact .welcome-item:hover .image .icon-show {
        display: none; }
      #home-contact .welcome-item:hover .image .icon-hover {
        display: inline-block; }
    #home-contact .welcome-item:hover .bg-image {
      background: #bd0a0a; }
    #home-contact .welcome-item .content .subtitle {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 10px 0px;
      position: relative; }
      #home-contact .welcome-item .content .subtitle h3 {
        padding-bottom: 10px; }
      #home-contact .welcome-item .content .subtitle:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 123px;
        width: 28px;
        height: 2px;
        top: 25px;
        background: #bd0a0a; }
    #home-contact .welcome-item .content p {
      font-size: 16px; }

@media only screen and (max-width: 767px) {
  #home-brands {
    padding: 10px 0px; }
  .section-title h2 {
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  #home-brands .grid-brand {
    padding-top: 5px; }
  #home-testimonials {
    padding: 10px 0; }
  .section-title {
    margin-bottom: 5px; }
  #home-testimonials .htesti-slider-wrapper {
    padding: 0 0 5px 0; }
  #home-testimonials .htesti-item {
    padding: 60px 10px 10px 10px; }
  #home-policy .hservice-item {
    padding-top: 15px;
    margin: 0; }
  #home-policy .hservice-item .hservice-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px; }
  #home-policy .hservice-item .hservice-desc {
    font-size: 14px;
    line-height: 20px; }
  #home-contact {
    padding: 15px 0; } }

@media (max-width: 992px) {
  #owl-collection-flash-sale .slick-list {
    padding-left: 0 !important; } }

@media (max-width: 767px) {
  .wd-top-title .title-section span {
    font-size: 17px; }
  .section-home-banner-cus .banner-block__info h3 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px; } }

section#section-coupon .wd-top-title {
  display: none; }

.section_collection_default .slick-callback .slick-dots {
  bottom: -18px; }

/* ===== Collection Coupon Module ===== */
.collection-coupon-wrap {
  padding: 10px 0 5px;
  background: #f5f7fa; }

.collection-coupon-swiper {
  position: relative;
  padding: 0 35px; }
  .collection-coupon-swiper .swiper-button-prev,
  .collection-coupon-swiper .swiper-button-next {
    width: 28px;
    height: 28px; }
    .collection-coupon-swiper .swiper-button-prev:after,
    .collection-coupon-swiper .swiper-button-next:after {
      font-size: 14px;
      color: #666; }
  .collection-coupon-swiper .swiper-button-prev {
    left: 0; }
  .collection-coupon-swiper .swiper-button-next {
    right: 0; }
  @media (max-width: 767px) {
    .collection-coupon-swiper {
      padding: 0; }
      .collection-coupon-swiper .swiper-button-prev,
      .collection-coupon-swiper .swiper-button-next {
        display: none; } }

.collection-coupon__item {
  background: #fff;
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  border: 1px solid #e8ecf1;
  transition: box-shadow 0.2s; }
  .collection-coupon__item:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1); }

.collection-coupon__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px; }

.collection-coupon__code {
  font-size: 13px;
  color: #333; }
  .collection-coupon__code strong {
    color: var(--colorshophover);
    font-weight: 700; }

.collection-coupon__expiry {
  font-size: 12px;
  color: #888;
  white-space: nowrap; }
  .collection-coupon__expiry strong {
    font-weight: 600;
    color: #555; }

.collection-coupon__desc {
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  min-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.collection-coupon__actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px; }

.collection-coupon__btn {
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap; }
  .collection-coupon__btn--outline {
    background: transparent;
    border: 1px solid var(--colorshophover);
    color: var(--colorshophover); }
    .collection-coupon__btn--outline:hover {
      background: var(--colorshophover);
      color: #fff; }
  .collection-coupon__btn--fill {
    background: var(--bg_button);
    border: 1px solid var(--bg_button);
    color: var(--color_button); }
    .collection-coupon__btn--fill:hover, .collection-coupon__btn--fill.iscopied {
      opacity: 0.85; }

/* ===== Coupon Condition Popup ===== */
.coupon-condition-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; }
  .coupon-condition-popup.active {
    display: flex;
    align-items: center;
    justify-content: center; }
  .coupon-condition-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .coupon-condition-popup__content {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 25px 30px;
    max-width: 420px;
    width: 90%;
    z-index: 1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }
  .coupon-condition-popup__close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #999; }
    .coupon-condition-popup__close:hover {
      color: #333; }
  .coupon-condition-popup__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #333; }
  .coupon-condition-popup__text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0; }
