@font-face {
  font-family: 'holidayfreeregular';
  src: url("../../fonts/fontsfree-net-holidayfree-webfont.eot");
  src: url("../../fonts/fontsfree-net-holidayfree-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontsfree-net-holidayfree-webfont.woff2") format("woff2"), url("../../fonts/fontsfree-net-holidayfree-webfont.woff") format("woff"), url("../../fonts/fontsfree-net-holidayfree-webfont.ttf") format("truetype"), url("../../fonts/fontsfree-net-holidayfree-webfont.svg#holidayfreeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.form-control {
  background-color: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 13px;
  border-radius: 8px;
  font-size: 14px;
  min-height: 44px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(237, 172, 42, 0.1);
}

select.form-control {
  padding: 5px 13px;
  background: #F4F4F4;
  border-color: #F4F4F4;
}

select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(237, 172, 42, 0.1);
  background: #F4F4F4;
}

/* Navbar Container */
.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-padding-top {
  padding-top: 70px;
}

.section-padding-bottom {
  padding-bottom: 70px;
}

/* item_image thumbnail images and main image Start */
.product-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-image {
  margin-bottom: 1rem;
}

.item-slideshow {
  width: 100%;
  display: flex;
  justify-content: center;
}

.item-slideshow-image {
  display: inline-block;
  margin: 0 0.5rem;
}

/* Ends */

/* item_group html banner below h2 Start */
.banner-container {
  margin-top: 20px;
}

/* Ends */

/* grid.js latest changes  */
#FeaturedProducts .item {
  padding: 3px;
  border: none;
  margin-bottom: 0;
  transition: background-color 0.3s ease;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 15px;
}

#FeaturedProducts .item:hover {
  background-color: #EDAC2A;
  box-shadow: 0px 0px 10px 7px rgba(237, 172, 42, 0.7);
  z-index: 998;
}

#FeaturedProducts .prod_info h4 {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

#FeaturedProducts .prod_info a {
  color: black;
}

#FeaturedProducts .prod_view_link {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 5px;
}

#FeaturedProducts .prod_view_link>div {
  width: 49%;
  background-color: #efefef;
}


/* Container styling */
#product-listing {
  gap: 10px;
}

.row-cols-2 .col,
.row-cols-md-3 .col,
.row-cols-lg-5 .col {
  padding: 0;
}

/* New container for image and text */
.product-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

#product-filters .checkbox label {
  display: inline-block !important;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

#FeaturedProducts .item {
  padding: 3px;
  border: none;
  margin-bottom: 15px;
  transition: background-color 0.3s ease;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 15px;
  box-sizing: border-box;
}

#FeaturedProducts .item:hover {
  background-color: #EDAC2A;
  box-shadow: 0px 0px 10px 7px rgba(237, 172, 42, 0.7);
  z-index: 998;
}

#FeaturedProducts .prod_info h4 {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

#FeaturedProducts .prod_info a {
  color: black;
}

#FeaturedProducts .prod_view_link {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 5px;
}

#FeaturedProducts .prod_view_link>div {
  width: 49%;
  background-color: #efefef;
}

#FeaturedProducts .prod_view_link a {
  color: #000;
  text-decoration: none;
  font-size: 0.8rem;
  display: block;
  padding: 4px 0;
  font-weight: bold;
}

#FeaturedProducts .prod_view_link .float-start:hover {
  background-color: #fff;
}

#FeaturedProducts .prod_view_link .float-end a:hover {
  color: #212121;
}

/* grid.js changes ends */



/* Remove gap between h5 and headerTop */
h5 {
  margin: 0;
  padding: 0;
}

.scroll-categories .category-pill {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  margin-bottom: 8px;
  background-color: #EDAC2A;
  font-size: 14px;
  border-radius: 18px;
  color: #FFF;
}

.main-menu {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 10px 0;
}

