/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.flatpickr-disabled.mpbc-buffer-day {
    background-color: #bedbf8 !important;
    border: 1px solid #4798e9 !important;
    color: #000 !important;
    border-radius: 0 !important;
}

/***** content-product-list (product-category) page css start *****/
/*ul.custom-list-products{
	margin: 0;
}
.product-list-3col {
    list-style: none;
    margin-bottom: 40px;
}
.product-row {
    display: grid;
    grid-template-columns: 270px 1fr 230px;
    gap: 40px;
    align-items: start;
	border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}
.img-col img {
    width: 100%;
}
.product-title, .product-title a {
    text-decoration: none;
    color: #004AAD;
    font-size: 32px;
    line-height: 34px;
    font-weight: 500;
    font-family: 'LT Remark';
}
.product-title a:hover{
	color: #004AAD;
}
.product-sku{
	margin-bottom: 20px;
	font-size: 16px;
    font-family: 'lexend';
    color: #000000;
}
.product-desc {
    color: #000000;
    font-size: 16px;
	font-family: 'lexend';
    line-height: 1.5;
}
.product-col.meta-col {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-attributes {
    margin-top: 70px;
	margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}
.product-attributes span {
    background: #02287721;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'lexend';
	color: #000000;
    border-radius: 6px;
}
.product-cart-btn {
    margin-top: auto;
}
.product-attributes p {
    margin: 0 0 8px;
    font-size: 15px;
}
.product-cart-btn .yith-ywraq-add-button .button, 
.product-cart-btn .button {
    text-align: center;
    padding: 10px 50px !important;
    border-radius: 8px !important;
	font-family: 'lexend';
    font-size: 15px !important;
	line-height: 18px;
}


@media (max-width: 992px) {
	.product-row {
        grid-template-columns: 230px 1fr 200px;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .product-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
	.product-title, .product-title a{
		font-size: 24px;
		line-height: 28px;
	}
    .meta-col {
        text-align: left;
    }
    .product-cart-btn .button {
        width: auto;
    }
	.product-attributes{
		margin-top: 0;
	}
	.img-col img {
		height: 300px;
		object-fit: contain;
	}
}*/
/***** content-product-list (product-category) page css end *****/
