/*
Template:       medimall
Theme Name:     Medimall Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/themes/medimall
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Medimall is a clean and modern WordPress Theme for Ecommerce and Online Store. This theme comes with all necessary features and pages for a Ecommerce website.
Version:        1.0
Text Domain:    medimall
Tags: 			one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
License:   	  	Envato split License
License URI:  	https://themeforest.net/licenses/terms/regular
*/
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
/* html ,body, p, a, h1, h2, h3, h4 ,h5, h6, span {
	 font-family: "Inter", serif !important;
} */
.top-marquee-widget {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top-marquee-widget .custom-html-widget {
    display: flex;
    animation: scroll-marquee 25s linear infinite;
    will-change: transform;
}
#preloader {
    background-size: 100px;
}
body.rtl .top-marquee-widget .custom-html-widget {
    animation: scroll-marquee-ar 40s linear infinite;
}

/* Keyframes for infinite scrolling */
@keyframes scroll-marquee {
    0% {
        transform: translateX(100%); /* Start position */
    }
    100% {
        transform: translateX(-100%); /* Slide left by one full set of items */
    }
}
@keyframes scroll-marquee-ar {
    0% {
        transform: translateX(-100%); /* Start position */
    }
    100% {
        transform: translateX(100%); /* Slide left by one full set of items */
    }
}

.rt-slider-style-6.swiper-grid.swiper-grid-column >.swiper-wrapper {
    flex-direction: row;
}
.rt-product-box .item-content .product-name a {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 186px;
}

div#medimall_about-4 .logo.logo-light img {
    width: 227px;
/*     margin-left: -30px; */
}
div#medimall_about-2 .logo.logo-light img {
    width: 227px;
   
}
.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu a:hover {
    color: #2e3690;
    padding-left: 17px;
}
a {
    text-decoration: none;
    color: #2e3690;
}
a:hover {
    text-decoration: none;
    color: #d63975;
}
/* .rtin-right.single-product-description.style-1 .commercekit-wishlist.full {
    display: none;
}
 */

.rtwpvs.rtwpvs-archive-align-left .rtwpvs-archive-variation-wrapper .variations {
    text-align: left;
    display: none;
}
.rtwpvs-variation-terms-wrapper {
    display: none;
}
body.woocommerce-shop .rt-product-box .item-content .product-name {
    font-size: 1.125rem;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 50px;
    display: flex;
    overflow: hidden;
}
/* body.woocommerce-shop .rt-product-box .item-img {
    padding: 15px;
    padding-top: 30px;
    text-align: center;
    width: 300px;
    height: 300px;
    object-fit: cover;
    display: block;
} */
.rt-product-box .item-content .product-name {
    font-size: 1.125rem;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 50px;
	   display: flex;
    overflow: hidden;
}
.latest-product-section-style-1.product-section-style-1.rt-isotope-wrap-1.rtin-layout-1 .item-img.mx-auto.position-relative.overflow-hidden {
    height: 200px;
}

.item-img.mx-auto.position-relative.overflow-hidden {
    height: 200px;
}
.rt-product-box.layout-1 .item-img {
    margin-bottom: 0px;
}
.swiper-slide {
    margin-top: 0px !important;
    margin-bottom: 20px;
}
.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image, .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    opacity: .3;
    overflow: hidden;
    width: 100px;
    height: 150px;
}
a.rtsb-wishlist-btn.tipsy.rtsb-wishlist-add {
    display: none;
}
.yith-wcwl-wishlistaddedbrowse {
    flex-direction: column;
    align-items: center;
    display: none;
}

.swiper-container.swiper-rtl {
    overflow: hidden !important;
}
body.rtl.home a.rtsb-quick-view-btn.tipsy span.button-text {
    display: none;
}
body.rtl.home span.icon-with-text.button-text {
    display: none;
}
.rt-product-box.layout-6:hover {
    background-color: #fff;
    border-radius: 13px;
    padding: 20px;
    border: 1px solid #2e3690;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rt-product-box.layout-6:active {
    background-color: #fff;
    border-radius: 13px;
    padding: 20px;
    border: 1px solid #2e3690;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rt-product-box.layout-6:focus {
    background-color: #fff;
    border-radius: 13px;
    padding: 20px;
    border: 1px solid #2e3690;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.nav.rt-tab-menu.style-1 {
    display: none !important;
}
.rt-product-box.layout-6 {
    border-radius: 13px;
}
.rt-product-box .item-content .product-cat a{
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #8b8b8b;
}
.rt-product-box .item-content .product-cat a:hover {
    color: #3E3998;
}
.rt-product-box {
    background: #ffffff; /* Ensures white background */
    border-radius: 16px; /* Rounded corners */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08); /* Soft shadow effect */
    transition: all 0.3s ease-in-out; /* Smooth transition */
}

.rt-product-box:hover {
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12); /* Slightly stronger shadow on hover */
    transform: translateY(-3px); /* Slight lift effect */
}

