*{
  box-sizing: border-box;
}
.home-banner {
  padding-bottom: 260px;
}
.pulse{
    display: block;
    position: absolute;
    top: -7px;
    right: 15px;
    width: 10px;
    height: 21px;
    border-radius: 50%;
    font-size: 12px;
    color: #facc02;
    background-color: brown;
    padding-right: 9px;
    padding-left: 5px;
    overflow: hidden;
    padding-top: 2px;
}
.pulse:before {
  content: "";
  top: -4px;
  right: -4px;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  /* background: rgba(34, 192, 60, 0.6); */
  cursor: pointer;
  box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
  animation: pulse 1s linear infinite;
}
.owl-carousel  .owl-stage{
    height: 30rem;
}
.chatIcon{
    display: block;
    position: absolute;
    top: 15px;
    right: 145px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    /* font-size: 15px; */
    background: #22c03c;
  }
  .chatIcon:before {
    content: "";
    top: -4px;
    right: -4px;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background: rgba(34, 192, 60, 0.6);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    animation: pulse 1s linear infinite;
  }

.notification_img{
  height:30px;
  margin-right:10px;
  vertical-align: middle;
}
.single-popular-product img {
  width: -moz-available;
  max-width: 90%;
}

.food-menu-list>a.active h4 {
  text-decoration: none !important;
}

.food-menu-list>a.active h4,
.food-menu-list>a h4:hover {
  text-decoration: none !important;
}

.registerdiv {
  margin: 50px !important;
}

h4 {
  text-decoration: none !important;
}
@media (max-width: 821px) {
.icon-cart-furniture1.carticon{
    margin-top: -15px;
}
}
.edit_bank_button{
    padding: 0.5rem;background-color: #f7b235;border: solid 1px #cc9127;
    color: white;
    transition: all ease 0.2s;
    width:22%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}
.product-tab-list2 a.active::before {
  position: inherit;
}

body {
  margin: 0px !important;
}

.headerclass {
  padding: 5px;
  background-color: #e6e6e6;
}

.best-product-area {
  margin: 20px;

  /* background: #E3E6E6 !important; */
  /* background: #e3e6e657 !important; */
  /* background: #e3e6e6 !important; */

  ;
  /* border: 1px solid;
border-radius: 10px; */
}

.product-tab-list2 {
  padding-bottom: 20px !important;
}

.checkbox_create {
  height: 17px !important;
  width: 20px !important;
  padding: 10px !important;
  margin: 10px !important;
}

.form-control-summary {
    width: 250px !important;
  }

.form-control {
  width: 100% !important;
}

.searchdiv {
  justify-content: center;
  align-items: center;

}

/* Dipali code updated start */
.product-details-small img {
  /* max-width: 40% !important;
  height: 200px; */
  max-width: 100% !important;
  /* height: 200px; */
}
/* Dipali code updated end */


/* .container1 {
  margin-top: 10px !important;
} */


.product-img-1 img {
  height: 200px !important;
}

.max-width-50 {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-size: 15px;
}

.menu-btn1 {
  background-color: #ecab10;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  padding: 8px 40px 12px;
  z-index: 1;
  height: 50px;
  border: none;

}

#fromduct_from_url {
  /* height: 50px; */
  height: 39px;
}

.btn-1 {
  margin-bottom: 30px !important;
}

.centerhome {
  text-align: center;
  margin-top: -30px
}

.active .bs-stepper-circle {
  color: #ffffff;
  background-color: #ffc300 !important;
}

.butnclass {
  height: 34px !important;
  margin-top: 5px;
  border-radius: 50px !important;
}

a.icon-cart-furniture {
  padding: 20px 0 20px 10px;
}

