/*
 Theme Name:   PicoStrap5 Child Base
 Theme URI:    https://picostrap.com
 Description:  Child theme for Picostrap
 Author:       The LiveCanvas Team
 Author URI:   https://livecanvas.com
 Version:      1.5.3
 Template: picostrap5 
 Text Domain:  picostrap-child-base
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*


Do not edit this file.

To add your own CSS, edit  the file: 

sass/_custom.scss 

...and add your own CSS (or SCSS!) statements.

All should be recompiled automatically when visiting frontend as admin

To edit the  SCSS pipeline, view and edit the file: sass/main.scss


*/
#billing_country_field,#billing_company_field,.woocommerce-additional-fields,
.woocommerce .woocommerce-tabs ul.tabs,.product_meta,.woocommerce-result-count,.woocommerce-ordering{
    display: none;
}
.single_add_to_cart_button,.detail-loop-link{
    padding: 20px 10px;    
    width: 100%;
    height: 71px;
    background: #B80000 !important;
    border: 1.6px solid #B80000 !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px !important;
    text-align: center;
    color: #FAFAFA !important;

}
.in-button-price{
    display: inline-block;
    padding: 2px 10px;    
    background: #FAFAFA;
    border-radius: 6px;
    color: #B80000;
}
.grey-cont{
    background: #E8E8E8;
    margin-bottom: 20px;
    
}
.brz-additional-desc{
    background: #F8F8F8;
    border: 1px solid #BCBCBC;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
} 
.single-product #wrapper-navbar,.woocommerce-shop #wrapper-navbar,.tax-product_cat #wrapper-navbar{
    background: #E8E8E8;
}
.single-product .breadcrumb-grey-cont{
    background: #E8E8E8;
    margin-top: -20px;
    margin-bottom: 0;
}
.brz-loop-cont{
    background: #E8E8E8;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 20px;
}
.products li.product{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    padding: 16px !important;
}
.woocommerce-loop-product__title{
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    
    color: #000000;
}
.loop-short-desc,.products li.product .brz-additional-desc{
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.loop-short-desc{
    margin-bottom: 10px;
}
.courses-nav {
    margin-bottom: 20px;
}
.courses-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.courses-nav ul li{
    display: inline-block;
    margin-right: 20px;
}
.courses-nav ul li a{
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    color: #000000;
    text-decoration: none;
}
.courses-nav ul li.active a{
    color: #FFFFFF;
    padding: 2px 6px;
    background: #B80000;
    border-radius: 6px;
}
.woocommerce ul.products li.product strong{
    display: inline;
}
.woocommerce ul.products li.product a img{
    height: 300px;
    width: auto;
    margin: 0 auto;
}
.brz-back-link{
    margin-bottom: 20px;
}
.brz-back-link a{
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    width: 122px;
    justify-content: space-between;
}
.brz-image-cont{
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 24px;
}
.brz-auth-link{
    padding: 4px 10px;
    background: #B80000;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FAFAFA;
    text-decoration: none;
}
.brz-auth-link span{
    padding-right: 10px;
}