/********** Template CSS **********/
:root {
  --primary: #3cb815;
  --secondary: #f65005;
  --light: #f7f8fc;
  --dark: #111111;
}

* {
  font-family: "Petrona", serif;
}

.offcanvas * {
  font-family: "Lato", sans-serif !important;
}

a {
  text-decoration: none;
  cursor: pointer;
}

#offcanvas_Login,
#offcanvas_register {
  font-family: "Lato", sans-serif !important;
}

.m_caLo a {
  font-weight: 600;
}

.back-to-top {
  position: fixed;
  display: none !important;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.m_sute {
  margin: -10px 0 30px;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.bg-icon {
  background: url(../img/bg-icon.png) center center repeat;
  background-size: contain;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.fixed-top {
  transition: 0.5s;
}

.top-bar {
  height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #fee2e2;
}

.navbar {
  box-shadow: 0px 1px 4px 2px #c7c7c7ab;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  padding: 25px 15px;
  color: #555555;
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--dark);
}
.bi-arrow-up {
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .navbar .nav-item .dropdown-menu {
    display: block !important;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    /* transition: .1s; */
    opacity: 0;
  }

  .navbar .nav-item:hover > .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    /* transition: .1s; */
    opacity: 1;
  }
  .nav-item .dropdown-menu .dropdown-menu.peta-menu {
    visibility: hidden !important;
  }
  .nav-item .dropdown-submenu:hover .peta-menu {
    visibility: visible !important;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    background: #ffffff;
  }

  .navbar .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: start;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  border: 10px solid var(--primary);
  border-radius: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: url(../img/carousel-1.jpg) top right no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #999999;
}

/*** Section Header ***/
.section-header {
  position: relative;
  padding-top: 25px;
}

.section-header::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
}

.section-header::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 2px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondary);
}

.section-header.text-start::before,
.section-header.text-start::after {
  left: 0;
  transform: translateX(0);
}

/*** About ***/
.about-img img {
  position: relative;
  z-index: 2;
}

.about-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-image: -webkit-repeating-radial-gradient(
    #ffffff,
    #eeeeee 5px,
    transparent 5px,
    transparent 10px
  );
  background-image: -moz-repeating-radial-gradient(
    #ffffff,
    #eeeeee 5px,
    transparent 5px,
    transparent 10px
  );
  background-image: -ms-repeating-radial-gradient(
    #ffffff,
    #eeeeee 5px,
    transparent 5px,
    transparent 10px
  );
  background-image: -o-repeating-radial-gradient(
    #ffffff,
    #eeeeee 5px,
    transparent 5px,
    transparent 10px
  );
  background-image: repeating-radial-gradient(
    #ffffff,
    #eeeeee 5px,
    transparent 5px,
    transparent 10px
  );
  background-size: 20px 20px;
  transform: skew(20deg);
  z-index: 1;
}

/*** Product ***/
.nav-pills .nav-item .btn {
  color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
  color: #ffffff;
}

.product-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.product-item img {
  transition: 0.5s;
}

.product-item:hover img {
  transform: scale(1.1);
}

.product-item small a:hover {
  color: var(--primary) !important;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
  width: 60px;
  height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
  color: var(--secondary) !important;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex !important;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  border: 2px solid var(--primary);
  border-radius: 50px;
  font-size: 18px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: var(--primary);
}

/*  */

/*** Footer ***/
.footer {
  color: black;
  background-color: #fee2e2;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: black;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999999;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  /* color: var(--light); */
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid #9d9d9d;
}

.footer .copyright a {
  color: black;
}

.footer .copyright a:hover {
  color: var(--primary);
}

/* Monika: New Added */
/* Hero */
.r_hero {
  background: url("/img/image\ 313.png") no-repeat center center/cover;
  height: 700px;
}

.r_hero_overlay {
  background-color: #0000005e;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: end;
  padding-right: 22%;
}

.r_hero h1 {
  color: white;
}

.r_hero h5 {
  color: white;
}

/* Navbar */
.r_navIcon i {
  padding: 5px;
  border-radius: 50%;
  color: white;
  background-color: black;
  width: 25px;
  height: 25px;
  text-align: center;
}

.r_navIcon i:hover {
  color: black;
  background-color: #ffabab;
}

.r_Drop1,
.r_Drop2 {
  position: relative;
}

.r_subDrop1,
.r_subDrop2 {
  display: none !important;
  position: absolute;
  top: 0;
  left: 100%;
}

.r_Drop1:hover .r_subDrop1 {
  visibility: block !important;
}

