/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.3.1721977589
Updated: 2024-07-26 07:06:29

*/
.woocommerce-product-gallery {
    width: 48%;
    float: left;
}
.summary.entry-summary {
    width: 48%;
    float: right;
}

.woocommerce-tabs {
    margin: 4rem 0;
    clear: both;
}
.woocommerce-tabs ul{
	margin: 0 0 1.5rem;
    padding: 0;
    border-bottom: 3px solid black;
}
.woocommerce-tabs ul li {
    display: inline-flex !important;
}
.woocommerce-tabs ul li.active a {
    color: black;
    background-color: var(--button--color-background);
    border: 3px solid black;
    padding: 5px 15px;
    margin-left: 35px;
}
.woocommerce-tabs ul li a {
    color: black;
    text-decoration: none;
    font-weight: 700;
    padding: 5px 15px;
    margin-bottom: -2px;
    margin-left: 27px;
}

.woocommerce-product-gallery {
        margin-bottom: 5rem;
    }
nav.woocommerce-breadcrumb{
	display: none;
}
.woocommerce-notices-wrapper {
    margin-bottom: 10rem !important;
}

li.product-category.product a img {
    display: none;
}

h2.woocommerce-loop-category__title {
    font-family: var(--heading--font-family) !important;
    font-size: 18px !important;
    padding: 12px 22px;
    margin: 0px !important;
}

.single-section{

	padding: 200px 100px;
}

.related.products ul.products, .up-sells ul.products {
    display: flex;
    /* justify-content: space-evenly; */
    /* align-items: stretch; */
    flex-wrap: nowrap;
    margin: 20px 0 0;
}

.woocommerce-product-gallery img {
    display: block;
    height: auto;
    background: white;
}

.related.products a.button{
	display:none;
}

ul.products.subcategories li.product-category.product h2.woocommerce-loop-category__title{
	padding: 0 !important;
}

.gmwqp_inquirybtn a {
    color: white !important;
    
    display: inline-block;
    width: 30%
    text-align: center;
    background-image: linear-gradient(45deg, #df9ca0, #a6615f);
    
    padding: 6px 25px 6px 25px;
    margin-bottom: 20px;
}

.product_cat-accessories {
    margin-bottom: 120px !important;
}