/* .rt-product-box.layout-1.layout-2.position-relative.overflow-hidden .item-content {
    height: 100px !important;
} */
.rt-product-box .item-content .price del, .woocommerce div.product .single-product-description .price del {
    color: #878282;
    opacity: 1;
}
.single-product-description .price del {
    margin-left: 0;
}
.rt-brand-box-1.position-relative.overflow-hidden {
    border-radius: 20px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 30px #00000030;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.rt-brand-box-1.position-relative.overflow-hidden img {
    max-width: 90%;
    height: auto;
}
.rtwpvg-slider-wrapper .rtwpvg-single-image-container {
    padding: 0px 0px;
}
span.wc-points-rewards-product-message {
    display: contents !important;
    padding-bottom: 10px;
}
li#menu-item-wpml-ls-415-ar {
    display: none;
}
li#menu-item-wpml-ls-415-en {
    display: none;
}
a.rtsb-quick-view-btn.tipsy span.button-text {
    display: none;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: block !important;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: block !important;
}
.woocommerce ul.order_details li strong {
    display: inline-table;
    font-size: 15px;
    text-transform: none;
    line-height: 1.5;
}
.woocommerce-order-received .woocommerce .order_details li {
    font-size: 15px;
}
.woocommerce ul.order_details li {
    float: inherit;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1.2;
    border-right: none;
}
body.sidebar-open:before {
    background: #333;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 99;
    opacity: .6;
    overflow: hidden;
}
body.rtl #qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-developer, 
body.rtl #qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-toggle, 
body.rtl #qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer, 
body.rtl #qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle, 
body.rtl #qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-developer, 
body.rtl #qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-toggle, 
body.rtl #qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-developer, 
body.rtl #qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-toggle {
    margin-right: auto;
    margin-left: 20px;
}
body.rtl #qlwapp.qlwapp-middle-right, body.rtl #qlwapp.qlwapp-bottom-right {
    left: 0;
    right: auto;
}
.footer.style-2 .footer-widget .logo-light {
    max-width: 150px;
}
@media only screen and (max-width: 540px) {
body:not(.single-product) .rtwpvg-gallery-image.swiper-slide.swiper-slide-active {
    height: 300px !important;
    position: sticky !important;
}
.rt-brand-box-1.position-relative.overflow-hidden img {
    max-width: 100%;
    height: auto;
}
.item-img.position-relative.overflow-hidden {
    height: 150px;
}
.rt-brand-box-1.position-relative.overflow-hidden .item-img.position-relative.overflow-hidden {
    height: auto !important;
}
.rt-product-box.layout-4.style-4 .item-img {
    max-width: 150px !important;
	height: 150px !important;
}
.product.type-product {
    flex: 0 0 auto !Important;
    width: 50% !Important;
}
 body.single.single-product .product.type-product {
        /* flex: 0 0 auto ! Important; */
        width: 100% ! Important;
    }

.latest-product-section-style-1.product-section-style-1.rt-isotope-wrap-1.rtin-layout-1 .item-img.mx-auto.position-relative.overflow-hidden {
    height: 150px;
	padding: 0;
}
	.elementor-element.elementor-element-2d564750.elementor-absolute.elementor-widget.elementor-widget-rt-product-carousel-list {
    position: static ! IMPORTANT;
}
.swiper-slide .rt-product-box.layout-4.style-3.position-relative.overflow-hidden.d-flex {
    display: block !IMPORTANT;!I;
    height: auto !IMPORTANT;!;
}
.item-img.mx-auto.position-relative.overflow-hidden {
    height: 150px;
}
.woo-shop-top .sort-list, .woocommerce .woo-shop-top .sort-list {
        margin-top: 0px;
    }
.product-name a {color: #000;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;width: 100%;}
.product-name h3{
    font-size: 1.125rem;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 50px;
    display: flex;
    overflow: hidden;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    display: inline-block;
    max-width: 121px;
    margin-right: 10px;
}
.wishlist_table.mobile li .item-wrapper .item-details {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.wishlist_table table.item-details-table {
    display: none;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart, .wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist {
    text-align: left;
    margin-bottom: 0px;
}
.woocommerce .shop_table.wishlist_table .product-add-to-cart a {
    margin: 0 !important;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: right;
    margin-top: 0px !important;
    color: red;
    border: 1px solid #ccc;
    height: auto;
}
.woocommerce .shop_table.wishlist_table .product-add-to-cart a {
    padding: 18px 20px !important;
    text-transform: uppercase;
    font-weight: 500;
}
.woocommerce .shop_table.wishlist_table .product-add-to-cart a {
    font-size: 0px;
}
.woocommerce .shop_table.wishlist_table .product-add-to-cart a:before {
   font-family: "Font Awesome 5 Free";
    content: "\f291"; /* Shopping basket icon */
    font-weight: 900; /* For solid style */
    font-size: 16px; /* Adjust icon size */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
.woocommerce .additional-info-wrapper {
    width: 40%;
    margin-top: -17px;
}
.woocommerce .shop_table.wishlist_table .additional-info-wrapper {
    gap: 8px;
    bottom: 15px !important;
    display: flex;
    align-items: stretch;
    right: 0;
}
.woocommerce.rtl .shop_table.wishlist_table .additional-info-wrapper {
    left: 25px !important;
    right: auto;
    justify-content: flex-end;
}
.wishlist_table.mobile li {
    margin-bottom: 7px;
    width: 100%;
}
.fa-trash:before {
    content: "\f1f8";
    color: red;
    padding: 8px;
}
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .single_add_to_cart_button {
    margin-bottom: 0;
    margin-top: 0;
    min-height: 48px;
    padding: 12px 24px;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .quantity {
    margin-bottom: 0;
    width: 150px;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .quantity .qty {
    width: 3rem;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .product_meta {
    border-top: 0;
    margin-bottom: 4px;
    padding-top: 0;
    margin-top: 15px;
}
.product_meta-area .product-meta-title, .single-product-top-2 .product_meta-area .product-meta-title {
    color: #111111;
    margin-right: 5px;
}
.product_meta-area .product-meta-content, .single-product-top-2 .product_meta-area .product-meta-content {
    color: #646464;
    font-weight: 400;
}
.product_meta-area .product-meta-group>div, .single-product-top-2 .product_meta-area .product-meta-group>div, .single-product-top-3 .product_meta-area .product-meta-group>div, .single-product-top-1 .product_meta-area .product-term-group>div, .single-product-top-2 .product_meta-area .product-term-group>div, .single-product-top-3 .product_meta-area .product-term-group>div {
    font-size: 17px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 17px;
}

@media (max-width: 767px) { /* Target mobile screens */
    .wishlist_table.wishlist_view {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Two columns */
        gap: 15px; /* Space between items */
    }

    .wishlist_table.wishlist_view li {
        width: 100%; /* Ensure each item takes full column width */
        display: flex;
        flex-direction: column;
    }
}

tr.cart-action .coupon label {
    display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    display: none !important;
}
.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: #d63975;
}
/* General Form Styling */
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Label Styling */
.wpcf7-form p label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* Input & Textarea Styling */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
    border-color: #0073e6;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 115, 230, 0.5);
}

/* Textarea Specific Styling */
.wpcf7-form textarea {
    resize: vertical;
    height: 150px;
}

/* Submit Button Styling */
.wpcf7-form input[type="submit"] {
    background:var(--e-global-color-secondary);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.wpcf7-form input[type="submit"]:hover {
    background: var(--e-global-color-primary);
}

/* Response Output */
.wpcf7-response-output {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

/* Success Message */
.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* Error Message */
.wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.wpcf7-spinner {
    display: inline-block;
    margin-left: 10px;
}
.grecaptcha-badge {
    display: none !important;
}
span.woocommerce-Price-currencySymbol {
    margin-right: 6px;
}

body.rtl.home .inner-page-banner.overflow-hidden {
    display: none;
}
.drawer-container {
    height: 100vh;
    padding: 40px 20px;
    max-width: 395px;
    width: 100%;
    position: fixed;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    top: 0;
    right: 0 !important;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
    z-index: 999;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    visibility: hidden;
    opacity: 0;
	    left: unset;
}

.contact-box-icon {
    display: none !important;
}
body.woocommerce-order-received .custom-order-addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 35%;
}
p.thankyou-page {
    float: left;
}

body.woocommerce-order-received .order-address {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    flex: 1;
    min-width: 300px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

body.woocommerce-order-received .address-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #2e3690;
    padding-bottom: 5px;
}

body.woocommerce-order-received .address-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.woocommerce-order-received .address-details li {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}

body.woocommerce-order-received .address-details strong {
    color: #222;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    body.woocommerce-order-received .custom-order-addresses {
        flex-direction: column;
    }
body.woocommerce-order-received .custom-order-addresses {
    width: 100%;
}
body.woocommerce-order-received section.woocommerce-order-details {
    width: 100%;
}
.woocommerce ul.order_details li strong {
    display: contents;
    font-size: 17px;
    text-transform: none;
    line-height: 1.5;
}
.woocommerce .order_details table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    float: inline-start !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th {
    float: inline-start !important;
}
}
body.woocommerce-order-received section.woocommerce-customer-details {
    display: none !important;
}
body.woocommerce-order-received section.woocommerce-order-details {
    width: 64%;
    float: left;
    margin-right: 12px;
	background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    flex: 1;
    min-width: 300px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}
.woocommerce-order-received .woocommerce h2 {
    font-size: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #2e3690;
    padding-bottom: 5px;
}
a.logo.logo-light img {
    width: 120px !important;
}
div#medimall_about-4 .logo.logo-light img {
    width:180px;
}
div#medimall_about-2 .logo.logo-light img {
    width:180px;
}
.rt-product-box .item-img {
    padding: 0px;
    padding-top: 0px;
    text-align: center;
}
.rt-product-box.layout-4.style-3 {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: none;
    height: 168px;
    border-radius: 13px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
}

.rt-product-box.layout-4.style-4 .item-img {
    padding: 0px;
    background-color: #fff;
    max-width: 120px;
    height: 120px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 13px;
}
.rt-product-box {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
}

.rt-product-box.layout-1.layout-2:hover {
    border: 1px solid #2e3690;
    transform: translateY(0px);
}
#side-content-area-id .single-product-wrapper .thumb-wrapper {
    background: #ffff !important;

}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected span.rtwpvs-term-span.rtwpvs-term-span-button {
    color: #fff !important;
    background-color: #d63975 !important;
    border-color: #d63975 !important;
    box-shadow: 0px 8px 16px 0px rgb(225 148 57 / 49%) !important;
}


/* Ensure the cart layout is flex-based */
.woocommerce-cart .cart-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

/* Cart Table - Takes 70% Width */
.woocommerce-cart-form {
    width: 70%;
    float: left;
}

/* Cart Table Styling */
.woocommerce-cart-form table.cart {
    width: 100%;
    border-collapse: collapse;
}
.woocommerce-cart .woocommerce .cart-action .button {
    padding: 10px 30px !important;
    border-radius: 4px;
    text-transform: uppercase;
    height: 50px;
}
.woocommerce-cart .woocommerce .cart-action .button:hover {
background:#d63975;
}
.woocommerce table.shop_table tbody tr.cart-action td .coupon #coupon_code {
    margin: 0;
    padding: 8px 25px;
    width: 250px;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    line-height: 1.3;
    height: 50px;
    margin-right: 7px;
}
.woocommerce-cart-form table.cart th,
.woocommerce-cart-form table.cart td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

/* Ensure Product Images are Visible */
.woocommerce-cart-form table.cart td.product-thumbnail {
    display: table-cell !important;
}

.woocommerce-cart-form table.cart td.product-thumbnail img {
    width: 80px;
    height: auto;
    border-radius: 5px;
}

/* Product Name */
.woocommerce-cart-form table.cart td.product-name {
      text-align: left;
    font-weight: 400;
    font-size: 16px;
   
}
.woocommerce-cart-form table.cart td.product-subtotal span {
    color: #2e3690;;
}
.woocommerce-cart-form table.cart td.product-name a {
    color: #000;
}
.woocommerce-cart-form table.cart td.product-name a:hover {
    color: #2e3690;
}
/* Cart Totals Section - Takes 30% Width */
.cart-collaterals {
    width: 28.5% !important;
    float: right;
}

.woocommerce .cart_totals {
    width: 98% !important;
    padding: 13px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    border-radius: 5px;
}
.woocommerce .cart-collaterals {
    margin-top: 0px;
}
/* Proceed to Checkout Button */
.woocommerce .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    color: white;
    padding: 12px 15px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
    background: #d63975;
}
.checkout.woocommerce-checkout.processing {
    position: initial !important;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .woocommerce-cart .cart-container {
        flex-direction: column;
    }

    .woocommerce-cart-form {
        width: 100%;
	
    }

    .cart-collaterals {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .woocommerce-cart-form table.cart thead {
        display: none;
    }
.woocommerce div.product .single-add-to-cart-wrapper a.rdtheme-wishlist-icon {
    position: absolute;
}
    .woocommerce-cart-form table.cart tr {
        display: block;
        border-bottom: 2px solid #ddd;
        margin-bottom: 15px;
        padding: 10px;
    }

    .woocommerce-cart-form table.cart td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        text-align: left;
    }

    /* ✅ Ensure Product Images are Always Visible on Mobile */
    .woocommerce-cart-form table.cart td.product-thumbnail {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .woocommerce-cart-form table.cart td.product-thumbnail img {
        width: 100px;
        height: auto;
    }

    .woocommerce .cart-collaterals {
        flex-direction: column;
        width: 100% !important;!i;!;
    }

    .woocommerce .cart-collaterals .cart_totals {
        width: 100%;
    }

    .woocommerce-cart .actions {
        flex-direction: column;
    }

    .woocommerce-cart .actions .button {
        width: 100%;
        margin-top: 10px;
    }
}
p#billing_country_field {
    display: none;
}
.woocommerce form .form-row input, .woocommerce form .form-row textarea {
    padding: 12px 15px;
    color: #444;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid;
}
.woocommerce form .form-row textarea {
    height: 115px;
}
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper, .woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper {
    border: none;
    border-radius: 4px;
    padding: 0px 65px;
    margin-top: 0px;
border-bottom: 15px solid #fff;
}
/* form.checkout.woocommerce-checkout #customer_details .col-2 {
    background: #f7f7f7;
} */
.cuw-offers {
    padding: 0px 80px;
    margin-top: -20px;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot {
    background: #f7f7f7;
/*     border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; */
}
form.checkout.woocommerce-checkout h3#order_review_heading {
/*     text-align: center; */
}
form.checkout.woocommerce-checkout div#order_review {
    overflow-x: auto;
    margin-bottom: 20px;
    padding: 5px 15px;
    border-radius: 8px;
    background-color: #fff;
/*     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); */
}
form.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
    display: flex;
    border-bottom: 1px solid #0000001b;
}
.woocommerce-checkout-review-order-table thead th {
    flex-basis: 50%;
}
table.shop_table.woocommerce-checkout-review-order-table thead tr th {
    background: #fff;
    font-size: 16px !important;
}
table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
    font-size: 14px !important;
}
table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name {
    width: 85%;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    font-size: 16px !important;
    float: left !important;
    width: 80%;
    display: flex;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    font-size: 16px !important;
    display: flex;
    color: #2e3690 !important;
    font-weight: 600 !important;
    width: 35%;
}
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods, .woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods {
    margin-top: 50px;
     padding:0px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods div.payment_box, .woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods div.payment_box {
    background-color: #fff;
    color: #444;
}
li.wc_payment_method.payment_method_upayments {
    border-bottom: 1px solid #eee;
}
.woocommerce-checkout-payment {
    margin-top: 50px;
    padding: 0px 80px;
    border-radius: 4px;
    border: none;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper, .woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper {
    width: 100%;
    margin-top: -95px;
    padding: 45px 50px;
    border-radius: 4px;
    border: none;
}
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text, .woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    font-style: inherit;
    font-size: 16px;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 15px;
    font-style: inherit;
}
form.checkout_coupon.woocommerce-form-coupon {
    width: 50%;
}
.rtsb-notice .wc-block-components-notice-banner.is-info {
    border: none;
    width: 50%;
}

@media (max-width: 767.98px) {
    .woocommerce form .woocommerce-address-fields .wc-order-review-wrapper, .woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper {
        padding: 0px !important;
	
    }
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper, .woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper {
    padding: 0px;
	margin-top: 0px;
}
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods, .woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods {
    padding: 0px;
}
form.checkout_coupon.woocommerce-form-coupon {
    width: 100%;
}
.rtsb-notice .wc-block-components-notice-banner.is-info {
    border: none;
    width: 100%;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-name:before {
    color: red;
    display: none;
}
    .woocommerce table.shop_table tbody tr.cart-action td .coupon .button {
        width: 100% !important;
        font-size: 14px;
    }
.woocommerce table.shop_table tbody tr.cart-action td .coupon #coupon_code {
    width: 100% !important;

}
}
body:not(.home) #preloader {
    display: none !important;
}
.rt-btn-3.show {
    color: #fff;
    background-color: #2e3690;
    border-color: transparent;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term span.rtwpvs-term-span:hover, .rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected span.rtwpvs-term-span.rtwpvs-term-span-button {
    color: #fff !important;
    background-color: #d63975 !important;
    border-color: #d63975 !important;
    box-shadow: 0px 8px 16px 0px #FFEBEE !important;
}
.gutter-15 {
    margin-top: -18px !important;
    margin-bottom: -7.5px !important;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .single_add_to_cart_button {
    background-color: #2e3690;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .single_add_to_cart_button:hover {
    background-color: #2e3690;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal span.product-meta-content a {
    color: #646464;
    font-weight: 400;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal span.product-meta-content a:hover {
    color: #2e3690;
    font-weight: 400;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .product_title {
    color: #000719;
    font-size: 18px;
    font-weight: inherit;
    margin-bottom: 10px;
}
.rtsb-ui-modal .rtsb-modal-content:after {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border: 4px solid #2e3690;
    border-radius: 50%;
    border-top-color:#d63975;
    bottom: 0;
    height: 40px;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 40px;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term span.rtwpvs-term-span {
    width: 100%;
     height: 32px;
  
}
.woocommerce div.product .single-add-to-cart-wrapper {
    line-height: 0;
    display: contents;
    margin-top: 0;
    margin-bottom: 39px;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
}
span.wc-points-rewards-product-message {
    display: block;
    padding-bottom: 10px;
}

body.single-product .row.sticky-coloum-wrap {
    padding: 0 22px 0 40px;
}
input#payment_method_cod {
    margin-left: 25px !important;!i;!;
}
input#payment_method_upayments {
    margin-left: 25px !important;!i;!;
}
li.wc_payment_method.payment_method_cod {
    padding-top: 8px;
    padding-bottom: 8px;
}
li.wc_payment_method.payment_method_upayments {
    padding-top: 8px;
    padding-bottom: 8px;
}
#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 -2em !important;
}

tr.cart-subtotal th {
    border-top: 1px solid #e2e2e2 !important;
    border-left: 1px solid #e2e2e2 !important;
    padding: 1em 20px !important;
    border-bottom: 1px solid #e2e2e2 !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    border-top-left-radius: 6px !important;
}
tr.cart-subtotal td {
    border-top: 1px solid #e2e2e2 !important;
    border-right: 1px solid #e2e2e2 !important;
    padding: 1em 20px !important;
    border-bottom: 1px solid #e2e2e2 !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    border-top-right-radius: 6px !important;
}
form.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table tr th {
    padding-bottom: 0;
    border-right: 1px solid #e2e2e2;
    border-bottom: none;
}
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .order-total th {
    font-size: 24px;
    color: #111;
    border-top-width: 0px;
}
 .woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .order-total td, .woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .order-total th {
    font-size: 24px;
    color: #111;
    border-top-width: 0px;
}
.woocommerce-checkout-review-order-table tr.order-total th {
    border-bottom-left-radius: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.woocommerce-checkout-review-order-table tr.order-total td {
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.woocommerce-checkout-review-order-table tfoot th {
    padding: 1em 20px !important;
    border-bottom: 1px solid #e2e2e2 !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    border-left: 1px solid #e2e2e2 !important;
}
.woocommerce-checkout-review-order-table tfoot td {
    
    border-bottom: 1px solid #e2e2e2 !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    border-right: 1px solid #e2e2e2 !important;
}
@media (max-width: 767.98px) {
body.single-product .row.sticky-coloum-wrap {
    padding: 0px;
}
.cuw-offers {
    padding: 0px;
}
.woocommerce-checkout-payment {
    padding: 0px;

}
span.wc-points-rewards-product-message {
    display: contents;
    padding-bottom: 0px;
}
}
@media (min-width: 320px) and (max-width:480px) { 
.woocommerce div.product .single-add-to-cart-wrapper button.button.single_add_to_cart_button {
    padding: 18px 15px !important;
}
.item-img.mx-auto.position-relative.overflow-hidden {
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .single_add_to_cart_button {
    background-color: #2e3690;
    margin-right: 10px !important;
}
    .rtsb-modal-wrapper.quick-view-modal .quantity {
        width: 125px !important;
    }
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .quantity .qty {
        width: 2.5rem !important;
    }
.woocommerce .quantity .input-group-btn .quantity-btn {
    width: 38px;
	} 
    .woocommerce .quantity {
        width: 128px;
        margin-left: auto;
    }
    .woocommerce .quantity .qty {
        width: 40px !important;
    }
   .rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .single_add_to_cart_button {
        background-color: #2e3690;
        margin-left: 2px !important;
        margin-right: 6px !important;
    }
	 .single-add-to-cart-wrapper button.single_add_to_cart_button.button.alt {
    margin-left: 4px !important;
    margin-right: 10px !important;
}
    .product-price span.text-left, .product-quantity span.text-left, .mobilecartdata .text-left {
        text-align: left;
        float: left;
        font-size: 13px;
        font-weight: 600;
    }
    .mobilecartdata table tbody > tr, td.product-quantity {
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 2px;
    }
    .mobilecartdata td.product-thumb img {
        width: 95px;
        max-width: 95px;
        height: 100px;
        margin-top: 29px;
    }
}
    .mobilecartdata table table {
        margin: 0;
        border-bottom: 1px solid #ccc;
    }
    .mobilecartdata table tbody > tr, td.product-quantity {
        border-bottom: 0px !important;
    }

.rt-product-box .item-content .product-name {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 0px;
    min-height: 48px;
    display: flex;
    overflow: hidden;
}
.rt-product-box .item-content .price {
    font-size: 14px;
    color: #2e3690;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.rt-product-box .item-content .cart-icon {
    font-size: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
}
.rt-cs-filter-btn {
    padding: 0 18px;

}
span.wc-points-rewards-product-message {
    display: contents;
    padding-bottom: 0px;
}
body:not(.single-product) .rtwpvg-gallery-image.swiper-slide.swiper-slide-active  {
    height: 300px !important;
    position: sticky !important;
}

.rt-section-heading-wrapper.style-2.position-relative .gutter-15 {
    margin-top: -18.5px !important;
    margin-bottom: -7.5px !important;
}
@media (max-width: 767px) {
    .rt-mobile-menn-bar .logo img {
        max-width: 94px;
        margin-top: 3px;
    }
}
    ul.wc_payment_methods.payment_methods.methods li input[type='radio']:after {
        background-color: #2e3690 !important;

        border: 2px solid white;
    }

    ul.wc_payment_methods.payment_methods.methods li input[type='radio']:checked:after {

        background-color: #2e3690 !important;
        border: 2px solid white;

    }
.widget_price_filter .price_slider_amount .button {
    background-color: #2e3690 !important;
}
.widget_price_filter .price_slider_amount .button:hover {
    background-color: #2e3690 !important;
}
.u-column2.col-2.woocommerce-Address {
    display: none !important;
}
a.woocommerce-button.button.view {
   margin-right: 5px;
    display: block;
    margin-bottom: 10px;
}
body.rtl a.woocommerce-button.button.view {
   margin-right: 0px;
   margin-left: 5px;
}
a.woocommerce-button.button.invoice.order-actions-button {
    display: block;
}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    display: none;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
    text-align: end;
}
span.optional {
    display: none;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #2e3690;
}
p.woocommerce-shipping-destination {
    display: none;
}
p.custom-address-on-order {
    border: 1px solid #ccc;
    padding: 14px;
    width: 49%;
}
.rtsb-notice .wc-block-components-notice-banner.is-success>svg {
    background-color: #2e3690;
}
.rtsb-notice .wc-block-components-notice-banner.is-success {
    background-color: #f6f6f6;
    border-color: #2e3690;
}
.rtsb-notice .wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content a {
    text-decoration:none;
    background-color:#2e3690 !important;
    color:#fff !important;
    padding:10px !important;
    margin-top:-1px;
}
body.single-product .price del[aria-hidden="true"] span.woocommerce-Price-amount.amount {
    display:block !important;
    padding-right: 10px !important;
margin-top: 9px;
}
.payment-panel-completed div img {
    width: 60px !important;

}
@media (max-width: 768px) {
li#menu-item-wpml-ls-415-ar {
    display: block;
}
.offscreen-navigation ul li span {
    position: relative;
    right: 0;
    top: 0;
    height: 48px;
    width: 48px;
    z-index: 9;
    cursor: pointer;
}
.payment-panel-completed div img {
    width: 50px !important;

}
body.rtl.woocommerce-order-received .custom-order-addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100% !important;
    margin-top: 65px;
}
li#menu-item-wpml-ls-415-en {
    display: block;
}
.woocommerce div.product .single-add-to-cart-wrapper a.rdtheme-wishlist-icon {
    position: absolute;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .quantity .qty {
    width: 3rem;
}
.rtsb-modal-wrapper.quick-view-modal .quantity {
    width: 150px;
}
	p.custom-address-on-order {
    border: 1px solid #ccc;
    padding: 14px;
    width: 100%;
}
	body.single-product p.price span.woocommerce-Price-amount.amount {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 20px;
}

    body.single-product.woocommerce div.product .single-add-to-cart-wrapper button.button.single_add_to_cart_button {
        padding: 18px 15px !important;
        font-size: 14px !important;
        height: 49px !important;
    }

    .woocommerce-info, .woocommerce-message {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
	.rtsb-notice .wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content a.button.wc-forward {
     float: none !important;
    margin-top: 15px !important;
    padding:10px !important;

}
		.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
    background: #2e3690;
}
#customer_details table.shop_table th.product-total {
   text-align: end;
}
.rt-product-box.layout-6:hover {
    background-color: #fff;
    border-radius: 13px;
    padding: 20px;
    border: 1px solid #2e3690;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gutter-15 {
    margin-top: -14px !important;
    margin-bottom: -10.5px !important;
}
.price .woocommerce-Price-amount.amount:nth-of-type(2) {
    font-size: 7px;
}
body.single-product .price del[aria-hidden="true"] span.woocommerce-Price-amount.amount {
    display:block !important;
    padding-right: 10px !important;
margin-top: 0px;
}
}
.wc-block-components-notice-banner.is-info>svg {
    background-color: #2e3690 !important;
}
a.showcoupon {
    color: #2e3690;
}
.wc-block-components-notice-banner.is-info {
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}

.woocommerce-MyAccount-content section.woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display:none !important;
}
.single-product-top-1 .product_meta-area .product-meta-group>div, .single-product-top-2 .product_meta-area .product-meta-group>div, .single-product-top-3 .product_meta-area .product-meta-group>div, .single-product-top-1 .product_meta-area .product-term-group>div, .single-product-top-2 .product_meta-area .product-term-group>div, .single-product-top-3 .product_meta-area .product-term-group>div {
    font-size: 17px;
    line-height: 1.9;
    font-weight: 700;
    color: #111111;
    margin-bottom: 17px;
}