.r_Drop2:hover .r_subDrop2 {
  display: block !important;
}

.r_Drop1 .dropdown-toggle::after,
.r_Drop2 .dropdown-toggle::after {
  content: none !important;
}

.r_resUser {
  color: black;
  font-size: 15px;
  border-radius: 50%;
  padding: 5px;
}

.r_resUserDrop {
  right: 2px !important;
  left: -45px !important;
}

.r_loginHead {
  border-bottom: 1px solid rgb(191 191 191);
  margin: 12px;
}

.r_loginBtn {
  background-color: black;
  width: -webkit-fill-available;
  margin: 0 12px;
}

.r_registerBtn {
  width: 100%;
  border: 1px solid black;
}

#offcanvas_Login {
  padding: 12px;
}

.r_heroHead {
  font-size: 60px;
}

.r_heroDesc {
  font-size: 25px;
  font-weight: 400 !important;
}

/* Slider: New Arrival */
.line_container {
  text-align: center;
  position: relative;
  margin-top: 55px;
}

.line {
  border-top: 2px solid #fee2e2;
  width: 265px;
  margin: 20px auto;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 0 10px;
  font-size: 33px;
  color: black;
  font-family: "Libre Caslon Display", serif;
  font-weight: 500;
}

.r_naPostHeading {
  text-align: center;
  margin-top: 25px;
}

.r_naSlider {
  padding: 5px 40px;
}

