.wrap-box-text {
  position: absolute;
  z-index: 9;
  max-width: 400px;
  width: 100%;
  color: var(--colorshop);
  transition: all .9s ease-in-out .3s;
  opacity: 0; }
  @media only screen and (max-width: 767px) {
    .wrap-box-text {
      left: 10px !important;
      max-width: calc(100% - 20px); } }
  .wrap-box-text .large-title {
    font-size: 36px;
    margin-bottom: 15px; }
  .wrap-box-text .small-title {
    font-size: 16px; }
  .wrap-box-text .btn-slider {
    background: var(--bg_btn_slider);
    color: var(--color_btn_slider);
    border: none;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px; }
    .wrap-box-text .btn-slider:hover {
      background: var(--color_btn_slider);
      color: var(--bg_btn_slider); }
  .wrap-box-text.position-box-left {
    left: 10%;
    top: 50%;
    transform: translate(100%, -50%);
    text-align: left; }
  .wrap-box-text.position-box-right {
    right: 10%;
    top: 50%;
    transform: translate(100%, -50%);
    text-align: right; }
  .wrap-box-text.position-box-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }

.slick-active .animation-left-to-right {
  animation-name: fadeInLeft !important; }

.slick-active .animation-right-to-left {
  animation-name: fadeInRight !important; }

.slick-active .animation-top-to-bottom {
  animation-name: fadeInDown !important; }

.slick-active .animation-bottom-to-top {
  animation-name: fadeInUp !important; }

.slick-active .wrap-box-text.animation-top-to-bottom {
  animation-name: fadeInDowncenter !important; }

.slick-active .wrap-box-text.animation-bottom-to-top {
  animation-name: fadeInUpcenter !important; }

/* home flash sale */
.countdown-deal li {
  margin-right: 10px;
  text-align: center;
  background: var(--bg-item-coudown);
  color: var(--color-item-coudown);
  border-radius: 5px;
  min-width: 35px;
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .countdown-deal li:last-child {
    margin-right: 0; }
  .countdown-deal li strong, .countdown-deal li span {
    display: block;
    line-height: 1;
    margin: 2px 0; }
  .countdown-deal li span {
    font-size: 10px; }

/* Home two banner */
#section-home-banner-two .item {
  flex: 0 0 50%; }

/* home collection group*/
.section_collection_group .menu-col {
  padding: 10px 0px;
  flex: 0 0 100%; }
  .section_collection_group .menu-col li {
    padding-left: 8px;
    flex: 0 0 auto;
    display: block; }
    .section_collection_group .menu-col li:first-child {
      padding-left: 0; }
    .section_collection_group .menu-col li a {
      padding: 8px 15px;
      border: 1px solid #e6e6e6;
      border-radius: 20px;
      background: transparent;
      display: block;
      font-size: 15px; }
      .section_collection_group .menu-col li a:hover, .section_collection_group .menu-col li a.active {
        border-color: var(--colorshophover);
        background: linear-gradient(45deg, var(--colorshophover) 0%, var(--colorshop) 100%);
        color: #fff; }

.section_collection_group .tab-pane {
  display: none; }
  .section_collection_group .tab-pane.show {
    display: block; }

.bg-color {
  background-image: var(--bg-group-collection-new);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

/* Home banner */
#section-home-banner-two .item {
  flex: 0 0 50%; }
  #section-home-banner-two .item > a {
    overflow: hidden; }
    @media (min-width: 992px) {
      #section-home-banner-two .item > a:hover img {
        transform: scale(1.1); } }
    #section-home-banner-two .item > a img {
      transform: scale(1); }

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

.banner-effect {
  position: relative;
  overflow: hidden;
  display: block; }

.banner-effect img {
  border-radius: 3px; }

.banner-effect:after {
  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:after {
  -webkit-animation: shine 1.1s;
  animation: shine 1.1s; }

.banner-effect:before {
  content: "";
  height: 100%;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  opacity: 0;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.banner-effect:hover:before {
  opacity: 1; }

/* section banner withh text*/
#section-home-banner-split-screen {
  --color-text: #ffffff;
  --bg-text: #000000;
  --btn-color-text: #000000;
  --btn-bg-text: #ffffff; }
  #section-home-banner-split-screen .item-o-v:nth-child(odd) {
    flex-direction: row-reverse; }
  #section-home-banner-split-screen .item-o-v .item {
    flex: 0 0 50%; }
    @media only screen and (max-width: 767px) {
      #section-home-banner-split-screen .item-o-v .item {
        flex: 0 0 100%; } }
    #section-home-banner-split-screen .item-o-v .item.item-text {
      background: var(--bg-text);
      color: var(--color-text);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        #section-home-banner-split-screen .item-o-v .item.item-text {
          min-height: 100vw;
          text-align: center; } }
      #section-home-banner-split-screen .item-o-v .item.item-text .site-box-content {
        padding: 30px; }
        @media only screen and (max-width: 767px) {
          #section-home-banner-split-screen .item-o-v .item.item-text .site-box-content {
            padding: 15px; } }
      #section-home-banner-split-screen .item-o-v .item.item-text .title {
        font-size: 60px;
        line-height: 60px;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        padding: 10px 0 20px 0;
        text-transform: uppercase; }
        @media only screen and (max-width: 992px) and (min-width: 768px) {
          #section-home-banner-split-screen .item-o-v .item.item-text .title {
            font-size: 24px;
            line-height: 24px; } }
        @media only screen and (max-width: 767px) {
          #section-home-banner-split-screen .item-o-v .item.item-text .title {
            font-size: 28px;
            line-height: 28px;
            margin-bottom: 15px; } }
      #section-home-banner-split-screen .item-o-v .item.item-text .subtitle {
        font-size: 18px;
        display: block; }
        @media only screen and (max-width: 992px) and (min-width: 768px) {
          #section-home-banner-split-screen .item-o-v .item.item-text .subtitle {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          #section-home-banner-split-screen .item-o-v .item.item-text .subtitle {
            font-size: 16px;
            margin-bottom: 15px; } }
      #section-home-banner-split-screen .item-o-v .item.item-text .btn {
        display: inline-block;
        text-transform: uppercase;
        background: var(--btn-bg-text);
        font-size: 18px;
        padding: 15px;
        font-weight: 600;
        min-width: 200px;
        text-align: center;
        border: 1px solid var(--btn-bg-text);
        color: var(--btn-color-text); }
        @media only screen and (max-width: 992px) and (min-width: 768px) {
          #section-home-banner-split-screen .item-o-v .item.item-text .btn {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          #section-home-banner-split-screen .item-o-v .item.item-text .btn {
            font-size: 16px; } }
        #section-home-banner-split-screen .item-o-v .item.item-text .btn:hover {
          color: var(--btn-bg-text);
          background: transparent; }
      #section-home-banner-split-screen .item-o-v .item.item-text .title::after {
        position: absolute;
        bottom: 0;
        left: -10px;
        width: 100%;
        height: 3px;
        background: var(--color-text);
        content: "";
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
        @media only screen and (max-width: 767px) {
          #section-home-banner-split-screen .item-o-v .item.item-text .title::after {
            left: 0px;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
      #section-home-banner-split-screen .item-o-v .item.item-text:hover .title::after {
        left: 0px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

.item-o-v .item > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0; }

.item-o-v .item > a:hover:before {
  -webkit-animation: circle .75s;
  animation: circle 1.3s; }

.item-o-v .item > a {
  overflow: hidden; }

@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
