/*..........................CSS FOR REGISTER......................................... */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Baloo+Thambi+2&family=Raleway&family=Rubik&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');

/* @font-face {
    font-family: classy;
    src: url(/fonts/classy.ttf);
} */


/*              Sass Template           */
/*  global classes  */
button,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* typography classes */
.font-baloo {
    font-family: "Baloo Thambi 2", cursive;
}

.font-rale {
    font-family: "Raleway", cursive;
}

.font-rubik {
    font-family: "Rubik", cursive;
}

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

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

/* Color Template  */
.color-primary {
    color: #003859;
}

.color-primary-bg {
    background: #003859;
}

.color-second {
    color: #00A5C4;
}

.color-second-bg {
    background: #00A5C4;
}

.color-yellow {
    color: #FFD289;
}

.color-yellow-bg {
    background: #FFD289;
}

:root {
    --blue: #2980b9;
    --red: tomato;
    --orange: orange;
    --black: #333;
    --white: #fff;
    --bg-color: #eee;
    --dark-bg: rgba(0, 0, 0, .7);
    --box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    --border: .1rem solid #999;
}

h2 {
    text-align: center;
}

.ontent{
 display: none;
}

.hhd {
    font-size: 4rem;
    color: #000000;
}

.hhdd {
    color: #ffffff;
}

.herod {
    width: 100%;
    height: 100%;
}

.upper {
    width: 100%;
    height: 50px;
    position: relative;
    background: #491d01;

}

.text-sml {
    font-size: 14px;
    padding: 10PX 0;
}

.text-smml {
    font-size: 12px;
    color: #000000;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: italic;
}

.text-default{
    color: #000000ee;
}

/* styles.css */
/* #loader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    animation: spin 2s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */

/* 20. preloader */
.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto;
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-top-color: #dca73a;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff;
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.preloader .preloader-img img {
    max-width: 55px;
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
}

.nav-brand img{
    width: 100px;
    height: auto;
}

.bg-pink {
    /*background: #dbe0bd;*/
    background: #f0fff0;
}

.color-dak {
    color: #000000;
}

btn-dak {
    background: #000000;
    color: #f0fff0;
}

.btn-lit {
    color: #000000;
    background: #f0fff0;
    position: absolute;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 70%;
}

.bg-dak {
    background: #000000;
}

.bg-dakk {
    background: #1c4a32;
}
.bg-dakk2 {
    background: #000000b4;
}

.image-back {
    background-position: center;
}

.f_logo img {
    width: 200px;
}

.bg-img {
    border-radius: 10px;
}

.hlog {
    text-align: center;
    margin: auto;
    width: 80%;
    color: #f977b1;

}

.text-gren-50,
.text-gren-5 {
    color: #f0fff0;
    opacity: 70%;
}


.text-gren-50:hover {
    color: #f0fff0;
    opacity: 100%;
    font-size: 15px;
}

.text-green2 {
    color: #000000;
}

.hero-content {
    text-align: center;
    left: 50%;
}

.push_btn {
    width: 100px;
    position: sticky;
    z-index: 10000;
}

.whatsapp-float {
    position: fixed;
    font-size: 30px;
    bottom: 40px;
    right: 120px;
    background: #11934d;
    color: #f0fff0;
    padding: 5px 10px;
    border-radius: 50%;
    text-decoration: none;
    z-index: 10000;
    box-shadow: 1px 1px 2px rgb(141, 137, 137);
}

.facons{
    font-size: 25px;
    background: #11934d;
    color: #f0fff0;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    z-index: 10000;
    box-shadow: 1px 1px 2px rgb(141, 137, 137);
}
.facons1{
    background: #111193;
}

.facons2{
    background: #117793;
}
.facons3{
    background: #931188;
}
.facons4{
    background: #000000;
}
.facons5{
    background: #bdd109;
}


