@keyframes t {
  from {
    background-size: 0 200%
  }
}

@keyframes b {
  50% {
    background-position: 0 -100%, 0 0
  }
}

@keyframes blink_b {
  from,
  to {
    background: transparent;
  }
  50% {
    background: #000;
  }
}

.modal-dialog-centered .modal-content .modal-body {
  max-height: 80vh;
  overflow: auto;
}

.modal-dialog-centered .modal-header .btn-close:hover {
  box-shadow: none;
}

#common-home .carousel-item img {
  width: 100%;
}

#common-home {
  overflow: hidden;
}
.banner-item .banner-image {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner-item .banner-image img.img-placeholder {
  max-height: 100vh;
  min-height: 700px;
}
.banner-item .banner-image img:not(.img-placeholder) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-content {
  position: absolute;
  bottom: 141px;
  left: calc((100vw - 1333px) / 2 + 20px);
  width: 515px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding: 0 20px;
  max-width: 100%;
}

.banner-item {
  position: relative;
}

.banner-content .banner-content-title,
.banner-content .banner-content-description {
  width: 100%;
  color: #FFF;
}

.banner-content .banner-content-title {
  font-family: 'Roboto Mono';
  font-size: 24px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}

.banner-content .banner-content-description {
  font-family: Roboto Mono;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 24px;
}

.banner-items {
  position: relative;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 40px;
}

.banner-items .carousel-indicators {
  position: absolute;
  right: calc((100vw - 1355px) / 2 + 20px);
  bottom: 76px;
  width: auto;
  left: auto;
  column-gap: 13px;
  align-items: center;
  padding: 0 20px;
  margin: 0;
}

.banner-items .carousel-indicators [data-bs-target] {
  background-color: #D4D4D4;
  box-shadow: none;
  border-color: transparent;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0;
}

.banner-items .carousel-indicators [data-bs-target]:last-child {
  margin-right: 0;
}

.banner-items .carousel-indicators .active {
  width: 6px;
  height: 6px;
  background: transparent;
  border-color: #FFF;
}

.banner-content .banner-content-title,
.banner-content .banner-content-description {
  overflow: hidden;
}
.banner-content .banner-content-title span,
.banner-content .banner-content-description span {
  display: inline-block;
  -webkit-transform: translateZ(0) translateY(101%);
  transform: translateZ(0) translateY(101%);
  -webkit-transition: 1s cubic-bezier(.215,.61,.355,1);
  transition: 1s cubic-bezier(.215,.61,.355,1);
  will-change: transform;
}

.banner-content .banner-content-title.show span,
.banner-content .banner-content-description.show span {
  -webkit-transform: translateZ(0) translateY(0);
  transform: translateZ(0) translateY(0);
}

.text-and-button-section {
  min-height: 350px;
  display: flex;
  align-items: center;
  padding: 50px 0;
  background: rgb(240,240,240);
  /* background-image: url(../../images/home_bgr.jpg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat; */
}

.text-and-button-section .text-and-button-content {
  max-width: 805px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin: 0 auto;
}

.text-and-button-section .text-and-button-title p {
  display: none;
}

.text-and-button-section .text-and-button-title {
  color: #0000;
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
  max-width: 675px;
  margin: 0 auto;
  background: linear-gradient(-90deg, #000 5px, #0000 0) 10px 0,
    linear-gradient(#000 0 0) 0 0;
  background-size: calc(var(--n)*1ch) 200%;
  -webkit-background-clip: padding-box, text;
  background-clip: padding-box, text;
  background-repeat: no-repeat;
  display: inline;
  clear: both;
}

.text-and-button-section .text-and-button-title:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  animation: blink_b 0.75s step-end infinite;
}

.text-and-button-section .text-and-button-btn {
  clear: both;
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
}

.section-featured_collection {
  margin-top: 40px;
  margin-bottom: 55px;
}

.section-featured_collection .featured-collection_title {
  margin-bottom: 32px;
}

.section-featured_collection .child-collection_title {
  text-transform: uppercase;
  margin-top: 18px;
}

.section-featured_collection .child-collection_item .child-collection_link:hover {
  text-decoration: none;
}

.section-featured_collection .child-collection_item {
  margin-bottom: 20px;
}

.section-featured_collection .child-collection_image {
  width: 100%;
}

.section-trending_products {
  margin-top: 40px;
  margin-bottom: 25px;
}

.section-trending_products .new-label {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-trending_products .trending-product_title {
  text-transform: uppercase;
  margin-right: 25px;
  color: #000;
}

.section-trending_products .product-attribute {
  font-size: 14px;
  text-transform: capitalize;
}

.section-trending_products .button-group button {
  border: none;
  background: none;
  padding: 0;
  opacity: 0;
}

.section-trending_products .trending-product_item:hover .button-group button {
  opacity: 1;
}

.section-trending_products .trending-product_item .trending-product_link:hover {
  text-decoration: none;
}

.section-trending_products .trending-products_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: left;
  height: auto;
}

.section-trending_products .trending-product_atrribute {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 17px;
  align-items: center;
  top: 2px;
  left: 0;
  z-index: 3;
}

.section-trending_products .product-button:only-child {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.section-trending_products .trending-product_item {
  position: relative;
  width: calc((100%/3) - 40px);
  margin-right: 60px;
}

.section-trending_products .trending-product_item:last-child {
  margin-right: 0px;
}

.section-trending_products .product-button form {
  margin-bottom: 0;
}

.section-trending_products .image-wrapper {
  background: #D9D9D9;
  position: relative;
  padding-bottom: 118%;
}

.section-trending_products .trending-product_info {
  display: flex;
  margin-top: 22px;
  flex-direction: column;
  flex-wrap: wrap;
}

.section-trending_products .trending-product_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.section-trending_products .trending-product_item:hover  .trending-product_image {
  z-index: 1;
}

.section-trending_products .trending-product_item:hover .trending-product_image.image-hover {
  z-index: 2;
  opacity: 1;
}

.section-trending_products .trending-product_image.image-hover {
  opacity: 0;
  transition: .3s;
}

.section-trending_products .trending-products_title {
  margin-bottom: 32px;
}

.section-trending_products .button-group button svg {
  stroke: #000;
  transition: .3s;
}

.section-trending_products .button-group button:hover svg {
  fill: #000;
}

.section-trending_products .product-button[data-wishlist="true"] [data-oc-target="#wishlist"] svg{
  fill: #000;
  display: block;
}

.section-trending_products .product-button[data-wishlist="true"] [data-oc-target="#header-cart"] {
  display: none;
}

.section-trending_products .product-button[data-wishlist="false"] [data-oc-target="#header-cart"] {
  display: block;
}

.section-trending_products .product-button[data-wishlist="false"] [data-oc-target="#wishlist"] {
  display: none;
}

.section-trending_products .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: #fff;
}

.section-trending_products .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #4D4D4D;
  opacity: 1;
}

.section-trending_products .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.section-trending_products .swiper-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  position: static;
  margin-top: 30px;
  padding-bottom: 40px;
}

