/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Author URI: https://oceanwp.org/about-oceanwp/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 4.1.5.1775070005
Updated: 2026-04-01 19:00:05

*/

.header-cart svg {
	width:25px;
	height:25px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {
    max-width: 20px!important;
    max-height: 20px!important;

}




.wishlist_products_counter_number {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    width: auto;
    height: 18px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#cf2e2e;
    border-radius: 100%;
    color: var(--fkcart-toggle-count-font-color);
    z-index: 20;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    box-sizing: border-box;
    padding: 2px;
}



.woocommerce .owp-thumbs-layout-vertical span.onsale {
	left:5%!important;
}
.woocommerce-thankyou-order-received {
	text-align: center;
    font-size: 20px;
    width: 70%;
    margin-left: 15%;
    color: green;
}
.woocommerce-customer-details .woocommerce-column__title {
font-size:30px;
}

#customer_login button.button {
	width:100%!important;
}
.account-side-style .woocommerce #customer_login h2 {
	font-size: 22px;
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	text-align: center;
	color: #bc0c0e;
}


/* Default: 4 columns */
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product {
    width: 25%;
}

/* Under 1025px → 3 columns */
@media (max-width: 1024px) {
    .woocommerce ul.products li.product {
        width: 33.33%;
    }
}

/* Under 912px → 2 columns */
@media (max-width: 911px) {
    .woocommerce ul.products li.product {
        width: 50%;
    }
}

/* Under 768px → 1 column */
@media (max-width: 767px) {
    .woocommerce ul.products li.product {
        width: 100%;
    }
}



