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

:root {
    --primary: #F8D958;
    --secondary: #B4ADEA;
    --peachy: #FFFAE9;
    --accent: #EC1C24;
}

body {
    font-family: "Alegreya Sans", sans-serif;
    /* padding-top: 36px; */
    background: var(--peachy);
}
.filter{
    background-color: darkslategrey;
    padding: 0;
    font-weight: bold;
    margin: auto;
    margin-bottom: '10px';
 
}
.apply, .cancel{
    padding: 0;
    background-color:#3C7352;
   width: 100%;
   height: auto;
 
}
h1,
h2 {
    font-weight: 600;
}

.headerstyle {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 19;
}

li.has-children {

    position: relative;

}
.top-header {
    /* background: var(--primary); */
    background: white;
    padding: 5px 0;
    text-align: right;
    border-bottom: 1px solid #b4b4b4;
}

header ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header ul li {
    display: inline-block;
}

header ul li:not(:last-child) {
    margin-right: 1rem;
}

header ul li a {
    font-size: 18px;
    transition: all 0.3s ease-in;
    text-decoration: none !important;
    color: #000;
    cursor: pointer;
}

.container {
    max-width: 1500px !important;
}

/* .right .only-desk{
    margin-left: 70px !important;
} */

.head-row {
    padding: 12px 15px;
    background: transparent;
}

.top-header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.top-header .container p {
    margin: 0;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    font-weight: 700;
}
.articles h4{
    margin-bottom: 2rem;
}
.image-upload-section {
    margin-left: 10px;
}
.image-upload-section button{
display: block;
margin-top: 5px;
font-size: 13px;
}
.image-upload-section input{
    margin-top: 5px;
    font-size: 13px;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    width: 300px; /* Adjust width as needed */
    max-width: 90%;
  }
  
  .popup-content p {
    margin-top: 20px;
    margin-bottom: 1rem;
}
  .popup-header {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  
  .close-icon {
    cursor: pointer;
    color: #000; /* Adjust color as needed */
  }
  
  
.link {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: all 0.3s ease-in;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}
/* section.banner {
    color: #fff;
    padding-top: 9rem;
    text-align: center;
    position: relative;
    background-image: url(../images/newbanner.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */


/* Add this to style.css */
.event-f {
    position: relative;
  }
  
  .profile-button {
    position: absolute;
    top: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    cursor: pointer;
    z-index: 1;
  }
  
  .profile-button img {
    width: 40px; /* Adjust size as needed */
    height: auto;
  }
  

section.banner {
    position: relative;
    padding-top: 9rem;

    height: 100vh;
    background-image: url('../images/running1.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}

    section.banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3); /* Adjust opacity here */
        filter: blur(8px); /* Adjust the blur radius as needed */
        z-index: 0; /* Ensure the overlay is behind the content */
    }

section.banner .container {
    position: relative;
    z-index: 1; /* Ensure content is above the blurred overlay */
}

section.banner .content {
    padding-top: 9rem;
}

section.banner h2,
section.banner h3 {
    color: white; /* Ensure text color remains white */
}

a.global-cta {
    display: inline-flex;
    background: var(--secondary);
    font-weight: 800;
    padding: 16px 40px;
    border-radius: 100px;
    gap: 0.76rem;
    transition: all 0.3s ease-in;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
    top: 0px;
}
a.global-ctas {
    display: inline-flex;
    background: var(--secondary);
    font-weight: 800;
    padding: 16px 40px;
    border-radius: 100px;
    gap: 0.76rem;
    transition: all 0.3s ease-in;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
    top: 94px;
}
a.global-ctas.transparent {
    background: transparent;
}

.menus {
    border: 1px solid #0A0A0A;
    background: #fff;
    border-radius: 100px;
    padding: 13px 2rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.aboutusmainContainer{
    display: flex;
}
.search input {
    background-color: #EDEDED;
    border: none;
    height: 36px;
    font-size: 1rem;
    color: #000;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    padding-left: 3rem;
    background-position: 15px center;
    border-radius: 100px;
    max-width: 170px;
    margin-top: 10px;
}

.search input::placeholder {
    color: #828282;
}

.right a {
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1;
    text-decoration: none;
}

section.banner h2 {
    font-size: 90px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}

section.banner .container {
    max-width: 50rem;
}

a.global-cta.peachy {
    background: var(--peachy);
}

li.has-children>a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ctas {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
}

.has-children>a:after {
    content: '';
    background-image: url(../images/arrow-bottom.png);
    width: 1rem;
    height: 1rem;
    display: block;
}


.mega-menu {background: #FFEDC9;width: 100%;max-width: 1320px;margin: auto;margin-top: 1rem;padding: 1rem;opacity: 0;visibility: hidden;transition: all 0.3s ease-in;position: absolute;min-width: 30rem;}
section.marquee {
    background: var(--accent);
    padding: 1.5rem 0;
    text-align: center;
}

section.marquee h4 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 600;
    color: #151515;
    margin: 0;
}

span.bordered-text {
    color: #ff0015;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}
section.articles {
    padding: 7rem 0;
    background: #FFFAE9;
}

h2.heading {
    font-size: 58px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 1rem;
}

h3.heading {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 3rem;
}
input::placeholder{
    color: black; 
    opacity: 1;  
}


.article-block {
    border: 1px solid #0000001f;
    border-radius: 24px;
    padding: 1.5rem;
    margin: 0 0.75rem;
    max-width: 390px;
    transition: all 0.3s ease-in;
    pointer-events: auto !important;
}

.img.article-img {
    height: 230px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.article-content p {
    font-size: 18px;
    font-weight: 400;
}

.article-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0A0A0A;
}



/* -----------------ADMIN STYLE--------------------- */

body.admin {
    padding: 0;
}

.admin-layout {
    background: #fff;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    height: 100vh;
}

.left-bar {
    width: 224px;
    flex: none;
    border-right: 2px solid #F2F2F2;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    height: 100%;
}

.left-bar .logo {
    max-width: 127px;
    margin: 0 auto;
    display: flex;
}

.left-bar .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

input.search {
    border: 1px solid #E0E0E0;
    height: 40px;
    padding: 0 1rem 0 3.15rem;
    width: 100%;
    font-size: 1rem;
    border-radius: 8px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 17px center;
    outline: none;
}
.admin-menus ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 130px;
    margin: 1.5rem auto 0;
}

.admin-menus ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}
.admin-menus ul li a.active {
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    text-decoration: none;
}

.admin-user {
    width: 50%;
    margin: auto;
    
}
.admin-user .img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
}
.admin-img-text{
   
        display: flex;
        flex-direction: column;
    
        margin: auto;
        text-align: center;
        justify-content: unset;
  
}

