/*
Theme Name: DukeBKilln
Author: ImagineStudio
Author URI: https://imaginestudio.me/
Description: This is a custom e-commerce theme developed for DukeKilln by ImagineStudio.
Version: 2.0
Text Domain: DukeKilln
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* PHP */

/* Fonts */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/Montserrat-Bold.woff2");
}

::-webkit-scrollbar {
  display: none;
}

:root {
  --footer-gap: 2rem;
  --sGap: 0.1rem;
  --xxxsFont: 0.6rem;
  --xxsFont: 0.7rem;
  --xsFont: 0.8rem;
  --smFont: 0.9rem;
  --smdFont: 1.1rem;
  --mdFont: 1.5rem;
  --bgFont: 1.8rem;
  --lgFont: 3rem;
  --pill: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  text-transform: uppercase;
  font-weight: 600;
}

.bg-#161616 {
  background-color: #161616 !important;
}

a {
  text-decoration: none;
}

p {
  font-size: 14px;
}

/* General */

.g-container {
  padding: 0rem 4rem;
  width: 100%;
}

body {
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-weight: 400;
  color: #161616 ;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.xs-bottom-space {
  margin-bottom: 20px;
}

.z-prime {
  z-index: 999999 !important;
}

.custom-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; /* Adjust the gap as needed */
}

