/*
Theme Name: Shams & Kamar Theme
Text Domain: shamsandkamar-theme
Version: 3.3
Description: A premium, professional, and modern WordPress theme designed exclusively for Shams & Kamar e-commerce by Yapacdev. All rights reserved to Shams & Kamar.
Tags: premium, responsive, modern, e-commerce, clean design
Author: Yapacdev
Author URI: https://yapacdev.com
*/


@import url('https://fonts.googleapis.com/css2?family=Baskervville&display=swap');

/* GLOBALS */
.h-500 img {
	max-height: 500px !important;
    width: auto !important;
    object-fit: contain !important;
}
.d-flex-center {
    display: flex;
flex-direction: column;
justify-content: center;
}
.stock.out-of-stock {
    background: #fbc7c7;
    color: #2f3842;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}
body {
  font-family: 'Inter', sans-serif;
  --bg-website: #172030;
  background-color: var(--bg-website);
  color: #ead5b7;
}

h1, h2, h3, h4, h5, h6, a, button {
   font-family: "Baskervville", serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: gray;
}
ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.ff-default .ff-el-form-control:focus {
    background-color: transparent;
    border-color: #898989;
}
.woocommerce table.shop_attributes tr {
    vertical-align: text-top;
}
.woocommerce table.shop_attributes th, .woocommerce-accordion-title {
    font-family: "Baskervville", serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.woocommerce-accordion-title {
    font-size: 17px;
    font-weight: 600;
}
.woocommerce table.shop_attributes td {
    font-style: normal;
}
input, textarea {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 1px;
  outline: none;
  height: 2.75rem;
  width: 100%;
  padding: 10px 15px;

  font-size: 14px;
  transition: all 0.15s ease-in;
}
select {
    background-color: transparent;
    color: #a8a49f;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    outline: none;
    padding: 5px 15px;
    font-size: 14px;
    transition: all 0.15s ease-in;
}
input:focus, textarea:focus{
  outline: none;
  border-color: #666;
}
input[type="radio"]{
  padding: 12px;
  accent-color: #434343;
}
select:focus {
  outline: none;
  border-color: #888;
}
h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* CONTAINER SIZE */

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 95vw;
  }
}
.pc-version {
    display: block;
}
.phone-version {
    display: none;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product .price {
    display: block !important;
    float: left !important; /* start = left in LTR layouts */
    clear: both;
  }
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title  {
    display: block !important;
  }
  .pc-version {
    display: none;
  }
  .phone-version {
    display: block;
  }
  .phone-stabiliser {
    font-size: 18px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 18px !important;
    text-align: left !important;
    font-weight: 400 !important;
    font-family: revert !important;
    line-height: inherit !important;
  }
}

/* BUTTONS */
button.woocommerce-button.button.woocommerce-form-login__submit, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #ead5b7;
    border: 1px solid #ead5b7;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 5px;
    background-color: transparent;
    padding: 10px 22px;
    transition: background-color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    outline-offset: 2px;
    outline-width: 1px;
    outline-color: white;
    outline-style: none;
}
.square-btn {
  outline: none;
  border: none;
  padding-inline: 5px 10px;
  background-color: black;
  color: white;
}

.button {
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #ead5b7;
    border: 1px solid #ead5b7;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 10px 20px;
    transition: background-color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    outline-offset: 2px;
    outline-width: 1px;
    outline-color: white;
    outline-style: none;
}

.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #ead5b7;
    transition: left 0.3s ease;
    z-index: -1;
}

.button:hover {
    color: #172030;
}

.button:hover:before {
    left: 0;
}

.woocommerce ul.products li.product .button {
  position: absolute;
  bottom: 20px;
  right: 8px;
  overflow: clip;
  display: inline-block;
  background-color: #ead5b7;
  color: var(--bg-website);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 50px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 8px 8px;
  transition: background-color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  outline-offset: 2px;
  outline-width: 1px;
  outline-color: white;
  outline-style: none;

}
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    position: absolute;
    bottom: 93px;
    right: 14px;
    background-color: #0b121dc7;
    padding: 3px 17px;
    border-radius: 15px;
    font-size: 15px;
    border: 1px solid #1e2938;
}
.button-white {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 10px 20px;
  transition: background-color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  outline-offset: 2px;
  outline-width: 1px;
  outline-color: white;
  outline-style: none;
  background-color: #edede0;
  color: black;
}
.button-white:hover,
.button-white:active {
  transition-duration: 0.3s;

  color: black;
  background-color: #fff;
}

button {
  padding: 10px 20px;
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 1px;
  font-size: 14px;
  cursor: pointer;
}

button:hover {
  background-color: #333;
}
.wc-block-cart .wc-block-cart__submit-container{
    background-color: black;
    color: white;
    border-radius: 4px;
}
/* HEADER */

.main-header {
  border-bottom: 1px solid #10151d;
  background-color: var(--bg-website);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(0px);
  transition: transform 0.3s ease-in-out;
}
.main-header.at-top {
  border-bottom: 0;
  background-color: transparent;
}


.main-header .slogan-container {
  background: #524837;
  color: white;
  padding: 5px;
  text-align: center;
  font-size: 0.85rem;
}