.owl-theme .owl-nav [class*="owl-"] {
  font-size: 50px !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.r_prCar .owl-carousel .owl-nav button.owl-prev,
.r_prCar .owl-carousel .owl-nav button.owl-next {
  top: -18%;
}

.r_preCar .a_slider .owl-nav .owl-next span {
  right: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: black !important;
  background: #ececec !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -25px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -25px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.r_imgCont {
  position: relative;
}

.r_wlClose {
  padding: 7px;
  color: white;
  background-color: black;
  position: absolute;
  top: 8px;
  right: 20px;
}

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

.r_overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff82;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.r_imgCont:hover .r_overlay {
  bottom: 0;
  height: 100%;
}

.r_text {
  color: rgb(0, 0, 0);
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.r_text:hover {
  font-weight: 700;
}

.r_hovIcon {
  border: 0;
  color: black;
  position: absolute;
  bottom: 15px;
  left: 45%;
}

.r_hovheart,
.r_hovCart {
  color: white;
  background-color: black;
  padding: 4px;
  margin-right: 5px;
}

/*  Outfit for rent */
.r_rentCont {
  background: url("/img/rent_bg.png") No-repeat center center/cover;
  width: 100%;
  margin: 55px 0 70px;
}

.r_rentLeft {
  text-align: center;
}

.r_rentLeft img {
  width: 70%;
}

.r_rentRight img {
  width: 65%;
}

.r_rentText a {
  background: #f7ebeb;
  color: black;
  padding: 5px 35px;
  margin-top: 10px;
}

.r_rentText a:hover {
  background: #e55d5d;
  color: white;
  /* border: 1px solid #f74747; */
}

/* Template */
/* .r_template {
  padding: 5px 50px;
} */

.r_temp1 {
  background: url("/img/template_bg1.png") No-repeat center center/cover;
  width: 50%;
  /* height: fit-content; */
}

.r_temp2 {
  background: url("/img/template_bg2.png") No-repeat center center/cover;
  width: 50%;
  /* height: fit-content; */
}

.r_tempBook {
  background-color: black !important;
  color: white !important;
  border: 1px solid black !important;
}

.r_tempBook:hover {
  background-color: transparent !important;
  color: black !important;
}

.r_tempText h2 {
  font-size: 27px;
  margin-bottom: 0;
}

.r_tempText p {
  font-size: 19px;
  margin-bottom: 8px;
  font-weight: 400;
  color: #2e2e2e;
}

.r_tempText a {
  font-size: 16px;
  padding: 1px 18px;
  margin-top: 5px;
}

/* Category accordian */
.r_accord {
  background-color: #f9f3f3;
}

.r_accord .accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.r_accord .accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.r_accord .active:after {
  content: "\2212";
}

.r_accord .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.r_catCont {
  margin: 0 !important;
}

.r_ran {
  accent-color: pink;
}

.r_ran:hover {
  opacity: 1;
}

.r_prcont p {
  margin-bottom: 0;
}

.r_clrCircle {
  height: 15px;
  width: 15px;
  border: 1px solid black;
  border-radius: 50%;
}

.r_clr {
  display: flex;
  gap: 5px;
}

.r_cathead .btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.r_cathead li {
  border-bottom: 1px solid rgb(237 237 237);
}

.r_cathead li:last-child {
  border-bottom: none;
}

/* Category Data */
.r_imgCont {
  position: relative;
  margin-bottom: 1.5rem;
}

.r_overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff82;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.r_imgCont:hover .r_overlay {
  bottom: 0;
  height: 100%;
}

.r_hovIcon {
  border: 0;
  color: black;
  position: absolute;
  bottom: 15px;
  left: 45%;
}

.r_hovheart,
.r_hovCart {
  color: white;
  background-color: black;
  padding: 4px;
  margin-right: 5px;
}

.r_hovheart:hover {
  color: rgb(255, 0, 0);
  cursor: pointer;
}

.r_hovCart:hover {
  color: pink;
  cursor: pointer;
}

.r_img {
  width: 100%;
}

.r_sideHam {
  display: none;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

/* Krupali Start */
.k_story_head {
  height: 250px;
  width: 50%;
}

.k_inner_intro p,
.k_story_head p {
  font-size: 18px;
}

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

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

.k_intro_height {
  height: 392px;
}

.k_intro_height_1 {
  height: 456px;
}

.k_outline {
  height: 252px;
  width: 100%;
  box-shadow: 3px 3px 10px 1px rgb(175 175 175 / 15%);
}

.k_hear_title h2 {
  font-size: 44px;
  font-weight: 500;
}

.k_outline .k_Area {
  font-size: 26px;
}

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

.k_outline .k_number {
  font-size: 23px;
}

.k_inner_cont {
  padding: 36px 120px;
}

.k_label_name {
  font-size: 21px;
}

.k_submit_btn {
  font-size: 24px !important;
}

.k_pay_name {
  font-weight: 500;
  color: #000;
  /* font-family: Poppins; */
  font-size: 16px;
  line-height: 24px;
}

.k_pay_method {
  width: 96%;
  height: 105px;
  border: solid white;
  box-shadow: #c5c3c3 0px 0px 1px;
}

.k_first {
  display: flex;
  height: 50px;
  padding: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  text-wrap: nowrap;
  align-items: center;
}

.k_pay {
  display: flex;
}

.k_pay_img {
  width: 40px;
  height: 35px !important;
  border: 1px solid #212121;
  border-radius: 3px;
}

.k_pay_img img {
  width: 30px;
  height: 28px;
  top: 10%;
  left: 10%;
  position: relative;
}

.k_pay_text {
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  margin-left: 10px;
}

.k_first span {
  line-height: 40px;
}

.k_pay_method_sec {
  width: 96%;
  height: 53px;
  border: solid white;
  /* box-shadow: #c5c3c3 0px 0px 5px; */
}

.second {
  display: flex;
  height: 50px;
  padding: 10px;
  justify-content: space-between;
}

.k_pay_img i {
  margin-top: 20px;
  margin-left: 6px;
}

.k_second_part span {
  line-height: 40px;
  color: #587e82;
  font-weight: 500;
}

.k_third_part span {
  line-height: 40px;
  color: #587e82;
  font-weight: 500;
}

.k_four_part .second {
  border-bottom: 1px solid #e1e1e1;
}

.k_four_part .k_third .k_pay_img i {
  color: #7343ff;
  position: relative;
  bottom: 17%;
  left: 12%;
}

.k_third {
  display: flex;
  height: 50px;
  padding: 10px;
  justify-content: space-between;
  /* border-bottom: 1px solid #E1E1E1;     */
}

.k_pay_method_third {
  width: 96%;
  height: 154px !important;
  border: solid white;
  /* box-shadow: #c5c3c3 0px 0px 5px; */
}

a {
  color: #000;
}

.k_bg-color {
  background-color: #f2f2f2;
}

.k_underline {
  text-decoration: underline;
  text-align: center;
  font-size: 1.5em;
  text-decoration-skip-ink: none;
}

.k_order_summary {
  display: flex;
  justify-content: center;
}

.k_order_summary img {
  /* height: 100%; */
  width: 80%;
  object-fit: cover;
}

.k_order_inner {
  margin-top: 55px !important;
  margin-bottom: 33px !important;
}

.k_lehnga_about {
  height: 100%;
}

.k_lehnga_about p,
.k_lehnga_about span {
  font-size: 21px;
}

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

.k_modal_img img {
  height: 164px;
  object-fit: cover;
  /* width: 100%; */
}

/* Wishlist */
.k_close {
  top: 7px;
  left: 87%;
  color: white;
  background: black;
  padding: 0 8px;
}

/* Krupali End */

/* Akshay Start  */
.a_slider .owl-stage-outer {
  padding: 0px 10px !important;
  width: 98% !important;
}
#a_cart .container {
  margin: 0 auto;
  max-width: 1520px;
}

#a_cart .container > h3 {
  font-size: 32px;
  font-weight: 500;
}

#a_cart .container > h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  margin: 40px 0 20px 20px;
}

