
*,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none !important;
}

input {
  box-shadow: none !important;
}

#nav_searchbar input::placeholder {
  color: white;
}

#Navbar .Top_Nav_Social a {
  color: white;
  transition: all 0.2s;
}

#Navbar .Top_Nav_Social a:hover {
  color: #bbd7e6;
}

#Second_Navbar .nav li a {
  color: black;
}

#Second_Navbar .nav {
  gap: 1rem;
}


.dropdown_menu_User .dropdown-toggle::after{
    display:none;
}
#Navbar .Top_Nav_Social .dropdown a{
    color:black;
}

#Second_Navbar .nav li a:hover {
  color: #c98ab6;
}

.dropdown-toggle::after {
  margin-left: 0.555em !important;
}

@media only screen and (max-width: 768px) {
  #Second_Navbar .nav {
    gap: 0rem;
  }
}

/* =================================hero sectioin css================================= */

#Hero .content h1 span {
  color: #c98ab6;
}

#Hero .content h1 {
  color: black;
  line-height: 44px;
}

#Hero .content h1.First-Line {
  font-weight: 500;
}

#Hero .content h1.Last-Line,
#Hero .content h1.Last-Line span {
  font-family: "Aclonica", sans-serif;
  /* filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25)); */
}

#Hero .content p {
  font-size: 19px;
  color: black;
  padding: 1rem 0;
}

/* =================================Trending Products sectioin css================================= */
#Trending_Products {
  position: relative;
}
#Trending_Products::before {
  position: absolute;
  content: "";
  top: -56px;
  width: 100%;
  height: 321px;
  background-image: url("/images/Vector.png");
  background-repeat: no-repeat;
  z-index: -1;
}

#Trending_Products::after {
  position: absolute;
  content: "";
  bottom: 3px;
  width: 157px;
  height: 316px;
  background-image: url("/images/Vector-before.png");
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
}
#Trending_Products .heading {
  font-family: "Aclonica", sans-serif;
  color: black;
  text-align: center;
}

#Trending_Products .Rows-Boxes .Box {
  border-radius: 35px;
  height: 370px;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

#Trending_Products .Rows-Boxes .Box:hover img {
  scale: 1.1;
}

#Trending_Products .Rows-Boxes .Box img {
  width: 100%;
  height: calc(100% - 54px);
  object-fit: cover;
  scale: 1;
  transition: all 0.3s ease-out;
}

#Trending_Products .Rows-Boxes .Box .Discount {
  position: absolute;
  bottom: 0;
  background-color: black;
  width: 100%;
  padding: 16px;
  text-align: center;
  color: white;
}

#Trending_Products .Rows-Boxes .Box .Discount h5 {
  margin: 0;
}

/*========================== Categories section css here======================================== */

#Categories {
  background-color: #efefef;
}

#Categories .Rows-Boxes .Box {
  border-radius: 35px;
  height: 220px;
  overflow: hidden;
}

#Categories .Rows-Boxes .Box:hover img {
  scale: 1.1;
}

#Categories .Rows-Boxes .Box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  transition: all 0.3s ease-out;
}

#Categories .Rows-Boxes .Box div {
  width: 50%;
  overflow: hidden;
}

#Categories .heading {
  font-family: "Aclonica", sans-serif;
  color: black;
  text-align: center;
}

#Categories .Rows-Boxes .Box .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 30px 16px;
  gap: 8px;
  color: white;
}

#Categories .Rows-Boxes .Box .content-1 {
  background-color: #c98ab6;
}

#Categories .Rows-Boxes .Box .content-2 {
  background-color: #bbd7e6;
}

#Categories .Rows-Boxes .Box .content-3 {
  background-color: black;
}

#Categories .Rows-Boxes .Box .content button {
  border: 1px solid white;
  color: white;
  background-color: #00000063;
  padding: 1px 8px;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

#Categories .Rows-Boxes .Box .content button::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 0.3s;
}

#Categories .Rows-Boxes .Box .content button:hover {
  color: black;
}

