:root {

  --hoockers-green_20: hsl(148, 20%, 38%, 0.2);
  --pale-spring-bud: hsl(60, 68%, 85%);
  --hoockers-green: hsl(148, 20%, 38%);
  --spanish-gray: hsl(0, 0%, 61%);
  --light-gray: hsl(0, 0%, 80%);
  --cultured-1: hsl(0, 0%, 97%);
  --cultured-2: hsl(60, 6%, 93%);
  --gray-web: hsl(0, 0%, 49%);
  --white_30: hsl(0, 0%, 100%, 0.3);
  --black_70: hsla(0, 0%, 0%, 0.7);
  --black_50: hsla(0, 0%, 0%, 0.5);
  --black_15: hsla(0, 0%, 0%, 0.15);
  --black_10: hsla(0, 0%, 0%, 0.1);
  --black_5: hsla(0, 0%, 0%, 0.05);
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --bg-color-web: #fff;

  --gradient: linear-gradient(to right, transparent 50%, var(--white_30) 100%);

  --fs-1: 2.8rem;
  --fs-2: 2rem;
  --fs-3: 1.8rem;
  --fs-4: 1.7rem;
  --fs-5: 1.3rem;
  --fs-6: 1.2rem;
  --fs-7: 1rem;
  --fs-8: .9rem;
  --fs-9: .6rem;

  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;

  --section-padding: 35px;

  --shadow-1: 0 8px 16px var(--black_15);
  --shadow-2: 0 4px 10px var(--black_5);
 
  --radius-3: 3px;

  --transition-1: 0.25s ease;
  --transition-2: 0.5s ease;
  --transition-3: 1s ease;
  --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
  --cubic-out: cubic-bezier(0.33, 0.85, 0.4, 0.96);

  --border-radius-md: 10px;
  --border-radius-sm: 5px;
  --transition-timing: 0.2s ease;
  --font-family-fira:"Inter", sans-serif;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: var(--font-family-fira);
  font-style: normal;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
body { 
  font-family: var(--font-family-fira);
  background: var(--bg-color-web); 
  font-size: 1rem;
  font-weight: 400; 
  overflow-x:hidden;
}

a{
  color:#333;
}

/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

.v-center{
	align-items: center;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
  user-select: none;
}

li { list-style: none; }

button {
  background: none;
  font: inherit;
  border: none;
  cursor: pointer;
}

img, ion-icon, button, a { display: block; }

span { display: inline-block; }


div[contenteditable="true"] {
  caret-color: transparent;
}
input {
  display: block;
  width: 100%;
  font: inherit;
}

input::-webkit-input-placeholder { font: inherit; }

input::-moz-placeholder { font: inherit; }

input:-ms-input-placeholder { font: inherit; }

input::-ms-input-placeholder { font: inherit; }

input::placeholder { font: inherit; }


/**
 * scrollbar style
 */

body::-webkit-scrollbar { width: 8px; }

body::-webkit-scrollbar-track {
  background: var(--white);
  border-left: 1px solid var(--cultu#d6807c);
}

body::-webkit-scrollbar-thumb {
  background: hsl(0, 0%, 80%);
  border: 3px solid var(--white);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover { background: hsl(0, 0%, 70%); }

.img-cotain .h5,h5
{
    text-align:center;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;

}

.has-scrollbar { padding-bottom: 5px; }

.has-scrollbar::-webkit-scrollbar {
width: 12px; 
height: 12px;
}

.has-scrollbar::-webkit-scrollbar-thumb {
background: transparent;
border: 3px solid var(--white);
-webkit-border-radius: 20px;
        border-radius: 20px;
}

.has-scrollbar:hover::-webkit-scrollbar-thumb { background: hsl(0, 0%, 90%); }

.has-scrollbar::-webkit-scrollbar-thumb:hover { background: hsl(0, 0%, 80%); }

/* === HEADING STYLE #4 === */
.four h1 {
text-align: center;
padding-bottom: 0.7em;
margin-top:30px;
font-size:2em;
}
.four h1 span {
font-weight: 300;
word-spacing: 3px;
line-height: 2em;
padding-bottom: 0.35em;
color: rgba(0, 0, 0, 0.5);
display:block;
font-size:.6em;
margin-bottom:-12px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; 
  background:#fff;
}

.sticky a {
  color:#222;
}

.sticky span {
  color:#222;
}
/* Slider starts here */


.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  padding-bottom: 100%; 
} */

.video-container {
  position: relative;
  overflow: hidden;
  width: 101%;
  height: 100vh;
  
}

.video-container video {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
}

/* banner starts here */
.image-container-1 {
display: flex;
justify-content: center;
align-items: stretch;
margin-top:20px;
}
.left-image-banner-1 {
display: flex;
flex-direction: column;
align-items: center;
}
.left-image-banner-1 img {
width: 100%;
margin-right: 10px;
}
.right-image-banner-1 {
display: flex;
flex-direction: row; 
align-items: center;
}
.right-image-banner-1 img {
width: 100%;
height:100%;
margin-bottom: 10px;
}

.img-cotain img
{
height:auto;
width:100%;
object-fit:cover;
margin-bottom:10px;
margin-top:10px;
}

.filter-button {
   background-color: white;
  height: 40px; 
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  
} 
.filter-button:hover
{
  font-weight: 600;
    border: 1px solid #333;
    padding: 5px 15px;
    border-radius: 30px;
    background:#333;
    color:#fff;
}

/* product starts here */


/*-----------------------------------*\
#PRODUCT GRID
\*-----------------------------------*/


.showcase {
/* border: 1px solid #ebebeb; */
-webkit-border-radius: 4px;
        border-radius: 4px;
overflow: hidden;
-webkit-transition: var(--transition-timing);
-o-transition: var(--transition-timing);
transition: var(--transition-timing);
}

.showcase:hover { -webkit-box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.1); box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.1); }