.furniture-logo {
  padding-top: 0px !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.boldItems {
  font-weight: bold !important;
  font-size: 14px !important;
}

/* Custom styles for the header */
.custom-header {
  background-color: #e6e6e6;
  color: #0a0404;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 10px; */
  flex-wrap: wrap;
}

.custom-logo {
  flex: 1;
  text-align: center;
}

.custom-manage {
  font-size: 24px;
  margin-right: 20px;
}

.custom-menu {
  flex: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.custom-menu-item {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.custom-right-menu {
  flex: 1;
  text-align: right;
}

.custom-right-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.custom-right-menu ul li {
  margin-right: 20px;
}
.buy4meText {
    font-size: 31px;
    color: white;
  }

@media (max-width: 768px) {
  .custom-right-menu {
    display: block;
    text-align: center;
  }

  .custom-right-menu ul {
    flex-direction: column;
  }

  .custom-right-menu ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .custom-menu {
    display: none;
  }

  .menu-toggle-button {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
  }

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

.paid_buyer{
    font-size: 11px;
}

.testimonial-imageOD img{
    margin-left: 4rem;
  }
  @media only screen and (max-width:1024px){
    .testimonial-imageOD img{
        margin-left: 0rem;
    }
  }
  @media only screen and (max-width:768px){
    .testimonial-imageOD img{
        margin-left: 0px;
        /* height: 55%; */
    }
    ._product-detail-content3{
        /* height: 641px !important; */
        width: 100%;
    }
}
@media only screen and (max-width:500px){
    .testimonial-imageOD img{
        margin-left: 0px;
        width: 70%;
    }

}

.traveller_view_pages .owl-nav{
   /*margin-bottom: -18rem;*/
}


.product-img-1x,
.product-img-1x {
  text-align: center;
}

.product-img-1x img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 180px;
  max-width: 180px;
}

.product-img-2 {
  text-align: center;
}

.product-img-2 img {
  /* width: 100%;
  max-width: 600px;
  max-height: 300px;
  border-radius: 4px;
  height: auto; */
  width: 100%;
  max-width: 257px;
  max-height: 241px;
  border-radius: 4px;
  height: auto;
  padding: 9px;
}

.product-img-2cX img {
  width: 100%;
  max-width: 352px;
  /* max-height: 300px; */
  max-height: 176px;
  border-radius: 4px;
  height: auto;
}

.product-img-2cXV img {
  width: 100%;
  max-width: 340px;
  max-height: 280px;
  border-radius: 4px;
  height: auto;
}

.formXS {
  margin-top: -33px;
}

.product-img-2O img {
  width: 100%;
  max-width: 381px;
  max-height: 366px;
  border-radius: 4px;
  height: auto;
}

.product-img-2f img {
  width: 100%;
  max-width: 239px;
  max-height: 188px;
  height: auto;
  border-radius: 4px;
}

.custmarginXO {
  margin-top: -162px;
}






/* Define custom classes for styling */
.custom-heading {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  /*margin-bottom: 20px; */

  @media (max-width: 768px) {
    font-size: 18px;
  }

  @media (max-width: 576px) {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.custom-heading2x {
  color: white;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -137px;

  @media (max-width: 768px) {
    font-size: 18px;
  }

  @media (max-width: 576px) {
    font-size: 16px;
    margin-bottom: 10px;
  }
}



@media (max-width: 414px) {
  .buy4meText {
    font-size: 20px;
  }
}


.product-img-3x {
  text-align: center;
  margin-top: 10px;
}

.product-img-3x img {
  width: 100%;
  max-height: 90px;
  max-width: 150px;
  display: block;
  margin: 0 auto;
}

/* Custom CSS for the full-width horizontal line */
.full-width-line {
  border: none;
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 0;
  height: 1px;
  max-width: 1281px;
  width: 100%;
}

.custmizeMargin {
  margin-top: -13px;
}
.custmizeMargin66{
  margin-top: -13px;
  padding: 8px;
}

.menuHeader {
  font-weight: 500;
  font-size: 13px;
}

.details-price1 {
  color: #B12704 !important;
  font-size: 11px !important;
}

.details-price1a {
  color: #B12704 !important;
  font-size: 20px;
  font-weight: 600;
}

.details-price1b {
  color: #B12704 !important;
  font-size: 14px;
  font-weight: 600;
}

.countryX {
  color: #050035;
  font-size: 13px;
  font-weight: 600;
}

.countryX77 {
  color: #050035;
  font-size: 12px;
  font-weight: 600;
}

.cardP {
  font-family: Arial, sans-serif;
  font-size: 13px !important;
  margin: -3px 0 2px 0px;
  /* color: #007185; */
  color: #2c2b2b;
  font-weight: 400;
}

.cardP:hover {
  color: #c45500 !important;
  text-decoration: underline;
}

.productN {
  font-weight: 600;
  font-size: 11px !important;
  color: #050035;
}

.productN22 {
  font-weight: 600;
  font-size: 11px !important;
  color: #050035;
}

.productN1 {
  font-weight: 600;
  font-size: 24px;
  color: #050035;
}

.tab-link {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: #333;
}

/* Active tab link with orange border */
.tab-link.active {
  border-bottom-color: orange;
}

.StatusXX {
  display: inline-block;
  margin-right: 20px;
}

.card-centerX2,
.card-centerX {
  /* background: #4fc1f012; */
}

.custPd {
  padding-right: 50px;
}

.detailsXX {
  color: #050035;
  font-size: 16px;
  font-weight: 600;
}

#mT20 {
  margin-top: -20px;
  background: #4fc1f012;
  border: 1px solid #ffc107;
  border-radius: 5px;
  padding: 14px;
}

.detailsX1 {
  color: #0c5cd1;
  font-weight: 500;
  font-size: 14px;
  border: 0px solid #4fc1f0;
  background: #4fc1f01c;
}

.detailsX1:hover {
  text-decoration: underline;
}

.checkX {
  height: auto;
  min-height: 23px;
  position: relative;
  left: -69px;
  top: 6px;
}

.cardHeaderx {
  background: #F4F4F4;
}

.formXa {
  /* margin-top: -20px; */
  padding: 18px;
  border-radius: 5px;
  /* border: 0px solid #4fc1f0; */
  border: 1px solid #c8c6c6;
  /* background: #4fc1f01c; */
  /* background: white; */
  /*background: linear-gradient(to bottom, #ffc107cf, #ffc10736);*/
  background: linear-gradient(to bottom, #d8d8d8, #ffffff);
  width: 1010px;
  margin: auto;
  position: relative;
  top: -28px;
}

.labelX {
  color: black;
  font-weight: 500;
  font-size: 15px;
  padding-top: 10px;
}

.form-label {
  color: black;
  font-weight: 500;
  font-size: 14px;
  margin-right: 10px;
}

.textFx {
  font-size: 14px;
}

.custmizeTabX1 {
  padding: 4px;
  border-radius: 5px;
  border: 0px solid #4fc1f0;
  /* background: #4fc1f01c; */
  background: linear-gradient(to bottom, #ffc107, #ffc107ab);
  width: 1010px;
  margin: auto;
  position: relative;
  /* bottom: 20px; */
  /* top:10px; */
  /* top: -28px; */
}

.custmizeMM {
  margin-top: -31px;
}

.price-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.custMr {
  margin-top: -11px;
  padding-bottom: 4px;
}

.heightArea {
  min-height: calc(8.5em + 0.75rem + 10px) !important;
}

.custmizeBX1a {
  background: linear-gradient(70deg, #FFF, #fff);
  /* background: linear-gradient(70deg, #FFC300, #e5e276); */
  /* background: #4fc1f01c; */
  /* background: white; */
}

.mTxx1 {
  margin-top: 5px !important;
}
.mTxx101 {
  margin-top: 9px !important;
  margin-bottom: 18px !important;
}
.inputBoxcss{
  background: #ffffff !important;
    padding: 22px;
}
.inputBoxcsscurrency{
  background: #ffffff !important;
    padding: 22px;

}




.inputBoxcssfile{
  background: #ffffff !important;
  padding-top: 9px;
  padding-bottom: 33px;
}
.headTagcss{
  margin-top: 10px;
}
.contactFormmargin{
  margin-left: -23px;
}
.borderGray{
  border: 1px solid #f7f3aa;
}


.h2X1 {
  margin-top: 5px;
  font-size: 30px;
  font-weight: 500;
  /* background: #f0f8ff4f; */
  width: 885px;
  text-align: center;
}

.pDetailsm {
  margin-top: -31px;
}

* {
  margin: 0px;
  padding: 0px;
}

#work-sec {
  margin: auto;
  padding: 15px;
  /* margin-left: 86px; */
}

/* #work-sec h2{
  text-align: center;
} */
.work-tag {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #474747;
  font-weight: 600;
  padding: 10px 0px;
}

#work-sec .shopper {
  /* text-align: center; */
  background-color: #ffff;
 /* padding: 25px; */
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  column-gap: 25px;
}

#work-sec .shopper h3 {
  text-align: center;
  background-color: #ffff;
  color: #050035;
}

#work-sec .shopper .sub-title {
  text-align: center;
  color: #050035;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

#work-sec .shopper .upload-item {
  background-color: rgba(244, 244, 244, 1);
  padding: 15px;
  margin-bottom: 15px;
}

#work-sec .shopper .get-traveler {
  background-color: rgba(0, 0, 0, 0.125);
  padding: 15px;
  margin-bottom: 15px;
}

#work-sec .shopper .pay-product {
  background-color: rgba(0, 0, 0, 0.125);
  padding: 15px;
  margin-bottom: 10px;
}

#work-sec .shopper .upload-item .upload-se-item {
  color: #ffc107;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
}