#Categories .Rows-Boxes .Box .content button:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;
  right: 0px;
}

@media only screen and (max-width: 768px) {
  #Categories .Rows-Boxes .Box .content h5 {
    font-size: 18px;
  }
  #Categories .Rows-Boxes .Box .content {
    justify-content: space-between;
    padding: 18px 9px;
    gap: 5px;
  }
}

/* ========================Leaf_Product ============================== */

#Leaf_Product .heading {
  font-family: "Aclonica", sans-serif;
  color: black;
  text-align: center;
}

#Leaf_Product .box {
  padding: 8px 5px;
}

#Leaf_Product .box .Price_Shop_product {
  font-size: 14px;
}

#Leaf_Product .box .Price_Shop_product span {
  text-wrap: nowrap;
}

#Leaf_Product {
  height: fit-content;
}

#Leaf_Product .box img {
  height: 380px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.2s ease-out;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

#Leaf_Product .box img:hover {
  transform: translateY(-8px);
  /* scale: 1.1; */
}

@media only screen and (max-width: 768px) {
  #Leaf_Product .col {
    padding-inline: 4px;
  }
  #Leaf_Product .box img {
    height: 279px;
  }
}

/* ======================================Join_Us========================= */

#Join_Us {
  background-color: #efefef;
}

#Join_Us .content h1 {
  font-family: "Aclonica", sans-serif;
  margin: 0;
  color: black;
  font-size: 40px;
}

#Join_Us .NewsLetter {
  background-color: #bbd7e6;
  padding: 5rem 4rem;
  margin-top: -15rem;
  display: flex;
  align-items: center;
}

#Join_Us .NewsLetter input,
#Join_Us .NewsLetter button {
  background-color: transparent;
  border: none !important;
  padding: 15px 12px;
}

#Join_Us .NewsLetter button.Join_btn {
  color: white;
  background-color: black;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 500;
}
#Join_Us .image_side img {
  height: 500px;
  object-fit: contain;
  width: auto;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #Join_Us .NewsLetter {
    background-color: #bbd7e6;
    padding: 2rem 1rem;
    margin-top: -10rem;
  }
  #Join_Us .image_side img {
    height: 500px;
    width: 100%;
  }
}

/* ============================Services========================= */
#Services {
  background-color: white;
  margin-top: -5rem;
}

#Services h1 {
  font-family: "Aclonica", sans-serif;
  color: black;
  text-align: center;
  padding: 3rem 0 2rem 0;
}

#Services .parent {
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#Services .parent img {
  width: 100%;
  height: 100%;
}

.parent .image_hover {
  overflow: hidden;
}

.parent .image_hover img {
  transition: all 0.3s;
}

.parent .image_hover img:hover {
  scale: 1.1;
}

.parent .div1 {
  grid-area: 1 / 1 / 2 / 2;
  overflow: hidden;
}

.parent .div2 {
  grid-area: 1 / 2 / 2 / 3;
  overflow: hidden;
}

.parent .div3 {
  grid-area: 1 / 3 / 2 / 4;
  overflow: hidden;
}

#Services .Services_options .box {
  border: 1px solid rgb(209, 209, 209);
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#Services .Services_options .box a {
  color: black;
  padding: 28px;
}

#Services .Services_options .box .machine {
  max-width: 65px;
  height: 50px;
  object-fit: cover;
}

#Services .Services_options .box div {
  text-align: center;
}

#Services .Services_options .box:first-child,
#Services .Services_options .box:last-child {
  background-color: #efefef;
}

#Services .Services_options .box img {
  max-width: 50px;
  width: 100%;
  margin-bottom: 5px;
}

/* =======================================Testimonials----------------------------- */

#Testimonials .heading {
  font-family: "Aclonica", sans-serif;
  color: black;
  text-align: center;
}

#Testimonials .Testimonials_box .Testimonials_list p {
  width: 66% !important;
  margin: 1rem auto;
  color: black;
  line-height: 26px;
}

#Testimonials .Testimonials_box .Testimonials_list span {
  color: #c98ab6;
}