.main-menu>ul>.menu-list {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-menu-list {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
}

.main-menu>.menu-list>ul>li>a {
  color: black;
  font-size: 13px;
  text-transform: uppercase;
  padding: 19px 4px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  font-weight: bold;
}

.main-menu>.menu-list>ul {
  padding: 15px 0;
  margin: 0;
}

.main-menu>.menu-list>ul>li {
  display: -webkit-inline-box;
  font-size: 12px;
}

.main-menu>.menu-list>li>a {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0px 0px;
  font-weight: 600;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  position: relative;
}

.main-menu>.menu-list>ul>li>a:hover {
  color: #EDAC2A;
}

.subMenu {
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  /* -webkit-transform: scale(0.75) translateX(0);
  transform: scale(0.75) translateX(0); */
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: visible;
  background-color: #fff;
  z-index: 2;
  width: 100%;
  position: absolute;
  /* top: 58px; */
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
  right: 0;
  border-bottom: 5px solid #EDAC2A;

}

.subMenu:has(.small-group-1) {
  width: 190px !important;
  margin: 0 auto;
}

.subMenu:has(.small-group-2) {
  width: 550px !important;
  margin: 0 auto;
}

.subMenu:has(.small-group-3) {
  width: 800px !important;
  margin: 0 auto;
}


.main-menu .menu-list li:has(.small-group-1) {
  position: relative;
}

.menu-list>li:hover .subMenu {
  right: 0;
  left: auto;
}

.main-menu .menu-list li:has(.small-group-2) {
  position: relative;
}

.menu-list>li:hover .subMenu {
  right: 0;
  left: 0;
}

.main-menu .menu-list li:has(.small-group-3):hover .subMenu {
  position: absolute;
  /* Allows precise positioning relative to the parent */
  left: 50%;
  /* Adjusts the submenu horizontally based on your requirement */
  /*transform: translateX(-50%); /* Ensures proper centering relative to `left` */
}

/* 
.subNavBox ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
} */

/* Default style for small groups */
.subNavBox ul {
  display: grid !important;
}

.subNavBox.small-group-1 ul {
  grid-template-columns: repeat(1, 1fr) !important;

}

.subNavBox.small-group-2 ul {
  grid-template-columns: repeat(2, 1fr) !important;
}

.subNavBox.small-group-3 ul {
  grid-template-columns: repeat(3, 1fr) !important;
}

.subNavBox.small-group-4 ul {
  grid-template-columns: repeat(4, 1fr) !important;
}

.subNavBox.small-group-5 ul {
  grid-template-columns: repeat(5, 1fr);
}


.subMenu .col {
  text-align: left;
  background-color: #fff;
  text-transform: uppercase;
}

.subMenu .subNavBox {
  padding: 0px 0px;
}

.subMenu h3 {
  font-weight: bold;
}

.subMenu ul li {
  position: relative;
}

.subMenu li a {
  padding: 5px 10px !important;
  display: inline-block;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
}

.subMenu li a:hover {
  color: #EDAC2A;
}

.menu-list ul>li:hover>a {
  color: #EDAC2A;
}

.menu-list li:hover .subMenu {
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  /* -webkit-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0); */
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  pointer-events: all;
  padding-left: 0px;
  padding-right: 0px;
}

.categories {
  margin: 20px 0px !important;
  padding: 0px 10px !important;
  color: black !important;
}

.categories:hover {
  color: #EDAC2A !important;
}

/*My Code Start*/
.order-title {
  background: rgba(237, 172, 42, 0.32);
  height: 50px;
  border-radius: 10px;
}

.hidden-title {
  display: none !important;
}

.sidebar-item a {
  font-size: 15px;
}

.sidebar-item a:hover {
  color: #EDAC2A;
}

.product-price {
  color: #000 !important;
}

.not-wished {
  stroke: #EDAC2A !important;
}

.like-action-item-fp:hover .not-wished {
  stroke: #fff !important;
}

.valid-coupon {
  background-color: rgba(110, 228, 202, 0.658);
  color: green;
  border-radius: 10px;
  padding: 5px 20px 5px 20px;
  margin-left: 50px;
}

.unvalid-status {
  background-color: rgba(224, 180, 139, 0.404);
  color: rgb(231, 179, 35);
  border-radius: 10px;
  padding: 5px 20px 5px 20px;
  margin-left: 50px;
}

.privacy-head {
  font-size: 2rem;
  color: black;
}

.privacy-body {
  font-size: 1rem;
  color: black;
}

.check-btn {
  border-radius: 10px !important;
  z-index: 5;
}

.check-btn:active {
  background-color: #EDAC2A !important;
}

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

.check-btn:active:focus {
  box-shadow: none !important;
}


.check-input {
  border-radius: 10px !important;
  right: 0px;
  margin-right: -95px;
}

.delivery-option {
  width: 25%;
}

.font-weight-bold-list {
  font-size: 20px;
  font-weight: bold;
}

.delete-icon {
  background-color: unset;
  position: unset;
  width: unset;
  border-radius: unset;
  border: none;
  box-shadow: none;
}

.reorder>a:hover {
  color: #fff !important;
}

.payment-card {
  border: 1px solid #fff !important;
  border-radius: 10px !important;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06)
}

