/**
* Theme Name: Crisop Child
* Description: This is a child theme of Crisop.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: crisop
* Version: 1.0.4
*/

.product_list_widget a.ninetheme-widget-product-list-inner .ninetheme-widget-product-list-details{
	flex: 1;
}

.page-hero-big{
	min-height: 150px;
	margin-top: 10px;
}

.ninetheme-myaccount-navigation li.menu-item.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}

.nt-sidebar .nt-sidebar-inner-widget ul.product-categories li ul.children, .ninetheme-widget-product-categories ul.ninetheme-product-categories-primary li ul.children{
	display: block !important;
}

.woocommerce-additional-fields #dps-datetime-picker h3{
	font-size: 19px !important;
	font-weight: 600 !important;
}

.underline{
	text-decoration: underline;
}

.quantity.type-number p{
	margin: 10px 0;
}
.ninetheme-myaccount-page-content-inner .ninetheme-myaccount-content .woocommerce-info {
	max-width: inherit;
}

.swiper-wrapper{
	width: fit-content;
}

.woocommerce.wfls-login-message ul.woocommerce-error,
.ninetheme-content ul.woocommerce-error {
	margin-bottom: 0;
	margin-top: 20px;
	width: 100%;
	padding: 10px;
	background-color: var(--ninetheme-red-bg);
	color: var(--ninetheme-red);
	border: 1px solid var(--ninetheme-red);
	border-radius: 5px;
}
.ninetheme-content ul.woocommerce-error,
.woocommerce.wfls-login-message strong,
.ninetheme-content .woocommerce-error strong{
	color: var(--ninetheme-red);
}