* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===== Global-Styling ===== */
:root {
    --primary-color: black;
    --accent-color: #BE5504;
    --primary-font: "Bai Jamjuree";
    --Secondary-font: "Urbanist";
}

.container {
    max-width: 90% !important;
    margin: auto;
}

p {
    margin: 0;
}

/* ===== Header ===== */


ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.headers {
    padding: 15px 0;
    position: relative;
}

.logo img {
    width: 140px;
    height: 100px;
    object-fit: contain;
}

.menus ul {
    display: flex;
    gap: 50px;
}

.menus ul li a {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

.menus ul li a:hover {
    color: var(--accent-color);
}

.login {
    gap: 15px;
}

.login p {
    font-size: 25px;
    color: #BE5504;
}

.login i {
    font-size: 26px;
    cursor: pointer;
    color:var(--accent-color);
}

/* ===== Toggle Button ===== */
.toggle-btn {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

/* ===== Close Button ===== */
.close-btn {
    display: none;
}
.close-btn i {
    color:darkorange;
}


.top-header {
    background: var(--accent-color);
    text-align: center;
    padding: 15px 0;
    font-family: var(--Secondary-font);
    color: white;
    font-size: 18px;
}

/* ====== Banner-img ====== */
.Banner-Section {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-content {
    position: relative;
    padding: 125px 0;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
}

.banner-content h1 {
    font-size: 80px !important;
    font-weight: 700;
    font-family: var(--primary-font);
}

.pre-quality {
    font-size: 40px;
    font-family: var(--Secondary-font);
}

.banner-content p {
    font-size: 27px;
    max-width: 46% !important;
    margin-top: 20px;
    letter-spacing: 2px;
    font-family: var(--Secondary-font);
}

.banner-content h1 span {
    color: var(--accent-color);
}

.banner-button {
    margin-top: 30px;
    gap: 30px;
    display: flex;
}

.banner-btn {
    padding: 12px 30px;
    background-color: var(--accent-color);
    color: white;
    font-size: 25px;
    font-weight: 500;
    border: 0;
    font-family: var(--Secondary-font);
}

.banner-btns {
    padding: 12px 30px;
    background-color: white;
    color: var(--accent-color);
    font-size: 25px;
    font-weight: 600;
    border: 0;
    font-family: var(--Secondary-font);
}

/* ===== Product-Section ====== */
.product-heading {
    font-size: 50px;
    font-weight: 600;
    max-width: 70%;
    line-height: 4rem;
    font-family: var(--primary-font);
}

.product-heading span {
    color: var(--accent-color);
    font-weight: 700;
}

.product-section {
    padding: 60px 0;
}

.heading-p p {
    font-size: 20px;
    letter-spacing: 1px;
    max-width: 75%;
    text-align: end;
    color: rgb(98, 98, 99);
    font-family: var(--Secondary-font);
}

.list-products {
    margin-top: 30px;
}

/* Bootstrap spacing fix */
.list-products > div {
    padding: 10px;
}

/* Product Card */
.products {
    text-align: center;
    padding: 20px 10px;
}

/* Image auto resize */
.products img {
    width: 100%;
    max-width: 220px;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
    animation: rotateBowl 6s linear infinite;
    margin: 0 auto;
    min-height: 130px;
}

/* Title */
.products h3 {
    font-size: 16px;
    margin-top: 10px;
}

/* Link */
.products a {
    font-size: 19px;
    font-weight: 500;
 color: var(--accent-color);;
    text-decoration: none;
    display: inline-block;
}

/* RESPONSIVE TWEAK (small screens pe readable rahe) */

@keyframes rotateBowl {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.products h3 {
    margin-top: 20px;
    font-size: 27px;
    max-width: 96%;
    text-align: center;
    font-family: var(--primary-font);
}

/* ====== Arrival-Products ====== */
.arival-products {
    background: rgb(239, 239, 239);
    padding: 80px 0 46px;
}

.arival-image-last img {
    margin-left: 10px;
}

.arival-prodcut-img {
    height: 350px;
    width: auto;
    margin-left: 50px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* HOVER */
.arival-raisin-card:hover .arival-card-img,
.arival-card:hover .arival-card-img,
.arival-pista-card:hover .arival-card-img,
.arival-makhana-card:hover .arival-card-img,
.arival-arkrot-card:hover .arival-card-img,
.arival-cashew-card:hover .arival-card-img {
    transform: scale(1.08);
}

/* TEXT */
.arrival-detail {
    padding: 0 25px;
    text-align: center;
    margin-top: 10px;
}

.arrival-detail h3  {
    font-family: var(--Secondary-font);
    font-size: 22px;
    font-weight: 600 !important;
    color: black;
    text-decoration: none;
    margin-top: 15px;
}

.arrival-button {
    justify-content: space-between;
    padding: 10px 0;
}

.arrival-button button {
    background: #BE5504;
    border: none;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 19px;
    font-weight: 700;
    color: white;
    font-family: var(--Secondary-font);
}

.arrival-button p {
    font-size: 19px;
    font-family: var(--Secondary-font);
    font-weight: 700;
    color: #BE5504;
}
/* ===== CARD BASE ===== */
.arival-card,
.arival-pista-card,
.arival-makhana-card,
.arival-arkrot-card,
.arival-raisin-card,
.arival-cashew-card {
  width: 100%;
    border-radius: 13px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.arival-card-img {
    height: 320px;
    width: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
    display: block;
    margin: 0 auto;
}
.arival-card-img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
    display: block;
    margin: 0 auto;
}
.testimonial-item{
    padding:15px;
    width:100%;
}
.arival-products .row {
    align-items: stretch !important;
}
.arrival-detail h3 span{
    display: block;
    font-size: 22px;
    margin-top: 11px; /* optional */
}
/* ===== Dryfruit-banner ===== */
.dryfruit-section {
    position: relative;
    height: 630px;
}
.available-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.dryfruit-banner {
    width: 100%;
    height: 640px;
    position: absolute;
    object-fit: cover;
    z-index: -1;
    object-fit: cover;
}

.dryfruit-detail button {
    padding: 15px 80px;
    background-color: var(--accent-color);
    color: white;
    font-size: 25px;
    font-weight: 500;
    border: 1px solid white !important;
    border: 0;
    margin-top: 20px;
    font-family: var(--Secondary-font);
}

.dryfruit-detail {
    padding: 135px 0 0 0;
}

.dryfruit-detail h2 {
    color: white;
    font-weight: 800;
    font-family: var(--primary-font);
    font-size: 78px;
    max-width: 38%;
    line-height: 120%;
}

.dryfruit-detail h2 span {
    color: var(--accent-color);
}

.dryfruit-detail p {
    font-family: var(--Secondary-font);
    color: azure;
    font-size: 22px;
    font-family: 400;
    margin: 20px 0;
    max-width: 40%;
}

/* ===== packages-Product ====== */
.package-product {
    padding: 90px 0;
    background: rgb(239, 239, 239);
}

.tabs {
    margin-top: 40px;
}

.tabs input {
    display: none;
}

/* tab buttons */
.tab-labels {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.tab-labels label {
    cursor: pointer;
    padding: 10px 20px;
    font-family: var(--primary-font);
    font-size: 22px;
    border-bottom: 2px solid transparent;
    font-weight: 500;
}

/* active tab */
#tab1:checked~.tab-labels label[for="tab1"],
#tab2:checked~.tab-labels label[for="tab2"],
#tab4:checked~.tab-labels label[for="tab4"],
#tab5:checked~.tab-labels label[for="tab5"],
#tab6:checked~.tab-labels label[for="tab6"],
#tab3:checked~.tab-labels label[for="tab3"] {
    border-bottom: 2px solid #BE5504;
    color: #BE5504;
    font-family: var(--primary-font);
    font-size: 24px;
}

.content {
    display: none;
}

#tab1:checked~.tab-content .content1,
#tab2:checked~.tab-content .content2,
#tab4:checked~.tab-content .content4,
#tab5:checked~.tab-content .content5,
#tab6:checked~.tab-content .content6,
#tab3:checked~.tab-content .content3 {
    display: block;
}

/* --- Package-card---- */
.package-product-card {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.package-cards {
    padding: 25px;
    /* border: 1px solid gray; */
    background-color: white;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
}

.package-cards img {
    height: 400px;
    width: 100%;
    /* object-fit: cover; */
}

.package-cards p {
    font-family: var(--Secondary-font);
    font-size: 23px;
    font-weight: 600 !important;
    padding-bottom: 10px;
    margin-top: 20px;
}

.package-detail p {
    font-size: 18px;
}

.package-btn {
    padding: 10px 20px;
    background-color: var(--accent-color);
    color: white;
    font-weight: 600;
    font-size: 20px;
    border: none;
    margin-top: 10px;
    border-radius: 100px;
    font-family: var(--Secondary-font);
}

/* ==== Footer ==== */
 .footer-section {
    background-image:
        linear-gradient(#000, rgba(0, 0, 0, 0.3)),
        url("../images/footer-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    padding: 10px 0 !important;
}

/* .logo-section
{
    padding-bottom: 10px;
    border-bottom: 1px solid white;
} */

.logo-section img {
    width: 194px;
    height: 145px;
    object-fit: contain;
}

.footer-icons {
    /* margin-top: 40px; */
    gap: 13px;
}

.fa-brands {
    font-size: 38px;
    object-fit: cover;
    padding: 5px 5px;
    background-color: white;
    border-radius: 100px;
}

.footer-menus {
    color: white;
    margin-top: 30px;
}

.footer-explore h2 {
    color: var(--accent-color);
    font-family: var(--primary-font);
    font-size: 33px;
    font-weight: 500;
    padding-bottom: 10px;
}

.footer-explore ul li {
    padding-bottom: 6px;
    font-family: var(--Secondary-font);
    font-weight: 500;
    font-size: 20px;
    margin-left: 7px;
}

.footer-explore ul li:hover {
    cursor: pointer;
    font-size: 22px;
    color: var(--accent-color);
}

/* ======== Blog-Html ============== */
/* ======== Blog-Html ============== */
.Blog-section {
    padding: 60px 0;
    background-color: rgb(239, 239, 239);
}

/* ❌ grid remove */
.blog-card-section {
    padding-top: 70px;
}

/* CARD */
.blog-cards {
    padding: 20px;
    background-color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    height: 100%;
}

/* IMAGE */
.blog-cards img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

/* TEXT */
.blog-cards h3  {
    font-family: var(--primary-font);
    font-size: 21px;
    font-weight: 500;
    padding: 15px 3px;
    text-decoration: none;
    color: black;
    line-height: 31px;
}
.blog-cards h3 a {
    color: black;
    text-decoration: none;
}
.blog-date
{
    margin-top: 0px !important;
}

/* DATE */
.blog-date {
    padding: 0 4px;
}
.blog-date time
{
    font-weight:500;
    font-size:19px;
}

.blog-date button {
    padding: 8px 25px;
    border: none;
    border-radius: 50px;
    background-color: var(--accent-color);
    color: white;
    font-family: var(--Secondary-font);
    font-size: 18px;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {

    .blog-cards img {
        height: 200px;
    }

    .blog-cards p {
        font-size: 18px;
    }

    .blog-date button {
        font-size: 14px;
        padding: 6px 18px;
    }
}

@media (max-width: 576px) {

    .blog-cards img {
        height: 180px;
    }

    .blog-cards p {
        font-size: 16px;
    }
}
.blog-inner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-details {
    padding: 60px 0;
}

.blog-details h2 {
    font-family: var(--primary-font);
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 20px;
}

.blog-details p {
    font-size: 23px;
    font-family: var(--Secondary-font);
}

.blog-details p span {
    color: var(--accent-color);
    font-weight: 600;
    font-size: 24px;
    font-family: var(--primary-font);
}

.festival-table {
    margin-top: 40px;
    overflow-x: auto;
}

.festival-table table {
    width: 100%;
    border-collapse: collapse;
    border: 0.9px solid gray;
    font-family: var(--Secondary-font);
}

.festival-table th,
.festival-table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 0.9px solid gray;
}

.festival-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    font-family: var(--primary-font);
    font-size: 20px;
}

.festival-table tr:last-child td {
    border-bottom: none;
}

.festival-table tbody tr:hover {
    background-color: #f9f9f9;
    transition: 0.3s;
}

.festival-table td:first-child {
    font-weight: 600;
}

.blog-h2 {
    margin-top: 50px;
}

.blog-li {
    border-bottom: 1px solid rgb(197, 197, 197);
    padding-bottom: 25px;
    padding-top: 10px;
}

.blog-li p {
    padding-bottom: 13px;
}

.blog-li h5 span {
    font-weight: 700;
}

.blog-li h5 {
    font-family: var(--Secondary-font);
    font-size: 20px;
    margin-top: 2px;
}

.blog-li h4 {
    margin-top: 20px;
    font-family: var(--primary-font);
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 6px;
}
.arrival-product-blog
{
    margin-bottom:20px !important;
}
/* ====== About-us ========= */
/* ====== About-us ========= */
.about-icon {
    padding: 0 50px;
}

.about-icons {
    padding: 60px 0;
}

.about-icon img {
    height: 100px;
    width: 110px;
}

.icon-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-txt p {
    padding-top: 25px;
    font-family: var(--Secondary-font);
    font-size: 25px;
    font-weight: 600;
}

/* ----- About-Food-Section ------- */
/* ----- About-Food-Section ------- */

.about-food-section {
    background-color: rgb(239, 239, 239);
    padding: 90px 0;
}

.about-food-txt h4 {
    font-family: var(--Secondary-font);
    font-weight: 700;
    color: var(--accent-color);
    padding: 8px 0;
}

.about-food-txt h3 {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 56px;
    padding-bottom: 9px;
}

.about-food-txt p {
    font-size: 21px;
    font-family: var(--Secondary-font);
}

.about-food-txt h5 {
    font-size: 24px;
    font-family: var(--Secondary-font);
    padding-top: 26px;
    font-weight: 600;
}

.quality-box {
    padding: 8px;

}

.quality-box-one,
.quality-box-two {
    border: 0.7px solid rgb(82, 81, 81);
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 10px;
    align-items:center;
}

.quality-box i {
    font-size: 30px;
}

.quality-box-txt h4 {
    font-family: var(--Secondary-font);
    font-size: 19px;
}

.quality-box-txt p {
    font-size: 15px;
    padding: 0px;
}

.img-food {
    /*background: url(../images/faq-second-banner.jpeg);*/
    border-radius: 25px;
}
.img-food img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}
.about-food-txt {
    padding-left: 47px;
}


/* ------- Available-products -------- */
.available-products {
    padding: 60px 0;
}
.available-txt
{
    padding-right:60px;
}
.available-txt h3 {
    font-family: var(--primary-font);
    color: var(--accent-color);
    font-weight: 700;
    font-size: 43px;
}

.available-txt p {
    font-family: var(--Secondary-font);
    font-size: 18px;
    padding: 27px 0;
}

.available-btn {
    border: none;
    font-family: var(--Secondary-font);
    color: white;
    background-color: var(--accent-color);
    padding: 10px 40px;
    margin-top: 10px;
    font-size: 20px;
}

/* =============== Product-Details ============= */
/* =============== Product-Details ============= */
.product-detail {
    padding: 60px 0;
}

/* GALLERY */
.product-gallery img {
    width: 100%;
    padding: 6px;
    border: 1px solid #BE5504;
    cursor: pointer;
}

/* MAIN IMAGE */
.product-imgs {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-imgs img {
    width: 100%;
    height: 570px;
    object-fit: contain;
    display: block;
    padding: 10px;
    border: 1px solid #BE5504;
}

/* TEXT */
.product-description {
    padding-left: 20px;
}

.product-description h3 {
    font-family: var(--primary-font);
    color: var(--accent-color);
    font-size: 36px;
    font-weight: 600;
}

/* REVIEW */
.product-review {
    padding-bottom: 15px;
}

.product-review p {
    font-family: var(--Secondary-font);
    font-weight: 600;
    font-size: 18px;
}

.star p {
    margin-left: 8px;
}

/* LIST */
.product-specification ul li {
    list-style-type: disc;
    margin-left: 20px;
    font-family: var(--Secondary-font);
    font-size: 18px;
    padding-bottom: 8px;
}

/* BUTTONS */
.product-button {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.product-link a
{
    text-decoration: none;
    font-size: 19px;
    font-family: var(--Secondary-font);
    color: #BE5504;
    font-weight: 600;
}
.product-link
{
    margin-top: 20px;
}

.cart {
    padding: 10px 18px;
    border: none;
    background-color: transparent;
    color: white;
    font-family: var(--Secondary-font);
    font-size: 16px;
    font-weight: 600;
}
.cart:hover
{
     background-color: gainsboro;
    color: black;
}
.Buy-now {
    padding: 10px 20px;
    border: none;
    background-color: gainsboro;
    color: black;
    border: 1px solid rgb(197, 197, 197);
    font-family: var(--Secondary-font);
    font-size: 16px;
    font-weight: 600;
}
.Buy-now:hover
{
     background-color: var(--accent-color);
    color: white;
}

/* ------ Product-table ------- */
.Product-table {
    padding: 60px 0;
}

.product-data h2 {
    padding-bottom: 08px;
    font-size: 32px;
    font-family: var(--Secondary-font)
}

.nutrition-table {
    width: 100%;
    padding: 20px 50px;
    color: black;
    border: 1px solid rgb(135, 135, 136);
    font-family: var(--Secondary-font);
}

.nutrition-table .row {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nutrition-table .row:nth-child(odd) {
    background-color: rgba(128, 128, 128, 0.2);
    /* light gray */
}

.nutrition-table .row:last-child {
    border-bottom: none;
}

.nutrition-table span:last-child {
    text-align: right;
}

.product-img img {
    width: 90%;
    height: 860px;
}

.product-banners {
    padding: 10px 0px 80px 0px;
}

/* ------ Similar-Product-------- */
.similar-product {
    padding: 60px 0;
}

.similar h2 {
    font-size: 40px;
    font-family: var(--Secondary-font);
    text-align: center;
}

/* --------- Contact-Section --------- */
.contact-body {
    background-color: rgb(239, 239, 239);
}

.contact-section {
    padding: 0px 0px;
}

.contact-box {
    padding: 100px 120px;
}

.contact-box-one {
    background: url("../images/Contact-us.jpeg");
    object-fit: cover;
    background-position: bottom;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-radius: 20px 0px 0px 20px;
}

.contact-icons {
    background-color: transparent;
    font-size: 30px;
}

.contact-detail h2 {
    font-size: 40px;
    font-family: var(--primary-font);
    font-weight: 700;
    color: white;
}

.contact-detail p {
    color: white;
    font-family: var(--Secondary-font);
    font-size: 18px;
}

.call {
    padding: 10px;
}

.call p {
    font-family: var(--Secondary-font);
    font-size: 20px;
    font-weight: 600;
    color: rgb(242, 242, 242);
}

/* ---------- Box-second -------- */
.contact-box-two {
    border: 3px solid #BE5504;
    padding: 40px 20px;
    border-radius: 0px 20px 20px 0px;
}

.form-container {
    padding: 30px;
}

.input-group {
    width: 100%;
}

.input-group label {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #555;
}

.input-group input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #aaa;
    padding: 8px 0;
    outline: none;
    background: transparent;
}

.subject {
    margin-bottom: 25px;
}

.subject label {
    display: block;
    margin-bottom: 10px;
    color: #555;
}

.radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.radio-group label {
    font-size: 14px;
    color: #777;
}

.message-box label {
    display: block;
    margin-bottom: 5px;
    color: #555;
}

.message-box textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #aaa;
    height: 60px;
    resize: none;
    outline: none;
    background: transparent;
}

.btn-box {
    text-align: right;
    margin-top: 30px;
}

button {
    background: #222;
    color: #fff;
    border: none;
    padding: 12px 30px;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

button:hover {
    background: #000;
}

.banner-button a {
    text-decoration: none;
}

.arrival-button button:hover {
    background-color: #BE5504;
    color: white;
}

.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/*=============== NEW CSS =============*/


.dryfruit-detail {
    padding: 135px 0 0 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrival-detail h3 span {
    color: var(--accent-color);
}
.footer-explore a {
    color: #fff;
    text-decoration: none;
}

/* ====== FAQ-Page ========= */
/* ====== FAQ-Page ========= */

.accordion
{
    padding: 0px 180px;
    margin-top: 50px;
}
.faq-accordians {
    padding: 70px 0;
    background: rgb(233, 233, 233);
}

.accordion-item {
    margin-bottom: 20px;
    border-bottom: 0.2px solid #BE5504;
    overflow: hidden;
    box-shadow: 0 06px 20px rgba(76, 75, 75, 0.18);
    background: #fff;
}

.accordion-item:not(:first-of-type) {
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-button {
    background-color: whitesmoke;
    color: #000;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 22px;
    transition: 0.3s;
    border: none;
    padding-top: 28px  ;
    padding-bottom: 28px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: none;
}

.accordion-body {
    background-color: #fff;
    color: #0e0e0e;
    font-size: 19px;
    font-weight: 500;
    font-family: var(--Secondary-font);
    border: none;
    padding: 0 25px 20px;
}

.accordion-button:hover {
    background-color: var(--accent-color);
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}
.banner-btn 
{
    text-decoration: none !important;
}
/* ====== Faq-txt-banner ====== */
.faq-txt-banner {
    position: relative;
    background: url('../images/faq-second-banner.jpeg');
    padding: 100px 0;
}

.faq-txt-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* dark overlay */
    z-index: 1;
}

.faq-txt-banner .container {
    position: relative;
    z-index: 2;
}

.faq-img-box {
    display: none;
}

.faq-txt {
    color: #fff;
    text-align: center;
    max-width: 770px;
    margin: auto;
}

.faq-txt h3 {
    font-size: 60px;
    font-family: var(--primary-font);
    font-weight: 700;
    line-height: 78px;
    margin-bottom: 15px;
}
.faq-txt span{
    color: #BE5504;
}
.faq-txt p {
    font-size: 20px;
    font-family: var(--Secondary-font);
    margin-bottom: 25px;
    margin-top:30px;
}

.banner-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #BE5504;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.banner-btn:hover {
    background: #a34703;
}
.contact-icon i
{
    color:white;
}

/* =========== Site-map ========== */
.site-map {
    padding: 60px 0;
}

.sitemap-ul ul {
    margin: 0;
    padding: 0;
}

.sitemap-ul ul li {
    list-style: none;
}

.sitemap-ul ul li a {
    text-decoration: none;
}

/* Main Menu */
.Main-ul > li {
    margin-bottom: 33px;
}

.Main-ul > li:last-child {
    margin-bottom: 0;
}

.Main-ul > li > a {
    font-size: 25px;
    color: black;
    font-weight: 600;
    font-family: var(--Secondary-font);
}

/* Products Sub Menu */
.Products-ul {
    margin-top: 15px;
    padding-left: 25px;
}

.Products-ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 18px;
    margin-top: 14px;
    margin-left: 20px;
}

.Products-ul li:last-child {
    margin-bottom: 0;
}

.Products-ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-weight: 600;
}

.Products-ul li a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: var(--Secondary-font);
}
/*========== Slider-Section ===============*/

/* ========== Slider-Review =========== */
.review-slider {

    padding: 70px 0;
    position: relative;

}

.slider-card {

    padding: 25px;
    background: #f5f5f5;
    margin: 10px;
    height: 100%;
    transition: .3s;

}

.slider-card:hover {

    transform: translateY(-5px);

}

.owner-name img {

    height: 70px;
    width: 70px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
    padding: 2px;

}

.owner-position {

    margin-left: 5px;

}
.owner-position p
{
    margin:0 !important;
    padding:0 !important;
}
.reviewer-name span
{
    padding:0;
    margin:0;
}

.owner-position h5 {

    margin: 0;
    font-size: 21px;
    font-weight: 600;
    font-family: var(--primary-font);

}

.owner-position h6 {

    margin-top: 4px;
    font-family: var(--Secondary-font);

}

.slider-card p {

    padding-top: 30px;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: var(--Secondary-font);

}

.review-rating i {

    color: #fff200e0;

}

/* slick spacing */

.slick-slide {

    padding: 0 8px;

}

.slick-list {

    margin: 0 -8px;

}

/* Arrow */

.slick-prev,
.slick-next {

    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 99;
}

.slick-prev {

    left: -50px;

}

.slick-next {

    right: -50px;

}
.slider-cards-section
{
    margin-top:30px;
}

.slick-prev:before,
.slick-next:before {
    color: var(--accent-color);
    font-size: 38px;
}
/* Slick Slide Equal Height */
.slider-cards-section .slick-track{
    display: flex !important;
    align-items: stretch;
}

.slider-cards-section .slick-slide{
    height: inherit !important;
    display: flex !important;
}

.slider-cards-section .slick-slide > div{
    width: 100%;
    display: flex;
}

.slider-card{
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media(max-width:991px) {

    .slick-prev {

        left: -15px;

    }

    .slick-next {

        right: -15px;

    }

}

@media(max-width:767px) {

    .slick-prev,
    .slick-next {

        display: none !important;

    }

}
.drufruits-p p
{
    max-width:63% !important;
}


.copy-right
{
    color:white;
    font-family:  var(--primary-font);
    font-size:16px;
}
a.dryfruit-a {
    text-decoration: none;
    color: white;
    border: none;
    padding: 12px 30px;
    background: var(--accent-color);
    font-size: 23px;
    margin-top: 10px;
    font-family: var(--primary-font);
}

.slick-prev,
.slick-next {
    width: 45px;
    height: 45px;
    z-index: 100;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 7 Free" !important;
    font-weight: 900;
    font-size: 22px;
    color: #BE5504;
    opacity: 1 !important;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

/* ============= Webform contact =========== */
/* ===========================
   Contact Webform
=========================== */

.contact-box-two .webform-submission-form{
    width:100%;
}

.contact-box-two .js-form-item{
    margin-bottom:30px;
}

.contact-box-two .js-form-item label{
    display:block;
    font-size:16px;
    font-weight:500;
    color:#333;
    margin-bottom:12px;
    font-family:"Urbanist",sans-serif;
}

.contact-box-two input[type="text"],
.contact-box-two input[type="email"],
.contact-box-two input[type="tel"],
.contact-box-two textarea{
    width:100%;
    border:none;
    border-bottom:1px solid #BDBDBD;
    border-radius:0;
    background:transparent;
    padding:0 0 12px;
    font-size:16px;
    color:#222;
    outline:none;
    box-shadow:none;
    transition:.3s;
}

.contact-box-two input:focus,
.contact-box-two textarea:focus{
    border-bottom:2px solid #BE5504;
    outline:none;
    box-shadow:none;
}

.contact-box-two textarea{
    min-height:20px;
}

.contact-box-two textarea::placeholder,
.contact-box-two input::placeholder{
    color:#777;
}

.contact-box-two .form-actions{
    display:flex;
    justify-content:flex-end;
    margin-top:0px;
}

.contact-box-two .webform-button--submit {
    background: #1f1f1f;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}

.contact-box-two .webform-button--submit:hover{
    background:#BE5504;
}

.contact-box-two .form-required::after{
    display:none;
}

.contact-box-two input:-webkit-autofill,
.contact-box-two textarea:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px #fff inset;
}

/* ===========================
   Desktop 2 Columns
=========================== */

@media (min-width:768px){

.contact-box-two .webform-submission-form{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px 24px;
}

.contact-box-two .form-item-message,
.contact-box-two .form-actions{
    grid-column:1 / -1;
}

}

/* ===========================
   Mobile
=========================== */

@media (max-width:767px){

.contact-box-two .webform-submission-form{
    display:block;
}

.contact-box-two .form-actions{
    justify-content:center;
}

.contact-box-two .webform-button--submit{
    width:100%;
}

}

.call p:first-child,
.contact-icon p{
    margin:0;
    width:22px;
    height:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
}

.phone-icon::before{
    font: var(--fa-font-solid);
    content:"\f095";
}

.mail-icon::before{
    font: var(--fa-font-solid);
    content:"\f0e0";
}

.location-icon::before{
    font: var(--fa-font-solid);
    content:"\f3c5";
}

.twitter-icon::before{
    font: var(--fa-font-brands);
    content:"\e61b";
    font-size: 30px;
}

.instagram-icon::before{
    font: var(--fa-font-brands);
    content:"\f16d";
    font-size: 30px;
}

.whatsapp-icon::before{
    font: var(--fa-font-brands);
    content:"\f232";
    font-size: 30px;
}
.contact-detail {
    margin-bottom: 70px;
}

.call p:first-child, .contact-icon p {
    margin: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}
.contact-box-two textarea {
    height: 40px;
}
.contact-icon
{
    margin-top: 40px;
} 
.accordion-item:last-child {
     margin-bottom: 30px !important; 
}
.contact-icon {
    margin-top: 53px;
    margin-left: 20px;
}
.footer-menus
{
    margin-top:10px;
}

/* ======== Slider  */
.reviewSwiper{
    overflow:hidden;
    margin-top:55px;
}

.reviewSwiper .swiper-wrapper{
    align-items:stretch;
}

.reviewSwiper .swiper-slide{
    height:auto;
    display:flex;
}

.reviewSwiper .slider-card{
    width:100%;
}

.reviewSwiper .swiper-button-next,
.reviewSwiper .swiper-button-prev{

    width:45px;
    height:45px;
    border-radius:50%;
    background:#BE5504;
    color:#fff;

}

.reviewSwiper .swiper-button-next::after,
.reviewSwiper .swiper-button-prev::after{

    font-size:18px;
    font-weight:bold;

}
.reviewSwiper .swiper-wrapper {
    display: flex;
}

.reviewSwiper .swiper-slide {
    flex-shrink: 0;
    width: auto;
    height: auto;
}
.reviewSwiper .slider-card {
    width: 516px;
}
.reviewSwiper .swiper-button-next, .reviewSwiper .swiper-button-prev {

    border-radius: 50%;
    background: #BE5504;
    color: #fff;
    display: none;
}

/*================ New changes Shreejbr ================*/
.arrival-detail h3 span {
    display: block;
    font-size: 22px;
    margin-top: 11px;
    display: none;
}
a.btn-read {
    background: var;
    background-color: var(--accent-color);
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    border-radius: 52px;
    font-family: var(--Secondary-font);
    font-weight: 600;
}
.available-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}



/*==============================
Privacy Policy
==============================*/

.privacy-policy-section{

    padding:80px 0;
    background:#f8f8f8;

}

.privacy-card{

    background:#fff;
    padding:60px;
    /*box-shadow:0 15px 40px rgba(0,0,0,.08);*/

}

.effective-date{

    font-family:var(--Secondary-font);
    font-size:16px;
    margin-bottom:30px;
    color:#BE5504;

}

.privacy-card p{

    font-family:var(--Secondary-font);
    font-size:17px;
    line-height:1.9;
    color:#555;

}

.privacy-item{

    margin-top:45px;

}

.privacy-item h2{

    font-family:var(--primary-font);
    font-size:32px;
    color:#222;
    margin-bottom:20px;
    position:relative;
    padding-left:18px;

}

.privacy-item h2::before{

    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:6px;
    height:34px;
    background:#BE5504;
    border-radius:10px;

}

.privacy-item ul{

    margin:20px 0 0;
    padding-left:22px;

}

.privacy-item ul li{

    font-family:var(--Secondary-font);
    font-size:17px;
    color:#555;
    line-height:2;

}

.privacy-contact{

    margin-top:60px;
    padding:40px;
    background:#FFF8F2;
    border-left:5px solid #BE5504;
    border-radius:12px;

}

.privacy-contact h2{

    font-family:var(--primary-font);
    font-size:34px;
    margin-bottom:20px;

}

.privacy-contact p{

    margin-bottom:20px;

}

.privacy-contact ul{

    padding-left:20px;
    margin:0;

}S
.privacy-contact li{

    font-family:var(--Secondary-font);
    line-height:2;
    color:#555;

}

/*==============================
Responsive
==============================*/

@media(max-width:991px){

    .privacy-banner-content h1{

        font-size:45px;

    }

    .privacy-card{

        padding:40px;

    }

    .privacy-item h2{

        font-size:28px;

    }

}

@media(max-width:767px){

    .privacy-banner{

        padding:70px 0 50px;

    }

    .privacy-banner-content h1{

        font-size:36px;

    }

    .privacy-banner-content p{

        font-size:16px;

    }

    .privacy-card{

        padding:25px;

    }

    .privacy-item h2{

        font-size:24px;

    }

    .privacy-card p,
    .privacy-item ul li{

        font-size:16px;

    }

}

/*=========== thankyou-page ================*/
/*==============================
        THANK YOU PAGE
===============================*/

.thankyou-section{
    padding:100px 0;
    background:#fff;
}

.thankyou-card {
    max-width: 85%;
    margin: auto;
    border: 2px solid #BE5504;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.thankyou-left{

    background:linear-gradient(135deg,#BE5504,#d86d0c);
    color:#fff;
    text-align:center;
    padding:50px 50px;
    position:relative;
    overflow:hidden;
}

.thankyou-left::before{
    content:"";
    width:320px;
    height:320px;
    background:rgba(255,255,255,.08);
    position:absolute;
    border-radius:50%;
    right:-120px;
    bottom:-120px;
}

.thankyou-left::after{
    content:"";
    width:180px;
    height:180px;
    background:rgba(255,255,255,.12);
    position:absolute;
    border-radius:50%;
    right:120px;
    top:60px;
}

.emoji-wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: 45px;
}

.emoji {
    font-size: 65px;
    font-weight: 800;
    font-family: 'Bai Jamjuree';
    display: inline-block;
    animation: thumbPulse 1.8s ease-in-out infinite;
}
@keyframes thumbPulse{

    0%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.18);
    }

    100%{
        transform:scale(1);
    }

}

.thankyou-left h1 {
    margin-top: 30px;
    font-size: 56px;
    font-family: var(--primary-font);
    font-weight: 700;
}

.sub-title {
    font-size: 35px;
    margin: 20px 0;
    margin: 10px 0;
    font-family: 'Bai Jamjuree';
}

.description {
    
    margin: auto;
    margin-top: 41px;
    line-height: 1.8;
    font-family: 'Inter';
    font-size: 21px;
    opacity: .95;
}
.back-home {
    display: inline-block;
    margin-top: 40px;
    background: #fff;
    color: #BE5504;
    padding: 14px 35px;
    /* border-radius: 8px; */
    font-weight: 600;
    font-size: larger;
    text-decoration: none;
    transition: .3s;
    font-weight: 700;
}

.back-home:hover{

    background:#222;
    color:#fff;
}
a.cart-icon {
        padding: 6px 2px;
    background: none ;
    color: #BE5504;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Urbanist';
    font-weight: 600;
}
a.Buy-now {
    text-decoration: none;
}

.product-add-to-button
{
    margin-top:20px;
}

/*=================== Add on css ============*/
/*=================== Add on css ============*/
/* Drupal Error Message */
[data-drupal-messages] > div {
    background: #fff;
    box-shadow:0px 0px 35px #80808024;
    border: 1px solid #a9a7a75e;
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    border-radius: 8px;
    padding: 18px 20px;
    margin: 20px 0;
    box-sizing: border-box;
}
[data-drupal-messages] a {
    color: var(--accent-color);
    text-decoration: none;
    font-size: 17px;
    margin-left: 6px;
}

.account-menu{
    position:relative;
    display:inline-block;
}

.account-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#222;
    font-size:20px;
}

.account-dropdown {
    position: absolute;
    top: 163%;
    right: 0;
    font-family: 'Bai Jamjuree';
    width: 190px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s;
    z-index: 9999;
    overflow: hidden;
    font-weight: 600;
}

.account-menu:hover .account-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.account-dropdown a{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px 18px;
    text-decoration:none;
    color:#333;
    font-size:15px;
    transition:.25s;
}

.account-dropdown a:hover{
    background:#BE5504;
    color:#fff;
}
.account-dropdown a i:hover{
    background:#BE5504;
    color:#fff;
}
.account-dropdown a:hover i {
    color: #fff;
}


.account-dropdown i{
    width:40px;
    text-align:center;
}

/*========= Price - Section ============*/
.product-price {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--Secondary-font);
    margin-bottom: 20px;
    margin-top:10px
}
span.old-price {
    text-decoration: line-through;
    font-size: 19px;
}
span.new-price {
    font-size: 23px;
    color: var(--accent-color);
    font-weight: 600;
}
.product-price h5 {
    font-size: 21px;
    margin: 0;
    padding: 0;
    font-family: 'Urbanist';
}

/*======================================
   Login Page - SHREEJBR Theme
======================================*/

.user-login-form{
    width:100%;
    max-width:450px;
    margin:80px auto;
    padding:45px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    border:1px solid #ececec;
}

.user-login-form .form-item{
    margin-bottom:25px;
}

.user-login-form label{
    display:block;
    margin-bottom:10px;
    font-size:16px;
    font-weight:600;
    color:#222;
    font-family:'Urbanist', sans-serif;
}

.user-login-form .form-text{
    width:100%;
    height:55px;
    padding:0 18px;
    border:1px solid #d8d8d8;
    border-radius:12px;
    background:#fafafa;
    font-size:16px;
    color:#333;
    transition:all .3s ease;
    outline:none;
}

.user-login-form .form-text:focus{
    border-color:#BE5504;
    background:#fff;
    box-shadow:0 0 0 4px rgba(190,85,4,.15);
}

.user-login-form .form-text::placeholder{
    color:#999;
}

.user-login-form .form-actions{
    margin-top:35px;
}

.user-login-form .form-submit{
    width:100%;
    height:55px;
    border:none;
    border-radius:12px;
    background:#BE5504;
    color:#fff;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
    font-family:'Urbanist', sans-serif;
}

.user-login-form .form-submit:hover{
    background:#a94b03;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(190,85,4,.35);
}

.user-login-form .form-submit:active{
    transform:translateY(0);
}


/*=========================================
        Product Image
=========================================*/



.shreejbr-product-card{
    max-width:450px;
    width:100%;
    margin:40px auto;
    padding:30px;
    border:1px solid #e9e9e9;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.product--variation-field--variation_list_price__3,
.product--variation-field--variation_price__3{
    max-width: 320px;
    margin: 0 auto;
}

.product--variation-field--variation_list_price__3 + div img{
    display: block;
    width: 275px;
    height: 370px;
    object-fit: contain;
    margin: 0 auto 20px;
}

/*=========================================
        Product Title
=========================================*/

.product--variation-field--variation_list_price__3 + div strong:last-child{
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.4;
    margin: 20px auto;
}

/*=========================================
        List Price
=========================================*/

.product--variation-field--variation_list_price__3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 8px;
}

.product--variation-field--variation_list_price__3 > div:first-child{
    font-size: 15px;
    color: #777;
    font-weight: 600;
}

.product--variation-field--variation_list_price__3 > div:last-child{
    font-size: 20px;
    font-weight: 600;
    color: #999;
    text-decoration: line-through;
    text-decoration-color: #d32f2f;
    text-decoration-thickness: 2px;
}

/*=========================================
        Offer Price
=========================================*/

.product--variation-field--variation_price__3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px auto;
    max-width: 460px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.product--variation-field--variation_price__3 > div:first-child{
    font-size: 16px;
    color: #444;
    font-weight: 600;
}

.product--variation-field--variation_price__3 > div:last-child{
    font-size: 28px;
    font-weight: 700;
    color: #BE5504;
}

/*=========================================
        Add To Cart Button
=========================================*/

.commerce-order-item-add-to-cart-form-commerce-product-3 .button--add-to-cart {
    width: 100%;
    max-width: 500px;
    height: 52px;
    border: none;
    display: flex;
    border-radius: 12px;
    background: #BE5504;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    margin: auto;
    transition: .3s;
    margin-bottom: 90px;
}

.commerce-order-item-add-to-cart-form-commerce-product-3 .button--add-to-cart:hover{
    background: #a54a03;
}
.filter-image-invalid
{
    display:none !important;
}

/*=========================================
        Product Image
=========================================*/

.shreejbr-product-card{
    max-width:450px;
    width:100%;
    margin:40px auto;
    padding:30px;
    border:1px solid #e9e9e9;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

[class*="product--variation-field--variation_list_price__"],
[class*="product--variation-field--variation_price__"]{
   
}

[class*="product--variation-field--variation_list_price__"] + div img{
    display:block;
    width:275px;
    height:370px;
    object-fit:contain;
    margin:0 auto 20px;
}

/*=========================================
        Product Title
=========================================*/

[class*="product--variation-field--variation_list_price__"] + div strong:last-child,
[class*="product--variation-field--variation_list_price__"] + div h3{
    display:block;
    font-size:22px;
    font-weight:700;
    color:#222;
    text-align:center;
    line-height:1.4;
    margin:20px auto;
}

/*=========================================
        List Price
=========================================*/

[class*="product--variation-field--variation_list_price__"]{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:20px auto 8px;
}

[class*="product--variation-field--variation_list_price__"] > div:first-child{
    font-size:15px;
    color:#777;
    font-weight:600;
}

[class*="product--variation-field--variation_list_price__"] > div:last-child{
    font-size:20px;
    font-weight:600;
    color:#999;
    text-decoration:line-through;
    text-decoration-color:#d32f2f;
    text-decoration-thickness:2px;
}

/*=========================================
        Offer Price
=========================================*/

[class*="product--variation-field--variation_price__"]{
       display: flex;
    align-items: center;
    margin: 24px;
    gap: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    margin-left: 20px;
}

[class*="product--variation-field--variation_price__"] > div:first-child{
    font-size: 22px;
    color: #444;
    font-family: 'Urbanist';
    font-weight:600;
}

[class*="product--variation-field--variation_price__"] > div:last-child{
    font-size:22px;
    font-weight:700;
    color:#BE5504;
    font-family:var(--Secondary-font);
}

/*=========================================
        Add To Cart Button
=========================================*/

[class*="commerce-order-item-add-to-cart-form-commerce-product-"] .button--add-to-cart{
    
    height:52px;
    border:none;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:#BE5504;
    color:#fff;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
    /*margin-bottom:34px;*/
}

[class*="commerce-order-item-add-to-cart-form-commerce-product-"] .button--add-to-cart:hover{
    background:#a54a03;
}

.filter-image-invalid{
    display:none !important;
}


/*=========================== Message-box ===========================*/
/*=========================================
        Top Success Message
=========================================*/
[data-drupal-messages]{
    position:fixed;
    top:20px;
    left:50%;
    transform:translateX(-50%);
    z-index:999999;
    width:100%;
    max-width:600px;
    padding:0 15px;
    transition:opacity .4s ease, transform .4s ease;
}

[data-drupal-messages].hide-message{
    opacity:0;
    visibility:hidden;
    transform:translate(-50%,-20px);
}

.messages__wrapper{
    width:100%;
}

.messages--status{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:18px 24px;
    background:#fff;
    border:1px solid #e5e5e5;
    /*border-left:6px solid #BE5504;*/
    border-radius:14px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
    color:#222;
    font-size:16px;
    font-weight:600;
    line-height:1.5;
    animation:toastShow .5s ease;
}
.messages.messages--status a {
    list-style: none;
    text-decoration: none;
    color:  #BE5504;
}

@keyframes toastShow{
    0%{
        opacity:0;
        transform:translateY(-60px) scale(.8);
    }
    100%{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}


/*================== Cart-page ===================*/
/*=================================================
        SHREEJBR CART PAGE - PART 1
=================================================*/

/* Main Cart Area */

.cart{
    max-width:1400px;
    margin:70px auto;
    padding:0 15px;
}

/* Views Form */

.cart .views-form{
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    padding:30px;
}

/*=========================
        Cart Table
=========================*/

.cart table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:none !important;
}

.cart table thead th{
    background:#ececec;
    color:#333;
    padding:18px;
    font-size:17px;
    font-weight:700;
    text-align:center;
}

.cart table thead th:first-child{
    border-radius:12px 0 0 12px;
}

.cart table thead th:last-child{
    border-radius:0 12px 12px 0;
}

.cart table tbody td{
    padding:25px 18px;
    border-bottom:1px solid #ececec;
    text-align:center;
    vertical-align:middle;
    font-size:17px;
}

/*=========================
      Product Name
=========================*/

.views-field-purchased-entity a:hover{
    color:#BE5504;
}

/*=========================
      Price
=========================*/

.views-field-unit-price__number,
.views-field-total-price__number{
    font-size:24px;
    font-weight:700;
    color:#BE5504;
    font-family:var(--Secondary-font);
}

/*=========================
      Quantity
=========================*/

.quantity-edit-input{
    width:90px !important;
    height:50px;
    border:2px solid #ececec;
    border-radius:10px;
    text-align:center;
    font-size:18px;
    font-weight:600;
    outline:none;
    transition:.3s;
}

.quantity-edit-input:focus{
    border-color:#BE5504;
    box-shadow:0 0 0 4px rgba(190,85,4,.15);
}
/*=================================================
        SHREEJBR CART PAGE - PART 2
=================================================*/


/*=========================
      Remove Button
=========================*/

.delete-order-item{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:142px;
    height:42px;
    background:#fff2f2;
    border:1px solid #ffc9c9;
    color:#dc3545;
    transition:.3s;
}

.delete-order-item:hover{
    background:#dc3545;
    color:#fff;
}

.delete-order-item svg{
    width:18px;
    height:18px;
    fill:currentColor;
}

/*=========================
      Cart Actions
=========================*/

.cart .form-actions{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
    margin-top:40px;
}

/*=========================
      Update Cart
=========================*/

.cart input[value="Update cart"]{
    background:#BE5504;
    color:#fff;
    border:none;
    padding:14px 35px;
    border-radius:12px;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.cart input[value="Update cart"]:hover{
    background:#9d4603;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(190,85,4,.25);
}


/*=========================
      Checkout Button
=========================*/

.cart a.button,
.cart .checkout-button{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 40px;
    border-radius:12px;
    background:#198754;
    color:#fff;
    font-size:17px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.cart a.button:hover,
.cart .checkout-button:hover{

    background:#146c43;
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(25,135,84,.25);
}

/*=========================
      Order Summary
=========================*/

.order-total-line{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 20px;
    margin: 30px 05px;
    margin-bottom:12px;
    background:#fafafa;
    border-radius:12px;
    border:1px solid #ececec;
}

.order-total-line-label{
    font-size:18px;
    font-weight:600;
    color:#333;
}

.order-total-line-value{
    font-size:22px;
    font-weight:700;
    color:#BE5504;
}

.order-total-line--total{
    background:#fff7f1;
    border:2px solid #BE5504;
}

.order-total-line--total .order-total-line-label,
.order-total-line--total .order-total-line-value{
    font-size:24px;
    font-weight:700;
}


/*=========================
      Inputs
=========================*/

.cart input[type="number"],
.cart input[type="text"]{

    border:2px solid #ececec;
    border-radius:10px;
    height:50px;
    padding:0 15px;
    transition:.3s;
}

.cart input[type="number"]:focus,
.cart input[type="text"]:focus{

    border-color:#BE5504;
    outline:none;
}


/*=========================
      Hover Row
=========================*/

.cart table tbody tr{

    transition:.3s;
}

.cart table tbody tr:hover{

    background:#fffaf6;
}


/*=========================
      Responsive
=========================*/

@media(max-width:992px){

.cart table{

    display:block;
    overflow-x:auto;
}

.cart .views-form{

    padding:20px;
}

}


@media(max-width:768px){

.cart{

    margin:40px auto;
}

.cart table thead th,
.cart table tbody td{

    padding:14px;
    font-size:15px;
}

.views-field-purchased-entity a{

    font-size:18px;
}

.views-field-unit-price__number,
.views-field-total-price__number{

    font-size:20px;
}

.order-total-line-label{

    font-size:16px;
}

.order-total-line-value{

    font-size:18px;
}

.cart .form-actions{

    flex-direction:column;
}

.cart input[value="Update cart"],
.cart a.button,
.cart .checkout-button{

    width:100%;
}

}
.cart.cart-form:hover {
    background: none;
}

#edit-checkout {
    padding: 9px 30px;
}

/*-================== Checkout-page =========================*/
/*-================== Checkout-page =========================*/

/*=========================================
        CHECKOUT PAGE LAYOUT
=========================================*/

.layout-checkout-form{
    display:block;
    gap:40px;
    align-items:flex-start;
    max-width:1620px;
    margin:70px auto;
    padding:0 20px;
}

.layout-region-checkout-main{
    flex:0 0 68%;
}

.layout-region-checkout-secondary{
    flex:0 0 calc(32% - 40px);
}

.layout-region-checkout-footer{
    width:100%;
    margin-top:35px;
}

/*=========================================
        PAYMENT CARD
=========================================*/

.checkout-pane-payment-information{
    border:none;
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.checkout-pane-payment-information legend{
    width:100%;
    margin-bottom:25px;
}

.checkout-pane-payment-information .fieldset-legend{
    font-size:32px;
    font-weight:700;
    color:#222;
    display:block;
    padding-bottom:15px;
    border-bottom:2px solid #f2f2f2;
}

/*=========================================
        FORM ITEMS
=========================================*/

.form-item{
    margin-bottom:22px;
}

.form-item label{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #444;
    font-family: var(--primary-font);
    margin-bottom: 10px;
}

/*=========================================
        INPUTS
=========================================*/

.form-text,
.form-email,
.form-tel,
.form-select{
    width:100%;
    height:56px;
    padding:0 18px;
    border:1px solid #dcdcdc;
    border-radius:12px;
    background:#fff;
    font-size:16px;
    color:#222;
    transition:.3s;
    outline:none;
}

textarea.form-textarea{
    width:100%;
    min-height:140px;
    padding:15px 18px;
    border:1px solid #dcdcdc;
    border-radius:12px;
    resize:vertical;
    font-size:16px;
    transition:.3s;
}

.form-text:focus,
.form-email:focus,
.form-tel:focus,
.form-select:focus,
.form-textarea:focus{
    border-color:#BE5504;
    box-shadow:0 0 0 4px rgba(190,85,4,.12);
}

/*=========================================
        SELECT
=========================================*/

.form-select{
    cursor:pointer;
}

/*=========================================
        INLINE ADDRESS
=========================================*/

.address-container-inline{
    display:flex;
    gap:20px;
    margin-bottom:10px;
}

.address-container-inline>.form-item{
    flex:1;
}

/*=========================================
        STREET
=========================================*/

.form-item-payment-information-billing-information-address-0-address-address-line1,
.form-item-payment-information-billing-information-address-0-address-address-line2,
.form-item-payment-information-billing-information-address-0-address-organization{
    width:100%;
}

/*=========================================
        REQUIRED STAR
=========================================*/

.form-required::after{
    content:" *";
    color:#d32f2f;
}

/*=========================================
        CHECKBOX
=========================================*/

.form-item-payment-information-billing-information-copy-to-address-book{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:25px;
    padding:16px 20px;
    background:#fafafa;
    border:1px solid #ececec;
    border-radius:12px;
}

.form-checkbox{
    width:20px;
    height:20px;
    accent-color:#BE5504;
    cursor:pointer;
}

.form-item-payment-information-billing-information-copy-to-address-book label{
    margin:0;
    cursor:pointer;
    font-size:15px;
    font-weight:500;
}

/*=========================================
        HIDDEN INPUTS
=========================================*/

input[type="hidden"]{
    display:none;
}

/*===================== Secondary-box =======================*/
/*===================== Secondary-box =======================*/
/*=========================================
        ORDER SUMMARY
=========================================*/

.layout-region-checkout-secondary{
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    padding:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    position:sticky;
    top:30px;
}

.layout-region-checkout-secondary h3 {
    font-size: 23px;
    font-family: var(--primary-font);
    font-weight: 600;
    color: #222;
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 2px solid #f3f3f3;
}

/*=========================================
        PRODUCT TABLE
=========================================*/

.cols-0{
    width:100%;
    border-collapse:collapse;
}

.cols-0 tr{
    border-bottom:1px solid #efefef;
}

.cols-0 td{
    padding:18px 10px;
    vertical-align:top;
}

.views-field-quantity{
    width:60px;
    text-align:center;
    font-size:20px;
    font-weight:700;
    color:#BE5504;
}

.views-field-purchased-entity{
    width:auto;
}

.views-field-total-price__number{
    width:130px;
    text-align:right;
    font-size:20px;
    font-weight:700;
    color:#BE5504;
}
input#edit-payment-information-billing-information-edit-button {
    padding: 6px 36px;
    margin-top: 20px;
    border: 1px solid white;
    font-family: var(--Secondary-font);
    font-weight: 600;
}

/*=========================================
        PRODUCT TITLE
=========================================*/

.views-field-purchased-entity > div > div:first-child{
    font-size:19px;
    font-weight:600;
    color:var(--accent-color);
}

.views-field-purchased-entity a{
   
     margin-top:0px; 
     display:block;
    color:#BE5504;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
    font-family: var(--Secondary-font);
}

.views-field-purchased-entity a:hover{
    color:#8f3e02;
}
.views-field-purchased-entity a
{
    margin:0;
    font-size:18px;
}

/*=========================================
        LIST PRICE
=========================================*/

.views-field-purchased-entity > div > div:nth-child(2) div:first-child{
    color:#666;
    font-weight:600;
}

.views-field-purchased-entity > div > div:nth-child(2) div:last-child{
    color:#999;
    font-size:18px;
    font-weight:600;
    text-decoration:line-through;
}

/*=========================================
        TOTAL SUMMARY
=========================================*/

[data-drupal-selector="order-total-summary"]{
    margin-top:2px;
    padding-top:0px;
}

.order-total-line{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
    font-family:var(--Secondary-font);
}

.order-total-line-label{
    font-size:18px;
    color:#555;
    font-weight:600;
}

.order-total-line-value{
    font-size:22px;
    font-weight:700;
    color:#222;
}

.order-total-line__total{
    margin-top:18px;
    padding-top:18px;
    border-top:2px solid #ececec;
}

.order-total-line__total .order-total-line-label,
.order-total-line__total .order-total-line-value{
    color:#BE5504;
    font-size:28px;
    font-weight:700;
}

/*=========================================
        COUPON BOX
=========================================*/

.checkout-pane-coupon-redemption{
    margin-top:35px;
    padding-top:25px;
    border-top:2px dashed #e5e5e5;
}

.form-item-sidebar-coupon-redemption-form-code label{
    display:block;
    font-size:17px;
    font-weight:700;
    color:#222;
    margin-bottom:10px;
}

#edit-sidebar-coupon-redemption-form-code{
    width:100%;
    height:55px;
    border:2px solid #ddd;
    border-radius:12px;
    padding:0 18px;
    font-size:16px;
    transition:.3s;
    outline:none;
    margin-bottom:15px;
}

#edit-sidebar-coupon-redemption-form-code:focus{
    border-color:#BE5504;
    box-shadow:0 0 0 4px rgba(190,85,4,.12);
}

#edit-sidebar-coupon-redemption-form-apply{
    width:100%;
    height:55px;
    border:none;
    border-radius:12px;
    background:#BE5504;
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.35s;
}