.product-main-image,
.product-gallery {
  width: 100%; /* Ensure images take up full width within each grid item */
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled {
  display: block;
  text-align: center;
  background-color: #161616;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding: 20px 45px;
  border: none;
  border-radius: 0px;
  transition: 0.3s ease;
  width: 100%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt {
  display: block;
  text-align: center;
  background-color: #161616;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding: 20px 45px;
  border: none;
  border-radius: 0px;
  transition: 0.3s ease;
  width: 100%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button {
  display: block;
  text-align: center;
  background-color: #161616;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding: 20px 45px;
  border: none;
  border-radius: 0px;
  transition: 0.3s ease;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #161616;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding: 17px 45px;
  border: none;
  border-radius: 0px;
  transition: 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt {
  width: 100%;
  text-align: center;
  background-color: #161616;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding: 13px 45px;
  border: none;
  border-radius: 0px;
  transition: 0.3s ease;
}

:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.woocommerce form.checkout_coupon p button {
  width: 100%;
  background-color: #161616;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding: 13px 45px;
  border: none;
  border-radius: 0px;
  transition: 0.3s ease;
}

.woocommerce form.checkout_coupon p button:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button {
  margin: 20px 0px;
  background-color: #161616;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding: 13px 45px;
  border: none;
  border-radius: 0px;
  transition: 0.3s ease;
  width: 100%;
  text-align: center;
}

:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button {
  background-color: #161616;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding: 13px 45px;
  border: none;
  border-radius: 0px;
  transition: 0.3s ease;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.dark-btn {
  background-color: #161616;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding: 13px 45px;
  border: none;
  border-radius: 0px;
  transition: 0.3s ease;
  font-weight: 600;
}

.dark-btn:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.grey-btn {
  background-color: #e7e7e7;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 13px;
  text-transform: uppercase;
  color: #444444;
  padding: 3px 45px;
  border: none;
  border-radius: 50px;
  transition: 0.3s ease;
}

.grey-btn:hover {
  background-color: #444444;
  color: #e7e7e7e7;
  transition: 0.3s ease;
}

.light-btn {
  background-color: white;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 13px;
  text-transform: uppercase;
  color: #161616;
  padding: 13px 45px;
  border: none;
  border-radius: 50px;
  transition: 0.3s ease;
}

.light-btn:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.spacer {
  height: 10vh;
}

/*////// BODY STYLING STARTS///*/

.before-hero {
  padding: 50px 0px;
  background-color: #161616;
  color: white;
  display: flex;
  align-items: center;
}


.hero-media {
  overflow: hidden;
}
.hero-img,
.hero-video {
  width: 100%;
  height: 100%;
}

.hero-img-block::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, transparent 0, #00000033 90.28%);
  opacity: 0.9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.desktop-hero-img {
  display: block;
}

.mobile-view {
  display: none;
}

.desktop-view {
  display: block;
}

.mobile-hero-img {
  display: none;
}

.before-hero h2 {
  margin-top: -15px;
}

.hero {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-img {
  position: absolute;
  height: 100% !important;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  color: transparent;
}

.hero-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

/*/ //// SLICK CAROUSEL //*/

.slick-prev,
.slick-next {
  background-color: #161616 !important;
  color: white !important;
}

.product-item img {
  width: 100%;
  height: auto;
}

.slick-track {
  display: flex;
  gap: 10px;
}

.custom-prev-button {
  background-color: #e5e5e5;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.custom-prev-button:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.custom-prev-button i {
  color: #161616;
  font-size: 23px;
  transition: 0.3s ease;
}

.custom-prev-button i:hover {
  color: white;
  transition: 0.3s ease;
}

.custom-next-button {
  background-color: #e5e5e5;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.custom-next-button:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.custom-next-button i {
  color: #161616;
  font-size: 23px;
  transition: 0.3s ease;
}

.custom-next-button i:hover {
  color: white;
  transition: 0.3s ease;
}

.custom-carousel-buttons {
  display: flex;
  gap: 16px;
  flex-direction: row;
}
.best-prev-button {
  background-color: #e5e5e5;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.best-prev-button:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.best-prev-button i {
  color: #161616;
  font-size: 23px;
  transition: 0.3s ease;
}

.best-prev-button i:hover {
  color: white;
  transition: 0.3s ease;
}

.best-next-button {
  background-color: #e5e5e5;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.best-next-button:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.best-next-button i {
  color: #161616;
  font-size: 23px;
  transition: 0.3s ease;
}

.best-next-button i:hover {
  color: white;
  transition: 0.3s ease;
}

.best-carousel-buttons {
  display: flex;
  gap: 16px;
  flex-direction: row;
}

.gear-prev-button {
  background-color: #e5e5e5;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.gear-prev-button:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.gear-prev-button i {
  color: #161616;
  font-size: 23px;
  transition: 0.3s ease;
}

.gear-prev-button i:hover {
  color: white;
  transition: 0.3s ease;
}

.gear-next-button {
  background-color: #e5e5e5;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.gear-next-button:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

.gear-next-button i {
  color: #161616;
  font-size: 23px;
  transition: 0.3s ease;
}

.gear-next-button i:hover {
  color: white;
  transition: 0.3s ease;
}

.gear-carousel-buttons {
  display: flex;
  gap: 16px;
  flex-direction: row;
}

.product-slide-title {
  margin-top: 5px !important;
  color: #1b1b1b;
  font-size: 14px;
}

.product-slide-price {
  color: #1b1b1b;
  font-size: 14px;
}

.cat-container {
  padding-left: 50px;
  padding-bottom: 50px;
  padding-top: 500px;
  background-color: grey !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 !important;
  border: 0 !important;
}

/*// FOOTER STYLE ///*/

.footer {
  margin-top: 100px;
  width: 100%;
  background-color: #101010;
}

.top-footer-row {
  padding-top: 50px;
  padding-bottom: 0;
}

.footer-mid-col {
  display: flex;
  justify-content: center;
}

.footer-last-col {
  display: flex;
  justify-content: flex-end;
}

.footer-link {
  list-style: none;
  color: #b4b4b4;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  transition: 0.3s ease;
}

.footer-link:hover {
  color: grey;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: 0.3s ease;
}

.grey-rule {
  border-top: 1px solid #b4b4b4;
}

.islogo {
  display: flex;
  justify-content: flex-end;
}

.footer-ul {
  padding-left: 0px !important;
}

.copyright {
  color: #b4b4b4;
  font-size: 12px;
}

/*///// SINGLE PRODUCT ////*/

.custom-product-wrapper {
  padding: 50px 0px;
}

.product-img-data {
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-image img {
  width: 100%;
  height: auto;
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.delivered-inner-content {
  background-color: #f5f5f5;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.delivered-to-your-door-container {
  margin-top: 30px;
}

.delivered-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: center;
}

.delivered-row i {
  font-size: 25px;
}

.delivered-row p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #161616;
}

.product-description {
  padding: 35px 0px;
}

.my-accordion-item {
  border-left: none;
  border-right: none;
  border-radius: 0px;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-header button {
  margin-bottom: 0;
  text-transform: uppercase;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.accordion-body {
  font-size: 14px;
  color: #161616;
}

.my-accordion{
  font-weight: 600;
}

.my-accordion:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0px;
  box-shadow: none;
  border-radius: 0px;
}

.accordion-button:not(.collapsed) {
  color: #161616 !important;
  background-color: transparent !important;
}

.single-product-price {
  padding: 10px 0px;
  margin-bottom: 10px;
}

.single-product-price span bdi {
  font-size: 14px;
  font-weight: 500;
}

.my-btn-icon {
  margin-right: 10px;
  font-size: 14px;
}

.woocommerce-variation-add-to-cart .quantity {
  display: none;
}

.variations tbody tr {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 6px 0px;
}

.variations tbody tr th {
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.variations {
  width: 100%;
}

.cfvsw-swatches-container {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
  display: grid !important;
  padding: 0 !important;
}

.reset_variations {
  display: none !important;
}

.cfvsw-label-stacked table.variations th {
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 12px;
  text-transform: uppercase;
}

.variations_form table {
  margin: 20px 0px;
}

.woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}

.woocommerce-variation-price {
  margin-bottom: 20px;
}

.woocommerce-message {
  display: none;
}

/* Custom CSS to adjust Bootstrap Carousel thumbnail size */
.single-product-carousel img {
  width: 100%;
  height: auto;
}

/*///// cart page ////////*/

.woocommerce-mini-cart__empty-message {
  text-align: center;
}

.woocommerce-cart-form__cart-item .product-thumbnail {
  width: 100%;
}

.product-thumbnail > a > img {
  height: auto;
  max-width: 70%;
  border-radius: 10px;
  overflow: hidden;
}

.my-cart-title > a {
  color: #161616;
  font-size: 14px;
}

.my-cart-title .variation {
  color: grey;
  font-size: 14px;
  padding: 3px 0px;
}

.my-cart-title > dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0px;
}

.my-cart-title dl dd {
  margin: 0px;
}
.my-cart-title dl dd p {
  margin: 0px 0px 0px 8px;
  padding: 0px;
  line-height: 0px;
}

.woocommerce a.remove {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #736e6e !important;
  text-decoration: none;
  background-color: #f5f5f5;
  padding: 4px;
  font-weight: 700 !important;
  border: 0;
  transition: 0.3s ease;
}

.woocommerce a.remove:hover {
  background-color: rgb(50, 50, 50);
  transition: 0.3s ease;
  fill: white;
}

.my-coupon-input-text {
  font-size: 14px;
  width: 100%;
  padding: 12px;
  border: 1px solid #dee2e6;
  border-radius: 0px;
}

.my-coupon-input-text:focus-visible {
  border: 1.5px solid #161616 !important;
  outline: none;
}

.cart-collaterals .cart_totals {
  width: 100% !important;
}

.cart-collaterals .cart_totals h2 {
  font-size: 25px;
}

.woocommerce table.shop_table {
  border-radius: 0px !important;
}

.cart_totals table tbody {
  font-size: 14px;
  color: #444444;
}

.cart_totals table tbody td {
  text-align: right;
}

.cart_totals table {
  background-color: #f5f5f5;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper p span .input-text {
  font-size: 14px;
  padding: 15px 10px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  transition: 0.3s ease;
}

input:focus {
  border: 2px solid #1b1b1b !important;
  transition: 0.3s ease !important;
  outline: none !important;
}

input:focus-visible {
  border: 2px solid #1b1b1b !important;
  transition: 0.3s ease !important;
  outline: none !important;
}

.woocommerce-billing-fields h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  padding: 15px 10px;
  align-items: center;
  border-radius: 0px !important;
  border: 1px solid #d9d9d9 !important;
  cursor: pointer;
  display: block;
  height: fit-content !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 16px !important;
  right: 1px;
  width: 20px;
}

.woocommerce-checkout-review-order-table {
  border: none !important;
  font-size: 14px;
  color: #444444;
  background-color: #f5f5f5;
  margin-bottom: 0px !important;
  padding: 1rem 0rem;
}

.woocommerce-checkout-review-order-table thead .product-total {
  text-align: right;
}

.woocommerce-checkout-review-order-table tbody tr .product-total {
  text-align: right;
}

.woocommerce-checkout-review-order-table tfoot tr td {
  text-align: right;
}

.product-name strong {
  display: none;
}
.product-name #text {
  display: none;
}

.product-name > dl {
  display: none;
}

.product-checkout-details {
  display: inline-block;
}

.woocommerce-checkout-review-order-table tbody tr .product-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.woocommerce-checkout-review-order-table
  tbody
  tr
  .product-name
  .product-thumbnail {
  width: 20%;
  border-radius: 7px;
  overflow: hidden;
}

.woocommerce-checkout-review-order-table tbody tr td {
  border-top: none !important;
}

.woocommerce-checkout #payment {
  background: #f5f5f5;
  border-radius: 0px !important;
  font-size: 14px;
  padding: 1rem;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none;
}

.woocommerce-info {
  font-size: 14px;
  border-top-color: #444444;
  text-align: center;
  width: 100%;
  margin: 0px !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 2em;
}

.showcoupon {
  text-decoration: none;
  color: #1b1b1b;
  font-weight: 500;
}

.lost_password a {
  text-decoration: none;
  color: #1b1b1b;
  font-weight: 500;
}

.showlogin {
  text-decoration: none;
  color: #1b1b1b;
  font-weight: 500;
}

.coupon-accordion {
  margin-top: 40px;
}

.woocommerce form.checkout_coupon {
  background-color: #f5f5f5;
  border: none;
  padding: 20px;
  margin: 0px;
  border-radius: 0px;
  font-size: 14px;
  text-align: center;
}

.woocommerce form.checkout_coupon p {
  width: 100%;
}

.woocommerce form.checkout_coupon p input {
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 9px;
}

.checkout-accordion {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.checkout-accordion-container {
  margin-bottom: 40px;
}

.woocommerce-checkout-review-order-table thead {
  display: none;
  border: none !important;
}

.checkout-sum-icon {
  margin-right: 7px;
  font-size: 23px;
}

.show-order-text {
  margin-right: 7px;
  line-height: 0px;
}

.checkout-order-total-container {
  margin-right: 7px;
  line-height: 0px;
}

.my-checkout-coupon-container
  .woocommerce-form-coupon-toggle
  .woocommerce-info {
  display: none;
  margin-bottom: 0px;
}

.woocommerce form.checkout_coupon p:first-child {
  display: none !important;
}

.woocommerce-order-received {
  color: #444444 !important;
  font-size: 14px;
}

.woocommerce-order-received h2 {
  font-size: 20px;
}

.woocommerce-order-received a {
  color: #161616;
  text-decoration: underline;
}

.woocommerce-order-received .woocommerce-order-details {
  margin: 40px 0px;
}

.woocommerce-order-received .woocommerce-order-details table {
  background-color: #f5f5f5;
  border: none;
}

.woocommerce-order-received .woocommerce-column--billing-address {
  margin-bottom: 40px;
}

.woocommerce-order-received .woocommerce-column--billing-address address {
  border-radius: 0px;
  background-color: #f5f5f5;
  border: none;
}

.product-data-container {
  width: 100%;
}
.woocommerce-order-received .woocommerce-column--shipping-address address {
  border-radius: 0px;
  background-color: #f5f5f5;
  border: none;
}

.my-cart-container {
  margin-bottom: 50px;
}

/*/////////  My Account ////*/

.border-bottom {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 40px;
}
.my-account-menu-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px 0px;
  background-color: white;
  justify-content: center;
  align-items: center;
  grid-gap: 30px;
  overflow-x: auto;
}

.my-account-menu-link-container a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background-color: grey;
  padding: 8px 20px;
  border-radius: 50px;
  color: white;
  width: max-content;
  transition: 0.3s ease;
}
.my-account-menu-link-container a:hover {
  background-color: #161616;
  transition: 0.3s ease;
}

.my-account-menu-link-container a > i {
  font-size: 20px;
  margin-right: 5px;
}

.woocommerce ul.products li.product .price {
  color: #444444 !important;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-weight: 500;
  font-size: var(--xxsFont);
}

.shop-page-category-title {
  font-size: 15px;
  color: #777777;
  padding-top: 0px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}

.wc-proceed-to-checkout a {
  padding: 24px 0px !important;
}
.wc-proceed-to-checkout a:hover {
  padding: 24px 0px !important;
}

.account-orders-table {
  border: none !important;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #444444;
}

.account-orders-table a {
  text-decoration: underline;
  color: #444444;
}

.woocommerce-orders-table__cell-order-actions::before {
  display: none;
}

.woocommerce-account .woocommerce-address-fields input {
  font-size: 14px;
  padding: 15px 10px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  transition: 0.3s ease;
}
.woocommerce-EditAccountForm input {
  font-size: 14px;
  padding: 15px 10px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  transition: 0.3s ease;
}

.woocommerce-EditAccountForm fieldset {
  margin-top: 40px;
}

.woocommerce-account button {
  margin: 20px 0px !important;
  background-color: #161616 !important;
  font-family: "Poppins", Arial, Helvetica, "sans-serif" !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  color: white !important;
  padding: 13px 45px !important;
  border: none !important;
  border-radius: 50px !important;
  transition: 0.3s ease !important;
  width: 100% !important;
  text-align: center !important;
}

.woocommerce-account button:hover {
  background-color: grey !important;
  color: white !important;
  transition: 0.3s ease !important;
}

.row-head {
  padding: 20px 15px;
  background-color: white;
}

.row-head h6 {
  margin: 0px;
  padding: 0px;
}

.row-desc {
  margin-bottom: 20px;
  font-size: 14px;
  color: #444444;
}

.not-found-text {
  font-size: 14px;
  color: #444444;
}

.not-found-icon {
  font-size: 17px;
  margin-right: 7px;
}

.mobile-shop-filter {
  display: none;
}

.my-mobile-filter-head-row {
  display: none;
}

/*///////  Mini Cart /////*/

.filter-head,
.filter-clear {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

.cart-icon-container {
  cursor: pointer;
  position: relative;
}

.cart-number {
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  background-color: #1b1b1b;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50px;
  font-size: 0.5rem;
  color: var(--color-primary);
  display: grid;
  place-content: center;
}

.woocommerce ul.products li.product a img {
  border-radius: 10px;
  /* margin-bottom: 0.2rem; */
}

.mini-cart-close-container i {
  font-size: 23px;
}

.my-mini-cart-edit {
  color: #1b1b1b;
  display: flex !important
;
  align-items: center;
  border-radius: 50px;
  font-size: 22px;
  position: absolute;
  right: 1rem;
}

.mini-cart-close-container {
  cursor: pointer;
}

.mobile-mini-cart-close {
  position: absolute;
  left: 1rem;
}

.mini-cart-head-row {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

.mini-cart-inner {
  overflow: scroll;
  color: #444444;
}

.mini-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
}

.mini-cart-head p {
  visibility: hidden;
}

.mini-cart-main-content {
  overflow: scroll;
}

.mini-cart-content {
  padding: 1rem 0px 0px 0px;
  border-left: 1px solid #e6e6e6;
  height: 100%;
  overflow: scroll;
}

.woocommerce-mini-cart__total {
  padding: 0rem 1rem;
}

.woocommerce-mini-cart {
  font-size: 14px;
}

.woocommerce-mini-cart a {
  color: #444444;
}

.woocommerce-mini-cart li {
  margin-bottom: 2rem !important;
  border-bottom: 1px solid #e6e6e6;
  padding: 0rem 1rem 0.7rem 1rem !important;
}

.mini-cart-item-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.mini-cart-item-col-1,
.mini-cart-item-col-2 {
  width: 50%;
}

.mini-cart-item-col-1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2px;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.9rem;
  padding-top: 0.7rem;
  border-top: 1px solid #e6e6e6 !important;
}

.mini-cart-item-col-1 dl {
  display: flex;
  gap: 0.5rem;
  border: 1px solid #e6e6e6 !important;
  border-radius: 50px;
  padding: 0.3rem !important;
  font-size: var(--xxsFont);
  font-weight: normal !important;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: normal !important;
}

.mini-cart-item-col-1 dl dt {
  padding: 0px !important;
  margin: 0px !important;
}

.mini-cart-item-col-1 dl dd {
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-weight: 500;
  padding: 0px !important;
  margin: 0px !important;
  font-size: var(--xxsFont);
}

.mini-cart-item-col-1 dl dd p {
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-weight: 500;
  padding: 0px !important;
  margin: 0px !important;
  font-size: var(--xxsFont);
}

.mini-cart-item-col-1 a {
  display: none !important;
}

.mini-cart-item-col-2 a {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.mini-cart-item-col-2 a img {
  width: 40% !important;
  border-radius: 0.3rem;
}

.my-mini-cart {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  transition: 0.3s ease;
}

.my-mini-cart-active {
  visibility: visible !important;
  transition: 0.3s ease;
}

.bottom-border {
  border-bottom: 1px solid #e6e6e6;
}

.mini-cart-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f5efe8;
  color: #1b1b1b;
  height: 90%;
  width: 100%;
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: 0.4s cubic-bezier(1, 0.49, 0, 0.98);
  overflow: hidden;
  border-radius: 1rem 1rem 0rem 0rem;
  border: 1px solid #e6e6e6;
}

.mini-cart-item-col-1,
.mini-cart-item-col-2 a {
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-weight: 500 !important;
  color: var(--color-secondary);
  font-size: var(--xxsFont);
}

.mini-cart-inner-active {
  transform: translateY(0%) !important;
  transition: 0.4s cubic-bezier(1, 0.49, 0, 0.98) !important;
}

.mini-cart-head-row {
  width: 100%;
  padding: 1rem 1rem;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.mini-cart-head-row h6 {
  font-size: var(--xsFont);
}

.mini-cart-footer-row {
  width: 100%;
  /* transform: translateY(100%);
  transition: 0.4s ease; */
}
.mini-cart-footer-row-active {
  /* transform: translateY(0%) !important;
  transition: 0.4s ease !important; */
}

.cart-product-container {
  padding: 2rem;
}

.woocommerce-mini-cart__buttons {
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 2rem 1rem;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  font-size: var(--xxsFont);
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-weight: 600;
}

.cat-gift-card {
  background-image: url(./img/giftcard.jpg);
  background-size: cover;
  background-position: center;
}

.cat-accessories {
  background-image: url(./img/accessories.jpg);
  background-size: cover;
  background-position: center;
}

/*//////// ACCOUNT PAGE /////*/

.my-account-container .woocommerce #customer_login {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.my-account-container .woocommerce #customer_login div {
  text-align: center;
}

.my-account-container .woocommerce #customer_login div form {
  text-align: center;
  font-size: 14px;
  color: #444444;
}

.my-account-container .woocommerce #customer_login div form a {
  color: #444444;
  text-decoration: underline;
}

.my-account-container .woocommerce #customer_login div form .required {
  display: none !important;
}

