/** E-commerce template */
/* * Version: 1.0   */
/** Author: Protrainup fabian@protrainup */


/*   For better search  */
/*  1. Global styles  */
/*  2. Global helpers / colors / boostrap fix for theme  */
/*  3. Header (Include headroom)  */
/*  4. Slider section */
/*  5. Products section */
/*  6. Product  */
/*  7. Radio color picker section  */
/*  8. Light badges */

/*  1. Global styles  */


html body {
  font-family: Manrope;
  background-color: #f2f0f5b5;
}

:focus-visible {
  outline: unset!important;
}
.btn-close:focus {
  outline: 0;
  box-shadow: unset!important;
  opacity: 1;
}
hr {
  height: 2px;
  background-color: #a8a7aa!important;
}

/*  2. Global helpers / colors / boostrap fix for theme  */
body a.text-decoration-none {
  color: var(--default-color);
  text-decoration: unset!important;
}


body .card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgb(255 255 255 / 3%);
  border-bottom: 1px solid #eff2f5;
}
.ptu-bg {
  background-color: var(--ptu-bg)!important;
}
.bg-black {
  background-color: var(--top-header-bg)!important;
  color: white;
}
.bg-default-color {
  background-color: var(--default-color)!important;
  color: white;
}
#topcontrol {
  bottom: 20px!important;
  right: 20px!important;
  color: white;
  font-size: 30px;
  background-color: var(--secondary-color);
  padding: 0 15px;
  border-radius: 6px;
  opacity: 1;
  cursor: pointer;
}

input.quantity {
  background-color: #ff000000!important;
  pointer-events: auto!important;
}

.input-group.number-icons {
  background-color: #f2f1f2a6;
  border-radius: 6px;
}

.fs-7 {
  font-size: 0.8rem!important;
}
.t-3ms {
  transition: all 0.3s ease-in-out!important;
}
.hover-up-sh:hover {
  transform: translate(0px, -5px)!important;
}
.hover-scale:hover {
  transform: scale(1.04);
}
.inline-group .form-control {
  text-align: right;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-50 {
  opacity: 0.50;
}
.opacity-40 {
  opacity: 0.40;
}
.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*  3. Header (Include headroom)  */
.nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #555353;
}
.top-header {
  font-style: normal;
  font-weight: bold;
  line-height: 27px;
  color: #FFFFFF;
  background-color: var(--top-header-bg);
}
.navbar-brand .logo::after {
  content: "";
  display: block;
  background: rgb(27 27 27 / 7%);
  width: 3px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 10%;
  border-radius: 2px;
}
.navbar-brand .club-name {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.015em;
  color: #757579;
}
.navbar  .ptu-btn {
  font-family: inherit;
  font-size: inherit;
  border: none;
  padding: 6px;
  border-radius: 4px;
  font-weight: 600;
  text-shadow: none;
}
.number-icons i {
  font-size: 12px;
  color: #797575
}
.menu-actions .cart-quantity {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -8px;
  border-radius: 100%;
  color: white;
  top: -5px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  text-align: center;
  display: block;
  background-color: var(--default-color);
  border: 2px solid #FFFFFF;
}
.menu  {
  transform: rotate(
          180deg
  );
  margin-top: -15px;
  width: 40px;
  height: 35px;
  display: block;
}
.menu .line {
  width: 30px;
  background: var(--top-header-bg);
  margin: 6px 0 0 0;
  height: 4px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.line-1 {
  margin-top: 0;
}
.menu.line-1 {
  width: 30px!important;
}

.menu .line-2 {
  width: 25px;
}

.menu .line-3 {
  width: 30px;
}

.menu:hover .line-1 {
  width: 25px;
}

.menu:hover .line-2 {
  width: 15px;
}

.menu:hover .line-3 {
  width: 25px;
}
.navbar.navbar-light {
  min-height: 80px;
  background: #FFFFFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
}
.navbar-brand.d-flex.flex-row  .logo img {
  height: 60px;
}
.navbar-brand {
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar.navbar-expand-lg .description {

}
body[data-bs-padding-right] .headroom {
  padding-right: 17px;
}
.headroom {
  position: fixed;
  width: 100%;
  z-index: 700;
  top: 0;
}
.headroom {
  will-change: transform;
  transition: transform 200ms ease-in-out;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--not-top {
  transform: translateY(-55px);
}
.top-header, .header-menu {
  transition: all 0.3s ease-in-out;
}
.headroom--not-top .header-menu {
  opacity: 0.97;
}
.dropdown-toggle.cart::after {
  display: none!important;
}
.dropdown-menu.cart {
  transform: translate(0px, 30px)!important;
  min-width: 20rem!important;
  margin: 20px;
}
.dropdown-menu[data-bs-popper] {
  right: -81px!important;
}
body .offcanvas-end {
  border-left: none;
}
.offcanvas-body .category .spacer:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 3px;
  height: 42px;
  background-color: #fff;
}
/* Mobile navbar */

@media (max-width: 673px) {
  body .headroom--not-top {
    transform: translateY(-45px);
  }
  .navbar.navbar-expand-lg.navbar-light {
    min-height: unset;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
  }
  a.navbar-brand.d-flex.flex-row  .logo img {
    height: 40px!important;
  }
  body[data-bs-padding-right] .headroom {
    padding-right: unset!important;
  }
}

/*  4. Slider section */
.margin-header {
  margin-top: 170px;
}
section.slider-component .slider-container {
  background-color: var(--default-color);
  color: white;
}

section.slider-component .swiper-button-next, section.slider-component .swiper-button-prev {
  bottom: 2%!important;
  top: unset!important;
}
section.slider-component .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 15px!important;
  left: auto;
}
section.slider-component .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  right: 90px!important;
}
section.slider-component .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: unset!important;
  right: auto;
}

