﻿

.gallery-one__card__icon__item {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.gallery-one__card__icon__item::after,
.gallery-one__card__icon__item::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--laboix-white, #fff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-one__card__icon__item::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-one__card__icon:hover {
  background: var(--laboix-base, #021936);
}

.gallery-two {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
}

.gallery-two .container-fluid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .gallery-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gallery-two .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.gallery-two__col-one {
  width: 65%;
}

@media (max-width: 1199px) {
  .gallery-two__col-one {
    width: 100%;
  }
}

.gallery-two__col-two {
  width: 35%;
}

@media (max-width: 1199px) {
  .gallery-two__col-two {
    width: 100%;
  }
}

.gallery-two__card {
  position: relative;
  overflow: hidden;
  background-color: var(--laboix-black, #000);
}

.gallery-two__card img {
  transform: scale(1);
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}

.gallery-two__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--laboix-black-rgb, 0, 0, 0), 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}

.gallery-two__card__hover .img-popup {
  position: relative;
}

.gallery-two__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
  mix-blend-mode: screen;
}

.gallery-two__card:hover .gallery-two__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}

.gallery-two__card a {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--laboix-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-two__card a:hover .gallery-two__card__icon::after,
.gallery-two__card a:hover .gallery-two__card__icon::before {
  background-color: var(--laboix-base, #021936);
}

.gallery-two__card__icon {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}

.gallery-two__card__icon::after,
.gallery-two__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--laboix-black, #000);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
}

.gallery-two__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-two__info {
  position: relative;
  background-color: var(--laboix-base, #021936);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 50px 0 100px;
  height: 100%;
}

@media (min-width: 1200px) {
  .gallery-two__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}

@media (max-width: 1500px) {
  .gallery-two__info {
    padding-left: 40px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .gallery-two__info {
    padding: 80px 50px;
  }
}

@media (max-width: 767px) {
  .gallery-two__info {
    padding: 50px 30px;
  }
}

.gallery-two__info__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.gallery-two__info__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-two__info__title {
  color: var(--laboix-white, #fff);
  font-size: 44px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .gallery-two__info__title {
    font-size: 35px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .gallery-two__info__title {
    font-size: 35px;
    line-height: 45px;
  }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  background-color: var(--laboix-white, #fff);
  padding: 30px 20px;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sidebar__single--search {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.07);
}

@media (min-width: 1200px) {
  .sidebar__single {
    padding: 40px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  margin-top: -5px;
  margin-bottom: 29px;
  padding-bottom: 24px;
  color: var(--laboix-base, #021936);
  font-size: 24px;
  font-weight: 700;
  line-height: 108.333%;
  border-bottom: 1px solid var(--laboix-secondary, #2a5c34);
}

.sidebar__search {
  position: relative;
  background-color: var(--laboix-border-color2, #F3F3F3);
  padding: 30px;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  outline: none;
  width: 100%;
  height: 60px;
  background-color: var(--laboix-white, #fff);
  padding-left: 55px;
  padding-right: 20px;
  transition: all 500ms ease;
  border: none;
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

.sidebar__search input[type=search]::placeholder,
.sidebar__search input[type=text]::placeholder {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
}

.sidebar__search button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: auto;
  font-size: 22px;
  color: var(--laboix-text, #6A6A6A);
  transition: all 0.4s ease-in-out;
}

.sidebar__search button[type=submit]:hover {
  color: var(--laboix-base, #021936);
}

.sidebar__posts {
  margin-bottom: 0;
}

.sidebar__posts__item {
  display: flex;
  align-items: center;
}

.sidebar__posts__item:not(:last-of-type) {
  border-bottom: 1px solid var(--laboix-border-color, #DBDBDB);
  margin-bottom: 16px;
  padding-bottom: 17px;
}

.sidebar__posts__item:hover .sidebar__posts__image::after {
  width: 100%;
  right: auto;
  left: 0;
}

.sidebar__posts__item:hover .sidebar__posts__image img {
  transform: scale(1.3) rotate(-15deg);
}

.sidebar__posts__image {
  margin-right: 20px;
  overflow: hidden;
  max-width: 70px;
  width: 100%;
  height: 70px;
  position: relative;
}

.sidebar__posts__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.sidebar__posts__image::after {
  content: "";
  width: 0%;
  height: 100%;
  top: 0%;
  left: auto;
  right: 0;
  background-color: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.5);
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.sidebar__posts__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.sidebar__posts__title a {
  text-shadow: 0 0 0 0.2 currentColor;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}

.sidebar__posts__meta {
  margin: 0;
  line-height: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.sidebar__posts__meta a {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  transition: all 500ms ease;
}

.sidebar__posts__meta a:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.sidebar__posts__meta a i {
  color: var(--laboix-secondary, #2a5c34);
  margin-right: 13px;
}

.sidebar__categories {
  margin-bottom: -4px;
}

.sidebar__categories li:not(:last-of-type) {
  border-bottom: 1px solid var(--laboix-border-color, #DBDBDB);
}

.sidebar__categories li:first-child a {
  padding-top: 0;
}

.sidebar__categories li:last-child a {
  padding-bottom: 0 !important;
}

.sidebar__categories li a {
  display: flex;
  align-items: center;
  padding: 11px 0 11px 0px;
  transition: all 500ms ease;
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.sidebar__categories li a::before {
  margin-right: 7px;
  content: "\e91f";
  font-family: "icomoon" !important;
  font-weight: 700;
  transition: all 500ms ease;
  font-size: 10px;
  color: var(--laboix-secondary, #2a5c34);
}

.sidebar__categories li a:hover {
  padding-left: 20px;
  color: var(--laboix-secondary, #2a5c34);
}

.sidebar__categories li a:hover::after {
  color: var(--laboix-base, #021936);
}

.sidebar__tags {
  margin-left: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sidebar__tags a {
  background: var(--laboix-border-color2, #F3F3F3);
  transition: all 500ms ease;
  display: inline-flex;
  padding: 11px 17px;
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.sidebar__tags a:hover {
  color: var(--laboix-white, #fff);
  background-color: var(--laboix-base, #021936);
}

.sidebar__comments {
  margin-bottom: -4px;
}

.sidebar__comments__item {
  display: flex;
  align-items: center;
}

.sidebar__comments__item:not(:last-of-type) {
  margin-bottom: 21px;
}

.sidebar__comments__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--laboix-border-color2, #F3F3F3);
  font-size: 24px;
  color: var(--laboix-text, #6A6A6A);
  margin-right: 14px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.sidebar__comments__item:hover .sidebar__comments__icon {
  background-color: var(--laboix-secondary, #2a5c34);
  color: var(--laboix-white, #fff);
}

.sidebar__comments__title {
  color: var(--laboix-text, #6A6A6A);
  line-height: 185.714%;
  margin-bottom: 0px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.sidebar__comments__title a {
  color: inherit;
  transition: all 500ms ease;
}

.sidebar__comments__title a:hover {
  color: var(--laboix-secondary, #2a5c34);
}

@media (max-width: 991px) {
  .service-sidebar__single {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.service-sidebar__single+.service-sidebar__single {
  margin-top: 30px;
}

.service-sidebar__title {
  position: relative;
  margin: 0;
  padding: 25px 30px;
  background-color: var(--laboix-base, #021936);
  color: var(--laboix-white, #fff);
  font-size: 20px;
  font-weight: 700;
  line-height: 108.333%;
}

.service-sidebar__title::after {
  content: "";
  width: 40px;
  height: 25px;
  position: absolute;
  bottom: -20px;
  left: 8%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: var(--laboix-base, #021936);
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .service-sidebar__title {
    font-size: 24px;
  }
}

.service-sidebar__nav {
  border-top: 0;
  margin-bottom: 0;
  padding: 40px 30px;
  background: var(--laboix-secondary, #2a5c34);
}

@media (max-width: 1200px) and (min-width: 992px) {
  .service-sidebar__nav {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .service-sidebar__nav {
    padding: 30px 20px;
  }
}

.service-sidebar__nav li a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: var(--laboix-base, #021936);
  background: var(--laboix-white, #fff);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  padding: 14px 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1200px) and (min-width: 992px) {
  .service-sidebar__nav li a {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .service-sidebar__nav li a {
    font-size: 14px;
  }
}

.service-sidebar__nav li a::after {
  content: "\e91f";
  font-family: "icomoon" !important;
  font-weight: 900;
  transition: all 500ms ease;
  font-size: 12px;
  color: var(--laboix-secondary, #2a5c34);
}

@media (max-width: 1200px) and (min-width: 992px) {
  .service-sidebar__nav li a::after {
    font-size: 12px;
  }
}

.service-sidebar__nav li a::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: var(--laboix-base, #021936);
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: all 500ms ease-in-out;
}

.service-sidebar__nav li.current a,
.service-sidebar__nav li:hover a {
  color: var(--laboix-white, #fff);
}

.service-sidebar__nav li.current a::after,
.service-sidebar__nav li:hover a::after {
  color: var(--laboix-secondary, #2a5c34);
}

.service-sidebar__nav li.current a::before,
.service-sidebar__nav li:hover a::before {
  width: 100%;
  left: 0;
  right: auto;
}

.service-sidebar__nav li:last-child a {
  margin-bottom: 0;
}

.service-sidebar__contact {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 33px 30px 193px 30px;
  background-color: var(--laboix-base, #021936);
}

.service-sidebar__contact-title {
  margin-top: -5px;
  max-width: 230px;
  margin-bottom: 42px;
  color: var(--laboix-white, #fff);
  font-size: 25px;
  font-weight: 700;
  line-height: 133.333%;
}

@media (min-width: 992px) {
  .service-sidebar__contact-title {
    font-size: 30px;
  }
}

.service-sidebar__contact-btn .laboix-btn {
  padding: 7.5px 30px;
  color: var(--laboix-white, #fff);
  background: var(--laboix-secondary, #2a5c34);
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
}

.service-sidebar__contact-btn .laboix-btn::before {
  background: var(--laboix-secondary, #2a5c34);
}

.service-sidebar__contact-btn .laboix-btn:hover {
  color: var(--laboix-white, #fff);
}

.service-sidebar__contact-image,
.service-sidebar__contact-angle {
  bottom: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  z-index: -2;
}

.service-sidebar__contact-image {
  right: 0;
  left: auto;
  z-index: -1;
}

.service-sidebar__contact-image img {
  max-height: 320px;
  width: auto;
}

/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/
.blog-details .blog-card__two {
  margin-bottom: 40px;
}

.blog-details .blog-card__two__text+.blog-card__two__text {
  margin-top: 21px;
}

.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--laboix-border-color, #DBDBDB);
  border-bottom: 1px solid var(--laboix-border-color, #DBDBDB);
}

.blog-details__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__tags__title {
  margin: 0;
  margin-top: -4px;
  margin-bottom: -2px;
  color: var(--laboix-base, #021936);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 768px) {
  .blog-details__tags__title {
    font-size: 20px;
  }
}

.blog-details__tags .sidebar__tags button {
  color: var(--laboix-white, #fff);
  padding: 11px 16px;
  font-size: 16px;
  background: var(--laboix-secondary, #2a5c34);
}

.blog-details__tags .sidebar__tags button:hover {
  background-color: var(--laboix-black, #000);
  color: var(--laboix-white, #fff);
}

.blog-details__tags .sidebar__tags2 a {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.blog-details__tags .sidebar__tags2 a:hover {
  color: var(--laboix-secondary, #2a5c34);
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .comments-one {
    margin-top: 50px;
  }
}

.comments-one__title {
  margin: 0;
  font-size: 25px;
  margin-top: -4px;
  margin-bottom: -4px;
  color: var(--laboix-base, #021936);
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 992px) {
  .comments-one__title {
    font-size: 30px;
  }
}

.comments-one__list {
  margin: 0;
  margin-top: 35px;
}

.comments-one__card {
  border-bottom: 1px solid var(--laboix-border-color, #DBDBDB);
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .comments-one__card {
    display: flex;
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .comments-one__card:not(:first-of-type) {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .comments-one__card__image {
    margin-right: 30px;
  }
}

.comments-one__card__image img {
  border-radius: 50%;
}

.comments-one__card__title {
  margin: 0;
  color: var(--laboix-base, #021936);
  font-size: 24px;
  font-weight: 700;
  line-height: 108.333%;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .comments-one__card__title {
    margin-bottom: 18px;
  }
}

.comments-one__card__text {
  margin: 0;
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  max-width: 560px;
}

@media (min-width: 768px) {
  .comments-one__card__text {
    margin-bottom: 0;
  }
}

.comments-one__card__btn {
  margin-top: 22px;
}

.comments-one__card__reply {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 21.5px;
  background: var(--laboix-border-color2, #F3F3F3);
}

.comments-one__card__content {
  position: relative;
}

.comments-form {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .comments-form {
    margin-top: 55px;
  }
}

.comments-form__title {
  margin: 0;
  font-size: 25px;
  margin-top: -4px;
  margin-bottom: -4px;
  color: var(--laboix-base, #021936);
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 992px) {
  .comments-form__title {
    font-size: 30px;
  }
}

.comments-form__form {
  margin-top: 45px;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}

.product__sidebar {
  position: relative;
}

.product__sidebar--title {
  position: relative;
  margin-top: -5px;
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 23px;
}

.product__sidebar__search {
  position: relative;
  margin-bottom: 30px;
}

.product__sidebar__search input[type=search],
.product__sidebar__search input[type=text] {
  outline: none;
  width: 100%;
  height: 60px;
  background-color: var(--laboix-secondary, #2a5c34);
  color: var(--laboix-white, #fff);
  font-family: var(--laboix-font, "Lexend", sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
  padding-left: 60px;
  padding-right: 30px;
  transition: all 500ms ease;
  border: none;
}

.product__sidebar__search input[type=search]:focus,
.product__sidebar__search input[type=text]:focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

.product__sidebar__search input[type=search]::placeholder,
.product__sidebar__search input[type=text]::placeholder {
  color: var(--laboix-white, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
}

.product__sidebar__search button[type=submit] {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: auto;
  font-size: 22px;
  color: var(--laboix-white, #fff);
}

.product__price-ranger {
  background-color: var(--laboix-white, #fff);
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
  padding: 30px;
  margin-bottom: 30px;
}

.product__price-ranger #slider-range {
  margin: 15px 0 23px 0px;
  background: var(--laboix-border-color2, #F3F3F3);
  border: none;
  height: 7px;
  border-radius: 20px;
  position: relative;
}

.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--laboix-secondary, #2a5c34);
}

.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--laboix-secondary, #2a5c34);
  border: 0;
  height: 16px;
  width: 16px !important;
  border-radius: 50%;
  margin-left: -3px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 0 0px;
}

.product__price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  display: inline-block;
  color: var(--laboix-text, #6A6A6A);
  width: 45px;
  border: none;
  outline: none;
  padding: 0;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 700;
  left: -2px;
}

.product__price-ranger .ranger-min-max-block button[type=submit] {
  position: relative;
  display: block;
  float: right;
  text-align: center;
  border: none;
  margin: 0;
  cursor: pointer;
  padding: 0px 16px;
  height: 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 185.714%;
  text-transform: capitalize;
  z-index: 1;
  color: var(--laboix-text, #6A6A6A);
  background: var(--laboix-border-color2, #F3F3F3);
}

.product__price-ranger .ranger-min-max-block button[type=submit]:hover {
  color: var(--laboix-white, #fff);
}

.product__categories {
  margin-bottom: -4px;
  background-color: var(--laboix-white, #fff);
  padding: 30px 30px 23px 30px;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}

.product__categories__title {
  margin: 0;
  margin-top: -5px;
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--laboix-secondary, #2a5c34);
  position: relative;
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.product__categories ul {
  margin-bottom: 0;
}

.product__categories ul li:not(:last-of-type) {
  border-bottom: 1px solid var(--laboix-border-color, #DBDBDB);
}

.product__categories ul li:first-child a {
  padding-top: 0;
}

.product__categories ul li:last-child a {
  padding-bottom: 0 !important;
}

.product__categories ul li a {
  display: flex;
  align-items: center;
  padding: 10px 0 14.44px 0px;
  transition: all 500ms ease;
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.product__categories ul li a i {
  font-size: 12px;
  margin-right: 7px;
  color: var(--laboix-secondary, #2a5c34);
}

.product__categories ul li a:hover {
  padding-left: 20px;
  background-color: var(--laboix-white, #fff);
  color: var(--laboix-secondary, #2a5c34);
}

.product__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .product__info-top {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .product__info-top {
    display: block;
    margin-top: 40px;
  }
}

.product__showing-text {
  margin: 0;
  font-size: 20px;
  color: var(--laboix-base, #021936);
  font-weight: 700;
  line-height: 130%;
  text-shadow: 0 0 0 1px currentColor;
}

@media (max-width: 767px) {
  .product__showing-text {
    margin-bottom: 20px;
  }
}

.product__showing-sort {
  margin: 0;
  font-size: 18px;
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 270px !important;
}

@media (max-width: 360px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 270px !important;
  }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 64px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--laboix-border-color2, #F3F3F3) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--laboix-text, #6A6A6A) !important;
  line-height: 64px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  font-size: 16px;
  font-weight: 600;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--laboix-secondary, #2a5c34);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--laboix-border-color, #DBDBDB);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  color: var(--laboix-text, #6A6A6A);
  background-color: var(--laboix-border-color2, #F3F3F3);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product__showing-sort .bootstrap-select .dropdown-menu>li:hover>a,
.product__showing-sort .bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--laboix-base, #021936);
  color: var(--laboix-white, #fff);
  border-color: var(--laboix-base, #021936);
}

.product__item {
  position: relative;
  background-color: var(--laboix-white, #fff);
  border: 1px solid var(--laboix-border-color, #DBDBDB);
  transition: all 500ms ease;
}

.product__item:hover {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--laboix-secondary, #2a5c34);
}

.product__item__img {
  background-color: var(--laboix-white, #fff);
  position: relative;
  overflow: hidden;
}

.product__item__img__item {
  max-width: 228px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product__item__img__item img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  transition: all 500ms ease;
  transform: scale(1);
}

.product__item__btn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.product__item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: var(--laboix-border-color2, #F3F3F3);
  border-radius: 50%;
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
}

.product__item__btn a:hover {
  background-color: var(--laboix-secondary, #2a5c34);
  color: var(--laboix-white, #fff);
}

.product__item__btn a:nth-child(1) {
  -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}

.product__item__btn a:nth-child(2) {
  -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}

.product__item__btn a+a {
  margin-top: 10px;
}

.product__item:hover .product__item__img img {
  transform: scale(1.05);
}

.product__item:hover .product__item__btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.product__item__content {
  position: relative;
  text-align: center;
  padding: 20px 20px 40px 20px;
}

.product__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--laboix-secondary, #2a5c34);
  letter-spacing: 4.5px;
  margin-bottom: 25px;
}

.product__item__title {
  margin: 0;
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 10px;
}

.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.product__item__title a:hover {
  background-size: 100% 1px;
}

.product__item__title a:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.product__item__price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--laboix-text, #6A6A6A);
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 10px;
}

.product__item__price del {
  margin-left: 7px;
}

.product__item__link {
  color: var(--laboix-white, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 185.714%;
  padding: 7px 32px;
  text-transform: none;
}

.product-one {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .product-one {
    padding: 80px 0;
  }
}

.product-one--home {
  position: relative;
  padding: 0 0 90px;
}

@media (max-width: 767px) {
  .product-one--home {
    padding-bottom: 50px;
  }
}

.product-one--home .sec-title {
  text-align: center;
}

.product-one--home .product__item {
  margin-bottom: 30px;
}

.product-one__carousel .owl-nav {
  display: none !important;
}

/*--------------------------------------------------------------
# Shop details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 991px) {
  .product-details {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .product-details {
    padding: 80px 0;
  }
}

.product-details__img {
  background-color: var(--laboix-white, #fff);
  position: relative;
  border: 1px solid var(--laboix-border-color, #DBDBDB);
  max-width: 570px;
  height: auto;
}

.product-details__img img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.product-details__content {
  position: relative;
  margin-top: -10px;
}

@media (max-width: 991px) {
  .product-details__content {
    margin-top: 50px;
  }
}

.product-details__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.product-details__title {
  margin-top: 5px;
  font-size: 25px;
  color: var(--laboix-base, #021936);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 768px) {
  .product-details__title {
    font-size: 30px;
  }
}

.product-details__price {
  margin: 0 0 0 17px;
  color: var(--laboix-secondary, #2a5c34);
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 2.5px;
  font-size: 17px;
  color: var(--laboix-secondary, #2a5c34);
}

.product-details__review a {
  display: inline-block;
  margin-left: 20px;
  transition: all 500ms ease;
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}

.product-details__review a:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.product-details__divider {
  width: 100%;
  height: 1px;
  background-color: var(--laboix-border-color, #DBDBDB);
  margin: 32px 0 20px 0;
}

.product-details__excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
}

.product-details__excerpt-text1 {
  margin: 0 0 17px;
  max-width: 514px;
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.product-details__excerpt-text2 {
  color: var(--laboix-text, #6A6A6A);
  margin-bottom: 37px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 767px) {
  .product-details__excerpt-text2 br {
    display: block;
  }
}

.product-details__excerpt-text2 span {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  color: var(--laboix-secondary, #2a5c34);
}

.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
}

.product-details__quantity-title {
  margin: 0;
  margin-right: 35px;
  font-weight: bold;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.product-details__quantity .quantity-box {
  position: relative;
  width: auto;
  height: 46px;
  display: flex;
}

.product-details__quantity .quantity-box input {
  width: 45px;
  height: 46px;
  border: 1px solid var(--laboix-border-color, #DBDBDB);
  appearance: textfield;
  color: var(--laboix-base, #021936);
  padding-left: 15px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
}

.product-details__quantity .quantity-box button {
  width: 45px;
  height: auto;
  color: var(--laboix-text, #6A6A6A);
  font-size: 12px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
}

.product-details__quantity .quantity-box button:hover,
.product-details__quantity .quantity-box button:focus,
.product-details__quantity .quantity-box button:active {
  background: var(--laboix-secondary, #2a5c34);
  color: var(--laboix-white, #fff);
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid var(--laboix-border-color, #DBDBDB);
  border-left: 1px solid var(--laboix-border-color, #DBDBDB);
  border-bottom: 1px solid var(--laboix-border-color, #DBDBDB);
}

.product-details__quantity .quantity-box button.add {
  border-top: 1px solid var(--laboix-border-color, #DBDBDB);
  border-right: 1px solid var(--laboix-border-color, #DBDBDB);
  border-bottom: 1px solid var(--laboix-border-color, #DBDBDB);
}

.product-details__quantity .quantity-box button:hover {
  color: var(--laboix-white, #fff);
}

.product-details__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0px 0;
}

.product-details__buttons a {
  color: var(--laboix-white, #fff);
}

@media (max-width: 768px) {
  .product-details__buttons a {
    padding: 16.55px 35px;
  }
}

.product-details__buttons a:hover {
  color: var(--laboix-white, #fff);
}

.product-details__socials {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
  margin-top: 40px;
}

.product-details__socials__title {
  display: flex;
  margin-bottom: 0;
  color: var(--laboix-base, #021936);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 768px) {
  .product-details__socials__title {
    flex: 0 0 auto;
  }
}

.product-details__socials__item {
  display: flex;
  gap: 20px;
}

.product-details__socials__item a {
  display: inline;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--laboix-border-color, #DBDBDB);
  font-size: 12px;
  color: var(--laboix-base, #021936);
  transition: all 500ms ease;
  border-radius: 50%;
}

.product-details__socials__item a:hover {
  background-color: var(--laboix-base, #021936);
  color: var(--laboix-white, #fff);
}

.product-details__description {
  position: relative;
  margin: 50px 0 0;
}

@media (min-width: 768px) {
  .product-details__description {
    margin: 72px 0 0;
  }
}

.product-details__description__title {
  margin-bottom: 22px;
  color: var(--laboix-base, #021936);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.product-details__description__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.product-details__description__lists {
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 0;
}

.product-details__description__lists li {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: var(--laboix-base, #021936);
}

.product-details__description__lists li i {
  color: var(--laboix-secondary, #2a5c34);
  margin-right: 5px;
}

.product-details__comment {
  border-top: 1px solid var(--laboix-border-color, #DBDBDB);
  margin: 30px 0 0;
  padding: 30px 0 0;
  position: relative;
}

@media (min-width: 768px) {
  .product-details__comment {
    margin: 44px 0 0;
    padding: 43px 0 0;
  }
}

.product-details__review-title {
  margin-bottom: 22px;
  color: var(--laboix-base, #021936);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.product-details__comment-box {
  position: relative;
  padding: 11px 0 52px 200px;
  margin-bottom: 45px;
  min-height: 166px;
  border-bottom: 1px solid var(--laboix-border-color, #DBDBDB);
}

@media (max-width: 767px) {
  .product-details__comment-box {
    padding-left: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.product-details__comment-box__thumb {
  width: 168px;
  height: 168px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 0;
  border: none;
}

@media (max-width: 767px) {
  .product-details__comment-box__thumb {
    position: relative;
    margin: 0 0 20px;
  }
}

.product-details__comment-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.product-details__comment-box__meta {
  margin: 0 0 20px;
  color: var(--laboix-base, #021936);
  font-size: 24px;
  font-weight: 700;
  line-height: 108.333%;
}

.product-details__comment-box__date {
  margin-left: 20px;
  display: inline-block;
  text-transform: inherit;
  color: var(--laboix-secondary, #2a5c34);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  letter-spacing: 1.6px;
}

.product-details__comment-box__text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.product-details__comment-box__ratings {
  position: absolute;
  right: 0;
  top: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-size: 17px;
  color: var(--laboix-secondary, #2a5c34);
}

@media (max-width: 767px) {
  .product-details__comment-box__ratings {
    position: relative;
    top: 0;
    margin: 0 0 22px;
  }
}

.product-details__form {
  position: relative;
}

.product-details__form .row {
  --bs-gutter-x: 20px;
}

.product-details__form-title {
  font-size: 30px;
  margin-bottom: 18px;
  font-weight: bold;
  color: var(--laboix-base, #021936);
}

.product-details__form-ratings {
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 25px;
  color: var(--laboix-secondary, #2a5c34);
  margin: 0 0 40px;
}

.product-details__form-ratings i {
  color: var(--laboix-secondary, #2a5c34);
}

.product-details__form-ratings__label {
  display: inline-block;
  letter-spacing: 0;
  color: var(--laboix-text, #6A6A6A);
  margin: 0 17px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.product-details__form__form {
  margin-top: 0;
}

.product-details__form__form .form-one__control input,
.product-details__form__form .form-one__control textarea {
  background: var(--laboix-border-color2, #F3F3F3);
}

.product-details__form__form .form-one__control input::placeholder,
.product-details__form__form .form-one__control textarea::placeholder {
  color: var(--laboix-text, #6A6A6A);
}

.product-details__form__form .laboix-btn {
  padding: 19px 40.55px;
}

.product-details__form__form .laboix-btn:hover {
  color: var(--laboix-white, #fff);
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  padding: 120px 0;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .cart-page {
    padding: 80px 0;
    padding-top: 60px;
  }
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}

.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 60px;
}

@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}

.cart-page__table thead tr th {
  padding: 0 0 13px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--laboix-border-color, #DBDBDB) !important;
  box-shadow: none;
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 700;
  line-height: 235%;
}

.cart-page__table thead tr th:last-child {
  text-align: right;
}

.cart-page__table tbody tr td {
  vertical-align: middle;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 1px solid var(--laboix-border-color, #DBDBDB);
  border-bottom: 1px solid var(--laboix-border-color, #DBDBDB);
  padding: 30px 0;
  letter-spacing: 0;
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 500;
  line-height: 235%;
}

.cart-page__table tbody tr td:last-child {
  text-align: right;
}

.cart-page__table__meta {
  display: flex;
  align-items: center;
}

.cart-page__table__meta-img {
  width: 109px;
  height: 107px;
  background-color: var(--laboix-white, #fff);
  border: 1px solid var(--laboix-border-color, #DBDBDB);
  margin-right: 34px;
}

.cart-page__table__meta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.cart-page__table__meta-title {
  margin: 0;
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 700;
  line-height: 235%;
}

.cart-page__table__meta-title a {
  color: inherit;
}

.cart-page__table__meta-title a:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.cart-page__table__remove {
  display: block;
  color: var(--laboix-black, #000);
  font-size: 16px;
}

.cart-page__table__remove:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.cart-page__coupone-form {
  position: relative;
  display: flex;
  gap: 20px;
}

@media (max-width: 767px) {
  .cart-page__coupone-form {
    display: block;
  }
}

.cart-page__coupone-form input[type=text] {
  height: 56px;
  width: 303px;
  border: none;
  background-color: var(--laboix-border-color2, #F3F3F3);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--laboix-text, #6A6A6A);
  font-family: var(--laboix-font, "Lexend", sans-serif);
  display: block;
  font-weight: 500;
}

.cart-page__coupone-form input[type=text]::placeholder {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
}

@media (max-width: 1199px) {
  .cart-page__coupone-form input[type=text] {
    width: 290px;
  }
}

@media (max-width: 767px) {
  .cart-page__coupone-form input[type=text] {
    width: 100%;
    margin: 0 0 10px;
  }
}

.cart-page__cart-total {
  position: relative;
  text-align: right;
  margin: -8px 0 24px;
  padding: 0;
}

@media (max-width: 991px) {
  .cart-page__cart-total {
    text-align: start;
    margin-top: 45px;
  }
}

.cart-page__cart-total li {
  display: block;
  margin: 0 0 0px;
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 700;
  line-height: 220%;
}

@media (max-width: 991px) {
  .cart-page__cart-total li span {
    display: inline-block;
    min-width: 172px;
  }
}

.cart-page__cart-total-amount {
  display: inline-block;
  min-width: 172px;
  color: var(--laboix-text, #6A6A6A);
  font-size: 20px;
  font-weight: 500;
  line-height: 220%;
}

.cart-page__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 991px) {
  .cart-page__buttons {
    justify-content: flex-start;
  }
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  padding: 120px 0;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .checkout-page {
    padding: 100px 0;
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .checkout-page {
    padding: 80px 0;
    padding-top: 60px;
  }
}

.checkout-page .bs-gutter-x-20 {
  --bs-gutter-x: 20px;
}

.checkout-page__notice {
  max-width: 570px;
  margin: 0 0 35px;
  padding: 34px 50px;
  background: var(--laboix-border-color2, #F3F3F3);
  color: var(--laboix-base, #021936);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.checkout-page__notice a {
  color: var(--laboix-secondary, #2a5c34);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.checkout-page__notice a:hover {
  background-size: 100% 1px;
}

.checkout-page__billing-address {
  position: relative;
}

.checkout-page__billing-address__title {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 34px;
}

@media (max-width: 767px) {
  .checkout-page__billing-address__title {
    font-size: 28px;
  }
}

.checkout-page__shipping-address {
  position: relative;
}

@media (max-width: 991px) {
  .checkout-page__shipping-address {
    margin: 50px 0 0;
  }
}

.checkout-page__shipping-address__title {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 34px;
  letter-spacing: -1.2px;
}

@media (max-width: 767px) {
  .checkout-page__shipping-address__title {
    font-size: 28px;
  }
}

.checkout-page__input-box {
  position: relative;
  line-height: 1;
  margin: 0 0 20px;
}

.checkout-page__input-box input[type=text],
.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel],
.checkout-page__input-box textarea {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--laboix-border-color2, #F3F3F3);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  display: block;
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.checkout-page__input-box input[type=text]::placeholder,
.checkout-page__input-box input[type=email]::placeholder,
.checkout-page__input-box input[type=tel]::placeholder,
.checkout-page__input-box textarea::placeholder {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.checkout-page__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--laboix-font, "Lexend", sans-serif);
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 58px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--laboix-border-color, #DBDBDB) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--laboix-text, #6A6A6A) !important;
  font-size: 14px;
  line-height: 58px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 12px;
  color: var(--laboix-text, #6A6A6A);
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--laboix-border-color, #DBDBDB);
}

.checkout-page__input-box .bootstrap-select .dropdown-menu {
  border: none;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li>a {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  color: var(--laboix-text, #6A6A6A);
  background-color: var(--laboix-border-color, #DBDBDB);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li:hover>a,
.checkout-page__input-box .bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--laboix-base, #021936);
  color: var(--laboix-white, #fff);
  border-color: var(--laboix-base, #021936);
}

.checkout-page__input-box textarea {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  height: 176px;
  width: 100%;
  background-color: var(--laboix-border-color2, #F3F3F3);
  padding: 20px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
}

.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}

.checkout-page__check-box input[type=checkbox] {
  display: none;
}

.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--laboix-text, #6A6A6A);
  font-size: 15px;
  line-height: 24px;
  text-transform: none;
  cursor: pointer;
}

.checkout-page__check-box label span:before {
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 20px;
  display: inline-block;
  color: var(--laboix-white, #fff);
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 8px;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.checkout-page__check-box input[type=checkbox]+label span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  background-color: var(--laboix-base, #021936);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page__check-box input[type=checkbox]:checked+label span:before {
  opacity: 1;
}

.checkout-page__details {
  margin-top: 25px;
  margin-bottom: 80px;
}

.checkout-page__details__title {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
}

.checkout-page__details__check-box input[type=checkbox] {
  display: none;
}

.checkout-page__details__check-box label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: var(--laboix-text, #6A6A6A);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.checkout-page__details__check-box label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: var(--laboix-secondary, #2a5c34);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  transition: all 300ms ease;
}

.checkout-page__details__check-box label span::before {
  content: "\f00c";
  color: var(--laboix-white, #fff);
  position: absolute;
  top: 4px;
  left: 6px;
  line-height: 15px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.checkout-page__details__check-box input[type=checkbox]:checked+label span:before {
  opacity: 1;
}

.checkout-page__your-order {
  position: relative;
  margin: 32px 0 0;
}

.checkout-page__your-order__title {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
}

@media (max-width: 767px) {
  .checkout-page__your-order__title {
    font-size: 28px;
  }
}

.checkout-page__your-order .nionx-btn {
  padding: 19px 38px;
}

.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}

.checkout-page__order-table thead tr th {
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 235%;
  margin: 0;
  padding: 15.5px 0;
  border: none;
  border-top: 1px solid var(--laboix-border-color, #DBDBDB);
  border-bottom: 1px solid var(--laboix-border-color, #DBDBDB);
  font-weight: bold;
}

.checkout-page__order-table thead tr th:last-child {
  text-align: right;
}

.checkout-page__order-table tbody tr td {
  color: var(--laboix-base, #021936);
  font-family: var(--laboix-heading-font, "Lexend", sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 0 0 24px;
  border: none;
}

.checkout-page__order-table tbody tr td:last-child {
  text-align: right;
}

.checkout-page__order-table .pro__price {
  color: var(--laboix-text, #6A6A6A);
  font-weight: 500;
}

.checkout-page__order-table tbody tr:first-child td {
  padding-top: 25px;
}

.checkout-page__order-table tbody tr:last-child td {
  padding-bottom: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--laboix-border-color, #DBDBDB);
}

.checkout-page__order-table tbody tr:last-child td.pro__price {
  color: var(--laboix-base, #021936);
  font-weight: 700;
}

.checkout-page__payment {
  background-color: var(--laboix-border-color2, #F3F3F3);
  padding: 40px 45px 17px;
  min-height: 295px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .checkout-page__payment {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .checkout-page__payment {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.checkout-page__payment__item {
  position: relative;
}

.checkout-page__payment__title {
  display: flex;
  font-size: 20px;
  margin: 0;
  align-items: center;
  margin-bottom: 28px;
  cursor: pointer;
  font-weight: 700;
}

.checkout-page__payment__title::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: var(--laboix-white, #fff);
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  position: relative;
  top: 1px;
  transition: all 500ms ease;
}

.checkout-page__payment__title img {
  margin-left: 15px;
}

.checkout-page__payment__item--active .checkout-page__payment__title::before {
  background-color: var(--laboix-secondary, #2a5c34);
  border-color: var(--laboix-secondary, #2a5c34);
  content: "\f00c";
  color: var(--laboix-white, #fff);
}

.checkout-page__payment__content {
  margin-left: 35px;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 30px;
}