/* @media (max-width: 615px) {
    .counter_area {
      text-align: center; } }
  .counter_area .top-two {
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .counter_area .top-two {
        display: inline; } }
  @media (max-width: 991px) {
    .counter_area .bottom-two {
      display: inline; } }

      .counter_area{
        width: 100%;
      }
  .counter_area .single_counter {
    text-align: center;
    padding: 30px;
    border: none;
    display: inline-block;
    height: 180px;
    width: 100%;
    margin-right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (max-width: 1024px) {
      .counter_area .single_counter {
        width: 100%; } }
    @media (max-width: 991px) {
      .counter_area .single_counter {
        height: 150px;
        width: 100%;
        padding: 15px; } */
        /* .counter_area .single_counter:last-child {
          margin-top: 30px; } } */
    /* @media (max-width: 767px) {
      .counter_area .single_counter {
        margin-right: 25px; } }
    @media (max-width: 400px) {
      .counter_area .single_counter {
        width: 100%;
        margin-right: 0; }
        .counter_area .single_counter:nth-child(2) {
          margin-bottom: 30px; } } */

                  .counter_area .single_counter {
                      /* text-align: center;
                      padding: 30px;
                      border: none;
                      display: inline-block;
                      height: 180px;
                      width: 100%;
                      margin-right: 30px; */
                      -webkit-transition: all 0.3s ease 0s;
                      -moz-transition: all 0.3s ease 0s;
                      -o-transition: all 0.3s ease 0s;
                      transition: all 0.3s ease 0s;
                  }
    .counter_area .single_counter .thumb {
      margin-bottom: 20px;
     }
      .counter_area .single_counter .thumb img {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; 
        width: 25%;
    }
    .counter_area .single_counter .info-content h4 {
      font-size: 24px;
      font-weight: 600;
      /* font-family: "Playfair Display", serif; */
      margin-bottom: 10px; }
    .counter_area .single_counter:hover {
      background: #bda7a750;
      color: #fff;
      border: 1px solid transparent; }
      .counter_area .single_counter:hover .thumb img {
        -webkit-filter: brightness(0) invert(1);
        -moz-filter: brightness(0) invert(1);
        -ms-filter: brightness(0) invert(1);
        -o-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
      .counter_area .single_counter:hover .info-content h4 {
        color: #fff; }

        @media screen and (max-width: 768px) {
            .counter_area .single_counter .thumb img {
                    
                    width: 15%;
            }

            .counter_area .single_counter .info-content h4 {
                font-size: 20px;
                font-weight: 500;
                /* font-family: "Playfair Display", serif; */
                /* margin-bottom: 10px; */
            }
        }
  
  /* Start Packages Area css
  ============================================================================================ */

.register-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #dc8906;
}

.register-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.register-form input {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.register-form button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #4018f5;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.register-form button:hover {
    background-color: #d8263e;
}

.herod {
    position: relative;
}

.herod .owl-nav {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1;
    visibility: hidden;
}

@media (max-width: 991.98px) {
    .herod .owl-nav {
        display: none;
    }
}

.herod .owl-nav .owl-prev,
.herod .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 70px;
    color: #000000;
    height: 70px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
}

.herod .owl-nav .owl-prev>span,
.herod .owl-nav .owl-next>span {
    font-size: 1.7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.herod .owl-nav .owl-prev:hover,
.herod .owl-nav .owl-next:hover {
    background: #1089ff;
    color: #000000;
}

.herod .owl-nav .owl-prev:hover>span,
.herod .owl-nav .owl-next:hover>span {
    color: #000000;
}

.herod .owl-nav .owl-prev {
    left: 10px;
}

.herod .owl-nav .owl-next {
    right: 10px;
}

.herod .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.herod .owl-dots .owl-dot {
    display: inline-block;
}

.herod .owl-dots .owl-dot>span {
    border-radius: 0%;
    display: inline-block;
    width: 18px;
    height: 4px;
    margin: 2px 5px;
    background: white;
}

.herod .owl-dots .owl-dot.active>span {
    background: #1089ff;
}

.herod:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

#accordion label img {
    width: 80px;
}

.container1 p {
    text-align: center;
}


@media screen and (max-width: 768px) {
    .container1 {
        padding: 20px;
    }

    .whatsapp-float {
        bottom: 30px;
        right: 80px;

    }
    .nav-brand img{
        width: 70px;
        height: auto;
    }
    .text-sml {
        font-size: 12px;
        /* padding: 10PX 0; */
    }
}

.message {
    background-color: rgb(173, 173, 255);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10000;
    border-radius: .5rem;
    font-size: 20px;
    padding: 5px 2rem;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.message span {
    font-size: 1.1rem;
    color: var(--black);
}

.message i {
    font-size: 2.5rem;
    color: var(--black);
    cursor: pointer;
}

.message i:hover {
    color: var(--red);
}


/*...................................Login Css............................*/
/* Include previous styles here */

.login-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f3fef1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.login-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.login-form input {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #c4f3c3;
    border-radius: 3px;
}




.login-form button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: rgb(0, 68, 0);
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    
}

.login-form button:hover {
    background-color: rgb(5, 157, 5);
}