.main-header .navbar-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 5rem;
  margin: 0 auto;
}
.main-header .navbar-container .logo-wrapper {
  width: 55px;
}
.main-header .navbar-container .logo-wrapper img {
  width: inherit;
}

.main-header .navbar-container .icons-wrapper {
  flex: 1;
  width: 150px;
  min-width: fit-content;
}
.main-header .navbar-container .icons-wrapper .icons-inner {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  font-size: 1.25rem;
  list-style: none;
}

.main-header .navbar-container .icons-wrapper .icons-inner svg {
  height: 21px;
  width: 21px;
}
.main-header .navbar-container .icons-wrapper .icons-inner li {
  cursor: pointer;
  padding: 25px 5px;
}
.main-header .navbar-container .icons-wrapper .icons-inner li:hover {
  color: #d6c9c9;
}

/* Hide submenus by default */
.icons-wrapper .icons-inner li:hover .icon-sub-menu {
  display: block;
}

.icon-sub-menu {
  display: none;
  position: fixed;
  width: 385px;
  right: 25px;
  top: 101%;
  background-color: var(--bg-website);

  font-size: 1rem;
  margin: 0;
  list-style: none;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

/* Submenu items */
.icon-sub-menu li.menu-item {
  padding: 10px 15px !important;
  white-space: nowrap;
}

.icon-sub-menu .menu-link {
  color: #e6d6be;
  text-decoration: none;
  
}

.icon-sub-menu .menu-link:hover {
  color: #e7c68f;
}

.icon-sub-menu .upper-signing {
  background-color: #e0e0e0;
  padding: 0.85rem 1.25rem;
  font-size: 0.9rem;
  line-height: 1.25;
  text-decoration: underline;
}
.icon-sub-menu .upper-signing ul li {
  letter-spacing: 0.4px;
  border-left: 1px gray solid;
  padding: 0 0 0 15px !important;
  margin: 0 0 0 15px;
  color: #666;
}
.icon-sub-menu .upper-signing ul li:first-child {
  border-left: none;
  padding: 0 !important;
  margin: 0;
}
.icon-sub-menu .lower-signing {
  padding: 0.5vw 0vw;
}

/* Small cart */


.icons-wrapper .cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-family: 'Inter', sans-serif;
    background-color: #ff8700;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    left: 14px;
}


/* - MENU - */
.menu-wrapper {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  /* overflow: hidden; */
  z-index: 1;
  transition: opacity 0.8s 0.5s, clip-path 1s 0.5s;

  flex: 1;
}
.menu-wrapper.is-active {
  list-style: none;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px;
  padding: 5rem 0;
  width: 65vw;
  height: 100vh;
  font-size: 1.5rem;
  color: #383838;
  background: var(--bg-website);
  /* transition: opacity 0.8s 0.5s, background 0.5s; */
}
.menu-wrapper.is-active .overlay {
  position: absolute;
  top: 0;
  left: 65vw;
  height: 100vh;
  width: 35vw;
  background-color: rgba(0, 0, 0, 0.6);
}
.menu-wrapper.is-active .menu-link {
  color: #837e83;
}

.menu-wrapper.is-active ~ .menu-block .gt_switcher-popup span {
  color: #fff !important;
  transition: all 1.25s cubic-bezier(0, 0, 0.68, -0.16);
}
.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 1.25rem;
  margin: 0px;
  padding: 0px;
  /* width: 85%; */
  width: 97%;
}
.menu-inner .menu-item {
  list-style: none;
  padding: 30px 20px;
}
.menu-inner .menu-item:first-of-type {
    padding-left: 0;
}

.menu-link {
  text-transform: uppercase;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.2rem;
  font-family: "Lora", serif;
  transition: all 0.3s ease;
}
.menu-link::before {
  content: "";
  height: 1px;
  width: 0px;
  bottom: -2px;
  background-color: currentColor;
  position: absolute;
  transition: 0.25s;
}

.menu-link:hover::before,
.menu-link:focus::before {
  width: 100%;
}
.menu-block {
  text-align: end;
  z-index: 2;
  flex: 1;
}

.main-header .menu-item a:hover {
  color: #fff5e0;
}
.main-header .menu-item a.active {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position-y: bottom;
}