section.slider-component .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}
section.slider-component .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}
section.slider-component .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: unset!important;
}
body .swiper-button-prev:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "\f104";
  right: 0;

}
body .swiper-button-next:after, .swiper-container-rtl .swiper-button-next:after {
  content: '\f105';
  left: 0;
}
body .swiper-button-next:after,body .swiper-button-prev:after {
  font-family: FontAwesome;
  text-transform: none!important;
  color: white;
  text-shadow: 3px 0px rgb(0 0 0 / 15%);
  position: absolute;
  transition: all 0.4s ease-in-out;
}
section.slider-component .price {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0.035em;
  color: var(--secondary-color);
}
section.slider-component .swiper-slide .swiper-loop {
  position: absolute;
  font-style: normal;
  font-weight: 800;
  font-size: 96px;
  top: -10px;
  line-height: 131px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.13);
}
section.slider-component .slider-container .blob-bg {
  position: absolute;
  right: -5%;
  top: -15%;
}
section.slider-component .slider-container .item-photo {
  width: 300px;
}
section.slider-component .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  z-index: 120!important;
}
section.slider-component .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  z-index: 120!important;
}

@media (max-width: 992px) {
  section.slider-component .slider-container .item-photo {
    width: 150px;
  }
  .margin-header {
    margin-top: 180px;
  }
}
@media (max-width: 573px) {
  .margin-header {
    margin-top: 120px;
  }
  section.slider-component .slide-body .title {
    font-size: 18px;
    font-weight: 100;
    line-height: 18px;
    letter-spacing: 0.04em;
  }
  section.slider-component .slide-body .text-l-muted {
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.04em;
  }
  section.slider-component .slider-container .item-photo {
    width: 150px;
  }
}
section.slider-component .swiper-slide {
  transition: all 0.3s ease-in-out;
  transform: scale(0.5);
  opacity: 0.10;
}
section.slider-component .swiper-slide.swiper-slide-active {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  opacity: 1;
}
/*  5. Products section */

.product-row .col {
  transition: all 0.3s ease-in-out;
}
.products .product-view.active {
  background-color: black;
  color: white;
}
.ratio div img.ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.product-card .card-body .price {
  color: var(--default-color)!important;
}

.products .fa.fa-bookmark {
  color: var(--default-color)!important;
}
.original-price {
  position: relative;
  color: #555;
  text-decoration: line-through;
}


.product-card .ratio img {
  transition: all 0.3s ease-in-out;
}
.product-card:hover .ratio img {
  transform: scale(1.1);
}

.product-card-hover-effect img:nth-child(1) {
  position: absolute;
}
.product-card-hover-effect img:nth-child(2) {
  opacity: 0;
}