.a_product-card {
  padding: 10px;
  box-shadow: 0px 8px 30px 2px rgba(0, 0, 0, 0.14);
  margin: 15px 15px;
}

.r_bk {
  box-shadow: none !important;
}

.a_product-image {
  max-width: 190px;
  max-height: 250px;
  margin-right: 16px;
}

.a_product-details {
  width: 100%;
  margin-top: 10px;
}

.a_product-details h3 {
  font-size: 28px;
  margin: 0;
}

.a_product-details .btn {
  font-size: 26px;
  font-weight: bold;
  color: black;
  padding: 0;
}

.a_product-price {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}

.a_product-size {
  font-size: 28px;
  margin-bottom: 30px;
}

.a_quantity-control {
  display: flex;
  align-items: center;
  background-color: black;
}

.a_product-details .a_quantity-control button {
  border: none;
  color: white;
  background-color: black;
  margin: 0 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
}

.a_product-details .a_quantity-control span {
  border: none;
  color: white;
  background-color: black;
  width: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  margin: 0 10px;
}

.a_price-details {
  padding: 20px;
  box-shadow: 0px 8px 30px 2px rgba(0, 0, 0, 0.14);
  margin: 10px;
}

.a_price-details > h3,
.a_price-total > p {
  font-size: 30px;
  margin-bottom: 2px;
  font-weight: 600;
  line-height: 40px;
}

.a_price-details .price-item p {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
}

.a_price-total > p {
  margin: 40px 0 0 0;
}

.a_productData {
  display: flex;
  flex-wrap: wrap;
  max-width: 1246px;
  margin: 0 auto;
}

/* .a_image {
    width: 50%;
} */

/* .a_productpic {
    width: 100%;

} */

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

.a_data {
  padding-left: 49px;
}

.a_data > h3 {
  font-family: "Petrona", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  margin-top: 44px;
}

.a_data h4 {
  font-family: "Petrona", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 39.98px;
  text-align: left;
  margin: 4rem 0;
}
.a_size {
  margin-top: 4rem;
  padding-left: 15px;
}

.a_size h3 {
  font-family: "Petrona", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
}
.a_radio {
  padding-left: 0 !important;
  padding-right: 5px !important;
  margin-bottom: 5px !important;
}
.a_radio p {
  font-family: "Petrona", serif;
  display: inline-block;
  border: 1px solid black;
  border-radius: 20px;
  padding: 2px 12px;
  font-size: 22px;
}

.a_radio input[type="radio"] {
  display: none;
}

.a_radio span {
  font-family: "Petrona", serif;
  display: inline-block;
  border: 1px solid black;
  border-radius: 20px;
  padding: 2px 12px;
  font-size: 22px;
  cursor: pointer;
}

.a_radio input[type="radio"]:checked + span {
  color: white;
  background-color: rgb(0, 0, 0);
  /* Change the background color when selected */
}

.a_add {
  width: 100%;
  margin-top: 25px;
}

