/**
 * Theme Name: Tamga
 * Theme URI: https://tabrizrugs.shope
 * Description: A child theme from twenty twnty five wordpress theme
 *Author: Amir Hassanadeh
 *Author URI: https://amirhassanzadeh.com
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       tamga
 * Domain Path:       /assets/lang
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html 
 * Template:   twentytwentyfive

 */


 a:focus-visible {
   outline-offset: 0px !important;

}

a:focus {
   outline: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {

   text-align: center;
}

.wp-block-navigation-item__content {
   text-decoration: none !important;
}

/* remove product summary form carts and chekcout */
.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
   display: none !important;
}


.wc-block-components-order-summary .wc-block-components-order-summary-item {
   display: block !important;
}

.woocommerce ul.products li.product a img {
   margin: 0;
}

.text-justify {
   text-align: justify;
   text-justify: inter-word;
}

.woocommerce div.product div.images {
   margin-bottom: 0;
}

.woocommerce-Reviews-title {
   text-align: center;
}

.fixed-price  form{
   margin: 0 !important;
}

.wc-selected-attributes-block {
   margin-top: .5rem;
   font-size: .9rem;
}

.wc-attribute-item {
   margin-right: 1rem;
}
.wc-selected-attributes-usage-block {
   font-style: normal;
   font-weight: 400;
   font-size: var(--wp--preset--font-size--medium) !important;

}

#fixed-price {
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   opacity: 0;
   transform: translateY(100%);
   pointer-events: none;
   transition: all .3s ease;
   z-index: 999;
   
}

#fixed-price.is-visible {
   opacity: 1;
   transform: translateY(0);
   pointer-events: auto;
   background: white;
   padding: 0.5rem;
}


.wc-block-components-product-metadata,.wc-block-cart-item__wrap .wc-block-components-product-badge,.wc-block-components-product-badge{
   display: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
   flex-direction: row;
   gap: 20px;

}

.wp-block-woocommerce-customer-account a {
   padding-left: 0 !important;
}