.payment-card:hover {
  border-color: #EDAC2A !important;
}

.payment-card .card-header {
  background-color: white !important;
  border-bottom: none !important;
}

.card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}

.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.update_pass_box {
  border: none !important;
  border-radius: unset !important;
  box-shadow: none !important;
  margin-left: 12rem !important;
}

.update_pass_head_box {
  border: none !important;
}

.subMenu li {
  text-align: left;
  border-bottom: 1px solid rgb(246, 245, 245);
  border-left: 1px solid rgb(246, 245, 245);
  padding: 5px;
}

.col-form-label {
  color: #000;
}

.logo img {
  width: 100% !important;
}

.related-image {
  height: 250px;
  width: 250px;
}

.rg-btn {
  justify-content: center;
}

.rg-btn button {
  width: 20rem;
}

.close {
  color: #fff;
  text-shadow: none;
}

.btn-primary {
  border-radius: 10px;
}

.btn-outline-primary {
  border-radius: 10px;
}

.sammy-wrap {
  max-width: 85%;
  padding: 1px;
  margin-bottom: 14px;
  white-space: normal;
}

.dropdown-item.btn.btn-text {
  color: #EDAC2A;
}

.dropdown-item.btn.btn-text:hover {
  color: #ffffff;
}

.cart-table:not(:first-child) {
  margin-top: 15px;
}

.logged-box a {
  color: #000;
  display: flex;
}

.logged-box a:hover {
  color: #EDAC2A;
}

.logged-box .user_tab:hover::after {
  content: '\2192';
  font-size: 15px;
  position: absolute;
  right: 0;
}