.a_add .btn {
  font-family: "Petrona", serif;
  border-radius: 0px;
  background-color: white;
  padding: 11px 20px;
  width: 267px;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.a_data .a_booknow {
  font-family: "Petrona", serif;
  color: white;
  border-radius: 0px;
  background-color: rgb(0, 0, 0);
  width: 100%;
  padding: 11px 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  margin-top: 40px;
}

.a_data .a_booknow:hover {
  border: 1px solid black;
}

.a_description {
  margin-top: 40px;
}

.a_description > h4 {
  font-family: "Petrona", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px;
}

.a_description > p {
  font-family: "Petrona", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.a_note {
  font-family: "Petrona", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  background-color: rgb(0, 0, 0);
  color: white;
  width: fit-content;
  padding: 1px 6px 1px 6px;
  margin-top: 35px;
}

.a_contactdata {
  margin: 25px 0 0 10px;
}

.a_contact img {
  object-fit: cover;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.a_contact p {
  font-family: "Petrona", serif;
  font-size: 13px;
  font-weight: 500;
  /* line-height: 22px; */
  text-align: left;
  margin-bottom: 0;
}

.a_slider {
  position: relative;
  margin-top: 30px;
  padding: 20px 50px;
}

.a_slider .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.a_slider .owl-theme .item {
  margin: 0 10px;
  width: 100px;
  height: 100px;
}

.a_slider .owl-theme .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.a_slider .owl-dots {
  display: none !important;
}

.a_slider .owl-nav .owl-prev span {
  position: absolute;
  left: 10px;
  top: -18%;
  font-size: 80px;
  z-index: 100;
}

.a_slider .owl-nav .owl-next span {
  position: absolute;
  right: 10px;
  top: -18%;
  font-size: 80px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0) !important;
}

.our_Story_section {
  position: relative;
}
/* / cart Modal / */
.r_cartIm {
  width: 90px;
}

.r_cartIm img {
  width: 100%;
}

.r_cart_detail p {
  margin-bottom: 0;
}

.m_flower1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 350px;
}
.Clothes_that_matters {
  position: relative;
}
.m_flower2 {
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 300px;
}
.m_flower3 {
  position: absolute;
  bottom: -78px;
  left: 0;
  height: 300px;
}
.k_Form {
  position: relative;
}

/* .r_prCar .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    top: 50%;
} */
/* Akshay End  */

.r_resRight {
  display: flex !important;
  align-items: center;
}

/* Accordian  start*/

#accordian {
  display: none !important;
  /* background: #004050; */
  width: 250px;
  /* margin: 50px auto 0 auto; */
  color: black !important;
  width: 100%;
}
#accordian a:hover {
  color: black;
}
#accordian ul {
  padding-left: 0 !important;
}

#accordian h3 {
  /* background: #003040; */
  /* background: linear-gradient(#003040, #002535); */
}

#accordian h3 a {
  /* padding: 0 10px; */
  font-size: 16px;
  line-height: 34px;
  display: block;
  color: black;
  text-decoration: none;
  font-weight: 500 !important;
}

#accordian h3:hover {
  /* text-shadow: 0 0 1px rgba(255, 255, 255, 0.7); */
}

i {
  margin-right: 10px;
}

#accordian li {
  list-style-type: none;
}

#accordian ul ul li a,
#accordian h4 {
  color: black !important;
  text-decoration: none;
  font-size: 15px;
  line-height: 27px;
  display: block;
  padding: 0 15px;
  transition: all 0.15s;
  position: relative;
}

#accordian ul ul li a:hover {
  /* backgroun    d: #003545; */
  /* border-left: 5px solid lightgreen; */
}

#accordian ul ul {
  display: none !important;
}

#accordian li.active > ul {
  display: block !important;
}

#accordian ul ul ul {
  margin-left: 15px;
  /* border-left: 1px dotted rgba(0, 0, 0, 0.5); */
}

#accordian a:not(:only-child):after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 14px;
}

#accordian .active > a:not(:only-child):after {
  content: "\f107";
}
.m_hamBtn {
  border-color: transparent !important;
  padding: 2px;
}
.m_hamBtn:focus {
  box-shadow: none !important;
}
.m_hamBtn span {
  height: 20px !important;
  width: 25px !important;
}
.m_resShow {
  display: none !important;
}
.r_textCenter i {
  margin-right: 0 !important;
}
/* Accordian End */
.r_cathead h3 {
  margin-bottom: 0;
}
.r_cathead {
  align-items: center;
}
.r_sideHam i {
  padding: 8px 10px;
  box-shadow: 1px 1px 7px 2px #a5a5a561;
}