#Testimonials .Testimonials_box .Testimonials_list h5 {
  color: black;
}

#Testimonials .Testimonials_box .Testimonials_list img {
  border-radius: 50%;
  object-fit: cover;
  max-height: 130px;
  max-width: 130px;
  height: 100%;
  width: 100%;
  object-position: top;
}

#Testimonials .splide__track .right-bottom-image {
  position: absolute;
  bottom: 50px;
  right: 0;
  rotate: 180deg;
  z-index: -1;
}
#Testimonials .splide__track .left-top-image {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}

/* testimonials splide settig  */

.splide__pagination__page.is-active {
  background: #ccc !important;
  transform: scale(1.2) !important;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  height: 12px !important;
  width: 12px !important;
}

.splide__pagination {
  bottom: -1.3em !important;
}

/* ===================================Subscribe section============================ */
#Subscribe .services .col {
  padding: 0px 3px;
}

#Subscribe .services .square {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  padding: 16px 32px 0px;
  background-color: #efefef;
  height: 100%;
  color: black;
}

#Subscribe .services .square p {
  font-size: 15px;
}

#Subscribe .services .square img {
  transition: all 0.4s ease-in-out;
}

#Subscribe .services .square:hover img {
  transform: rotateY(180deg);
}

@media only screen and (max-width: 768px) {
  #Subscribe .services .square {
    padding: 16px 9px 0px;
  }
}

/* Subscribe_box */
#Subscribe .Subscribe_box {
  background-color: #bbd7e6;
  padding: 3rem 0;
}

.Subscribe_box .content h1 {
  font-family: "Aclonica", sans-serif;
  color: black;
  text-align: center;
}

#Subscribe .Subscribe_box .input_filed {
  display: grid;
  place-items: center;
}

#Subscribe .Subscribe_box .input_filed div {
  display: flex;
  background-color: white;
  width: fit-content;
}

#Subscribe .Subscribe_box .input_filed div input {
  background-color: transparent;
  border: none;
  padding: 13px 73px 13px 43px;
}

#Subscribe .Subscribe_box .input_filed div input:focus,
#Subscribe .Subscribe_box .input_filed div input:focus-visible {
  outline: none;
}

#Subscribe .Subscribe_box .input_filed div button {
  background-color: black;
  color: white;
  border: none;
  padding: 14px 30px;
}

@media only screen and (max-width: 768px) {
  #Subscribe .Subscribe_box .input_filed div input {
    background-color: transparent;
    border: none;
    padding: 13px 11px 13px 23px;
  }
}

/* ===================================footer=================== */
footer {
  background-color: #efefef;
}

footer .Footer .First_columan div {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 0 6rem 0 0;
}

footer .Footer .First_columan div h6 {
  font-weight: 600;
  font-family: "Aclonica", sans-serif;
  color: black;
  font-size: 19px;
  margin-bottom: 0;
}

footer .Footer .First_columan div p {
  margin-bottom: 0;
  font-size: 15px;
}
footer .Footer .First_columan div img {
  max-width: 100px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer .Footer .First_columan div {
    padding: 0 1rem 0 0;
  }
}

/* columan comman css here start== */

.Footer .Second_columan h6,
.Footer .Third_columan h6,
.Footer .Fourth_columan h6 {
  font-weight: 600;
  font-family: "Aclonica", sans-serif;
  color: black;
  font-size: 19px;
}

.Footer .Second_columan ul,
.Footer .Third_columan ul,
.Footer .Fourth_columan ul {
  list-style: none;
  padding: 0;
}

.Footer .Second_columan ul li,
.Footer .Third_columan ul li,
.Footer .Fourth_columan ul li {
  padding: 7px 0;
}

.Footer .Second_columan ul li a,
.Footer .Third_columan ul li a,
.Footer .Fourth_columan ul li a {
  color: black;
  transition: all 0.2s;
}

.Footer .Second_columan ul li a i,
.Footer .Third_columan ul li a i {
  transition: all 0.2s;
}

