/*
*Theme Name:     CozyStay Child Theme
*Theme URI: 	 https://cozystay.loftocean.com/
*Description:    CozyStay child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       cozystay
*Text Domain: 	 cozystay-child
*Version:        1.0
*/

 /** Add your styles below **/


.items_rooms_nl .cs-room-content{
	background-color: #fff;
    text-align: center;
    padding: 35px 0px;
    border-bottom-left-radius: 30px;
	box-shadow: 0 9px 10px 0px rgba(0, 0, 0, 0.1);
}
.items_rooms_nl .featured-img{
	margin-bottom:0px !important;
}
.items_rooms_nl .cs-room-content ul{
	justify-content: center;
}

.room-booking-form .cs-form-total-price,
.room-booking-form .cs-form-success-message,
.room-booking-form .cs-form-field,
.room-booking-form .cs-form-error-message,
.room-booking-title,
.room-availability,
.cs-extra-service-group,
.woocommerce-additional-fields{
	display:none !important;
}
.room-booking-form .cs-form-field.cs-submit{
	display:block !important;
	padding-top:0 !important;
}