li.out-of-stock {
    background: red;
    color: #fff !important;
    padding: 6px;
    top: 2px;
    left: 3px;
    border-radius: 16px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
}
i.fas.fa-circle-info:before {
    content: "\f05a";
}

.rt-prodcut-badge, .rt-prodcut-badge-1 {
    font-size:15px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    border-radius: 16px;
    padding: 6px;
    top: 2px;
    left: 3px;
}
.woocommerce span.onsale {
    background-color: #2e3690;
    padding: 6px;
    top: 2px;
    left: 3px;
    border-radius: 16px;
    /* display: inline-block; */
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    text-align: center;
    z-index: 9;
    min-height: inherit;
    min-width: inherit;
}
.rt-cs-filter-btn {
    padding: 0 18px;
    text-transform: capitalize;
}
.woo-shop-top .sort-list select, .woocommerce .woo-shop-top .sort-list select {
    font-size: 0.8125rem;
    font-weight: 700;
	    color: #444444;
	letter-spacing: 0.1rem;
}
.price ins[aria-hidden="true"] span.woocommerce-Price-amount.amount {
    color: #d63975 !important;
}

body.single-product .price ins[aria-hidden="true"] span.woocommerce-Price-amount.amount {
    color: #2e3690 !important;
}
body.rtl #payment .payment_methods>.wc_payment_method>label:before, body.rtl #payment .payment_methods>.woocommerce-PaymentMethod>label:before, body.rtl ul#shipping_method li label:before {
    display: inline-block;
    position: relative;
    top: 7.5px !important;
    width: 7px;
    height: 7px;
    margin-right: 0.540791em;
    border-radius: 50%;
    border: 3px solid #fff;
    content: "";
    box-shadow: 0 0 2px 0 #000;
    margin-left: 8px !important;
    box-sizing: content-box;
}
body.rtl .payment-method-price {
    text-align: left !important;
    color: #1B1D21;
    margin-left: 10px !important;
}
body.rtl #customer_details table td {
    padding-left: 4px !important;
    padding-right: 0px !important;
}
body.rtl #customer_details table tfoot td {
    padding-left: 4px !important;
    padding-right: 0px !important;
    width: 61%;
}
body.rtl form.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
    display: flex;
    border-bottom: 1px solid #0000001b;
    margin-left: 30px;
}
body.rtl input#payment_method_upayments {
    margin-left: 0px !important;
}
body.rtl.woocommerce-order-received .custom-order-addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 35%;
    margin-top: 44px;
}
body.rtl .rtsb-modal-wrapper.quick-view-modal .rt-prodcut-badge-1 {
    /* position: sticky; */
    left: 15px;
    top: 15px;
    z-index: 1;
    height: 28px;
}
body.rtl .product-meta-avaibility .product-meta-content {
    display: inline-block !important;
}
body.rtl .payment-method-label {
    margin-right: 15px !important;
}
.payment-panel-completed,.payment-panel-pending,.payment-panel-failed,.payment-panel-cancelled,.payment-panel-error,.upayment-status-holder {
    margin-bottom: 4%;
}
p.thankyou-page {
    float: none;
    margin-top: -2%;
    position: absolute;
}
body .eats-member-card-see-more-component {
    opacity: 1;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    display: inline-block;
}
.woocommerce div.product form.cart .variations td {
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce-account .addresses .woocommerce-Address-title.title {
    display: flex;
    align-items: center;
}
.woocommerce-account .addresses .title .edit {
    margin: 0 10px;
}
a.woocommerce-button.button.view {
    display: inline-block;
}
.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    min-width: 75px;
    text-align: center;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled p.points.hide-on-price-available {display: none;}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled br {
	display: none;
}
.woocommerce .blockUI.blockOverlay {
    position: fixed !important;
}
.woocommerce .blockUI.blockOverlay::before {
    background: url(images/loader.gif) center center;
    background-size: cover;
    animation: none;
    height: 3em;
    width: 3em;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.woocommerce div.product a.metorik-email-usage-notice-link {
    border: 0;
    border-radius: 0;
    width: auto;
    color: #3e3998;
    font-size: unset;
    height: auto;
}
.woocommerce div.product a.metorik-email-usage-notice-link:hover {
    background-color: transparent;
    color: unset;
}
.rtwpvg-thumbnail-image.video video {
    height: 580px;
}
div#medimall_about-2 .logo.logo-light img {
    width: 180px;
}
#back-to-top {
    bottom: 80px;
}
.get-app.download-app {
    position: relative;z-index: 99;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 5px;
}
.get-app a {padding: 2px;}
.download-app a {width: 49%;text-align: center;}
.rt-product-box .rating {
    display: none !important;
}
.latest-product-section-style-1 .rt-isotope-menu-1 .menu-item {
    border: 1px solid #2e3690;
    padding: 10px 25px;
    border-radius: 8px;
    margin: 2px;
    background: #2e3690;
    color: #fff;
}
.latest-product-section-style-1 .rt-isotope-menu-1 .menu-item.current, .latest-product-section-style-1 .rt-isotope-menu-1 .menu-item:hover {
    background: #d63975;
    color: #fff;
    border-color: #d63975;
}
.home-page-heading > div {
    border-bottom: 1px solid #e7e7e7;
}
.home-page-heading > div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 28px;
    height: 3px;
    background-color: #d63975;
}
.single .swiper-slide:not(.product) img {
    width: 100%!important;
    /* height: 580px!important; */
    object-fit: contain; 
}

