/*
 Theme Name:   Pastry Love Child
 Theme URI:    http://pastry.bold-themes.com
 Description:  Pastry Love child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     pastry-love
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  pastry-love-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

/* AMAZON PAGE */
.page-id-7579 .bt_bb_button,
.page-id-7579 a.add_to_cart_button {
    width: 100% !important;
}

.page-id-7579 header.bt_bb_headline,
.page-id-7579 ul.products li.product .btWooShopLoopItemInner .price,
.page-id-7579 ul.products li.product .btWooShopLoopItemInner a.button {
    display: none !important;
}
.page-id-7579 ul.products li.product .btWooShopLoopItemInner .custom-data a.button  {
    display: block !important;
    width: 100%;
    border-width: 0px;
}
.page-id-7579 span.woocommerce-Price-amount.amount {
    font-weight: 400;
    color: #a49479;
}
.page-id-7579 .custom-data {
    display: flex;
    flex-direction: column;
    min-height: 380px;
}
.page-id-7579 .custom-data h3 {
    margin-top: 30px;
}
.page-id-7579 .custom-data .bt_bb_button {
    margin-top: auto;
}
.page-id-7579 .products ul li.product .btWooShopLoopItemInner .added_to_cart, ul.products li.product .btWooShopLoopItemInner .added_to_cart {
    margin-left: 0px;
}

@media screen and (max-width: 992px) {
    .page-id-7579 .custom-data {
        min-height: 280px !important;
    }
    .page-id-7579 .custom-data h3 {
        margin-top: 0px !important;
    }

}