/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

table td {
    border-top: 0px;
}

table tr {
    border-bottom: 1px solid #dee2e6;
}
.sale-banner {
    background-color: #ff3838; /* Red background color */
    color: #fff; /* White text color */
    text-align: center;
    padding: 10px;
    font-size: 16px;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    opacity: 50%;
}
.product-card.sold-out {
    opacity: 0.5; /* Adjust the opacity as needed */
    pointer-events: none; /* Disable pointer events on sold-out items */
    /* Add any other styling for sold-out items */
}
.required::after {
    content: '*';
    color: red;
    margin-left: 4px;
  }
/* Add this style if you want to create a dismiss button */
.sale-banner-dismiss {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}

.main-logo {
    height: 44px;
    width: 306px;
}

.carousel-item {
    margin-bottom: 20px;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}


/* TOAST */

.toast {
    display: none;
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    border-left: 2px solid green;
    z-index: 999999;
}

.toast2 {
    display: none;
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    border-left: 2px solid green;
    z-index: 999999;
}

.toast-error {
    display: none;
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #f4f4f4;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    border-left: 2px solid red;
    z-index: 999999;
}

.toast-error2 {
    display: none;
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    border-left: 2px solid red;
    z-index: 999999;
}

.toast.active {
    transform: translateX(0%);
}

.toast2.active {
    transform: translateX(0%);
}

.toast-error.active {
    transform: translateX(0%);
}

.toast-error2.active {
    transform: translateX(0%);
}

.toast .toast-content {
    display: flex;
    align-items: center;
}

.toast2 .toast2-content {
    display: flex;
    align-items: center;
}

.toast-error .toast-error-content {
    display: flex;
    align-items: center;
}

.toast-error2 .toast-error2-content {
    display: flex;
    align-items: center;
}

.toast-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: green;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.toast2-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: green;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.toast-error-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: red;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.toast-error2-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: red;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.toast2-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.toast-error-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.toast-error2-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.message .text.text-1 {
    font-weight: 600;
    color: #333;
}

.toast .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}

.toast2 .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}

.toast-error .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}

.toast-error2 .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}

.toast .close:hover {
    opacity: 1;
}

.toast2 .close:hover {
    opacity: 1;
}

.toast-error .close:hover {
    opacity: 1;
}

.toast-error2 .close:hover {
    opacity: 1;
}

.toast .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.toast2 .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.toast-error .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.toast-error2 .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.toast .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: green;
}

.toast2 .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: green;
}

.toast-error .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: red;
}

.toast-error2 .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: red;
}

.progress.active:before {
    animation: progress 5s linear forwards;
}

@keyframes progress {
    100% {
        right: 100%;
    }
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 150px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

.our-prdcts {
    width: 100%;
    display: inline-flex;
    /* padding: 50px; */
    padding: 10px 145px;
    padding-bottom: 100px;
}

cardItemsTableBody input {
    margin-top: 20px;
}

button,
input {
    overflow: visible;
}

.shopping {
    position: relative;
    text-align: right;
}

.shopping img {
    width: 30px;
}

.shopping span {
    background: #F3CDCA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: -5px;
    left: 65%;
    height: 25px;
    color: #252525;
    padding: 1px 7px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    background-size: 100%;
    position: fixed;
    z-index: 9;
}

.bg-light {
    background-color: transparent!important;
}

.toggle_icon {
    padding: 10px 0px;
    cursor: pointer;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fc967e;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav {
    z-index: 99999999999999;
    background-color: rgb(0, 0, 0, 0.9);
}

@media screen and (max-width: 450px) {
    .sidenav {
        padding-top: 15px;
        background-color: rgb(0, 0, 0, 0.9);
    }
    .sidenav a {
        font-size: 18px;
    }
}

.login_text {
    width: 100%;
    float: left;
}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    padding-left: 15px;
}

.login_text a {
    color: #ffffff;
}

.login_text a:hover {
    color: #ffffff;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    padding-left: 90px;
    z-index: 2;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner_taital {
    width: 100%;
    margin: 0 auto;
    font-size: 100px;
    color: #000;
    line-height: 90px;
    padding-top: 20px;
    font-family: 'Great Vibes', cursive;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 20px 0px;
}

.read_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: #f5ddb6;
}


/* banner section end */


/* product section start */

.product_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background-color: #F3CDCA;
}