@media only screen and (min-width: 993px) {
  .menu-wrapper {
    position: relative;
    left: 0;
    width: auto;
    height: auto;
    box-shadow: none;
  }
  .menu-inner {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .main-header .logo img {
    max-height: 25px;
  }
}
@media only screen and (max-width: 993px) {
  .menu-wrapper {
    clip-path: circle(200px at top left);
    opacity: 0;
    transition: opacity 0.8s 0.5s, clip-path 1s 0.5s;
  }
  .menu-wrapper.is-active {
    clip-path: circle(100% at center);
    opacity: 1;
  }
  .menu-block {
    flex: none;
  }
  .main-header .logo img {
    max-height: 25px;
  }
  .menu-inner .menu-item {
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 5px;
  }
  .menu-inner .menu-item .sub-menu .menu-item {
    border-bottom: none;
    padding: 5px 0;
    font-size: 1.15rem;
  }
  .menu-inner .menu-item .sub-menu {
    border-bottom: none;
    box-shadow: none;
  }
}
/* - BURGER - */
.burger {
  position: relative;
  left: 0;
  flex: 1;
  display: block;
  order: -1;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  height: 25px;
  width: 50px;

  transition: 0.3s all 0.3s ease-out;
}
.burger.is-active {
  left: 65vw;
}
@media only screen and (min-width: 993px) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

.main-header .menu-icon {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.main-header .menu-icon__line {
  display: block;
  position: relative;
  background: #88888800;
  height: 2px;
  width: 36px;
  border-radius: 4px;
}
.main-header .menu-icon__line::before,
.main-header .menu-icon__line::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: #888888;
  transition: background 0.8s ease;
}
.main-header .menu-icon__line::before {
  transform: translateY(-6px);
}
.main-header .menu-icon__line::after {
  transform: translateY(6px);
}
.main-header .menu-icon__line {
  animation: closedMid 0.8s backwards;
  animation-direction: reverse;
}
.main-header .menu-icon__line::before {
  animation: closedTop 0.8s backwards;
  animation-direction: reverse;
}
.main-header .menu-icon__line::after {
  animation: closedBtm 0.8s backwards;
  animation-direction: reverse;
}
/* */
.main-header .burger.is-active .menu-icon .menu-icon__line {
  background: #ffffff;
  animation: openMid 0.8s forwards;
}
.main-header .burger.is-active .menu-icon .menu-icon__line::before {
  background: #ffffff;
  animation: openTop 0.8s forwards;
}
.main-header .burger.is-active .menu-icon .menu-icon__line::after {
  background: #ffffff;
  animation: openBtm 0.8s forwards;
}

@keyframes openTop {
  0% {
    transform: translateY(-5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}
@keyframes closedTop {
  0% {
    transform: translateY(-5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}
@keyframes openMid {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes closedMid {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes openBtm {
  0% {
    transform: translateY(5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}
@keyframes closedBtm {
  0% {
    transform: translateY(5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}
/* Parent menu items */
.menu-item-has-children {
  position: relative;
}

/* Hide submenus by default */
.sub-menu {
  display: none;
  position: absolute;
  left: -12px;
  top: 101%;
  background-color: #182131;
  padding: 1vw 2vw;
  margin: 0;
  list-style: none;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

/* Submenu items */
.sub-menu .menu-item {
  padding: 10px 15px;
  white-space: nowrap;
}

.sub-menu .menu-link {
  text-decoration: none;
}


/* Show submenu on hover */
.menu-item-has-children:hover > .sub-menu {
  display: block;
}



/* Add triangle icon using SVG in the after pseudo-element */
.menu-item-has-children::after {
    content: "";
    display: inline-block;
    width: 15px; 
    height: 16px; 
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20d%3D%22M6%201C6.5%201%207%201.5%207.5%202L11%208C11.5%208.5%2011%209%2010.5%209H1.5C1%209%200.5%208.5%201%208L4.5%202C5%201.5%205.5%201%206%201Z%22%20fill%3D%22%233b3b3b%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
    position: absolute;
    position: absolute;
    right: 10px; 
    top: 28px; 
    transform: translateY(-50%) rotate(90deg);
    display: none; 
    transition: transform 0.3s ease-in-out; 
}

/* Submenu toggle for mobile */
@media (max-width: 993px) {
  .menu-item-has-children > .sub-menu {
    display: none;
    width: auto;
    padding: 12px 0 0;
    position: static;
  }
  .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }
      .menu-item-has-children::after {
        display: inline-block; /* Display the icon */
    }
    .menu-item-has-children:hover::after {
        transform: translateY(-50%) rotate(180deg); 
    }
}

/* FOOTER */

.footer .main-footer .social-footer {
  padding-block: 16px;
}
.main-footer .social-footer li:first-of-type {
  padding-left: 0px;
}
.main-footer .social-footer li {
  padding-inline: 10px;
}
.main-footer .social-footer li img {
  height: 22px;
  width: auto;
}

.footer .main-footer .links-footer {
  padding-block: 28px 54px;
  background-color: #0c121e;
}
.links-footer .links-section h3 {
  border-bottom: none;
  color: #bebba6;
  display: block;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0;
  padding-bottom: 15px;
  padding-left: 0;
  text-transform: uppercase;
}

.links-footer .links-section {
  flex: 1;
  color: #b1b1a4;
}
.links-footer .links-section ul li {
  font-size: 0.87rem;
  letter-spacing: 0.4px;
  padding-block: 5px;
  color: #b1b1a4;
}
.links-footer .links-section p,
.links-footer .links-section label {
  font-size: 0.875rem;
  /* letter-spacing: .4px; */
  /* padding-block: 4px; */
  /* color: #666; */
}
.footer .bottom-footer {
  background-color: #090d16;
  font-size: 0.8rem;
  padding-block: 14px;
}
.footer .bottom-footer p {
  margin-bottom: 0;
}

.footer .bottom-footer ul li {
  letter-spacing: 0.4px;
  border-left: 1px gray solid;
  padding-left: 15px;
  margin-left: 15px;
  color: #666;
}
.footer .bottom-footer ul li:first-child {
  border-left: none;
}

@media (max-width: 685px) {
  .footer .main-footer .social-footer {

    row-gap: 34px;
    align-items: center;
  }
}

/* - search - */

#search-wrapper {
  position: fixed;
  width: 100%;
  height: 0;
  overflow: hidden;
  bottom: -100px;
  left: 0;
  opacity: 0;
  z-index: 9999;
  transition: opacity 0.4s ease-in-out 0s;
}

#search-wrapper.visible {
  height: 100%;
  bottom: 0;
  opacity: 1;
}

#search-wrapper.visible .white {
  margin-top: 0;
}

#search-wrapper #search-overlay {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#search-wrapper .white {
  background: #fff;
  margin-top: -100px;
  transition: all 0.5s ease-in-out 0s;
  z-index: 9;
  position: relative;
}

#search-wrapper #product-search {
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  max-height: 50vh;
}
.products-search-form {
  margin: 0 0.75rem;
  position: relative;
  padding-left: 10px;
}

.products-search-form:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105";
  color: #ddd;
  position: absolute;
  left: 0;
  top: 20px;
}

.products-search-form input[type="text"]#search {
  border: 1px solid #fff;
  color: #1f1f1f;
  padding-left: 14px;
  margin: 0;
  height: 60px;
}

.products-search-form input[type="text"]#search:focus {
  border: 1px solid #fff !important;
}

.products-search-form .close-icon {
  top: 24px;
}

.products-search-form .close-icon:before,
.products-search-form .close-icon:after {
  background-color: #777;
}
/* Product image hover swap */
.woocommerce ul.products li.product {
    position: relative;
}

.woocommerce ul.products li.product img {
    transition: opacity 0.3s ease;
}

.woocommerce ul.products li.product .product-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.woocommerce ul.products li.product:hover .product-hover-image {
    opacity: 1;
}

.close-icon {
  display: block;
  content: "";
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  opacity: 0.6;
}

.close-icon:hover {
  opacity: 1;
}

.close-icon:before,
.close-icon:after {
  position: absolute;
  left: 7px;
  content: "";
  height: 16px;
  width: 2px;
  background-color: #fff;
}

.close-icon:before {
  transform: rotate(45deg);
}

.close-icon:after {
  transform: rotate(-45deg);
}
/* Container for the search results grid */
#search-response {
    padding-bottom: 1px;
}
#search-response .search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin-top: 10px;
    max-height: 85vh;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 30px;
}
.sub-menu .menu-item:first-of-type {
    padding-left: 15px;
}
/* Individual search result item */
.search-result-item {
  background-color: #fff;
  padding: 15px;
  transition: transform 0.3s ease-in-out;
}

.search-result-item:hover {
  transform: scale(1.025); /* Slightly zoom the item on hover */
}

/* Product image */
.search-result-item-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    max-width: 200px;
    margin-bottom: 10px;
}
/* Product title */
.search-result-item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

