/**
* Theme Name: Bookory Child
* Description: This is a child theme of Bookory, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">PavoThemes</a>
* Template: bookory
* Version: 2.3.5
*/

@media (max-width: 767px) {
    table.cart td.product-remove {
        position: absolute;
        top: 30%;
        right: 65%;
    }
	
	table.cart tr td:not(:last-child) {
        border-style: none;
    }
}

table.cart td.product-name a {
    word-break: break-word;
}

.footer-width-fixer .site-header-search > a i {
    color: #e6e0c5;
}

.elementor-widget-bookory-search .site-header-search .button-search-popup .content{
	color: #224131;
}