/**
* Theme Name: BookChoix Child
* Description: This is a child theme of BookChoix.
* Author: AcmeeDesign Softwares and Solutions
* Template: bookchoix
* Version: 2.0.0
*/

/**
* You can add your custom styles here
*/

button.hu-revoke-button {
    display: none;
}

.authors-list a {
    font-size: 16px !important;
}
.authors-list {
    font-size: 0;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none;
}

@media (max-width: 767px){
a.product_title_link {
    font-size: 14px !important;
    line-height: 18px;
}
	
	.product-wrap .product-image .catalog-image figure.sh-effect {
    padding: 15px !important;
		
	}
	
	.product-wrap .product-content {
		text-align: left;
	}
	
	    .acmthemes-row .col {
        height: 400px !important;
	}
	.authors-list {
    line-height: 14px;
}


	nav.site-breadcrumbs.clr.position-under-title {
    display: none;
}
	.product-content::before,.product-content::after {    content: none !important;    display: none !important;}
}