#edit-sidebar-coupon-redemption-form-apply:hover{
    background:#9d4703;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(190,85,4,.30);
}
div#edit-sidebar-order-summary-summary footer {
    background: white;
}

/*======================= Add cart box =====================*/
@media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {
    .layout-region-checkout-main, .layout-region-checkout-footer {
        float: left;
        box-sizing: border-box;
        width: 60%;
        padding-right: 2em;
    }
}
@media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {
    .layout-region-checkout-secondary {
        float: right;
        width: 40%;
    }
}
input#edit-actions-next {
    padding: 10px 30px;
}

/*============== new-page ============*/
/*=================================================
        SHREEJBR CHECKOUT REVIEW
=================================================*/

/* Main Review Section */



/*=========================================
        Review Card
=========================================*/

.layout-region-checkout-main fieldset{
    margin:0 0 30px;
    padding:0;
    border:none;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border:1px solid #ececec;
}

/*=========================================
        Card Header
=========================================*/

.layout-region-checkout-main .fieldset-legend{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding:22px 30px;
    background:#fafafa;
    color:black;
    font-size:22px;
    font-weight:600;
    font-family: var(--primary-font);
    line-height:1.4;
}

/*=========================================
        Edit Button
=========================================*/

.checkout-review-edit-link{
    margin-left:auto;
}