@media screen and (min-width: 320px) {
  #a_cart .container > h3 {
    font-size: 25px;
  }

  #a_cart .container > h4 {
    font-size: 20px;
    line-height: 40px;
    margin: 20px 0 10px 10px;
  }

  .a_product-card {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .a_product-details h3,
  .a_product-details .a_quantity-control button,
  .a_product-details .a_quantity-control span,
  .a_price-details > h3,
  .a_price-total > p {
    font-size: 20px;
    text-align: center;
  }

  .a_product-price,
  .a_product-details .btn,
  .a_price-details .price-item p {
    font-size: 18px;
    text-align: center;
  }

  .a_product-size {
    font-size: 20px;
    margin-bottom: 22px;
    text-align: center;
  }

  .a_price-details .price-item p {
    margin-bottom: 0;
    line-height: 30px;
  }

  .a_price-total > p {
    margin-top: 20px;
  }

  .a_product-image {
    width: 130px;
    height: 180px;
  }

  .a_data > h3 {
    margin-top: 20px;
  }

  .a_data > h3,
  .a_size h3,
  .a_data h4 {
    font-size: 20px;
  }

  .a_data .a_booknow {
    font-size: 20px;
    padding: 5px 10px;
  }

  .a_size p {
    font-size: 15px;
  }

  .a_description > h4 {
    font-size: 18px;
  }

  .a_description > p {
    font-size: 15px;
  }

  .a_contact p {
    font-size: 13px;
  }

  .a_slider .owl-nav .owl-prev span {
    font-size: 80px;
  }

  .a_slider .owl-nav .owl-next span {
    font-size: 80px;
  }

  .a_data {
    padding: 0px;
  }

  .a_data h4 {
    margin: 10px 0;
  }

  .a_add .btn {
    padding: 5px 5px;
    font-size: 15px;
  }

  .a_description > h4 {
    margin-bottom: 10px;
  }

  .a_slider .owl-nav .owl-prev span,
  .owl-nav .owl-next span {
    top: -15%;
  }
}

@media screen and (min-width: 375px) {
  .a_data > h3,
  .a_size h3 {
    font-size: 20px;
  }

  .a_data .a_booknow {
    font-size: 20px;
    padding: 5px 10px;
  }

  .a_data h4 {
    font-size: 25px;
  }

  .a_size p {
    font-size: 22px;
  }

  .a_description > h4 {
    font-size: 20px;
  }

  .a_description > p {
    font-size: 15px;
  }

  .a_contact p {
    font-size: 13px;
  }

  .a_slider .owl-nav .owl-prev span {
    font-size: 80px;
  }

  .a_slider .owl-nav .owl-next span {
    font-size: 80px;
  }

  .a_data {
    padding: 0px;
  }

  .a_data h4 {
    margin: 1rem 0;
  }

  .a_add .btn {
    padding: 5px 5px;
    font-size: 18px;
  }

  .a_slider .owl-nav .owl-prev span,
  .owl-nav .owl-next span {
    top: 0;
  }
}