body .animated .align-items-center {
  -moz-animation: slide 0.4s ease 2.5s forwards;
  -webkit-animation: slide 0.4s  ease 2.5s forwards;
  -o-animation: slide 0.4s  ease 2.5s forwards;
  -ms-animation: slide 0.4s  ease 2.5s forwards;
  animation: slide 0.4s  ease 2.5s forwards;
  animation-delay: 0.2s;
  overflow: hidden;
}
.single-item .px-2.d-flex.align-items-center {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.single-item .img-ratio {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  width: auto;
}
@-moz-keyframes slide /* Firefox */
{
  from {
    height: 105px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@-webkit-keyframes slide /* Safari and Chrome */
{
  from {
    height: 105px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@-o-keyframes slide /* Opera */
{
  from {
    height: 105px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@-ms-keyframes slide /* IE10 */
{
  from {
    height: 105px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@keyframes slide
{
  from {
    height: 105px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.offcanvas-body .single-item.is-hover {
  border: dashed 2px #ff000052;
  border-radius: 6px;
  background-color: #fe2f2f0d;
}

.offcanvas-body .single-item {
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  border: dashed 2px #ffffff00;
}


/*  6. Product  */
.products .product-card {
  background-color: #c7c7c700;
}
.product-card .disc {
  border-radius: 3px;
  padding: 3px 5px;
  background: #000000;
  z-index: 2;
  font-size: 12px;
  letter-spacing: .9px;
  color: #ffffff;
  line-height: 16px;
}
.product-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#cart-container .items-container {
  max-height: calc(100vh - 220px);
}

.product .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  background-color: black;
  border-radius: 6px;
  color: white;
  padding: 2px 12px;
  right: 10px;
  left: unset!important;
  font-weight: bolder;
}
.product .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/*  8. Light badges */
.badge-l-slate {
  color: #040404!important;
  background-color: #e2e2e2;
}
.badge-l-warning {
  color: #fb9915!important;
  background-color: #fff1b9c7;
}
.badge-l-success {
  color: #2e9638!important;
  background-color: #b4fda791;
}
.badge-l-primary {
  color: #0f97e4!important;
  background-color: #d2efff;
}
.badge-l-danger {
  color: #e30037!important;
  background-color: #d25d5d2b;
}

.badge-l-teal-800 {
  color: #0e8678!important;
  background-color: #14d0ba5e!important;
}

body .card-primary-light .card-header {
  background-color: #cfe2ff94;
  border-bottom: 1px solid #5296ff36;
}
body .card-primary-light .card-body {
  background-color: #cfe2ff66;
}

body #toast-container {
  z-index: 710!important;
  top: 80px;
}
@media (max-width: 673px) {
  body #header #toast-container {
    z-index: 710!important;
    top: 45px;
  }
}
.fade {
  transition: opacity 0.3s ease-in-out !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection {
  border-color: #e1e7ef;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 7%);
}
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #e1e7ef;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 7%);
}
.select2-dropdown {
  z-index: 5!important;
}
.ajax-updat .cart-total {
  transition: 0.2s ease-in-out;
}
.cart-text.loadingAnimate .cart-total {
  opacity: 0;
}
.cart-text.loadingAnimate .loading {
  display: flex;
}
.loading {
  display: none;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading div {
  width: 5px;
  height: 5px;
  margin: 10px 5px 10px 5px;
  background: var(--default-color);
  border-radius: 50%;
  -webkit-animation: 0.9s bounce2 infinite alternate;
  animation: 0.9s bounce2 infinite alternate;
}
.loading div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loading div:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes bounce2 {
  from
  {
    opacity: 1;
    transform: translate3d(0, 1rem, 0);
  }

  to {
    opacity: 0.3;
    transform: translate3d(0, -1rem, 0);
  }
}

@keyframes bounce2 {
  from
  {
    opacity: 1;
    transform: translate3d(0, 0.5rem, 0);
  }

  to {
    opacity: 0.3;
    transform: translate3d(0, -0.5rem, 0);
  }
}
.badge .progress {
  border-radius: 2px!important;
  width: 25px!important;
  background-color: #ffffff!important;
}