.checkout-review-edit-link a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:var(--accent-color);
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.checkout-review-edit-link a:hover{
    background:#f8f8f8;
    transform:translateY(-2px);
}

/*=========================================
        Card Body
=========================================*/

.layout-region-checkout-main .fieldset-wrapper{
    padding:30px;
    /*display:flex;*/
    align-items:center;
    flex-direction: row-reverse;
    justify-content:space-between;
    font-size:17px;
    color:#444;
    line-height:1.8;
}

/*=========================================
        Email
=========================================*/

#edit-review-contact-information .fieldset-wrapper{
    font-size:18px;
    font-weight:600;
    color:#222;
}

/*=========================================
        Payment Method
=========================================*/

#edit-review-payment-information .fieldset-wrapper{
    font-size:17px;
    font-weight:600;
    color:#222;
}

/*=========================================
        Address Card
=========================================*/

.profile{
    margin-top:25px;
    padding:25px;
    background:#fafafa;
    border:1px solid #ececec;
    border-radius:15px;
}

.profile .address{
    margin:0;
    line-height:2;
    font-size:16px;
    color:#555;
}

/*=========================================
        Customer Name
=========================================*/

.profile .given-name,
.profile .family-name{
    font-size:20px;
    font-weight:700;
    color:#222;
}