.product_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #232322;
    font-weight: bold;
}

.product_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #50504f;
    margin: 0px;
}

.product_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.product_box {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    border: 1px solid #7d7d7c;
    padding: 20px 0px 0px 0px;
    margin-top: 30px;
}

.bursh_text {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #1a1c1b;
    font-weight: 600;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #50504f;
    margin: 0px;
}

.image_1 {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
    padding: 0px 20px;
    height: 200px;
}

.btn_main {
    width: 100%;
    display: flex;
    background-color: #000;
    height: auto;
    padding: 20px 10px 13px 10px;
}

.buy_bt {
    float: left;
    width: 100%;
}

.buy_bt ul {
    margin: 0px;
    padding: 0px;
}

.buy_bt li a {
    float: left;
    font-size: 12px;
    color: #252525;
    padding: 5px 10px;
    background-color: #ffffff;
    text-transform: uppercase;
    margin-right: 5px;
    border-radius: 40px;
}

.buy_bt li a:hover {
    background-color: #f5ddb6;
    color: #ffffff;
}

.buy_bt li.active a {
    background-color: #f5ddb6;
    color: #fff;
}

.price_text {
    font-size: 16px;
    color: #fefefd;
    width: 42%;
    padding-top: 5px;
    text-align: right;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 60px;
}

.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.seemore_bt a:hover {
    color: #ffffff;
    background-color: #f5ddb6;
}


/* product section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    background-color: #f4f4f4;
    height: auto;
    padding-bottom: 90px;
}

.about_section_main {
    width: 100%;
    float: left;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding-top: 20px;
    /* padding-left: 100px; */
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 44px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
}

.description {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    transition: max-height 0.3s ease;
    cursor: pointer;
}

.description.expanded {
    max-height: none;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0px;
}

.image_3 {
    width: 100%;
    float: left;
    border-radius: 40px;
    height: 430px;
}

.readmore_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #363636;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #50504f;
    background-color: #ffffff;
}


/* about section end */


/* customer section start */

.customer_section {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
    font-weight: bold;
}

.client_section_2 {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.client_main {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 30px 1px #eeeeed;
    margin-bottom: 50px;
}

.client_left {
    width: 30%;
    float: left;
}

.client_right {
    width: 70%;
    float: left;
    padding-top: 55px;
    padding-left: 14px;
}

.name_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
}

.dolor_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0px;
}

.client_img {
    width: 100%;
    text-align: center;
}

#main_slider a.carousel-control-prev {
    left: -60px;
    top: 360px;
}

#main_slider a.carousel-control-next {
    right: -60px;
    top: 360px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #000000;
    border-radius: 100px;
    box-shadow: 0px 0px 18px 8px #eeeeed;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #000;
    background-color: #f5ddb6
}


/* customer section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.contact_taital {
    width: 100%;
    float: left;
    color: #1a1c1b;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}

.contact_text {
    width: 100%;
    float: left;
    color: #333;
    margin: 0px;
    font-size: 16px;
}

.contact_main {
    width: 100%;
    display: flex;
    margin-top: 45px;
}

.contact_bt {
    width: 200px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 30px;
    background-color: #333;
    text-transform: uppercase;
    margin-right: 15px;
    border-radius: 5px;
    text-align: center;
}

.contact_bt a:hover {
    background-color: black;
    color: #ffffff;
}

.newletter_bt {
    width: 200px;
    margin-left: 20px;
}

.newletter_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    padding: 10px 30px;
    background-color: #fef4ec;
    text-transform: uppercase;
    margin-right: 15px;
    border-radius: 5px;
    text-align: center;
}

.newletter_bt a:hover {
    background-color: #252525;
    color: #ffffff;
}

.map_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.contact_section_2 {
    width: 100%;
    float: left;
}

.modal-header {
    background-color: #F3CDCA;
    color: white;
    border: none;
}

.modal-title {
    font-size: 24px;
}

/* Update modal body styles */
.modal-body {
    background-color: #f8f9fa; /* Change to your desired background color */
}