.search-result-item-title a {
  text-decoration: none;
  color: #333;
}

.search-result-item-title a:hover {
  color: #555;
}

/* Product price */
.search-result-item-price {
  font-size: 14px;
  color: #606060; /* Red color for the price */
  font-weight: bold;
}


/* Custom scrollbar */
#search-response .search-results-grid::-webkit-scrollbar {
  width: 6px; /* Set the width of the scrollbar */
}

#search-response .search-results-grid::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Light gray background for the track */
  border-radius: 10px; /* Rounded corners for the track */
}

#search-response .search-results-grid::-webkit-scrollbar-thumb {
  background-color: #888; /* Gray color for the thumb */
  border-radius: 10px; /* Rounded corners for the thumb */
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

#search-response .search-results-grid::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Darker gray when hovering over the thumb */
}
#cart .woocommerce-mini-cart::-webkit-scrollbar {
  width: 6px; /* Set the width of the scrollbar */
}

#cart .woocommerce-mini-cart::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Light gray background for the track */
  border-radius: 10px; /* Rounded corners for the track */
}

#cart .woocommerce-mini-cart::-webkit-scrollbar-thumb {
  background-color: #888; /* Gray color for the thumb */
  border-radius: 10px; /* Rounded corners for the thumb */
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

#cart .woocommerce-mini-cart::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Darker gray when hovering over the thumb */
}
/* PORTFOLIO HERO */
.portfolio-hero {
  height: 97vh;
  max-height: 775px;
  margin-bottom: 5vh;
  background-position: center;
  background-size: cover;

  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-hero .title-holder {
  position: relative;
  z-index: 1;
}
.vidbg-container video{
  min-width: 100vw;
  min-height: 100vh;
}
.portfolio-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(23, 32, 48, 0.7) 0%, rgba(23, 32, 48, 0.4) 50%, rgba(23, 32, 48, 0.8) 100%);

}
.portfolio-hero .logo-hero {
    display: block; 
    width: 30vw; 
    margin-bottom:18px
}

/* Logo slider */
.logo-slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%; /* Adjust this to control the slider width */
    margin-block: 4rem 5rem;
}

.logo-slider {
    display: flex;
    gap: 55px;
    animation: scroll 25s linear infinite; /* Adjust the speed of scrolling */
    align-items: center;
}
.logo-slider-wrapper::before,
.logo-slider-wrapper::after {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logo-slider-wrapper::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--bg-website));
}

