/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://bitlab.dev
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 1.0.540
Updated: 2020-12-08 00:22:44

*/
@import url('../storefront/style.css');
.elementor-element.elementor-products-grid ul.products li.product {
    padding: 0 1rem;
    text-align: right;
    margin-bottom: 2.4rem;
}
.prod-data-wrapper {
    padding: 0 1rem;
    min-height: 200px;
}
#prod-pack .prod-data-wrapper{
    min-height: 70px;
}
.woocommerce-LoopProduct-link {
    line-height:normal;
}
.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link img {
    min-width: 100%;
}
.woocommerce-loop-product__title {
    color: black!important;
    font-size: 20px!important;
    font-weight: var(--e-global-typography-primary-font-weight)!important;
    /*text-align: right;*/
}
.att-date {
    color: var(--e-global-color-text);
    font-weight: 400;
    font-size: 16px;
    margin: 1.4rem 0 2rem;
    /*text-align: right;*/
}
.att-lector {
    color: var(--e-global-color-e3fb1e4);
    font-size: 18px;
    font-weight: var(--e-global-typography-primary-font-weight);
    margin: 1.2rem 0 1.4rem;
    /*text-align: right;*/
}
a.prod-btn {
    font-size: 16px;
    font-weight: 700;
    color: white;
    background-color: var(--e-global-color-e3fb1e4);
    border-radius: 50px 50px 50px 50px;
    padding: 14px 50px;
    margin-right: 1rem;
 }
 a.prod-btn:hover {
     background-color: var(--e-global-color-6a63eae);
 }
 
 body.single-product main {
     max-width: 1140px;
     padding: 0 2%;
     margin: 0 auto;
 }
 .woocommerce-product-attributes-item__label,
 .woocommerce-product-attributes-item__value {
     text-align: right;
 }
 @media screen and (max-width: 768px) {
     .related.products > .products {
         margin: 0 1rem 3rem;
     }
 }
.woocommerce-tabs > .tabs.wc-tabs {
     display: none;
 }
 .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information,
 .woocommerce-tabs .woocommerce-Tabs-panel--description{
     width: 100%!important;
     padding: 0 10%;
 }
 @media screen and (max-width: 768px) {
     .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information,
     .woocommerce-tabs .woocommerce-Tabs-panel--description {
         padding: 0 2px;
     }
 }
 .single_add_to_cart_button {
     transition: all 0.2s ease-in-out;
     padding-right: 2rem;
     padding-left: 2rem;
     background-color: #02579A!important;
 }
 .single_add_to_cart_button:hover {
     background-color: var(--e-global-color-6a63eae)!important;
 }
 .single_add_to_cart_button.btn-checkout {
     margin-right: 1rem;
     background-color: var(--e-global-color-6a63eae)!important;
 }
 .single_add_to_cart_button.btn-checkout:hover {
     background-color: #02579A!important;
 }
 .single_add_to_cart_button.btn-checkout i {
     margin-left: 0.6rem;
     color: white;
 }
 .pd-table th, .pd-table td {
     text-align: right;
 }
 @media screen and (max-width: 768px) {
     .pd-table th, .pd-table td {
        padding-right: 0.2rem;
        padding-left: 0.2rem;
        font-size: 0.8em;
     }
 }
 .woocommerce-tabs .panel h2:first-of-type {
     color: var(--e-global-color-secondary);
     margin-bottom: 0.4rem!important;
 }
div.blockUI.blockOverlay {
	position: relative!important;
	display: none!important;
}
div.blockUI.blockOverlay::before {
	display: none!important;
}