.admin-user  .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.admin-foot {
    padding: 1.5rem 0;
    flex: none;
    cursor: pointer;
}

.admin-user {
    display: flex;
    gap: 1rem;
    align-items: center;
    transition: all 0.3s ease-in;
    flex-wrap: wrap;
}

.admin-user-texts {
    margin: auto;
    text-align: center;
}

h6.label {
    margin: 0;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}

.admin-user-text h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.admin-menus {
    flex: 1;
    overflow-y: auto;
}

.main-area {
    flex: 1;
    overflow-y: auto;
    padding: 2rem;
}

.admin-main-top h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 1rem;
}

button.download {
    font-size: 1rem;
    font-weight: 400;
    background: none;
    border: none;
    border-bottom: 1px solid #F2F2F2;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease-in;
}

button.download:hover {
    background: #F2F2F2;
}

.amt-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.amt-container .search {
    max-width: 640px;
}
.table-header h6,
.table-view table th {
    font-size: 10px;
    color: #666666;
    font-weight: 400;
    margin: 0;
}

.table-header {
    display: flex;
    gap: 6px;
    align-items: center;
}

.table-view table tr {
    border-bottom: 1px solid #F2F2F2;
}

.table-view td,.table-view th {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 1.5rem;
}

.table-view table {
    width: 100%;
}
.status {
    font-size: 15px;
    background: #E6FFB9;
    border-radius: 100px;
    width: fit-content;
    padding: 1px 5px;
}

.status.not-approved {
    background: #FEDE6EC4;
}
.table-view {
    margin-top: 2rem;
    overflow-x: auto;   
}
input.search:focus {
    border-color: #000;
}
.admin-user:hover {
    opacity: 0.7;
}
.admin-layout *{
    font-family: "Inter", sans-serif;
}
.icon {
    cursor: pointer;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.3s ease-in;
    padding: 2px;
}

.icon:hover {
    background: #F2F2F2;
}

.icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tabs a {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
    position: relative;
    padding-bottom: 1rem;
    display: block;
    transition: all 0.3s ease-in;
}
.left-main{
    display: flex;
    width: 208px;
    flex: none;
    border-right: 2px solid #F2F2F2;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 2rem; 
    height: 87%;
    margin-top: 60px;

} 

.tabs {
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}
.tabs a.active {
    color: #333333;
}

.tabs a:after {
    content: '';
    height: 2px;
    width: 0;
    display: block;
    background: #333333;
    position: absolute;
    bottom: -1px;
    transition: all 0.3s ease-in;
}

.tabs a.active:after, .tabs a:hover:after {
    width: 100%;
}

.tabs a:hover {
    color: #333333;
}

/* -----------------ADMIN STYLE--------------------- */

.graphh{
    height:500px;
}
.tab-content .graph-view canvas {
    display: block;
    box-sizing: border-box;
    height: 400px !important;
    width: 1007px !important; 
}
.tab-content .graphh canvas {
    display: block;
    box-sizing: border-box;
    height: 470px !important;
    width: 1007px !important; 
}


/* -----------------ADMIN STYLE--------------------- */



.my-act-cnt{
    margin: auto;
    max-width: 670px;
    margin-top: 8rem;
    display: flex;
    /* text-transform: capitalize; */
    flex-direction: column;
    gap: 1.5rem;
}
.inputCap{
    text-transform: capitalize;
}
.my-account-row label {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}

.my-account-row a {
    font-size: 12px;
    font-weight: 700;
    color: #333333;
    text-decoration: underline;
}

.mac-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}
/* input[type=time]::-webkit-calendar-picker-indicator {
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
} */

.my-account-row input {
    border: none;
    border-bottom: 1px solid #F2F2F2;
    width: 100%;
    outline: none;
}
.my-account-row input:focus {
    border-color: #000;
}
.amt-top-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.amt-top-container h2 {
    margin: 0;
}
.analytics-bar {
    background: #F2F2F2;
    display: flex;
    justify-content: space-between;
    overflow-y: auto;
}

.analytic-block h6 {
    font-size: 9px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 10px;
}

.analytic-block {
    color: #666666;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    padding: 1.25rem 1.12rem;
    flex: 1;
    cursor: pointer;
    transition: all 0.3s ease-in;
    min-width: 160px;
}

.analytic-block h4 {
    font-weight: 400;
    line-height: 28px;
}

p.label {
    font-size: 12px;
    margin: 0;
    font-weight: 400;
}
.analytic-block.active {
    color: #000;
    background: #fff;
    border-color: #000;
}
.analytics-graph {
    padding: 4rem 0 2rem;
    font-size: 1rem;
    color: #333333;
}

.graph:not(.show) {
    display: none;
}
.analytic-block:hover {
    background: #fff;
}
h5.norm {
    font-size: 1rem;
    color: #333333;
    font-weight: 400;
}