.logo-slider-wrapper::after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    var(--bg-website)
  );
}
/* Each individual logo */
.logo-slider-wrapper .logo-slide {
    flex-shrink: 0;
}

.logo-slider-wrapper .logo-slide .logo {
    height: 28px;
    max-width: auto;
}

/* Add animation to make the logos scroll horizontally */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 768px) {
    .logo-slider {
        animation: scroll 14s linear infinite; /* Adjust the speed of scrolling */
    }
}

/* General Reset */

.feature-container {
  padding: 16px 0;
}

.feature-container h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.feature-container ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 3 items per row by default */
  gap: 3px; /* Space between grid items */
  list-style: none;
  padding: 0;
}

.feature {
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.feature__link {
  text-decoration: none;
  color: inherit;
}

.feature__image {
  position: relative;
}
.feature__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 10%);
}
.feature__image img {
  width: 100%;
  height: 340px;
  display: block;
  object-fit: cover;
}

.feature__title p {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0;
  color: #000;
}

.feature__text {
  z-index: 200;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 12px 6px;
  bottom: 0;
  left: 0;
  right: 0;
}

.feature__text p {
  color: var(--bg-website);
}

/* Responsive Design for Tablet and Smaller Devices */
@media (max-width: 768px) {
  .feature-container ul {
    grid-template-columns: repeat(2, 1fr); /* 2 items per row */
  }
  .portfolio-hero .logo-hero {
    width: 60vw;
  }
}

/* Further Responsive Design for Mobile */
@media (max-width: 400px) {
  .feature-container ul {
    grid-template-columns: 1fr; /* 1 item per row */
  }
}

/* NEWSLETTER CONTAINER */
/* Newsletter Section */
.newsletter {
  padding: 50px 14px;
  text-align: center;
  border-radius: 10px;
  margin: 20px auto;
  max-width: 600px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}


.newsletter-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

#fluentform_3 {
  display: flex;
  justify-content: center;
  margin-left: -5px;
  gap: 3px;
  margin-bottom: 15px;
}

#fluentform_3 input {
  width: 70% !important;
}

#fluentform_3 button {
    padding: 10px 20px;
    background-color: #00000000;
    color: #e6d9c6;
    border: 1px solid #e6d2a6;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

#fluentform_3 button:hover {
  background-color: #333;
}



/* Fluent forms */

.fluentform.ff-inherit-theme-style.fluentform_wrapper_3,
.fluentform.ff-inherit-theme-style.fluentform_wrapper_3 fieldset,
.fluentform.ff-inherit-theme-style.fluentform_wrapper_3 fieldset .ff-el-group,
.fluentform.ff-inherit-theme-style.fluentform_wrapper_3
  fieldset
  .ff-el-group
  .ff-el-input--content {
  display: contents;
}

.fluentform.ff-inherit-theme-style.fluentform_wrapper_3 {
  display: contents;
}
.fluentform.ff-inherit-theme-style.fluentform_wrapper_6,
.fluentform.ff-inherit-theme-style.fluentform_wrapper_6 fieldset,
.fluentform.ff-inherit-theme-style.fluentform_wrapper_6 fieldset .ff-el-group,
.fluentform.ff-inherit-theme-style.fluentform_wrapper_6
  fieldset
  .ff-el-group
  .ff-el-input--content {
  display: contents;
}

.fluentform.ff-inherit-theme-style.fluentform_wrapper_6 {
  display: contents;
}
#fluentform_6 {
  display: contents;
}

/* Delivery and returns */
.delivery-wrapper {
  box-sizing: border-box;
  width: 400px;
  font-size: .9rem;
  border: 1px solid #3c4d62; /* Replace with appropriate grey color */
  margin-top: 18px;
}

.delivery-wrapper .row:not(:empty) {
  padding: 12px 16px 0;
  display: flex;
  align-items: center;
}

.delivery-wrapper .row.noIcon {
  margin-left: 36px;
}

.delivery-wrapper .terms {
  padding-block: 16px;
  margin-left: 60px;
  text-decoration: underline;
}