.section-trending_products .swiper-pagination.swiper-pagination-lock {
  margin-top: 0;
}

.section-featured_cate {
  margin-bottom: 15px;
  margin-top: 40px;
}

.section-featured_cate .featured-cate_item {
  width: calc(100% /2 - 10px);
  margin-right: 20px;
}

.section-featured_cate .featured-cate_item:last-child {
  margin-right: 0;
}

.section-featured_cate .featured-cate_item a:hover {
  text-decoration: none;
}

.section-featured_cate .featured-cate_wrapper {
  display: flex;
  justify-content: space-between;
  height: auto;
}

.section-featured_cate .featured-cate_image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section-featured_cate .featured-cate_image.mobile {
  opacity: 0;
}

.section-featured_cate .image-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 119.5%;
}

.section-featured_cate .featured-cate_atrribute {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.section-featured_cate .featured-cate_item.swiper-slide-active {
  opacity: 1;
}

.section-featured_cate .featured-cate_atrribute .button {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 52px;
  border: 1px solid #FFF;
}

.section-featured_cate .featured-cate_atrribute .button:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.section-featured_cate .featured-cate_title {
  margin-bottom: 32px;
}

.section-featured_cate .featured-cate_atrribute:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
  z-index: 1;
  opacity: 0;
  transition: .3s;
}