@media screen and (min-width: 425px) {
  .a_product-card {
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .a_product-details h3,
  .a_product-details .a_quantity-control button,
  .a_product-details .a_quantity-control span,
  .a_price-details > h3,
  .a_price-total > p,
  .a_product-price,
  .a_product-details .btn,
  .a_price-details .price-item p,
  .a_product-size {
    text-align: start;
  }

  .a_product-details .a_quantity-control span {
    text-align: center;
  }

  .r_cart_detail p,
  .r_cart_detail a {
    font-size: 12px;
  }

  .a_data > h3,
  .a_size h3,
  .a_booknow {
    font-size: 20px;
  }

  .a_data h4 {
    font-size: 25px;
  }

  .a_size p {
    font-size: 22px;
  }

  .a_description > h4 {
    font-size: 20px;
  }

  .a_description > p {
    font-size: 18px;
  }

  .a_contact p {
    font-size: 13px;
  }

  .a_slider .owl-nav .owl-prev span {
    font-size: 80px;
  }

  .a_slider .owl-nav .owl-next span {
    font-size: 80px;
  }

  .a_data {
    padding: 0px;
  }

  .a_add .btn {
    padding: 5px 5px;
    font-size: 22px;
  }

  .a_slider .owl-nav .owl-prev span,
  .owl-nav .owl-next span {
    top: -15%;
  }
}

@media (min-width: 576px) {
  .r_bnm .modal-dialog {
    max-width: 70%;
  }
}

@media (min-width: 768px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }

  .r_resUser,
  .r_resLut {
    display: none !important;
  }

  .navbar .navbar-nav .nav-link {
    padding: 25px 15px !important;
  }

  .a_product-details h3,
  .a_product-details .a_quantity-control button,
  .a_product-details .a_quantity-control span,
  .a_price-details > h3,
  .a_price-total > p {
    font-size: 25px;
  }

  .a_product-price,
  .a_product-details .btn,
  .a_price-details .price-item p {
    font-size: 23px;
  }

  .a_product-size {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .a_price-details .price-item p {
    margin-bottom: 10px;
    line-height: 30px;
  }

  .a_product-image {
    width: 160px;
    height: 220px;
  }

  .a_data > h3,
  .a_size h3,
  .a_booknow {
    font-size: 28px;
  }

  .a_data h4 {
    font-size: 25px;
  }

  .a_size p {
    font-size: 22px;
  }

  .a_description > h4 {
    font-size: 20px;
  }

  .a_description > p {
    font-size: 18px;
  }

  .a_contact p {
    font-size: 13px;
  }

  .a_data {
    padding: 0px;
  }

  /* .a_data h4 {
        margin: 1rem;
    } */

  .a_slider .owl-nav .owl-prev span,
  .owl-nav .owl-next span {
    top: -15%;
  }
}

@media screen and (min-width: 992px) {
  .a_price-details .price-item p {
    margin-bottom: 15px;
    line-height: 38px;
  }

  .a_price-total > p {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .a_data > h3,
  .a_size h3,
  .a_booknow {
    font-size: 28px;
  }

  .a_data h4 {
    font-size: 25px;
  }

  .a_size p {
    font-size: 22px;
  }

  .a_description > h4 {
    font-size: 20px;
  }

  .a_description > p {
    font-size: 15px;
  }

  .a_contact p {
    font-size: 13px;
  }

  .a_slider .owl-nav .owl-prev span {
    font-size: 80px;
  }

  .a_slider .owl-nav .owl-next span {
    font-size: 80px;
  }

  .a_data {
    padding: 0px;
  }

  .a_data > h4 {
    margin: 30px 0;
  }

  .a_slider .owl-nav .owl-prev span,
  .owl-nav .owl-next span {
    top: -18%;
  }
}

@media screen and (min-width: 1200px) {
  #a_cart .container > h3 {
    font-size: 32px;
  }

  #a_cart .container > h4 {
    font-size: 26px;
    line-height: 40px;
    margin: 40px 0 20px 20px;
  }

  .a_product-details h3,
  .a_product-details .a_quantity-control button,
  .a_product-details .a_quantity-control span,
  .a_price-details > h3,
  .a_price-total > p {
    font-size: 28px;
  }

  .a_product-price,
  .a_product-details .btn,
  .a_price-details .price-item p {
    font-size: 26px;
  }

  .a_product-size {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .a_product-image {
    width: 190px;
    height: 250px;
  }

  .a_productpic img {
    max-width: 616px;
    height: 811px;
  }

  .a_description > h4 {
    margin-bottom: 10px;
  }
}

@media (min-width: 1440px) {
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: flex !important;
    justify-content: space-between;
  }

  .a_data > h4 {
    margin: 40px 0;
  }

  .a_description > h4 {
    margin-bottom: 10px;
  }

  .a_data {
    padding-left: 49px;
  }

  .a_productpic img {
    width: 616px;
    height: 811px;
  }
}

@media (max-width: 1440px) {
  .r_tempText h2 {
    font-size: 17px !important;
  }

  .r_tempText p {
    font-size: 12px !important;
  }

  .r_tempText a {
    font-size: 13px !important;
  }
}