/*=========================================
        Address Fields
=========================================*/

.profile .address-line1,
.profile .address-line2,
.profile .locality,
.profile .postal-code,
.profile .administrative-area,
.profile .country{
    display:inline;
    font-size:16px;
    color:#666;
}

/*=========================================
        Hidden Inputs
=========================================*/

.layout-region-checkout-main input[type="hidden"]{
    display:none;
}

/*=========================================
        Hover Effect
=========================================*/

.layout-region-checkout-main fieldset{
    transition:.35s;
}

.layout-region-checkout-main fieldset:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}
form[id^="commerce-order-item-add-to-cart-form-commerce-product-"] {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    width: 100%;
    margin-top: 25px;
    
}
input#edit-submit {
    width: 368px;
}
.form-text, .form-email, .form-tel, .form-select {
    width: 400px;
    height: 56px;
    padding: 0 18px;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    background: #fff;
    font-size: 16px;
    color: #222;
    transition: .3s;
    outline: none;
}
input[id^="edit-submit"]  {
    max-width: 500px;
    width: 400px;
}



.product-imgs{
    position:relative;
}

.product-imgs .product-image{
    position:absolute;
    inset:0;
    width:100%;
    opacity:0;
    visibility:hidden;
    transition:.45s ease;
}

.product-imgs .product-image.active{
    opacity:1;
    visibility:visible;
    position:relative;
}
td.views-field.views-field-attribute-weight {
    color: var(--accent-color);
}
div#edit-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin: 0;
}
input#edit-actions-next {
    padding: 15px 30px;
    background: var(--accent-color);
    border: none;
    color: white;
    font-family: var(--Secondary-font);
    font-weight: 500;
}
a.link--previous {
    padding: 12px 20px;
    background: #e1e1e1;
    border: 1px solid gray;
    font-family: var(--Secondary-font);
    color: black;
    text-decoration: none;
}
input#edit-submit {
    width: 368px;
    margin-top: 10px;
}


