.header-bar-text {
	font-size: 12px;
	height: 28px;
}

.is-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-base-menu {
	font-size: 12px;
}


.rupee-margin {
	margin-left: -8px;
}

.rupee-margin-strike {
	margin-left: -6px;
}

.discount-per-color {
	color: #CC0C39;
}

.sp-font-block {
	font-size: 20px;
}

.sp-font-detail {
	font-size: 30px;
}

.rupee-symbol-detail {
    position: relative;
    top: -0.4em;
    font-size: 1.1rem;
}

.rupee-symbol-detail-strike {
    position: relative;
    top: -0.4em;
    font-size: 1.1rem;
}

.rupee-symbol-block {
    position: relative;
    top: -4px;
    font-size: 0.8rem;
} 

.rupee-symbol-block-strike {
    position: relative;
    top: -2px;
    font-size: 0.8rem;
} 

.home-icon-font-size {
	font-size: 80px;
}

.highlighter-text {
	color: #21313c;
}

.header-notification {
	display: none;     
	width: 100px;     
	height: 25px;     
	background-color: #000; 
	position: absolute;
}

.horizontal-scroll {
	overflow-x: auto;
    white-space: nowrap;
}

::-webkit-scrollbar{
    height: 6px;
    width: 6px;
    background: white;
}
::-webkit-scrollbar-thumb:horizontal{
    background: #000;
    border-radius: 10px;
}

.cursor {
	cursor: pointer;
}

.strike-through {
  text-decoration: line-through;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 5px !important;
}

.breadcrumb-item + .breadcrumb-item:before {
    padding-right: 5px !important;
}

.fs-100 {
	font-size: 100px;
}

@media (min-width: 320px) {
  	.sp-font-block {
		font-size: 16px;
	}
}

.is-invalid {
  border-color: red;
}

.menu-icon-size {
	font-size: 20px;
}

.menu-text-size {
	font-size: 12px;
    font-weight: bold;
}


/* Mobile devices (portrait mode) */
@media only screen and (max-width: 480px) {
    .product-detail-main-image {
		height:338px;
		width: 100%;
	}

	.product-name {
		font-size: 18px;
	}
}

/* Small tablets and large mobile devices (landscape mode) */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .product-detail-main-image {
		height:338px;
		width: 100%;
	}

	.product-name {
		font-size: 18px;
	}
}

/* Tablets and small desktops */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .product-detail-main-image {
		height:538px;
		width: 100%;
	}
}

/* Desktops and laptops */
@media only screen and (min-width: 1025px) {
    .product-detail-main-image {
		height:538px;
		width: 100%;
	}
}

#myAccount {
	width: 75%;
}

.fixed-position {
	position: fixed;
	top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 1000; /* Ensure it stays above other content */
}

/* Override default Bootstrap btn-primary styles */
.btn-add-to-cart {
  background-color: #ff5722 !important; /* Bright orange color */
  color: #fff !important; /* White text */
  border: none !important; /* Remove border */
  font-weight: bold !important; /* Make text bold */
  padding: 10px 20px !important; /* Adjust padding */
  border-radius: 5px !important; /* Rounded corners */
  transition: background-color 0.3s ease !important; /* Smooth transition for hover effect */
}

.btn-add-to-cart:hover {
  background-color: #e64a19 !important; /* Slightly darker shade on hover */
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    width: 100%;
    display: block;
    padding: 5px 5px 5px 10px;
}

.ui-autocomplete .ui-autocomplete-category {
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}