.section-featured_cate .featured-cate_item:hover .featured-cate_atrribute:before {
  opacity: 1;
}

.section-featured_cate .product-button {
  z-index: 1;
  opacity: 0;
  transition: .3s;
}

.section-featured_cate .featured-cate_item:hover .product-button {
  opacity: 1;
}

.section-featured_cate .trending-product_title {
  text-transform: uppercase;
}

.section-featured_cate .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: #fff;
  margin: 0 10px;
}

.section-featured_cate .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #4D4D4D;
  opacity: 1;
}

.section-featured_cate .swiper-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  position: static;
  margin-top: 30px;
}

@media only screen and (max-width: 1293.98px) {
  .banner-content {
    left: 0;
  }
  .banner-items .carousel-indicators {
    right: 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .section-trending_products .trending-product_item {
    width: calc((100%/3) - 15px);
    margin-right: 20px;
  }

}

@media only screen and (max-width: 767.98px) {
    .banner-content {
        /* bottom: auto;
        top: 94px; */
        width: 100%;
        bottom: 114px;
    }
    #common-home .carousel-item img {
        opacity: 0;
        visibility: hidden;
    }
    #common-home .carousel-item img.image-mobile {
        display: block !important;
        opacity: 1;
        visibility: visible;
    }
    .banner-content .banner-content-title {
        font-size: 18px;
        line-height: normal;
    }

    .banner-content .banner-content-description {
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
        max-width: 75%;
    }
    .banner-items .carousel-indicators {
        bottom: 40px;
    }
    .section-featured_collection {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 40px;
        padding-bottom: 33px;
    }
    .section-featured_collection .child-collection_item {
        margin-bottom: 17px;
    }
    .section-featured_collection .child-collection_title {
        font-size: 16px;
        margin-top: 7px;
    }
    .section-featured_collection .featured-collection_title {
        margin-bottom: 22px;
        font-size: 28px;
    }
    .section-featured_collection .child-collection_image {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        top: 0;
    }
    .section-featured_collection .child-collection_link .image-wrapper {
        position: relative;
        padding-bottom: 100%;
    }
    .section-trending_products {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 33px;
    }
    .section-trending_products .trending-products_wrapper {
        flex-wrap: unset;
    }
    .section-trending_products .trending-product_item {
        width: calc((100%/2) - 10px);
        margin-right: 20px;
    }
    .section-trending_products .trending-product_title {
        font-size: 16px;
    }
    .section-trending_products .swiper-pagination {
        margin-top: 13px;
        padding-bottom: 40px;
    }
    .section-trending_products .trending-products_title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .section-trending_products .trending-product_info {
        margin-top: 18px;
    }
    .section-trending_products .button-group button {
        opacity: 1;
    }
    .section-trending_products .product-attribute {
        line-height: 16px;
    }
    .section-featured_cate {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 30px;
        padding-bottom: 57px;
    }
    .section-featured_cate .featured-cate_item {
        width: 100%;
        opacity: 0;
    }

    .section-featured_cate .featured_cate_item.swiper-slide-active {
        opacity: 1;
    }

    .section-featured_cate .featured-cate_title {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 18px;
    }

    .section-featured_cate .image-wrapper {
        margin-bottom: 16px;
        padding-bottom: 100%;
    }

    .section-featured_cate .swiper-pagination {
        margin-top: 27px;
    }

    .section-featured_cate .featured-cate_item:hover .featured-cate_atrribute {
        opacity: 0;
    }

    .section-featured_cate .trending-product_title {
        font-size: 16px;
    }

    .section-featured_cate .featured-cate_image.mobile {
      opacity: 1;
    }
  
    .section-featured_cate .featured-cate_image.desktop {
      opacity: 0;
    }

    .text-and-button-section {
        min-height: 250px;
    }

    .text-and-button-section .text-and-button-title {
        font-size: 18px;
        margin-bottom: 30px
    }

    .text-and-button-section .text-and-button-btn {
        margin-top: 30px;
    }
    #common-home .col .banner-items {
        height: 700px;
        position: fixed;
        z-index: 0;
        top: 0;
    }
    #common-home .col > div {
        z-index: 5;
        background-color: #FFF;
        position: relative;
    }
    #common-home .col > div.text-and-button-section {
        background: rgb(240,240,240);
    }
    #common-home .col .section-featured_collection {
        margin-top: 700px;
    }
}
@media only screen and (max-width: 480.98px) {
  .section-trending_products .trending-product_item {
    width: 100%;
    opacity: 0;
  }
  
  .section-trending_products .trending-product_item.swiper-slide-active {
    opacity: 1;
  }
}