.Footer .Second_columan ul li a:hover,
.Footer .Third_columan ul li a:hover {
  color: #e260bb;
}

.Footer .Second_columan ul li a:hover i,
.Footer .Third_columan ul li a:hover i {
  margin-right: 4px;
}

/* columan comman css here end== */

.Footer .Fourth_columan ul li {
  position: relative;
}

.Footer .Fourth_columan ul i {
  color: #c98ab6;
  position: absolute;
  left: -23px;
}

/* Black_Footer */
footer .Black_Footer .col {
  text-wrap: nowrap;
  text-align: start;
}
footer .Black_Footer .col a,
footer .Black_Footer .col p {
  color: white;
}

footer .Black_Footer .col h5 {
  margin-bottom: 0;
  font-size: 16px;
}

footer .Black_Footer .col h5 {
  font-weight: 300;
}

footer .Black_Footer .col p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 300;
}

footer .Black_Footer .col {
  border-right: 1px solid rgb(172 169 169 / 60%);
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .Black_Footer .col:last-child {
  border: none;
}

footer .Black_Footer .social_link a i {
  background-color: white;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  color: black;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
}

/* ======  workpost page popup style */

img.Modal-background-image {
  position: absolute;
  z-index: 0;
}
.Modal-bg-image button {
  position: absolute;
  z-index: 2;
}
.Modal-bg-image {
  min-height: 497px;
}

#editMeasurementForm label {
  font-weight: 500;
  color: black;
}

footer .Black_Footer .social_link a i:hover {
  background-color: #c98ab6;
  color: white;
}

.Workpost_Heading_navtabs {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  text-wrap: nowrap;
}

.box-tabs .Workpost_Heading_navtabs li {
  padding: 9px 1px 18px 1px;
}

.box-tabs .Workpost_Heading_navtabs li a {
  color: #000000d1;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}

#Subscribe .services .square b {
  text-transform: capitalize;
}

#serviceTableBody button.btn.btn-dark {
  border-radius: 0px;
  font-weight: 300;
}

.box-tabs .Workpost_Heading_navtabs li a:hover,
.box-tabs .Workpost_Heading_navtabs li a.active {
  color: #c98ab6;
  text-decoration: underline !important;
}

.Workpost_Heading_navtabs::-webkit-scrollbar,
.Measurement__Append__Data::-webkit-scrollbar {
  width: 6px;
}

.Workpost_Heading_navtabs::-webkit-scrollbar-track,
.Measurement__Append__Data::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.Workpost_Heading_navtabs::-webkit-scrollbar-thumb,
.Measurement__Append__Data::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 13px;
}

.work_post_table th,
.Measurements_Table th,
.content-wishlist table thead th,
.Whislist-Table th {
  font-size: 14px;
  font-weight: 600;
  border: none !important;
  padding: 8px 8px 15px 8px !important;
  text-transform: capitalize;
}
.Measurement__Append__Data {
  height: 404px;
  overflow-y: auto;
}
.Measurements_Table td,
.Measurements_Table th {
  text-align: center;
}

.work_post_table #serviceTableBody .data_TR,
#measurementTableBody .data_TR {
  border-bottom: 1px solid #dee2e6;
}

.work_post_table #serviceTableBody .data_TR:last-child,
#measurementTableBody .data_TR:last-child {
  border-bottom: 0px solid #dee2e6;
}

.work_post_table #serviceTableBody .data_TR td,
#measurementTableBody .data_TR td {
  border: none !important;
  padding: 16px 8px;
  font-size: 14px;
}

.work_post_table #serviceTableBody .data_TR td:first-child {
  color: black;
  font-weight: 500;
}

.Profile_Image {
  width: 100%;
  border-radius: 50%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
  object-fit: cover;
}
#signupform .form-group label,
#measurementForm label,
.section-box .form-group label {
  margin-bottom: 10px;
}

#signupform .form-group .form-control,
.section-box .form-group .form-control {
  padding: 0.375rem 0.75rem;
  min-height: auto;
}