.my-account-container .woocommerce #customer_login div form input {
  font-size: 14px;
  padding: 15px 10px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  transition: 0.3s ease;
}

.my-custom-wrapper form input {
  font-size: 14px;
  padding: 15px 10px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  transition: 0.3s ease;
}

.my-custom-wrapper {
  color: #444444;
  font-size: 14px;
}

.my-custom-wrapper form .form-row {
  width: 100%;
}

:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button {
  background-color: #161616;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding: 13px 45px;
  border: none;
  border-radius: 0px;
  transition: 0.3s ease;
  width: 100%;
}

:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
}

/*////////// Contact Us /////*/

.compass-container i {
  font-size: 70px;
}

.location-text a {
  color: #444444;
}

.sale-icon {
  margin-right: 10px;
  height: 25px;
  width: 25px;
  animation: animName 2s linear infinite;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.my-loop-title {
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-weight: 500;
  font-size: var(--xsFont) !important;
  color: #1b1b1b;
  padding: 0px !important;
}

.woocommerce span.onsale {
  top: 0 !important;
  left: 0 !important;
  margin: 0.5em !important;
  padding: 2px 6px !important;
  height: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 3px !important;
  background-color: #ffffff !important;
  color: #161616 !important;
  font-size: 10px !important;
  right: auto !important;
  min-height: 0 !important;
  min-width: 0 !important;
}

.div.woof_info_popup {
  display: none !important;
  opacity: 0% !important;
}

#woof_html_buffer {
  display: none !important;
  opacity: 0% !important;
}