/*..................PRIVACY POLICY...............*/
.privacy {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.privacy h1 {
    color: #333;
}

/* Styling for sections */
.privacy-policy,
.information-collected,
.how-information-used,
.data-sharing,
.cookies,
.security,
.user-rights,
.contact-us {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.privacy-policy h2,
.information-collected h2,
.how-information-used h2,
.data-sharing h2,
.cookies h2,
.security h2,
.user-rights h2,
.contact-us h2 {
    color: #333;
    margin-bottom: 10px;
}

.privacy ul {
    list-style: disc;
    margin-left: 20px;
}

.text-price{
    text-align: right;
   
}
.crt1 h3, .crt2 h3{
    display: none;
}

#searchResults {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 300px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#searchResults .product {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

#searchResults.product img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

#searchResults.product:hover {
    background: #f9f9f9;
}

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
    .privacy {
        padding: 20px;
    }
    .carthd{
        display: none;
    }
    .text-price {
        text-align: left;

    }
    
    .crt1 h3,
    .crt2 h3 {
        display: block;
        
        
    }
    .crt2 {
        display: flex;
        justify-content: space-between;
    }

    .crt3 {
        
        justify-content: space-between;
    }

    /* .carthrow{
        display: flex;
    } */
    .cartitle{
        margin-top: 70px;
    }
}



/*.....................Terms of use ................*/
.termspage {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}


/* Styling for sections */
.terms,
.intellectual-property,
.disclaimer,
.limitation-of-liability,
.changes,
.contact-us {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.terms h2,
.intellectual-property h2,
.disclaimer h2,
.limitation-of-liability h2,
.changes h2,
.contact-us h2 {
    color: #333;
    margin-bottom: 10px;
}

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
    .termspage {
        padding: 20px;
    }
}