.meta {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.gray {
    color: #666666;
}
.green {
    color: #3C7352;
}
.tab-content:not(.show) {
    display: none;
}
.prd-view img {
    width: 44px;
    height: 48px;
    object-fit: cover;
}

.prd-view p {
    margin: 0;
}

.prd-view {
    display: flex;
    align-items: center;
    gap: 3rem;
}
.amt-tabs-container {
    margin: 1.5rem 0 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.amt-tabs-container .tabs {
    margin: 0;
    flex: 1;
}
.table-view input[type="checkbox"] {
    width: 17px;
    height: 17px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #666666;
    border-radius: 3px;
    cursor: pointer;
}


.table-view input[type="checkbox"]:checked {
    background: #000;
}
.admin-user.current .img {
    height: 186px;
    width: 100%;
    max-width: 286px;
    border-radius: 24px;
}

.custom-date-range-picker {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
  
  .custom-date-range-picker input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  /* input[type=time]::-webkit-calendar-picker-indicator {
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
} */

.actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 8px;
}

.actions .action {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.current .admin-user-text h4 {
    margin-bottom: 10px;
}
.left-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 4rem);
    padding-top: 5rem;
}
.left-bar-header {
    gap: 1rem;
    display: flex;
    align-items: center;
    flex: none;
}


.progress-bar {
    width: 100%;
    border: 1px solid #000;
    height: 19px;
    background: transparent;
    border-radius: 100px;
}

/* cart view */
.quantity-control {
    display: flex;
    align-items: center;
  }
  .pricess{
    width: 69%;
    margin-left: 106px;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 9px;   

  }
  
  .quantity-control button {
    width: 30px;
    height: 30px;
    font-size: 20px;
    cursor: pointer;
  }
  
  .quantity-control span {
    margin: 0 10px;
    font-size: 18px;
  }

span.completed {
    display: block;
    width: 50%;
    background: #000;
    height: 100%;
}

.centered-cta {
    text-align: center;
    margin-top: 3rem;
}


a.global-cta.transparent {
    background: transparent;
}

section.how-it-works {
    background: var(--secondary);
    border-radius: 30px 30px 0 0;
    padding: 7rem 0 100px;
}

h6.subheading {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    max-width: 1008px;
    margin: auto;
    position: relative;
    top: -2rem;
}

.step h5 {
    background: #0A0A0A;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 17px 20px;
    width: fit-content;
    border-radius: 28px 19px 22px 19px;
    margin: auto;
}

.step .img {
    height: 300px;
    width: 100%;
    max-width: 300px;
}

.steps-container {
    display: flex;
    justify-content: space-between;
    overflow: auto;
}

.step {
    flex: 1;
    text-align: center;
    position: relative;
    min-width: 330px;
    margin: auto;
}

section.products {
    padding: 5rem 0;
    background-color: var(--peachy);
}

.prd-image {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 1rem;
}
.prd-imageProduct{
    border-radius: 24px;
    overflow: hidden;
    background: #fff; 
}

.product h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.product p {
    font-size: 18px;
    font-weight: 400;
}

.product {
    text-align: center;
    margin: 0 0.75rem;
    cursor: pointer;
}

section.pre-footer {
    max-width: 1400px;
    width: 90%;
    margin: auto;
    border: 6px solid #000;
    border-radius: 56px 56px 0 0;
    background: #FFEDC9;
    border-bottom: 0;
    padding: 6rem;
    text-align: center;
}

footer .left {
    background: var(--primary);
    width: 60%;
    padding: 6rem 3rem 0 0rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .right {
    width: 40%;
}

.f-top {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    height: 790px;
}

footer {
    background-color: var(--primary);
    position: relative;
}

.bottom-footer {background: #000;padding: 2.5rem 0;color: #fff;text-align: right;}
h4.title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.f-menus a {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
}

.f-menus {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.stay-in-touch h2 {
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.stay-in-touch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #00000024;
    padding: 4rem 0;
    margin-top: 10rem;
}

.socials {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

footer .left .container {
    width: 89%;
}
footer:after {
    content: '';
    width: 40%;
    height: calc(100% - 120px);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--secondary);
}
.newsletter {
    padding: 5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsletter h5 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
}

.newsletter h3 {
    font-size: 52px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.form form {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0A0A0A;
}

.form input {
    background: transparent;
    border: none;
    color: #000;
    padding: 20px 0;
    flex: 1;
    outline: none;
}



.form button {
    background: transparent;
    border: none;
    padding: 0;
}
.articles-containers {
    max-width: 1200px;
    margin: auto;
}
.step p {
    font-size: 25px;
    max-width: 10rem;
    margin: 0 auto;
    line-height: 1;
    word-wrap: break-word;
}
.step:not(:last-child)::after {
    content: '';
    background-image: url(../images/vector-arrow.png);
    width: 64px;
    height: 55px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.step:nth-child(2):after {
    right: -2rem;
}
.full-image img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.full-image {position: relative;bottom: -12rem;margin-top: -16rem;}
.lg-logo {
    margin-bottom: 6rem;
    text-align: center;
}
section.pre-footer .container {
    max-width: 966px;
}

section.pre-footer .link {
    width: 100%;
    margin: auto;
    display: block;
}
.menus a:hover {
    color: var(--secondary);
}
a.global-cta.secondary:hover {
    background: var(--peachy);
    color:black !important;
}

a.global-cta.peachy:hover {
    background: var(--secondary);
}

a.global-cta.transparent:hover {
    background: #fff;
}

.article-block:hover {background: #FFEDC9;}

.product:hover .prd-image:hover {
    background: #FFEDC9;
}
.m-sec h4, .m-sec h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.m-cnt p {
    font-size: 18px;
    font-weight: 400;
}

.mega-inner {
    display: flex;
    gap: 2rem;
}

.m-sec-i {
    display: flex;
    gap: 1rem;
}

.m-sec h4 {
    margin-bottom: 1.5rem;
}

li.has-children:hover .mega-menu {
    visibility: visible;
    opacity: 1;
}
.prd-image img {
    width: 100%;
    height: 415px;
    object-fit: cover;
}

.prd-imageProduct img {
    width: 100%;
    object-fit: contain;
}



.custom-slick-arrow {
    font-size: 20px; 
    color: white; 
    background-color: black; 
    border: none; 
    padding: 10px;
    border-radius: 50%; 
    cursor: pointer;
  }
  
  .slick-prev {
    left: -38px !important; /* Adjust position */
  }
  
  .slick-next {
    right: -22px !important; /* Adjust position */
  }

  .slick-prev:before, .slick-next:before {
    color: black !important;
    font-size: 39px !important;

  }


  

  body.event-f {
    padding: 0;
    background: var(--secondary);
}

.s-left {
    padding: 2rem 0;
}
.event-form-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  
  /* X button specific for mobile view */
  
  
  /* X button specific for desktop view */
  .only-desktop {
    display: block; 
  }

.events-container {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.events {
    position: relative;
    min-height: 100vh;
}

.events:after {
    content: '';
    background: #FFFAE9;
    display: block;
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 30px 0px 0px 30px;
}

.event-form {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px;
}

.s-left h4 {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    max-width: 301px;
    margin: 5rem 0 1rem;
}

.s-left p {
    font-size: 18px;
    max-width: 269px;
}

.event-form .m-cnt h5 {
    font-weight: 700;
    color: #000;
    margin: 0;
}

.cta {
    padding-top: 4rem;
    margin-top: 4rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mid {
    width: 100%;
    height: 65%;
    position: relative;
    padding-bottom: 11rem;
}
h5.tt {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
}

.fgroup input,
.fgroup select {
    height: 40px;
    border: 1px solid #E0E0E0;
    width: 100%;
    background: transparent;
    border-radius: 8px;
    padding: 0 1rem;
}
.back-cta {
    width: 56px;
    height: 56px;
    position: relative;
    top: 94px;
    border: 2px solid #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in;
    visibility: hidden;
}
.fgroup {
    margin-bottom: 1rem;    
}
.event-form .event-form-close{
position: absolute;
top: 65px;
right: 10px;
cursor: pointer;
}

h5.tt {
    font-size: 18px;
    font-weight: 400;
  
}
.text-contain{
    margin-left: 4rem !important;
}
.Text-Img{
    width: 450px;
    /* position: relative;
    left: -15%; */
    
}
.tt-s a{
    margin-left: 1px;
   
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  
.f-group-inline {
    height: 40px;
    border: 1px solid #E0E0E0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    margin-bottom: 1rem;
}

span.prepend {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 0 1rem;
    flex: none;
}

span.append {
    font-size: 11px;
    font-weight: 700;
    padding: 0 1rem;
    flex: none;
}

.f-group-inline input {
    width: 100%;
    flex: 1;
    border: none;
    height: 100%;
    background: transparent;
}
.info p {
    font-size: 18px;
    margin: 0;
}

span.gray {
    color: #666666;
    display: block;
}

.info {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.info .tt {
    min-width: 9rem;
}
.prg-bar {
    width: 100%;
    background: #cdcbcb;
    height: 2px;
    position: absolute;
    top: 135px;
}

.prg-bar .inner {
    background: #000;
    display: block;
   
    height: 2px;
    background: #000;
}
.upload {
    height: 230px;
    border: 2px dashed #333333;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.upload p {
    font-size: 1rem;
    margin: 1rem 0 0;
    color: #000;
    font-weight: 500;
}

p.desc {
    font-size: 12px;
}

.upload p span {
    color: #5D5A88;
}

.uplaod-ctas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.cta-s {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid transparent;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.cta-s:hover {
    border-color: #000;
}
.upload input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
}



.ctacreataccount {
    padding-top: 4rem;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Datepickerstyle{
    width: 106px;
    height: 58px;
}

.react-datepicker-ignore-onclickoutside{
    width: 80px;
}

.react-datepicker__input-container input{
    width: 80px;
}

.forgotmid{
    width: 100%;
    height: 50%;
    position: relative;
    padding-bottom: 11rem;
}

.forgotCta{
    padding-top: 4rem;
    margin-top: -2rem;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.AddParticipantCta{
    padding-top: 4rem;
    margin-top: 20rem;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.f-group-inline-text-area-teamevent{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    margin-bottom: 1rem;
}
.midtm6{
    width: 100%;
    height: 77%;
    position: relative;
    padding-bottom: 11rem;
}

.midTeammemberaccount{
    width: 100%;
    height: 94%;
    position: relative;
    padding-bottom: 11rem;
}

.popup-store-image {
    max-width: 70%; 
    height: auto; 
    display: block; 
    margin: 0 auto; 
  }
  @media (max-width: 768px) {
    .popup-store-image {
      max-width: 100%;
    }
  }



  /* popupstore */
 
  .slick-track .article-block {

    max-height: 500px !important;
    height: 480px;
  }


  .article-block1 {
    border: 1px solid #0000001f;
    border-radius: 24px;
    padding: 1.5rem;
    margin: 0 0.75rem;
    max-width: 390px;
    transition: all 0.3s ease-in;
    pointer-events: auto !important;
}


.rank-badge {
    position: absolute;
    margin-top : -20px;
    margin-left: -20px;
    background-color: #ff6b6b;
    color:black;
    font-weight: bold;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    border: 2px solid black; 
  }



 
.page-title {
    margin-top: 8rem; 
     border-top: 1px solid #0A0A0A;
    border-bottom: 1px solid #0A0A0A;
    padding: 1.1rem 0rem;
}

.page-titles{
    /* margin-top: 8rem; 
    border-top: 1px solid #0A0A0A;
   border-bottom: 1px solid #0A0A0A; */
   padding: 1.1rem 0rem;
}
.page-titles h4 {   
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0;
}


.page-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0;
}
.pop-store-container .container {
    border: 1px solid #dbdbdb;
    border-radius: 24px;
    padding: 1rem;
    display: flex;
    gap: 1.5rem;
}

.ps-l {
    width: 70%;
    flex: none;
    border: 1px solid #0A0A0A;
    border-radius: 24px;
    padding: 1rem;
}

.ps-l-t {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.ps-l-t .img {
    height: 380px;
    border-radius: 24px;
    flex: 1;
    overflow: hidden;
    max-width: 560px;
}

.ps-cont h2 {
    font-size: 52px;
    text-transform: uppercase;
    max-width: 11rem;
}

.ps-cont h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 1.25rem 0 1.5rem;
}

.psr-bars {
    border-top: 1px solid #0000003b;
    border-bottom: 1px solid #0000003b;
    margin: 1.75rem 0;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
}

.bar-container h6 {
    font-size: 18px;
    font-weight: 700;
    color: #0A0A0A;
}

.bar-container {
    flex: 1;
}

.psr-bars:after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    background: #0000003b;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
}

.cmn-p {
    font-size: 18px;
    font-weight: 400;
}
.h5 {
    font-size: 18px;
    font-weight: 700;
}
.heading-icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid #000;
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
}

.heading-icon .h5 {
    margin: 0;
}   
.ps-r {
    flex: 1;
}

.leaderr-info .img img {
    width: 140px;
    height: 75px;
    /* /* border-radius: 50%; */
  }
   
  .leaderr-info {
    width: 100%;
    display: flex;
    justify-content: space-around;
    /* flex-direction: column; */
  }
  .leaderr {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-bottom: 1px solid #00000033;
    align-items: center;
    padding: 0.5rem 1rem 0.65rem;
}

.leader {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid #00000033;
    align-items: center;
    padding: 0.5rem 1rem 0.65rem;
    justify-content: space-between;

}

a.link-s {
    color: #000;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.3s ease-in;
}

.leader-container .link-s {
    text-align: right;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}


.leader-container1 .link-s {
    text-align: right;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}


.leader-container:not(:last-child) {
    margin-bottom: 2rem;
}

.leader p span {
    color: #797979;
    display: block;
    line-height: 1;
}
section.products.store {
    padding-bottom: 10rem;
}
.link-s:after {
    content: '';
    background-image: url(../images/ArrowRight.png);
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
.pop-store-container {
    margin-top: 1rem;
}

.recent-supporters {
    background: #FFEDC9;
    padding: 1rem;
    position: fixed;
    right: 0;
    display: blo;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 550px;
    z-index: 199;
    transition: all 0.3s ease-in;
}

.recent-supporters .close-recents {display: block;text-align: right;opacity: 0.8;}

.recent-supporters .heading-icon h4 {
    font-size: 37px;
    font-weight: 700;
}

.heading-icon h4 {
    margin: 0;
}









.pop-store-container.leader .container {
    flex-direction: column;
    padding: 2rem 2rem 0rem;
}

.pop-store-container.leader .img {
    position: relative;
}

.pop-store-container.leader .img h5 {
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 5rem;
    width: 100%;
    padding: 0 1rem;
    text-align: center;
    color: #FFEDC9;
    text-shadow: -8px 8px 0px #1A1A1A;
}

.leader .psr-bars {
    margin: 0 0 0.75rem;
}

.leader .ps-b {
    text-align: right;
}
section.leader-board {
    padding: 4rem 0 10rem;
    margin-top: 20px;
}
h4.h-l {
    font-size: 37px;
    font-weight: 700;
}
.lead-tab {
    background: #FFEDC9;
    position: relative;
    width: fit-content;
    padding: 1.5rem 2rem 1rem;
    border-radius: 20px 10px 0 0;
    position: relative;
}

.lead-tab .heading-icon {
    border: none;
    margin: 0;
    padding: 0;
}
section.leader-board .leader-container {
    background: linear-gradient(0deg, #FFFFFF 0%, #FFEDC9 100%);
    padding: 2rem 2rem 5rem;
}
.leader-container h5 {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    white-space: nowrap;
    padding: 0 2rem;
}


.leader-container1 h5 {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    /* white-space: nowrap; */
    padding: 0 2rem;
}

.leader-container .progress-bar {
    max-width: 400px;
}

.leader-container .leader {
    padding: 1.5rem 1rem;
}
.lead-tab:after {
    content: '';
    background-image: url(../images/__after_mask-group.png);
    display: block;
    width: 143px;
    height: 100%;
    position: absolute;
    left: 94%;
    top: 2px;
    background-repeat: no-repeat;
    background-size: contain;
}
.psr-bars.leadership:after {
    display: none;
}

.psr-bars.leadership .bar-container:not(:last-child):after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    background: #0000003b;
    position: absolute;
    left: 104%;
    margin: auto;
    top: 0;
}

.psr-bars.leadership .bar-container {
    position: relative;
    padding: 1rem;
}

.psr-bars.leadership {
    padding: 0;
}
section.leader-board .leader-container .img {
    width: 52px;
    height: 52px;
    flex: none;
}
.table-container th {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0A0A0A;
}

.table thead th {
    border-color: #00000024;
    border-top: 0;
    min-width: 8rem;
}

.table td {
    border-color: #00000024;
}

.pr .img {
    width: 75px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.pr {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.table-container td {
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
    padding: 2rem 1rem;
}

.table-container rogress-bar {
    min-width: 10rem;
}

.table-container .progress-bar {
    width: 180px;
}
section.page-break-top {
    margin-top: 7rem;
}
section.page-break-top .search {
    margin-bottom: 1rem;
    text-align: right;
}

section.page-break-top .search input {
    width: 100%;
    max-width: 440px;
}

.table-container table {
    width: 100%;
}
.table-container thead th:(.no-sort):after {
    content: '';
    background-image: url(../images/sort.png);
    display: inline-block;
    width: 10px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    left: 10px;
    top: 4px;
}
.cta-center {
    margin: 4rem 0 5rem;
    text-align: center;
}
.table-container {
    overflow: auto;
}
.explore-table .table-container th:first-child {
    min-width: 16rem;
}

        


/* Jul-7 */

section.single-product .container {
    display: flex;
    justify-content: center;
}

section.single-product .left {
    width: 100%;
    max-width: 800px;
}

section.single-product .left .product-image {
    max-width: 100%;
    margin: 0 auto 2rem;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 774px;
}

section.single-product .left .product-image .img {
    height: 100%;
    width: 100%;
}

section.single-product .left .product-image .img img {
    object-fit: cover;
}

.product-carousel {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow: auto;
}

.product-carousel .pc {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding-bottom: 6px;
}

.product-carousel .pc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc.selected:after {
    content: '';
    width: 100%;
    display: block;
    background: #00000059;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
}

section.single-product {
    padding: 10rem 0;
}

.single-product .right {
    padding-left: 2rem;
}

.single-product .right .heading {
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    line-height: 75px;
}

.single-product .right h4 {
    font-weight: 400;
}

.quant {
    margin: 4rem 0;
}

.size-container h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0A0A0A;
    margin-bottom: 1.25rem;
}

.size-container h5 span {
    color: #0A0A0A4D;
    font-weight: 500;
}

.sizes .size {
    border: 1px solid #00000033;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4rem;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.sizes {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.quantity {
    border: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 105px;
    margin-bottom: 1.75rem;
}

.quantity > div {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.quantity input {
    height: 46px;
    border: none;
    background: transparent;
    text-align: center;
    color: #000;
    width: 100%;
    flex: 1;
}

.quantity > div:hover {
    background: whitesmoke;
}

button.add-to-cart {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EC1C24;
    color: #EC1C24;
    background: transparent;
    width: 100%;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
}

button.add-to-cart span {
    margin-left: 1rem;
}

button.add-to-cart:hover {
    background: #EC1C24;
    color: #fff;
}

.faqs {
    margin-top: 3rem;
}
.faqtext{
    width: 417px;
}

.faq h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.faq {
    border-bottom: 1px solid #d2d2d2;
    padding: 1.25rem 0;
    cursor: pointer;
}

.faq-body {
    margin-top: 1rem;
    display: none;
}

.faq-body h5 {
    margin: 0;
}

.faq-body p {
    margin: 0;
}
h5.faq-title::after {
    content: '';
    background-image: url(../images/AR.png);
    display: block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in;
}
.faq.selected .faq-body {
    display: block;
}
.selected h5.faq-title:after {transform: rotate(90deg);}
.sizes .size:hover, .sizes .size.selected {
    background: #000000;
    color: #fff;
}
h2.heading-2 {
    font-size: 38px;
}

h2.heading-2:after {
    content: '';
    width: 30px;
    height: 3px;
    background: #0A0A0A;
    display: block;
    opacity: 0.2;
    margin: 1rem auto 4rem;
}   
.text-18 {
    font-size: 18px;
    font-weight: 700;
}
.single-product .prd-image {
    width: 91px;
    height: 91px;
    background: #FFEDC9;
    padding: 1rem;
    border-radius: 50%;
}
.step4 img{

    height: 350px;
    width: 100%;
}


section.added-to-cart {
    position: absolute;
    width: 100%;
    top: 0px;
    background: #FFFAE9;
    z-index: 1999;
    border-bottom: 1px solid #000;
    padding: 1.5rem 0;
}

section.added-to-cart .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.view-cart {
    color: #000;
}
.close-cart {
    cursor: pointer;
  
}
.cart-drawer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    backdrop-filter: blur(4px);
}

.cart-drawer-inner {
    background: #F5F5F5;
    width: 100%;
    max-width: 545px;
    padding: 2rem;
    box-sizing: border-box;
    border-left: 1px solid #F8D958;
    box-shadow: 2px 10px 20px 0px #0000001A;
}

.cart-item-image {
    width: 98px;
    height: 135px;
    background: #fff;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cart-item-image .count {
    width: 30px;
    height: 30px;
    background: #F8D958;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    position: absolute;
    top: -11px;
    right: -10px;
}

.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-item-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cart-item-detail h5 {
    font-size: 1rem;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0 0 5px 0;
}

.cart-item-detail h6 {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}
.product h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.product p {
    font-size: 18px;
    font-weight: 400;
}

.product {
    text-align: center;
    margin: 0 0.75rem;
    cursor: pointer;
}
#head{
    text-align: center;
}

section.products {
    padding: 7rem 0;
    background-color: var(--peachy);
}
.prd-image img {
    width: 100%;
    height: 100%;
}

.prd-image {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

.product h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}



.product p {
    font-size: 18px;
    font-weight: 400;
}

.product {
    text-align: center;
    margin: 0 0.75rem;
    cursor: pointer;
}



.coupon input {
    border: 1px solid #E0E0E0;
    height: 40px;
    border-radius: 8px;
    padding: 0 1rem;
    width: 100%;
    flex: 1;
    outline: none;
}

.coupon button {
    color: #666666;
    font-size: 1rem;
    font-weight: 700;
    border: 1px solid #F8D958;
    border-radius: 8px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    background: #FFEDC9;
}

.coupon {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cart-items {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    gap: 1rem;
}
.cart-itemss{
    display: flex;
    align-items: center;
    /* justify-content: space-evenly;
    width: 100%; */
   /* margin-left: 90px; */
    
}

.prices-d {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricess-d {
    display: flex;
    justify-content: start;
    align-items: center;
}

.prices-d h5 {
    margin: 0;
}

.prices {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.text-16 {
    font-size: 1rem;
    font-weight: 700;
}

.normal {
    font-weight: 400;
}

.grey {
    color: #767676;
}






.checkout-header {
    padding: 1rem 0;
    border-bottom: 1px solid #F8D958;
}
body.checkout {
    padding: 0;
}
.checkout-header .logo img {
    max-width: 127px;
}
.checkout-main {
    padding: 2rem 0;
}

.checkout-main input, .checkout-main select, .checkout-main textarea {
    height: 40px;
    border: 1px solid #E0E0E0;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 0 1rem;
    color: #000;
}

.checkout-left {
    max-width: 611px;
}

.check-group label {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: start;
    gap: 0.75rem;
}

.check-group label input {
    width: 1rem;
    height: 1rem;
    flex: none;
    margin-top: 5px;
    cursor: pointer;
}
.checkout-blocks {
    margin-top: 2rem;
    width: 50%;
    margin-left: 270px;
}

.checkout-left h4.title {
    margin-bottom: 1.5rem;
}

.form-group-two {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.form-group-two .form-group {
    flex: 1;
}
.mobile-number {
    display: flex;
    height: 40px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    padding: 0 1rem;
    gap: 1rem;
}

.mobile-number select {
    border: none;
    background: transparent;
    width: auto;
}

.mobile-number input {
    border: none;
    border-radius: 0;
}

.contribute {
    background: #FFEDC9;
    border-radius: 1rem;
    max-width: 360px;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
}

.checkout-left .contribute h4 {
    margin-bottom: 8px;
}

.contribute h5 {
    color: #666666;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.italic {
    font-style: italic;
}

.contribute h5.italic {
    margin-bottom: 0.5rem;
}

.checkout-main textarea {
    height: 170px;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
}
.payment-form {
    border: 1px solid #E0E0E0;
    background: #F4F4F4;
    border-radius: 8px;
}

.payment-header {
    background: #F1F5FE;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    padding: 17px 1rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.payment-header input {
    width: 1.25rem;
    height: 1.25rem;
}

.payment-header h4 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.pf-lgs {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.payment-f-body {
    padding: 1.25rem;
}


button.pay-now {
    background: #0A0A0A;
    width: 100%;
    max-width: 354px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 100px;
    margin: 2rem auto 0;
}
input.icon {
    background-image: url(../images/lock.png);
    background-repeat: no-repeat;
    background-position: 97%;
}
.checkout-view-cart {
    background: #FFFAE9;
    box-shadow: 2px 10px 20px 0px #0000001A;
    width: 100%;
    max-width: 461px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
}

.cvc-h {
    border-bottom: 1px solid #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.cvc-h h4 {
    margin: 0;
}

.cvc-h2 {
    padding: 1rem;
    border-bottom: 1px solid #c9c9c9;
}

.cvc-h2 h4 {
    margin: 0;
}

.cvc-body {
    padding: 1rem;
    border-bottom: 1px solid #c9c9c9;
    height: calc(100% - 17rem);
    overflow: auto;
}

.checkout-view-cart button.add-to-cart {
    border-color: #000;
    color: #000;
    border-width: 2px;
}

.cvc-footer h5 {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 1rem;
    padding: 0 2rem;
}

.cvc-footer {
    position: sticky;
    top: 100%;
    padding: 2rem 1rem;
}
.checkout-view-cart .cart-item-left {
    align-items: flex-start;
}

.checkout-view-cart .cart-item-left .quantity {
    margin: 10px 0 0;
}

.checkout-view-cart .cart-item-left h5 + h6 {
    margin-bottom: 8px;
}
.checkout-view-cart button.add-to-cart:hover {
    background: #000;
    color: #fff;
}
.cursor-pointer {
    cursor: pointer;
}
section.products.shop {
    padding: 6rem 0;
}

h2.heading-large {
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
}

.heading-container {
    text-align: center;
    margin-bottom: 6rem;
}

h5.sub-heading {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
}

.product h4 {
    font-size: 28px;
    font-weight: 500;
    margin: 1rem 0 0.25rem;
}


.container1{
    display : flex;
    flex-direction : row ;
    justify-content : space-between

}

.cart-container {
    display: flex;
    flex-direction: row;
    justify-content: right;
    margin-top: -95px;
    margin-right:35px;
  }

  .cart-count{
    position: absolute;
    top: 63px;
    right: 20px;
    background: red;
    color: white;
    border-Radius: 50%;
    padding: 5px 10px;
    font-Size: 14px;
    font-Weight: bold;
  }



  .cart-container1 {
    display: flex;
    flex-direction: row;
    justify-content: right;
    margin-left: 10px;
    margin-right:40px;
       cursor: pointer;
  }

 .cart-container1 img {
    width: 50px;
    height: 50px;
}


.cart-container1:hover img {
    content: url('../images/hovercart.png'); /* Replace with the path to your hover image */
}

  .cart-count1{
    position: absolute;
    top: 16px;
    right: 40px;
    background: red;
    color: white;
    border-Radius: 50%;
    padding: 5px 10px;
    font-Size: 14px;
    font-Weight: bold;
  }


  .team-total {
    display: flex;
    flex-direction: column; /* Ensures content stacks vertically */
    }


   .cart-container3 {
    position:absolute;
    display: flex;
    flex-direction: row;
    justify-content: right;
   
    /* top:-250px; */
     margin-top: -250px;
    margin-left:1340px; 
    cursor : pointer ;
   
  
  }

  .cart-container3 img {
    width: 50px;
    height: 50px;
}


.cart-container3:hover img {
    content: url('../images/hovercart.png'); /* Replace with the path to your hover image */
}


.cart-count3{
    position: absolute;
    top: -4px;
    right: -5px;
    background: red;
    color: white;
    border-Radius: 50%;
    padding: 5px 10px;
    font-Size: 14px;
    font-Weight: bold;
  }


.filter{
    background-color: darkslategrey;
    padding: 0;
    font-weight: bold;
    margin: auto;
    margin-bottom: '10px';
 
}
.apply, .cancel{
    padding: 0;
    background-color:#3C7352;
   width: 100%;
   height: auto;
 
}

.autocomplete-dropdown {
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    border-radius: 0 0 6px 6px;
   
  }
  
  .suggestion {
    /* padding: 12px 18px; */
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s ease;
    height : 33px;
    padding-Top : 6px;
    padding-Left : 10px
  }
  
   .suggestion:last-child {
    border-bottom: none;
  }
   
  .suggestion:hover,
  .suggestion-active {
    background-color: #e6f2ff;
    font-weight: 500;
    cursor : pointer
  }


.pagination-container {
    text-align: center;
    margin-top: 20px;
    font-family: Arial, sans-serif;
  }
  
  .pagination-button {
    background-color: #1f7a54;
    color: white;
    border: none;
    padding: 10px 18px;
    margin: 0 10px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }
  
  .pagination-button:hover:not(:disabled) {
    background-color: #166143;
    transform: scale(1.05);
  }
  
  .pagination-button:disabled {
    background-color: #b0b0b0;
    cursor: not-allowed;
  }
  
  .pagination-info {
    font-weight: bold;
    font-size: 16px;
    margin: 0 10px;
  }
  
  
  .delivery-section {
    margin-bottom: 24px;
    max-width: 600px;
  }
  
  .delivery-label {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
  }
  
  .delivery-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 16px;
    background-color: #fff;
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    gap: 20px;
  }
  
  .delivery-option.selected {
    border: 2px solid #1976d2;
    background-color: #e3f2fd;
  }
  
  .delivery-option input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
  }
  
  .delivery-details {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .delivery-text {
    display: flex;
    flex-direction: column;
  }
  
  .delivery-title {
    font-weight: 600;
    font-size: 14px;
  }
  
  .delivery-description {
    font-size: 12px;
    color: #555;
  }
  
  .delivery-price {
    font-weight: bold;
    white-space: nowrap;
  }
  

  .disabled-link {
    pointer-events: none;
    opacity: 0.6;
  }


   .url-input-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: center;
  }

    .url-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f9fafb;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 13px;
    color: blue;
    overflow-wrap: anywhere; /* in case it’s not scrollable */
    }

    .url-input-wrap button {
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    }
    .url-input-wrap button:hover { background: #f3f4f6; }


  
  /* Mobile (screen width <= 768px) */
  @media (max-width: 768px) {
    .cart-container {
      justify-content: right;
      margin-top: 1px;
    }
    .cart-count{
        position: absolute;
        top: 92px;
        right: 20px;
        background: red;
        color: white;
        border-Radius: 50%;
        padding: 5px 10px;
        font-Size: 14px;
        font-Weight: bold;
      }
     .cart-container1 {
        display: flex;
        flex-direction: row;
        justify-content: right;
        margin-top: 5px;
        margin-right:15px;
         cursor: pointer;
      }

 .cart-container1 img {
    width: 50px;
    height: 50px;
}


.cart-container1:hover img {
    content: url('../images/hovercart.png'); /* Replace with the path to your hover image */
}
    
      .cart-count1{
        position: absolute;
        top: 8px;
        right: 14px;
        background: red;
        color: white;
        border-Radius: 50%;
        padding: 5px 10px;
        font-Size: 14px;
        font-Weight: bold;
      }



.team-total {
        display: flex;
        flex-direction: column; /* Ensures content stacks vertically */
     }



  .all-flavors-button{
        position: 'absolute'; 
        margin-top: -70px;
        left:30px; 
        color: 'white';
        border: 'none';
        padding: '5px 10px'; 
        cursor: 'pointer' ;
        background-color: #0000FF;
        font-Size : '20px';
       }


      
   .cart-container3 {
    position:absolute;
    display: flex;
    flex-direction: row;
    justify-content: right;
     margin-top: -70px;
    margin-left:125px; 
    cursor : pointer ;
   }


   .cart-container3 img {
    width: 50px;
    height: 50px;
}


.cart-container3:hover img {
    content: url('../images/hovercart.png'); /* Replace with the path to your hover image */
}

.cart-count3{
    position: absolute;
    top: -4px;
    right: 1px;
    background: red;
    color: white;
    border-Radius: 50%;
    padding: 5px 10px;
    font-Size: 14px;
    font-Weight: bold;
  }



.left-bar {
        position: fixed;
        top: 0;
        left: 0;
        width: 224px;
        height: 100vh;
        background: white;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
      }
    
      .left-bar.open {
        transform: translateX(0);
      }
    
      .admin-layout {
        flex-direction: column; /* or just remove this if unnecessary */
      }
    
      .main-area {
        margin-left: 0 !important;
        width: 100%;
      }


      .profile-button {
        position: absolute;
        top: 20px;
        right: 50px;
        cursor: pointer;
        z-index: 9999; /* Make sure it's on top */
        display: flex;
        align-items: center;
        /* background-color: white;  */
        padding: 5px;
        border-radius: 5px;
      }
      
      .profile-button img {
        width: 30px;
        height: 30px;
      }

      .back-arrow {
        position: absolute;
        top: 20px;
        right: 375px;
        font-size: 20px;
        cursor: pointer;
        z-index: 9999;
        color: #000;
      }
      

       .arroww {
        position: absolute;
        top: 20px;
        right: 320px;
        font-size: 20px;
        cursor: pointer;
        z-index: 9999;
        color: #000;
      }


    .url-input-wrap {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 8px;
        align-items: center;
    }

    .url-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f9fafb;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 13px;
    color: blue;
    overflow-wrap: anywhere; /* in case it’s not scrollable */
    }

    .url-input-wrap button {
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    }
    .url-input-wrap button:hover { background: #f3f4f6; }
        

        
    

      
      

  }
  

  