@media (max-width: 1024px) {
  .m_flower3 {
    bottom: -70px;
    height: 210px;
  }
  .m_flower2 {
    position: absolute;
    bottom: -22px;
    left: 0;
    height: 212px;
  }
  .m_flower1 {
    height: 275px;
  }
  .k_hear_title h2 {
    font-size: 35px;
  }
  .r_hero {
    height: 500px;
  }

  .r_heroHead {
    font-size: 45px;
  }

  .r_heroDesc {
    font-size: 17px;
  }

  .k_sec_img img {
    height: 330px;
    width: 100%;
  }

  .k_intro_height {
    height: 330px;
  }

  .k_inner_intro p,
  .k_story_head p {
    font-size: 15px;
  }

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

  .k_intro_height_1 {
    height: 355px;
  }

  .k_outline .k_Area {
    font-size: 22px;
  }

  .k_outline p {
    font-size: 15px;
  }

  .k_outline .k_number {
    font-size: 19px;
  }

  .k_inner_cont {
    padding: 36px 54px;
  }

  .k_label_name {
    font-size: 15px;
  }

  .k_lehnga_about p,
  .k_lehnga_about span {
    font-size: 16px;
  }

  .k_close {
    top: 6px;
    left: 85%;
    padding: 2px 8px;
  }

  .r_bk > div {
    text-align: center;
  }

  .r_bk > div h3 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .m_flower3 {
    bottom: -66px;
    height: 177px;
  }
  .r_hero {
    height: 450px;
  }

  .r_heroHead {
    font-size: 35px;
  }

  .r_heroDesc {
    font-size: 16px;
  }

  .line {
    width: 255px;
  }

  .k_hear_title h2 {
    font-size: 30px;
  }
  .text {
    font-size: 28px;
  }

  .r_naPostHeading {
    font-size: 16px;
  }

  .r_template {
    flex-direction: column;
    gap: 10px !important;
    /* padding: 39px 22px 35px 49px; */
  }

  .r_temp1,
  .r_temp2 {
    width: 100%;
  }

  .r_accDisNon {
    display: none !important;
  }

  .r_sideHam {
    display: block !important;
  }

  .k_sec_img img {
    height: 248px;
    width: 100%;
  }

  .k_intro_height {
    height: 248px;
  }

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

  .k_outline .k_number {
    font-size: 15px;
  }

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

  .k_outline p {
    font-size: 13px;
  }

  .k_inner_cont {
    padding: 36px 36px;
  }

  .k_submit_btn {
    font-size: 16px !important;
  }

  .k_lehnga_about p,
  .k_lehnga_about span {
    font-size: 16px;
  }

  .k_close {
    top: 6px;
    left: 78%;
    padding: 2px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .m_resShow {
    display: flex !important;
  }
  .k_direction_1 {
    flex-direction: column-reverse;
  }
  .k_order_all {
    margin-top: 47px;
  }
  .k_story_head {
    width: 100%;
  }
  .m_flower1,
  .m_flower2 {
    display: none !important;
  }
  #accordian {
    display: block !important;
  }
  .m_catRes {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .m_flower3 {
    display: none;
  }
  .a_slider .owl-nav .owl-prev span,
  .a_slider .owl-nav .owl-next span {
    display: none !important;
  }
  .r_rentRight {
    display: none !important;
  }

  .r_rentLeft img {
    width: 95%;
  }

  .r_rentText h2 {
    font-size: 19px;
    margin-bottom: 0;
  }

  .r_rentText p {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .r_rentText h4 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .r_rentText a {
    font-size: 12px;
    padding: 1px 18px;
    margin-top: 5px;
  }
}

@media (max-width: 425px) {
  .a_radio span {
    font-size: 20px;
  }
  .r_hero {
    height: 350px;
  }

  .r_heroHead {
    font-size: 25px;
  }

  .line {
    width: 180px;
  }

  .text {
    font-size: 23px;
  }

  .r_naPostHeading {
    font-size: 14px;
  }

  .r_tempText h2 {
    font-size: 15px !important;
  }

  .r_tempText p {
    font-size: 10px !important;
  }

  .r_tempText a {
    font-size: 11px !important;
  }

  .k_sec_img img {
    height: 266px;
    width: 400px;
  }

  .k_story_head {
    width: 94%;
  }

  .k_direction {
    flex-direction: row-reverse;
  }

  .k_Style_meets_comfort {
    margin-bottom: 0 !important;
  }

  .k_direction_1 {
    flex-direction: column-reverse;
  }

  .k_intro_height {
    height: 200px;
  }

  .k_intro_height_1 {
    height: 240px;
  }

  .k_outline {
    height: 168px;
    width: 88%;
    margin: auto;
    margin-bottom: 15px;
  }

  .k_label_name {
    font-size: 12px;
  }

  .k_inner_cont {
    padding: 26px 17px;
  }

  .k_inner_cont h2 {
    font-size: 22px;
  }

  .k_submit_btn {
    font-size: 13px !important;
  }

  .k_order_all {
    margin-top: 47px !important;
  }

  .k_lehnga_about p,
  .k_lehnga_about span {
    font-size: 21px;
  }

  .k_close {
    top: 6px;
    left: 90%;
    padding: 2px 8px;
  }

  .a_product-details > div {
    justify-content: center;
  }

  .m_lh {
    margin-bottom: 50px;
  }
  .a_add {
    flex-direction: column;
  }
  .a_add button {
    width: 100% !important;
  }
  .K_offcanvas_wdth {
    width: 70% !important;
  }
}

@media only screen and (max-width: 375px) {
  .k_sec_img img {
    height: 233px;
    width: 350px;
  }

  .k_intro_height {
    height: 200px;
  }

  .k_intro_height_1 {
    height: 240px;
  }

  .k_inner_cont {
    padding: 18px 12px;
  }
  .r_cathead h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .k_sec_img img {
    height: 198px;
    width: 296px;
  }

  .k_inner_intro p,
  .k_story_head p {
    font-size: 14px;
  }

  .k_lehnga_about p,
  .k_lehnga_about span {
    font-size: 17px;
    font-weight: 600;
  }
  .r_template {
    padding: 23px 0 !important;
}
}