/* ===========================
   Empty Cart Design
=========================== */

.cart-empty-page {
    position: relative;
    max-width: 700px;
    margin: 80px auto;
    padding: 70px 50px 50px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 20px;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    line-height: 1.6;
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* Top Gradient Line */
.cart-empty-page::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#BE5504,#f7b24a,#BE5504);
}

/* Cart Icon */
.cart-empty-page::after{
    content:"🛒";
    display:flex;
    align-items:center;
    justify-content:center;
    width:90px;
    height:90px;
    margin:0 auto 25px;
    background:#fff4eb;
    border:3px solid rgba(190,85,4,.12);
    border-radius:50%;
    font-size:42px;
    box-shadow:0 10px 25px rgba(190,85,4,.15);
    animation:cartFloat 3s ease-in-out infinite;
}

/* Description */
.cart-empty-page{
    display:flex;
    flex-direction:column;
}

.cart-empty-page::before{
    z-index:2;
}

.cart-empty-page::after{
    order:-1;
}

/* Subtitle */
.cart-empty-page span{
    display:block;
    margin-top:12px;
    font-size:16px;
    font-weight:500;
    color:#777;
}

/* Floating Animation */
@keyframes cartFloat{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-8px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* Tablet */
@media (max-width:768px){

.cart-empty-page{
    margin:60px 20px;
    padding:60px 30px 40px;
    font-size:24px;
}

.cart-empty-page::after{
    width:80px;
    height:80px;
    font-size:38px;
}

}

/* Mobile */
@media (max-width:480px){

.cart-empty-page{
    margin:40px 15px;
    padding:45px 20px 30px;
    font-size:20px;
    border-radius:16px;
}

.cart-empty-page::after{
    width:70px;
    height:70px;
    font-size:32px;
}
}
.views-field-purchased-entity > div {
    display: flex;
    align-items: center;
    font-family: var(--Secondary-font);
    color: var(--accent-color);
    font-weight: 600;
    gap: 10px;
}

/* ===========================
   Local Tasks - Minimal Tabs
   =========================== */

#block-shreejbr-primary-local-tasks {
    margin: 0 0 30px;
}

