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

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

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

#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 .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 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 20px 0; }
      #section-flash-sale #owl-collection-flash-sale .slick-arrow {
        display: none; } }

#section-home-product-tab .wd-top-title, #section-home-product-recomment .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-recomment .wd-top-title h2, #section-home-product-recomment .wd-top-title ul {
    margin-bottom: 0; }

#section-home-product-tab .nav, #section-home-product-recomment .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-recomment .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-recomment .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-recomment .nav li {
        margin-left: 10px; } }
    #section-home-product-tab .nav li a, #section-home-product-recomment .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-recomment .nav li a {
          padding: 7px 10px; } }
      #section-home-product-tab .nav li a:hover, #section-home-product-recomment .nav li a:hover {
        border: 1px solid var(--colorshophover);
        color: var(--colorshophover); }
      #section-home-product-tab .nav li a.active, #section-home-product-recomment .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-recomment .tab-result .tab-pane {
  display: none; }
  #section-home-product-tab .tab-result .tab-pane.in, #section-home-product-recomment .tab-result .tab-pane.in {
    opacity: 1; }
  #section-home-product-tab .tab-result .tab-pane.show, #section-home-product-recomment .tab-result .tab-pane.show {
    display: block; }

#section-home-product-tab .btn-view-all-tab, #section-home-product-recomment .btn-view-all-tab {
  margin-top: 10px; }
  #section-home-product-tab .btn-view-all-tab a, #section-home-product-recomment .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-recomment .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_brand .item > a:hover {
  /*border-color: var(--primary-color) */
  --start-color: var(--primary-color); }

.section_brand .item > a:hover:before {
  animation: rotate 3s infinite linear;
  -webkit-animation: rotate 3s infinite linear; }

.section_brand img {
  z-index: 1;
  position: relative; }

.section_brand .item img {
  transition: transform 0.3s ease-out;
  border-radius: 10%;
  border: 1px solid #eee; }

.section_brand .item h3 a {
  font-size: 1rem; }

.section_brand .row::-webkit-scrollbar {
  display: none; }

.section_brand {
  display: flex;
  justify-content: space-around;
  background-color: #f5f5f5;
  width: 100%;
  margin: 10px auto 0;
  min-height: 80px; }

.section_brand .item {
  float: left;
  width: 10%; }

.section_brand .item > a:hover img {
  transform: scale(0.94);
  border: 2px solid #fff; }

.section_brand .item > a:hover {
  /*border-color: var(--primary-color) */
  --start-color: var(--primary-color); }
  .section_brand .item > a:hover:before {
    animation: rotate 3s infinite linear;
    -webkit-animation: rotate 3s infinite linear; }

@media (max-width: 768px) {
  .section_brand {
    justify-content: start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap !important;
    height: 100%;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 0.125rem; } }

@media (max-width: 567px) {
  .section_brand .item {
    width: 25%;
    margin-bottom: 15px; }
  section#section-coupon {
    padding-top: 10px !important;
    margin-bottom: 20px !important; } }

.scrolling-wrapper {
  overflow-x: auto; }

.card-block {
  height: 300px;
  background-color: #fff;
  border: none;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-in-out !important;
  border-radius: 24px; }
  .card-block:hover {
    transform: translateY(-5px);
    box-shadow: none;
    opacity: 0.9; }

.d-flex-slick .item .brand3 img {
  transition: transform 0.3s ease-out;
  border-radius: 10%;
  border: 1px solid #eee; }

section.section_brand.section.icon_brand {
  margin-top: 20px; }

.section_brand img {
  max-width: 40px; }

.section_brand .item h8 a {
  font-size: 11px; }

section#section-coupon {
  padding-top: 0.5%; }

.product-block .product-detail .pro-name a {
  padding-top: 5px !important; }

.pro-vendors {
  margin-bottom: 5px; }

@media screen and (max-width: 767px) {
  .section_brand .item {
    width: 25%;
    min-width: 25%; }
  .section_brand .item img {
    display: initial; }
  section.section_brand.section.icon_brand {
    margin-top: 5px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto; } }

@media screen and (min-width: 768px) {
  .section_brand img {
    max-width: 100%; }
  .section_brand .item h8 a {
    font-size: 13px;
    margin-top: 10px;
    display: block; } }