.showcase-banner { position: relative;background:#fff4f4}

.product-img {
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-webkit-transition: var(--transition-timing);
-o-transition: var(--transition-timing);
transition: var(--transition-timing);
}

.product-img.default {
position: relative;
z-index: 1;
}

.defaultimg
{
  height:300px !important;
}
.showcase-badge {
position: absolute;
top: 15px;
left: 15px;
background: #333;
font-size: 1.2rem;
font-weight: 500;
color:#fff;
padding: 0 8px;
-webkit-border-radius: 0px;
        border-radius: 0px;
z-index: 3;
}

.showcase-badge.angle {
top: 8px;
left: -29px;
-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
text-transform: uppercase;
font-size: 11px;
padding: 5px 40px;
}

.showcase-badge.black { background: black; }

.showcase-badge.pink { background: pink; }

.showcase-actions {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
-webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
        transform: translateX(50px);
-webkit-transition: var(--transition-timing);
-o-transition: var(--transition-timing);
transition: var(--transition-timing);
z-index: 3;
}

.showcase:hover .showcase-actions { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.btn-action {
background: #fff;
color: #f9f9f9;
margin-bottom: 5px;
border: 1px solid #ebebeb;
padding: 5px;
-webkit-border-radius: 4px;
        border-radius: 4px;
-webkit-transition: var(--transition-timing);
-o-transition: var(--transition-timing);
transition: var(--transition-timing);
}

.btn-action:hover {
background: #333;
color: #fff;
border-color: #333;
}


.showcase-content { padding: 15px 20px 0; background-color:#fff;}

.showcase-category {
color:#e77689;
font-size:.9rem;
font-weight: 500;
margin-bottom: 5px;
}

.showcase-title {
color: #333;
font-size: 1rem;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 1px;
margin-bottom: 10px;
-webkit-transition: var(--transition-timing);
-o-transition: var(--transition-timing);
transition: var(--transition-timing);
}

.showcase-title:hover { color: #222; }

.price-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 10px;
font-size: 1rem;
color: #333;
}

.price { font-weight: 700; }

del { color: #222; }
.strike{
  text-decoration: line-through;
}

.color-badge
{
  border:1px solid #333 !important;height:30px;width:30px; border-radius:50%;margin:2px;cursor:pointer;
}



/* 404 page */



.form-inputs{
  position:relative;
}
.form-inputs .form-control{
  height:30px; 
  border-radius:20px;
  background:#fff;
  border-color:#f3dedd;
}
.form-control::placeholder {
  font-size: 14px; /* Adjust the font size as per your preference */
}

.form-inputs .form-control:focus{
  box-shadow:none;
  border:1px solid #000;
}

.form-inputs i{
  position:absolute;
  right:10px;
  top:5px;
  color:#888;
  font-size:13px;
}
/* .product-details * 
/* breadcrumb stsrts here */

.breadcrumb__links a {
  font-size: 13px;
  font-weight: 500;
  color: #111111;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}
.breadcrumb__links a:after {
  content: " >";
  padding-top:-10px;
}
.breadcrumb__links span {
  font-size: 13px;
  font-weight: 500;
  color: #888888;
  display: inline-block;
}
/* breadcrumb ends here */

/* product detail page starts here */
.product_details h3
{
  font-size:20px;
  text-transform: capitalize;
}


.product_details h5
{
  font-size:18px;
  text-transform: capitalize;
  font-weight:600;
  color:#777;
}

.product__details__price
{
  color:#d6807c;
  margin-right:10px;
  font-size:1.3em;
}

.product__details__price .strike
{
  margin-left:15px;
  font-weight: 400;
  text-decoration: line-through;
  color:#9e9c9c;
}

.product__details__price .percent
{
  margin-left:15px;
  color:#888;
  font-size:16px;
}


/* size radio */
.quantity>span {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  float: left;
  margin-top: 14px;
  margin-right: 15px;
}
.pro-qty {
  height: 45px;
    width: 100px;
    border: 1px solid #ebebeb;
    padding: 0 14px;
    overflow: hidden;
    display: inline-block;
    border-radius:30px;
}

.pro-qty input {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  border: none;
  float: left;
  width: 45px;
  text-align: center;
  height: 45px;
}
.pro-qty .qtybtn {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  float: left;
  width: 12px;
  line-height: 45px;
}


.add-to-cart {
background: #dd1c2f;
--shadow: rgba(0, 9, 61, 0.16);
cursor: pointer;
position: relative;
outline: none;
border: none;
-webkit-tap-highlight-color: transparent;
font-size: 16px;
padding: 15px 20px;
font-weight: 500;
line-height: 12px;
-webkit-transform: scale(var(--s, 0.97));
transform: scale(var(--s, 0.97));
box-shadow: 0 var(--s-y, 4px) var(--s-b, 12px) var(--shadow);

transition: box-shadow .3s, -webkit-transform .3s;
transition: transform .3s, box-shadow .3s;
transition: transform .3s, box-shadow .3s, -webkit-transform .3s;
height:45px;
border-radius:5px;
color: #fff;
width:50%;
}

.add-to-cart:hover {
background:#030325;
color:#ffffff;
}


.add-to-wish {
  background: #030325;
  --shadow: rgba(0, 9, 61, 0.16);
  cursor: pointer;
  position: relative;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  padding: 15px 20px;
  font-weight: 500;
  line-height: 12px;
  -webkit-transform: scale(var(--s, 0.97));
  transform: scale(var(--s, 0.97));
  box-shadow: 0 var(--s-y, 4px) var(--s-b, 12px) var(--shadow);
  color: #ffffff;
  transition: box-shadow .3s, -webkit-transform .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s;
  height:45px;
  border-radius:5px;
  text-align:center;
width:50%;
}


.add-to-wish-2 {
  background: #030325;
  --shadow: rgba(0, 9, 61, 0.16);
  cursor: pointer;
  position: relative;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  padding: 15px 20px;
  font-weight: 500;
  line-height: 12px;
  -webkit-transform: scale(var(--s, 0.97));
  transform: scale(var(--s, 0.97));
  box-shadow: 0 var(--s-y, 4px) var(--s-b, 12px) var(--shadow);
  color: #ffffff;
  transition: box-shadow .3s, -webkit-transform .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s;
  height:45px;
  border-radius:5px;
  text-align:center;
  width:50%;
}
  


.heading_detail
{
  font-size:15px;
  font-weight:500;
}
/* product detail page ends here */


.checkbox-wrapper {
  display: flex;
  align-items: center;
}

.styled-checkbox {
  display: none;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  font-family: var(--font-family-fira);
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  user-select: none;
  color: #000;
  transition: color 0.3s ease;
  margin:5px 0;
}

.styled-checkbox + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
 border:1px solid #ccc;
}

.styled-checkbox:checked + label:before {
  background: linear-gradient(145deg, #d6807c, rgb(187, 26, 26));
}

.styled-checkbox + label:hover:before {
  background: linear-gradient(145deg, rgb(187, 26, 26), #d6807c);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.right-detail-section
{
  margin-left:10px;
  
}
.right-detail-section h1
{
  font-family: var(--font-family-fira);
  font-size:20px;
  margin-bottom:10px;
  -webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
color:#3c3d3c;
font-weight:600;
}

.size-chart-2 {
  display: none; 
}
.sizechart table{
  width:100%;
}
.sizechart td{
  height:35px;
}
.sizechart .modal-body h3
{
  font-size:17px;
}
.modal-header {
  padding: 10px;
  background: #ffffff;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  background: #ffffff;
}
.btn-primary {
  color: #fff;
  background-color: #eb9894;
  border-color: #eb9894;
}

.accordion-body {
  padding: 1rem .25rem;
  font-size: 14px;
  color: #775;
  font-weight: 500;
  line-height: 25px;
  background-color: #fff;
}
.accordion-item {
    background-color: #fff;
    border: none;
    border-bottom:1px solid #ebebeb;
    padding: 0px 0px;
}
.accordion-button:focus {
  z-index: 3;
   border-color:none;
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #333;
  background-color: #f8f8f8;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  padding: 20px 0px;
}

/* Add margin-top only to accordion buttons except the first one */
.accordion-item:not(:first-child) .accordion-button {
  margin-top: 10px;
}
.accordion-button {
  padding: 20px 0px;

}
.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  transform: rotate(-180deg);
}
.accordion-button::after {
  
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "\F282";
  font-family: bootstrap-icons;
  font-size: .9rem;
  color: #333;
  background-image: none;
  transition: transform .2s ease-in-out;
  font-weight:600;
}

.accordion-body h2,h1,h3{
font-size:17px;
}
.w-50
{
  width:50%;
}

.w-100
{
  width:100%;
}
.details h3{
  font-size:16px;
  margin-top:15px;
  color:#222;
  border-top:1px solid #ebebeb;
  padding-top: 20px;
}
.details p{
  font-size:15px;
  margin-top:15px;
  color:#555;
}

/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/

.footer .logo { display: none; }

.footer {
  background-color: #f3dedd;
  padding-block: 20px;
}

.footer-top {
  display: grid;
  gap: 40px;
  margin-block-end: 60px;
  grid-template-columns: repeat(4, 1fr); /* 4 equal-width columns */

}

.footer-list-title {
  color: var(--black);
  font-size: var(--fs-7);
  font-weight: var(--fw-600);
  margin-block-end: 10px;
}

.footer-list-text { font-size: var(--fs-8); }

.footer-list-text .link {
  display: inline-block;
  color: var(--black);
  font-weight: var(--fw-600);
  text-decoration: underline;
  transition: var(--transition-1);
}

.footer-list-text .link:is(:hover, :focus) { color: var(--hoockers-green); }

.footer-list-text.bold {
  color: var(--black);
  font-weight: var(--fw-600);
  margin-block: 15px 2px;
}

.footer-link {
  font-size: var(--fs-8);
  padding-block: 5px;
  color:#444;
 }

.footer-link:is(:hover, :focus) { text-decoration: none;color:#c8161e; }

.newsletter-title {
  color: var(--black);
  font-size: var(--fs-5);
  font-weight: var(--fw-600);
  line-height: 1.3;
}

.newsletter-text {
  font-size: var(--fs-7);
  line-height: 2;
  margin-block: 10px 35px;
}

.newsletter-form { position: relative; }

.email-field {
  background-color: var(--white);
  font-size: var(--fs-7);
  padding: 12px 18px;
  border: 1px solid var(--hoockers-green_20);
  border-radius: var(--radius-3);
  outline: none;
  transition: var(--transition-1);
}

.email-field::placeholder { color: var(--spanish-gray); }

.email-field:focus { border-color: var(--black); }

.newsletter-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.copyright { font-size: var(--fs-7);margin-bottom:0px; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Allows wrapping on smaller screens if needed */
}

.footer-bottom .wrapper {
  order: 1; /* Keeps copyright on the left */
  flex: 1; /* Ensures it takes available space */
}

.footer-bottom .social-list {
  order: 2; /* Keeps social links on the right */
  display: flex;
  gap: 20px; /* Spacing between social links */
  flex: 1; /* Ensures it takes available space */
  justify-content: flex-end; /* Aligns links to the right */
}

.footer-bottom .social-list li {
  list-style: none;
}

.footer-bottom .social-list a {
  text-decoration: none;
}


.social-list {
  display: flex;
  gap: 20px;
}

.social-link {
  color: var(--black);
  font-size: 18px;
  transition: var(--transition-1);
}

.social-link:is(:hover, :focus) { color: var(--hoockers-green); }




/*-----------------------------------*\
  #BACK TO TOP
\*-----------------------------------*/

.back-top-btn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: var(--white);
  color: var(--hoockers-green);
  font-size: 22px;
  padding: 13px;
  border-radius: 50%;
  box-shadow: var(--shadow-1);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-1);
}

.back-top-btn:is(:hover, :focus) {
  background-color: var(--hoockers-green);
  color: var(--white);
}

.back-top-btn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px);
}

.padding-big
{
  padding-top:60px;
  padding-bottom:60px;
}
.padding-big h1
{
  border-bottom:1px solid #ebebeb;
  padding:10px;
}

.padding-big ul li
{  list-style:circle;
  line-height:28px;

  margin-left:30px;
}

/* shopping cart page */


.small, small {
  font-size: .865em;
  color: #777;
}
.grey777
{
  color: #777;
  font-size:14px;
}
.bold-text {
  display: flex;
  justify-content: space-between; /* Aligns items with space between */
  align-items: center; /* Centers items vertically */
  font-weight: 600;
  font-size:14px;
  margin-bottom:0px;
}
.no-border
{
  border:1px solid transparent !important;
  text-align:right;
  background:transparent !important;
  font-weight:500;
  padding:0px !important;
}

.order-amount {
  white-space: nowrap; /* Prevents wrapping of the amount */
}

.mt-44
{
  margin-top:35px;
}

.discount__input {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #d0d0d0;
  padding: 12px 15px 12px 15px;
  font-size: 14px;
  color: #000;
  outline: none;
  background:#fff;
}
.discount__submit {
  display: block;
  padding: 0px;
  margin: 0px;
  bottom:86px;
    right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: none;
  border: none;
  position: absolute;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.5px;
  outline: none;
  font-weight:600;
}
.order-summary__background {
  padding: 40px 35px;
  background: #e6e6e6;
  margin-bottom: 35px;
  position: relative;
}
.quantity-field__input {
  display: block;
  width: 50%;
  text-align: center;
  padding: 7px 7px;
  margin: 0px;
  border: 1px solid #d0d0d0;
  outline: none;
  height: 34px;
  font-size: 16px;
  line-height: 1.3;
  color: #777;
}

.order-summary__proceed-to-checkout .second-button {
  display: block;
  width: 100%;
  text-align: center;
}
.second-button {
  padding: 12px 30px;
  margin-top: 10px;
  color: #ffffff;
  display: inline-block;
  border: none;
  background: #21213a;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  position: relative;
  z-index: 3;
  outline: none !important;
  box-shadow: none !important;
}
.second-button:hover {

  color:#304650;
  background: #fff;
border:1px solid #304650;
}


/* checkout page */

.card {
  margin-bottom: 24px;
  -webkit-box-shadow: 0 2px 3px #e4e8f0;
  box-shadow: 0 2px 3px #e4e8f0;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff !important;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #f0f1f4;
  box-shadow:none;
}
.activity-checkout {
  list-style: none
}

.activity-checkout .checkout-icon {
  position: absolute;
  top: -4px;
  left: -24px
}

.activity-checkout .checkout-item {
  position: relative;
  padding-bottom: 24px;
  padding-left: 35px;
  border-left: 2px solid #f5f6f8;
}

.activity-checkout .checkout-item:first-child {
  border-color: #727273;
}

.activity-checkout .checkout-item:first-child:after {
  background-color: #3b76e1;
}

.activity-checkout .checkout-item:last-child {
  border-color: transparent;
}

.activity-checkout .checkout-item.crypto-activity {
  margin-left: 50px;
}

.activity-checkout .checkout-item .crypto-date {
  position: absolute;
  top: 3px;
  left: -65px;
}



.avatar-xs {
  height: 1rem;
  width: 1rem
}

.avatar-sm {
  height: 2rem;
  width: 2rem
}

.avatar {
  height: 3rem;
  width: 3rem
}

.avatar-md {
  height: 4rem;
  width: 4rem
}

.avatar-lg {
  height: 5rem;
  width: 5rem;
  object-fit:cover;
  object-position:top;
  display: block
}
.text-left
{
  text-align:left;
}
.avatar-xl {
  height: 6rem;
  width: 6rem;
  object-fit:cover;
  object-position:top;
  display: block
}

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ca1a21;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 8px
}

.avatar-group .avatar-group-item {
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all .2s;
  transition: all .2s
}

.avatar-group .avatar-group-item:hover {
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

.card-radio {
  background-color: #fff;
  border: 2px solid #eff0f2;
  border-radius: .75rem;
  padding: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block
}

.card-radio:hover {
  cursor: pointer
}

.card-radio-label {
  display: block
}

.edit-btn {
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 25px;
  margin-top: -50px
}

.card-radio-input {
  display: none
}

.card-radio-input:checked+.card-radio {
  border-color: #3b76e1!important
}
.font-size-13 {
  font-size: 13px!important;
}
.font-size-14 {
  font-size: 14px!important;
}
.font-size-15 {
  font-size: 15px!important;
}
.font-size-16 {
  font-size: 16px!important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a {
  text-decoration: none!important;
  font-size:14px;
}


.table>:not(:first-child) {
  border-top: 2px solid #ebebeb;
}
.fw-bold-1
{
  font-weight:600;
}
.edit-btn {
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 25px;
  margin-top: -50px;
}

.ribbon {
  position: absolute;
  right: -26px;
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 1px 22px;
  font-size: 13px;
  font-weight: 500
}
.shipping-checkbox,.billing-checkbox {
  display: inline-block;
  vertical-align: middle; 
}

.shipping-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.billing-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.shipping-checkbox label {
  margin-left: 15px; 

}
.ml-3
{
  margin-left:12px;
}

.ml-0
{
  margin-left:0px !important;
}

.checkout_input
{
  border:none;
  background: transparent;
  text-align: right;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  font-size: 13px;
}

.btn-black{
  background:#eb9894;
  color:#fff;
}

.product-slider {
    width: 100%;
    position: relative;
    margin-bottom: 30px; /* Adjust spacing as needed */
}

.right-detail-section {
    text-align: left; /* Center content in the text */
}

.size-chart {
    margin-left: 10px; /* Optional: add space between product name and size chart button */
}

.row.justify-content-center {
    justify-content: center;
}
.product_details_sec
{
    background:#f3f2ee;
}
.max-detail-height-img {
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff5e8;
}

.max-detail-height-img img {
  height: 550px;
  width: 100%;
  object-fit: contain;
}

/* Hero Container Styles */
.hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 99.5%;
  height: 100%;
  position: relative;
}

.hero-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}


/* Fullscreen Icon Styles */
.fullscreen-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  color: #333;
  font-size: 20px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.fullscreen-icon:hover {
  color:#555;
}

.badge-success {
  background-color: green;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

.badge-danger {
  background-color: red;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}



a.text-uppercase {
  text-decoration: none;
  color: inherit;
}


.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}

/* Enable animation */
.enable-animation .marquee__content {
  animation: scroll 20s linear infinite;
}
.marquee:hover .marquee__content {
  animation-play-state: paused;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.accordion-button
{
  padding:12px !important;
}

.bg-pink
{
  background-color:#f3dedd;
  padding:5px;
}
.top-marquee-font
{
  font-weight:600;
  font-size:15px;
}


/* CSS WhatsApp button */
a.btn-wa {
  text-decoration: none;
}
.btn-wa {
  position: fixed;
  bottom:5%;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #25d366;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  cursor: pointer;
  z-index:1;
  transition: left 2s, width 1s, height 1s;
}

.bi-whatsapp {
  font-size: 1.9rem;
  color: #fff;
}

.btn-wa:hover{
  width:50px;
  height:50px;
}



.form-check-input:checked {
  background-color: #fba5a0;
  border-color: #fba5a0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #f3dedd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #f3dedd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
}

.bi-heart-fill
{
  color:#cccccc;
}

.single-column-menu li
{
  line-height:30px;
  font-size:14px;
}

.single-column-menu h4
{
  font-size:16px;
}



/* Media query adjustments */
@media screen and (max-width: 768px) {
  .footer { padding-block: 40px 60px;}
  .footer .logo { display: block; }
  .footer .logo img { width: 120px;height:auto; }
  .footer-top { display:block; margin-block-end:10px; text-align: center;}
  .footer-bottom {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
    
  }
  .footer-bottom .wrapper { margin-block-end: 0; }
  .footer-bottom .social-list{justify-content: center;}

  

  .flex-item { max-width: calc(50% - 15px); }
  

  
.scrollbar-item { min-width: calc(33.33% - 20px); }


.btn-wa {
  right: 4%;
  bottom:8%;
}
.font-18 {
  font-size: 26px;
}

.img-cotain img {
  height: auto;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}
.video-container {
position: relative;
overflow: hidden;
width: 100%;
height: 85vh;
}
.add-to-cart {
font-size:14px !important;
padding:15px 20px !important;
}

.add-to-wish {
font-size:14px !important;
padding:15px 20px !important;

}

.add-to-wish-2 {
font-size:14px !important;
padding:15px 20px !important;

}

.slides img {
width: 100%;
height: 100%;
object-fit: contain;
}

}


/* Ensures the table layout is kept intact */
.rwd-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom:50px;
}

.rwd-table th, .rwd-table td {
  padding: 8px;
  border: 1px solid #ddd;
  vertical-align: middle;
  white-space: nowrap;
}

/* Hide the <th> elements on smaller screens */
@media (max-width: 768px) {
  .rwd-table th {
      display: none;
  }
  .rwd-table {
    border-spacing: 0 20px;
}
  .rwd-table tr + tr td:first-child {
    margin-top: 20px; /* Adjusts top gap between rows */
}

  .rwd-table td {
      display: block;
      width: 100%;
      text-align: left;
      position: relative;
      padding-left: 50%; /* Creates space for pseudo-element */
      white-space: normal; /* Allows text to wrap on small screens */
  }

  .rwd-table td::before {
      content: attr(data-th); /* Display <th> content */
      position: absolute;
      left: 10px;
      font-weight: bold;
  }

  .rwd-table td img {
      max-width: 50px;
      height: auto;
  }
}


@media (min-width: 992px) and (max-width: 1025px) {
  
  .containers {
    flex-direction: column;
    align-items: center;
  }

  .thumbnails {
    flex-direction: row !important;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    max-width:100%;
  }

  .thumbnails img {
    width: 80px;
    height: 60px;
    
  }

  .slides {
    width: 475px !important;
    margin-top:20px;
    margin-left:0px !important;
  }
  
  .slides img
  {
      object-fit:cover;
  }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
}



/* contact check */

.containersc {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forms-padding
{
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}
.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}

.contact-form {
  background-color: #fff;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #fff);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #fff;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}


.containersc .title {
  color: #333;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #b7b7b7;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #333;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

.containersc textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #444;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.containersc .btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #ca3537;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.containersc .btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #ca3537;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #ca3537;
}

.containersc .text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  font-size: 0.95rem;
}

.information i {
  color: #fbc4c2;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #fff, #ffffff);
  color: #282828;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #ca3537;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #ca3537, #ff6e70);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .containersc {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  .containersc form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .containersc .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .containersc .btn {
    padding: 0.45rem 1.2rem;
  }
}
.titles
{
  font-weight:400;
  margin-bottom:5px;
  font-size:15px !important;

}
.max-min-input
{
  padding-left:10px;height:40px; flex: 1; margin-right:0px;border-radius:20px;border:1px solid #f3dedd;
}