#block-shreejbr-primary-local-tasks .visually-hidden {
    display: none;
}

#block-shreejbr-primary-local-tasks ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 20px 111px;
    padding: 0;
    list-style: none;
}

#block-shreejbr-primary-local-tasks li {
    display: flex;
    align-items: center;
}

#block-shreejbr-primary-local-tasks li:not(:last-child)::after {
    content: "|";
    margin: 0 14px;
    color: #999;
    font-size: 16px;
    font-weight: 600;
}

#block-shreejbr-primary-local-tasks li a {
    position: relative;
    text-decoration: none;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 0;
    transition: .3s;
}

#block-shreejbr-primary-local-tasks li a:hover {
    color: #BE5504;
}

#block-shreejbr-primary-local-tasks li a.is-active,
#block-shreejbr-primary-local-tasks li a[aria-current="page"] {
    color: #BE5504;
    font-weight: 700;
}

#block-shreejbr-primary-local-tasks li a.is-active::after,
#block-shreejbr-primary-local-tasks li a[aria-current="page"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #BE5504;
}

@media (max-width:768px) {
    #block-shreejbr-primary-local-tasks li a {
        font-size: 14px;
    }

    #block-shreejbr-primary-local-tasks li:not(:last-child)::after {
        margin: 0 10px;
    }
}
/* =========================================
   DRUPAL USER FORM - PREMIUM CLEAN UI
   ========================================= */