#work-sec .shopper .upload-item .upload-se-item span {
  color: #474747;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

#work-sec .shopper .get-traveler .upload-se-item {
  color: #ffc107;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 30px;
}

#work-sec .shopper .get-traveler .upload-se-item span {
  color: #474747;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

#work-sec .shopper .pay-product .upload-se-item {
  color: #ffc107;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 30px;
}

#work-sec .shopper .pay-product .upload-se-item span {
  color: #474747;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

#work-sec .shopper .pay-product p {
  color: #474747;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/**************** traveler section************ */
/* #work-sec .travelar{
  padding-top: 200px;
} */
#work-sec .travelar h3 {
  padding-top: 100px;
  text-align: center;
  /* background-color: #E5E5E5;   */
  color: #050035;
}

#work-sec .travelar .sub-title {
  text-align: center;
  color: #050035;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

#work-sec .travelar {
  /* text-align: center; */
  background-color: #FFFFFF;
  padding: 25px;
  display: flex;
  flex-direction: column;
  column-gap: 25px;
}

#work-sec .travelar .upload-trip {
  background-color: #E5E5E5;
  /* padding: 15px; */
  padding: 20px;
  margin-bottom: 15px;
}

#work-sec .travelar .collect-item {
  background-color: #E5E5E5;
  padding: 15px;
  margin-bottom: 15px;
}

#work-sec .travelar .receive-payment {
  background-color: #E5E5E5;
  padding: 15px;
  margin-bottom: 15px;
}

#work-sec .travelar .upload-trip .upload-se-item {
  color: #ffc107;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 30px;
}

#work-sec .travelar .upload-trip .upload-se-item span {
  color: #474747;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

#work-sec .travelar .collect-item .upload-se-item {
  color: #ffc107;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 30px;
}

#work-sec .travelar .collect-item .upload-se-item span {
  color: #474747;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

#work-sec .travelar .receive-payment .upload-se-item {
  color: #ffc107;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 30px;
}

#work-sec .travelar .receive-payment .upload-se-item span {
  color: #474747;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

/* Accordian section css start here */
.faq {
  margin: auto;
  padding: 50px 0px;
  display: flex;
}

.faq .faq-txt {
  font-family: 'Inter', sans-serif;
  color: #474747;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
}

.faq .faq-part-1 button {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  /* line-height: 28px; */
  line-height: 17px;
  /* padding: 20px; */
  text-align: center;
}

