/*
Theme Name: Botiga Child
Theme URI: https://ztgroupcorp.com/
Template: botiga
Author: ZT Group Corp
Author URI: https://ztgroupcorp.com/
Description: Launch your store with Botiga. A beautiful theme that is optimized for both the block editor and Elementor. We proudly introduce Botiga, with a modern and clean design that will effortlessly match your brand. Botiga has been developed from the ground up with clean code for optimal performance. You’ll get a mobile-optimized theme that looks and works great on any device and comes with plenty of customization options as well. Discover the theme that will transform your online business.
Tags: e-commerce,custom-menu,custom-logo,grid-layout,featured-images,right-sidebar,left-sidebar,custom-colors,editor-style,theme-options,threaded-comments,translation-ready,blog,one-column,two-columns,rtl-language-support,custom-background,custom-header,footer-widgets,post-formats,wide-blocks
Version: 1.0.0.1756761225
Updated: 2025-09-01 21:13:45

*/

section.row-product-category {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2,1fr);
}
.product_cat_element a {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}
.product_cat_element:hover img {
   /* transform: rotate(25deg) scale(2);*/
    filter:opacity(0.5);
}

.product_cat_element a img {
    display: block;
    width: 100%;
    transition: 0.3s;
}
.site-info.fb-separate{
		font-size:10px;
	}
.product_cat_element a{
		text-decoration:none;
	}
	
	h2.product_cat_title {
    font-size: 13px;
    font-weight: 700;
   position: relative;
    /*font-family: 'Inter';*/
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
    place-items: center;
    height: 100%;
    margin: 0;
   opacity: 1;
    transition: 0.3s;
    text-transform: uppercase;
    margin-top: 5px;
	
}

#wc-stripe-express-checkout-element{
  display: block;
  width: 100%;
}

#wc-stripe-express-checkout-button-separator{
  width: 100%;
}