/*................About Us..................*/
.aboutus {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

/* Styling for sections */
.about,
.mission,
.difference,
.promise {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.about h2,
.mission h2,
.difference h2,
.promise h2 {
    color: #333;
    margin-bottom: 10px;
}
.on_menu{
    display: none;
}

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
    .aboutus {
        padding: 20px;
    }

    .on_menu {
        display: block;
    }
}




/*....................CATEGORIES...............*/
.category {
    margin: 20px 40px;
}

/* .category h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
} */

/* .category hr {
    width: 60%;
    
    color: #000000;
    margin: 20px auto;
    border: 2px solid #000000;
} */

hr {
    margin: 1rem 0;
    color: #e1e0e4;
    background-color: currentColor;
    border: 0;
    opacity: 1;
}

.product-row {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    gap: 20px;
    width: 90%;
    margin: 0 auto 70px;
}

.product {
    width: calc(25% - 20px);
    /* Four products per row */
    border: none;
    /* border: 0.1px solid #0000000f; */
    padding: 30px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 7px;
}


.product img {
    max-width: 100%;
    height: auto;
}

.product h3 {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: 0.75px;
}

.price {
    font-weight: bold;
    color: #000000;
}

.order-button {
    /* background: ; */
    color: #000000;
    border: 1px solid #000000;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.order-button:hover {
    color: #ffffff;
    background: #00000096;
    font-weight: 600;
}

/*-------contact us page-----*/

.locations {
    width: 80%;
    margin: auto;
    padding: 80px 0;
}

.locations iframe {
    width: 100%;
}

.contact-us {
    width: 80%;
    margin: auto;
}

.contact-col {
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa {
    font-size: 28px;
    color: #e44336;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div a {
    color: #09d803;
}

.contact-col h2,
.last h2 {
    margin: 0 0 10px 80px;
}

.contact-col div p {
    padding: 0;
    text-align: left;
    color: #777;
}

.contact-col div h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input,
.contact-col textarea {
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #f0f0f0;
    border: 1px solid #ccc;
}


.xyy {


    margin: -60px auto 80px;
    width: 20%;
    align-items: center;
    text-align: center;

}

.more-btn {
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

.cathead {
    font-size: 27px;
    text-align: center;
    padding-bottom: 20px;
    color: #000000;

}

.cthead {
    width: 85%;
    height: 25px;
    border-bottom: 3px solid #000000;
    text-align: center;
    margin: auto;


}

.cthead span {
    font-size: 40px;
    background-color: #f0fff0;
    padding: 0 25px;
    margin: 0 70px;
    border: 1px solid #000000;
}

footer .nav-brand img{
    height: auto; 
    width: 200px; 
    float: left"
}
.footer-col h4{
    text-transform: uppercase;
}
/* .footer-col p{
    font-size: 12px;
} */

/* .prod-wrapper::after {
    content: "";
    display: block;
    clear: both;
} */

/* .prod-wrapper {
    min-height: 4000px;
    /* Adjust this value based on your layout */
/* } */ 

          .prod-wrapper .prod-wrapp {
              padding-top: 30px;
    
          }


    .qty_input{
        width: 70%;
        align-items: left;
    }



/* Media queries for responsiveness */
@media (max-width: 768px) {
    .product {
        width: calc(33.33% - 20px);
        /* Three products per row */
        border: none;
    }

    .product h3 {
        font-size: 13px;
    }

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

    .category {
        margin: 30px;
    }
        .order-button {
            font-size: 13px;
            margin-top: -10px;
            padding: 5px 11px;
    
        }
    .more-btn {
        border-radius: 3px;
        font-size: 10px;
        padding: 7px;
        text-align: center;
        font-weight: 600;
    }

    footer .nav-brand img {
        
        width: 180px;
        margin-bottom: 25px;
        

    }
    .footer-col{
        margin: 10px;
    }
    .ontent {
        display: block;
        margin-top: 120px;
    }
}

@media (max-width: 480px) {
    .product {
        width: calc(50% - 20px);
        /* Two products per row */
        border: none;
        margin: 7px;
        padding: 10px;
        border-radius: 13px;
    }

    .product h3 {
        font-size: 11px;


    }

    .category {
        margin: 2px;
    }

    .cthead {
        width: 90%;
    }

    .cthead span {
        font-size: 20px;
    }

    .romm {
        margin-bottom: 15px;
    }

    .order-button {
        font-size: 13px;
        margin-top: -10px;
        padding: 5px 11px;

    }

    /*
.product-img{
        width: 80%;
        margin: auto;
    }
    .product-description{
        width: 70%;
        margin: auto;
        
    }*/

    .textsm a {

        font-size: 15px;
        padding: 10px;
        padding-bottom: 17px;

    }

    .xyy {

        width: 50%;


    }

    .product-row {
        width: 100%;
        gap: 20px 6px;
        flex-wrap: wrap;
    }

    .new_arrivals_area {
        margin-bottom: -100px;
    }

    .hlog h1 {
        text-align: center;
        font-size: 35px;



    }

    .hlog h1 {
        text-align: center;
        font-size: 12px;

    }

    .contact-col form {
        width: 160%;
    }

    /*
        .single-product-wrapp {
            width: calc(50% - 20px);
            /* Two products per row 
            margin: auto;
            border: 1px solid rgb(248, 205, 140);
    
        }
    
        .prod-wrapper {
    
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px 10px;
            width: 100%;
            margin: auto;
        }*/


    .single-product-wrapp {
        width: calc(100%);
        /* Two products per row */
    }

    .prod-wrapper {

        display: flex;
        flex-wrap: wrap;

        width: 100%;
        margin: auto;
    }

        .prod-wrapper .prod-wrapp {
        width: calc(50%);
        /* Two products per row */
        margin: auto;

    }

    .rom {
        display: block;
    }

    .romm {
        margin-bottom: 20px;
    }

    .catg {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: auto;
        flex-wrap: wrap;
    }

    .bgs {
        height: 10vh;
    }

    .cates {
        margin-top: -50px;
    }

    .essence-b {
        display: inline-block;
        min-width: 140px;
        height: 30px;
        color: #f0fff0;
        border: none;
        border-radius: 0;
        padding: 0 15px;
        text-align: center;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 50px;
        /*background-color: #0315ff;*/
        background-color: #000000;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .single_widget_area,
    .footer_widget_menu {
        align-items: center;
        text-align: center;
        margin: auto;
        width: 10 0%;
    }

    .footer_area {
        align-items: center;
        text-align: center;
        margin: auto;

    }

    .hhd {
        font-size: 2.7rem;
        color: #f0fff0;
        text-transform: uppercase;
    }

    .hhhd {
        font-size: 2.3rem;
        color: #f0fff0;
        text-transform: uppercase;
    }

    .button-group .btn {
        font-size: 10;
        align-items: center;
        justify-content: space-between;
        padding: 3px;
    }

    .cart-img img {
        width: 150px;
        height: auto;
    }

    .bg-img {
        max-height: 40rem;
    }
}


@media (max-width: 768px) {
    .product {
        width: calc(33.33% - 20px);
        /* Three products per row */
    }
    .new_arrivals_area {
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .product {
        width: calc(50% - 20px);
        /* Two products per row */
    }
}