.table-image {
    width: 100%; /* Make the table expand to the full width */
}

/* Update the delivery fee styles */
p {
    font-size: 14px; /* Increase the font size */
}

/* Update the Total section styles */
.d-flex.justify-content-end {
    margin-top: 20px;
}

.price.text-success {
    font-size: 18px;
    font-weight: bold;
}

/* Update modal footer styles */
.modal-footer {
    background-color: #f8f9fa;
    border: none;
    justify-content: space-between;
}

/* Update "Continue Shopping" button styles */
.btn-secondary {
    background-color: #ddd; /* Change to your desired color */
    color: #252525;
    border: none;
}

/* Update "Checkout" button styles */
.btn-success {
    background-color: #252525;
    border: #252525;
    color: white;
}
/* contact section start */

.product-body {
    background-color: #F3CDCA;
    color: black;
    font-family: Arial, sans-serif;
}

.product_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-title {
    font-weight: 400;
}

.quantity-input {
    width: 50px;
    height: 30px;
    margin-top: 9px;
}

.product-card {
    width: 300px;
    margin: 20px;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-card img {
    width: 225px;
    height: 225px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.product-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.product-card p {
    margin-bottom: 10px;
    font-size: 16px;
}

.product-card .price {
    font-weight: bold;
    font-size: 18px;
}

.product-card .button-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.product-card button {
    padding: 6px 17px;
    background-color: #252525;
    color: #F3CDCA;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin: 0 5px;
    width: 100%;
    align-items: center;
}

.product-card button :hover {
    opacity: 0.7;
}

.product_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.section {
    margin-bottom: 20px;
}

.subsection {
    margin-bottom: 40px;
}

.section h2,
.subsection h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}

.section h2 {
    font-weight: bold;
}


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    background-size: 100%;
    padding-bottom: 30px;
}

.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
    display: none;
}

.footer_logo_1 {
    width: 100%;
    float: left;
    text-align: center;
}

.arrow {
    cursor: pointer;
}

.arrow::before {
    content: '\25B6';
    /* Unicode for a right-pointing arrow */
    display: inline-block;
    margin-right: 5px;
    transform: rotate(90deg);
}

.open .arrow::before {
    transform: rotate(-90deg);
    /* Rotate the arrow when section is open */
}


/* Hide content by default */

.content {
    display: none;
}


/* Show content when section is open */

.open .content {
    display: block;
}

.address_bt {
    width: 100%;
    float: left;
}

.address_bt ul {
    margin: 0px;
    padding: 0px;
}

.address_bt li {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0px 0px 0px;
}

.address_bt li a {
    color: #ffffff;
}

.address_bt li a:hover {
    color: #f5ddb6;
}

.padding_left10 {
    padding-left: 10px;
}

.address_text {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.dummy_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
    padding-top: 5px;
}

.ipsum_text {
    width: 65%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    padding-top: 10px;
}

.main {
    width: 54%;
    float: right;
}

.social_icon {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    border-bottom: 1px solid #f5ddb6;
    padding-bottom: 30px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    font-size: 26px;
    color: #f5ddb6;
    padding: 10px;
}

.social_icon li a {
    color: #f5ddb6;
}

.social_icon li a:hover {
    color: #ffffff;
}


/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f5ddb6;
}

.margin_top90 {
    margin-top: 90px;
}

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
}

.image-container {
    position: relative;
    padding-left: 25%;
    padding-right: 25%;
}

.image-selector {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}

.popup-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
}

.selected-image {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
}


/* Desktop Styles */

