.responsive-img {
    height: 300px !important;
    width: 100% !important;
    object-fit: contain;
}

.responsive-list-img {
    height: 240px !important;
    width: 100% !important;
    object-fit: contain;
}

.responsive-list-video {
    border-radius: 10px;
    transition: .5s ease-in-out;
    width: 100%;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.vid-thumb{
    width: 100%;
    height: 400px;
}

.product_details .form-check {
    min-height: 1.5rem;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.product-section .product-packege .select-packege {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(5px + (13 - 5) * ((100vw - 320px) / (1920 - 320)));
}
.product_s {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.product_details .form-check {
    min-height: 1.5rem;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.product-package .select-package .form-check-input {
    display: none;
}
.product-package  .form-check-input:checked {
    background-color: #ffa006;
    border-color: #ffa006;
}
.product_details .form-check-input:checked~.form-check-label {
    border: 1px solid #0b1320!important;
    background: #ff7500;
    display: flex;
    flex-direction: column;
}
.product_details .form-check-label {
    margin-bottom: 0px;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 7px; 
    cursor: pointer;
}
.s-price {
    font-size: 10px;
    padding: 0px 10px !important;
    padding-top: 2px !important;
}
.product-package .select-package .form-check-input:checked~.form-check-label span {
    color: #fff;
    background: none;
}

.contact-element {
    border-radius: 25px;
    padding: 8px 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid #E6E6E6;
    font-weight: 400;
    color: #777777;
    cursor: pointer;
}

.contact-element:hover {
    color: #777777;
}

.contact-box {
    flex-wrap: wrap;
}

#show-more-content {
    overflow: hidden;
    height: 40px;
    transition: height 0.6s ease;
}

.relative-display {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.custom-a {
    padding: 0px 10px;
}

.custom-arrows button i {
    transform: rotate(90deg);
}

.custom-arrows button {
border: none;
    color: white;
    margin: 0px;
    padding: 5px 0px;
    background: rgb(249 176 99);
    transition: background 0.3s ease;
    width: 100%;
    border-radius: 2px;
}

.custom-arrows button:hover {
    background: rgba(0, 0, 0, 0.6);
}



.active-group-image {
    filter: brightness(0.55);
    padding: 3px;
    border-radius: 0.25rem;
    border: 1px solid black;
}

.custom-group-image {
    padding: 3px;
    border-radius: 0.25rem;
}

.custom-group-image:hover {
    border: 1px solid black;
}
.color_check {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '';
    border: 1px solid #EAEAEA;
    height: 26px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 26px;
    border-radius: 50%;
}
.color_check i {
    font-size: 13px;
    color: #fff;
    opacity: 0.9;
}

.acolor_name {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-size: 75%;
}
.avl-colors .avl-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}


 .preloader-wrapper, .preloader-message {
        align-items: center;
        display: flex;
        justify-content: center;
        height: 100%;
        top: 0;
        width: 100%;
        position: fixed;
        background-color: rgba(0,0,0,.5);
        z-index: 9999;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .preloader-wrapper .multichannel-preloader-box, .preloader-message .multichannel-preloader-box {
        background: url(../../assets/images/preloader.gif) 8px center no-repeat #000;
        border-radius: 4px;
        min-height: 50px;
        max-width: 650px;
        background-size: 35px auto;
        padding-left: 45px;
        padding-top: 15px!important;
        padding-bottom: 15px!important;
        padding-right: 10px!important;
    }
.ng-binding {
    padding-left: 5px!important;
    padding-right: 5px!important;
    font-weight: 500!important;
    font-size: 14px;
}
    
 .category-dropdown {
	opacity: 1;
	visibility: visible;
	top: 63px
}

.modal {
    background: rgba(4, 30, 66, 0.5);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.theme-modal .modal-dialog .modal-content .modal-header .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ff7500;
    opacity: 1;
    background-image: none;
    border-radius: 4px;
    font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    margin: 0;
    padding: 8px;
    z-index: 1;
}
.deal-modal .modal-dialog .modal-content .modal-header p {
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 16px;
    margin-top: 5px !important;
}


.theme-modal .modal-dialog .modal-content .modal-header .btn-close {
	right: 0px;
	top: 0px;
	padding: 7px;
	border-radius: 0px;
	border-bottom-left-radius: 15px;
}
.theme-modal .modal-dialog .modal-content .modal-header .btn-close i {
    position: absolute;
    top: 5px;
    right: 10px;
}


.theme-modal .modal-dialog .modal-content .modal-header .modal-title {
	font-size: 17px;
    text-transform: capitalize;
}

.theme-modal .modal-dialog .modal-content .container {
	padding-left: 0px;
	padding-right: 0px;
}

.btn-animation {
    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;
    overflow: hidden;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background: #ff6b6b;
    background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff6b6b),
    to(#ff4f4f)
  );
    background: linear-gradient(90deg, #f78a2e 0%, #0b1320100%);
    border: none;
    z-index: 0;
}

.btn-animation i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background: #ff4f4f;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4f4f),
    to(#ff6b6b)
  );
  background: linear-gradient(90deg, #fecb28 0%, #fecb28 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-animation:hover {
  color: #fff;
}
.btn-animation:hover i {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.btn-animation:hover::after {
  top: 0;
  height: 100%;
}
.toastr .toastr-title,.toastr .toastr-text {
    color: #fff;
}

.navbar-scrolltofixed.active{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
}


.product-section .right-box-contain .price-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    flex-direction: column;
}
.product-section .right-box-contain .price-rating .price {
    color: #ff7500;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2rem;
}


.product-section .right-box-contain .price-rating .strikethrough {
    text-decoration: line-through;
    font-size: 0.875rem;
    font-weight: 400;
    opacity: 0.7;
    color: #626974;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2rem;
}

.discountp {
    font-size: 1.5rem;
    line-height: 1rem;
    color: #f9b063;
}
.inclusive {
    color: #666666;
    font-size: .85rem;
    line-height: 1rem;
}

.product-rating-container {
    margin-top: 5px;
    display: flex;
    padding-right: 10px;
}
.rating-wrapper {
    position: relative;
}

.rating-display {
    line-height: normal;
    display: flex;
    color: #fff;
    padding: 2px 4px 2px 6px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    vertical-align: middle;
    background-color: #388e3c;
    align-items: center;
    gap: 0.2rem;
}
.rating-display i {
    font-size: 9px;
}
.product-rating-container .rating-count {
    padding-left: 5px;
    font-weight: 600;
    color: #878787;
}

.share-option {
    display: inline-flex;
    align-items: center;
    color: #1b1b1b;
    margin: 15px 0;
    font-weight: 500;
    border: 1px solid;
    border-color: #eaebed;
    padding: 11px 25px;
    border-radius: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    gap: 1rem;
}

.product-section .left-box-contain{
    position: sticky;
    top: 10rem;
}
/*Cart Start*/
.hsidebar-content .log_fav_cart_widget {
    padding: 0;
}
.cart-hidden-sbar {
	box-shadow: -8px 0 16px #00000012;
	border-radius: 15px;
	width: 485px;
}

.cart-hidden-sbar .hsidebar-header {
	padding: 0px 20px;
}

.cart-hidden-sbar .hsidebar-header .title {
	font-size: 18px;
}


.cart-hidden-sbar .hsidebar-header .sidebar-close-icon {
    background-color: #fff;
    font-size: 12px;
    top: 10px;
    height: 26px;
    line-height: 25px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 25px;
}

.custom-drawer__footer {
	margin-top: auto;
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 1.2rem 1.4rem;
	box-shadow: 1px -4px 10px #00000012;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	z-index: 5;
	background-color: #fff;
	max-width: -webkit-fill-available;
	padding-bottom: 1px;
}

.savings {
    color: #fff;
    padding: 3px 12px;
    border-radius: 20px;
    background: #4CAF50;
    font-size: 13px;
    float: right;
    letter-spacing: 0.5px;
    font-weight: 500;
    position: absolute;
    top: -15px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 80%;
    text-align: center;
    z-index: 1;
}

.savings span {
	font-weight: 600;
}

.oderDetail_text {
	font-size: 16px;
	line-height: 23px;
	color: #221f20;
	font-weight: 600;
	margin-bottom: 0px;
	text-align: left;
}

.cusotm_totals {
	align-items: center;
	display: flex;
	margin-bottom: 0px;
	margin-top: 0px;
	align-content: center;
	justify-content: space-between;
}

.totals__subtotal {
	font-size: 15px !important;
	line-height: 20px !important;
	color: #221f20;
	font-weight: 400;
	letter-spacing: 0.7px;
	margin-bottom: 4px;
}

.totals__subtotal-value {
	font-size: 16px !important;
	line-height: 20px !important;
	color: #221f20;
	font-weight: 600;
	margin-bottom: 2px;
}

.text-strikethrough4 {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	font-weight: 450;
	text-decoration-line: line-through;
	color: rgb(95 99 109);
	margin-bottom: 0px;
	padding-right: 4px;
}

.custom-cart__ctas {
	border: 0px solid #221f204d;
	align-items: center;
	border-radius: 10px;
	justify-content: space-between;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
}

.cart-drawer-checkout-container {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

#cart-drawer-checkout {
	margin-top: 0rem;
	background: linear-gradient(146deg, #1d4061 -33.36%, #0b1320 139.52%);
	display: flex;
	background-color: #0000;
	border: none;
	border-radius: 10px;
	min-height: 46px;
	outline: none;
	padding: 9px 16px;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	width: 100%;
	opacity: 1;
	cursor: pointer;
}

#cart-drawer-checkout .checkoutbtn-text {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
}

.upi-icons {
	height: 22px;
	margin-left: 10px;
	position: relative;
	top: -1px;
}

#cart-drawer-checkout i {
	margin-left: 8px;
	position: relative;
	top: -1px;
}

.purchase_cart_text {
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1px;
	color: #6bbd7c;
}

.shop-sidebar-cart {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 190px);
	padding-bottom: 14rem;
}

.sidebar-cart-list {
	padding: 0rem 1rem 0rem 1rem;
}

.sidebar-cart-list li {
	position: relative;
	display: flex !important;
	gap: 0 !important;
	flex-direction: column;
	border: 1px solid #221f201a;
	box-shadow: 0 0 8px #221f2014;
	border-radius: 12px;
	padding: 7px;
	margin-bottom: 12px !important;
}
.cart-widget {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.cart-widget .dz-media {
    width: 110px;
    min-width: 100px;
    height: fit-content;
    margin-right: 10px;
    background: #f6f6f6;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.dz-media img,
.dz-post-media img {
	background: #f6f6f6;
}

.dz-media img,
.dz-media img, .dz-post-media img {
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;
    background-color: transparent;
    aspect-ratio: 1 / 1;
}

.cart-widget .cart-content {
	margin-right: 20px;
	flex: 1;
}

.cart-widget .cart-content .title, .cart-widget .cart-content .dz-price {
    font-weight: 500;
    color:#000;
    font-size: .900rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-transform: capitalize;
}

.cart-produuct-size {
	margin: 13px 0;
	position: relative;
	width: fit-content;
}

.product-widget {
	text-align: right;
}

.cart-widget .cart-content .title,
.cart-widget .cart-content .dz-price {
	font-weight: 500;
	color: var(--title);
	font-family: var(--font-family-title);
}

.cusotm-final-price {
	font-size: 17px !important;
	line-height: 25px !important;
	color: #221f20;
	font-weight: 600 !important;
	letter-spacing: 0px;
}

.text-strikethrough3 {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	font-weight: 450;
	text-decoration-line: line-through;
	color: rgb(95 99 109);
	margin-bottom: 0px;
	margin-left: 5px;
}

green {
	color: #37812b;
	margin-left: 8px;
	font-size: 13px;
}

.sidebar-cart-list li .dz-close {
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #dadada;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
    font-size: 0.45rem;
}

.sidebar-cart-list li .dz-close i {
	font-size: 0.80rem;
}


/**/

.dz-tabs .nav-tabs.center {
	position: sticky;
	top: 0px;
	z-index: 10;
	background: #fff;
    display: flex;
}

.dz-tabs .nav-tabs.center {
	justify-content: center;
}

.dz-tabs .nav-tabs {
	border: 0;
	border-bottom: 1px solid #d7d7d7;
}

.dz-tabs .nav-tabs .nav-link.active {
	border-color: #ff7500;
	color: #000;
}

.dz-tabs .nav-tabs .nav-link {
	width: 100%;
	padding: 10px 20px;
	text-align: start;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	color: #000;
	box-shadow: unset;
}

.dz-tabs .nav-tabs .nav-link .badge {
	color: #000;
	padding: 0 2px;
	border-radius: 20px;
	margin-left: 5px;
	width: 24px;
	height: 24px;
	line-height: 25px;
}

.badge.badge-light {
	background-color: #F6F6F6;
}

.dz-tabs .nav-tabs .nav-link.active .badge {
	background: #ff7500;
	color: #fff;
}

.sidebar-cart-list .quantity-block {
    border: 1px solid #eaeaea;
    border-radius: 60px;
    vertical-align: middle;
    width: 130px;
}




.wishlist-atc {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 16px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(146deg, #0b1320 -33.36%, #0b1320139.52%);
    border: none;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.cart-hidden-sidebar-content {
    overflow: hidden;
    padding-right: 0px;
}
/*Cart Ends*/



/*Checkout Starts*/
.custom-control.style-1 {
    position: relative;
    margin-bottom: 15px;
}
.custom-control.style-1 .custom-checkbox {
    display: flex;
    gap: 10px;
    border: 1px solid #c8c8c8;
    padding: 20px 40px 19px 20px;
    border-radius: 6px;
    transition: 0.4s;
    flex-direction: column;
    min-height: 200px;
    justify-content: space-between;
}
.c-checkbox {
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
}
.custom-control.style-1 .custom-checkbox .title {
    font-size: 16px;
    color: #ff7500;
    font-weight: 500;
    display: block;
}
.custom-control.style-1 .form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ff7500'/%3e%3c/svg%3e");
	background-color: #fff;
	border: 1px solid #ff7500;
}
.custom-control.style-1 .form-check-input {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 30px;
    right: 20px;
    transform: translate(0px, -50%);
    margin: 0;
    transition: 0.4s;
}
.custom-control.style-1 .form-check-input:checked+label {
    border: 1px solid #ff7500;
    background: #fff;
}

.c-checkbox {
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
}
.c-checkbox.title {
    color: #0b1320!important;
}
.css-18llukb {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 0px;
    margin-bottom: 14px;
    border-style: solid;
    border-width: 0px;
}
.css-1xhj18k {
	display: flex;
	flex-direction: row;
}
.css-im67yn {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: rgba(0, 19, 37, 0.92);
    margin: 0px;
    -webkit-font-smoothing: antialiased;
}
.css-1iuj5ih {
    padding-left: 8px;
}
.css-10bpbqz {
    padding: 4px 8px;
    border-radius: 36px;
    box-sizing: border-box;
    background-color: hsl(28deg 100% 50% / 25%);
    font-size: 9px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.9px;
}
.css-z7c4tp {
    width: max-content;
    color: #ff7500;
    font-size: 10px;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: 1px;
}
.css-1xvf4nn {
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 60px;
}
.css-18fz4g9 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(0, 19, 37, 0.64);
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
}
.css-106zhkc {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: rgba(0, 19, 37, 0.64);
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
}
.css-156yjo9 {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
}
.css-1mc7kxs {
    display: flex;
    flex-direction: column;
    padding-right: 12px;
}
.css-1mc7kxs button {
    padding: 8px 21px;
}
.css-i02ocg {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 12px;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.1px;
    border-color: rgba(111, 121, 129, 0.36);
    background-color: rgb(255, 255, 255);
    color: rgba(0, 19, 37, 0.64);
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.style_desktopCart__47eVp {
	margin-bottom: 32px;
}
.style_desktopCart__47eVp {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}
    .AutoApplyAutoDisplay_wrapper__WXnp1 {
        margin: 0 0 16px;
        position: relative;
        top: 0;
		padding: 0px;
    }
	.AutoApplyAutoDisplay_container__6P3va {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		padding: 8px 12px;
		grid-gap: 8px;
		width: 100%;
		border: 1px solid #bfeddd;
		border-radius: 8px;
		background: linear-gradient(90.19deg, #fdfdf3 3.48%, #c8d3ca 103.06%);
	}
	.AutoApplyAutoDisplay_container__6P3va {
        padding: 12px 16px;
        grid-gap: 16px;
    }
	.AutoApplyAutoDisplay_autoDisplayPromotionContainer__t7cR4 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		font-weight: 500;
		font-size: 13px;
		line-height: 18px;
		letter-spacing: 0px;
		color: #333;
	}
	.AutoApplyAutoDisplay_autoDisplayPromotionNote__7LzD1 {
		font-weight: 500;
		margin-left: 5px;
	}
	.AutoApplyAutoDisplay_autoDisplayPromotionCouponStripMessage__mfGtz {
		margin-left: 0;
	}
	.style_desktopCart__47eVp .style_lhs__OwuDj, .style_desktopCart__47eVp .style_rhsContent__4xaMp {
		border: 1px solid #e6ebf4;
		border-radius: 12px;
	}
	    .BillSummarySection_billSummaryWrapper__pj6Yn {
        margin-top: 40px;
        margin-bottom: 32px;
    }
	.BillSummarySection_billSummaryWrapper__pj6Yn {
		border-top: 8px solid #edf2f9;
		border-bottom: 8px solid #edf2f9;
		margin: 24px 0;
	}
	.BillSummarySection_billSummaryContainer__V_Vyw {
		background-color: #edf2f9;
		position: relative;
	}
	.BillSummarySection_ellipseTop__cJe0e {
		position: absolute;
		background-image: url(https://assets.pharmeasy.in/web-assets/images/ellipseWhite.svg);
		width: 100%;
		background-repeat: repeat-x;
		background-position: 0;
		background-size: 12px;
		height: 12px;
		background-size: 20px 50%;
		margin-top: -3px;
	}
	.BillSummarySection_ellipseNoWallet__nU29I {
		margin-top: -11px;
	}
	.BillSummarySection_savingsCartPadding__ZqTNN {
		padding-bottom: 56px;
	}
	.BillSummarySection_commBifurcationWrapper__9g5BA {
        padding: 32px 24px;
    }
	.CommonBifurcation_wrapper__U9IoI {
		position: relative;
		margin-bottom: 22px;
	}
	.CommonBifurcation_billSummaryCard__1Kfnn {
		border: 1px solid #dce4f1;
		border-radius: 8px;
		padding: 16px;
		background-color: #fff;
		position: relative;
		z-index: 0;
	}
	.CommonBifurcation_billSummaryTitle__5Qk3P {
		color: #30363c;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		padding-bottom: 4px;
		display: flex;
		align-items: center;
		align-content: center;
	}
	.CommonBifurcation_billSummaryTitle__5Qk3P svg{
		margin-right:7px;
	}
	.BifurcationV2_bifurcationContainer__ETUgQ {
		border-bottom: 1px solid #dce4f1;
		padding-top: 12px;
	}
	.BifurcationV2_bifurcateRow__FxXQ1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 8px;
	}
	.BifurcationV2_billSummaryText__sAh65 {
		color: #6e787e;
		font-size: 12px;
		font-weight: 400;
		line-height: 20px;
	}
	.BifurcationV2_billSummaryFinalValue__nT4Gj {
		color: #30363c;
		text-align: right;
		font-size: 14px;
		font-weight: 500;
		line-height: 24px;
	}
	.BifurcationV2_underlineText__jKzlj {
		cursor: pointer;
	}
	.BifurcationV2_billSummaryText__sAh65 {
		color: #6e787e;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}
	.BifurcationV2_underlineAnimation__AVrL7 {
		display: inline-block;
		position: relative;
	}
	.BifurcationV2_underlineAnimation__AVrL7:after {
		content: "";
		display: block;
		margin: auto;
		height: 1px;
		animation: BifurcationV2_underline__8yFPo 5s infinite;
		width: 0;
		position: absolute;
		top: 15px;
	}
	.BifurcationV2_green__WidFP {
		font-weight: 500;
		line-height: 24px;
	}
	.BifurcationV2_green__WidFP {
		text-align: right;
		color: #45a081;
		text-transform: uppercase;
	}
	.BifurcationV2_bifurcationContainer__ETUgQ {
		border-bottom: aliceblue;
		padding-top: 0px;
	}
	.BifurcationV2_bifurcationContainer__ETUgQ:nth-last-child(2) {
		border-bottom: 1px solid #dce4f1;
	}
	.BifurcationV2_bifurcationContainer__ETUgQ:last-child {
		border-bottom: none;
	}
	.BifurcationV2_amountToBePaid__I5gro {
		color: #30363c;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
	}
	.BifurcationV2_billSummaryFinalValue__nT4Gj {
		color: #30363c;
		text-align: right;
		font-size: 14px;
		font-weight: 500;
		line-height: 24px;
	}
	.BifurcationV2_finalValueBold__cckk1 {
		font-size: 18px;
		font-weight: 600;
	}
	.CommonSavingsBifurcation_savingsBifurcation__xHR7f {
		position: absolute;
		width: 100%;
		padding: 24px 12px 12px;
		background: linear-gradient(90.19deg, #0b13203.48%, #c8d3ca 103.06%);
		bottom: -48px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		cursor: pointer;
	}
.CommonSavingsBifurcation_savingsContainer__MiGtV {
    display: flex;
    align-items: center;
    justify-content: center;
}
	.CommonSavingsBifurcation_titleContainer__XDaRf {
		display: flex;
		align-items: center;
	}
.CommonSavingsBifurcation_savingsTitle__TFNoL {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
	.CommonSavingsBifurcation_totalSavingsValue__d4u06 {
		font-weight: 700;
		font-size: 14px;
		line-height: 24px;
	}
	.BillSummarySection_ellipseBottom__YIbRm {
		position: absolute;
		background-image: url(https://assets.pharmeasy.in/web-assets/images/ellipseWhite.svg);
		width: 100%;
		background-repeat: repeat-x;
		background-position: 0;
		background-size: 12px;
		height: 12px;
		background-size: 20px 50%;
		transform: rotateX(180deg);
	}
.BillSummarySection_savingsCartPadding__ZqTNN {
    padding-bottom: 10px;
}
	.BifurcationV2_strike__LQ4jt {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8897a2;
    padding-right: 4px;
}
.BifurcationV2_green__WidFP {
    text-align: right;
    color: #ff7500;
    text-transform: uppercase;
}
.pdtr {
    padding-top: 7px;
}
.m-3 {
    margin: 1rem !important;
}
.css-isbt42 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
    .css-14ybvol {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%;
    }

.css-1m6oiw8 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
}
.css-4kjmnk {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
}
.css-1o6z5ng {
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
    padding-top: 1px;
    padding: 8.5px 14px;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
}
.cpn_title {
    color: #30363c;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-top: 10px;
}
.css-igs3ac {
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    top: -5px;
    left: 0;
    margin: 0;
    padding: 0 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(0, 0, 0, 0.23);
}

.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.w-100 {
    width: 100% !important;
}
.MuiButton-text {
    padding: 6px 8px;
}
.MuiButton-root {
    color: rgba(0, 0, 0, 0.87);
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
}
.divider{
    border-top: 1px dashed #bdbdbd;
}
.jss4 {
    width: 100%;
    padding: 0px;
}
.MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}
.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}
.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}
.MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}
.applybtn {
    color: rgb(255 255 255 / 87%);
    border-radius: 7px;
    background: #ff7500;
}
.offersline{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.offers_icon{
    height: 22px;
    width: 22px;
    position: relative;
    top: -2px;
    left: -2px;
}
.drawer__payment {
    margin-top: auto;
    width: 100%;
    padding: 1.2rem 1.4rem;
    box-shadow: 1px -4px 10px #00000012;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 5;
    background-color: #fff;
    max-width: -webkit-fill-available;
}
.final_total {
    border: 1px solid #e6ebf4;
    border-radius: 12px;
    padding: 1.2rem 1.4rem;
    box-shadow: 1px -4px 10px #00000012;
    position: relative;
    margin-top: 40px;
    margin-bottom: 10px;
}
.delivery_fee {
    color: #25bf6a;
}
.fl_row {
    display: flex;
    flex-direction: column;
}
.fr_row{
	display: flex;
    flex-direction: column;
}
.inclusv {
    font-size: 12px;
    font-weight: 400;
    color: #818181;
}
.saving {
    font-size: 10px;
    font-weight: 500;
    background: #bdecca;
    padding: 2px 7px;
    border-radius: 4px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: rgb(46 103 59);
    letter-spacing: 1px;
}
.offer_float img{
    max-height: 100px;
    max-width: 70px;
    position: fixed;
    right: 15px;
    bottom: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    cursor: pointer;
}
.add-address{
    z-index: 99999;
}
.address-form {
    padding: 20px;
    padding-bottom: 100px;
}
.AddressOnCart_stickyHeader__kbwr_ {
    position: sticky;
    z-index: 201;
    top: 0;
    background: #fff;
}
.AddressOnCart_header__PpTYM.AddressOnCart_header__PpTYM {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    padding: 15px;
}
.AddressOnCart_header__PpTYM.AddressOnCart_header__PpTYM {
    display: flex;
    align-items: center;
    border-bottom: none;
    color: #30363c;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
}
.AddressOnCart_backButton__B54QD {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.AddressOnCart_addressHeadingText__pXrtB {
	padding-left: 24px;
}
.address-form .form-control{
    height: 45px;
    border: 1px solid #c8c8c8;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    border-radius: 6px !important;
    background: #ffffff;
}
.Radio_optionsContainer__NT9ZK {
    margin-top: 8px;
    display: flex;
    justify-content: flex-start;
    grid-gap: 16px;
    flex-wrap: wrap;
}
.Radio_label__4_pDa {
    display: block;
    line-height: 32px;
}
.Radio_label__4_pDa .Radio_input__Wbzo9 {
    display: none;
}
.Radio_input__Wbzo9:checked+.Radio_span__f2iOP {
    background: #f2fff8;
    border-color: #10847e;
    color: #10847e;
}
.Radio_label__4_pDa .Radio_span__f2iOP {
    height: 32px;
    padding: 8px 12px;
    border: 1px solid #d7dfe5;
    border-radius: 100px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.save_btn_view {
    position: fixed;
    bottom: 0;
    padding: 12px 24px;
    border-top: 1px solid #dfe3e6;
    background: #fff;
    width: -webkit-fill-available;
    z-index: 999;
}
.save_address{
    margin-top: 0rem;
    background: #0b1320;
    display: flex;
    background-color: #0b1320;
    border: none;
    border-radius: 10px;
    min-height: 46px;
    outline: none;
    padding: 9px 16px;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    width: 100%;
    opacity: 1;
    cursor: pointer;
    font-size: 1rem;
}
.p_relative{
    position: relative;
}
.p-6 {
    padding: 1.5rem;
}
.flex-col {
    flex-direction: column;
}
.flex-grow, .grow {
    flex-grow: 1;
}
.flex {
    display: flex;
}
.relative {
    position: relative;
}
.bg-primary-100 {
    background-color: rgb(255 117 0 / 70%);
}
.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.left-0 {
    left: 0;
}
.absolute {
    position: absolute;
}
.pointer-events-none {
    pointer-events: none;
}
.mt-4 {
    margin-top: 1rem;
}
.mr-4 {
    margin-right: 1rem;
}
.mt-8 {
    margin-top: 2rem;
}
.font-semibold {
    font-weight: 500;
}
.text-3xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.mb-0\.5 {
    margin-bottom: .125rem;
}
.text-primary-950\/60 {
    color: #04081699;
}
.text-base {
    font-size: .875rem;
    line-height: 1.25rem;
}
.items-center {
    align-items: center;
}
.h-\[113px\] {
    height: 113px;
}
.h-0 {
    height: 0;
}
.mr-\[-15px\] {
    margin-right: -15px;
}
.z-20 {
    z-index: 20;
}
.top-0 {
    top: 0;
}
.h-36 {
    height: 9rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.-mt-9 {
    margin-top: -1.5rem;
}
.w-full {
    width: 100%;
}
.h-11 {
    height: 2.75rem;
}
.show-coupon .offcanvas-body {
    border-radius: 0px !important;
    background: #f4f7fb;
}
.offer_gif{
	
}
.items-center {
    align-items: center;
}
.coupon_input {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-right: 3rem;
    padding-bottom: .625rem;
    padding-top: .625rem;
    border-width: 1px;
    border-color: #0a0a291a;
    border-radius: .5rem;
    height: 45px;
    width: 100%;
    padding-left: 1rem;
}
.coupon_input_btn {
    position: absolute;
    right: 10px;
    border: 0px;
    background: none;
    padding: 0px 6px;
    font-size: 15px;
    font-weight: 500;
    color: gray;
}
.OfferDrawer_drawerContainer__0ns5c {
    overflow: auto;
    height: 100%;
    background: #f4f7fb;
}
.OfferDrawer_offersCard__EO1RS {
    width: auto;
    margin: 16px;
    height: auto;
}
.OffersCard_container__YEnet {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 1px solid #dfe3e6;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}
.OfferDrawer_clickable__6tals.OfferDrawer_clickable__6tals.OfferDrawer_clickable__6tals {
    cursor: auto;
}
.OffersCard_content__zcej2 {
    display: flex;
    align-items: flex-start;
    flex: 1 1;
    padding: 15px 15px 20px;
    background-color: #fff;
    border-radius: 6px;
}
.OffersCard_lhs__zT16K {
    margin-right: 20px;
    max-width: 62px;
}
.OffersCard_expiresOn__CEbKM {
    font-size: 12px;
    color: #f76b6d;
    font-weight: 600;
    margin-top: 5px;
}
.OffersCard_offerInnerContainer__629aP {
    text-align: left;
    flex: 1 1;
}
.OfferDrawer_lineClampContainer__Sduj0 {
    height: auto;
}
.OffersCard_lineClampContainer__xWWvP {
    margin-bottom: 10px;
}
.OfferDrawer_discountDetails__I4pW3, .OfferDrawer_offerTitle__2SkTv {
    height: auto;
    -webkit-line-clamp: unset;
}
.OffersCard_title__P1Mdv {
    font-weight: 500;
    line-height: 1.25;
}
.OfferDrawer_discountDetails__I4pW3 {
    max-height: none;
}
.OffersCard_discountDetails__ey0Xz, .OffersCard_title__P1Mdv {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.OffersCard_footer__oggP5 {
    border-top: 1px dashed #dfe3e6;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
}
.OffersCard_footer__oggP5:before {
    left: -1px;
    border-radius: 0 80px 80px 0;
    border-left-color: #f4f7fb;
    box-shadow: inset -4px 0 5px -5px rgba(0, 0, 0, .2), -4px 0 0 0 #f4f7fb;
}
.OffersCard_footer__oggP5:after, .OffersCard_footer__oggP5:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 9px;
    top: -11px;
    background: #f4f7fb;
    border: 0px solid #dfe3e6;
}
.OffersCard_footer__oggP5:after {
    right: -1px;
    border-radius: 80px 0 0 80px;
    border-right-color: #f4f7fb;
    box-shadow: inset 4px 0 5px -5px rgba(0, 0, 0, .2), 4px 0 0 0 #f4f7fb;
}
.OffersCard_code__0fZcc {
    font-size: 14px;
}
.OffersCard_bold__myL30 {
    font-weight: 600;
}
.ClickableElement_clickable__ItKj2.ClickableElement_clickable__ItKj2.ClickableElement_clickable__ItKj2 {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.OffersCard_apply__QxRGB {
    display: flex;
    align-items: center;
    color: #10847e;
    font-weight: 600;
}
.ipb0{
    flex-direction: column;
    padding-bottom: 0px;
}
.OfferDrawer_discountDetails__I4pW3{
	font-size:12px;
}
.cart-page-list {
    padding: 0px;
    margin-bottom: 30px;
}

.shop-cart .right-box-contain {
    position: sticky;
    top: 10rem;
}
.side-bar h1, .side-bar .h1 {
    font-size: 1.2rem;
}
.cpn_title {
    color: #30363c;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-top: 10px;
}
/*Checkout Ends*/

/*Offer Starts*/
.dz-offcanvas.offcanvas.offcanvas-end .offcanvas-body {
    box-shadow: -8px 0 16px #00000012;
    border-radius: 15px;
}
.dz-offcanvas.offcanvas.offcanvas-end .offcanvas-body {
    padding: 0px 0px;
}
.show-coupon .offcanvas-body {
    border-radius: 0px !important;
    background: #f4f7fb;
}
.dz-offcanvas.offcanvas .offcanvas-body section{
    padding:0px;
}
.dz-offcanvas.offcanvas.offcanvas-end {
    width: 485px;
}
.offcanvas {
    color: #5e626f;
}

.dz-offcanvas.offcanvas .btn-modal-close {
    --bs-btn-close-bg: none;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    position: absolute;
    font-weight: 200;
    right: 3px;
    opacity: 1;
    z-index: 11;
    background: #fff;
    font-size: 11px;
    top: 8px;
    border-radius: 50px;
}
.btn-modal-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0rem rgba(13, 119, 94, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
}
.shop-checkout .right-box-contain{
    position: sticky;
    top: 10px;
}
/*Offer Ends*/


.product-thumbnail__quantity {
    font-size: 0.8571428571em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
    position: absolute;
    right: -5px;
    top: -3px;
}


.shop-checkout .cart-content .list-item{
    display: flex;
    gap: 0.5rem;
}

.shop-checkout .cart-content .list-item .cusotm-final-price {
    font-size: 14px !important;
}

.m-b15 {
    margin-bottom: 15px;
}

.required{color:red;}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.mb-15 {
    margin-bottom: 15px !important;
}
   
   .m-coupon {
    display: block;
    padding: 0;
    margin-left: 0px;
}
.coupon-btn.coupon-btn.coupon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5px 0 15px;
    width: 100%;
}

.coupon-btn {
    background: #fff;
    color: #ff7500;
    border: 1px solid #ff7500;
}
.coupon-btn.coupon-btn.coupon-btn img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
._2Zlrz, .c-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.coupon-btn {
    color: #ff7500;
    width: auto;
    height: 45px;
    border-radius: 6px;
    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;
    -ms-flex-item-align: start;
    align-self: flex-start;
    justify-self: flex-start;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.mb-20 {
    margin-bottom: 20px;
}

.apply_msg  .desktop-save-amount--container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	padding: 5px 5px 5px 15px;
	width: 100%;
	height: 50px;
	justify-content: space-between;
	align-items: center;
}
.apply_msg  .lefticon {
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
}
.apply_msg .coupon-desc {
	display: flex;
	flex-direction: column;
	line-height: 1.2rem;
}
.apply_msg .remove_coupon {
	font-weight: 600;
}
.mr-1 {
    margin-right: 1rem;
}
.btn-cancel {
    color: #fff!important;
    background-color: #dc3545 !important;
    border-color: #dc3545!important;
}

.hidden {
    display: none;
}

/*review starts*/
  .fera-productReviews {
    width: 100%;
    line-height: 1;
    margin: 30px 0;
}
.fera-widget-410399 {
    #max-width: 1170px !important;
}
.fera-widget-410399 {
    margin-right: auto !important;
}
.fera-widget-410399 {
    margin-top: 50px !important;
}
.fera-widget-410399 {
    margin-left: auto !important;
}
.fera-widget-410399 {
    padding-right: 13px !important;
}
.fera-widget-410399 {
    padding-bottom: 20px !important;
}
.fera-widget-410399 {
    padding-left: 13px !important;
}
.fera-productReviews .fera-productReviews-heading {
    display: flex;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col1, .fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 {
    vertical-align: middle;
    line-height: 1;
}
.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col1 .fera-productReviews-heading-header {
    font-size: 24px;
    margin: 0;
    line-height: 1;
    margin-bottom: 6px;
    text-align: center;
}
.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col1 .fera-productReviews-writeReviewLink {
    font-size: 16px;
    text-align: center;
}
.text-link {
    display: inline;
    border: 0 none;
    background: none;
    padding: 0;
    margin: 0;
}
.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 {
    margin-top: 30px;
    margin-bottom: 25px;
}
.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col1, .fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col2 {
    display: inline-block;
    vertical-align: middle;
}
.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col1 .fera-productReviews-avgRating {
    padding-right: 12px;
    text-align: right;
    line-height: 1;
}
.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col1 .fera-productReviews-avgRating .fera-productReviews-avgRating-val {
    line-height: 0.9;
    font-weight: 300;
    font-size: 64px;
    margin: 0;
    padding: 0;
    border: none;
    display: inline;
    text-align: right;
}
.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col1, .fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col2 {
    display: inline-block;
    vertical-align: middle;
}
.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col2 .fera-productReviews-avgRating-stars {
    font-size: 24px;
    letter-spacing: 0.15em;
    margin-bottom: 8px;
    display: inline-block;
}
.fera-productReviews .fera-stars {
    letter-spacing: 0.15em;
    font-size: 15px;
}
.fera-stars {
    position: relative;
    display: inline-block;
    text-align: left;
    letter-spacing: 0.15em;
    line-height: 1;
}
.fera-stars-rating {
    display: inline-block;
    overflow: hidden;
    color: #ff6600;
    position: absolute;
    text-align: left;
    white-space: nowrap;
}
.fera-stars-bg:empty {
    display: inline-block;
}
.fera-productReviews .fera-stars-bg {
    backface-visibility: visible;
}
.fera-stars-bg::before {
    display: inline-block;
    width: 100%;
    color: #D1D1D1;
    content: 'â˜…â˜…â˜…â˜…â˜…';
}
.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col2 .fera-productReviews-count {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
}
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review {
    display: table;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
    width: 100%;
}
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer {
    display: table-cell;
    vertical-align: top;
    width: 250px;
    line-height: 1;
}
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer-avatar-col {
    width: 1%;
    padding-right: 12px;
    position: relative;
}
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer-col {
    display: table-cell;
    vertical-align: middle;
}
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer-name-row {
    width: 100%;
}
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer-name {
    font-size: 18px;
    max-width: 150px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
    box-sizing: content-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer-location-marker svg {
    height: 9px;
}
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer-location {
    font-size: 10px;
    text-transform: uppercase;
    color: #9E9E9E;
    max-width: 150px;
}
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-content {
    padding-left: 10px;
    position: relative;
    vertical-align: middle;
}
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-rating {
    margin-bottom: 16px;
    font-size: 18px;
}
.fera-productReviews .fera-stars {
    letter-spacing: 0.15em;
    font-size: 20px;
}
.fera-srOnly {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-heading {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1;
    border: none;
    display: block;
    text-align: left;
}
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-body {
    line-height: 1.3;
    font-size: 14px;
    color: #888;
    margin-bottom: 0px;
    display: block;
}
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-date, .fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-reply-date {
    color: #9E9E9E;
    letter-spacing: 0.2px;
    position: absolute;
    top: 3px;
    right: 0;
    text-align: right;
    font-size: 11px;
    text-transform: uppercase;
}
.fera-productReviews--list .fera-productReviews-footer {
    margin-top: 42px;
}
.fera-productReviews .fera-productReviews-footer .fera-productReviews-showMore {
    margin-top: 36px;
    text-align: center;
    display: block;
}
.fera-productReviews-showMore-btn {
    padding: 10px 15px;
}
.fera-productReviews-review-customer-source {
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #eeedcf;
    border-radius: 40px;
    font-weight: 600;
    font-size: 20px;
}

.jhYIuT {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    min-width: 200px;
}
.gNeHWY {
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.gNeHWY .rating_number_container {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 6px;
    height: 30px;
}
.gNeHWY .rating_number {
    width: 12px;
    text-align: center;
}
.gNeHWY .leading_text {
    color: black;
    margin-right: 2px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.gNeHWY .star {
    margin-right: 8px;
    margin-bottom: 2px;
    margin-left: 4px;
    font-size: 24px;
}
.gNeHWY .strip {
    border-radius: 4px;
    background-color: rgb(232, 244, 255);
    height: 6px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.gNeHWY .filled_strip {
    width: 70%;
    border-radius: 4px;
    background-color: rgb(5, 163, 87);
    height: 6px;
}
.gNeHWY .trailing_text_container {
    max-width: 8px;
    margin-left: 10px;
}
.gNeHWY .trailing_text {
    color: rgb(108, 108, 108);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.iwiZcj {
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.iwiZcj .rating_number_container {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 6px;
    height: 30px;
}
.iwiZcj .rating_number {
    width: 12px;
    text-align: center;
}
.iwiZcj .leading_text {
    color: black;
    margin-right: 2px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.iwiZcj .star {
    margin-right: 8px;
    margin-bottom: 2px;
    margin-left: 4px;
    font-size: 24px;
}
.iwiZcj .strip {
    border-radius: 4px;
    background-color: rgb(232, 244, 255);
    height: 6px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.iwiZcj .filled_strip {
    width: 15%;
    border-radius: 4px;
    background-color: rgb(5, 163, 87);
    height: 6px;
}
.iwiZcj .trailing_text_container {
    max-width: 8px;
    margin-left: 10px;
}
.iwiZcj .trailing_text {
    color: rgb(108, 108, 108);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.bclKdw {
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.bclKdw .rating_number_container {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 6px;
    height: 30px;
}
.bclKdw .rating_number {
    width: 12px;
    text-align: center;
}
.bclKdw .leading_text {
    color: black;
    margin-right: 2px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.bclKdw .star {
    margin-right: 8px;
    margin-bottom: 2px;
    margin-left: 4px;
    font-size: 24px;
}
.bclKdw .strip {
    border-radius: 4px;
    background-color: rgb(232, 244, 255);
    height: 6px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.bclKdw .filled_strip {
    width: 7%;
    border-radius: 4px;
    background-color: rgb(5, 163, 87);
    height: 6px;
}
.bclKdw .trailing_text_container {
    max-width: 8px;
    margin-left: 10px;
}
.bclKdw .trailing_text {
    color: rgb(108, 108, 108);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.dROndX {
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.dROndX .rating_number_container {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 6px;
    height: 30px;
}
.dROndX .rating_number {
    width: 12px;
    text-align: center;
}
.dROndX .leading_text {
    color: black;
    margin-right: 2px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.dROndX .star {
    margin-right: 8px;
    margin-bottom: 2px;
    margin-left: 4px;
    font-size: 24px;
}
.dROndX .strip {
    border-radius: 4px;
    background-color: rgb(232, 244, 255);
    height: 6px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.dROndX .filled_strip {
    width: 7%;
    border-radius: 4px;
    background-color: rgb(25, 100, 171);
    height: 6px;
}
.dROndX .trailing_text_container {
    max-width: 8px;
    margin-left: 10px;
}
.dROndX .trailing_text {
    color: rgb(108, 108, 108);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;

}
.fNNMfN {
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.fNNMfN .rating_number_container {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 6px;
    height: 30px;
}
.fNNMfN .rating_number {
    width: 12px;
    text-align: center;
}
.fNNMfN .leading_text {
    color: black;
    margin-right: 2px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.fNNMfN .star {
    margin-right: 8px;
    margin-bottom: 2px;
    margin-left: 4px;
    font-size: 24px;
}
.fNNMfN .strip {
    border-radius: 4px;
    background-color: rgb(232, 244, 255);
    height: 6px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.fNNMfN .filled_strip {
    width: 4%;
    border-radius: 4px;
    background-color: rgb(232, 102, 105);
    height: 6px;
}
.fNNMfN .trailing_text_container {
    max-width: 8px;
    margin-left: 10px;
}
.fNNMfN .trailing_text {
    color: rgb(108, 108, 108);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.disclaimer-bg {
    padding-bottom: 35px;
    background: #f5f5f5;
    padding-top: 35px;
}
.jgDUoS .slider {
    width: 100vw;
    height: 30px;
    overflow: hidden;
    position: relative;
}
.jgDUoS .slider .wrapper {
    height: 30px;
    transition: 0.5s linear;
    will-change: transform;
}
.jgDUoS .slider .each-slide {
    width: 100vw;
    float: left;
    line-height: 100vh;
    font-size: 40vh;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-color: transparent;
}
.geCCod {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    background: rgb(255, 200, 32);
    color: #030303;
    font-weight: 500;
    line-height: 120%;
    font-size: 14px;
}
.hfMMzt {
    margin-left: 12.05px;
}
.hfMMzt .message {
    display: flex;
}
.fKhTGJ {
    color: inherit;
    text-decoration: underline;
    margin-left: 4px;
    cursor: pointer;
}
.d_flex_fb{
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px;
}
.jqYgnQ {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 10px;
}
.jqYgnQ .payment-option-title {
    text-align: center;
    max-width: 1124px;
    margin: auto auto 30px;
    width: 100%;
}
.bnEATw.body-base-regular {
    font-size: 18px;
    font-weight: 400;
}
.jqYgnQ .jy-options {
    /* display: flex; */
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}
.jqYgnQ .jy-options .payment-option-wrapper {
    border-radius: 10px;
    width: 66px;
    /* height: 100px; */
}
.jqYgnQ .jy-options .payment-option-wrapper {
    /* box-shadow: rgba(0, 0, 0, 0.07) 0px 6.42857px 12.8571px; */
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    /* margin: 0px 8px 13px; */
    /* border: 1px solid #ededed; */
}
.jqYgnQ .jy-options .payment-option {
    width: 100%;
    height: auto;
}
.jqYgnQ .jy-options .payment-option {
    margin: 0px 10px;
}
.fab_head{
    margin-bottom: 20px;
}
.fab_list .accordion-button {
    padding: 14px 35px 14px 18px !important;
} 
.dz-accordion.accordion-sm .accordion-body {
    text-align: left;
}
.fab_list{
    max-width: 70%;
    margin: 0px auto;
} 

.ejhjGP {
width: 100%;
display: flex;
margin-top: 12px;
padding: 0px;
margin-bottom: 0px;
        gap: 12px;
box-sizing: border-box;
}
.ejhjGP .item {
width: 100px;
height: 100px;
border-radius: 16px;
}
.ejhjGP .item {
min-width: 60px;
border-radius: 10px;
overflow: hidden;
position: relative;
cursor: pointer;
box-sizing: border-box;
}
.ejhjGP .item img {
width: 100%;
height: 100%;
object-fit: cover;
}
/*review ends*/

/*product-notification starts*/
.product-notification {
	display:block; width:270px;
	padding:10px; background-color:#fff; 
	-webkit-box-shadow:0px 0 7px 2px rgba(158,158,158,0.2);
	box-shadow:0px 0 7px 2px rgba(158,158,158,0.2);
	border-radius: 5px;
	margin:10px; 
	position:fixed;
	z-index:99;
    bottom: 130px;
    z-index: 99;
    left: 25px;
 }
 
.product-notification img { height:70px; }
.product-notification h5 { color:#666; font-size:10px; }
.product-notification .pname { font-size:12px; font-weight:600; margin-bottom:5px; }
.product-notification .detail { font-size:11px; line-height:1.2; margin:0; color:#666; }
.product-notification .media-body { padding-left:10px; }
.product-notification p { margin:0 0 10px; }
.product-notification .close { font-size:11px !important; cursor:pointer; position:absolute; right:7px; top:6px; z-index:99; }
@-webkit-keyframes movebottom {
 0% { display:block; bottom:-200px; }
 25% { bottom:0px; }
 75% { bottom:0px; }
 100% { display:none; bottom:-200px; }
}
@keyframes movebottom {
 0% { display:block; bottom:-200px; }
 25% { bottom:0px; }
 75% { bottom:0px; }
 100% { display:none; bottom:-200px; }
}


.product-notification .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product-notification h5 {
    color: #666;
    font-size: 10px;
}
.product-notification .pname {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-notification .detail {
    font-size: 11px;
    line-height: 1.2;
    margin: 0;
    color: #666;
}
/*product-notification ends*/


/*product-stick-cart starts*/
	.t4s-sticky-atc.is--shown {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
}
.t4s-sticky-atc {
	padding: 0px;
    background-color: var(--t4s-light-color);
    z-index: 190;
    box-shadow: 0 0 9px #0000001f;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translate3d(0, 105%, 0);
    transform: translate3d(0, 105%, 0);
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
}
.t4s-sticky-atc__product, .t4s-sticky-atc__btns {
    display: flex;
    align-items: center;
}
.t4s-sticky-atc__img {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 4px;
    overflow: hidden;
} 
.t4s-pr {
    position: relative;
}
.t4s-sticky-atc__img img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.t4s-sticky-atc__infos {
    margin: 0 15px;
    min-width: 300px;
}
.t4s-sticky-atc__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.25px;
    margin-top: 3px;
    color: rgb(17, 29, 60);
    max-width: 550px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t4s-sticky-atc__price {
    color: #878787;
}
.t4s-sticky-atc__v-title {
    margin: 0 30px;
    color: #222222;
    text-decoration: underline;
}
.t4s-sticky-atc__qty .is--minus {
    left: 0;
    text-align: left;
    padding-left: 15px;
}
.t4s-sticky-atc__qty {
    min-width: 120px;
    width: 120px;
    height: 40px;
    border: 1px solid #dddddd;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    border-radius: 60px;
}
.t4s-sticky-atc__qty button {
    position: absolute;
    display: block;
    padding: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 35px;
    border: 0;
    background: 0 0;
    color: #222222;
}
.t4s-sticky-atc__qty button svg {
    width: 12px;
    height: 12px;
    stroke-width: 2;
}
.t4s-sticky-atc__qty input.t4s-quantity-input[type=number] {
    width: 35px;
    border: 0px;
    height: 38px;
    background: 0px 0px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #222222;
    text-align: center;
}
.t4s-sticky-atc__qty .is--plus {
    right: 0;
    text-align: right;
    padding-right: 15px;
}
.t4s-sticky-atc__atc {
    font-size: 14px;
    font-weight: 600;
    min-height: 40px;
    padding: 5px 25px;
    min-width: 160px;
    text-transform: uppercase;
    border-radius: 60px;
    background-color: #3a643b;
    color: #ffffff;
}
.t4s-sticky-atc__price .price__current {
    font-size: 16px !important;
}
.t4s-sticky-atc__price .rate_off {
    font-size: 16px !important;
    top: 0px !important;
    color: #f9b063;
}
.t4s-sticky-atc__price .price__was {
    font-size: 16px !important;
    margin-right: 6px !important;
    margin-left: 2px !important;
    top: 0px !important;
}
.t4s-sticky-atc__price .price__current .mrp,.t4s-sticky-atc__price .price__current .money{
color: #ff7500;
}
.jgDUoS .slider {
    width: 100vw;
    height: 30px;
    overflow: hidden;
    position: relative;
    padding: 0;
}
.btn-add-sticky {
	background-color: #ff7500;
    border: 1px solid #ff7500;
    color: #041e42;
    position: relative;
    overflow: hidden;
    z-index: 1;
	  border-radius: 60px;
    color: #fff;
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    height: 46px;
    margin: 0;
    padding: 10px 35px;
    min-width: 220px;
}

/*product-stick-cart ends*/


.t4s-product__info-container {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #1e652e;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(1);
  }
}

.is--infinite {
  display: inline-block;
  animation: heartbeat 1.2s infinite;
  transform-origin: center;
}

.txt-error{
	color: red;
    font-size: 13px !important;
}

.mobile-bottom-menu{
    position: fixed;
    bottom: 0;
    width: 100%;
	background-color: #fff;
	padding: 10px 0;
    z-index: 999;
    overflow: hidden;
    -webkit-box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.08);
}

.mobile-bottom-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    width: 100%;
}
.mobile-bottom-menu ul li {
	text-align: center;
}
.mobile-bottom-menu ul li a i {
    display: inline-block;
    margin: 0 auto;
    font-size: calc(20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    line-height: 0px;
}
.mobile-bottom-menu ul li.active {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
	width: auto;
}
.mobile-bottom-menu ul li a {
    display: block;
}
.mobile-bottom-menu ul li.active i,.mobile-bottom-menu ul li.active span {
    color: #ff7500;
    font-weight: 600;
}
.mobile-bottom-menu ul li a span {
    display: block;
    font-weight: 600;
}

.filter-from h4 {margin-bottom:0px!important;}

.not-available-data {
    margin-top: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.not-available-data img {
    height: 200px;
    margin-bottom: 15px;
}
.not-available-data .text1 {
    color: #444;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}
.not-available-data .text2 {
    color: #444;
    font-size: 16px;
}

.cart-hidden-sidebar-content .t4s-sticky-atc {
    opacity: 1;  
    transition: opacity 0.4s ease; 
}

.cart-hidden-sidebar-content .t4s-sticky-atc {
    opacity: 0;             
    pointer-events: none;    
}
.product-section .wishlist span.fa-solid {
    color: #d83333;
}

.shop-checkout .cart-widget .dz-media {
    overflow: unset;
}

.bgc-full-purple {
    background-color: #e6eaff;
    padding: 20px 30px;
}
.bgc-full-green {
    background-color: #dfeeeb;
    padding: 20px 30px;
}
.bgc-full-pink {
    background-color: #f3e4e4;
    padding: 20px 30px;
}
.bgc-full-orange {
    background-color: #eddfcb;
    padding: 20px 30px;
}

.tips-MFVQa {
    background: #ffa65a;
    border-radius: 1rem;
    color: #f1f1f1;
    font-size: 0.70rem;
    margin: -2.5rem auto 0;
    overflow: hidden;
    padding: 0.20rem 0.50rem;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: fit-content;
    z-index: 1;
    height: 1.5rem;
    line-height: 1.2rem;
    letter-spacing: 1px;
}
.m-products .shop_item {    border-radius: 10px;}

.m-products .main_heading {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
}
.m-products .sub_heading {
    font-size: 30px;
    line-height: 40px;
    margin: 0px;
}
.m-products .image-with-text-block{
    display: flex;
    align-items: center;
}
.m-products .image-with-text-block.text-left .main_heading,.m-products .image-with-text-block.text-left .sub_heading  {
text-align:left;
}
.m-products .image-with-text-block.text-right .main_heading,.m-products .image-with-text-block.text-right .sub_heading  {
text-align:right;
}
.jqYgnQ {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px 10px;
}
.testimonial_item img {
    max-height: 80px;
    background-color: #f3f5f6;
    border-radius: 50%;
    height: 80px;
    position: relative;
    width: 80px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
    object-fit: cover;
    object-position: top;
    border: 2px solid #ff7500;
}

.our-testimonials.bg-theme  h2 {
    color: #fff;
    font-size: 1.5rem;
}
.our-testimonials.bg-theme .review span {
    color: #ffb321;
}

.our-testimonials.bg-theme .sspd_review ul li a {
    color: #ffb321;
}
.our-testimonials.bg-theme .tstmnl_slider_para {
    color: #000;
}
.our-testimonials.bg-theme .testimonial_item .author {
	color: #000;
}
.our-testimonials.bg-theme .testimonial_item .author_post { 
	color: #000;
    line-height: 22px;
}
.our-testimonials.bg-theme .funfact_one {
    background: #fff;
    border-radius: 10px;
    padding: 16px 12px;
    display: flex;
    align-items: center;
    min-width: 200px;
    justify-content: center;
    text-align: center;
}
.our-testimonials.bg-theme .funfact_one .details .timer,.our-testimonials.bg-theme  .funfact_one .details ul li span {

}
.our-testimonials.bg-theme  .funfact_one p {
    line-height: 20px;

}
.bg-testi {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.our-testimonials.bg-theme h2 big {
    font-size: 2.5rem;
}

.shop-price {
  margin-bottom:15px;
}
.shop-price:hover {
	color: #24a3b5;
	outline-offset: -2px;
	outline: 5px auto -webkit-focus-ring-color;
	outline: 0;
	text-decoration: none;
}
.shop-price:hover img {
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
opacity: 0.7;
}
.home-banner .owl-carousel .owl-item .banner-slider {
 border-radius:10px;
}

.m-products .label-block.label-left {
    left: 10px;
    top: 10px;
	position: absolute;
    z-index: 0;
	overflow:hidden;
}
.m-products .label-block .product-badget {
    line-height: 1;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    background-color: #ff4b55;
    padding: 8px 6px;
    box-shadow: none;
    text-transform: uppercase;
}


.m-products .label-block .product-badget:before {
content: '';
position: absolute;
top: 0;
left: -100px;
width: 70px;
height: 100%;
background: rgba(255,255,255, 0.3);
transform: skewX(-30deg);
animation-name: slide;
animation-duration: 7s;
animation-timing-function: ease-in-out;
animation-delay: .3s;
animation-iteration-count: infinite;
animation-direction: alternate;
background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}

.main-title h2 #total_count {
    color: #ce142e;
}

.m-products .shop_item .details .si_footer .add-to-cart-product{
    border-radius: 60px;
    height: 36px;
    padding: 7px 14px;
    min-width: 130px;
}
.m-products .shop_item .details .si_footer .sidebar-cart-list .quantity-block{
    border-radius: 60px;
    width: 120px;
    height: 36px;
    min-width: 120px;
}
.m-products .shop_item .details .si_footer .sidebar-cart-list .quantity-block .quantity-num {  
    font-size: 13px;
    height: 36px;
}
.m-products .shop_item .details .si_footer .sidebar-cart-list .quantity-arrow-minus2,.m-products .shop_item .details .si_footer .sidebar-cart-list  .quantity-arrow-plus2 {
  
    top: 5px;
}
.m-products .shop_item .details .si_footer  .sidebar-cart-list {
    padding: 0;
}

.iCGauj {
    display: flex;
    position: fixed;
    width: 440px;
	bottom: 120px;
	margin: 0px calc(-220px + 50vw);
	padding: 18px 16px;		
    -webkit-box-pack: justify;
    justify-content: space-between;
    justify-self: center;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    border-radius:16px;
    z-index: 10;
    background-color: rgb(18 18 18 / 80%);
}

.iCGauj .labelText {
    margin-right: 64px;
}
.iCGauj .labelText {
    color: rgb(255, 255, 255);
}
.dIxCGD.body-base-regular {
    font-size: 18px;
    font-weight: 400;
}
.iCGauj .ctaWrapper {
    outline: none;
    border: none;
    background-color: transparent;
}

.iCGauj .ctaText {
    color: rgb(255, 255, 255);
    text-decoration: underline;
    font-size: 18px;
}

.toast-hidden {
    opacity: 0;
    display: none;
}

.cart-toastr.fade-in {
    display: flex;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.cart-toastr.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.toastr.top-right {
    position: fixed;
    top: 16px!important;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    align-items: center;
    background: #fff;
    line-height: 1.3;
    will-change: transform;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.05);
    max-width: 350px;
    pointer-events: auto;
    padding: 8px 10px;
    border-radius: 20px;
}
.toastr .toastr-icon {
    font-size: 1.4em!important;
    color: inherit;
    background: #37d7a2;
    border-radius: 50px;
    padding: 2px;
}
.toastr .toastr-body {
    min-height: 30px!important;
    display: flex;
    align-items: center;
}
.toastr .toastr-title {
    display: none;
}
.toastr .toastr-text {
    font-size: 1.1em!important;
}
.toastr .toastr-close {
    top: 15px!important;
    right: 12px!important;
}
.toastr-progress {
    display: none;
}

.shop_single_product_details .subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

.side-link-style.active {
		background: #ffa2558c;
		color: #0b1320!important;
		border-radius: 5px;
		font-weight: 600;
	}

	.toggle-info {
		display: none;
		padding: 18px 30px;
		margin-bottom: 20px;
		background-color: #fff;
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		justify-content: space-between;
		align-items: center;
	}

	.profile-container {
		border-radius: 0.5rem;
		display: flex;
		overflow: hidden;
		flex-direction: column;
		background: #fce8c8;
	}

	.account-sidebar {
		border-radius: 0.5rem;
		overflow: hidden;
	}

	.account-sidebar {
		background: #fff;
		border-radius: 15px;
		position: relative;
		/* z-index: 9; */
		box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.8s;
		-ms-transition: all 0.8s;
		transition: all 0.8s;
	}

	.bg-orange {
		background: #0b1320!important;
	}

	.bg-orange p, .bg-orange a {
		font-size: 18px;
	}

	.account-sidebar .account-nav ul li a {
		padding: 8px 20px;
		display: block;
		font-size: 18px;
	}

	.account-sidebar .account-nav ul li a span {
		font-size: 20px;
		padding-right: 10px;
		vertical-align: middle;
	}



	.profile-container {
		border-radius: 0.5rem;
		display: flex;
		overflow: hidden;
		flex-direction: column;
		background: #fce8c8;
	}

	.account-sidebar {
		border-radius: 0.5rem;
		overflow: hidden;
	}
	
	/*My Order Starts*/
.user-dashboard-section .dashboard-right-sidebar {
    padding: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 8px;
    height: 100%;
    padding-top: 0px;
}
.pdpt-bg {
    margin-top: 0px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

.pdpt-title h6 {
    border-bottom: 1px solid #efefef;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
	margin-bottom: 0;
}

.order-body10 {

}

.order-dtsll {
	padding: 20px;
}

.order-dtsll li {
    display: inline-block;
	vertical-align: top;
}

.order-dt-img {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.order-dt-img img {
    width: 50px;
}

.order-dt47 {
    margin-left: 15px;
}

.order-dt47 h4 {
    font-size: 16px;
    color: #2b2f4c;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: left;
	font-weight: 700;
}

.order-dt47 p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
	color: #3e3f5e;
	margin-bottom: 7px;
}

.track-order {
    padding: 20px 0 20px;
}

.track-order h4 {
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2b2f4c;
    text-align: left;
}

.bs-wizard {
	margin-top: 0;
    display: flex;
    width: 100%;	
}

/*Form Wizard*/
.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 0;
}

.bs-wizard > .bs-wizard-step {
	padding: 0; 
	position: relative; 
	width: 100%;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
	color: #2b2f4c;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
	color: #999; 
	font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
	position: absolute; 
	width: 30px; 
	height: 30px; 
	display: block; 
	background: #ff75005c; 
	top: 50px; 
	left: 50%; 
	margin-top: -15px; 
	margin-left: -15px; 
	border-radius: 50%;
} 

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
	content: ' '; 
	width: 14px; 
	height: 14px; 
	background: #ff7500;
	border-radius: 50px; 
	position: absolute; 
	top: 8px; 
	left: 8px; 
} 

.bs-wizard > .bs-wizard-step > .progress {
	position: relative;
	border-radius: 0px;
	height: 8px; 
	box-shadow: none; 
	margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
	width:0px; 
	box-shadow: none; 
	background: #bee3cf!important;
    background-color: #bee3cf!important;
}


.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
	width:100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
	width:50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
	width:0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
	width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
	background-color: #efefef;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
	opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child  > .progress {
	left: 50%; 
	width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child  > .progress {
	width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ 
	pointer-events: none; 
}

.progress {
    background-color: #efefef !important;
}
/*END Form Wizard*/

.mobile-view-tab {
    display: none!important;
   
}
.order-dtsll .ng-star-inserted i {
    font-size: 11px;
}

.label-delivered {
    font-size: 14px !important;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #39a2e9;
    border-radius: 0.25em;
    border: 1px solid #39a2e9;
    padding: 6px 10px;
    float: right;
    height: 30px;
    position: relative;
    top: -6px;
    margin-right: 0px !important;
}

.call-bill {
    padding: 10px 20px;
    display: flex;
    border-top: 1px solid #efefef;
    align-items: center;
}

.delivery-man {
    font-size: 14px;
    color: #2b2f4c;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
}
.ofoot h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2b2f4c;
    line-height: 24px;
}
.ofoot span {
    color: #ff7500;
    font-size: 18px;
    margin-left: auto;
    font-weight: 700;
    line-height: 24px;
}
.order-bill-slip {
    margin-left: auto;
}
.bill-btn5 {
    display: block;
    background: #ff7500;
    color: #fff;
    padding: 4px 12px;
    font-weight: 500;
    border-radius: 5px;
}
.m-list {
    padding-left: 25px;
    display: block;
    list-style-type: disc;  
    margin-bottom: 15px;
}

.m-list li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
}
.hover-btn:hover {
    color: #fff;
}
.o-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    align-items: center;
    padding-right: 9px;
}

.pdpt-title h4 {
    border-bottom: 1px solid #efefef;
    padding: 15px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #2b2f4c;
}

.order-details .report-btn {
    margin: 10px 20px;
    padding: 6px 10px;
    font-size: 12px;
}

.label-default {
    background-color: #777;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    padding: 2px 5px;
}
.label-warning {
    background-color: #f0ad4e;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label-primary {
    background-color: #337ab7;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label-success {
    background-color: #5cb85c;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label-danger {
    background-color: #d9534f;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.slingle_item_address_part .label {
    font-size: 80%;
    font-weight: 600;
    line-height: 1;
}
.slingle_item_address_part .label {
    padding: 4px 6px;
    font-size: 80%;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 5px;
}

.o-products .title {
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2b2f4c;
    text-align: left;
}
     
.order-dtsll {
    padding: 20px;
}
/*My Order Ends*/
.cart-empty {
    margin: 1rem auto;
    text-align: center;
    padding: 1rem;
    min-height: 5rem;
}
.cart-empty img {
    max-width: 150px;
}
.cart-empty h3 {
    font-size: 18px;
    color: #000000;
    line-height: 20px;
    text-align: center;
    margin: 15px 0 5px;
    padding: 0;
    font-weight: 600;
}
.mx-stats .card-header p {
margin-bottom:0px
}
.mx-stats .card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 15px 0;
    box-shadow: none;
    border-radius: 10px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
}
.mx-stats .card .card-header {
    padding: 16px 20px;
    font-size: 1.2em;
    font-weight: 500;
    border-bottom: 0px solid #dfe6e8;
    border-left: 0px solid transparent;
    color: #000;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: transparent;
}

.our-dashbord .dashboard-right-sidebar {
    padding: calc(10px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 8px;
    height: 100%;
    padding-top: 0px;
}

.our-dashbord .dashboard-right-sidebar .address-box {
    border-radius: 8px;
    padding: calc(10px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    position: relative;
    height: 100%;
    overflow: hidden;
}
.address-text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.app-view .dashboard-right-sidebar .btn-login {
    padding: 1px 12px;
    font-size: 14px;
    letter-spacing: 0.7px;
    height: 36px;
}

.modal-fullscreen .modal-header {
    border-bottom: none;
}

#search-modal .modal-header .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ff7500;
    opacity: 1;
    border-radius: 4px;
    font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    margin: 0;
    padding: 8px;
    z-index: 1;
    background-image: none;
    padding-top: 5px;
}

#search-modal .modal-header .btn-close i{
	background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;

}

#search-modal .custom-rounded-input {
    border: 2px solid #ff7500;
    border-radius: 5px;
    padding: 12px 30px 10px 15px;
}

#search-modal .search-btn {
	background-color: white;
	position: absolute;
	border: none;
	padding: 4px;
	font-size: 16px;
	right: 20px;
	top: 7px;
	border-radius: 50%;
}
#search-modal .search-btn i {
    color:#ff7500;
} 

#search-modal .search-card {
	border: 1px solid #e3e3e3;
	padding: 10px 10px 5px 10px;
	border-radius: 20px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

#search-modal .search-card a img {
	width: 100%;
	height: 275px;
	object-fit: cover;
	border-radius: 20px;
}

#search-modal .second-img {
	position: absolute;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

#search-modal .search-card:hover .second-img {
	opacity: 1;
}

.m-products .shop_item .details .si_footer .sold-out {
    border-radius: 60px;
    height: 36px;
    padding: 7px 14px;
    min-width: 130px;
}

.see_more {
    font-size: 1rem;
}
.lst-pimg {
    border-width: 1px;
    border-radius: .5rem;
    overflow: hidden;
    flex-shrink: 0;
    aspect-ratio: 1/1!important;
    border: 1px solid #e5e7eb;
}


.header_middle_advnc_search.home2_style .box-search input.form_control {
    border-radius: 5px 0 0 5px;
}
.header_middle_advnc_search.home2_style .advscrh_frm_btn {
    border-radius: 0;
}


.hr {
    margin: 0.5rem 0;
    background-color: #b3b0b0;
}
.swiper-btn-center-lr {
    position: relative;
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.fitmySwiper .swiper-slide {
    width: auto;
    margin-right: 12px;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-active img {
  border-color: #bc4f38;
}
.swiper-arrow .swiper-button-next:after,
.swiper-arrow .swiper-button-prev:after {
	font-size: 20px;
	color: #323232;
	font-weight: bold;
}
				
				
.swiper-arrow .swiper-button-prev,.swiper-arrow .swiper-button-next {
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    color: #112137;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-more {
    margin-top: 20px;
	margin-bottom: 80px;
	padding: 0px 0px;
	background: #8e8e8e;
}

.category-page .footer-more {
	
}
.footer-more .dz-accordion.accordion-sm .accordion-header .accordion-button {
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius: 0px;
	background: #8e8e8e;
	padding: 5px 10px 5px 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}
.dz-accordion.accordion-sm .accordion-body {
	padding: 10px 10px 20px 10px;
	background: #f5f5f5;
	padding-bottom: 30px;
}


.dz-accordion .accordion-header .accordion-button.collapsed {
	margin-bottom: 30px;
}
.footer-more .accordion{
	background: #f5f5f5;
}
.footer-more .nav-menu {
	margin-bottom: 16px;
}
.footer-contact {
	margin-bottom: 0px !important;
	padding-top: 0px;
	padding-bottom: 7px;
}
.footer-contact .contacts-container {
	width: 100%;
	gap: 2px;
}
.footer-more .dz-accordion.accordion-sm .accordion-header .accordion-button .toggle-close {
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: normal;
    position: relative;
    top: 18px;
    right: inherit;
    background: transparent;
}


.dz-tabs .nav-tabs {
    position: fixed;
    top: 0px;
    z-index: 10;
    background: #fff;
    width: 100%;
    padding: 0;
}
.log_fav_cart_widget.hsidebar_home_page .wrapper {
    margin-top: 0px;
}

.mcartd_head {
    line-height: 2rem;
}

.m_card_product {
    border: 1px solid rgba(34, 31, 32, .1);
    border-radius: 13px;
    box-shadow: 0 0 14.604644775390625px #221f2014;
    position: relative;
    background: #fff;
    margin-top: 0px;
}   
  .desktop-cart--empty-cart-container {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    margin: 20px 20px;
}
.desktop-cart--empty-cart-icon {
    margin: 20px 0 20px;
    text-align: center;
}

.desktop-cart--empty-cart-oops {
    color: #1e1e1e;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
}
.desktop-cart--empty-cart-msg {
    color: #1e1e1e;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

header .location-box {
    border-radius: 5px;
    border: 1px solid #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 15px;
    margin-right: 0px;
    position: relative;
}
header .location-box button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
header .location-box button .location-arrow i {
    font-size: 1rem;
}


header .location-box .location-button:active{
	background-color: #fff;
    border-color: #fff;
    color: #212529;
}

header .location-box button .locat-name {
    font-size: 0.90rem;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
    margin-right: 3px;
}

.location-search-pop .h-title {
    padding: 8px 24px;
    font-size: 1.2rem;
    text-align: center;
    color: #373737;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
}

.location-search-pop .search-area {
    box-shadow: none;
    padding: 3px 8px 3px 6px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #25a541;
}
.location-search-pop .search-area {
    box-shadow: none;
    padding: 3px 8px 3px 6px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #0e1623;
    border-radius: 5px;
}
.location-search-pop .search-area input {
    padding: 5px 5px;
    outline: none;
    border: none;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -.1px;
    text-align: left;
    min-height: 36px;
    height: auto;
    margin-left: 8px;
}

.location-search-pop .search-area i {
    color: #9e9e9e;
    margin-left: 10px;
}

/*pincode starts*/
    .pincode-widget-container {
        position: relative;
        width: 100%;
    }
    .pincode-widget-body {
        padding: 0;
        margin-top: 15px;
        width: 100%;
        height: 100%;
    }
    .pincode-widget-slide-container {
        width: 100%;
        height: 100%;
    }
    .pincode-widget-list-wrapper {
        max-height: 300px;
        overflow: auto;
        background-color: #fff;
        border-radius: 4px;
    }
    .pincode-widget-header {
        font-size: 11px;
        font-weight: 700;
        color: #878787;
        text-transform: uppercase;
        letter-spacing: .3px;
        text-align: left;
    }
    .pincode-widget-list {
        list-style: none;
        padding: 0;
        background-color: #fff;
        margin-top: 5px;
        z-index: 1;
    }
    .pincode-widget-item {
        margin: 8px 0;
    }
    .pincode-widget-item button {
        display: flex;
        align-items: center;
        cursor: pointer;
        width: 100%;
        border: none;
        outline: none;
        background: none;
        text-align: left;
        font-weight: 400;
        padding: 4px 8px 4px 0;
        color: #878787;
    }
    .pincode-widget-details {
        width: 100%;
        height: 100%;
        margin-left: 4px;
    }
    .pincode-widget-details b {
        color: #373737;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .3px;
        text-align: left;
    }
    .pincode-widget-area {
        font-weight: 400;
        letter-spacing: .3px;
        text-align: left;
        color: #757575;
        padding-top: 0px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
    }
	.pincode-error-container {
    margin-top: 20px;
    text-align: center;
}

.pincode-error-box {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 213px;
    padding: 16px 0 12px;
    border-radius: 6px;
    background-color: #f7f7f7;
}

.pincode-error-img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    margin-bottom: 12px;
}

.pincode-error-title {
    margin-bottom: 8px;
    color: #373737;
    font-weight: 700;
}

.pincode-error-message {
    max-width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #878787;
}
.pincode-widget-container{
    max-width: 100%;
    min-height: 200px;
    overflow: unset !important;
}
.pincode-footer{
    position: absolute;
    bottom: 0;
}
.pincode-footer img{  
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.pop-location .modal-header {
    padding: 0;
    border: none;
    position: absolute;
    right: 0;
    top: -36px;
    z-index: 999;
}
.pop-location .modal-header .close-icon{
    transition-duration: 0s;
    background-color: rgb(255 255 255);
    border: 0 solid black;
    box-sizing: border-box;
    border-radius: 25px;
    display: flex;
    padding: 0px;
    z-index: 0;
}
.pop-location .modal-header .close-icon img{
    height: 30px;
    padding: 5px;
}
/*pincode ends*/
.service-img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;
    background-color: transparent;
    aspect-ratio: 1 / 1;
}

.dropdown_content {
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.cart {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.cart > li, .cart > .list {
    font-size: 14px;
    flex-grow: 1;
    flex-shrink: 0;
    position: relative;
}
.dropdown_content > li:last-child {
    border-bottom: none;
}
.dropdown_content > li {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 20px 15px;
    position: relative;
}
.flex-column {
    flex-direction: column!important;
}
.hsidebar-content .dropdown_content .list_content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    width: 80%;
}

.cno-found{  height: 150px;}
.ck-flex{  display: flex; flex-direction: column;}



.chip {
  background-color: #f0f0f0;
  font-size: 0.8rem;
  border-radius: 1.428rem;
  display: inline-flex;
  padding: 0 10px;
  margin-bottom: 5px;
  vertical-align: middle;
  justify-content: center; }
  .chip .chip-body {
    color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content:center;
    min-height: 1.857rem;
    min-width: 6.857rem; }
    .chip .chip-body .avatar {
      background-color: #c3c3c3;
      display: flex;
      width: 24px;
      height: 24px;
      margin: 2px 0;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      color: #fff;
      transform: translate(-8px); }
      .chip .chip-body .avatar .avatar-content {
        top: 0; }
      .chip .chip-body .avatar img {
        border-radius: 50%;
        height: 24px;
        width: 24px; }
    .chip .chip-body .chip-text {
      vertical-align: middle;
    line-height: 0;
      align-self: center; }
    .chip .chip-body .chip-closeable {
      min-height: 1.428rem;
      min-width: 1.428rem;
      margin: 0 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-self: center;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.15);
      color: #fff;
      transform: translate(10px);
      cursor: pointer; }
      .chip .chip-body .chip-closeable i {
        margin-left: 1px;
        margin-top: 1px; }

.chip-warning {
  background-color: #ff9f43 !important; }
  .chip-warning .chip-body {
    color: #fff !important; }

.chip-success {
    background-color: #28c76f !important;
}

.chip-primary {
    background-color: #7367f0 !important;
}
.chip-primary .chip-body,.chip-warning .chip-body,.chip-success .chip-body {
    color: #fff !important;
}

.chip-danger {
  background-color : #EA5455 !important;
}
.chip-danger .chip-body {
  color : #FFFFFF !important;
}

/* Add this to your CSS file */
.booking-list {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-list:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}


/*Booking Details Starts*/
.detail-progress-container {
    margin-top:10px;
    border-top: 1px solid rgba(0,0,0,.160784);
}
.progress-steps-container {
    padding: 24px 0 0;
}

.detail-progress-container .item-content {
    padding: 0 0 10px 5px;
    margin-top: -3px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-content .item-content-desc {
    width: 100%;
}
.item-content .item-content-desc .item-status-text {
    font-weight: 700;
    color: #121926;
}


.progress-steps-container {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.progress-steps-container .progress-item {
	border-left: 2px solid #ddd;
	position: relative;
	min-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 16px;
	padding-bottom: 24px
}

.progress-steps-container .progress-item.dotted-line {
	border-left: 2px dotted #ddd
}

.progress-steps-container .progress-item:last-child {
	padding-bottom: 0;
	border-left: none;
	margin-left: 18px
}

.progress-steps-container .progress-item .progress-content {
	margin-left: 22px;
	width: 100%
}
.progress-steps-container .progress-item .status-image.st-pending {
	left: -8px
}
.progress-steps-container .progress-item .status-image {
	min-height: 14px;
	min-width: 14px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -10px
}

.progress-steps-container .progress-item .status-image.progress-image {
	left: -13px;
	background: transparent 0 0 no-repeat padding-box;
	max-width: 25px;
	top: -5px
}

.progress-steps-container .progress-item .status-image.pending-image {
	left: -7px
}
.detail-progress-container .formatted-text {
    font-weight: 500;
    color: #464646;
}
/*Booking Details Ends*/

@media(max-width: 767px) {
    .custom-arrows {
        display: none;
    }

    .vid-thumb{
        width: 100%;
        height: 100%;
    }
    
    .custom-arrows {
        padding-top: 0;
        padding-bottom: 0;
    }

.main-wrapper{
margin-bottom:40px
}

}


 .mobile-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        padding: 12px 0 8px;
        z-index: 1000;
        box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.08);
    }

    .mobile-footer .footer-nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
    }

    .mobile-footer .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #8e8e93;
        transition: all 0.2s ease;
        padding: 4px 8px;
        border-radius: 12px;
        min-width: 60px;
    }

    .mobile-footer .nav-item:hover,
    .mobile-footer .nav-item:active {
        color: #007AFF;
        transform: translateY(-1px);
    }

    .mobile-footer .nav-item.active {
        color: #007AFF;
    }

    .mobile-footer .nav-icon {
        width: 24px;
        height: 24px;
        margin-bottom: 2px;
        stroke-width: 1.5;
        transition: all 0.2s ease;
    }

    .mobile-footer .nav-item:hover .nav-icon,
    .mobile-footer .nav-item.active .nav-icon {
        stroke-width: 2;
    }

    .mobile-footer .nav-label {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: -0.2px;
        text-align: center;
    }

    /* Custom classes for each navigation item */
    .mobile-footer .mobile-home {
        /* Custom styles for home */
    }

    .mobile-footer .mobile-home.active {
        color: #FF3B30;
    }

    .mobile-footer .mobile-home.active .nav-icon {
        stroke: #FF3B30;
    }

    .mobile-footer .mobile-bookings {
        /* Custom styles for bookings */
    }

    .mobile-footer .mobile-bookings.active {
        color: #FF9500;
    }

    .mobile-footer .mobile-bookings.active .nav-icon {
        stroke: #FF9500;
    }

    .mobile-footer .mobile-cart {
        /* Custom styles for cart */
        position: relative;
    }

    .mobile-footer .mobile-cart.active {
        color: #34C759;
    }

    .mobile-footer .mobile-cart.active .nav-icon {
        stroke: #34C759;
    }

    .mobile-footer .cart-badge {
        position: absolute;
        top: 1px;
        right: 8px;
        background: #FF3B30;
        color: white;
        font-size: 10px;
        font-weight: 600;
        padding: 2px 6px;
        border-radius: 10px;
        min-width: 16px;
        text-align: center;
        line-height: 1.2;
    }

    .mobile-footer .mobile-profile {
        /* Custom styles for profile */
    }

    .mobile-footer .mobile-profile.active {
        color: #5856D6;
    }

    .mobile-footer .mobile-profile.active .nav-icon {
        stroke: #5856D6;
    }

    /* Responsive adjustments */
    @media (max-width: 320px) {
        .mobile-footer .nav-item {
            min-width: 50px;
            padding: 4px 4px;
        }

        .mobile-footer .nav-label {
            font-size: 10px;
        }

        .mobile-footer .nav-icon {
            width: 20px;
            height: 20px;
        }
    }

    /* Animation for tab switching */
    .mobile-footer .nav-item {
        position: relative;
        overflow: hidden;
    }

    .mobile-footer .nav-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background: currentColor;
        transform: translateX(-50%);
        transition: width 0.3s ease;
    }

    .mobile-footer .nav-item.active::before {
        width: 20px;
    }
