:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.onlyMobile
{
	display:none;
}

.celwidget
{
    min-width:100% !important;
    max-width:100% !important;
}

.logo-img
{
  width:37%;
}

.object-contain
{
	-o-object-fit: contain;
    object-fit: contain;
}

.object-fill
{
	-o-object-fit: fill;
    object-fit: fill;
}

.modal-search-main
{
	height: 75px !important;
    background: #000 !important;
    padding: 10px;
    overflow: hidden !important;
	top:30% !important;
}

.small-screen-slider {
    display: none !important;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.swiper-slide .sub-img img
{
	width:80%;
}

.text-secondary2
{
   color:rgb(104 99 99);
}

.text-sub-display
{
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
	text-transform: unset;
}

.text-display
{
	font-size: 18px;
    font-weight: normal;
    line-height: 27px;
	text-transform: unset;
}

.product-item .asap-compare-btn:hover, .product-item .asap-add-wishlist-btn:hover, .product-item .asap-quick-view-btn-list:hover {
    background-color: var(--black);
    color: var(--white);
    cursor: pointer;
}

.product-item .asap-compare-btn:hover .tag-action, .product-item .asap-add-wishlist-btn:hover .tag-action, .product-item .asap-quick-view-btn-list:hover .tag-action {
    transform: translateX(0);
    opacity: 1;
    z-index: 1;
}

.product-item:hover.grid-type .product-main .product-infor .product-price-block 
{
	transform: unset;
}

.product-item:hover.grid-type .product-main .product-infor .product-name
{
	opacity: unset;
    visibility: unset;
}

.best-seller-item .asap-add-cart-btn
{
    width: 100%;
    font-size: 12px;
    padding: 5px;
    margin-top: 3px;
}

.choosen-product-cart , .choosen-product
{
	background:#000;
	color:#fff;
}

	
.product-list-container
{
  padding-top:18%;
}

.btn-danger
{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-custom-sm
{
	padding: 3px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.product-thumb
{
    border:1px solid #dddddd;
}

.bg-product-image
{
	/*background:#f5f5f5;*/
	background:#fff;
}

.bg-light-theme
{
	/*background:#f1f1f1;*/
	background:#f7f7f7;
}

.bg-\[\#09053a\]
{
	background-color:#09053a;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.cursor_pointer
{
	cursor:pointer;
}

.skin-concern-box
{
	position:relative;
}

.skin-concern-box h3
{
    position: absolute;
    bottom: 5%;
    width: 70%;
    margin: auto;
    background: #95858557;
    color: #000;
    padding: 2%;
    font-weight: 500;
    font-size: 25px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.award-item
{
	background:#fff;
	border:1px solid #ddd;
	height:48%;
	padding:10%;
	border-radius:5px;
}

.award-item img
{
	width: 100%;
    height: 100%;
}

.award-list h5
{
	text-align:center;
	padding: 8px;
}

.award-brand-name
{
	position: absolute;
    background: #393942;
    color: #fff;
    z-index: 9;
    bottom: 0;
    left: 0;
    font-size: 12px;
    padding: 1% 2%;
}

.brand-list-item
{
	background:#fff;
	border:1px solid #ddd;
	padding:10%;
	border-radius:5px;
}

.brand-list-item img
{
	width: 100%;
    height: 100%;
}

.list-pagination .pagination li {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #E9E9E9;
    transition: all ease 0.4s;
}

.list-pagination .pagination li:hover, .list-pagination .pagination li.active {
    background-color: #000;
    color: #fff;
}

.justify-content-center
{
	justify-content:center;
}

.out-of-stock
{
	background:#ddd !important;
}

.product-feature-text-title
{
	width:20%;
}

.product-detail-info
{
	margin:8% auto;
}

.product-detail-info .heading3
{
	margin:3% auto;
}

.product-detail-info img
{
	border-radius:20px;
}

.pro-detail-box ul , .pro-detail-box ol
{
    list-style:inherit;
    margin-left:5%;
}
.content-description
{
	margin:8% auto;
}

.content-description:first-child
{
	margin-top:0px;
}

.content-description .heading3
{
	margin:3% auto;
}

.content-description img
{
	border-radius:20px;
}

.content-description ul
{
	list-style:inherit;
	margin-left:1%;
}

.brand-content-desc ul
{
    margin-left:3%;
}

.swiper-list-features .item
{
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}

.list-features
{
	margin:5% 0;
}

.list-features .item::before
{
	background:rgb(0 0 0 / 4%);
	border-radius:10px;
}

.product-gallery
{
	border: 1px solid #ede7e79c;
    border-radius: 5px;
    padding: 10px;
}


.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 150px;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: .3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after{
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.emoji-wrapper:before {
  top: 0;
  /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);*/
}

.emoji-wrapper:after{
  bottom: 0;
  /*background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);*/
}

.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .3s;
}

.emoji > svg {
  margin: 15px 0; 
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

#rating-1:checked ~ .emoji-wrapper > .emoji { transform: translateY(-100px); }
#rating-2:checked ~ .emoji-wrapper > .emoji { transform: translateY(-200px); }
#rating-3:checked ~ .emoji-wrapper > .emoji { transform: translateY(-300px); }
#rating-4:checked ~ .emoji-wrapper > .emoji { transform: translateY(-400px); }
#rating-5:checked ~ .emoji-wrapper > .emoji { transform: translateY(-500px); }

.feedback {
  max-width: 100%;
  margin:auto;
  background-color: #fff;
  width: 100%;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  /*box-shadow: 0 4px 30px #fbf3f0;*/
}

.modal-cart-block .modal-cart-main, .modal-wishlist-block .modal-cart-main
{
	width:40%;
}

.modal-cart-block .modal-cart-main .list-product, .modal-wishlist-block .modal-cart-main .list-product
{
	max-height:calc(100% - 110px - 80px)
}

.enquire-form-box
{
	background:#fff;
	padding:5%;
	border-radius:5px;
}

.enquire-form-box .heading4
{
	line-height: 10px;
}

.login-form-box
{
	background:#fff;
	padding:5%;
	border-radius:5px;
}

.login-form-box .heading4
{
	line-height: 10px;
}

.colored-form-field input,.colored-form-field textarea
{
	background: #e4ebd5;
}

.cart-items-side
{
	position:relative;
}

.remove-cart-side
{
	position:absolute;
	top: 73%;
    right: 6%;
    font-size: 14px;
}

.address-box 
{
    background: #f7f7f7; /*#f1efed*/
    padding: 5%;
    margin-top: 3%;
    min-height: 180px;
	border-radius:5px;
}

.address-box p {
    margin-bottom: 1px;
    font-size: 14px;
}

.address-box p:not(:first-child) {
    padding-left: 7%;
}

.address-box input[type="radio"] {
    margin-top: 7px;
}

.address-box p:first-child label, .address-box p:first-child b {
    padding-left: 3%;
    font-weight: bold;
    margin-bottom: 0px;
}

.account-address-book .address-box p {
    padding-left: 0px !important;
	margin-bottom: 1%;
}

.account-address-book .address-box p:first-child label, .account-address-book .address-box p:first-child b {
    padding-left: 0px !important;
}

.order-row
{
    border-bottom:1px solid #ddd;
    padding:10px;
    background: #fff;
	margin: 0px;
}

.order-attribute 
{
    background: #e9e2e2;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}

.order-attribute span
{
    font-weight:500;
	color:#000;
}

.customer-account .my-profile
{
    padding: 24px;
    background: #f5f5f5;
    margin: 0 0 16px;
    border-radius: 8px;
}

.customer-account .my-profile h4
{
	font-weight: 600;
    font-size: 18px;
    margin-bottom: 3px;
}

.customer-account .my-profile p
{
	font-size:15px;
}

.benefit-item-distributor
{
	border: 1px solid #ccc;
    padding: 5%;
    min-height: 250px;
    border-radius: 10px;
}

.benefit-item-distributor .feature-title
{
	font-size:17px;
}

.benefit-item-distributor .icon img
{
	width:25%;
	margin:auto;
	margin-bottom:10px;
}

.distributor-register-step:before
{
    content: "";
    position: absolute;
    left: -0;
    right: -0;
    height: 100%;
    display: block;
	z-index:-1;
    background: url(../images/step-arrow.png) no-repeat center center;
}

.distributor-register-step .benefit-item-distributor
{
	border: 1px solid #ccc;
    padding: 4%;
    min-height: 170px;
    border-radius: 10px;
}

.state-distributor-list
{
	border: 1px solid #ccc;
    padding: 5%;
    min-height: 275px;
    border-radius: 10px;
}

.state-distributor-list .feature-title
{
	font-size:17px;
}

.state-distributor-list .icon img
{
	width:50%;
	margin:auto;
	margin-bottom:5px;
}

.upload-label
{
	border: 1px solid #ddd;
	background: #ddd;
	float: left;
	width: 15%;
	text-align: center;
	padding: 15px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.upload-file
{
	width: 85%;
	margin-left: 0%;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.custom-link
{
    padding-bottom: 15px;
    background: #f5f5f5;
    border-radius: 8px;
}

.custom-link .profile-menu-link li
{
	padding: 10px 20px;
    border-bottom: 1px solid #ececec;
}

.custom-link .profile-menu-link li:last-child
{
	border-bottom:0px;
	padding-bottom: 0px;
}

.custom-link .profile-menu-link li.active-sidebar
{
	background:#1F1F1F;
	color:#fff;
}

.list-tags
{
	height:400px;
	overflow-y:scroll;
}

.blog-description span , .blog-description p , .blog-description ul li , .blog-description ol li
{
    font-size: 13.5pt;
    line-height: 30px;
}

.blog-description img
{
    margin: auto;
    border-radius: 5px;
    height: 100% !important;
    width: 100% !important;
    max-width: 100%;
    padding: 3%;
}

.list-tags .tags
{
	padding: 2px 10px;
    font-size: 15px;
}


.benefit-item-brands
{
	border: 1px solid #ccc;
    padding: 5%;
    min-height: 250px;
    border-radius: 10px;
}

.benefit-item-brands .feature-title
{
	font-size:17px;
}

.benefit-item-brands .icon img
{
	width:90%;
	margin:auto;
	margin-bottom:10px;
}

.search-results
{
    position: absolute;
    background: #FFF;
    top: 100%;
    height: 300px;
    width: 100%;
    overflow-y: scroll;
    border: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ddd;
  left: 50%;
  top: 80%;
  position: absolute;
}

.chosen-container
{
   width: 100% !important;
}

.chosen-container-multi .chosen-choices
{
    min-height: calc(1.5em + 0.75rem + 2px) !important;
	height: 46px !important;
    border-radius: 0.5rem;
    border: 1px solid #e9e9e9 !important;
}

.track-order-progress .yet-to-come-status time::after
{
    background:#ddd;
}

.track-order-progress .yet-to-come-status span::before
{
    border-left:1px #ddd solid;
}

.track-order-progress .yet-to-come-status strong
{
    color: #ddd;
}

.track-order-progress span.last-stopage::before
{
	display:none;
}

.track-order-progress li { 
  display: flex; 
  color: #999;
}

.track-order-progress time { 
  position: relative;
  padding: 0 3%;
  width: 35%;
  font-size: 14px;
}

.track-order-progress time::after { 
   content: "";
   position: absolute;
   z-index: 2;
   right: 0;
   top: 0;
   transform: translateX(50%);
   border-radius: 50%;
   background: #9d1015;
   border: 1px #ccc solid;
   width: .8em;
   height: .8em;
}


.track-order-progress span {
  padding: 0 1.5em 1.5em 1.5em;
  position: relative;
  width: 65%;
  font-size: 15px;
}

.track-order-progress span::before {
   content: "";
   position: absolute;
   z-index: 1;
   left: 0;
   height: 100%;
   border-left: 1px #9d1015  solid;
}

.track-order-progress strong {
   display: block;
   font-weight: bolder;
   color: #9d1015;
}

.track-order-progress { width: 100%; }
.track-order-progress, 
.track-order-progress *::before, 
.track-order-progress *::after { box-sizing: border-box; font-family: arial; }

.custom-scroller::-webkit-scrollbar , .custom-overflow-scroll::-webkit-scrollbar 
{ 
    width: 8px; 
} 
  
.custom-scroller::-webkit-scrollbar-track  , .custom-overflow-scroll::-webkit-scrollbar-track 
{ 
    background: #f1f1f1; 
} 
  
.custom-scroller::-webkit-scrollbar-thumb , .custom-overflow-scroll::-webkit-scrollbar-thumb 
{ 
    background: #999; 
} 
  
.custom-scroller::-webkit-scrollbar-thumb:hover  , .custom-overflow-scroll::-webkit-scrollbar-thumb:hover 
{ 
    background: #555; 
} 
  
.custom-scroller::-webkit-scrollbar-button , .custom-overflow-scroll::-webkit-scrollbar-button
{ 
    display: none; 
}


/* menu-mobile */
#pro-sidebar-filter-mobile {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 0;
  background-color: var(--white);
  z-index: 102;
  transition: all ease 0.5s;
}
#pro-sidebar-filter-mobile .heading,
#pro-sidebar-filter-mobile .form-search {
  transition: all ease 0.4s;
  opacity: 0;
}
#pro-sidebar-filter-mobile .list-nav > ul > li {
  transition: all ease 0.4s;
  opacity: 0;
}
#pro-sidebar-filter-mobile .list-nav .view-all-btn {
  display: inline-block;
  padding-bottom: 6px;
}
#pro-sidebar-filter-mobile.open {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  width: 100%;
  z-index: 9999;
}
#pro-sidebar-filter-mobile.open .heading,
#pro-sidebar-filter-mobile.open .form-search {
  opacity: 1;
  transition-delay: 0.5s;
}
#pro-sidebar-filter-mobile.open .list-nav > ul {
  position: relative;
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li {
  opacity: 1;
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li:nth-child(1) {
  transition-delay: 0.6s;
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li:nth-child(2) {
  transition-delay: 0.7s;
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li:nth-child(3) {
  transition-delay: 0.8s;
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li:nth-child(4) {
  transition-delay: 0.9s;
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li:nth-child(5) {
  transition-delay: 1s;
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li:nth-child(6) {
  transition-delay: 1.1s;
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li .sub-nav-mobile {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  transition: all ease 0.3s;
  z-index: 10;
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li .sub-nav-mobile .list-nav-item {
  overflow-x: hidden;
  height: max-content;
  max-height: calc(100vh - 120px);
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li .sub-nav-mobile .back-btn {
  width: fit-content;
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li .sub-nav-mobile li {
  padding: 6px 0;
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li .sub-nav-mobile li a {
  padding: 6px 0;
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li .sub-nav-mobile li .link {
  text-transform: capitalize;
}
#pro-sidebar-filter-mobile.open .list-nav > ul > li.open .sub-nav-mobile {
  left: 0;
}

/*********** Menu Popup Css Starts *************/

.menuModal .modal-dialog
{
	left:-30%;
}

.modal-menu-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}

.modal-menu-block:has(.modal-menu-main.open) {
  opacity: 1;
  visibility: visible;
}

.modal-menu-main
{
	min-width: 30%;
    max-width: 35%;	
}


.modal-submenu-block {
  position: fixed;
  top: 0;
  left: 32%;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}

.modal-submenu-block:has(.modal-submenu-main.open) {
  opacity: 1;
  visibility: visible;
}

.modal-submenu-main
{
	min-width: 35%;
    max-width: 45%;
	padding-left:0px;
}

.close-menu-modal , .close-submenu-modal
{
    position: relative;
    left: 80%;
	top:-4%;
    cursor: pointer;
}

.close-menu-modal svg , .close-submenu-modal svg
{
	border: 1px solid #ccc;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #a4a4a4;
}

.menu-popup-list
{
    background: #fff;
    padding: 10% 0%;
	height: 100vh;
	overflow-y: scroll;
}

.menu-list li
{
	padding:4% 4% 2% 8%;
	/*border-bottom:1px solid #ccc;*/
	font-size:1.425rem;
	
}

.menu-list li a
{
	display:flex;
}

.menu-list li a span
{
	flex:3
}

.menu-list li a svg
{
	flex:1;
}

.menu-data-list
{
  padding: 5%;
}

.menu-data-list .menu-box
{
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}

.menu-data-list .menu-box figure img
{
	width: 120px !important;
    object-fit: cover;
    height: 120px !important;
	border-radius: 10px;
}

.menu-data-list .menu-box h5
{
	color: #787878;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.2px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
	margin-top:13px;
}

.all-main-menu
{
	display:none;
}

/***********  Menu Popup Css Ends *************/

/******** Custom Popup Css Starts ***********/

.modal-enquire-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}

.modal-enquire-block:has(.modal-enquire-main.open) {
  opacity: 1;
  visibility: visible;
}

.modal-enquire-main
{
	min-width: 30%;
    max-width: 35%;
	padding-top:5%;
	margin:auto;
}

.close-enquire-modal
{
    position: relative;
    left: 92%;
	top:-20px;
    cursor: pointer;
}

.close-enquire-modal svg
{
	border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: #000;
    background: #fff;
}

.modal-thankyou-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}

.modal-thankyou-block:has(.modal-thankyou-main.open) {
  opacity: 1;
  visibility: visible;
}

.modal-thankyou-main
{
	min-width: 30%;
    max-width: 35%;
	padding-top:5%;
	margin:auto;
}


.modal-login-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}

.modal-login-block:has(.modal-login-main.open) {
  opacity: 1;
  visibility: visible;
}

.modal-login-main
{
	min-width: 30%;
    max-width: 35%;
	padding-top:5%;
	margin:auto;
}

.close-login-modal
{
    position: relative;
    left: 92%;
	top:-20px;
    cursor: pointer;
}

.close-login-modal svg
{
	border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: #000;
    background: #fff;
}


.modal-coupon-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}

.modal-coupon-block:has(.modal-coupon-main.open) {
  opacity: 1;
  visibility: visible;
}

.modal-coupon-main
{
	min-width: 30%;
    max-width: 65%;
	padding-top:5%;
	margin:auto;
}

.close-coupon-modal
{
    position: relative;
    left: 92%;
	top:-20px;
    cursor: pointer;
}

.close-coupon-modal svg
{
	border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: #000;
    background: #fff;
}


.modal-product-review-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}

.modal-product-review-block:has(.modal-product-review-main.open) {
  opacity: 1;
  visibility: visible;
}

.modal-product-review-main
{
	min-width: 30%;
    max-width: 35%;
	padding-top:5%;
	margin:auto;
}

.close-product-review-modal
{
    position: relative;
    left: 92%;
	top:-20px;
    cursor: pointer;
}

.close-product-review-modal svg
{
	border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: #000;
    background: #fff;
}

.modal-distributor-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}

.modal-distributor-block:has(.modal-distributor-main.open) {
  opacity: 1;
  visibility: visible;
}

.modal-distributor-main
{
	min-width: 30%;
    max-width: 65%;
	padding-top:5%;
	margin:auto;
}

.close-distributor-modal
{
    position: relative;
    left: 92%;
	top:-20px;
    cursor: pointer;
}

.close-distributor-modal svg
{
	border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: #000;
    background: #fff;
}

.modal-cancelstockrequest-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}

.modal-cancelstockrequest-block:has(.modal-cancelstockrequest-main.open) {
  opacity: 1;
  visibility: visible;
}

.modal-cancelstockrequest-main
{
	min-width: 30%;
    max-width: 50%;
	padding-top:5%;
	margin:auto;
}

.close-cancelstockrequest-modal
{
    position: relative;
    left: 92%;
	top:-20px;
    cursor: pointer;
}

.close-cancelstockrequest-modal svg
{
	border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: #000;
    background: #fff;
}

.modal-gallerypopup-main .enquire-form-box
{
	padding:1%;
}

.modal-gallerypopup-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}

.modal-gallerypopup-block:has(.modal-gallerypopup-main.open) {
  opacity: 1;
  visibility: visible;
}

.modal-gallerypopup-main
{
	min-width: 40%;
    max-width: 50%;
	padding-top:1%;
	margin:auto;
}

.close-gallerypopup-modal
{
    position: relative;
    left: 95%;
	top:-3px;
    cursor: pointer;
}

.close-gallerypopup-modal svg
{
	border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: #000;
    background: #fff;
}

/******** Custom Popup Css Ends ***********/


/********* Modal CSS Starts ***********/

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(
    var(--bs-border-radius-lg) - (var(--bs-border-width))
  );
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid
    var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y))
    calc(-0.5 * var(--bs-modal-header-padding-x))
    calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid
    var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/********* Modal CSS Ends ***********/


/********* Padding & Margin CSS Starts ***********/

.p-0
{
    padding:0px !important;
}

.pt-0
{
	padding-top:0px !important;
}

.pb-0
{
	padding-bottom:0px !important;
}

.pt-20
{
	padding-top:20px !important;
}

.pb-20
{
	padding-bottom:20px !important;
}

.pt-20
{
	padding-top:20px !important;
}

.pb-20
{
	padding-bottom:20px !important;
}

.pt-40
{
	padding-top:40px !important;
}

.pb-40
{
	padding-bottom:40px !important;
}

.m-auto
{
	margin:auto !important;
}

.mt-0
{
	margin-top:0px !important;
}

.mb-0
{
	margin-bottom:0px !important;
}

.mt-5
{
	margin-top:5px !important;
}

.mb-5
{
	margin-bottom:5px !important;
}

.mt-20
{
	margin-top:20px !important;
}

.mb-20
{
	margin-bottom:20px !important;
}
.mt-30
{
	margin-top:30px !important;
}

.mb-30
{
	margin-bottom:30px !important;
}

.mt-40
{
	margin-top:40px !important;
}

.mb-40
{
	margin-bottom:40px !important;
}

.ml-1per
{
	margin-left:1% !important;
}

/********* Padding & Margin CSS Ends ***********/


/* small devices i.e device smaller than desktop (phones, 992px and down) */
@media only screen and (max-width: 992px) {
	
	.onlyMobile
	{
		display:block !important;
	}

	.logo-img
	{
	  width:30%;
	}

    .large-screen-slider {
        display: none !important;
    }

    .small-screen-slider {
        display: block !important;
    }

    .product-list-container
	{
		padding-top:60%;
	}

    .modal-menu-main
	{
		min-width:100%;
		max-width:100%;
	}
	
	.modal-submenu-block
	{
		left:0;
	}

    .modal-submenu-main
	{
		min-width:100%;
		max-width:100%;
	}	
	
	.text-sub-display
	{
	    font-size: 30px;
        font-weight: 500;
        line-height: 30px;
	}
	.text-display
	{
		font-size: 15px;
		font-weight: normal;
		line-height: 20px;
	}
	
	.modal-enquire-main
	{
		min-width: 70%;
        max-width: 80%;
	}
	
	.modal-cart-main
	{
	    width: 95% !important;
        left: 0px !important;
        right: 0px !important;
        margin: auto !important;
   }
   
   .modal-login-main
   {
	    min-width: 70%;
        max-width: 80%;
		padding-top:30%;
   }
   
   .hideMobile
   {
	   display:none !important;
   }
   
   .distributor-register-step
   {
	   gap:30px;
   }
   
   .distributor-register-step:before
   {
	   display:none;
   }
  
   .upload-label
   {
	   width:35%;
   }
   
   .upload-file
   {
	   width:65%;
   }
   
   .menu-data-list .menu-box figure img
   {
       width:100% !important;
       height:100% !important;
   }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 430px) {
	
    .product-list-container
	{
		padding-top:70%;
	}	
	
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .product-list-container
	{
		padding-top:80%;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1024px) {
    .product-list-container
	{
		padding-top:18%;
	}
}

/* Extra Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1921px) {
    .product-list-container
	{
		padding-top:20%;
	}
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}


@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
}
