body{
	font-family:'calibri';
}
.main-navigation .primary-menu-container > ul > li.menu-item > a{
	color:#fff !important
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    margin: 20px auto;
    padding-right: 50px !important;
}
.site-bottom-header-wrap .site-header-row-container-inner {`
    background: #b93a58 !important;
}
.site-bottom-header-inner-wrap {
    min-height: 40px !important;
}
.site-top-footer-inner-wrap {
    padding-top: 0px !important;
	padding-bottom:40px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding:0.5em !important
}
.site-middle-footer-inner-wrap {
    padding-top: 30px !important;
}
.header-search-advanced form.search-form {
	border: 1px solid #dc2b72 !important; }
div#primary {
/*     background: #b310382b; */
	
}
div#inner-wrap {
    background: #f8d9e187;
}

.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button), .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button), .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link {
    color: #fff;
    background: #dc2b72;
    border: 2px none transparent;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
	font-size:14px !important;
	padding: 10px 16px 10px 16px;
	font-weight: bold;
}
.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button):hover, .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button):hover, .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
/*     color: #d13c73;
    background: #ffff; */
	color: #fff;
    background: #b31038;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.woocommerce span.onsale {
    padding: 0.3em 0.5em;
    font-size: 15px;
    color: #fff;
    background-color: var(--global-palette1);
}
button.single_add_to_cart_button.button.alt {
    max-width: 130px !important;
    margin-right: 10px !important;
}
.site-bottom-header-inner-wrap {
    min-height: 35px !important;
}
.header-search-advanced form.search-form{
	border-radius:0px !important;
}
.site-main-header-inner-wrap.site-header-row.site-header-row-has-sides.site-header-row-no-center{
	align-items:center !important;
}
.site-brand-logo-only{
	margin-top:-17px;
}
aside#secondary {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: #d9d4d4 1px 7px 4px 4px;
	
}
.home #main{
	background:none;
	padding:0px;
	border-radius:0px;
	box-shadow:none;
}
#main{
    background: #fff;
    padding: 15px;
/*     border-radius: 10px; */
/*     box-shadow: #d9d4d4 1px 7px 4px 4px; */
}
span.header-cart-title {
    display: none !important;
}
span.header-cart-label {
    display: none !important;
}
.woocommerce ul.products.grid-cols li.product:before, .woocommerce ul.products.grid-cols > li:before, .woocommerce .woocommerce-carousel .splide__track li.product:before, .woocommerce .woocommerce-carousel .splide__track > li:before{
	border:none !important;
}
.woocommerce ul.products.grid-cols:after, .woocommerce .woocommerce-carousel .splide__track:after{
	border:none !important;
}
.woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product{
	    margin: 0px !important;
    border-radius: 5px;
/*     box-shadow: #dadada6b 2px 2px !important; */
    width: 16.70% !important;
}
a#viewall {
    background: none !important;
    color: #dc2b72;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
}
.woocommerce ul.products li.product .product-details .price, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
    font-weight: 500;
    font-size: 15px !important;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
	height:235px !important
}
.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area:first-child::after{
	margin-right:0px !important
}
.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area:first-child .footer-widget-area-inner{
	margin-right:0px !important
}

.site-middle-footer-inner-wrap{
	padding-bottom: 30px; 
    grid-column-gap: 0px;
    grid-row-gap: 30px;
	
}
.site-footer-wrap .site-middle-footer-wrap .site-middle-footer-inner-wrap .wp-block-social-links .wp-block-social-link{
	color:none;
	
}
.site-footer-middle-section-2.site-footer-section.footer-section-inner-items-3 {
    margin-left: 22px;
}
/* Style for the product category slider */
.product-category-slider {
    max-width: 300px;
    margin: 0 auto;
}

.category-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 600px; /* Adjust height as needed */
    padding: 15px;
    border: 1px solid #ddd; /* Optional border */
    border-radius: 8px;
    background-color: #f9f9f9; /* Optional background */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 5px;
    transition: transform 0.3s;
}

.category-slide:hover {
    transform: scale(1.05); /* Optional hover effect */
}

.category-slide img {
    max-height: 100px; /* Adjust image size */
    width: auto;
    margin-bottom: 10px;
    object-fit: contain;
}

.category-slide h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
    font-weight: 600;
    text-align: center;
}

.woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product:hover{
	-webkit-box-shadow: 0px 11px 13.35px 1.65px rgba(148, 148, 148, 0.23);
    -moz-box-shadow: 0px 11px 13.35px 1.65px rgba(148, 148, 148, 0.23);
    box-shadow: 0px 11px 13.35px 1.65px rgba(148, 148, 148, 0.23);
    border: #b93a58  solid 1px;
}
ul.products li.product:hover{
	-webkit-box-shadow: 0px 11px 13.35px 1.65px rgba(148, 148, 148, 0.23) !important;
    -moz-box-shadow: 0px 11px 13.35px 1.65px rgba(148, 148, 148, 0.23)!important;
    box-shadow: 0px 11px 13.35px 1.65px rgba(148, 148, 148, 0.23)!important;
    border: #e800713d  solid 1px !important;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale, .woocommerce ul.products li.product .onsale, .woocommerce ul.products li.product .product-onsale .onsale{
	right:6px !important;
	left:auto;
}

.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area:first-child::after {
    content: "";
background-color: #fff !important; }
.site-footer-row.ft-ro-lstyle-plain a:hover {
    text-decoration: none;
    font-weight: 500;
}

#block-31{
	margin-top:-20px;
	
}

#block-24 {
    margin-left: 66px;
}
.site-header-bottom-section-left.site-header-section.site-header-section-left {
    margin: 0px auto;
}
.product_type_simple.add_to_cart_button:hover{
	background-color:#c70061 !important;
}


.content-area {
    margin-top: -1rem !important;
}
.entry-hero.product-hero-section .entry-header {
    min-height: 40px !important;
}
.entry-hero-container-inner .entry-header {
    align-items: baseline !important;
	margin-left: 68px;
}
div.product div.images .base-product-gallery-main img{
	border:0px solid !important;
}

.woocommerce .single-product-payments .title {
    color: var(--global-palette3);
    font-size: calc(100% - 1px);
    font-weight: 500;
    padding-left: 7px;
}
.woocommerce .single-product-payments {
text-align:left;
	background:#fff !important;
	margin-top:-31px;
}
.woocommerce .single-product-payments ul{
	justify-content:left !important
}
.quantity.spinners-added{
	border: 2px solid #121111;
}

.woocommerce div.product form.cart div.quantity:not(.woosq-popup div.quantity) {
    width: 95px !important;
}


.button.alt:hover {
    background:#df2a4a !important;
}
.woocommerce div.product div.summary form.cart .woocommerce-variation-add-to-cart, .woocommerce div.product div.summary form.cart:not(.variations_form):not(.grouped_form){
	width:68% !important;
}
button:hover {
    background: #b63a58 !important;
}
li.woocommerce-mini-cart-item.mini_cart_item a img {
    height: 20% !important;
}
/* .type-product .product-onsale{
    display: none;
} */
.single-product .product-onsale{
    display: none;
} 
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: -40px;
    padding-left: 25px !important;
}
.home ins span.woocommerce-Price-amount.amount::before {
    content: 'Offer Price: ';
     padding-left: 0px !important;
}
.related ins span.woocommerce-Price-amount.amount::before {
    content: 'Offer Price: ';
     padding-left: 0px !important;
}
.archive ins span.woocommerce-Price-amount.amount::before {
    content: 'Offer Price: ';
     padding-left: 0px !important;
}
.woocommerce ul.products li.product .price del{
	padding-left:10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	font-family:calibri,sans-serif;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	font-family:calibri,sans-serif;
	font-size:18px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
	font-family:calibri,sans-serif;
	font-size:16px;
}
.woocommerce ul.products.woo-archive-btn-button .button:not(.kb-button), .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button){
	width:100% !important;
}
.woocommerce .products.align-buttons-bottom li.product .product-action-wrap {
    margin-top: auto;
    padding-top: .7em;
    margin-left: auto;
    margin-right: auto;
 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border:0px !important
}
    .quantity spinners-added{
	width: 92px;
    height: 40px;
}
button.single_add_to_cart_button.ajax_add_to_cart.button.alt.button-buy-now {
    width: 108px !important;
}
h2.woocommerce-loop-product__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.price {
    text-align: center;
}
a.header-wishlist-button:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f004";
    color: #b93a58;
    font-size: 15px;
}
svg.base-svg-icon.base-header-wishlist-svg {
    display: none !important;
}
p {
    font-family: calibri;
}
.woosw-copy {
    display: none !important;
}
a {
    text-decoration: none;
}
.woocommerce-cart .wc-block-components-product-metadata__description,
.woocommerce-checkout .wc-block-components-product-metadata__description {
    display: none;
}
.wc-block-components-sidebar-layout .wc-block-components-main{
	width:50% !important;
}
.wc-block-components-sidebar{
	width:50% !important
}
.woocommerce ul.products li.product .product-details.entry-content-wrap .star-rating-block .star-rating {
    margin: 0px auto !important;
}
section.entry-hero.page-hero-section.entry-hero-layout-standard {
    display: none;
}

    .base-account-nav-left.woocommerce-account .woocommerce-MyAccount-content {
        float: left;
        padding-left: 7%;
        padding-right: 0;
			width:70% !important
    }
}

@media (min-width: 1025px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 70% !important;
        margin: 0px auto;
    }
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads.menu-item {
    display: none;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--compare.menu-item {
    display: none;
}
.woocommerce-MyAccount-content p {
    display: none !important;
}
.woocommerce-MyAccount-content a:hover{
	color:#e80071;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active.menu-item {
    display: none;
}
.woosc-btn-icon-text:hover {
    background: transparent !important;
}
.site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button:hover {
	background-color: transparent !important;
	color: #b93a58;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions button:hover {
    background: var(--global-palette1) !important;
    color: var(--global-palette9);
}
.woocommerce.widget_shopping_cart .buttons a:not(.checkout) {
	background-color:#b93a58 !important;
}
.button.checkout.wc-forward:hover{
	background-color:#b93a58 !important;
}
.wc-block-cart__submit-button:hover{
	background-color:#b93a58
}
.wc-block-cart-item__remove-link:hover{
background-color: transparent !important;
	color: #b93a58 !important;
}

.woocommerce ul.products li.product .product-details .price, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price{
	width:150px !important;
}
.wp-block-woocommerce-checkout-order-summary-block span.price {
    text-align: left !important;
}
h3.wc-block-components-product-name {
    font-size: 15px;
    font-weight: bold !important;
}
.xoo-wsc-ft-buttons-cont a:hover {
    color: #b93a58;
}
.xoo-wsc-ft-buttons-cont a span::hover{
	color: #b93a58 !important;
}
.xoo-wsc-ft-buttons-cont a span {
    color: #fff !important;
    font-style: normal !important;
    font-weight: bold !important;
}
.xoo-wsc-basket {
	top: 36px;}

.site-bottom-footer-inner-wrap{
	display:none !important
}

.heateor_sss_sharing_container{
display:none !important;	
}

@media only screen and (min-width: 769px) {
    #mega-menu-wrap-primary {
        background: #b93a58;
    }
}

.wc-block-checkout__login-prompt {
  
    color: #fff;
    background: #b93a58;
    border: 2px none transparent;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    font-size: 14px !important;
    padding: 10px 16px 10px 16px;
    font-weight: bold;
}


.wc-block-components-checkout-order-summary__content  .price del::before{
    content: 'MRP ';
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	color:#666 !important
}

.mega-menu-item-5107 ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	color:#666 !important
}