img.Sign_Page_Image {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: right;
}

.product-image-slider .slick-slide img,
.product-image-slider-2 .slick-slide img {
  max-width: 99%;
  display: block;
  margin: auto;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}

.box-carts .row .col {
  padding: 0px;
}

.Your_Order_Box {
  border-radius: 16px;
  background-color: #f5f5f5;
}

.Your_Order_Box .Data_imag img {
  max-height: 65px;
  height: 100%;
  width: 100%;
  max-width: 65px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  min-width: 65px;
  min-height: 65px;
}

.Your_Order_Box .Total-data-order {
  margin: 9px auto;
}

.Your_Order_Box .Enter_Coupen {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
}

.Your_Order_Box .Order-buy-detail {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 12px;
}

.Our_Services .main_cart {
  overflow: hidden;
  border-radius: 38px;
  background-color: #f8f7f7;
  margin: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.Our_Services .cart_details {
  min-height: 180px;
  /*height: 100%;*/
}

.Our_Services .cart_details .name-Stars span i {
  color: #ffcf38;
}
.store_follow_btn button {
  border: 1px solid #c98ab6;
  padding: 2px 16px;
  font-size: 15px;
}

.Our_Services .cart_details .store_follow_btn {
  color: black;
  font-weight: 400;
}

.Measurement__Append__Data .measurement-grid .measurement-item {
  font-size: 13px;
}
.Measurement__Append__Data .measurement-grid {
  padding: 11px;
}

.Notifications_section .notification-list--unread {
  border-left: 2px solid #c98ab6;
}

.notification-ui_dd-content {
  margin-bottom: 30px;
  max-height: 500px;
  overflow-y: auto;
}

.Notifications_section .heading-line:after {
  content: "";
  height: 4px;
  width: 75px;
  background-color: #c98ab6;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Our_Services .cart_details .store_follow_btn h5 {
  font-size: 19px;
  text-transform: capitalize;
}
.list-orders .item-orders .info-orders h6,
#Leaf_Product .box b,
.box-product-price h3 {
  text-transform: capitalize;
}

.Our_Services .cart_details .Adress {
  display: flex;
  gap: 19px;
  align-items: center;
  font-size: 14px;
  padding: 16px 18px;
  margin-top: 16px;
  border-top: 1px solid #00000038;
}
.Our_Services .cart_details .Adress i {
  color: #c98ab6;
  font-size: 20px;
}

.cart_details .cart-top-details {
  padding: 10px 18px 0 18px;
}

.Experience {
  background-color: black;
  color: white;
  font-size: 13px;
  padding: 13px 23px;
}
.cart_imag {
  position: relative;
  height: 222px;
}

.cart_imag .Name-tag {
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #c98ab6;
  padding: 2px 19px;
  font-size: 14px;
  text-transform: capitalize;
  color: white;
  font-weight: 300;
}

.cart_imag img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.shop-template .contact-form label {
  font-size: 14px;
  font-weight: 600;
  border: none !important;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.shop-template img.Nearby_Boutique_vector {
  width: auto;
  height: 100%;
  object-fit: contain;
}

/* ==================chat page css start here===================== */
.User__Chat__Sidebar_ChatBox {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 13px;
}

.User__Chat__Sidebar_ChatBox .chat-footer {
  background: #efefef;
  padding: 6px 9px;
  border-radius: 9px;
  position: absolute;
  bottom: 0;
  width: 98%;
  transform: translate(-50%, 0%);
  left: 50%;
}
.User__Chat__Sidebar_ChatBox .chat-footer .File__Link_Btn input {
  position: absolute;
  width: 100%;
  opacity: 0;
  left: 0;
}
.User__Chat__Sidebar_ChatBox .chat-footer .File__Link_Btn button {
  position: relative;
}

.News_Event_Section .Fixed_Sidebar,
.News_Event_Section aside {
  position: sticky;
  top: 12px;
}

aside .aside_Heading,
.Fixed_Sidebar .Fixed_Sidebar_Heading {
  background-color: #efefef;
  padding: 12px 1rem;
  border-radius: 4px;
  margin-bottom: 9px;
}
aside .aside_Heading h4,
.Fixed_Sidebar .Fixed_Sidebar_Heading h4 {
  color: #000000;
  font-size: 20px;
  margin: 0;
}
#image-preview-container img {
  max-width: 100px;
  /* max-height: 58px; */
  width: 100%;
}
.chat-footer #image-preview-container img {
  max-width: 100px;
  max-height: 58px !important;
  width: 100%;
}