.user-form {
    max-width: 705px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
    margin: 70px auto;
    padding:38px;
}

/* Form Group */
.form-item {
    margin-bottom: 24px;
}

/* Label */
.form-item label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
}

/* Required Star */
.form-required::after {
    content: " *";
    color: #BE5504;
}

/* Inputs */
.form-text,
.form-email,
.form-password,
.form-number,
.form-search,
.form-tel,
.form-url,
.form-date,
.form-time,
textarea,
select {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    color: #222;
    outline: none;
    transition: .3s ease;
    box-sizing: border-box;
    font-family: inherit;
}

textarea {
    min-height: 150px;
    padding: 15px 18px;
    resize: vertical;
}

.form-text::placeholder,
.form-email::placeholder,
.form-password::placeholder,
textarea::placeholder {
    color: #999;
}

/* Focus */
.form-text:focus,
.form-email:focus,
.form-password:focus,
.form-number:focus,
.form-search:focus,
.form-tel:focus,
.form-url:focus,
textarea:focus,
select:focus {
    border-color: #BE5504;
}

/* Description */
.description {
    margin-top: 8px;
    font-size: 13px;
    font-family: var(--Secondary-font);
    color: #777;
    line-height: 1.6;
}

/* Details */
details {
    padding:2px 20px;
    margin: 30px 0;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    overflow: hidden;
}

summary {
    padding: 16px 0px;;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    user-select: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: "+";
    float: right;
    font-size: 20px;
    transition: .3s;
}

details[open] summary::after {
    content: "−";
}

/* Checkbox */
.form-type-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 20px;
}

.form-checkbox {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 35%;
    margin-top: 3px;
    accent-color: #BE5504;
    cursor: pointer;
}

.form-type-checkbox label {
    margin: 0;
    font-weight: 500;
    cursor: pointer;
}

/* Submit Area */
.form-actions {
    margin-top: 35px;
}


/* Button */
.button,
.button--primary,
.form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 56px;
    padding: 0 35px;
    border: 2px solid #BE5504;
    border-radius: 8px;
    background: #BE5504;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: .3s ease;
}

.button:hover,
.button--primary:hover,
.form-submit:hover {
    background: transparent;
    color: #BE5504;
}

/* Disabled */
.button:disabled,
.form-submit:disabled {
    opacity: .6;
    cursor: not-allowed;
}

/* Error */
.error,
.form-item--error-message {
    color: #d93025;
    font-size: 13px;
    margin-top: 6px;
}

input.error,
textarea.error,
select.error {
    border-color: #d93025;
}

/* Autofill */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* Responsive */
@media (max-width:768px) {

    .user-form {
        max-width: 100%;
        margin: 25px auto;
    }

    .form-text,
    .form-email,
    .form-password,
    .form-number,
    .form-search,
    .form-tel,
    .form-url,
    textarea,
    select {
        height: 52px;
        font-size: 14px;
    }

    textarea {
        min-height: 130px;
    }

    .button,
    .button--primary,
    .form-submit {
        width: 100%;
        min-width: auto;
    }

    summary {
        font-size: 15px;
        padding: 14px 16px;
    }
}
.user-form input#edit-submit
{
    width:100%;
    margin:auto;
}
/*====== Reset-Password ==========*/
form#user-pass {
    margin: 40px auto;
    max-width: 700px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
    padding: 30px 40px;
}
form#user-pass p {
    margin-bottom: 20px;
}
form#user-pass #edit-submit
{
    width:100%;
    margin:auto;
}
fieldset#edit-login-register {
       box-shadow: -2px 2px 15px 4px rgba(0, 0, 0, 0.04);
    padding: 33px 34px;
}
fieldset#edit-login-returning-customer {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
    padding: 36px 29px;
}
a#edit-login-returning-customer-forgot-password {
    text-decoration: none;
    color: var(--accent-color);
    font-family: var(--Secondary-font);
    font-weight: 500;
        margin-left: 28px;
}
.js-form-item.form-item.js-form-type-number.form-item-edit-quantity-0.js-form-item-edit-quantity-0.form-no-label .form-item {
     margin-bottom: 0px; 
}
.delete-order-item{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid #f8bcbc;
    background: #fff5f5;
    color: #d32f2f;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease;
}

.delete-order-item:hover{
    background: #ffe9e9;
    border-color: #f29a9a;
    color: #b71c1c;
    transform: translateY(-2px);
}

.delete-order-item:active{
    transform: scale(.98);
}

.delete-order-item:focus{
    outline: none;
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.15);
}
.views-field-edit-quantity .form-item {
     margin-bottom: 0px; 
}
/* ===========================
   Orders Table
=========================== */

table.cols-4{
    width:95%;
    max-width:1200px;
    margin:40px auto;
    border-collapse:collapse;
    background:#fff;
    border:1px solid #e6e6e6;
    font-family:inherit;
}

/* Header */

table.cols-4 thead th{
    padding:18px 24px;
    text-align:center;
    font-size:14px;
    font-weight:700;
    color:#222;
    text-transform:uppercase;
    letter-spacing:.08em;
    border-bottom:2px solid #be55040f;
    background:#fafafa;
}

table.cols-4 thead th a{
    color:#222;
    text-decoration:none;
}

table.cols-4 thead th a:hover{
    color:#BE5504;
}

/* Body */

table.cols-4 tbody tr{
    border-bottom:1px solid #ececec;
    transition:.3s;
}

table.cols-4 tbody tr:last-child{
    border-bottom:none;
}

table.cols-4 tbody tr:hover{
    background:#fcfcfc;
}

/* Cells */

table.cols-4 td{
    padding:18px 24px;
    font-size:15px;
    color:#555;
    vertical-align:middle;
}

/* Vertical Lines */

table.cols-4 th,
table.cols-4 td{
    border-right:1px solid #ececec;
}

table.cols-4 th:last-child,
table.cols-4 td:last-child{
    border-right:none;
}

/* Order Number */

.views-field-order-number a{
    color:#BE5504;
    font-weight:700;
    text-decoration:none;
}

.views-field-order-number a:hover{
    text-decoration:underline;
}

/* Date */

.views-field-placed time{
    color:#666;
    font-size:14px;
}

/* Price */

.views-field-total-price__number{
    font-size:16px;
    font-weight:700;
    color:#111;
}

/* Status */

.views-field-state{
    color:#2E7D32;
    font-weight:600;
}

/* Sort Icon */

.tablesort{
    margin-left:6px;
    vertical-align:middle;
}
td.views-field.views-field-state {
    font-family: var(--Secondary-font);
    color: green;
}

/* Mobile */

@media(max-width:768px){

    table.cols-4{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
        width:100%;
        margin:25px auto;
    }

    table.cols-4 th,
    table.cols-4 td{
        padding:14px 18px;
    }

}

/*============= New-detail-page =============*/
/*====================================
  ORDER DETAILS
====================================*/

.customer-information,
.order-information{
    width:95%;
    max-width:1200px;
    margin:40px auto;
}

/*-----------------------
   Information Cards
-----------------------*/

.customer-information > div,
.order-information > div{
    border:1px solid #e8e8e8;
    padding:22px 26px;
    margin-bottom:18px;
    background:#fff;
}

.customer-information > div > div:first-child,
.order-information > div > div:first-child,
.field__label{
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:#777;
    margin-bottom:8px;
    font-weight:600;
}

.customer-information > div > div:last-child,
.order-information > div > div:last-child{
    font-size:16px;
    color:#222;
    line-height:1.7;
}

/*-----------------------
 Billing Address
-----------------------*/

.address{
    margin:0;
    line-height:1.8;
    color:#444;
    font-style:normal;
}

.given-name,
.family-name{
    font-weight:700;
    color:#111;
}

/*-----------------------
 Time
-----------------------*/

time{
    color:#666;
    font-size:15px;
}

/*-----------------------
 Product Table
-----------------------*/

table.cols-4{
    width:100%;
    margin:30px 0;
    border-collapse:collapse;
    border:1px solid #ececec;
}