.drawer-container.show-sidebar {
    z-index: 99999999;
    padding-top: 10px;
}
.drawer-container .close {
    top: 12px;
}
.drawer-container #side-content-area-id .woocommerce-mini-cart__buttons {
    margin: 0;
}
.drawer-container #side-content-area-id .woocommerce-mini-cart__total {
    margin-bottom: 5px;
}
.drawer-container #side-content-area-id .mini-cart-header {
    margin: 0;
}
.product-meta-avaibility,
.category-search-dropdown-js ul li img,
.single-product .product.type-product .yith-add-to-wishlist-button-block {
    display: none;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
    content: "";
}
.show-password-input {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.show-password-input:before {
    content: "\f070";
}
.show-password-input.display-password:before {
    content: "\f06e";
}
.eats-popup-item-infoContainer > div > div {
    margin-right: 0px !important;
}
.eats-popup-item-infoContainer .eats-popup-item-description {
    padding-right: 0;
    padding-left: 12px;
}
.rt-product-box .cart-area {
    position: absolute;
    right: 10px;
    bottom: 1px;
}
body.rtl .rt-product-box .cart-area {
    right: auto;
    left: 10px;
}
@media (min-width: 1200px) and (max-width:1480px) { 
    .elementor-52023 .elementor-element.elementor-element-e61639f {
        overflow: hidden;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 78px 20px 80px 20px;
    }
    .elementor-52389 .elementor-element.elementor-element-33f0c41 {
        padding: 80px 20px 80px 20px !important;
    }
}
@media (min-width: 1100px) and (max-width:1400px) { 
    #side-content-area-id .woocommerce-mini-cart {
        height: 62vh;
    }
}
@media (max-width: 767px) { 
    .rtwpvg-thumbnail-image.video video {
        height: 373px;
    }
    .latest-product-section-style-1 .rt-isotope-menu-1 .menu-item {
        padding: 6px 12px;
    }
    .text-trim h2{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 240px !important;
    }
    .elementor-widget-rt-product-categories {
        visibility: visible;
    }
    .rt-cat-grid-1 {
        overflow-x: auto;
        white-space: nowrap;
        display: block;
    }
    .rt-cat-grid-1 .rt-cat-item {
        text-align: center;
        display: inline-block;
        width: 39%;
    }
    .rt-cat-grid-1::-webkit-scrollbar {
        display: none;
    }
    .top-marquee-widget .custom-html-widget {
        animation: scroll-marquee 20s linear infinite;
    }
    @keyframes scroll-marquee {
        0% {
            transform: translateX(100%); /* Start position */
        }
        100% {
            transform: translateX(-200%); /* Slide left by one full set of items */
        }
    }
    @keyframes scroll-marquee-ar {
        0% {
            transform: translateX(-100%); /* Start position */
        }
        100% {
            transform: translateX(200%); /* Slide left by one full set of items */
        }
    }
}