.notification-ui_dd-content {
    margin-bottom: 30px;
}

.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 7px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.notification-list--unread {
    border-left: 2px solid #29B6F6;
}

.notification-list .notification-list_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.notification-list .notification-list_content .notification-list_img img {
    height: 48px;
    width: 48px;
    border-radius: 50px;
    margin-right: 20px;
}

.notification-list .notification-list_content .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
}

.notification-list .notification-list_feature-img img {
    height: 48px;
    width: 48px;
    border-radius: 5px;
    margin-left: 20px;
}

.heading-line {
    position: relative;
    padding-bottom: 5px;
}

.heading-line:after {
    content: "";
    height: 4px;
    width: 75px;
    background-color: #29B6F6;
    position: absolute;
    bottom: 0;
    left: 0;
}
    .Custom_dropdown{
            position: relative;
    }
    #search_results {
    position: absolute;
    z-index: 11;
    background: white;
    left: 0;
    width: 100%;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 7px;
}


 #search_results div {
    padding: 6px 6px 4px 22px;
}
#search_results .product:first-child {
    padding-top: 20px;
}
#search_results .product:last-child {
    padding-bottom: 20px;
}

.measurement-grid {
    /* max-height: 300px; */
    padding: 14px;
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 3px;
}

.measurement-grid .measurement_grid_inner {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 14px;
}

#image-preview-container {
    display: flex;
    flex-wrap: wrap;
}

.preview-image {
    width: 100px;
    height: 100px;
    margin: 10px;
    position: relative;
}

.close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: red;
}

.checkboxfix {
    height: 22px;
    width: 50px;
}


    .pricing .featured {
    border-top-color: #c98ab6 !important;
}
.pricing .pricing-item {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}
.pricing h4 {
    font-size: 48px;
    color: #c98ab6;
    font-weight: 400;
    margin-bottom: 25px;
}
.pricing h4 sup {
    font-size: 28px;
}
.pricing h4 span {
    color: rgba(108, 117, 125, 0.8);
    font-size: 18px;
}

.pricing .pricing-item p.card-text {
    line-height: 28px;
}
.pricing .buy-btn {
    color: #c98ab6;
        display: inline-block;
    padding: 12px 35px;
    border-radius: 4px;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid #c98ab6;
}
.pricing .pricing-item h3 { 
    text-transform: capitalize;
}

.content-wishlist table th,
table.Measurements_Table th,
table.work_post_table th,
.box-carts .head-wishlist{
    background: #efefef !important;
}

table.work_post_table th, table.work_post_table td {
    text-align: center;
}

      .No_After a.dropdown-toggle::after{
    display:none !important;
}

.No_After ul.dropdown-menu {
      z-index: 11;
    background: white;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 18px;
    left: auto !important;
    border: 1px solid #dfdddd;
    min-width: 209px;
    right: 0% !important;
    transform: translate(-35%, 8%) !important;

}
      .preview-image {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.No_After ul.dropdown-menu li{
    padding:8px 0;
}
.preview-image img {
    width: 100px; /* Adjust as needed */
    height: 100px; /* Adjust as needed */
    object-fit: cover;
}

.remove-image-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remove-image-btn:hover {
    background-color: rgba(255, 0, 0, 0.7);
    color: white;
}


/* @media only screen and (min-width: 1200px) {
  html body .container,
  html body .container-lg,
  html body .container-md,
  html body .container-sm,
  html body .container-xl {
    max-width: 1222px;
  }
} */