/* Contact */
#information-contact {
  margin-bottom: 80px;
}

#information-contact .invalid-feedback {
  color: #000;
  font-size: 12px;
  margin: 0;
}

#information-contact #form-contact {
  margin-top: 30px;
}

#information-contact h1 {
  margin-bottom: 44px;
}

#information-contact #content>*:empty {
  display: none;
}

#information-contact h4 {
  font-size: 18px;
  text-transform: none;
}

#information-contact p {
  font-size: 14px;
}

#information-contact .btn.btn-primary {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
}

#information-contact .btn.btn-primary .fa-solid {
  color: #000!important;
}

#information-contact .row-three {
  padding-bottom: 24px;
}

#information-contact .col-md-6 .label {
  display: flex;
  justify-content: space-around;
}

#information-contact .col-md-6 .label>* {
  width: 50%;
  display: block;
}

#information-contact .form-control.is-invalid {
  border-color: #000;
  background: none;
  box-shadow: none;
}

#information-contact textarea.form-control {
  max-height: 144px;
}

#information-contact .col-md-6 {
  position: relative;
  padding-bottom: 24px;
}

#information-contact .col-md-6:first-child {
  padding-right: 10px;
}

#information-contact .col-md-6:last-child {
  padding-left: 10px;
}

#information-contact .row-three .label>* {
  width: 50%;
  display: block;
}

#information-contact .row-three .label {
  display: flex;
}

#information-contact #content {
  flex: none;
  width: 83.5%;
  min-height: fit-content;
}

#information-contact .col-md-6 .select2-container {
  width: 100%!important;
}

#information-contact .col-md-6 .label>[for="input-reason"] {
  width: 100%;
}

#information-contact .col-md-6 .label>div#error-reason {
  display: none!important;
}
@media only screen and (max-width: 1199.98px) { 
  #information-contact #content {
    flex: none;
    width: 90%;
    min-height: fit-content;
  }
}

@media only screen and (max-width: 767.98px) { 
  #information-contact {
    margin-bottom: 55px;
  }

  #information-contact h1 {
    margin-bottom: 22px;
    font-size: 28px;
  }

  #information-contact h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  #information-contact p {
    width: 80%;
  }

  #information-contact .col-md-6 .label>* {
    width: 100%;
  }

  #information-contact .col-md-6 .label {
      flex-direction: column;
  }

  #information-contact .col-md-6 .label>.invalid-feedback {
    position: absolute;
    bottom: 5px;
    text-align: left!important;
  }

  #information-contact .row-three {
    position: relative;
  }

  #information-contact .row-three .label>.invalid-feedback {
    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: left!important;
  }

  #information-contact #content {
    width: 100%;
  }

  #information-contact .col-md-6:first-child {
    padding-right: 8px;
    padding-left: 12px;
  }

  #information-contact .col-md-6:last-child {
    padding-left: 12px;
    padding-right: 8px;
  }

  #information-contact .row-three .col-sm-12 {
    padding-right: 8px;
  }
}