.delivery-wrapper .shippingLabel:not(:empty) {
  padding: 8px 16px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.delivery-wrapper .deliveryMessage {
  padding: 16px 16px 0;
  display: flex;
    gap: 5px;
}
.delivery-wrapper .deliveryMessage svg {
   flex: 48px;
}

.delivery-wrapper .iconContainer {
  display: flex;
  justify-content: center;
  min-width: 36px;
  box-sizing: border-box;
  padding-right: 12px;
}

.delivery-wrapper .icon {
  display: inline-block;
}

.delivery-wrapper .termsLinkText {
  text-decoration: underline;
}

.delivery-wrapper .termsLinkText > span {
  margin-left: 4px;
}

.delivery-wrapper .shippingRestrictions:not(:empty) {
  padding: 12px 16px 16px;
  border-top: 1px solid rgb(238, 238, 238);
  display: none;
}

.delivery-wrapper .shippingRestrictions > button {
  font-family: "futura-pt-n7", futura-pt, Tahoma, Geneva, Verdana, Arial, sans-serif;
  padding: 0;
  background-color: transparent;
  border: 0;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333; /* Replace with appropriate grey color */
  font-size: 12px;
  cursor: pointer;
  text-align: left;
  text-decoration: underline;
}

/* WOO COMMERCE */
.woocommerce ul.products li.product {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    margin-left: 0;
}
.woocommerce ul.products {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr)); 
    display: grid;
    gap: 20px 2rem;
}
@media (max-width: 550px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px 10px;
    }
}
.woocommerce ul.products::before{
    content: none;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin: 0;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt{
  background-color: #000;
  color: white;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 10px 20px !important;
  transition: background-color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  outline-offset: 2px;
  outline-width: 1px;
  outline-color: white;
  outline-style: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover{
    background-color: #333;
}
..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: .2rem 0;
    margin: 0;
    font-size: 1em;
}

/* Wishlist */

.wishlist_table thead tr th, .wishlist_table tfoot td td {
    background: none;
    border: none;
}
.woocommerce table.shop_table.wishlist_table tr td {
    background: none;;
}

.yith-add-to-wishlist-button-block {
    margin: 0;
}

.woocommerce table.shop_table{
    border-collapse: collapse;
    border: none;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 10px;

    
}
.woocommerce table.shop_table td.product-thumbnail a {
    width: 135px !important;
    max-width: none;
}

.woocommerce .woocommerce-breadcrumb a {
    text-transform: capitalize;
    font-size: .85rem !important;
    color: #ccc7bd;
}
.woocommerce .woocommerce-breadcrumb {
    text-transform: capitalize;
    font-size: .85rem !important;
    color: #fff;
}
.woocommerce-breadcrumb a {
    text-transform: capitalize;
    font-size: .85rem !important;
    color: #ccc7bd;
}
.woocommerce-breadcrumb {
    text-transform: capitalize;
    font-size: .85rem !important;
    color: #fff;
}
.woocommerce div.product .product_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

.woocommerce-product-gallery {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.woocommerce-product-gallery .flex-control-thumbs {
    /* order: 1; */ /* Ensure thumbnails appear first */
    flex: 0 0 75px; /* Set width of the thumbnails container */
    display: flex;
    flex-direction: column; /* Stack thumbnails vertically */
    gap: 10px; /* Add spacing between thumbnails */
    overflow-y: auto; /* Scroll if too many thumbnails */
    margin-right: 10px !important;; /* Add spacing between thumbnails and the main image */
}

.woocommerce-product-gallery__wrapper {
    flex: 1; /* Allow the main image to take the remaining space */
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
}

@media (max-width: 760px) {
    .woocommerce-product-gallery {
        flex-direction: column;
    }
    .woocommerce-product-gallery .flex-control-thumbs {
        flex: auto;
        flex-direction: row;
        gap: 8px;
        margin-right: 0;
        margin-top: 8px !important;
    }
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    justify-content: center;
    background-color: #ebebeb;
    color: #343434;
    gap: 10px;
    padding: 4px;
    margin-left:8px;
    font-size: 15px;
    margin-bottom: 1rem;
    border-radius: 4px;
    width: 56px;
     transition: .3 ease-in-out all;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor:hover {
     background-color: #ddd;
   
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor span{
   display: none;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #343434;

}


.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0.6em;
    font-size: .9rem;
    color: #49494c;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0.6em;
    font-size: .9rem;
    color: #49494c;
}
.woocommerce div.product p.price {
   color: #e6b072;
}
.woocommerce .star-rating span::before {
    color: goldenrod;
}
.woocommerce .woocommerce-product-details__short-description p {
    display: none;
    margin-bottom: 8px;
}
.woocommerce .woocommerce-product-gallery__image a img {
    /*max-height: 600px;*/
    object-position: center;
    object-fit: cover;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 1.5em;
    vertical-align: middle;
    display: block;
}
.woo_sc_price_btn_popup.woo_sc_btn_popup.woo_sc_btn_span {
    display: none !important;
}
#woo_sc_show_popup {
    display: inline-block; 
    color: #686868;
    background-color: transparent;
    padding: 0;
    font-size: .9rem;
    cursor: pointer;
}
#woo_sc_show_popup:hover {
    transform: scale(1);
    box-shadow: none;
}
.woo_sc_modal_content {
    background-color: #fff;
    margin: 0;
    top: 50%;
    left: initial;
    right: 0;
    transform: translate(0%, -50%);
    padding: 30px 16px;
    border: none;
    border-radius: 0;
    width: 55%;
    height: 100%;
    box-shadow: 0 4px 12px 0 rgb(67 67 67 / 30%);
    -webkit-animation-name: animateRight;
    animation-name: animateRight;
}
@media (min-width: 768px) {
    .woo_sc_scroll_content {
        max-height: 90vh;
    }
    .woo_sc_modal_close {
        right: 14px;
        top: 6px;
        color: #414141;
        font-size: 24px;
    }
   .woo_sc_modal_close:hover {
        color: #222;
    }
}
@media (max-width: 768px) {
   .woo_sc_modal_content {
        width: 100%;

    }
}
@media (min-width: 768px) {

}
@keyframes animateRight {
    0% {
        right: -1000px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.woocommerce div.product form.cart .button {
    position: relative;
    overflow: clip;
    vertical-align: middle;
    text-transform: none;
    float: left;
    padding: 12px 24px;
    background-color: #ead5b7;
    color: #172030;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    font-size: 15px;
    width: 275px;
}
.woocommerce div.product form.cart .button:hover {
    background-color: #fff;
}
.woocommerce div.product form.cart {
    margin-bottom: .75em;
}
.woocommerce div.product .stock{
    color: #585858;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0px 2px;
    padding: 0 1.5em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--bg-website);
    color: #515151;
    z-index: 2;
    border-bottom-color: var(--bg-website);
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
    background-color: #ead5b7db;
    color: #172030;
    font-weight: 600;
    border-radius: 0;
    min-height: 1px;
    min-width: 1px;
    line-height: normal;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    margin: 5px;
    top: initial;
    left: initial
}
/* cart*/

#cart .icon-sub-menu {
    width: 400px;
    right: 0px;
}
ul.cart_list, ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
    height: 50vh;
    overflow: overlay;
}