.woof_submit_search_form_container {
  flex-direction: column;
  gap: 13px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #161616 !important;
}

.irs--round .irs-handle {
  border: 4px solid #161616 !important;
  box-shadow: 0 1px 3px rgba(19, 19, 19, 0.3) !important;
}

.irs--round .irs-bar {
  background-color: #161616 !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #161616 !important;
}

.switcher23-toggle:before {
  background: grey !important;
}

.switcher23:checked + .switcher23-toggle > span {
  background: #161616 !important;
}

.woof_redraw_zone {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.woof_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.woof_list_label li .woof_label_term:hover,
.woof_list_label li .woof_label_term.checked {
  background-color: #161616 !important;
  border-color: #161616 !important;
  color: #fff;
}

.woof_label_count {
  color: #161616 !important;
}

.chosen-container .chosen-results li.highlighted {
  background-color: grey !important;
  background-image: none !important;
  color: #fff;
}

.chosen-container-active .chosen-choices {
  border: 1px solid grey !important;
}

.carousel-indicators li::marker {
  font-size: 0px !important;
  color: #ffffff00;
}

.create-account p span .input-text {
  font-size: 14px;
  padding: 15px 10px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  transition: 0.3s ease;
}

.size-chart-btn {
  display: block;
  text-align: center;
  background-color: transparent;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-size: 13px;
  text-transform: uppercase;
  color: #161616;
  padding: 16px 45px;
  border: 1px solid #161616;
  border-radius: 50px;
  transition: 0.3s ease;
  width: 100%;
  margin-top: 10px;
}

.size-chart-btn:hover {
  background-color: grey;
  color: white;
  transition: 0.3s ease;
  border: 1px solid grey;
}

.size-chart-btn h6 {
  font-size: 13px;
  margin: 0px !important;
  padding: 0px !important;
}

/*//// SIZE CHART ///*/

.chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: white;
  z-index: 999999;
}