.salesorder_status_green {
  background-color: #EAF5EE;
  color: green;
  padding: 4px;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.salesorder_status_red {
  background-color: #FFF5F0;
  color: orange;
  padding: 4px;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.user span {
  color: #fff;
}

.sort {
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
}

.filter-options {
  scrollbar-width: thin;
  scrollbar-color: #EDAC2A rgba(#EDAC2A, 0.2);
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(#EDAC2A, 0.2);
}

::-webkit-scrollbar-thumb {
  background-color: #EDAC2A !important;
}

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

.item-Product-img {
  /* height: 300px; */
  width: 100%;
  height: auto;
}

.related-img {
  width: 204px;
  height: 204px;
}

/*My Code Ends*/

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
}

.social-media a {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  margin-right: 15px;
}

.social-media a:hover {
  color: #EDAC2A;
}

.btn-update {
  margin-top: 25px;
  border: 1px solid #EDAC2A !important;
  white-space: nowrap;
  color: white;
  background-color: #EDAC2A;
  padding: 11px 25px;
  width: 50%;
}

.btn-update:hover {
  background-color: #000000;
  color: white;
  border: 1px solid #000000 !important;
}

.address-card.address-card-box {
  border: 0;
}

.button {
  padding: 5px 12px;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

.titleBar {
  border-bottom: 1px solid #EDAC2A;
  padding: 24px 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.titleBar h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
}

.sortBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sortBy label {
  white-space: pre;
  margin: 0 10px 0 0;
}

.filterBar {
  position: -webkit-sticky;
  position: sticky;
  top: 18px;
  left: 0;
  padding-bottom: 30px;
}

.filterCusDisabled {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

.filterBar .filterActive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
}

.filterBar .filterActive .filterText {
  font-weight: 700;
  font-size: 16px;
}

.filterBar .filterActive button {
  font-size: 16px;
  font-weight: 700;
  color: #EDAC2A;
  background: none;
  border: 0;
  text-decoration: none !important;
  padding: 0;
  color: #D63A3A;
}

.filterBar .filterActive+.filterList {
  border-top: 1px solid #666;
}

.filterBar .filterList {
  position: relative;
  padding-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.filterBar .filterList .filterTitle {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0 15px;
}

.filterBar .filterList .form-check {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
}

.filterBar .filterList .moreNless {
  padding: 0 0 15px 15px;
}

.filterBar .filterList .moreNless button {
  font-size: 13px;
  font-weight: 700;
  color: #EDAC2A;
  background: none;
  border: 0;
}

.filterBar .filterList .colorFilter {
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin: 3px 5px 0 7px;
}

.filterBar>.filterList:first-child {
  border: 0;
}

.filterBar>.filterList:first-child::before {
  display: none;
}

.filterBar>.filterList:first-child .filterTitle {
  padding-top: 0;
}

.filterView [class^=col-] {
  margin-bottom: 30px;
}

.pro-details-list-col {
  border-bottom: 1px solid rgb(245, 245, 245);
  margin: 10px 0;
}

.variant-image {
  width: 45px;
  height: 45px;
}

.variant-image img {
  width: 45px;
  height: 45px;
}

.info-col {
  font-weight: 600;
  display: flex;
  align-items: center;
}

.info-price {
  font-weight: 600;
  display: flex;
  align-items: center;
}

.variant-info p {
  display: contents;
}

.cart-input-box {
  align-items: center;
}

.item-button {

  display: flex;
  align-items: center;
  justify-content: end;
}

.quantity-input {
  max-width: 40px;
  height: 30px;
  background-color: #D9D9D94D;
  font-size: 16px;
}

.quantity-left-minus {
  font-weight: 900;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  background: white;
  height: 30px;
  border-radius: 8px 0 0 8px;
  border: 1px solid rgb(230, 224, 224);
}

.quantity-right-plus {
  font-weight: 900;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  background: white;
  height: 30px;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgb(230, 224, 224);
}

.item-cart {
  display: flex;
  justify-content: end;
  padding-right: 70px;
}

.trash-svg {
  color: #EDAC2A;
  cursor: pointer;
}

.trash-svg:hover {
  color: #000000;
}

.profile {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 15px 24px;
}


.full-div {
  display: inline-flex;
  width: 100%;
  position: relative;
}

.img-div {
  width: 90px;
  height: 90px;
}

.none-div {
  width: 90px;
  height: 90px;
}

.pro-img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  margin-left: -10px;
  object-position: center;
}

.inner-div {
  padding-right: 90px;
  display: inline-flex;
}

.pro-txt p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.pro-main {
  justify-content: end;
  display: flex;
  margin-top: 24px;
}

.profile-col {
  width: calc(100% - 90px);
}

.edit-btn-pro {
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  background-color: #EDAC2A;
  color: #ffffff;
  right: 0;
  top: 15px;
  position: absolute;
  margin-right: 15px;
}

.head-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.head-num {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}

.head-email {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.profile-col .row {
  display: flex;
  align-items: center;
  width: 100%;
}

.profile-inpt p {
  margin: 0;
  padding: 16px;
}

.profile-col {
  border-top: 1px solid rgb(236, 231, 231);
  width: 100%;
}

.profile-inpt p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.stripe {
  min-height: 400px;
  padding-bottom: 50px;
  margin-top: 100px;
  margin-left: 250px;
}

.dropdown-items {
  position: absolute;
  z-index: 10;
  border: none;
  /* left: -30px;
  width: 30%; */
}

.edit-btn-pro:hover {
  background-color: #000000;
  color: #ffffff;
}

.item-cart-btn-1 {
  margin-right: 10px;
}

.main-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.search-box {
  position: relative;
  width: 600px;
  max-width: 100%;
}

.invoice-table {
  width: 100%; /* Table full width ho */
  border-collapse: separate;
  border-spacing: 0 10px; /* horizontal: 0, vertical: 10px */
  font-size: 14px !important;
}

.invoice-table th,
.invoice-table td {
  padding: 0.75rem; /* Bootstrap jaisa padding */
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  background-color: #fff;
}

.invoice-table * {
  font-size: 13px !important;
}

.order th {
  background: rgba(237, 172, 42, 0.32) !important;
  height: 50px !important;
}

.order th:first-child {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.order th:last-child {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.badge {
  padding: 0.4em 0.75em;
  border-radius: 10px;
  background-color: #fff5f0;
  color: orange;
  text-align: center !important;
}


@media (max-width: 992px) {

  /* .logo-box,
  .search-box,
  .cart-profile-box {
      display: block; 
      
  } */
  /* .main-header {
    display: none;
} */
  .responsive-table-wrapper {
    overflow-x: auto;
    /* -webkit-overflow-scrolling: touch; */
  }

}

@media (max-width: 768px) {
  
  .modal-body {
    width: 100% !important;
  }

  body,
  html {
    overflow-x: hidden;
  }

  #navbarSupportedContent {
    display: none;
  }

  #navbarSupportedContent.show {
    display: block;
  }
  .form-group .control-label {
    margin-top: 10px !important;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .search-box {
    width: 50%;
  }
}


@media (max-width: 450px) {
  .inner-div{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-div {
    width: 55px;
    height: 55px;
  }

  .pro-img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
  }
  

}

@media (max-width: 343px) {
  .inner-div {
    display: flex;
    align-items: center;
  }

  .pro-img img {
    width: 40px;
    width: 40px;
    object-fit: cover;
    object-position: center;
  }

  .head-name {
    text-wrap: nowrap;
  }

  .head-email {
    text-wrap: nowrap;
  }

  .head-num {
    text-wrap: nowrap;
  }

  .edit-btn-pro {
    padding: 5px 10px;
  }
  .btn, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    padding: 5px 12px !important;
    min-width:80px !important;
  }
}

@media (max-width: 992px) {
  #page-homepage .page-content-wrappers .page_content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #product-filters.collapse:not(.show) {
    display: block;
  }
  #product-filters .mb-5 {
    margin-bottom: 15px !important;
  }
  .breadcrumb li:first-child span, .breadcrumb li span span {
    margin-left: 0 !important;
  }
  .breadcrumb{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .homepage-container{
    padding: 0px 10px !important;
  }
  .page_content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .desktop-prodcut{
    display: none !important;
  }
  .mobile-prodcut-list {
    display: flex;
    margin: 15px 0;
    border-top: 1px solid #c7c7c738;
    padding-top: 15px;
  }

  .mobile-product-img {
    width: 80px;
    border: 1px solid #c7c7c7;
    padding: 5px;
    max-width: 80px;
    height: 80px;
    max-height: 120px;
    margin-right: 15px;
    display: flex;
  }

  .mobile-prodcut-list p {
    font-size: 12px;
  }

  .row-data {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .popUp-image,
  .popUp-name,
  .popUp-price,
  .popUp-login,
  .popUp-quantity {
    width: 100%;
    margin: 10px 0;
  }

}

@media (min-width: 992px) {
  .mobile-prodcut-list{
    display: none !important;
  }
}