ul.cart_list li, ul.product_list_widget li {
    padding: 22px 0 !important;
    border-bottom: 1px #303847 solid;
    font-size: .9rem;
    margin: 0;
    list-style: none;
}

ul.cart_list li::after, ul.cart_list li::before, ul.product_list_widget li::after, ul.product_list_widget li::before {
    content: " ";
    display: table;
}

ul.cart_list li::after, ul.product_list_widget li::after {
    clear: both;
}

 ul.product_list_widget li a {
    font-weight: 700;
    display: inline-block !important;
}
 ul.product_list_widget li a.remove {
    display: block;
    float: right;
    font-size: 1.5em;
    margin-left: 16px;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: var(--wc-red) !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
 ul.product_list_widget li a.remove:hover {
    color: #fff !important;
    background: var(--wc-red);
}
ul.cart_list li img, ul.product_list_widget li img {
    float: left !important;
    margin-right: 6px !important;
    width: 50px !important; 
    height: auto;
    box-shadow: none;
}

ul.cart_list li dl, ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1);
}

ul.cart_list li dl::after, ul.cart_list li dl::before, ul.product_list_widget li dl::after, ul.product_list_widget li dl::before {
    content: " ";
    display: table;
}

ul.cart_list li dl::after, ul.product_list_widget li dl::after {
    clear: both;
}

ul.cart_list li dl dd, ul.cart_list li dl dt, ul.product_list_widget li dl dd, ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}

ul.cart_list li dl dt, ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
}

ul.cart_list li dl dd, ul.product_list_widget li dl dd {
    padding: 0 0 .25em;
}

ul.cart_list li dl dd p:last-child, ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0;
}

ul.cart_list li .star-rating, ul.product_list_widget li .star-rating {
    float: none;
}
.woocommerce ul.products li.product .price {
    color: #2b2422;
}
.widget_shopping_cart .total {
    border-top: 3px double #e9e6ed;
    padding: 4px 0 0;
}

.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
}

.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
}

.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0;
}

.widget_shopping_cart .buttons::after, .widget_shopping_cart .buttons::before {
    content: " ";
    display: table;
}

.widget_shopping_cart .buttons::after {
    clear: both;
}

.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
}
.cart-preview-dropdown {
    width: 95%;
    margin: 0 auto;
}
.cart-preview-dropdown span.quantity {
    float: right !important;
}
.cart-preview-dropdown .woocommerce-mini-cart__empty-message {
    font-style: italic;
    text-align: center;
    margin: 20px 50px;
    font-weight: 100;
    color: gray;
    letter-spacing: 0.2px;
}
.cart-preview-dropdown .woocommerce-mini-cart__total.total {
    margin: 1rem 0;
    font-size: .95rem;
}
.cart-preview-dropdown .woocommerce-mini-cart__buttons.buttons {
    display: grid;
}
.cart-preview-dropdown .woocommerce-mini-cart__buttons.buttons .button {
    position: relative;
    overflow: clip;
    line-height: normal;
    display: inline-block;
    background-color: #000;
    color: white;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 10px 20px;
    transition: background-color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    outline-offset: 2px;
    outline-width: 1px;
    outline-color: white;
    outline-style: none;
}

.cart-preview-dropdown .woocommerce-mini-cart__buttons.buttons .button.checkout {
    background-color: #6a6a6a;
}

.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: inline-flex;
}
.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox input {
    min-width: 22px;
}
.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox span {
    white-space: nowrap;
    line-height: normal;
    align-content: space-evenly;
    padding-left: 12px;
    font-size: .9rem;
}

/* Dashboard */
/* Style the welcome message */
.welcome-message {
    font-size: 18px; /* Adjust the font size */
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f4f4f4; /* Light background */
    border-radius: 5px; /* Rounded corners */
    display: flex;
    align-items: center;
}

/* Style the user avatar (image) */
.user-avatar {
    width: 58px;  /* Avatar size */
    height: 58px; /* Avatar size */
    border-radius: 50%;  /* Make it circular */
    margin-right: 10px; /* Space between avatar and text */
}

/* Style for the greeting text */
.welcome-message .greeting {
    margin-right: 5px;
    font-size: 17px;
    color: #0073e6; /* Customize greeting color */
}