.sg-ctn0 {
  z-index: 999999999;
  overflow: hidden;
}

.sg-ctn1 {
  overflow-y: auto;
  z-index: 10001;
}

.sg-ctn1 .hidectn-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sg-ctn {
  z-index: 999999999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 95%;
}

.sg-ctn2 {
  position: relative;
  padding: 64px 20px 20px;
  background-color: #fff;
}

.sg-ctn > p {
  margin-top: 10px;
}

.sg-ctn .sg-title {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.sg-ctn .sg-close {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 16px;
  height: 16px;
  color: #999;
}

.sg-ctn .sg-close.iconfont {
  font-size: 14px;
  line-height: 16px;
}

.sg-ctn .sg-close:hover {
  cursor: pointer;
  color: #222;
}

.sg-ctn .sg-table {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.sg-ctn .sg-table tr td {
  padding: 10px 24px;
  transition: background-color 0.2s, color 0.2s;
}

.qView-wrap .sg-ctn .sg-table tr td,
.sg-ctn .sg-table.sg-table-shoe tr td {
  padding: 10px 14px;
}

.sg-ctn .sg-table tr.trhead {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #222;
  line-height: initial;
}

.sg-ctn .sg-table tr.border-bottom,
.sg-ctn .sg-table tr.cm-inch {
  font-size: 12px;
  color: #222;
  border: 1px solid #e5e5e5;
}

.sg-ctn .sg-table tr td:first-child {
  text-align: center;
  background-color: #f5f5f5;
  font-weight: 700;
}

.sg-ctn .sg-table.sg-table-shoe tr td:first-child {
  background-color: #fff;
}

.sg-ctn .sg-table.sg-table-shoe tr.trhead td {
  background-color: #f5f5f5;
}

.sg-ctn .sg-table.sg-table-shoe tr.trhead {
  font-weight: 400;
  background-color: #f5f5f5;
}

.sg-ctn .sg-table-wrap {
  display: table;
  margin: 0 auto;
  width: 100% !important;
}

.sg-ctn .units-opt span {
  margin-right: 20px;
}

.sg-ctn .units-opt .she-radioed {
  margin-right: 5px;
  vertical-align: top;
}

.sg-ctn .measure-guide {
  max-width: 500px;
}

.sg-ctn .shoe-measure-guide {
  position: relative;
  margin-top: 25px;
}

.sg-ctn .shoe-measure-txt {
  position: absolute;
  width: 250px;
}

.sg-ctn .measure-guide h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
}

.sg-ctn .sg-table tr:hover td,
.sg-ctn .sg-table.sg-table-shoe tr:hover td {
  background-color: #ccc;
}

.sg-ctn .sg-table tr:hover td:hover,
.sg-ctn table.sg-table.sg-table-shoe tr:hover td:hover {
  background-color: #222;
  color: #fff;
}

.sg-ctn .sg-table tr:hover td:hover ~ td {
  background-color: inherit;
}

.sg-ctn .sg-table tr:hover > td:nth-child(1),
.sg-ctn table.sg-table.sg-table-shoe tr:hover > td:nth-child(1) {
  background-color: #a1a1a1;
  color: #fff;
}

.sg-ctn .sg-table td.col-highlight {
  background-color: #ccc;
}

.sg-ctn .sg-table .trhead td.col-highlight,
.sg-ctn .sg-table.sg-table-shoe tr.trhead td.col-highlight {
  background-color: #a1a1a1;
  color: #fff;
}

.subtitle {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.no-sizechart {
  display: none;
  animation-name: noSizeChart;
  animation-duration: 0.3s;
}

@keyframes noSizeChart {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}

.size-chart-active {
  display: block;
  animation-name: SizeChartActive;
  animation-duration: 0s;
}

@keyframes SizeChartActive {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

/*/////////// Wishlist ////*/

.yith_wcwl_wishlist_footer {
  display: none;
}

.wishlist-title-with-form a {
  display: none !important;
}

.woocommerce .wishlist-title h2 {
  font-size: 14px;
  padding: 0px !important;
}

.wishlist_table {
  padding-left: 0px !important;
  color: #1b1b1b;
}

.wishlist_table li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 13px !important;
}

.wishlist_table li div {
  width: 50% !important;
}

.wishlist_table li .additional-info-wrapper {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: end;
}

.wishlist_table li div h3 {
  font-size: 12px;
  color: #1b1b1b;
}

.wishlist_table li div a {
  color: #1b1b1b;
}

.wishlist_table li div table {
  margin: 0px !important;
}

.wishlist_table li div table tbody tr td {
  padding: 0px !important;
}

.wishlist_table li div .product-add-to-cart {
  margin: 0px !important;
}

.wishlist_table li div .product-add-to-cart a {
  margin: 0px !important;
  text-decoration: underline;
  float: right;
}

.wishlist-items-wrapper a {
  color: #1b1b1b;
  text-decoration: underline;
}

.wishlist_table thead {
  display: none;
}

.paypal-button-row {
  margin-top: 10px !important;
}

/*////// 404 //////*/

.not-found-container {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-image: url(./img/loginhero.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.login-container {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-image: url(./img/loginhero.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
	margin-bottom: -100px;
}

.login-container a {
  color: #1b1b1b;
}

.login-form-container {
  background-color: white;
  padding: 50px;
  border-radius: 0;
  text-align: center;
}

.tab_content_login form > .input-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

.login-input {
  background-color: white !important;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  transition: 0.3s ease;
  border-radius: 0px;
}

.rememberme {
  margin-top: 10px;
}

.tabs_login li {
  display: inline-block;
  text-decoration: none;
  padding: 0 20px;
  text-align: center;
}

.tabs_login {
  padding-left: 0px !important;
}

.login-input:focus-within {
  outline: none !important;
  background-color: white !important;
  padding: 15px 20px;
  border: 1px solid #161616;
  transition: 0.3s ease;
}

.pagination {
  color: grey;
}

.pagination a {
  color: #161616;
}

.pagination-btn-next {
  margin-left: 20px !important;
}

.pagination-btn-prev {
  margin-right: 20px !important;
}

.cfvsw-swatches-option .cfvsw-swatch-inner {
  text-wrap: wrap !important;
  -webkit-text-wrap: wrap !important;
}

/* Product Image Loader */

.preloader-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%; /* Fallback to 100px if variable is not set */
  background: rgb(245, 245, 245);
  padding: 60px;
  color: #333;
  font-size: 16px;
  visibility: hidden;
  transition: visibility 0.3s ease-in-out; /* Initially hidden */
}

.woocommerce-loop-product__link {
  position: relative;
  display: block; /* Ensure links are block-level to contain absolute children properly */
}

.woocommerce-loop-product__link img {
  display: block; /* Makes sure the image takes up all available space */
  width: 100%;
  height: auto;
}

/* HTML: <div class="loader"></div> */
.main-loader {
  height: 2px;
  width: 50px;
  --c: no-repeat linear-gradient(#161616 0 0);
  background: var(--c), var(--c), rgb(169, 169, 169);
  background-size: 60% 100%;
  animation: l16 3s infinite;
}
@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}

.single-img-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Fallback to 100px if variable is not set */
  background: rgb(245, 245, 245);
  padding: 60px;
  color: #333;
  font-size: 16px;
  visibility: hidden;
  transition: visibility 0.3s ease-in-out; /* Initially hidden */
}

.single-main-loader {
  height: 2px;
  width: 50px;
  --c: no-repeat linear-gradient(#161616 0 0);
  background: var(--c), var(--c), rgb(169, 169, 169);
  background-size: 60% 100%;
  animation: sl 3s infinite;
}
@keyframes sl {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}

.d-gallery-container {
  position: relative;
  overflow: hidden;
}

/*Swiper*/

.product-item img {
  height: auto;
  width: 100%;
}
.swiper-wrapper {
  height: auto;
  transition: transform 0.5s ease-in-out;
}

.mySwiper {
  padding: 0rem 4rem;
  transition: transform 0.5s ease-in-out;
}

.bestSwiper {
  padding: 0rem 2rem;
  transition: transform 0.5s ease-in-out;
}

.swiper-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.swiper-img-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(245, 245, 245);
  padding: 60px;
  color: #333;
  font-size: 16px;
  visibility: hidden;
  transition: visibility 0.3s ease-in-out;
}

.swiper-main-loader {
  height: 2px;
  width: 50px;
  --c: no-repeat linear-gradient(#999999 0 0);
  background: var(--c), var(--c), #434343;
  background-size: 60% 100%;
  animation: preload-product 3s infinite;
}

@keyframes preload-product {
  0% {
    background-position: -150% 0, -150% 0;
  }

  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}

.best-selling-image-wrapper {
  margin-bottom: 9px !important;
}

.product-slide-title {
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-weight: 500;
  font-size: var(--xsFont);
}

.product-slide-category a {
  font-size: var(--xxsFont);
  pointer-events: none;
}

.product-slide-price {
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-weight: 500;
  font-size: var(--xxsFont);
}

.swipe-product-data p {
  margin: 0px;
}

.swipe-product-data {
  display: flex;
  flex-direction: column;
  gap: var(--sGap);
}

.product-gallery {
  position: relative;
}

.gallery-images {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.gallery-image {
  min-width: 100%;
  display: none;
}

.gallery-image.active {
  display: block;
}

.gallery-controls {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.gallery-arrow {
  background-color: #161616;
  height: 2rem;
  width: 2rem;
  color: white;
  padding: 5px;
  cursor: pointer;
  user-select: none;
  display: grid;
  place-content: center;
  border-radius: 50px;
}

.left-arrow {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.left-arrow-translate {
  transform: translateX(-150%) !important;
  transition: transform 0.3s ease-in-out;
}

.right-arrow {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.right-arrow-translate {
  transform: translateX(150%) !important;
  transition: transform 0.3s ease-in-out;
}

.swiper-image-wrapper:hover .gallery-controls {
  opacity: 1;
}

.swipe-product-variations {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: #161616;
  border-radius: 0.4rem;
  padding: 10px;
  transform: translateY(85%);
  transition: transform 0.3s ease-in-out;
  z-index: 20;
}

.swipe-product-variations-transition {
  transform: translateY(130%) !important;
  transition: transform 0.3s ease-in-out;
}

.swipe-product-variation-head {
  margin-bottom: 0.6rem;
  color: white;
}

.swipe-product-variation-head h6 {
  display: grid;
  place-content: center;
  font-size: var(--xxxsFont);
}

.swipe-product-variations ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.swipe-product-variations ul li {
  background-color: rgba(128, 128, 128, 0.421);
  color: rgb(173, 173, 173);
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: var(--xxsFont);
}

.swipe-product-variations:hover {
  transform: translateY(0%);
  transition: transform 0.3s ease-in-out;
}

.add-best-seller {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: var(--color-secondary);
  font-size: 1.3rem;
}

.view-all-link {
  color: #161616;
}

.menu-opened-no-scroll {
  overflow: hidden !important;
}

/* Woo */
/* Remove the default spinner buttons in Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove the default spinner buttons in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Custom styles for the increase and decrease buttons */
input[type="number"] {
  position: relative;
  /* padding-right: 30px; */
}

input[type="number"]::after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 14px;
}

input[type="number"]::before {
  content: "-";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 20px;
  height: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 14px;
}

.woocommerce .quantity .qty {
  text-align: center;
  background-color: transparent;
  color: #1b1b1b;
  border-radius: 50px;
  width: 100% !important;
  border: 1px solid #d4d4d4;
  padding: 0.3rem;
  transition: 0.3s ease;
}

.woocommerce .quantity .qty:focus {
  border: 1.6px solid #1b1b1b;
  outline: none !important;
}

.product-quantity div {
  width: 100%;
}

.woocommerce a.remove {
  display: flex !important
;
  align-items: center;
  justify-content: center;
  height: 1.5em;
  width: 100%;
  padding: 0.3rem;
  border: 1px solid #d4d4d4;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  color: #1b1b1b !important;
  text-decoration: none;
  background-color: transparent;
  font-family: "Poppins", Arial, Helvetica, "sans-serif";
  font-weight: 500;
  transition: 0.3s ease;
}

/* archive */

.archive-hero {
  height: 40vh;
  background-color: grey;
  position: relative;
  overflow: hidden;
}

.archive-hero::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e6e6e6;
  z-index: 1;
}

.shop-sidebar-title {
  font-size: var(--smdFont);
  margin-bottom: 2rem;
}

.side-filter-accordion-item {
  background-color: transparent;
  border-top: 1px solid #e6e6e6 !important;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.side-filter-btn-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.side-filter-accordion {
  padding: 1rem 0rem;
  background-color: transparent !important;
}

.side-filter-accordion p {
  font-family: "Poppins", Arial, Helvetica, "sans-serif" !important;
  font-weight: 500;
  font-size: var(--xxsFont);
}

.side-filter-accordion-body {
  padding: 0rem 0rem 1rem 0rem !important;
  background-color: transparent !important;
}

.filter-option-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.filter-item label {
  text-wrap: nowrap;
  text-overflow: clip;
  background-color: transparent;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  font-size: var(--xxxsFont);
  cursor: pointer;
  min-width: 50px;
  max-width: 100%;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.side-filter-accordion-head {
  --bs-accordion-border-color: transparent !important;
  --bs-accordion-border-width: 0px !important;
}

.filter-item input[type="checkbox"]:checked + label {
  background-color: #1b1b1b;
  color: white;
  padding: 5px;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.side-filter-btn {
  font-size: var(--xxsFont);
}

.selected-filters ul {
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.custom-product-wrapper {
  padding: 50px 0px;
}

.filter-mobile-view {
  display: none;
}

.product-grid-view {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.product-grid-view::before {
  display: none !important;
}

.product-grid-view li {
  margin: 0px !important;
}

.product-grid-view-data {
  display: none !important;
}

.archive-hero::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #0d0d0d33;
  z-index: 1;
}

.home-img-container img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single-sticky {
  top: 5rem;
}

/* Variation  CheckBox */

.single-product-title {
  margin: 0px !important;
}

/* Select */

.select-dropdown,
.select-dropdown * {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.select-dropdown {
  position: relative;
  background-color: transparent;
  border-radius: 0px;
}
.select-dropdown select {
  font-size: var(--smFont);
  font-weight: 500;
  max-width: 100%;
  padding: 1rem 0rem;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-bottom: 1px solid #e6e6e6 !important;
  border-top: 1px solid #e6e6e6 !important;
  cursor: pointer;
  border-radius: 0px;
  --webkit-border-radius: 0px;
  color: #1b1b1b !important;
}
.select-dropdown select:active,
.select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.select-dropdown:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iYmxhY2siIGNsYXNzPSJiaSBiaS1jaGV2cm9uLWRvd24iIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZmlsbC1ydWxlPSJibGFjayIgZD0iTTEuNjQ2IDQuNjQ2YS41LjUgMCAwIDEgLjcwOCAwTDggMTAuMjkzbDUuNjQ2LTUuNjQ3YS41LjUgMCAwIDEgLjcwOC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDggMGwtNi02YS41LjUgMCAwIDEgMC0uNzA4Ii8+Cjwvc3ZnPg==) !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: max-content;
  height: max-content;
  scale: 1.25;
  z-index: -1;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
}

.woocommerce-mini-cart__buttons_active span strong {
  font-weight: 600 !important;
}

.edit-cart-container {
  border: none;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}

.edit-cart-container a {
  background-color: #1b1b1b;
  color: white;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--xxxsFont);
  font-weight: 600;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  transition: 0.3s ease;
}

.edit-cart-container a:hover {
  background-color: grey;
  transition: 0.3s ease;
}

.edit-cart-container a i {
  font-size: 0.9rem !important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 600 !important;
  font-size: 13px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_table tfoot td strong {
  font-weight: 600 !important;
}

dt {
  font-weight: 600 !important;
}

.woocommerce-mini-cart-item dl {
  display: none;
}

.woocommerce form .form-row {
  padding: 5px 0px !important;
  margin: 0 0 6px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  font-size: 14px;
  padding: 15px 10px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  transition: 0.3s ease;
}

.mini-cart-item-col-2 a .product-thumbnail {
  display: none;
}


/*Gallery 2 Logic*/
.gallery-2-preview {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.gallery-2-preview li {
    position: relative;
    cursor: move;
}

.gallery-2-preview img {
    width: 60px;
    height: auto;
}

.gallery-2-preview .remove {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #c00;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    font-weight: bold;
}

#productGallery2Carousel{
    max-height: 400px;
    overflow: hidden;
}

