@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  padding    : 0px;
  margin     : 0px;
  font-family: "Poppins", sans-serif;
}

body {
  font-family   : "Poppins", serif;
  display       : flex;
  flex-direction: column;
  min-height    : 100vh;
}


.left-box {
  background-color: #fae2cb;
  padding         : 20px !important;
  height          : 476px !important;
  width           : 605px !important;
  margin-top      : 26px;
}

.wel {
  margin-top: 8px !important;
}

.sbt-btn {
  font-weight     : 600 !important;
  background-color: #e4bd7d !important;
  padding         : 5px 80px !important;
}

ul {
  padding-left: 0rem !important;
}

.right-box {
  background-color: #f5f5f5;
  padding-top     : 6rem;
  padding-bottom  : 6rem;
  padding-left    : 3rem !important;
  padding-right   : 3rem !important;
}

.title {
  text-decoration: none;
}

.s-box {
  display        : flex;
  justify-content: center;
}

.icon-badge {
  position: relative;
  display : inline-block;
}

.icon-badge__count {
  position        : absolute;
  top             : -5px;
  right           : 0px;
  background-color: red;
  color           : white;
  border-radius   : 50%;
  padding         : 1px 3px;
  font-size       : 8px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top          : 0;
  left         : 100%;
  margin-top   : -6px;
  margin-left  : 0;
  border-radius: 0.25rem;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
@media (min-width: 993px) {
  .desktop-menu {
    display: block !important;
  }

  .mobile-menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .desktop-menu {
    display: none;
  }
  

  .mobile-menu {
    display: block;
  }
}

  .dropdown-submenu>.dropdown-menu {
    left         : 0;
    top          : 100%;
    margin-top   : 0;
    margin-left  : 0;
    border-radius: 0.25rem;
  }

  .dropdown-submenu>a::after {
    float       : right;
    margin-right: -10px;
  }

  .dropdown-submenu.show>.dropdown-menu {
    display : block;
    position: relative;
    width   : 100%;
  }

.otp-input {
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.otp-input input[type="text"] {
  width        : 40px;
  height       : 40px;
  font-size    : 20px;
  text-align   : center;
  margin       : 0 5px;
  border       : 1px solid #ccc;
  border-radius: 5px;
  outline      : none;
}

.change {
  color       : cornflowerblue;
  padding-left: 20px;
}

.prod-collection {
  display        : flex;
  justify-content: space-between;
}

/* footer */
.footer-logo {
  width : 100px;
  height: 100px;
}

.gettoknow {
  text-align: center;
}

.ft-list {
  list-style     : none;
  margin-top     : 10px;
  text-decoration: none;
}

.ft-list a {

  text-decoration: none !important;
  color          : #ab8553;
}


.ft-addr {
  display: flex;
}

.location {
  font-size: 20px !important;
  color    : #ab8553;
}

.ft-title {
  color       : #343164 !important;
  padding-left: 5px;
}

.ft-bg {
  background-color: #efefef;
}

.m-title {
  color: #ab8553;
}

.sc-icon {
  font-size: 22px !important;
}

.copy-right {
  display        : flex;
  justify-content: space-between;
}

/* Header */
.h-top {
  padding    : 5px 0;
  font-size  : 0.9rem;
  font-weight: 500;
  background : #ab8553;
  color      : #f5f5f5;
}

.h-top a {
  color: #f5f5f5;
}

.top-right {
  display        : flex;
  justify-content: flex-end;
  justify-content: space-between;
  align-items    : center;
}

.tog-btn {
  color: #fff !important;
}

.top-content {
  display    : flex;
  align-items: center;
}

.wel-header {
  letter-spacing: 1px;
  display       : flex;
  gap           : 20px;
}

.top-dropdown button {
  font-size: 0.9rem;
}

.top-dropdown-menu {
  background: #243164 !important;
}

.top-dropdown-menu .dropdown-item {
  color     : #fff !important;
  background: transparent !important;
  font-size : 0.8rem;
}

.top-media {
  display: flex;
  gap    : 10px;
  cursor : pointer;
}

.log-sign {
  cursor : pointer;
  display: flex;
}

.logo {
  width: 57px;
}

.title {
  font-size   : 1.2rem;
  font-weight : 600;
  color       : #243164;
  padding-left: 10px;
}

.deliver-text {
  font-size: 1rem;
  cursor   : pointer;
}

.search {
  font-size: 0.8rem;
}

.search input {
  border-radius: 5px;
  padding      : 2px 20px;
  border-color : #E4BD7D !important;
}

.search-container .search-box {
  position: relative;
  display : inline-block;
}

.search-container .search-input {
  padding-left: 30px;
  /* Adjust this value to ensure the icon does not overlap the text */
}

.search-container .search-icon {
  position : absolute;
  left     : 10px;
  /* Adjust this value to position the icon */
  top      : 50%;
  transform: translateY(-50%);
  color    : #aaa;
  /* Adjust the color as needed */
}

.navbar-nav {
  display        : flex;
  justify-content: space-between;
}

/* Nav br / manu bar */
.nav-item.dropdown:hover>.dropdown-menu {
  display   : block;
  margin-top: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  left       : 100% !important;
  margin-left: 0.1rem;
  display    : none;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position        : absolute;
  top             : 100% !important;
  background-color: #243164;
  padding         : 0;
  border          : none;
  border-radius   : 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
  background-color: #ab8553 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 15px;
}

.m-item {
  display        : flex;
  justify-content: flex-end;
  align-items    : center;
}

.whish {
  font-size      : 1rem;
  font-weight    : 600;
  cursor         : pointer;
  display        : flex;
  justify-content: space-between;
  align-items    : center !important;
}

.nav-dropdown button {
  font-size: 0.9rem;
}

.nav-dropdown ul {
  font-size: 0.9rem;
}

.menu-bg {
  background-color: #243164 !important;
}

.menu-bg .deliver-text {
  display: none;
}

.navbar {
  padding-top   : 0px !important;
  padding-bottom: 0px !important;
}

.account {
  color          : #243164;
  display        : flex;
  justify-content: space-around;
}

.navbar-nav .nav-link {
  font-weight: 500;
  font-size  : 0.9rem;
  color      : #fff !important;
}

.navbar-expand-lg .navbar-nav {
  gap: 20px;
}

.top-right {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
}

.top-content {
  display    : flex;
  align-items: center;
}

#main-image {
  max-width: 100%;
  height   : 300px;
}

/* Ensure horizontal category list is hidden on small screens */
.category-horizontal {
  display: flex;
}

.category-list {
  display: block;
}

/* For devices smaller than 992px (Tablets and Below) */
@media (max-width: 992px) {
  .category-horizontal {
    display: none;
  }

  .category-list {
    display: block;
  }
  .nk{
   background-color: #ab8553 !important;
   width: 100%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
}
}

/* For mobile screens (Less than 768px) */
@media (max-width: 768px) {
  .category-item {
    margin-bottom: 1rem;
  }

  /* Adjust the categories and subcategories button size */
  .toggle-subcategories {
    font-size: 14px;
    padding  : 8px 10px;
  }

  .subcategory-list {
    padding-left   : 20px;
    list-style-type: none;
    display        : none;
  }

  /* Add toggling functionality for subcategories */
  .toggle-subcategories.active+.subcategory-list {
    display: block;
  }
}


/* home */
.prod-box {
  background     : #ecf0ff;
  padding        : 15px;
  border-radius  : 5px;
  margin-bottom  : 30px;
  height         : 20.5rem;
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
  box-sizing     : border-box;
  position       : relative;
  /* Make this the positioning context */
  overflow       : hidden;
}

.sale {
  position     : absolute;
  top          : 0px;
  left         : 0px;
  background   : #fc4d32;
  z-index      : 1;
  font-size    : 14px;
  line-height  : 1;
  border-radius: 15px 0 20px 0;
  color        : #fff;
  padding      : 9px 15px;
}

.prod-box img {
  border-radius: 10px;

  height: 9rem;

  max-width : 100%;
  /* Ensure the image doesn’t exceed the container width */
  max-height: 100%;
  /* Ensure the image doesn’t exceed the container height */
  margin-top: 20px;
  padding   : 10px;
}

.prod-title {
  color      : #243164;
  font-weight: 600;
}

label.required::after {
  content: " *";
  color  : red;
}

.prod-sec {
  background-color: #f8f8f8;
  /* margin-bottom   : 40px;
  padding-bottom  : 40px; */
  border-bottom   : 4px solid #343164;
  border-radius   : 10px;
}

.containerprod-sec {
  margin-bottom : 10px;
  padding-bottom: 10px;
}

.thumbnail {
  width       : 5rem;
  height      : 60px;
  cursor      : pointer;
  margin-right: 10px;
}

.main-image {
  border       : 1px solid #000;
  border-radius: 10px;
  padding      : 20px;
}

.thum-box {
  border: 1px solid #b9b7b7;
}

.product-title {
  color: #243164;
}

.add-btn {
  display: flex;
}

.cart-btn {
  background   : #16a34a;
  color        : #fff;
  padding      : 5px 15px;
  border-radius: 5px;
  border       : none;
}

.buy-now {
  background-color: #212529;
  color           : #fff;
  padding         : 5px 15px;
  border-radius   : 5px;
  border          : none;
  margin-left     : 10px;
}

.paym {
  border : 0.5px solid #000;
  padding: 10px;
}

.paym1 {
  display: flex;
}

.c-card {
  font-size    : 30px !important;
  display      : flex !important;
  padding-right: 10px;
  align-items  : center !important;
}

.whish {
  display: flex;
}

.whish-prod {
  display      : flex;
  align-items  : center;
  /* margin-top: 30px; */
}

.trash-icon {
  font-size  : 30px;
  margin-left: auto;
}

.whish-bg {
  background-color: #f8f8f8;
  padding         : 20px;
  border-radius   : 10px;
}

.whish-title {
  color      : #243164;
  margin-left: 20px;
  font-weight: 600;
}

.return-btn {
  background-color: #212529;
  color           : #fff;
  padding         : 2px 15px;
  border          : none;
  border-radius   : 5px;
}

.cart-sec {
  text-align: center;
  margin-top: 30px;
}

/* product */
.Rupee {
  font-size  : 20px;
  color      : #1b254d;
  align-items: center;
}

.shop-pimage {
  width : 100%;
  height: 12rem;
}

.btn-prodadd {
  background-color: #16A34A !important;
  font-size       : 14px !important;
  padding         : 2px 4px;
  color           : #fff !important;
}

.btn-whishlist {
  background-color: #212529 !important;
  font-size       : 14px !important;
  padding         : 2px 4px;
  color           : #fff !important;
}

.filter-section {
  background   : #f8f9fa;
  padding      : 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.filter-title {
  font-size    : 1.2em;
  margin-bottom: 15px;
}

.product-card {
  border         : 1px solid #e0e0e0;
  border-radius  : 10px;
  padding        : 15px;
  margin-bottom  : 20px;
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
  height         : 100%;
}

.product-card h5 {
  font-size    : 1.1em;
  margin-bottom: 10px;
  text-align   : left;
}

.product-card .price {
  font-size : 1.2em;
  color     : #212529;
  text-align: left;
}

.product-card .rating {
  text-align: left;
  color     : #FACC15 !important;
}

.product-card .stock-status {
  text-align: right;
  color     : green;
}

.product-card .btn {
  width: 48%;
}

.filter {
  margin-bottom: 15px;
}

.top-section {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  margin-bottom  : 20px;
}

.product-listing .row>.col-md-4 {
  display    : flex;
  align-items: stretch;
}

.top-right-section {
  display    : flex;
  align-items: center;
}

.top-right-section>div {
  display    : flex;
  align-items: center;
}

.top-right-section select,
.top-right-section .btn {
  margin-left: 10px;
}

.equal-height {
  display  : flex;
  flex-wrap: wrap;
}

.equal-height>[class*='col-'] {
  display       : flex;
  flex-direction: column;
}

.prod-gallery {
  display: flex;
}

.add-bbtn {
  display        : flex;
  justify-content: space-between;
}

/* cart page */
.product-card1 {
  border       : 1px solid #ddd;
  margin-bottom: 20px;
  padding      : 15px;
  border-radius: 5px;
  background   : #fff;
}

.price-details {
  border       : 1px solid #ddd;
  padding      : 15px;
  border-radius: 5px;
  background   : #fff;
}

.price-details .total {
  font-weight: bold;
}

.remove-btn,
.save-later-btn {
  background: none;
  border    : none;
  color     : #007bff;
  cursor    : pointer;
}

.quantity-buttons {
  display    : flex;
  align-items: center;
}

.quantity-buttons button {
  background-color: #fff;
  border          : 1px solid #ced4da;
  width           : 30px;
  height          : 30px;
  display         : flex;
  align-items     : center;
  justify-content : center;
  cursor          : pointer;
}

.quantity-buttons input {
  width     : 50px;
  text-align: center;
  border    : 1px solid #ced4da;
  margin    : 0 5px;
  height    : 30px;
}

.discount-text {
  color      : #ff0000;
  font-weight: bold;
}

.offer-badge {
  background-color: #ff0000;
  color           : #fff;
  padding         : 2px 6px;
  border-radius   : 3px;
  font-size       : 12px;
  display         : inline-block;
}

.delivery-info {
  color: #888;
}

/* ========================================Updated By Priya========================================== */
.poojam-sec {
  color      : #243164;
  font-size  : 22px;
  font-weight: 700;
}

.poojam-item {
  position     : relative;
  overflow     : hidden;
  background   : #ecf0ff;
  padding      : 10px !important;
  border-radius: 5px;
}

.poojam-card img {
/* 
  border       : 1px solid #243164; */
  border-radius: 10px;

  height: 9rem;

  max-width : 100%;
  /* Ensure the image doesn’t exceed the container width */
  max-height: 100%
}

.poojam-card {
  background     : #ecf0ff;
  padding        : 15px;
  border-radius  : 5px;
  margin-bottom  : 30px;
  height         : 18.5rem;
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
  box-sizing     : border-box;
}



.icon-badge {
  position: relative;
  display : inline-block;
}

.icon-badge__count {
  position        : absolute;
  top             : -5px;
  right           : 0px;
  background-color: red;
  color           : white;
  border-radius   : 50%;
  padding         : 1px 3px;
  font-size       : 8px;
}

.category-container {
  display    : flex;
  align-items: center;
  gap        : 15px;
  height     : 22px;
}

.nav-item {
  list-style-type: none;
  display        : flex;
  text-align     : center;
}

.nav-item .home {
  display    : flex;
  align-items: center;
  flex-wrap  : wrap;

  padding-bottom: 50px;
  color         : #243164;
}

.category-list {
  display   : none;
  /* Initially hidden */
  flex-wrap : wrap;
  gap       : 10px;
  margin-top: 0;
}

.category-item {
  position: relative;
}

.subcategory-list {
  display      : none;
  /* Initially hidden */
  list-style   : none;
  padding      : 5px 0;
  margin       : 0;
  position     : absolute;
  border-radius: 5px;
  min-width    : 150px;
  top          : 30px;
  left         : 0;
  z-index      : 1000;
}

.subcategory-item {
  padding: 5px 10px;
  cursor : pointer;
}

.subcategory-item:hover {
  background-color: #e2e6ea;
}

.category-horizontal {
  margin-bottom: 20px;
  display      : flex;
  gap          : 20px;
  flex-wrap    : wrap;
}

.category-horizontal .category-item {
  position: relative;
}

.category-horizontal button {
  padding      : 5px 15px;
  cursor       : pointer;
  border-radius: 5px;
  transition   : all 0.3s;
  color        : #243164 !important;
  /* Button text color set to blue */
  background   : none;
  /* Removing default background */
  border       : none;
  /* Removing border */
}



@media (max-width: 768px) {
  .category-container {
    flex-direction: column;
    align-items   : flex-start;
  }

  .category-horizontal {
    flex-direction: column;
  }

  dropdown top-dropdown .eng {
    display: none;
  }

  .contact {
    display: none;
  }
}


.poojam-card-body {
  margin-top    : 10px;
  display       : flex;
  flex-direction: column;

}

.poojam-card-body p {
  color      : #000;
  font-weight: 400;
  font-size  : 16px;
  margin     : 0px !important;
}

/* .poojam-card-body .rupee-div {
  display: flex;
} */
/* .poojam-card-body .rupee-div img {
  width: 20px !important;
  height: 20px !important;
} */
.mcard-img {
  height: 158px;
}

.owl-prev1,
.owl-next1 {
  height         : 15px;
  width          : 15px;
  font-size      : 16px !important;
  position       : absolute;
  top            : 35%;
  transform      : translateY(-50%);
  background     : #243164 !important;
  border-radius  : 50% !important;
  padding        : 12px 11px !important;
  color          : white;
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.owl-prev1 {
  left: -13px;
}

.owl-next1 {
  right: -13px;
}

.prod-btns {
  display        : flex;
  justify-content: space-between;
  padding-bottom : 10px;
  /* margin-top  : auto; */
}

/* ====================================================================================== */
.sidebar-sec {
  border       : 1px solid #ddd;
  padding      : 15px;
  margin-bottom: 20px;
}

.product-item {
  display      : flex;
  border-bottom: 1px solid #ddd;
  padding      : 10px 0;
}

.product-info {
  margin-left: 30px;
  flex-grow  : 1;
}

.product-title {
  font-weight: bold;
}

.product-price {
  color      : #ff5722;
  font-weight: bold;
}

.product-icons {
  display: flex;
  gap    : 40px;
}

.product-icons img {
  background-color: #e4bd7d;
  border-radius   : 50%;
  padding         : 5px;
}

.info-section {
  border        : 1px solid #ddd;
  /* padding    : 15px; */
  padding-top   : 19px;
  padding-bottom: 19px;
  text-align    : center;
}

.info-section i {
  font-size    : 30px;
  color        : #ff5722;
  margin-bottom: 10px;
}

.info-section p {
  font-size    : 18px;
  font-weight  : 700;
  margin-bottom: 5px;
}

/* ================================================================================================== */


.form-group label {
  font-weight: bold;
  color      : #000;
  /* Updated text color for better contrast */
}

.form-control,
.form-check-input {
  border-radius: 4px;
}

.form-control {
  border     : 1px solid #ccc;
  /* Optional: add a border to inputs */
}

.form-control:focus {
  box-shadow  : none;
  border-color: #ffcc00;
}

.form-check-label {
  color: #fff;
  /* Updated text color for better contrast */
}

.btn-custom {
  background-color: #243164;
  /* Updated button background color */
  border-color    : #243164;
  /* Updated button border color */
  color           : #fff;
  /* Updated text color for better contrast */
}

.btn-custom:hover {
  background-color: #1b254d;
  /* Slightly darker shade for hover effect */
  border-color    : #1b254d;
}

.order-summary .d-flex {
  margin-bottom: 10px;
}

.order-totals .d-flex {
  margin-bottom: 5px;
}

.order-totals .font-weight-bold {
  color: red;
}

.alert {
  color           : #721c24;
  background-color: #f8d7da;
  border-color    : #f5c2c2;
}



@media (max-width: 568px) {
  .h-top {
    padding    : 1px 0;
    font-size  : 0.7rem;
    font-weight: 500;
    background : #ab8553;
    color      : #f5f5f5;
  }

  .wel-header {
    letter-spacing: 1px;
    display       : flex;
    text-align    : center !important;
  }

  .wel-header span {

    text-align: center !important;
  }

  .top-media {
    display: none;
  }

  .deliver-text,
  .search {
    display: none;
  }

  .dd-flex {
    display        : flex;
    justify-content: center;
  }

  .title {
    display: none;
  }

  .account {
    margin-left    : 112px;
    margin-top     : -58px;
    justify-content: end;
    color          : #243164;
    display        : flex;
    justify-content: space-around;
  }

  .navbar-expand-lg .navbar-nav {
    gap: 0;
  }


  .gettoknow {
    text-align: left;
  }

  .prod-btns {
    display        : flex;
    justify-content: space-evenly;
  }

  .prod-box {
    background   : #ecf0ff;
    padding      : 15px;
    border-radius: 5px;
    height       : 18rem;
    margin-top   : 10px;
    margin-bottom: 10px;
  }
}

/*********product items card design css*****/
.product-items-cards {
  position        : relative;
  display         : flex;
  flex-direction  : column;
  min-width       : 0;
  word-wrap       : break-word;
  background-color: #fff;
  background-clip : border-box;
  border          : 1px solid rgb(36 49 100 / 32%);
  border-radius   : .25rem;
  box-shadow      : rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom   : 20px;
  padding         : 7px;
}

.icon-badge {
  position: relative;
  display : inline-block;
}

.icon-badge__count {
  position        : absolute;
  top             : -5px;
  right           : 0px;
  background-color: red;
  color           : white;
  border-radius   : 50%;
  padding         : 1px 3px;
  font-size       : 8px;
}

a {
  text-decoration: none;
}


/* Remove background color and border from subcategory buttons */
.subcategory-list .subcategory-item button {
  background-color: transparent;
  border          : none;
  box-shadow      : none;
  padding         : 0;
  /* Optional     : Adjust padding if needed */
  color           : inherit;
  /* Optional     : Inherit text color */
  cursor          : pointer;
  /* Optional     : Show pointer cursor */
}

/* Adjust hover effect if required */
.subcategory-list .subcategory-item button:hover {
  color          : #007bff;
  /* Optional    : Add a hover effect if needed */
  text-decoration: underline;
  /* Optional    : Add underline on hover */
}

.wel {
  margin-top: 8px;
}

@media (max-width: 575.98px) {
  .hello {
    display: none;
  }
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hello {
    display: none;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hello {
    display: none;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hello {
    display: none;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hello {
    display: none;
  }
}

body {
  font-family     : 'Poppins', sans-serif;
  background-color: #f9f9f9;
}

.left-box {
  background-color: #007bff;
  color           : white;
  padding         : 20px;
  border-radius   : 10px 0 0 10px;
  display         : flex;
  flex-direction  : column;
  align-items     : center;
  justify-content : center;
}

.left-box h2,
.left-box h6 {
  text-align: center;
}

.right-box {
  padding         : 30px;
  background-color: white;
  border-radius   : 0 10px 10px 0;
  box-shadow      : rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.user-img {
  max-width : 100px;
  height    : auto;
  margin-top: 20px;
}

.sbt-btn {
  background-color: #007bff;
  color           : white;
  border          : none;
  padding         : 10px 20px;
  border-radius   : 5px;
  transition      : background-color 0.3s ease;
}

.sbt-btn:hover {
  background-color: #0056b3;
}

.form-group label {
  font-weight: 600;
}

@media (max-width: 768px) {
  .left-box {
    border-radius: 10px 10px 0 0;
  }

  .right-box {
    border-radius: 0 0 10px 10px;
  }
}

/* General cart pge styles for r esponsiveness */
.product-card1 img {
  max-width: 80px;
  height   : auto;
}

.product-card1 {
  flex-wrap: wrap;
}

.product-card1 h5 {
  font-size: 1rem;
}

.product-card1 p {
  font-size: 0.9rem;
}

.price-details {
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .product-card1 img {
    max-width: 60px;
  }

  .product-card1 {
    justify-content: center;
    text-align     : center;
  }

  .product-card1 .ml-3 {
    margin-left: 0 !important;
  }

  .price-details h5 {
    font-size: 1rem;
  }

  .price-details .btn {
    width     : 100%;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .product-card1 img {
    max-width: 50px;
  }

  .price-details {
    text-align: center;
  }

  .price-details p,
  .price-details h5 {
    font-size: 0.8rem;
  }

  .price-details .btn {
    font-size: 0.9rem;
  }
}

.left-box {
  background-color: #f8f9fa;
  padding         : 20px;
  border-radius   : 10px;
}

.right-box {
  padding      : 70px;
  border       : 1px solid #ddd;
  border-radius: 10px;
}

.s-box {
  text-align: center;
}

.user-img {
  width    : 100%;
  max-width: 150px;
  display  : block;
  margin   : 0 auto;
}

.sbt-btn {
  width           : 100%;
  background-color: #007bff;
  color           : white;
  border          : none;
  padding         : 10px;
  border-radius   : 5px;
}

.sbt-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .left-box {
    text-align: center;
  }

  .right-box {
    margin-top: 30px;
  }

  .user-img {
    margin: 20px auto;
  }
}

.color-text {
  color: #000;
}

span.price-mrp {
  color: red;
}