table.cols-4 thead th{
    padding:18px 22px;
    text-align:left;
    font-size:13px;
    text-transform:uppercase;
    color:#444;
    border-bottom:2px solid #BE5504;
    background:#fafafa;
}

table.cols-4 td{
    padding:18px 22px;
    border-bottom:1px solid #efefef;
    color:#555;
}

table.cols-4 tr:last-child td{
    border-bottom:none;
}

table.cols-4 th:not(:last-child),
table.cols-4 td:not(:last-child){
    border-right:1px solid #efefef;
}

.views-align-center{
    text-align:center;
}

.views-align-right{
    text-align:right;
}

.views-field-title{
    font-weight:600;
    color:#222;
}

.views-field-total-price__number{
    font-weight:700;
    color:#111;
}

/*-----------------------
 Total Summary
-----------------------*/

.order-total-line{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 0;
    border-bottom:1px solid #ececec;
}

.order-total-line:last-child{
    border-bottom:none;
}

.order-total-line-label{
    font-size:15px;
    font-weight:600;
    color:#444;
}

.order-total-line-value{
    font-size:18px;
    font-weight:700;
    color:#BE5504;
    margin-right:10px;
}

.order-total-line__total{
    margin-top:6px;
    padding-top:20px;
}

.order-total-line__total .order-total-line-label,
.order-total-line__total .order-total-line-value{
    font-size:20px;
}

/*-----------------------
 Responsive
-----------------------*/

@media(max-width:768px){

    .customer-information,
    .order-information{
        width:100%;
    }

    table.cols-4{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
    }

    table.cols-4 th,
    table.cols-4 td{
        padding:14px 16px;
    }

    .order-total-line-value{
        font-size:16px;
    }

}
.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    color: var(--accent-color);
     background-color: #80808000;
     opacity:1;
    
}
.cart-icon{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#000;
    text-decoration:none;
}

.cart-icon svg{
    width:24px;
    height:24px;
}

.cart-count{
    position:absolute;
    top: -5px;
    right: -13px;
    min-width:18px;
    height:18px;
    border-radius:50%;
    background:#ff0000;
    color:#fff;
    font-size:11px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:2px;
}
.cart-icon svg{
    width:34px;
    height:31px;
    fill:#BE5504; /* ya  */
}

/* ===========================
   Logout Confirmation Design
=========================== */

.user-logout-confirm {
    max-width: 550px;
    margin: 80px auto;
    padding: 40px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    border: 1px solid #ececec;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.user-logout-confirm::before {
    content: "⚠";
    width: 80px;
    height: 70px;
    background: #fff4e5;
    color: #f59e0b;
    font-size: 34px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 8px 20px rgba(245, 158, 11, .18);
}

.user-logout-confirm {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    font-weight: 500;
}

/* Action Buttons */
.user-logout-confirm .form-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 35px;
    flex-wrap: wrap;
}

/* Logout Button */
.user-logout-confirm .form-submit {
    min-width: 170px;
    width:100px !important;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: #dc2626;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin:0px !important;
    transition: .35s ease;
    box-shadow: 0 10px 22px rgba(220, 38, 38, .25);
}

.user-logout-confirm .form-submit:hover {
    background: #b91c1c;
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(220, 38, 38, .35);
}

/* Cancel Button */
.user-logout-confirm .dialog-cancel {
    min-width: 170px;
    height: 50px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .35s ease;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
}

.user-logout-confirm .dialog-cancel:hover {
    background: #222;
    color: #fff;
    border-color: #222;
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
}

/* Hide Hidden Inputs */
.user-logout-confirm input[type="hidden"] {
    display: none;
}
.user-logout-confirm div#edit-actions 
{
    margin-top:30px;
}

/* Responsive */
@media (max-width: 576px) {
    .user-logout-confirm {
        margin: 40px 15px;
        padding: 30px 20px;
    }

    .user-logout-confirm .form-actions {
        flex-direction: column;
    }

    .user-logout-confirm .form-submit,
    .user-logout-confirm .dialog-cancel {
        width: 100%;
        min-width: 100%;
    }
}

.product-button .cart {
    margin: 0;
    background: var(--accent-color);
}
.js-form-item.form-item.js-form-type-item.form-item-.js-form-item-.form-no-label {
    margin: 50px auto;
    max-width: 400px;
    box-shadow: 0px 0px 20px #80808026;
    padding: 30px;
    font-family: 'Bai Jamjuree';
    border-radius: 10px;
}

/* ===========================
   Payment Methods Table
=========================== */

table.responsive-enabled {
    width: 100%;
    max-width: 850px;
    margin: 50px auto;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    text-align: center;
    font-family: inherit;
}

/* Header */
table.responsive-enabled thead th {
    background: #cfcfcf47;
    color: black;
    font-family: 'Bai Jamjuree';
    padding: 18px 20px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: none;
}

/* Body */
table.responsive-enabled tbody td {
    padding: 30px 20px;
    font-size: 16px;
    color: #555;
    border-top: 1px solid #f2f2f2;
    vertical-align: middle;
}

/* Empty State */
table.responsive-enabled tbody td[colspan] {
    padding: 70px 20px;
    font-family:var(--primary-font);
    font-size: 18px;
    font-weight: 600;
    color: #777;
    position: relative;
}

table.responsive-enabled tbody td[colspan]::before {
    content: "📦";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: block;
    font-size: 52px;
    color: #BE5504;
    margin-bottom: 18px;
    opacity: .9;
}

table.responsive-enabled tbody td[colspan]::after {
    content: "Add your payment method to make checkout faster and more secure.";
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    font-family:'Urbanist';
    line-height: 1.6;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

/* Hover */
table.responsive-enabled tbody tr:hover {
    background: #fffaf5;
    transition: .3s ease;
}

/* Responsive */
@media (max-width:768px){

    table.responsive-enabled{
        margin:30px auto;
        border-radius:12px;
    }

    table.responsive-enabled thead th{
        padding:14px;
        font-size:14px;
    }

    table.responsive-enabled tbody td{
        padding:20px 15px;
        font-size:14px;
    }

    table.responsive-enabled tbody td[colspan]{
        padding:50px 15px;
        font-size:16px;
    }

    table.responsive-enabled tbody td[colspan]::before{
        font-size:42px;
    }

    table.responsive-enabled tbody td[colspan]::after{
        font-size:14px;
    }
}

table.cols-4{
    width: 90%;
    max-width: 1100px;
    margin: 40px auto;
}
.account-dropdown i {
    font-size: 19px;
}


a.link--previous {
    margin-left: 518px;
}
.layout-region-checkout-footer {
    margin-top: 0px;
}
.orders-empty{
    text-align:center;
    max-width:700px;
    margin:40px auto;
    color:#555;
    font-size:17px;
        font-family: 'Bai Jamjuree';
    line-height:1.6;
}



.message-close {
    position: absolute;
    top: 18px;
    right: 16px;
    width: 29px;
    height: 27px;
    border-radius: 50%;
    color: #BE5504;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
}
/*==============================
 Address Book Design
==============================*/

.address-book__container--customer {
    max-width: 80%;
    margin: 40px auto;
}

/* Add Address Button */
.address-book__add-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    background: #c2bfbc45;
    color: #000000 !important;
    font-size: 15px;
    font-weight: 600;
    /* border-radius: 8px; */
    text-decoration: none;
    transition: .3s ease;
    /* box-shadow: 0 8px 25px rgba(190, 85, 4, .18); */
    /* margin-bottom: 30px; */
}

.address-book__add-link:hover {
    background: #9f4702;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(190,85,4,.25);
}

/* Address List */
.address-book__profiles {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

/* Address Card */
.address-book__profile {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    transition: .35s ease;
    box-shadow: 0 10px 35px rgba(0,0,0,.06);
}

.address-book__profile:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

/* Profile Body */
.profile {
    padding: 25px;
    position: relative;
}

/* Default Badge */
.profile--is-default::before {
    content: "Default Address";
    position: absolute;
    top: 20px;
    right: 20px;
    background: #BE5504;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 6px 14px;
    border-radius: 30px;
    text-transform: uppercase;
}

/* Address Text */
.address {
    margin: 0;
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

/* Customer Name */
.address .given-name,
.address .family-name {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

/* Operations */
.address-book__operations {
    display: flex;
    gap: 12px;
    padding: 20px 25px;
    border-top: 1px solid #efefef;
    background: #fafafa;
}

/* Buttons */
.address-book__operations a {
    flex: 1;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px;
    transition: .3s ease;
}

/* Edit Button */
.address-book__edit-link {
    background: #BE5504;
    color: #fff !important;
}

.address-book__edit-link:hover {
    background: #9f4702;
}

/* Delete Button */
.address-book__delete-link {
    background: #fff2f2;
    color: #d32f2f !important;
    border: 1px solid #f4b2b2;
}

.address-book__delete-link:hover {
    background: #d32f2f;
    color: #fff !important;
    border-color: #d32f2f;
}

/* Hide Drupal Contextual */
.contextual {
    display: none !important;
}

/* Responsive */
@media (max-width:768px){

    .profile {
        padding: 20px;
    }

    .profile--is-default::before{
        position: static;
        display: inline-block;
        margin-bottom: 18px;
    }

    .address-book__operations{
        flex-direction: column;
    }

    .address-book__operations a{
        width:100%;
    }

    .address .given-name,
    .address .family-name{
        font-size:18px;
    }
}
.webform-results {
    max-width: 848px;
    margin: 60px auto;
}
.webform-results > div:first-child {
    display: inline-block;
    margin-bottom: 25px;
    background: rgba(190,85,4,.08);
    color: #BE5504;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 30px;
}
table.webform-results-table.sticky-header thead tr th a {
    text-decoration: none;
    color: #403e3e;
}
.webform-results table.responsive-enabled
{
    margin:0;
}
table.webform-results-table.sticky-header tbody tr td a {
    color: #666;
    text-decoration: none;
    font-family: 'Urbanist';
    font-weight: 500;
}


.message-close{
    position: absolute;
    top: 12px;
    right: 12px;
       width: 30px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #515151;
    color: #fff;
    border-radius: 50%;
    font-family: 'FontAwesome';
    border: 3px solid white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: .3s ease;
    user-select: none;
}