.faq .faq-part-1 .accordion-body {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.faq .faq-part-1 .accordion-item {
  border-bottom: 1px solid #A5A5A5;
}

.btn-view-more {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 15px;
  background-color: #474747;
  color: #FFFFFF;
  width: 30%;
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 8px;
  margin-top: 25px;
}

.accordion-button {
  width: 100% !important;
  color: #141313 !important;
  font-weight: 600 !important;
}

.accordion-button:not(.collapsed) {
  color: black !important;
  font-weight: 600 !important;
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.partH2 {
  font-weight: 600 !important;
  color: #000;
  font-family: Inter;
}

.containerBox1 {
  background: #FFC300;
  margin-top: 40px;
  margin-bottom: 46px;
}

.buy4meColor {
  color: #FFC300;
}


/* Default styles for .whiteBox1 */
.whiteBox1 {
  background-color: white;
  border-radius: 23px;
  padding: 10px 25px 10px 25px;
  width: 94%;
  height: auto;
  min-height: 256px;
  margin-bottom: 11px;
  margin-top: 6px;
  margin-left: -2px;
}

/* Responsive styles for .whiteBox1 */
@media screen and (max-width: 768px) {
  .whiteBox1 {
    padding: 5px;
    /* Adjust padding for smaller screens */
    font-size: 14px;
    /* Adjust font size for smaller screens */
  }
}

.custom-headingX1 {
  background-color: #474747;
  color: white;
  padding: 10px 20px;
  /* Adjust padding as needed */
  display: inline-block;
  font-size: 24px;
  /* Decrease font size as needed */
  position: relative;
  top: -23px;
  /*width: 100%;*/
}

@media screen and (max-width: 768px) {
  .custom-headingX1 {
    width: 100%;
    /* Increase the width for midsize screens */
    padding: 10px;
    /* Adjust padding for smaller screens if needed */
    font-size: 18px;
    /* Decrease font size for smaller screens as needed */
  }
}




.containerBox2 {
  position: relative;
  /*background: linear-gradient(70deg, #FFC300 35%, #474747 35%); */
  background: linear-gradient(70deg, #FFC300 35%, #474747 35%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 500px;
  /* Default height */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
}

.containerBox3 {
  position: relative;
  /* background: linear-gradient(70deg, #474747 35%, #FFC300 35%); */
  /* background: linear-gradient(70deg, #474747 5%, #FFC300 91%); */
  background: linear-gradient(70deg, #FFC300 5%, #e5e276 91%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 385px;
  /* Default height */
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerMT {
  margin-top: 137px;
}

.headCust2 {
  font-size: 16px;
  font-weight: 600;
}

.custom-headingX2 {
  z-index: 1;
  position: relative;
  color: white;
  font-size: 28px;
  /* Adjust the font size as needed */
  text-align: center;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  .containerBox2 {
    background: linear-gradient(70deg, #FFC300 35%, #474747 35%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-direction: column;
    /* height: 400px; */
    height: 1047px;
  }

  .containerBox3 {
    /* background: linear-gradient(70deg, #474747 35%, #FFC300 35%); */
    /* background: linear-gradient(70deg, #474747 5%, #FFC300 91%); */
    background: linear-gradient(70deg, #FFC300 5%, #e5e276 91%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-direction: column;
    /* height: 400px; */
    height: 1047px;
  }

  .custom-headingX2 {
    font-size: 24px;
    /* Adjust font size for smaller screens */
  }
}

.bgColor-t {
  background-color: #f4f4f4;
}

.bgColor-t2x {
  background: white;
}


/* Add this CSS to your stylesheet */
.testimonial-box {
  /* background-color: white; */
  background: #474747;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.testimonial-box1 {
  background-color: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 50px;
 /* border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  margin-bottom: 30px;
}

.testimonial-box2 {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.testimonial-image {
  background: white;
  height: 200px;
  /* Adjust the height as needed */
  border-radius: 8px;
  margin-bottom: 10px;
}

.testimonial-image2 {
  background: white;
  height: 193px;
  /* Adjust the height as needed */
  border-radius: 8px;
  margin-bottom: 10px;
}

.testimonial-imageOD {
  /* background: white; */
  background: white;
  /* height: auto;
  max-height: 400px; */
  height: 483px;
  border-radius: 8px;
  /* margin-bottom: 10px; */
   margin-bottom: -173px;
}

.custM34 {
  margin-top: -22px ! important;
  padding-bottom: 30px;
}

.testimonial-text p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: white;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.testimonial-text1 p {
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  color: white;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin-top: -43px;
}

.testimonial-text2 p {
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  color: #082789;
  margin-top: -39px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.paraText {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: black;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.testimonial-text h3 {
  font-size: 20px;
  margin-top: 0;
}

/* Media query for responsiveness */
@media (max-width: 767px) {
  .testimonial-box {
    text-align: center;
  }

  .testimonial-box1 {
    text-align: center;
  }

  .testimonial-box2 {
    text-align: center;
  }

  .testimonial-image {
    /* height: 150px;  */
  }
    body.home .hide-on-mobile-home {
        display: none;
    }
}

.card-div {
  background-color: white;
  padding: 20px;
  /* Optional: Add padding for spacing */
  border-radius: 8px;
  /* Optional: Add rounded corners */
}

.square-image {
  width: 100%;
  padding-bottom: 100%;
  /* Creates a square by maintaining the aspect ratio */
  object-fit: cover;
  /* Ensures the image covers the entire square */
  display: block;
  /* Centers the image horizontally within its container */
  margin: 0 auto;
  /* Centers the image horizontally within its container */
}


.containerBox13 {
  background-color: #FFC300;
  margin-top: 40px;
  margin-bottom: 46px;
  background-image: url('https://m.media-amazon.com/images/I/41NYfAbBY2L._SX300_SY300_QL70_FMwebp_.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.containerimagex1 {
  background-color: #FFC300;
  /* Set your desired background color */
  height: auto;
  min-height: 600px;
  width: 100%;
  /* Full width */
  background-size: cover;
  /* Cover the entire container */
  background-position: center;
  /* Center the background image */
  background-repeat: no-repeat;
  /* No repetition of background */
  display: flex;
  /* Make the child elements flex */
  justify-content: space-between;
  /* Space between child elements */
  align-items: center;
  /* Center child elements vertically */
  position: relative;
  /* Add relative positioning */
}









/* Cover sheet idea based on Jen Simmons: Modern Layouts https://www.youtube.com/watch?v=ZNpn7FBp_9U*/

body {
  line-height: 1.5;
}

.cover {
  background-size: cover;
  background-position: center;
  /* Center the background image */
  min-height: 69vh;
  /* Use min-height to prevent breaking */
  width: 100%;
  /* 100% width for full viewport width */
  min-height: 70vh;
  position: relative;
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  margin-top: 0;
  /* Remove top margin */
}

.cover-content {
  margin: auto;
  text-align: center;
  font-size: 1.3em;
  max-width: 20em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.cover-header {
  margin-bottom: 0;
}

.cover-tagline {
  margin-top: 0.3em;
  margin-bottom: 0;
  line-height: 1.3;
}

@media (max-width: 800px) {
  .cover {
    height: 40vh;
    /* Adjust the height for mobile */
  }
}

.circle {
  width: 50px;
  /* Adjust width */
  height: 50px;
  /* Adjust height */
  background-color: #FFC300;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  /* Adjust font size */
  font-weight: bold;
  color: black;
  margin: 10px;
}

.container.container-bg2x {
  background-color: #474747;
  width: 100%;
  max-width: none;
  padding: 3px;
  padding-left: 35px;
}

.container-bg2x p {
  color: white;
  font-size: 15px;
}


/* Customize the tooltip appearance */
.producthoverE[data-original-title]:hover:after {
  content: attr(data-original-title);
  position: absolute;
  background-color: #333;
  /* Background color of the tooltip */
  color: #fff;
  /* Text color of the tooltip */
  border-radius: 4px;
  padding: 4px 6px;
  z-index: 1;
  width: max-content;
  max-width: 200px;
  /* Set a maximum width for the tooltip */
  font-size: 12px;
  /* Font size of the tooltip text */
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* Add a shadow to the tooltip */
  content: attr(data-original-title);
}
.producthoverEX21[data-original-title]:hover:after {
  content: attr(data-original-title);
  position: absolute;
  left:1%;
  background-color: #333;
  /* Background color of the tooltip */
  color: #fff;
  /* Text color of the tooltip */
  border-radius: 4px;
  padding: 4px 6px;
  z-index: 1;
  width: max-content;
  max-width: 200px;
  /* Set a maximum width for the tooltip */
  font-size: 12px;
  /* Font size of the tooltip text */
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* Add a shadow to the tooltip */
  content: attr(data-original-title);
}
.bigBox01{
  margin-top: 11px;
  padding-bottom: 40px !important;
}

/* Style the tooltip arrow */
.producthoverE[data-original-title]:hover:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 40%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}
.producthoverEX21[data-original-title]:hover:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 40%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}

.textareH {
  min-height: calc(1.5em + 0.75rem + 44px) !important;
}



.yellow-box {
  background-color: yellow;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

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

/* Add padding-bottom to the specific elements */
.yellow-box:nth-child(2),
.yellow-box:nth-child(4) {
  padding-bottom: 20px;
  /* Adjust the padding as needed */
}

.headingPopular {
  text-align: center;
  font-size: 23px;
  padding: 11px 10px;
  margin-top: -17px;
  font-weight: 500;
}


.picZoomer {
  position: relative;
  /*margin-left: 40px;
    padding: 15px;*/
}

.picZoomer-pic-wp {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
  display: block;
}

.picZoomer-zoom-pic {
  position: absolute;
  top: 0;
  left: 0;
}

.picZoomer-pic {
  /*width: 100%;
    height: 100%;*/
}

.picZoomer-zoom-wp {
  display: none;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  border: 1px solid #eee;
  height: 460px;
  margin-top: -19px;
}

.picZoomer-cursor {
  display: none;
  cursor: crosshair;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: rgba(0, 0, 0, .1);
}

.picZoomCursor-ico {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 40px;
  left: 40px;
  background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
  vertical-align: middle;
  position: absolute;
  top: 30px !important;
  bottom: 0;
  margin: auto;
  height: 60%;
  left: 100px;
  /* width:40%; */

}

/* changesnov */

.piclist li {
  display: inline-block;
  width: 80px;
  height: 114px;
  border: 1px solid #eee;
}

.piclist li img {
  width: 97%;
  height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
  border: 1px solid #eee;
}



.section-bg {
  background-color: #fff1e0;
}

section {
  padding: 17px 0;
}

.row-sm .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
  width: 90px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
}

._boxzoom .zoom-thumb ul.piclist {
  padding-left: 0px;
  top: 0px;
}

._boxzoom ._product-images {
  width: 80%;
  display: inline-block;
}

._boxzoom ._product-images .picZoomer {
  width: 100%;
}

._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
  left: 0px;

}

._boxzoom ._product-images .picZoomer img.my_img {
  width: 100%;
}

.piclist li img {
  height: 100px;
  object-fit: cover;
}

/*======products-details=====*/
._product-detail-content {
  /* background: #fff; */
  background: linear-gradient(to bottom, #ffc107de, #ffffff);
  padding: 15px;
  border: 1px solid lightgray;
}

._product-detail-content p._p-name {
  color: black;
  font-size: 20px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 12px;
}

.p-list span {
  margin-right: 15px;
}

.p-list span.price {
  font-size: 25px;
  color: #318234;
  font-weight: 600;
}

._p-qty>span {
  color: black;
  margin-right: 15px;
  font-weight: 500;
}

._p-qty .value-button {
  display: inline-flex;
  border: 0px solid #ddd;
  margin: 0px;
  width: 30px;
  height: 35px;
  justify-content: center;
  align-items: center;
  background: #fd7f34;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

._p-qty .value-button {
  border: 0px solid #fe0000;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
}

._p-qty input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #fe0000;
  border-bottom: 1px solid #fe0000;
  margin: 0px;
  width: 50px;
  height: 35px;
  font-size: 14px;
  box-sizing: border-box;
}

._p-add-cart {
  margin-left: 0px;
  margin-bottom: 15px;
}

.p-list {
  margin-bottom: 10px;
}

._p-features>span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

._p-add-cart .buy-btn {
  background-color: #fd7f34;
  color: #fff;
}

._p-add-cart .btn {
  text-transform: capitalize;
  padding: 6px 20px;
  /* width: 200px; */
  border-radius: 52px;
}

._p-add-cart .btn {
  margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
  font-size: 22px;
  text-transform: capitalize;
  position: relative;
  color: #fd7f34;
  font-weight: 700;
  line-height: 1.2em;
}

.title_bx h3.title:before {
  content: "";
  height: 2px;
  width: 20%;
  position: absolute;
  left: 0px;
  z-index: 1;
  top: 40px;
  background-color: #fd7f34;
}

.title_bx h3.title:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 40px;
  background-color: #ffc107;
}

.common_wd .owl-nav .owl-prev,
.common_wd .owl-nav .owl-next {
  background-color: #fd7f34 !important;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0px !important;
}

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

.owl-nav .owl-prev,
.owl-nav .owl-next {
  top: 50%;
  position: absolute;
}

.common_wd .owl-nav .owl-prev i,
.common_wd .owl-nav .owl-next i {
  color: #fff;
  font-size: 14px !important;
  position: relative;
  top: -1px;
}

.common_wd .owl-nav {
  position: absolute;
  top: -21%;
  right: 4px;
  width: 65px;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  left: 0px;
}

._p-qty .decrease_ {
  position: relative;
  right: -5px;
  top: 3px;
}

._p-qty .increase_ {
  position: relative;
  top: 3px;
  left: -5px;
}

/*========box========*/
.sq_box {
  padding-bottom: 5px;
  border-bottom: solid 2px #fd7f34;
  background-color: #fff;
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.item .sq_box span.wishlist {
  right: 5px !important;
}

.sq_box span.wishlist {
  position: absolute;
  top: 10px;
  right: 20px;
}

.sq_box span {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 10px;
}

.sq_box span.wishlist i {
  color: #adb5bd;
  font-size: 20px;
}

.sq_box h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #343a40;
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.sq_box .price-box {
  margin-bottom: 15px !important;
}

.sq_box .btn {
  border-radius: 50px;
  padding: 5px 13px;
  font-size: 15px;
  color: #fff;
  background-color: #fd7f34;
  font-weight: 600;
}

.sq_box .price-box span.price {
  text-decoration: line-through;
  color: #6c757d;
}

.sq_box span {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 10px;
}

.sq_box .price-box span.offer-price {
  color: #28a745;
}

.showCountry {
  color: #007185 !important;
}

.sq_box img {
  object-fit: cover;
  height: 150px !important;
  margin-top: 20px;
}

.sq_box span.wishlist i:hover {
  color: #fd7f34;
}




.text-bold {
  font-weight: 800;
}

text-color {
  color: #0093c4;
}

/* Main image - left */
.main-img img {
  width: 100%;
}

/* Preview images */
.previews img {
  width: 100%;
  height: 140px;
}

.main-description .category {
  text-transform: uppercase;
  color: #0093c4;
}

.main-description .product-title {
  font-size: 2.5rem;
}

.old-price-discount {
  font-weight: 600;
}

.new-price {
  font-size: 2rem;
}

.details-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  color: #757575;
}

.buttons .block {
  margin-right: 5px;
}

.quantity input {
  border-radius: 0;
  height: 40px;

}


.custom-btn {
  text-transform: capitalize;
  background-color: #0093c4;
  color: white;
  width: 150px;
  height: 40px;
  border-radius: 0;
}

.custom-btn:hover {
  background-color: #0093c4 !important;
  font-size: 18px;
  color: white !important;
}

.similar-product img {
  height: 400px;
}

.similar-product {
  text-align: left;
}

.similar-product .title {
  margin: 17px 0px 4px 0px;
}

.similar-product .price {
  font-weight: bold;
}

.questions .icon i {
  font-size: 2rem;
}

.questions-icon {
  font-size: 2rem;
  color: #0093c4;
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

  /* Make preview images responsive  */
  .previews img {
    width: 100%;
    height: auto;
  }

}


.card-body-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.currencyT {
  font-size: 14px;
  padding: 10px;
}




.picZoomer {
  position: relative;
  /*margin-left: 40px;
    padding: 15px;*/
}

.picZoomer-pic-wp {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
  display: block;
}

.picZoomer-zoom-pic {
  position: absolute;
  top: 0;
  left: 0;
}

.picZoomer-pic {
  /*width: 100%;
    height: 100%;*/
}

.picZoomer-zoom-wp {
  display: none;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  border: 1px solid #eee;
  height: 460px;
  margin-top: -19px;
}

.picZoomer-cursor {
  display: none;
  cursor: crosshair;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: rgba(0, 0, 0, .1);
}

.picZoomCursor-ico {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 40px;
  left: 40px;
  background: url(images/zoom-ico.png) left top no-repeat;
}

/* .my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
} */
.piclist li {
  display: inline-block;
  width: 90px;
  height: 114px;
  border: 1px solid #eee;
}

.piclist li img {
  width: 97%;
  height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
  border: 1px solid #eee;
}



.section-bg {
  background-color: #fff1e0;
}

section {
  padding: 17px 0 !important;
}

.row-sm .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
  width: 90px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
}

._boxzoom .zoom-thumb ul.piclist {
  padding-left: 0px;
  top: 0px;
}

._boxzoom ._product-images {
  width: 80%;
  display: inline-block;
}

._boxzoom ._product-images .picZoomer {
  width: 100%;
}

._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
  left: 0px;
}

._boxzoom ._product-images .picZoomer img.my_img {
  width: 100%;
}

.piclist li img {
  height: 100px;
  object-fit: cover;
}

/*======products-details=====*/
._product-detail-content {
  /* background: #fff; */
  /* background: linear-gradient(to bottom, #ffc107de, #ffffff); */
  background: linear-gradient(to bottom, #d8d8d8, #ffffff);
  padding: 15px;
  border: 1px solid lightgray;
}

._product-detail-content p._p-name {
  color: black;
  font-size: 20px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 12px;
}

.p-list span {
  margin-right: 15px;
}

.p-list span.price {
  font-size: 25px;
  color: #318234;
}

._p-qty>span {
  color: black;
  margin-right: 15px;
  font-weight: 500;
}

._p-qty .value-button {
  display: inline-flex;
  border: 0px solid #ddd;
  margin: 0px;
  width: 30px;
  height: 35px;
  justify-content: center;
  align-items: center;
  background: #fd7f34;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

._p-qty .value-button {
  border: 0px solid #fe0000;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
}

._p-qty input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #fe0000;
  border-bottom: 1px solid #fe0000;
  margin: 0px;
  width: 50px;
  height: 35px;
  font-size: 14px;
  box-sizing: border-box;
}

._p-add-cart {
  margin-left: 0px;
  margin-bottom: 15px;
}

.p-list {
  margin-bottom: 10px;
}

._p-features>span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

._p-add-cart .buy-btn {
  background-color: #fd7f34;
  color: #fff;
}

._p-add-cart .btn {
  text-transform: capitalize;
  padding: 6px 20px;
  /* width: 200px; */
  border-radius: 52px;
}

._p-add-cart .btn {
  margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
  font-size: 22px;
  text-transform: capitalize;
  position: relative;
  color: #fd7f34;
  font-weight: 700;
  line-height: 1.2em;
}

.title_bx h3.title:before {
  content: "";
  height: 2px;
  width: 20%;
  position: absolute;
  left: 0px;
  z-index: 1;
  top: 40px;
  background-color: #fd7f34;
}

.title_bx h3.title:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 40px;
  background-color: #ffc107;
}

.common_wd .owl-nav .owl-prev,
.common_wd .owl-nav .owl-next {
  background-color: #fd7f34 !important;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0px !important;
}

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

.owl-nav .owl-prev,
.owl-nav .owl-next {
  top: 50%;
  position: absolute;
}

.common_wd .owl-nav .owl-prev i,
.common_wd .owl-nav .owl-next i {
  color: #fff;
  font-size: 14px !important;
  position: relative;
  top: -1px;
}

.common_wd .owl-nav {
  position: absolute;
  top: -21%;
  right: 4px;
  width: 65px;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  left: 0px;
}

._p-qty .decrease_ {
  position: relative;
  right: -5px;
  top: 3px;
}

._p-qty .increase_ {
  position: relative;
  top: 3px;
  left: -5px;
}

/*========box========*/
.sq_box {
  padding-bottom: 5px;
  border-bottom: solid 2px #fd7f34;
  background-color: #fff;
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.item .sq_box span.wishlist {
  right: 5px !important;
}

.sq_box span.wishlist {
  position: absolute;
  top: 10px;
  right: 20px;
}

.sq_box span {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 10px;
}

.sq_box span.wishlist i {
  color: #adb5bd;
  font-size: 20px;
}

.sq_box h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #343a40;
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.sq_box .price-box {
  margin-bottom: 15px !important;
}

.sq_box .btn {
  border-radius: 50px;
  padding: 5px 13px;
  font-size: 15px;
  color: #fff;
  background-color: #fd7f34;
  font-weight: 600;
}

.sq_box .price-box span.price {
  text-decoration: line-through;
  color: #6c757d;
}

.sq_box span {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 10px;
}

.sq_box .price-box span.offer-price {
  color: #28a745;
}

.sq_box img {
  object-fit: cover;
  height: 150px !important;
  margin-top: 20px;
}

.sq_box span.wishlist i:hover {
  color: #fd7f34;
}

.custColor {
  color: #007185 !important;
}

.loginBox1 {
  position: relative;
  top: 25px;
}

.resetpassBOX {
  margin: auto;
  padding: 60px;
}

.resetPasswordt {
  font-size: 16px;
  font-weight: 600;
}

.titletag {
  font-size: 20px;
  font-weight: 600;
  border: 1px solid white;
  padding: 0px 17px 0px 17px;
  background: white;
  border-radius: 4px;
}

.menu-btnX-area:hover {
  color: black;
}

.menu-custbtn {
  background-color: #ecab10;
   border-radius: 50px;
  color: #181818;
  display: inline-block;
  /* font-family: "Roboto Slab", serif; */
  font-size: 14px;
  font-weight: normal;
  padding: 0px 15px 0px 15px;
  margin: 2px !important;
  width: 150px;

}

.menu-custbtn-traveler {
    background-color: #ecab10;
     border-radius: 50px;
    color: #181818;
    display: inline-block;
    /* font-family: "Roboto Slab", serif; */
    font-size: 14px;
    font-weight: normal;
    padding: 0px 15px 0px 15px;
    margin: 2px !important;
    width: 100px;
  }

.radius50
{border-radius: 50px;}
.menu-custbtn:hover {
  color: rgb(255, 255, 255);
  background-color: #ecab10;
}
.menu-custbtn-shopper
{
    background-color: #474747;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: normal;
    padding: 0px 15px 0px 15px;
}

.menu-custbtn-shopper:hover {
    color: white;
    background-color: #474747;
  }
.menu-custbtn11 {
  background-color: #ecab10;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 19px;
    font-weight: normal;
    padding: 4px 24px 4px 24px;
}

.menu-custbtn11:hover {
  color: black;
  background-color: #ecab10;
}

/* .menu-btnX:hover{
  color:black;
} */
/* .menu-btnXa:hover{
  color:black !important;
} */
.formIPW {
  width: 173% !important;
  margin-bottom: 13px !important;
}

.formIPW2 {
  width: 100% !important;
  margin-bottom: 13px !important;
}



.profile-baground {
  /* background: linear-gradient(to bottom, #ffc107de, #ffffff) !important; */
  background: linear-gradient(to bottom, #99999999, #ffffff) !important;
}

.hoveron:hover {
  color: black !important;
}

.hoverY:hover {
  color: black !important;
}

.white-card {
  /* background-color: orange;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
  padding: 20px;
  margin-bottom: 20px;
}
.white-card3 {
  background-color: #474747;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 20px;
}


.priceTag {
  font-size: 13px;
}

.detailsView {
  margin-top: 9px;
}

.fontStyling {
  color: black;
  font-size: 13px;
  font-weight: 400;
}

.boxBorder {
  border: 0px solid #585656;
  padding: 8px 6px 8px 6px;
  background: #ffc107;
  text-align: center;
  border-radius: 50px;
}



.btn-outline-black1 {
  --bs-btn-color: #000;
  /* Change the color to black */
  --bs-btn-border-color: #141313;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
  width: 100%;
  border-radius: 50px;
  /* Set the desired width, adjust as needed */
  text-align: center;
  /* Center the text within the button */
  border: 0;
  margin-top: 6px;
  /* Remove the border */
}

.btn-outline-black1:hover {
  --bs-btn-hover-bg: #000;
  /* Change the background color to black on hover */
  --bs-btn-hover-border-color: #000;
  /* Change the border color to black on hover */
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}


.btn-outline-custom {
  --bs-btn-color: #ecab10;
  --bs-btn-border-color: #ecab10;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ecab10;
  --bs-btn-hover-border-color: #ecab10;
  --bs-btn-focus-shadow-rgb: 236, 171, 16;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ecab10;
  --bs-btn-active-border-color: #ecab10;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ecab10;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ecab10;
  --bs-gradient: none;
  border-radius: 4px;
  width: 100%; /* Makes the button width 100% of its container */
  max-width: 234px; /* Set a maximum width of 234px */
}

.btn-outline-custom:hover {
  color: black;
}
/* kalpesh */
.cbg {background-color: rgb(244, 244, 244);
padding-top: 30px;}

.btn-outline-black1:hover {background-color: #474747;
color: #ecab10;}

button {
  color: #FFF;
  /* background-color: #ffc107 !important;
  border: 1px solid #ffc107 !important; */
}
.bottonbg {background-color: #FFC107 !important;}

.sectionkalign {justify-content: right;}
.topmargink {margin-top: 35px;}
.textalignk {text-align: center;}
.viewordersk {margin-top: 25px;
font-size: 16px;}
.radiusk {border-radius: 0px;
box-shadow: none !important;}
.textalignleftk {text-align: left;}

/*kalpesh end */

.btn-outline-custom11{
  --bs-btn-color: #ecab10;
  --bs-btn-border-color: #ecab10;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ecab10;
  --bs-btn-hover-border-color: #ecab10;
  --bs-btn-focus-shadow-rgb: 236, 171, 16;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ecab10;
  --bs-btn-active-border-color: #ecab10;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ecab10;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ecab10;
  --bs-gradient: none;
  border-radius: 4px;

}

.btn-outline-custom11:hover {
  color: black;
}









/* Dipali latest code start here */
.boldText{
  /* color: #050035c7;
  font-size: 13px;
  font-weight: 600; */
  color: #050035;
    font-size: 13px;
    font-weight: 500;
}
.childText{
  font-size: 13px;
}
.childText2{
  font-size: 12px;
}
.pricesTag{
  color: #B12704 !important;
}
.spacing {
  margin-bottom: 9px;
    margin-top: 9px;
}
/* Dipali latest code end here */

card{
  background: #fff !important;
}


.accordianPadding{
  padding: 23px !important;
}

.usd_order_create{
    margin: 5px 0 15px 0;
    border: none;
    font-size: 15px;
    background: #f1f1f1;
    height: 35px !important;
}


.gradient-background {
  background: linear-gradient(70deg, #FFC300 5%, #e5e276 91%);
  background-repeat: no-repeat;
}


@media (min-width: 853px) {
  .hidetabs {
      display: none;
  }
}
@media (min-width: 820px) {
  .hidetabs{
      display: none;
  }
}
@media (min-width: 912px) {
  .hidetabs {
      display: none;
  }
}

@media (max-width: 767px) {
  /* body.home .hide-on-mobile-home {
      display: none;
  } */
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 666;
  /* background-color: #087C1D; */
  background-color: #ecb50c;
  /* color: #fff; */
  color:black;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  max-width: 25%;
  min-width: 20%;
  animation: bounceFromTop 0.5s ease forwards;
}

@keyframes bounceFromTop {
  0% {
      top: -70%; /* Start above the viewport */
  }
  100% {
      top: 50%; /* Stop at the vertical center */
  }
}

.popup p {
  font-size: 18px;
  /* color: #fff;  */
  color:black;
  font-weight:600;
}



.popup-error {
  display: none;
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 666;
  background-color: #D62D08;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  max-width: 25%;
  min-width: 20%;
  animation: slideFromTop 0.5s ease forwards; /* Apply the slide animation */
}

@keyframes slideFromTop {
  0% {
      top: -100%; /* Start above the viewport */
  }
  100% {
      top: 50%; /* Stop at the vertical center */
  }
}

.popup-error p {
  font-size: 18px; /* Increase the font size */
  color: #fff; /* Set text color to white */
}

@media only screen and (max-width:555px){
    .popup {
        max-width: 60%;
    }
    .popup p {
        font-size: 10px; /* Increase the font size */
        color: #000; /* Set text color to white */
      }
}

.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
  /* position:relative; */
}

.slide {
  min-width: 100%;
  transition: transform 0.5s ease;
}

.slide img {
  width: 100%;
  vertical-align: top;
}

.testimonial-slider {
  /* background-color: #5072a7; */
  padding: 2em 2em 3em;
}

.testimonial-title {
  color: #fff;
}

.testimonial-title h2 {
  padding-left: 0.2em;
}

.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  /* height: 100%; */
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }

  .carousel-inner {
    display: flex;
  }
}

@media (min-width: 768px) {
  .carousel-inner {
    padding: 1em;
  }

  .carousel-control-prev,
  .carousel-control-next {
    opacity: 1;
    position: absolute;
    left: 1em;
    top: 90%;
    transform: translateY(-50%);
  }

  .carousel-control-next {
    left: 5em;
  }

}
.allproduct
{
  margin: 0;
}
.breadpage {
  padding-top: 20px;
  padding-bottom: 20px;
  background: aliceblue;
}
.breadcrumb {
  padding-left: 10px;
}
.shoppercard
{
  height: fit-content;
}
.rowmargingremove
{
  margin: 0;
}

@media (max-width: 768px) {

  .mobileview-1
  {
    width: 30%;
  }
  .mobileview-2
  {
    width: 70%;
  }
}
@media (max-width: 540px) {
  .container.container-bg2x {
    margin-top: 0;
  }
}
.summaryimage img{
  width: 35% !important;
  height: 50% !important;
}
/* .img_create_shpeer img{
  width: 60% !important;
  height: 50% !important;
  margin-left: 15%;
} */
.swal2-confirm{
  background-color: #facc02 !important;
    border-radius: 50px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 0;
    padding: 17px 40px 16px;
    text-transform: uppercase;
    z-index: 99;
    border: 1px solid #facc02;
    font-family: "Poppins", sans-serif;
    display: inline-block;
}
.round_cancel{
  background-color: #facc02 !important;
  border: 1px solid #facc02;
  border-radius: 1rem;
  padding: 4px;
}
.aligntextview
{
  text-align: left;
}
.allorderimage
{
  display: flex;
  justify-content: center; /* Horizontally center the image */

}
.homecard
{
  height: 280px !important;
}
#agreeCheckbox
{
  width: 17px !important;
  height: 17px !important;
}
.country_center{
    display: flex;
    justify-content: center;
    margin-top: 1.2rem;
    text-align: center;
}
.submitBankDetails{
    background-color: #facc02 !important;
}
.product-style .popular-product-active .owl-stage-outer .owl-stage{
height: 12rem;
}