/* Style for the username */
.welcome-message .username {
    font-size: 18px;
    color: #333; /* Customize username color */
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link {
    background-color: #f4f4f4;
    color: #161616;
    padding: 15px;
    margin-bottom: 6px;
    flex: 1;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #e7e7e7;

}
.woocommerce-Address .woocommerce-Address-title a {
    text-decoration: underline;
    color: gray;
} 
.woocommerce-Address address {
    background-color: #ebebeb;
    padding: 18px;
    border-radius: 4px;
}
/* Trust badges */
.trust-badges {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping if space is constrained */
  justify-content: center;
  margin-top: 20px;
}

.badge {
  text-align: center;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #f9f9f9;
  max-width: 300px; /* Max width for each badge */
  flex: 1 1 30%; /* Allow badges to scale within available space */
  box-sizing: border-box; /* Ensures padding and border don't affect the size */
  transition: transform 0.3s;
}

.badge:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.badge .fas {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 10px;
}

.badge h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #333;
}

.badge p {
  font-size: 14px;
  color: #777;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .badge {
    flex: 1 1 45%; /* Two badges per row on medium screens */
  }
  nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
      padding-top: 50px;
  }
}

@media (max-width: 480px) {
  .badge {
    flex: 1 1 100%; /* Full width for each badge on small screens */
  }
}

#wps_wpr_order_notice {
    font-family: monospace;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    float: left;
    height: 2.75rem;
    width: 1.75rem;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    margin-top: 7px;
}
.woocommerce ul#shipping_method li  {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.woocommerce ul#shipping_method li input {
    float: left;
    margin: 3px .75em 0 0;
    height: 2.75rem;
    width: 1.5rem;
	
}

.woocommerce ul#shipping_method li label {
    margin-top: 7px;
}
.woocommerce ul#shipping_method li label .woocommerce-Price-amount {
   display: block;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgb(129 110 153 / 5%);
    border-radius: 5px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    display: inline-block;
    background-color: #30366b;
    color: white;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 14px 20px;
    transition: background-color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.woocommerce-privacy-policy-text {
    font-size: .9rem;
    color: #383838;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    width: 70px !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    border-radius: 5px;
}
.woocommerce table.shop_table tr td:last-child {
  text-align: end;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    object-position: top;
    display: block;
    object-fit: cover;
    margin: 0 0 0.75em;
    box-shadow: none;
}
.woocommerce .woocommerce-result-count {
    margin: 0em;
    font-size: 0.85rem;
}
.woocommerce h1.page-title {
    font-weight: 600;
    font-size: 38px;
    padding-top: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.woocommerce .includes_tax {
	display: block;
    font-size: 13px;
    color: #535353;
}
.wc-block-components-totals-wrapper,
.wc-block-cart__main .wc-block-cart-items td {
    border-top: 1px solid hsl(0deg 0% 100% / 11%);
}
.wc-block-cart__main .wc-block-cart-items td:last-child {
    position: relative;
    top: -0.5px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) svg.yith-wcwl-add-to-wishlist-button-icon {
    color: var(--bg-website) !important;
    height: 22px;
    width: 22px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.woocommerce ul.products[class*=columns-] li.product:hover, .woocommerce-page ul.products[class*=columns-] li.product:hover svg.yith-wcwl-add-to-wishlist-button-icon {
    opacity: 1;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    display: inline;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 0.15rem;
    letter-spacing: 0.5px;
    padding: 0;
}
.woocommerce ul.products li.product .price {
    display: inline;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    float: inline-end;
    color: #c4b39c;
}
/* Checkout page */
.wc-blocks-components-select .wc-blocks-components-select__container {
    background: transparent;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
    border: 1px solid hsl(219.13deg 19.33% 23.33%);
    color: #babdc0;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    background-color: transparent;
    border: 1px solid hsl(219.13deg 19.33% 23.33%);
    color: #babdc0;
}
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=password]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=password]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {
    background-color: #18243752;
    border: 1.5px solid #415161;
    color: #e7e7ea;
}
.wc-block-components-address-card address .wc-block-components-address-card__address-section--secondary {
    color: hsl(0deg 0% 100% / 70%);
}
a.button.wc-forward {
    font-family: 'Inter';
    overflow: hidden;
    background: transparent;
    position: relative;
    display: inline-block;
    color: #ead5b7;
    border: 1px solid #ead5b7;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: background-color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    outline-offset: 2px;
    outline-width: 1px;
    outline-color: white;
    outline-style: none;
}
a.button.wc-forward:hover {
    background_color: transparent;
}
.toast.show {
    background-color: rgb(0 4 27 / 70%);
    border: 1px solid #2c2c267d;
    color: white;
}/* Pagination layout */
.woocommerce-pagination {
        display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 40px;
}

.woocommerce-pagination a,
.woocommerce-pagination span.disabled {
    position: relative;
    color: #ead5b7;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 5px 0;
}

/* Underline for active links */
.woocommerce-pagination a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.woocommerce-pagination a:hover::after {
    transform: scaleX(1);
}

/* Disabled link style */
.woocommerce-pagination span.disabled {
    opacity: 0.5;
}
