/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2023 | 12:41:35 */
/* General - whole body prevent horizontal scroll */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* hide RATING numbers */
.RatingValue__Container-sc-1eexc2w-0.hmRsHL, .RatingValue__Container-sc-1eexc2w-0.kvkbls {
	display: none;
}

/* GALLERY */
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_image_wrap_0, #bwg_container1_0 #bwg_container2_0 .bwg_slideshow_filmstrip_right_0, #bwg_container1_0 #bwg_container2_0 .bwg_slideshow_filmstrip_right_disabled_0 {
	background: transparent !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_filmstrip_left_0, #bwg_container1_0 #bwg_container2_0 .bwg_slideshow_filmstrip_left_disabled_0 {
	background: transparent !important;
}

#bwg_container1_0 {
	width: 100%;
}

/* rezervation */
/* payment btn styling */
.wpbs-payment-confirmation-woocommerce-form #wpbs-woocommerce-payment-button a {
	background:  #C2D82D;
	color: #000000;
	border-radius: 5px;
}

.wpbs-payment-confirmation-woocommerce-form #wpbs-woocommerce-payment-button a:hover {
	background: #75BF44;
}

/* checkout */
/* remove 3 last payment methods from Paysera  */
.woocommerce-checkout .woocommerce form.checkout #payment .payment_box.payment_method_paysera div.payment-countries.paysera-payments .payment-group-wrapper:nth-child(3)
{
	display: none;
}