.contact-form-body {
    background-color: white;
    color: #333;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.contact-form-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}

.contact-form h2 {
    text-align: center;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-group label {
    display: block;
    font-weight: bold;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #333;
    font-size: 16px;
}

.contact-form .submit-button {
    display: block;
    width: 100%;
    background-color: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

.contact-form .submit-button:hover {
    background-color: #333;
}

.contact-form .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    font-size: 18px;
    cursor: pointer;
}

.contact-form .success-message {
    color: green;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.img-footer {
    padding: 10px !important;
    border: 1px solid #333;
}
@media (max-width: 1750px) {
    .image-container {
        position: relative;
        padding-left: 0%;
        padding-right: 0%;
    }
    .product-card {
        width: 90%;
        margin: 20px 0;
    }
    .shopping img {
        margin-bottom: 7px;
    }
    .our-prdcts {
        padding: 20px;
    }
    .main-logo {
        width: 230px;
    }
    .quantity-input {
        height: 26.5px;
        margin-top: 16%;
    }
    .container-fluid {
        padding-left: 0%;
        padding-right: 0%;
    }
    .img-footer {
        width: 200px !important;
        padding: 10px !important;
        margin-left: 24% !important;
        margin-right: 24% !important;
    }
    .toast {
        position: fixed;
        top: 90px;
        border-radius: 12px;
        background: #f4f4f4;
        padding: 20px 35px 20px 25px;
        box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transform: translateX(calc(30% + 5px));
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
        border-left: 2px solid green;
        right: 0px;
    }
    .toast2 {
        position: fixed;
        top: 90px;
        border-radius: 12px;
        background: #f4f4f4;
        padding: 20px 35px 20px 25px;
        box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transform: translateX(calc(30% + 5px));
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
        border-left: 2px solid green;
        right: 0px;
    }
    .toast-error {
        position: fixed;
        top: 90px;
        border-radius: 12px;
        background: #f4f4f4;
        padding: 20px 35px 20px 25px;
        box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transform: translateX(calc(30% + 5px));
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
        border-left: 2px solid red;
        right: 0px;
    }
    .toast-error2 {
        position: fixed;
        top: 90px;
        border-radius: 12px;
        background: #f4f4f4;
        padding: 20px 35px 20px 25px;
        box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transform: translateX(calc(30% + 5px));
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
        border-left: 2px solid red;
        right: 0px;
    }
}
@media (max-width: 768px) {
    .image-container {
        position: relative;
        padding-left: 0%;
        padding-right: 0%;
    }
    .product-card {
        width: 90%;
        margin: 20px 0;
    }
    .shopping img {
        margin-bottom: 7px;
    }
    .our-prdcts {
        padding: 20px;
    }
    .main-logo {
        width: 230px;
    }
    .quantity-input {
        height: 26.5px;
        margin-top: 16%;
    }
    .container-fluid {
        padding-left: 0%;
        padding-right: 0%;
    }
    .img-footer {
        width: 200px !important;
        padding: 10px !important;
        margin-left: 24% !important;
        margin-right: 24% !important;
    }
    .toast {
        position: fixed;
        top: 90px;
        border-radius: 12px;
        background: #f4f4f4;
        padding: 20px 35px 20px 25px;
        box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transform: translateX(calc(30% + 5px));
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
        border-left: 2px solid green;
        right: 0px;
    }
    .toast2 {
        position: fixed;
        top: 90px;
        border-radius: 12px;
        background: #f4f4f4;
        padding: 20px 35px 20px 25px;
        box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transform: translateX(calc(30% + 5px));
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
        border-left: 2px solid green;
        right: 0px;
    }
    .toast-error {
        position: fixed;
        top: 90px;
        border-radius: 12px;
        background: #f4f4f4;
        padding: 20px 35px 20px 25px;
        box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transform: translateX(calc(30% + 5px));
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
        border-left: 2px solid red;
        right: 0px;
    }
    .toast-error2 {
        position: fixed;
        top: 90px;
        border-radius: 12px;
        background: #f4f4f4;
        padding: 20px 35px 20px 25px;
        box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transform: translateX(calc(30% + 5px));
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
        border-left: 2px solid red;
        right: 0px;
    }
}

@media (max-width: 325px) {
    .main-logo {
        width: 180px;
    }
}