/* 
Theme Name:		 botiga-child
Theme URI:		 https://www.vertoplates.co.uk/
Description:	 botiga-child is a child theme of botiga
Author:			 vertoplates
Author URI:		 https://www.vertoplates.co.uk/
Template:		 botiga
Version:		 1.0.0
Text Domain:	 botiga-child
*/



/******************************************
                Home page
******************************************/
.athemes-blocks-block-f6e0d5b8
.athemes-blocks-block-container-wrapper-content {
    background-color: rgb(0 0 0 / 60%);
}

.loop-image-wrap>.loop-button-wrap.button-layout3 .add_to_cart_button {
    color: #fff;
}

/******************************************
                Price page
******************************************/
span#verto__custom-price {
    margin: 1em 0 !important;
    display: block;
}
ul.wc-block-grid__products li.wc-block-grid__product, ul.wc-block-grid__products li.product, ul.products li.wc-block-grid__product, ul.products li.product {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
            box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
    background: #fff;
    float: left;
    margin: 0 2.66666% 26px 0;
    min-height: 365px;
    padding: 18px 26px 10px;
}
.woocommerce-loop-product__link img,
.wc-block-grid__product-image img{
    height: 19em !important;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5em;
}
.footer-copyright-elements.footer-copyright-alignment-left {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

.footer-copyright-elements>div+div {
    margin-top: 0 !important;
    margin-left: 15px;
}
.site-header .site-title a, .site-header .site-description, .site-header .main-navigation .menu > li > a, .site-header .header-contact a {
font-weight: 600;
}
.footer-copyright-elements{
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}
@media screen and (max-width:460px){
    .footer-copyright-elements{
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .verto_homepage_product_grid .athemes-blocks-block-container-wrapper {
        padding-left:10px !important;
        padding-right: 10px !important;
    }

    .verto_homepage_product_grid ul.wc-block-grid__products li.wc-block-grid__product {
        min-height: auto !important;
    }
    .verto_homepage_hero_text_subheading {
        line-height: 1;
    }
    .verto_homepage_hero_text_subheading strong {
        font-size:large;
    }
    .verto_homepage_hero_text{
        font-size:x-large;
    }
}